Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-21 | Packages: added Ubuntu 21.10 "impish" support. | Andrei Belov | 6 | -3/+167 | |
2021-10-19 | Packages: fixed dependency tracking for Go and Java modules on RHEL7. | Andrei Belov | 1 | -2/+2 | |
2021-09-21 | Regenerated Dockerfiles. | Konstantin Pavlov | 5 | -10/+10 | |
2021-09-21 | Docker: bumped versions. | Konstantin Pavlov | 1 | -5/+5 | |
Minimal image now uses Debian 11 "Bullseye" as a base. Language versions are bumped to: - Go 1.17 - Node 16 - Perl 5.34 - Ruby 3.0 | |||||
2021-08-19 | Generated Dockerfiles for Unit 1.25.0.1.25.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-08-17 | Packages: added Debian 11 "bullseye" support. | Andrei Belov | 2 | -1/+13 | |
2021-05-27 | Generated Dockerfiles for Unit 1.24.0.1.24.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-05-27 | Packages: added Ubuntu 21.04 "hirsute" support. | Andrei Belov | 8 | -1/+250 | |
2021-04-21 | Packages: switched to common address for package maintainers. | Andrei Belov | 7 | -7/+15 | |
2021-04-12 | Packages: fixed Amazon Linux 2 module packages to use openssl 1.1 | Konstantin Pavlov | 1 | -0/+4 | |
2021-04-08 | Packages: moved Amazon Linux 2 packages to use openssl 1.1 | Konstantin Pavlov | 2 | -0/+8 | |
2021-03-31 | Packages: fixed "dist" target to include man page in the archive. | Valentin Bartenev | 1 | -1/+1 | |
2021-03-26 | Packages: corrected permissions for /var/log/unit in rpm. | Andrei Belov | 1 | -1/+1 | |
Found by rpmlint. | |||||
2021-03-25 | Generated Dockerfiles for Unit 1.23.0.1.23.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-03-24 | Packages: added man page on rpm-based systems. | Konstantin Pavlov | 2 | -2/+3 | |
2021-03-24 | Packages: added man page on debian-based systems. | Konstantin Pavlov | 2 | -2/+4 | |
2021-02-05 | Regenerated Dockerfiles. | Konstantin Pavlov | 8 | -8/+8 | |
2021-02-05 | Docker: added curl run-time dependency. | Konstantin Pavlov | 1 | -1/+1 | |
It is needed for docker-entrypoint scripts to work. | |||||
2021-02-04 | Generated Dockerfiles for Unit 1.22.0.1.22.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-02-02 | Docker: reverted 44154b830401. | Konstantin Pavlov | 1 | -2/+0 | |
Automatic synchronisation is now set up, so manual pushes to AWS ECR are discouraged. | |||||
2021-02-01 | Regenerated Dockerfiles. | Konstantin Pavlov | 15 | -833/+566 | |
2021-01-13 | Docker: based docker images off official languages ones. | Konstantin Pavlov | 3 | -141/+151 | |
Language versions are bumped to: - python 3.9 - ruby 2.7 - go 1.15 - node 15 - perl 5.32 Removed images: - python 2.7 due to EOL - full/latest due to incompatibility with the new scheme | |||||
2021-01-26 | Packages: added Fedora 33 support. | Andrei Belov | 3 | -1/+76 | |
2021-01-18 | Bumping year in copyright notice. | Valentin Bartenev | 1 | -8/+8 | |
2020-12-28 | Packages: fixed building for Ubuntu 16.04 "xenial". | Andrei Belov | 2 | -0/+79 | |
Changes introduced in a27532e3a17b effectively broke building of the unit package due to missed dh_installsystemd script in older debhelper 9.x. Once Ubuntu 16.04 reach EOL, the following actions should be made: - this commit should be reverted; - minimal debhelper version should be increased to 11. | |||||
2020-12-24 | Packages: fixed an ability to override package version. | Andrei Belov | 3 | -3/+6 | |
This was broken since 00d8049418cf. | |||||
2020-12-23 | Packages: set the "--user" value to "nobody" for build-stage tests. | Andrei Belov | 2 | -4/+4 | |
This allows tests to pass well in cases when the default user specified in the ./configure parameters does not exist in the building environment. | |||||
2020-12-22 | Packages: check and create unit user on each post-script invocation. | Konstantin Pavlov | 1 | -4/+4 | |
2020-12-17 | Packages: run non-privileged processes under "unit" user. | Andrei Belov | 29 | -30/+58 | |
2020-11-24 | Packages: added pcre2 to build depends. | Konstantin Pavlov | 4 | -2/+18 | |
While at it, propagate unit build depends to modules. | |||||
2020-11-24 | Packages: dropped support for non-systemd distributions. | Konstantin Pavlov | 5 | -214/+9 | |
2020-12-16 | Packages: eliminated debuild warning about debian/rules. | Andrei Belov | 1 | -0/+1 | |
2020-12-16 | Packages: the NOTICE file added to debian binaries. | Andrei Belov | 1 | -1/+2 | |
This resolves the following lintian error: https://lintian.debian.org/tags/missing-notice-file-for-apache-license.html While here, changed upstream changelog name to conform with the policy: https://lintian.debian.org/tags/wrong-name-for-upstream-changelog.html | |||||
2020-12-16 | Packages: introduced PYTEST_ARGS env variable for test targets. | Andrei Belov | 2 | -4/+4 | |
This is useful for running particular tests, e.g.: PYTEST_ARGS='test/test_respawn.py::TestRespawn::test_respawn_router' make test | |||||
2020-12-02 | Docker: creating tags and pushing to AWS ECR as well. | Konstantin Pavlov | 1 | -0/+4 | |
2020-11-19 | Generated Dockerfiles for Unit 1.21.0.1.21.0 | Valentin Bartenev | 9 | -9/+9 | |
2020-11-09 | Packages: added Ubuntu 20.10 "groovy" support. | Andrei Belov | 8 | -1/+274 | |
2020-10-08 | Generated Dockerfiles for Unit 1.20.0. | Valentin Bartenev | 9 | -9/+9 | |
2020-09-22 | Regenerated dockerfiles. | Konstantin Pavlov | 9 | -1/+112 | |
2020-09-22 | Ensure docker images are using latest versions of base OS packages. | Konstantin Pavlov | 1 | -3/+6 | |
2020-09-22 | Added jsc11 docker image. | Konstantin Pavlov | 2 | -2/+6 | |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 2 | -4/+4 | |
2020-08-13 | Generated Dockerfiles for Unit 1.19.0.1.19.0 | Valentin Bartenev | 8 | -8/+8 | |
2020-07-13 | Docker: run entrypoint scripts for unitd-debug as well. | Konstantin Pavlov | 1 | -1/+1 | |
2020-06-16 | Packages: added Fedora 32 support. | Andrei Belov | 3 | -1/+79 | |
2020-05-28 | Packages: fixed java configure script.1.18.0 | Tiago Natel de Moura | 3 | -3/+3 | |
Now the configure script appends /server to --lib-path argument. | |||||
2020-05-28 | Generated Dockerfiles for Unit 1.18.0. | Valentin Bartenev | 8 | -8/+8 | |
2020-04-23 | Packages: added Ubuntu 20.04 "focal" support. | Andrei Belov | 2 | -1/+13 | |
2020-04-16 | Generated Dockerfiles for Unit 1.17.0.1.17.0 | Valentin Bartenev | 8 | -8/+8 | |
2020-03-19 | Fixed filepath in the image checksum file. | Konstantin Pavlov | 1 | -1/+1 | |