fix: abra app new checks out latest version #412

Merged
decentral1se merged 1 commits from new-deploy-checkout into main 2024-06-21 13:54:10 +00:00
Owner

See coop-cloud/organising#618

I've also manually tested that recipes without versions still work 👌

See https://git.coopcloud.tech/coop-cloud/organising/issues/618 I've also manually tested that recipes without versions still work 👌
decentral1se requested review from iexos 2024-06-20 06:44:08 +00:00
decentral1se reviewed 2024-06-20 09:10:26 +00:00
@ -37,6 +37,15 @@ teardown(){
}
@test "create new app" {
_fetch_recipe
Author
Owner

Better approach in coop-cloud/abra#414! Will merge this as-is and rebase this new PR on top of the changes in that PR. Looks like things are coming together for not having constantly broken integration tests...

Better approach in https://git.coopcloud.tech/coop-cloud/abra/pulls/414! Will merge this as-is and rebase this new PR on top of the changes in that PR. Looks like things are coming together for not having constantly broken integration tests...
decentral1se marked this conversation as resolved
iexos refused to review 2024-06-20 14:23:56 +00:00
First-time contributor

Sorry, cannot really review this. Im not familiar with the codebase or even go, and haven't even built abra from source yet

Sorry, cannot really review this. Im not familiar with the codebase or even go, and haven't even built abra from source yet
p4u1 reviewed 2024-06-20 21:15:22 +00:00
cli/app/new.go Outdated
@ -82,2 +84,4 @@
logrus.Fatal(err)
}
if len(recipeVersions) > 0 {
Member

Can you add a comment (above) this if statement explaing this case and the block inside? It not quite clear to me by just reading the code

Can you add a comment (above) this if statement explaing this case and the block inside? It not quite clear to me by just reading the code
decentral1se marked this conversation as resolved
decentral1se force-pushed new-deploy-checkout from c471b5876d to 316fdd3643 2024-06-21 13:53:34 +00:00 Compare
decentral1se merged commit 316fdd3643 into main 2024-06-21 13:54:10 +00:00
decentral1se deleted branch new-deploy-checkout 2024-06-21 13:54:10 +00:00
Sign in to join this conversation.
No description provided.