<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/.gitlab-ci.yml, branch arti-v2.1.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-19T15:56:31Z</updated>
<entry>
<title>Add compare_to check for cargo-audit changes rules check.</title>
<updated>2026-02-19T15:56:31Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2026-02-19T15:56:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92b222c2442e060cc46ddc0da7e25df36fdf2313'/>
<id>urn:sha1:92b222c2442e060cc46ddc0da7e25df36fdf2313</id>
<content type='text'>
See: arti#2367
See: arti!3703
See: arti!3690
</content>
</entry>
<entry>
<title>Allow cargo-audit CI job to fail for MR's with no changes to **/Cargo.lock.</title>
<updated>2026-02-18T17:27:44Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2026-02-11T21:04:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31390c82bdd65285fe796c89008103227755c9a9'/>
<id>urn:sha1:31390c82bdd65285fe796c89008103227755c9a9</id>
<content type='text'>
This patch changes the behaviour of our `cargo-audit` CI job:

- All non-merge requests (pushes, manual jobs, scheduled jobs, tags, etc.) will
  continue to run with allow_failure set to false.

- When a push is made, where there are changes to `**/Cargo.lock`, we
  continue to NOT allow failures.

- When a push is made, where there are NO changes to `**/Cargo.lock`, we
  now allow failures.

Specify workflows for Arti in our GitLab CI configuration:

- We currently run our jobs on pushes, and upon tags.

This was discussed in the Network Team meeting on 2026-02-10.
</content>
</entry>
<entry>
<title>Bump MSRV from 1.86 to 1.89</title>
<updated>2026-02-16T15:22:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-09T11:29:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c48a2ba6771016e7c57f02cfb99d62c3e5b34bc4'/>
<id>urn:sha1:c48a2ba6771016e7c57f02cfb99d62c3e5b34bc4</id>
<content type='text'>
As agreed at our last team meeting.

See
https://gitlab.torproject.org/tpo/core/arti/#minimum-supported-rust-version
</content>
</entry>
<entry>
<title>ci: Check crates configure features published to docs.rs</title>
<updated>2026-02-09T01:34:03Z</updated>
<author>
<name>Niel Duysters</name>
<email>contact@ndvibes.com</email>
</author>
<published>2026-02-09T01:21:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d4d7f9f1c6aa542f24f8abe8fe44f8f74a3ed9e1'/>
<id>urn:sha1:d4d7f9f1c6aa542f24f8abe8fe44f8f74a3ed9e1</id>
<content type='text'>
All (publishable) crates should explicitly configure what features to (not) document in docs.rs.
This to avoid our documentation containing references to public API specifications which yield "given resource not found"
due to them being behind a feature flag not being published to docs.rs by default.
</content>
</entry>
<entry>
<title>ci: Update editorconfig-checker version.</title>
<updated>2026-02-02T23:17:41Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T23:17:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7459a9f43107f5e2d20aabc7f67316fa559af7a8'/>
<id>urn:sha1:7459a9f43107f5e2d20aabc7f67316fa559af7a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump chutney</title>
<updated>2026-01-21T17:38:52Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2026-01-21T17:09:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb3ea83f162fa9ffd5accd8279fbe867e66497fa'/>
<id>urn:sha1:fb3ea83f162fa9ffd5accd8279fbe867e66497fa</id>
<content type='text'>
Bump chutney, and migrate to CLI changes introduced in chutney!101
</content>
</entry>
<entry>
<title>Bump black</title>
<updated>2026-01-21T17:38:52Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2026-01-21T17:37:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=815fa2ae277acee29fa365bd6c94806757a42fb5'/>
<id>urn:sha1:815fa2ae277acee29fa365bd6c94806757a42fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename check-api-surface CI job and associated script</title>
<updated>2026-01-20T10:48:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-20T10:48:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e90b180ed25cd5c4e6d3f9f339dafc6bdb956800'/>
<id>urn:sha1:e90b180ed25cd5c4e6d3f9f339dafc6bdb956800</id>
<content type='text'>
Change the script name to use hyphens, not underscores.

Make the script name and the CI job name the same, except the script
has -arti at the end in case we add more similar checks.
</content>
</entry>
<entry>
<title>CI: Prevent new scripts with snake_case names</title>
<updated>2026-01-20T10:45:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T13:26:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dfdda43857f552e2d61448799968ecd80f802b52'/>
<id>urn:sha1:dfdda43857f552e2d61448799968ecd80f802b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: Rename cbindgen job to more closely follow script invocation</title>
<updated>2026-01-20T10:45:26Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-01-14T13:27:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=14e149d092cdd996a90c594df1f1b62a7b1bd9e1'/>
<id>urn:sha1:14e149d092cdd996a90c594df1f1b62a7b1bd9e1</id>
<content type='text'>
</content>
</entry>
</feed>
