Commit 9da497f
chore: simpler / more flexible api (#181)
* mock api
* mock paraglide adder
* improve? api
* small tweaks
* more tweaks
* more
* start implementing new api (no clue if it works, requires cleanup)
* rename
* rename some stuff
* migrate eslint
* migrate mdsvex
* migrate playwright
* migrate prettier
* delete routify
* update storybook
* update tailwindcss
* migrate vitest
* migrate drizzle
* migrate lucia
* exract `dependsOn` into seperate function
* cleanup
* migrate community adder
* try out `setup` api, without actually implementing it
* skip writing empty files
* make `setup` function work
* rename dir because vitest hates us
* dont expose `options`
* simplify
* pm
* remove old tests
* initial install helper impl
* ignores
* add initial tests
* ..pin storybook
* fix scripts
* add storybook test
* simplify
* deps
* add retries
* not needed
* tweak community template
* add fixtures
* community template tests
* naming
* tweaks
* unneeded
* clean
* lockfile trickery
* fix eslint test
* fix paraglide
* tweak workflow
* ...
* fix lint
* fix check
* simplify
* simplify
* upgrade vitest
* fix nit
* fix lint
* simplify
* cleanup
* rename `vi` to `vitest`
* windows fixes
* more windows annoyances
* tweaks
* add `test:ui` script
* `tinyexec` `throwOnError: true`
* revert
* properly terminate child processes
* dont skip storybook
* cleanup on failure to load the page
* unused
* newline
* use vitest workspaces
* add `try-catch` while killing processes
* increase navigation timeout
* apply merge changes
* fix timeout
* add retries
* remove storybook log
* cleanup cli package
* simplify
* fix lucia tests
* dont print external command output while testing
* fix storybook
* fixes
* format before evaluating test
* fix dir path
* setup matrix
* skip running docker containers outside of linux runners
* print console output?
* fix lint?
* force `npm` for storybook?
* Revert "force `npm` for storybook?"
This reverts commit ef2df6e.
* try latest
* Revert "try latest"
This reverts commit 1c095d6.
* Revert "print console output?"
This reverts commit 9d5b6b2.
* skip runnung storybook tests in ci on windows
* improve
* missing filename
* enhance tests
* pipe stdio during tests
* skip storybook
* fixes
* fix test
* fix: apply defaults to unspecified options
* unpin storybook and remove skipping windows ci
* use `defineProject` instead for better type safety in a workspace
* remove silent flag
* use latest
* temp log
* unwrap
* clear cache and log cause
* move it along
* run sequentially
* revert
* test
* exclude windows from running concurrently
* tweaks
* dont return string from `file` function
* improve `unsupported`
* log `stderr` on failed dep installs
* tweak error
* simplify
* fixes and tweaks
* fix
---------
Co-authored-by: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com>1 parent 674cb58 commit 9da497f
File tree
31 files changed
+1434
-1576
lines changed- community-adder-template/src
- packages
- adders
- _config
- _tests
- all-addons
- eslint
- prettier
- storybook
- drizzle
- eslint
- lucia
- mdsvex
- paraglide
- playwright
- prettier
- storybook
- tailwindcss
- vitest-addon
- cli
- commands/add
- lib
- utils
- core
- adder
- create
- migrate
31 files changed
+1434
-1576
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
38 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 67 | + | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
0 commit comments