• Joined on 2023-11-06
p4u1 merged pull request toolshed/abra#523 2025-03-21 10:25:47 +00:00
fix(app): Properly detects release notes added after a release when upgrading an app
p4u1 commented on issue toolshed/abra#506 2025-03-21 08:43:03 +00:00
abra recipe release doesn't add release from prompt

Could not reproduce this in the past weeks. Lets reopen if it comes up again

p4u1 closed issue toolshed/abra#506 2025-03-21 08:43:03 +00:00
abra recipe release doesn't add release from prompt
p4u1 created pull request toolshed/abra#523 2025-03-21 08:42:30 +00:00
fix(app): Properly detects release notes added after a release when upgrading an app
p4u1 created branch releasenote-after-release in p4u1/abra 2025-03-21 08:41:17 +00:00
p4u1 pushed to releasenote-after-release at p4u1/abra 2025-03-21 08:41:17 +00:00
323cd14a81 fix(app): Properly detects release notes added after a release when upgrading an app
cb63cfe9c2 refactor: chaos redundant, shorter message
d1e49d17ce test: on-demand integration tests
1574aa0631 refactor!: status between service/image
1723025fbf build: go 1.24
Compare 6 commits »
p4u1 pushed to main at toolshed/abra-test-recipe 2025-03-21 08:13:42 +00:00
182edd374f Adds a release note to a previous release
p4u1 commented on pull request toolshed/abra#521 2025-03-21 08:00:05 +00:00
add charset modifier to secret generation

the return type could also be changed to (string, error)

p4u1 commented on pull request toolshed/abra#521 2025-03-21 07:59:55 +00:00
add charset modifier to secret generation

the return type could also be changed to (string, error)

p4u1 commented on pull request toolshed/abra#521 2025-03-18 09:18:50 +00:00
add charset modifier to secret generation

It retuens an empty string when not present, which is handled in resolveCharset. SO for me its fine to not check for the presence

p4u1 commented on pull request toolshed/abra#521 2025-03-18 07:45:41 +00:00
add charset modifier to secret generation

This can be combined into one line

p4u1 commented on pull request toolshed/abra#521 2025-03-18 07:45:41 +00:00
add charset modifier to secret generation

I think GeneratePasswords is only used with count=1. If you are up for it, a seperate refactor commit would be nice, that changes the function to GeneratePassword(length uint, charset string) (string, error)

p4u1 commented on pull request toolshed/abra#515 2025-03-16 11:28:53 +00:00
build: go 1.24

Lgtm

p4u1 commented on pull request toolshed/abra#512 2025-03-13 12:48:21 +00:00
WIP feat: Introduces a new help error

going back to wip, will work some more on this in the next couple of days

p4u1 pushed to better-error-handling at p4u1/abra 2025-03-13 12:47:47 +00:00
4866cfd31c feat: Introduces a new help error
p4u1 commented on issue toolshed/abra#505 2025-03-13 09:17:50 +00:00
multiple unstaged flags appear in env file

I think this was fixed by e58a716fe1, we can always reopen when it comes up again

p4u1 closed issue toolshed/abra#505 2025-03-13 09:17:50 +00:00
multiple unstaged flags appear in env file
p4u1 pushed to better-error-handling at p4u1/abra 2025-03-13 09:15:10 +00:00
98c693b378 feat: Introduces a new help error