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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
127,940 | 14.02.2019 09:49:05 | -7,200 | 8b576b951ff4f6e9a5e995cd876353461053ed63 | chore: add typings to package.json | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@heathmont/sportsbet-assets\",\n\"version\": \"0.2.0\",\n\"main\": \"lib/index.js\",\n+ \"typings\": \"lib/index.d.ts\",\n\"repository\": \"https://github.com/coingaming/sportsbet-design\",\n\"author\": \"mBet Solutions N.V.\",\n\"license\": \"MIT\"\n",
"n... | TypeScript | MIT License | coingaming/moon-design | chore: add typings to package.json | 1 | chore | null |
127,940 | 14.02.2019 09:49:53 | -7,200 | c02646ec6c9ece360334844abfacdea8c6a5de5b | fix(tokens): fix main entry point | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@heathmont/sportsbet-tokens\",\n\"version\": \"0.2.0\",\n- \"main\": \"src/index.ts\",\n+ \"main\": \"lib/index.js\",\n\"typings\": \"lib/index.d.ts\",\n\"repository\": \"https://github.com/coingaming/sportsbet-design\",\n\"author\": \"mBet Solutions N.V.\"... | TypeScript | MIT License | coingaming/moon-design | fix(tokens): fix main entry point | 1 | fix | tokens |
127,940 | 14.02.2019 09:59:56 | -7,200 | 6e38ddd25ddb4cd84b6c056848beece98feb998f | feat: add node version/nvm support | [
{
"change_type": "ADD",
"diff": "+10.15.1\n",
"new_path": ".node-version",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+.node-version\n\\ No newline at end of file\n",
"new_path": ".nvmrc",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,... | TypeScript | MIT License | coingaming/moon-design | feat: add node version/nvm support | 1 | feat | null |
217,922 | 14.02.2019 10:23:27 | -3,600 | ab18c480cbbaa06b3a75895ace974337bce9207c | feat(time): added a click action on eorzean clock to change format | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div fxFlex=\"1 1 auto\" *ngIf=\"!platformService.isDesktop()\"></div>\n<ul nz-menu [nzMode]=\"'horizontal'\" [nzTheme]=\"'dark'\" class=\"right-menu\">\n- <li class=\"clock ant-menu-item\" fxShow fxHide.lt-sm fxFlex>\n+ <li class=\"clock ant-menu-item\" fxShow fx... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(time): added a click action on eorzean clock to change format | 1 | feat | time |
603,467 | 14.02.2019 10:25:51 | 0 | abbac184e44848bc5fa9b8e2fd6ea1f9b4973035 | feat(assertions): Check.whether enables conditional flow | [
{
"change_type": "MODIFY",
"diff": "import * as chai from 'chai';\nimport * as chaiAsPromised from 'chai-as-promised';\n+import * as sinonChai from 'sinon-chai';\nimport { assertions } from './tiny-types';\nchai.use(chaiAsPromised);\n+chai.use(sinonChai);\nchai.use(assertions);\nexport const expect = chai.e... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(assertions): Check.whether enables conditional flow | 1 | feat | assertions |
217,922 | 14.02.2019 10:51:55 | -3,600 | 204fa2b9f7446ed8c7a858dae0634dd7cce070b0 | fix(lists): fixed an issue with lists order breaking after adding a new list | [
{
"change_type": "MODIFY",
"diff": "@@ -10,17 +10,19 @@ import {\nLoadListCompact,\nLoadListDetails,\nLoadListsWithWriteAccess,\n- LoadMyLists, LoadTeamLists,\n+ LoadMyLists,\n+ LoadTeamLists,\nNeedsVerification,\nSelectList,\n- SetItemDone, UnloadListDetails,\n+ SetItemDone,\n+ UnloadListDetails,\nUpdateIt... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed an issue with lists order breaking after adding a new list | 1 | fix | lists |
217,922 | 14.02.2019 10:55:55 | -3,600 | 2352a7c049b965ba1f7aa5e25cd8ea254ac66990 | feat(layout): added new layout filter: IS_TRADE, matches all trades but gil ones | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ export class LayoutRowFilter {\nstatic IS_GATHERING = new LayoutRowFilter(row => row.gatheredBy !== undefined, 'IS_GATHERING');\n+ static IS_TRADE = new LayoutRowFilter(row => row.tradeSources !== undefined && row.tradeSources.length > 0, 'IS_TRADE');\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): added new layout filter: IS_TRADE, matches all trades but gil ones | 1 | feat | layout |
807,849 | 14.02.2019 11:27:34 | 28,800 | 2c40ffd175d93f915feabfe88623e99e573d86e0 | fix(version): Log message when git repository validation is skipped | [
{
"change_type": "MODIFY",
"diff": "@@ -169,6 +169,11 @@ class VersionCommand extends Command {\n// still exits zero, aka \"ok\"\nreturn false;\n}\n+ } else {\n+ this.logger.notice(\n+ \"FYI\",\n+ \"git repository validation has been skipped, please ensure your version bumps are correct\"\n+ );\n}\nthis.upd... | JavaScript | MIT License | lerna/lerna | fix(version): Log message when git repository validation is skipped | 1 | fix | version |
807,849 | 14.02.2019 11:32:59 | 28,800 | ab8cf18dc03c5ff3c7f15fca5d8ddd9da2fd887a | refactor(publish): Punch up loglevel of FYI messages | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ describe(\"publish from-package\", () => {\nexpect(npmPublish).not.toHaveBeenCalled();\n- const logMessages = loggingOutput(\"info\");\n+ const logMessages = loggingOutput(\"notice\");\nexpect(logMessages).toContain(\"No unpublished release found\");\n})... | JavaScript | MIT License | lerna/lerna | refactor(publish): Punch up loglevel of FYI messages | 1 | refactor | publish |
679,913 | 14.02.2019 11:39:04 | 0 | 0007152d4ec1df7aff8dc50246fdb2c29d584993 | feat(arrays): add find/findIndex() | [
{
"change_type": "ADD",
"diff": "+import { Predicate2 } from \"@thi.ng/api\";\n+import { equiv as _equiv } from \"@thi.ng/equiv\";\n+\n+/**\n+ * Similar to `Array.find()`, but uses thi.ng/equiv as default\n+ * predicate.\n+ *\n+ * @param src\n+ * @param x\n+ * @param equiv\n+ */\n+export const find =\n+ <T>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(arrays): add find/findIndex() | 1 | feat | arrays |
679,913 | 14.02.2019 11:40:01 | 0 | b01abaa5fbe4dff191d3b648902c188dfe7e52e5 | refactor(arrays): update arg order, fix shuffle() | [
{
"change_type": "MODIFY",
"diff": "@@ -12,14 +12,14 @@ import { compare } from \"@thi.ng/compare\";\n* to identify the index of `x`. The sort order of `buf` MUST be\n* compatible with that of `cmp`.\n*\n- * @param x\n* @param buf\n+ * @param x\n* @param key\n* @param cmp\n*/\nexport const binarySearch = <A... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(arrays): update arg order, fix shuffle() | 1 | refactor | arrays |
679,913 | 14.02.2019 11:41:23 | 0 | f95ab38cfeaad74086a7656f0363a98094169e07 | refactor(transducers): update thi.ng/arrays call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,6 @@ export function filterFuzzy<A, B>(...args: any[]): any {\nconst query: ArrayLike<B> = args[0];\nconst { key, equiv } = <FilterFuzzyOpts<A, B>>(args[1] || {});\nreturn filter(\n- (x: A) => fuzzyMatch(query, key != null ? key(x) : <any>x, equiv)\n+ (x: A) ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): update thi.ng/arrays call sites | 1 | refactor | transducers |
807,849 | 14.02.2019 12:23:04 | 28,800 | 237d1c5807bf643281254446bb506ae3a52a40f7 | fix(publish): Check for git describe error explicitly | [
{
"change_type": "MODIFY",
"diff": "@@ -259,7 +259,7 @@ class PublishCommand extends Command {\n.then(() => this.verifyWorkingTreeClean())\n.catch(err => {\n// an execa error is thrown when git suffers a fatal error (such as no git repository present)\n- if (err.failed && err.code === 128 && err.stderr && /... | JavaScript | MIT License | lerna/lerna | fix(publish): Check for git describe error explicitly | 1 | fix | publish |
807,849 | 14.02.2019 12:41:49 | 28,800 | d4a16a59d8d7fa70be177e95e0ef05e9d0680e95 | fix(conventional-commits): Improve logging during preset resolution | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ describe(\"conventional-commits\", () => {\nawait recommendVersion(pkg1, \"fixed\", { changelogPreset: \"garbage\" });\n} catch (err) {\nexpect(err.message).toBe(\n- \"Unable to load conventional-commits preset 'garbage' (conventional-changelog-garbage... | JavaScript | MIT License | lerna/lerna | fix(conventional-commits): Improve logging during preset resolution | 1 | fix | conventional-commits |
791,723 | 14.02.2019 13:24:15 | 28,800 | 6315ac9a4fa48cce966b951d89cf4eadc4b603e6 | core(seo): add rel=canonical test for auditing a domain root | [
{
"change_type": "MODIFY",
"diff": "@@ -146,6 +146,25 @@ describe('SEO: Document has valid canonical link', () => {\n});\n});\n+ it('passes when canonical points to the root while current URL is also the root', async () => {\n+ const finalUrl = 'https://example.com/';\n+ const mainResource = {\n+ url: final... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(seo): add rel=canonical test for auditing a domain root (#7228) | 1 | core | seo |
791,704 | 14.02.2019 13:24:41 | 28,800 | 197f55f063dd55fb6d29618be5d2cfeb040ca70e | tests(smokehouse): fail on finalUrl/errorCode mismatches | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ const PAGE_HUNG_EXIT_CODE = 68;\nconst INSECURE_DOCUMENT_REQUEST_EXIT_CODE = 69;\nconst RETRIES = 3;\nconst NUMERICAL_EXPECTATION_REGEXP = /^(<=?|>=?)((\\d|\\.)+)$/;\n+const VERBOSE = Boolean(process.env.LH_SMOKE_VERBOSE);\n/**\n* Attempt to resolve a pa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): fail on finalUrl/errorCode mismatches (#7227) | 1 | tests | smokehouse |
730,420 | 14.02.2019 13:26:57 | 28,800 | 14e304f79d3f9172a88464672216eff5dd263b5c | feat(space): Upgraded Cisco Spark SDK to 1.47.3 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@ciscospark/common-evented\": {\n- \"version\": \"1.43.2\",\n- \"resolved\": \"https://registry.npmjs.org/@ciscospark/common-evented/-/common-evented-1.43.2.tgz\",\n- \"integrity\": \"sha512-iYSePWeNEn3UM1I24eZH40hv6l/ZQhxi3TfZrKnBZ7gO5N+r2ooV2WwaHvu6/Xdyy2twBG1n... | JavaScript | MIT License | webex/react-widgets | feat(space): Upgraded Cisco Spark SDK to 1.47.3 | 1 | feat | space |
730,420 | 14.02.2019 13:27:51 | 28,800 | cc65e8d6bdf82f97f432c9d984581d8a945e8733 | fix(space): ECM files are displayed as links now | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import styles from './styles.css';\nconst POST_VERB = 'post';\nconst SHARE_VERB = 'share';\n+const LINKS_CONTENT_CATEGORY = 'links';\nconst propTypes = {\n@@ -16,6 +17,7 @@ const propTypes = {\ndisplayName: PropTypes.displayName\n}).isRequired,\nactivity: ... | JavaScript | MIT License | webex/react-widgets | fix(space): ECM files are displayed as links now | 1 | fix | space |
807,849 | 14.02.2019 14:00:45 | 28,800 | 6ff53d6020044049b7a9be52a452a49a166bcfb9 | fix(collect-updates): Do not skip change detection when `--since` provided
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -257,6 +257,29 @@ describe(\"collectUpdates()\", () => {\nexpect(makeDiffPredicate).toHaveBeenLastCalledWith(\"beefcafe\", execOpts, undefined);\n});\n+ it(\"does not exit early on tagged release when --since <ref> is passed\", () => {\n+ changedPackages.add(\"package-... | JavaScript | MIT License | lerna/lerna | fix(collect-updates): Do not skip change detection when `--since` provided
Fixes #1927 | 1 | fix | collect-updates |
104,827 | 14.02.2019 14:20:30 | 21,600 | 5846540700dcc85dac145ab5fd2829aec2d7ff85 | fix(table): allow expanding multiple rows simultaneously | [
{
"change_type": "MODIFY",
"diff": "@@ -163,10 +163,7 @@ class TableExpansion extends Component {\n},\nview: {\ntable: {\n- expansion: {\n- rowId: undefined,\n- content: null,\n- },\n+ expandedRows: [],\n},\n},\n};\n@@ -190,22 +187,22 @@ class TableExpansion extends Component {\nconst actions = {\ntable: {\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): allow expanding multiple rows simultaneously | 1 | fix | table |
807,849 | 14.02.2019 14:30:58 | 28,800 | ba544398d5197275c99958c1780afca682b595ae | fix(list): Do not emit empty stdout when there are no results | [
{
"change_type": "MODIFY",
"diff": "// mocked modules\nconst output = require(\"@lerna/output\");\n+const collectUpdates = require(\"@lerna/collect-updates\");\n// helpers\nconst initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n@@ -130,6 +131,18 @@ __TEST_ROOTDIR__/packages/package-5:package... | JavaScript | MIT License | lerna/lerna | fix(list): Do not emit empty stdout when there are no results | 1 | fix | list |
104,818 | 14.02.2019 14:34:35 | 21,600 | ca588ec99dd1ac7a89a032f96edaefd303365291 | test(story): getting unstable sorts unless they're actually different | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,8 @@ const words = [\n'scott',\n];\nconst getWord = (index, step = 1) => words[(step * index) % words.length];\n-const getSentence = index => `${getWord(index, 1)} ${getWord(index, 2)} ${getWord(index, 3)}`;\n+const getSentence = index =>\n+ `${getWord(index,... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(story): getting unstable sorts unless they're actually different | 1 | test | story |
807,849 | 14.02.2019 15:18:31 | 28,800 | 742781b18a88a6f63eaaf43d1c965f90be5dfb78 | feat(listable): Output newline-delimited JSON with `--ndjson` | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ package-2\n`lerna changed` supports all of the flags supported by [`lerna ls`](https://github.com/lerna/lerna/tree/master/commands/list#options):\n- [`--json`](https://github.com/lerna/lerna/tree/master/commands/list#--json)\n+- [`--ndjson`](https://gith... | JavaScript | MIT License | lerna/lerna | feat(listable): Output newline-delimited JSON with `--ndjson` | 1 | feat | listable |
791,690 | 14.02.2019 15:23:53 | 21,600 | 3df08f451803aa9b2ccc73efd025f6654eaaae0f | core(unused-css): change title Defer -> Remove | [
{
"change_type": "MODIFY",
"diff": "},\n\"unused-css-rules\": {\n\"id\": \"unused-css-rules\",\n- \"title\": \"Defer unused CSS\",\n- \"description\": \"Remove unused rules from stylesheets to reduce unnecessary bytes consumed by network activity. [Learn more](https://developers.google.com/web/tools/lightho... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(unused-css): change title Defer -> Remove (#7235) | 1 | core | unused-css |
807,849 | 14.02.2019 16:23:49 | 28,800 | d632d1bacccd2df30ab04ddea84c3952689479de | feat(conventional-commits): Bump conventional-changelog dependencies to pick up security fixes | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@lerna/validation-error\": \"file:../validation-error\",\n- \"conventional-changelog-angular\": \"^5.0.2\",\n- \"conventional-changelog-core\": \"^3.1.5\",\n+ \"conventional-changelog-angular\": \"^5.0.3\",\n+ \"conventional-changelog-core\": \"... | JavaScript | MIT License | lerna/lerna | feat(conventional-commits): Bump conventional-changelog dependencies to pick up security fixes | 1 | feat | conventional-commits |
217,922 | 14.02.2019 16:28:52 | -3,600 | 712b1fcee90ac6896f09cfee54b381ca910008d8 | feat(log-tracker): added completion count next to each page name | [
{
"change_type": "MODIFY",
"diff": "(nzSelectedIndexChange)=\"selectedPage = tab[$event].id\">\n<nz-tab *ngFor=\"let page of tab;\" [nzTitle]=\"titleTemplate\">\n<ng-template #titleTemplate>\n- {{ getPageName(page) }}<span *ngIf=\"isRequiredForAchievement(page)\" nz-tooltip\n+ <span [class.not-required]=\"!... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(log-tracker): added completion count next to each page name | 1 | feat | log-tracker |
791,690 | 14.02.2019 16:29:04 | 21,600 | eb3bd412b4edbcd6340f8297a47319d737096d60 | tests: driver test re-org phase 2 | [
{
"change_type": "MODIFY",
"diff": "const Driver = require('../../gather/driver.js');\nconst Connection = require('../../gather/connections/connection.js');\nconst Element = require('../../lib/element.js');\n-const assert = require('assert');\nconst EventEmitter = require('events').EventEmitter;\nconst {pro... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: driver test re-org phase 2 (#7242) | 1 | tests | null |
807,849 | 14.02.2019 16:30:38 | 28,800 | 059c41bcf2490f77d3d9641ac49adf239c11a978 | chore(lint): Set --cache-location under node_modules so it is cleaned by 'npm ci' | [
{
"change_type": "MODIFY",
"diff": "\"ci\": \"npm test -- --ci --maxWorkers=2 && npm run integration -- --ci\",\n\"fix\": \"npm run lint -- --fix\",\n\"integration\": \"jest --config jest.integration.js --maxWorkers=2\",\n- \"lint\": \"eslint . --ignore-path .gitignore --cache\",\n+ \"lint\": \"eslint . --i... | JavaScript | MIT License | lerna/lerna | chore(lint): Set --cache-location under node_modules so it is cleaned by 'npm ci' | 1 | chore | lint |
807,849 | 14.02.2019 16:50:04 | 28,800 | 1ba72fa4ae4411542b3a45bc6043c1e5c2ecb363 | chore(deps): bump transitive deps | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@octokit/plugin-enterprise-rest\": {\n- \"version\": \"2.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-2.1.0.tgz\",\n- \"integrity\": \"sha512-Rx7hpUsLt4MBgEuKiRFi+NNzKTeo/3YXveEDFD2xuNFmPTtgJLx580/C... | JavaScript | MIT License | lerna/lerna | chore(deps): bump transitive deps | 1 | chore | deps |
743,919 | 14.02.2019 16:57:26 | 25,200 | 16c5d25c00d2cd1c055987837601f7154a7b41b3 | feat: zsh auto completion
fixes: | [
{
"change_type": "ADD",
"diff": "+###-begin-{{app_name}}-completions-###\n+#\n+# yargs command completion script\n+#\n+# Installation: {{app_path}} {{completion_command}} >> ~/.zshrc\n+# or {{app_path}} {{completion_command}} >> ~/.zsh_profile on OSX.\n+#\n+_{{app_name}}_yargs_completions()\n+{\n+ local rep... | JavaScript | MIT License | yargs/yargs | feat: zsh auto completion (#1292)
fixes: #1156 | 1 | feat | null |
807,849 | 14.02.2019 17:41:40 | 28,800 | c2cfd60fa130291dfb06e8e043dbd516d4ab5181 | docs(core): Remove Appveyor badge [skip ci] | [
{
"change_type": "MODIFY",
"diff": "<p align=\"center\">\n<a href=\"https://www.npmjs.com/package/lerna\"><img alt=\"NPM Status\" src=\"https://img.shields.io/npm/v/lerna.svg?style=flat\"></a>\n<a href=\"https://travis-ci.org/lerna/lerna\"><img alt=\"Travis Status\" src=\"https://img.shields.io/travis/lerna... | JavaScript | MIT License | lerna/lerna | docs(core): Remove Appveyor badge [skip ci] | 1 | docs | core |
807,849 | 14.02.2019 17:46:22 | 28,800 | e97a4d388e1336deed369e58522c06a40e8a43bf | docs(core): Optimize core/lerna README for npmjs.com display [skip ci] | [
{
"change_type": "MODIFY",
"diff": "-# `lerna`\n-\n> A tool for managing JavaScript projects with multiple packages.\n-<p align=\"center\">\n+<h2 align=\"center\">\n<img alt=\"Lerna\" src=\"https://cloud.githubusercontent.com/assets/952783/15271604/6da94f96-1a06-11e6-8b04-dc3171f79a90.png\" width=\"480\">\n... | JavaScript | MIT License | lerna/lerna | docs(core): Optimize core/lerna README for npmjs.com display [skip ci] | 1 | docs | core |
807,831 | 14.02.2019 19:36:34 | -3,600 | b9e887e13a1ef90ea9afe9738199b082bf0300d5 | feat(version): Skip repository validation when git is unused
This brings `lerna version` more in line with `npm version` behavior.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -504,6 +504,65 @@ describe(\"VersionCommand\", () => {\n});\n});\n+ describe(\"working on a detached HEAD\", () => {\n+ const detachedHEAD = async (fixture = \"normal\") => {\n+ const cwd = await initFixture(fixture);\n+ const sha = await execa.stdout(\"git\", [\"rev-p... | JavaScript | MIT License | lerna/lerna | feat(version): Skip repository validation when git is unused (#1908)
This brings `lerna version` more in line with `npm version` behavior.
Fixes #1869 | 1 | feat | version |
103,664 | 14.02.2019 19:45:19 | -3,600 | e171acdc275712e69a37df4be75f61098f718b94 | fix: Add SafeAreaView to FAB Group | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nAnimated,\nTouchableWithoutFeedback,\nStatusBar,\n+ SafeAreaView,\n} from 'react-native';\nimport { polyfill } from 'react-lifecycles-compat';\nimport color from 'color';\n@@ -246,6 +247,7 @@ class FABGroup extends React.Component<Props, State> {... | TypeScript | MIT License | callstack/react-native-paper | fix: Add SafeAreaView to FAB Group (#831) | 1 | fix | null |
807,979 | 14.02.2019 20:07:37 | -7,200 | 2c487fe5f612739970eb08026b2bf7da82a32b66 | feat(global-options): Default concurrency to logical CPU count | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,10 @@ const tempy = require(\"tempy\");\n// partially mocked\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\n+const os = require(\"os\");\n+\n+// normalize concurrency across different environments (localhost, CI, etc)\n+jest.spyOn(os, \"cpus... | JavaScript | MIT License | lerna/lerna | feat(global-options): Default concurrency to logical CPU count (#1931) | 1 | feat | global-options |
743,919 | 14.02.2019 20:19:30 | 25,200 | 0a96394f3b3125332eeaaa6c7a5beeffb3c3a27f | fix: support options/sub-commands in zsh completion | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ _{{app_name}}_yargs_completions()\n{\nlocal reply\nlocal si=$IFS\n- IFS=$'\\n' reply=($(COMP_CWORD=\"$((CURRENT-1))\" COMP_LINE=\"$BUFFER\" COMP_POINT=\"$CURSOR\" {{app_path}} --get-yargs-completions \"$\\{words[@]\\}\"))\n+ IFS=$'\\n' reply=($(COMP_CWORD=... | JavaScript | MIT License | yargs/yargs | fix: support options/sub-commands in zsh completion | 1 | fix | null |
217,922 | 14.02.2019 21:06:08 | -3,600 | e8a49ab122e8f14213da8adb807ddb11c44da630 | fix(pricing): fixed an issue with preferred copy type not implemented properly | [
{
"change_type": "MODIFY",
"diff": "<label nz-checkbox [(ngModel)]=\"item.usePrice\" (ngModelChange)=\"save.emit()\"></label>\n<app-item-icon [icon]=\"item.icon\" [itemName]=\"item.id | itemName| i18n\" [itemId]=\"item.id\"\n[width]=\"24\"></app-item-icon>\n- <span ngxClipboard [cbContent]=\"item.id | itemN... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed an issue with preferred copy type not implemented properly | 1 | fix | pricing |
217,922 | 14.02.2019 21:37:34 | -3,600 | 6633c0cdb21836603afad1bc530981dfe6a9e619 | chore(release): 5.0.27 | [
{
"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=\"5.0.27\"></a>\n+## [5.0.27](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.27 | 1 | chore | release |
67,475 | 14.02.2019 22:22:36 | -36,000 | cccb7882d7ce85c83c0b3d224f182768c6c3ba7f | feat(e2e): fix up scripts and pathing for cypress
This stops Cypress running from the root directory or creating new folders where it shouldn't. | [
{
"change_type": "MODIFY",
"diff": "\"test-firefox\": \"cross-env TS_NODE_PROJECT=\\\"scripts/tsconfig.json\\\" karma start scripts/karma.conf.ts --browsers=FirefoxHeadless --single-run\",\n\"test:watch\": \"cross-env TS_NODE_PROJECT=\\\"scripts/tsconfig.json\\\" karma start scripts/karma.conf.ts --browsers... | TypeScript | MIT License | aurelia/aurelia | feat(e2e): fix up scripts and pathing for cypress
This stops Cypress running from the root directory or creating new folders where it shouldn't. | 1 | feat | e2e |
67,475 | 14.02.2019 22:37:21 | -36,000 | 1b3a64bdd858679822885c392c49da9726534ec1 | test(e2e): working e2e test for default router
Tests if au-viewport element exists and contains properties, also checks the default route renders properly. | [
{
"change_type": "MODIFY",
"diff": "+/// <reference types=\"Cypress\" />\n+\n// Tests the router and default route screen renders\ndescribe('Router Default', function() {\n+\n+ it('contains an au-viewport tag', function() {\n+ cy.visit('http://localhost:9001/');\n+\n+ cy.get('au-viewport')\n+ .should('exist... | TypeScript | MIT License | aurelia/aurelia | test(e2e): working e2e test for default router
Tests if au-viewport element exists and contains properties, also checks the default route renders properly. | 1 | test | e2e |
67,475 | 14.02.2019 22:48:06 | -36,000 | b32303e1ecb2558d443e228f07e430f4858d8c68 | feat(e2e): added in au-nav to testing app | [
{
"change_type": "MODIFY",
"diff": "<template>\n+ <au-nav name=\"app-menu\"></au-nav>\n<au-viewport name=\"app\" default=\"routerHome\"></au-viewport>\n</template>\n",
"new_path": "test/cypress/app/src/app.html",
"old_path": "test/cypress/app/src/app.html"
},
{
"change_type": "ADD",
"dif... | TypeScript | MIT License | aurelia/aurelia | feat(e2e): added in au-nav to testing app | 1 | feat | e2e |
67,475 | 14.02.2019 22:48:49 | -36,000 | 09fe7f86b9b8bc1032bc4568ae22c7045b59e260 | test(e2e): test case for empty au-nav | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,15 @@ describe('Router Default', function() {\n.and('have.attr', 'name', 'app');\n});\n+ it('contains an empty au-nav tag', function() {\n+ cy.visit('http://localhost:9001/');\n+\n+ cy.get('au-nav')\n+ .should('exist')\n+ .find('li')\n+ .should('not.exist');\... | TypeScript | MIT License | aurelia/aurelia | test(e2e): test case for empty au-nav | 1 | test | e2e |
67,475 | 14.02.2019 23:06:49 | -36,000 | 9b0b0c6b0b290fa161f7fdb89874bbcb0af26f35 | chore(e2e): remove pretest script | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"The Cypress integration tests.\",\n\"main\": \"index.js\",\n\"scripts\": {\n- \"pretest\": \"cd app && npm install && npm run build && npm run serve\",\n\"test\": \"npm install && cypress open\"\n},\n\"author\": \"Dwayne Charrington <dwaynecharrington@g... | TypeScript | MIT License | aurelia/aurelia | chore(e2e): remove pretest script | 1 | chore | e2e |
67,475 | 14.02.2019 23:08:26 | -36,000 | 412da89bf59dcade02e2e40b6d125f3ceffbc680 | chore(e2e): readme for running tests | [
{
"change_type": "ADD",
"diff": "+## Running the tests\n+\n+- `cd app`\n+- `npm install`\n+- `npm run build`\n+- `npm run serve` (ensure the app is running on port 9001)\n+- (open a new terminal window, keep the current app server running)\n+- `cd ../` (go back to the `cypress` folder)\n+- `npm run e2e` (in... | TypeScript | MIT License | aurelia/aurelia | chore(e2e): readme for running tests | 1 | chore | e2e |
67,479 | 14.02.2019 23:18:10 | -39,600 | 40b9b1e38e2f6696b0f48eed292e3e7405b87fef | chore(replaceable): add failing tests for common scenarios | [
{
"change_type": "MODIFY",
"diff": "@@ -24,5 +24,5 @@ TestContext.createHTMLTestContext = createHTMLTestContext;\nchai.use(sinonChai);\n-const testContext = require.context('../../jit-html/test', true, /\\.spec\\.ts$/);\n+const testContext = require.context('../../jit-html/test', true, /\\.spec\\.tsx?$/);\n... | TypeScript | MIT License | aurelia/aurelia | chore(replaceable): add failing tests for common scenarios | 1 | chore | replaceable |
603,467 | 14.02.2019 23:19:55 | 0 | cf49a752969fa37ec600dcf7b374ba85797fe1e7 | fix(cucumber): Compromised tests are now correctly reported | [
{
"change_type": "ADD",
"diff": "+Feature: Reports compromised scenarios\n+\n+ In order to see how Serenity/JS reports a compromised Cucumber scenario\n+ As a curious developer\n+ I'd like to see an example implementation\n+\n+ Scenario: A compromised scenario\n+\n+ Here's an example of a compromised scenar... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(cucumber): Compromised tests are now correctly reported | 1 | fix | cucumber |
67,479 | 14.02.2019 23:38:31 | -39,600 | 90f45b36e0f224381722f34404480197a647ea97 | fix(tests): fix tests description | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,11 @@ describe('replaceable', function () {\ndescribe('+ [repeat]', function() {\nconst testCases: [string, HTMLElement, HTMLElement, ITestItem[], string][] = [\n[\n- `It works with: 1 level of [replaceable] + access member {item} of [repeat] BC`,\n+ [\n+ '\\... | TypeScript | MIT License | aurelia/aurelia | fix(tests): fix tests description | 1 | fix | tests |
67,479 | 15.02.2019 00:44:39 | -39,600 | 1699e1c55e3f2d383e0324030cd028e616200346 | chore(tests): add more tests for replaceable | [
{
"change_type": "MODIFY",
"diff": "@@ -15,25 +15,23 @@ describe('replaceable', function () {\nconst testCases: [string, HTMLElement, HTMLElement, ITestItem[], string][] = [\n[\n[\n- '\\n----',\n'[repeat]',\n- ' [replaceable] <-- replace this'\n+ ' [replaceable #0] << replace this'\n].join('\\n'),\n<div rep... | TypeScript | MIT License | aurelia/aurelia | chore(tests): add more tests for replaceable | 1 | chore | tests |
67,494 | 15.02.2019 01:33:03 | -3,600 | ee2a986e0bc2fbd0e96e439cd89168d9a160dafd | refactor(router): clean up pop with new go option suppress popstate | [
{
"change_type": "MODIFY",
"diff": "@@ -51,8 +51,6 @@ export class HistoryBrowser {\nprivate isReplacing: boolean;\nprivate isRefreshing: boolean;\n- private ignorePathChange?: ((value?: {} | PromiseLike<{}>) => void) | null;\n-\nconstructor() {\nthis.location = window.location;\nthis.history = new QueuedBr... | TypeScript | MIT License | aurelia/aurelia | refactor(router): clean up pop with new go option suppress popstate | 1 | refactor | router |
679,913 | 15.02.2019 01:51:32 | 0 | 604fca190e626ee8bc22f0c5db789f5ed926d76a | build(sparse): update deps & package | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@thi.ng/sparse\",\n\"version\": \"0.0.1\",\n\"description\": \"Sparse vector & matrix implementations\",\n- \"main\": \"./index.js\",\n+ \"module\": \"./index.js\",\n+ \"main\": \"./lib/index.js\",\n+ \"umd:main\": \"./lib/index.umd.js\",\n\"typings\": \"./ind... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(sparse): update deps & package | 1 | build | sparse |
679,913 | 15.02.2019 01:56:51 | 0 | 436faddadf8d01bc149e37827492acdacd42894e | refactor(sparse): various minor updates & fixes
update AdjacencyMatrix.edges() for undirected graphs
(only emit one direction per edge)
update AM.toDot() (graph vs. digraph) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { CSR } from \"./csr\";\nexport class AdjacencyMatrix extends CSR {\n- public static newEmpty(n: number, undirected = true) {\n+ static newEmpty(n: number, undirected = true) {\nconst raw = CSR.empty(n);\nreturn new AdjacencyMatrix(n, raw.data, raw.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(sparse): various minor updates & fixes
- update AdjacencyMatrix.edges() for undirected graphs
(only emit one direction per edge)
- update AM.toDot() (graph vs. digraph) | 1 | refactor | sparse |
531,793 | 15.02.2019 09:51:19 | 0 | 4100486127a203e592df7876163304afbd359830 | fix(tests): add css classes to react-select components
react-select 2.4 drops role['option'] from Option components, which makes it harder to find those in the DOM while testing. Set classNamePrefix so that all components get extra react-select-* css classes, which allows to easily reference them in tests via enzyme selectors. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,13 +13,13 @@ exports[`<CustomMultiSelect /> matches snapshot when focused 1`] = `\n 0 results available. Select is focused ,type to refine list, press Down to open the menu,\n</p>\n</span>\n- <div class=\\\\\"css-7i0fzi\\\\\">\n- <div class=\\\\\"css-pb81dw\\... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): add css classes to react-select components
react-select 2.4 drops role['option'] from Option components, which makes it harder to find those in the DOM while testing. Set classNamePrefix so that all components get extra react-select-* css classes, which allows to easily reference them in tests via enzyme selectors. | 1 | fix | tests |
127,940 | 15.02.2019 10:13:31 | -7,200 | acdc962f24620cea99dc1af5c92d4402f9226b84 | chore(docs): remove hangover Docz references | [
{
"change_type": "DELETE",
"diff": "-import * as React from 'react';\n-import { Global } from '@emotion/core';\n-import { styles } from '../packages/global/lib';\n-\n-export default ({ children }) => (\n- <main>\n- <Global styles={styles} />\n- {children}\n- </main>\n-);\n",
"new_path": null,
"old_p... | TypeScript | MIT License | coingaming/moon-design | chore(docs): remove hangover Docz references | 1 | chore | docs |
127,940 | 15.02.2019 10:14:35 | -7,200 | c5ff1676577b86f311ab77e415834b1678d2a722 | fix(docs): amend docs build path | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ RUN mkdir -p /config\nADD .config/nginx/nginx.conf.tmpl /config/nginx.conf.tmpl\nADD .config/nginx/server.conf /etc/nginx/conf.d/server.conf\n-COPY .docz/dist /usr/share/nginx/html\n+COPY docs/public /usr/share/nginx/html\nCOPY .config/nginx/entrypoint.sh ... | TypeScript | MIT License | coingaming/moon-design | fix(docs): amend docs build path | 1 | fix | docs |
127,940 | 15.02.2019 10:15:35 | -7,200 | 9608a2101fc15b0950bc1421fe2b34deb9af0381 | chore(docs): handle assets | [
{
"change_type": "MODIFY",
"diff": "@@ -14,9 +14,11 @@ yarn-error.log*\nlerna-debug.log*\n# Build\n-.docz/app\nlib\ndist\ncache\n.cache\n+\n+# Gatsby\npublic\n+docs/static/assets\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -65,12 +65,1... | TypeScript | MIT License | coingaming/moon-design | chore(docs): handle assets | 1 | chore | docs |
730,429 | 15.02.2019 12:43:14 | 18,000 | dad2bcf0fbf032c56cb4a5e944131710a18de6cc | feat(r-m-spaces): add fetchSpacesEncrypted action | [
{
"change_type": "MODIFY",
"diff": "@@ -116,8 +116,24 @@ Array [\n\"latestActivity\": undefined,\n\"locusUrl\": \"https://converstaionLocusUrl\",\n\"participants\": Array [\n- \"other-userid\",\n- \"this-user-id\",\n+ Object {\n+ \"displayName\": \"Person 1\",\n+ \"emailAddress\": \"person1@email.com\",\n+ ... | JavaScript | MIT License | webex/react-widgets | feat(r-m-spaces): add fetchSpacesEncrypted action | 1 | feat | r-m-spaces |
730,429 | 15.02.2019 12:44:27 | 18,000 | 52fa1af8f527640630bc8f04766fdeec251565a3 | feat(widget-recents): add helpers | [
{
"change_type": "ADD",
"diff": "+import {SPACE_TYPE_GROUP, SPACE_TYPE_ONE_ON_ONE} from '@ciscospark/react-component-utils';\n+\n+/**\n+ * Finds the participant in a direct space that isn't current user\n+ *\n+ * @param {object} space\n+ * @param {string} currentUserId\n+ * @returns {object} participant obj... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): add helpers | 1 | feat | widget-recents |
730,429 | 15.02.2019 12:45:20 | 18,000 | 6c48c4dda064b19014a8636671e33b6d01c97724 | feat(widget-recents): add support for empty 1:1 in selector | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ import {\nSPACE_TYPE_GROUP\n} from '@ciscospark/react-component-utils';\n+import {getToParticipant} from './helpers';\n+\nconst getWidget = (state) => state.widgetRecents;\nconst getSpark = (state) => state.spark;\nconst getCurrentUser = (state, ownProps... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): add support for empty 1:1 in selector | 1 | feat | widget-recents |
730,429 | 15.02.2019 12:46:25 | 18,000 | b775d6a2682d9665bc7e2213e7ea99e3234c02b6 | feat(widget-recents): add get avatar and user for new space to listeners | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {connect} from 'react-redux';\nimport {bindActionCreators} from 'redux';\nimport {storeActivities} from '@ciscospark/redux-module-activities';\n+import {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {\naddSpaceTags,\nfetchSpace,\n@@ -... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): add get avatar and user for new space to listeners | 1 | feat | widget-recents |
730,429 | 15.02.2019 12:47:08 | 18,000 | 7b49601a8fde3e323f4bded6493aa13761862387 | feat(widget-recents): use fetchSpacesEncrypted in setup | [
{
"change_type": "MODIFY",
"diff": "@@ -5,42 +5,39 @@ import {bindActionCreators} from 'redux';\nimport {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {getFeature} from '@ciscospark/redux-module-features';\nimport {connectToMercury} from '@ciscospark/redux-module-mercury';\n-import {fetchSpac... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): use fetchSpacesEncrypted in setup | 1 | feat | widget-recents |
273,683 | 15.02.2019 12:57:24 | -3,600 | cfcefaf355cc8dfa3b1478b07fac95883609b4df | fix(graphql): sort by custom field value | [
{
"change_type": "MODIFY",
"diff": "@@ -82,16 +82,6 @@ class BaseStore {\nreturn chain\n}\n- // taxonomies\n-\n- addTaxonomy (pluginStore, options) {\n- // TODO: implement taxonomies\n- }\n-\n- getTaxonomy (type) {\n- // TODO: implement taxonomies\n- }\n-\n// pages\naddPage (options) {\n",
"new_path": "... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): sort by custom field value | 1 | fix | graphql |
679,913 | 15.02.2019 13:03:52 | 0 | 161d19d23aebd0f95dd36d4a6f849112b5be36bd | feat(vectors): add fit, fit01, fit11 fns | [
{
"change_type": "ADD",
"diff": "+import { fit as _fit, fit01 as _fit01, fit11 as _fit11 } from \"@thi.ng/math\";\n+import { ARGS_VVV, defHofOp } from \"./internal/codegen\";\n+import { HOF_VVV, HOF_VVVVV } from \"./internal/templates\";\n+\n+export const [fit, fit2, fit3, fit4] =\n+ defHofOp(_fit, HOF_VVVV... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add fit, fit01, fit11 fns | 1 | feat | vectors |
679,913 | 15.02.2019 13:04:58 | 0 | 74d77f3501233e0eaa9681f90f3fdd1624292baf | refactor(vectors): improve tpl reuse | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ export const SET = ([o, a]) => `${o}=${a};`;\nexport const SET_N = ([a]) => `${a}=n;`\nexport const HOF_VVV = ([o, a, b, c]) => `${o}=op(${a},${b},${c});`;\n+export const HOF_VVVVV = ([o, a, b, c, d, e]) => `${o}=op(${a},${b},${c},${d},${e});`\nexport co... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): improve tpl reuse | 1 | refactor | vectors |
679,913 | 15.02.2019 13:48:02 | 0 | e7bc075c1c6611d601614ac4a08e5d974b354e8d | build: add missing pkg descriptions | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/bencode\",\n\"version\": \"0.1.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Bencode binary encoder / decoder with optional UTF8 encoding\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"umd:main\": \"./lib/index.umd.js\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: add missing pkg descriptions | 1 | build | null |
67,479 | 15.02.2019 14:35:30 | -39,600 | ffb71f6bbdba8ac057ba1765b8e5c5c6013b5d55 | fix(replaceable-tests): adjust tests, skip failing | [
{
"change_type": "MODIFY",
"diff": "@@ -249,7 +249,7 @@ describe('replaceable', function () {\n});\n- describe('Difficult cases', function() {\n+ describe.skip('Difficult cases', function() {\ndescribe('with multiple nested replaceable from 1 -> 10 levels', function() {\nconst createReplaceableDiv = (level:... | TypeScript | MIT License | aurelia/aurelia | fix(replaceable-tests): adjust tests, skip failing | 1 | fix | replaceable-tests |
273,683 | 15.02.2019 14:48:15 | -3,600 | b844708e73fdd880895a54644cb86a9e92287f92 | feat(filesystem): fileInfo field in schema | [
{
"change_type": "MODIFY",
"diff": "@@ -121,13 +121,23 @@ class FilesystemSource {\nconst absPath = path.join(this.context, file)\nconst relPath = path.relative(this.context, file)\nconst mimeType = this.store.mime.lookup(file)\n- const content = await fs.readFile(absPath, 'utf-8')\n+ const content = await ... | JavaScript | MIT License | gridsome/gridsome | feat(filesystem): fileInfo field in schema | 1 | feat | filesystem |
67,479 | 15.02.2019 14:57:08 | -39,600 | 3d0aa44a3e3851e211ac198d0c3bf103c0ccccea | fix(tests): adjust h fn name | [
{
"change_type": "MODIFY",
"diff": "import { Aurelia, CustomElementResource, ICustomElement } from '@aurelia/runtime';\nimport { expect } from 'chai';\n-import { TestContext } from '../util';\n-import { h } from './util';\n+import { TestContext, HTMLTestContext } from '../util';\n+import { hJsx } from './ut... | TypeScript | MIT License | aurelia/aurelia | fix(tests): adjust h fn name | 1 | fix | tests |
730,429 | 15.02.2019 14:58:22 | 18,000 | 8d41db4f8308d42693c384dd6ab3cd366a865054 | chore(circle): remove sauce connect hard coded ports | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ jobs:\nno_output_timeout: 15m\ncommand: |\nset -em\n- PORT=4567 BROWSER=chrome npm run test:integration\n+ BROWSER=chrome npm run test:integration\n- store_test_results:\npath: reports/junit/wdio\n- store_artifacts:\n@@ -130,7 +130,7 @@ jobs:\nno_outpu... | JavaScript | MIT License | webex/react-widgets | chore(circle): remove sauce connect hard coded ports | 1 | chore | circle |
127,940 | 15.02.2019 15:45:23 | -7,200 | 0aa77897c7a6fab57ad5cfcbf8c172784ba27510 | fix(link): remove buggy vertical-align | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ exports[`Link renders as a anchor when \\`href\\` defined 1`] = `\ndisplay: inline-block;\nmargin: 0;\npadding: 0;\n- vertical-align: middle;\nfont: inherit;\ncolor: #0cd664;\nbackground-color: transparent;\n@@ -40,7 +39,6 @@ exports[`Link renders as a but... | TypeScript | MIT License | coingaming/moon-design | fix(link): remove buggy vertical-align | 1 | fix | link |
273,683 | 15.02.2019 15:46:05 | -3,600 | daba90d1bf798b09be4a315edb6105232f39e890 | chore(graphql): custom graphql explorer favicon | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ const createApp = require('./app')\nconst createExpressServer = require('./server/createExpressServer')\nconst createSockJsServer = require('./server/createSockJsServer')\nconst createClientConfig = require('./webpack/createClientConfig')\n-const { default... | JavaScript | MIT License | gridsome/gridsome | chore(graphql): custom graphql explorer favicon | 1 | chore | graphql |
730,429 | 15.02.2019 15:52:03 | 18,000 | 3fff67870fa01a57507160cbe3ab3b8dabfb7349 | chore(wdio): add sauce connect retry options | [
{
"change_type": "MODIFY",
"diff": "@@ -337,7 +337,15 @@ if (isSauceEnabled) {\n'localhost'\n],\ntunnelIdentifier: tunnelId,\n- port: process.env.SAUCE_CONNECT_PORT || 4445\n+ port: process.env.SAUCE_CONNECT_PORT || 4445,\n+ // retry to establish a tunnel multiple times. (optional)\n+ connectRetries: 4,\n+ ... | JavaScript | MIT License | webex/react-widgets | chore(wdio): add sauce connect retry options | 1 | chore | wdio |
730,429 | 15.02.2019 15:52:46 | 18,000 | 3e8bb47b107afa1aea4efa72b390808ea74ede50 | chore(package): update wdio-sauce-service to 0.4.14 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha1-aN/1++YMUes3cl6p4+0xDcwed24=\",\n\"dev\": true\n},\n- \"boom\": {\n- \"version\": \"4.3.1\",\n- \"resolved\": \"https://registry.npmjs.org/boom/-/boom-4.3.1.tgz\",\n- \"integrity\": \"sha1-T4owBctKfjiJ90kDD9JbluAdLjE=\",\n- \"dev\": true,\n- \"requir... | JavaScript | MIT License | webex/react-widgets | chore(package): update wdio-sauce-service to 0.4.14 | 1 | chore | package |
531,793 | 15.02.2019 15:55:37 | 0 | da6368288a9f5f55bb88cb95260d656c05328a9d | feat(ui): allow sorting alert grid
This adds the ability for user to sort the grid of alerts via selected attribute.
UI configuration is provided to setup if timestamps or labels should be used to sort alerts. | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ import PropTypes from \"prop-types\";\nimport { observable, action } from \"mobx\";\nimport { observer } from \"mobx-react\";\n+import moment from \"moment\";\n+\nimport MasonryInfiniteScroller from \"react-masonry-infinite\";\nimport { FontAwesomeIcon } f... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): allow sorting alert grid
This adds the ability for user to sort the grid of alerts via selected attribute.
UI configuration is provided to setup if timestamps or labels should be used to sort alerts. | 1 | feat | ui |
503,965 | 15.02.2019 16:04:59 | 18,000 | 0964cca3fe16be48067b0d4fe63a95fd4a49977e | fix(build): fix lerna on master | [
{
"change_type": "MODIFY",
"diff": "@@ -35,4 +35,4 @@ jobs:\ncp -r packages/patternfly-4/react-docs/public/assets .public/assets\n- run:\nname: Deploy Docs\n- command: .circleci/upload_preview.sh\n+ command: if [ -n \"$CIRCLE_PULL_REQUEST\" ]; then .circleci/upload_preview.sh; fi\n",
"new_path": ".circl... | TypeScript | MIT License | patternfly/patternfly-react | fix(build): fix lerna on master (#1396) | 1 | fix | build |
447,447 | 15.02.2019 16:36:16 | 18,000 | a74928b79e1107edb6efed275ad47d377214758e | fix: fix menuAlignment description in ButtonMenu and AvatarMenu and add new class in PrimitiveMenu | [
{
"change_type": "MODIFY",
"diff": "@@ -83,10 +83,15 @@ AvatarMenu.propTypes = {\n'large',\n]),\n/** Determines the alignment of the menu relative to the AvatarMenu.\n- * Available options are: left, center, right, bottom-left, bottom-center, bottom-right.\n+ * Available options are: left, center, right, bo... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix menuAlignment description in ButtonMenu and AvatarMenu and add new class in PrimitiveMenu (#609) | 1 | fix | null |
217,922 | 15.02.2019 16:40:46 | -3,600 | 4e9d865d8657f993869a2c11898058fe52c07df2 | feat(list-details): added a toggle to disable auto HQ flags | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,9 @@ export class List extends DataWithPermissions {\n// noinspection JSUnusedGlobalSymbols\ncreatedAt: string = new Date().toISOString();\n+ // Should we disable HQ suggestions for this list?\n+ disableHQSuggestions = false;\n+\nversion: string = environment... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list-details): added a toggle to disable auto HQ flags | 1 | feat | list-details |
67,494 | 15.02.2019 17:03:53 | -3,600 | f6534e2e210c9b148b43a6f5df4254ee9c46e551 | refactor(router): add scope to viewport instruction & implement in viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -42,15 +42,24 @@ export class InstructionResolver {\nlet component, viewport, parameters;\nconst [componentPart, rest] = instruction.split(this.separators.viewport);\nif (rest === undefined) {\n- [component, parameters] = componentPart.split(this.separators.parameters)... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add scope to viewport instruction & implement in viewport | 1 | refactor | router |
273,683 | 15.02.2019 18:48:29 | -3,600 | b7d6ed552cd28d6121f2b63ff56f99485bf5140d | test(graphql): image path for nodes with no origin | [
{
"change_type": "MODIFY",
"diff": "@@ -41,12 +41,12 @@ export default {\nif (srcset.length) attrs[`${isLazy ? 'data-' : ''}srcset`] = srcset.join(', ')\nif (sizes) attrs[`${isLazy ? 'data-' : ''}sizes`] = sizes\n+ directives.push({ name: 'g-image' })\n+\nbreak\n}\n}\n- directives.push({ name: 'g-image' })\... | JavaScript | MIT License | gridsome/gridsome | test(graphql): image path for nodes with no origin | 1 | test | graphql |
217,922 | 15.02.2019 18:53:55 | -3,600 | 17ed76785cae9eeec68653640983c5f879f509af | feat(rotations): new search input box inside the rotation picker drawer | [
{
"change_type": "MODIFY",
"diff": "</a>\n<nz-divider [nzText]=\"'Or' | translate\"></nz-divider>\n</ng-container>\n-\n+<nz-input-group [nzSuffix]=\"suffixIconSearch\">\n+ <input type=\"text\" [ngModel]=\"query$ | async\" (ngModelChange)=\"query$.next($event)\" nz-input\n+ [placeholder]=\"'SIMULATOR.ROTATIO... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(rotations): new search input box inside the rotation picker drawer | 1 | feat | rotations |
217,922 | 15.02.2019 19:05:19 | -3,600 | e012f1e2abf997418a424d57be1029d39ec06997 | chore: small fix for the HQ flag system | [
{
"change_type": "MODIFY",
"diff": "@@ -152,15 +152,15 @@ export class ItemRowComponent implements OnInit {\nthis.requiredForFinalCraft$ = this.listsFacade.selectedList$.pipe(\nmap(list => {\n- if (list.disableHQSuggestions) {\n- return 0;\n- }\nconst recipesNeedingItem = list.finalItems\n.filter(item => it... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for the HQ flag system | 1 | chore | null |
743,913 | 15.02.2019 20:34:06 | 18,000 | 318022499b2d35d1bf4448cd1dbb313fb4c30764 | fix: add zsh script to files array | [
{
"change_type": "MODIFY",
"diff": "\"lib\",\n\"locales\",\n\"completion.sh.hbs\",\n+ \"completion.zsh.hbs\",\n\"LICENSE\"\n],\n\"dependencies\": {\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_type": "MODIFY",
"diff": "'use strict'\n-/* global describe, it, bef... | JavaScript | MIT License | yargs/yargs | fix: add zsh script to files array | 1 | fix | null |
217,922 | 15.02.2019 21:13:36 | -3,600 | ae1fc123b07f7400ba9d5f4a30ef0b780e20d3da | fix(pricing): fixed an issue with minimum craft cost being wrong when nq price > hq price | [
{
"change_type": "MODIFY",
"diff": "@@ -215,6 +215,9 @@ export class PricingComponent implements AfterViewInit {\nif (this.pricingService.isCustomPrice(row) || price === 0 || this.pricingService.getPrice(row).fromVendor) {\nconst prices = this.pricingService.getPrice(row);\nconst amounts = this.pricingServi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed an issue with minimum craft cost being wrong when nq price > hq price | 1 | fix | pricing |
217,922 | 15.02.2019 21:29:43 | -3,600 | ae71229b6255b32d50f8358c07f0bbbfa7fb108e | fix(levequests): fixed an issue with new data structure changes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ export interface Levequest {\njobId: number;\nitemId: number;\nitemIcon: string;\n- recipes: { recipeId: string, jobId: number }[];\nexp: number;\ngil: number;\nhq: boolean;\n",
"new_path": "apps/client/src/app/model/search/levequest.ts",
"old_path... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): fixed an issue with new data structure changes | 1 | fix | levequests |
217,922 | 15.02.2019 21:30:39 | -3,600 | 55b8b284a88a959d3b266edf067a1115fc575f8d | chore(release): 5.0.28 | [
{
"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=\"5.0.28\"></a>\n+## [5.0.28](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.28 | 1 | chore | release |
67,479 | 15.02.2019 23:34:43 | -39,600 | ed893cd986569773a08184d641b035a9cfcc9ff2 | chore(examples): add Sierpinski triangle | [
{
"change_type": "ADD",
"diff": "+dist\n+.cache\n",
"new_path": "test/Sierpinski/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+package-lock=false\n",
"new_path": "test/Sierpinski/.npmrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# Sie... | TypeScript | MIT License | aurelia/aurelia | chore(examples): add Sierpinski triangle | 1 | chore | examples |
531,793 | 16.02.2019 11:21:37 | 0 | c40be083bd14c3624a82c17f23c0fccbdd7ba665 | fix(ui): revert react-select to 2.3.0
2.4.0 doesn't work on mobile, revert to 2.3.0 until the issue is fixed upstream | [
{
"change_type": "MODIFY",
"diff": "\"react-popper\": \"1.3.3\",\n\"react-resize-detector\": \"3.4.0\",\n\"react-scripts\": \"2.1.5\",\n- \"react-select\": \"2.4.0\",\n+ \"react-select\": \"2.3.0\",\n\"react-tippy\": \"1.2.3\",\n\"react-transition-group\": \"2.5.3\",\n\"whatwg-fetch\": \"3.0.0\"\n",
"ne... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): revert react-select to 2.3.0
2.4.0 doesn't work on mobile, revert to 2.3.0 until the issue is fixed upstream | 1 | fix | ui |
471,626 | 16.02.2019 12:09:32 | 18,000 | cb1acb7e59cb8161528b010342e15d6bba1cf457 | fix: update package repository fields with monorepo details | [
{
"change_type": "MODIFY",
"diff": "\"publishConfig\": {\n\"access\": \"public\"\n},\n- \"repository\": \"https://github.com/open-wc/open-wc/tree/master/packages/building-webpack\",\n+ \"repository\": {\n+ \"type\" : \"git\",\n+ \"url\" : \"https://github.com/open-wc/open-wc.git\",\n+ \"directory\": \"packa... | JavaScript | MIT License | open-wc/open-wc | fix: update package repository fields with monorepo details | 1 | fix | null |
273,683 | 16.02.2019 12:22:39 | -3,600 | 42da3199282517b11390b1473fcac51af70cd318 | refactor(store): move createReference to store | [
{
"change_type": "MODIFY",
"diff": "@@ -45,11 +45,11 @@ module.exports = function (api) {\nfields: {\ndateFormat: 'YYYY',\ntags: [\n- posts.createReference('2', 'Tag'),\n- posts.createReference('3', 'Tag'),\n- posts.createReference('4', 'Tag')\n+ store.createReference('Tag', '2'),\n+ store.createReference('... | JavaScript | MIT License | gridsome/gridsome | refactor(store): move createReference to store | 1 | refactor | store |
217,922 | 16.02.2019 14:05:28 | -3,600 | 6dfa8227416a8244a0b19d7e9c08d1a00ba597e0 | fix(levequests): fixed an issue with item count not always accurate | [
{
"change_type": "MODIFY",
"diff": "@@ -94,9 +94,9 @@ export class LevequestsComponent implements OnInit {\nreturn this.xivapi.search({\nindexes: [SearchIndex.LEVE], string: query, filters: filters,\n- columns: ['LevelLevemete.Map.ID', 'CraftLeve.Item0TargetID', 'CraftLeve.Item0.Icon', 'CraftLeve.ItemCount0... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): fixed an issue with item count not always accurate | 1 | fix | levequests |
447,447 | 16.02.2019 14:57:30 | 18,000 | 17a0d4c536f1f696246c2d1fa9367ad4dca9ba95 | style: fix input type=date, type=time styles in iOS | [
{
"change_type": "MODIFY",
"diff": ".rainbow-input_icon--right .rainbow-input_bare {\nright: 0.8rem;\npadding-right: 2.35rem; }\n+\n+@supports (-webkit-overflow-scrolling: touch) {\n+ .rainbow-input[type=\"date\"],\n+ .rainbow-input[type=\"datetime-local\"],\n+ .rainbow-input[type=\"time\"],\n+ .rainbow-inp... | JavaScript | MIT License | nexxtway/react-rainbow | style: fix input type=date, type=time styles in iOS (#610) | 1 | style | null |
217,922 | 16.02.2019 15:01:20 | -3,600 | ef8d79c06a908ac8c51ec064f3fe385c254d4462 | chore: trying to fix favorites loading, not sure it'll be enough | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { WorkshopDisplay } from '../../../model/other/workshop-display';\nimport { Observable } from 'rxjs/Observable';\nimport { List } from '../../../modules/list/model/list';\nimport { AuthFacade } from '../../../+state/auth.facade';\n-import { debounce... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: trying to fix favorites loading, not sure it'll be enough | 1 | chore | null |
447,447 | 16.02.2019 17:17:22 | 18,000 | 94999d3cf404ad83bc8432c9c3d066cc7b055ac5 | style: fix input apparience on input component for iOS | [
{
"change_type": "MODIFY",
"diff": ".react-rainbow-experience-examples-view-port {\nbackground-color: #f4f6f9;\n- height: calc(100vh - 68px);\n+ min-height: calc(100vh - 68px);\n}\n.react-rainbow-experience-examples-header-title {\n",
"new_path": "library/pages/ExperienceExamplesPage/styles.css",
"o... | JavaScript | MIT License | nexxtway/react-rainbow | style: fix input apparience on input component for iOS (#611) | 1 | style | null |
471,527 | 16.02.2019 23:03:13 | -3,600 | e04d8856104e82444a858b1e7dc3ca1c703ad20c | fix(owc-dev-server): read and apply .owc-dev-server.config.js | [
{
"change_type": "MODIFY",
"diff": "@@ -82,15 +82,32 @@ If your demo itself is a SPA, you can also specify the app-index option:\nnpx owc-dev-server --app-index demo/index.html --open\n```\n+### Additional configs like a proxy\n+If you need additional configuration for the server you can provide them via a ... | JavaScript | MIT License | open-wc/open-wc | fix(owc-dev-server): read and apply .owc-dev-server.config.js | 1 | fix | owc-dev-server |
531,793 | 17.02.2019 09:50:40 | 0 | 15f8af9a4a3035470e6c2d616a10a423f80d0741 | fix(tests): update snapshot after upgrading enzyme
Those extra lines are 2 buttons that should be present: Back and Submit. Not sure why those were missing before, but looks like new enzyme fixes this snapshot test as those are expected. | [
{
"change_type": "MODIFY",
"diff": "@@ -91,5 +91,45 @@ exports[`<SilencePreview /> matches snapshot 1`] = `\n</div>\n</div>\n</div>\n+<div class=\\\\\"d-flex flex-row-reverse\\\\\">\n+ <button type=\\\\\"button\\\\\"\n+ class=\\\\\"btn btn-outline-primary\\\\\"\n+ >\n+ <svg aria-hidden=\\\\\"true\\\\\"\n+ f... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): update snapshot after upgrading enzyme
Those extra lines are 2 buttons that should be present: Back and Submit. Not sure why those were missing before, but looks like new enzyme fixes this snapshot test as those are expected. | 1 | fix | tests |
217,922 | 17.02.2019 10:30:33 | -3,600 | 75224fb45d96cf6afb8c0263296ed9e9532be056 | fix(pricing): fixed an issue with items that cannot be HQ being priced wrong | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,7 @@ export class PricingComponent implements AfterViewInit {\nif (this.pricingService.isCustomPrice(row) || price === 0 || this.pricingService.getPrice(row).fromVendor) {\nconst prices = this.pricingService.getPrice(row);\nconst amounts = this.pricingServi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed an issue with items that cannot be HQ being priced wrong | 1 | fix | pricing |
217,922 | 17.02.2019 10:57:28 | -3,600 | 5af980e7cabfd2226fa1a95666c6f244dee8cfab | chore(release): 5.0.29 | [
{
"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=\"5.0.29\"></a>\n+## [5.0.29](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.29 | 1 | chore | release |
679,913 | 17.02.2019 14:13:46 | 0 | 5e17fd1054d013bf0d9e96ef275b7108dab9add6 | feat(bitfield): add new package | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/bitfield/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(bitfield): add new package | 1 | feat | bitfield |
679,913 | 17.02.2019 14:17:59 | 0 | 501ea5ee8b76b37d0bfd20e30ebd2e71335bc706 | feat(adjacency): re-import refactored adj matrices as new package | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/adjacency/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(adjacency): re-import refactored adj matrices as new package | 1 | feat | adjacency |
273,683 | 17.02.2019 14:49:38 | -3,600 | dea7e8ecf13fc82fdb422ecea8069c6e166cd163 | refactor(app): split codegen into multiple files | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst isUrl = require('is-url')\n+const Codegen = require('./codegen')\nconst autoBind = require('auto-bind')\nconst hirestime = require('hirestime')\nconst BaseStore = require('./BaseStore')\nconst PluginAPI = require('./PluginAPI')\nconst {... | JavaScript | MIT License | gridsome/gridsome | refactor(app): split codegen into multiple files | 1 | refactor | app |
67,494 | 17.02.2019 15:04:11 | -3,600 | 5344bb97d2570edfca99c4fb725935f9293242d3 | refactor(router): add scoped parse/stringify in instruction resolver | [
{
"change_type": "MODIFY",
"diff": "@@ -51,14 +51,9 @@ export class InstructionResolver {\nreturn new ViewportInstruction(component, viewport, parameters);\n}\n- public stringifyViewportInstruction(instructions: ViewportInstruction | string | (ViewportInstruction | string)[]): string {\n- if (!Array.isArray... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add scoped parse/stringify in instruction resolver | 1 | refactor | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.