Commit 0778e33
authored
feat: version 1.0.0 (#20)
* feat: Add npm login resource
* feat: Added initial changes to support linux
* Updated tests to not have direct references to zsh
* Updated android studio, aws-cli, aws-profile and homebrew to use the new pty + tests
* Updated jenv + git
* Updated python, ssh (partial), pgcli, shell, scripting, npm resources
* Updated git, terraform, python, vscode, xcode-tools, git, files, actions and asdf
* Updated asdf to support linux. Util changes
* COnverted ssh-add, homebrew, aws-cli, asdf to linux
* Add apt install and yum
* Add dnf resource
* Added snap
* Switched asdf and file to zod schema
* Switched to exported zod (fixes build issues) + added readMEs for testing
* Added tart resource
* Removed github CI
* Fixed tests to use testSpawn. Fixed alias resource.
* Fixed tests with resolve. Which don't actually throw during the test. Fixed path, macports and homebrew.
* Added the ability to launch persistent vms (which cuts down all of the npm install and VM launch times)
* A bunch of test fixes for linux and macOS. Also added linux testing to the persistent tests. Switched the linux tests over to tart instead of docker.
* Fixed all tests for macOS
* Fixed resources for linux (ubuntu)
* Fixed snap
* Fixed vscode
* Changed git repositories to support multiple repositories at once
* Added aliases resource (multiple aliases all at once)
* Allow alias, path and git to declare multiple things at once (clean up the config file by alot)
* chore: Updated package name from codify-plugin-lib to @codifycli/plugin-core
* fix: Made declarationOnly optional for aliases resource. Made git installable
* feat: Add README and CLAUDE.md. Fixes for aliases and git repositories resources
* feat: replaced codify-schemas with @codifycli/schemas. Updated packages.
* chore: package updates
* chore: bumped package version to 1.0.0
* feat: Updated package description
* chore: Replace codify-plugin-test with @codifycli/plugin-test
* fix: Fix links in the README.md
* chore: Update to latest plugin-core and plugin-test
* feat: Added keywords
* feat: Add github test only for one common resource.
* fix: Fix test filter
* chore: update README.md
* fix: Fixes to the README.md
* fix: Fix VSCode download link
* fix: Fix example configs in the README.md1 parent d9b9e2c commit 0778e33
File tree
159 files changed
+10549
-4521
lines changed- .github
- workflows
- .run
- scripts
- docker-files
- debian-linux
- redhat-linux
- src
- resources
- android
- apt
- asdf
- aws-cli
- cli
- profile
- dnf
- docker
- file
- git
- git
- lfs
- repository
- wait-github-ssh-key
- homebrew
- javascript
- npm
- nvm
- pnpm
- java/jenv
- macports
- pgcli
- python
- pip-sync
- pip
- pyenv
- venv
- virtualenv
- scripting
- shell
- aliases
- alias
- path
- snap
- ssh
- tart
- terraform
- vscode
- xcode-tools
- yum
- utils
- test
- android
- apt
- asdf
- aws-cli
- dnf
- docker
- file
- git
- homebrew
- java/jenv
- macports
- node
- npm
- nvm
- pnpm
- pgcli
- python
- scripting
- shell
- snap
- ssh
- tart
- terraform
- vscode
- xcode-tools
- yum
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
159 files changed
+10549
-4521
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
23 | 41 | | |
24 | 42 | | |
25 | | - | |
| 43 | + | |
26 | 44 | | |
27 | 45 | | |
28 | 46 | | |
| |||
31 | 49 | | |
32 | 50 | | |
33 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
34 | 67 | | |
| 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 | + | |
This file was deleted.
| 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 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 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 | + | |
0 commit comments