Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-14 | ci-driver: fix running doxygen and stem tests on 0.4.8 | Alex Xu (Hello71) | |
also do some cleanup, no point to set TOR_VER_AT_LEAST_043 and TOR_VER_AT_LEAST_044 variables which are always yes | |||
2023-08-23 | ci: Exclude yet another failing Stem test | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-08-23 | ci: Missing stem cmdline flag in previous commit | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-08-23 | ci: Exclude broken Stem tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-01-10 | shellcheck: Fix new warnings | David Goulet | |
Nothing important, mostly false positive except one case. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-27 | ci: Add 0.4.7 series to scripts and CI | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-28 | ci: print test_network_log contents | Alex Xu (Hello71) | |
cat will always print "cat: test_network_log: Is a directory". change it to head -n -0, which is arguably not the perfect format but is at least somewhat useful. | |||
2022-02-04 | Remove unmaintained versions from CI and scripts | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-01-06 | Improve formatting of scripts/ci/ci-driver.sh | skaluzka | |
Add and remove few empty lines, covert all tabs to 4 spaces. No real code changes here. Signed-off-by: skaluzka <skaluzka@protonmail.com> | |||
2021-11-03 | shellcheck: Remove unused variable in ci-driver.sh | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'maint-0.4.6' | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-11-03 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-11-03 | shellcheck: Make it happy on couple scripts | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-26 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-10-26 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-10-26 | Merge branch 'maint-0.4.6' | David Goulet | |
2021-10-26 | ci: Missing source dir when parsing configure.ac version | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-25 | Merge branch 'maint-0.4.6' into main | Alexander Færøy | |
2021-10-25 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-10-25 | ci: Exclude HSv2 Stem tests | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-14 | ci: Set 5MB data for all chutney tests | David Goulet | |
Closes #40485 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-02-19 | test: Exclude HSv2 test from Stem CI driver | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-11-12 | Fix typos. | Samanta Navarro | |
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER) | |||
2020-09-21 | Add a few more options for the CI script. | Nick Mathewson | |
These are: --disable-module-relay --disable-module-dirauth --enable-all-bugs-are-fatal --enable-nss | |||
2020-09-18 | Copy tracing things back to maint-0.3.5, for consistency. | Nick Mathewson | |
2020-08-12 | CI: Turn on stem with 044 and later. | Nick Mathewson | |
2020-08-12 | CI: improve output when skipping doxygen | Nick Mathewson | |
2020-08-12 | Try disabling "make all" when checking docs. | Nick Mathewson | |
2020-08-12 | CI: Try to enable integration tests, hardening, and clang. | Nick Mathewson | |
2020-08-11 | CI: label our python versions. | Nick Mathewson | |
2020-08-11 | CI: Only run doxygen on 0.4.3 and later. | Nick Mathewson | |
2020-08-11 | Fix a pair of typos in ci-driver.sh. | Nick Mathewson | |
2020-08-11 | Add a pair of warnings about only editing CI in 035 | Nick Mathewson | |
2020-08-10 | Add a shareable continuous-integration script. | Nick Mathewson | |
Eventually this should be used by every one of our CI scripts. |