- 30 Oct, 2020 2 commits
-
-
Marcin Siodelski authored
Avoid displaying wget output when checking wget version by redirecting the output to /dev/null (per review).
-
Marcin Siodelski authored
If the wget version is lower than 1.19, the retry-on-http-error is not included.
-
- 27 Oct, 2020 7 commits
-
-
Marcin Siodelski authored
Combined ng_test into a single task with using debug flag.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Runs Chrome with --no-sandbox as it is required in CI when running as root.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
In addition, ci_ui runs ng_test task.
-
Marcin Siodelski authored
-
Michal Nowikowski authored
-
- 22 Oct, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 20 Oct, 2020 8 commits
-
-
Wlodzimierz Wencel authored
-
Michal Nowikowski authored
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
[#412] moved back to 1.7.3 version, added print while checking help, reduced Rakefile ui system test function
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
- 12 Oct, 2020 1 commit
-
-
Marcin Siodelski authored
Unset DESTDIR while doing npm install because it uses DESTDIR for something else, leaving some garbage in the install directory.
-
- 16 Sep, 2020 2 commits
-
-
Michal Nowikowski authored
[#366] added run to --db-trace-queries in Rakefile while running server for development and when dbtrace is true
-
Michal Nowikowski authored
It also requires a hack to make publishing an image working.
-
- 04 Sep, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 03 Sep, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 31 Aug, 2020 1 commit
-
-
Tomek Mrugalski authored
-
- 12 Aug, 2020 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 08 Jul, 2020 1 commit
-
-
Michal Nowikowski authored
- added many checks for missing arguments - moved session manager to NewRestAPI where all resources are allocated and to make it available in the tests
-
- 29 Jun, 2020 1 commit
-
-
Tomek Mrugalski authored
- this affected build on docker on ubuntu 20.04
-
- 23 Jun, 2020 2 commits
-
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
- 16 Jun, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 15 Jun, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 12 Jun, 2020 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Michal Nowikowski authored
-
- 10 Jun, 2020 2 commits
-
-
Matthijs Mekking authored
-
Matthijs Mekking authored
Use the guidelines from the Prometheus documentation about writing exporters*. Implement a Collector for the exporter and create new metrics each time with MustNewConstMetric in the Collect() call. Add a couple of simple metrics (boot time, config time, current time, and incoming queries). * https://prometheus.io/docs/instrumenting/writing_exporters/
-
- 05 Jun, 2020 1 commit
-
-
Michal Nowikowski authored
- added EventCenter for receiving events from other modules and dispatching them to subscribers using server-sent events - added events panel in UI, in dashboard page - added entity links component in UI for presenting in UI entities link machine or app as an exposed box with link - in Rakefile task serve_ui is changed: now it only builds UI, and UI is served by stork server over 8080 port and not using angular cli server by 4200 port (this is caused by not working SSE in angular cli proxy) - added submitting events in several places
-
- 28 May, 2020 1 commit
-
-
Michal Nowikowski authored
-
- 14 May, 2020 1 commit
-
-
Michal Nowikowski authored
Now all is built in single contaier and then demo containers are pulling in artifacts built in this single container.
-