-
Notifications
You must be signed in to change notification settings - Fork 6
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(repo): load system certs when custom cert specified #144
Commits on Apr 9, 2024
-
feat(repo): add stack traces to async REST errors (#131)
* feat(repo): add stack traces to async REST errors * test(operate): disable OAuth in unit test * test(operate): disable OAuth for Operate client in test * test(operate): rename integration test file * chore(repo): run unit test in pre-commit hook * test(operate): change process filename casing
Configuration menu - View commit details
-
Copy full SHA for ef8d9c6 - Browse repository at this point
Copy the full SHA ef8d9c6View commit details -
chore(release): 8.5.1-alpha.1 [skip ci]
## [8.5.1-alpha.1](v8.5.0...v8.5.1-alpha.1) (2024-04-09) ### Features * **repo:** add stack traces to async REST errors ([#131](#131)) ([ef8d9c6](ef8d9c6))
Configuration menu - View commit details
-
Copy full SHA for 25758b1 - Browse repository at this point
Copy the full SHA 25758b1View commit details -
chore(release): 8.5.1-alpha.1 [skip ci]
## [8.5.1-alpha.1](v8.5.0...v8.5.1-alpha.1) (2024-04-09) ### Features * **repo:** add stack traces to async REST errors ([#131](#131)) ([ef8d9c6](ef8d9c6))
Configuration menu - View commit details
-
Copy full SHA for d00326d - Browse repository at this point
Copy the full SHA d00326dView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 822e56b - Browse repository at this point
Copy the full SHA 822e56bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8c696 - Browse repository at this point
Copy the full SHA 7a8c696View commit details
Commits on Apr 19, 2024
-
* docs(repo): update README.md Fix Wrong Zeebe client method in readme file * chore(repo): ignore .idea folder in git To prevent IDE-specific settings from interfering with the project setup, the .idea folder, which is created by JetBrains IDEs, is now added to .gitignore. This ensures that developer-specific configurations do not pollute the project repository.
Configuration menu - View commit details
-
Copy full SHA for 9be237d - Browse repository at this point
Copy the full SHA 9be237dView commit details
Commits on Apr 20, 2024
-
feat(repo): add status code to HTTPError type (#135)
* feat(repo): add status code to HTTPError type Errors of type HTTPError now have a status code field * fix(oauth): retry once on 401 to get new token If a REST call fails with 401, we retry once in case it is a token expiry edge-case fixes #125 * test(operate): document the delay and eventual consistency measure in test * fix(oauth): decode jwt to get expiry time fixes #125
Configuration menu - View commit details
-
Copy full SHA for cfea141 - Browse repository at this point
Copy the full SHA cfea141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed92f8 - Browse repository at this point
Copy the full SHA 7ed92f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ea08a5 - Browse repository at this point
Copy the full SHA 8ea08a5View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6d1e9de - Browse repository at this point
Copy the full SHA 6d1e9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee75053 - Browse repository at this point
Copy the full SHA ee75053View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3c571 - Browse repository at this point
Copy the full SHA ca3c571View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6302d0 - Browse repository at this point
Copy the full SHA b6302d0View commit details
Commits on Apr 29, 2024
-
refactor(oauth): use got in place of node-fetch (#138)
* refactor(oauth): use got in place of node-fetch * test(oauth): update cache eviction test
Configuration menu - View commit details
-
Copy full SHA for f81bdea - Browse repository at this point
Copy the full SHA f81bdeaView commit details -
fix(tasklist): correct default value of includeVariables parameter in…
… tasklist variables search (#136)
Configuration menu - View commit details
-
Copy full SHA for 23af921 - Browse repository at this point
Copy the full SHA 23af921View commit details -
chore(release): 8.5.1-alpha.3 [skip ci]
## [8.5.1-alpha.3](v8.5.1-alpha.2...v8.5.1-alpha.3) (2024-04-29) ### Bug Fixes * **tasklist:** correct default value of includeVariables parameter in tasklist variables search ([#136](#136)) ([23af921](23af921))
Configuration menu - View commit details
-
Copy full SHA for 510ef9e - Browse repository at this point
Copy the full SHA 510ef9eView commit details -
chore(release): 8.5.1-alpha.3 [skip ci]
## [8.5.1-alpha.3](v8.5.1-alpha.2...v8.5.1-alpha.3) (2024-04-29) ### Bug Fixes * **tasklist:** correct default value of includeVariables parameter in tasklist variables search ([#136](#136)) ([23af921](23af921))
Configuration menu - View commit details
-
Copy full SHA for 49e9901 - Browse repository at this point
Copy the full SHA 49e9901View commit details
Commits on May 3, 2024
-
feat(repo): load system certs when custom cert specified
* feat(repo): load system certs when custom cert specified fixes #139 * fix(oauth): throw if cacheDir not writeable on Windows * test(oauth): make cache dir read-only on Windows * test(oauth): make cache dir deleteable on Windows * test(oauth): make token cache dir read-only on Windows * test(oauth): hack around Windows test not throwing * refactor(repo): test self-signed certificate support fixes #139 fixes #141 * test(repo): isolate unit tests and do not run in integration envs * test(repo): run unit tests on Windows runner in CI * feat(zeebe): update gRPC package dep version * ci(repo): run unit tests on Windows for PRs * ci(repo): use cross-env to support Windows runner in CI * test(oauth): use execSync for Windows commands * refactor(repo): use win-ca for Windows system certificates * refactor(repo): refactor code to use win-ca on Windows * refactor(oauth): debug log in CI * revert(oauth): remove certificate debug statement
Configuration menu - View commit details
-
Copy full SHA for afce0a7 - Browse repository at this point
Copy the full SHA afce0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96150da - Browse repository at this point
Copy the full SHA 96150daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3cf982 - Browse repository at this point
Copy the full SHA e3cf982View commit details