netbird/client/cmd
Bethuel Mmbaga a5811a2d7d
Implement experimental PostgreSQL store (#1939)
* migrate sqlite store to
 generic sql store

* fix conflicts

* init postgres store

* Add postgres store tests

* Refactor postgres store engine name

* fix tests

* Run postgres store tests on linux only

* fix tests

* Refactor

* cascade policy rules on policy deletion

* fix tests

* run postgres cases in new db

* close store connection after tests

* refactor

* using testcontainers

* sync go sum

* remove postgres service

* remove store cleanup

* go mod tidy

* remove env

* use postgres as engine and initialize test store with testcontainer

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-05-16 19:28:37 +03:00
..
debug.go Add client debug features (#1884) 2024-04-26 17:20:10 +02:00
down.go Revert "setting cli flags to proper commands (#860)" (#916) 2023-05-31 16:06:42 +02:00
login_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
login.go Fix preshared key not persisted in config (#1474) 2024-01-19 10:30:41 +01:00
root_test.go Revert preshared-key shorthand flag (#671) 2023-02-06 10:35:37 +01:00
root.go Monitor network changes and restart engine on detection (#1904) 2024-05-07 18:50:34 +02:00
route.go Add client debug features (#1884) 2024-04-26 17:20:10 +02:00
service_controller.go Restore dns on unclean shutdown (#1494) 2024-01-30 09:58:56 +01:00
service_installer.go Auto restart Windows agent daemon service (#1819) 2024-04-09 20:10:59 +02:00
service.go add --service/-s flag for specifying system service name (#1691) 2024-03-12 18:29:19 +01:00
ssh.go Add route selection functionality for CLI and GUI (#1865) 2024-04-23 14:42:53 +02:00
status_test.go Add client debug features (#1884) 2024-04-26 17:20:10 +02:00
status.go Add client debug features (#1884) 2024-04-26 17:20:10 +02:00
testutil.go Implement experimental PostgreSQL store (#1939) 2024-05-16 19:28:37 +03:00
up_daemon_test.go Rename module to netbirdio/netbird (#288) 2022-03-26 12:08:54 +01:00
up.go Add route selection to iOS (#1944) 2024-05-10 10:47:16 +02:00
version.go Add version info command to signal server (#739) 2023-03-15 07:54:51 +01:00