0
0
forked from toolshed/abra
Commit Graph

17 Commits

Author SHA1 Message Date
3957b7c965 proper env modifiers support
This implements proper modifier support in the env file using this new fork of the godotenv library. The modifier implementation is quite basic for but can be improved later if needed. See this commit for the actual implementation.

Because we are now using proper modifer parsing, it does not affect the parsing of value, so this is possible again:
```
MY_VAR="#foo"
```
Closes coop-cloud/organising#535
2023-12-01 11:03:52 +00:00
6e54ec7213 test: skip failing test for now
See coop-cloud/organising#535.
2023-11-28 11:42:36 +01:00
254df7f2be feat: app cmd ls
See coop-cloud/organising#484
2023-10-17 21:16:31 +02:00
c249c6ae9c fix: fix: trim comments that are not modifers
See coop-cloud/organising#505
2023-10-09 14:42:05 +02:00
be693e9df0 fix: trim comments that are not modifers
See coop-cloud/organising#505
2023-10-08 22:42:34 +02:00
b57edb440a fix: improve app check
See coop-cloud/organising#446
2023-10-06 10:56:33 +02:00
b4fd39828f test: abra-integration-test-recipe -> abra-test-recipe
See coop-cloud/abra-test-recipe#3
2023-10-05 14:22:11 +02:00
e837835e00 test: remove duplicate call to EnsureCatalogue 2023-10-04 14:05:02 +02:00
379915587c fix: don't export from within function
Also, don't explode on command function which has "export" in the name!

See coop-cloud/organising#498
2023-10-04 11:20:50 +02:00
970ae0fc4e test: use _test to avoid cyclic imports 2023-10-04 02:36:44 +02:00
fadafda0b8 fix: make test suite work again 2023-02-08 11:11:39 +01:00
58e98f490d refactor!: type -> recipes 2022-01-27 12:06:32 +01:00
7a5aa1b005 test: make them work again 2021-12-23 01:06:56 +01:00
09f49cdc76 chore: fix tests 2021-10-01 12:57:34 +02:00
691a2c7a50 tests: fix App struct 2021-09-06 00:34:49 +02:00
d82f854ebd test: fix test suite to understand pkg/ directory 2021-09-05 21:39:12 +02:00
b7742d5e18 refactor: use pkg directory structure 2021-09-05 21:37:03 +02:00