Eugene
|
3cb67f02db
|
chore(deps): bump dependencies to the latest version (#204)
|
2026-01-29 14:12:39 +01:00 |
|
dependabot[bot]
|
a5b30eda00
|
Bump actions/checkout from 5.0.1 to 6.0.1 (#201)
CI / build (push) Has been cancelled
/ IT Test - Request Postman Echo GET (push) Has been cancelled
/ IT Test - Request Postman Echo POST (push) Has been cancelled
/ IT Test - Request Postman Echo POST with Unescaped Newline (push) Has been cancelled
/ IT Test - Request Postman Echo BasicAuth (push) Has been cancelled
/ IT Test - Request Postman Echo with 404 Response and ignore failure code (push) Has been cancelled
/ IT Test - Request Postman Echo POST Multipart (push) Has been cancelled
/ IT Test - Request Postman Echo POST and persist response (push) Has been cancelled
/ IT Test - Request Postman Echo POST Multipart without data (push) Has been cancelled
/ IT Test - Request Postman Echo POST single file (push) Has been cancelled
/ IT Test - Request Postman Echo POST URLEncoded string data (push) Has been cancelled
/ IT Test - Request Postman Echo POST URLEncoded json data (push) Has been cancelled
/ IT Test - Request Postman Echo DELETE (push) Has been cancelled
CI / integrity (push) Has been cancelled
/ All IT Tests have to pass (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-01 18:56:43 +01:00 |
|
dependabot[bot]
|
5129f202e4
|
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 19:06:43 +00:00 |
|
dependabot[bot]
|
17652c2e56
|
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-01 17:01:36 +00:00 |
|
dependabot[bot]
|
bf10f06e08
|
Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-01 17:01:53 +00:00 |
|
dependabot[bot]
|
35037b21f7
|
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-02 10:00:50 +00:00 |
|
Sebastien Vermeille
|
aeef78bb14
|
Add tests with assertions (#154)
That way not only inputs are tested but also outputs
|
2024-07-29 20:16:03 +02:00 |
|
dependabot[bot]
|
6769207b0b
|
Bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-11-01 17:51:26 +00:00 |
|
dependabot[bot]
|
17c1694300
|
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-01 17:35:20 +00:00 |
|
Frank Jogeleit
|
2c712a0557
|
add persist handler
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
|
2023-02-04 13:28:08 +01:00 |
|
Frank Jogeleit
|
cc3aff9cbe
|
Testcases for URLEncoded contentType
|
2022-11-07 11:08:34 +01:00 |
|
Uzlopak
|
d00a8759d6
|
jsdoc: async functions should return Promise (#70)
* jsdoc: async functions should return Promise
* update dist/index.js
* improve ci
* run anyway
* update dist
* test if esbuild produces deterministic builds
* Update ci.yml
* Update ci.yml
* specify target to node16
* another try
* Check for empty dataJson
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
* build dist
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
* build latest
* modify test step
* avoid skipping
* go back to ncc
* add back github.ref
* remove additional stuff
* build dist/index.js
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
Co-authored-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
|
2022-11-03 21:35:53 +01:00 |
|
Uzlopak
|
5bbd839c3e
|
Update ci.yml
|
2022-11-03 14:29:31 +01:00 |
|
Uzlopak
|
cf482a5e80
|
Update and rename test.yml to ci.yml
|
2022-11-03 14:19:36 +01:00 |
|