Commit 2d03c00
release: v0.2.0 (#9)
* delete old sdk code
* [SILO-589] feat!: add handcrafted SDK v0.2.0 #8
* fix: prettier configuration (#10)
* feat!: add handcrafted SDK v0.2.0
- added models for each entities
- added APIs for all available Plane entities
- tests to verify e2e api sanity
- examples for reference
BREAKING CHANGE: must be carefully upgraded from 0.1.x versions as method signatures
are changed
* chore: adding prettier config
* chore: remove ds store
* fix: format all files
* chore: package imports
---------
Co-authored-by: Surya Prashanth <[email protected]>
* feat: add e2e and unit tests (#11)
* move existing tests under unit folder
* don't fail unit tests when env is not setup
* create helpers folder for test helpers
* feat: add e2e test to verify project use case
* add jest and tsconfig.jest files
* feat: add unit tests using jest for all entities
* fix: eslint (#12)
* chore: eslint config setup
* chore: updated the build test workflow
* chore: setup pnpm workflow
* chore: build errors
* chore: updated the push step
* ops: update publishing flow for new sdk (#13)
* ops: update publishing flow for nw sdk
* run only e2e tests in github actions
* chore: updated the publish workflow with corepack changes
* chore: remove unused imports
---------
Co-authored-by: Surya Prashanth <[email protected]>1 parent 0f78686 commit 2d03c00
File tree
226 files changed
+10430
-27804
lines changed- .github/workflows
- .openapi-generator
- examples
- src
- apis
- api
- Customers
- WorkItemProperties
- WorkItems
- client
- errors
- models
- tests
- e2e
- helpers
- unit
- customers
- work-item-types
- work-items
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
226 files changed
+10430
-27804
lines changed| 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | | - | |
18 | | - | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | | - | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments