index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.gitlab-ci.yml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
miri: Fix update runes
Ian Jackson
2024-10-08
1
-2
/
+2
|
/
*
Run forbid-hard-tabs in CI
Ian Jackson
2024-10-02
1
-0
/
+1
*
CI: run miri, currently on tor-rtcompat
Ian Jackson
2024-09-26
1
-0
/
+18
*
Use Rust 1.77 for our reproducible builds.
Nick Mathewson
2024-09-25
1
-1
/
+1
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
CI: Only build shadow once
Jim Newsome
2024-09-18
1
-51
/
+43
*
Add ci job `integration-chutney-shadow`
Jim Newsome
2024-09-18
1
-0
/
+56
*
CI: Set up ~/src and ~/.local in before_script
Jim Newsome
2024-09-18
1
-5
/
+6
*
chutney test: rework installation and tracking of chutney itself
Jim Newsome
2024-09-18
1
-0
/
+2
*
chutney test: move logic from .gitlab-ci.yml to integration-e2e
Jim Newsome
2024-09-18
1
-5
/
+1
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Remove the `needs: []` from the deb-source job
Ian Jackson
2024-09-05
1
-1
/
+0
*
Run `git-clean -xdff` in deb-source job
Ian Jackson
2024-09-05
1
-0
/
+1
*
When building .debs, build only the .debs and don't rebuild the .dsc
Ian Jackson
2024-09-05
1
-8
/
+2
*
Pass -uc to dpkg-buildpackage when building .debs
Ian Jackson
2024-09-05
1
-2
/
+2
*
Merge branch 'ahf/macos-cross-build' into 'main'
Alexander Hansen Færøy
2024-09-02
1
-2
/
+0
|
\
|
*
Disallow failures for our CI job `build-repro-macos`
Alexander Færøy
2024-09-01
1
-2
/
+0
*
|
Merge branch 'ci' into 'main'
Ian Jackson
2024-08-27
1
-6
/
+9
|
\
\
|
*
|
Add script for *testing* without any features enabled
Ian Jackson
2024-08-19
1
-4
/
+7
|
*
|
Rename matrix-check from matrix_test
Ian Jackson
2024-08-19
1
-2
/
+2
*
|
|
Fix CI on main by always running the deb-source job
Ian Jackson
2024-08-27
1
-3
/
+0
*
|
|
Add comment on big-endian targets to .gitlab-ci.yml
NoisyCoil
2024-08-27
1
-0
/
+4
*
|
|
Cross-build an arm64 deb binary package in CI
NoisyCoil
2024-08-27
1
-0
/
+30
*
|
|
Temporarily disable testing in native deb package
NoisyCoil
2024-08-27
1
-1
/
+2
*
|
|
Build an amd64 native deb binary package in CI
NoisyCoil
2024-08-27
1
-0
/
+18
*
|
|
Build a deb source package in CI
NoisyCoil
2024-08-27
1
-0
/
+18
|
|
/
|
/
|
*
|
shadow: add obfs4 arti client + tor bridge
opara
2024-08-21
1
-1
/
+1
|
/
*
CI: allow the MacOS build test to fail
Ian Jackson
2024-08-15
1
-0
/
+2
*
CI: Use "via-cargo-install-in-ci" to cache grcov in 'coverage-aggregated'
Nick Mathewson
2024-08-08
1
-2
/
+1
*
Test cbindgen correctness in CI
Nick Mathewson
2024-08-07
1
-0
/
+9
*
CI: Enable restricted-discovery for arti-extra.
Gabriela Moldovan
2024-08-05
1
-1
/
+1
*
integration-shadow test: fix broken reference to apt-install script
Jim Newsome
2024-08-02
1
-1
/
+1
*
CI: Only preserve rust-recent artifacts, don't process rust-latest ones
Ian Jackson
2024-07-31
1
-5
/
+5
*
CI: Use YAML anchors rather than .extends for rust-recent/rust-latest
Ian Jackson
2024-07-31
1
-6
/
+12
*
CI: Add TODOs about rethinking matrix_test.
Gabriela Moldovan
2024-07-30
1
-0
/
+9
*
CI: Add cli-test job.
Gabriela Moldovan
2024-07-30
1
-0
/
+11
*
CI: Rename "latest" jobs to "recent"; pin them; and replace them.
Ian Jackson
2024-07-29
1
-10
/
+30
*
CI: Use RECENT_RUST_IMAGE instead of unpinned Rust, in most jobs
Ian Jackson
2024-07-29
1
-21
/
+10
*
CI: Introduce RECENT_RUST_IMAGE variable
Ian Jackson
2024-07-29
1
-1
/
+4
*
Use a pinned compiler version to run cargo audit
Ian Jackson
2024-07-29
1
-1
/
+1
*
Run update-shell-includes, to forbid cwd-dependent script includes
Ian Jackson
2024-07-16
1
-0
/
+1
*
Switch to maint/common/forbid-script-extensions
Ian Jackson
2024-07-16
1
-1
/
+1
*
Switch to maint/common/forbid-absolute-shebangs
Ian Jackson
2024-07-16
1
-1
/
+1
*
CI: maint-checks job: Install git
Ian Jackson
2024-07-16
1
-1
/
+1
*
Use maint/common/apt-install instead of open-coding (multiline)
Ian Jackson
2024-07-16
1
-10
/
+8
*
Use maint/common/apt-install instead of open-coding (apt-get)
Ian Jackson
2024-07-16
1
-8
/
+8
*
Use maint/common/apt-install instead of open-coding (apt)
Ian Jackson
2024-07-16
1
-3
/
+3
*
Switch to maint/common/via-cargo-install-in-ci
Ian Jackson
2024-07-16
1
-4
/
+4
*
via-cargo-install-in-ci: Split a multi-package invocation
Ian Jackson
2024-07-16
1
-1
/
+2
*
Replace maint/shellcheck_all with maint/common/shellcheck-all
Ian Jackson
2024-07-16
1
-1
/
+1
[prev]
[next]