Skip to content

Commit

Permalink
feat: add warning when removing a group (#628)
Browse files Browse the repository at this point in the history
* add basic confirmation modal for group remove

* bump rust version

* update dependencies

* add list of VPN location names to group info response

* remove deprecated methods

* handle vpn locations in group edit requests

* fix edit group modal

* fill in delete modal content

* update query data

* test group info in API response

* add more helper commands

* leave LDAP todos

---------

Co-authored-by: Maciej Wójcik <wojcik91@gmail.com>
  • Loading branch information
wojcik91 and Maciej Wójcik committed Apr 24, 2024
1 parent c0f8a93 commit da89afa
Show file tree
Hide file tree
Showing 24 changed files with 704 additions and 419 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:
test:
runs-on: [self-hosted, Linux]
container: rust:1.75
container: rust:1.77

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
rustdoc:
runs-on: [self-hosted, Linux]
container: rust:1.75
container: rust:1.77
services:
postgres:
image: postgres:15-alpine
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da89afa

Please sign in to comment.