Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Zenika/proxybeez

Tags

v2024-07-16

Toggle v2024-07-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
⬆️ Bump braces from 3.0.2 to 3.0.3 (#39)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2023-10-05

Toggle v2023-10-05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
👷 update ci (#37)

Update to Node LTS and use Node orb. Also updates engine version and package.json and package-lock.json format version.

v2022-11-16

Toggle v2022-11-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⬆️ bump minimatch from 3.0.4 to 3.1.2 (#34)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2021-11-03

Toggle v2021-11-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ forward downstream client errors (#30)

If Alibeez returns an HTTP client error status code (4**), forward it the client.

v2021-07-23

Toggle v2021-07-23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 fix missing content type in responses (#29)

v2020-10-09

Toggle v2020-10-09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ add a response processor to filter email addresses of employees (#22)

This new processor filters all entities of the response that have a non contractor zenika.com email address in a specified field. Since I want this processor to run on the paths that fetch Alibeez users so I implemented support for path-level processors.

v2020-09-25

Toggle v2020-09-25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
♻ rewrite everything (#19)

Co-authored-by: Ked57 <[email protected]>