Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge tag 'v1.0' into debian | Egor Tensin | 2021-03-13 |
|\ | |||
| * | workflows/test.yml: tweak step namesv1.0 | Egor Tensin | 2021-03-13 |
| | | |||
| * | test/test.sh: longer startup timeout | Egor Tensin | 2021-03-13 |
| | | | | | | | | Maybe that's why some CI runs were failing? | ||
* | | debian: 0.0.2-3debian/v0.0.2-3 | Egor Tensin | 2021-03-12 |
| | | |||
* | | workflows: tweak step names | Egor Tensin | 2021-03-12 |
| | | |||
* | | debian: gbp buildpackage --git-ignore-branch | Egor Tensin | 2021-03-12 |
| | | | | | | | | This is to build package from tags on GitHub Actions. | ||
* | | debian: 0.0.2-2debian/v0.0.2-2 | Egor Tensin | 2021-03-12 |
| | | |||
* | | debian: GitHub workflow to upload to PPA | Egor Tensin | 2021-03-12 |
| | | |||
* | | debian: add GitHub workflow | Egor Tensin | 2021-03-12 |
| | | |||
* | | debian: 0.0.2-1debian/v0.0.2-1 | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: add example.png to include-binaries | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: update package description | Egor Tensin | 2021-03-08 |
| | | |||
* | | Merge tag 'v0.0.2' into debian | Egor Tensin | 2021-03-08 |
|\| | |||
| * | img: update example.pngv0.0.2 | Egor Tensin | 2021-03-07 |
| | | |||
| * | README: update | Egor Tensin | 2021-03-07 |
| | | |||
* | | debian: 0.0.1-3debian/v0.0.1-3 | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: add `make dch` command | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: add README.Debian | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: lint Vagrantfile | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: target the lowest denominator bionic | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: 0.0.1-2debian/v0.0.1-2 | Egor Tensin | 2021-03-07 |
| | | |||
* | | debian: add `make tag` command | Egor Tensin | 2021-03-07 |
| | | |||
* | | debian: set DEB* variables in Vagrantfile | Egor Tensin | 2021-03-07 |
| | | |||
* | | debian: more one-liners in Makefile | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: add Vagrantfile for building packages | Egor Tensin | 2021-03-08 |
| | | |||
* | | debian: lower debhelper-compat level | Egor Tensin | 2021-03-08 |
| | | | | | | | | | | That way, it can be build on Bionic too (and the systemd unit is picked up automatically). | ||
* | | add Debian packaging filesdebian/v0.0.1-1 | Egor Tensin | 2021-03-07 |
|/ | |||
* | export pacman packaging to a separate branchv0.0.1 | Egor Tensin | 2021-03-06 |
| | |||
* | blacklist aux files for `git archive` | Egor Tensin | 2021-03-06 |
| | |||
* | README: update | Egor Tensin | 2021-03-06 |
| | |||
* | workflows/test.yml: format strings are Python 3.6+ | Egor Tensin | 2021-03-06 |
| | |||
* | server.py: ThreadingHTTPServer is Python 3.7+ only | Egor Tensin | 2021-03-06 |
| | |||
* | add GitHub Actions workflow | Egor Tensin | 2021-03-06 |
| | |||
* | add test.sh | Egor Tensin | 2021-03-06 |
| | |||
* | server.py: only run from the script's directory | Egor Tensin | 2021-03-06 |
| | |||
* | pacman: call systemctl on (de)installation | Egor Tensin | 2021-03-04 |
| | |||
* | app.py: pretty print the JSON | Egor Tensin | 2021-03-04 |
| | |||
* | put status refresh interval next to header | Egor Tensin | 2021-03-04 |
| | |||
* | add journalctl output | Egor Tensin | 2021-03-04 |
| | |||
* | get rid of the /timers endpoit, use /status | Egor Tensin | 2021-03-04 |
| | |||
* | server.py: port number is a parameter | Egor Tensin | 2021-03-04 |
| | |||
* | update README, add some comments, etc. | Egor Tensin | 2021-03-04 |
| | |||
* | pacman: add dependency on procps-ng | Egor Tensin | 2021-03-04 |
| | |||
* | systemd: don't write __pycache__/ | Egor Tensin | 2021-03-04 |
| | |||
* | pacman: fix PKGBUILD | Egor Tensin | 2021-03-04 |
| | |||
* | app.py: fix a typing bug | Egor Tensin | 2021-03-03 |
| | |||
* | server.py: return status 500 on error in app.py | Egor Tensin | 2021-03-03 |
| | |||
* | fix the systemd unit | Egor Tensin | 2021-03-03 |
| | |||
* | remove the sudoers.d file | Egor Tensin | 2021-03-03 |
| | | | | | There're no CGI scripts anymore => they are not run as user nobody => they don't need the special permissions. | ||
* | no more CGI | Egor Tensin | 2021-03-03 |
| | | | | | The server.py script now launches a web server and handles all the requests internally, without delegating anything to external scripts. |