fossdd
3298eecc8a
Run rust_build CI between multiple Rust versions ( #2939 )
...
* Add rust_build_next job to test upcoming Rust versions
This way, build failures on a upcoming Rust version can be found
earlier, and doesn't hold new Kanidm releases.
* yamlllinttttt the GitHub workflows
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2024-07-30 10:08:26 +10:00
dependabot[bot]
b53eb831d8
Bump the all group with 2 updates ( #2850 )
...
Bumps the all group with 2 updates: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `mozilla-actions/sccache-action` from 0.0.4 to 0.0.5
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases )
- [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.4...v0.0.5 )
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 15:21:15 -07:00
Firstyear
7567514044
Release 1.1.0-rc.16 ( #2483 )
2024-02-07 04:39:02 +00:00
dependabot[bot]
881a9baafc
chore(deps): bump the all group with 1 update ( #2478 )
...
Bumps the all group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action ).
Updates `mozilla-actions/sccache-action` from 0.0.3 to 0.0.4
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases )
- [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.3...v0.0.4 )
---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 08:28:10 +10:00
James Hodgkinson
3bfc347c53
CLI integration test beginnings ( #2261 )
...
* more integration test things, using assert_cmd to test the CLI end-to-end
* packagez
* making clippy happy
* making deno happy
2023-10-30 06:10:54 +00:00
James Hodgkinson
fced4c485c
more space checks ( #2234 )
2023-10-16 06:24:24 +00:00
James Hodgkinson
eead47aec8
Fixing dependabot and its mistakes ( #2232 )
...
* updating to utoipa 4.0.0
* hi dependabot
2023-10-16 05:15:53 +00:00
James Hodgkinson
d5c1f9de6a
sqlite3 doesn't need to be installed on dev machines ( #2104 )
...
* Dependencies - sqlite3 dev no longer needs to be installed - Fixes #2083
* setting workspace-level features for rusqlite
2023-09-12 09:54:54 +10:00
dependabot[bot]
9c264bb360
chore(deps): bump actions/checkout from 3 to 4 ( #2102 )
2023-09-11 08:03:23 +10:00
James Hodgkinson
4b7563adc8
CLI and test things ( #2080 )
...
* testing things actually run is handy
* adding build mode to scripts
* uh, so I started messing with handling exit codes...
2023-09-09 09:35:59 +10:00
James Hodgkinson
66089f6426
Changing build targets for debs ( #2076 )
...
* changing build targets for debs
* Updating github actions version for checkout
2023-09-06 10:25:30 +10:00
Sebastiano Tocci
47e953bfd2
wopsies, missing imports ( #2023 )
...
* wopsies, missing imports
* more clippy and fmt
* adding test build for kanidm with idv-tui feature
* making codespell happy
---------
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2023-08-23 22:40:25 +10:00
James Hodgkinson
42dd8ee0a9
more testing cleanup ( #1595 )
...
* more testing cleanup
* path fixings for main deploy phase of the book, refers to #1597
2023-05-06 18:20:47 +10:00
James Hodgkinson
af01301acd
sccache github actions fixes ( #1593 )
...
* specifying version per https://github.com/Mozilla-Actions/sccache-action/issues/41#issuecomment-1531365155
2023-05-04 18:40:00 +10:00
micolous
850a985692
use sccache, merge "test" actions into "build", remove homebrew caching ( #1578 )
...
* use sccache, merge "test" actions into "build", remove homebrew caching
* rename some actions, make windows build in debug mode to be consistent with tests
* run CI on Windows for pull requests, only upload to releases for the correct repo
* Don't need rust on ubuntu-latest
2023-04-27 22:35:24 +10:00
James Hodgkinson
ec8e5dfc31
more-merge unixd commands ( #1568 )
...
* fixing unix packaging
* stripping out actions-rs/toolchain
* fixing an error in the qrcode def in cargo.toml
2023-04-25 22:36:17 +10:00
James Hodgkinson
9196807fdb
Workflow tweaks ( #1186 )
...
* let's cache some stuff
2022-11-14 08:57:05 +10:00
James Hodgkinson
446e06d5f6
Fixing the CI failures ( #1080 )
2022-09-28 10:31:19 +10:00
James Hodgkinson
9ca7993397
fixing up the automation tooling ( #1027 )
2022-09-08 16:40:58 +10:00
James Hodgkinson
4d3e3765bd
Version argument for kanidm and kanidmd ( #991 )
2022-08-18 10:36:45 +10:00
dependabot[bot]
dd973eb0ec
Bump actions/checkout from 2 to 3 ( #898 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [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...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 17:33:53 +10:00
James Hodgkinson
0aa0163ced
Fixes 710 - limit github actions runs based on source ( #717 )
...
* breaking workflows out, adding clippy
* adding dependency review
2022-04-27 13:02:54 +10:00