Commit graph

111 commits

Author SHA1 Message Date
Sandro-Alessio Gierens 54c8dae733 feat(ci): add rustfmt check to unit-tests workflow
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-23 18:57:26 +02:00
dundargoc 985a8e980a ci: only apply labels when opening a PR
The problem with the default behavior is that it's simply too
aggressive. It will re-apply a label that a maintianer have removed
every time the PR is updated, making it impossible to manually adjust
labels that doesn't fit exactly according to the labeler rules.
2023-09-22 20:27:06 +02:00
dundargoc 0dcfda7333 ci: make various improvements
- Use the action Swatinem/rust-cache@v2 as it caches previously used
  dependencies, which helps save a lot of time.
- remove secrets.GITHUB_TOKEN as it's available by default.
- Use Github Actions concurrency feature, which will cancel previous
  jobs from a PR if it's been updated.
2023-09-19 20:32:28 +02:00
dependabot[bot] a8dfa27d8e
build(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 22:16:25 +00:00
Christina Sørensen c4d83e2498
ci(unit-tests): fix spelling attemps -> attempts
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-18 08:13:49 +02:00
MartinFillon f25bd67821
test(actions): stabalised unit-tests.yml
Put a retry and a timeout on the cargo install command.
2023-09-15 12:56:12 +02:00
Christina Sørensen 65dfe9f7b3
Merge branch 'main' into cafk-msrv-1.70
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-15 07:35:44 +02:00
Christina Sørensen b98b3a1cbb
Merge pull request #323 from 9glenda/patch-1
Added nix Flake check to flake.yml
2023-09-15 06:15:55 +02:00
Christina Sørensen 7fa2455426
Merge pull request #310 from sitiom/winget-releaser
ci: add Winget Releaser workflow
2023-09-15 06:12:59 +02:00
9glenda c5255b1751
ci: removed nix build in favor of nix flake check 2023-09-14 21:30:14 +02:00
naŭ glenda fca749e04e ci: Add nix Flake check to flake.yml
The nix flake check Command Tests rather the nix package builds in all supported systems and checks formatting.

Signed-off-by: naŭ glenda <plan9git@proton.me>
2023-09-14 18:55:37 +00:00
Christina Sørensen c98864937f
ci(convco): enforce conventional commits
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-14 10:56:59 +02:00
Christina Sørensen 09d26e27b3
ci(github): 1.65 -> 1.70
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-14 09:49:07 +02:00
Ryan Caezar Itang c94167d2e2
ci: add Winget Releaser workflow 2023-09-14 10:54:28 +08:00
Sandro-Alessio Gierens f56ec6c880 refactor(ci): limit unit-tests run on workflow change to unit-tests itself
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-12 23:14:07 +02:00
Sandro-Alessio Gierens 8305788cb6 feat(ci): add apt installation workflow
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-12 23:14:07 +02:00
Christina Sørensen c17ef7355e
ci: don't use nix feature on ci
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-12 14:08:49 +02:00
Sandro-Alessio Gierens 124d7d4b99
feat(ci): add audit workflow
This runs `cargo deny check` every night.

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-11 15:37:18 +02:00
Steven Davies e7727ca3c6 feat: support the MSRV of Rust (1.65.0) 2023-09-09 16:37:19 +01:00
dependabot[bot] c97f3671f4
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 22:52:44 +00:00
Steven Davies 0f85df3073
Merge branch 'main' into fix_windows_build
Signed-off-by: Steven Davies <github@steev.me.uk>
2023-09-02 11:21:40 +01:00
Christina Sørensen ad59998b2b
Merge pull request #121 from eza-community/dependabot/github_actions/actions/stale-8
chore(deps): bump actions/stale from 5 to 8
2023-09-01 07:49:50 +02:00
dependabot[bot] 4c2b9655d1
chore(deps): bump DeterminateSystems/nix-installer-action from 3 to 4
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 3 to 4.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 05:23:16 +00:00
Christina Sørensen 4d6913cd3f
Merge pull request #153 from eza-community/dependabot/github_actions/DeterminateSystems/flake-checker-action-5
chore(deps): bump DeterminateSystems/flake-checker-action from 4 to 5
2023-09-01 07:22:38 +02:00
Christina Sørensen 913f13dcf0
ci(gha): add windows to CI
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-28 10:21:35 +02:00
Christina Sørensen de2b47db8d
ci(debian): add gierens as .deb codeowner
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-25 12:11:04 +02:00
Christina Sørensen 446062b4d5
ci(git): add codeowners
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-25 12:05:23 +02:00
Christina Sørensen 4bd0d8357d
chore: add funding.yml
Assuming there will be some domain name costs or other such expenses,
hopefully getting a bit ahead of them.
2023-08-24 01:31:50 +02:00
dependabot[bot] 71094d8a37
chore(deps): bump DeterminateSystems/flake-checker-action from 4 to 5
Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 4 to 5.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: DeterminateSystems/flake-checker-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-23 23:29:29 +00:00
Christina Sørensen 1c87a446aa
ci: add flakehub-backfill
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-24 01:28:39 +02:00
Christina Sørensen b31eb6efa8
ci: remove broken dispatch
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-24 01:23:40 +02:00
Christina Sørensen bb8ad0b3ee
ci: refactor workflow_dispath
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-23 10:59:11 +02:00
Christina Sørensen 281593e421
ci: refactor workflow_dispath
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-23 10:54:51 +02:00
Christina Sørensen 1577a17b7f
ci: edit workflow_dispath
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-23 10:52:39 +02:00
Christina Sørensen 54d6e64e26
ci: add workflow_dispatch to flakehub-pub
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-23 10:49:45 +02:00
Christina Sørensen 5d2247b95c
ci: Create flakehub-publish-tagged.yml
¯\_(ツ)_/¯ I wanted to see what flakehub was about

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-23 08:12:27 +00:00
Christina Sørensen 17e3d99689
ci: add labeler for flake
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-18 18:29:33 +02:00
Christina Sørensen 99a4950032
ci: nix flake check
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-18 18:29:16 +02:00
sbatial 0f2e2c4a1a
Merge branch 'main' into dependabot/github_actions/actions/stale-8 2023-08-13 14:59:31 +02:00
Christina Sørensen 8cdda22b98
docs: Update issue templates 2023-08-13 06:48:57 +00:00
dependabot[bot] 2d6704ab0b
chore(deps): bump actions/stale from 5 to 8
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 8.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v8)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-12 14:58:35 +00:00
Christina Sørensen 95796b1019
ci: add dependabot updater
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-12 14:58:19 +00:00
Christina Sørensen 2fdfb62aa9
ci: add clippy check
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-12 16:46:13 +02:00
Christina Sørensen 183942610e
chore: add PR template
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-07 21:52:11 +02:00
Christina Sørensen ed2c168f33
ci: Create pull_request_template.md
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-08-07 19:40:19 +00:00
Christina Sørensen 0a71558e8f
ci: add filetype.rs autolabel
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 07:52:25 +02:00
Christina Sørensen f0bee173ba
ci: add snap to labeler.yml
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 03:29:12 +00:00
Christina Sørensen 5085d4b3a8
ci: Create labeler.yml
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 03:17:52 +00:00
Christina Sørensen 89b3b541e2
Create label.yml
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-31 03:15:33 +00:00
Christina Sørensen c978469a08
ci: Moving actions to dtolnay's version
(exa PR) 1188: Moving actions to dtolnay's version
2023-07-30 18:20:03 +02:00
Christina Sørensen fe8ec2d9d2
ci: automatically mark issues/PRs stale
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-30 12:45:31 +00:00
Christina Sørensen 2b46a9cea4
ci: bump rust to 1.71.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-30 12:13:01 +02:00
Christina Sørensen a8bc1d147b
ci: change branch
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-30 10:01:33 +00:00
Christina Sørensen 2cdad965a3
ci: Create unit-tests.yml
This should re-enable the CI workflow, for some reason the last attempt was buggy.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 14:41:39 +00:00
Christina Sørensen 54d053b27d
ci: remove unused .github files
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-07-29 16:35:43 +02:00
1stDimension bf41cdefa6
Moving actions to dtolnay's version 2023-05-01 01:41:20 +02:00
Victor Song 39d15a317d Update GitHub actions Rust version 2023-02-28 22:23:29 -05:00
Mélanie Chauvel ef8fd32dc6 Update MSRV and add it in rust-toolchain.toml 2021-12-10 01:02:21 +01:00
Mélanie Chauvel c24afe3a08 use GitHub Actions instead of Travis CI 2021-08-09 16:02:31 +02:00
Benjamin Sago f0c63b64ec Use issue templates 2020-10-21 16:59:44 +01:00
Benjamin Sago db6288a9bb Link to GitHub Sponsors 2020-10-21 16:57:19 +01:00