• Joined on 2020-03-30
roxxers pushed to main at coop-cloud/coopcloud.tech 2021-07-22 13:39:37 +00:00
31ab49b414 fix: index formatting causing build errors
roxxers pushed to main at coop-cloud/abra 2021-07-22 11:49:08 +00:00
ebfdb504ce docs: updated todo
roxxers pushed to main at coop-cloud/abra 2021-07-22 11:48:16 +00:00
fc7dade6f8 feat: server add command
roxxers pushed to main at coop-cloud/abra 2021-07-22 09:19:06 +00:00
5e94050865 refactor: forgot there is a function in docker src
roxxers pushed to main at coop-cloud/abra 2021-07-22 08:51:33 +00:00
fe86b50ee3 refactor: actual context getting
roxxers pushed to main at coop-cloud/abra 2021-07-21 16:12:36 +00:00
6b370599fa refactor: simplified sort of app names
roxxers pushed to main at coop-cloud/abra 2021-07-21 15:36:47 +00:00
9216cc5d6a refactor: simplifing range statement
roxxers commented on issue coop-cloud/abra#6 2021-07-21 11:09:13 +00:00
godotenv multiline env vars and unexpected tokens

I consider this fixed for now with 0242dfcb0f83e3ca906461b0b3e55f1832d5d528. Wanna make sure I am not jumping the gun on that. When it comes to like what to do with dealing with apps .env files I…

roxxers pushed to main at coop-cloud/abra 2021-07-21 11:05:50 +00:00
0242dfcb0f fix: multiline vars can now be read using fork
roxxers pushed to recipe-ls at coop-cloud/abra 2021-07-21 09:20:54 +00:00
5f4d2b88f5 Merge branch 'main' into recipe-ls
29971c36a0 refactor: moved all fatal errors to logrus
2158dc851c test: makefile now runs all tests recursively
a36e80db99 fix: fixing domain being required.
b0c241ae98 bulid: added build-dev option
Compare 5 commits »
roxxers commented on pull request coop-cloud/abra#8 2021-07-21 09:19:36 +00:00
Add recipe ls command

Also, what can be tested here? Can I mock the JSON to do offline tests?

I've seen rumblings on mocking an actual http call in a unit test for a mock one that returns what ever you want. No rush…

roxxers commented on pull request coop-cloud/abra#8 2021-07-21 09:14:56 +00:00
Add recipe ls command

Your function never returns this error. It is just logging it and exiting the program. You should change this to return nil, err. This can then be dealt with by the command itself.

roxxers commented on pull request coop-cloud/abra#8 2021-07-21 09:14:56 +00:00
Add recipe ls command

This will never be run because you never return an error, see comment on GetAppsJSON

roxxers commented on pull request coop-cloud/abra#8 2021-07-21 09:14:56 +00:00
Add recipe ls command

I am not totally against this approach. I worry about the speed of it but honestly might just say fuck it and use this as our baseline for sorting maps.

roxxers suggested changes for coop-cloud/abra#8 2021-07-21 09:14:56 +00:00
Add recipe ls command

Not much to review since most of it is good! Just one note, and a situation where you don't return an error where you should. So gunna label it as requesting a change for that reason but its a one line change 💙

roxxers pushed to main at coop-cloud/abra 2021-07-21 08:14:40 +00:00
29971c36a0 refactor: moved all fatal errors to logrus
roxxers pushed to main at coop-cloud/abra 2021-07-21 07:56:53 +00:00
2158dc851c test: makefile now runs all tests recursively
roxxers commented on issue coop-cloud/abra#5 2021-07-21 07:38:34 +00:00
DOMAIN is not always required

done

roxxers closed issue coop-cloud/abra#5 2021-07-21 07:38:34 +00:00
DOMAIN is not always required
roxxers pushed to main at coop-cloud/abra 2021-07-21 07:38:13 +00:00
a36e80db99 fix: fixing domain being required.