- 21 Jan, 2021 2 commits
-
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
- 20 Jan, 2021 1 commit
-
-
Michal Nowikowski authored
-
- 19 Jan, 2021 1 commit
-
-
Michal Nowikowski authored
Migrated command line processing in agent from jessevdk/go-flags to urfave/cli/v2. Thanks to this it is possible to define commands in command line. Previously only switches were possible in command line.
-
- 07 Dec, 2020 3 commits
-
-
Marcin Siodelski authored
-
Wlodzimierz Wencel authored
-
Marcin Siodelski authored
-
- 05 Dec, 2020 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Server SSE mechanism parses query parameters and sets event filters accordingly. Supported parameters are: machine, daemon, subnet, user, app, appType and daemonName.
-
- 03 Dec, 2020 1 commit
-
-
Marcin Siodelski authored
I reverted back to the convention of getters having "Get". We will later discuss our naming conventions. For now being this makes the code consistent.
-
- 02 Dec, 2020 14 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
When detected no configuration change for a daemon the server will skip updating subnets and shared networks. When detected that none of the DHCP daemons have changed their configuration the global hosts aren't updated.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The config hash will be later used to determine whether the config should be updated or not.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The response arguments hash can be optionally computed for selected commands.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
This migration extends kea_daemon table with config_hash column which optionally holds hashed Kea config.
-
- 30 Nov, 2020 5 commits
-
-
Tomek Mrugalski authored
- words, words, words
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
yeah, unrelated to the ticket, but trivial to do.
-
Tomek Mrugalski authored
-
- 29 Nov, 2020 1 commit
-
-
Marcin Siodelski authored
-
- 28 Nov, 2020 1 commit
-
-
Marcin Siodelski authored
Next to the settings panel we have added a new info message explaining what it means to setup an interval. It is described as an idle time period between the end of the previous data pull to the beginning of the next data pull.
-
- 27 Nov, 2020 2 commits
-
-
Marcin Siodelski authored
Reset function forcibly restarts the puller. The Unpause() function only starts the puller when number of unpause calls decreased the counter to 0. This what caught in the review.
-
Marcin Siodelski authored
-
- 26 Nov, 2020 7 commits
-
-
Marcin Siodelski authored
Pullers are temporarily stopped for a period of time when puller action is being run. This guarantees that the next action is triggered a certain period of time after the current action has finished. This is important when actions take a lot of time, e.g. adding new machine with many subnets.
-
Marcin Siodelski authored
Described default-signifies-exhaustive per review comments.
-
Marcin Siodelski authored
Included the info that golangcilint was upgraded.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Explicitly listing all linters as recommended by the package authors. Some linters have been disabled and appropriate comments were added. cognitive complexity threshold was bumped to 50.
-