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
stringlengths
1
44
217,922
02.10.2018 23:31:03
-7,200
3aa52da358f4b670e1fa4da82f01191ee5d3d3cd
feat: base template for layout system, WIP TODO: - Delete filter fragment - Delete filter row - Update index on dnd - Connect state & persistence
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\nimport { LayoutsActionTypes, LayoutsLoaded } from './layouts.actions';\nimport { LayoutService } from '../layout.service';\n-import { distinctUntilChange...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: base template for layout system, WIP TODO: - Delete filter fragment - Delete filter row - Update index on dnd - Connect state & persistence
1
feat
null
815,760
03.10.2018 09:39:10
-10,800
b155f83de50f21e6f81d8cb9499a1d5f342fb699
feat: RTL support closes
[ { "change_type": "MODIFY", "diff": "-<layout-header [version]=\"version\"></layout-header>\n-<div class=\"container fill\">\n+<layout-header [version]=\"version\" [(dir)]=\"dir\"></layout-header>\n+<div class=\"container fill\" [attr.dir]=\"dir\">\n<div class=\"row\">\n<div class=\"col-12 col-md-3 col-xl-3 ...
TypeScript
MIT License
ng-select/ng-select
feat: RTL support (#846) closes https://github.com/ng-select/ng-select/issues/426
1
feat
null
815,745
03.10.2018 10:29:02
-10,800
8ac1225e24a4d90200cb4bf1cb8ee5206e737ec4
chore(release): 2.10.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=\"2.10.0\"></a>\n+# [2.10.0](https://github.com/ng-select/ng-select/compare/v2.9.1...v2...
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.0
1
chore
release
730,429
03.10.2018 11:30:08
14,400
1af5a41f6fadd4fe5192147f32a84a3f933ab052
chore(journeys): remove unused job names
[ { "change_type": "MODIFY", "diff": "@@ -5,13 +5,8 @@ import SauceLabs from 'saucelabs';\nconst argv = require('yargs').argv;\nexport const jobNames = {\n- multiple: 'react-widget-multiple',\n- oneOnOneDataApi: 'react-widget-oneOnOne-dataApi',\n- oneOnOneGlobal: 'react-widget-oneOnOne-global',\nrecentsDataAp...
JavaScript
MIT License
webex/react-widgets
chore(journeys): remove unused job names
1
chore
journeys
679,913
03.10.2018 12:07:28
-3,600
6094738eff45dadd052e5fe5a890c3d1d3cfef3a
feat(defmulti): add varargs support
[ { "change_type": "MODIFY", "diff": "@@ -5,24 +5,24 @@ import { illegalArity } from \"@thi.ng/errors/illegal-arity\";\nexport const DEFAULT: unique symbol = Symbol();\nexport type DispatchFn = (...args) => PropertyKey;\n-export type DispatchFn1<A> = (a: A) => PropertyKey;\n-export type DispatchFn2<A, B> = (a...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add varargs support
1
feat
defmulti
815,746
03.10.2018 12:25:20
-10,800
c115f5946c09e00f47806d442221af7b31634a8e
chore(release): 2.10.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=\"2.10.1\"></a>\n+## [2.10.1](https://github.com/ng-select/ng-select/compare/v2.10.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.1
1
chore
release
791,723
03.10.2018 13:06:24
25,200
2daa2cd0a398b323f83eaa103ba957530aade35a
core(emulation): fix missing space in mobile UA
[ { "change_type": "MODIFY", "diff": "@@ -39,13 +39,13 @@ const DESKTOP_EMULATION_METRICS = {\n};\nconst NEXUS5X_USERAGENT = {\n- userAgent: 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36' +\n- '(KHTML, like Gecko) Chrome/71.0.3559.0 Mobile Safari/537.36',\n+ // eslint-disable-ne...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(emulation): fix missing space in mobile UA (#6161)
1
core
emulation
730,429
03.10.2018 14:53:49
14,400
77478ca19349154f4148c6e0c8bf20f585c7fab7
feat(package): update to latest version
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@collab-ui/core\": {\n- \"version\": \"10.18.1\",\n- \"resolved\": \"https://registry.npmjs.org/@collab-ui/core/-/core-10.18.1.tgz\",\n- \"integrity\": \"sha512-YYNLPR0FSh1DyQsm/BJJt17l+RmkBHJjzkNhvDtiWZILYfYfpfsQqYwwXMha2qEwNWguwdAU+frodolCIQ7Y+Q==\",\n+ \"versi...
JavaScript
MIT License
webex/react-widgets
feat(package): update to latest @collab-ui version
1
feat
package
807,849
03.10.2018 16:13:02
25,200
25af71d2922bcf3b7eb2ceb6ca22e55ed17cfa9d
fix(npm-conf): Do not overwrite defaults with undefined cli keys
[ { "change_type": "MODIFY", "diff": "@@ -29,4 +29,22 @@ describe(\"@lerna/npm-conf\", () => {\n\"//npm.example.com/some-api/npm-virtual/\"\n);\n});\n+\n+ it(\"defaults cli parameter to empty object\", () => {\n+ const conf = npmConf();\n+\n+ expect(conf.sources.cli.data).toEqual({});\n+ });\n+\n+ it(\"overwr...
JavaScript
MIT License
lerna/lerna
fix(npm-conf): Do not overwrite defaults with undefined cli keys
1
fix
npm-conf
807,849
03.10.2018 16:15:36
25,200
597606cbbcdbfb86625ac9fe6afe0d64fe271652
fix(add): Allow --registry option
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,10 @@ $ lerna add --exact\nAdd the new package with an exact version (e.g., `1.0.1`) rather than the default `^` semver range (e.g., `^1.0.1`).\n+### `--registry <url>`\n+\n+Use a custom registry to install the targeted package.\n+\n## Examples\n```sh\n", ...
JavaScript
MIT License
lerna/lerna
fix(add): Allow --registry option
1
fix
add
807,849
03.10.2018 16:16:22
25,200
987fd26200393e9a25b330c9f99c73d2a3b327df
fix(bootstrap): Constrain npm-conf argument object to options.registry only
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ class BootstrapCommand extends Command {\n);\n}\n- this.conf = npmConf(this.options);\n+ this.conf = npmConf({ registry });\nthis.npmConfig = {\nregistry,\nnpmClient,\n", "new_path": "commands/bootstrap/index.js", "old_path": "commands/bootstrap/...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Constrain npm-conf argument object to options.registry only
1
fix
bootstrap
730,429
03.10.2018 16:20:48
14,400
19745eaf21735311b9af6e165b9a63bf3f9f3ea2
chore(journeys): use remote name in sauce job
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,10 @@ const argv = require('yargs').argv;\nexport const jobNames = {\nrecentsDataApi: 'react-widget-recents-dataApi',\nrecentsGlobal: 'react-widget-recents-global',\n- space: 'react-widget-space',\n+ space: 'react-widget-space-main',\n+ spaceGuest: 'react-widge...
JavaScript
MIT License
webex/react-widgets
chore(journeys): use remote name in sauce job
1
chore
journeys
730,429
03.10.2018 16:22:00
14,400
bd3cc0f9976026e73bc7ac23ab4a0c6ec8a6fff3
chore(journeys): use sauce sessions
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import '@ciscospark/plugin-logger';\nimport CiscoSpark from '@ciscospark/spark-core';\nimport '@ciscospark/internal-plugin-conversation';\n-import {jobNames, updateJobStatus} from '../../lib/test-helpers';\n+import {jobNames, renameJob, updateJobStatus} fr...
JavaScript
MIT License
webex/react-widgets
chore(journeys): use sauce sessions
1
chore
journeys
807,849
03.10.2018 18:00:31
25,200
06a9479ab2d8d8fe48538be2d44c61ed99be4d6d
fix(publish): Set token on npm config, allow third-party registries to remain non-compliant
[ { "change_type": "MODIFY", "diff": "jest.mock(\"npm-registry-fetch\");\nconst fetch = require(\"npm-registry-fetch\");\n+const loggingOutput = require(\"@lerna-test/logging-output\");\nconst getNpmUsername = require(\"../lib/get-npm-username\");\nfetch.json.mockImplementation(() => Promise.resolve({ usernam...
JavaScript
MIT License
lerna/lerna
fix(publish): Set token on npm config, allow third-party registries to remain non-compliant
1
fix
publish
807,849
03.10.2018 18:01:02
25,200
f7fdc77ae2ed288710a605ac09bd2dbc38bcb772
fix(publish): Overwrite Yarn registry proxy when encountered
[ { "change_type": "MODIFY", "diff": "@@ -251,6 +251,23 @@ Set {\nexpect.objectContaining({ registry })\n);\n});\n+\n+ it(\"overwrites yarn registry proxy with https://registry.npmjs.org/\", async () => {\n+ const testDir = await initFixture(\"normal\");\n+ const registry = \"https://registry.yarnpkg.com\";\n...
JavaScript
MIT License
lerna/lerna
fix(publish): Overwrite Yarn registry proxy when encountered
1
fix
publish
730,412
03.10.2018 20:20:52
0
b68724477470a392e72cdb3f8617aa64470162f1
chore(release): 0.1.366
[ { "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=\"0.1.366\"></a>\n+## [0.1.366](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.366
1
chore
release
217,922
03.10.2018 21:29:33
-7,200
54370180e49a3e0a2aa11e57d44b5bf99f22da6c
feat: persistence and more template for layouts system TODO: - Update index on dnd - Make default list readonly
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,10 @@ import { ListLayout } from '../list-layout';\nexport enum LayoutsActionTypes {\nLoadLayouts = '[Layouts] Load Layouts',\nLayoutsLoaded = '[Layouts] Layouts Loaded',\n- SelectLayout = '[Layouts] Select Layout',\n+ SelectLayout = '[Layouts] Select layout',\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: persistence and more template for layouts system TODO: - Update index on dnd - Make default list readonly
1
feat
null
791,899
04.10.2018 01:28:21
-19,080
fbcb1e3ea3aa05b0cfdf87ddbc8155bb6fe1783f
misc: keep download-chrome script in npm package
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,9 @@ lighthouse-extension/\nlighthouse-cli/results/\nlighthouse-logger/\n-# keep the chrome launcher script\n+# keep a few scripts useful for CI\n!lighthouse-core/scripts/manual-chrome-launcher.js\n+!lighthouse-core/scripts/download-chrome.sh\n# keep smokehou...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: keep download-chrome script in npm package (#6153)
1
misc
null
791,760
04.10.2018 11:31:02
25,200
71658c65a284a7fd954586d01b5be138811805d8
core: make throttled offscreen-images work without TTI
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ class OffscreenImages extends ByteEfficiencyAudit {\n* @param {LH.Audit.Context} context\n* @return {Promise<ByteEfficiencyAudit.ByteEfficiencyProduct>}\n*/\n- static audit_(artifacts, networkRecords, context) {\n+ static async audit_(artifacts, networ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: make throttled offscreen-images work without TTI (#6039)
1
core
null
749,557
04.10.2018 16:42:48
25,200
9e95c40ebcc5ff77c84dc453185c9a9dc08e8d87
feat(testing): add renderWithTheme
[ { "change_type": "MODIFY", "diff": "*/\nexport { default as mountWithTheme } from './utils/mountWithTheme.js';\n+export { default as renderWithTheme } from './utils/renderWithTheme.js';\nexport { default as shallowWithTheme } from './utils/shallowWithTheme.js';\n", "new_path": "packages/testing/src/inde...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(testing): add renderWithTheme (#171)
1
feat
testing
791,785
04.10.2018 17:16:31
25,200
bf1bb2f32ae563b4158af5c1feaf8163322a5bf5
docs(contributing): consistent capitalization
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ If you are adding an image to a readme use the absolute path to the image for th\nIf you are updating an image that already exists: commit it, then update the readme to point the image with that new commits hash absolute url.\n-## description guidelines\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(contributing): consistent capitalization (#6174)
1
docs
contributing
791,760
04.10.2018 18:14:00
25,200
7c464aff5fc4c4665538b1e8aa44881f6e8770b4
report: fix html report viewing bugs for Safari
[ { "change_type": "MODIFY", "diff": "@@ -164,11 +164,12 @@ class CategoryRenderer {\nrenderAuditGroup(group, opts) {\nconst expandable = opts.expandable;\nconst groupEl = this.dom.createElement(expandable ? 'details' : 'div', 'lh-audit-group');\n- const summmaryEl = this.dom.createChildOf(groupEl, 'summary',...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: fix html report viewing bugs for Safari (#6143)
1
report
null
791,939
04.10.2018 20:12:06
-10,800
bbd87a31c9bdc9c8848049b3bf587de05928b5a5
core(audit): add utm parameters when calling snyk
[ { "change_type": "MODIFY", "diff": "@@ -153,7 +153,7 @@ class NoVulnerableLibrariesAudit extends Audit {\nvulnCount,\ndetectedLib: {\ntext: lib.name + '@' + version,\n- url: `https://snyk.io/vuln/npm:${lib.npmPkgName}?lh=${version}`,\n+ url: `https://snyk.io/vuln/npm:${lib.npmPkgName}?lh=${version}&utm_sour...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(audit): add utm parameters when calling snyk (#6172)
1
core
audit
791,676
04.10.2018 21:27:39
-7,200
1ce80f44280b1e59b4a78c8cb3051ea7feb63b44
extension(build): ignore all locales from devtools & extension build
[ { "change_type": "MODIFY", "diff": "@@ -10,14 +10,6 @@ const background = require('./lighthouse-background');\nconst ExtensionProtocol = require('../../../lighthouse-core/gather/connections/extension');\nconst log = require('lighthouse-logger');\n-const assetSaver = require('../../../lighthouse-core/lib/ass...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension(build): ignore all locales from devtools & extension build (#6170)
1
extension
build
471,527
05.10.2018 02:18:45
-7,200
80bd9e9505a8a964e3d39a8985abad8f934b6993
fix(eslint-config): test/stories folder may import from devDependencies
[ { "change_type": "MODIFY", "diff": "@@ -16,10 +16,8 @@ module.exports = {\n'import/prefer-default-export': 'off',\n'import/no-extraneous-dependencies': ['error', {\ndevDependencies: [\n- '**/*.test.js',\n- '**/*.spec.js',\n- '**/*.stories.js',\n- '**/*.stories.options.js',\n+ '**/test/*.js',\n+ '**/stories/...
JavaScript
MIT License
open-wc/open-wc
fix(eslint-config): test/stories folder may import from devDependencies
1
fix
eslint-config
471,527
05.10.2018 02:24:34
-7,200
944488af0b05dd52314ef15ddc69277efc2c9e62
feat: add circleci
[ { "change_type": "ADD", "diff": "+# Javascript Node CircleCI 2.0 configuration file\n+#\n+# Check https://circleci.com/docs/2.0/language-javascript/ for more details\n+#\n+version: 2\n+jobs:\n+ build:\n+ docker:\n+ - image: circleci/node:10.11.0-browsers\n+ working_directory: ~/repo\n+ steps:\n+ - checkout\...
JavaScript
MIT License
open-wc/open-wc
feat: add circleci
1
feat
null
730,429
05.10.2018 10:39:03
14,400
365d0b92969921efd256a805fc4acb12c6917704
chore(journeys): create test users helper functions
[ { "change_type": "MODIFY", "diff": "import '@ciscospark/plugin-authorization';\n+import '@ciscospark/plugin-logger';\nimport '@ciscospark/plugin-people';\n+import '@ciscospark/internal-plugin-conversation';\n+\nimport CiscoSpark from '@ciscospark/spark-core';\n-import {createUser} from '@ciscospark/test-hel...
JavaScript
MIT License
webex/react-widgets
chore(journeys): create test users helper functions
1
chore
journeys
730,429
05.10.2018 12:39:06
14,400
e99ad843311c96afae1102995b39b31bd083f87e
test(journeys): convert smoke tests to use test user helpers
[ { "change_type": "MODIFY", "diff": "import {assert} from 'chai';\n-import '@ciscospark/plugin-logger';\n-import '@ciscospark/internal-plugin-feature';\n-import '@ciscospark/internal-plugin-conversation';\n-import CiscoSpark from '@ciscospark/spark-core';\n-import testUsers from '@ciscospark/test-helper-test...
JavaScript
MIT License
webex/react-widgets
test(journeys): convert smoke tests to use test user helpers
1
test
journeys
791,690
05.10.2018 13:44:37
18,000
08dbb45c886db7ed7853d55b530be4da66a6f7d8
report: reframe Fast 3G as Slow 4G
[ { "change_type": "MODIFY", "diff": "-## The 3G network throttling preset\n+## The mobile network throttling preset\n-This is the standard recommendation for 3G throttling:\n+This is the standard recommendation for mobile throttling:\n- Latency: 150ms\n- Throughput: 1.6Mbps down / 750 Kbps up.\n- Packet loss...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: reframe Fast 3G as Slow 4G (#6163)
1
report
null
730,429
05.10.2018 15:06:42
14,400
06fc8f83ed10efcf634148b53baf56bb14ef8573
test(journeys): convert recents tests to use test user helpers
[ { "change_type": "MODIFY", "diff": "import {assert} from 'chai';\n-import testUsers from '@ciscospark/test-helper-test-users';\n-import '@ciscospark/plugin-logger';\n-import '@ciscospark/internal-plugin-conversation';\n-import CiscoSpark from '@ciscospark/spark-core';\n-\n+import {createSpace, disconnectDev...
JavaScript
MIT License
webex/react-widgets
test(journeys): convert recents tests to use test user helpers
1
test
journeys
730,429
05.10.2018 15:33:56
14,400
71d526f890dd8fa9c3bb0c5b5b8beff65d372587
test(journeys): convert space tests to use test user helpers
[ { "change_type": "MODIFY", "diff": "-import testUsers from '@ciscospark/test-helper-test-users';\n-import '@ciscospark/plugin-logger';\n-import CiscoSpark from '@ciscospark/spark-core';\n-import '@ciscospark/internal-plugin-conversation';\n-\n+import {createSpace, disconnectDevices, registerDevices, setupGr...
JavaScript
MIT License
webex/react-widgets
test(journeys): convert space tests to use test user helpers
1
test
journeys
503,922
05.10.2018 15:57:01
-7,200
bdc00c48ae86ec4d121c31c93534e53124930da1
feat(pf-icons): add all PF icons and update font awesome pckg affects: ISSUES CLOSED:
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,7 @@ exports[`Alert - danger Action 1`] = `\n>\n<path\nd=\"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zm-248 50c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346...
TypeScript
MIT License
patternfly/patternfly-react
feat(pf-icons): add all PF icons and update font awesome pckg (#654) affects: @patternfly/react-icons ISSUES CLOSED: #730
1
feat
pf-icons
217,922
05.10.2018 20:51:32
-7,200
1809bbf4c74c40c22a0f5d5435b085d552e104d6
feat: fixes to navbar links and topbar icons
[ { "change_type": "MODIFY", "diff": "{{'FFXIV Teamcraft' | ifMobile:'TC'}} <i>v{{version}}</i>\n</a>\n<ul nz-menu [nzMode]=\"'horizontal'\" [nzTheme]=\"'dark'\" class=\"right-menu\">\n- <li nz-menu-item class=\"clock\" fxShow fxHide.lt-sm>\n+ <li class=\"clock ant-menu-item\" fxShow fxHide.lt-sm>\n{{time$ | ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: fixes to navbar links and topbar icons
1
feat
null
791,676
05.10.2018 21:27:20
-7,200
6278e121f71053a6f7b28ef3483317d96b52c69b
core(axe): disable unused audits
[ { "change_type": "MODIFY", "diff": "@@ -33,8 +33,9 @@ function runA11yChecks() {\nresultTypes: ['violations', 'inapplicable'],\nrules: {\n'tabindex': {enabled: true},\n- 'table-fake-caption': {enabled: true},\n- 'td-has-header': {enabled: true},\n+ 'table-fake-caption': {enabled: false},\n+ 'td-has-header':...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(axe): disable unused audits (#6180)
1
core
axe
217,922
05.10.2018 23:02:58
-7,200
256418f63ed62dc18b2e77e26462b7589d66f2c0
feat: informations about required folklore in alarms page closes
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { ForeignKey } from '../database/relational/foreign-key';\nimport { TeamcraftUser } from '../../model/user/teamcraft-user';\nimport { Aetheryte } from '../data/aetheryte';\nimport { AlarmGroup } from './alarm-group';\n+import { CompactMasterbook } f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: informations about required folklore in alarms page closes #614
1
feat
null
76,643
06.10.2018 00:15:43
-7,200
340eb54050db1476cbfbb3ec0cc8d20ac540a112
doc: adding minor clarification to CONTRIBUTING.MD Thanks for contributing!
[ { "change_type": "MODIFY", "diff": "Should you run into issues with the project, please don't hesitate to let us know by\n[filing an issue](https://github.com/axa-group/nlp.js/issues/new).\n-Pull requests containing only failing tests demonstrating the issue are welcomed\n-and this also helps ensure that yo...
JavaScript
MIT License
axa-group/nlp.js
doc: adding minor clarification to CONTRIBUTING.MD (#79) Thanks for contributing!
1
doc
null
76,605
06.10.2018 00:46:45
-7,200
95e67012d21e947831bbcfa59b3f8f94274cc442
build: version 2.0.4
[ { "change_type": "MODIFY", "diff": "@@ -148,7 +148,7 @@ You can read the Code of Conduct at [Code of Conduct](https://github.com/axa-gro\nThis project is developed by AXA Shared Services Spain S.A.\n-If you need to contact us, you can do it at the email jesus.seijas@axa-groupsolutions.com\n+If you need to c...
JavaScript
MIT License
axa-group/nlp.js
build: version 2.0.4 (#80)
1
build
null
76,605
06.10.2018 00:49:17
-7,200
6a08445abd4d150dcee952013cad48283db32906
doc: Update email at CODE_OF_CONDUCT.md
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.\n## Enforcement\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\n-reported by contacting the project team at <jesus.seijas@axa-groupsolutions.com>. All\n+reported by contac...
JavaScript
MIT License
axa-group/nlp.js
doc: Update email at CODE_OF_CONDUCT.md
1
doc
null
76,631
06.10.2018 11:38:07
-3,600
acef0ab2b4dfa132b76a5c9086083e21351b4847
fix: fix missing await in NLU-Benchmark adds await to `manager.train()` so the process starts after training ends. This was impacting benchmarking scores closes
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ async function scoreCorpus(corpus) {\nmanager.addDocument('en', sentence.text, sentence.intent);\n}\n}\n- manager.train();\n+ await manager.train();\nlet total = 0;\nlet correct = 0;\nfor (let i = 0; i < sentences.length; i += 1) {\n", "new_path": "e...
JavaScript
MIT License
axa-group/nlp.js
fix: fix missing await in NLU-Benchmark (#82) adds await to `manager.train()` so the process starts after training ends. This was impacting benchmarking scores closes #81
1
fix
null
217,922
06.10.2018 13:24:13
-7,200
6dcf7f0ee03618b5bc0900a3b0d64fddfbdef258
feat: new progress popup service for easy progression display
[ { "change_type": "MODIFY", "diff": "@@ -115,7 +115,7 @@ export class ListManagerService {\nconst permissions = list.permissionsRegistry;\nconst backup = [];\nlist.items.forEach(item => {\n- backup.push({ array: 'others', item: item });\n+ backup.push({ array: 'items', item: item });\n});\nlist.finalItems.fo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new progress popup service for easy progression display
1
feat
null
217,922
06.10.2018 13:35:11
-7,200
852261c9c4f31e121ef5311b763cbc4f2de4cf8a
feat: add list regeneration feature
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ import { IconsModule } from '../../core/icons/icons.module';\nimport { TradeIconPipe } from './trade-icon.pipe';\nimport { ListHistoryPopupComponent } from './list-history-popup/list-history-popup.component';\nimport { LayoutEditorModule } from '../../mo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: add list regeneration feature
1
feat
null
217,922
06.10.2018 14:56:54
-7,200
d6c68c0eec0684acae204bcb08a9012ddb7f6491
feat: new layout configuration modal
[ { "change_type": "MODIFY", "diff": "<nz-input-group nzPrefixIcon=\"anticon anticon-edit\">\n<input type=\"text\" nz-input [(ngModel)]=\"layout.name\" (ngModelChange)=\"dirty = true\">\n</nz-input-group>\n- <div ngxDroppable fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <div *ngFor=\"let row of layout.rows; t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new layout configuration modal #576
1
feat
null
679,913
06.10.2018 14:57:42
-3,600
221fb7f632eb3be4a04db6d9fe34b1e69fc82bb9
feat(vectors): add collate & eqDelta fns, update ctors update mapBuffer()/intoBuffer() args add collate2/3/4() add asVec2/3/4() add eqDelta2/3/4buf() & eqDelta2/3/4array() update Vec2/3/4 & Mat23/33 ctors
[ { "change_type": "MODIFY", "diff": "@@ -241,7 +241,7 @@ export class GVec implements\nreturn res;\n}\n- static intoBuffer(buf: Vec, src: Iterable<Readonly<GVec>>, start: number, cstride: number, estride: number) {\n+ static intoBuffer(buf: Vec, src: Iterable<Readonly<GVec>>, start = 0, cstride: number, estr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add collate & eqDelta fns, update ctors - update mapBuffer()/intoBuffer() args - add collate2/3/4() - add asVec2/3/4() - add eqDelta2/3/4buf() & eqDelta2/3/4array() - update Vec2/3/4 & Mat23/33 ctors
1
feat
vectors
217,922
06.10.2018 15:03:41
-7,200
521c45fcb4dc473fa15653f52ebd36073861403e
chore: migrated map-position component to antd
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ export enum ListTag {\nHOUSING = 'Housing',\nMISC = 'Misc',\nQUEST = 'Quest',\n+ SCRIPTS = 'Scripts',\n// EQUIPPED BY tags\nTANK = 'Tank',\n", "new_path": "apps/client/src/app/modules/list/model/list-tag.enum.ts", "old_path": "apps/client/src/app/m...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: migrated map-position component to antd
1
chore
null
217,922
06.10.2018 15:54:31
-7,200
bdd0eb7aa99febe0eb061b6321bef18e781162e3
feat: reworked tags dialog box
[ { "change_type": "MODIFY", "diff": "<nz-tag *ngIf=\"list.ephemeral\" [nzColor]=\"'volcano'\" nz-tooltip [nzTitle]=\"'Ephemeral_list' | translate\">\n{{'Ephemeral_tag' | translate}}\n</nz-tag>\n- <nz-tag *ngIf=\"list.isOutDated()\" [nzColor]=\"'magenta'\" nz-tooltip [nzTitle]=\"'LIST.Outdated_tag' | translat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: reworked tags dialog box #576
1
feat
null
743,863
06.10.2018 16:04:13
25,200
e99e9ae0a1c0d42d08fe0b237d69254937604372
chore: update yargs-parser dependency
[ { "change_type": "MODIFY", "diff": "\"string-width\": \"^2.0.0\",\n\"which-module\": \"^2.0.0\",\n\"y18n\": \"^3.2.1 || ^4.0.0\",\n- \"yargs-parser\": \"^10.1.0\"\n+ \"yargs-parser\": \"^11.0.0\"\n},\n\"devDependencies\": {\n\"chai\": \"^4.1.2\",\n", "new_path": "package.json", "old_path": "package....
JavaScript
MIT License
yargs/yargs
chore: update yargs-parser dependency
1
chore
null
743,863
06.10.2018 16:06:17
25,200
d72dec129e8da57f5a3a18d80f92d956f1b263eb
chore(release): 12.0.3
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"yargs\",\n- \"version\": \"12.0.2\",\n+ \"version\": \"12.0.3\",\n\"description\": \"yargs the modern, pirate-themed, successor to optimist.\",\n\"main\": \"./index.js\",\n\"contributors\": [\n", "new_path": "package.json", "old_path": "package.json...
JavaScript
MIT License
yargs/yargs
chore(release): 12.0.3
1
chore
release
471,527
06.10.2018 18:36:48
-7,200
94c29fba238d9c425eb3dd86c969562e9ea8f56f
chore: move example-vanilla to own repo
[ { "change_type": "MODIFY", "diff": "@@ -32,9 +32,15 @@ npx -p yo -p generator-open-wc -c 'yo open-wc:eslint'\nnpm run bootstrap\n# does: lerna bootstrap --hoist\n-# run demos\n-lerna run storybook --scope @open-wc/example-vanilla --stream\n+# linting\n+npm run lint\n-# eslint\n-lerna run lint:eslint --scope...
JavaScript
MIT License
open-wc/open-wc
chore: move example-vanilla to own repo
1
chore
null
471,527
06.10.2018 18:44:13
-7,200
9e52ca262bb96b3be1826d78fac1ce70fe9cfbb0
fix: add minimal readme
[ { "change_type": "ADD", "diff": "+# Open Web Component Recommendations for eslint\n+\n+> Part of Open Web Component Recommendations [open-wc](https://github.com/open-wc/open-wc/)\n+\n+We want to provide a good set of default on how to vasilitate your web component.\n+\n+[![CircleCI](https://circleci.com/gh/...
JavaScript
MIT License
open-wc/open-wc
fix: add minimal readme
1
fix
null
744,000
06.10.2018 20:46:40
-7,200
567820b4eed518ffc3651ffb206a03e12ba10eff
fix: $0 contains first arg in bundled electron apps
[ { "change_type": "MODIFY", "diff": "@@ -42,12 +42,16 @@ function Yargs (processArgs, cwd, parentRequire) {\nreturn self\n}\n- self.$0 = process.argv\n- .slice(0, 2)\n- .map((x, i) => {\n// ignore the node bin, specify this in your\n// bin file with #!/usr/bin/env node\n- if (i === 0 && /\\b(node|iojs)(\\.ex...
JavaScript
MIT License
yargs/yargs
fix: $0 contains first arg in bundled electron apps (#1206)
1
fix
null
743,926
07.10.2018 07:33:14
-46,800
d422eb504898ec2f7464952fbed45e810294c9b8
fix: improve Norwegian Nynorsk translations
[ { "change_type": "MODIFY", "diff": "\"Argument: %s, Given: %s, Choices: %s\": \"Argument: %s, Gjeve: %s, Val: %s\",\n\"Argument check failed: %s\": \"Argumentsjekk mislukkast: %s\",\n\"Implications failed:\": \"Konsekvensane mislukkast:\",\n- \"Not enough arguments following: %s\": \"Ikkje nok fylgande argu...
JavaScript
MIT License
yargs/yargs
fix: improve Norwegian Nynorsk translations (#1207)
1
fix
null
217,922
07.10.2018 13:13:43
-7,200
83c0a56c36acb08988f83047d4421fd469a9b9b5
feat: added support for recipe layout options in layout dialog
[ { "change_type": "MODIFY", "diff": "<nz-input-group nzPrefixIcon=\"anticon anticon-edit\">\n<input type=\"text\" nz-input [(ngModel)]=\"layout.name\" (ngModelChange)=\"dirty = true\">\n</nz-input-group>\n+ <nz-card [nzTitle]=\"'Items' | translate\">\n+ <div fxLayout=\"column\" fxLayoutGap=\"10px\">\n+ <div ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added support for recipe layout options in layout dialog
1
feat
null
217,922
07.10.2018 15:24:44
-7,200
5e6e1adaca4832289aae7f71284a587b48db8883
feat: gathering details popup !
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { LayoutOrderService } from '../layout-order.service';\nimport { List } from '../../../modules/list/model/list';\nimport { Observable } from 'rxjs';\nimport { LayoutRowDisplay } from '../layout-row-display';\n-import { filter, map } from 'rxjs/opera...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: gathering details popup !
1
feat
null
217,922
07.10.2018 15:52:45
-7,200
3192c1917713103acce88775e9ab4f537bfac32c
style: lightened the borders a bit
[ { "change_type": "MODIFY", "diff": "@ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);\n// Border color\n-@border-color-base: hsv(0, 0, 85%); // base border outline a component\n-@border-color-split: hsv(0, 0, 91%); // split border inside a component\n+@border-color-base: hsv(0, 0, 60%); // base border out...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: lightened the borders a bit
1
style
null
217,922
07.10.2018 16:04:52
-7,200
bec2ac75c3d2a717ead0f60349f8a5f3608fa654
feat: layout export button TODO: import button logic
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,14 @@ import { LayoutEditorRowComponent } from './layout-editor-row/layout-editor-row.\nimport { NgxDnDModule } from '@swimlane/ngx-dnd';\nimport { FlexLayoutModule } from '@angular/flex-layout';\nimport { PipesModule } from '../../pipes/pipes.module';\n+imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: layout export button TODO: import button logic
1
feat
null
217,922
07.10.2018 16:10:36
-7,200
7cb86b13360e49a30c1426c13fb5f5e1b848ae3a
feat: added closest aetheryte to gatheredBy details popup
[ { "change_type": "MODIFY", "diff": "{{node.limitType | i18n}}\n</nz-tag>\n</div>\n+ <span e *ngIf=\"getClosestAetheryte(node) | async as aetheryte\" class=\"closest-tp\">\n+ <img src=\"./assets/icons/Aetheryte.png\" alt=\"\" class=\"aetheryte-icon\"> {{aetheryte.nameid | placeName | i18n}}\n+ </span>\n<div ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added closest aetheryte to gatheredBy details popup
1
feat
null
217,922
07.10.2018 16:29:49
-7,200
4304bdf97756f4b7c39f68c08a5b7b7eecc8a3fd
feat: big performance improvements for big lists #
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ import {\nUpdateList,\nUpdateListIndex\n} from './lists.actions';\n-import { distinctUntilChanged, filter, map, switchMap, withLatestFrom } from 'rxjs/operators';\n+import { debounceTime, distinctUntilChanged, filter, map, switchMap, withLatestFrom } fro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: big performance improvements for big lists #
1
feat
null
217,922
07.10.2018 17:13:23
-7,200
6acea3678b01ac92e606621ddb75caf81e25e872
feat: list history dialog box
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,8 @@ export class SelectList implements Action {\nexport class SetItemDone implements Action {\nreadonly type = ListsActionTypes.SetItemDone;\n- constructor(public readonly itemId: number, public readonly finalItem: boolean, public readonly doneDelta: number)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: list history dialog box #576
1
feat
null
217,922
07.10.2018 17:16:52
-7,200
507c7b26e7790cf6455c0617e6611eddc2a39386
feat: list reset button
[ { "change_type": "MODIFY", "diff": "[nzTitle]=\"'LIST.Regenerate' | translate\" (click)=\"regenerateList(list)\">\n<i class=\"material-icons\">update</i>\n</button>\n+ <button nz-button nzType=\"primary\" nzSize=\"small\" nzShape=\"circle\" nz-tooltip\n+ nz-popconfirm [nzTitle]=\"'Reset_progression' | trans...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: list reset button #576
1
feat
null
471,527
07.10.2018 20:08:26
-7,200
9a1533073503323b69410e2e1e329a159b6cbfba
fix: move karma-bs into its own package
[ { "change_type": "ADD", "diff": "+MIT License\n+\n+Copyright (c) 2018 open-wc\n+\n+Permission is hereby granted, free of charge, to any person obtaining a copy\n+of this software and associated documentation files (the \"Software\"), to deal\n+in the Software without restriction, including without limitatio...
JavaScript
MIT License
open-wc/open-wc
fix: move karma-bs into its own package
1
fix
null
217,922
07.10.2018 20:20:38
-7,200
55a64744a2b72796915c69bcbb953b04b99f2ba5
fix: fixed list picker to handle cancellation better
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,8 @@ export class ListPickerService {\n}\n// else, just return the list\nreturn of(list);\n- })\n+ }),\n+ filter(list => list !== undefined)\n);\n}\n}\n", "new_path": "apps/client/src/app/modules/list-picker/list-picker.service.ts", "old_path": "apps/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed list picker to handle cancellation better
1
fix
null
679,913
07.10.2018 21:51:54
-3,600
ff435be6a0bf9f1ed3c7472444892d7d596b231f
minor(hdom-canvas): rename arc() => circularArc()
[ { "change_type": "MODIFY", "diff": "@@ -253,10 +253,10 @@ const walk = (ctx: CanvasRenderingContext2D, shape: any[], pstate: DrawState) =>\nrect(ctx, attribs, shape[2], shape[3], shape[4], shape[5]);\nbreak;\ncase \"circle\":\n- arc(ctx, attribs, shape[2], shape[3]);\n+ circularArc(ctx, attribs, shape[2], s...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hdom-canvas): rename arc() => circularArc()
1
minor
hdom-canvas
504,004
08.10.2018 08:13:42
14,400
f43da6b3b1866d188e5029c648dd8fd0a37afb23
fix(CatalogTile): Fix to show only the iconImg if given, not both the image and icon.
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ const CatalogTile = ({\n<div id={id} className={classes} {...props}>\n<div className=\"catalog-tile-pf-header\">\n{iconImg && <img className=\"catalog-tile-pf-icon\" src={iconImg} alt=\"\" />}\n- {iconClass && <span className={`catalog-tile-pf-icon ${ico...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTile): Fix to show only the iconImg if given, not both the image and icon. (#709)
1
fix
CatalogTile
749,557
08.10.2018 09:11:33
25,200
6cb703ca07c12263ec3d99c82ed550d7ef4943e9
fix(testing): fix enzyme options passing
[ { "change_type": "MODIFY", "diff": "@@ -132,6 +132,8 @@ describe('MenuContainer', () => {\nfindTrigger(wrapper).simulate('click');\nexpect(wrapper.find('Portal').length).toBeGreaterThan(0);\n+\n+ wrapper.unmount();\n});\nit(\"doesn't render Popper element if menu is not open\", () => {\n", "new_path": "...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(testing): fix enzyme options passing (#175)
1
fix
testing
807,849
08.10.2018 11:40:52
25,200
7ba41a6fbbd9e52b56cc65dd7650804de8a65bfc
fix(publish): Use modern auth resolution
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ const pMap = require(\"p-map\");\nconst pPipe = require(\"p-pipe\");\nconst pReduce = require(\"p-reduce\");\nconst semver = require(\"semver\");\n+const getAuth = require(\"npm-registry-fetch/auth\");\nconst Command = require(\"@lerna/command\");\nconst d...
JavaScript
MIT License
lerna/lerna
fix(publish): Use modern auth resolution
1
fix
publish
807,849
08.10.2018 12:28:23
25,200
54008c608ca68a69905f9e08c85d43bf3468afe2
feat(npm-dist-tag): Use fetch API instead of CLI to make changes
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst mockAdd = jest.fn(() => Promise.resolve());\n-const mockCheck = jest.fn(() => true);\n+const mockList = jest.fn(() => Promise.resolve({}));\nconst mockRemove = jest.fn(() => Promise.resolve());\nexports.add = mockAdd;\n-exports.check = mockCheck;\n+...
JavaScript
MIT License
lerna/lerna
feat(npm-dist-tag): Use fetch API instead of CLI to make changes
1
feat
npm-dist-tag
730,429
08.10.2018 12:37:07
14,400
13b258ff8a739c531f924ef50a8301e25b646498
chore(Jenkinsfile): remove kill command
[ { "change_type": "MODIFY", "diff": "@@ -164,9 +164,9 @@ ansiColor('xterm') {\nexport BUILD_NUMBER=\"pipeline-build-$BUILD_NUMBER\"\nset -m\n(\n- (CISCOSPARK_CLIENT_ID=C873b64d70536ed26df6d5f81e01dafccbd0a0af2e25323f7f69c7fe46a7be340 SAUCE=true PORT=4569 SAUCE_CONNECT_PORT=5006 BROWSER=firefox VERSION=60 npm...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): remove kill command
1
chore
Jenkinsfile
730,429
08.10.2018 13:33:51
14,400
ec78be9a74c2a7309573d097172db84596577bcb
chore(circle): remove kill command after tests
[ { "change_type": "MODIFY", "diff": "@@ -89,16 +89,23 @@ jobs:\n- <<: *restore_node_modules\n- run: echo \"export BUILD_NUMBER=circle-ci-${CIRCLE_BUILD_NUM}\" >> $BASH_ENV\n- run:\n- name: Integration Tests\n- no_output_timeout: 40m\n+ name: Integration Tests Firefox\n+ no_output_timeout: 15m\ncommand: |\nse...
JavaScript
MIT License
webex/react-widgets
chore(circle): remove kill command after tests
1
chore
circle
504,035
08.10.2018 14:21:02
14,400
b55524376d1d3a6607ac91d36ae971d8b833fd97
fix(@patternfly/react-core): Update the snapshot for progress bar component
[ { "change_type": "MODIFY", "diff": "@@ -952,6 +952,7 @@ exports[`Progress variant danger 1`] = `\n>\n<path\nd=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4....
TypeScript
MIT License
patternfly/patternfly-react
fix(@patternfly/react-core): Update the snapshot for progress bar component (#722)
1
fix
@patternfly/react-core
679,913
08.10.2018 15:48:03
-3,600
296e1e074442f7147578cd5c2f2fc8abcecc62ba
refactor: update Infinity consts in various packages
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,8 @@ export class LRUCache<K, V> implements ICache<K, V> {\nconstructor(pairs?: Iterable<[K, V]>, opts?: Partial<CacheOpts<K, V>>) {\nconst _opts = <CacheOpts<K, V>>Object.assign({\n- maxlen: Number.POSITIVE_INFINITY,\n- maxsize: Number.POSITIVE_INFINITY,\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor: update Infinity consts in various packages
1
refactor
null
730,412
08.10.2018 16:01:44
0
54803670f713646b2695b35b80ec9da71074051f
chore(release): 0.1.367
[ { "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=\"0.1.367\"></a>\n+## [0.1.367](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.367
1
chore
release
730,429
08.10.2018 16:12:32
14,400
665e4d233b13ad4981f36daad3ece1b6769489ff
fix(journeys): remove extra tests for message widget visibility
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,6 @@ export function answer(aBrowser) {\naBrowser.waitUntil(() =>\naBrowser.isVisible(elements.remoteVideo),\n5000, 'remote video is not visible after answering call');\n- // Let call elapse 5 seconds before hanging up\n- aBrowser.pause(5000);\n}\n/**\n@@ -50...
JavaScript
MIT License
webex/react-widgets
fix(journeys): remove extra tests for message widget visibility
1
fix
journeys
503,918
08.10.2018 18:42:03
-10,800
9c313d26cab0b279960eaba89972b0f5a84c6f01
fix(Alert): Use the correct css class name for screen readers fix react-core is using an old version of react-styles which does not parse class name: "pf-u-something" to "something" but to "uSomething". To fix this problem updating react-styles to 2.1.x in package.json solves the problem.
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n\"@patternfly/react-icons\": \"^2.5.0\",\n- \"@patternfly/react-styles\": \"^2.0.0\",\n+ \"@patternfly/react-styles\": \"^2.1.0\",\n\"exenv\": \"^1.2.2\"\n},\n\"peerDependencies...
TypeScript
MIT License
patternfly/patternfly-react
fix(Alert): Use the correct css class name for screen readers (#713) fix #601 react-core is using an old version of react-styles which does not parse class name: "pf-u-something" to "something" but to "uSomething". To fix this problem updating react-styles to 2.1.x in package.json solves the problem. Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Alert
217,922
08.10.2018 19:58:34
-7,200
0e9fbdec249326deae69cf5e8520d016c98c7d18
chore: added a message for lists page when you have no lists at all
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import { NgZorroAntdModule } from 'ng-zorro-antd';\nimport { NgxDnDModule } from '@swimlane/ngx-dnd';\nimport { PageLoaderModule } from '../../modules/page-loader/page-loader.module';\nimport { NameQuestionPopupModule } from '../../modules/name-question-po...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added a message for lists page when you have no lists at all
1
chore
null
217,922
08.10.2018 20:53:18
-7,200
2cef59a800d97c55c3dcc7498912165cacd5dcd7
feat: inventory view
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export class Inventory {\n}\nadd(id: number, icon: number, amount: number): void {\n- if (this.isFull()) {\n+ if (this.isFull() || amount === 0) {\nreturn;\n}\nconst stackSize = 999;\n", "new_path": "apps/client/src/app/model/other/inventory.ts", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: inventory view #576
1
feat
null
503,918
08.10.2018 22:23:33
-10,800
b7bd4eaabaaf1c8083a31bdbe03a5ffc45545caf
test(components): Add tests to Filter and Sort selectors test(components): Add tests to Filter and Sort selectors
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { mount } from 'enzyme';\n-import { Filter, FormControl, Toolbar } from '../../index';\n+import { Filter, FormControl, Toolbar, DropdownButton } from '../../index';\nimport { mockFilterExampleFields } from './__mocks__/mockFilterExample'...
TypeScript
MIT License
patternfly/patternfly-react
test(components): Add tests to Filter and Sort selectors (#661) test(components): Add tests to Filter and Sort selectors
1
test
components
503,918
08.10.2018 23:08:25
-10,800
1732fbed394449983b4b1889fdd2f197acc8f4ce
docs(Chart): Add more examples for line/area charts: zoom/subchart
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,28 @@ const areaChart = stories => {\n<div>\n<SingleAreaChart id=\"area-chart-2\" size={{ width: 600 }} data={singleAreaChartData} />\n</div>\n+\n+ <h2>Zoomable Area Chart</h2>\n+ <small>scroll up/down to zoom out/in</small>\n+ <div>\n+ <SingleAreaChart\n+ id...
TypeScript
MIT License
patternfly/patternfly-react
docs(Chart): Add more examples for line/area charts: zoom/subchart (#716)
1
docs
Chart
471,527
08.10.2018 23:43:04
-7,200
9362d12689fe56f2642bf33a7e47bfed073198a9
fix(storybook): add babel plugin to support dynamic imports
[ { "change_type": "MODIFY", "diff": "\"repository\": \"https://github.com/open-wc/open-wc/tree/master/packages/storybook\",\n\"dependencies\": {\n\"@babel/core\": \"7.1.2\",\n+ \"@babel/plugin-proposal-object-rest-spread\": \"7.0.0\",\n+ \"@babel/plugin-syntax-dynamic-import\": \"7.0.0\",\n\"@storybook/addon...
JavaScript
MIT License
open-wc/open-wc
fix(storybook): add babel plugin to support dynamic imports
1
fix
storybook
217,922
09.10.2018 08:42:16
-7,200
fa378aab171e4481e898b6f37a7a8143717e0349
fix: fixed inventory view width
[ { "change_type": "MODIFY", "diff": "-<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <div *ngFor=\"let tab of display\" fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n+<div fxLayout=\"row wrap\" fxLayoutGap=\"10px\" fxLayoutAlign=\"flex-start center\">\n+ <div *ngFor=\"let tab of display\" fxLayout=\"row wra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed inventory view width #576
1
fix
null
815,746
09.10.2018 09:10:09
-10,800
ac88e0dd5cb9c29245931e861eea59db36df010e
chore(release): 2.10.2
[ { "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=\"2.10.2\"></a>\n+## [2.10.2](https://github.com/ng-select/ng-select/compare/v2.10.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.10.2
1
chore
release
504,026
09.10.2018 09:53:03
14,400
3890d59289cf0debef4f3852420c9dee051c3dbe
fix(backgroundImage): example to override css image paths fix(backgroundImage): example to override css image paths
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ ast.stylesheet.rules = ast.stylesheet.rules.filter(rule => {\n}\n});\n+copySync(join(pfDir, 'assets/images'), join(stylesDir, 'assets/images'));\ncopySync(join(pfDir, 'assets/fonts'), join(stylesDir, 'assets/fonts'), {\nfilter(src) {\nreturn !ununsedFont...
TypeScript
MIT License
patternfly/patternfly-react
fix(backgroundImage): example to override css image paths fix(backgroundImage): example to override css image paths
1
fix
backgroundImage
504,004
09.10.2018 11:38:31
14,400
5f9887661a72e9d8cc3a990f53f46fdbe68594ff
fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories
[ { "change_type": "MODIFY", "diff": "flex-wrap: wrap;\noverflow: hidden;\nmargin-top: 10px;\n- max-height: ~\"calc(3 * #{@catalog-tile-pf-total-height})\";\n-\n- @media (min-width: @screen-sm-min) {\n- max-height: ~\"calc(2 * #{@catalog-tile-pf-total-height})\";\n- }\n-\n- @media (min-width: @screen-md-min) ...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTileView): Fix to not render hidden tiles in catalog tile view categories (#725)
1
fix
CatalogTileView
807,849
09.10.2018 11:47:00
25,200
a89ae62ce7fafd1c3acc2f65fdb8e47597c65ee2
fix(publish): Prevent retries during access validation so third-party registries are skipped faster
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,14 @@ describe(\"verifyNpmPackageAccess\", () => {\nawait verifyNpmPackageAccess(packages, opts);\n- expect(access.lsPackages).lastCalledWith(\"lerna-test\", opts);\n+ expect(access.lsPackages).lastCalledWith(\n+ \"lerna-test\",\n+ expect.objectContaining({\n...
JavaScript
MIT License
lerna/lerna
fix(publish): Prevent retries during access validation so third-party registries are skipped faster
1
fix
publish
807,849
09.10.2018 12:17:02
25,200
bef9a83f3738190901812e79ff7f455d34c063b6
chore: bump transitive dependencies ``` npm i $(npx lerna ls -p | cut -d'/' -f 5-) ```
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==\"\n},\n\"chownr\": {\n- \"version\": \"1.0.1\",\n- \"resolved\": \"https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz\",\n- \"integrity\": \"sha1-4qdQQqlVGQi...
JavaScript
MIT License
lerna/lerna
chore: bump transitive dependencies ``` npm i $(npx lerna ls -p | cut -d'/' -f 5-) ```
1
chore
null
807,849
09.10.2018 12:18:16
25,200
6afcde79c49b192de09c36e3817753193fe4023c
chore(release): publish v3.4.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.4.2](https://github.com/lerna/lerna/compare/v3.4.1...v3.4.2) (2018-10-09)\n+\n+\n+### Bug Fixes\n+\n+* **publis...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.4.2
1
chore
release
730,429
09.10.2018 17:20:23
14,400
8ae254e41608e93b9444cad544c455572d55e722
chore(journeys): convert sauce helpers to promise based
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,10 @@ export const jobNames = {\nspaceGuest: 'react-widget-space-guest',\nspaceDataApi: 'react-widget-space-dataApi',\nspaceStartup: 'react-widget-space-startup',\n- smokeMultiple: 'react-widget-multiple-smoke',\n- smokeRecents: 'react-widget-recents-smoke',\...
JavaScript
MIT License
webex/react-widgets
chore(journeys): convert sauce helpers to promise based
1
chore
journeys
730,429
09.10.2018 17:22:44
14,400
fd4e90a824505acebfc2a51c747e0c0c42b795a1
chore(journeys): create initial job for pass status
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,8 @@ if (!baseUrl) {\nconst browser = process.env.BROWSER || 'chrome';\nconst version = process.env.VERSION || 'latest';\nconst platform = process.env.PLATFORM || 'mac 10.12';\n+const build = process.env.BUILD_NUMBER || `local-${process.env.USER}-wdio-${Date....
JavaScript
MIT License
webex/react-widgets
chore(journeys): create initial job for pass status
1
chore
journeys
730,429
09.10.2018 17:23:35
14,400
5cbf46661b618643279365522d329c670ee41b1a
chore(journeys): change smoke tests to promise sauce fns
[ { "change_type": "MODIFY", "diff": "@@ -15,29 +15,30 @@ import {\ndescribe('Multiple Widgets', () => {\nconst browserLocal = browser.select('browserLocal');\nconst browserRemote = browser.select('browserRemote');\n+ const jobName = jobNames.smokeMultiple;\nlet docbrown, lorraine, marty, participants;\nlet c...
JavaScript
MIT License
webex/react-widgets
chore(journeys): change smoke tests to promise sauce fns
1
chore
journeys
67,476
09.10.2018 17:45:36
-7,200
9077a766d601aaecf7d7c0b7ed98f0779c027031
chore(all): use hand-rolled prepare-release script instead of lerna To accomodate for our non-compliance to conventions while we're still learning them..
[ { "change_type": "MODIFY", "diff": "\"test-firefox\": \"lerna run test-firefox\",\n\"test:watch\": \"lerna run test:watch\",\n\"lint\": \"lerna run lint\",\n- \"prepare-release\": \"lerna version --conventional-commits --no-push --no-git-tag-version --exact --loglevel verbose -y\",\n+ \"prepare-release\": \...
TypeScript
MIT License
aurelia/aurelia
chore(all): use hand-rolled prepare-release script instead of lerna To accomodate for our non-compliance to conventions while we're still learning them..
1
chore
all
67,476
09.10.2018 18:21:35
-7,200
f9c6760d8bfd799fb18a2eeb0bb20b4a3d8f3fd0
chore(all): add the conventional prepare-release back in as an option
[ { "change_type": "MODIFY", "diff": "\"test:watch\": \"lerna run test:watch\",\n\"lint\": \"lerna run lint\",\n\"prepare-release\": \"ts-node -P scripts/tsconfig.json scripts/prepare-release.ts\",\n+ \"prepare-release:conventional\": \"lerna version --conventional-commits --no-push --no-git-tag-version --exa...
TypeScript
MIT License
aurelia/aurelia
chore(all): add the conventional prepare-release back in as an option
1
chore
all
807,849
09.10.2018 18:50:59
25,200
76589d4463eb90bb2d49f4d80721df56ebb789b7
fix(publish): Use correct field name when limiting retries
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ describe(\"verifyNpmPackageAccess\", () => {\nexpect.objectContaining({\nusername: \"lerna-test\",\nregistry: \"https://registry.npmjs.org/\",\n- retry: 0,\n+ \"fetch-retries\": 0,\n})\n);\n});\n", "new_path": "commands/publish/__tests__/verify-npm-p...
JavaScript
MIT License
lerna/lerna
fix(publish): Use correct field name when limiting retries
1
fix
publish
807,849
09.10.2018 18:52:15
25,200
aa4ae510b9c0a0935f0b1989859ba873a1e864cc
chore(release): publish v3.4.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [3.4.3](https://github.com/lerna/lerna/compare/v3.4.2...v3.4.3) (2018-10-10)\n+\n+\n+### Bug Fixes\n+\n+* **publis...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.4.3
1
chore
release
217,922
09.10.2018 19:05:12
-7,200
5ff0d6832930954c1b9f3de723ea3f2243690e67
feat: isearch macro copy button
[ { "change_type": "MODIFY", "diff": "-import { Component, Input, OnInit } from '@angular/core';\n+import { ChangeDetectionStrategy, Component, Input, OnInit } from '@angular/core';\nimport { List } from '../model/list';\nimport { ListsFacade } from '../+state/lists.facade';\n-import { NzMessageService, NzMod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: isearch macro copy button
1
feat
null
217,922
09.10.2018 19:50:35
-7,200
ff3782e73bf009de1a98e8f8b84d7c77f15b3861
feat: item row states (craftable, has all base ingredients)
[ { "change_type": "MODIFY", "diff": "-<div class=\"item-row\" [class.odd]=\"odd\" nz-row fxLayout=\"row wrap\" [class.done]=\"item.amount <= item.done\">\n+<div class=\"item-row\" [class.odd]=\"odd\" nz-row fxLayout=\"row wrap\" [class.done]=\"item.amount <= item.done\"\n+ [class.craftable]=\"canBeCrafted$ |...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: item row states (craftable, has all base ingredients)
1
feat
null
217,922
09.10.2018 19:56:33
-7,200
fafbdb531560cbc2fb567394586ea041f37466c1
style: fix selected color for dropdown items
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ h1, h2, h3, h4, h5 {\n}\n}\n-.ant-select-dropdown-menu-item:hover {\n+.ant-select-dropdown-menu-item:hover, .ant-select-dropdown-menu-item-active {\nbackground-color: rgba(255, 255, 255, .2);\n}\n", "new_path": "apps/client/src/styles.less", "old...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: fix selected color for dropdown items
1
style
null
217,922
09.10.2018 20:03:09
-7,200
e5ee64e20aa8866a9331846b3083320ed211dde5
fix: fixed blank space in lists page
[ { "change_type": "MODIFY", "diff": "<i class=\"anticon anticon-file-add\"></i>\n</button>\n</div>\n-<app-page-loader [loading]=\"loading$ | async\">\n+<app-page-loader *ngIf=\"loading$ | async\">\n</app-page-loader>\n<div *ngIf=\"lists$ | async as lists\">\n<div class=\"ngx-dnd-container\" ngxDroppable=\"li...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed blank space in lists page
1
fix
null
217,922
09.10.2018 20:04:32
-7,200
6a1603f718b6fb346c3724cd8d5bd5a5755b7eda
chore: fix color for menus too
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ h1, h2, h3, h4, h5 {\n}\n}\n-.ant-select-dropdown-menu-item:hover, .ant-select-dropdown-menu-item-active {\n+.ant-select-dropdown-menu-item:hover, .ant-select-dropdown-menu-item-active, .ant-dropdown-menu-item:hover {\nbackground-color: rgba(255, 255, 25...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix color for menus too
1
chore
null
217,922
09.10.2018 20:46:49
-7,200
50edd50af7e984ea84f687418f8de5d29753c52b
feat: amount modification in list panels
[ { "change_type": "MODIFY", "diff": "<nz-list-item-meta [nzAvatar]=\"item.icon | icon\" [nzTitle]=\"item.id | itemName | i18n\"></nz-list-item-meta>\n</nz-list-item>\n<ng-template #amountModifier>\n- <input nz-input class=\"amount-input\" type=\"number\" [ngModel]=\"item.amount\"\n- (ngModelChange)=\"updateA...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: amount modification in list panels
1
feat
null
217,922
09.10.2018 20:48:10
-7,200
d15010134016b433ae9fa62b46744643c2a59369
chore: fix gardening icon size
[ { "change_type": "MODIFY", "diff": "</button>\n<img *ngIf=\"item.gardening === true\"\nnzTitle=\"{{'Gardening' | translate}}\"\n- nz-tooltip src=\"./assets/icons/Gardening.png\">\n+ nz-tooltip src=\"./assets/icons/Gardening.png\" class=\"img-icon\">\n<button nz-button nz-tooltip nzTitle=\"{{'Hunting' | tran...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix gardening icon size
1
chore
null
503,918
09.10.2018 20:51:10
-10,800
f325d039c2cbae4d8cb43c441db9eb5cbbf4912e
fix(Alert): [TS] action type is string while it should've been node When adding an action button to Alert Typescript fails to compile saying action is supposed to be a string. This commit fixes Alert.d.ts so action accepts ReactNode.
[ { "change_type": "MODIFY", "diff": "import { SFC, HTMLProps, ReactNode } from 'react';\n-import { OneOf } from '../../typeUtils';\n+import { OneOf, Omit } from '../../typeUtils';\nexport const AlertVariant: {\nsuccess: 'success';\n@@ -8,9 +8,10 @@ export const AlertVariant: {\ninfo: 'info';\n};\n-export int...
TypeScript
MIT License
patternfly/patternfly-react
fix(Alert): [TS] action type is string while it should've been node (#727) When adding an action button to Alert Typescript fails to compile saying action is supposed to be a string. This commit fixes Alert.d.ts so action accepts ReactNode. Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Alert