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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
276,946 | 18.11.2019 11:04:47 | 10,800 | b1237858ae27343fc113cbb08c427bf99a658021 | feat(yoga/stepper): stepper component for web platform | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,15 @@ metaDescription: 'Stepper component'\n### Usage\n```javascript reactLive=true\n-<Stepper activeStep={2}>\n- <Stepper.Step>Confirm Booking</Stepper.Step>\n- <Stepper.Step>Class Booked</Stepper.Step>\n- <Stepper.Step>Check-in</Stepper.Step>\n- <Stepper.Ste... | JavaScript | MIT License | gympass/yoga | feat(yoga/stepper): stepper component for web platform | 1 | feat | yoga/stepper |
722,013 | 18.11.2019 11:18:28 | 21,600 | f1ac618b7d571411303ada1a31165e12eac00b9d | fix: import issue conflicts with babel
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import commonDir from 'common-dir'\nimport { generate } from 'escodegen'\nimport toAst from 'to-ast'\nimport createLogger from 'glogg'\n-import fileExistsCaseInsensitive from 'react-styleguidist/lib/scripts/utils/findFileCaseInsensitive'\n+import * as file... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: import issue conflicts with babel
closes #635 | 1 | fix | null |
865,921 | 18.11.2019 11:36:34 | -3,600 | f104cae33190d01f4dce22f8ca6c48d1ef0d7c01 | feat(primitives): make DropdownButton multi-button compatible
* multiButton attribute makes it a multi button
* title and onClick props are recognized
This should help both run and deploy. | [
{
"change_type": "MODIFY",
"diff": "@@ -70,9 +70,13 @@ export default class DropdownButton extends PureComponent {\n}\n}\n- toggle = () => {\n+ toggle = (event) => {\n+\nconst { disabled } = this.props;\n+ event.preventDefault();\n+ event.stopPropagation();\n+\nif (disabled) {\nreturn;\n}\n@@ -80,10 +84,33 ... | JavaScript | MIT License | camunda/camunda-modeler | feat(primitives): make DropdownButton multi-button compatible
* multiButton attribute makes it a multi button
* title and onClick props are recognized
This should help both run and deploy. | 1 | feat | primitives |
711,597 | 18.11.2019 11:44:19 | -3,600 | 92493b6cd7984f0fa0d57a1c853480a9fbe653dc | chore: Publish v0.6.1 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.6.1 (2019-11-18)</small>\n+\n+\n+#### Fixes\n+\n+* **asset-server-plugin** Update sharp dependency for node 13 compat ([186b47e](https://github.com/vendure-ecommerce/vendure/commit/186b47e)), closes [#204](https://github.com/vendure-ecommerce/vendure/issues/2... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.6.1 | 1 | chore | null |
865,921 | 18.11.2019 11:59:14 | -3,600 | d8242c92c43ad78acec4cb2ce89e81f9008afec2 | docs(project): add link to draft issue page | [
{
"change_type": "MODIFY",
"diff": "A list of things to perform with Camunda Modeler patch release.\n-__Hint:__ Create a release issue and copy the template below into it.\n+__[Draft a patch release](https://github.com/camunda/camunda-modeler/issues/new?title=Release%20Camunda%20Modeler%20vVERSION&body=Rele... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): add link to draft issue page | 1 | docs | project |
865,921 | 18.11.2019 12:00:29 | -3,600 | 994a13b088bcb43ca2449a36e488136df1fa8c53 | docs(project): rename PATCH_RELEASE_CHECKLIST to PATCH_RELEASE | [
{
"change_type": "RENAME",
"diff": "-# Patch Release Checklist\n-\n-A list of things to perform with Camunda Modeler patch release.\n+# Patch Release\n__[Draft a patch release](https://github.com/camunda/camunda-modeler/issues/new?title=Release%20Camunda%20Modeler%20vVERSION&body=Release%20Camunda%20Modeler... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): rename PATCH_RELEASE_CHECKLIST to PATCH_RELEASE | 1 | docs | project |
76,605 | 18.11.2019 12:17:33 | -3,600 | 8f89632e9fd85a9d2b76073649f59f8ecb4c2a77 | feat: slot filling package | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/slot/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\n+P... | JavaScript | MIT License | axa-group/nlp.js | feat: slot filling package | 1 | feat | null |
722,013 | 18.11.2019 12:18:05 | 21,600 | 9c45104a86ef1f59fc8c24a0ecfa2d46b2d3718c | fix(plugin): default custom components | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,10 @@ module.exports = (api, options) => {\nfunction getStyleguidist(args, api, options) {\nconst conf = api.resolve(args.config || './styleguide.config.js')\nconst sgConf = conf && conf.length ? require(conf) : {}\n+\n+ // reset the default component express... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(plugin): default custom components | 1 | fix | plugin |
304,866 | 18.11.2019 12:45:15 | 28,800 | b6c0fc5fc8bb93d7eb4f0ec00ea57f2df41d1bf6 | docs(SPEC): clarify language for range function | [
{
"change_type": "MODIFY",
"diff": "@@ -2375,8 +2375,8 @@ Range has the following properties:\n| Name | Type | Description |\n| ---- | ---- | ----------- |\n-| start | time | Start specifies the oldest time to be included in the results. |\n-| stop | time | Stop specifies the exclusive newest time to be inc... | Go | MIT License | influxdata/flux | docs(SPEC): clarify language for range function (#2171) | 1 | docs | SPEC |
306,406 | 18.11.2019 12:53:38 | -3,600 | 0d7d513405e05f7bdf4e6cd4f0ca0955da16e9b5 | fix(button): make click event work in ie11 | [
{
"change_type": "MODIFY",
"diff": "@@ -185,10 +185,6 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\n* without side effects caused by the click bubbling back up to lion-button.\n*/\n__clickDelegationHandler(e) {\n- if (this.constructor.__isIE11()) {\n- e.stopPropagation... | JavaScript | MIT License | ing-bank/lion | fix(button): make click event work in ie11 | 1 | fix | button |
865,921 | 18.11.2019 12:59:27 | -3,600 | 213ff2301165edeff72921c2a63824c86b59993d | docs(project): improve PATCH_RELEASE formatting | [
{
"change_type": "MODIFY",
"diff": "# Patch Release\n-__[Draft a patch release](https://github.com/camunda/camunda-modeler/issues/new?title=Release%20Camunda%20Modeler%20vVERSION&body=Release%20Camunda%20Modeler%20%60vVERSION%60%3A%0A%0A%2A%20%5B%20%5D%20make%20sure%20dependencies%20are%20released%20%28%60r... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): improve PATCH_RELEASE formatting | 1 | docs | project |
865,921 | 18.11.2019 13:00:46 | -3,600 | ea2db28b59abd2f008591f3559556fb0c54cc53d | docs(project): reformat PATCH_RELEASE | [
{
"change_type": "MODIFY",
"diff": "__[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new?title=Release%20Camunda%20Modeler%20vVERSION&body=Release%20Camunda%20Modeler%20%60vVERSION%60%3A%0A%0A%2A%20%5B%20%5D%20make%20sure%20dependencies%20are%20released%20%28%60rm%20-rf%20node_mo... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): reformat PATCH_RELEASE | 1 | docs | project |
76,605 | 18.11.2019 13:02:28 | -3,600 | ca95f31ebf546fb4a0de544f54aed68f1537967d | feat: slot filling | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ const {\n} = require('@nlpjs/ner');\nconst { ActionManager, NlgManager } = require('@nlpjs/nlg');\nconst { SentimentAnalyzer } = require('@nlpjs/sentiment');\n+const { SlotManager } = require('@nlpjs/slot');\nclass Nlp extends Clonable {\nconstructor(set... | JavaScript | MIT License | axa-group/nlp.js | feat: slot filling | 1 | feat | null |
276,946 | 18.11.2019 13:07:46 | 10,800 | 744ec55eadd7090d69c51c4b3e8dfb6062323241 | refactor(yoga/stepper): change margin to top property | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,8 @@ const DotWrapper = styled.div(\n? stepper.dot.backgroundColor.active\n: stepper.dot.backgroundColor.inactive\n};\n- margin-top: -10px;\n+ position: absolute;\n+ top: -10px;\n}\n`;\n},\n",
"new_path": "packages/yoga/src/Stepper/web/Dots.jsx",
"old... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): change margin to top property | 1 | refactor | yoga/stepper |
276,946 | 18.11.2019 13:09:52 | 10,800 | 1eccecee3a198046dde97156d4585eb2f40ae80f | refactor(yoga/stepper): change subtraction to parent component | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ const Line = styled.div(\nbackground-color: ${stepper.line.backgroundColor.active};\ncontent: '';\ndisplay: block;\n- width: ${activeStep <= 0 ? 0 : (activeStep / (totalSteps - 1)) * 100}%;\n+ width: ${activeStep <= 0 ? 0 : (activeStep / totalSteps) * 10... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): change subtraction to parent component | 1 | refactor | yoga/stepper |
277,000 | 18.11.2019 13:15:57 | 10,800 | e3709067faafbbae6f77e1d5f756b4f4e8481c33 | feat(checkbox): creating checkbox native example (labnative) | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ const StyledText = styled.Text`\ntext-align: center;\n`;\n-const SwitchWrapper = styled.View`\n+const CheckboxWrapper = styled.View`\nmargin-bottom: 10px;\ntext-align: center;\nalign-items: center;\n@@ -25,21 +25,34 @@ const CheckboxPage = () => {\n}}\n>... | JavaScript | MIT License | gympass/yoga | feat(checkbox): creating checkbox native example (labnative) | 1 | feat | checkbox |
866,394 | 18.11.2019 13:15:57 | 18,000 | 93ab1a74917d702fc7eefd7c6d569fe9c07c17d5 | fix(typeahead): adjust shape of query for better reading | [
{
"change_type": "MODIFY",
"diff": "@@ -41,9 +41,12 @@ class SearchTypeaheadAPI {\n*/\nstatic async getResults(query) {\nconst lang = LocaleAPI.getLang();\n- const url = `${_endpoint}?lang=${lang.lc}&cc=${\n- lang.cc\n- }&query=${encodeURIComponent(query)}`;\n+ const urlQuery = [\n+ `lang=${lang.lc}`,\n+ `c... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(typeahead): adjust shape of query for better reading | 1 | fix | typeahead |
277,000 | 18.11.2019 13:17:50 | 10,800 | 5554928fa43409a682314979f4c6c0eb6443f611 | feat(checkbox): create checkbox component for web | [
{
"change_type": "MODIFY",
"diff": "-import Switch from './web/Switch';\n-\n-const Checkbox = {};\n+import { Checkbox, Switch } from './web';\nCheckbox.Switch = Switch;\n",
"new_path": "packages/yoga/src/Checkbox/index.js",
"old_path": "packages/yoga/src/Checkbox/index.js"
},
{
"change_type"... | JavaScript | MIT License | gympass/yoga | feat(checkbox): create checkbox component for web | 1 | feat | checkbox |
277,000 | 18.11.2019 13:19:02 | 10,800 | a2690e0321e642ba0a6afabcd27c34dc1afb268e | docs(checkbox): create checkbox component documentation | [
{
"change_type": "ADD",
"diff": "+### Reference\n+\n+Gympass `<Checkbox />` component implements all our design guidelines such as default spacings, borders and color pallete tokens.\n+Switches are best used for communicating activation (e.g., on/off states), while checkboxes are best used for communicating... | JavaScript | MIT License | gympass/yoga | docs(checkbox): create checkbox component documentation | 1 | docs | checkbox |
276,946 | 18.11.2019 13:20:40 | 10,800 | 7f47c2d202b73187ebf84b014f584ce15f8fd028 | docs(yoga/doc): change stepper stps content | [
{
"change_type": "MODIFY",
"diff": "@@ -11,13 +11,13 @@ metaDescription: 'Stepper component'\n```javascript reactLive=true\n<Stepper activeStep={0}>\n<Stepper.Step label=\"Confirm Booking\">\n- <Button />\n+ <h2>Confirm Booking Content</h2>\n</Stepper.Step>\n<Stepper.Step label=\"Class Booked\">\n- <Button.... | JavaScript | MIT License | gympass/yoga | docs(yoga/doc): change stepper stps content | 1 | docs | yoga/doc |
277,000 | 18.11.2019 13:25:42 | 10,800 | 92469848e8cfb232904614941350605cf6ca9d1b | docs(checkbox): updating checkbox native documentation | [
{
"change_type": "MODIFY",
"diff": "### Reference\n-Gympass `<Checkbox />` component implements all our design guidelines such as default spacings, borders and color pallete tokens.\n-Switches are best used for communicating activation (e.g., on/off states), while checkboxes are best used for communicating ... | JavaScript | MIT License | gympass/yoga | docs(checkbox): updating checkbox native documentation | 1 | docs | checkbox |
865,921 | 18.11.2019 13:31:14 | -3,600 | 48fb993e1ebf6c0936d06fad3930261cbf88fd15 | docs(project): reword PATCH_RELEASE | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ __[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new\n## Template\n-A list of things to perform with Camunda Modeler patch release.\n+A list of things to perform to cut a Camunda Modeler patch release.\n```markdown\nRelease Camu... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): reword PATCH_RELEASE | 1 | docs | project |
865,921 | 18.11.2019 13:34:10 | -3,600 | 14fed4e6451827f06c3ee3b9187bb8677462cc1a | docs(project): final PATCH_RELEASE update | [
{
"change_type": "MODIFY",
"diff": "@@ -25,4 +25,4 @@ Release Camunda Modeler `vVERSION`:\n* [ ] close [current milestone](https://github.com/camunda/camunda-modeler/milestones)\n```\n-You may create a blank issue and copy the template below into it.\n+You may create a blank issue and copy the template into... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): final PATCH_RELEASE update | 1 | docs | project |
551,636 | 18.11.2019 13:38:12 | 0 | 7f27b96e25d6c4ce8a96f2407a67e4fc7597fe9b | docs: contributing documents - first cut | [
{
"change_type": "ADD",
"diff": "+## Contributing to QuestDB\n+\n+### Raise an Issue\n+\n+Raising issues on GitHub is super welcome. We aim to respond quickly and thoughtfully. This is a good\n+place to start before deep diving into the code base.\n+\n+### Contribute a PR\n+\n+#### Requirements\n+\n+- Java ... | Java | Apache License 2.0 | questdb/questdb | docs: contributing documents - first cut | 1 | docs | null |
104,818 | 18.11.2019 13:53:38 | 21,600 | 52573ce2e7132021e0b2279d602fd7f2c431953a | test(timeseries): fix story to show ranges highlighted | [
{
"change_type": "MODIFY",
"diff": "@@ -2436,11 +2436,25 @@ export const generateData = (quantity, intInterval, decimals) => {\n});\n};\n-export const getIntervalChartData = (interval = 'day', quantity, intInterval, decimals) =>\n+/**\n+ *\n+ * @param {*} interval\n+ * @param {*} quantity\n+ * @param {*} in... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(timeseries): fix story to show ranges highlighted | 1 | test | timeseries |
104,818 | 18.11.2019 14:07:32 | 21,600 | ff6e07accf3c19d615921cf55fc5647c203e5521 | fix(timeseriescard): if more than 50 points, hide the dots | [
{
"change_type": "MODIFY",
"diff": "@@ -33,17 +33,6 @@ const LineChartWrapper = styled.div`\ntransform: rotateY(0);\ntext-anchor: initial !important;\n}\n- .chart-wrapper svg.chart-svg g.x.grid g.tick line {\n- stroke: #dcdcdc;\n- }\n- .expand-btn {\n- display: ${props => (props.isEditable ? 'none' : '')};\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseriescard): if more than 50 points, hide the dots | 1 | fix | timeseriescard |
438,921 | 18.11.2019 14:20:48 | -32,400 | ab35efbd3639b734939cb77632f13fa52fa002f9 | chore(dev-env): Update dependency
Fix
Fix | [
{
"change_type": "MODIFY",
"diff": "\"readmeFilename\": \"README.md\",\n\"dependencies\": {\n\"d3-axis\": \"^1.0.12\",\n- \"d3-brush\": \"^1.1.3\",\n+ \"d3-brush\": \"^1.1.4\",\n\"d3-color\": \"^1.4.0\",\n- \"d3-drag\": \"^1.2.4\",\n- \"d3-dsv\": \"^1.1.1\",\n- \"d3-ease\": \"^1.0.5\",\n- \"d3-interpolate\"... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Update dependency
Fix #1119
Fix #1120 | 1 | chore | dev-env |
866,390 | 18.11.2019 14:26:40 | 18,000 | 2403076e21d7a76439a1f728ab672b815addcd85 | fix(pattern): renamed feature flag | [
{
"change_type": "MODIFY",
"diff": "@@ -46,4 +46,4 @@ export const SIMPLELONGFORM =\n* @type {string | boolean}\n*/\nexport const USECASES =\n- process.env.USECASES === 'true' || DDS_FLAGS_ALL || false;\n+ process.env.DDS_USECASES === 'true' || DDS_FLAGS_ALL || false;\n",
"new_path": "packages/patterns-... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(pattern): renamed feature flag | 1 | fix | pattern |
104,827 | 18.11.2019 14:42:58 | 21,600 | 656bc19586e4e4eaf200a9e82be5bd7ca7c17cc5 | fix(attribute): camelCase tabIndex to fix warning | [
{
"change_type": "MODIFY",
"diff": "@@ -141,7 +141,7 @@ const Attribute = ({\n? {\ntitle: `${matchingThreshold.comparison} ${matchingThreshold.value}`,\nfill: matchingThreshold.color,\n- tabindex: 0,\n+ tabIndex: '0',\ndescription: `${matchingThreshold.comparison} ${matchingThreshold.value}`,\n}\n: {};\n",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(attribute): camelCase tabIndex to fix warning | 1 | fix | attribute |
71,539 | 18.11.2019 14:49:33 | 28,800 | 2d92ab3e22130408056257d87620a3e03d75b226 | fix(init-templates): update init templates for csharp and java
Changed C#/Java parameter naming to match ts
Removed unnecessary null param in C#
Significant Java init template revision to create empty app with correct structure using templated naming instead of sample app with static naming | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ namespace %name.PascalCased%\n{\npublic class %name.PascalCased%Stack : Stack\n{\n- public %name.PascalCased%Stack(Construct parent, string id, IStackProps props) : base(parent, id, props)\n+ public %name.PascalCased%Stack(Construct scope, string id, IStac... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(init-templates): update init templates for csharp and java (#5059)
Changed C#/Java parameter naming to match ts
Removed unnecessary null param in C#
Significant Java init template revision to create empty app with correct structure using templated naming instead of sample app with static naming | 1 | fix | init-templates |
104,818 | 18.11.2019 14:56:43 | 21,600 | 91f972b715929743aa81da4eb02a5d1d010c4e0a | feat(timeseries): add additional data attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -234,6 +234,14 @@ describe('validators', () => {\nexpect(validateCard4.errors).toHaveLength(0);\nexpect(validateCard4.isValid).toEqual(true);\n});\n+ test('validateTimeSeriesCard additionalData', () => {\n+ const validateCard = validateTimeSeriesCard({\n+ ...mockTimeSe... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(timeseries): add additional data attribute | 1 | feat | timeseries |
276,946 | 18.11.2019 14:56:55 | 10,800 | fc537eceac192e64a31dce913c1c0aee69cb36bd | feat(yoga/stepper): stepper component for native platform | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { Text } from 'react-native';\n+import styled from 'styled-components';\n+import { Stepper } from '@gympass/yoga';\n+\n+const StyledView = styled.View`\n+ width: 100%;\n+ padding: 10px;\n+`;\n+\n+const StepperPage = () => {\n+ return (\n+... | JavaScript | MIT License | gympass/yoga | feat(yoga/stepper): stepper component for native platform | 1 | feat | yoga/stepper |
104,818 | 18.11.2019 15:00:45 | 21,600 | 736bf47c6dd5bb21e75a4bc717f9cd542da8f283 | feat(timeseries): make sure the alert dot shows | [
{
"change_type": "MODIFY",
"diff": "@@ -44,10 +44,10 @@ const LineChartWrapper = styled.div`\n.bx--cc--chart-svg {\nwidth: 100%;\nheight: 100%;\n- circle.dot {\n+ circle.dot.unfilled {\nstroke-opacity: ${props => (props.isEditable ? '1' : '')};\n}\n- circle.dot {\n+ circle.dot.unfilled {\nopacity: ${props =... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(timeseries): make sure the alert dot shows | 1 | feat | timeseries |
104,924 | 18.11.2019 15:21:04 | 0 | 6a3eca51f44fdfacc32a0bdb3568d3dae6a63bb0 | fix: update and emit dataValue on clearFilter | [
{
"change_type": "MODIFY",
"diff": "@@ -208,10 +208,12 @@ export default {\nthis.isHelper = !!(this.$slots['helper-text'] || (this.helperText && this.helperText.length));\n},\nclearFilter() {\n+ this.internalUpdateValue('');\nthis.filter = '';\nthis.$refs.input.focus();\nthis.doOpen(true);\nthis.updateOptio... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | fix: update and emit dataValue on clearFilter (#685) | 1 | fix | null |
276,946 | 18.11.2019 15:38:39 | 10,800 | 3d5ee804f8c171de7c0724ecb0006f685598dea9 | fix(yoga/doc): fix CodeSandboxButton proptype | [
{
"change_type": "MODIFY",
"diff": "import React, { useState } from 'react';\n-import { string } from 'prop-types';\n+import { string, arrayOf } from 'prop-types';\nimport CodeSandboxIcon from '../../images/codesandbox.svg';\nimport LoadingIcon from '../../images/loading.svg';\n@@ -33,7 +33,7 @@ const CodeS... | JavaScript | MIT License | gympass/yoga | fix(yoga/doc): fix CodeSandboxButton proptype | 1 | fix | yoga/doc |
276,946 | 18.11.2019 15:44:21 | 10,800 | cda71013f34874710f4727073f831ffd49569ef1 | refactor(yoga/stepper): remove duplicated step | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,6 @@ const StepperPage = () => {\n<Stepper.Step label=\"Check-in\">\n<Text>Check-in Content</Text>\n</Stepper.Step>\n- <Stepper.Step label=\"Check-in\">\n- <Text>Check-in Content</Text>\n- </Stepper.Step>\n</Stepper>\n</StyledView>\n);\n",
"new_path": "pa... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): remove duplicated step | 1 | refactor | yoga/stepper |
276,946 | 18.11.2019 15:45:23 | 10,800 | ce75aec36a03935637438047ffa8123ad882183d | refactor(yoga/stepper): refactor active dot logic | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,9 @@ import React from 'react';\nimport { number, arrayOf, string } from 'prop-types';\nimport styled from 'styled-components';\n+const activeDot = (index, activeStep) =>\n+ typeof activeStep !== 'number' ? false : index <= activeStep;\n+\nconst Dot = styled.Vi... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): refactor active dot logic | 1 | refactor | yoga/stepper |
276,946 | 18.11.2019 15:46:40 | 10,800 | 7c93215a95f569b6c9b678f25ba326ade31c1ecb | refactor(yoga/stepper): remove content component | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import { View } from 'react-native';\nimport { node, number, checkPropTypes } from 'prop-types';\nimport styled from 'styled-components';\n-import Content from './Content';\nimport Line from './Line';\nimport Dots from './Dots';\n@@ -26,7 +25,7 @@ const St... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): remove content component | 1 | refactor | yoga/stepper |
711,597 | 18.11.2019 15:46:58 | -3,600 | 90e161b41631ddcd0e24a0ef55630224168fb0ea | fix(core): Export LoginEvent & RefundStateTransitionEvent | [
{
"change_type": "MODIFY",
"diff": "export * from './event-bus';\nexport * from './event-bus.module';\nexport * from './vendure-event';\n+\nexport * from './events/account-registration-event';\n-export * from './events/product-event';\n-export * from './events/product-channel-event';\n-export * from './even... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Export LoginEvent & RefundStateTransitionEvent | 1 | fix | core |
504,004 | 18.11.2019 15:53:25 | 18,000 | 2b15cc04f5cae16e12ddfb6e5547aebd34f0869e | fix(topology): Set topology container to take full height of the view | [
{
"change_type": "MODIFY",
"diff": "width: 100%;\nheight: 100%;\n}\n+\n+.pf-topology-container {\n+ flex: 1;\n+}\n",
"new_path": "packages/patternfly-4/react-styles/src/css/components/Topology/topology-view.css",
"old_path": "packages/patternfly-4/react-styles/src/css/components/Topology/topology-vi... | TypeScript | MIT License | patternfly/patternfly-react | fix(topology): Set topology container to take full height of the view (#3314) | 1 | fix | topology |
471,536 | 18.11.2019 16:04:30 | -7,200 | 7a75f304ce0a6f8b48dcdc1159ab904b9365b2ba | docs: add child theme with custom homepage
closes
adds click-to-copy npm init command to homepage, by creating a
Vue child theme | [
{
"change_type": "ADD",
"diff": "+<style scoped>\n+#homepage-npm-init-command {\n+ display: flex;\n+ align-items: center;\n+ justify-content: center;\n+ padding-top: 14px;\n+ padding-bottom: 14px;\n+ /* width: calc(100% - 28px); */\n+ /* border-radius: 10px; */\n+ color: white;\n+ /* background: darkgrey; *... | JavaScript | MIT License | open-wc/open-wc | docs: add child theme with custom homepage
closes #867
adds click-to-copy npm init @open-wc command to homepage, by creating a
Vue child theme | 1 | docs | null |
276,946 | 18.11.2019 16:09:16 | 10,800 | 590951e25857c0aed8a6a115b2da244e16d72fa6 | docs(yoga/stepper): change h1 to strong tag | [
{
"change_type": "MODIFY",
"diff": "@@ -11,13 +11,13 @@ metaDescription: 'Stepper component'\n```javascript reactLive=true\n<Stepper activeStep={0}>\n<Stepper.Step label=\"Confirm Booking\">\n- <h2>Confirm Booking Content</h2>\n+ <strong>Confirm Booking Content</strong>\n</Stepper.Step>\n<Stepper.Step label... | JavaScript | MIT License | gympass/yoga | docs(yoga/stepper): change h1 to strong tag | 1 | docs | yoga/stepper |
276,946 | 18.11.2019 16:09:39 | 10,800 | ff0a1271912364399df5dcae125ff11dc2af6632 | refactor(yoga/stepper): remove unused file | [
{
"change_type": "DELETE",
"diff": "-import React from 'react';\n-import { node, number } from 'prop-types';\n-import styled from 'styled-components';\n-\n-const Wrapper = styled.View(\n- ({\n- theme: {\n- components: { stepper },\n- },\n- }) => `\n- margin-top: ${stepper.content.margin.top}px;\n-`,\n-);\n-... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): remove unused file | 1 | refactor | yoga/stepper |
276,946 | 18.11.2019 16:10:41 | 10,800 | aa702d82413ea94314ab911d342b4d3f618666f6 | refactor(yoga/stepper): separate activeDot logic to a single file | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,16 @@ import React from 'react';\nimport { number, arrayOf, string } from 'prop-types';\nimport styled from 'styled-components';\n-const activeDot = (index, activeStep) =>\n- typeof activeStep !== 'number' ? false : index <= activeStep;\n+import activeDot from ... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): separate activeDot logic to a single file | 1 | refactor | yoga/stepper |
276,946 | 18.11.2019 16:12:01 | 10,800 | a1d7a6a0cc5641eb82cc8f08a3db5238d465b4a4 | refactor(yoga/stepper): separate customProptype to a different file and order css rules | [
{
"change_type": "ADD",
"diff": "+const activeDot = (currentIndex, activeStep) =>\n+ typeof activeStep !== 'number' ? false : currentIndex <= activeStep;\n+\n+export default activeDot;\n",
"new_path": "packages/yoga/src/Stepper/activeDot.js",
"old_path": null
},
{
"change_type": "ADD",
"... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): separate customProptype to a different file and order css rules | 1 | refactor | yoga/stepper |
67,494 | 18.11.2019 16:25:38 | -3,600 | a2978d40305fd17368c75c4140c79d55165d98b7 | test(router): make hooks async | [
{
"change_type": "MODIFY",
"diff": "@@ -58,9 +58,9 @@ describe('HookManager', function () {\nconst { router, tearDown, navigationInstruction } = await setup();\nconst sut = new HookManager();\n- sut.addHook((url: string, navigationInstruction: INavigatorInstruction) => `hooked:${url}`,\n+ sut.addHook(async ... | TypeScript | MIT License | aurelia/aurelia | test(router): make hooks async | 1 | test | router |
276,946 | 18.11.2019 16:29:43 | 10,800 | 146a5120f40faee9ab94c73d64f260a99d923b98 | test(yoga/stepper): create stepper unit tests | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { Text } from 'react-native';\n+import { render, toJSON } from '@testing-library/react-native';\n+import ThemeProvider from '../../ThemeProvider';\n+import Stepper from '..';\n+\n+describe('<Stepper />', () => {\n+ describe('Snapshots', (... | JavaScript | MIT License | gympass/yoga | test(yoga/stepper): create stepper unit tests | 1 | test | yoga/stepper |
679,913 | 18.11.2019 16:35:20 | 0 | dcfee156c8b196c6c4a4f2b5f0f7986e19bacee8 | feat(gp): import as new package | [
{
"change_type": "ADD",
"diff": "+.ae\n+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/gp/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): import as new package | 1 | feat | gp |
679,913 | 18.11.2019 16:37:48 | 0 | 65c5ec30601b0229d6760854a8f1d817f4236b1d | feat(zipper): add .depth getter & tests | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,16 @@ export class Location<T> {\nreturn !this.rights;\n}\n+ get depth() {\n+ let d =0;\n+ let path = this._path;\n+ while(path) {\n+ d++;\n+ path = path.path;\n+ }\n+ return d;\n+ }\n+\nget node() {\nreturn this._node;\n}\n",
"new_path": "packages/zipper... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(zipper): add .depth getter & tests | 1 | feat | zipper |
217,922 | 18.11.2019 16:38:09 | -3,600 | e59565e77e3988f145fc7bbc8ca4fce52a241df7 | chore: add app version in database write requests | [
{
"change_type": "MODIFY",
"diff": "export class DataModel {\n$key?: string;\nnotFound?: boolean;\n+ appVersion?: string;\n}\n",
"new_path": "apps/client/src/app/core/database/storage/data-model.ts",
"old_path": "apps/client/src/app/core/database/storage/data-model.ts"
},
{
"change_type": "M... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add app version in database write requests | 1 | chore | null |
104,963 | 18.11.2019 16:40:27 | -3,600 | 1d7cd199906677146f09bbca05c318a396a38d59 | feat: add tests for cv-text-area component| | [
{
"change_type": "ADD",
"diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`CvTextArea should render correctly 1`] = `\n+<div class=\"cv-text-area bx--form-item\"><label for=\"1\" class=\"bx--label\">test label</label>\n+ <!---->\n+ <div class=\"bx--text-area__wrapper\">\n+ <!----> <textarea ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | feat: add tests for cv-text-area component| (#689) | 1 | feat | null |
866,398 | 18.11.2019 17:00:08 | 10,800 | b7cb2da2345830f0782df2ab35cc95c12b97548e | fix(masthead): add new props to readme | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,8 @@ const platformData = {\n| `hasSearch` | Boolean | `true` | Includes IBM search |\n| `searchOpenOnload` | Boolean | `false` | Has the search open by default |\n| `placeHolderText` | String | `Search all of IBM` | Placeholder value for search input |\n+| `... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(masthead): add new props to readme | 1 | fix | masthead |
67,494 | 18.11.2019 17:40:39 | -3,600 | 85ffc9a9210f980cc94e44ac7fce835614a12fd9 | feat(router): implement TransformToUrl hook | [
{
"change_type": "MODIFY",
"diff": "@@ -844,7 +844,7 @@ export class Router implements IRouter {\nreturn this.rootScope!;\n}\n- private replacePaths(instruction: INavigatorInstruction): Promise<void> {\n+ private async replacePaths(instruction: INavigatorInstruction): Promise<void> {\n(this.rootScope as Vie... | TypeScript | MIT License | aurelia/aurelia | feat(router): implement TransformToUrl hook | 1 | feat | router |
104,857 | 18.11.2019 17:57:01 | 10,800 | 61dbb9191344ad60dd4bcd7b85306564a6b78925 | feat(gallery): new components for tile gallery | [
{
"change_type": "MODIFY",
"diff": "-import React from 'react';\n+import React, { useState, Fragment } from 'react';\nimport PropTypes from 'prop-types';\n+import get from 'lodash/get';\n+import escapeRegExp from 'lodash/escapeRegExp';\n+import { ButtonTypes } from 'carbon-components-react/lib/prop-types/ty... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(gallery): new components for tile gallery | 1 | feat | gallery |
791,723 | 18.11.2019 18:05:53 | 28,800 | 648248e270deeef33e1b16b3420b43cc97230a97 | core: add settings.internalDisableDeviceScreenEmulation | [
{
"change_type": "MODIFY",
"diff": "@@ -1321,6 +1321,7 @@ Object {\n\"emulatedFormFactor\": \"mobile\",\n\"extraHeaders\": null,\n\"gatherMode\": false,\n+ \"internalDisableDeviceScreenEmulation\": false,\n\"locale\": \"en-US\",\n\"maxWaitForFcp\": 30000,\n\"maxWaitForLoad\": 45000,\n@@ -1455,6 +1456,7 @@ O... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: add settings.internalDisableDeviceScreenEmulation (#9377) | 1 | core | null |
503,918 | 18.11.2019 18:12:30 | -7,200 | 0b62699976c598262581596fb716c1b3bb61bfa3 | fix(wizard,aboutmodal): remove appendTo from props passed to div | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ export class AboutModal extends React.Component<AboutModalProps, ModalState> {\n}\nrender() {\n- const { ...props } = this.props;\n+ const { appendTo, ...props } = this.props;\nconst { container } = this.state;\nif (!canUseDOM || !container) {\n",
... | TypeScript | MIT License | patternfly/patternfly-react | fix(wizard,aboutmodal): remove appendTo from props passed to div (#3239)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | wizard,aboutmodal |
67,476 | 18.11.2019 18:42:26 | -3,600 | 1e40ceb11000e6be7de7c64fa67a38770aabadf1 | fix(aot): fix a few minor slip-ups in function evaluation | [
{
"change_type": "MODIFY",
"diff": "@@ -1689,14 +1689,12 @@ function $FunctionDeclarationInstantiation(\n) {\nconst realm = ctx.Realm;\nconst intrinsics = realm['[[Intrinsics]]'];\n- const stack = realm.stack;\n// 1. Let calleeContext be the running execution context.\n- const calleeContext = stack.top;\n//... | TypeScript | MIT License | aurelia/aurelia | fix(aot): fix a few minor slip-ups in function evaluation | 1 | fix | aot |
67,476 | 18.11.2019 19:00:25 | -3,600 | f344146cbfc5d35ba89167c95758a9140698376e | feat(ast): implement ArgumentListEvaluation | [
{
"change_type": "MODIFY",
"diff": "@@ -94,4 +94,19 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(mod.ExecutionResult['[[Value]]'], 2);\n});\n+\n+ it('simple function declaration with parameters and binary expression', async function () {\n+ const { realm, mod } = await setup(`\n+ funct... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement ArgumentListEvaluation | 1 | feat | ast |
67,476 | 18.11.2019 19:01:01 | -3,600 | 5e807ac9987bf8d760ae942f342df9da305c3e94 | chore(aot): fix test script | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"eslint --cache --ext .js,.ts .\",\n\"test-262\": \"node -r esm dist/esnext/__tests__/setup-test262.js\",\n\"test-node\": \"cross-env NODE_ICU_DATA=../../node_modules/full-icu mocha --opts mocha.opts --reporter min --exit dist/esnext/__tests__/setup-node.js dis... | TypeScript | MIT License | aurelia/aurelia | chore(aot): fix test script | 1 | chore | aot |
67,516 | 18.11.2019 19:05:17 | -3,600 | 9e392f1a23b6f31cba67b2b7f6679a6d6d698e39 | feat(aot): try-catch RS implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -152,7 +152,7 @@ import { $NamespaceExoticObject } from './exotics/namespace';\nimport { $String } from './types/string';\nimport { $Undefined } from './types/undefined';\nimport { $Function } from './types/function';\n-import { $Any, CompletionType, $AnyNonEmpty } fro... | TypeScript | MIT License | aurelia/aurelia | feat(aot): try-catch RS implementation | 1 | feat | aot |
791,704 | 18.11.2019 19:05:34 | 28,800 | 567971889f1a80903f05ce7f6eb0ce302d2d49aa | docs(readme): add link to official lighthoues ci | [
{
"change_type": "MODIFY",
"diff": "@@ -320,7 +320,8 @@ Other awesome open source projects that use Lighthouse.\n* **[lighthouse-batch](https://www.npmjs.com/package/lighthouse-batch)** - Run Lighthouse over a number of sites and generate a summary of their metrics/scores.\n* **[lighthouse-check-action](htt... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): add link to official lighthoues ci (#9984) | 1 | docs | readme |
438,921 | 18.11.2019 19:08:42 | -32,400 | c319302a97fdce05f8811406ffd84374cbaf84fb | fix(zoom): Correct Axis culling on zoom
Make to call .setCulling() when y Axis zoom.rescale is set.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -874,4 +874,44 @@ describe(\"ZOOM\", function() {\ncheckDomain(chart.internal.zoomScale);\n});\n});\n+\n+ describe(\"zoom rescale culling\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 300, 350, 300, 0, 0, 0],\n+ [\"data2\", 130, 100, ... | TypeScript | MIT License | naver/billboard.js | fix(zoom): Correct Axis culling on zoom
Make to call .setCulling() when y Axis zoom.rescale is set.
Fix #1106 | 1 | fix | zoom |
791,622 | 18.11.2019 19:14:12 | 28,800 | b0b26ade6096aa39fbc36a5c270982f3b6f9192e | fix(docs): snippets are now replaced in jsdoc comments | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,8 @@ module.exports = {\ndestination: './docs/'\n},\nplugins: [\n- 'plugins/markdown'\n+ 'plugins/markdown',\n+ 'jsdoc-region-tag'\n],\nsource: {\nexcludePattern: '(^|\\\\/|\\\\\\\\)[._]',\n",
"new_path": ".jsdoc.js",
"old_path": ".jsdoc.js"
},
{
... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | fix(docs): snippets are now replaced in jsdoc comments (#815) | 1 | fix | docs |
791,866 | 18.11.2019 19:55:33 | 18,000 | 026b1538c14c3f3d8db12f3e4c3a8e8ae74ce137 | docs: add auto-lighthouse entry to 'related projects' | [
{
"change_type": "MODIFY",
"diff": "@@ -310,6 +310,7 @@ This section details services that have integrated Lighthouse data. If you're wo\n## Related Projects\nOther awesome open source projects that use Lighthouse.\n+* **[auto-lighthouse](https://github.com/TGiles/auto-lighthouse)** - a CLI for crawling a d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: add auto-lighthouse entry to 'related projects' (#9954) | 1 | docs | null |
679,913 | 18.11.2019 20:00:36 | 0 | c2f6d79c7ec8660fa6dd64cc09342bbbfeede2f9 | feat(examples): add shader-evo demo | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/shader-evo/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# shader-evo\n+\n+[Live demo](http://demo.thi.ng/umbrella/shader-evo/)\n+\n+Please refer to the [exampl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add shader-evo demo | 1 | feat | examples |
551,636 | 18.11.2019 20:09:33 | 0 | 88f3d08ba9522bd6ab571efe8d8aae30d2ecfe14 | fix: empty line execution (spaces) | [
{
"change_type": "MODIFY",
"diff": "@@ -45,31 +45,6 @@ public class SqlCompiler implements Closeable {\npublic static final ObjList<String> sqlControlSymbols = new ObjList<>(8);\nprivate final static Log LOG = LogFactory.getLog(SqlCompiler.class);\nprivate static final IntList castGroups = new IntList();\n-... | Java | Apache License 2.0 | questdb/questdb | fix: empty line execution (spaces) #84 | 1 | fix | null |
791,628 | 18.11.2019 20:13:52 | 28,800 | 99dcd82bb7e157fb2c9824788ce9fd415e0ed2dd | chore: clean up package.json | [
{
"change_type": "MODIFY",
"diff": "\"files\": [\n\"build/proto\",\n\"build/protos\",\n- \"build/src\",\n- \"AUTHORS\",\n- \"CONTRIBUTORS\",\n- \"LICENSE\"\n+ \"build/src\"\n],\n\"keywords\": [\n\"google apis client\",\n\"presystem-test\": \"npm run compile\",\n\"system-test\": \"mocha build/system-test --t... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | chore: clean up package.json (#809) | 1 | chore | null |
471,527 | 18.11.2019 20:16:43 | -3,600 | df6fe2151b3f22d068f0acd94880a43c1fb828a7 | fix: use es-dev-server auto compatibility | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"<%= tagName %>\",\n\"license\": \"MIT\",\n\"scripts\": {\n- \"start\": \"es-dev-server --app-index index.html --node-resolve --open --watch\",\n- \"start:compatibility\": \"es-dev-server --app-index index.html --compatibility all --node-resolve --open --watch\... | JavaScript | MIT License | open-wc/open-wc | fix: use es-dev-server auto compatibility | 1 | fix | null |
67,516 | 18.11.2019 20:28:03 | -3,600 | 71821b6195589293df6079a11ece5da74fdeeb2a | chore(aot): failing tests for try-catch | [
{
"change_type": "MODIFY",
"diff": "@@ -109,4 +109,20 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(mod.ExecutionResult['[[Value]]'], 2);\n});\n+\n+ it('simple try catch with handled error', async function () {\n+ const { mod } = await setup(`\n+ try {\n+ foo.bar;\n+ } catch {\n+ return... | TypeScript | MIT License | aurelia/aurelia | chore(aot): failing tests for try-catch | 1 | chore | aot |
67,516 | 18.11.2019 20:54:43 | -3,600 | 334ac4fe36408b1ac740a73f49b4498e93edd82b | feat(aot): implementation ThrowStatement#Evaluate | [
{
"change_type": "MODIFY",
"diff": "@@ -110,7 +110,23 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(mod.ExecutionResult['[[Value]]'], 2);\n});\n- it('simple try catch with handled error', async function () {\n+ it('try catch with thrown error', async function () {\n+ const { mod } = awa... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implementation ThrowStatement#Evaluate | 1 | feat | aot |
67,516 | 18.11.2019 20:58:48 | -3,600 | 3d2955ad374e3f1eb6f135d123b9b64e7a8db6f2 | test(aot): try-catch test w/o error | [
{
"change_type": "MODIFY",
"diff": "@@ -141,4 +141,20 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(mod.ExecutionResult['[[Value]]'], 1);\n});\n+\n+ it('try catch with no error', async function () {\n+ const { mod } = await setup(`\n+ try {\n+ return 42;\n+ } catch {\n+ return 1;\n+ }\n... | TypeScript | MIT License | aurelia/aurelia | test(aot): try-catch test w/o error | 1 | test | aot |
551,636 | 18.11.2019 20:59:05 | 0 | a53b53a0eb2631b3977e4a49ac3f0eb1567a52f2 | fix: garbage generation via lambda in sql parser | [
{
"change_type": "MODIFY",
"diff": "@@ -39,43 +39,6 @@ public final class SqlParser {\nprivate static final LowerCaseAsciiCharSequenceHashSet columnAliasStop = new LowerCaseAsciiCharSequenceHashSet();\nprivate static final LowerCaseAsciiCharSequenceHashSet groupByStopSet = new LowerCaseAsciiCharSequenceHash... | Java | Apache License 2.0 | questdb/questdb | fix: garbage generation via lambda in sql parser | 1 | fix | null |
865,921 | 18.11.2019 21:03:39 | -3,600 | 76930a506e90c353459b5c0ee194c1b535e05564 | chore(project): bump to /
Closes
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6dg==\"\n},\n\"bpmn-js\": {\n- \"version\": \"5.1.2\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-5.1.2.tgz\",\n- \"integrity\": \"sha512-s674cn... | JavaScript | MIT License | camunda/camunda-modeler | chore(project): bump to bpmn-js@6.0.0-beta.0 / dmn-js@7.2.0-beta.0
Closes https://github.com/camunda/camunda-modeler/issues/826
Closes https://github.com/camunda/camunda-modeler/issues/1433
Closes https://github.com/camunda/camunda-modeler/issues/1225 | 1 | chore | project |
730,428 | 18.11.2019 21:32:41 | 0 | 1979ebb9e030fb01dc8353854e7ad99bfcb6ea7d | chore(release): 0.2.62 [skip ci] | [
{
"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+### [0.2.62](https://github.com/webex/react-widgets/compare/v0.2.61...v0.2.62) (2019-11-18)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.62 [skip ci] | 1 | chore | release |
67,516 | 18.11.2019 21:33:16 | -3,600 | 7db2024b701703f834fdd8a2d09e632624e341b1 | chore(aot): switch tests and corrections | [
{
"change_type": "MODIFY",
"diff": "@@ -157,4 +157,57 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(mod.ExecutionResult['[[Value]]'], 42);\n});\n+\n+ it('simple switch', async function () {\n+ const { mod } = await setup(`\n+ switch(1){\n+ case 1:\n+ return 1;\n+ default:\n+ return 2;\n... | TypeScript | MIT License | aurelia/aurelia | chore(aot): switch tests and corrections | 1 | chore | aot |
76,605 | 18.11.2019 22:34:02 | -3,600 | a6942d55c302bbda2ce604afc9f5a947448c1896 | feat: correct json import/export for neural network, nlu and nlu neural | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,12 @@ class Clonable {\nconst keys = Object.keys(this);\nfor (let i = 0; i < keys.length; i += 1) {\nconst key = keys[i];\n- if (key !== 'jsonExport' && key !== 'jsonImport' && key !== 'container') {\n+ if (\n+ key !== 'jsonExport' &&\n+ key !== 'jsonImport' ... | JavaScript | MIT License | axa-group/nlp.js | feat: correct json import/export for neural network, nlu and nlu neural | 1 | feat | null |
679,913 | 18.11.2019 23:07:59 | 0 | 8e71a88fb7b1ca36e7b89b5f2923a198c974c575 | feat(gp): add support for arbitrary op arities, simplify
update ASTOpts | [
{
"change_type": "MODIFY",
"diff": "-import {\n- Fn,\n- Fn2,\n- Fn3,\n- Fn4,\n- Fn5,\n- Predicate,\n- Tuple\n-} from \"@thi.ng/api\";\n+import { Fn, Fn2, Predicate } from \"@thi.ng/api\";\nimport { IRandom } from \"@thi.ng/random\";\n/**\n@@ -24,43 +16,12 @@ export interface ASTOpts<OP, T> {\n* Op ID select... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(gp): add support for arbitrary op arities, simplify
- update ASTOpts | 1 | feat | gp |
471,527 | 18.11.2019 23:22:25 | -3,600 | d43bf984ed18020aa4ea49dc3f3432b759a65570 | chore: compatibilty transform tests | [
{
"change_type": "DELETE",
"diff": "-/* eslint-disable no-await-in-loop, no-restricted-syntax */\n-import { getBodyAsString } from '../utils/utils.js';\n-\n-/**\n- * @typedef {object} ResponseTransformerArgs\n- * @property {string} url\n- * @property {number} status\n- * @property {string} contentType\n- * ... | JavaScript | MIT License | open-wc/open-wc | chore: compatibilty transform tests | 1 | chore | null |
76,605 | 19.11.2019 00:11:55 | -3,600 | 4347fe5580a751d5135fdb5d3d6bab44905075c7 | feat: export/import domain manager | [
{
"change_type": "MODIFY",
"diff": "@@ -348,6 +348,34 @@ class DomainManager extends Clonable {\n: utterance;\nreturn this.runPipeline(input, this.pipelineProcess);\n}\n+\n+ toJSON() {\n+ const result = {\n+ settings: this.settings,\n+ stemDict: this.stemDict,\n+ intentDict: this.intentDict,\n+ sentences: t... | JavaScript | MIT License | axa-group/nlp.js | feat: export/import domain manager | 1 | feat | null |
67,476 | 19.11.2019 04:58:24 | -3,600 | 4aba2518f4b81fc480e1cc4b629a235bfab8c21c | chore(ast): fix formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -7218,7 +7218,7 @@ export class $SourceFile implements I$Node, IModule {\nconst intrinsics = realm['[[Intrinsics]]'];\n// 1. If module is not a Cyclic Module Record, then\n- // 1. a. Perform ? module.Instantiate().\n+ // 1. a. Perform ? module.Evaluate(ctx).\n// 1. b. ... | TypeScript | MIT License | aurelia/aurelia | chore(ast): fix formatting | 1 | chore | ast |
273,698 | 19.11.2019 05:34:37 | 21,600 | 5f83c93397e3343502966e2d35221f3cdc9bc63d | fix(wordpress): normalize option for custom endpoints | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ add_filter( 'acf/format_value', function ( $value ) {\nTo use REST endpoints from plugins or defined in your theme add a `customEndpoints` array to source-wordpress options.\n+\n```js\nuse: '@gridsome/source-wordpress',\noptions: {\n@@ -68,3 +69,34 @@ To... | JavaScript | MIT License | gridsome/gridsome | fix(wordpress): normalize option for custom endpoints (#785) | 1 | fix | wordpress |
273,728 | 19.11.2019 06:03:28 | 21,600 | e4096be81dc1ec2a2f91ed0fcbc142cefa91c2bd | chore(airtable): upgrade `airtable` to latest version | [
{
"change_type": "MODIFY",
"diff": "\"airtable\"\n],\n\"dependencies\": {\n- \"airtable\": \"^0.6.0\"\n+ \"airtable\": \"^0.7.2\"\n},\n\"publishConfig\": {\n\"access\": \"public\"\n",
"new_path": "packages/source-airtable/package.json",
"old_path": "packages/source-airtable/package.json"
},
{
... | JavaScript | MIT License | gridsome/gridsome | chore(airtable): upgrade `airtable` to latest version (#787) | 1 | chore | airtable |
722,013 | 19.11.2019 07:19:42 | 21,600 | d72c43e4576ba666d60e32cdaab329c560022ef0 | fix: babel typescript snafu
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,10 @@ import { ProcessedStyleGuidistConfigObject } from 'types/StyleGuide'\nimport { Section } from 'types/Section'\nimport getUserPackageJson from 'react-styleguidist/lib/scripts/utils/getUserPackageJson'\nimport StyleguidistError from 'react-styleguidist/lib... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: babel typescript snafu
closes #639 | 1 | fix | null |
104,818 | 19.11.2019 09:10:36 | 21,600 | 5f32d603cb69e909fe08d5b5780dbd7bdfc03a42 | test(jest): set the timezone for snapshots | [
{
"change_type": "MODIFY",
"diff": "\"prepare\": \"yarn build\",\n\"start\": \"yarn storybook\",\n\"storybook\": \"start-storybook -p 3000 -s public/development\",\n- \"test\": \"jest --detectOpenHandles\",\n- \"test:a11y\": \"jest --testPathPattern='src\\\\/([^\\\\s]+)\\\\/([a-zA-Z0-9\\\\s_\\\\\\\\.\\\\-\\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(jest): set the timezone for snapshots | 1 | test | jest |
503,945 | 19.11.2019 09:21:21 | 18,000 | c0efe289c67183e882c0c07ee8a79b70874a1b7c | chore(package): Bump versions to 2.41.1 | [
{
"change_type": "MODIFY",
"diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.41.0\",\n+ \"@patternfly/patternfly\": \"2.41.1\",\n\"@patternfly/react-core\": \"^3.120.14\",\n\"@patternfly/react-style... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.41.1 (#3315) | 1 | chore | package |
266,219 | 19.11.2019 09:26:39 | 28,800 | 4d9339ac79ce85328561e0a289b1e35287396f29 | feat(python): add header replacement for proto files | [
{
"change_type": "ADD",
"diff": "+# Copyright 2019 Google LLC\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+#\n+# https://www.apache.org/licenses/LICENSE-2.0\n+#\n+#... | Python | Apache License 2.0 | googleapis/synthtool | feat(python): add header replacement for proto files (#330) | 1 | feat | python |
276,946 | 19.11.2019 10:09:12 | 10,800 | 5b14fc29b03ec05945fd6dcee8b9f68218176d2a | refactor(yoga/labnative): remove return from stepper page | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,9 @@ const StyledView = styled.View`\npadding: 10px;\n`;\n-const StepperPage = () => {\n- return (\n+const StepperPage = () => (\n<StyledView>\n- <Stepper activeStep={0}>\n+ <Stepper activeStep={1}>\n<Stepper.Step label=\"Confirm Booking\">\n<Text>Confirm Book... | JavaScript | MIT License | gympass/yoga | refactor(yoga/labnative): remove return from stepper page | 1 | refactor | yoga/labnative |
866,390 | 19.11.2019 10:32:21 | 18,000 | f8ed6c42ed1d4fb24e516e6754b5768a5d9fcde0 | fix: added card link to feature flag | [
{
"change_type": "MODIFY",
"diff": "@@ -47,3 +47,11 @@ export const SIMPLELONGFORM =\n*/\nexport const USECASES =\nprocess.env.DDS_USECASES === 'true' || DDS_FLAGS_ALL || false;\n+\n+/**\n+ * This determines if the usecases will be rendered or not\n+ *\n+ * @type {string | boolean}\n+ */\n+export const CARD... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added card link to feature flag | 1 | fix | null |
67,476 | 19.11.2019 10:54:22 | -3,600 | 91dacbfc8630e94d8984f3314db9133e2fce8143 | chore(aot): add builtin function template | [
{
"change_type": "ADD",
"diff": "+// Builtin function\n+\n+// export class $NAME extends $BuiltinFunction<'%NAME%'> {\n+// public constructor(\n+// realm: Realm,\n+// ) {\n+// const intrinsics = realm['[[Intrinsics]]'];\n+// super(realm, '%NAME%', intrinsics['%FunctionPrototype%']);\n+// }\n+\n+// public pe... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add builtin function template | 1 | chore | aot |
807,849 | 19.11.2019 11:07:54 | 28,800 | 8ca85a4f07acbec02d41077faacdd1f4a62e86a3 | fix(command): Do not mutate `argv` parameter
See for details.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -264,6 +264,15 @@ describe(\"core-command\", () => {\n}\n}\n+ it(\"does not mutate argv parameter\", async () => {\n+ const argv = { cwd: testDir, onRejected };\n+ const instance = new TestACommand(argv);\n+ await instance;\n+\n+ expect(argv).toEqual({ cwd: testDir, on... | JavaScript | MIT License | lerna/lerna | fix(command): Do not mutate `argv` parameter
See https://github.com/babel/babel/pull/10733 for details.
Fixes #2348 | 1 | fix | command |
807,849 | 19.11.2019 11:10:49 | 28,800 | 51365b8700a3b7c609cf9caaeb63a6b07a4b3959 | fix(cli): Bump yargs to `^14.2.2`
The problem encountered in has been fixed, but bump it anyway. | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/global-options\": \"file:../global-options\",\n\"dedent\": \"^0.7.0\",\n\"npmlog\": \"^4.1.2\",\n- \"yargs\": \"^14.2.0\"\n+ \"yargs\": \"^14.2.2\"\n}\n}\n",
"new_path": "core/cli/package.json",
"old_path": "core/cli/package.json"
},
{
"change_typ... | JavaScript | MIT License | lerna/lerna | fix(cli): Bump yargs to `^14.2.2`
The problem encountered in https://github.com/babel/babel/pull/10733 has been fixed, but bump it anyway. | 1 | fix | cli |
276,946 | 19.11.2019 11:16:03 | 10,800 | ef4acd7ec20aa246e1145999702d598b15f872de | docs(yoga/doc): create stepper documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -4,20 +4,16 @@ metaTitle: 'Stepper'\nmetaDescription: 'Stepper component'\n---\n-# Stepper\n+import StepperWeb from './stepper-web.mdx';\n+import StepperNative from './stepper-native.mdx';\n-### Usage\n+# Stepper\n-```javascript reactLive=true\n-<Stepper activeStep={0}... | JavaScript | MIT License | gympass/yoga | docs(yoga/doc): create stepper documentation | 1 | docs | yoga/doc |
276,946 | 19.11.2019 11:16:56 | 10,800 | 958f05022a17780df3b150faf1fb1f5c2d2db628 | docs(yoga/labnative): update labnative stepper page | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,12 @@ import { Text } from 'react-native';\nimport styled from 'styled-components';\nimport { Stepper } from '@gympass/yoga';\n+const StepWrapper = styled.View`\n+ padding: 10px;\n+ flex-direction: row;\n+ justify-content: center;\n+`;\n+\nconst StyledView = st... | JavaScript | MIT License | gympass/yoga | docs(yoga/labnative): update labnative stepper page | 1 | docs | yoga/labnative |
276,946 | 19.11.2019 11:17:58 | 10,800 | 49b63881c2e5064a4444273245f9d5edd669c28e | refactor(yoga/stepper): wrap step styled component in a functional component to work on docs | [
{
"change_type": "MODIFY",
"diff": "+import React from 'react';\n+import { string } from 'prop-types';\nimport styled from 'styled-components';\n-const Step = styled.View`\n+const Wrapper = styled.View`\nwidth: 100%;\n`;\n+const Step = props => <Wrapper {...props} />;\n+\nStep.displayName = 'Stepper.Step';\... | JavaScript | MIT License | gympass/yoga | refactor(yoga/stepper): wrap step styled component in a functional component to work on docs | 1 | refactor | yoga/stepper |
276,946 | 19.11.2019 11:20:16 | 10,800 | 1abd1893495619a44c93c2108cf9be208ca62678 | improvement(yoga/stepper): create wrapper components | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { View } from 'react-native';\nimport { node } from 'prop-types';\nimport styled from 'styled-components';\n@@ -7,16 +6,21 @@ import customPropType from '../customPropType';\nimport Line from './Line';\nimport Dots from './Dots';\n-cons... | JavaScript | MIT License | gympass/yoga | improvement(yoga/stepper): create wrapper components | 1 | improvement | yoga/stepper |
217,922 | 19.11.2019 11:36:23 | -3,600 | e8bb672d5e4f74218e3e8d241c65030389ff8753 | fix(optimizer): added more ignored container for handins and gil inventories | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,10 @@ export abstract class InventoryOptimizer {\nContainerType.RetainerMarket,\nContainerType.RetainerEquippedGear,\nContainerType.Crystal,\n- ContainerType.RetainerCrystal\n+ ContainerType.RetainerCrystal,\n+ ContainerType.HandIn,\n+ ContainerType.RetainerG... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(optimizer): added more ignored container for handins and gil inventories | 1 | fix | optimizer |
67,476 | 19.11.2019 11:37:07 | -3,600 | 9ab313e7af4135207928578bff01314b3a82098b | feat(aot): implement Job and JobQueue | [
{
"change_type": "ADD",
"diff": "+import { ILogger } from '@aurelia/kernel';\n+import { $AnyNonEmpty, $Any } from './types/_shared'\n+import { Realm, ExecutionContext } from './realm';\n+import { $SourceFile } from './ast';\n+import { $Empty } from './types/empty';\n+\n+// http://www.ecma-international.org/... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement Job and JobQueue | 1 | feat | aot |
67,474 | 19.11.2019 11:40:32 | -39,600 | 7e00cc55430fd0936895c77a61e8da64d1c57560 | fix(webpack-loader): canot use raw-loader on scss or less
For webpack, conditional loader (in webpack.config) is needed for shadow-dom css processing.
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ describe('webpack-loader', function () {\nit('transforms html file in shadowDOM mode', function (done) {\nconst content = 'content';\n- const expected = 'processed {\"mode\":\"open\"} !!raw-loader!src/foo-bar.html content';\n+ const expected = 'processed... | TypeScript | MIT License | aurelia/aurelia | fix(webpack-loader): canot use raw-loader on scss or less
For webpack, conditional loader (in webpack.config) is needed for shadow-dom css processing.
closes #776 | 1 | fix | webpack-loader |
273,634 | 19.11.2019 11:42:20 | 0 | 71421f3ce114796725c591a19b503d2ac0a940c8 | fix(g-image): option for setting default blur | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,8 @@ const baseconfig = {\nimageExtensions: ['.jpg', '.png', '.webp'],\nmaxImageWidth: 3000,\nimages: {\n- minSizeDistance: 300\n+ minSizeDistance: 300,\n+ defaultBlur: 20\n}\n}\n",
"new_path": "gridsome/lib/app/__tests__/ImageProcessQueue.spec.js",
"... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): option for setting default blur (#760) | 1 | fix | g-image |
821,198 | 19.11.2019 11:56:29 | 28,800 | 9b188d9b87d0218ed8704db4452b9bf5eb3a39e8 | feat: remove tslint and default to eslint | [
{
"change_type": "MODIFY",
"diff": "@@ -198,7 +198,7 @@ ARGUMENTS\nOPTIONS\n--defaults use defaults for every setting\n--force overwrite existing files\n- --options=options (yarn|typescript|tslint|mocha)\n+ --options=options (yarn|typescript|eslint|mocha)\n```\n_See code: [src/commands/multi.ts](https://git... | TypeScript | MIT License | oclif/oclif | feat: remove tslint and default to eslint (#305) | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.