Changelog
- f7eeb97 Add timeout
- fe2f75d Allow integration test to retry
- 1e8f4db Drop shared node table
- fb85c78 Fail integration tests fast
- ebe59a5 Fix utils tests, use ipset datastructure
- eda0a9f Lock allocation of IP address
- 7e6e093 Merge branch 'integration-test-concurrent-join' of github.com:kradalby/headscale into integration-test-concurrent-join
- 95453cb Merge branch 'main' into feat-oidc-login-as-namespace
- aa50650 Merge branch 'main' into feat-oidc-login-as-namespace
- 69f220f Merge branch 'main' into feat-oidc-login-as-namespace
- 638a84a Merge branch 'main' into integration-test-concurrent-join
- bae8ed3 Merge branch 'main' into make-namespace-to-users
- 9c2c09f Merge branch 'main' into remove-shared
- ec58979 Merge branch 'main' into remove-shared
- 08c7076 Merge pull request #346 from kradalby/integration-test-concurrent-join
- 3815986 Merge pull request #347 from kradalby/remove-shared
- b1bd17f Merge pull request #350 from restanrm/feat-oidc-login-as-namespace
- 8689a39 Merge pull request #357 from kradalby/make-namespace-to-users
- b39faa1 Merge remote-tracking branch 'origin/main' into feat-oidc-login-as-namespace
- 9ceac5c Remove CLI and tests for Shared node
- e03b3d5 Remove boundries between namespaces
- 4962335 Remove dependency on CGO
- 6da2a19 Remove grpc share/unshare functions
- 9d1752a Remove protobuf share/unshare
- 9399754 Remove protobuf share/unshare generated go
- 9687e67 Remove retry from integration tests
- 9411ec4 Remove sharing class and tests
- 4ca8181 Remove sharing from integration tests
- 24a8e19 Remove sharing references across the code
- 189e883 Resolve merge
- 2fd36dd Resolve merge
- 8dca405 Test if we can join headscale in parallell to speed up
- d9e7f37 Uncomment previous test and update them for no boundries
- f4c302f Uncomment tests that will failed in transition period
- 47e8442 Update CHANGELOG.md
- f9ce32f Update CHANGELOG.md
- 2c70644 Update changelog
- 6d699d3 Update changelog
- 91b5055 Update readme and glossary to reflect features and goals
- fe0b43e chore: update changelog
- afd4a37 chore: update formating
- 0461166 chore: update formatting
- 45727db feat(namespace): add check function for namespace
- 92ffac6 feat(namespace): add normalization function for namespace
- 0191ea9 feat(oidc): bind email to namespace
- 972bef1 feat: add length error if hostname too long
- 4f1f235 feat: add strip_email_domain to normalization of namespace
- 717250a feat: removing matchmap from headscale
- 995731a fix(namespace): checknamespace name before actions
- 7e4709c fix(namespace): remove name validation for destroy and get
- cef0a2b fix(namespaces_test): fix missing namespace name
- fcdbe7c fix(utils_test): fix namespace name
- ae6a20e fix: add valid test identified by linter