Valentin Gagarin fricklerhandwerk
  • Hamburg, Germany
  • Nix documentarian, information janitor

  • Joined on 2024-06-12
fricklerhandwerk deleted branch panel-ci from fricklerhandwerk/Fediversity 2025-03-20 11:03:01 +01:00
fricklerhandwerk merged pull request fediversity/fediversity#266 2025-03-20 11:03:00 +01:00
add CI tests for the panel
fricklerhandwerk commented on pull request fediversity/fediversity#266 2025-03-20 11:02:51 +01:00
add CI tests for the panel

Tests are failing because they were, so I'm merging it and there are no excuses for not running them :)

fricklerhandwerk commented on issue fediversity/fediversity#143 2025-03-20 11:00:51 +01:00
View difference between configured and deployed state

Added it to the MVP milestone 3, but I consider it a stretch goal.

fricklerhandwerk created pull request fediversity/fediversity#266 2025-03-20 10:58:35 +01:00
add CI tests for the panel
fricklerhandwerk created branch panel-ci in fricklerhandwerk/Fediversity 2025-03-20 10:58:04 +01:00
fricklerhandwerk pushed to panel-ci at fricklerhandwerk/Fediversity 2025-03-20 10:58:04 +01:00
ce5126c0fa add CI tests for the panel
c98663ae71 pass nix binary explicitly rather than thru PATH
3700b6e383 remove option fediversity.eu (#257)
e3b816d85e revert change on USER_SETTINGS_FILE, fixing dev shell
afbbcbc22d simplify configuration via environment
Compare 10 commits »
fricklerhandwerk opened issue fediversity/fediversity#264 2025-03-20 10:49:59 +01:00
Show URLs of deployed services
fricklerhandwerk opened issue fediversity/fediversity#263 2025-03-20 10:46:51 +01:00
View a deployment progress indicator
fricklerhandwerk commented on pull request fediversity/fediversity#260 2025-03-20 10:09:49 +01:00
enable and document using manage.py in online environment

That would be very surprising, this is the code where it's accounted for: https://git.fediversity.eu/Fediversity/Fediversity/src/branch/main/panel/nix/configuration.nix#L45 And the executable is…

fricklerhandwerk approved fediversity/fediversity#262 2025-03-20 10:07:17 +01:00
pass nix binary explicitly rather than thru PATH

Sure, if that works!

fricklerhandwerk commented on pull request fediversity/fediversity#258 2025-03-20 09:34:38 +01:00
revert change on USER_SETTINGS_FILE, fixing dev shell

(the code that was reverted was a quick shot while interactively reviewing #253 which we blurted out but apparently didn't test before merging)

fricklerhandwerk commented on pull request fediversity/fediversity#260 2025-03-20 09:33:41 +01:00
enable and document using manage.py in online environment

The existing code should work; what problem is this trying to solve?

fricklerhandwerk pushed to deploy-button at kiara/Fediversity 2025-03-19 10:06:47 +01:00
afbbcbc22d simplify configuration via environment
fricklerhandwerk closed issue fediversity/fediversity#101 2025-03-19 09:51:20 +01:00
Deploy Fediversity Panel
fricklerhandwerk deleted branch fix-packaging from fricklerhandwerk/Fediversity 2025-03-19 09:51:07 +01:00
fricklerhandwerk merged pull request fediversity/fediversity#254 2025-03-19 09:51:06 +01:00
fix: NixOS deployment code
fricklerhandwerk pushed to main at fediversity/fediversity 2025-03-19 09:51:06 +01:00
3364d6c972 fix: NixOS deployment code
fricklerhandwerk commented on pull request fediversity/fediversity#254 2025-03-19 09:50:46 +01:00
fix: NixOS deployment code

Yes, sorry, fixed. Ideally we'd do this whole configuration bit in exactly one shape, but as discussed verbally this is sightly tricky and I won't get into it right now.