abra cp enhancements #390
Merged
3wordchant
merged 1 commits from 2023-12-02 15:39:28 +00:00
(deleted):cp-enhancements into main
Dismiss Review
Are you sure you want to dismiss this review?
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
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#390
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.
Working on coop-cloud/organising#534
TODO:
omg amazing @p4u1 😍
Thanks :) I got the local to server side done. It feels a bit hacky, but I think its worth it, since this is a nice usability upgrade.
Next up is the server to local side, but this should be easier, since I can reuse a lot of the code.
I'm also thinking about include and exclude flags, since it is already supported by the docker library.
@@ -5,9 +5,11 @@ setup_file(){_common_setup_add_server_new_app_deploy_app@decentral1se I changed this test file, so that the app only gets deployed once for this file. This increases the time needed to rune the whole test file by a lot. Is this change ok? Otherwise I can change it back to how it was before.
@3wordchant This is ready for review now :)
Will aim to review today, thanks so much @p4u1! 🙏
Solid stuff, some minor comments! Don't have time atm to run the test suite and such but when you're happy with it @p4u1, please do merge it. Thanks for working on this. I've added you to the org team, you have read/write permissions.
@@ -91,1 +63,3 @@}srcPath, dstPath, service, toContainer, err := parseSrcAndDst(src, dst)if err != nil {log.Fatal(err)logrus.Fatal(err)@@ -150,0 +292,4 @@ErrDstDirNotExist = fmt.Errorf("destination directory does not exist"))func copyMode(srcPath, dstPath string, srcMode os.FileMode, dstMode os.FileMode, dstExists bool) (CopyMode, error) {Missing docs string?
I added documentation to all copy modes and add a reference in here. See
bd32d20a2b@@ -69,2 +69,4 @@return containers[0], nil}// Retrieves the container for the given stack and service.a94dc125f4tobd32d20a2b@decentral1se Thanks for the review :) I added a new commit with the changes you suggested.
@3wordchant Do you want still want to review this? (Don't worry, if you need a few more days. I'm in no rush to merge this and would prefer a review from you before merging, since you authored the issue)
bd32d20a2bto45d7e5f1fc@p4u1 Oh, one other thing: could you change the commit to follow https://www.conventionalcommits.org/en/v1.0.0/ e.g.
feat: abra cp enhancementsbecause then it is less work to generate the change log when making releases. Thanks!45d7e5f1fcto296b2e031211/10, tested all the scenarios listen in #534 and they all work perfectly, huge congratulations and thanks @p4u1 ! 🎉