• Joined on 2020-03-30
roxxers commented on issue coop-cloud/abra#63 2021-09-03 19:07:07 +00:00
abra-aur repo shows up as a recipe for abra

I added it to the list so lets see what happens when it refreshes

roxxers pushed to main at coop-cloud/abra-bash 2021-09-03 19:06:42 +00:00
55138b7e0f fix: add renamed aur repo to ignore list
roxxers commented on issue coop-cloud/abra#63 2021-09-03 19:05:35 +00:00
abra-aur repo shows up as a recipe for abra

In go-abra it shows up as abra-aur in the list but in bash-abra it shows up as aur-abra-git which is the new name

roxxers commented on issue coop-cloud/abra#64 2021-09-03 19:02:09 +00:00
race condition in abra app new

Is dupe of #44

roxxers closed issue coop-cloud/abra#64 2021-09-03 19:01:54 +00:00
race condition in abra app new
roxxers commented on issue coop-cloud/abra#64 2021-09-03 19:01:46 +00:00
race condition in abra app new

Idk about this race condition but the version issue is in coop-cloud/go-abra#44 and yeah, that is a good one to fix ASAP :) Will look at this soon.

I assumed…

roxxers created pull request coop-cloud/abra#66 2021-09-03 19:01:01 +00:00
fix: tag sorting as map is unsorted
roxxers created branch fix/tag-sort in coop-cloud/abra 2021-09-03 18:57:31 +00:00
roxxers pushed to fix/tag-sort at coop-cloud/abra 2021-09-03 18:57:31 +00:00
8cf3930518 fix: tag sorting as map is unsorted
roxxers commented on issue coop-cloud/tagcmp#2 2021-09-03 18:28:39 +00:00
Support tags with underscores that denote a new version with no bump from docker

Example error output from my abra patch

WARN[0000] 5.7.1_1 is not a valid tag: couldn't parse patch part of '5.7.1_1': '1_1' ```
roxxers opened issue coop-cloud/tagcmp#2 2021-09-03 18:27:02 +00:00
Support tags with underscores that denote a new version with no bump from docker
roxxers opened issue coop-cloud/abra#65 2021-09-03 18:18:19 +00:00
git clone of recipe causing errors
roxxers commented on issue coop-cloud/abra#64 2021-09-03 16:37:39 +00:00
race condition in abra app new

Ah ok found it. b1d4f12e7d/catalogue/catalogue.go (L113)

This function is getting the last item in a map. Maps…

roxxers commented on issue coop-cloud/abra#64 2021-09-03 16:28:00 +00:00
race condition in abra app new

Seems like the version of the app that LatestVersion returns keeps changing (the printed ver it the output of that)

roxxers opened issue coop-cloud/abra#64 2021-09-03 16:08:14 +00:00
race condition in abra app new
roxxers opened issue coop-cloud/abra#63 2021-09-03 15:59:36 +00:00
abra-aur repo shows up as a recipe for abra
roxxers commented on pull request coop-cloud/abra#61 2021-09-03 15:12:01 +00:00
feat: app rm - check if the app is undeployed before removing

Everything looks fine but did comment on one line of the code that looks like it can be simplifed but I didn't write it so there could be a reason for that you encountered. I can't test it right now…

roxxers commented on pull request coop-cloud/abra#61 2021-09-03 15:05:20 +00:00
feat: app rm - check if the app is undeployed before removing

Is there a reason for doing it like this vs

roxxers pushed to main at coop-cloud/abra 2021-08-31 16:08:36 +00:00
45c6be02b1 refactor: check for errors on secret rm