Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-03-13 | Added checksum generation to make dist target. | Konstantin Pavlov | 1 | -0/+4 | |
While at it, clean up dist artifacts on make clean. | |||||
2020-03-13 | Added a target to export docker images as tarballs | Konstantin Pavlov | 2 | -5/+31 | |
2020-03-12 | Generated Dockerfiles for Unit 1.16.0.1.16.0 | Valentin Bartenev | 8 | -8/+8 | |
2020-03-12 | Using disk file to store large request body. | Max Romanov | 2 | -0/+2 | |
This closes #386 on GitHub. | |||||
2020-02-06 | Generated Dockerfiles for Unit 1.15.0.1.15.0 | Valentin Bartenev | 8 | -8/+8 | |
2020-01-28 | Packages: added curl dependency to fetch Java archives. | Max Romanov | 2 | -2/+2 | |
2020-01-27 | Updated copyright notice. | Valentin Bartenev | 1 | -4/+9 | |
2019-12-26 | Generated Dockerfiles for Unit 1.14.0.1.14.0 | Valentin Bartenev | 8 | -8/+8 | |
2019-12-25 | Go: changing import name for "unit.nginx.org/go". | Max Romanov | 4 | -5/+5 | |
This patch includes packaging changes - update unit-go installation directory. | |||||
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 5 | -2/+5 | |
This patch includes packaging changes related to files move. | |||||
2019-12-24 | Packages: making unit-go architecture independent. | Max Romanov | 19 | -457/+17 | |
To support Go modules, the unit-go module should be platform independent. All platform-dependent logic is moved to libunit, so the unit-dev package should be installed before building unit-go. | |||||
2019-12-10 | Packages: added Python 3 support on Amazon Linux 2 (LTS). | Andrei Belov | 3 | -4/+5 | |
2019-12-02 | Packages: added Python 3 support on RHEL/CentOS 7. | Andrei Belov | 3 | -2/+12 | |
2019-11-20 | Regenerated Dockerfiles. | Konstantin Pavlov | 9 | -128/+35 | |
2019-11-20 | Moved docker images to Debian 10 "buster". | Konstantin Pavlov | 2 | -24/+11 | |
This changes the language versions we provide: - python 3.5 -> python 3.7 - go 1.7/1.8 -> go 1.11 - perl 5.24 -> perl 5.28 - ruby 2.3 -> ruby 2.5 - php 7.0 -> php 7.3 | |||||
2019-11-21 | Packages: added Ubuntu 19.10 "eoan" support. | Andrei Belov | 6 | -1/+141 | |
2019-11-19 | Packages: added Python 3.8 on Ubuntu 18.04, 19.04. | Andrei Belov | 3 | -0/+65 | |
2019-11-14 | Generated Dockerfiles for Unit 1.13.0.1.13.0 | Valentin Bartenev | 9 | -9/+9 | |
2019-10-03 | Generated Dockerfiles for Unit 1.12.0.1.12.0 | Valentin Bartenev | 9 | -9/+9 | |
2019-10-03 | Regenerated Dockerfiles. | Konstantin Pavlov | 9 | -0/+36 | |
2019-10-03 | Docker: added an entrypoint to make configuration easier. | Konstantin Pavlov | 2 | -0/+75 | |
Docker images now accept shell scripts, json files and certificate chain bundles to provide configuration on a container start by placing them into /docker-entrypoint.d/ directory. | |||||
2019-09-25 | Packaging: debian: drop a surplus line from init script | Konstantin Pavlov | 1 | -2/+0 | |
2019-09-25 | Packaging: debian: changed NAME in the init script | Konstantin Pavlov | 1 | -1/+1 | |
This fixes the following issues: - inability to stop unit daemon - default configuration from /etc/default/unit are not propagated to the daemon | |||||
2019-09-25 | Packages: added logrotate configuration for Debian packages. | Andrei Belov | 2 | -0/+19 | |
While here, made logrotate configuration consistent between rpm and deb. This closes #323 issue on GitHub. | |||||
2019-09-19 | Generated Dockerfiles for Unit 1.11.0.1.11.0 | Valentin Bartenev | 9 | -9/+9 | |
2019-09-16 | Packages: added explicit library path for Java on RPM based distros. | Andrei Belov | 3 | -3/+9 | |
This helps to avoid using excessive strictness in RPATH of Java modules. | |||||
2019-08-22 | Generated Dockerfiles for Unit 1.10.0.1.10.0 | Valentin Bartenev | 9 | -9/+9 | |
2019-08-22 | Fixed rebuilding of Dockerfiles. | Valentin Bartenev | 1 | -1/+1 | |
2019-07-09 | Packages: Debian 10 "buster" support added. | Andrei Belov | 2 | -1/+13 | |
2019-07-04 | Packages: log and pid paths made consistent. | Andrei Belov | 5 | -7/+7 | |
2019-06-07 | Packages: switched to Java 11 on Ubuntu 18.04. | Andrei Belov | 1 | -1/+1 | |