summaryrefslogtreecommitdiff
path: root/lib/js
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-063-3/+3
|
* Bump minimatch from 3.0.4 to 3.0.8 in /lib/jsdependabot[bot]2023-02-021-12/+21
| | | | | | | | | | | | | | Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump marked from 2.0.7 to 4.1.1 in /lib/jsdependabot[bot]2022-10-131-60/+73
| | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 2.0.7 to 4.1.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v2.0.7...v4.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump shelljs and grunt-contrib-jshint in /lib/jsdependabot[bot]2022-10-122-43/+89
| | | | | | | | | | | | | | | | | | | | | Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint). These dependencies need to be updated together. Removes `shelljs` Updates `grunt-contrib-jshint` from 2.1.0 to 3.2.0 - [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-jshint/compare/v2.1.0...v3.2.0) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect - dependency-name: grunt-contrib-jshint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-052-8/+8
| | | | the partially completed uuid implementation to master
* version bumpJens Geyer2022-08-303-3/+3
|
* Bump shell-quote from 1.7.2 to 1.7.3 in /lib/jsdependabot[bot]2022-06-221-3/+3
| | | | | | | | | | | | | | Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/substack/node-shell-quote/releases) - [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md) - [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3) --- updated-dependencies: - dependency-name: shell-quote dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump grunt from 1.4.1 to 1.5.3 in /lib/jsdependabot[bot]2022-05-291-28/+8
| | | | | | | | | | | | | | Bumps [grunt](https://github.com/gruntjs/grunt) from 1.4.1 to 1.5.3. - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.4.1...v1.5.3) --- updated-dependencies: - dependency-name: grunt dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-247-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* THRIFT-5553: use newer gradle API (#2561)Jiayu Liu2022-05-081-3/+1
| | | | Prepare for moving to Gradle 7 by removing use of older Gradle directives (except the use of maven; the transition to maven-publish is not included here)
* Bump cached-path-relative from 1.0.2 to 1.1.0 in /lib/jsdependabot[bot]2022-04-191-3/+3
| | | | | | | | | | | | | Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/ashaffer/cached-path-relative/releases) - [Commits](https://github.com/ashaffer/cached-path-relative/commits) --- updated-dependencies: - dependency-name: cached-path-relative dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump minimist from 1.2.5 to 1.2.6 in /lib/jsdependabot[bot]2022-04-141-24/+6
| | | | | | | | | | | | | Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump async from 3.2.1 to 3.2.3 in /lib/jsdependabot[bot]2022-04-131-15/+15
| | | | | | | | | | | | | | Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.1...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Release 0.16.0Jens Geyer2022-01-203-3/+3
|
* ran `npm audit fix` to fix several reported issuesJens Geyer2021-10-232-1494/+365
|
* bump version numberJens Geyer2021-08-033-3/+3
|
* npm update jsdocHenry Catalini Smith2021-06-232-47/+53
| | | | | | | | | Client: js Patch: Henry Catalini Smith This closes #2402 This is a fix for these security warnings we're getting via this package.
* CMake: Added better dependency tracking for external build toolsMario Emmenlauer2021-02-121-2/+7
|
* Version number aligned to 0.15.0Jens Geyer2021-02-113-3/+3
|
* Rework NodeJS / Javascript consistency Mario Emmenlauer2020-04-241-2/+1
| | | | | | | Client: js * Re-worked consistency of browser.js and index.js in lib/nodejs * Wrap non-standard V8 method 'Error.captureStackTrace()'
* THRIFT-5171: Fix maven-ant-tasks to use HTTPS instead of HTTPKengo Seki2020-04-231-0/+1
| | | Client: js, json
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-04-222-0/+53
| | | | | | Patch: Mario Emmenlauer This closes #2094
* lib/js/Gruntfile.js: Generalized to add some level of Windows CMD support ↵Mario Emmenlauer2020-04-221-14/+19
| | | | (not complete yet)
* THRIFT-3356: handle undefined captureStackTraceMárton Csordás2020-04-031-1/+4
| | | | | | | Client: nodejs Patch: Márton Csordás This closes #2082
* CI broken, reverting following PRsJens Geyer2020-02-282-46/+0
| | | | | | reverted https://github.com/apache/thrift/pull/2025 reverted https://github.com/apache/thrift/pull/2026 Reverted https://github.com/apache/thrift/pull/2021
* make dist fails due to CMakeList.txt files missing from the generated tarballJens Geyer2020-02-261-0/+1
|
* Updated Javascript dependenciesMario Emmenlauer2020-02-232-387/+427
| | | | | | | Client: js Patch: Mario Emmenlauer This closes #2023
* THRIFT-5109 Misc Cmake build improvementsMario Emmenlauer2020-02-231-0/+45
| | | | | | | | Patch: Mario Emmenlauer This closes #2026 This closes #2025 This closes #2021
* Remove non-required JS dependenciesCameron Rollheiser2020-01-211-5/+3
| | | | | These dependencies are not needed at runtime. Client: js
* Use HTTPS for repo1.maven.orgD. Can Celasun2020-01-151-1/+1
| | | | | | Upstream no longer supports plain HTTP as of today [1]. [1] https://support.sonatype.com/hc/en-us/articles/360041287334
* THRIFT-5029: Fix Node.js lib entry pointAnton Golub2019-12-121-0/+1
| | | | Client: js
* fix veralign.sh and bump version (again)Jens Geyer2019-10-202-2/+2
|
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* Update language levels, fix erlang and rust in CIJames E. King III2019-07-071-790/+71
| | | | | | | | | | | | | | | | - Include rebar3 in docker image so erlang builds in CI - Include the correct path in docker image so rust builds in CI - Updated common lisp (sbcl) to 1.5.3 in docker image - Updated dlang to 2.087.0 in docker image - Updated dart to 2.0.0 in xenial docker image - Updated dart to 2.4.0 in bionic docker image - Updated erlang to 22.0 in docker image - Updated openjdk to 11.0.3 in docker image - Updated node.js to 10.16 in docker image - Updated rust to 1.34.0 in xenial docker image - Updated rust to 1.35.0 in bionic docker image THRIFT-4905: Disable hanging experimental dlang async ssl test
* Update and fix js dependenciesJames E. King III2019-05-101-14/+14
|
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-141-3/+0
| | | | | | | * THRIFT-4024: make c_glib throw on unsupported type when skipping * THRIFT-4783: throw on invalid skip (py) * THRIFT-4024: make cpp throw on unsupported type when skipping * THRIFT-4024: uniform skip behavior on unsupported type
* Update grunt-shell-spawn javascript dependencyJames E. King III2019-01-302-20/+11
|
* THRIFT-4757: fix npm identified security vulnerability in transient ↵James E. King III2019-01-262-65/+67
| | | | dependency on sync-exec
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-252-3/+35
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-253-3/+12
|
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-253-1/+8
|
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-1515-46/+1595
|
* THRIFT-4737: fixedChristian Bürckert2019-01-141-1/+6
| | | | | | THRIFT-4737: [added beforeSend to add customHeaders to jqXHR in jqRequest] Client: [lib/js] locally tested - custom headers where missing when using jq. So I added these lines to fix it.
* automatize the double rendering testOzan Can Altiok2019-01-073-24/+7
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-182-2/+2
| |
* | THRIFT-4546: replace all git-wip-us.apache.org to github.comRobert Lu2018-12-285-5/+5
|/
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-282-601/+2515
| | | | | | | * ES6 classes support * Lint generated code * ES6 Tests for NodeJS * Add eslint rules for nodejs * Run prettier/eslint on nodejs test code
* Thrift-4647: Node.js Filesever webroot fixed pathjfarrell2018-10-112-2/+2
| | | | | Updates the node.js fileserver to have a fixed based webroot which can not be escaped by end users.
* THRIFT-4625: Use let/const variable decorators in ES6 JavascriptBrian Forbis2018-09-2819-1213/+920
|