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
Frank Jogeleit
05a08b70e2
build dist
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-11-03 20:46:35 +01:00
Frank Jogeleit
6c12bc1f79
Check for empty dataJson
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-11-03 20:24:38 +01:00
Frank Jogeleit
6796716641
Merge pull request #66 from Uzlopak/improve-ci
...
Improve ci
2022-11-03 14:41:00 +01:00
Frank Jogeleit
dac2a9ae42
Merge pull request #69 from Uzlopak/add-build-action
...
add build-action
2022-11-03 14:35:36 +01:00
Frank Jogeleit
79a8b8af48
Merge pull request #62 from fjogeleit/url-encoded
...
Use URLSearchParams for application/x-www-form-urlencoded
2022-11-03 14:33:24 +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
Frank Jogeleit
76415c3c59
Merge pull request #67 from fjogeleit/dependabot/github_actions/actions/checkout-3
...
Bump actions/checkout from 2 to 3
2022-11-03 14:17:11 +01:00
Frank Jogeleit
3a818e40e8
Merge pull request #68 from fjogeleit/dependabot/npm_and_yarn/axios-1.1.3
...
Bump axios from 0.21.4 to 1.1.3
2022-11-03 14:16:57 +01:00
dependabot[bot]
daa3a7f756
Bump axios from 0.21.4 to 1.1.3
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.4 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.1.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 13:13:42 +00:00
dependabot[bot]
7f60d0a379
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 13:13:39 +00:00
Frank Jogeleit
9adf34b765
Merge pull request #64 from Uzlopak/add-dependabot
...
add dependabot.yml
2022-11-03 14:13:18 +01:00
Frank Jogeleit
0d5a8b7b31
Merge pull request #65 from Uzlopak/reorder-deps
...
reorder deps
2022-11-03 14:13:05 +01:00
uzlopak
a8547fbde9
add build-action
2022-11-03 12:06:20 +01:00
uzlopak
a8bcd97403
reorder deps
2022-11-03 12:01:52 +01:00
uzlopak
ce3525d612
add dependabot.yml
2022-11-03 11:56:13 +01:00
Frank Jogeleit
50750c1420
Use URLSearchParams for application/x-www-form-urlencoded
2022-11-01 10:01:33 +01:00
Frank Jogeleit
fd5cf60c69
Merge pull request #58 from fjogeleit/formdata-fix
...
Fix undefined data for files
2022-10-05 17:31:01 +02:00
Frank Jogeleit
2214f2de10
Fix undefined data for files
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-10-05 17:29:30 +02:00
Frank Jogeleit
9e07856983
Merge pull request #53 from fjogeleit/dependabot/npm_and_yarn/actions/core-1.9.1
...
Bump @actions/core from 1.9.0 to 1.9.1
2022-08-18 22:06:09 +02:00
dependabot[bot]
df4c18fdd5
Bump @actions/core from 1.9.0 to 1.9.1
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 19:59:33 +00:00
Nick Hills
4cbc7a46b2
Adding ability to return headers without setting debug mode ( #51 )
...
* Update httpClient.js
* Update README.md
* Update action.yml
Co-authored-by: Nick Hills <nick.hills@valtech.com>
2022-08-17 09:56:02 +02:00
Frank Jogeleit
cce3f3d779
Add new httpsCA input to README.md
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-07-23 15:18:23 +02:00
Frank Jogeleit
52ba495021
Merge pull request #49 from fjogeleit/custom-ca-support
...
Add input for custom CA
2022-07-19 10:29:59 +02:00
Frank Jogeleit
df00cdf429
Add input for custom CA
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-07-19 10:27:31 +02:00
Frank Jogeleit
e3313c1a5f
Update Error Output
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-06-04 10:52:53 +02:00
Frank Jogeleit
d4c0bee13c
Merge pull request #45 from yesjinu/docs/enhance-readme
...
docs: enhance README.md
2022-05-24 13:25:37 +02:00
Jinu Noh
435fe1dbc8
docs: enhance README.md
2022-05-24 19:22:08 +09:00
Frank Jogeleit
35336be18d
Update README
2022-03-04 11:26:59 +01:00
Frank Jogeleit
f986377e36
Update Version
2022-03-04 11:22:31 +01:00
Frank Jogeleit
046e838b3a
Dependency Update ( #41 )
...
Dependency Update
2022-03-04 11:20:10 +01:00
Frank Jogeleit
31fad16908
Merge pull request #39 from fjogeleit/dependabot/npm_and_yarn/follow-redirects-1.14.8
...
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-13 10:59:39 +01:00
dependabot[bot]
5c4179dc69
Bump follow-redirects from 1.14.7 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 06:50:19 +00:00
Frank Jogeleit
d45f6649f6
Merge pull request #37 from Atlas-Authority/master
...
Support single file upload
2022-02-11 12:31:32 +01:00
Nhan Nguyen
f683177370
Support single file upload
2022-02-10 10:14:07 +07:00
Frank Jogeleit
a6980b2ca5
Merge pull request #36 from fjogeleit/dependency-update
...
Dependency Update
2022-01-16 17:29:35 +01:00
Frank Jogeleit
70ee000b97
Dependency Update
...
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
2022-01-16 17:27:57 +01:00
Frank Jogeleit
5e30e204fc
Update README.md
2021-12-10 17:44:42 +01:00
Frank Jogeleit
82d22dd60f
Merge pull request #34 from understructure/docs-update
...
docs: clarification that data can be entered as key value pairs under appropriate conditions
2021-10-12 23:20:13 +02:00
Matthew Cloney
1ea54adf35
docs: clarification that data can be entered as key value pairs under appropriate conditions
2021-10-12 16:57:47 -04:00
Frank Jogeleit
8e939c608a
dependency updates
...
Signed-off-by: Frank Jogeleit <fj@move-elevator.de>
2021-09-09 14:42:30 +02:00
Frank Jogeleit
7c5a3f2e70
Merge pull request #30 from fjogeleit/dependabot/npm_and_yarn/axios-0.21.2
...
Bump axios from 0.21.1 to 0.21.2
2021-09-09 14:30:28 +02:00
dependabot[bot]
78bba76cbe
Bump axios from 0.21.1 to 0.21.2
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 11:38:52 +00:00
Frank Jogeleit
3e3e6b3eec
Update test.yml
2021-07-22 14:52:06 +02:00
Frank Jogeleit
0929a0c636
Ignored status codes ( #26 )
...
* Implement StatusCode ignore list
2021-03-19 17:28:53 +01:00
Frank Jogeleit
bd043fe286
Build new version
2021-02-19 12:51:47 +01:00
Frank Jogeleit
7626a13e42
Disable MaxContentLength and MaxBodyLength check ( #23 )
...
* Disable MaxContentLength and MaxBodyLength check
2021-02-19 11:36:10 +01:00
Scott W Harden
48dc3972df
more documentation with code sample ( #21 )
...
* improve debug logging documentation
* document how to log response content
* add syntax highlighting
* improve description
This action can be used to do more than just interact with Ansible AWS. I rephrased the description to emphasize its general utility.
2021-01-26 17:49:24 +01:00
Frank Jogeleit
84e61f1a56
Update version
2021-01-24 14:09:17 +01:00