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
873,648
06.07.2021 14:04:36
-7,200
382e86fac1e46eae234ca15b8df3b594c616fef3
chore: fix reference editor showCreateEntityAction/showLink params
[ { "change_type": "MODIFY", "diff": "@@ -39,8 +39,8 @@ import { newReferenceEditorFakeSdk } from '../__fixtures__/FakeSdk';\nisInitiallyDisabled={false}\nparameters={{\ninstance: {\n- canCreateEntity: true,\n- canLinkEntity: true\n+ showCreateEntityAction: true,\n+ showLinkEntityAction: true,\n}\n}}\n/>\n@@ ...
TypeScript
MIT License
contentful/field-editors
chore: fix reference editor showCreateEntityAction/showLink params (#770)
1
chore
null
780,866
06.07.2021 14:21:06
10,800
0b3cc31e5da798c78485b193dae2bbfdc5d318ec
feat(renderer/ejs-data): abstracting comming image size handler for local images with `tryImageSize`
[ { "change_type": "MODIFY", "diff": "@@ -106,8 +106,21 @@ cmsCollections.forEach(collection => {\ncompileTemplate(filename, collection)\n})\n+// abstracting comming image size handler for local images\n+const tryImageSize = src => {\n+ let dimensions = {}\n+ if (typeof src === 'string' && src.startsWith('/')...
JavaScript
MIT License
ecomplus/storefront
feat(renderer/ejs-data): abstracting comming image size handler for local images with `tryImageSize`
1
feat
renderer/ejs-data
306,320
06.07.2021 14:26:39
-3,600
2f62cdbd2c9a3d93901c32a1c87bc09de9657ed5
feat: re-add overall summary to JSON
[ { "change_type": "MODIFY", "diff": "@@ -309,7 +309,7 @@ func buildRunEnv(runCtx *config.RunContext, projectContexts []*config.ProjectCon\nenv := runCtx.EventEnvWithProjectContexts(projectContexts)\nenv[\"projectCount\"] = len(projectContexts)\n- summary := r.MergedFullSummary()\n+ summary := r.FullSummary\n...
Go
Apache License 2.0
infracost/infracost
feat: re-add overall summary to JSON
1
feat
null
104,828
06.07.2021 14:29:58
-7,200
ed1890a8ed41ad6bc3b2ae33ee00f446cd4abcef
feat(table): improved story
[ { "change_type": "MODIFY", "diff": "@@ -2062,7 +2062,7 @@ export const WithOptionsToExploreColumnSettings = () => {\nconst initialColumnsWidth = select(\n'initial column width',\n- [undefined, '100px', '300px', '10%'],\n+ [undefined, '100px', '300px'],\nundefined\n);\nconst [myColumns, setMyColumns] = useSt...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): improved story
1
feat
table
865,921
06.07.2021 14:32:41
-7,200
48477ad1d0063d5acfe76e6ee4145e05ef5718ab
ci: provide GH_TOKEN to release
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,7 @@ jobs:\nSENTRY_ORG: \"${{ secrets.SENTRY_ORG }}\"\nSENTRY_PROJECT: \"${{ secrets.SENTRY_PROJECT }}\"\nUPDATES_SERVER_PRODUCT_NAME: \"${{ secrets.UPDATES_SERVER_PRODUCT_NAME }}\"\n+ GH_TOKEN: \"${{ secrets.GITHUB_TOKEN }}\"\nrun: npm run build -- --linux -...
JavaScript
MIT License
camunda/camunda-modeler
ci: provide GH_TOKEN to release
1
ci
null
306,320
06.07.2021 14:43:36
-3,600
b1196c4ac46c046bb196eb831e114b592ba66f3a
feat: only use short hash name if dashboard is enabled
[ { "change_type": "MODIFY", "diff": "@@ -90,6 +90,7 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\n}\nopts := output.Options{\n+ DashboardEnabled: ctx.Config.EnableDashboard,\nNoColor: ctx.Config.NoColor,\nGroupKey: \"filename\",\nGroupLabel: \"File\",\n", "new_path": "cmd/infracost/output.g...
Go
Apache License 2.0
infracost/infracost
feat: only use short hash name if dashboard is enabled
1
feat
null
915,035
06.07.2021 14:48:56
-7,200
5de255b09ea308a10d004055f5145a80430ee4b4
fix: build issues
[ { "change_type": "MODIFY", "diff": "@@ -19,9 +19,6 @@ import (\n// swagger:model PluginConfigInterface\ntype PluginConfigInterface struct {\n- // Protocol to use for clients connecting to the plugin.\n- ProtocolScheme string `json:\"ProtocolScheme,omitempty\"`\n-\n// socket\n// Required: true\nSocket *strin...
Go
Apache License 2.0
ory/hydra
fix: build issues
1
fix
null
667,713
06.07.2021 14:51:41
-28,800
9f93f4db5b76a553c2efc5fabb2082a89d601938
refactor(android): set default V8_RELEASE value in gradle
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,15 @@ android {\n}\n}\n+ def v8Release = \"x5-lite\"\n+ def v8Debug = \"official-release\"\n+ if (V8_TAG == \"latest\") {\n+ v8Release = v8Debug\n+ } else if (project.hasProperty('V8_RELEASE')) {\n+ v8Release = V8_RELEASE\n+ v8Debug = V8_RELEASE\n+ }\n+\nbuil...
C++
Apache License 2.0
tencent/hippy
refactor(android): set default V8_RELEASE value in gradle
1
refactor
android
276,941
06.07.2021 14:59:05
10,800
ef34523e6c3920c3cb20d7bc2c8fbc8277f8c098
fix(plan_card): removing the fixed height on planCard.ListItem the planCard does not have a dynamic height and currently when used more than 3 ListItems the listItems overlap the contents below them, so it was necessary to remove the fixed height aiming to solve this bug. bug
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import theme from '../../../Theme/helpers/themeReader';\nconst { plan } = theme.components.card;\nconst List = styled.View`\n- min-height: ${plan.list.height}px;\nmargin-top: ${plan.list.margin.top}px;\n`;\n", "new_path": "packages/yoga/src/Card/native...
JavaScript
MIT License
gympass/yoga
fix(plan_card): removing the fixed height on planCard.ListItem the planCard does not have a dynamic height and currently when used more than 3 ListItems the listItems overlap the contents below them, so it was necessary to remove the fixed height aiming to solve this bug. bug #281
1
fix
plan_card
865,921
06.07.2021 15:04:00
-7,200
f8fe4f7f79a189c68bb8430003c86c923cc4eaa8
chore(CHANGELOG): update to v4.9.0
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,39 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n-* `FIX`: allow to connect call activity with message flow ([#942](https://github.com/camunda/camunda-modeler/issues/942...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v4.9.0 (#2345) Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
1
chore
CHANGELOG
915,035
06.07.2021 15:21:42
-7,200
68976f8f6fa3b465dd5b13272e989050e472714c
fix: resolve sdk build issues
[ { "change_type": "ADD", "diff": "+// Code generated by go-swagger; DO NOT EDIT.\n+\n+package models\n+\n+// This file was generated by the swagger tool.\n+// Editing this file might prove futile when you re-run the swagger generate command\n+\n+import (\n+ \"github.com/go-openapi/strfmt\"\n+ \"github.com/go...
Go
Apache License 2.0
ory/hydra
fix: resolve sdk build issues
1
fix
null
865,921
06.07.2021 15:22:24
-7,200
349cec856070db370895b7613893815e04f6bacb
feat: add v4.9 release info
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export function ReleaseInfo(props) {\nreturn (\n<div className={ css.ReleaseInfo }>\n<p>\n- Edit both Camunda Platform and Camunda Cloud BPMN diagrams.\n+ Model Camunda Cloud 1.1 BPMN diagrams. Connect message flows to call activities and color your BPMN...
JavaScript
MIT License
camunda/camunda-modeler
feat: add v4.9 release info
1
feat
null
306,320
06.07.2021 15:22:47
-3,600
936120d0c0722efcb79e4e043a864b0d25a76ed6
fix(aws): fix Kinesis picking up multiple products Make sure it only includes the non-Interactive usagetype
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,7 @@ func kinesisRunningStorageCostComponent(region string, quantity *decimal.Decimal\nService: strPtr(\"AmazonKinesisAnalytics\"),\nProductFamily: strPtr(\"Kinesis Analytics\"),\nAttributeFilters: []*schema.AttributeFilter{\n- {Key: \"usagetype\", ValueRegex...
Go
Apache License 2.0
infracost/infracost
fix(aws): fix Kinesis picking up multiple products Make sure it only includes the non-Interactive usagetype
1
fix
aws
126,276
06.07.2021 15:31:36
14,400
f40784906cbdcf506049742c9e3de0e26400d820
chore(embedded/sql): several adjustments and completion in type inference functions
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ func (cr *conditionalRowReader) inferParameters(params map[string]SQLValueType)\nreturn err\n}\n- _, err = cr.condition.inferType(cols, cr.ImplicitDB(), cr.ImplicitTable(), params)\n+ _, err = cr.condition.inferType(cols, params, cr.ImplicitDB(), cr.Impl...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): several adjustments and completion in type inference functions Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
777,374
06.07.2021 15:33:07
25,200
e826bfee3899ef288fcc988b5b6c9d9d99a4319f
feat: improve support for `pytorch_geometric` and custom pytorch batches
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Improvements**\n+\n+- PyTorchTrial: improved support for custom batches in PyTorch, e.g. as\n+ used in ``pytorch_geometric``. See ``PyTorchTrial`` method\n+ ``get_batch_length`` or\n+ ``examples/graphs/proteins_pytorch_geometric`` for further details.\n", ...
Python
Apache License 2.0
determined-ai/determined
feat: improve support for `pytorch_geometric` and custom pytorch batches (#2644)
1
feat
null
865,921
06.07.2021 15:51:56
-7,200
d24586cfc13775c95b59daf2f83ddcca054c5e4e
chore(client): migrate DMN overview feature to dmn-js@11
[ { "change_type": "MODIFY", "diff": "@@ -132,6 +132,12 @@ export default class CamundaDmnModeler extends DmnModeler {\nthis._addOverview(overview);\n}\n+ showOverview(xml) {\n+ return this._overview.importXML(xml).then(\n+ () => {}, err => err\n+ ).then(err => this._handleOverviewImport(err));\n+ }\n+\n/**\n...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): migrate DMN overview feature to dmn-js@11
1
chore
client
902,122
06.07.2021 15:57:19
-7,200
48e6a25b260cced86be6fc3bdc72d450598d7352
chore(release): v9.1.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.1.1](https://github.com/microlinkhq/browserless/compare/v9.1.0...v9.1.1) (2021-07-06)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.1.1
1
chore
release
418,677
06.07.2021 16:04:14
-28,800
621a99a9ee77a8f370a28a395363f585057bd054
fix: decorator with empty metadata
[ { "change_type": "MODIFY", "diff": "@@ -356,9 +356,9 @@ export class WebRouterCollector {\nconst data: RouterInfo = {\nprefix,\nrouterName: '',\n- url: webRouter['path'] ?? '/',\n+ url: webRouter['path'] ?? '',\nrequestMethod: webRouter['method'] ?? 'get',\n- method: webRouter['key'],\n+ method: webRouter['...
TypeScript
MIT License
midwayjs/midway
fix: @Func decorator with empty metadata (#1137)
1
fix
null
780,866
06.07.2021 16:04:16
10,800
a1061a6eff7811344ae0074316ef72056e003c2f
perf(template/images): always `tryImageSize` and set sizes on <img> tags with local images [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -144,12 +144,18 @@ if (header.categories_list) {\n<div class=\"col col-lg-auto pl-1 pl-md-2 pl-lg-3\">\n<a href=\"/\">\n- <% if (logo && logo.url) { %>\n+ <% if (logo && logo.url) {\n+ const { width, height } = _.tryImageSize(logo.url)\n+ %>\n<img\nid=\"logo\"\nclass=\...
JavaScript
MIT License
ecomplus/storefront
perf(template/images): always `tryImageSize` and set sizes on <img> tags with local images [skip ci]
1
perf
template/images
756,013
06.07.2021 16:04:22
21,600
83f3a5d7ad035183c0e6ae71003ed73daaaafeee
fix(cosmic-swingset): properly detect when the chain is available
[ { "change_type": "MODIFY", "diff": "@@ -93,13 +93,17 @@ COSMOS_RPC_HOST = localhost\nCOSMOS_RPC_PORT = 26657\nwait-for-cosmos:\n@echo -n \"Waiting for $(COSMOS_RPC_HOST):$(COSMOS_RPC_PORT) to come live...\"\n- @while ! curl -s http://$(COSMOS_RPC_HOST):$(COSMOS_RPC_PORT)/status >/dev/null; do \\\n+ @while t...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): properly detect when the chain is available
1
fix
cosmic-swingset
756,013
06.07.2021 16:05:06
21,600
e16e7a77910e5c0af647be30cdaa360ce7bff0f8
fix(cosmic-swingset): use default batching parameters for sim-chain
[ { "change_type": "MODIFY", "diff": "@@ -182,8 +182,6 @@ export async function connectToFakeChain(basedir, GCI, delay, inbound) {\n// Start the first pretend block.\nnextBlockTimeout = setTimeout(simulateBlock, maximumDelay);\n- // Only use 100ms batches for no specified inter-block delay.\n- // This makes f...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): use default batching parameters for sim-chain
1
fix
cosmic-swingset
756,013
06.07.2021 16:05:35
21,600
2a3ff017e1d7e8a127154e052c45157c7605f3b9
fix(solo): make delivery process more robust
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,6 @@ import { makeNotifierKit } from '@agoric/notifier';\nimport { makePromiseKit } from '@agoric/promise-kit';\nimport { assert, details as X } from '@agoric/assert';\n-import { makeBatchedDeliver } from '@agoric/vats/src/batched-deliver';\nconst log = anylo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): make delivery process more robust
1
fix
solo
366,946
06.07.2021 16:12:10
-32,400
2099eaac870db0dcf63dabcf24b112bf889dde29
fix: change default color of affix of `Input`
[ { "change_type": "MODIFY", "diff": "@@ -57,11 +57,11 @@ storiesOf('Input', module).add('all', () => {\n</li>\n<li>\n<Txt>prefix</Txt>\n- <Input prefix={<FaSearchIcon color={theme.color.TEXT_GREY} />} />\n+ <Input prefix={<FaSearchIcon />} />\n</li>\n<li>\n<Txt>suffix</Txt>\n- <Input suffix={<FaSearchIcon co...
TypeScript
MIT License
kufu/smarthr-ui
fix: change default color of affix of `Input` (#1726)
1
fix
null
865,921
06.07.2021 16:20:36
-7,200
940b3d49a7d8bd24f2384e8a63c868e0d51a42e3
chore(dmn): handle missing dmndi when showing overview
[ { "change_type": "MODIFY", "diff": "@@ -251,6 +251,10 @@ export default class CamundaDmnModeler extends DmnModeler {\noverview.once('import.done', () => {\nconst activeViewer = overview.getActiveViewer();\n+ if (!activeViewer) {\n+ return;\n+ }\n+\n// (5) open DRG element on click\nactiveViewer.on('openDrgE...
JavaScript
MIT License
camunda/camunda-modeler
chore(dmn): handle missing dmndi when showing overview
1
chore
dmn
777,419
06.07.2021 16:44:07
-7,200
b969425f7bed9c7f68004e1dd431b83c354d688c
fix: Configuration height doesn't go to the full page height
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,9 @@ interface Props {\nconst ExperimentConfiguration: React.FC<Props> = ({ experiment }: Props) => {\nreturn (\n- <Section bodyBorder>\n+ <Section bodyBorder bodyScroll>\n<MonacoEditor\n- height=\"60vh\"\n+ height=\"100%\"\nlanguage=\"yaml\"\noptions={{\nmin...
Python
Apache License 2.0
determined-ai/determined
fix: Configuration height doesn't go to the full page height [DET-5721] (#2664)
1
fix
null
889,620
06.07.2021 16:47:07
-28,800
7ad738a64551b69b1a657119456f69feb9e99f30
feat: generate file hash for books
[ { "change_type": "ADD", "diff": "+ALTER TABLE BOOK\n+ ADD COLUMN FILE_HASH varchar NOT NULL DEFAULT '';\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210706162229__file_hash.sql", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -32,6 +32,11 @@ sealed class...
Kotlin
MIT License
gotson/komga
feat: generate file hash for books
1
feat
null
865,926
06.07.2021 17:19:01
-7,200
8cbd924bca535d0e21e53719341d686c0147ad0b
ci: fetch full git history in release job
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,8 @@ jobs:\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n+ with:\n+ fetch-depth: 0 # required to compare versions in the license book summary\n- name: Use Node.js\nuses: actions/setup-node@v1\nwith:\n", "new_path": ".github/workflows/RELEASE.yml",...
JavaScript
MIT License
camunda/camunda-modeler
ci: fetch full git history in release job
1
ci
null
71,628
06.07.2021 17:22:07
25,200
ef1260976f1e231fd4c8f7fbac5b0a592e243432
docs(aws-ecr-assets): Update link for cdk-ecr-deployment repo Link for cdk-ecr-deployment was but is now Just updated this links. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -77,10 +77,10 @@ The mechanics of where these images are published and how are intentionally kept\ndoes not support customizations such as specifying the ECR repository name or tags.\nIf you are looking for a way to _publish_ image assets to an ECR repository in your c...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(aws-ecr-assets): Update link for cdk-ecr-deployment repo (#15407) Link for cdk-ecr-deployment was https://github.com/wchaws/cdk-ecr-deployment, but is now https://github.com/cdklabs/cdk-ecr-deployment. Just updated this links. ---- *By submitting this pull request, I confirm that my contribution is made und...
1
docs
aws-ecr-assets
667,680
06.07.2021 17:23:00
-28,800
7d77e1d74a48d51a202b09348443949e892784c6
fix(android): fix `v8` crash caused by multiple initialize
[ { "change_type": "MODIFY", "diff": "@@ -238,8 +238,10 @@ V8VM::V8VM() {\n{\nstd::lock_guard<std::mutex> lock(mutex_);\nif (platform_ != nullptr) {\n+#ifdef V8_X5_LITE\nTDF_BASE_DLOG(INFO) << \"InitializePlatform\";\nv8::V8::InitializePlatform(platform_.get());\n+#endif\n} else {\nTDF_BASE_DLOG(INFO) << \"Ne...
C++
Apache License 2.0
tencent/hippy
fix(android): fix `v8` crash caused by multiple initialize
1
fix
android
14,210
06.07.2021 17:44:45
-7,200
37ebefe637cd20c9e51c0242ef6126fd619cb53e
fix(core): open closed panel on `ArrowDown` and `ArrowUp`
[ { "change_type": "MODIFY", "diff": "},\n{\n\"path\": \"packages/autocomplete-js/dist/umd/index.production.js\",\n- \"maxSize\": \"15.5 kB\"\n+ \"maxSize\": \"15.75 kB\"\n},\n{\n\"path\": \"packages/autocomplete-preset-algolia/dist/umd/index.production.js\",\n", "new_path": "bundlesize.config.json", ...
TypeScript
MIT License
algolia/autocomplete
fix(core): open closed panel on `ArrowDown` and `ArrowUp` (#599)
1
fix
core
777,419
06.07.2021 18:02:10
-7,200
9996f42648c66d45a277fd8f5ae6d7a46a4638c7
fix: Add page elements to Trial page while data is loading
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import CreateExperimentModal, { CreateExperimentType } from 'components/CreateEx\nimport Message, { MessageType } from 'components/Message';\nimport Page from 'components/Page';\nimport Spinner from 'components/Spinner';\n+import handleError, { ErrorLevel,...
Python
Apache License 2.0
determined-ai/determined
fix: Add page elements to Trial page while data is loading [DET-5718] (#2665)
1
fix
null
865,921
06.07.2021 18:10:53
-7,200
27c680bb3c240a8de100bc9d79edb045883d7bce
ci: make send license book summary a post release step
[ { "change_type": "MODIFY", "diff": "@@ -90,8 +90,13 @@ jobs:\nGH_TOKEN: \"${{ secrets.GITHUB_TOKEN }}\"\nrun: npm run build -- --win --publish\n+ Post_release:\n+ needs: Build_release\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Checkout\n+ uses: actions/checkout@v2\n- name: Send license book summary\n- i...
JavaScript
MIT License
camunda/camunda-modeler
ci: make send license book summary a post release step
1
ci
null
306,641
06.07.2021 18:43:46
-19,080
c1a4997dbe462a8e67f73239bb6a228b9ecdaddf
fix(Overlay, Grid): fixes % width issue in overlays
[ { "change_type": "MODIFY", "diff": "@@ -300,8 +300,20 @@ export class Grid extends React.Component<GridProps, GridState> {\n};\n}\n+ componentDidMount() {\n+ this.setState({\n+ init: true\n+ });\n+ window.addEventListener('resize', this.forceRerender.bind(this));\n+ }\n+\n+ forceRerender() {\n+ this.forceUp...
TypeScript
MIT License
innovaccer/design-system
fix(Overlay, Grid): fixes % width issue in overlays
1
fix
Overlay, Grid
67,479
06.07.2021 18:57:03
-36,000
6a3be10fb07ea60a1e4b39afec3a81574db91257
refactor(render-context): cache renderers and compiled definition
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,8 @@ import type {\nConstructable,\n} from '@aurelia/kernel';\nimport type { AnyBindingExpression } from '@aurelia/runtime';\n-import type { CustomAttributeType, CustomAttributeDefinition } from './resources/custom-attribute.js';\n-import type { CustomElement...
TypeScript
MIT License
aurelia/aurelia
refactor(render-context): cache renderers and compiled definition
1
refactor
render-context
865,921
06.07.2021 19:16:57
-7,200
1bc41dcee9dcb43daff101f22c20997b1460f5f0
ci: pull full history in correct release step
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,6 @@ jobs:\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n- with:\n- fetch-depth: 0 # required to compare versions in the license book summary\n- name: Use Node.js\nuses: actions/setup-node@v1\nwith:\n@@ -98,6 +96,10 @@ jobs:\nsteps:\n- name: Checkout\...
JavaScript
MIT License
camunda/camunda-modeler
ci: pull full history in correct release step
1
ci
null
865,921
06.07.2021 19:44:55
-7,200
ab6386d64c3e6122377168bbc94ae2d27488e395
ci: install deps required in post release
[ { "change_type": "MODIFY", "diff": "@@ -100,6 +100,8 @@ jobs:\n# required to compare versions in the\n# license book summary\nfetch-depth: 0\n+ - name: Install dependencies\n+ run: npm ci\n- name: Send license book summary\nenv:\nEMAIL_HOST: \"${{ secrets.EMAIL_HOST }}\"\n", "new_path": ".github/workflo...
JavaScript
MIT License
camunda/camunda-modeler
ci: install deps required in post release
1
ci
null
401,123
06.07.2021 20:02:49
-19,080
7acf1b012be0ea8bd6f2f68f5aaab889272a7b73
feat: adds pressed state and borderColor to radio affects:
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,6 @@ import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nimport { labelPositions, sizes, ThemeInterface, FormWithCheckbox } from './Checkbox.stories';\nimport { useState } from 'react';\nimport { boolean, select, text } from '@storybook...
TypeScript
MIT License
medly/medly-components
feat: adds pressed state and borderColor to radio affects: @medly-components/core, @medly-components/forms, @medly-components/theme
1
feat
null
126,276
06.07.2021 20:03:10
14,400
f6c9f145814d0a34e5b1eeba73e33aba28d480f4
test(embedded/sql): increse type inference test coverage
[ { "change_type": "MODIFY", "diff": "@@ -1549,6 +1549,14 @@ func TestInferParameters(t *testing.T) {\nerr = engine.UseDatabase(\"db1\")\nrequire.NoError(t, err)\n+ params, err = engine.InferParameters(\"USE DATABASE db1\")\n+ require.NoError(t, err)\n+ require.Len(t, params, 0)\n+\n+ params, err = engine.Inf...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): increse type inference test coverage Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
67,479
06.07.2021 20:38:47
-36,000
082233097c137aa6baf3ac6ab947d146e62a2adc
refactor(all): use container from controller instead of context
[ { "change_type": "MODIFY", "diff": "@@ -60,8 +60,16 @@ for (const parentSpec of specs) {\nprivate childController!: ICustomElementController;\npublic created(controller: ICustomElementController<this>): void {\n- const context = controller.context;\n- this.childController = Controller.forCustomElement(null,...
TypeScript
MIT License
aurelia/aurelia
refactor(all): use container from controller instead of context
1
refactor
all
531,793
06.07.2021 20:44:03
-3,600
d7389c8de0ba7ae5d7758d86ba9fa33467501a03
fix(api): avoid generating one grid per alert
[ { "change_type": "MODIFY", "diff": "`grid:groupLimit` config option was added to customise how many groups\nare returned and displayed in the UI by default.\n+### Changed\n+\n+- Automatic grid label selection logic was tweaked to avoid splitting\n+ alert groups.\n+\n## v0.86\n### Added\n", "new_path": "...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): avoid generating one grid per alert
1
fix
api
67,479
06.07.2021 21:59:10
-36,000
0b52d1153bb415daa541eeec9fcb6cfc934d64c4
perf(templating): resolved Type for CE instruction
[ { "change_type": "MODIFY", "diff": "@@ -216,7 +216,7 @@ describe('template-compiler.spec.ts\\n [TemplateCompiler]', function () {\n);\nconst rootInstructions = actual.instructions[0];\nconst expectedRootInstructions = [\n- { toVerify: ['type', 'res'], type: TT.hydrateElement, res: 'el' }\n+ { toVerify: ['ty...
TypeScript
MIT License
aurelia/aurelia
perf(templating): resolved Type for CE instruction
1
perf
templating
71,215
06.07.2021 22:27:02
-3,600
865b2660a01fa819afd75cc10aab344b8535896c
chore: Fix typo Correct a small typo: `initTemplateLanuages` -> `initTemplateLanguages`. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ async function parseCommandLineArguments() {\n//\n// ./prog --arg one --arg two position => will parse to { arg: ['one', 'two'], _: ['positional'] }.\n- const initTemplateLanuages = await availableInitLanguages();\n+ const initTemplateLanguages = await a...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Fix typo (#15436) Correct a small typo: `initTemplateLanuages` -> `initTemplateLanguages`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
null
531,793
06.07.2021 22:37:03
-3,600
860eb6008686f104a764477f15f0f860e01f9ca9
fix(ci): retry e2e tests
[ { "change_type": "MODIFY", "diff": "@@ -618,7 +618,11 @@ jobs:\nrun: /usr/local/bin/heroku container:release web --app karma-demo\n- name: Run e2e test\n- run: make -C ui/e2e test\n+ uses: nick-invision/retry@v2.4.1\n+ with:\n+ timeout_minutes: 10\n+ max_attempts: 3\n+ command: make -C ui/e2e test\n- name: ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): retry e2e tests
1
fix
ci
126,276
06.07.2021 22:56:30
14,400
8ecb78d5ab18dd538566efc83a00b3a3a1fef959
test(embedded/test): unit testing type inference with table joins
[ { "change_type": "MODIFY", "diff": "@@ -1595,6 +1595,11 @@ func TestInferParameters(t *testing.T) {\nrequire.Len(t, params, 1)\nrequire.Equal(t, IntegerType, params[\"id\"])\n+ params, err = engine.InferParameters(\"SELECT * FROM mytable INNER JOIN mytable ON id = id WHERE id > @id\")\n+ require.NoError(t, ...
Go
Apache License 2.0
codenotary/immudb
test(embedded/test): unit testing type inference with table joins Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/test
71,658
07.07.2021 00:05:16
-7,200
393be523b5174359ca4ba9cde16d2e4f93bcd387
docs: fixed example Property 'addToPrincipalPolicy' does not exist on type 'SlackChannelConfiguration'. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ const slackChannel = new chatbot.SlackChannelConfiguration(this, 'MySlackChannel\nslackChannelId: 'YOUR_SLACK_CHANNEL_ID',\n});\n-slackChannel.addToPrincipalPolicy(new iam.PolicyStatement({\n+slackChannel.addToRolePolicy(new iam.PolicyStatement({\neffect...
TypeScript
Apache License 2.0
aws/aws-cdk
docs: fixed example (#15434) Property 'addToPrincipalPolicy' does not exist on type 'SlackChannelConfiguration'. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
null
71,375
07.07.2021 00:43:14
-7,200
c37c7f9fa927b922f0a6cfb4de9f5162ca7184d4
docs(api-gateway): Fix IAM policy Effect enum case The Effect enum values were changed to be upper case in (b735d1c) but this usage in the docs was missed *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -509,7 +509,7 @@ iamUser.attachInlinePolicy(new iam.Policy(this, 'AllowBooks', {\nstatements: [\nnew iam.PolicyStatement({\nactions: [ 'execute-api:Invoke' ],\n- effect: iam.Effect.Allow,\n+ effect: iam.Effect.ALLOW,\nresources: [ getBooks.methodArn ]\n})\n]\n", "n...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(api-gateway): Fix IAM policy Effect enum case (#15417) The Effect enum values were changed to be upper case in #2918 (b735d1c) but this usage in the docs was missed ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
api-gateway
756,013
07.07.2021 01:46:59
21,600
20cdfa8d89788d6903ea927bf9b3d59ece775251
feat(solo): separate hot helper address from cold fees and egress
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,21 @@ scenario2-reset-client:\n$(AG_SOLO) init t1/$(BASE_PORT) --webport=$(BASE_PORT)\n$(MAKE) set-local-gci-ingress\n+scenario2-client-owner: t1/$(BASE_PORT)/owner\n+ $(AGCH) --home=t1/$(BASE_PORT)/owner tx authz grant $$(cat t1/$(BASE_PORT)/ag-cosmos-helper...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(solo): separate hot helper address from cold fees and egress
1
feat
solo
815,601
07.07.2021 05:26:48
-28,800
708d7d7f931f9af1be99fb6f3a6e114737a61024
refactor: next limit cycles from suspended state
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,34 @@ pub struct TransactionState<'a> {\npub limit_cycles: Cycle,\n}\n+impl TransactionState<'_> {\n+ /// Return next limit cycles according to max_cycles and step_cycles\n+ pub fn next_limit_cycles(&self, step_cycles: Cycle, max_cycles: Cycle) -> (Cycle, b...
Rust
MIT License
nervosnetwork/ckb
refactor: next limit cycles from suspended state
1
refactor
null
791,323
07.07.2021 07:46:25
25,200
4aa0813ac00246a576389ccfa33ae75871339e47
test: add pubsublite to local modules Adds Pub/Sub Lite which was missing from the list of modules of handwritten libraries
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ for i in $(find . -name go.mod); do\npopd\ncontinue\nfi\n- # TODO(codyoss): if we spilt out modules someday we should make this programmatic.\n+ # TODO(codyoss): if we split out modules someday we should make this programmatic.\ngo mod edit -replace clou...
Go
Apache License 2.0
googleapis/google-cloud-go
test: add pubsublite to local modules (#4373) Adds Pub/Sub Lite which was missing from the list of modules of handwritten libraries
1
test
null
777,374
07.07.2021 07:55:38
25,200
8f30870f768603ba31054f53c57646fa31e272d9
fix: cli auth storage updates on Windows.
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,7 @@ class TokenStore:\nsubstore[\"active_user\"] = username\n@contextlib.contextmanager\n- def _persistent_store(self) -> Iterator[Dict[\"str\", Any]]:\n+ def _persistent_store(self) -> Iterator[Dict[str, Any]]:\n\"\"\"\nYields the appropriate store[self.m...
Python
Apache License 2.0
determined-ai/determined
fix: cli auth storage updates on Windows. (#2671)
1
fix
null
791,282
07.07.2021 09:01:42
25,200
0a2ba11210ed705e982979def18117fb9576a37c
chore(internal): update microgen to v0.21.6 Carries changes necessary for Regen staged at
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ RUN GO111MODULE=on go get \\\ngolang.org/x/lint/golint@latest \\\ngolang.org/x/tools/cmd/goimports@latest \\\nhonnef.co/go/tools/cmd/staticcheck@latest \\\n- github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.21.5\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): update microgen to v0.21.6 (#4382) Carries changes necessary for #4380. Regen staged at #4364.
1
chore
internal
141,506
07.07.2021 09:55:09
-36,000
752110ef508e8a770207c41834fd38dfb7126dbd
fix: elm select also stop propagation on keyboard events
[ { "change_type": "MODIFY", "diff": "@@ -1021,7 +1021,7 @@ viewSelectInput viewSelectInputData =\n|> SelectInput.currentValue resolveInputValue\n|> SelectInput.onMousedown InputMousedowned\n|> resolveInputWidth\n- |> (SelectInput.preventKeydownOn <|\n+ |> (SelectInput.onWithStopPropagationAndPreventDefault <...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: elm select also stop propagation on keyboard events (#1718) Co-authored-by: Casey Sinclair <casey@cultureamp.com>
1
fix
null
276,951
07.07.2021 10:10:15
10,800
f5721faa20d0ec3eb703743319aaea0354fa70ab
refactor(theme): remove ThemeProvider and Theme Reader on components
[ { "change_type": "DELETE", "diff": "----\n-title: 'Theme'\n-metaTitle: 'Theme'\n-metaDescription: 'Theme Utilities'\n-linkable: false\n-collapsed: false\n----\n", "new_path": null, "old_path": "packages/doc/content/components/components/theme/index.mdx" }, { "change_type": "DELETE", "dif...
JavaScript
MIT License
gympass/yoga
refactor(theme): remove ThemeProvider and Theme Reader on components
1
refactor
theme
276,951
07.07.2021 10:12:19
10,800
db07aaaa00eae83ec0b343d65f46ec6ca689e2bf
feat(theming): add ThemeProvider and Theme Reader on theming
[ { "change_type": "MODIFY", "diff": "---\ntitle: 'Theming'\nmetaTitle: 'Theming'\n-metaDescription: 'Theming Component'\n+metaDescription: 'Theming Utilities'\n+linkable: false\n+collapsed: false\n---\n\\ No newline at end of file\n-\n-# Theming\n-\n-By default all Theme components use the default theme. You...
JavaScript
MIT License
gympass/yoga
feat(theming): add ThemeProvider and Theme Reader on theming
1
feat
theming
276,951
07.07.2021 10:13:09
10,800
e2d36a463fa072bf5c7a623b8518d50ad3823528
feat(theming): add theme on theming
[ { "change_type": "ADD", "diff": "+---\n+title: 'Theme'\n+metaTitle: 'Theme'\n+metaDescription: 'Theme Component'\n+---\n+\n+# Theme\n+\n+By default all Theme components use the default theme. You can extend and customize theme on top level with ThemeProvider or on individual component level with theme overr...
JavaScript
MIT License
gympass/yoga
feat(theming): add theme on theming
1
feat
theming
276,951
07.07.2021 10:14:21
10,800
a1868cf5097c3ccb6a43312da9695d2acb17fd25
feat(theme): add theme borders
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: flex;\n+ align-items: center;\n+ flex-wrap: wrap;\n+\n+ @media (max-width: 561px) {\n+ justify-content: center;\n+ }\n+`;\n+\n+const Border ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme borders
1
feat
theme
276,951
07.07.2021 10:15:00
10,800
19484da2c9579878191a290540396d25bce67aa8
feat(theme): add colors theme
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: grid;\n+ grid-template-columns: repeat(3, 1fr);\n+ grid-gap: 60px 10px;\n+ margin: 30px 0;\n+\n+ @media (max-width: 564px) {\n+ grid-templat...
JavaScript
MIT License
gympass/yoga
feat(theme): add colors theme
1
feat
theme
276,951
07.07.2021 10:15:53
10,800
b2c2a4b13d1de00d338f482c80a9dd34a0b32b5e
feat(theme): add theme fonts
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme } from 'styled-components';\n+\n+const Table = styled.table`\n+ tr {\n+ border-bottom: 0.3px gray solid;\n+ th {\n+ padding: 20px 5px;\n+ font-weight: normal;\n+\n+ :nth-child(1) {\n+ font-weight: bolder;\n+ }\n+ }\n+ ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme fonts
1
feat
theme
276,951
07.07.2021 10:16:47
10,800
af7ed0773ac9ddcca4e2069a202a61b2bbd2f033
feat(theme): add theme breakpoints
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme } from 'styled-components';\n+\n+const Table = styled.table`\n+ tr {\n+ border-bottom: 0.3px gray solid;\n+ th {\n+ padding: 20px;\n+ font-weight: normal;\n+\n+ :nth-child(1) {\n+ font-weight: bolder;\n+ }\n+ }\n+ }\n+...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme breakpoints
1
feat
theme
276,951
07.07.2021 10:17:55
10,800
b799b5861643324c0db63ddefad042483f60e93d
feat(theme): add theme font sizes
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Table = styled.table`\n+ tr {\n+ border-bottom: 0.3px gray solid;\n+ th {\n+ padding: 20px 5px;\n+ font-weight: normal;\n+\n+ :nth-child(1) {\n+ font-weight: bolder;\n+ }\n+ ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme font sizes
1
feat
theme
276,951
07.07.2021 10:18:58
10,800
b361c95406e57f55b12e26190a4590657073c56e
feat(theme): add theme font weights
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: grid;\n+ grid-template-columns: repeat(4, 1fr);\n+\n+ margin: 30px 0;\n+`;\n+\n+const Content = styled.div`\n+ display: flex;\n+ flex-direct...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme font weights
1
feat
theme
276,951
07.07.2021 10:20:38
10,800
7f2a3c763e0295114ceba4133457af26d07a83a2
feat(theme): add theme elevations
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: flex;\n+ align-items: center;\n+ flex-wrap: wrap;\n+\n+ @media (max-width: 561px) {\n+ justify-content: center;\n+ }\n+`;\n+\n+const Border ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme elevations
1
feat
theme
276,951
07.07.2021 10:22:08
10,800
c49eab0e668cde54c2db7554d6eb7aab813175e7
feat(theme): add theme line heights
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: grid;\n+ grid-template-columns: repeat(4, 1fr);\n+\n+ margin: 30px 0;\n+`;\n+\n+const Content = styled.div`\n+ display: flex;\n+ flex-direction: ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme line heights
1
feat
theme
276,951
07.07.2021 10:22:52
10,800
61f8d1d871f5db8ffdf59d13b6570572190bbf50
feat(theme): add theme shape
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Wrapper = styled.div`\n+ display: grid;\n+ grid-template-columns: repeat(4, 1fr);\n+ margin: 30px 0;\n+`;\n+\n+const Content = styled.div`\n+ display: flex;\n+ flex-direction...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme shape
1
feat
theme
276,951
07.07.2021 10:23:37
10,800
b11f59063182280912b4f5f3754b8388bed880b8
feat(theme): add theme spacing
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import styled, { withTheme, css } from 'styled-components';\n+\n+const Table = styled.table`\n+ tr {\n+ border-bottom: 0.3px gray solid;\n+ th {\n+ padding: 20px 5px;\n+ font-weight: normal;\n+\n+ :nth-child(1) {\n+ font-weight: bolder;\n+ }\n+ ...
JavaScript
MIT License
gympass/yoga
feat(theme): add theme spacing
1
feat
theme
276,951
07.07.2021 10:25:07
10,800
6e23ff3836c2fa9cfbe635a3eaa460f04fe6d8f6
feat(theme): index to import and export theme components
[ { "change_type": "ADD", "diff": "+import Colors from './Colors';\n+import Fonts from './Fonts';\n+import FontSizes from './FontSizes';\n+import FontWeights from './FontWeights';\n+import LineHeights from './Lineheights';\n+import Breakpoints from './Breakpoints';\n+import Spacing from './Spacing';\n+import ...
JavaScript
MIT License
gympass/yoga
feat(theme): index to import and export theme components
1
feat
theme
67,479
07.07.2021 10:49:11
-36,000
f0e597f84b10751c6586dc70e73a9807fcdf6aec
perf(templating): avoid retrieving definition unnecessarily
[ { "change_type": "MODIFY", "diff": "@@ -3,10 +3,16 @@ import { CustomElement, Aurelia, Focus } from '@aurelia/runtime-html';\nimport { PLATFORM, assert, eachCartesianJoin, TestContext } from '@aurelia/testing';\ndescribe('focus.spec.ts', function () {\n-\n- // if (!PLATFORM.isBrowserLike) {\n- // return;\n-...
TypeScript
MIT License
aurelia/aurelia
perf(templating): avoid retrieving definition unnecessarily
1
perf
templating
777,367
07.07.2021 11:03:24
25,200
a7f3da6cb5eb6ce6d1af8efbca32e57ed0abcfa4
feat: improve det deploy
[ { "change_type": "MODIFY", "diff": "@@ -100,12 +100,14 @@ secure``).\n- ``efs``: The EFS deployment creates an `EFS\n<https://aws.amazon.com/efs/>`_ drive and a Determined cluster into a\nseparate VPC. The EFS drive attaches to agent instances at\n- ``/mnt/efs``.\n+ ``/mnt/efs``. This path is automatically ...
Python
Apache License 2.0
determined-ai/determined
feat: improve det deploy [DET-5684] (#2675)
1
feat
null
777,367
07.07.2021 11:13:15
25,200
b9340d3d13dfd57d398a9d98f71048d69b827160
chore: fix a flag in det deploy gcp
[ { "change_type": "MODIFY", "diff": "@@ -218,10 +218,9 @@ args_description = Cmd(\n),\nArg(\n\"--no-filestore\",\n- type=bool,\n- default=False,\nhelp=\"whether to create a new Filestore if no filestore \"\n\"address is provided\",\n+ action=\"store_true\",\n),\nArg(\n\"--det-version\",\n", "new_path": "...
Python
Apache License 2.0
determined-ai/determined
chore: fix a flag in det deploy gcp (#2678)
1
chore
null
791,682
07.07.2021 12:30:16
14,400
a1362ef950f943b9d0eb02c68068bbaec39255cc
core: reference chromium main instead of master
[ { "change_type": "MODIFY", "diff": "/* global globalThis */\n-// @ts-expect-error: globalThis.EXPORTED_CACHED_RESOURCES_ONLY_FOR_LIGHTHOUSE exists in Devtools. https://source.chromium.org/chromium/chromium/src/+/master:third_party/devtools-frontend/src/front_end/root/Runtime.js;l=1247-1250;drc=c4e2fefe3327a...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: reference chromium main instead of master (#12757)
1
core
null
304,866
07.07.2021 12:30:51
25,200
cf1b7ea0b7896a3997af8dfc3fb2dd9326c6df3d
test: add group tests for count and sum
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "ADD", "diff": "+package pl...
Go
MIT License
influxdata/flux
test: add group tests for count and sum (#3860)
1
test
null
667,636
07.07.2021 12:54:02
-28,800
32011e859a0b2674fa530b63e6600589c696676f
chore(docs): perf documents
[ { "change_type": "ADD", "diff": "+\n+# Contributor Covenant Code of Conduct\n+\n+## Our Pledge\n+\n+We as members, contributors, and leaders pledge to make participation in our\n+community a harassment-free experience for everyone, regardless of age, body\n+size, visible or invisible disability, ethnicity, ...
C++
Apache License 2.0
tencent/hippy
chore(docs): perf documents
1
chore
docs
865,926
07.07.2021 13:49:39
-7,200
31a1e1d174aeaccd87bab26ac274ca3cee85a61d
docs: update CI name in release issue template
[ { "change_type": "MODIFY", "diff": "# Release\n-__[Draft a release](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What's%20inside%3F%0A%0A*%20...%0A*%20...%0A*%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%20issue._%0A%0A*%20%5B...
JavaScript
MIT License
camunda/camunda-modeler
docs: update CI name in release issue template
1
docs
null
688,448
07.07.2021 13:50:12
-10,800
3c51eebf9c3d21334893f3e1baa3407a2b8dfbf5
fix(OutlinedInput): do not trigger onBlur event after clicking adornment
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,9 @@ const ResetButton = ({\nvariant='flat'\nrole='reset'\nonClick={onClick}\n+ onMouseDown={(\n+ event: React.MouseEvent<HTMLButtonElement | HTMLAnchorElement>\n+ ) => event.preventDefault()}\nonFocus={(\nevent: React.FocusEvent<HTMLButtonElement | HTMLAncho...
TypeScript
MIT License
toptal/picasso
fix(OutlinedInput): do not trigger onBlur event after clicking adornment (#2111)
1
fix
OutlinedInput
865,926
07.07.2021 13:53:08
-7,200
01d460a479b20c66c739a60db3b237442dfd1c9e
docs: update CI name in patch release template
[ { "change_type": "MODIFY", "diff": "# Patch Release\n-__[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%20is%20inside%3F%0A%0A*%20...%0A*%20...%0A*%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%20issu...
JavaScript
MIT License
camunda/camunda-modeler
docs: update CI name in patch release template
1
docs
null
865,926
07.07.2021 13:54:34
-7,200
f4113d417a0406946e189a8ea0ddd310b91ee50b
docs: update CI name in alpha release template
[ { "change_type": "MODIFY", "diff": "# Alpha Release\n-__[Draft an alpha release](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%27s%20inside%3F%0A%0A%2A%20...%0A%2A%20...%0A%2A%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%2...
JavaScript
MIT License
camunda/camunda-modeler
docs: update CI name in alpha release template
1
docs
null
791,323
07.07.2021 13:56:23
25,200
1eae86f1882660d901b9fb0e8dab6f138a048dbb
fix(pubsub): retry all goaway errors The previous iteration of this PR, only retried GOAWAY in conjunction with an EOF string, which doesn't capture all GOAWAY errors. Now, all error messages with `GOAWAY` and error code `UNKNOWN` are retried. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -64,8 +64,7 @@ func (r *defaultRetryer) Retry(err error) (pause time.Duration, shouldRetry bool\nreturn 0, false\ncase codes.Unknown:\n// Retry GOAWAY, see https://github.com/googleapis/google-cloud-go/issues/4257.\n- isGoaway := strings.Contains(s.Message(), \"error r...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(pubsub): retry all goaway errors (#4384) The previous iteration of this PR, #4313, only retried GOAWAY in conjunction with an EOF string, which doesn't capture all GOAWAY errors. Now, all error messages with `GOAWAY` and error code `UNKNOWN` are retried. Fixes #4257
1
fix
pubsub
401,109
07.07.2021 14:04:30
-19,080
487c5ea7eccf0760ba63f7264f831ed918ab89b0
feat(core): introduce XS size in table component affects:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\n+import { resolveValueByTableSize } from '../../../helpers';\nimport { TableProps } from '../../../types';\nexport const ExtendedRowCellStyled = styled('td')<{ tableSize: TableProps['size']; isRowExpanded?: boolean }>`\n@...
TypeScript
MIT License
medly/medly-components
feat(core): introduce XS size in table component affects: @medly-components/core
1
feat
core
777,389
07.07.2021 14:16:09
25,200
c9c1a7f7a9d243da3907888a1afb4774cb571229
fix: avoid guessing whether loginRedirect is an internal route
[ { "change_type": "MODIFY", "diff": "@@ -50,11 +50,10 @@ const SignIn: React.FC = () => {\n// Reroute the authenticated user to the app.\nconst loginRedirect = getPath<Location>(location, 'state.loginRedirect');\n- const redirect = queries.redirect || locationToPath(loginRedirect);\n- if (!redirect) {\n- rou...
Python
Apache License 2.0
determined-ai/determined
fix: avoid guessing whether loginRedirect is an internal route [#2686] (#2684)
1
fix
null
426,654
07.07.2021 14:20:06
-10,800
19df9313dabb3290ab21b45321e9e2925c310ac5
feat: bump webdriverio to 7.7.4
[ { "change_type": "MODIFY", "diff": "\"ip\": \"^1.1.5\",\n\"saucelabs\": \"^4.6.2\",\n\"uuid\": \"^8.3.2\",\n- \"webdriver\": \"^7.0.3\",\n- \"webdriverio\": \"^7.0.3\"\n+ \"webdriver\": \"^7.7.4\",\n+ \"webdriverio\": \"^7.7.4\"\n},\n\"devDependencies\": {\n\"@types/ip\": \"^1.1.0\",\n", "new_path": "pa...
TypeScript
MIT License
modernweb-dev/web
feat: bump webdriverio to 7.7.4
1
feat
null
730,496
07.07.2021 14:28:30
-3,600
f6ec8b4e2c8363bebfbd1ded563fc09ab80782ea
fix(meetings): check current user is still in-meeting before sending meeting:self:unmutedByOthers Scenario found while testing a user being removed from a PMR
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,8 @@ SelfUtils.mutedByOthersChanged = (oldSelf, changedSelf) => {\nreturn false;\n}\n- return (oldSelf.remoteMuted !== changedSelf.remoteMuted) || (changedSelf.remoteMuted && (oldSelf.unmuteAllowed !== changedSelf.unmuteAllowed));\n+ return (changedSelf.rem...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): check current user is still in-meeting before sending meeting:self:unmutedByOthers Scenario found while testing a user being removed from a PMR
1
fix
meetings
791,282
07.07.2021 14:59:54
25,200
6235a8aa866d7d00c4ab5effc3b6a48e2409514f
chore(intenral): update microgen to v0.21.7 Carries fix for EmitUnpopulated issue in
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ RUN GO111MODULE=on go get \\\ngolang.org/x/lint/golint@latest \\\ngolang.org/x/tools/cmd/goimports@latest \\\nhonnef.co/go/tools/cmd/staticcheck@latest \\\n- github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.21.6\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(intenral): update microgen to v0.21.7 (#4388) Carries fix for EmitUnpopulated issue in #4380
1
chore
intenral
777,353
07.07.2021 15:01:50
18,000
e5e069599a28806fc33d61ca55b5f4ed557378b7
fix: correctly interpret minval and maxval for log hps
[ { "change_type": "MODIFY", "diff": "@@ -35,10 +35,10 @@ const TrialRangeHyperparameters: React.FC<Props> = ({ experiment, trial }: Props\nreturn (\n{\nname: hp.name,\n- range: [ hp.value.minval || 0.00001, hp.value.maxval || 1 ],\n- type: (hp.value.type === ExperimentHyperParamType.Log &&\n- [ hp.value.minv...
Python
Apache License 2.0
determined-ai/determined
fix: correctly interpret minval and maxval for log hps (#2682)
1
fix
null
126,276
07.07.2021 15:08:35
14,400
c9ae5e2fb26efb4c520c79f1558a7f13dac8fcd5
test(embedded/sql): include type inference validation in value expressions
[ { "change_type": "MODIFY", "diff": "@@ -127,6 +127,12 @@ func TestRequiresTypeColSelectorsValueExp(t *testing.T) {\nfor i, tc := range testCases {\nerr := tc.exp.requiresType(tc.requiredType, tc.cols, tc.params, tc.implicitDB, tc.implicitTable)\nrequire.Equal(t, tc.expectedError, err, fmt.Sprintf(\"failed o...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): include type inference validation in value expressions Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
304,862
07.07.2021 15:09:14
14,400
4fb3ebfc60ee66f7ecdad328fc860a03681d4bc1
chore: Install nodejs and npm in dockerfile
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ RUN apt-get update && \\\napt-get install --no-install-recommends -y \\\nopenssl libtinfo5 ruby \\\nca-certificates curl file gnupg \\\n- build-essential cmake \\\n+ build-essential cmake nodejs npm \\\nlibxml2-dev libssl-dev zlib1g-dev \\\nautoconf auto...
Go
MIT License
influxdata/flux
chore: Install nodejs and npm in dockerfile (#3859)
1
chore
null
791,370
07.07.2021 15:16:05
18,000
770477c795b861648c094eedafdfc885a85aa0e7
chore: fix sample tidy
[ { "change_type": "MODIFY", "diff": "@@ -32,5 +32,5 @@ require (\ncloud.google.com/go/pubsublite v0.86.0\ncloud.google.com/go/spanner v0.86.0\ngoogle.golang.org/api v0.50.0\n- google.golang.org/genproto v0.0.0-20210707141755-0f065b0b1eb9\n+ google.golang.org/genproto v0.0.0-20210707164411-8c882eb9abba\n)\n",...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: fix sample tidy (#4385)
1
chore
null
126,276
07.07.2021 15:35:10
14,400
786ccaed1cb721f458984ca842c6e9c975a52e71
test(embedded/sql): unit testing conditional row reader type inference
[ { "change_type": "ADD", "diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\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+ http://www.apache.org/licenses...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing conditional row reader type inference Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
104,826
07.07.2021 15:37:09
10,800
a5c4d6652a650b2541cb43403444150b949c0581
fix(suiteheader): Saving original window.document.cookie before each test and restoring it after each test, per feedback.
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,11 @@ const commonProps = {\ndescribe('IdleLogoutConfirmationModal', () => {\nlet originalWindowLocation;\n+ let originalWindowDocumentCookie;\nbeforeEach(() => {\njest.useFakeTimers();\noriginalWindowLocation = { ...window.location };\n+ originalWindowDocume...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): Saving original window.document.cookie before each test and restoring it after each test, per feedback.
1
fix
suiteheader
889,620
07.07.2021 15:57:45
-28,800
f0664e97918752d2d6f795017a5e0379d305b8c2
feat(scanner): soft delete series and books deleted elements will be marked as deleted instead of being removed from the database
[ { "change_type": "MODIFY", "diff": "ALTER TABLE BOOK\nADD COLUMN FILE_HASH varchar NOT NULL DEFAULT '';\n+\n+ALTER TABLE BOOK\n+ ADD COLUMN DELETED_DATE datetime NULL DEFAULT NULL;\n+\n+ALTER TABLE SERIES\n+ ADD COLUMN DELETED_DATE datetime NULL DEFAULT NULL;\n", "new_path": "komga/src/flyway/resources/...
Kotlin
MIT License
gotson/komga
feat(scanner): soft delete series and books deleted elements will be marked as deleted instead of being removed from the database
1
feat
scanner
67,479
07.07.2021 15:59:46
-36,000
19f1c0a230c9022f1368a828ad3e28671b9f905a
chore(build): prevent circular dep, fixes aurelia/new#60
[ { "change_type": "MODIFY", "diff": "@@ -429,10 +429,12 @@ export {\nexport {\nAuSlot,\n+} from './resources/custom-elements/au-slot.js';\n+export {\nIProjections,\nAuSlotsInfo,\nIAuSlotsInfo,\n-} from './resources/custom-elements/au-slot.js';\n+} from './resources/slot-injectables.js';\nexport {\ncontainerl...
TypeScript
MIT License
aurelia/aurelia
chore(build): prevent circular dep, fixes aurelia/new#60
1
chore
build
104,844
07.07.2021 16:04:27
14,400
aa83bf6b8a1bd99baa620e34d8568538c6e5f36f
chore(repo): add rules to eslint config to ignore in all test files
[ { "change_type": "MODIFY", "diff": "@@ -82,8 +82,6 @@ jobs:\nrun: |\ncd packages/react\nyarn test:e2e:ci\n- with:\n- record: true\nenv:\nCYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}\nHEIGHT: 900\n", "new_path": ".github/workflows/test.yml", "old_path": ".github/workflows/test.yml" }, { ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): add rules to eslint config to ignore in all test files
1
chore
repo
889,620
07.07.2021 16:04:32
-28,800
d946600a646b67638226905a2359502165892ed1
feat(webui): show soft deleted books/series as unavailable
[ { "change_type": "MODIFY", "diff": "\"roles\": \"Roles\",\n\"series\": \"Series\",\n\"tags\": \"Tags\",\n+ \"unavailable\": \"Unavailable\",\n\"use_filter_panel_to_change_filter\": \"Use the filter panel to change the active filter\",\n\"year\": \"year\"\n},\n", "new_path": "komga-webui/src/locales/en.j...
Kotlin
MIT License
gotson/komga
feat(webui): show soft deleted books/series as unavailable
1
feat
webui
815,601
07.07.2021 16:12:34
-28,800
f778cb07578d21745187a714f04c8cf01ecec71c
fix: chunk queue contains_key
[ { "change_type": "MODIFY", "diff": "@@ -8,12 +8,18 @@ use ckb_util::{shrink_to_fit, LinkedHashMap};\nconst SHRINK_THRESHOLD: usize = 100;\npub(crate) const DEFAULT_MAX_CHUNK_TRANSACTIONS: usize = 100;\n-#[derive(Debug, Clone)]\n+#[derive(Debug, Clone, Eq)]\npub(crate) struct Entry {\npub(crate) tx: Transact...
Rust
MIT License
nervosnetwork/ckb
fix: chunk queue contains_key
1
fix
null
67,479
07.07.2021 16:28:24
-36,000
ce141b50001e58a377d72ce9a1dc2596a5101d7f
fix(renderer): pass render location to ce
[ { "change_type": "MODIFY", "diff": "@@ -475,6 +475,7 @@ export class CustomElementRenderer implements IRenderer {\n/* parentController */renderingController,\n/* host */target,\n/* instruction */instruction,\n+ /* location */target,\n/* auSlotsInfo */projections == null ? void 0 : new AuSlotsInfo(Object.key...
TypeScript
MIT License
aurelia/aurelia
fix(renderer): pass render location to ce
1
fix
renderer
688,533
07.07.2021 16:46:38
-10,800
1c88efeb947aac649aa5a5faf94c16286005c9e3
feat(NumberInput): add Int validation for Form.NumberInput
[ { "change_type": "MODIFY", "diff": "@@ -3,18 +3,40 @@ import {\nNumberInput as PicassoNumberInput,\nNumberInputProps\n} from '@toptal/picasso'\n+import { FieldValidator } from 'final-form'\n+import { validators } from '../utils'\nimport FieldWrapper, { FieldProps } from '../FieldWrapper'\nexport type Props ...
TypeScript
MIT License
toptal/picasso
feat(NumberInput): add Int validation for Form.NumberInput (#2112)
1
feat
NumberInput
777,388
07.07.2021 16:50:38
21,600
517b7b1490f52e50471f9205bd4fec0033f4a515
ci: add preview cluster creation to Circle CI
[ { "change_type": "MODIFY", "diff": "@@ -1368,7 +1368,9 @@ jobs:\naux-agent-instance-type:\ntype: string\ndefault: \"m5.large\"\n-\n+ cluster-id:\n+ type: string\n+ default: determined-${CIRCLE_BRANCH////--}\nmax-dynamic-agents:\ntype: integer\ndefault: 1\n@@ -1389,7 +1391,7 @@ jobs:\ndetermined: true\nexecu...
Python
Apache License 2.0
determined-ai/determined
ci: add preview cluster creation to Circle CI (#2681) Co-authored-by: Hamid Zare <hamid@determined.ai>
1
ci
null
777,353
07.07.2021 17:20:02
18,000
bb4b1cc358bf3663c3765ae1c9ba43d8c1b8a1bb
fix: visual bug in hp plot
[ { "change_type": "MODIFY", "diff": "&::after {\nbackground-color: white;\n+ border-radius: 2px;\ncontent: '';\n- height: 25px;\n- left: 8px;\n+ height: 100%;\n+ left: 8.5px;\nposition: absolute;\n- top: 2px;\n- width: 6px;\n+ top: 0;\n+ width: 8px;\n}\n}\n", "new_path": "webui/react/src/pages/TrialDetai...
Python
Apache License 2.0
determined-ai/determined
fix: visual bug in hp plot [DET-5720] (#2689)
1
fix
null
777,401
07.07.2021 17:29:47
14,400
80a56b5d5a5618b27321cf77b733c0e289603184
fix: return tensorboard config with GET /api/v1/tensorboards/<id>
[ { "change_type": "MODIFY", "diff": "@@ -194,7 +194,10 @@ func (c *command) Receive(ctx *actor.Context) error {\nctx.Respond(c.toTensorboard(ctx))\ncase *apiv1.GetTensorboardRequest:\n- ctx.Respond(&apiv1.GetTensorboardResponse{Tensorboard: c.toTensorboard(ctx)})\n+ ctx.Respond(&apiv1.GetTensorboardResponse{...
Python
Apache License 2.0
determined-ai/determined
fix: return tensorboard config with GET /api/v1/tensorboards/<id> (#2685)
1
fix
null
185,944
07.07.2021 17:33:23
18,000
f99dbfc45f24baefb1b16b62400c5bac16529dd6
feat: add --full command-line option * feat: add --full command-line option `--full` is shorthand for `--betas --nighlies --obsolete` An very short PR for a change! * chore: remove tracer console.log calls
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ function getSetup(opts: commander.OptionValues): SetupRequest {\nhideChannels: [],\n};\n- const { fiddle, version, betas, nightlies, obsolete } = opts;\n+ const { betas, fiddle, full, nightlies, obsolete, version } = opts;\nif (fs.existsSync(fiddle)) {\n...
TypeScript
MIT License
electron/fiddle
feat: add --full command-line option (#757) * feat: add --full command-line option `--full` is shorthand for `--betas --nighlies --obsolete` An very short PR for a change! * chore: remove tracer console.log calls
1
feat
null
276,941
07.07.2021 17:38:45
10,800
075f0b00e74746bf2d93e1b381e711de5d264bfa
feat(plan_card): removing fixed list height on card theme
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,6 @@ const Card = ({\n},\n},\nlist: {\n- height: 92,\nmargin: {\ntop: spacing.small,\n},\n", "new_path": "packages/yoga/src/Card/Card.theme.js", "old_path": "packages/yoga/src/Card/Card.theme.js" }, { "change_type": "MODIFY", "diff": "@@ -...
JavaScript
MIT License
gympass/yoga
feat(plan_card): removing fixed list height on card theme
1
feat
plan_card