ensure repo is up to date before printing status #753
Merged
decentral1se
merged 2 commits from 2026-01-16 23:05:53 +00:00
737 into main
Labels
Clear labels
bug
build
ci/cd
critical fix
design
documentation
duplicate
easy-first-issue
enhancement
help wanted
i10n
i18n
installer
invalid
question
release
release-candidate
security
tech-debt
test
wontfix
Something is not working
go build related issues
Building things with CI/CD
https://docs.coopcloud.tech/federation/resolutions/passed/010/
UI/UX
Documenting all the things
This issue or pull request already exists
Something for new people to get stuck into. We hope it's easy!
New feature
Need some help
Everything to do with localisation
Everything to do with internationalisation
Everything to do with the install script.
Something is wrong
More information is needed
Release management
Related to the new release candidate
Security related
Unit/integration testing
This won't be fixed
No labels
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Abra v0.13
Done
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/abra#753
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
#737
I need help figuring out how to add unit tests here, when I had this part isolated (passed in the recipe) I couldn't mock Recipe struct, maybe changing the struct into an interface would help with such unit tests?
@ammaratef45 Nice! In a similar vein to #750 (comment) i would abandon unit tests on this particular code path and just wire up an integration test that follows #737 (comment). There are helper functions for manipulating tags: https://git.coopcloud.tech/toolshed/abra/src/branch/main/tests/integration/helpers/git.bash#L6 Good luck!
Thanks @decentral1se I've followed your advise and this PR is ready to go imo
Thanks!
@ammaratef45 CI failures: https://build.coopcloud.tech/toolshed/abra/3511/1/7
Ah rip
I need a regexp that translates to
0 or more white spaces followed by 0while[[:space:]]0translates to1 or more white spaces followed by 0Will fix it and send a follow-up PR
#756