Age | Commit message (Expand) | Author | Files | Lines |
2021-01-13 | Tests: waitformount() and waitforunmount() introduced. | Andrei Zeliankou | 1 | -0/+32 |
2020-12-21 | Tests: introduced a separate cache directory for Go builds. | Tiago Natel de Moura | 1 | -0/+1 |
2020-12-15 | Tests: fixed bug that disabled isolation tests. | Tiago Natel de Moura | 1 | -1/+1 |
2020-12-09 | Tests: TestUnit class removed. | Andrei Zeliankou | 2 | -38/+1 |
2020-12-09 | Tests: isolation check moved to the pytest_sessionstart(). | Andrei Zeliankou | 4 | -186/+190 |
2020-12-08 | Tests: utils module introduced. | Andrei Zeliankou | 2 | -1/+51 |
2020-12-06 | Tests: options moved to the separate class. | Andrei Zeliankou | 14 | -13/+29 |
2020-11-16 | Tests: fixing tests interrupt in terminal. | Max Romanov | 4 | -3/+24 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -1/+2 |
2020-11-10 | Tests: supporting instant app parameters in load(). | Max Romanov | 1 | -9/+13 |
2020-11-03 | Tests: force applications to build for JVM 8. | Andrei Zeliankou | 1 | -0/+1 |
2020-11-02 | Java: upgrading 3rd-party components. | Max Romanov | 1 | -1/+1 |
2020-10-29 | Isolation: mounting of procfs by default when using "rootfs". | Tiago Natel de Moura | 1 | -0/+14 |
2020-10-28 | Tests: improving get_application_type() and fixing its name. | Max Romanov | 6 | -27/+11 |
2020-10-27 | Tests: fixed isolation detection. | Andrei Zeliankou | 3 | -27/+112 |
2020-10-19 | Tests: fixed unit.log print. | Andrei Zeliankou | 10 | -219/+38 |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 12 | -23/+23 |
2020-10-07 | Tests: fixed loading selected module version. | Valentin Bartenev | 3 | -3/+15 |
2020-10-01 | Tests: added ASGI WebSocket. | Max Romanov | 1 | -1/+1 |
2020-10-01 | Tests: minor fixes. | Andrei Zeliankou | 8 | -69/+60 |
2020-09-22 | Tests: introduced module name configuration. | Max Romanov | 1 | -3/+10 |
2020-09-22 | Tests: improved response receiving while upgrade. | Max Romanov | 1 | -4/+1 |
2020-09-22 | Tests: using dict.get() method with default value. | Max Romanov | 1 | -18/+9 |
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 14 | -305/+124 |
2020-07-28 | Tests: fixed double stop() call for some tests. | Andrei Zeliankou | 1 | -6/+11 |
2020-07-28 | Tests: style. | Andrei Zeliankou | 2 | -3/+2 |
2020-07-22 | Tests: switching stdout to blocking before printing log. | Max Romanov | 1 | -3/+6 |
2020-05-28 | Tests: Added rootfs tests. | Tiago Natel de Moura | 3 | -31/+66 |
2020-05-20 | Tests: print unit.log in case of errors. | Andrei Zeliankou | 1 | -1/+2 |
2020-05-15 | Tests: style. | Andrei Zeliankou | 10 | -19/+26 |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 1 | -1/+4 |
2020-04-24 | Tests: introduced module version specification in prerequisites. | Andrei Zeliankou | 1 | -2/+14 |
2020-04-14 | Tests: minor fixes and style. | Andrei Zeliankou | 1 | -6/+2 |
2020-04-08 | Controller: improved handling of unix domain control socket. | Valentin Bartenev | 1 | -4/+1 |
2020-04-03 | Tests: added notification on "read_timeout" expiration. | Andrei Zeliankou | 2 | -4/+30 |
2020-04-03 | Tests: minor fixes. | Andrei Zeliankou | 1 | -8/+18 |
2020-03-30 | Fixing application process infinite loop. | Max Romanov | 1 | -1/+0 |
2020-03-27 | Tests: increase default "read_timeout" to 60s in message_read(). | Andrei Zeliankou | 1 | -1/+1 |
2020-03-23 | Tests: increase default "read_timeout" value to 60s. | Andrei Zeliankou | 2 | -15/+16 |
2020-03-23 | Tests: added notification on unsuccessful connect(). | Andrei Zeliankou | 1 | -1/+1 |
2020-03-23 | Tests: wait for unit.pid file before running tests. | Andrei Zeliankou | 1 | -1/+4 |
2020-03-23 | Tests: rearranging functions in main.py. | Andrei Zeliankou | 1 | -69/+69 |
2020-03-23 | Tests: terminate unitd process on exit(). | Andrei Zeliankou | 1 | -12/+14 |
2020-03-12 | Using disk file to store large request body. | Max Romanov | 1 | -0/+1 |
2020-03-12 | Tests: skip "last message send failed" alerts globally. | Andrei Zeliankou | 1 | -0/+1 |
2020-03-10 | Tests: use blocking to print unit.log files. | Andrei Zeliankou | 1 | -1/+1 |
2020-03-10 | Tests: redirect tests output to the stdout. | Andrei Zeliankou | 3 | -5/+7 |
2020-03-06 | Tests: unitd stderr output redirected to unit.log. | Valentin Bartenev | 1 | -13/+13 |
2020-03-06 | Tests: simplified unitd process running. | Valentin Bartenev | 1 | -42/+26 |
2020-03-03 | Tests: chdir() and open() for PHP module. | Tiago Natel de Moura | 1 | -2/+2 |