- 24 Apr, 2019 1 commit
-
-
Valentin Reis authored
-
- 22 Apr, 2019 5 commits
-
-
Swann Perarnau authored
Resolve "Names of the NRM binaries" Closes #41 See merge request !81
-
Valentin Reis authored
cmd -> nrm daemon -> nrmd argo-perf-wrapper -> nrm-perfwrapper
-
Valentin Reis authored
This converts the return status to int before running the introspection logic and fixes the issue.
-
Valentin Reis authored
Resolve "`cmd run` error code" Closes #44 See merge request !77
-
Valentin Reis authored
-
- 19 Apr, 2019 6 commits
-
-
Valentin Reis authored
[typo] Fixes typo. See merge request !76
-
Valentin Reis authored
-
Valentin Reis authored
Resolve "`cmd` stdout flushing" Closes #45 See merge request !78
-
Valentin Reis authored
This gives automation tools an easier time when streaming data from it.
-
Valentin Reis authored
Resolve "`cmd run` SIGTERM handling" Closes #46 See merge request !79
-
Valentin Reis authored
-
- 18 Apr, 2019 1 commit
-
-
Swann Perarnau authored
[code quality] adds flake8 tests to /bin See merge request !74
-
- 06 Mar, 2019 1 commit
-
-
Valentin Reis authored
-
- 28 Feb, 2019 1 commit
-
-
Swann Perarnau authored
Deal with connection issues See merge request !71
-
- 27 Feb, 2019 6 commits
-
-
Swann Perarnau authored
high-water marks, the mechanism used by zmq to avoid buffer bloat and start dropping messages, has been causing all sorts of problems. Set all of them to `infinite`, to avoid these issues. Note that the recent changes seems to cause the messaging tests to block, so we disable them for now.
-
Swann Perarnau authored
Change the `wait_connected` method to a `connect` method with an optional wait. Ensure that the actual connect call on the socket is done after the monitor is created, otherwise the monitor might miss the connection event.
-
Valentin Reis authored
[feature] Adds --verbose argument to the daemon. See merge request !73
-
Valentin Reis authored
-
Valentin Reis authored
[fix] Fixes ratelimit reading from manifest file. See merge request !72
-
Valentin Reis authored
-
- 26 Feb, 2019 2 commits
-
-
Swann Perarnau authored
[feature] change libnrm ratelimit in manifest See merge request !70
-
Swann Perarnau authored
Add a "monitoring" section to the manifest, that allows users to modify libnrm through environment variables.
-
- 25 Feb, 2019 4 commits
-
-
Valentin Reis authored
[ci] Adds Applications to the gitlab CI pipeline. See merge request !69
-
Valentin Reis authored
-
Swann Perarnau authored
Cleanup open file descriptors on forks See merge request !61
-
close_fds only defaults to true on python 3, leading to leaking open file descriptors every time we fork a process.
-
- 21 Feb, 2019 1 commit
-
-
Valentin Reis authored
[doc] Removes mention of Nix in the README.md file. See merge request !67
-
- 18 Feb, 2019 4 commits
-
-
Valentin Reis authored
That is too much of a development workflow and shouldn't appear on the landing page.
-
Valentin Reis authored
[ci] fix typo: gitlab-ci file should point to argopkgs master. See merge request !66
-
Valentin Reis authored
-
Swann Perarnau authored
Add License to repository See merge request !63
-
- 17 Feb, 2019 1 commit
-
-
Valentin Reis authored
This commit simplifies greatly the CI logic and improves its maintability. argopkgs/master becomes the single maintained authoritative soure of content for CI and packaging.
-
- 15 Feb, 2019 1 commit
-
-
Swann Perarnau authored
BSD3, as discussed.
-
- 11 Feb, 2019 4 commits
-
-
Valentin Reis authored
[fix] Resolve open files leaks See merge request !57
-
Valentin Reis authored
The nix-env used for CI is being poluted by gitlab CI environ variables, which ends up crashing argo_nodeos_config. The real fix would be probably involve figuring out what kind of env variable value crashes the whole thing and fixing our wrapping logic, but at the same time, there's no reason for nix to use the CI env in the first place. This also resets the CI pointers to 'base'/'basic.yaml'.
-
Valentin Reis authored
[ci] stylechecks should pass first See merge request !59
-
Swann Perarnau authored
Reorder the CI pipeline to style check first, so that we don't wait for the entire integration tests before failing on code formatting.
-
- 08 Feb, 2019 2 commits
-
-
Swann Perarnau authored
For some reason this seems to be triggering a leak of a open file descriptor, even though it should be garbage collected. As for why it's there...well there was a time when I had hoped of implementing support for stdin.
-
Swann Perarnau authored
pyzmq recommends the use of a single context for all objects in the same application: https://pyzmq.readthedocs.io/en/latest/api/zmq.html#zmq.Context.instance More importantly, each context creates at least one thread, resulting in a lot of threads with a lot of open file descriptors. This path reduces that number by quite a bit.
-