Commit Graph

44 Commits

Author SHA1 Message Date
Shaan Majid
68f97f7588
ci: require npm-publish environment for releases (#10667) 2026-04-07 13:18:08 +02:00
Shaan Majid
58a604385b
ci: add zizmor and harden v0.x CI (#10638)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-04-03 13:01:46 +02:00
Shaan Majid
b560d41ab8
ci: add OIDC publish workflow for v0.x (#10639) 2026-04-03 12:59:22 +02:00
jasonsaayman
3ddccd3bf4 chore: remove publish as this wont work 2026-02-18 19:13:08 +02:00
jasonsaayman
9ef39d0724 chore: try with npm token 2026-02-18 19:06:15 +02:00
jasonsaayman
4775de601d chore: fix version scheme 2026-02-18 18:51:16 +02:00
jasonsaayman
f96f26b201 chore: fix issues with using replace 2026-02-18 18:44:37 +02:00
jasonsaayman
ead45c20b0 chore: update the publish workflow to run on tag 2026-02-18 18:30:37 +02:00
jasonsaayman
8119265e6c chore: tag version as legacy on v0.x 2026-02-17 21:38:23 +02:00
jasonsaayman
9954985198 chore: dispatch for first time 2026-02-17 21:34:53 +02:00
jasonsaayman
3f8b70fdfc chore: final rename 2026-02-17 21:26:56 +02:00
jasonsaayman
c66558430e chore: revert naming 2026-02-17 21:25:18 +02:00
jasonsaayman
625b4b279e chore: rename workflow 2026-02-17 21:21:43 +02:00
jasonsaayman
9175b847d9 chore: change naming scheme for actions 2026-02-17 21:17:53 +02:00
Jay
16ae9508dd
refactor: update ci for v0.x (#7407)
* refactor: rennovate ci

* chore: improve publish

* chore: lock dts

* chore: do ci install

* fix: tests

* chore: remove husky

* chore: clarify versioning scheme

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: feedback

* chore: small fix to publish yml

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-17 21:10:51 +02:00
Dmitriy Mozgovoy
ce46346c0f
chore(ci): add npm tag action; (#6229) 2024-02-12 21:26:44 +02:00
Dmitriy Mozgovoy
80c3d74544
chore(ci): backported publish action; (#6224) 2024-02-11 22:27:31 +02:00
lnjbr
2755df562b
fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) 2024-01-19 18:33:41 +02:00
Jay
eff25a2006
chore: updated close stale workflow 2022-08-08 18:27:31 +02:00
Jay
6b44df0cff
chore: added dependancy review 2022-08-08 18:26:01 +02:00
Jay
94c1f7d7fe
chore: added code QL for the 0.x branch 2022-08-08 18:25:19 +02:00
Jay
5576c2ff8e
chore: update ci runner rules 2022-08-08 18:24:13 +02:00
Jay
12103f8208
chore: adjusted CI to run on any current and future version branches 2022-05-28 12:09:21 +02:00
Jay
9bb016f95e
chore: updated actions to run on new version based branches 2022-05-28 11:37:01 +02:00
Dmitriy Mozgovoy
467025bdb7
Fixed bug #4727 : toFormData Blob issue on node>v17; (#4728)
* Fixed bug #4727;
Added node 18.x to the CI;
Added hotfix for `ERR_OSSL_EVP_UNSUPPORTED` issue with karma running on node >=17.x;
Added `cross-env` to allow running build and test scripts on Windows platforms;

* Added conditional setting of `--openssl-legacy-provider` option for node versions >=17.x;

* Refactored ssl-hotfix & test script;

* Fixed and refactored default max body length test due to ECONNRESET failure;

* Added test for converting the data uri to a Blob;
Fixed bug with parsing mime type for Blob;

Co-authored-by: Jay <jasonsaayman@gmail.com>
2022-05-20 16:31:26 +02:00
Jay
27280ec260 Removing the issue template enforcement as many people are complaining and multiple issue are just being closed even when valid 2022-05-09 18:02:16 +02:00
Jay
21edbc2c92 Fix merge conflict 2022-05-04 20:52:33 +02:00
Jay
b736acfa19
Update FUNDING.yml 2022-03-11 19:23:12 +02:00
Jay
1885ac79c5
Adding dev branch to CI 2021-10-27 08:02:39 +02:00
Jay
76f09afc03
Release/v0.22.0 (#4107)
* fix/Avoid package.json import; (#4041)

* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
Refactored `http.js` to use `env/data.js` instead of package.json;

* Added `env/data.js`;
Added `env/README.md`;

* Feat/export package version constant (#4065)

* Added auto-generated config module `env/data.js` for importing package environment vars without importing the whole `package.json`;
Refactored `http.js` to use `env/data.js` instead of package.json;

* Added `env/data.js`;
Added `env/README.md`;

* Export package version constant;

* Fixed cancelToken leakage; Added AbortController support; (#3305)

* Fixed cancelToken leakage;
Added AbortController support;

* Fixed typings;

* Documented `signal` option;

* Added processing of early cancellation using AbortController without sending a request;

Co-authored-by: Jay <jasonsaayman@gmail.com>

* Updating CI to run on release branches

* Fixed default transitional config for custom Axios instance; (#4052)

Refactored `/core/mergeConfig`;

Co-authored-by: Jay <jasonsaayman@gmail.com>

* Prepping v0.22.0 for release

* Updated date

Co-authored-by: Dmitriy Mozgovoy <robotshara@gmail.com>
2021-10-01 08:02:13 +02:00
Igor Randjelovic
7d6bddba2d
Fix node version on CI (#4069)
Co-authored-by: Jay <jasonsaayman@gmail.com>
2021-09-17 08:41:32 +02:00
Kohta Ito
4fbeecbcb2
Adding CI on Github Actions. (#3938) 2021-08-13 14:27:17 +02:00
Jay
49509f6e95
Create FUNDING.yml (#3796)
Add open collective to repo
2021-05-13 14:48:43 +02:00
Xianming Zhong
c70fab9d56
Fix stale bot config (#3049)
* fix stale bot config

* fix multiple lines
2020-06-23 07:58:00 +02:00
Jay
5b08fc4ac7
Add days and change name to work (#3035) 2020-06-18 08:58:03 +02:00
Jay
1768c23da0
Update close-issues.yml (#3031)
* Update close-issues.yml

Update close message to read better 😄

* Fix use of quotations

Use single quotes as per other .yml files

* Remove user name form message
2020-06-17 19:32:08 +02:00
Xianming Zhong
3dbf6a1b6a
Add GitHub actions to close stale issues/prs (#3029)
* prepare stale actions

* update messages

* Add exempt labels and lighten up comments

Co-authored-by: Jay <jasonsaayman@gmail.com>
2020-06-17 19:25:11 +02:00
Xianming Zhong
a9010e4525
Add GitHub actions to close invalid issues (#3022)
* add close actions

* fix with checkout

* update issue templates

* add reminder

* update close message
2020-06-17 18:54:09 +02:00
Crhistian Ramirez
ee60ee368e Fixing missing words in docs template (#2259) 2019-10-15 22:32:19 -03:00
Emily Morehouse
e122c80c9d
Add issue templates 2019-02-03 22:41:08 -07:00
Aaron Ang
7ee6ec5a84 Fix Markdown formatting for issue and pull request template
[skip ci]
2018-01-06 22:43:43 -08:00
Nick Uraltsev
26b06391f8 Update links 2017-09-28 21:09:47 -07:00
Rubén Norte
34b63f8ce2 Adding additional instruction line 2017-04-08 00:16:52 +02:00
Rubén Norte
bb57daab1a Adding templates for issues and pull requests 2017-04-08 00:13:25 +02:00