Dataset Viewer
Auto-converted to Parquet Duplicate
author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
nulllengths
1
44
743,977
15.04.2017 16:45:02
18,000
6f78c05a3a719f3c40e3b8197dd1ea2e85afd627
feat: allow strict mode to be disabled BREAKING CHANGE: the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global.
[ { "change_type": "MODIFY", "diff": "@@ -1809,7 +1809,7 @@ Specify --help for available options\nSpecifies either a single option key (string), or an array of options.\nIf any of the options is present, yargs validation is skipped.\n-.strict([global=true])\n+.strict([enabled=true])\n---------\nAny command-li...
JavaScript
MIT License
yargs/yargs
feat: allow strict mode to be disabled (#840) BREAKING CHANGE: the first argument to strict() is now used to enable/disable its functionality, rather than controlling whether or not it is global.
1
feat
null
807,849
18.04.2017 12:18:23
25,200
2e5cf3dbe6ee300915a8fd68cc32b13f0833c0cf
deps: upgrade yargs
[ { "change_type": "MODIFY", "diff": "\"temp-write\": \"^3.2.0\",\n\"write-json-file\": \"^2.0.0\",\n\"write-pkg\": \"^2.1.0\",\n- \"yargs\": \"^7.0.2\"\n+ \"yargs\": \"^7.1.0\"\n},\n\"bin\": {\n\"lerna\": \"./bin/lerna.js\"\n", "new_path": "package.json", "old_path": "package.json" }, { "chan...
JavaScript
MIT License
lerna/lerna
deps: upgrade yargs
1
deps
null
807,849
18.04.2017 12:22:21
25,200
bcb12789896379844c768608ca8a69d8750e42cd
bin: remove yargs.terminalWidth() workaround
[ { "change_type": "MODIFY", "diff": "@@ -11,12 +11,6 @@ const globalKeys = Object.keys(globalOptions).concat([\n\"version\",\n]);\n-// workaround non-interactive yargs.terminalWidth() error\n-// until https://github.com/yargs/yargs/pull/837 is released\n-function terminalWidth() {\n- return typeof process.st...
JavaScript
MIT License
lerna/lerna
bin: remove yargs.terminalWidth() workaround
1
bin
null
807,849
18.04.2017 14:03:15
25,200
2ac3ba1b020c7b66df91077067a6b288e5cc7ceb
cli: move guts of bin/lerna into src/cli
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env node\n\"use strict\";\n-const yargs = require(\"yargs\");\n-const dedent = require(\"dedent\");\n-const globalOptions = require(\"../lib/Command\").builder;\n-\n-// the options grouped under \"Global Options:\" header\n-const globalKeys = Object.keys(global...
JavaScript
MIT License
lerna/lerna
cli: move guts of bin/lerna into src/cli
1
cli
null
807,849
18.04.2017 14:04:13
25,200
957fdaddd6cea23d8e7eb626833e2f9b7763d2d2
cli: add group 'Command Options' so they sort above 'Global Options'
[ { "change_type": "MODIFY", "diff": "@@ -18,15 +18,18 @@ export const describe = \"Link local packages together and install remaining pack\nexport const builder = {\n\"hoist\": {\n+ group: \"Command Options:\",\ndescribe: \"Install external dependencies matching [glob] to the repo root\",\ntype: \"string\",\...
JavaScript
MIT License
lerna/lerna
cli: add group 'Command Options' so they sort above 'Global Options'
1
cli
null
743,863
30.04.2017 23:28:16
25,200
4c824c95470738501a6867cbbeaef99a1832775f
docs: made a few tweaks to CHANGELOG
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,10 @@ All notable changes to this project will be documented in this file. See [standa\n### BREAKING CHANGES\n-* environment variables will now override config files, '--' is now populated rather than '_' when parsing is stopped.\n+* environment variables now...
JavaScript
MIT License
yargs/yargs
docs: made a few tweaks to CHANGELOG
1
docs
null
743,863
01.05.2017 23:42:24
25,200
692ee205e24ee7cb19a848c3e88ee19d2ffd72ef
chore: update description for strict()
[ { "change_type": "MODIFY", "diff": "@@ -1847,8 +1847,7 @@ If any of the options is present, yargs validation is skipped.\nAny command-line argument given that is not demanded, or does not have a\ncorresponding description, will be reported as an error.\n-`global` indicates whether `strict()` should be enabl...
JavaScript
MIT License
yargs/yargs
chore: update description for strict()
1
chore
null
743,863
26.06.2017 15:42:19
25,200
747d426eb64c82ae384ffe6250ecacbcf17539a6
docs: slight tweak to yargs sample code
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ Retreat from the xupptumblers!\n```js\n#!/usr/bin/env node\n-const yargs = require('yargs') // eslint-disable-line\n+require('yargs') // eslint-disable-line\n.command('serve', 'start the server', (yargs) => {\nyargs.option('port', {\ndescribe: 'port to b...
JavaScript
MIT License
yargs/yargs
docs: slight tweak to yargs sample code
1
docs
null
743,989
27.06.2017 03:51:52
-19,080
628be21f4300852fb3f905264b222673fbd160f3
fix: don't bother calling JSON.stringify() on string default values
[ { "change_type": "MODIFY", "diff": "@@ -413,7 +413,7 @@ module.exports = function (yargs, y18n) {\n} else {\nswitch (typeof value) {\ncase 'string':\n- string += JSON.stringify(value)\n+ string += '\"' + value + '\"'\nbreak\ncase 'object':\nstring += JSON.stringify(value)\n", "new_path": "lib/usage.js",...
JavaScript
MIT License
yargs/yargs
fix: don't bother calling JSON.stringify() on string default values (#891)
1
fix
null
807,849
28.06.2017 11:57:13
25,200
d24704def1444ec87c0d4145da467dcdf761958c
fix: shorten error message assert to match npm5 semantics
[ { "change_type": "MODIFY", "diff": "@@ -117,7 +117,7 @@ describe(\"lerna exec\", () => {\nconst { stdout, stderr } = await execa(LERNA_BIN, args, { cwd });\nexpect(stderr).toMatch(\n- \"Failed at the package-1@1.0.0 fail-or-succeed script 'echo \\\"failure!\\\" && exit 1'.\"\n+ \"Failed at the package-1@1.0...
JavaScript
MIT License
lerna/lerna
fix: shorten error message assert to match npm5 semantics
1
fix
null
808,054
28.06.2017 19:41:47
-7,200
4adfdd343dfc09937b94073ed016c2fe05a257d1
fix: Run yarn in non-interactive mode
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,10 @@ export default class NpmUtilities {\nargs.push(\"--mutex\", config.mutex);\n}\n+ if (cmd === \"yarn\") {\n+ args.push(\"--non-interactive\");\n+ }\n+\nlog.silly(\"installInDir\", [cmd, args]);\nChildProcessUtilities.exec(cmd, args, opts, done);\n}).catc...
JavaScript
MIT License
lerna/lerna
fix: Run yarn in non-interactive mode (#897)
1
fix
null
807,872
28.06.2017 21:21:38
-7,200
a6a3da8ba98d42ca971b4ead2f79402665c0335e
chore(travis): test against node 8 and npm 5
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ git:\nsudo: false\nlanguage: node_js\nnode_js:\n- - '7'\n+ - '8'\n- '6'\n- '4'\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ clone_depth: 1\nenvironment:\nmatrix:\n- - no...
JavaScript
MIT License
lerna/lerna
chore(travis): test against node 8 and npm 5 (#861)
1
chore
null
743,863
04.07.2017 12:04:45
25,200
a8e0cffbdd36eda0b6f93ca48f0ccfcf6e4af355
fix: defaulting keys to 'undefined' interfered with conflicting key logic
[ { "change_type": "MODIFY", "diff": "@@ -308,10 +308,10 @@ module.exports = function (yargs, usage, y18n) {\nself.conflicting = function (argv) {\nvar args = Object.getOwnPropertyNames(argv)\n-\nargs.forEach(function (arg) {\n- // if there is a conflict defined for this key and both conflicting keys have bee...
JavaScript
MIT License
yargs/yargs
fix: defaulting keys to 'undefined' interfered with conflicting key logic
1
fix
null
743,863
04.07.2017 13:43:27
25,200
782b89690ecc22f969f381f8eff7e69413f2cbc5
fix: 'undefined' default value for choices resulted in validation failing
[ { "change_type": "MODIFY", "diff": "@@ -457,6 +457,88 @@ describe('validation tests', function () {\n})\n.argv\n})\n+\n+ // addresses: https://github.com/yargs/yargs/issues/849\n+ it('succeeds when demandOption is true and valid choice is provided', function (done) {\n+ yargs('one -a 10 marsupial')\n+ .comm...
JavaScript
MIT License
yargs/yargs
fix: 'undefined' default value for choices resulted in validation failing
1
fix
null
448,039
07.08.2017 09:56:43
-7,200
8a39ed9900dddcc110f4804d2fdc19574a84ec68
chore: cut release for v1.0.0-pre.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.0-pre.14\"></a>\n+# [1.0.0-pre.14](https://github.com/dherges/ng-packagr/compare/...
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.0-pre.14
1
chore
null
448,039
08.08.2017 08:05:57
-7,200
b366a508e7cbf9a0890d0cd4de6204e84a4744de
test: reproduce issue
[ { "change_type": "MODIFY", "diff": "{\n- \"$schema\": \"../../../src/lib/ng-package.schema.json\",\n- \"lib\": {\n- \"entryFile\": \"public_api.ts\"\n- }\n+ \"$schema\": \"../../../src/lib/ng-package.schema.json\"\n}\n", "new_path": "integration/samples/typings/ng-package.json", "old_path": "integra...
TypeScript
MIT License
ng-packagr/ng-packagr
test: reproduce issue #97
1
test
null
807,849
09.08.2017 18:26:43
25,200
90f84f0e795b75b656a11e04d5792a64b15a38d4
chore: bump dependencies (non-major)
[ { "change_type": "MODIFY", "diff": "\"cmd-shim\": \"^2.0.2\",\n\"columnify\": \"^1.5.4\",\n\"command-join\": \"^2.0.0\",\n- \"conventional-changelog-cli\": \"^1.3.1\",\n- \"conventional-recommended-bump\": \"^1.0.0\",\n+ \"conventional-changelog-cli\": \"^1.3.2\",\n+ \"conventional-recommended-bump\": \"^1....
JavaScript
MIT License
lerna/lerna
chore: bump dependencies (non-major)
1
chore
null
807,849
10.08.2017 09:39:46
25,200
f36ba1d731553c9da38b26c69d3a353b51e5c621
chore: chalk 2.x
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://lernajs.io/\",\n\"dependencies\": {\n\"async\": \"^1.5.0\",\n- \"chalk\": \"^1.1.1\",\n+ \"chalk\": \"^2.1.0\",\n\"cmd-shim\": \"^2.0.2\",\n\"columnify\": \"^1.5.4\",\n\"command-join\": \"^2.0.0\",\n", "new_path": "package.json", "old_path"...
JavaScript
MIT License
lerna/lerna
chore: chalk 2.x
1
chore
null
807,849
10.08.2017 09:56:14
25,200
001ec5882630cedd895f2c95a56a755617bb036c
chore: fs-extra 4.x
[ { "change_type": "MODIFY", "diff": "\"dedent\": \"^0.7.0\",\n\"execa\": \"^0.6.3\",\n\"find-up\": \"^2.1.0\",\n- \"fs-extra\": \"^3.0.1\",\n+ \"fs-extra\": \"^4.0.1\",\n\"get-port\": \"^3.1.0\",\n\"glob\": \"^7.1.2\",\n\"globby\": \"^6.1.0\",\n", "new_path": "package.json", "old_path": "package.json...
JavaScript
MIT License
lerna/lerna
chore: fs-extra 4.x
1
chore
null
807,849
10.08.2017 10:02:46
25,200
d1b5dddc3bc97317e6fa406b840e6acc628cf013
chore: upgrade eslint + eslint-config-babel
[ { "change_type": "MODIFY", "diff": "\"babel-jest\": \"^19.0.0\",\n\"babel-plugin-add-module-exports\": \"^0.2.1\",\n\"babel-preset-env\": \"^1.6.0\",\n- \"eslint\": \"^3.19.0\",\n- \"eslint-config-babel\": \"^6.0.0\",\n+ \"eslint\": \"^4.4.1\",\n+ \"eslint-config-babel\": \"^7.0.2\",\n\"eslint-plugin-babel\...
JavaScript
MIT License
lerna/lerna
chore: upgrade eslint + eslint-config-babel
1
chore
null
807,849
10.08.2017 10:03:36
25,200
3c0b1b1068c45da7c2901f344b476dc7306afa2d
lint: remove unnecessary escape character
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ export default class ImportCommand extends Command {\n.replace(/^([-+]{3} [ab])/mg, replacement)\n.replace(/^(diff --git a)/mg, replacement)\n.replace(/^(diff --git \\S+ b)/mg, replacement)\n- .replace(/^(rename (from|to)) /mg, `\\$1 ${this.targetDir}/...
JavaScript
MIT License
lerna/lerna
lint: remove unnecessary escape character
1
lint
null
448,039
14.08.2017 07:40:17
-7,200
ad6325baa00aff76d7bea0726f06cdbaf0740aa7
fix: move ng-package.schema.json to dist root directory BREAKING CHANGES: the `ng-package.schema.json` was accidentally moved to `lib` folder in a previous release. Restore it in its original location!
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ require('ts-node').register({\nproject: path.join(__dirname, '..', 'tsconfig.packagr.json')\n});\n-const ngPackagr = require('../lib/ng-packagr');\n+const ngPackagr = require('../src/lib/ng-packagr');\nlet promise = Promise.resolve();\nwhile (SAMPLES.len...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: move ng-package.schema.json to dist root directory BREAKING CHANGES: the `ng-package.schema.json` was accidentally moved to `lib` folder in a previous release. Restore it in its original location!
1
fix
null
448,039
14.08.2017 07:59:34
-7,200
0c3130c726dfcebae1abb719b5565fdd4d1dba2a
fix: read json config values thru `schema.$$get()`
[ { "change_type": "MODIFY", "diff": "+import { SchemaClass } from '@ngtools/json-schema';\nimport { NgPackageConfig } from '../../ng-package.schema';\nconst path = require('path');\n@@ -5,35 +6,56 @@ const SCOPE_PREFIX = '@';\nconst SCOPE_NAME_SEPARATOR = '/';\n-/** POVO (plain-old value object) of the Angul...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: read json config values thru `schema.$$get()`
1
fix
null
743,897
14.08.2017 21:21:16
25,200
a2c0fefc4e1fe5300309c0bb5eb0ebfc254e4982
docs: correct typos in example.md
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ DEBUG(\"Extra chatty mode\");\nShowing semi-important stuff too\nExtra chatty mode\n-Tell users how to use yer options and make demands.\n+Tell users how to use your options and make demands.\n-------------------------------------------------\narea.js:...
JavaScript
MIT License
yargs/yargs
docs: correct typos in example.md (#934)
1
docs
null
448,039
16.08.2017 13:53:37
-7,200
e22ead21d2f7c4fc9fa89ae6bad6ba1535bc2eba
chore: cut release for v1.0.0-pre.15
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.0-pre.15\"></a>\n+# [1.0.0-pre.15](https://github.com/dherges/ng-packagr/compare/...
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.0-pre.15
1
chore
null
448,039
22.08.2017 07:30:00
-7,200
2709d4a54cc7ec5531f8b9d9da0a6fde9dfe7a77
chore: cut release for v1.0.0-pre.16
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.0-pre.16\"></a>\n+# [1.0.0-pre.16](https://github.com/dherges/ng-packagr/compare/...
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.0-pre.16
1
chore
null
807,849
23.08.2017 20:56:50
25,200
5421da5ae601e9f8857c7cf53f219957c4d74399
chore: write-file-atomic ^2.3.0
[ { "change_type": "MODIFY", "diff": "\"signal-exit\": \"^3.0.2\",\n\"strong-log-transformer\": \"^1.0.6\",\n\"temp-write\": \"^3.3.0\",\n- \"write-file-atomic\": \"^2.1.0\",\n+ \"write-file-atomic\": \"^2.3.0\",\n\"write-json-file\": \"^2.2.0\",\n\"write-pkg\": \"^3.1.0\",\n\"yargs\": \"^8.0.2\"\n", "new...
JavaScript
MIT License
lerna/lerna
chore: write-file-atomic ^2.3.0
1
chore
null
807,849
23.08.2017 21:00:27
25,200
41b1be9a6cbc919c63fd336534d9d57ef58577bf
chore: inquirer 3.2.2
[ { "change_type": "MODIFY", "diff": "\"glob\": \"^7.1.2\",\n\"globby\": \"^6.1.0\",\n\"graceful-fs\": \"^4.1.11\",\n- \"inquirer\": \"^3.2.1\",\n+ \"inquirer\": \"^3.2.2\",\n\"is-ci\": \"^1.0.10\",\n\"load-json-file\": \"^3.0.0\",\n\"lodash\": \"^4.17.4\",\n", "new_path": "package.json", "old_path": ...
JavaScript
MIT License
lerna/lerna
chore: inquirer 3.2.2
1
chore
null
807,849
23.08.2017 21:02:33
25,200
debaf90fb8a6c099eb8414d8ff0c68a871c34305
chore: eslint ^4.5.0
[ { "change_type": "MODIFY", "diff": "\"babel-jest\": \"^19.0.0\",\n\"babel-plugin-add-module-exports\": \"^0.2.1\",\n\"babel-preset-env\": \"^1.6.0\",\n- \"eslint\": \"^4.4.1\",\n+ \"eslint\": \"^4.5.0\",\n\"eslint-config-babel\": \"^7.0.2\",\n\"eslint-plugin-babel\": \"^4.1.2\",\n\"eslint-plugin-flowtype\":...
JavaScript
MIT License
lerna/lerna
chore: eslint ^4.5.0
1
chore
null
807,849
23.08.2017 22:07:01
25,200
eef3f405e5fe2fd5c96b9d0e80a02fab13dd2807
chore: get-port ^3.2.0, ensuring port is always bound in IPv4 range
[ { "change_type": "MODIFY", "diff": "\"execa\": \"^0.6.3\",\n\"find-up\": \"^2.1.0\",\n\"fs-extra\": \"^4.0.1\",\n- \"get-port\": \"^3.1.0\",\n+ \"get-port\": \"^3.2.0\",\n\"glob\": \"^7.1.2\",\n\"globby\": \"^6.1.0\",\n\"graceful-fs\": \"^4.1.11\",\n", "new_path": "package.json", "old_path": "packag...
JavaScript
MIT License
lerna/lerna
chore: get-port ^3.2.0, ensuring port is always bound in IPv4 range
1
chore
null
807,849
23.08.2017 22:30:54
25,200
4d984c1401a0fd842af1424fd7e63dba04f33054
chore: execa ^0.8.0
[ { "change_type": "MODIFY", "diff": "\"conventional-changelog-cli\": \"^1.3.2\",\n\"conventional-recommended-bump\": \"^1.0.1\",\n\"dedent\": \"^0.7.0\",\n- \"execa\": \"^0.6.3\",\n+ \"execa\": \"^0.8.0\",\n\"find-up\": \"^2.1.0\",\n\"fs-extra\": \"^4.0.1\",\n\"get-port\": \"^3.2.0\",\n", "new_path": "pa...
JavaScript
MIT License
lerna/lerna
chore: execa ^0.8.0
1
chore
null
573,190
25.08.2017 12:47:00
25,200
927b79a0c01e3edc13ba3d9766a17500aa654e3a
docs: update the website `git clone` should be recursive
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ The website templates are maintained at https://github.com/restify/restify.githu\nTo update the documentaiton on the website to reflect the latest version of 5.x simply:\n```\n-git clone git@github.com:restify/restify.github.io\n+git clone --recursive gi...
JavaScript
MIT License
restify/node-restify
docs: update the website `git clone` should be recursive
1
docs
null
448,039
28.08.2017 07:49:00
-7,200
edb8ab71612fedc416921fea6d315145ec5ba30c
chore: cut release for v1.0.0-pre.17
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.0-pre.17\"></a>\n+# [1.0.0-pre.17](https://github.com/dherges/ng-packagr/compare/...
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.0-pre.17
1
chore
null
573,227
28.08.2017 20:58:37
-7,200
22370420f138f38d7a4627e7ce30e25033f0624e
test(plugin): avoid using 127.0.0.2 in throttle tests
[ { "change_type": "MODIFY", "diff": "@@ -189,10 +189,17 @@ describe('throttle plugin', function () {\n});\n});\n+ describe('expose headers', function () {\n+ before(function (done) {\n+ // close global server before creating a new to avoid port conflicts\n+ CLIENT.close();\n+ SERVER.close(done);\n+ });\n+\ni...
JavaScript
MIT License
restify/node-restify
test(plugin): avoid using 127.0.0.2 in throttle tests
1
test
null
807,849
28.08.2017 22:45:48
25,200
958a2ab5b94221632cc981fc94ed5b951bc45efa
ci: synchronize upgraded npm across matrix, using 5.4.0 in node v8.x
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,9 @@ cache:\n- node_modules\nbefore_install:\n+ - if [[ `node -v` == v4* ]]; then npm i -g npm@3; fi\n+ - if [[ `node -v` == v6* ]]; then npm i -g npm@4; fi\n+ - if [[ `node -v` == v8* ]]; then npm i -g npm@5.4.0; fi\n- curl -o- -L https://yarnpkg.com/install...
JavaScript
MIT License
lerna/lerna
ci: synchronize upgraded npm across matrix, using 5.4.0 in node v8.x
1
ci
null
573,227
30.08.2017 23:58:10
-7,200
63066954b8945b63fe91d252b7d35e1df70d35e1
docs(plugins): Document undocumented parser options
[ { "change_type": "MODIFY", "diff": "@@ -258,7 +258,10 @@ server.use(restify.plugins.bodyParser({\nuploadDir: os.tmpdir(),\nmultiples: true,\nhash: 'sha1',\n- rejectUnknown: true\n+ rejectUnknown: true,\n+ requestBodyOnGet: false,\n+ reviver: undefined,\n+ maxFieldsSize: 2 * 1024 * 1024\n}));\n```\n@@ -275,6...
JavaScript
MIT License
restify/node-restify
docs(plugins): Document undocumented parser options (#1469)
1
docs
null
448,039
31.08.2017 10:01:15
-7,200
665a24981af6edf308b48dad2814cfdf2cbee831
feat: ng-packagr is released 1.0.0 final
[ { "change_type": "MODIFY", "diff": "\"postbuild\": \"node scripts/postbuild.js\",\n\"schema\": \"json2ts --input src/ng-package.schema.json --output src/ng-package.schema.ts\",\n\"prerelease\": \"yarn build\",\n- \"release\": \"standard-version --message 'chore: cut release for v%s' --prerelease pre\",\n+ \...
TypeScript
MIT License
ng-packagr/ng-packagr
feat: ng-packagr is released 1.0.0 final
1
feat
null
448,039
31.08.2017 10:08:10
-7,200
8f6f3f2897d361da4d6244f36b3e8875ff0abb8f
chore: cut release for v1.0.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.0\"></a>\n+# [1.0.0](https://github.com/dherges/ng-packagr/compare/v1.0.0-pre.17....
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.0
1
chore
null
448,039
31.08.2017 11:02:51
-7,200
a74c69811f64c3272f8e0263abfe6a2c571948d7
chore: cut release for v1.0.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.0.1\"></a>\n+## [1.0.1](https://github.com/dherges/ng-packagr/compare/v1.0.0...v1.0...
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.0.1
1
chore
null
743,863
03.09.2017 12:50:47
25,200
c240661c27a69fdd2bae401919a9ad31ccd1be01
fix: address bug with handling of arrays of implications
[ { "change_type": "MODIFY", "diff": "@@ -255,10 +255,10 @@ module.exports = function validation (yargs, usage, y18n) {\nconst implyFail = []\nObject.keys(implied).forEach((key) => {\n- if (implied[key]) {\n- implied[key].forEach((value) => {\n- let num\nconst origKey = key\n+ ;(implied[key] || []).forEach((v...
JavaScript
MIT License
yargs/yargs
fix: address bug with handling of arrays of implications
1
fix
null
743,927
03.09.2017 20:10:28
-3,600
792564d954d5143b2b57b05aaca4007780f5b728
feat: to allow both undefined and nulls, for benefit of TypeScript
[ { "change_type": "MODIFY", "diff": "@@ -384,7 +384,7 @@ function Yargs (processArgs, cwd, parentRequire) {\n}\nself.demandCommand = function demandCommand (min, max, minMsg, maxMsg) {\n- argsert('[number] [number|string] [string|null] [string|null]', [min, max, minMsg, maxMsg], arguments.length)\n+ argsert(...
JavaScript
MIT License
yargs/yargs
feat: to allow both undefined and nulls, for benefit of TypeScript (#945)
1
feat
null
573,195
06.09.2017 12:10:06
25,200
9373cb5e9bb4b9986b98bf0196b9deb00b791f50
New: server `strictNext` option throws when calling next more than once
[ { "change_type": "MODIFY", "diff": "@@ -253,8 +253,9 @@ function Server(options) {\nthis.router = options.router;\nthis.routes = {};\nthis.secure = false;\n- this.versions = options.versions || options.version || [];\nthis.socketio = options.socketio || false;\n+ this._once = (options.strictNext === false) ...
JavaScript
MIT License
restify/node-restify
New: server `strictNext` option throws when calling next more than once (#1454)
1
new
null
573,195
08.09.2017 10:59:52
25,200
33dc141eb8d67e414456b3059f51e537e06ccf49
docs: more detailed plugin docs
[ { "change_type": "MODIFY", "diff": "@@ -32,21 +32,141 @@ server.use(restify.plugins.throttle({\nserver.use(restify.plugins.conditionalRequest());\n```\n-## Available Plugins\n+## `server.pre()` plugins\n+\n+This module includes various pre plugins, which are intended to be used prior\n+to routing of the URL...
JavaScript
MIT License
restify/node-restify
docs: more detailed plugin docs (#1474)
1
docs
null
573,190
08.09.2017 15:04:47
25,200
84be6799c4a80ae67f3aa03165c8031a55bddc97
feat: cpuUsageThrottle
[ { "change_type": "MODIFY", "diff": "@@ -260,8 +260,14 @@ event, e.g., `server.on('after', plugins.metrics());`:\nThe module includes the following plugins to be used with restify's `pre` event:\n* `inflightRequestThrottle(options)` - limits the max number of inflight requests\n* `options.limit` {Number} the...
JavaScript
MIT License
restify/node-restify
feat: cpuUsageThrottle (#1460)
1
feat
null
573,227
10.09.2017 08:38:23
-7,200
33b0e901557f8f4796e0eb33e13042e6a40f28b9
chore(makefile): do not use shrinkwrap file to run nap check
[ { "change_type": "MODIFY", "diff": "@@ -31,9 +31,8 @@ NPM := npm\n#\nDOC_FILES = index.restdown\nJS_FILES = '.'\n-SHRINKWRAP = npm-shrinkwrap.json\n-CLEAN_FILES += node_modules $(SHRINKWRAP) cscope.files\n+CLEAN_FILES += node_modules cscope.files\ninclude ./tools/mk/Makefile.defs\n@@ -65,9 +64,7 @@ test: $(...
JavaScript
MIT License
restify/node-restify
chore(makefile): do not use shrinkwrap file to run nap check (#1482)
1
chore
null
573,190
11.09.2017 09:52:18
25,200
e4ffe430b47a2b51fe5fbef00dfa8bd3a1fb66c1
fix(cpuUsageThrottle): Always queue a new timeout
[ { "change_type": "MODIFY", "diff": "@@ -105,6 +105,7 @@ function cpuUsageThrottle (opts) {\n// use to gather CPU load averages, this allows us to cancel the timeout\n// when shutting down restify.\nself._timeout = null;\n+\n// self._timeoutDelta represents the amount of time between when we _should_\n// hav...
JavaScript
MIT License
restify/node-restify
fix(cpuUsageThrottle): Always queue a new timeout (#1484)
1
fix
null
448,039
12.09.2017 13:55:19
-7,200
40312fea2c74097441fcb2e800a9351cdb9715f7
chore: cut release for v1.1.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.1.0\"></a>\n+# [1.1.0](https://github.com/dherges/ng-packagr/compare/v1.0.1...v1.1....
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.1.0
1
chore
null
573,227
12.09.2017 17:49:08
-7,200
866d516159df2c8aaa063e688e6787ad84cba851
chore(examples): remove deprecated CORS
[ { "change_type": "DELETE", "diff": "-var restify = require('./lib');\n-\n-var srv = restify.createServer();\n-srv.use(restify.CORS());\n-\n-function foo(req, res, next) {\n- res.send(204);\n- next();\n-}\n-\n-srv.put('/foo', foo);\n-srv.get('/foo', foo);\n-srv.del('/foo', foo);\n-srv.post('/foo', foo);\n-\n...
JavaScript
MIT License
restify/node-restify
chore(examples): remove deprecated CORS (#1485)
1
chore
null
573,227
12.09.2017 17:59:24
-7,200
9a1040aa5166232dd3a5c5acd46e6f7fe11ab0f0
chore(examples): fix sockio example
[ { "change_type": "ADD", "diff": "+{\n+ \"name\": \"restify-example\",\n+ \"version\": \"0.0.0\",\n+ \"description\": \"Socket.io example\",\n+ \"main\": \"sockio.js\",\n+ \"dependencies\": {\n+ \"socket.io\": \"2.0.3\"\n+ },\n+ \"scripts\": {\n+ \"start\": \"node sockio.js\"\n+ }\n+}\n", "new_path": "ex...
JavaScript
MIT License
restify/node-restify
chore(examples): fix sockio example (#1487)
1
chore
null
573,227
12.09.2017 18:06:59
-7,200
925b2cf86facb2d4d93648eb5c6f3ae741d8df26
chore(examples): migrate spdy, dtrace and jsonp examples to the latest restify
[ { "change_type": "MODIFY", "diff": "-var restify = require('../lib');\n+var restify = require('../../lib');\nvar server = restify.createServer({\nname: 'helloworld'\n});\n-server.use(restify.acceptParser(server.acceptable));\n-server.use(restify.authorizationParser());\n-server.use(restify.dateParser());\n-...
JavaScript
MIT License
restify/node-restify
chore(examples): migrate spdy, dtrace and jsonp examples to the latest restify (#1488)
1
chore
null
573,223
13.09.2017 10:32:22
-19,080
ee154908d3ec4fd4a4108019140820c172df66b5
Fix: 652 - Incorrect error on route with no versions
[ { "change_type": "MODIFY", "diff": "@@ -468,10 +468,17 @@ Router.prototype.find = function find(req, res, callback) {\n// not the first one. However, if neither the client nor\n// server specified any version, we're done, because neither\n// cared\n- if (routes[i].versions.length === 0 && req.version() === ...
JavaScript
MIT License
restify/node-restify
Fix: 652 - Incorrect error on route with no versions (#1465)
1
fix
null
573,195
14.09.2017 14:06:11
25,200
dc9d4eb490fe926d71af17f84e9ad6e1e598b735
Docs: clarity on error handling
[ { "change_type": "MODIFY", "diff": "@@ -491,6 +491,15 @@ restify.createServer({\n});\n```\n+Restify ships with the following default formatters, which can be overridden\n+when passing a formatters options to `createServer()`:\n+\n+* application/javascript\n+* application/json\n+* text/plain\n+* application/...
JavaScript
MIT License
restify/node-restify
Docs: clarity on error handling (#1491)
1
docs
null
744,030
18.09.2017 01:48:02
-7,200
ac8088bf70bd27aa10268afb0d63bcf3a4a8016f
fix: implications fails only displayed once
[ { "change_type": "MODIFY", "diff": "@@ -249,6 +249,7 @@ module.exports = function validation (yargs, usage, y18n) {\n;(implied[key] || []).forEach((value) => {\nlet num\nlet key = origKey\n+ const origValue = value\n// convert string '1' to number 1\nnum = Number(key)\n@@ -278,7 +279,7 @@ module.exports = f...
JavaScript
MIT License
yargs/yargs
fix: implications fails only displayed once (#954)
1
fix
null
573,190
19.09.2017 09:34:55
25,200
78b0900b0ffcefa86e541c850d27779c5f656f00
fix(cpuUsageThrottle): Correctly named handler for debugInfo
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ var EWMA = require('ewma');\n* unit is in ms. Defaults to 250.\n* @returns {Function} middleware to be registered on server.pre\n*/\n-function cpuUsageThrottle (opts) {\n+function cpuUsageThrottlePlugin (opts) {\n// Scrub input and populate our configura...
JavaScript
MIT License
restify/node-restify
fix(cpuUsageThrottle): Correctly named handler for debugInfo (#1499)
1
fix
null
573,190
19.09.2017 09:58:41
25,200
c2e6deae5dab78187a8b09ce5256fb09db390bc9
fix(server): error in pre handler triggers after event
[ { "change_type": "MODIFY", "diff": "@@ -753,17 +753,14 @@ Server.prototype._handle = function _handle(req, res) {\n// run pre() handlers first before routing and running\nif (self.before.length > 0) {\nself._run(req, res, null, self.before, function (err) {\n- // check for return false here - like with the ...
JavaScript
MIT License
restify/node-restify
fix(server): error in pre handler triggers after event (#1500)
1
fix
null
448,077
20.09.2017 08:53:21
-3,600
3f87f5e9d64a8248fa726801c2843e73079ca004
feat: add rollup commonjs plugin to support all library types
[ { "change_type": "MODIFY", "diff": "\"read-file\": \"^0.2.0\",\n\"rimraf\": \"^2.6.1\",\n\"rollup\": \"^0.50.0\",\n+ \"rollup-plugin-commonjs\": \"^8.2.1\",\n\"rollup-plugin-node-resolve\": \"^3.0.0\",\n\"sorcery\": \"^0.10.0\",\n\"stylus\": \"^0.54.5\",\n", "new_path": "package.json", "old_path": "...
TypeScript
MIT License
ng-packagr/ng-packagr
feat: add rollup commonjs plugin to support all library types (#121)
1
feat
null
448,039
20.09.2017 09:55:58
-7,200
e56d8f8628d4a3fcff415ee8aaf8026e89af50a4
chore: cut release for v1.2.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"1.2.0\"></a>\n+# [1.2.0](https://github.com/dherges/ng-packagr/compare/v1.1.0...v1.2....
TypeScript
MIT License
ng-packagr/ng-packagr
chore: cut release for v1.2.0
1
chore
null
End of preview. Expand in Data Studio

CCSBENCH: A Fine-Grained Benchmark for Conventional Commits

1. Dataset Summary

CCSBENCH is a large-scale benchmark dataset specifically constructed for fine-grained Conventional Commits (CCS) classification research. Based on the CCS specification, it provides high-quality commit data with verified types and scopes across multiple programming languages.

The dataset contains 93,807 CCS-compliant commits extracted from 119 high-quality repositories. It spans a wide temporal range (April 2017 to February 2023) and includes 142 distinct commit types and 6,633 unique scopes.

2. Dataset Structure

Data Splits

We employ a strict temporal split to simulate real-world scenarios, ensuring that repositories are tracked continuously over time.

File Count Usage
train.json 74,581 Model training
valid.json 9,939 Hyperparameter tuning
test.json 9,287 Final performance evaluation

Language Distribution (by Repository)

The benchmark covers 9 key programming languages:

Language Repositories Language Repositories
TypeScript 61 Rust 2
JavaScript 34 Java 2
Go 11 C++ 1
Python 4 Kotlin 1
C# 3

3. Data Schema

Each record in the dataset is a JSON object representing a single commit. Below is a description of the key fields:

Field Type Description
hash string Unique identifier for the commit.
message string The full original commit message.
commit_type string The extracted CCS type (e.g., feat, fix, chore).
commit_scope string The extracted CCS scope (can be null if not provided).
is_CCS integer Binary indicator (1) for CCS compliance.
language string Programming language of the repository.
repo string Full name of the source repository (Owner/Repo).
mods array List of modified files, including diff, new_path, and old_path.
date string Timestamp of the commit.
license string Original license of the source repository.

4. Construction Principles

The construction of CCSBENCH prioritizes Scale, Quality, and Repository Continuity:

  1. Keyword Detection: Identifying repositories explicitly adopting CCS ("conventionalcommits.org").
  2. Format Validation: Using a robust parser to validate <type>[optional scope]: <description>.
  3. Temporal Alignment: Discarding all commits preceding the repository’s formal adoption of CCS to ensure data purity.

5. Licensing

  • Dataset License: Apache-2.0 (compatible with the licenses of the original repositories in CommitChronicle).
  • Code License: MIT (for processing scripts).
Downloads last month
16