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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
366,920 | 26.08.2019 19:31:51 | -32,400 | e539afedd7f88a8083279c7e86fda7703557a684 | feat: Add onClickBackground props to Modal | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,11 @@ import { InjectedProps, withTheme } from '../../hocs/withTheme'\ninterface Props {\nactive: boolean\n+ onClickBackground?: () => void\ntop?: number\nright?: number\nbottom?: number\nleft?: number\n- hideModal?: () => void\nchildren?: React.ReactNode\n}\n... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add onClickBackground props to Modal | 1 | feat | null |
217,922 | 26.08.2019 20:50:34 | -7,200 | 1e267977e1742405fee54aafd7b20ffc91213d88 | fix(list): fixed ordering in text export for tiers system | [
{
"change_type": "MODIFY",
"diff": "@@ -322,7 +322,15 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\n}\npublic getTextExport(): string {\n- return this.displayRow.rows.reduce((exportString, row) => {\n+ let rows: ListRow[];\n+ if (this.tiers) {\n+ rows = this.tiers.reduce((res, ti... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed ordering in text export for tiers system | 1 | fix | list |
815,601 | 26.08.2019 21:16:48 | -28,800 | 1a2037222bcbca3a3e17a4b63ad6fbf2903b48a0 | fix: tx_fees should update through transaction | [
{
"change_type": "MODIFY",
"diff": "@@ -563,17 +563,10 @@ impl ChainService {\nlet verify_context =\nVerifyContext::new(txn, self.shared.consensus(), self.shared.script_config());\n- let mut verify_results = fork\n+ let mut found_error = None;\n+ for (ext, b) in fork\n.dirty_exts\n.iter()\n- .zip(fork.attac... | Rust | MIT License | nervosnetwork/ckb | fix: tx_fees should update through transaction | 1 | fix | null |
67,516 | 26.08.2019 22:41:06 | -7,200 | b9aeca8e80210c6fd224dad2d42ea351ce003e91 | feat(i18n): prepend, append HTML content support | [
{
"change_type": "MODIFY",
"diff": "@@ -344,6 +344,7 @@ This is the most common use-case, as well as the default behavior.\n<span t=\"key\"></span>\n```\nGiven the above translation, and the view, Aurelia replaces the `textContent` of the `span` with \"Hello World\".\n+The same result can also be achieved b... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): prepend, append HTML content support | 1 | feat | i18n |
67,479 | 26.08.2019 22:56:27 | -36,000 | 0bac00f2328867436257c0081cb4ce716d8713d8 | fix(binding-type): adjust flags bits, tweak tests | [
{
"change_type": "MODIFY",
"diff": "@@ -119,6 +119,7 @@ describe('harmoninous combination', function () {\n<input focus.bind=\"hasFocus\" focus.trigger=\"log = (log || 0) + 1\" />\n<input focus.bind=\"hasFocus2\" focus.trigger=\"log2 = (log2 || 0) + 1\"/>\n`,\n+ browserOnly: true,\nassertFn: async (ctx, hos... | TypeScript | MIT License | aurelia/aurelia | fix(binding-type): adjust flags bits, tweak tests | 1 | fix | binding-type |
67,479 | 26.08.2019 22:59:50 | -36,000 | 2f375320c24425969da84e029bebb38944c4b8b8 | fix(binding-type): add back isEventCommand | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,7 @@ export const enum BindingType {\nIsCommand = 0b0_000000000010_0000,\nIsPropertyCommand = 0b0_000000000110_0000,\n+ IsEventCommand = 0b0_000000001010_0000,\nDelegationStrategyDelta = 0b0_000000000010_0110,\nCommand = 0b0_000000000000_1111,\n",
"new_... | TypeScript | MIT License | aurelia/aurelia | fix(binding-type): add back isEventCommand | 1 | fix | binding-type |
67,479 | 26.08.2019 23:04:03 | -36,000 | 06e7089c5f91f41a922704e7d1fe54f805a641c3 | fix(template-binder): use new flag | [
{
"change_type": "MODIFY",
"diff": "@@ -249,7 +249,7 @@ export class TemplateBinder {\nconst attrSyntax = this.attrParser.parse(attr.name, attr.value);\nconst bindingCommand = this.resources.getBindingCommand(attrSyntax, true);\n- if (bindingCommand === null || (bindingCommand.bindingType & BindingType.Igno... | TypeScript | MIT License | aurelia/aurelia | fix(template-binder): use new flag | 1 | fix | template-binder |
67,482 | 26.08.2019 23:56:00 | 25,200 | f8fc3d6eace11167914acd0f8b62afc88ea33a04 | fix(resources): base registration on the actual registered type | [
{
"change_type": "MODIFY",
"diff": "@@ -51,8 +51,8 @@ export const BindingBehavior: Readonly<IBindingBehaviorResource> = Object.freeze\nWritableType.description = description;\nType.register = function register(container: IContainer): void {\nconst key = BindingBehavior.keyFrom(description.name);\n- Registr... | TypeScript | MIT License | aurelia/aurelia | fix(resources): base registration on the actual registered type | 1 | fix | resources |
447,451 | 27.08.2019 01:25:44 | 18,000 | 1edf082fe68325c58892993464f0116e55baec36 | fix: remove click and touchstart listener in PrimitiveMenu when unmount component | [
{
"change_type": "MODIFY",
"diff": "@@ -37,8 +37,6 @@ const ADD_RECORDS = Symbol('add-records');\nconst MERGE_RECORDS = Symbol('merge-records');\n/**\n- * An Accordion is a collection of vertically stacked sections with multiple content areas.\n- * Allows a user to toggle the display of a section of content... | JavaScript | MIT License | nexxtway/react-rainbow | fix: remove click and touchstart listener in PrimitiveMenu when unmount component (#880) | 1 | fix | null |
866,393 | 27.08.2019 05:55:28 | -32,400 | 6f0b93b3f256b857938955df296f47b16ed30247 | chore(build): add Object.is() to polyfills
Our `lit-html` "spread" directive uses this API. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import 'core-js/modules/es.symbol.js';\nimport 'core-js/modules/es.symbol.iterator.js';\nimport 'core-js/modules/es.array.includes.js';\nimport 'core-js/modules/es.array.iterator.js';\n+import 'core-js/modules/es.object.is.js'; // For src/globals/directive... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(build): add Object.is() to polyfills (#107)
Our `lit-html` "spread" directive uses this API. | 1 | chore | build |
866,393 | 27.08.2019 05:58:58 | -32,400 | 373c035d9f779e71ff7b0e2e1c8a3e25d5df00ec | feat(search): introduce search box
Refs | [
{
"change_type": "ADD",
"diff": "+import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\n+import { storiesOf } from '@storybook/angular';\n+import { action } from '@storybook/addon-actions';\n+import { withKnobs, boolean, select, text } from '@storybook/addon-knobs/angular';\n+import { SEARCH_SIZE } from ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(search): introduce search box (#97)
Refs #46. | 1 | feat | search |
866,393 | 27.08.2019 05:59:08 | -32,400 | 5a809186b55d5ccfa832ef2a0766ead54caabb81 | chore(devenv): add more Vue stories
Refs | [
{
"change_type": "ADD",
"diff": "+import { storiesOf } from '@storybook/vue';\n+import { action } from '@storybook/addon-actions';\n+import { withKnobs, boolean, text } from '@storybook/addon-knobs';\n+import createVueBindingsFromProps from '../../../.storybook/vue/create-vue-bindings-from-props';\n+import ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(devenv): add more Vue stories (#101)
Refs #88. | 1 | chore | devenv |
866,393 | 27.08.2019 06:00:10 | -32,400 | b63399e4011534a69e09e2ebc30b4c6119be3b7c | feat(inline-loading): introduce inline loading | [
{
"change_type": "ADD",
"diff": "+import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\n+import { storiesOf } from '@storybook/angular';\n+import { withKnobs, select } from '@storybook/addon-knobs/angular';\n+import { INLINE_LOADING_STATE } from './inline-loading';\n+\n+const states = {\n+ [`Inactive (${... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(inline-loading): introduce inline loading (#99) | 1 | feat | inline-loading |
866,393 | 27.08.2019 07:25:09 | -32,400 | 0f087c2e7b8e1014ed2b22fcf153e335898af811 | chore(devenv): fix wrong Storybook title | [
{
"change_type": "MODIFY",
"diff": "<!-- Storybook override -->\n<script>\n- document.title = 'Carbon Custom Elements with React';\n+ document.title = 'Carbon Custom Elements';\n</script>\n",
"new_path": ".storybook/manager-head.html",
"old_path": ".storybook/manager-head.html"
},
{
"change_... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(devenv): fix wrong Storybook title | 1 | chore | devenv |
71,371 | 27.08.2019 09:31:58 | -7,200 | b6f055a1bdf8f58fe0aa793d39ee2a00f8df50fc | feat(events): add target to make AWS API calls
Add a AwsApi rule target to make AWS API calls.
Comparable to the AwsCustomResource in terms of API and IAM permissions.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,3 +15,5 @@ coverage\n.LAST_PACKAGE\n*.snk\n.cdk.staging\n+\n+lib/sdk-api-metadata.json\n",
"new_path": "packages/@aws-cdk/aws-events-targets/.gitignore",
"old_path": "packages/@aws-cdk/aws-events-targets/.gitignore"
},
{
"change_type": "MODIFY",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events): add target to make AWS API calls (#3720)
Add a AwsApi rule target to make AWS API calls.
Comparable to the AwsCustomResource in terms of API and IAM permissions.
Closes #2538 | 1 | feat | events |
711,597 | 27.08.2019 09:54:02 | -7,200 | 0517b6c5fad8a2f143e1e7cb1181657fde4695cb | fix(core): Correctly prefix asset urls for resolved properties
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,10 +7,14 @@ Array [\nObject {\n\"id\": \"T_1\",\n\"name\": \"pps1.jpg\",\n+ \"preview\": \"test-url/test-assets/pps1__preview.jpg\",\n+ \"source\": \"test-url/test-assets/pps1.jpg\",\n},\nObject {\n\"id\": \"T_2\",\n\"name\": \"pps2.jpg\",\n+ \"preview\": \"test-url... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly prefix asset urls for resolved properties
Closes #146 | 1 | fix | core |
865,921 | 27.08.2019 09:59:31 | -7,200 | 9e5870ce779f36e2c38550d93e80c36a2b407305 | chore(client): bump bpmn-js versions | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.3.0-alpha.4\",\n+ \"version\": \"3.3.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalX... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump bpmn-js versions | 1 | chore | client |
865,921 | 27.08.2019 10:01:44 | -7,200 | 013f41a099772282d3f2e9990ad693ec4282ec4d | chore(CHANGELOG): update to v3.3.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,11 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.3.1\n+\n+* `FIX`: remove phantom snap lines showing on paste\n+* `CHORE`: bump to `bpmn-js@5.0.3` / `diagram-js@5.... | JavaScript | MIT License | camunda/camunda-modeler | chore(CHANGELOG): update to v3.3.1 | 1 | chore | CHANGELOG |
815,593 | 27.08.2019 10:12:56 | -28,800 | 4705de6dae96d30a23e374cbce8fe1aee3b21c32 | chore: upgrade ckb-system-scripts and update json doc | [
{
"change_type": "MODIFY",
"diff": "@@ -362,7 +362,7 @@ dependencies = [\n\"ckb-pow 0.20.0-pre\",\n\"ckb-shared 0.20.0-pre\",\n\"ckb-store 0.20.0-pre\",\n- \"ckb-system-scripts 0.3.1-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.3.1 (registry+https://github.com... | Rust | MIT License | nervosnetwork/ckb | chore: upgrade ckb-system-scripts and update json doc | 1 | chore | null |
711,597 | 27.08.2019 10:18:19 | -7,200 | 28e4e41f5b011a3115d2893835084990cfce9e14 | feat(admin-ui): Add search input to customer list | [
{
"change_type": "MODIFY",
"diff": "<vdr-action-bar>\n+ <vdr-ab-left>\n+ <input\n+ type=\"text\"\n+ name=\"searchTerm\"\n+ [formControl]=\"searchTerm\"\n+ [placeholder]=\"'customer.search-customers-by-email' | translate\"\n+ class=\"clr-input search-input\"\n+ />\n+ </vdr-ab-left>\n<vdr-ab-right>\n<a class=... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add search input to customer list | 1 | feat | admin-ui |
815,593 | 27.08.2019 10:32:08 | -28,800 | cd3886b280be358ce7ed65ec7241551549f8446d | chore: lock ckb-system-scripts version in bench | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ ckb-occupied-capacity = { path = \"../util/occupied-capacity\"}\nckb-test-chain-utils = { path = \"../util/test-chain-utils\" }\nckb-dao-utils = { path = \"../util/dao/utils\" }\nckb-dao = { path = \"../util/dao\" }\n-ckb-system-scripts = { version = \"0... | Rust | MIT License | nervosnetwork/ckb | chore: lock ckb-system-scripts version in bench | 1 | chore | null |
711,597 | 27.08.2019 10:46:21 | -7,200 | 8dda408b19a9ee8ad54b59fbfd1aa75de6f4b36b | feat(admin-ui): Add filtering to orders list | [
{
"change_type": "MODIFY",
"diff": "-<!--\n<vdr-action-bar>\n- <vdr-ab-right>\n- </vdr-ab-right>\n+ <vdr-ab-left>\n+ <div class=\"search-form\">\n+ <select clrSelect name=\"state\" [formControl]=\"stateFilter\">\n+ <option value=\"all\">{{ 'order.state-all-orders' | translate }}</option>\n+ <option value=\"... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add filtering to orders list | 1 | feat | admin-ui |
711,597 | 27.08.2019 11:00:32 | -7,200 | fff6f190ae0e3bec0d92472afb055805644f4c1a | feat(admin-ui): Add filtering to countries list | [
{
"change_type": "MODIFY",
"diff": "@@ -89,11 +89,14 @@ import { BaseDataService } from './base-data.service';\nexport class SettingsDataService {\nconstructor(private baseDataService: BaseDataService) {}\n- getCountries(take: number = 10, skip: number = 0) {\n+ getCountries(take: number = 10, skip: number ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add filtering to countries list | 1 | feat | admin-ui |
71,371 | 27.08.2019 11:04:08 | -7,200 | 013cab6f88ec99758f69b7b0c40d757ae00fd452 | fix(lambda/rds): allow to specify a role for log retention lambda
This allows the use of log retention in aws-lambda and aws-rds when role creation is not
possible.
Also update runtime to Node.js v10 for the log retention provider.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -220,6 +220,14 @@ export interface FunctionProps {\n* @default - Logs never expire.\n*/\nreadonly logRetention?: logs.RetentionDays;\n+\n+ /**\n+ * The IAM role for the Lambda function associated with the custom resource\n+ * that sets the retention policy.\n+ *\n+ * @... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda/rds): allow to specify a role for log retention lambda (#3730)
This allows the use of log retention in aws-lambda and aws-rds when role creation is not
possible.
Also update runtime to Node.js v10 for the log retention provider.
Fixes #3685 | 1 | fix | lambda/rds |
711,597 | 27.08.2019 12:00:19 | -7,200 | 6ea71242a889396851b88cc9b259f791be870af0 | feat(core): Expose new RuntimeVendureConfig interface
This interface more accurately represents the config object at runtime (once the default config has been merged during bootstrap). | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ showtoc: true\nPlugins are the method by which the built-in functionality of Vendure can be extended. Plugins in Vendure allow one to:\n-1. Modify the [VendureConfig]({{< relref \"vendure-config\" >}}) object.\n+1. Modify the [VendureConfig]({{< ref \"/doc... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Expose new RuntimeVendureConfig interface
This interface more accurately represents the config object at runtime (once the default config has been merged during bootstrap). | 1 | feat | core |
866,394 | 27.08.2019 12:37:32 | 14,400 | 5fda9d83bb92defe876bc0e66b313ccbaae3a6a6 | fix(readme): fixed rendering of readme files in storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,10 @@ export default class Container extends Component {\nconst { story } = this.props;\nlet bgColor = '#ffffff';\n- if (story().props.context.kind === '[Experimental] UI Shell') {\n+ if (\n+ story().props.context &&\n+ story().props.context.kind === '[Experi... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(readme): fixed rendering of readme files in storybook | 1 | fix | readme |
503,945 | 27.08.2019 12:45:58 | 14,400 | 56be26b0386e460bf0dabcc5da72c3115a6c76c0 | chore(package): Bump versions to 2.27.1 | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.26.6\",\n+ \"@patternfly/patternfly\": \"2.27.1\",\n\"@patternfly/react-icons\": \"^3.12.0\",\n\"@patternfly/re... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.27.1 (#2777) | 1 | chore | package |
711,597 | 27.08.2019 14:19:33 | -7,200 | c2623518c5c3e89cfcebc510e43a3f077982701e | refactor: Fix typings for RuntimeVendureConfig in plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {\ncreateProxyHandler,\nOnVendureBootstrap,\nOnVendureClose,\n- VendureConfig,\n+ RuntimeVendureConfig,\nVendurePlugin,\n} from '@vendure/core';\nimport express from 'express';\n@@ -82,7 +82,7 @@ export interface AdminUiOptions {\n* @docsCategory Ad... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor: Fix typings for RuntimeVendureConfig in plugins | 1 | refactor | null |
217,922 | 27.08.2019 14:50:10 | -7,200 | 0294f237c5f706fd97acbed9857a828e1d939b77 | feat(profile): added community rotations to public profile page | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,25 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\n);\n}\n+ public getUserCommunityRotations(userId: string): Observable<CraftingRotation[]> {\n+ const query: QueryFn = ref => {\n+ return ref.where(`public`, '==', true).wh... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(profile): added community rotations to public profile page | 1 | feat | profile |
217,922 | 27.08.2019 15:19:44 | -7,200 | 69a6217ad26730f54465f7db86635481f7cccc4d | feat(log-tracker): added toggle to hide completes elements on gathering tracker | [
{
"change_type": "MODIFY",
"diff": "</nz-tab>\n<nz-tab [nzTitle]=\"'MIN/BTN' | translate\">\n<ng-template #extraTemplate>\n- <div fxLayout=\"row\" fxLayoutGap=\"5px\" class=\"dol-path-buttons\">\n+ <div fxLayout=\"row\" fxLayoutGap=\"10px\" class=\"dol-path-buttons\">\n+ <div fxLayout=\"row\" fxLayoutGap=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(log-tracker): added toggle to hide completes elements on gathering tracker | 1 | feat | log-tracker |
217,922 | 27.08.2019 15:19:57 | -7,200 | 342cde68959fac85b10d8e2993d625247e66cdb1 | chore(release): 5.7.11 | [
{
"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.7.11\"></a>\n+## [5.7.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.7.11 | 1 | chore | release |
815,598 | 27.08.2019 15:24:03 | -28,800 | e7069785549c927fa8bb990c7fee8623789545ca | chore: Turn chain service channel panic into an error | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ impl ChainController {\nneed_verify: bool,\n) -> Result<bool, FailureError> {\nRequest::call(&self.process_block_sender, (block, need_verify))\n- .expect(\"process_block() failed\")\n+ .unwrap_or_else(|| Err(failure::err_msg(\"Chain service has gone\")))... | Rust | MIT License | nervosnetwork/ckb | chore: Turn chain service channel panic into an error | 1 | chore | null |
815,598 | 27.08.2019 16:06:36 | -28,800 | 4cd73aba187ba7785f2f376573018851682c3c3a | chore: Omit tilde version requirement
Tilde version requirement is the default. | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ rusqlite = {version = \"0.18.0\", features = [\"bundled\"]}\nlazy_static = \"1.3.0\"\ngeneric-channel = { version = \"0.2.0\", features = [\"all\"] }\nbs58 = \"0.2.0\"\n-sentry = \"^0.16.0\"\n+sentry = \"0.16.0\"\nfaster-hex = \"0.3\"\nckb-hash = {path =... | Rust | MIT License | nervosnetwork/ckb | chore: Omit tilde version requirement
Tilde version requirement is the default. | 1 | chore | null |
71,101 | 27.08.2019 16:19:32 | -7,200 | 95d8ac3958891f73797988ed5a90f54608b856d8 | feat(region-info): report availability of metadata service in Bahrein & Hong-Kong | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ async function main(): Promise<void> {\n'us-west-1',\n'us-west-2',\n'ap-south-1',\n- // 'ap-east-1',\n+ 'ap-east-1',\n// 'ap-northeast-3',\n'ap-northeast-2',\n'ap-southeast-1',\n@@ -52,7 +52,7 @@ async function main(): Promise<void> {\n'eu-west-2',\n'eu-... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(region-info): report availability of metadata service in Bahrein & Hong-Kong (#3799) | 1 | feat | region-info |
749,556 | 27.08.2019 16:30:09 | -7,200 | 3921925786d66f7eee3689d47bda0adefe02466a | fix(modals): missing import from documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ npm install react react-dom prop-types styled-components @zendeskgarden/react-th\nimport '@zendeskgarden/react-modals/dist/styles.css';\nimport { ThemeProvider } from '@zendeskgarden/react-theming';\n-import { Modal, Header, Body, Footer, Close } from '@... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(modals): missing import from documentation (#435) | 1 | fix | modals |
749,556 | 27.08.2019 16:30:40 | -7,200 | 0ba4158166a99ca177ee600cd259063cada94594 | fix(modals): documentation typo | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ import { Button } from '@zendeskgarden/react-buttons';\n* Place a `ThemeProvider` at the root of your React application\n*/\n<ThemeProvider>\n- <Modal onClose={() => alert('modal closing'))}>\n+ <Modal onClose={() => alert('modal closing')}>\n<Header>Exa... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(modals): documentation typo (#434) | 1 | fix | modals |
815,598 | 27.08.2019 16:48:34 | -28,800 | 7eb06937b322d290ffb69fff70b835f5a45fcf71 | feat: capture last 100 logs in sentry event | [
{
"change_type": "MODIFY",
"diff": "@@ -569,6 +569,7 @@ dependencies = [\n\"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"sent... | Rust | MIT License | nervosnetwork/ckb | feat: capture last 100 logs in sentry event | 1 | feat | null |
603,467 | 27.08.2019 16:49:02 | -3,600 | 05cd4877f6db005d6c274b5e9eb86e91e4bd994e | feat(serenity-bdd): "serenity-bdd run" command can be configured with "--log" to specify the amount | [
{
"change_type": "MODIFY",
"diff": "},\n\"main\": \"lib/index.js\",\n\"typings\": \"lib/index.d.ts\",\n+ \"bin\": {\n+ \"serenity-bdd\": \"bin/serenity-bdd\"\n+ },\n\"keywords\": [\n\"serenity-js\",\n\"tdd\",\n",
"new_path": "packages/serenity-bdd/package.json",
"old_path": "packages/serenity-bdd/pa... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(serenity-bdd): "serenity-bdd run" command can be configured with "--log" to specify the amount | 1 | feat | serenity-bdd |
603,467 | 27.08.2019 16:49:35 | -3,600 | 5768cda05c106fa6618e62bddf0905ea9f560ec7 | docs(examples): Updated the examples to use the new serenity-bdd module | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"clean\": \"rimraf target\",\n\"lint\": \"tslint --project tsconfig-lint.json --config ../../tslint.json --format stylish\",\n- \"test:update-serenity\": \"serenity update --artifact net.serenity-bdd:serenity-cli:jar:all:2.1.9 --repository https://jcenter... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(examples): Updated the examples to use the new serenity-bdd module | 1 | docs | examples |
815,598 | 27.08.2019 16:51:21 | -28,800 | 4ce2d201ac1b4fb111e05c719d48954e80d343f9 | chore: capture thread name in sentry event | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,10 @@ static SQLITE_FINGERPRINT: &[Cow<'static, str>] = &[\n];\nfn before_send(mut event: Event<'static>) -> Option<Event<'static>> {\n+ if let Some(name) = std::thread::current().name() {\n+ event.extra.insert(\"thread.name\".to_string(), name.into());\n+ }\... | Rust | MIT License | nervosnetwork/ckb | chore: capture thread name in sentry event | 1 | chore | null |
304,907 | 27.08.2019 16:57:17 | -7,200 | b27b804ffc1544599d2723470af298c5273a5d22 | refactor(dependencies): move secret service to its own package | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import (\n_ \"github.com/influxdata/flux/builtin\"\n\"github.com/influxdata/flux/dependencies\"\n+ \"github.com/influxdata/flux/dependencies/secret\"\n\"github.com/influxdata/flux/repl\"\n\"github.com/spf13/cobra\"\n)\n@@ -25,11 +26,10 @@ func init() {\nfu... | Go | MIT License | influxdata/flux | refactor(dependencies): move secret service to its own package (#1768) | 1 | refactor | dependencies |
304,882 | 27.08.2019 17:00:28 | 25,200 | 03f332acc3e56262350c3170cb8acdb5d308a6a5 | fix(semantic): do not generate fresh type variables for member expressions | [
{
"change_type": "MODIFY",
"diff": "@@ -383,8 +383,7 @@ func (v ConstraintGenerator) typeof(n Node) (PolyType, error) {\n// Retrieve a new type variable for the property\n// and add a nullable kind constraint to indicate\n// that the variable can be null.\n- ptv := v.cs.f.Fresh()\n- v.cs.AddKindConst(ptv, N... | Go | MIT License | influxdata/flux | fix(semantic): do not generate fresh type variables for member expressions | 1 | fix | semantic |
304,882 | 27.08.2019 17:03:05 | 25,200 | d9662a5adf4a1b92a2bc2c5823e8a55f6efe0aa4 | fix(semantic): calculating a type variable's free type variables | [
{
"change_type": "MODIFY",
"diff": "@@ -78,11 +78,18 @@ func (a Tvar) substituteType(b Tvar, t PolyType) PolyType {\nfunc (tv Tvar) freeVars(c *Constraints) TvarSet {\nfvs := TvarSet{tv}\nif c != nil {\n- ks, ok := c.kindConst[tv]\n- if ok {\n- for _, k := range ks {\n+ for tvar, kinds := range c.kindConst ... | Go | MIT License | influxdata/flux | fix(semantic): calculating a type variable's free type variables | 1 | fix | semantic |
815,598 | 27.08.2019 17:17:42 | -28,800 | 5d1a4cdbadb93e06b4287c3f7eee541bf48f6266 | chore: setup sentry tags for p2p messages | [
{
"change_type": "MODIFY",
"diff": "@@ -492,6 +492,13 @@ impl CKBProtocolHandler for Relayer {\nmsg.item_name(),\npeer_index\n);\n+ let sentry_hub = sentry::Hub::current();\n+ let _scope_guard = sentry_hub.push_scope();\n+ sentry_hub.configure_scope(|scope| {\n+ scope.set_tag(\"p2p.protocol\", \"relayer\");... | Rust | MIT License | nervosnetwork/ckb | chore: setup sentry tags for p2p messages | 1 | chore | null |
815,609 | 27.08.2019 17:26:30 | -28,800 | b6d2b466c4e33052c6da1c9ae0d1cffdf817cdc1 | test: test dep groups in test_bundled_specs | [
{
"change_type": "MODIFY",
"diff": "@@ -437,11 +437,19 @@ pub mod test {\npub type_hash: Option<H256>,\n}\n+ #[derive(Clone, Debug, Serialize, Deserialize)]\n+ struct DepGroups {\n+ pub included_cells: Vec<String>,\n+ pub tx_hash: H256,\n+ pub index: usize,\n+ }\n+\n#[derive(Clone, Debug, Serialize, Deseria... | Rust | MIT License | nervosnetwork/ckb | test: test dep groups in test_bundled_specs | 1 | test | null |
815,598 | 27.08.2019 17:33:41 | -28,800 | 1499e193274466d7268b716defa9afff21972aad | feat: enable RPC health api | [
{
"change_type": "MODIFY",
"diff": "@@ -810,6 +810,7 @@ dependencies = [\n\"ckb-util 0.20.0-pre\",\n\"ckb-verification 0.20.0-pre\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"jsonrpc-core 10.... | Rust | MIT License | nervosnetwork/ckb | feat: enable RPC health api | 1 | feat | null |
67,516 | 27.08.2019 17:58:09 | -7,200 | 458680be7be5d737ed692f9015140466fc5d3c91 | chore(i18n): added missing tests | [
{
"change_type": "MODIFY",
"diff": "-import { I18N, I18nConfiguration, TranslationAttributePattern, TranslationBindAttributePattern, TranslationBindBindingCommand, TranslationBindingCommand } from '@aurelia/i18n';\n+import { I18N, I18nConfiguration, TranslationAttributePattern, TranslationBindAttributePatte... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): added missing tests | 1 | chore | i18n |
815,601 | 27.08.2019 18:37:00 | -28,800 | 79ca3c1e88db6d75600065be3bd553cedea8f3e7 | fix: block header should keep consistency with ext in storage | [
{
"change_type": "MODIFY",
"diff": "@@ -385,6 +385,14 @@ pub trait ChainStore<'a>: Send + Sync {\nself.get(COLUMN_UNCLES, hash.as_slice()).is_some()\n}\n+ /// Get header by uncle header hash\n+ fn get_uncle_header(&'a self, hash: &packed::Byte32) -> Option<HeaderView> {\n+ self.get(COLUMN_UNCLES, hash.as_sl... | Rust | MIT License | nervosnetwork/ckb | fix: block header should keep consistency with ext in storage | 1 | fix | null |
217,922 | 27.08.2019 18:46:31 | -7,200 | 31c17264986cb4232f1abe16a4182db140fef60e | fix(teams): fixed an issue with list row assignment not showing team members in some cases | [
{
"change_type": "MODIFY",
"diff": "</button>\n<ul nz-menu class=\"team-members\">\n<ng-container *ngFor=\"let member of team.members\">\n- <ng-container *ngIf=\"item.workingOnIt?.indexOf(member) === -1\">\n+ <ng-container *ngIf=\"(item.workingOnIt || [])?.indexOf(member) === -1\">\n<li nz-menu-item *ngIf=\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(teams): fixed an issue with list row assignment not showing team members in some cases | 1 | fix | teams |
71,749 | 27.08.2019 19:27:11 | -28,800 | 51d3ee9f50f8a5a3db5be469a35f211a08e45fef | docs(ec2,vpc): fix vpc example
fixes
the example code was missing the id parameter. | [
{
"change_type": "MODIFY",
"diff": "@@ -648,7 +648,7 @@ export interface SubnetConfiguration {\n* ```ts\n* import { Vpc } from '@aws-cdk/aws-ec2'\n*\n- * const vpc = new Vpc(this, {\n+ * const vpc = new Vpc(this, 'TheVPC', {\n* cidr: \"10.0.0.0/16\"\n* })\n*\n",
"new_path": "packages/@aws-cdk/aws-ec2/li... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(ec2,vpc): fix vpc example (#3804)
fixes #3803
the example code was missing the id parameter. | 1 | docs | ec2,vpc |
67,482 | 27.08.2019 20:21:08 | 25,200 | 2d19d6e986e1f4618fad74f4bfdc7290749eb13b | fix(di): defer should not register primitives | [
{
"change_type": "MODIFY",
"diff": "@@ -821,4 +821,26 @@ describe('defer registration', () => {\nassert.strictEqual(data.wasCalled, true);\n});\n+\n+ [\n+ {\n+ name: 'string',\n+ value: 'some string value'\n+ },\n+ {\n+ name: 'boolean',\n+ value: true\n+ },\n+ {\n+ name: 'number',\n+ value: 42\n+ }\n+ ].for... | TypeScript | MIT License | aurelia/aurelia | fix(di): defer should not register primitives | 1 | fix | di |
217,922 | 27.08.2019 20:37:12 | -7,200 | e9648627f659201446bd715315ca35ab1fa2fe43 | fix(rotation-folder): fixed an issue with rotations loading not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { CraftingRotationsFolder } from '../../../../model/other/crafting-rotati\nimport { combineLatest, Observable } from 'rxjs';\nimport { CraftingRotation } from '../../../../model/other/crafting-rotation';\nimport { ActivatedRoute } from '@angular/rou... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(rotation-folder): fixed an issue with rotations loading not working properly | 1 | fix | rotation-folder |
217,922 | 27.08.2019 20:37:26 | -7,200 | 4325b87bb2453e22bf3c6b8eff49a754f3d639f0 | chore: small fix for env | [
{
"change_type": "MODIFY",
"diff": "@@ -10,12 +10,12 @@ export const environment = {\nversion: version,\nssrHost: 'http://localhost:5000',\nfirebase: {\n- apiKey: 'AIzaSyDZPSJj-nXHLIATOz3IBESUTFk8zvFaUc0',\n- authDomain: 'ffxivteamcraft.firebaseapp.com',\n- databaseURL: 'https://ffxivteamcraft.firebaseio.co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for env | 1 | chore | null |
217,922 | 27.08.2019 20:40:10 | -7,200 | 215b329699c12ef3b30a3a08b33db26401c64787 | chore: fixed missing translation for rotation folders | [
{
"change_type": "MODIFY",
"diff": "\"ROTATIONS\": {\n\"Search_placeholder\": \"Search a rotation\",\n\"FOLDERS\": {\n+ \"Not_found\": \"Rotation folder not found\",\n\"Folders\": \"Rotation folders\",\n\"Rename\": \"Rename folder\",\n\"New_folder\": \"New folder\",\n",
"new_path": "apps/client/src/asse... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed missing translation for rotation folders | 1 | chore | null |
503,918 | 27.08.2019 20:49:19 | -10,800 | f5c3a949a48837926299d80ca102f754ab621f2d | feat(select): add support for toggle icon | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import { Select, SelectOption, SelectVariant, SelectGroup, SelectDirection, Chec\n```js\nimport React from 'react';\n+import { CubeIcon } from '@patternfly/react-icons';\nimport { Select, SelectOption, SelectVariant, Checkbox } from '@patternfly/react-co... | TypeScript | MIT License | patternfly/patternfly-react | feat(select): add support for toggle icon (#2748)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | feat | select |
531,793 | 27.08.2019 21:58:52 | -3,600 | ad699fc6fed1c699bfa17e08afabef7544f3b44a | feat(backend): add external_uri config option for alertmanager upstreams
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ alertmanager:\nservers:\n- name: string\nuri: string\n+ external_uri: string\ntimeout: duration\nproxy: bool\ntls:\n@@ -63,23 +64,28 @@ alertmanager:\nevery alert in the UI and for filtering alerts using `@alertmanager=NAME`\nfilter\n- `uri` - base URI o... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): add external_uri config option for alertmanager upstreams
Fixes #899 | 1 | feat | backend |
67,479 | 27.08.2019 22:08:04 | -36,000 | dd403bdf4c7e3de0c4f800ecb90cb094e228387e | fix(harmony-compilation): tweaks flags, revert cond | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import {\nTestContext\n} from '@aurelia/testing';\n-describe('html convention', function () {\n+describe('template-compiler.convention.spec.ts \\n\\thtml convention', function () {\ntype IAttrMappingConventionCombo = [string, string, string?, Record<stri... | TypeScript | MIT License | aurelia/aurelia | fix(harmony-compilation): tweaks flags, revert cond | 1 | fix | harmony-compilation |
67,479 | 27.08.2019 22:20:30 | -36,000 | e60af98d587c18d2a6ace7be4d57cb1d69746bd2 | chore(all): fix lint issues, padd blur tests more | [
{
"change_type": "MODIFY",
"diff": "@@ -14,10 +14,10 @@ describe('blur.integration.spec.ts', () => {\n}\nbefore(async function () {\n- await new Promise(PLATFORM.requestAnimationFrame);\n+ await waitForFrames(2);\n});\nafter(async function () {\n- await new Promise(PLATFORM.requestAnimationFrame);\n+ await ... | TypeScript | MIT License | aurelia/aurelia | chore(all): fix lint issues, padd blur tests more | 1 | chore | all |
531,793 | 27.08.2019 22:51:20 | -3,600 | 6205290a7c897551c543224784ce2513cc723c9b | chore(ci): run build CI jobs only from master branch
Right now CI jobs that build all binaries and/or docker images run twice - for branch job and PR job.
Those jobs are slow so skip PR jobs, one is enough. | [
{
"change_type": "MODIFY",
"diff": "@@ -107,8 +107,8 @@ jobs:\n- stage: Build and Deploy\n# we build and push docker image on merge and tag, so this should only\n- # run for pull requests, to test that they don't break docker builds\n- if: repo = prymitive/karma AND (branch != master OR type = pull_request)... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): run build CI jobs only from master branch
Right now CI jobs that build all binaries and/or docker images run twice - for branch job and PR job.
Those jobs are slow so skip PR jobs, one is enough. | 1 | chore | ci |
471,527 | 27.08.2019 23:14:55 | -7,200 | f12209809e93e9a451591e8f209591e14b1bce8c | fix(testing): load types for chai plugins | [
{
"change_type": "MODIFY",
"diff": "+/// <reference path=\"./register-chai-plugins.d.ts\" />\n+\nexport { html } from '@open-wc/testing-helpers/index.js';\nexport { unsafeStatic } from '@open-wc/testing-helpers/index.js';\nexport { triggerBlurFor } from '@open-wc/testing-helpers/index.js';\n",
"new_path... | JavaScript | MIT License | open-wc/open-wc | fix(testing): load types for chai plugins | 1 | fix | testing |
447,451 | 27.08.2019 23:15:55 | 18,000 | 1803e6aaa48942d5a7c7c299b905e498606775aa | test: skip failing integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ describe('Modal base example', () => {\nbrowser.keys(ESCAPE_KEY);\nexpect(triggerButton.isFocused()).toBe(true);\n});\n- it('should return focus to trigger element when close modal with close button', () => {\n+ it.skip('should return focus to trigger el... | JavaScript | MIT License | nexxtway/react-rainbow | test: skip failing integration tests (#882) | 1 | test | null |
531,793 | 27.08.2019 23:25:04 | -3,600 | 9b3fb80c41ffd2e9708b5f092feea04134aa10a0 | fix(ci): don't build docker image twice on merge | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ jobs:\nscript: travis_retry make docker-image\n- stage: Build and Deploy\n- if: repo = prymitive/karma AND type != pull_request\n+ if: repo = prymitive/karma AND type != pull_request AND !(type = push AND branch = master)\n<<: *DEFAULTS_GO\nenv:\n- DES... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): don't build docker image twice on merge | 1 | fix | ci |
151,430 | 27.08.2019 23:25:47 | 25,200 | e5341d4b3208311b4a688406233895f984eb534a | docs: update site & add request page | [
{
"change_type": "MODIFY",
"diff": "@@ -10,3 +10,4 @@ export {\nExpansionPanelList,\nExpansionPanelListItem\n} from './src/components/expansion-panel'\n+export { RequestPlugins, SupportedPlugins } from './src/components/plugins'\n",
"new_path": "site/gatsby-theme-oss-docs/index.js",
"old_path": "sit... | JavaScript | MIT License | davidwells/analytics | docs: update site & add request page | 1 | docs | null |
531,793 | 27.08.2019 23:28:02 | -3,600 | 8c2550f4a7dc7acdb1186fa9c6ccf320a28ba123 | fix(ci): don't build docker image twice on merge (correct job) | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,7 @@ jobs:\n- stage: Build and Deploy\n# we build and push docker image on merge and tag, so this should only\n# run for new branches, to test that they don't break docker builds\n- if: repo = prymitive/karma AND type != pull_request\n+ if: repo = prymitive... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): don't build docker image twice on merge (correct job) | 1 | fix | ci |
71,105 | 28.08.2019 00:21:40 | 21,600 | bc57ff9f996eb4313cd82e378b71cd3d551aee31 | chore(ec2): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -1413,7 +1413,7 @@ class ImportedSubnet extends Resource implements ISubnet, IPublicSubnet, IPrivat\n? `at '${scope.node.path}/${id}'`\n: `'${attrs.subnetId}'`;\n// tslint:disable-next-line: max-line-length\n- scope.node.addWarning(`No routeTableId was provided to the ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(ec2): fix typo (#3825) | 1 | chore | ec2 |
447,440 | 28.08.2019 00:23:01 | 18,000 | 70fb39861a81ac3f753f0bc7d17b0fa3cf416957 | docs: add category to picklist | [
{
"change_type": "MODIFY",
"diff": "@@ -196,15 +196,25 @@ function ImportRecordsFlow(props) {\n}\nImportRecordsFlow.propTypes = {\n- className: PropTypes.string,\n- style: PropTypes.object,\n- isOpen: PropTypes.bool,\n- onRequestClose: PropTypes.func,\n- onComplete: PropTypes.func,\n+ /** The schema represe... | JavaScript | MIT License | nexxtway/react-rainbow | docs: add category to picklist (#881) | 1 | docs | null |
447,451 | 28.08.2019 02:41:06 | 14,400 | 291e5f485ec552ff4e01fdaa6d65ce07f3de196e | test: skip modal integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ describe('Modal base example', () => {\nmodal.waitUntilClose();\nexpect(modal.isOpen()).toBe(false);\n});\n- it('should close the modal when is opened and click the closeButton', () => {\n+ it.skip('should close the modal when is opened and click the clo... | JavaScript | MIT License | nexxtway/react-rainbow | test: skip modal integration test | 1 | test | null |
866,393 | 28.08.2019 05:24:03 | -32,400 | 8514372d56d1e7ffe5fee509abee90a991eb4d30 | docs(readme): add sales pitch | [
{
"change_type": "MODIFY",
"diff": "+A Carbon Design System variant that's as easy to use as native HTML elements, with no framework tax, no framework silo.\n+\n<p align=\"center\">\n<a href=\"https://www.carbondesignsystem.com\">\n<img alt=\"Carbon Design System\" src=\"https://user-images.githubuserconten... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(readme): add sales pitch (#106) | 1 | docs | readme |
71,472 | 28.08.2019 07:15:43 | -3,600 | 527b362f4714fe7d0540f38a8b9ef8e12dfcd97c | fix(cloudwatch): don't ignore 'stacked' property in GraphWidget class
Stacked property was available and documented in the GraphWidget class, but it wasn't used for generating the cloudformation template. This change fixes the problem.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -181,6 +181,7 @@ export class GraphWidget extends ConcreteWidget {\nview: 'timeSeries',\ntitle: this.props.title,\nregion: this.props.region || cdk.Aws.REGION,\n+ stacked: this.props.stacked,\nmetrics: metrics.length > 0 ? metrics : undefined,\nannotations: horizontalA... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cloudwatch): don't ignore 'stacked' property in GraphWidget class (#2103) (#3796)
Stacked property was available and documented in the GraphWidget class, but it wasn't used for generating the cloudformation template. This change fixes the problem.
Fixes #2103 | 1 | fix | cloudwatch |
304,882 | 28.08.2019 08:28:41 | 25,200 | 315540ebb2352ec26a4884de648df5e864a93cae | fix(semantic): array instantiation
There's no need for an array kind, so remove it.
Only keep concrete array type.
test(semantic): array instantiation | [
{
"change_type": "MODIFY",
"diff": "@@ -401,7 +401,6 @@ func (v ConstraintGenerator) typeof(n Node) (PolyType, error) {\n})\nreturn ptv, nil\ncase *IndexExpression:\n- ptv := v.cs.f.Fresh()\nt, err := v.lookup(n.Array)\nif err != nil {\nreturn nil, err\n@@ -414,9 +413,9 @@ func (v ConstraintGenerator) typeo... | Go | MIT License | influxdata/flux | fix(semantic): array instantiation
There's no need for an array kind, so remove it.
Only keep concrete array type.
test(semantic): array instantiation | 1 | fix | semantic |
438,921 | 28.08.2019 09:03:57 | -32,400 | a3371db67c8b217269c11a4e9cef1ad009e0f64b | chore(dev-env): Update dependency
Fix for the security vulnerability | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"karma\": {\n- \"version\": \"4.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/karma/-/karma-4.2.0.tgz\",\n- \"integrity\": \"sha512-fmCuxN1rwJxTdZfOXK5LjlmS4Ana/OvzNMpkyLL/TLE8hmgSkpVpMYQ7RTVa8TNKRVQDZNl5W1oF5cfKfgIMlA==\",\n+ \"version\": \"4.3... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Update dependency (#1055)
Fix for the security vulnerability | 1 | chore | dev-env |
711,597 | 28.08.2019 09:06:51 | -7,200 | 21428a49664e53ce953b55b331dc4b56e98785fc | docs: Use date-based urls for blog posts | [
{
"change_type": "MODIFY",
"diff": "@@ -11,4 +11,6 @@ disableKinds = [\n]\n[params]\nBookSection = \"docs\"\n+[permalinks]\n+ blog = \"/blog/:year/:month/:slug/\"\n",
"new_path": "docs/config.toml",
"old_path": "docs/config.toml"
},
{
"change_type": "RENAME",
"diff": "@@ -4,12 +4,14 @@ d... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Use date-based urls for blog posts | 1 | docs | null |
67,474 | 28.08.2019 09:25:17 | -36,000 | add084451e2a020e9fcd2a59394c4c5fa8343923 | chore(plugin-conventions): update readme. | [
{
"change_type": "MODIFY",
"diff": "@@ -49,11 +49,14 @@ For apps in TypeScript, an extra typing definition is required for html module.\n`html.d.ts`\n```ts\n+import { IBindableDescription } from '@aurelia/runtime';\ndeclare module '*.html' {\nexport const name: string;\nexport const template: string;\nexpor... | TypeScript | MIT License | aurelia/aurelia | chore(plugin-conventions): update readme. | 1 | chore | plugin-conventions |
67,474 | 28.08.2019 09:26:01 | -36,000 | 73860ecd229bd72b1d0c342c5bdb6bae1a2e6744 | fix(plugin-conventions): proper support of HTML-only element in format other than .html | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,30 @@ export function getHTMLOnlyElement() {\nassert.equal(result.code, expected);\n});\n+ it('supports HTML-only dependency not in html format', function () {\n+ const html = '<import from=\"./hello-world.md\" /><template><import from=\"foo\"><require from=\... | TypeScript | MIT License | aurelia/aurelia | fix(plugin-conventions): proper support of HTML-only element in format other than .html | 1 | fix | plugin-conventions |
531,793 | 28.08.2019 10:44:25 | -3,600 | 74775ac98f701327197d5ae6c9b8150596fa23aa | fix(ci): build all possible platforms | [
{
"change_type": "MODIFY",
"diff": "@@ -131,12 +131,8 @@ jobs:\n# requires running webpack, so we need nodejs here\n- travis_retry nvm install $(< .nvmrc)\nscript:\n- # compile assets via webpack and build those into bindata_assetfs.go file\n- - travis_retry make bindata_assetfs.go\n- # and now compile usin... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): build all possible platforms | 1 | fix | ci |
711,597 | 28.08.2019 10:55:15 | -7,200 | db3f017a641ea29fbf80530dc87ad167b091c2fd | docs: Numerous improvements to blog - author bio, breadcrumbs etc | [
{
"change_type": "MODIFY",
"diff": ".posts-list {\nmin-height: 50vh;\n+ padding: $padding-16 * 1.6;\n+ min-width: $body-min-width;\n+ max-width: $md-breakpoint;\n+ margin: auto;\nh2 {\nfont-family: $brand-font-face;\n}\n.blog-post {\n- max-width: 800px;\n+ max-width: $md-breakpoint;\nmargin: auto;\n- paddin... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Numerous improvements to blog - author bio, breadcrumbs etc | 1 | docs | null |
711,597 | 28.08.2019 11:26:14 | -7,200 | acab86a0c4dc2e34b76a95250bef22524ab91b83 | docs(blog): Summer update article | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/content/blog/2019-08-28-summer-update/falkert-austria-michael-bromley.jpg differ\n",
"new_path": "docs/content/blog/2019-08-28-summer-update/falkert-austria-michael-bromley.jpg",
"old_path": "docs/content/blog/2019-08-28-summer-updat... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(blog): Summer update article | 1 | docs | blog |
711,597 | 28.08.2019 11:28:59 | -7,200 | 707ae5911386fbb7deff3f50b36a0d2d811c5a3b | chore: Publish v0.2.0 | [
{
"change_type": "MODIFY",
"diff": "+## 0.2.0 (2019-08-28)\n+\n+\n+#### Features\n+\n+* **admin-ui** Add filtering to countries list ([fff6f19](https://github.com/vendure-ecommerce/vendure/commit/fff6f19))\n+* **admin-ui** Add filtering to orders list ([8dda408](https://github.com/vendure-ecommerce/vendure/... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.2.0 | 1 | chore | null |
306,406 | 28.08.2019 11:47:34 | -7,200 | f2c15ce2c76ae0add2c80408c2d5c86cfe1fbcbe | fix(button): make JAWS/IE11 work with inner button | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,13 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\nreturn html`\n<div class=\"btn\">\n${this._renderBefore()}\n+ ${this.constructor.__isIE11()\n+ ? html`\n+ <div id=\"${this._buttonId}\"><slot></slot></div>\n+ `\n+ : html`... | JavaScript | MIT License | ing-bank/lion | fix(button): make JAWS/IE11 work with inner button | 1 | fix | button |
730,429 | 28.08.2019 11:49:04 | 14,400 | 13293b78b275399d04a266d5677bedbaedc11934 | test(journeys): use hydra id for conversation | [
{
"change_type": "MODIFY",
"diff": "import '@webex/plugin-authorization';\nimport '@webex/plugin-logger';\nimport '@webex/plugin-people';\n+import '@webex/plugin-rooms';\nimport '@webex/internal-plugin-conversation';\nimport CiscoSpark from '@webex/webex-core';\n@@ -135,7 +136,7 @@ export function setupOneO... | JavaScript | MIT License | webex/react-widgets | test(journeys): use hydra id for conversation | 1 | test | journeys |
711,597 | 28.08.2019 11:51:19 | -7,200 | 4d1c0bef846e04b661b44d1fe5fee8859ef899b1 | fix(blog): Fix article image in front matter | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ date: 2019-02-11T10:27:46+01:00\ndraft: false\nauthor: \"Michael Bromley\"\nimages:\n- - \"./introducing-vendure.jpg\"\n+ - \"/blog/2019/02/introducing-vendure/introducing-vendure.jpg\"\naliases:\n- /blog/introducing-vendure/\n---\n",
"new_path": "docs... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(blog): Fix article image in front matter | 1 | fix | blog |
401,147 | 28.08.2019 12:22:52 | -19,080 | 9791414c7f836e0000f4c52eb8383c09f6101807 | feat: added select all option in the checkbox group
affects: | [
{
"change_type": "MODIFY",
"diff": "import { TestUtils } from '@medly-components/utils';\nimport React from 'react';\n-import Checkbox from '../Checkbox';\nimport CheckboxGroup from './CheckboxGroup';\ndescribe('CheckboxGroup component', () => {\n- it('should render correctly with all the default props', ()... | TypeScript | MIT License | medly/medly-components | feat: added select all option in the checkbox group
affects: @medly-components/core | 1 | feat | null |
67,476 | 28.08.2019 12:35:32 | -7,200 | 1541faf336a5649191da0196316d50d266e1006f | chore(dialog): add package | [
{
"change_type": "MODIFY",
"diff": "\"packages/runtime-html-jsdom\",\n\"packages/store\",\n\"packages/testing\",\n- \"packages/validation\"\n+ \"packages/validation\",\n+ \"packages/dialog\"\n],\n\"version\": \"0.3.0\"\n}\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
},
{
"change_ty... | TypeScript | MIT License | aurelia/aurelia | chore(dialog): add package | 1 | chore | dialog |
503,965 | 28.08.2019 13:20:33 | 14,400 | a0ed9601bedd459a3a80f31a25c0949418cc12ff | fix(clipboardcopy): change type to window.settimeout | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ export interface ClipboardCopyProps extends Omit<React.HTMLProps<HTMLDivElement>\n}\nexport class ClipboardCopy extends React.Component<ClipboardCopyProps, ClipboardCopyState> {\n- timer = null as NodeJS.Timer;\n+ timer = null as number;\nconstructor(pro... | TypeScript | MIT License | patternfly/patternfly-react | fix(clipboardcopy): change type to window.settimeout (#2740) | 1 | fix | clipboardcopy |
104,818 | 28.08.2019 13:21:18 | 18,000 | 63a9189f4c8971866b9e12e36ddfd025d80f616d | feat(imagecard): give special data loading indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -160,6 +160,7 @@ const defaultProps = {\neditCardLabel: 'Edit card',\ncloneCardLabel: 'Clone card',\ndeleteCardLabel: 'Delete card',\n+ closeLabel: 'Close',\n},\n};\n@@ -180,6 +181,7 @@ const Card = ({\navailableActions,\nbreakpoint,\ni18n,\n+ i18n: { closeLabel },\n..... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(imagecard): give special data loading indicator | 1 | feat | imagecard |
401,147 | 28.08.2019 13:30:18 | -19,080 | 39606d933e3f32c2388aeeb6cf5177910562492d | feat: created TableSelectableColumns components
affects: | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import Checkbox from '../../Checkbox';\n+import CheckboxGroup from '../../CheckboxGroup';\n+import { ColumnConfig } from '../types';\n+import { Props } from './types';\n+\n+const TableSelectableColumns: React.SFC<Props> = ({ columns, fieldToChan... | TypeScript | MIT License | medly/medly-components | feat: created TableSelectableColumns components
affects: @medly-components/core | 1 | feat | null |
815,590 | 28.08.2019 13:33:37 | -28,800 | 072959123ec4335016646d51b550767fe417c2ff | test: check typical 2 in 2 out tx cycles and size | [
{
"change_type": "MODIFY",
"diff": "@@ -249,6 +249,7 @@ fn all_specs() -> SpecMap {\n\"send_secp_tx_use_dep_group_type_hash\",\nScriptHashType::Type,\n)),\n+ Box::new(CheckTypical2In2OutTx::new()),\nBox::new(AlertPropagation::default()),\nBox::new(IndexerBasic),\nBox::new(GenesisIssuedCells),\n",
"new_p... | Rust | MIT License | nervosnetwork/ckb | test: check typical 2 in 2 out tx cycles and size | 1 | test | null |
67,474 | 28.08.2019 13:41:02 | -36,000 | 5c00dbd0e49cfec0cb318f2fff6cd147970e43ee | fix(webpack-loader): need to use "!!" in "!!raw-loader!" to bypass all loaders in webpack config | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ export function getHTMLOnlyElement() {\n`;\nconst result = preprocessHtmlTemplate(\n{ path: path.join('lo', 'FooBar.html'), contents: html },\n- preprocessOptions({ stringModuleWrap: (id: string) => `raw-loader!${id}` })\n+ preprocessOptions({ stringMo... | TypeScript | MIT License | aurelia/aurelia | fix(webpack-loader): need to use "!!" in "!!raw-loader!" to bypass all loaders in webpack config | 1 | fix | webpack-loader |
401,147 | 28.08.2019 13:41:05 | -19,080 | 752dc66e2dbec9997b258e0b18b67a663463d6cb | refactor(core): exporting SelectableColumns as Table static prop
affects: | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/core/src/components/Table/SelectableColumns/SelectableColumns.tsx",
"old_path": "packages/core/src/components/Table/TableSelectableColumns/TableSelectableColumns.tsx"
},
{
"change_type": "ADD",
"diff": "+import SelectableColumn... | TypeScript | MIT License | medly/medly-components | refactor(core): exporting SelectableColumns as Table static prop
affects: @medly-components/core | 1 | refactor | core |
815,590 | 28.08.2019 13:43:25 | -28,800 | 8da32fdbc994b80119146f7f76ec19f3099687b9 | chore: increase cycles limit of a block | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,6 @@ lock.hash_type = \"type\"\n[params]\nepoch_reward = 1_250_000_00000000\nsecondary_epoch_reward = 600_000_00000000\n-max_block_cycles = 10_000_000_000\n# Cellbase outputs are \"locked\" and require 4 * MAX_EPOCH_LENGTH(1800) confirmations(approximately 16... | Rust | MIT License | nervosnetwork/ckb | chore: increase cycles limit of a block | 1 | chore | null |
531,793 | 28.08.2019 14:01:51 | -3,600 | 273eda7d793f9f7e9383dd9856dda15dafbc2551 | chore(ci): enable cache for cross compilation job | [
{
"change_type": "MODIFY",
"diff": "@@ -124,8 +124,6 @@ jobs:\nenv:\n- DESC=\"Cross compile binaries\"\n- GO111MODULE=on\n- # disable cache so we always build from scratch\n- cache: false\nbefore_script:\n# this stage needs to build everything including assets file and that\n# requires running webpack, so w... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): enable cache for cross compilation job | 1 | chore | ci |
103,473 | 28.08.2019 14:08:17 | -3,600 | 3782cf5c7805e6c86d1dcd9c4e863e6ad6ffc7c9 | feat: (title|description)numberOfLines props to ListItem and ListAccordion | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,16 @@ type Props = {\n* Style that is passed to Description element.\n*/\ndescriptionStyle?: StyleProp<TextStyle>;\n+ /**\n+ * Truncate Title text such that the total number of lines does not\n+ * exceed this number.\n+ */\n+ titleNumberOfLines?: number;\n+ /... | TypeScript | MIT License | callstack/react-native-paper | feat: (title|description)numberOfLines props to ListItem and ListAccordion (#1245) | 1 | feat | null |
866,395 | 28.08.2019 14:17:21 | 14,400 | 5022b0398f6bab1bfd309ab31f7b3af409b7f957 | chore(storybook): removes more info button | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,11 @@ import { addReadme } from 'storybook-readme';\n// import { checkA11y } from 'storybook-addon-a11y';\nimport Container from './Container';\n-addDecorator(\n- withInfo({\n- maxPropStringLength: 200, // Displays the first 200 characters in the default prop ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(storybook): removes more info button | 1 | chore | storybook |
866,395 | 28.08.2019 14:18:02 | 14,400 | 388059ff8a0f13fc8e45e2a5f46d3ef672249070 | feat(profile): adds static profile component | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ import {\nSideNavMenuItem,\n} from 'carbon-components-react';\nimport MastheadSearch from './MastheadSearch';\n+import MastheadProfile from './MastheadProfile';\nimport cx from 'classnames';\nconst { prefix } = settings;\n@@ -114,7 +115,13 @@ const Masth... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(profile): adds static profile component | 1 | feat | profile |
866,392 | 28.08.2019 15:37:03 | 18,000 | 9cf1b0bf48e491bdf60f51f6e5019e6bbc49a699 | chore(release): publish v0.3.0-rc.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [0.3.0-rc.0](https://github.com/carbon-design-system/ibm-dotcom-library/tree/master/packages/eslint-config-ibmdotco... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(release): publish v0.3.0-rc.0 | 1 | chore | release |
815,577 | 28.08.2019 15:46:25 | -28,800 | 1a6f5bc6274caf0402b7815a0318e810c67ac09f | test: Enhanced ibd process test | [
{
"change_type": "MODIFY",
"diff": "@@ -223,8 +223,7 @@ fn all_specs() -> SpecMap {\n// FIXME: There is a probability of failure on low resouce CI server\n// Box::new(TransactionRelayMultiple),\nBox::new(Discovery),\n- // TODO enable this after p2p lib resolve close timeout issue\n- // Box::new(Disconnect),... | Rust | MIT License | nervosnetwork/ckb | test: Enhanced ibd process test | 1 | test | null |
104,818 | 28.08.2019 15:53:48 | 18,000 | 4f36fa120efd582c0791637069ef8751b4ffc8fc | fix(card): send the icon description for the open icon | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,7 @@ const defaultProps = {\ncloneCardLabel: 'Clone card',\ndeleteCardLabel: 'Delete card',\ncloseLabel: 'Close',\n+ expandLabel: 'Expand to fullscreen',\n},\n};\n@@ -181,7 +182,7 @@ const Card = ({\navailableActions,\nbreakpoint,\ni18n,\n- i18n: { closeLab... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): send the icon description for the open icon | 1 | fix | card |
103,436 | 28.08.2019 16:13:42 | -19,080 | 575fdecbd3a0355c05b890e60005fcad58430a77 | fix: FAB - always display activity indicator if loading property is set to true | [
{
"change_type": "MODIFY",
"diff": "@@ -217,7 +217,7 @@ class FAB extends React.Component<Props, State> {\n{icon && loading !== true ? (\n<CrossFadeIcon source={icon} size={24} color={foregroundColor} />\n) : null}\n- {loading && label ? (\n+ {loading ? (\n<ActivityIndicator size={18} color={foregroundColor... | TypeScript | MIT License | callstack/react-native-paper | fix: FAB - always display activity indicator if loading property is set to true (#11570) | 1 | fix | null |
104,818 | 28.08.2019 16:15:06 | 18,000 | f258008997313fcdb085b7ec3071adb6f2a6b301 | fix(timeseries): tooltip shouldn't show in editable | [
{
"change_type": "MODIFY",
"diff": "-import React, { useRef } from 'react';\n+import React, { useRef, useMemo } from 'react';\nimport moment from 'moment';\nimport { LineChart } from '@carbon/charts-react';\nimport '@carbon/charts/style.css';\n@@ -46,6 +46,12 @@ const LineChartWrapper = styled.div`\nwidth: ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): tooltip shouldn't show in editable | 1 | fix | timeseries |
67,494 | 28.08.2019 16:28:23 | -7,200 | dc3c6ee43095060a0c5a004f752f745c6fadc347 | feat(router): improve instruction parser (incomplete) | [
{
"change_type": "MODIFY",
"diff": "@@ -76,8 +76,8 @@ describe('InstructionResolver', function () {\n{ instruction: 'foo@left', viewportInstruction: new ViewportInstruction('foo', 'left') },\n{ instruction: 'foo(123)@left', viewportInstruction: new ViewportInstruction('foo', 'left', '123') },\n{ instruction... | TypeScript | MIT License | aurelia/aurelia | feat(router): improve instruction parser (incomplete) | 1 | feat | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.