Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added "status" and "code" to errors #812

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fc35a40
feat(types): build uniontypes too (#765)
mttrbrts Nov 24, 2023
886a91b
fix(class): throw error when class is extending itself (#767)
Nov 28, 2023
c5f5e2e
chore(actions): publish v3.16.0 to npm (#768)
github-actions[bot] Nov 29, 2023
c0c306f
fix(class-declaration): throw with undefined ast properties (#771)
ekarademir Dec 21, 2023
769baa0
fix(error): adding type to error in string validator in introspect (#…
santanu8961 Jan 2, 2024
ced1b3e
chore(actions): publish v3.16.1 to npm (#778)
github-actions[bot] Jan 8, 2024
22df472
chore(deps): bump follow-redirects from 1.15.0 to 1.15.4 in /packages…
dependabot[bot] Jan 26, 2024
feb9a81
chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 in /pack…
dependabot[bot] Jan 26, 2024
dd05218
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /packages…
dependabot[bot] Jan 26, 2024
b1def12
chore(deps): bump axios, @accordproject/concerto-metamodel and @accor…
dependabot[bot] Jan 26, 2024
09eafba
chore(deps): bump concerto-metamodel dependency (#788)
mttrbrts Jan 26, 2024
4589d40
chore(deps): bump axios and @accordproject/concerto-metamodel in /pac…
dependabot[bot] Jan 26, 2024
3e81cf5
chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5 (#790)
dependabot[bot] Jan 26, 2024
f0c3228
chore(actions): publish v3.16.2 to npm (#791)
github-actions[bot] Jan 26, 2024
57c47b2
chore(deps-dev): bump axios from 0.23.0 to 1.6.0 in /packages/concert…
dependabot[bot] Jan 26, 2024
429a9a8
chore(actions): publish v3.16.3 to npm (#793)
github-actions[bot] Jan 29, 2024
a406c0f
refactor(declarations): move declaration uniqueness check to model fi…
ekarademir Jan 29, 2024
0d7f108
chore(actions): publish v3.16.4 to npm (#795)
github-actions[bot] Jan 29, 2024
0e363fb
perf(core): don't use arrays to check uniqueness (#802)
ekarademir Feb 6, 2024
e1527cf
perf(core): remove usage of arrays while forming duplicate item error…
ekarademir Feb 6, 2024
4ebc9f5
chore(actions): publish v3.16.5 to npm (#805)
github-actions[bot] Feb 7, 2024
ed6c188
docs(developer): use npx to install lerna (#811)
sanketshevkar Feb 26, 2024
b10f7ff
feat: added status and code to errors
kailash360 Mar 3, 2024
2728d17
Merge branch 'v4.0.0' of github.com:accordproject/concerto into err-code
kailash360 Mar 6, 2024
fc20fb7
merge conflicts fix
kailash360 Mar 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ cd concerto
git remote add upstream "https://github.com/accordproject/concerto.git"

# Install node.js dependencies:
npm install -g lerna
lerna bootstrap
npx lerna bootstrap
```

[apdev]: https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md
[apdev]: https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md
973 changes: 715 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

Loading