Commit graph

  • 61054638d1 Use goreleaser on new tags Juan Font 2021-06-13 13:13:17 +0200
  • e085d733d5 Rename original CI pipeline to test Juan Font 2021-06-13 13:12:48 +0200
  • 6e86b2af0c
    Merge pull request #34 from juanfont/fix-polling-race Juan Font 2021-06-09 20:56:58 +0200
  • 5db7716be2 Reduce the mutex size when the client closes the connection Juan Font Alonso 2021-06-09 20:55:25 +0200
  • cb1a81fe4c Close the update channel when the client actually closes the connection. Fixes #32. Juan Font Alonso 2021-06-08 19:19:40 +0200
  • f2e1e42144
    Merge pull request #33 from juanfont/fix-nodekey-change Juan Font 2021-06-07 09:11:12 +0200
  • aab0bfe2d5 Removed redundant statement Juan Font Alonso 2021-06-05 12:21:49 +0200
  • 47b22f3950 Minor improvement on login Juan Font Alonso 2021-06-05 12:19:48 +0200
  • d4c2870d7e Handle client sending new NodeKey (fixes #32) Juan Font Alonso 2021-06-05 12:13:55 +0200
  • 0fcd92fcce Minor fix to help testing Juan Font Alonso 2021-06-05 11:13:28 +0200
  • 094fde36d1
    Merge pull request #31 from juanfont/improving-client-startup Juan Font 2021-05-30 00:05:40 +0200
  • 4be39f9b83 Improved log messages, and case That Should Never Happen Juan Font Alonso 2021-05-26 21:39:57 +0200
  • 064e448d22 Improved tailnode start up handling Juan Font Alonso 2021-05-24 21:59:03 +0200
  • d1be440c89
    Merge pull request #30 from cure/bugfix-and-more-tests Juan Font 2021-05-24 19:52:38 +0200
  • d1c3faae5f Remove superfluous test support code. Fix bug in node list cli command. Add tests. Ward Vandewege 2021-05-23 09:55:15 -0400
  • 6a3b171e99
    Merge pull request #29 from cure/add-ephemeral-node-support Juan Font 2021-05-23 11:39:16 +0200
  • 41f6740ddd Add support for ephemeral nodes via a special type of pre-auth key. Add tests for that feature. Ward Vandewege 2021-05-22 20:15:29 -0400
  • 1faed2764f
    Merge pull request #28 from juanfont/sqlite-support-plus-integration Juan Font 2021-05-18 23:49:04 +0200
  • 13b7b3ee8a Fix tests Juan Font Alonso 2021-05-18 23:33:18 +0200
  • 5a42bace67 Use OS-independent paths for the abs method Juan Font Alonso 2021-05-18 23:33:08 +0200
  • 460a23cf2b Check for abs/rel path in db_path Juan Font Alonso 2021-05-19 01:28:47 +0200
  • b0adefc540 Remove trailing space Juan Font Alonso 2021-05-19 01:20:28 +0200
  • 370fe3b192 Removed wrongly copypasted method Juan Font Alonso 2021-05-16 16:47:48 +0200
  • 374a6eef7e Fixed panic when sending keep alives to a disconnected node Juan Font Alonso 2021-05-15 18:12:22 +0200
  • 93a9284d84 Updated README with sqlite instructions Juan Font Alonso 2021-05-15 14:38:20 +0200
  • 0b8d4a24ae minor update to gitignore Juan Font Alonso 2021-05-15 14:36:56 +0200
  • da9a07ddf3 Added tests for the sqlite-based config Juan Font Alonso 2021-05-15 14:36:13 +0200
  • 216c6d85b2 Added support for sqlite as database backend Juan Font Alonso 2021-05-15 14:32:26 +0200
  • 619201ec9b
    Merge pull request #27 from juanfont/change-json-field Juan Font 2021-05-15 11:59:07 +0200
  • ad4a61cc7b update in sum Juan Font Alonso 2021-05-15 00:08:22 +0200
  • 84aba256bb Added some deps + updates Juan Font Alonso 2021-05-15 00:06:17 +0200
  • e0d916bb5a Remove dependency on postgres' jsonb Juan Font Alonso 2021-05-15 00:05:41 +0200
  • e7a626d3cc
    Merge pull request #26 from cure/more_tests Juan Font 2021-05-13 09:07:53 +0200
  • be83281f58 Fix build breakage due to https://github.com/golang/go/issues/44129. Ward Vandewege 2021-05-12 08:45:41 -0400
  • d2748f34aa Add more tests. Ward Vandewege 2021-05-11 20:55:36 -0400
  • f913bf573b Should be working noew Juan Font Alonso 2021-05-09 19:39:49 +0200
  • 669bf6609a Install tailscale Juan Font Alonso 2021-05-09 19:36:17 +0200
  • 744873c2cc Fixed syntax error (again( Juan Font Alonso 2021-05-09 19:30:45 +0200
  • 2193c44194 Fixed syntax error + trailing spaces Juan Font Alonso 2021-05-09 19:27:59 +0200
  • f2c95b473a WIP (should fail though) Juan Font Alonso 2021-05-09 19:26:12 +0200
  • e87c7612bc Changed postgres hostname Juan Font Alonso 2021-05-09 18:42:05 +0200
  • 025a18e80b Expose postgres port Juan Font Alonso 2021-05-09 18:38:17 +0200
  • 0f933c1a46
    Merge pull request #24 from cure/add-destroy-namespace-command Juan Font 2021-05-09 18:33:28 +0200
  • b20b664353 Add a DestroyNamespace command and tests for the Namespace functions. Ward Vandewege 2021-05-09 11:12:05 -0400
  • 6c76950604 Create namespace Juan Font Alonso 2021-05-09 16:56:58 +0200
  • 560a65d116 Use the new ENV file functionality Juan Font Alonso 2021-05-09 16:51:13 +0200
  • 7e35240fd4 Added some missing sudo Juan Font Alonso 2021-05-09 16:40:54 +0200
  • 113e147754 WIP Integration tests Juan Font Alonso 2021-05-09 16:35:06 +0200
  • 3cf599be64
    Merge pull request #22 from juanfont/json-output Juan Font 2021-05-08 19:55:19 +0200
  • 8ad366f977 Use JsonOutput in version too Juan Font Alonso 2021-05-08 17:06:36 +0200
  • 9eaac71762 Trim trailing spaces Juan Font Alonso 2021-05-08 16:56:27 +0200
  • 5cbd2d43a8 Update README to mention json output + some minor updates Juan Font Alonso 2021-05-08 14:12:22 +0200
  • 8a207374c6 Add some return when enabling routing succeedes + some comments... Juan Font Alonso 2021-05-08 13:59:18 +0200
  • abde7dddb7 More json output Juan Font Alonso 2021-05-08 13:58:51 +0200
  • 3b34f715ce Adding support for JSON-formatted output 1/n Juan Font Alonso 2021-05-08 13:28:22 +0200
  • 4b3b48441f Return the machine when registering Juan Font Alonso 2021-05-08 13:27:53 +0200
  • 33bee1df05 Do not print stuff in the library Juan Font Alonso 2021-05-08 13:27:40 +0200
  • 32da9c0415
    Update README.md Juan Font 2021-05-07 13:54:15 +0200
  • 5faa6cf59a Update README (although do not advirtise preauth keys that much yet) Juan Font Alonso 2021-05-06 23:58:26 +0200
  • 8ca940ad30
    Merge pull request #21 from juanfont/working-preauth Juan Font 2021-05-06 23:50:28 +0200
  • 13e086980a Removed logging Juan Font Alonso 2021-05-06 23:49:55 +0200
  • 4183db840e Update README (although do not advirtise preauth keys that much yet) Juan Font Alonso 2021-05-06 23:25:40 +0200
  • fc0c519206 Fill RegisterMethod field in Machine Juan Font Alonso 2021-05-06 18:26:01 +0200
  • 9bac805d50 Removed spew Juan Font Alonso 2021-05-06 01:03:43 +0200
  • 744c687d37 Fixed linting issues Juan Font Alonso 2021-05-06 01:01:45 +0200
  • e17e10e0b7 Preauth keys kinda working Juan Font Alonso 2021-05-06 00:59:26 +0200
  • 9ce8dc3fb6 Preload the namespace Juan Font Alonso 2021-05-06 00:59:16 +0200
  • 3110dd1575 Added fields in Machine to store authkey + validation tests Juan Font Alonso 2021-05-06 00:08:36 +0200
  • 486faa9656 WIP Working on authkeys + tests Juan Font Alonso 2021-05-05 23:00:04 +0200
  • 03bb32083b
    Merge pull request #20 from cure/preauthkeys_improvements Juan Font 2021-05-03 22:56:18 +0200
  • 13f809be87
    Merge pull request #19 from juanfont/node-cmd-improve Juan Font 2021-05-02 23:04:46 +0200
  • b34e90c45d Fix bug in preauthkeys: namespace object was not populated in the return value from CreatePreAuthKey and GetPreAuthKeys. Add tests for that bug, and the rest of the preauthkeys functionality. Ward Vandewege 2021-05-02 14:47:36 -0400
  • 45e9001787 Register cmd under node Juan Font Alonso 2021-05-01 20:05:10 +0200
  • c71c13366f Minor fix Juan Font Alonso 2021-05-01 20:04:03 +0200
  • 404fee8361 Added list node functionality Juan Font Alonso 2021-05-01 20:00:25 +0200
  • 8198d2f8ed
    Merge pull request #18 from cure/add-actions Juan Font 2021-04-30 10:45:11 +0200
  • 3532eafd8c
    Merge pull request #17 from juanfont/namespace-flag Juan Font 2021-04-30 09:55:17 +0200
  • 68c21faf64 Check persistnt flag errors Juan Font Alonso 2021-04-30 09:55:39 +0200
  • 5648337e68 Removed trailing space Juan Font Alonso 2021-04-30 09:53:44 +0200
  • 491fb0adb3 Fix a few linter errors. Ward Vandewege 2021-04-29 21:03:15 -0400
  • 283ca3b6f8 Add ci workflow. Ward Vandewege 2021-04-29 20:59:17 -0400
  • b83318bfb3 Namespace is now a flag for all the commands Juan Font Alonso 2021-04-30 00:23:26 +0200
  • 51139afa50
    Merge pull request #16 from juanfont/cmd-funcs-to-cli Juan Font 2021-04-29 09:49:23 +0200
  • 7646bd8fd4 CLI stuff should be in the cmd/ path Juan Font Alonso 2021-04-28 16:55:29 +0200
  • 77e5255fdd Move the CLI functiontionality to the CLI package Juan Font Alonso 2021-04-28 16:15:45 +0200
  • 8f67bdba8c
    Merge pull request #15 from cure/add-first-tests Juan Font 2021-04-27 23:53:27 +0200
  • f5010fd75b Add test for our config validation rules. Ward Vandewege 2021-04-26 20:30:06 -0400
  • 37601f6b4d Add a very simple test. Ward Vandewege 2021-04-25 11:24:42 -0400
  • 031c91a545
    Merge pull request #13 from cure/add-Makefile Juan Font 2021-04-25 22:40:34 +0200
  • 6aedc1111b Add a Makefile with a few targets. The default is 'build'. The build target calls the new version-at-commit.sh script which will automatically populate the version variable inside the Headscale binary. Ward Vandewege 2021-04-25 10:21:04 -0400
  • 6fa84004b3
    Merge pull request #11 from xpzouying/zy/fix-remove-dup-close-db Juan Font 2021-04-25 00:35:46 +0200
  • 1bc4294241
    Merge pull request #10 from cure/linter-warnings Juan Font 2021-04-25 00:29:18 +0200
  • c07f192dc4
    Merge pull request #12 from gitter-badger/gitter-badge Juan Font 2021-04-25 00:16:44 +0200
  • 8c218189b0 Add Gitter badge The Gitter Badger 2021-04-24 21:26:38 +0000
  • 07a9f95aeb fix: remove db twice zy 2021-04-25 00:29:40 +0800
  • f7c7b4873a Address a bunch of golangci-lint warnings. Ward Vandewege 2021-04-24 11:41:29 -0400
  • f7b6c68d22 Address a bunch of golint warnings. Ward Vandewege 2021-04-24 11:26:50 -0400
  • d30b682a6e
    Merge pull request #9 from cure/add-tls-autocert Juan Font 2021-04-24 11:28:31 +0200
  • 426b4fd98a Add support for automatic TLS certificates via Let's Encrypt. Add a configuration reference to the README.md file. Ward Vandewege 2021-04-23 22:54:15 -0400
  • 1b30874cf8 Check for errors from the Serve() function. Ward Vandewege 2021-04-23 17:16:12 -0400