• Joined on 2023-04-21
iexos deleted branch push-xttokwwwvllz from iexos/abra 2026-02-16 09:18:44 +00:00
iexos merged pull request toolshed/abra#764 2026-02-16 09:18:43 +00:00
refactor!: rework recipe release flow
iexos closed issue toolshed/abra#682 2026-02-16 09:18:43 +00:00
Rework abra recipe release
iexos opened issue toolshed/abra#770 2026-02-13 16:49:21 +00:00
run make before running integration tests
iexos opened issue toolshed/abra#769 2026-02-13 16:33:35 +00:00
do not run _ensure_swarm during test setup if using remote server
iexos commented on issue toolshed/abra#767 2026-02-13 15:57:55 +00:00
Replace AlecAivazis/survey lib

Maybe we should have a tech debt label? :)

iexos opened issue toolshed/abra#768 2026-02-13 15:42:25 +00:00
recipe testing cleanup insufficient
iexos opened issue toolshed/abra#767 2026-02-13 15:24:15 +00:00
replace survey lib
iexos created pull request toolshed/abra#766 2026-02-13 15:04:39 +00:00
fix: double R015
iexos created branch push-kmulwxnuzuln in iexos/abra 2026-02-13 15:02:52 +00:00
iexos pushed to push-kmulwxnuzuln at iexos/abra 2026-02-13 15:02:52 +00:00
98e48c95c7 fix: duplicate R015 rule number
c85d8ee6d1 small fixes
Compare 2 commits »
iexos commented on pull request toolshed/abra#764 2026-02-13 14:17:03 +00:00
refactor!: rework recipe release flow

👍 done

iexos pushed to push-xttokwwwvllz at iexos/abra 2026-02-13 14:16:19 +00:00
4d075a6bb4 feat: optionally commit changes with recipe upgrade
5ae19d4044 feat!: require clean working copy for recipe release cmd
Compare 2 commits »
iexos created pull request toolshed/abra#764 2026-02-13 11:17:29 +00:00
Rework recipe release flow
iexos pushed to push-xttokwwwvllz at iexos/abra 2026-02-13 11:13:34 +00:00
1239780da7 feat: optionally commit changes with recipe upgrade
88603b0226 feat!: require clean working copy for recipe release cmd
4a6ad29434 feat!: merge recipe sync into recipe release
3685cad067 feat!: always publish on recipe release
23268a0e92 fix: Does not crash when an image has no tag
Compare 5 commits »
iexos pushed to push-xttokwwwvllz at iexos/abra 2026-02-13 11:00:51 +00:00
3829e0c7d4 feat: optionally commit changes with recipe upgrade
74e4750b5a feat!: require clean working copy for recipe release cmd
d880b891e6 feat!: merge recipe sync into recipe release
708b985c1c feat!: always publish on recipe release
d60d426752 moved fork
Compare 8 commits »
iexos pushed to main at toolshed/docs.coopcloud.tech 2026-02-11 10:25:21 +00:00
38ea5271c1 fix link
iexos created branch push-xttokwwwvllz in iexos/abra 2026-02-10 15:29:20 +00:00
iexos pushed to push-xttokwwwvllz at iexos/abra 2026-02-10 15:29:20 +00:00
5aa04a434e feat: optionally commit changes with recipe upgrade
0179fc4006 feat!: require clean working copy for recipe release cmd
0b68ccb45f feat!: merge recipe sync into recipe release
37a0f287ed feat!: always publish on recipe release
4db6755f0d chore: translation using Weblate (Spanish)
Compare 10 commits »
iexos commented on issue toolshed/abra#682 2026-02-07 18:00:14 +00:00
Rework abra recipe release

The new workflow for standard upgrades would now require a manual git commit since recipe upgrade is leaving the working dir modified. To mitigate this, I propose to add smth an option for…