1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-25 17:51:11 +02:00

Commit Graph

  • 5f818b7349
    Merge pull request #89 from ohdearaugustin/topic/docker-release Juan Font 2021-09-13 22:37:33 +0200
  • 0aac79f8fa Dockerfile: add golang tag ohdearaugustin 2021-09-13 20:03:03 +0200
  • 1e93347a26
    Merge branch 'main' into topic/docker-release ohdearaugustin 2021-09-12 18:18:34 +0200
  • 18867a4c84 update docu ohdearaugustin 2021-09-12 18:08:03 +0200
  • 3b97c7bdec gitignore: add jetbrains ohdearaugustin 2021-08-22 21:47:31 +0200
  • 203e6bc6b2 Remove trace lines about NO_COLOR. Aaron Bieber 2021-09-12 07:30:35 -0600
  • e27753e46e
    Merge pull request #103 from juanfont/shared-nodes v0.8.0 Juan Font 2021-09-11 23:31:37 +0200
  • 11fbef4bf0 Added extra timeout Juan Font 2021-09-11 23:21:45 +0200
  • c4e6ad1ec7 Fixed some typos Juan Font 2021-09-10 00:52:08 +0200
  • 263a3f1983
    Merge branch 'main' into shared-nodes Juan Font 2021-09-10 00:49:50 +0200
  • 8acaea0fbe Increased timeout Juan Font 2021-09-10 00:44:27 +0200
  • bd6adfaec6 Changes a few more variables Juan Font 2021-09-10 00:37:01 +0200
  • 4b4a5a4b93
    Update sharing.go Juan Font 2021-09-10 00:32:42 +0200
  • b098d84557
    Apply suggestions from code review Juan Font 2021-09-10 00:32:06 +0200
  • b937f9b762
    Update machine.go Juan Font 2021-09-10 00:30:02 +0200
  • 55f3e07bd4
    Apply suggestions from code review Juan Font 2021-09-10 00:26:46 +0200
  • 2780623076 Renamed SharedNode to SharedMachine Juan Font 2021-09-06 14:43:43 +0200
  • 75a342f96e Renamed files Juan Font 2021-09-06 14:40:37 +0200
  • 729cd54401 Renamed sharing function Juan Font 2021-09-06 14:39:52 +0200
  • a023f51971
    Merge pull request #101 from SilverBut/main Juan Font 2021-09-03 10:35:49 +0200
  • 5076eb9215
    Merge pull request #102 from SilverBut/patch-1 Juan Font 2021-09-03 10:24:32 +0200
  • 7edd0cd14c Added add node cli Juan Font 2021-09-03 10:23:45 +0200
  • 7ce4738d8a Preload namespace so the name can be shown Juan Font 2021-09-03 10:23:26 +0200
  • 7287e0259c Minor linting issues Juan Font 2021-09-02 17:08:39 +0200
  • d86de68b40 Show namespace in node list table Juan Font 2021-09-02 17:06:47 +0200
  • 4ba107a765 README updated Juan Font 2021-09-02 17:00:46 +0200
  • 187b016d09 Added helper function to get list of shared nodes Juan Font 2021-09-02 16:59:50 +0200
  • 7010f5afad Added unit tests on sharing nodes Juan Font 2021-09-02 16:59:12 +0200
  • 48b73fa12f Implement node sharing functionality Juan Font 2021-09-02 16:59:03 +0200
  • 1ecd0d7ca4 Added DB SharedNode model to support sharing nodes Juan Font 2021-09-02 16:57:26 +0200
  • 6faaae0c5f
    docs: add notes on how to build own DERP server Silver Bullet 2021-09-02 06:08:12 +0800
  • e4ef65be76 fix: check last seen time without possible null pointer Silver Bullet 2021-09-02 05:44:42 +0800
  • 39c661d408
    Merge pull request #99 from juanfont/explicit-ubuntu-version Juan Font 2021-08-26 21:18:16 +0200
  • 91a48d6a43
    Update Dockerfile Juan Font 2021-08-26 10:23:45 +0200
  • 123f0fa185
    Merge pull request #98 from kradalby/initial-dns-server-exit-node v0.7.1 Kristoffer Dalby 2021-08-25 22:58:25 +0100
  • ba3dffecbf
    Update readme Kristoffer Dalby 2021-08-25 19:05:10 +0100
  • 8735e5675c
    Add a test for the getdnsconfig function Kristoffer Dalby 2021-08-25 19:03:04 +0100
  • 3f5e06a0f8
    Dont add the portnumber to the ip Kristoffer Dalby 2021-08-25 18:43:13 +0100
  • ba40a40b73
    Merge pull request #96 from qbit/version_fix Juan Font 2021-08-25 12:34:34 +0200
  • b3732e7fb9
    Add nameserver as resolver aswell Kristoffer Dalby 2021-08-25 07:04:48 +0100
  • 104776ee84 fix setting of version Aaron Bieber 2021-08-24 07:49:15 -0600
  • 01e781e546
    Pass DNSConfig to nodes in MapResponse Kristoffer Dalby 2021-08-24 07:11:45 +0100
  • e77c16b55a
    Add DNSConfig to example and setup test Kristoffer Dalby 2021-08-24 07:10:09 +0100
  • 987bbee1db
    Add DNSConfig field to configuration Kristoffer Dalby 2021-08-24 07:09:47 +0100
  • 74d2fe1baa
    Merge pull request #84 from kradalby/integration-tests-ci v0.7.0 Juan Font 2021-08-23 09:42:07 +0200
  • 98e63d5561
    Merge pull request #94 from kradalby/split-lint-test Kristoffer Dalby 2021-08-23 07:46:11 +0100
  • 059f13fc9d
    Add missing comment for stream function Kristoffer Dalby 2021-08-23 07:38:14 +0100
  • ebd27b46af
    Add comment to updatemachine Kristoffer Dalby 2021-08-23 07:35:44 +0100
  • ca8d814918
    Merge pull request #92 from kradalby/enhance-route-command Juan Font 2021-08-22 12:48:30 +0200
  • 0aeeaac361
    Always load machine object from DB before save/modify Kristoffer Dalby 2021-08-21 16:52:19 +0100
  • 28ed8a5742
    Actually rename lint Kristoffer Dalby 2021-08-21 15:42:23 +0100
  • f749be1490
    Split lint and test CI files Kristoffer Dalby 2021-08-21 15:40:27 +0100
  • 693bce1b10
    Update test machine name properly Kristoffer Dalby 2021-08-21 15:35:26 +0100
  • 4f97e077db
    Add --all flag to routes enable command to enable all advertised routes Kristoffer Dalby 2021-08-21 15:04:30 +0100
  • c883e79884
    Enhance route command with ptables and multiple routes Kristoffer Dalby 2021-08-21 14:49:46 +0100
  • a613501ff2
    Update .github/workflows/release.yml ohdearaugustin 2021-08-21 11:17:21 +0200
  • a054e2514a
    Keep tailscale count at 25 in integration tests Kristoffer Dalby 2021-08-21 09:26:18 +0100
  • c49fe26da7
    Code clean up, loglevel debug for integration tests Kristoffer Dalby 2021-08-21 09:15:16 +0100
  • 75afdc6306 github/workflows: remove version tag ohdearaugustin 2021-08-20 20:10:34 +0200
  • f02beaf075 github/workflows: add checkout ohdearaugustin 2021-08-20 19:45:01 +0200
  • 8bcc7e88f0 github/workflows: add dispatch ohdearaugustin 2021-08-20 19:37:15 +0200
  • 0adbd720bf github/workflows: add docker release ohdearaugustin 2021-08-20 19:15:20 +0200
  • d93a7f2e02
    Make Info default log level Kristoffer Dalby 2021-08-20 17:15:07 +0100
  • 88d7ac04bf
    Account for racecondition in deleting/closing update channel Kristoffer Dalby 2021-08-20 16:52:34 +0100
  • 1f422af1c8
    Save headscale logs if jobs fail Kristoffer Dalby 2021-08-20 16:50:55 +0100
  • 53168d54d8
    Make http timeout 30s instead of 10s Kristoffer Dalby 2021-08-19 22:29:03 +0100
  • b0ec945dbb
    Make lastStateChange namespaced Kristoffer Dalby 2021-08-19 18:19:26 +0100
  • 48ef6e5a6f
    Rename keepAlive function, as it now does more things Kristoffer Dalby 2021-08-19 18:06:57 +0100
  • 8d1adaaef3
    Move isOutdated logic to updateChan consumation Kristoffer Dalby 2021-08-19 18:05:33 +0100
  • dd8c0d1e9e Move most "poll" functionality to poll.go Kristoffer Dalby 2021-08-18 23:24:22 +0100
  • 57b79aa852 Set timeout, add lastupdate field Kristoffer Dalby 2021-08-18 23:21:11 +0100
  • 2f883410d2 Add lastUpdate field to machine, function issue message on update channel Kristoffer Dalby 2021-08-18 23:17:38 +0100
  • 6fa61380b2
    Up client count, make arguments more explicit and clean up unused assignments Kristoffer Dalby 2021-08-18 23:17:09 +0100
  • 47b61c0cea
    Merge pull request #86 from juanfont/better-ui v0.6.1 Juan Font 2021-08-16 09:33:47 +0200
  • d739ac830f
    Merge pull request #87 from juanfont/fix-route-notify Juan Font 2021-08-16 09:25:31 +0200
  • 26024fedc7
    Merge branch 'main' into fix-route-notify Juan Font 2021-08-16 00:29:38 +0200
  • a376b697c0 Send notifications when enabling a route Juan Font 2021-08-16 00:17:26 +0200
  • bc2574680d Linting Juan Font 2021-08-15 23:35:03 +0200
  • f194b41435 Better table in preauthkeys Juan Font 2021-08-15 23:29:55 +0200
  • 350f7da55d Better table in namespaces Juan Font 2021-08-15 23:20:38 +0200
  • 36f5f78f46 pterm dependency Juan Font 2021-08-15 23:10:50 +0200
  • 55fe5b0b41 Use pterm table in node list Juan Font 2021-08-15 23:10:39 +0200
  • 7d1a5c00a0
    Try with longer timeout Kristoffer Dalby 2021-08-13 16:56:28 +0100
  • 036061664e
    initial integration test file Kristoffer Dalby 2021-08-13 16:12:01 +0100
  • 5b1b40ce93
    Merge pull request #83 from kradalby/more-integration-tests Kristoffer Dalby 2021-08-13 16:05:32 +0100
  • a8d9fdce3c
    Uncomment ping test Kristoffer Dalby 2021-08-13 11:01:23 +0100
  • 700382cba4
    Split stream part of pollhandlermap into its own func Kristoffer Dalby 2021-08-13 10:33:50 +0100
  • 9698abbfd5
    Resolve merge conflict Kristoffer Dalby 2021-08-13 10:33:19 +0100
  • 5bfcf5c917
    Merge pull request #82 from juanfont/really-expire-ephemeral Juan Font 2021-08-12 22:05:53 +0200
  • 8eb7d47072 Fixed linting Juan Font 2021-08-12 21:57:20 +0200
  • ab61c87701 Also notify peers when deleting ephemerals Juan Font 2021-08-12 21:53:37 +0200
  • c1e6157847 Expire ephemeral is internal Juan Font 2021-08-12 21:45:40 +0200
  • 4c849539fc Expire the ephemeral nodes in the Serve method Juan Font 2021-08-12 21:44:12 +0200
  • 9c2a630055
    Merge pull request #81 from kradalby/integration-tests v0.6.0 Juan Font 2021-08-12 11:15:45 +0200
  • 0e1ddf9715
    Set longer timeout for integration tests Kristoffer Dalby 2021-08-12 07:36:38 +0100
  • 54da1a4155
    Commit the correct integration etc files Kristoffer Dalby 2021-08-12 07:05:26 +0100
  • 7141e2ed70
    Fix hostname passed to join command Kristoffer Dalby 2021-08-11 17:12:39 +0100
  • c9e5048015 Merge remote-tracking branch 'upstream/main' into integration-tests Kristoffer Dalby 2021-08-08 17:57:28 +0100
  • 4e077b053c Initial work, add integration tests Kristoffer Dalby 2021-08-08 17:50:32 +0100
  • f973aef80c Add Dockerfile to build tailscale docker image for integration tests Kristoffer Dalby 2021-08-08 17:43:06 +0100