headscale/.github/workflows
Mike Poindexter 3101f895a7
Fix 764 (#2093)
* Fix KeyExpiration when a zero time value has a timezone

When a zero time value is loaded from JSON or a DB in a way that
assigns it the local timezone, it does not roudtrip in JSON as a
value for which IsZero returns true. This causes KeyExpiry to be
treated as a far past value instead of a nilish value.

See https://github.com/golang/go/issues/57040

* Fix whitespace

* Ensure that postgresql is used for all tests when env var is set

* Pass through value of HEADSCALE_INTEGRATION_POSTGRES env var

* Add option to set timezone on headscale container

* Add test for registration with auth key in alternate timezone
2024-09-03 09:22:17 +02:00
..
build.yml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
check-tests.yaml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
docs-test.yml fix prettier 2024-04-21 17:32:41 +02:00
docs.yml update docs workflow (#1832) 2024-03-22 19:50:35 +01:00
gh-actions-updater.yaml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
lint.yml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
release.yml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
stale.yml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00
test-integration.yaml Fix 764 (#2093) 2024-09-03 09:22:17 +02:00
test.yml fix route table migration wiping routes 0.22 -> 0.23 (#2076) 2024-08-27 18:54:28 +02:00
update-flake.yml update gh workflow actions (#1809) 2024-03-13 13:43:06 +01:00