salvageop
85eb87c201
fix(ci): remove CalVer, build version needs to be semver compliant
2026-06-14 19:35:27 -05:00
CommunityMaintained
1bedbe4c1b
feat!: bump major version for first release
2026-06-14 17:31:41 -05:00
CommunityMaintained
a03f71acb8
fix(ci): correct job deps in release
2026-06-14 14:28:52 -05:00
CommunityMaintained
1c9fdba5a7
ci: don't run on pushes
2026-06-14 14:21:41 -05:00
CommunityMaintained
2b8faeb29f
fix: reflect new github org in webui
2026-06-14 13:45:17 -05:00
CommunityMaintained
1dc2af9c3a
ci: fix version displayed
2026-06-14 13:45:17 -05:00
CommunityMaintained
e08570bb7d
fix(ci): correct casing for ghcr
2026-06-14 13:45:17 -05:00
CommunityMaintained
36709df589
fix: assigng correct tags to dev builds
2026-06-14 13:45:17 -05:00
CommunityMaintained
ba41fb22cd
fix: prettier'd new code
2026-06-14 13:45:17 -05:00
CommunityMaintained
67c85f314d
feat: add release-please, change versioning to SemVer
2026-06-14 13:45:17 -05:00
CommunityMaintained
122503de2f
fix: update image name
2026-06-14 13:45:17 -05:00
Kieran Eglin
a0a02cb4be
Updated docker-build-push version in docker release file as well
2024-09-10 11:42:10 -07:00
Kieran Eglin
7866f7258a
Updated docker-build-push version
2024-09-10 11:36:54 -07:00
Kieran
8dd8e49051
[Dev] Fix CI caching ( #325 )
...
* Consolidated dockerfile commands
* Added teardown step
* FIxed typo
* Got rid of old caching action
* Added buildx
* Added steps for compiling test ENV to dockerfile
* Changed the order of things
* Added env vars
* more env vars
* Removed step
* No compile flag
* fetch quest
* Removed other thing
* volumes
* Rolling back some other changes
* more consolidation
* updated checkout runner
2024-07-17 14:21:01 -07:00
Kieran
781061b483
[Dev] Reduce config file clutter ( #290 )
...
* Added local tooling config files to the tooling/ directory
* Moved as many docker-related files as possible
* Updated dockerfile path
* Updated the correct dockerfile instead how about
* Off day - jeez louise
* Juggled around some more dockerfiles
* more dockerfile
* More docker tests
* it's docker time
* One more shot
2024-06-13 16:21:09 -07:00
Kieran Eglin
6d18130351
Updated docker release YAML
2024-06-05 09:14:07 -07:00
Kieran Eglin
85be8744d4
Linting
2024-05-22 16:51:08 -07:00
Kieran
5af22d3a2f
Update issue templates
2024-05-22 14:27:04 -07:00
Kieran Eglin
c27e1dba96
Updated GH actions release template
2024-05-14 10:56:55 -07:00
Kieran Eglin
ce35130a93
Added caching to GH actions
2024-04-03 11:06:40 -07:00
Kieran Eglin
54ea8a373a
Combined old and new GH actions for docker
2024-03-28 22:40:50 -07:00
Kieran Eglin
0722f43727
Testing conditionals
2024-03-28 22:32:54 -07:00
Kieran
9dd64f3a2d
[Housekeeping] Add release workflow (takeover) ( #147 )
...
* [Housekeeping] Add release workflow (#141 )
* add release workflow
This will create tags when a new release is published
* fix(workflows): refactor release workflow
Signed-off-by: Devin Buhl <devin@buhl.casa>
* Update release.yml
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
* Linting
* Testing changes
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2024-03-28 22:14:54 -07:00
Kieran Eglin
4d6a93d16c
Turned GH actions inputs into dropdowns
2024-03-27 19:10:53 -07:00
Kieran Eglin
6ad9e68682
One more GHCR shot
2024-03-24 15:15:43 -07:00
Kieran Eglin
9baaa65c1e
Added GHCR tags
2024-03-24 15:13:12 -07:00
Kieran Eglin
e92e2001bf
Testing GHCR support
2024-03-24 15:07:00 -07:00
Kieran Eglin
ecc73d25a5
Adds platform option when building docker containers
2024-03-24 09:20:07 -07:00
Kieran Eglin
ccae3366a5
Updated Docker image generation for GH action
2024-03-22 23:15:51 -07:00
Kieran
aed2322c63
Improve README ( #101 )
...
* Started improving README
* Adds table of contents
* Updated PR template
2024-03-20 19:26:44 -07:00
Kieran
ef4a5cc99f
Added image tagging input to GH actions ( #53 )
2024-03-04 18:37:15 -08:00
Kieran Eglin
927560beb6
Updated docker build to only run on dispatch
2024-02-22 17:30:09 -08:00
Kieran
ab9b657394
Docker build action (round 2) ( #34 )
...
* Added first attempt at dockerfile
* Added workflow dispatch [skip ci]
* Trying PR trigger just for now [skip ci]
* Trying some more [skip ci]
* Revert for merge
2024-02-21 18:19:06 -08:00
Kieran
e3f1b409b9
Improve dev tooling ( #30 )
...
* added ex_check and got it passing
* Set up ex_check to run in test env
* Added static code analysis
* Updated actions file
* Updated dockerfile
2024-02-21 17:28:27 -08:00
Kieran
69c47c2c65
Basic onboading flow ( #24 )
...
* removed unused file
* [WIP] Created onboarding form
* Finished basic onboarding flow; added tests
* Improved onboarding language
2024-02-20 17:37:17 -08:00
Kieran
b81c8d64b3
Switch to sqlite ( #22 )
...
* Updated project to use sqlite
* Edited migrations directly because I fear no man
* Updated search functions and tests to work with sqlite
* Updated build tools to remove postgres
2024-02-16 17:11:41 -08:00
Kieran
44bec0a127
Add CI ( #4 )
...
* Added credo
* Added and ran Prettier; First pass at GH Actions
* Updated actions workflow to hopefully work on this branch
* Name the folder correctly how about
* Added proper container prefix to commands
* Apparently you have to get back into the root after commands
* CI is working, update branches to final value
2024-01-19 23:43:25 -08:00
Kieran
c03fd837ea
Initial setup (first pass) ( #1 )
...
* Updated Elixir version; made phx interactive
* Added JS formatting rules
* Added yt-dlp to dockerfile
* Added a basic PR template
* Added default responses for the PR template
2024-01-19 17:49:16 -08:00