-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support docker compose v2 plugin version (#228)
* feat: support docker compose v2 plugin version * test: run v2 tests only * chore: replace jest with vitest * test: run vitest command instead of jest * refactor: create v2 tests in test folder, move old tests to old folder * fix(lint): remove jest plugin reference * fix(lint): no-useless-escape for \" characters * fix(build): exclude old tests temporarily * test: support versions with extensions like 2.17.2+azure-1 (gh ci) * chore(ci): use v3 checkout * test: (re-)add tests for v2 port mapping * chore: increase test timeout to 30s (as was in the past) * refactor: move v2 test files to v2 subfolder * fix: expect volume name to match changed folder name * refactor: move v1 tests back to v1 test subfolder remove outdated v2 tests * refactor: use jest style vitest for v1 tests * refactor: run v1 and v2 tests consecutively * chore(release): 0.23.20-preview.0 * build: export v2 via index * docs: describe v2 imports and issues
- Loading branch information
1 parent
ccc9566
commit 95250be
Showing
27 changed files
with
2,382 additions
and
1,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.