Commit Graph

1864 Commits

Author SHA1 Message Date
İsmail
faff029843 Update store.go 2024-11-05 22:10:31 +03:00
İsmail
fcba31f2a6 Update test-infrastructure-files.yml 2024-11-05 17:24:57 +03:00
Maycon Santos
b952d8693d Fix cached device flow oauth (#2833)
This change removes the cached device flow oauth info when a down command is called

Removing the need for the agent to be restarted
2024-11-05 14:51:17 +01:00
İsmail
de41b82a90 MYSQL_ROOT_PASSWORD added 2024-11-05 16:11:36 +03:00
İsmail
447b1a0fe7 Update test-infrastructure-files.yml 2024-11-05 16:07:18 +03:00
İsmail
2561c5b089 Update test-infrastructure-files.yml 2024-11-05 15:31:51 +03:00
Maycon Santos
5b46cc8e9c Avoid failing all other matrix tests if one fails (#2839) 2024-11-05 13:28:42 +01:00
İsmail
b39718ddd7 Skip Test 2024-11-05 09:40:12 +03:00
İsmail
325ded44cb NETBIRD_STORE_ENGINE_MYSQL_DSN 2024-11-05 09:23:13 +03:00
İsmail
cb0f09b197 go mod tidy 2024-11-05 00:44:50 +03:00
İsmail
6ba5b4740d dsn fix 2024-11-04 23:39:33 +03:00
İsmail
ed370c4487 TestUtil Duplicate 2024-11-04 23:30:15 +03:00
İsmail
c6116441be Update store.go 2024-11-04 22:05:51 +03:00
İsmail
3fd180c173 Update go.sum 2024-11-04 17:17:42 +03:00
İsmail
7dfc71b718 TestContainer 2024-11-04 16:34:14 +03:00
İsmail
7a92985a23 Update sql_store.go 2024-11-04 15:47:40 +03:00
İsmail
0c1cac3d89 Update store.go 2024-11-04 15:46:10 +03:00
İsmail
ee49368f98 Update go.sum 2024-11-04 15:42:59 +03:00
İsmail
25ea44344d Update go.mod 2024-11-04 15:42:52 +03:00
İsmail
2137e71c7d Update go.mod 2024-11-04 15:19:08 +03:00
İsmail
9b090ba8a9 Update store.go 2024-11-04 14:46:16 +03:00
İsmail
1de14010c8 Update golang-test-linux.yml 2024-11-04 14:38:14 +03:00
İsmail
81527274e2 Update store.go 2024-11-04 13:51:29 +03:00
İsmail
d6c1278368 Merge pull request #1 from ismail0234/patch-1
Update store.go
2024-11-04 13:49:14 +03:00
İsmail
130a36f703 Update sql_store.go 2024-11-04 13:47:24 +03:00
İsmail
eb5e9ca153 Update store.go 2024-11-04 13:41:22 +03:00
Pascal Fischer
a9d06b883f add all group to add peer affected peers network map check (#2830) 2024-11-01 22:09:08 +01:00
Viktor Liu
5f06b202c3 [client] Log windows panics (#2829) v0.31.0 2024-11-01 15:08:22 +01:00
Zoltan Papp
0eb99c266a Fix unused servers cleanup (#2826)
The cleanup loop did not manage those situations well when a connection failed or 
the connection success but the code did not add a peer connection to it yet.

- in the cleanup loop check if a connection failed to a server
- after adding a foreign server connection force to keep it a minimum 5 sec
2024-11-01 12:33:29 +01:00
Pascal Fischer
bac95ace18 [management] Add DB access duration to logs for context cancel (#2781) 2024-11-01 10:58:39 +01:00
Zoltan Papp
9812de853b Allocate new buffer for every package (#2823) 2024-11-01 00:33:25 +01:00
Zoltan Papp
ad4f0a6fdf [client] Nil check on ICE remote conn (#2806) 2024-10-31 23:18:35 +01:00
Pascal Fischer
4c758c6e52 [management] remove network map diff calculations (#2820) 2024-10-31 19:24:15 +01:00
Misha Bragin
ec5095ba6b Create FUNDING.yml (#2814) 2024-10-30 17:25:02 +01:00
Misha Bragin
49a54624f8 Create funding.json (#2813) 2024-10-30 17:18:27 +01:00
Pascal Fischer
729bcf2b01 [management] add metrics to network map diff (#2811) 2024-10-30 16:53:23 +01:00
Jing
a0cdb58303 [client] Fix the broken dependency gvisor.dev/gvisor (#2789)
The release was removed which is described at
https://github.com/google/gvisor/issues/11085#issuecomment-2438974962.
2024-10-29 20:17:40 +01:00
pascal-fischer
39c99781cb fix meta is equal slices (#2807) 2024-10-29 19:54:38 +01:00
Marco Garcês
01f24907c5 [client] Fix multiple peer name filtering in netbird status command (#2798) 2024-10-29 17:49:41 +01:00
pascal-fischer
10480eb52f [management] Setup key improvements (#2775) 2024-10-28 17:52:23 +01:00
pascal-fischer
1e44c5b574 [client] allow relay leader on iOS (#2795) 2024-10-28 16:55:00 +01:00
Viktor Liu
940f8b4547 [client] Remove legacy forwarding rules in userspace mode (#2782) 2024-10-28 12:29:29 +01:00
Viktor Liu
46e37fa04c [client] Ignore route rules with no sources instead of erroring out (#2786) 2024-10-28 12:28:44 +01:00
Stefano
b9f205b2ce [misc] Update Zitadel from v2.54.10 to v2.64.1 2024-10-28 10:08:17 +01:00
Viktor Liu
0fd874fa45 [client] Make native firewall init fail firewall creation (#2784) 2024-10-28 10:02:27 +01:00
Viktor Liu
8016710d24 [client] Cleanup firewall state on startup (#2768) v0.30.3 2024-10-24 14:46:24 +02:00
Zoltan Papp
4e918e55ba [client] Fix controller re-connection (#2758)
Rethink the peer reconnection implementation
2024-10-24 11:43:14 +02:00
Viktor Liu
869537c951 [client] Cleanup dns and route states on startup (#2757) 2024-10-24 10:53:46 +02:00
Zoltan Papp
44f2ce666e [relay-client] Log exposed address (#2771)
* Log exposed address
2024-10-23 18:32:27 +02:00
pascal-fischer
563dca705c [management] Fix session inactivity response (#2770) 2024-10-23 16:40:15 +02:00