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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
151,430 | 29.09.2019 17:34:47 | 25,200 | d034c4eb6efcf4bdde42faffbd807c69a696c3bc | docs: update package name for | [
{
"change_type": "MODIFY",
"diff": "@@ -631,7 +631,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [analytics-plugin-do-not-track](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-do-not-track) Disable tracking for opted out visitors plug... | JavaScript | MIT License | davidwells/analytics | docs: update package name for @analytics/google-analytics | 1 | docs | null |
151,430 | 29.09.2019 18:06:58 | 25,200 | fafc3df492be2f97b004801264c73fc42d8cc5c3 | docs: update google analytics docs | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,15 @@ h3 {\nh4, p, li {\nfont-size: 1.125rem\n}\n+details ul {\n+ margin-top: 10px;\n+}\n+details li {\n+ margin-bottom: 5px;\n+}\n+details li p {\n+ margin-bottom: 0px;\n+}\nh5 {\nfont-size: 1rem;\n",
"new_path": "site/gatsby-theme-base/src/styles.less",... | JavaScript | MIT License | davidwells/analytics | docs: update google analytics docs | 1 | docs | null |
815,595 | 29.09.2019 18:53:24 | -28,800 | 6e6f0e47d296faf4c444cf79574acbde0b1160c1 | test: Add cases for proposal expire rule | [
{
"change_type": "MODIFY",
"diff": "@@ -295,6 +295,7 @@ fn all_specs() -> SpecMap {\nBox::new(SubmitTransactionWhenItsParentInGap),\nBox::new(SubmitTransactionWhenItsParentInProposed),\nBox::new(ProposeTransactionButParentNot),\n+ Box::new(ProposalExpireRuleForCommittingAndExpiredAtOneTime),\n];\nspecs.into... | Rust | MIT License | nervosnetwork/ckb | test: Add cases for proposal expire rule | 1 | test | null |
815,595 | 29.09.2019 19:19:54 | -28,800 | f01a16d264031b6881e5bf62a21ca05bca77b52f | fix(txpool): Remove committed before expired during reorg | [
{
"change_type": "MODIFY",
"diff": "@@ -102,8 +102,13 @@ pub fn update_tx_pool_for_reorg(\nget_related_dep_out_points(tx, get_cell_data).expect(\"Get dep out points failed\");\n(tx, related_out_points)\n});\n- tx_pool.remove_expired(detached_proposal_id.iter());\n+ // NOTE: `remove_expired` will try to re-p... | Rust | MIT License | nervosnetwork/ckb | fix(txpool): Remove committed before expired during reorg | 1 | fix | txpool |
273,683 | 29.09.2019 19:43:41 | -7,200 | b9e79f29c32b8cf61df7f6e89ec5eed9fa777e5b | fix(graphql): validate static queries | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst LRU = require('lru-cache')\nconst hash = require('hash-sum')\n+const validate = require('../validate')\nconst { parse, findDeprecatedUsages } = require('graphql')\nconst { deprecate } = require('../../../../utils/deprecate')\n@@ -30,6 +... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): validate static queries | 1 | fix | graphql |
67,516 | 29.09.2019 19:58:57 | -7,200 | 32c0de52fdbd3d15f64e1b04d9918c8cd523e909 | feat(integration): test plan for runtime-html
Plus few jsdoc addition, and minor typo correction. | [
{
"change_type": "MODIFY",
"diff": "- `priority`: prioritize the change (Not sure how to test that though in real life)\n- `signals` : triggers update via custom signal\n+### `@aurelia/runtime-html`\n+\n+#### Bindings\n+- `attribute`: binds values to view and view-model attribute\n+- `listener`: handle even... | TypeScript | MIT License | aurelia/aurelia | feat(integration): test plan for runtime-html
Plus few jsdoc addition, and minor typo correction. | 1 | feat | integration |
217,922 | 29.09.2019 21:12:05 | -7,200 | e5e38a8e137532fc23bc464bf3a739c2b6656ab7 | chore: small bug fir xof subcollections persistence | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\ndelete parent.notFound;\nconst subcollectionsData = {};\nthis.subcollections.forEach(subcollection => {\n+ subcollectionsData[subcollection] = parent[subcollection];\ndelet... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small bug fir xof subcollections persistence | 1 | chore | null |
217,922 | 29.09.2019 22:26:45 | -7,200 | 2abfed93f375208173dc62a5a4e540fab961cb38 | chore: switching back to winpcap | [
{
"change_type": "MODIFY",
"diff": "@@ -24,17 +24,16 @@ module.exports.start = function(win, config, winpcap) {\n}\nconst options = isDev ?\n- {} : {\n+ {\n+ monitorType : 'WinPCap'\n+ } : {\nnoData: true,\n+ monitorType : 'WinPCap',\nmachinaExePath: machinaExePath,\nremoteDataPath: path.join(app.getAppPath... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: switching back to winpcap | 1 | chore | null |
217,922 | 29.09.2019 23:26:23 | -7,200 | 42ef06b7b2cde6db38943ee2037905f74dcacef3 | chore: small fix for layout system | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ export class LayoutsFacade {\n}),\nmap(layout => {\nlayout.rows = layout.rows.sort((a, b) => a.index - b.index);\n- if (!layout.rows.some(row => row.isOtherRow())) {\n+ if (!layout.rows.some(row => row.isOtherRow && row.isOtherRow())) {\nlayout.rows.push... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for layout system | 1 | chore | null |
749,516 | 30.09.2019 06:41:39 | 25,200 | 8b438f3a23f944b487b2231a9b6714e7e600cfc6 | fix(build): revert react-docgen-typescript upgrade | [
{
"change_type": "MODIFY",
"diff": "\"prettier\": \"1.18.2\",\n\"prettier-package-json\": \"2.1.0\",\n\"react\": \"16.9.0\",\n- \"react-docgen-typescript\": \"1.15.0\",\n+ \"react-docgen-typescript\": \"1.14.1\",\n\"react-dom\": \"16.9.0\",\n\"react-styleguidist\": \"8.0.6\",\n\"regenerator-runtime\": \"0.1... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(build): revert react-docgen-typescript upgrade (#478) | 1 | fix | build |
471,597 | 30.09.2019 08:05:21 | -7,200 | 582963b0d232bd39a415740925dc0e7243c8c631 | docs: Fix spelling mistake and add one word | [
{
"change_type": "MODIFY",
"diff": "Our recommendations must fulfill certain criteria before we publish them.\n-1. Language or platform features/APIs must be released without a flag in the stable version of a least one browser\n-1. Libraries must offer an es module version\n+1. Language or platform features... | JavaScript | MIT License | open-wc/open-wc | docs: Fix spelling mistake and add one word (#828) | 1 | docs | null |
71,267 | 30.09.2019 09:28:12 | 25,200 | 22a5ada1d70ca8fee885aaf76835677fd1975871 | feat(cli): Add Jest tests to JavaScript init templates
The test target in these templates were previously not running tests or failing.
Adresses | [
{
"change_type": "MODIFY",
"diff": "# Useful commands\n- * `npm run test` check javascript error using the typescript compiler\n- * `npm run test:watch` watch for changes and check javascript error using the typescript compiler\n+ * `npm run test` perform the jest unit tests\n* `cdk deploy` deploy this stac... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cli): Add Jest tests to JavaScript init templates (#4282)
The test target in these templates were previously not running tests or failing.
Adresses #4027 | 1 | feat | cli |
503,933 | 30.09.2019 09:39:59 | 14,400 | 53102c811fbcdb1822f30fc2b79a014140ccdad4 | fix(Tabs): Fix the regression in the Tab class with the title prop | [
{
"change_type": "MODIFY",
"diff": "@@ -260,6 +260,7 @@ class Tabs extends React.Component<TabsProps & InjectedOuiaProps, TabsState> {\ntabContentId={tabContentId}\ntabContentRef={tabContentRef}\neventKey={eventKey}\n+ title={title}\n{...rest}\n>\n{title}\n",
"new_path": "packages/patternfly-4/react-cor... | TypeScript | MIT License | patternfly/patternfly-react | fix(Tabs): Fix the regression in the Tab class with the title prop (#3031)
#3006 | 1 | fix | Tabs |
304,868 | 30.09.2019 10:23:23 | 21,600 | a59d621629a4406a526e9717550766135bab89c3 | fix(spec): fix broken links in SPEC | [
{
"change_type": "MODIFY",
"diff": "@@ -511,7 +511,7 @@ A _function type_ represents a set of all functions with the same argument and r\nA _generator type_ represents a value that produces an unknown number of other values.\nThe generated values may be of any other type but must all be the same type.\n-[IM... | Go | MIT License | influxdata/flux | fix(spec): fix broken links in SPEC | 1 | fix | spec |
942,615 | 30.09.2019 10:29:44 | 21,600 | df1ad7cb7451908585e1520278927710083c5576 | docs: Update component_status.md | [
{
"change_type": "MODIFY",
"diff": "@@ -21,30 +21,30 @@ part of Canvas.\n| Component | React | CSS | Guidelines |\n| ---------------------------------------------- | :----------------: | :----------------: | :-------------------------------------------------------------------------------: |\n| **Buttons** |... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Update component_status.md | 1 | docs | null |
71,371 | 30.09.2019 10:31:39 | -7,200 | 3917c4b98c1e3bc51d0b2c39e1ff609168722034 | fix(iam): validate actions
* fix(iam): validate actions
Fail early if IAM actions are invalid.
* fix s3 test
* fix sqs test
* update regex | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ export = {\n// WHEN\nasset.repository.addToResourcePolicy(new iam.PolicyStatement({\n- actions: ['BOOM'],\n+ actions: ['BAM:BOOM'],\nprincipals: [new iam.ServicePrincipal('test.service')]\n}));\n@@ -144,7 +144,7 @@ export = {\n\"PolicyDocument\": {\n\"... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(iam): validate actions (#4278)
* fix(iam): validate actions
Fail early if IAM actions are invalid.
* fix s3 test
* fix sqs test
* update regex | 1 | fix | iam |
503,965 | 30.09.2019 10:35:40 | 14,400 | 6d10b75aae87684bb32f4b5b98d724f1d8ff3cf4 | build(lerna): try to fix zip errors | [
{
"change_type": "MODIFY",
"diff": "\"glob\": \"^7.1.2\",\n\"jest\": \"24.1.0\",\n\"jest-cli\": \"24.1.0\",\n- \"lerna\": \"^3.13.0\",\n+ \"lerna\": \"3.16.2\",\n\"minimist\": \"^1.2.0\",\n\"mutation-observer\": \"^1.0.3\",\n\"plop\": \"^2.0.0\",\n",
"new_path": "package.json",
"old_path": "package.... | TypeScript | MIT License | patternfly/patternfly-react | build(lerna): try to fix zip errors (#3036) | 1 | build | lerna |
815,590 | 30.09.2019 10:41:16 | -28,800 | 0e5441c129a0e6a87999a657fdb468215c0208e8 | test: transaction since overflow | [
{
"change_type": "MODIFY",
"diff": "@@ -593,6 +593,31 @@ pub fn test_since_both() {\nassert!(verify_since(&rtx, &median_time_context, 10, 1).is_ok());\n}\n+#[test]\n+fn test_since_overflow() {\n+ // use max value for each flag\n+ for flag in &[\n+ 0b0000_0000u64, // absolute & block\n+ 0b1000_0000u64, // re... | Rust | MIT License | nervosnetwork/ckb | test: transaction since overflow | 1 | test | null |
67,495 | 30.09.2019 11:33:37 | 18,000 | 78658ebbcfa2767b804386d23b255157ba0b872f | refactor(event-agg): Change interface signature | [
{
"change_type": "MODIFY",
"diff": "-import { EventAggregator } from '@aurelia/kernel';\n+import { EventAggregator, IEventAggregator, EventAggregatorCallback } from '@aurelia/kernel';\nimport { assert } from '@aurelia/testing';\n-type EA = EventAggregator & {\n- eventLookup: { [key: string]: any };\n+type E... | TypeScript | MIT License | aurelia/aurelia | refactor(event-agg): Change interface signature | 1 | refactor | event-agg |
103,570 | 30.09.2019 12:30:32 | -10,800 | 9f7bb6bc3afca01a3d329b035d06551975af9c31 | fix: pass borderRadius to touchableStyle of button | [
{
"change_type": "MODIFY",
"diff": "@@ -231,7 +231,11 @@ class Button extends React.Component<Props, State> {\nborderWidth,\nborderRadius: roundness,\n};\n- const touchableStyle = { borderRadius: roundness };\n+ const touchableStyle = {\n+ borderRadius: style\n+ ? StyleSheet.flatten(style).borderRadius || r... | TypeScript | MIT License | callstack/react-native-paper | fix: pass borderRadius to touchableStyle of button (#1343) | 1 | fix | null |
865,917 | 30.09.2019 12:52:57 | -7,200 | 83120f75f4e79cbd83456276cfe0ff1470cc48bb | feat(client/app): emit app event with tab
Related to
Related to | [
{
"change_type": "MODIFY",
"diff": "@@ -729,6 +729,14 @@ export class App extends PureComponent {\nthis.events.off(event, listener);\n}\n+ emitWithTab(type, tab, payload) {\n+\n+ this.emit(type, {\n+ ...payload,\n+ tab\n+ });\n+ }\n+\nopenTabLinksMenu = (tab, event) => {\nevent.preventDefault();\n@@ -1653,7... | JavaScript | MIT License | camunda/camunda-modeler | feat(client/app): emit app event with tab
Related to #1499
Related to #1500 | 1 | feat | client/app |
865,917 | 30.09.2019 13:04:45 | -7,200 | dff30e59d21155630cb7928e15cd3c9d700ddd64 | feat(client/bpmn): emit app event when modeler configures
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -784,9 +784,20 @@ export class BpmnEditor extends CachedComponent {\nconst {\ngetPlugins,\n+ onAction,\nonError\n} = props;\n+ // notify interested parties that modeler will be configured\n+ const handleMiddlewareExtensions = (middlewares) => {\n+ onAction('emit-event'... | JavaScript | MIT License | camunda/camunda-modeler | feat(client/bpmn): emit app event when modeler configures
Closes #1499 | 1 | feat | client/bpmn |
865,917 | 30.09.2019 13:06:16 | -7,200 | b12480ee534b629b9317ebf1147850cffebb619c | feat(client/bpmn): emit app event when modeler was created
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -825,6 +825,14 @@ export class BpmnEditor extends CachedComponent {\nconst stackIdx = commandStack._stackIdx;\n+ // notify interested parties that modeler was created\n+ onAction('emit-event', {\n+ type: 'bpmn.modeler.created',\n+ payload: {\n+ modeler\n+ }\n+ });\n+\n... | JavaScript | MIT License | camunda/camunda-modeler | feat(client/bpmn): emit app event when modeler was created
Closes #1500 | 1 | feat | client/bpmn |
266,135 | 30.09.2019 13:07:44 | 25,200 | 44a60116386818d247d36dee5fe65cab58080529 | fix(build): push image to gcr during build | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,18 @@ steps:\n\"serverless-scheduler-proxy\",\n]\n+ - name: gcr.io/cloud-builders/docker\n+ id: \"serverless-scheduler-proxy-push\"\n+ waitFor: [\"serverless-scheduler-proxy-builder\"]\n+ args:\n+ [\n+ \"push\",\n+ \"gcr.io/$PROJECT_ID/serverless-scheduler-pr... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix(build): push image to gcr during build (#101) | 1 | fix | build |
711,597 | 30.09.2019 13:19:33 | -7,200 | 70e857dd591da5e4e8cd7453f525399552c47fb9 | fix(admin-ui): Fix DisabledDirective making form dirty | [
{
"change_type": "MODIFY",
"diff": "@@ -14,9 +14,9 @@ export class DisabledDirective {\nreturn;\n}\nif (val === false) {\n- this.formControlName.control.enable();\n+ this.formControlName.control.enable({ emitEvent: false });\n} else {\n- this.formControlName.control.disable();\n+ this.formControlName.contro... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix DisabledDirective making form dirty | 1 | fix | admin-ui |
711,597 | 30.09.2019 14:50:31 | -7,200 | 9931e2574f82a047cfe2206b6fb17d3b0ac775d4 | feat(core): Verify admin-created Customers if password supplied
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ describe('Authorization & permissions', () => {\nit('can create', async () => {\nawait assertRequestAllowed(\ngql`\n- mutation CreateCustomer($input: CreateCustomerInput!) {\n+ mutation CanCreateCustomer($input: CreateCustomerInput!) {\ncreateCustomer(... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Verify admin-created Customers if password supplied
Relates to #171 | 1 | feat | core |
104,857 | 30.09.2019 14:51:33 | -7,200 | 855e4d820d645dee38b3c7d2c73544bdb0afd852 | fix(migration): parent callback for update UI | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ const propTypes = {\nhasLastUpdated: PropTypes.bool,\n// new props after migration\n- timeGrain: PropTypes.string,\n+ timeGrainCallback: PropTypes.func,\n};\nconst defaultProps = {\n@@ -267,7 +267,7 @@ const defaultProps = {\nsidebar: null,\nactions: [... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(migration): parent callback for update UI | 1 | fix | migration |
711,597 | 30.09.2019 14:52:05 | -7,200 | f4511151b0cc41177bcbf91b41bc0770e8675451 | feat(admin-ui): Allow creation of verified Customers
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -152,6 +152,14 @@ export class CustomerDetailComponent extends BaseDetailComponent<CustomerWithOrd\nthis.notificationService.success(_('common.notify-create-success'), {\nentity: 'Customer',\n});\n+ if (!formValue.password) {\n+ this.notificationService.notify({\n+ mes... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Allow creation of verified Customers
Closes #171 | 1 | feat | admin-ui |
711,597 | 30.09.2019 14:58:04 | -7,200 | e486b61cb557b6de139af4d5df1ece6b856e63f3 | chore(admin-ui): Restore nav bar translations | [
{
"change_type": "MODIFY",
"diff": "import { Component, OnInit } from '@angular/core';\nimport { ActivatedRoute, Router } from '@angular/router';\n+import { _ } from '../../providers/i18n/mark-for-extraction';\nimport { NavMenuItem } from '../../providers/nav-builder/nav-builder-types';\nimport { NavBuilder... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(admin-ui): Restore nav bar translations | 1 | chore | admin-ui |
401,147 | 30.09.2019 14:59:00 | -19,080 | 7926fcbe5cd0a26e88bcdf5f3baadeb409589dd6 | fix(core): fix issue of min-width of fieldwithlabel component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export const FieldWithLabelStyled: AnyStyledComponent & StaticProps = styled('di\n${({ minWidth }) =>\nminWidth &&\ncss`\n- min-width: ${minWidth};\n+ min-width: ${minWidth}px;\n`}\n${FieldStyled} {\n",
"new_path": "packages/core/src/components/Field... | TypeScript | MIT License | medly/medly-components | fix(core): fix issue of min-width of fieldwithlabel component
affects: @medly-components/core | 1 | fix | core |
67,474 | 30.09.2019 15:04:26 | -36,000 | 11f8a87d8e1b933ca3e401280fc6fcc48a97589e | refactor(aurelia): extend Aurelia to create static methods for quick start | [
{
"change_type": "MODIFY",
"diff": "@@ -18,28 +18,30 @@ Note: The contents in this document may no longer apply or be out of date.\n```ts\nimport au, { StyleConfiguration, RouterConfiguration } from 'aurelia';\nimport { MyRootComponent } from './my-root-component';\n-au(MyRootComponent); // by default host ... | TypeScript | MIT License | aurelia/aurelia | refactor(aurelia): extend Aurelia to create static methods for quick start | 1 | refactor | aurelia |
815,595 | 30.09.2019 15:16:17 | -28,800 | d6aa09a042fe4ad95ae107a3ffdeda35967322d0 | chore(test): Allow CI debug logs | [
{
"change_type": "MODIFY",
"diff": "@@ -435,11 +435,6 @@ impl Node {\nhash_type: ScriptHashType::Data.into(),\n});\n- if ::std::env::var(\"CI\").is_ok() {\n- ckb_config.logger.filter =\n- Some(::std::env::var(\"CKB_LOG\").unwrap_or_else(|_| \"info\".to_string()));\n- }\n-\nmodify_ckb_config(&mut ckb_config)... | Rust | MIT License | nervosnetwork/ckb | chore(test): Allow CI debug logs | 1 | chore | test |
67,474 | 30.09.2019 15:51:00 | -36,000 | 58e6c4cfc1c1712bc874de419d434767919932dd | chore(doc): use Aurelia as default name, not au | [
{
"change_type": "MODIFY",
"diff": "@@ -16,14 +16,14 @@ Note: The contents in this document may no longer apply or be out of date.\n*Status: 0/Discussion*\n```ts\n-import au, { StyleConfiguration, RouterConfiguration } from 'aurelia';\n+import Aurelia, { StyleConfiguration, RouterConfiguration } from 'aurel... | TypeScript | MIT License | aurelia/aurelia | chore(doc): use Aurelia as default name, not au | 1 | chore | doc |
266,135 | 30.09.2019 15:59:46 | 25,200 | d4e5d97a362a50536f97525d4c700a57606f3aa8 | fix(cloudbuild): increase build timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -79,3 +79,7 @@ steps:\n- \"$_KEY_LOCATION\"\n- \"$_KEY_RING\"\n- \"$_FUNCTION_REGION\"\n+# Each function can take ~2 minutes to deploy.\n+# This means at 5 functions, we will run out\n+# at the 10 minute mark. Increase to 20.\n+timeout: 1200s\n\\ No newline at end of f... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix(cloudbuild): increase build timeout (#102) | 1 | fix | cloudbuild |
401,147 | 30.09.2019 16:10:07 | -19,080 | 19d855c09ba839772886d8ae7e4249752b60289b | fix(core): fix pointer issue on disabled radio and checkbox label
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,11 @@ const Checkbox: React.SFC<Props> & WithStyle = React.memo(\nreturn (\n<FieldWithLabel fieldWithMaxContent {...{ labelPosition }}>\n{label && (\n- <FieldWithLabel.Label showPointer {...{ required, labelPosition, labelSize, labelWeight, labelColor }} html... | TypeScript | MIT License | medly/medly-components | fix(core): fix pointer issue on disabled radio and checkbox label
affects: @medly-components/core | 1 | fix | core |
711,597 | 30.09.2019 16:13:09 | -7,200 | 9bd6a797677a22b8155684daa0a15f8a9bcb6ae0 | fix(admin-ui): Correctly handle defaults for configurable operations | [
{
"change_type": "ADD",
"diff": "+import { ConfigArgType } from 'shared/shared-types';\n+import { assertNever } from 'shared/shared-utils';\n+\n+import { ConfigArg, ConfigArgDefinition } from '../generated-types';\n+\n+export function getDefaultConfigArgValue(arg: ConfigArg | ConfigArgDefinition): any {\n+ ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Correctly handle defaults for configurable operations | 1 | fix | admin-ui |
67,474 | 30.09.2019 16:35:50 | -36,000 | 017346731217ab753cd1f04da900ff9e3ea963c7 | chore(aurelia): re-exports few more for realworld app | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export {\n// RetryableRequest,\n// ValidInterceptorMethodName,\n- // json,\n+ json,\n// retryStrategy,\n// RetryInterceptor,\n@@ -288,10 +288,10 @@ export {\n// NavigationInstruction,\n// ReentryBehavior,\n- // INavRoute,\n+ INavRoute,\n// Nav,\n- // Nav... | TypeScript | MIT License | aurelia/aurelia | chore(aurelia): re-exports few more for realworld app | 1 | chore | aurelia |
791,852 | 30.09.2019 18:04:19 | -3,600 | dff20c57b3015b4f0f9e0d78405202b2608bf4b5 | misc: Update references to Runtime.cachedResources
These references will be properly namespace-scoped once [1] is
submitted.
[1]: | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ const generatorFilename = `./lighthouse-core/report/report-generator.js`;\nconst htmlReportAssets = require('../lighthouse-core/report/html/html-report-assets.js');\n/**\n- * Used to save cached resources (Runtime.cachedResources).\n+ * Used to save cach... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: Update references to Runtime.cachedResources (#9758)
These references will be properly namespace-scoped once [1] is
submitted.
[1]: https://polymer2-chromium-review.googlesource.com/c/chromium/src/+/1829708 | 1 | misc | null |
713,841 | 30.09.2019 21:19:57 | -7,200 | a67b756760ef70cfa0df18ed07a3a60449c3b55e | chore(verdaccio-audit): revert express to 4.17.1
Dependabot updated this version correctly, but this version seems to be unpublished. | [
{
"change_type": "MODIFY",
"diff": "\"node\": \">=8\"\n},\n\"dependencies\": {\n- \"express\": \"4.18.0\",\n+ \"express\": \"4.17.1\",\n\"request\": \"2.88.0\"\n},\n\"devDependencies\": {\n",
"new_path": "plugins/audit/package.json",
"old_path": "plugins/audit/package.json"
},
{
"change_type... | TypeScript | MIT License | verdaccio/monorepo | chore(verdaccio-audit): revert express to 4.17.1
Dependabot updated this version correctly, but this version seems to be unpublished. | 1 | chore | verdaccio-audit |
713,841 | 30.09.2019 21:20:58 | -7,200 | 805072f1be881dcead1fa7eaaa5cf22eb16aeeb1 | chore: publish release v8.1.3 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [8.1.3](https://github.com/verdaccio/monorepo/compare/v8.1.2...v8.1.3) (2019-09-30)\n+\n+**Note:** Version bump on... | TypeScript | MIT License | verdaccio/monorepo | chore: publish release v8.1.3 | 1 | chore | null |
447,440 | 30.09.2019 21:28:29 | 18,000 | 02184dbca8b0ddace064e455e5c90df95596d005 | styles: modal css | [
{
"change_type": "MODIFY",
"diff": "padding: 1rem;\noverflow: hidden;\noverflow-y: auto;\n- -webkit-overflow-scrolling: touch; }\n+ -webkit-overflow-scrolling: touch;\nbox-sizing: border-box; }\n.rainbow-modal_header, .rainbow-modal_footer {\n",
"new_path": "src/components/Modal/styles.css",
"old_pa... | JavaScript | MIT License | nexxtway/react-rainbow | styles: modal css (#1043) | 1 | styles | null |
713,841 | 30.09.2019 21:29:44 | -7,200 | 9b7164c1058a8b33adabd8562d25b1c379a30450 | chore(verdaccio-audit): fix install express from public registries instead of local
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -4610,7 +4610,7 @@ expect@^24.9.0:\nexpress@4.17.1:\nversion \"4.17.1\"\n- resolved \"http://localhost:4873/express/-/express-4.17.1.tgz#4491fc38605cf51f8629d39c2b5d026f98a4c134\"\n+ resolved \"https://registry.verdaccio.org/express/-/express-4.17.1.tgz#4491fc38605cf51... | TypeScript | MIT License | verdaccio/monorepo | chore(verdaccio-audit): fix install express from public registries instead of local
This reverts commit a67b756760ef70cfa0df18ed07a3a60449c3b55e. | 1 | chore | verdaccio-audit |
713,841 | 30.09.2019 21:32:13 | -7,200 | 4d06b75281412dda23e7f6c03cc5846605a33e2d | chore: publish release v8.1.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [8.1.4](https://github.com/verdaccio/monorepo/compare/v8.1.3...v8.1.4) (2019-09-30)\n+\n+**Note:** Version bump on... | TypeScript | MIT License | verdaccio/monorepo | chore: publish release v8.1.4 | 1 | chore | null |
151,430 | 30.09.2019 22:35:54 | 25,200 | 35d509f876e55c5193c813360be0ac39387322f1 | chore: update storage package name | [
{
"change_type": "MODIFY",
"diff": "# Analytics Storage Utils\n+> Note: This package has moved to @analytics/storage-utils\n+\nStorage utilities for [analytics](https://www.npmjs.com/package/analytics)\nStorage tries to use `localStorage` then `cookies` then defaults to `global` window.\n",
"new_path": ... | JavaScript | MIT License | davidwells/analytics | chore: update storage package name | 1 | chore | null |
151,430 | 30.09.2019 22:44:10 | 25,200 | a17ba8f33535871790b3af378fc8c13e7bae4d39 | chore: update storage package name and publish | [
{
"change_type": "MODIFY",
"diff": "# Analytics Storage Utils\n-> Note: This package has moved to @analytics/storage-utils\n-\nStorage utilities for [analytics](https://www.npmjs.com/package/analytics)\nStorage tries to use `localStorage` then `cookies` then defaults to `global` window.\n",
"new_path": ... | JavaScript | MIT License | davidwells/analytics | chore: update storage package name and publish | 1 | chore | null |
67,507 | 01.10.2019 00:21:39 | -7,200 | 6ae23fe34a127ac17bfb0218d019816978cb220e | refactor(runtime): switch to switch | [
{
"change_type": "MODIFY",
"diff": "@@ -1141,7 +1141,7 @@ export class BindingIdentifier implements IBindingIdentifier {\n}\nconst toStringTag = Object.prototype.toString as {\n- call(obj: unknown): keyof typeof CountForOfStatement;\n+ call(obj: unknown): keyof '[object Array]'|'[object Map]'|'[object Set]'... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): switch to switch | 1 | refactor | runtime |
67,507 | 01.10.2019 00:48:59 | -7,200 | 0309c162c5c03b71ce19b54933c99fe7646f7065 | chore: tweak codeclimate settings | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,7 @@ checks:\n# Method complexity (= cognitive complexity)\n# Functions or methods that may be hard to understand\nmethod-complexity:\n- enabled: true\n- config:\n- treshold: 15 # default 5\n+ enabled: false\n# Method count\n# Classes defined with a high numb... | TypeScript | MIT License | aurelia/aurelia | chore: tweak codeclimate settings | 1 | chore | null |
273,683 | 01.10.2019 01:49:26 | -7,200 | 59919aaf58dcd0fdbefed2aff966f2af6da16f15 | fix(assets): better error message for broken images | [
{
"change_type": "ADD",
"diff": "",
"new_path": "gridsome/lib/__tests__/assets/null-byte.jpg",
"old_path": "gridsome/lib/__tests__/assets/null-byte.jpg"
},
{
"change_type": "MODIFY",
"diff": "@@ -359,5 +359,12 @@ test('fail if file is missing', async () => {\nconst filePath = path.resolv... | JavaScript | MIT License | gridsome/gridsome | fix(assets): better error message for broken images | 1 | fix | assets |
71,663 | 01.10.2019 05:24:00 | 25,200 | c35091f993b32f81792512088ff807d0621198bd | feat(codepipeline): validate that source actions are in the same region as the pipeline
This is something that the CodePipeline API enforces in the backend,
so we should validate it before, at synthesis time. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import iam = require('@aws-cdk/aws-iam');\nimport kms = require('@aws-cdk/aws-kms');\nimport s3 = require('@aws-cdk/aws-s3');\nimport { App, Construct, Lazy, PhysicalName, RemovalPolicy, Resource, Stack, Token } from '@aws-cdk/core';\n-import { IAction, IP... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): validate that source actions are in the same region as the pipeline (#4303)
This is something that the CodePipeline API enforces in the backend,
so we should validate it before, at synthesis time. | 1 | feat | codepipeline |
67,494 | 01.10.2019 10:25:12 | -7,200 | aea049d769bc3d4988e4926dcc613f2ebacf690a | test(router): remove old files | [
{
"change_type": "DELETE",
"diff": "-import { inject } from '@aurelia/kernel';\n-import { customElement, ICustomElement } from '@aurelia/runtime';\n-import { IRouter } from '../../../../../../src';\n-import { State } from '../state';\n-\n-@customElement({\n- name: 'login-special', template: `\n-<div class=\... | TypeScript | MIT License | aurelia/aurelia | test(router): remove old files | 1 | test | router |
713,841 | 01.10.2019 10:28:32 | -7,200 | 7cc9f47a702b61a407fd2f2a998b0df1287bc201 | ci(circleci): migrate to CircleCI 2.1 syntax | [
{
"change_type": "MODIFY",
"diff": "-version: 2\n+version: 2.1\n+\n+executors:\n+ node_latest:\n+ docker:\n+ - image: circleci/node:latest\n+ node_lts:\n+ docker:\n+ - image: circleci/node:lts\naliases:\n- &repo_path\n~/monorepo\n- &defaults\nworking_directory: *repo_path\n- - &node_latest_executor\n- docke... | TypeScript | MIT License | verdaccio/monorepo | ci(circleci): migrate to CircleCI 2.1 syntax | 1 | ci | circleci |
104,844 | 01.10.2019 10:31:20 | 14,400 | b106eee36071adfa5d6454f3b29b6de227bf1569 | chore(deps): upgraded carbon deps and fixed a few errors | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@carbon/charts\": \"0.12.1\",\n\"@carbon/charts-react\": \"0.12.1\",\n- \"@carbon/icons\": \"^10.4.0\",\n- \"@carbon/icons-react\": \"^10.4.1\",\n- \"@carbon/themes\": \"^10.4.0\",\n+ \"@carbon/icons\": \"^10.6.1\",\n+ \"@carbon/icons-react\": \"^10... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(deps): upgraded carbon deps and fixed a few errors | 1 | chore | deps |
713,841 | 01.10.2019 10:35:24 | -7,200 | 81ebc55a14046ff7ed69f0325dad0279ce8924fd | ci(github): improve naming and fix setup-node action | [
{
"change_type": "RENAME",
"diff": "@@ -3,7 +3,7 @@ name: CI\non: push\njobs:\n- build_test_lint:\n+ ci:\nname: Node ${{ matrix.node_version }} and ${{ matrix.os }}\nstrategy:\n@@ -19,7 +19,7 @@ jobs:\n- name: Use Node ${{ matrix.node_version }}\nuses: actions/setup-node@v1\nwith:\n- version: ${{ matrix.nod... | TypeScript | MIT License | verdaccio/monorepo | ci(github): improve naming and fix setup-node action | 1 | ci | github |
71,101 | 01.10.2019 11:52:56 | -7,200 | 92b05a6e2456d303c3351de1d53bdf6f44cd7fa8 | feat: update CloudFormation resource specification to v6.2.0
See CHANGELOG | [
{
"change_type": "MODIFY",
"diff": "+# CloudFormation Resource Specification v6.2.0\n+\n+## New Resource Types\n+\n+* AWS::EC2::VPCEndpointService\n+* AWS::Glue::Workflow\n+* AWS::SageMaker::CodeRepository\n+\n+## Attribute Changes\n+\n+\n+## Property Changes\n+\n+* AWS::AmazonMQ::Broker HostInstanceType.Up... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat: update CloudFormation resource specification to v6.2.0 (#4309)
See CHANGELOG | 1 | feat | null |
104,827 | 01.10.2019 12:04:36 | 18,000 | d793495ec4c4a3a8147e4a7e182eb950dfa128b9 | fix(snapshots): fix assorted warnings causing failures | [
{
"change_type": "MODIFY",
"diff": "@@ -317,7 +317,7 @@ const Card = ({\n{isExpanded ? (\n<TinyButton\nkind=\"ghost\"\n- small\n+ size=\"small\"\nrenderIcon={Close16}\niconDescription={closeLabel}\nonClick={() => onCardAction(id, 'CLOSE_EXPANDED_CARD')}\n@@ -325,7 +325,7 @@ const Card = ({\n) : (\n<TinyButt... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(snapshots): fix assorted warnings causing failures | 1 | fix | snapshots |
104,827 | 01.10.2019 12:06:54 | 18,000 | 7f9167e6f9b2a6d5ac729e3298e3e544bf6be7d8 | fix(table): pass tooltipId | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,13 @@ const PageTitleBar = ({\n<div className=\"page-title-bar-title--text\">\n<h2>{title}</h2>\n{description && (collapsed || tabs) ? (\n- <Tooltip tabIndex={0} triggerText=\"\" triggerId=\"tooltip\" renderIcon={Information24}>\n+ <Tooltip\n+ tabIndex={0}\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): pass tooltipId | 1 | fix | table |
730,416 | 01.10.2019 12:21:33 | 25,200 | 27d668cc7b1c854ede5d5d15aaabc52238bb351a | chore(nvm): use lts/carbon | [
{
"change_type": "MODIFY",
"diff": "version: 2\nbase_image: &base_image\n- image: circleci/node:8.15.0\n+ image: circleci/node:carbon-browsers\njob_common: &job_common\ndocker:\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type": "MODIFY",
"diff"... | JavaScript | MIT License | webex/react-widgets | chore(nvm): use lts/carbon | 1 | chore | nvm |
104,818 | 01.10.2019 12:55:25 | 18,000 | 7a425885a6cf66e66af2ac60841f9345f26fe7cd | fix(dashboard): improve performance by adding caching | [
{
"change_type": "ADD",
"diff": "+import React, { useMemo, useCallback } from 'react';\n+import merge from 'lodash/merge';\n+import isEmpty from 'lodash/isEmpty';\n+\n+import ValueCard from '../ValueCard/ValueCard';\n+import ImageCard from '../ImageCard/ImageCard';\n+import DonutCard from '../DonutCard/Donu... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): improve performance by adding caching | 1 | fix | dashboard |
865,916 | 01.10.2019 13:21:32 | -7,200 | dd3fefe6a37c9a292792bb3efd2e76e6c1294bae | feat(notifications): add notifications
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ body, html {\nwidth: 100%;\npadding: 0;\nmargin: 0;\n+ overflow: hidden;\n}\n#root {\n",
"new_path": "client/public/style.css",
"old_path": "client/public/style.css"
},
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import {\nass... | JavaScript | MIT License | camunda/camunda-modeler | feat(notifications): add notifications
Closes #1505 | 1 | feat | notifications |
866,415 | 01.10.2019 13:23:57 | 14,400 | b22c352b56df534f876874232aa47f8a10df6a0b | feat(leadspace): simplify css | [
{
"change_type": "MODIFY",
"diff": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport classnames from 'classnames';\n-import { ArrowRight20, ArrowDown20, Pdf20 } from '@carbon/icons-react';\nimport { settings } from 'carbon-components';\n-import { Button } from 'carbon-components-react... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): simplify css | 1 | feat | leadspace |
104,844 | 01.10.2019 13:33:53 | 14,400 | ab29a06b30cd018500ffdfb6a5ce073cf3045b18 | fix(overflow): fix card and overflow console errors | [
{
"change_type": "MODIFY",
"diff": "@@ -231,7 +231,6 @@ const Card = ({\n<ToolbarItem>\n<TimeRangeLabel id=\"timeRange\">{timeBoxLabels[timeRange]}</TimeRangeLabel>\n<StyledOverflowMenu\n- floatingMenu\nrenderIcon={ChevronDown16}\niconDescription={\nsizeWidth < 230 ? timeBoxLabels[timeRange] : strings.overf... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(overflow): fix card and overflow console errors | 1 | fix | overflow |
447,440 | 01.10.2019 13:57:13 | 18,000 | a20616558130bc2b39bc97c10aec476eed6be88c | refactor: migrate Avatar to styled-components | [
{
"change_type": "MODIFY",
"diff": "@@ -7,34 +7,4 @@ describe('<Avatar/>', () => {\nconst component = mount(<Avatar initials=\"JD\" assistiveText=\"for screen readers\" />);\nexpect(component.find('AssistiveText').prop('text')).toBe('for screen readers');\n});\n- it('should have the right class names when p... | JavaScript | MIT License | nexxtway/react-rainbow | refactor: migrate Avatar to styled-components (#1042) | 1 | refactor | null |
104,827 | 01.10.2019 13:58:16 | 18,000 | 84cd31381e1432b7448f5b6690996cc40af9753e | chore(components): fix console warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ const StyledColumnSelectContainer = styled(Button)`\n& {\nmargin: 0 1rem 1rem 0;\ncursor: pointer;\n- opacity: ${props => (props.isHidden ? 0.5 : 1)};\n+ opacity: ${props => (props['data-ishidden'] ? 0.5 : 1)};\n}\n`;\n@@ -26,7 +26,7 @@ const ColumnHeaderS... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(components): fix console warnings | 1 | chore | components |
310,993 | 01.10.2019 14:07:03 | 14,400 | 1001108fe88d299e09630012d6d7ece7118f5e53 | fix(cordova): fix hanging issue for run w/ livereload | [
{
"change_type": "MODIFY",
"diff": "@@ -291,22 +291,19 @@ Just like with ${input('ionic cordova build')}, you can pass additional options\nawait conf.save();\nconst cordovalogws = createPrefixedWriteStream(this.env.log, weak(`[cordova]`));\n+ const buildOpts: IShellRunOptions = { stream: cordovalogws };\n+ ... | TypeScript | MIT License | ionic-team/ionic-cli | fix(cordova): fix hanging issue for run w/ livereload (#4162) | 1 | fix | cordova |
730,416 | 01.10.2019 14:32:10 | 25,200 | 4c448403c33dac6c9d5bae01837c89b3daad8154 | chore(circleci): move to executors and commands | [
{
"change_type": "MODIFY",
"diff": "# Main Config\n-version: 2\n+version: 2.1\n-base_image: &base_image\n- image: circleci/node:carbon-browsers\n-\n-job_common: &job_common\n+# reusable environment for all jobs\n+executors:\n+ main-executor:\n+ working_directory: ~/react-widgets\ndocker:\n- - <<: *base_imag... | JavaScript | MIT License | webex/react-widgets | chore(circleci): move to executors and commands | 1 | chore | circleci |
730,416 | 01.10.2019 14:37:59 | 25,200 | b42efb632a0fe27c9bc9cb9225e2de9ea5ef662d | chore(circleci): cache node_modules better | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ executors:\ndocker:\n- image: circleci/node:carbon-browsers\n-\n# Reusable commands for jobs\ncommands:\nrestore_workspace:\n@@ -18,9 +17,10 @@ commands:\nrestore_node_modules:\ndescription: 'Restore the node_modules dependencies cache'\nsteps:\n- - run:\n... | JavaScript | MIT License | webex/react-widgets | chore(circleci): cache node_modules better | 1 | chore | circleci |
503,951 | 01.10.2019 14:42:48 | 14,400 | 627100e52f5817e2ad4882ab94a641cdbc6d43a0 | chore(charttutorial): update chart tutorial descriptions and links | [
{
"change_type": "MODIFY",
"diff": "@@ -20,15 +20,11 @@ import './chart-area.scss';\nNote: PatternFly React charts live in its own package at [@patternfly/react-charts](https://www.npmjs.com/package/@patternfly/react-charts)!\n-## Tutorial\n-PatternFly React charts are based on the [Victory chart](https://f... | TypeScript | MIT License | patternfly/patternfly-react | chore(charttutorial): update chart tutorial descriptions and links (#3052) | 1 | chore | charttutorial |
104,818 | 01.10.2019 15:23:07 | 18,000 | 9610315f6544b847778cb748b4e707d2a1f2b03a | fix(timeseries): improve performance | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ import { CARD_TYPES } from '../../constants/LayoutConstants';\n* It also caches some properties between renders to speed performance\n*/\nconst CardRenderer = ({\n- className,\nstyle, // eslint-disable-line\ncard, // eslint-disable-line\ncard: { availabl... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): improve performance | 1 | fix | timeseries |
104,818 | 01.10.2019 15:25:09 | 18,000 | 9197b916138a05213c100b16580f1f3f252d7756 | fix(cardrenderer): cached card action wasn't firing | [
{
"change_type": "MODIFY",
"diff": "\"coveralls\": \"^3.0.2\",\n\"css-loader\": \"^2.1.0\",\n\"enzyme\": \"^3.8.0\",\n- \"enzyme-adapter-react-16\": \"^1.7.1\",\n+ \"enzyme-adapter-react-16\": \"^1.14.0\",\n\"enzyme-to-json\": \"^3.3.5\",\n\"eslint\": \"^5.11.1\",\n\"eslint-config-airbnb\": \"^17.1.0\",\n",... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(cardrenderer): cached card action wasn't firing | 1 | fix | cardrenderer |
273,669 | 01.10.2019 15:25:40 | -7,200 | d89d8673e17dc64141cf432c0a220ecdf24ac0b9 | feat(ghost): remove deprecated options | [
{
"change_type": "MODIFY",
"diff": "@@ -33,14 +33,6 @@ class GhostSource {\nthrow new Error(`${options.typeName}: perPage cannot be more than 100 or less than 1`)\n}\n- this.routes = {\n- post: '/:year/:month/:day/:slug',\n- tag: '/tag/:slug',\n- page: '/page/:slug',\n- author: '/author/:slug',\n- ...this.o... | JavaScript | MIT License | gridsome/gridsome | feat(ghost): remove deprecated options (#687) | 1 | feat | ghost |
865,926 | 01.10.2019 15:29:54 | -7,200 | 106c206247cbd7c8abe2f9aa9c02597bce67bd4c | feat(deploy): stop suppressing connection check if auth type changes | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,8 @@ export default class DeploymentDetailsModal extends React.PureComponent {\ncheckingConnection: null,\nconnectionError: null,\nlastPassword: null,\n- lastUsername: null\n+ lastUsername: null,\n+ lastAuthType: null\n}\ncomponentDidMount() {\n@@ -70,7 +71,8... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): stop suppressing connection check if auth type changes | 1 | feat | deploy |
104,844 | 01.10.2019 15:30:55 | 14,400 | bcaaf2c0afccb8d08f836d8f3d2895c98a599122 | fix(sidenav): fix color errors and other bugs | [
{
"change_type": "MODIFY",
"diff": "import {\nHeader as CarbonHeader,\n+ HeaderMenuButton,\nHeaderName,\nHeaderGlobalBar,\nHeaderGlobalAction,\nSkipToContent,\nHeaderMenuItem,\n+ HeaderPanel,\n} from 'carbon-components-react/lib/components/UIShell';\n+import AppSwitcher from '@carbon/icons-react/lib/app-swi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): fix color errors and other bugs | 1 | fix | sidenav |
273,749 | 01.10.2019 15:33:49 | -7,200 | 5b359adeb612d91ff2fa8dc6f5ca7ca20238a446 | fix(wordpress): add meta to taxonomy terms | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,7 @@ class WordPressSource {\ntitle: term.name,\nslug: term.slug,\ncontent: term.description,\n+ meta: term.meta,\ncount: term.count\n})\n}\n",
"new_path": "packages/source-wordpress/index.js",
"old_path": "packages/source-wordpress/index.js"
}
] | JavaScript | MIT License | gridsome/gridsome | fix(wordpress): add meta to taxonomy terms (#672) | 1 | fix | wordpress |
865,926 | 01.10.2019 15:35:32 | -7,200 | 2f5b58d70a3c6a5fea7953c0bd1bd71a539f7790 | feat(deploy): remove loading indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -280,21 +280,6 @@ export default class DeploymentDetailsModal extends React.PureComponent {\nfunction ConnectionCheckResult({ checkingConnection, connectionError }) {\n-\n- if (checkingConnection === null) {\n- return (\n- <div className=\"configuration-status configur... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): remove loading indicator | 1 | feat | deploy |
865,926 | 01.10.2019 15:36:10 | -7,200 | 85f9cadd363472286eb8c028f2f7e10a8542bfb8 | feat(deploy): prevalidate initial form values | [
{
"change_type": "MODIFY",
"diff": "@@ -56,13 +56,22 @@ export default class DeploymentDetailsModal extends React.PureComponent {\ncomponentDidMount() {\nthis.mounted = true;\n- this.checkConnection({ ...initialFormValues, ...this.props.details });\n+\n+ // check connection with pre-validated initial form v... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): prevalidate initial form values | 1 | feat | deploy |
865,926 | 01.10.2019 15:36:44 | -7,200 | fb0c693824c872f4b8ee75b246ff92d2b8bf5deb | feat(deploy): remember deployment details with diagram
Closes | [
{
"change_type": "MODIFY",
"diff": "import React, { PureComponent } from 'react';\n+import { omit } from 'min-dash';\n+\nimport CamundaAPI from './CamundaAPI';\nimport DeploymentDetailsModal from './DeploymentDetailsModal';\n@@ -23,6 +25,9 @@ import {\nIcon\n} from '../../app/primitives';\n+const VALIDATED_... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): remember deployment details with diagram
Closes #1066 | 1 | feat | deploy |
104,844 | 01.10.2019 15:44:17 | 14,400 | befed02a0cbac179a6001e25187a8dfe630471f3 | fix(sidenav): removed user from story to align with spec | [
{
"change_type": "MODIFY",
"diff": "@@ -43,17 +43,6 @@ const StyledHeader = styled(Header)`\n}\n`;\n-const User = styled.p`\n- {\n- color: white;\n- font-size: 0.75rem;\n- text-align: left;\n- margin-right: 0.5rem;\n- display: flex;\n- flex-direction: column;\n- }\n-`;\n-\nconst HeaderProps = {\nuser: 'John... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): removed user from story to align with spec | 1 | fix | sidenav |
104,818 | 01.10.2019 15:48:01 | 18,000 | 89e981a21476eafa27445fc42f0ebb4db71f9970 | fix(cardrenderer): undo memo | [
{
"change_type": "MODIFY",
"diff": "import React, { useMemo } from 'react';\nimport merge from 'lodash/merge';\nimport isEmpty from 'lodash/isEmpty';\n-import isEqual from 'lodash/isEqual';\n-import pick from 'lodash/pick';\nimport ValueCard from '../ValueCard/ValueCard';\nimport ImageCard from '../ImageCar... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(cardrenderer): undo memo | 1 | fix | cardrenderer |
104,844 | 01.10.2019 15:48:51 | 14,400 | e96d6b39c62cf997d557fb81d548151e7ea3a6b1 | chore(snaps): update header and sidenav snaps | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,9 @@ exports[`Header testcases should render 1`] = `\n}\nappName=\"platform\"\nclassName=\"main-header\"\n+ hasSideNav={true}\n+ headerPanel={null}\n+ onClickSideNavExpand={null}\nprefix=\"IBM\"\nskipto=\"#main-content\"\ntenant=\"acme\"\n@@ -66,15 +69,13 @@ ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(snaps): update header and sidenav snaps | 1 | chore | snaps |
273,683 | 01.10.2019 16:10:42 | -7,200 | 5fff97a7b97b9cfa88367a921f217b46a136206c | fix(build): validate page-query during build | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,24 @@ const pMap = require('p-map')\nconst fs = require('fs-extra')\nconst invariant = require('invariant')\nconst hirestime = require('hirestime')\n+const { validate, specifiedRules } = require('graphql')\nconst sysinfo = require('../../utils/sysinfo')\nconst... | JavaScript | MIT License | gridsome/gridsome | fix(build): validate page-query during build | 1 | fix | build |
76,650 | 01.10.2019 16:14:07 | 14,400 | 0f54e72c73ba2a12a38b118e0e3a6f7e3c505405 | fix: Extended NER to support datetimerange | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,7 @@ class NerRecognizer {\n'timezone',\n'boolean',\n'duration',\n+ 'datetimerange',\n];\nthis.builtinWhitelist = {};\nfor (let i = 0; i < list.length; i += 1) {\n@@ -135,7 +136,8 @@ class NerRecognizer {\n}\nif (\nentity.typeName === 'datetimeV2.date' ||\n- ... | JavaScript | MIT License | axa-group/nlp.js | fix: Extended NER to support datetimerange | 1 | fix | null |
866,395 | 01.10.2019 16:15:40 | 14,400 | 39ee91b185a9ccb8c72c5bf0193296889c9add09 | fix(css): fix L0 focus/hover states; fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -94,12 +94,12 @@ $search-transition-timing: 95ms;\n&:active,\n&:focus {\n+ border-color: $interactive-01;\nbackground-color: $ui-01;\n+ border-bottom-width: 2px;\n> svg {\nfill: $text-01;\n}\n-\n- border-color: $interactive-01;\n}\n}\n@@ -108,11 +108,72 @@ $search-tran... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(css): fix L0 focus/hover states; fixes #127 | 1 | fix | css |
104,844 | 01.10.2019 16:23:52 | 14,400 | ebf7fa4ecf6f0ddc7bc35e25aa28b81848d12248 | chore(linter): fix linter issues | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import { storiesOf } from '@storybook/react';\nimport { text, select, object } from '@storybook/addon-knobs';\nimport omit from 'lodash/omit';\n-import icons from '../../utils/bundledIcons';\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\ni... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(linter): fix linter issues | 1 | chore | linter |
866,395 | 01.10.2019 16:44:21 | 14,400 | 88fde01c8b510c8599db3e5627ccc535f0d5df76 | fix(css): masthead font-size to 16px; fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,8 @@ $search-transition-timing: 95ms;\n&__nav {\na.#{$prefix}--header__menu-item[role='menuitem'] {\n+ @include carbon--type-style(body-short-02, true);\n+\ncolor: $text-01;\n&:hover {\n@@ -285,6 +287,8 @@ $search-transition-timing: 95ms;\nz-index: 99999;\n&_... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(css): masthead font-size to 16px; fixes #136 | 1 | fix | css |
865,926 | 01.10.2019 17:01:53 | -7,200 | 05aa86e1ed6bdf01fb64d7ab8fa2c6b58de61ec8 | feat(deploy): display hint if credentials are missing | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,7 @@ export default class DeploymentDetailsModal extends React.PureComponent {\ndetailsOpen: false,\ncheckingConnection: null,\nconnectionError: null,\n+ connectionHint: null,\nlastPassword: null,\nlastUsername: null,\nlastAuthType: null\n@@ -79,6 +80,7 @@ ex... | JavaScript | MIT License | camunda/camunda-modeler | feat(deploy): display hint if credentials are missing | 1 | feat | deploy |
866,415 | 01.10.2019 17:06:02 | 14,400 | 316e65461f1efefee956c2735d6163118735b891 | feat(leadspace): make buttons equal width | [
{
"change_type": "MODIFY",
"diff": "* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n*/\n-\n+import React, { useLayoutEffect } from 'react';\nimport PropTypes from 'prop-types';\n-import React from 'react';\n+import root fro... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): make buttons equal width | 1 | feat | leadspace |
730,416 | 01.10.2019 17:30:53 | 25,200 | e15e234c9d53022769d29234ecae0fae6c29748a | chore(circleci): add versioning and publish jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,6 @@ jobs:\nexecutor: main-executor\nsteps:\n- checkout\n- - run: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> .npmrc\n- restore_node_modules\n- run:\nname: 'Install dependencies'\n@@ -146,6 +145,53 @@ jobs:\npath: reports/browser\ndestination: bro... | JavaScript | MIT License | webex/react-widgets | chore(circleci): add versioning and publish jobs | 1 | chore | circleci |
217,922 | 01.10.2019 19:34:21 | -7,200 | b933717ced276a50d5e6554f9f360cf17ba64924 | chore: small change to backup file path configuration | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ firestoreService.initializeApp(serviceAccount, 'https://ffxiv-teamcraft-beta.fir\nconst firestore = new Firestore();\nconst backupFile = './lists.json';\n-const allLists = Object.entries(JSON.parse(fs.readFileSync('./lists.json', 'utf8').trim() || '[]'))... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small change to backup file path configuration | 1 | chore | null |
151,430 | 01.10.2019 21:08:53 | 25,200 | 77c3a0095180ed4070a9bcac33b7b553a8f57912 | refactor: update decodeUri to not throw on error | [
{
"change_type": "MODIFY",
"diff": "* => \"Bought keyword\"\n*/\nexport default function decode(s) {\n- return decodeURIComponent(s).replace(/\\+/g, ' ')\n+ try {\n+ return decodeURIComponent(s.replace(/\\+/g, ' '))\n+ } catch (e) {\n+ return null\n+ }\n}\n",
"new_path": "packages/analytics-utils/src/de... | JavaScript | MIT License | davidwells/analytics | refactor: update decodeUri to not throw on error | 1 | refactor | null |
151,430 | 01.10.2019 21:09:20 | 25,200 | cc72138749b1f69ff57c6a3a9fb1f2a213b65770 | docs: update getDomainBase doc | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export function getDomainHost(url) {\n* @return {String} base hostname of page\n*\n* @example\n- * getDomainHost('https://subdomain.my-site.com/')\n+ * getDomainBase('https://subdomain.my-site.com/')\n* > my-site.com\n*/\nexport function getDomainBase(ur... | JavaScript | MIT License | davidwells/analytics | docs: update getDomainBase doc | 1 | docs | null |
151,430 | 01.10.2019 21:10:37 | 25,200 | 2bb1054eb05769d28b16495fe81464ec8bb78e80 | refactor: add storage dep to util package | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@analytics/storage-utils\",\n- \"version\": \"0.2.0\",\n+ \"version\": \"0.2.1\",\n\"description\": \"Storage utilities for saving values in browser\",\n\"author\": \"David Wells\",\n\"license\": \"MIT\",\n",
"new_path": "packages/analytics-util-storage... | JavaScript | MIT License | davidwells/analytics | refactor: add storage dep to util package | 1 | refactor | null |
711,597 | 01.10.2019 21:30:48 | -7,200 | 800922031f78ac468f4e799dbdbb18a28c4ee416 | feat(admin-ui): Allow selection of payment to be refunded | [
{
"change_type": "MODIFY",
"diff": "[items]=\"reasons\"\nbindLabel=\"name\"\nautofocus\n+ [placeholder]=\"'order.refund-reason-required' | translate\"\nbindValue=\"id\"\n[addTag]=\"true\"\n[(ngModel)]=\"reason\"\n></ng-select>\n+ <clr-select-container>\n+ <label>{{ 'order.payment-to-refund' | translate }}</... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Allow selection of payment to be refunded | 1 | feat | admin-ui |
151,430 | 01.10.2019 22:07:49 | 25,200 | 3d93380e2971805161839ef0c24e178a189a74e0 | fix: hasCookie support return true | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,10 @@ export default function hasCookieSupport() {\nconst key = '___c'\n// Try to set cookie\ncookie(key, '1')\n+ const valueSet = document.cookie.indexOf(key) !== -1\n// Cleanup cookie\ncookie(key, '', -1)\n- return document.cookie.indexOf(key) !== -1\n+ retur... | JavaScript | MIT License | davidwells/analytics | fix: hasCookie support return true | 1 | fix | null |
902,122 | 01.10.2019 22:16:33 | 0 | 9691acea4f7c2ed8eb9f5d80195215a4ad640e13 | chore(release): v5.14.10 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.14.10](https://github.com/kikobeats/browserless/compare/v5.14.9...v5.14.10) (2019-10-01)\n+\n+\n+### Bug Fixes\... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.14.10 | 1 | chore | release |
151,430 | 01.10.2019 22:31:51 | 25,200 | 265dbf8689c83c252b1fc79382a175d6e10b7719 | refactor: update getCookie import | [
{
"change_type": "MODIFY",
"diff": "-import { inBrowser, parseReferrer, cookie, storage } from 'analytics-utils'\n+import { inBrowser, parseReferrer, getCookie, storage } from 'analytics-utils'\nimport { formatPipeString, parsePipeString } from './utils'\nconst events = {\n@@ -47,7 +47,7 @@ export function ... | JavaScript | MIT License | davidwells/analytics | refactor: update getCookie import | 1 | refactor | null |
471,612 | 01.10.2019 22:33:08 | -32,400 | 407baa11b481b65ff05e20c2bdc89ba1a423f1ff | chore: let prettier handle *.md files | [
{
"change_type": "MODIFY",
"diff": "@@ -9,3 +9,5 @@ packages/**/test/**/snapshots\n/packages/karma-esm/src/test-loader-browser-script.js\n/packages/karma-esm/src/esm-debug.html\n/packages/karma-esm/src/esm-context.html\n+CHANGELOG.md\n+__snapshots__/\n",
"new_path": ".prettierignore",
"old_path": ".... | JavaScript | MIT License | open-wc/open-wc | chore: let prettier handle *.md files | 1 | chore | null |
151,430 | 01.10.2019 22:35:18 | 25,200 | 5b44ea684e14401c671900e963ebfa1ae86b13e8 | fix: storage import ref | [
{
"change_type": "MODIFY",
"diff": "-import storage, { getCookie, setCookie, removeCookie } from '@analytic/storage-utils'\n+import storage, { getCookie, setCookie, removeCookie } from '@analytics/storage-utils'\nexport {\nstorage,\n",
"new_path": "packages/analytics-utils/src/index.js",
"old_path":... | JavaScript | MIT License | davidwells/analytics | fix: storage import ref | 1 | fix | null |
151,430 | 01.10.2019 22:41:25 | 25,200 | c492d794246dc36fb008ddc2697c2e5b9ef84444 | chore: rename plugin to | [
{
"change_type": "MODIFY",
"diff": "# FullStory plugin for `analytics`\n-> Note: This package has moved to [@analytics/fullstory](https://www.npmjs.com/package/@analytics/fullstory)\n-\nIntegration with [FullStory](https://www.fullstory.com/) for [analytics](https://www.npmjs.com/package/analytics)\n<!-- AN... | JavaScript | MIT License | davidwells/analytics | chore: rename plugin to @analytics/fullstory | 1 | chore | null |
151,430 | 01.10.2019 22:43:56 | 25,200 | 228d949d5d7c338eb8711afa688264abd427a6ab | docs: add doc link | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ export const config = {\n/**\n* FullStory Analytics plugin\n+ * @link https://getanalytics.io/plugins/fullstory/\n* @link https://help.fullstory.com/hc/en-us/sections/360003732794-JavaScript-API\n* @param {object} pluginConfig - Plugin settings\n* @param {... | JavaScript | MIT License | davidwells/analytics | docs: add doc link | 1 | docs | null |
151,430 | 01.10.2019 22:52:50 | 25,200 | 25470eb49be36a3131e20261ad8af6d671ebc8fe | docs: update fullstory package references | [
{
"change_type": "MODIFY",
"diff": "@@ -8,18 +8,18 @@ FullStory enables pixel perfect replays of what your visitor is doing on your we\n## How to use\n-Install `analytics` and `analytics-plugin-fullstory` packages\n+Install `analytics` and `@analytics/fullstory` packages\n```bash\nnpm install analytics\n-np... | JavaScript | MIT License | davidwells/analytics | docs: update fullstory package references | 1 | docs | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.