1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-19 13:48:20 +02:00

Commit Graph

  • 68dab0fe7b Move localhost check to utils Kristoffer Dalby 2021-10-29 17:04:58 +0000
  • 6d10be8fff Change order of print/nil check in integration test Kristoffer Dalby 2021-10-29 16:49:44 +0000
  • a23d82e33a Setup API and prepare for API keys Kristoffer Dalby 2021-10-29 16:45:06 +0000
  • c7fa9b6e4a Setup create, delete and list namespace over grpc Kristoffer Dalby 2021-10-29 16:44:32 +0000
  • 07bbeafa3b Fix lint errors, add initial namespace rpc Kristoffer Dalby 2021-10-29 16:43:10 +0000
  • 06700c1dc4 Setup proto linting Kristoffer Dalby 2021-10-29 16:42:56 +0000
  • 2d252da221 suggested documentation and comments Raal Goff 2021-10-29 21:35:07 +0800
  • 2c071a8a2d
    Merge pull request #204 from kradalby/api-playground Kristoffer Dalby 2021-10-28 20:17:20 +0100
  • f9187bdfc4 Switch to named arguments for all nodes subcommands. Update docs accordingly. Fix integration test failure. Ward Vandewege 2021-10-28 09:30:41 -0400
  • 25c67cf2aa
    Update integration_test.go Ward Vandewege 2021-10-28 08:40:30 -0400
  • b00a2729e3
    Update cmd/headscale/cli/nodes.go Ward Vandewege 2021-10-28 08:39:42 -0400
  • 6c01b86e4c
    Update cmd/headscale/cli/nodes.go Ward Vandewege 2021-10-28 08:39:27 -0400
  • d086cf4691 Move the namespace argument back to a flag for the share and unshare commands. Ward Vandewege 2021-10-27 17:51:42 -0400
  • 5054ed41ac Make ci lint fix if it can Kristoffer Dalby 2021-10-27 07:10:32 +0000
  • e91174e83f Add gen explicitly to skip list Kristoffer Dalby 2021-10-27 07:08:24 +0000
  • c9bd25d05c Remove golint from github actions Kristoffer Dalby 2021-10-27 07:07:44 +0000
  • f779372154 Add golangcilint config Kristoffer Dalby 2021-10-27 07:07:19 +0000
  • acd9ebbdf8 Let lint ignore grpcv1.go as it is placeholder Kristoffer Dalby 2021-10-27 07:06:39 +0000
  • 6369cea10e Remove golint, its deprecated Kristoffer Dalby 2021-10-27 06:58:16 +0000
  • 2d92719095 Dont try to generate code on every make build Kristoffer Dalby 2021-10-27 06:48:30 +0000
  • d4265779ef Check in generated code Kristoffer Dalby 2021-10-27 06:44:04 +0000
  • 8f2ef6a57d Prepare for checking in generated code Kristoffer Dalby 2021-10-27 06:40:39 +0000
  • 6e764942a2 Add grpc step to dockerfile Kristoffer Dalby 2021-10-26 21:35:18 +0000
  • 11d987549f Ignore generated files for docker Kristoffer Dalby 2021-10-26 21:34:51 +0000
  • b8c89cd63c Add readme and makefile entry about code generation Kristoffer Dalby 2021-10-26 20:53:10 +0000
  • 2f045b20fb Refactor tls and wire up grpc, grpc gateway/api Kristoffer Dalby 2021-10-26 20:42:56 +0000
  • caa4d33cbd Add an initial grpcv1 service (implementing the proto generated service) Kristoffer Dalby 2021-10-26 20:42:20 +0000
  • a9da7c8fd9 Update go.mod Kristoffer Dalby 2021-10-26 20:41:35 +0000
  • b096a2e7e5 Create an initial gRPC service Kristoffer Dalby 2021-10-26 20:37:37 +0000
  • f9ece0087d Make the cli help a little more explicit for the nodes subcommand. Ward Vandewege 2021-10-26 08:50:25 -0400
  • c76d3b53d9
    Merge branch 'main' into cli-improvements Kristoffer Dalby 2021-10-25 22:11:02 +0100
  • e8277595f5
    Merge pull request #202 from juanfont/kradalby-patch-1 v0.11.0 Kristoffer Dalby 2021-10-25 20:14:36 +0100
  • 4d3b638a3d
    Add note about main containing unreleased changes Kristoffer Dalby 2021-10-25 19:38:11 +0100
  • 1d9954d8e9 Fix integration test. Ward Vandewege 2021-10-24 20:11:47 -0400
  • dd7557850e cli changes for the nodes subcommand: Ward Vandewege 2021-10-24 17:02:57 -0400
  • c8e1afb14b When attempting to unshare a node from the primary namespace, return errorMachineNotShared, not errorSameNamespace. Add test for same. Ward Vandewege 2021-10-24 17:00:51 -0400
  • 1cac688b3a
    Merge branch 'main' into patch-1 Kristoffer Dalby 2021-10-24 22:27:45 +0100
  • 6d162eeff9
    Merge pull request #197 from kradalby/config-simplification Kristoffer Dalby 2021-10-24 22:27:18 +0100
  • 746d4037da
    Fix config and tests Kristoffer Dalby 2021-10-24 21:30:51 +0100
  • 1237e02f7c Merge branch 'config-simplification' of github.com:kradalby/headscale into config-simplification Kristoffer Dalby 2021-10-24 21:21:08 +0100
  • 7da3d4ba50
    Resolve merge conflict Kristoffer Dalby 2021-10-24 21:21:01 +0100
  • c22b93734e
    update Running.md Remus CURSARU 2021-10-24 14:09:07 +0200
  • 8853315dcc
    Update config-example.yaml Kristoffer Dalby 2021-10-23 10:40:15 +0100
  • 5aaffaaecb
    Merge pull request #196 from kradalby/derp-improvements Kristoffer Dalby 2021-10-23 09:20:27 +0100
  • 389a8d47a3
    Merge branch 'main' into derp-improvements Kristoffer Dalby 2021-10-22 23:58:48 +0100
  • a355769416
    Update derp-example.yaml Kristoffer Dalby 2021-10-22 23:58:27 +0100
  • 1a8c9216d6
    Merge pull request #194 from juanfont/update-contributors Juan Font 2021-10-23 00:11:22 +0200
  • 81316ef644
    Merge branch 'main' into update-contributors Juan Font 2021-10-22 21:28:27 +0200
  • 4d4d0de356
    Start adding comments to config Kristoffer Dalby 2021-10-22 18:27:11 +0100
  • b85adbc40a
    Remove the need for multiple config files Kristoffer Dalby 2021-10-22 18:14:29 +0100
  • aefbd66317 Remove derpmap volume from integration tests Kristoffer Dalby 2021-10-22 16:57:51 +0000
  • d875cca69d move integration to yaml, add new derp configuration Kristoffer Dalby 2021-10-22 16:57:01 +0000
  • 0e902fe949 Add certificates to docker image so we can get derpmap from tailscale Kristoffer Dalby 2021-10-22 16:56:23 +0000
  • 582eb57a09 Use the new derp map Kristoffer Dalby 2021-10-22 16:56:00 +0000
  • 177f1eca06 Add helper functions for building derp maps from urls and file Kristoffer Dalby 2021-10-22 16:55:35 +0000
  • 57f46ded83 Split derp into its own config struct Kristoffer Dalby 2021-10-22 16:55:14 +0000
  • aa245c2d06 Remove derp.yaml, add selfhosted example Kristoffer Dalby 2021-10-22 16:52:39 +0000
  • e836db1ead Add config.yaml to gitignore Kristoffer Dalby 2021-10-22 16:51:19 +0000
  • 5420347d24
    docs(README): update contributors github-actions[bot] 2021-10-22 06:58:20 +0000
  • 9e2637d65f
    Merge pull request #192 from derelm/patch-2 Kristoffer Dalby 2021-10-22 07:57:48 +0100
  • c6046597ed
    Merge branch 'main' into update-contributors Juan Font 2021-10-22 00:01:18 +0200
  • a46c8fe914
    Merge branch 'main' into patch-2 Juan Font 2021-10-21 23:56:10 +0200
  • f822816cdb
    Merge pull request #193 from juanfont/fix-again-contributors v0.10.8 Juan Font 2021-10-21 23:55:41 +0200
  • f3bf9b4bbb Contributors again fixed Juan Font Alonso 2021-10-21 23:54:20 +0200
  • 9f02899261
    Merge branch 'main' into patch-2 Juan Font 2021-10-21 23:41:52 +0200
  • 75f3e1fb03
    docs(README): update contributors github-actions[bot] 2021-10-21 21:38:02 +0000
  • 9fbfa7c1f5
    Merge pull request #191 from juanfont/fix-contributors Juan Font 2021-10-21 23:32:43 +0200
  • d5aef85bf2 Fix contributors Juan Font Alonso 2021-10-21 23:21:38 +0200
  • 88b32e4b18
    fix typo derelm 2021-10-21 23:07:35 +0200
  • e425e3ffd3 Fix contributors Juan Font Alonso 2021-10-21 22:53:30 +0200
  • 355483fd86
    Merge pull request #184 from juanfont/doc-reorg-v1 Juan Font 2021-10-21 22:38:59 +0200
  • 672d8474b9 PRettier on the yamls Juan Font Alonso 2021-10-21 21:18:50 +0200
  • 3e10bbd1ad
    Merge branch 'main' into patch-1 Juan Font 2021-10-21 21:10:36 +0200
  • 73e4d38670 Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1 Juan Font Alonso 2021-10-21 21:01:57 +0200
  • 561c15bbe8 Prettier Juan Font Alonso 2021-10-21 21:01:52 +0200
  • b93aa723cb Run contributors on merge to master Juan Font Alonso 2021-10-21 20:58:30 +0200
  • 636943c715 Improved docker cmd Juan Font Alonso 2021-10-21 20:57:18 +0200
  • 0a6a67da85
    Merge branch 'main' into doc-reorg-v1 Juan Font 2021-10-21 20:55:48 +0200
  • e9ffd366dd Improvements here and there Juan Font Alonso 2021-10-21 20:54:41 +0200
  • 4be0b3f556 Mention disable check updates in the doc Juan Font Alonso 2021-10-21 20:54:29 +0200
  • a0bfad6d6e Headscale is not capitalized Juan Font Alonso 2021-10-21 20:48:29 +0200
  • bb1f17f5af Added glossary Juan Font Alonso 2021-10-21 20:46:19 +0200
  • 95bc2ee241
    Merge pull request #190 from juanfont/fix-arm64 Juan Font 2021-10-21 20:40:17 +0200
  • 16a90e799c Contributors should be working Juan Font Alonso 2021-10-21 20:36:26 +0200
  • 4c2f84b211 Add contributors Action Juan Font Alonso 2021-10-21 20:33:58 +0200
  • 6f8fb261d1
    Merge branch 'main' into patch-1 derelm 2021-10-21 20:25:19 +0200
  • b799635fbb Merge branch 'fix-arm64' of https://github.com/juanfont/headscale into fix-arm64 Juan Font Alonso 2021-10-21 19:56:51 +0200
  • bc145952d4 Finally fix arm64 build Juan Font Alonso 2021-10-21 19:56:36 +0200
  • 2c5701917d
    Merge branch 'main' into doc-reorg-v1 Kristoffer Dalby 2021-10-21 18:46:29 +0100
  • ed7b840fea
    Merge pull request #188 from juanfont/fix-arm64 v0.10.7 Juan Font 2021-10-21 19:10:14 +0200
  • 23372e29cd
    Merge branch 'main' into fix-arm64 Kristoffer Dalby 2021-10-21 17:03:46 +0100
  • fb569b0483 Fixed ARM64 compiler name Juan Font Alonso 2021-10-21 17:47:10 +0200
  • e2b5638ca0
    Merge pull request #187 from juanfont/fix-arm64 v0.10.6 Juan Font 2021-10-21 00:00:47 +0200
  • 8f5a1dce3e Merge branch 'doc-reorg-v1' of https://github.com/juanfont/headscale into doc-reorg-v1 Juan Font Alonso 2021-10-20 23:34:27 +0200
  • 6b0f5da113 Separate config examples for sqlite and postgres for the time being Juan Font Alonso 2021-10-20 23:27:59 +0200
  • 5159b6d085 Trying to fix arm64 Juan Font Alonso 2021-10-20 23:10:59 +0200
  • aa40d3d16b
    Merge branch 'main' into golang-ci-lint-config Kristoffer Dalby 2021-10-20 20:43:08 +0100
  • a5119ae758
    rename golanglint Kristoffer Dalby 2021-10-20 20:42:58 +0100
  • 2260656496
    try new pattern Kristoffer Dalby 2021-10-20 20:41:42 +0100
  • ae030ad600
    Revert last commit Kristoffer Dalby 2021-10-20 20:39:14 +0100