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.3
wg-federation
Browse files
Oct 26, 2022
doc: updates CHANGELOG
· 908ed724
ʕᵔᴥᵔʔ
authored
Oct 26, 2022
View commit 908ed724
2 tags
908ed724
test: adds unit tests for newly added `data.state.` classes
· e1c4a31b
ʕᵔᴥᵔʔ
authored
Oct 26, 2022
e1c4a31b
test: adds unit tests for `CommandLineArgument` and `CommandLineOption`
· 92601438
ʕᵔᴥᵔʔ
authored
Oct 26, 2022
92601438
feat: adds classes to represent state: `federation`, `state` and `wirguard_interface`.
· 75708371
ʕᵔᴥᵔʔ
authored
Oct 26, 2022
75708371
Oct 25, 2022
refactor: changes code namespacing to prepare for next features
· df8b2a20
ʕᵔᴥᵔʔ
authored
Oct 25, 2022
df8b2a20
refactor: removes deprecated commented code
· 1d61db93
ʕᵔᴥᵔʔ
authored
Oct 25, 2022
View commit 1d61db93
2 tags
1d61db93
Oct 13, 2022
refactor: makes `CommandLineOption.argparse_action` an Enum with limited values
· 1c8eb5d8
ʕᵔᴥᵔʔ
authored
Oct 12, 2022
1c8eb5d8
Oct 12, 2022
doc: updates CHANGELOG
· 70c186a1
ʕᵔᴥᵔʔ
authored
Oct 10, 2022
70c186a1
refactor: follow the one class per file rule
· 60977aed
ʕᵔᴥᵔʔ
authored
Oct 10, 2022
60977aed
refactor: changes `RawOptions` dict into an object
· a206469c
ʕᵔᴥᵔʔ
authored
Oct 10, 2022
a206469c
test: renames _controllerX pytest class attributes to better named attributes
· 3ebc523a
ʕᵔᴥᵔʔ
authored
Oct 12, 2022
View commits for tag 0.2.0
0.2.0
3ebc523a
Oct 03, 2022
test: adds scenarios to test the new controller
· 79cbbec1
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
79cbbec1
doc: regenerates documentation
· a6451507
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
a6451507
doc: updates CHANGELOG
· d0867d07
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
d0867d07
test: adds unit tests for the controller module
· ca512d1b
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
ca512d1b
test: adjusts unit test of existing code after the refactor
· c8a06093
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
c8a06093
refactor: changes the service `Container` to a dynamic instead of declarative,...
· aa9c2a9a
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
aa9c2a9a
feat: implements a simple controller module, with `ConfigureLoggingController`...
· c7dfeef9
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
c7dfeef9
feat: adds a `option_has_default` method in `RawOptions`
· e78375e1
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
e78375e1
fix: makes sur all options in `RawOptions` delivers a `name`
· 319a8f67
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
319a8f67
fix: adds a `CRITICAL` log level, to align with the `logging` library
· 11a862ba
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
11a862ba
chore: adjust pre-commit `pylint` rules and explains them
· 041b79bd
ʕᵔᴥᵔʔ
authored
Oct 03, 2022
041b79bd
Sep 30, 2022
doc: fixes classe diagram
· 4af114ac
ʕᵔᴥᵔʔ
authored
Sep 30, 2022
View commit 4af114ac
2 tags
4af114ac
refactor: Initializes `InputManager` attributes with `None` to avoid implicit attributions
· b8b5e542
ʕᵔᴥᵔʔ
authored
Sep 30, 2022
b8b5e542
doc: temporarily adds auto-generated module documentation, waiting for a pipeline.
· 8fd36e1c
ʕᵔᴥᵔʔ
authored
Sep 30, 2022
8fd36e1c
maintenance: uses systemd-python pypi release instead of github, because pypi refuses github deps
· 71427cd8
ʕᵔᴥᵔʔ
authored
Sep 30, 2022
71427cd8
doc: better explains in the `README.md` how to generate documentation
· 1061af1a
ʕᵔᴥᵔʔ
authored
Sep 30, 2022
1061af1a
Sep 29, 2022
doc: updates HEREDOC for method in EnvironmentVariableReader
· cf56d3e9
ʕᵔᴥᵔʔ
authored
Sep 29, 2022
View commits for tag 0.1.0
0.1.0
cf56d3e9
Sep 28, 2022
refactor: changes after self review
· f8d98ac8
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
f8d98ac8
doc: updates CHANGELOG
· eb092290
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
eb092290
test: adds first feature functional tests with `behave`
· b0502fff
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
b0502fff
test: adds first batch of unit tests, covering 99% of the code
· 422c6175
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
422c6175
chore: makes python `3.9` the minimum version, because we use type hinting 3.9+
· ad9ba037
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
ad9ba037
feat: adds argument parsing, environment variable reading and input validations
· a984bb6f
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
a984bb6f
chore: updates pre-commit dependencies
· 78a655f8
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
78a655f8
test: disables `missing-module-docstring` for pylint as it makes no sense in a...
· 9fcf7bad
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
9fcf7bad
refactor: removes unneeded dummy code
· 726cf22b
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
726cf22b
chore: updates/add `.pyproject.toml` dependencies
· 935df442
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
935df442
doc: explains how to run functional tests in README
· 563f2839
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
563f2839
doc: explains how to generate documentation in the README
· 529e04cd
ʕᵔᴥᵔʔ
authored
Sep 28, 2022
529e04cd
Loading