65dfbd02fe
Use develop branch
...
Signed-off-by: snipe <snipe@snipe.net >
2025-05-09 21:00:55 +01:00
5be14ec750
Move back to multiarch builds with emulation (for now)
...
Turns out it's not straightforward to have multiarchitecture images
within the same namespace, if you want to run each architecture's build
on native runners.
While we work on getting that going, we're moving back to
build-everything-on-intel-runners-with-emulation-for-arm
it means slowwwww arm builds, but it also means we should get our images
straightened out
2025-05-06 22:27:53 +02:00
194a22452e
stop building intel image in arm server
2025-05-06 16:10:44 +02:00
930a6a2ac8
One more docker repo name fix
...
i feel like i'm taking crazy pills
also right-naming the arm builds again
2025-05-06 16:06:13 +02:00
6cc3f69c2a
OMG fix 2 more (only 1 active) dockerhub repo references
2025-05-06 07:54:20 +02:00
54d3193b6f
run arm builds on arm
2025-05-05 22:55:38 +02:00
8349065b0a
stop buiulding intel on arm
2025-05-02 10:59:42 +02:00
bb82b2513e
Fix dockerhub repo we're pushing to, and arm build names
2025-05-02 10:58:25 +02:00
a2ea4c7fd0
Copy changes from 'master' to develop for docker builds
2025-04-30 21:12:10 +01:00
e5cf296b79
Fix name of ARM docker container workflow
2025-04-15 12:15:44 -07:00
545e07455b
Separate docker builds into Intel/ARM builds
...
Now that we're moving to a paid org, we have native ARM github action
runners available, which means we can streamline our ARM-based docker
image builds by not having them run emulated.
I've switched our worker split from ubuntu/alpine to Intel/ARM... if we
hate this we can make it 4 separate workflows, but i don't see an issue
with this one.
2025-04-14 12:55:36 -07:00
2e2516825e
Update github workflows from snipe/snipe-it to grokability/snipe-it
2025-04-03 11:36:57 -07:00
a81c520d93
Follow up for #16341
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-26 20:15:09 +00:00
83a848980f
Removed php 8.1, added 8.4
...
Signed-off-by: snipe <snipe@snipe.net >
2025-02-22 11:11:01 +00:00
31155b5351
Removed issue/PR templates
...
Signed-off-by: snipe <snipe@snipe.net >
2024-12-09 19:28:51 +00:00
9bbd802fce
Use database file for sqlite in GitHub Action for tests
2024-11-20 12:33:58 -08:00
2e96d478f1
Revert "Added the display of logs when tests fail in GitHub Actions"
2024-11-04 11:04:17 -08:00
5c49716129
Dump logs on test failure
2024-10-28 10:24:35 -07:00
0933a2d4ea
Remove --parallel flag
2024-10-17 18:01:48 -07:00
3f311ba2fb
Get us better debugging output for new Github Stale Action
2024-09-25 21:27:45 +01:00
bb465dbfaa
Cut down run number to 100 from 1000
2024-07-24 15:09:23 +01:00
8cbcc237c0
Cleanup of Stale workflow for GH - set to debug-mode to start
2024-07-24 13:27:31 +01:00
97e3af8fc9
WIP on new GitHub-backed stalebot settings
2024-07-24 12:33:26 +01:00
914e29210a
Initial rough stab at re-implementing stalebot
2024-07-24 12:33:26 +01:00
0ddb447c4c
Bump codacy/codacy-analysis-cli-action from 4.4.1 to 4.4.5
...
Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action ) from 4.4.1 to 4.4.5.
- [Release notes](https://github.com/codacy/codacy-analysis-cli-action/releases )
- [Commits](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.1...v4.4.5 )
---
updated-dependencies:
- dependency-name: codacy/codacy-analysis-cli-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-15 08:39:24 +00:00
3b3a7e2757
Added more PHP in pgsql tests
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-08 14:58:26 +01:00
ebe4354a85
Bump docker/build-push-action from 5 to 6
...
Bumps [docker/build-push-action](https://github.com/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: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 08:14:34 +00:00
6a99855c8c
Added php 8.3 test
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-21 21:47:40 +01:00
5c0ca92fd7
Switch to using workflow_dispatch for PostgreSQL tests
2024-06-10 10:24:10 -07:00
6c296ccf8e
Use "postgres" instead of "postgres:14"
2024-06-06 13:27:39 -07:00
924da00f3e
Add Postgres GitHub workflow for tests
2024-06-06 13:21:00 -07:00
f767a94c84
Bump crowdin/github-action from 1 to 2
...
Bumps [crowdin/github-action](https://github.com/crowdin/github-action ) from 1 to 2.
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](https://github.com/crowdin/github-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 08:18:51 +00:00
34b4452645
Skip "migrating" and run passport:keys for sqlite testing in GH
2024-05-28 17:41:01 -07:00
639cbf6d53
Remove passport:install command
2024-05-23 15:56:58 -07:00
e03b5754a8
Combine steps
2024-05-23 15:54:32 -07:00
4ce86a061f
Set DB_CONNECTION
2024-05-23 15:43:59 -07:00
fa6e170feb
Install passport
2024-05-23 14:01:06 -07:00
51f72daba1
Debugging step
2024-05-23 13:55:03 -07:00
a130033480
Revert "Add Install Passport step"
...
This reverts commit ef95ede833 .
2024-05-23 12:45:38 -07:00
ef95ede833
Add Install Passport step
2024-05-23 12:32:34 -07:00
f633dbba64
Merge branch 'develop' into snipeit_v7_laravel10
2024-05-20 12:55:29 +01:00
7df03722ee
Bump codacy/codacy-analysis-cli-action from 4.4.0 to 4.4.1
...
Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/codacy/codacy-analysis-cli-action/releases )
- [Commits](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: codacy/codacy-analysis-cli-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-13 08:53:06 +00:00
8f2843bfcf
Merge branch 'develop' into snipeit_v7_laravel10
...
Had to re-generate composer.lock, and re-do package.json and rebuild assets as well.
2024-02-21 20:22:28 +00:00
405c5b5ad0
Bump codacy/codacy-analysis-cli-action from 4.3.0 to 4.4.0
...
Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/codacy/codacy-analysis-cli-action/releases )
- [Commits](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: codacy/codacy-analysis-cli-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-12 08:33:17 +00:00
8a2f3405d5
Merge branch 'develop' into snipeit_v7_laravel10
...
A lot of changes here, but hopefully this works?
2024-01-29 22:12:58 +00:00
a1ccea4e34
Bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-22 08:50:37 +00:00
f734e196e5
Merge branch 'develop' into snipeit_v7_laravel10
2024-01-08 18:57:55 +00:00
98ef687e9c
Merge pull request #14090 from marcusmoore/chore/sc-24386
...
Run sqlite tests in GitHub action
2024-01-04 22:41:37 +00:00
1f7e7b20e9
Sync readme to dockerhub
2024-01-03 13:26:49 -08:00
4894f524a0
Update action name
2024-01-03 12:30:10 -08:00