Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · 0.5
wg-federation
Browse files
Jan 12, 2023
refactor: changes after quentin’s review
· 95fa18ad
ʕᵔᴥᵔʔ
authored
Jan 12, 2023
View commit 95fa18ad
2 tags
95fa18ad
Jan 11, 2023
test: fixes functional tests failures on pristine systems, because of bad mocking
· da0da1a2
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
da0da1a2
doc: generates new UML diagram
· 4eead03c
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
4eead03c
fix: remove uneeded comment
· f2078bb1
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
f2078bb1
doc: updates CHANGELOG
· 760b5ed3
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
760b5ed3
feat: implements `hq get-private-key` to dynamically retrieve the privateKey...
· f58ff81f
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
f58ff81f
test: provides a reusable HQState object for tests that need it
· e4184671
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
e4184671
feat: raises an exception when trying to reload a hqstate that was not bootstrapped
· af512466
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
af512466
feat: adds `find_interface_by_name` and `find_interfaces_by_kind` for `HQstate` data object
· 1fb47d19
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
1fb47d19
feat: adds `find_interface_by_name` and `find_interfaces_by_kind` for `HQstate` data object
· 29c2e0ce
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
29c2e0ce
test: (functional) makes sure files are cleaned between each scenario
· 6c5a11f4
ʕᵔᴥᵔʔ
authored
Jan 11, 2023
6c5a11f4
Jan 10, 2023
feat: `hq bootstrap` now creates WireGuard interfaces config files for the...
· 7d7404f7
ʕᵔᴥᵔʔ
authored
Jan 10, 2023
7d7404f7
chore: pins pre-commit dependencies
· f17efb5f
ʕᵔᴥᵔʔ
authored
Jan 10, 2023
f17efb5f
refactor: uses generic for `EventSubscriber`
· 943cb9ab
ʕᵔᴥᵔʔ
authored
Jan 10, 2023
943cb9ab
doc: better explains skipped test for bandit
· 5f26272e
ʕᵔᴥᵔʔ
authored
Jan 10, 2023
5f26272e
Jan 09, 2023
test: fixes test_command_line_arguments.py pylint errors
· 7449de62
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
7449de62
test: fixes tests after changes
· 2f6ff3cb
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
2f6ff3cb
test: adds new Scenario to test failures of `hq bootstrap`
· 6f3544e2
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
6f3544e2
test: adds new Scenario to test failures of `hq bootstrap`
· 3d3f6f68
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
3d3f6f68
feat: adds `w++` in `Utils.open` to create the file before usual `w+` mode
· 6bccc064
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
6bccc064
fix: fixes optional types in CommandLineArguments to make them nullable
· 92da36ec
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
92da36ec
refactor: changes `get-private-key` arguments to use the new Annotated system
· 7a66f711
ʕᵔᴥᵔʔ
authored
Jan 09, 2023
7a66f711
Jan 05, 2023
fix: fixes after self review
· 6eb9d3ff
ʕᵔᴥᵔʔ
authored
Jan 05, 2023
6eb9d3ff
Jan 04, 2023
fix: removes the get-psk command as it makes no sense
· 1b6e2e41
ʕᵔᴥᵔʔ
authored
Jan 04, 2023
1b6e2e41
refactor: uses annotations for arguments instead of duplication for arguments
· 89621d10
ʕᵔᴥᵔʔ
authored
Jan 04, 2023
89621d10
test: refactors command line arguments testts
· 02c85e54
ʕᵔᴥᵔʔ
authored
Jan 04, 2023
02c85e54
feat: allows to create CommandLineOption from dict
· f4439f91
ʕᵔᴥᵔʔ
authored
Jan 04, 2023
f4439f91
Dec 22, 2022
refactor: renames `state_hq_bootstrap_controller` to `hq_bootstrap_controller`
· 3f32164f
ʕᵔᴥᵔʔ
authored
Dec 22, 2022
3f32164f
Dec 21, 2022
feat: updates StateDataManager so it can handle postup methods with dynamic private key retreival
· ad5d1f07
ʕᵔᴥᵔʔ
authored
Dec 21, 2022
ad5d1f07
feat: adds command line option hq bootstrap `--private-key-retrieval-method`
· fd336955
ʕᵔᴥᵔʔ
authored
Dec 21, 2022
fd336955
feat: updates `ArgumentReader` to handle sub-options by argument
· b6c01fcb
ʕᵔᴥᵔʔ
authored
Dec 21, 2022
b6c01fcb
feat: adds `WireguardInterface.into_wireguard_ini`
· ad32aacc
ʕᵔᴥᵔʔ
authored
Dec 21, 2022
ad32aacc
feat: allows to pass a command line to retrieve root passphrase as an...
· 9c5bef8f
ʕᵔᴥᵔʔ
authored
Dec 21, 2022
9c5bef8f
Dec 15, 2022
test: updates wrong spec description
· 5496a49f
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
5496a49f
doc: changes after review
· 90abbb9a
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
90abbb9a
doc: fixes pyreverse command in readme
· b59f865c
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
b59f865c
fix: removec uneeded comment
· 354c61f5
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
354c61f5
doc: updates `increment` in HEREDOC after comment
· 7134cd98
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
7134cd98
doc: updates class/packages diagrams
· d34bd14c
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
d34bd14c
feat: updates StateManager to disptach events when manupilating state
· df25b0af
ʕᵔᴥᵔʔ
authored
Dec 15, 2022
df25b0af
Loading