7 Commits

Author SHA1 Message Date
Justin Dalrymple
031395bc5e
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
This hasn't been supported for a while since it was implemented incorrectly. Further, using it is generally bad practice. If such functionality is required, the user can utilise one of the ENV s needed to bypass this check
2024-02-20 11:04:58 -05:00
Justin Dalrymple
f277995994
CI/CD Re-organization and Optimization (#3515)
- Updating CI script to use latest shutdown logic
- Removed unneeded tests
- Split browser tests into ones that need a Gitlab instance those that down
- Removing the need to run the full e2e test unless its a release branch
- Moved the most tested release tests (the exports) into a integration test since it doesnt require a full Gitlab instance for testing
2024-01-28 21:43:51 -05:00
Elan Ruusamäe
bae5f2a75d
docs/FAQ.md: Add js code fence syntax (#3422) 2023-10-04 15:11:47 -04:00
Justin Dalrymple
8219c57b30
Include request in error cause (#3309) 2023-06-26 11:57:57 -04:00
Justin Dalrymple
d043dea85b
Updating FAQ broken link and Resource token typing (#3291) 2023-06-01 20:01:54 -04:00
Justin Dalrymple
a5f77bb4e6
Add info about Node v16 support to FAQ (#3277) 2023-05-27 18:35:37 -04:00
Justin Dalrymple
7f1648802b Major Release v36.0.0 - Improved Typing, and API support (16.0) (#2258)
Adding extensive typing support
Unified browser and Node.JS implementations
Adding support of Gitlab API 16.0
2023-04-26 12:58:56 -04:00