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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
67,476 | 26.10.2019 20:27:38 | -7,200 | 16b04844dc72f8064408659fd9a8fc689a39fbab | perf(all): remove unnecessary Object.freezes | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,7 @@ export const DebugTracer: typeof Tracer = {\n}\n};\n-const defaultOptions: ILiveLoggingOptions = Object.freeze({\n+const defaultOptions: ILiveLoggingOptions = {\nrendering: true,\nbinding: true,\nobservation: true,\n@@ -142,7 +142,7 @@ const defaultOpt... | TypeScript | MIT License | aurelia/aurelia | perf(all): remove unnecessary Object.freezes | 1 | perf | all |
531,793 | 26.10.2019 20:43:02 | -3,600 | 9e8a30aa22f0cbd3355db4727e1d8c6dc95c24eb | chore(ui): better pagination handling for large lists | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,10 @@ import { observable, action } from \"mobx\";\nimport hash from \"object-hash\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\n-import { faChevronLeft } from \"@fortawesome/free-solid-svg-icons/faChevronLeft\";\n-import { faChevronR... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): better pagination handling for large lists | 1 | chore | ui |
104,844 | 26.10.2019 23:14:18 | 14,400 | 9285ea02d2e0c0fba3fe760ebc0f84676da11a90 | fix(sidenav): align sidenav links height to spec | [
{
"change_type": "MODIFY",
"diff": "@import '~carbon-components/scss/components/ui-shell/side-nav';\n-.bx--side-nav {\n+.#{$prefix}--side-nav {\nbackground-color: $ui-05;\ncolor: $ui-02;\n}\n&__submenu[aria-haspopup='true'],\n- .bx--side-nav__link,\n- a.bx--side-nav__link--current > span.bx--side-nav__link-... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): align sidenav links height to spec | 1 | fix | sidenav |
531,793 | 26.10.2019 23:31:17 | -3,600 | 1fe5ced71c28828c6355f36af0b5a7678c9847c9 | fix(ui): workaround multiple modals conflicting with each other | [
{
"change_type": "MODIFY",
"diff": "@@ -274,7 +274,8 @@ const DeleteSilence = observer(\nalertStore: PropTypes.instanceOf(AlertStore).isRequired,\nsilenceFormStore: PropTypes.instanceOf(SilenceFormStore).isRequired,\ncluster: PropTypes.string.isRequired,\n- silence: APISilence.isRequired\n+ silence: APISile... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): workaround multiple modals conflicting with each other | 1 | fix | ui |
531,793 | 26.10.2019 23:52:23 | -3,600 | 166dd6e7277fe0eaa8fd74a87255ad0823b028da | feat(ci): mock silence fetches in storybook | [
{
"change_type": "MODIFY",
"diff": "\"pend\": \"~1.2.0\"\n}\n},\n+ \"fetch-mock\": {\n+ \"version\": \"8.0.0-alpha.5\",\n+ \"resolved\": \"https://registry.npmjs.org/fetch-mock/-/fetch-mock-8.0.0-alpha.5.tgz\",\n+ \"integrity\": \"sha512-/FShpzvtDt/535q+9un5Ve+GGNsCKX3AW9CQN5htZ2eLY11E7yM///SrXoK8QteETSnKbT... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ci): mock silence fetches in storybook | 1 | feat | ci |
531,793 | 26.10.2019 23:55:42 | -3,600 | 5490cb39bbaef6a368f116776fdc134a1c1afe6c | fix(tests): only debounce user generated requests | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ const Browser = observer(\n}\n);\n- onFetch = debounce(() => {\n+ onFetch = () => {\nconst uri = FormatBackendURI(\n`silences.json?sortReverse=${\nthis.dataSource.sortReverse ? \"1\" : \"0\"\n@@ -118,7 +118,9 @@ const Browser = observer(\n`Request failed... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): only debounce user generated requests | 1 | fix | tests |
531,793 | 27.10.2019 00:07:49 | -3,600 | 8a544e6d5c9291eff3c87ebb051041a549025a25 | fix(tests): add more dedup tests | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,19 @@ func TestDedupAlertsWithoutLabels(t *testing.T) {\n}\n}\n+func TestDedupSilences(t *testing.T) {\n+ os.Setenv(\"ALERTMANAGER_URI\", \"http://localhost\")\n+ config.Config.Read()\n+ if err := pullAlerts(); err != nil {\n+ t.Error(err)\n+ }\n+ silences :=... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): add more dedup tests | 1 | fix | tests |
217,922 | 27.10.2019 01:59:58 | -7,200 | 883a6efc852c4726ea0151d370f70e9fb900ae3b | fix(log): fixed wrong log tracking loading, showing it as empty | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export class AuthEffects {\nfetchUser$ = this.actions$.pipe(\nofType<LoggedInAsAnonymous | Authenticated>(AuthActionTypes.LoggedInAsAnonymous, AuthActionTypes.Authenticated),\nexhaustMap((action: LoggedInAsAnonymous | Authenticated) => {\n- return this.u... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log): fixed wrong log tracking loading, showing it as empty | 1 | fix | log |
217,922 | 27.10.2019 02:15:18 | -7,200 | 3ce8c939e52d446497955194119a1f30d60fb8aa | fix(inventory): fixed an issue with inventory saving | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ export class UserInventoryService extends FirestoreStorage<UserInventory> {\nif (changes.some(entry => entry.kind === 'D' || entry.kind === 'A')) {\nreturn super.update(uid, data, uriParams);\n}\n+ try {\nconst patch = changes\n.filter(change => change !... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with inventory saving | 1 | fix | inventory |
217,922 | 27.10.2019 02:16:19 | -7,200 | e699c4edf624a8abbb874ef7b5b1da70920a7a1e | chore(release): 6.0.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=\"6.0.15\"></a>\n+## [6.0.15](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 6.0.15 | 1 | chore | release |
531,793 | 27.10.2019 07:38:55 | 0 | a9a9efdc4d889a720abeaf201cb255887f47fac2 | fix(ui): smaller padding for modal tabs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,10 @@ exports[`<MainModalContent /> matches snapshot 1`] = `\n<span>\n<div class=\\\\\"modal-header py-2\\\\\">\n<nav class=\\\\\"nav nav-pills nav-justified w-100\\\\\">\n- <span class=\\\\\"nav-item nav-link cursor-pointer mx-1 active\\\\\">\n+ <span class=\... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): smaller padding for modal tabs | 1 | fix | ui |
531,793 | 27.10.2019 07:51:20 | 0 | 392e39e621841e8b608fb95edad56730eda42265 | fix(ui): don't allow overflow on silence details | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ const SilenceDetails = ({\nreturn (\n<div className=\"mt-1\">\n- <div className=\"d-flex flex-row justify-content-between\">\n+ <div className=\"d-flex flex-fill flex-lg-row flex-column justify-content-between\">\n<div className=\"flex-shrink-1 flex-grow... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): don't allow overflow on silence details | 1 | fix | ui |
531,793 | 27.10.2019 07:56:09 | 0 | 791219b152aa3750f5c2bc7fba66c556bf605236 | fix(ci): test long string wrapping on storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ exports[`<FatalError /> matches snapshot 1`] = `\n</path>\n</svg>\n</h1>\n- <p class=\\\\\"lead text-white bg-secondary px-1 py-3 rounded\\\\\">\n+ <p class=\\\\\"lead text-white bg-secondary px-1 py-3 rounded text-wrap text-break\\\\\">\nfoo bar\n</p>\n... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): test long string wrapping on storybook | 1 | fix | ci |
531,793 | 27.10.2019 07:59:06 | 0 | 40eedc8156fc14afb6376a1822642053cb090b27 | fix(ui): silence browser controls should switch from row to columns on small screen | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ const Browser = observer(\nreturn (\n<React.Fragment>\n<div\n- className=\"d-flex justify-content-between mb-3\"\n+ className=\"d-flex flex-fill flex-lg-row flex-column justify-content-between mb-3\"\ndata-refresh={settingsStore.fetchConfig.config.inte... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): silence browser controls should switch from row to columns on small screen | 1 | fix | ui |
866,415 | 27.10.2019 08:53:43 | 14,400 | c41a90a6176ddc3ef31a1f084a291c3d60be9bba | feat(locale): add default endpoint for geolocation | [
{
"change_type": "MODIFY",
"diff": "import axios from 'axios';\n-const _endpoint = process.env.GEO_API;\n+const _endpoint =\n+ process.env.GEO_API || 'https://api.www.s81c.com/webmaster/dbip/';\n/**\n* Utility to retrieve user's country code based on their IP address\n*\n",
"new_path": "packages/utiliti... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(locale): add default endpoint for geolocation | 1 | feat | locale |
866,415 | 27.10.2019 08:59:31 | 14,400 | 19e846c2d912e02c5563d2a6cdf55c212e293d15 | chore(package): update utilities version | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.737.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.737.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(package): update utilities version | 1 | chore | package |
531,793 | 27.10.2019 09:00:03 | 0 | 490e0f43de77c2c4fd8b6b041d6d6166544852ad | fix(ui): avoid overflows on silence component | [
{
"change_type": "MODIFY",
"diff": "@@ -289,9 +289,9 @@ exports[`<GroupFooter /> mathes snapshot when silence is rendered 1`] = `\n<div class=\\\\\"components-grid-alertgrid-alertgroup-shared-silence rounded-0 border-0\\\\\">\n<div class=\\\\\"card my-1 components-managed-silence components-animation-fade-a... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): avoid overflows on silence component | 1 | fix | ui |
76,605 | 27.10.2019 09:09:56 | -3,600 | fca7b77b6de22e69b6b17add2f1755785feede74 | feat: bind functions to parent | [
{
"change_type": "MODIFY",
"diff": "@@ -43,15 +43,6 @@ class BaseStemmer {\nreturn this.current;\n}\n- copy_from(other) {\n- this.current = other.current;\n- this.cursor = other.cursor;\n- this.limit = other.limit;\n- this.limit_backward = other.limit_backward;\n- this.bra = other.bra;\n- this.ket = other.k... | JavaScript | MIT License | axa-group/nlp.js | feat: bind functions to parent | 1 | feat | null |
104,818 | 27.10.2019 09:25:02 | 18,000 | c90dd441c18123b923750fea64d4ec61f8ef8ee3 | feat(timeseries): upgrade the legend and tooltip | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-flow\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.6.3\",\n\"@babel/runtime\": \"^7.0.0\",\n- \"@carbon/charts\": \"^0.16.23\",\n- \"@carbon/charts-react\": \"^0.16.23\",\n+ \"@carbon/charts\": \"^0.16.24\",\n+ \"@carbon/charts-react\": \"^0.16.24\",\n\"@c... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(timeseries): upgrade the legend and tooltip | 1 | feat | timeseries |
531,793 | 27.10.2019 09:40:23 | 0 | 1fbb5120e60ed47c7a424e05885e34908cf50aee | fix(ui): reset pagination if needed | [
{
"change_type": "MODIFY",
"diff": "@@ -110,6 +110,10 @@ const Browser = observer(\nthis.dataSource.silences = result;\nthis.dataSource.setDone();\nthis.dataSource.setError(null);\n+ this.pagination.resetIfNeeded(\n+ this.dataSource.silences.length,\n+ this.maxPerPage\n+ );\n})\n.catch(err => {\nconsole.tra... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): reset pagination if needed | 1 | fix | ui |
531,793 | 27.10.2019 09:46:44 | 0 | 45bc77aebfde18fb8d7c8731a75717ba2cbc18b3 | chore(docs): update readme to mention silence browser | [
{
"change_type": "MODIFY",
"diff": "@@ -31,27 +31,29 @@ configuration option in Alertmanager. If a group contains multiple alerts only\nthe first few alerts will be presented. Alerts are expanded or hidden\nusing - / + buttons. The default number of alerts can be configured in the UI\nsettings module.\n+Eac... | TypeScript | Apache License 2.0 | prymitive/karma | chore(docs): update readme to mention silence browser | 1 | chore | docs |
217,922 | 27.10.2019 10:24:41 | -3,600 | 82e9ea85e7a6d5d0e8ad7d6b20417ef611d066e3 | chore: update package-lock file | [
{
"change_type": "MODIFY",
"diff": "\"node-machina-ffxiv\": {\n\"version\": \"2.19.1\",\n\"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.19.1.tgz\",\n- \"integrity\": \"sha512-59/jTZHq5v3S+pvSRIul75S60nWTbw+XKMT2xdENf1rxKFSiJgJZwB7Q5bm1rDBkNsRTYuOWR/6YOrD7iAs9Dw==\",\n+ ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: update package-lock file | 1 | chore | null |
531,793 | 27.10.2019 10:27:36 | 0 | 50177e75dc5a93e418dcfa7c2e93df1c4c540df7 | fix(ui): ensure that pagination doesn't set active page to 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ const Browser = observer(\nresetIfNeeded(totalItemsCount, maxPerPage) {\nconst totalPages = Math.ceil(totalItemsCount / maxPerPage);\nif (this.activePage > totalPages) {\n- this.activePage = totalPages;\n+ this.activePage = Math.max(1, totalPages);\n}\... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): ensure that pagination doesn't set active page to 0 | 1 | fix | ui |
217,922 | 27.10.2019 10:37:09 | -3,600 | 154991e80c4d717af1a1659b1b8bbbe4c6264d8d | fix(auth): fixed an issue with custom characters loading | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,12 @@ export class AuthFacade {\ncharacters$ = this.user$.pipe(\nswitchMap((user: TeamcraftUser) => {\nreturn combineLatest(user.lodestoneIds.map(entry => {\n+ if (entry.id > 0) {\nreturn this.userService.getCharacter(entry.id);\n+ }\n+ return of({\n+ Charact... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with custom characters loading | 1 | fix | auth |
217,922 | 27.10.2019 10:43:54 | -3,600 | c1e3237fffa539c22db53927b9e4cd85162eee57 | fix(desktop): overlay window sometimes not updating opacity properly | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ import {\nfilter,\nfirst,\nmap,\n+ shareReplay,\nstartWith,\nswitchMap,\ntap\n@@ -73,7 +74,8 @@ export class AuthFacade {\n});\n}));\n}),\n- distinctUntilChanged((a, b) => a.length === b.length)\n+ distinctUntilChanged((a, b) => a.length === b.length),\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): overlay window sometimes not updating opacity properly | 1 | fix | desktop |
531,793 | 27.10.2019 11:28:23 | 0 | 16f2d74603e84cf9a511611c940de13f68576b29 | fix(ui): avoid overflows on silence collapse toggle | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,20 @@ import PropTypes from \"prop-types\";\nimport Truncate from \"react-truncate\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\n+import { faChevronUp } from \"@fortawesome/free-solid-svg-icons/faChevronUp\";\n+import { faChevronDown... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): avoid overflows on silence collapse toggle | 1 | fix | ui |
217,922 | 27.10.2019 11:59:49 | -3,600 | 8d85172fdc96b8b48f0d6ac1c56d3ca5a242d934 | chore(release): 6.0.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=\"6.0.16\"></a>\n+## [6.0.16](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 6.0.16 | 1 | chore | release |
866,415 | 27.10.2019 12:05:41 | 14,400 | fe3c7ceb1b15a501b77c78181d5ce9dfd2ea66ed | fix(locale): rely on locale service to get countrylist | [
{
"change_type": "MODIFY",
"diff": "import { FOOTER_LOCALE_BUTTON } from '../../internal/FeatureFlags.js';\nimport { featureFlag } from '@carbon/ibmdotcom-utilities';\n-import React, { useState } from 'react';\n+import React, { useState, useEffect } from 'react';\n+import root from 'window-or-global';\nimpo... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(locale): rely on locale service to get countrylist | 1 | fix | locale |
151,430 | 27.10.2019 12:27:08 | 25,200 | 042083d5fdf3e46e867c886e3a4b8268c4c669bc | docs: redirect /tutorial/ to /tutorials/ | [
{
"change_type": "ADD",
"diff": "+/tutorial/getting-started/ /tutorials/getting-started/ 301\n+/tutorial/enriching-data/ /tutorials/enriching-data/ 301\n+/tutorial/handling-campaign-url-parameters/ /tutorials/handling-campaign-url-parameters/ 301\n",
"new_path": "site/main/_redirects",
"old_path": n... | JavaScript | MIT License | davidwells/analytics | docs: redirect /tutorial/ to /tutorials/ | 1 | docs | null |
531,793 | 27.10.2019 12:35:17 | 0 | 3ef58930ad27d308fbcbda4f6cf8b6ffd22f3ad1 | fix(ui): set silence modal tab on edit | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import { faExternalLinkAlt } from \"@fortawesome/free-solid-svg-icons/faExternalL\nimport { APIAlert, APIGroup } from \"Models/API\";\nimport { AlertStore } from \"Stores/AlertStore\";\n-import { SilenceFormStore } from \"Stores/SilenceFormStore\";\n+imp... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): set silence modal tab on edit | 1 | fix | ui |
866,415 | 27.10.2019 12:47:41 | 14,400 | 36315fa9ad1d217c7c1b45a64bb55cff5931ceab | feat(locale): split get lang attr into its own method | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import { FOOTER_LOCALE_BUTTON } from '../../internal/FeatureFlags.js';\nimport { featureFlag } from '@carbon/ibmdotcom-utilities';\nimport React, { useState, useEffect } from 'react';\n-import root from 'window-or-global';\nimport {\nButton,\nComposedModal... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(locale): split get lang attr into its own method | 1 | feat | locale |
76,605 | 27.10.2019 12:57:58 | -3,600 | e563139cb19461240d409b3e517df67b698c8c3b | fix: license in tests | [
{
"change_type": "MODIFY",
"diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, inc... | JavaScript | MIT License | axa-group/nlp.js | fix: license in tests | 1 | fix | null |
151,430 | 27.10.2019 13:00:17 | 25,200 | 4320ac58e9acb5aff499dcab583e75544c9e98ee | docs: add analytics.reset() docs | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,7 @@ module.exports = {\n'tutorials/getting-started',\n'tutorials/handling-campaign-url-parameters',\n'tutorials/enriching-data',\n+ 'tutorials/using-reset',\n],\nResources: [\n'resources/faq',\n",
"new_path": "site/main/gatsby-config.js",
"old_path":... | JavaScript | MIT License | davidwells/analytics | docs: add analytics.reset() docs | 1 | docs | null |
866,415 | 27.10.2019 13:00:46 | 14,400 | 7c2e7a59754aaf174f5a5630682b539f19ffc1a2 | chore(test): update unit test | [
{
"change_type": "ADD",
"diff": "+{\n+ \"translations\": {\n+ \"mapView\": \"Map View\",\n+ \"listView\": \"List View\",\n+ \"sortBy\": \"Sort By\",\n+ \"select\": \"Select a country/region\"\n+ },\n+ \"regionList\": [\n+ {\n+ \"name\": \"Asia Pacific\",\n+ \"key\": \"ap\",\n+ \"countryList\": [\n+ {\n+ \"n... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(test): update unit test | 1 | chore | test |
866,415 | 27.10.2019 13:05:23 | 14,400 | f6686fd6e2e5efc7976b14552d01063aab1dbc83 | chore(package): update service and utilities package versions | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.739.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.739.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(package): update service and utilities package versions | 1 | chore | package |
217,885 | 27.10.2019 13:08:58 | 25,200 | dd5ec7683b19a5363f0b910b53a7df3983fc3896 | chore: Update node-machina-ffxiv to 2.19.3 | [
{
"change_type": "MODIFY",
"diff": "@@ -25,12 +25,12 @@ module.exports.start = function(win, config, verbose) {\nconst options = isDev ?\n{\n- monitorType: 'WinPCap',\n+ monitorType: 'RawSocket',\nparseAlgorithm: 'CPUHeavy'\n} : {\nparseAlgorithm: 'CPUHeavy',\nnoData: true,\n- monitorType: 'WinPCap',\n+ mon... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.19.3 | 1 | chore | null |
531,793 | 27.10.2019 13:49:32 | 0 | 037370a387fe768530856ee75f3cfb9c526ad702 | chore(ci): mock counters in storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ storiesOf(\"SilenceModal\", module)\n</div>\n</div>\n))\n- .add(\"Silence Form\", () => {\n+ .add(\"Editor\", () => {\nconst alertStore = new AlertStore([]);\nconst settingsStore = new Settings();\nconst silenceFormStore = new SilenceFormStore();\n@@ -58... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): mock counters in storybook | 1 | chore | ci |
67,476 | 27.10.2019 15:52:31 | -3,600 | aa78655772a8bf22725fd0e3a2ee17d57186c92e | refactor(reporter): improve and document log levels | [
{
"change_type": "MODIFY",
"diff": "@@ -31,17 +31,17 @@ export const Reporter: typeof RuntimeReporter = {\nswitch (info.level) {\ncase LogLevel.debug:\n- if (this.level >= LogLevel.debug) {\n+ if (this.level <= LogLevel.debug) {\nconsole.debug(message, ...params);\n}\nbreak;\ncase LogLevel.info:\n- if (this... | TypeScript | MIT License | aurelia/aurelia | refactor(reporter): improve and document log levels | 1 | refactor | reporter |
67,476 | 27.10.2019 15:53:19 | -3,600 | 7f773405898bae038ed4227ba2835e0295166ce0 | feat(kernel): initial logger implementation | [
{
"change_type": "ADD",
"diff": "+import {\n+ IConsoleLike,\n+ LoggerConfiguration,\n+ DI,\n+ ILogger,\n+ LogLevel,\n+ ColorOptions,\n+} from '@aurelia/kernel';\n+import { assert, eachCartesianJoin } from '@aurelia/testing';\n+\n+class ConsoleMock implements IConsoleLike {\n+ public readonly calls: [keyof C... | TypeScript | MIT License | aurelia/aurelia | feat(kernel): initial logger implementation | 1 | feat | kernel |
722,013 | 27.10.2019 16:00:57 | 18,000 | 04018aa6a4a3c9967f7317821959df2144040822 | chore: make rollup cache folder name | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export default {\ntypescript({\nuseTsconfigDeclarationDir: true,\ntsconfig: './tsconfig.build.json',\n- cacheRoot: '../../node_modules/.rpt2_cache'\n+ cacheRoot: '../../node_modules/.rollup_vue-compiler_cache'\n}),\n// Allow bundling cjs modules (unlike ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | chore: make rollup cache folder name | 1 | chore | null |
531,793 | 27.10.2019 16:15:44 | 0 | 30ce99b3c5535bba247510ebae18d94696e23a07 | fix(api): better handling for silence search terms | [
{
"change_type": "MODIFY",
"diff": "@@ -445,11 +445,7 @@ func silences(c *gin.Context) {\n}\nif searchTerm == fmt.Sprintf(\"%s%s\\\"%s\\\"\", strings.ToLower(match.Name), eq, strings.ToLower(match.Value)) {\nisMatch = true\n- } else if searchTerm == fmt.Sprintf(\"%s%s%s\", match.Name, eq, match.Value) {\n- ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(api): better handling for silence search terms | 1 | fix | api |
531,793 | 27.10.2019 16:45:53 | 0 | fe8b396f9547c1de23f8e86b1ef746874f425b3f | fix(docs): update docs about releases | [
{
"change_type": "MODIFY",
"diff": "@@ -56,10 +56,15 @@ all current alerts.\n[Online demo](https://karma-demo.herokuapp.com/)\n-To get notifications about new karma releases you can subscribe to the RSS feed\n-that [GitHub provides](https://github.com/prymitive/karma/releases.atom)\n-To get email notificati... | TypeScript | Apache License 2.0 | prymitive/karma | fix(docs): update docs about releases | 1 | fix | docs |
217,922 | 27.10.2019 17:04:46 | -3,600 | 4842cd08423964aef972dc20417ca771d0d2588a | chore: sidebar link for inventory optimizer | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon nzType=\"appstore\"></i>\n<span>{{'SIDEBAR.Helpers' | translate}}</span>\n</span>\n+ <a (click)=\"onNavLinkClick()\" class=\"menu-link\" nz-menu-item routerLink=\"/inventory-optimizer\"\n+ routerLinkActive=\"ant-menu-item-selected\">\n+ <span>\n+ <i nz-icon nzT... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: sidebar link for inventory optimizer | 1 | chore | null |
217,922 | 27.10.2019 17:30:46 | -3,600 | 1bddd193ea202633d3e0750ece89e87e3a23524e | fix(inventory): fixed an issue with items being sent via mail or trade | [
{
"change_type": "MODIFY",
"diff": "@@ -99,8 +99,12 @@ export class UserInventory extends DataModel {\nconst toContainerKey = isToRetainer ? `${lastSpawnedRetainer}:${packet.toContainer}` : `${packet.toContainer}`;\nconst fromContainer = this.items[fromContainerKey];\n- const toContainer = this.items[toCont... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with items being sent via mail or trade | 1 | fix | inventory |
67,516 | 27.10.2019 17:58:09 | -3,600 | ce2edc09776ab2ccd5b05e8fb52b57f55e001cd3 | chore(i18n): using the metadata for i18n
This commit simply removes the custom `register` methods from the
attribute pattern and binding commands, to use the `@attributePattern`,
and `@bindingCommand` from configuration to deynamically register
the aliases. | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@cypress/webpack-preprocessor\": \"^4.1.0\",\n\"@types/node\": \"^10.14.13\",\n- \"cypress\": \"^3.4.1\",\n+ \"cypress\": \"^3.5.0\",\n\"html-loader\": \"^0.5.5\",\n\"html-webpack-plugin\": \"^3.2.0\",\n\"http-server\": \"0.9.0\",\n",
"new_pa... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): using the metadata for i18n
This commit simply removes the custom `register` methods from the
attribute pattern and binding commands, to use the `@attributePattern`,
and `@bindingCommand` from configuration to deynamically register
the aliases. | 1 | chore | i18n |
217,922 | 27.10.2019 18:02:28 | -3,600 | 443f4b778ff04b2afb131da1d3561e40169dec3c | fix(inventory): fixed an issue with marketboard price estimate | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import { LazyDataService } from '../data/lazy-data.service';\nimport { AuthFacade } from '../../+state/auth.facade';\nimport { IpcService } from '../electron/ipc.service';\nimport { SettingsService } from '../../modules/settings/settings.service';\n+import... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with marketboard price estimate | 1 | fix | inventory |
67,476 | 27.10.2019 18:11:27 | -3,600 | 39664670126a2fe417d39367413b8e2c0ca492b6 | chore(aot): add node types | [
{
"change_type": "MODIFY",
"diff": "\"compilerOptions\": {\n\"rootDir\": \"src\",\n\"declarationDir\": \"dist\",\n- \"outDir\": \"dist/esnext\"\n+ \"outDir\": \"dist/esnext\",\n+ \"types\": [\n+ \"node\"\n+ ]\n},\n\"include\": [\"src\"]\n}\n",
"new_path": "packages/aot/tsconfig.json",
"old_path": "p... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add node types | 1 | chore | aot |
67,476 | 27.10.2019 18:13:05 | -3,600 | 05355e3624f86948fca8de29e66c89451304dab9 | chore(aot): move typescript to normal deps | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@aurelia/jit\": \"0.4.0\",\n\"@aurelia/kernel\": \"0.4.0\",\n- \"@aurelia/runtime\": \"0.4.0\"\n+ \"@aurelia/runtime\": \"0.4.0\",\n+ \"typescript\": \"^3.6.4\"\n},\n\"devDependencies\": {\n\"@types/node\": \"^10.14.13\",\n- \"tslib\": \"^1.10.0\",\... | TypeScript | MIT License | aurelia/aurelia | chore(aot): move typescript to normal deps | 1 | chore | aot |
67,476 | 27.10.2019 18:14:44 | -3,600 | c6a19b1c5c78ba2a8b24a8f86b5ad7b3f3617e81 | chore(aot): add jsdom dep | [
{
"change_type": "MODIFY",
"diff": "\"@aurelia/jit\": \"0.4.0\",\n\"@aurelia/kernel\": \"0.4.0\",\n\"@aurelia/runtime\": \"0.4.0\",\n- \"typescript\": \"^3.6.4\"\n+ \"typescript\": \"^3.6.4\",\n+ \"jsdom\": \"^15.1.1\"\n},\n\"devDependencies\": {\n\"@types/node\": \"^10.14.13\",\n",
"new_path": "package... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add jsdom dep | 1 | chore | aot |
67,476 | 27.10.2019 18:15:44 | -3,600 | 6881608946dd34944102b81cff7a529c3ad975df | chore(aot): add appropriate fx deps | [
{
"change_type": "MODIFY",
"diff": "\"access\": \"public\"\n},\n\"dependencies\": {\n- \"@aurelia/jit\": \"0.4.0\",\n\"@aurelia/kernel\": \"0.4.0\",\n\"@aurelia/runtime\": \"0.4.0\",\n+ \"@aurelia/runtime-html\": \"0.4.0\",\n+ \"@aurelia/runtime-html-jsdom\": \"0.4.0\",\n+ \"@aurelia/jit\": \"0.4.0\",\n+ \"... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add appropriate fx deps | 1 | chore | aot |
217,922 | 27.10.2019 18:47:58 | -3,600 | 18d7e23046e21ee2387c3d174551c5ea010f44b0 | chore: new patreon supporter: Oric Yaeger | Cerberus | [
{
"change_type": "MODIFY",
"diff": "'Victoria Valyntara',\n'Scrapper Spart',\n'Icknickl Lodien',\n- 'Glanyx'\n+ 'Glanyx',\n+ 'Oric Yaeger | Cerberus'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText = randomPatron;\n",
"ne... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: new patreon supporter: Oric Yaeger | Cerberus | 1 | chore | null |
217,922 | 27.10.2019 19:34:06 | -3,600 | 0061553f4ec6a07e39955c85d2bbc643cd239e29 | chore: switching ipc to a root provided service | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,6 @@ import { PushNotificationsModule } from 'ng-push';\nimport { AbstractNotification } from './notification/abstract-notification';\nimport { ListCommentNotification } from '../model/notification/list-comment-notification';\nimport { PendingChangesService }... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: switching ipc to a root provided service | 1 | chore | null |
217,922 | 27.10.2019 19:36:22 | -3,600 | fcfd41d0a5b3139e5a47bf501417d1dbff101699 | chore: reducing event listeners | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export class OauthService {\n// If we're running inside electron, we need a special implementation.\nif (this.platformService.isDesktop()) {\nsignIn$ = new Subject<UserCredential>();\n- this._ipc.on('oauth-reply', (event, code) => {\n+ this._ipc.once('oa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: reducing event listeners | 1 | chore | null |
217,922 | 27.10.2019 19:37:45 | -3,600 | e69b1f98166dc1e29c4e17ae31ead1d30a81f102 | chore: no more ipc event listener limit | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,8 @@ const express = require('express');\nconst fs = require('fs');\nconst Machina = require('./machina.js');\n+ipcMain.setMaxListeners(0);\n+\nconst oauth = require('./oauth.js');\nconst argv = process.argv.slice(1);\n",
"new_path": "desktop/main.js",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: no more ipc event listener limit | 1 | chore | null |
76,605 | 27.10.2019 19:39:38 | -3,600 | 1e05717822cb666d79a0d52a4d291e7cbac0bcfa | feat: Armenian Language | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/lang-hy/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\... | JavaScript | MIT License | axa-group/nlp.js | feat: Armenian Language | 1 | feat | null |
531,793 | 27.10.2019 20:34:03 | 0 | c7987f114f19fe22f583f24f8b6399d2a77bf276 | fix(tests): include typescript in jest coverage | [
{
"change_type": "MODIFY",
"diff": "},\n\"jest\": {\n\"collectCoverageFrom\": [\n- \"src/**/*.{js,jsx}\",\n- \"!src/**/*.stories.{js,jsx}\"\n+ \"src/**/*.{js,jsx,tsx}\",\n+ \"!src/**/*.stories.{js,jsx,tsx}\"\n]\n},\n\"devDependencies\": {\n",
"new_path": "ui/package.json",
"old_path": "ui/package.js... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): include typescript in jest coverage | 1 | fix | tests |
76,605 | 27.10.2019 21:05:55 | -3,600 | 0daad6e88930c5aa53e342856d826fa9ce745305 | feat: Bengali Language | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/lang-bn/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\... | JavaScript | MIT License | axa-group/nlp.js | feat: Bengali Language | 1 | feat | null |
531,793 | 27.10.2019 21:46:25 | 0 | 6ea4149d8aee2b4ff3eee6ad19b017d732a0f7f6 | fix(tests): refactor entrypoint for full test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -51,12 +51,17 @@ const ParseDefaultFilters = settingsElement => {\nreturn defaultFilters;\n};\n-const ParseUIDefaults = b64data => {\n- const decoded = Buffer.from(b64data, \"base64\").toString(\"ascii\");\n+const ParseUIDefaults = defaultsElement => {\n+ if (defaultsE... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): refactor entrypoint for full test coverage | 1 | fix | tests |
67,476 | 27.10.2019 21:54:40 | -3,600 | dbb4888fb3ade5864130f721aefe32590ff0fc08 | chore(aot): add package types | [
{
"change_type": "ADD",
"diff": "+/**\n+ * These interfaces are generated by https://app.quicktype.io/ based on the JSON schema for package.json at http://json.schemastore.org/package\n+ */\n+export interface Package {\n+ author?: PersonObject | string;\n+ bin?: { [key: string]: string } | string;\n+ /**\n+... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add package types | 1 | chore | aot |
76,605 | 27.10.2019 23:08:09 | -3,600 | cfe395e0cb6c3937e1eb2950944ca480d79beaec | feat: avoid languages by now | [
{
"change_type": "MODIFY",
"diff": "\"testURL\": \"http://localhost/\",\n\"collectCoverage\": true,\n\"collectCoverageFrom\": [\n- \"**/src/**/**.js\"\n+ \"**/src/**/**.js\",\n+ \"!./packages/lang-**/**\"\n],\n\"coverageDirectory\": \"coverage\",\n\"testEnvironment\": \"node\"\n",
"new_path": "package.j... | JavaScript | MIT License | axa-group/nlp.js | feat: avoid languages by now | 1 | feat | null |
67,476 | 28.10.2019 04:16:34 | -3,600 | bfa6fd7515bffea067024c82bb645b3d0e35231f | chore(aot): add test script | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"eslint --cache --ext .js,.ts src/\",\n\"build\": \"tsc -b\",\n\"bundle\": \"ts-node -P ../../tsconfig.json ../../scripts/bundle.ts umd,esm,system aot\",\n- \"dev\": \"tsc -b -w\"\n+ \"dev\": \"tsc -b -w\",\n+ \"test\": \"node -r esm dist/esnext/index.js\"\n},\... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add test script | 1 | chore | aot |
679,913 | 28.10.2019 04:28:16 | 0 | 7cb88771f88fc329a2728d9f86a18faf04ab0c35 | fix(color): update/rename imports (vectors pkg)
values() => stridedValues() | [
{
"change_type": "MODIFY",
"diff": "import { IDeref } from \"@thi.ng/api\";\nimport { EPS } from \"@thi.ng/math\";\n-import { eqDelta4, values } from \"@thi.ng/vectors\";\n+import { eqDelta4, stridedValues } from \"@thi.ng/vectors\";\nimport { Color, ColorMode, IColor } from \"../api\";\nexport abstract cla... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(color): update/rename imports (vectors pkg)
- values() => stridedValues() | 1 | fix | color |
679,913 | 28.10.2019 04:50:42 | 0 | 292611a44d1a661dcad4c293863517cac3791f28 | feat(hdom-canvas): add `packedPoints` shape type, update readme
minor refactor point()/drawPoints() | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ This project is part of the\n- [Path](#path)\n- [SVG paths with arc segments](#svg-paths-with-arc-segments)\n- [Points](#points)\n+ - [Packed points](#packed-points)\n- [Text](#text)\n- [Image](#image)\n- [Gradients](#gradients)\n@@ -399,6 +400,34 @@ The... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-canvas): add `packedPoints` shape type, update readme
- minor refactor point()/drawPoints() | 1 | feat | hdom-canvas |
679,913 | 28.10.2019 04:51:19 | 0 | f767bd8759d33315c784dffdbf7971d68fd7c819 | build: update deps in make-module script | [
{
"change_type": "MODIFY",
"diff": "@@ -62,11 +62,11 @@ cat << EOF > $MODULE/package.json\n\"@types/node\": \"^12.6.3\",\n\"mocha\": \"^6.1.4\",\n\"nyc\": \"^14.0.0\",\n- \"typedoc\": \"^0.14.2\",\n- \"typescript\": \"^3.5.3\"\n+ \"typedoc\": \"^0.15.0\",\n+ \"typescript\": \"^3.6.4\"\n},\n\"dependencies\":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update deps in make-module script | 1 | build | null |
866,390 | 28.10.2019 05:54:34 | 14,400 | 5cf530ae093831932f0b041ef4b6ae2326cfd812 | fix: updated readme with new class names | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,7 @@ const SimpleLongForm = ({ title, copy, linkType, link }) =>\n* @returns {*} JSX Object\n*/\nconst renderLink = (type, data) => {\n+ console.log(type, data);\nreturn type === 'jump' ? (\n<JumpLink link={data} />\n) : type === 'card' ? (\n@@ -84,10 +85,10 ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: updated readme with new class names | 1 | fix | null |
866,390 | 28.10.2019 06:16:31 | 14,400 | 42bb46f0312fa33f6c1136d49cb6cbb2cae34c1a | fix: updated simple link and card link focus state ui | [
{
"change_type": "MODIFY",
"diff": "@@ -41,11 +41,13 @@ const JumpLink = ({ link: { href, text } }) => {\ndata-autoid={`${stablePrefix}--jumplink`}\nclassName={`${prefix}--jumplink`}\nonClick={e => scrollToEle(e, href)}>\n+ <div className={`${prefix}--list__link__inner`}>\n<XAxis16\naria-label=\"Learn more ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: updated simple link and card link focus state ui | 1 | fix | null |
866,390 | 28.10.2019 06:22:32 | 14,400 | 00685db4216a15750a44b551f95c0740c848f8ad | fix: removed unnecessary packages | [
{
"change_type": "MODIFY",
"diff": "\"@carbon/ibmdotcom-styles\": \"0.4.0\",\n\"@carbon/ibmdotcom-utilities\": \"^1.1.0-alpha.610\",\n\"classnames\": \"2.2.6\",\n- \"dompurify\": \"^2.0.6\",\n- \"jsdom\": \"^15.2.0\",\n\"window-or-global\": \"^1.0.1\"\n},\n\"devDependencies\": {\n",
"new_path": "package... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: removed unnecessary packages | 1 | fix | null |
866,390 | 28.10.2019 06:27:48 | 14,400 | 8df6d576041863cd9f0b34f4da3407f78fde4f76 | fix: replaced learn more english text with props | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ const { prefix } = settings;\n* @param {string} props.target simple link text\n* @returns {*} SimpleLink component\n*/\n-const SimpleLink = ({ link: { href, target } }) => {\n+const SimpleLink = ({ link: { href, text, target } }) => {\nreturn (\n<a\ndata... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: replaced learn more english text with props | 1 | fix | null |
866,390 | 28.10.2019 06:47:38 | 14,400 | 01d7ef4bf551e7b0fb774fdc6bc62a8a46f33c05 | fix: replaced learn more text with props | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const List = ({\nlists: {\ntitle,\ncopy,\n- link: { href, target },\n+ link: { href, text, target },\n},\n}) => {\nreturn (\n@@ -43,7 +43,7 @@ const List = ({\nhref={href}\ntarget={target === 'blank' ? '_blank' : '_self'}>\n<div className={`${prefix}--li... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: replaced learn more text with props | 1 | fix | null |
866,390 | 28.10.2019 08:21:09 | 14,400 | da28718a9bb0eb11f93d2d76d39ec1d34fc1576e | fix: renamed List component to ListSectionItem | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { settings } from 'carbon-components';\n-import List from './List';\n+import ListSectonItem from './ListSectionI... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: renamed List component to ListSectionItem | 1 | fix | null |
866,390 | 28.10.2019 09:20:20 | 14,400 | b97647196df258f083f558f3cc33f81a646767e9 | fix: renamed ListGroup component to ListSectionGroup component | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { settings } from 'carbon-components';\nimport classNames from 'classnames';\nimport { featureFlag } from '@carbon/ibmdotcom-utilities';\nimport { LISTSECTION } from '../../internal/FeatureFlags';\n-import ListGroup from './ListGroup';\n+import Li... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: renamed ListGroup component to ListSectionGroup component | 1 | fix | null |
76,621 | 28.10.2019 09:20:58 | -3,600 | 7cc5691a744faff0188b932e1f03d593b4b40564 | fix: put correct stopwords file for dutch stemmer | [
{
"change_type": "MODIFY",
"diff": "const BaseStemmer = require('./base-stemmer');\nconst Among = require('./among');\n-const stopwords = require('../stopwords/stopwords_fr.json');\n+const stopwords = require('../stopwords/stopwords_nl.json');\n/**\n* This class was automatically generated by a Snowball to ... | JavaScript | MIT License | axa-group/nlp.js | fix: put correct stopwords file for dutch stemmer | 1 | fix | null |
866,390 | 28.10.2019 09:29:53 | 14,400 | 6b28d40fcd3278749c38a30d336f80c5f19b5a11 | fix: marked render functions as private | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ const ListSection = ({ title, copy, listGroup }) =>\n<div className={`${prefix}--listsection__content`}>{copy}</div>\n</div>\n<div className={`${prefix}--listsection__listgroup__col`}>\n- {renderListGroup(listGroup)}\n+ {_renderListGroup(listGroup)}\n</d... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: marked render functions as private | 1 | fix | null |
866,390 | 28.10.2019 09:34:50 | 14,400 | 398454ef94093019c0b5ad82376816b45195d2e7 | fix: changed title's html tag to h3 | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ const ListSection = ({ title, copy, listGroup }) =>\n<div className={`${prefix}--listsection__container`}>\n<div className={`${prefix}--listsection__row`}>\n<div className={`${prefix}--listsection__col`}>\n- <h1 className={`${prefix}--listsection__title`... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: changed title's html tag to h3 | 1 | fix | null |
76,605 | 28.10.2019 09:52:11 | -3,600 | eb7a00fc8ec6e23099255b8d38a9361e4c66fce5 | feat: Farsi Language | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/lang-fa/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\... | JavaScript | MIT License | axa-group/nlp.js | feat: Farsi Language | 1 | feat | null |
866,390 | 28.10.2019 10:11:00 | 14,400 | 02db432364ff12dee2d3dd4e06de7b5516c9b5eb | fix: css class names update | [
{
"change_type": "MODIFY",
"diff": "@@ -11,18 +11,30 @@ Import the package css into the top of your main CSS file.\n#### Elements\n| Class | Description |\n-| --------------------------------- | -------------------------------------------------------------------------------------- |\n+| --------------------... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: css class names update | 1 | fix | null |
866,390 | 28.10.2019 10:38:50 | 14,400 | b90dd7ec11c2c1e80f979e2eda4c71ead47902ec | fix: added themebackground color | [
{
"change_type": "MODIFY",
"diff": "@mixin listsection {\n.#{$prefix}--listsection {\n+ color: $text-01;\n+ background: $ui-background;\n&__container {\npadding-left: $layout-01;\npadding-right: $layout-01;\n}\n- color: $text-01;\n&__col {\n@include carbon--make-col-offset(4, 16);\n@include carbon--make-col... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added themebackground color | 1 | fix | null |
531,793 | 28.10.2019 10:38:59 | 0 | 2c8db31fe555f79c1d46710d90230d8d45106588 | fix(ui): fix matcher overflowing parent of silence details | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ const SilenceComment = ({\n</div>\n</div>\n<div className=\"pt-1 d-flex flex-row justify-content-between\">\n- <div className=\"flex-shrink-1 flex-grow-1 components-managed-silence-cite\">\n+ <div className=\"flex-shrink-1 flex-grow-1 mw-1p components-ma... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix matcher overflowing parent of silence details | 1 | fix | ui |
866,390 | 28.10.2019 10:50:00 | 14,400 | 03bb82a14c017854c6ca975d655b1fd8a1465214 | fix: adjusted padding for mobile view | [
{
"change_type": "MODIFY",
"diff": "@include type-style('expressive-heading-04');\n}\n@include carbon--breakpoint('sm') {\n+ &__col {\n+ padding-left: $layout-01;\n+ padding-right: $layout-01;\n+ }\n&__title {\nmargin-top: $layout-05;\n}\n}\n+ @include carbon--breakpoint('md') {\n+ &__col {\n+ padding-left:... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: adjusted padding for mobile view | 1 | fix | null |
67,495 | 28.10.2019 11:05:08 | 18,000 | 71e815c594bf6b12c2479e983630071e62a651f4 | feat(replace): Nested replaceables didn't render | [
{
"change_type": "MODIFY",
"diff": "@@ -128,6 +128,26 @@ describe('replaceable', function () {\n});\n+ it(`replaceable - default bind to target containerless template nested`, function () {\n+\n+ const App = CustomElement.define({ name: 'app', template: `<template><foo><template><div>\\${baz}</div></templat... | TypeScript | MIT License | aurelia/aurelia | feat(replace): Nested replaceables didn't render | 1 | feat | replace |
866,390 | 28.10.2019 11:13:22 | 14,400 | 187c89d84c11ec42971db87c08744285bd13d6da | fix: added cursor pointer for link | [
{
"change_type": "MODIFY",
"diff": "color: $link-01;\ntext-decoration: none;\noutline: none;\n- cursor: pointer;\ndisplay: inline-block;\nborder: solid 2px transparent;\n@include type-style('body-short-02');\n}\n&:hover {\ntext-decoration: underline;\n+ cursor: pointer;\n}\n&__inner {\ndisplay: flex;\n",
... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added cursor pointer for link | 1 | fix | null |
730,416 | 28.10.2019 11:22:51 | 25,200 | 24b2bcdb4ffcf5fd2800cfcb586f685d8e33012d | chore(s3): upload .version file | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,7 @@ jobs:\nname: 'Grab Version Number'\ncommand: |\necho export VERSION_NUMBER=$(npx -c 'echo \\\"$npm_package_version\\\"') >> $BASH_ENV\n+ echo $VERSION_NUMBER > .version\n- run:\nname: 'Verify version number'\ncommand: |\n@@ -258,6 +259,15 @@ jobs:\n- a... | JavaScript | MIT License | webex/react-widgets | chore(s3): upload .version file | 1 | chore | s3 |
531,793 | 28.10.2019 11:49:18 | 0 | f5081750f0851ddba8cb5c29b2b98cf32bbe9723 | feat(api): allow searching for silences by id | [
{
"change_type": "MODIFY",
"diff": "@@ -433,7 +433,9 @@ func silences(c *gin.Context) {\n}\nif searchTerm != \"\" {\nisMatch := false\n- if strings.Contains(strings.ToLower(silence.Silence.Comment), searchTerm) {\n+ if strings.ToLower(silence.Silence.ID) == searchTerm {\n+ isMatch = true\n+ } else if string... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): allow searching for silences by id | 1 | feat | api |
815,601 | 28.10.2019 12:06:36 | -28,800 | 53b3b8a88d866c6255fe073163d885f0ef6133a2 | chore: tweak block size limit | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ pub const TWO_IN_TWO_OUT_CYCLES: Cycle = 3_200_000;\n// bytes of a typical two-in-two-out tx\npub const TWO_IN_TWO_OUT_BYTES: u64 = 557;\n// count of two-in-two-out txs a block should capable to package\n-const TWO_IN_TWO_OUT_COUNT: u64 = 1_600;\n+const ... | Rust | MIT License | nervosnetwork/ckb | chore: tweak block size limit | 1 | chore | null |
815,593 | 28.10.2019 12:22:12 | -32,400 | a45618c1b32d0d0a42a97f4f1491039fd7228155 | fix: avoids creating tmp folder for db initialization | [
{
"change_type": "MODIFY",
"diff": "@@ -250,7 +250,10 @@ impl SharedBuilder {\nlet db = RocksDB::open(config, COLUMNS);\nSharedBuilder {\ndb,\n- ..Default::default()\n+ consensus: None,\n+ tx_pool_config: None,\n+ store_config: None,\n+ block_assembler_config: None,\n}\n}\n}\n",
"new_path": "shared/src/... | Rust | MIT License | nervosnetwork/ckb | fix: avoids creating tmp folder for db initialization | 1 | fix | null |
76,605 | 28.10.2019 12:35:56 | -3,600 | 046301e42a03c76275a85f3e0fbe3bb210386341 | feat: Galician Language | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@nlpjs/lang-ca\",\n+ \"name\": \"@nlpjs/lang-fr\",\n\"version\": \"1.0.0\",\n\"description\": \"Core\",\n\"author\": {\n",
"new_path": "packages/lang-fr/package.json",
"old_path": "packages/lang-fr/package.json"
},
{
"change_type": "ADD",
... | JavaScript | MIT License | axa-group/nlp.js | feat: Galician Language | 1 | feat | null |
76,605 | 28.10.2019 12:39:46 | -3,600 | 0fcded70644c5079908673e24dcec2a53d2e1035 | fix: stem moved to innerStem | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ class StemmerGl extends BaseStemmer {\nreturn word;\n}\n- stem() {\n+ innerStem() {\nlet word = this.getCurrent();\nword = this.processSuffixes(word, StemmerGl.pluralSuffixes);\nword = this.processSuffixes(word, StemmerGl.unifySuffixes);\n",
"new_pat... | JavaScript | MIT License | axa-group/nlp.js | fix: stem moved to innerStem | 1 | fix | null |
531,793 | 28.10.2019 12:53:14 | 0 | 699f39fa9049fb7dda3b71d460da1ebfaeb8f8a3 | fix(ui): correctly handle browser back/forward buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ beforeEach(() => {\n});\nafterEach(() => {\n+ localStorage.setItem(\"savedFilters\", \"\");\njest.restoreAllMocks();\nwindow.history.pushState({}, \"App\", \"/\");\n});\n@@ -119,4 +120,38 @@ describe(\"<App />\", () => {\nNewUnappliedFilter(\"use=query\"... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): correctly handle browser back/forward buttons | 1 | fix | ui |
266,231 | 28.10.2019 13:22:00 | 21,600 | 05a2cc3095a80f1b35a2a1ad9f35bdd1858bec92 | docs(ruby): update the list of GCP environments in AUTHENTICATION.md
pr | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ code.\n1. Specify project ID in method arguments\n2. Specify project ID in configuration\n3. Discover project ID in environment variables\n-4. Discover GCE project ID\n+4. Discover GCP project ID\n5. Discover project ID in credentials JSON\n**Credentials... | Python | Apache License 2.0 | googleapis/synthtool | docs(ruby): update the list of GCP environments in AUTHENTICATION.md
pr #318 | 1 | docs | ruby |
67,476 | 28.10.2019 13:51:03 | -3,600 | 2158fbf5daeb4cfdf7a211d7aa6a49548ddc7aa3 | refactor(aot): remove placeholders and finish SS:IsFunctionDefinition | [
{
"change_type": "MODIFY",
"diff": "@@ -1842,26 +1842,26 @@ export class $FunctionDeclaration implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-generator-function-definitions-static-semantics-isfunctiondefinition\n// http://www.ecma-international.org/ecma-262/#sec-async-generator-funct... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): remove placeholders and finish SS:IsFunctionDefinition | 1 | refactor | aot |
67,476 | 28.10.2019 14:00:28 | -3,600 | 92245dfdab297c4c6e937bbdbcb74f34d503446d | feat(aot): finish SS:IsSimpleParameterList | [
{
"change_type": "MODIFY",
"diff": "@@ -1702,11 +1702,11 @@ function BindingElementsToHasInitializer(elements: readonly $BindingElement[]):\nfunction BindingElementsToIsSimpleParameterList(elements: readonly $BindingElement[]): boolean {\nconst len = elements.length;\nfor (let i = 0; i < len; ++i) {\n- if (... | TypeScript | MIT License | aurelia/aurelia | feat(aot): finish SS:IsSimpleParameterList | 1 | feat | aot |
67,476 | 28.10.2019 14:03:58 | -3,600 | 73ab28e3c7281417f66c70bcacb5b80f1c5a84d1 | chore(ast): minor typing tweak | [
{
"change_type": "MODIFY",
"diff": "@@ -1837,7 +1837,7 @@ export class $FunctionDeclaration implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-generator-function-definitions-static-semantics-isconstantdeclaration\n// http://www.ecma-international.org/ecma-262/#sec-async-generator-functi... | TypeScript | MIT License | aurelia/aurelia | chore(ast): minor typing tweak | 1 | chore | ast |
531,793 | 28.10.2019 14:13:19 | 0 | e7b31dd2d2adb060ed058acfe9badba45e6004ee | fix(ci): don't run duplicated docker image build for release jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -168,7 +168,7 @@ jobs:\nname: Build docker image\n# we build and push docker image on merge and tag, so this should only\n# run for new branches, to test that they don't break docker builds\n- if: (repo = prymitive/karma AND type != pull_request AND branch != master) O... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): don't run duplicated docker image build for release jobs | 1 | fix | ci |
866,390 | 28.10.2019 14:23:05 | 14,400 | 986535504c6712a02344e327eaeac5876ef30665 | fix: changed icon size to 20 | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { settings } from 'carbon-components';\n-import { ArrowRight16 } from '@carbon/icons-react';\n+import { ArrowRig... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: changed icon size to 20 | 1 | fix | null |
815,577 | 28.10.2019 14:25:09 | -28,800 | 52dcee7efb60230e42467500b21cbc58ad948918 | fix: add ban reason on cx trait | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ pub trait CKBProtocolContext: Send {\nfn get_peer(&self, peer_index: PeerIndex) -> Option<Peer>;\nfn connected_peers(&self) -> Vec<PeerIndex>;\nfn report_peer(&self, peer_index: PeerIndex, behaviour: Behaviour);\n- fn ban_peer(&self, peer_index: PeerInde... | Rust | MIT License | nervosnetwork/ckb | fix: add ban reason on cx trait | 1 | fix | null |
866,390 | 28.10.2019 14:25:12 | 14,400 | ac1a237c0ed4b59a03f5c02066f962779068ace8 | fix: changed story tab name to Default | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ if (SIMPLELONGFORM) {\nsidebar: readme,\n},\n})\n- .add('Standard', () => {\n+ .add('Default', () => {\nconst title = text(\n'title (required)',\n'Maecenas Tincidunt Eget Sapien a Pretium'\n",
"new_path": "packages/patterns-react/src/patterns/SimpleL... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: changed story tab name to Default | 1 | fix | null |
730,430 | 28.10.2019 14:41:43 | 14,400 | 057583604107c20cc5fddf9c3772820d8b3c363a | chore(circle-ci): fix build path error
Fix the build path error that prevents the widgets
demo from running on the live sample. | [
{
"change_type": "MODIFY",
"diff": "@@ -181,23 +181,12 @@ jobs:\ncommand: |\nexport NODE_ENV=production\nexport WEBEX_SCOPE=\"Identity:OAuthClient webexsquare:get_conversation webexsquare:admin spark:people_read spark:rooms_read spark:rooms_write spark:memberships_read spark:memberships_write spark:messages... | JavaScript | MIT License | webex/react-widgets | chore(circle-ci): fix build path error
Fix the build path error that prevents the widgets
demo from running on the live sample. | 1 | chore | circle-ci |
76,605 | 28.10.2019 14:46:13 | -3,600 | d57d857dc538afe310328da331ba4a8a00b870a2 | feat: Hindi language | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/lang-hi/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\... | JavaScript | MIT License | axa-group/nlp.js | feat: Hindi language | 1 | feat | null |
815,577 | 28.10.2019 14:53:35 | -28,800 | 5cc807c3b7c50ee1d32c158996cfc9158361c8bf | style: Unified protocol handshake information format
BREAKING CHANGE: protocol handshake | [
{
"change_type": "MODIFY",
"diff": "@@ -838,6 +838,7 @@ impl NetworkService {\nlet ping_meta = MetaBuilder::default()\n.id(PING_PROTOCOL_ID.into())\n+ .name(move |_| \"/ckb/ping\".to_string())\n.service_handle(move || {\nProtocolHandle::Both(Box::new(PingHandler::new(\nping_interval,\n@@ -851,6 +852,7 @@ im... | Rust | MIT License | nervosnetwork/ckb | style: Unified protocol handshake information format
BREAKING CHANGE: protocol handshake | 1 | style | null |
104,827 | 28.10.2019 14:59:37 | 18,000 | d1f398eee51fcbe6bf3068db6db987cf17b8b8cb | fix(card): keep icons in flex flow | [
{
"change_type": "MODIFY",
"diff": ".card {\n&--title {\nfont-size: rem(14px);\n- line-height: rem(18px);\n+ line-height: rem(48px);\noverflow: hidden;\ntext-overflow: ellipsis;\nwhite-space: nowrap;\n}\n&--header {\n- padding: $spacing-05;\n+ padding: 0 $spacing-05;\nflex: 0 0 $spacing-09;\ndisplay: flex;\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): keep icons in flex flow | 1 | fix | card |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.