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
104,831
14.10.2021 10:47:54
18,000
af4718528ed86552379e1af4bc93e8e3c02fb040
test(table-body-row): assert that button is invisible
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { render, screen, within } from '@testing-library/react';\n+import { fireEvent, render, screen, within } from '@testing-library/react';\nimport userEvent from '@testing-library/user-event';\nimport { Add32 } from '@carbon/icons-react';\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(table-body-row): assert that button is invisible
1
test
table-body-row
14,244
14.10.2021 11:00:41
-7,200
d50bd4b99b2521f0cba2102bd94c1c12d4693ced
feat(plugins): introduce plugin name
[ { "change_type": "MODIFY", "diff": "@@ -31,4 +31,10 @@ export type AutocompletePlugin<\n* @link https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/plugins/#param-data\n*/\ndata?: TData;\n+ /**\n+ * A name to identify the plugin.\n+ *\n+ * @link https://www.algolia.com/doc/ui-libraries/autoc...
TypeScript
MIT License
algolia/autocomplete
feat(plugins): introduce plugin name (#767)
1
feat
plugins
14,244
14.10.2021 11:09:45
-7,200
e5630acd729df67d419ea3b662e2566148f45e36
feat(plugins): expose passed options on plugins
[ { "change_type": "MODIFY", "diff": "@@ -37,4 +37,8 @@ export type AutocompletePlugin<\n* @link https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/plugins/#param-name\n*/\nname?: string;\n+ /**\n+ * @internal\n+ */\n+ __autocomplete_pluginOptions?: Record<string, any>;\n};\n", "new_path"...
TypeScript
MIT License
algolia/autocomplete
feat(plugins): expose passed options on plugins (#768)
1
feat
plugins
472,067
14.10.2021 11:12:01
-32,400
bd2b3332c710cc121c9725d03039c2d6f71b9a8d
feat(spindle-tokens): add JSON Flat format
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ source: [`tokens/**/!(*.css).json`],\n+ format: {\n+ jsonDataSource: ({ dictionary }) => {\n+ // Flatten data to be a data source of some querying use cases\n+ // Stringify the child values to ensure the types are the same, but original.value keeps the...
TypeScript
MIT License
openameba/spindle
feat(spindle-tokens): add JSON Flat format
1
feat
spindle-tokens
332,709
14.10.2021 11:14:51
-7,200
d937eda553d629afb745dd1c77ddff0e1b08a977
fix: :package: Added dep to rxjs 7 to semver ref
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@nrwl/devkit\": \"^12.6.4\",\n\"inquirer\": \"^8.1.1\",\n+ \"rxjs\": \"7\",\n\"standard-version\": \"^9.3.0\"\n},\n\"devDependencies\": {\n", "new_path": "packages/semver/package.json", "old_path": "packages/semver/package.json" }, { ...
TypeScript
MIT License
jscutlery/semver
fix: :package: Added dep to rxjs 7 to semver ref #324
1
fix
null
504,019
14.10.2021 11:43:56
14,400
7fc0e503f036463043f091f890234906f1400dac
docs(FormSelectOption): Fix format for isPlaceholder doc text
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ export interface FormSelectOptionProps extends Omit<React.HTMLProps<HTMLOptionEl\nlabel: string;\n/** flag indicating if the option is disabled */\nisDisabled?: boolean;\n- /* flag indicating if option will have placeholder styling applied when selected */...
TypeScript
MIT License
patternfly/patternfly-react
docs(FormSelectOption): Fix format for isPlaceholder doc text (#6427)
1
docs
FormSelectOption
902,122
14.10.2021 11:49:25
-7,200
980f39f0bbf627cf7be228478db0c28ff1bca3eb
chore(release): v9.2.18
[ { "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.2.18](https://github.com/microlinkhq/browserless/compare/v9.2.17...v9.2.18) (2021-10-14)\n+\n+\n+### Bug Fixes\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.18
1
chore
release
127,946
14.10.2021 11:52:24
-10,800
f63c114279bf1493ad32db7f8b7311b7eab00332
feat: article UX aspect of design system.
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,12 @@ const Footer = () => (\n>\nFigma Community\n</a>\n+ <a\n+ className=\"hover:underline cursor-pointer\"\n+ href=\"https://moonds.medium.com/\"\n+ >\n+ Medium\n+ </a>\n{/* <a className=\"hover:underline cursor-pointer\">Medium</a> */}\n<p className=\"\">W...
TypeScript
MIT License
coingaming/moon-design
feat: article UX aspect of design system.
1
feat
null
826,656
14.10.2021 12:21:06
-7,200
42de1d29fbb50cca82300f6efd70a6488b6cc18d
chore: bump Keto version in quickstart docker-compose
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ version: '3.2'\nservices:\nketo:\n- image: oryd/keto:v0.6.0-alpha.1-sqlite\n+ image: oryd/keto:v0.7.0-alpha.0-sqlite\nports:\n- '4466:4466'\n- '4467:4467'\n@@ -14,7 +14,7 @@ services:\ntarget: /home/ory\nketo-init:\n- image: oryd/keto:v0.6.0-alpha.1-sqlite...
Go
Apache License 2.0
ory/keto
chore: bump Keto version in quickstart docker-compose (#764)
1
chore
null
838,025
14.10.2021 12:46:59
0
8954f6f542e5d892af238a23356cce22216eb13d
feat: marusia uploading picture
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ golangci-lint run\n# CLIENT_SECRET=\"\"\n# USER_TOKEN=\"\"\n# WIDGET_TOKEN=\"\"\n+# MARUSIA_TOKEN=\"\"\n# CLIENT_ID=\"123456\"\n# GROUP_ID=\"123456\"\n# ACCOUNT_ID=\"123456\"\n@@ -56,6 +57,7 @@ go test ./...\n\"go.testEnvVars\": {\n\"SERVICE_TOKEN\": \"\...
Go
MIT License
severecloud/vksdk
feat: marusia uploading picture
1
feat
null
756,013
14.10.2021 13:06:53
21,600
7d31058caf64a57ef127f129588162ecc7377bea
feat(ante): record `tx_ante_admission_refused` counter
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ module github.com/Agoric/agoric-sdk\ngo 1.15\nrequire (\n+ github.com/armon/go-metrics v0.3.9\ngithub.com/cosmos/cosmos-sdk v0.44.0\ngithub.com/cosmos/ibc-go v1.1.0\ngithub.com/gogo/protobuf v1.3.3\n", "new_path": "go.mod", "old_path": "go.mod" }...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(ante): record `tx_ante_admission_refused` counter
1
feat
ante
838,025
14.10.2021 13:14:08
0
a6eb7c15b4345701fc2eb4566c4c44850e6d647d
feat: marusia Deeplink
[ { "change_type": "ADD", "diff": "+package marusia // import \"github.com/SevereCloud/vksdk/v2/marusia\"\n+\n+import (\n+ \"encoding/base64\"\n+ \"encoding/json\"\n+ \"net/url\"\n+ \"strings\"\n+)\n+\n+// CreateDeepLink returns a link to go to the skill, as well as transfer data to your skill.\n+//\n+// See ...
Go
MIT License
severecloud/vksdk
feat: marusia Deeplink
1
feat
null
104,825
14.10.2021 13:17:53
14,400
16385fe350a5b4201ba05caa1a8f1908ec93ac15
fix(table): change column type
[ { "change_type": "MODIFY", "diff": "-import { Component, HostBinding, ViewEncapsulation } from '@angular/core';\n+import { Component, HostBinding, Input, ViewEncapsulation } from '@angular/core';\nimport { TableHeadCell } from 'carbon-components-angular';\n+import { AITableHeaderItem } from '../table-model....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): change column type
1
fix
table
217,922
14.10.2021 13:29:20
-7,200
3d65c56c8ac13ea7b2f3ea91a1474f59cb0034ad
fix(db): fixed spearfishing spot pages not loading
[ { "change_type": "MODIFY", "diff": "@@ -167,7 +167,7 @@ export class SpearfishingSpotComponent extends TeamcraftPageComponent {\n}\npublic getGatheringItem(itemId: number): any {\n- return this.lazyData.data.nodes\n+ return Object.values(this.lazyData.data.nodes)\n.find(node => node.items.includes(itemId));...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed spearfishing spot pages not loading
1
fix
db
217,922
14.10.2021 13:29:38
-7,200
bc6c781a70bbc6a4c2f17bb89ae7141ad0c8a585
chore: better typing
[ { "change_type": "MODIFY", "diff": "@@ -167,7 +167,7 @@ export class SpearfishingSpotComponent extends TeamcraftPageComponent {\n}\npublic getGatheringItem(itemId: number): any {\n- return Object.values(this.lazyData.data.nodes)\n+ return Object.values<any>(this.lazyData.data.nodes)\n.find(node => node.item...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better typing
1
chore
null
756,025
14.10.2021 13:31:12
25,200
b5bfb3eec26bf1230ad8680f17045b17e3e305c6
fix: fix missing Fars in pools
[ { "change_type": "MODIFY", "diff": "import { AmountMath } from '@agoric/ertp';\nimport { assert, details as X } from '@agoric/assert';\n+import { Far } from '@agoric/marshal';\nimport { makeFeeRatio } from '../constantProduct/calcFees';\nimport {\npricesForStatedInput,\n@@ -184,10 +185,10 @@ export const ma...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: fix missing Fars in pools (#3975)
1
fix
null
777,401
14.10.2021 13:53:58
14,400
aa7511003f30f4e4d58f358e19bbc732f63272b3
fix: report progress correctly for searchers configured in epochs This fixes the calls to `report_progress` when the searcher is configured in terms of epochs to report absolute epochs, not relative percent complete w.r.t. total epochs requested.
[ { "change_type": "MODIFY", "diff": "@@ -223,7 +223,7 @@ class WorkloadSequencer(workload.Source):\nelif op.unit == _generic.Unit.RECORDS:\nop.report_progress(self.global_batch_size * self.state.latest_batch)\nelif op.unit == _generic.Unit.EPOCHS:\n- op.report_progress(self.state.latest_batch / self.as_batch...
Python
Apache License 2.0
determined-ai/determined
fix: report progress correctly for searchers configured in epochs (#3084) [DET-6112] This fixes the calls to `report_progress` when the searcher is configured in terms of epochs to report absolute epochs, not relative percent complete w.r.t. total epochs requested.
1
fix
null
699,232
14.10.2021 13:58:41
25,200
1118a9b38609872166a05fe8eedcaa296cb5430c
chore(website): add Core docs pages
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ const ComponentOverviewTable: React.FC<ComponentOverviewTableProps> = ({category\n<InformationIcon decorative={false} title=\"More information about peer review\" />\n</PopoverButton>\n<Popover aria-label=\"Peer review information\">\n- Component/Pattern...
TypeScript
MIT License
twilio-labs/paste
chore(website): add Core docs pages
1
chore
website
104,828
14.10.2021 14:08:34
-7,200
956f0f3f2b57542f63a31141f94de81e3bfdcb6e
fix(table): fix for pr feedback
[ { "change_type": "MODIFY", "diff": "@@ -707,6 +707,8 @@ const Table = (props) => {\n? someRowsAreSelected\n: view.table.isSelectAllIndeterminate;\n+ const minHeaderSizeIsLarge = visibleColumns.some((col) => col.isSortable);\n+\nif (__DEV__ && columnGroups.length && options.hasColumnSelection) {\nwarning(\nf...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix for pr feedback #2794
1
fix
table
865,921
14.10.2021 14:10:01
-7,200
97d90b5fbeffe5e1495ad876446f7f4eb1b33b11
docs(INTEGRATION_TEST): add simple Camunda Forms test Related to
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,12 @@ Based on the [test diagram](./test.bpmn.png):\n* [ ] Set the **Execution Platform Version** to `Camunda Cloud 1.2`\n* [ ] 0 errors are shown\n+#### BPMN + Camunda Forms deployment\n+\n+* [ ] Create a simple `Start Event -> User Task -> End Event` proces...
JavaScript
MIT License
camunda/camunda-modeler
docs(INTEGRATION_TEST): add simple Camunda Forms test Related to https://github.com/camunda/camunda-modeler/issues/2484
1
docs
INTEGRATION_TEST
688,486
14.10.2021 14:36:01
-7,200
81fab1ddf376d74dce72ca26d920f975e2a4bbb1
chore: synchronize picasso-shared library version across packages Use the same version of picasso-shared library in all packages so syncpack does not complain during a commit.
[ { "change_type": "MODIFY", "diff": "\"peerDependencies\": {\n\"@material-ui/core\": \"4.11.0\",\n\"@toptal/picasso\": \"^6\",\n- \"@toptal/picasso-shared\": \"6.0.0\",\n+ \"@toptal/picasso-shared\": \"7.0.0\",\n\"react\": \"^16.12.0\"\n},\n\"devDependencies\": {\n", "new_path": "packages/picasso-charts/...
TypeScript
MIT License
toptal/picasso
chore: synchronize picasso-shared library version across packages (#2189) Use the same version of picasso-shared library in all packages so syncpack does not complain during a commit.
1
chore
null
269,590
14.10.2021 14:41:58
-7,200
a11156c6f4aa76a1db543aca75b592344c434143
docs: add Azure Pipelines CI example
[ { "change_type": "ADD", "diff": "+# Azure Pipelines\n+\n+Generally there're two ways to define an [Azure Pipeline](https://azure.microsoft.com/en-us/services/devops/pipelines/):\n+Classic pipelines defined in the UI or YAML pipelines.\n+\n+Here is how to do it with YAML:\n+\n+```yaml\n+# customize trigger t...
Go
MIT License
goreleaser/goreleaser
docs: add Azure Pipelines CI example (#2582) Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1
docs
null
160,177
14.10.2021 14:51:23
-28,800
13d1c0b0b6814dc9b65bd74a9bb704b633499554
feat: add change graph&node&edge id function
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { ElementState } from '../constant/constant';\nimport { TextConfig, AdditionData } from '../type';\ninterface IBaseModel {\n- readonly id: string;\n+ id: string;\nmodelType: string;\ntype: string;\nstate: ElementState;\n", "new_path": "packages/...
TypeScript
Apache License 2.0
didi/logicflow
feat: add change graph&node&edge id function
1
feat
null
472,067
14.10.2021 14:53:55
-32,400
aa9739ddf85c5b80c2e6703d685e9026c4a173cb
chore(spindle-tokens): make public
[ { "change_type": "MODIFY", "diff": "\"description\": \"Spindle design tokens.\",\n\"homepage\": \"https://github.com/openameba/spindle#readme\",\n\"license\": \"MIT\",\n- \"private\": true,\n\"publishConfig\": {\n\"access\": \"public\"\n},\n", "new_path": "packages/spindle-tokens/package.json", "old...
TypeScript
MIT License
openameba/spindle
chore(spindle-tokens): make public
1
chore
spindle-tokens
551,634
14.10.2021 15:03:34
-3,600
871477b55fc585d1f485044025c1a47eaa780195
fix(ilp): ILP client to escaped quotes in strings fields
[ { "change_type": "MODIFY", "diff": "@@ -1516,6 +1516,8 @@ public class TableWriter implements Closeable {\nmasterRef--;\no3MasterRef = -1;\nrowFunction = switchPartitionFunction;\n+ row.activeColumns = columns;\n+ row.activeNullSetters = nullSetters;\n}\nreturn;\n}\n", "new_path": "core/src/main/java/io...
Java
Apache License 2.0
questdb/questdb
fix(ilp): ILP client to escaped quotes in strings fields (#1433)
1
fix
ilp
306,320
14.10.2021 15:26:15
-3,600
75e36d2bba847900fb97ab0e155303225c607bcb
feat(aws): add EKS Node Group estimation for instance count
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ require (\ngithub.com/Masterminds/sprig v2.22.0+incompatible\ngithub.com/Rhymond/go-money v1.0.3\ngithub.com/agext/levenshtein v1.2.2 // indirect\n- github.com/aws/aws-sdk-go-v2 v1.9.1\n+ github.com/aws/aws-sdk-go-v2 v1.9.2\ngithub.com/aws/aws-sdk-go-v2/co...
Go
Apache License 2.0
infracost/infracost
feat(aws): add EKS Node Group estimation for instance count
1
feat
aws
503,915
14.10.2021 15:29:43
14,400
16cf6da3e1bb4af4c036dd7986f63bf81803cfe9
fix(Table): Account for `disableSelection` in `areAllRowsSelected` method of legacy Table
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,9 @@ export class Table extends React.Component<TableProps, {}> {\nif (rows === undefined || rows.length === 0) {\nreturn false;\n}\n- return rows.every(row => this.isSelected(row) || (row.hasOwnProperty('parent') && !row.showSelect));\n+ return rows.every(...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): Account for `disableSelection` in `areAllRowsSelected` method of legacy Table (#6437)
1
fix
Table
127,946
14.10.2021 15:43:16
-10,800
88796d3463b3945bd1f1c2af33b18d52700e119b
feat: udpate BorderRadius
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,14 @@ export type Radius = {\nlargest: number;\n};\n+export type BorderRadius = {\n+ small: number;\n+ medium: number;\n+ large: number;\n+ xLarge: number;\n+ circle: number;\n+};\n+\nexport type Opacity = {\ndisabled: number;\n};\n@@ -335,7 +343,7 @@ export ...
TypeScript
MIT License
coingaming/moon-design
feat: udpate BorderRadius
1
feat
null
815,577
14.10.2021 15:45:22
-28,800
0173fced71e41a3603cdb0e8bdda90066b421c1a
fix: fix inflight block potential memory bloat issues
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ impl<'a> BlockTransactionsProcess<'a> {\n.shared\n.state()\n.write_inflight_blocks()\n- .remove_compact(self.peer, &block_hash);\n+ .remove_compact_by_peer(self.peer, &block_hash);\n}\nif let Entry::Occupied(mut pending) = shared\n", "new_path": "syn...
Rust
MIT License
nervosnetwork/ckb
fix: fix inflight block potential memory bloat issues
1
fix
null
304,862
14.10.2021 15:48:59
14,400
e34af3f34fe71c1a9991a815bb582040b88ff028
refactor(quantile): Allow quantile to handle multiple states
[ { "change_type": "MODIFY", "diff": "@@ -320,6 +320,9 @@ func (t *simpleAggregateTransformation) Process(id DatasetID, tbl flux.Table) er\nif err := builder.AppendNil(bj); err != nil {\nreturn err\n}\n+ if vf, ok := vf.(Disposable); ok {\n+ vf.Dispose()\n+ }\ncontinue\n}\n@@ -351,6 +354,9 @@ func (t *simpleA...
Go
MIT License
influxdata/flux
refactor(quantile): Allow quantile to handle multiple states (#4139)
1
refactor
quantile
504,019
14.10.2021 15:53:59
14,400
7b73e61a26d29be8b8ebed5e87a1682600dee1e8
fix(wizard): change wizard toggle and wizard toggle item to span tags
[ { "change_type": "MODIFY", "diff": "@@ -72,13 +72,13 @@ export const WizardToggle: React.FunctionComponent<WizardToggleProps> = ({\naria-label={ariaLabel}\naria-expanded={isNavOpen}\n>\n- <ol className={css(styles.wizardToggleList)}>\n- <li className={css(styles.wizardToggleListItem)}>\n+ <span className={c...
TypeScript
MIT License
patternfly/patternfly-react
fix(wizard): change wizard toggle and wizard toggle item to span tags (#6428)
1
fix
wizard
217,922
14.10.2021 15:58:48
-7,200
d841406b339aa5a89d7ab7e8241bae730b024e6a
fix(db): fixed npc names not loading properly in levequest pages
[ { "change_type": "MODIFY", "diff": "import { Component } from '@angular/core';\n-import { combineLatest, Observable } from 'rxjs';\n+import { Observable } from 'rxjs';\nimport { ActivatedRoute, Router } from '@angular/router';\nimport { XivapiEndpoint, XivapiService } from '@xivapi/angular-client';\nimport ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed npc names not loading properly in levequest pages
1
fix
db
815,593
14.10.2021 16:03:30
-28,800
2686c1c02579dc43cd579748e3b6d4be52d60f21
fix: resolve inflight proposals memory bloat issue
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,12 @@ impl<'a> BlockProposalProcess<'a> {\npub fn execute(self) -> Status {\nlet shared = self.relayer.shared();\nlet sync_state = shared.state();\n+ sync_state.clear_expired_inflight_proposals(\n+ shared\n+ .active_chain()\n+ .tip_number()\n+ .saturating_sub...
Rust
MIT License
nervosnetwork/ckb
fix: resolve inflight proposals memory bloat issue
1
fix
null
217,922
14.10.2021 16:10:15
-7,200
20528874ac505c7b4d71e25c1229068c7b7e7a60
chore(release): 8.6.8
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.6.8\"></a>\n+## [8.6.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.6.8
1
chore
release
838,025
14.10.2021 16:19:37
0
4fe418157702d772c50fd319d47478f49c242a9e
feat: marusia add EnableDebuging
[ { "change_type": "MODIFY", "diff": "@@ -211,6 +211,7 @@ func TestWebhook(t *testing.T) {\nt.Parallel()\nwh := marusia.NewWebhook()\n+ wh.EnableDebuging()\nf := func(r marusia.Request, wantResp response) {\nt.Helper()\n", "new_path": "marusia/skill_test.go", "old_path": "marusia/skill_test.go" } ]
Go
MIT License
severecloud/vksdk
feat: marusia add EnableDebuging
1
feat
null
617,455
14.10.2021 16:27:11
-7,200
3c61735e25f184b0f7ead1e4ac9169790944e744
ci: don't build with parallel
[ { "change_type": "MODIFY", "diff": "\"homepage\": \"https://github.com/SocialGouv/code-du-travail-numerique#readme\",\n\"scripts\": {\n\"build\": \"lerna run build\",\n- \"build:ui\": \"lerna run build --parallel --scope={@socialgouv/cdtn-ui,@socialgouv/react-fiche-service-public,@cdt/frontend}\",\n+ \"buil...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
ci: don't build with parallel (#3867)
1
ci
null
551,649
14.10.2021 16:30:03
-7,200
fec436cfde1fdc7a0ea9fe04f33bf4a723788832
fix(ui): last row is missing from ui
[ { "change_type": "MODIFY", "diff": "@@ -172,7 +172,7 @@ $.fn.grid = function (msgBus) {\nrenderViewportNoCompute()\nreturn\n}\n- $.get(\"/exec\", { query, limit: lo + \",\" + hi, nm: true }).done(f)\n+ $.get(\"/exec\", { query, limit: lo + 1 + \",\" + hi, nm: true }).done(f)\n}\nfunction loadPagesDelayed(p1...
Java
Apache License 2.0
questdb/questdb
fix(ui): last row is missing from ui (#1436)
1
fix
ui
667,680
14.10.2021 16:36:01
-28,800
a6c5b61168cb3bc61c610cd4f1b06ec5469eb51c
chore(layout): change to a static library
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,10 @@ cmake_minimum_required(VERSION 3.4.1)\nproject(flexbox)\nset(CMAKE_VERBOSE_MAKEFILE on)\n+if (NOT ${ANDROID_STL} STREQUAL \"c++_shared\")\n+ string(APPEND CMAKE_SHARED_LINKER_FLAGS \" -Wl,--exclude-libs,libc++_static.a\")\n+ string(APPEND CMAKE_SHARED_LIN...
C++
Apache License 2.0
tencent/hippy
chore(layout): change to a static library
1
chore
layout
667,680
14.10.2021 16:39:58
-28,800
0b9007d4ac03516e38da4b309b54fd53a5b06901
refactor(android): update layout library(c++_static)
[ { "change_type": "DELETE", "diff": "-version https://git-lfs.github.com/spec/v1\n-oid sha256:021c4a7693be29d49b011fee9f9f5ec0b3f1e691e3ad3e3f4a4af4b9e5a932f5\n-size 6235072\n", "new_path": null, "old_path": "android/sdk/src/main/jni/third_party/layout/arm64-v8a/lib.unstripped/libc++_shared.so" }, ...
C++
Apache License 2.0
tencent/hippy
refactor(android): update layout library(c++_static)
1
refactor
android
667,680
14.10.2021 16:45:34
-28,800
1aba242176ce3ec90f9548fa87b30555e14efaf7
chore(android): change `inspector` flag name
[ { "change_type": "MODIFY", "diff": "#include \"core/core.h\"\n#include \"jni/scoped_java_ref.h\"\n-#ifdef V8_HAS_INSPECTOR\n+#ifdef ENABLE_INSPECTOR\n#include \"inspector/v8_inspector_client_impl.h\"\n#endif\n", "new_path": "android/sdk/src/main/jni/include/bridge/runtime.h", "old_path": "android/sd...
C++
Apache License 2.0
tencent/hippy
chore(android): change `inspector` flag name
1
chore
android
667,680
14.10.2021 16:47:50
-28,800
0b02d7357e51b4910b1fa78f3af9ccce852398ae
chore(android): update the compile script, using static linking
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,6 @@ android {\nbuildConfigField(\"boolean\", \"INCLUDE_SUPPORT_UI\", INCLUDE_SUPPORT_UI)\npackagingOptions {\n- pickFirst 'lib/*/libc++_shared.so'\nif (!INCLUDE_ABI_ARMEABI.toBoolean()) {\nexclude 'lib/armeabi/*'\n}\n@@ -80,15 +79,6 @@ android {\n}\n}\n- def...
C++
Apache License 2.0
tencent/hippy
chore(android): update the compile script, using static linking
1
chore
android
838,025
14.10.2021 16:51:03
0
8478924c53f292412c70034824ad98584638c878
refactor: marusia more files
[ { "change_type": "ADD", "diff": "+package marusia_test\n+\n+import (\n+ \"testing\"\n+\n+ \"github.com/SevereCloud/vksdk/v2/marusia\"\n+ \"github.com/stretchr/testify/assert\"\n+)\n+\n+func TestNewBigImage(t *testing.T) {\n+ t.Parallel()\n+\n+ f := func(title, description string, imageID int, actual *marusi...
Go
MIT License
severecloud/vksdk
refactor: marusia more files
1
refactor
null
667,636
14.10.2021 17:02:18
-28,800
a7717aa42f916d4c21292a5594f68dcf25a76dd3
fix(hippy-react): change dev condition judge
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ function setSilent(silentArg: boolean): void {\n*/\nfunction convertImgUrl(url: string): string {\nif (url && !/^(http|https):\\/\\//.test(url) && url.indexOf('assets') > -1) {\n- if (process.env.NODE_ENV === 'development') {\n+ if (process.env.NODE_ENV ...
C++
Apache License 2.0
tencent/hippy
fix(hippy-react): change dev condition judge
1
fix
hippy-react
617,455
14.10.2021 17:04:17
-7,200
e821750b43a6896ecadd347da51c5cd0fb813b51
ci: use build:npm and move to private e2e test
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ Release:\n- git config user.email \"${CI_GIT_AUTHOR_EMAIL}\"\n- git remote set-url origin https://${GITHUB_TOKEN}@github.com/${PROJECT_PATH}.git\n- yarn --frozen-lockfile\n- - yarn build:ui\n+ - yarn build:npm\nscript:\n- GH_TOKEN=${GITHUB_TOKEN} yarn le...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
ci: use build:npm and move to private e2e test (#3869)
1
ci
null
667,680
14.10.2021 17:12:00
-28,800
6e884ea5596eb52b0f081354bb709503299c8acc
fix(android): fix `hippy` library build script exception
[ { "change_type": "MODIFY", "diff": "@@ -148,8 +148,10 @@ include_directories(${CORE_SRC_DIR}/third_party/base/include)\nadd_library(${CMAKE_PROJECT_NAME} SHARED ${CORE_SRC} ${URL_PARSER_SRC} ${JNI_SRC})\ntarget_link_libraries(${CMAKE_PROJECT_NAME} ${HIPPY_DEPS})\n+if ((${JS_ENGINE} STREQUAL \"V8\") AND (${V...
C++
Apache License 2.0
tencent/hippy
fix(android): fix `hippy` library build script exception
1
fix
android
251,188
14.10.2021 17:16:22
-10,800
fed84bca023c24e855834ad46ed43178751adf55
feat: update version number
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,12 @@ info:\nlicense:\nname: License\nurl: https://github.com/GluuFederation/oxAuth/blob/master/LICENSE\n- version: \"4.2\"\n+ version: \"4.3.1\"\nservers:\n# Added by API Auto Mocking Plugin\n- description: SwaggerHub API Auto Mocking\n- url: https://virtse...
Java
MIT License
gluufederation/oxauth
feat: update version number
1
feat
null
791,682
14.10.2021 17:25:18
14,400
e039f773d9227b88374bef386589950d92f76fb0
report(flow): i18n formatter
[ { "change_type": "MODIFY", "diff": "@@ -59,8 +59,13 @@ async function buildFlowReport() {\nconst bundle = await rollup.rollup({\ninput: 'flow-report/standalone-flow.tsx',\nplugins: [\n+ rollupPlugins.replace({\n+ '__dirname': '\"\"',\n+ }),\nrollupPlugins.shim({\n[`${LH_ROOT}/flow-report/src/i18n/localized-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): i18n formatter (#13190)
1
report
flow
104,828
14.10.2021 17:36:11
-7,200
8e9e8a5463c09220721163356981c37a52e867e2
chore(node): update node yaml files 1948
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ jobs:\n- name: Use Node.js\nuses: actions/setup-node@v1\nwith:\n- node-version: '14.x'\n+ node-version: '16.x'\n- name: Cache dependencies\nuses: actions/cache@v2\n", "new_path": ".github/workflows/build.yml", "old_path": ".github/workflows/build...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(node): update node yaml files 1948
1
chore
node
780,866
14.10.2021 18:09:21
10,800
0b0dc956d8201f3930d81e5bde52eac3eb01d342
fix(cms): set function `tryImageSize` to ejs render on preview
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,7 @@ export default class BasePreview extends React.Component {\n..._settings,\nsettings: _settings,\ndevMode: true,\n+\ncms: function (content) {\nconst contents = {\ninfo: _info,\n@@ -98,6 +99,10 @@ export default class BasePreview extends React.Component {...
JavaScript
MIT License
ecomplus/storefront
fix(cms): set function `tryImageSize` to ejs render on preview
1
fix
cms
320,256
14.10.2021 18:57:38
-7,200
c31a86121cafd2bda411ea6a3543f0452fb081e5
chore(store): updated and added Nvidia links
[ { "change_type": "MODIFY", "diff": "@@ -122,18 +122,6 @@ export const Notebooksbilliger: Store = {\nseries: '3070',\nurl: 'https://www.notebooksbilliger.de/inno3d+geforce+rtx+3070+twin+x2+oc+grafikkarte+685500',\n},\n- {\n- brand: 'nvidia',\n- model: 'founders edition',\n- series: '3070',\n- url: 'https://w...
TypeScript
MIT License
jef/streetmerchant
chore(store): updated and added Nvidia links (#2806)
1
chore
store
71,626
14.10.2021 20:11:44
-7,200
7db5c8cdafe7b9b22b6b40cb25ed8bd1946301f4
feat(msk): add Kafka version 2.8.1 Add support for Apache Kafka version 2.8.1 in Amazon MSK. Announcement: *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": "@@ -29,7 +29,7 @@ The following example creates an MSK Cluster.\nimport * as msk from '@aws-cdk/aws-msk';\nconst cluster = new Cluster(this, 'Cluster', {\n- kafkaVersion: msk.KafkaVersion.V2_6_1,\n+ kafkaVersion: msk.KafkaVersion.V2_8_1,\nvpc,\n});\n```\n", "new_path"...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(msk): add Kafka version 2.8.1 (#16881) Add support for Apache Kafka version 2.8.1 in Amazon MSK. Announcement: https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-msk-support-apache-kafka-version-2-8-1/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of...
1
feat
msk
756,013
14.10.2021 21:42:02
21,600
a5413f781fc694e3e11804b5288740e9319928ee
feat(pegasus)!: make more robust and remove public state
[ { "change_type": "ADD", "diff": "+import { Nat } from '@agoric/nat';\n+import { Far } from '@agoric/marshal';\n+import { assert, details as X } from '@agoric/assert';\n+\n+/**\n+ * @typedef {Object} ICS20TransferPacket\n+ * @property {string} amount The extent of the amount\n+ * @property {Denom} denom The ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(pegasus)!: make more robust and remove public state
1
feat
pegasus
815,601
14.10.2021 22:22:36
-28,800
2a32abd172095a3d388ad5af1440e7f6f8101c54
feat: remove invalid header dep tx for reorg
[ { "change_type": "MODIFY", "diff": "@@ -396,6 +396,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(GetRawTxPool),\nBox::new(PoolReconcile),\nBox::new(PoolResurrect),\n+ Box::new(InvalidHeaderDep),\n#[cfg(not(target_os = \"windows\"))]\nBox::new(PoolPersisted),\nBox::new(TransactionRelayBasic),\n", ...
Rust
MIT License
nervosnetwork/ckb
feat: remove invalid header dep tx for reorg
1
feat
null
269,464
14.10.2021 22:33:52
10,800
870dc146fa2aae9a699f5cd939defc4f9f8d7b4d
fix: universal binary should be in dist/$x_darwin_all dir
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ func makeUniversalBinary(ctx *context.Context, unibin config.UniversalBinary) er\nreturn err\n}\n- path := filepath.Join(ctx.Config.Dist, name+\"_darwinall\", name)\n+ path := filepath.Join(ctx.Config.Dist, name+\"_darwin_all\", name)\nif err := os.Mkdir...
Go
MIT License
goreleaser/goreleaser
fix: universal binary should be in dist/$x_darwin_all dir Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
826,708
14.10.2021 23:07:46
-7,200
d2291695e5730c8aab4221a2691ed9be09365f1f
docs: duplicate language in header
[ { "change_type": "MODIFY", "diff": "-# ${GIT_REPO}-${LANG}\n+# ${GIT_REPO}\nThis is the official Ory ${PROJECT_UCF} SDK for ${LANG}.\n@@ -8,7 +8,7 @@ ${INSTALL}\n## Generation\n-This code base is auto-generated using\n+This code base, including this README, is auto-generated using\n[OpenAPI Generator](https...
C#
Apache License 2.0
ory/sdk
docs: duplicate language in header
1
docs
null
826,708
14.10.2021 23:19:09
-7,200
311c4965527620b4461c6c46202129e8360106b2
docs: add section on not accepting PRs
[ { "change_type": "MODIFY", "diff": "This is the official Ory ${PROJECT_UCF} SDK for ${LANG}.\n+Please do not make any pull requests against this repository! Its contents are\n+fully auto-generated by the [ory/sdk](http://github.com/ory/sdk) repository. Any\n+changes to this repository will be overwritten on...
C#
Apache License 2.0
ory/sdk
docs: add section on not accepting PRs
1
docs
null
185,988
15.10.2021 00:08:37
-19,080
c363ca2683edd5751231dbc00fc1559c5276a704
feat: copy gist to clipboard on publish
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\n} from '@blueprintjs/core';\nimport { observer } from 'mobx-react';\nimport * as React from 'react';\n-\n+import { clipboard } from 'electron';\nimport { when } from 'mobx';\nimport {\nEditorValues,\n@@ -129,7 +129,14 @@ export class GistAction...
TypeScript
MIT License
electron/fiddle
feat: copy gist to clipboard on publish (#873)
1
feat
null
342,861
15.10.2021 02:31:22
-7,200
a231fee6084212b4e2e2534199b1a816574162aa
chore(sandbox): use the same theme as in react tab
[ { "change_type": "MODIFY", "diff": "import React from \"react\";\nimport { Editor } from \"react-live\";\n-import dracula from \"prism-react-renderer/themes/dracula\";\n+import theme from \"prism-react-renderer/themes/oceanicNext\";\ninterface Props {\nisFullPage?: boolean;\n@@ -12,7 +12,7 @@ const SandboxE...
JavaScript
MIT License
kiwicom/orbit
chore(sandbox): use the same theme as in react tab
1
chore
sandbox
342,861
15.10.2021 03:04:55
-7,200
1b9a1938e6c487e358708e570731ff9bef4ad87a
fix(sandbox): visual fixes
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,8 @@ const StyledWrapper = styled.div<{ isFullPage?: boolean }>`\nmin-height: ${isFullPage && `100%`};\ngrid-template-rows: auto 1fr min-content;\ngrid-template-columns: 1fr;\n- border-radius: 12px;\n- border: 1px solid ${theme.orbit.paletteCloudDark};\n+ bor...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): visual fixes
1
fix
sandbox
71,086
15.10.2021 06:24:56
-39,600
55fbc866ef0195fdfc722206e4d69a1f4469cd40
feat(codebuild): add support for small ARM machine type closes *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": "@@ -1656,8 +1656,9 @@ class ArmBuildImage implements IBuildImage {\npublic validate(buildEnvironment: BuildEnvironment): string[] {\nconst ret = [];\nif (buildEnvironment.computeType &&\n+ buildEnvironment.computeType !== ComputeType.SMALL &&\nbuildEnvironment.computeType...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codebuild): add support for small ARM machine type (#16635) closes #16633 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
codebuild
141,584
15.10.2021 07:40:48
-37,080
0d0ec0657efb0df0f82124f624c02fc4b6d7783f
feat: adding percentage icon
[ { "change_type": "ADD", "diff": "+<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+ <title>percentage</title>\n+ <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n+ d=\"M16.59 2L2.0025 16.5875L3.4167 18.0017L18.0042 3.4142L16.59 2ZM5.5 9.00437C7.43...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: adding percentage icon (#2071) Co-authored-by: ayden.aba <ayden.aba@cultureamp.com>
1
feat
null
791,474
15.10.2021 08:49:48
25,200
faa764c9470cb03d04504448d97b0beba95541e2
test(firestore): ensure a new collection is used when testing ColGroupPartitions
[ { "change_type": "MODIFY", "diff": "@@ -1603,14 +1603,15 @@ func TestDetectProjectID(t *testing.T) {\n}\nfunc TestIntegration_ColGroupRefPartitions(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4717\")\nh := testHelper{t}\n- coll := integrationColl(t)\n+ client := integrat...
Go
Apache License 2.0
googleapis/google-cloud-go
test(firestore): ensure a new collection is used when testing ColGroupPartitions (#4988)
1
test
firestore
304,866
15.10.2021 09:27:54
25,200
863c95dd9e4483d2d1ddf0b5094c93ef047c0181
fix: change and improve error message for regrouping map
[ { "change_type": "MODIFY", "diff": "@@ -185,7 +185,8 @@ func (t *mapTransformation) Process(id execute.DatasetID, tbl flux.Table) error\n}\n}\nif !v.IsNull() && c.Type.String() != v.Type().Nature().String() {\n- return errors.Newf(codes.Internal, \"column %s:%s is not of type %v\",\n+ return errors.Newf(cod...
Go
MIT License
influxdata/flux
fix: change and improve error message for regrouping map (#4152)
1
fix
null
471,427
15.10.2021 09:44:31
14,400
314c89050a2db231047914f2052eda689b49333c
fix: Add support for setConfig in ioredis instrumentation * fix: add support for setConfig in ioredis instrumentation * fix: use latest config in traceSendCommand * fix: lint errors fixed * fix: remove override setConfig * refactor: ioredis instrumentation refactored moved traceConnection to instrumentation.ts refactor...
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import { diag } from '@opentelemetry/api';\n+import { diag, trace, context, SpanKind } from '@opentelemetry/api';\nimport type * as ioredisTypes from 'ioredis';\nimport {\nInstrumentationBase,\nInstrumentationNodeModuleDefinition,\ni...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix: Add support for setConfig in ioredis instrumentation (#689) * fix: add support for setConfig in ioredis instrumentation * fix: use latest config in traceSendCommand * fix: lint errors fixed * fix: remove override setConfig * refactor: ioredis instrumentation refactored moved traceConnection to instru...
1
fix
null
306,320
15.10.2021 09:49:43
-3,600
1b872046c539b528b44cee5b2060ab2ff8c90e31
feat(aws): don't check min/max size for ASGs Instead fallback to the Terraform desired_capacity, since the ASG probably doesn't exist yet in this case.
[ { "change_type": "MODIFY", "diff": "@@ -52,8 +52,5 @@ func AutoscalingGetInstanceCount(ctx context.Context, region string, name string\nif now > 0 {\nreturn float64(now), nil\n}\n- if asg.MinSize != nil && asg.MaxSize != nil {\n- return float64(*asg.MinSize+*asg.MaxSize) / 2, nil\n- }\nreturn 0, nil\n}\n", ...
Go
Apache License 2.0
infracost/infracost
feat(aws): don't check min/max size for ASGs Instead fallback to the Terraform desired_capacity, since the ASG probably doesn't exist yet in this case.
1
feat
aws
756,059
15.10.2021 09:59:31
25,200
81c8f8b1425cc8bbee1cc36425ca99412ed2e5c9
fix: update newer tests for BOYD
[ { "change_type": "MODIFY", "diff": "@@ -1063,6 +1063,7 @@ test('dropImports', async t => {\nt.is(FR.countCallbacks(), 0);\nawait dispatch(makeMessage(rootA, 'hold', capargsOneSlot('o-6')));\n+ await dispatch(makeBringOutYourDead());\n// back to REACHABLE, removed from possiblyDeadSet\nt.deepEqual(possiblyDe...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: update newer tests for BOYD
1
fix
null
756,013
15.10.2021 10:00:00
21,600
e932b33a618bf6f9daf7f2272ae0d0d6b8a0a038
ci(docker): explicitly specify github action versions
[ { "change_type": "MODIFY", "diff": "@@ -9,22 +9,24 @@ jobs:\ndocker-sdk:\nruns-on: ubuntu-latest\nsteps:\n- - uses: actions/checkout@master\n+ - uses: actions/checkout@v2\n- name: Save Git revision\nrun: echo \"GIT_REVISION=$(git rev-parse HEAD)\" >> $GITHUB_ENV\n+ - name: Save GIT_COMMIT\n+ run: echo \"GIT...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(docker): explicitly specify github action versions
1
ci
docker
777,369
15.10.2021 10:13:49
21,600
34bfcbd0d7ee6ba151ce77a19f2da3264e2c9133
chore: update WebUI READMEs regarding testing
[ { "change_type": "MODIFY", "diff": "@@ -71,9 +71,9 @@ npm run lint:js\nnpm run lint:css\n```\n-Our Javascript linting rules and CSS linting rules can be found in `.eslintrc.js` and `.stylelintrc.js` respectively.\n+Our Javascript linting rules and CSS linting rules can be found in [.eslintrc.js](.eslistrc.j...
Python
Apache License 2.0
determined-ai/determined
chore: update WebUI READMEs regarding testing [DET-4628] (#3047)
1
chore
null
141,516
15.10.2021 10:18:09
-39,600
f3753f645d69f0d4149127b8280ed5081c407166
chore(deps): update dependency react-dev-utils to v11.0.4 [security]
[ { "change_type": "MODIFY", "diff": "},\n\"resolutions\": {\n\"axios\": \"0.21.2\",\n- \"react-dev-utils\": \"11.0.3\"\n+ \"react-dev-utils\": \"11.0.4\"\n}\n}\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", "diff": "@@ -19461,10 +19461,10 @@ react...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore(deps): update dependency react-dev-utils to v11.0.4 [security] (#2073) Co-authored-by: Ally Beaton <allanna.beaton@gmail.com>
1
chore
deps
777,401
15.10.2021 10:18:12
14,400
fdd60c0766293494c0f3f9e85871201378d9eaf1
fix: avoid race on schema cache load Add a lock over cached things in the schemas package to prevent concurrent map writes (and concurrent writes in general).
[ { "change_type": "MODIFY", "diff": "Binary files a/master/pkg/schemas/schema.go and b/master/pkg/schemas/schema.go differ\n", "new_path": "master/pkg/schemas/schema.go", "old_path": "master/pkg/schemas/schema.go" }, { "change_type": "MODIFY", "diff": "Binary files a/master/pkg/schemas/zg...
Python
Apache License 2.0
determined-ai/determined
fix: avoid race on schema cache load (#3081) [DET-6108] Add a lock over cached things in the schemas package to prevent concurrent map writes (and concurrent writes in general).
1
fix
null
791,608
15.10.2021 10:43:48
25,200
a3bfd5f9a7ee0d2f40ba006243da65e39c6a7d32
docs: fix typo in comment "traceing" [sic]
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ function main(\nprovider.register();\n// OpenTelemetry tracing is an optional feature and can be enabled by setting\n- // enableOpenTelemetryTraceing as a publisher or subscriber option\n+ // enableOpenTelemetryTracing as a publisher or subscriber option...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
docs: fix typo in comment "traceing" [sic] (#1410)
1
docs
null
756,013
15.10.2021 10:52:29
21,600
f65033489cb824d115a6c6dc5811868e5b53aeae
fix(faucet): don't fail if `cosmos-delegates.txt` doesn't exist
[ { "change_type": "MODIFY", "diff": "@@ -101,7 +101,8 @@ while [[ ${#rpcAddrs[@]} -gt 0 ]]; do\nbank send \\\n--broadcast-mode=block \\\n-- faucet \"$ADDR\" \"$STAKE\"; then\n- # Record the information before exiting.\n+ # Record the information before exiting, if the file exists.\n+ test -f $thisdir/cosmos-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(faucet): don't fail if `cosmos-delegates.txt` doesn't exist
1
fix
faucet
777,369
15.10.2021 11:22:57
21,600
1497583b13dcf93a5c28887bfc89398d914b73ce
fix: make sure login failure is shown to the user
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: Report login failure that is caused by cluster being unreachable.\n", "new_path": "docs/release-notes/3087-fix-reporting-login-failure.txt", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -58,7 +58,6 ...
Python
Apache License 2.0
determined-ai/determined
fix: make sure login failure is shown to the user (#3087)
1
fix
null
14,244
15.10.2021 11:28:28
-7,200
46887aec8308d3b7e1dc495d9c00a1f2af80d056
fix(createLocalStorageRecentSearchesPlugin): set default transformSource
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,7 @@ function getOptions<TItem extends RecentSearchesItem>(\nreturn {\nlimit: 5,\nsearch: defaultSearch,\n+ transformSource: ({ source }) => source,\n...options,\n};\n}\n", "new_path": "packages/autocomplete-plugin-recent-searches/src/createLocalStorageRe...
TypeScript
MIT License
algolia/autocomplete
fix(createLocalStorageRecentSearchesPlugin): set default transformSource (#771)
1
fix
createLocalStorageRecentSearchesPlugin
531,793
15.10.2021 11:30:39
-3,600
5c7f975199c340055a7d5750fb90ad7ce0279c3b
fix(ui): make sure toasts can be clicked
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## [unreleased]\n+\n+### Fixed\n+\n+- Toast popup messages didn't respond to clicks.\n+\n## v0.92\n### Fixed\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ exports[`<App...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): make sure toasts can be clicked
1
fix
ui
386,581
15.10.2021 11:46:33
-7,200
4a97f4c3be64fbb0cc5e8625bb35cf34217e0e89
feat(server): Add auth routes to server.
[ { "change_type": "MODIFY", "diff": "*/\nimport createReadConfigFile from './readConfigFile';\n-// import verifyAccessToken from './verifyAccessToken';\n+import verifyAuthorizationHeader from './verifyAuthorizationHeader';\nasync function createContext({\n// apiPath,\n@@ -27,7 +27,6 @@ async function createC...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server): Add auth routes to server.
1
feat
server
865,921
15.10.2021 11:49:39
-7,200
a06723de490cbebca23af08d0b1e5eeefe5df1e4
test(plugins): reactify test client DOM attributes
[ { "change_type": "MODIFY", "diff": "@@ -94,13 +94,13 @@ export default class TestClient extends Component {\n</Fill>\n<Fill slot=\"status-bar__file\">\n- <button class=\"btn\" title=\"Just an icon (test-client plug-in contributed)\" style={ { color: '#10ad73' } }>\n+ <button className=\"btn\" title=\"Just a...
JavaScript
MIT License
camunda/camunda-modeler
test(plugins): reactify test client DOM attributes
1
test
plugins
711,597
15.10.2021 12:06:17
-7,200
70e0314f979226bb4a6af8ded5a06ddb6379b225
fix(core): Fix EntityHydrator when hydrating empty array relation Fixes
[ { "change_type": "MODIFY", "diff": "@@ -118,6 +118,19 @@ describe('Entity hydration', () => {\nexpect(getVariantWithName(hydrateProduct, 'Laptop 15 inch 16GB').price).toBe(229900);\nexpect(getVariantWithName(hydrateProduct, 'Laptop 15 inch 16GB').priceWithTax).toBe(275880);\n});\n+\n+ // https://github.com/...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix EntityHydrator when hydrating empty array relation Fixes #1153
1
fix
core
777,369
15.10.2021 12:22:03
21,600
6a8eecde9d885ad1fb392a8df1e99730da798049
fix: prevent login redirect from being the login page itself
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,8 @@ import axios from 'axios';\nimport { getAnalytics } from 'Analytics';\nimport history from 'routes/history';\n-import { paths } from 'routes/utils';\n-import { clone, isAsyncFunction } from 'utils/data';\n+import { filterOutLoginLocation, paths } from 'rou...
Python
Apache License 2.0
determined-ai/determined
fix: prevent login redirect from being the login page itself (#3088)
1
fix
null
756,013
15.10.2021 12:49:28
21,600
f33e3d2de30c1ecd98c3b650ae8b9755649d7160
test(SwingSet): serialise `bootstrap export` test
[ { "change_type": "MODIFY", "diff": "@@ -168,7 +168,7 @@ test('validate config.defaultManagerType', async t => {\nawait t.throwsAsync(buildVatController(config), { message: /XYZ/ });\n});\n-test('bootstrap export', async t => {\n+test.serial('bootstrap export', async t => {\nconst config = await loadBasedir(...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(SwingSet): serialise `bootstrap export` test
1
test
SwingSet
141,508
15.10.2021 13:23:47
-39,600
6c235a204bae362d68681e8b537a153afe8fc36c
fix: Avoid divs inside labels for valid HTML
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ const Input: Input = ({\ntabIndex,\nvalue,\n}) => (\n- <div className={styles.container}>\n+ <span className={styles.container}>\n<input\ntype=\"checkbox\"\nid={id}\n@@ -79,8 +79,8 @@ const Input: Input = ({\n}\n}}\n/>\n- <div className={styles.box}>{ren...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Avoid divs inside labels for valid HTML (#2084)
1
fix
null
756,013
15.10.2021 13:46:58
21,600
54bf0bc4e83172396962295ba76b8af3a8846df9
feat(pegasus): rejectStuckTransfers, getRemoteDenomSubscription
[ { "change_type": "MODIFY", "diff": "// @ts-check\nimport { assert, details as X, q } from '@agoric/assert';\n-import { makeLegacyWeakMap, makeStore } from '@agoric/store';\n+import { makeLegacyWeakMap, makeStore, makeLegacyMap } from '@agoric/store';\nimport { E } from '@agoric/eventual-send';\nimport { ass...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(pegasus): rejectStuckTransfers, getRemoteDenomSubscription
1
feat
pegasus
866,404
15.10.2021 13:50:38
10,800
01716e27290fe68ab29c0c050d429ab8b711c486
fix(toc): removing wrong spacing for horizontal rule ### Related Ticket(s) [Callout quote] On DotcomShell story, above the link no spacing ### Description This margin was interfering with all `hr` elements inside the TOC. Plus I didn't find anything related to this being necessary for any of the visual specs.
[ { "change_type": "MODIFY", "diff": "@@ -79,13 +79,6 @@ $hover-transition-timing: 95ms;\n.#{$prefix}--tableofcontents {\ntext-size-adjust: 100%;\n- .#{$prefix}--hr {\n- margin-top: $layout-02;\n- margin-bottom: 0;\n-\n- @include hang;\n- }\n-\n@include themed-items;\n}\n", "new_path": "packages/styles/sc...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(toc): removing wrong spacing for horizontal rule (#7387) ### Related Ticket(s) [Callout quote] On DotcomShell story, above the link no spacing #6574 ### Description This margin was interfering with all `hr` elements inside the TOC. Plus I didn't find anything related to this being necessary for any of the...
1
fix
toc
141,508
15.10.2021 14:04:54
-39,600
0b7fb0aa9acd3f5ff0885908e66cc22141fd97aa
fix: Show SearchField label on default, not on secondary
[ { "change_type": "MODIFY", "diff": "@@ -27,10 +27,11 @@ const SearchField: React.FunctionComponent<SearchFieldProps> = ({\n...genericInputProps\n}) => {\nconst searchFieldId = `${id}-search-field-input`\n+ const showVisibleLabel = !secondary\nreturn (\n<FieldGroup inline={false}>\n- {secondary && (\n+ {show...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Show SearchField label on default, not on secondary (#2085)
1
fix
null
306,648
15.10.2021 14:10:34
-7,200
56999d6b7cb0af19e26cc76d01c5d5f13ceb3373
docs: change utilities structure in storybook `OutsideClick` moved to `Others/Utilities` All elements included in `Others/Utilities` moved to `Others/Styles`
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ const customCode = `() => {\n}`;\nexport default {\n- title: 'Components/OutsideClick/All',\n+ title: 'Others/Utilities/OutsideClick/All',\ncomponent: OutsideClick,\nparameters: {\ndocs: {\n", "new_path": "core/components/atoms/outsideClick/__stories...
TypeScript
MIT License
innovaccer/design-system
docs: change utilities structure in storybook - `OutsideClick` moved to `Others/Utilities` - All elements included in `Others/Utilities` moved to `Others/Styles`
1
docs
null
688,486
15.10.2021 14:12:26
-7,200
d8585fea44b56c58f3a9fd269f10008e044a462c
feat(icon): add bell off icon A crossed bell icon was added to iconography.
[ { "change_type": "ADD", "diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { makeStyles } from '@material-ui/core/styles'\n+import { StandardProps } from '@toptal/picasso-shared'\n+\n+import kebabToCamelCase from '../utils/kebab-to-camel-case'\n+import styles fro...
TypeScript
MIT License
toptal/picasso
feat(icon): add bell off icon (#2188) A crossed bell icon was added to iconography.
1
feat
icon
815,577
15.10.2021 14:13:26
-28,800
7511f04c5bc191f0db35ddd583980a69597a71ce
chore: merge chunk queue add tx fn
[ { "change_type": "MODIFY", "diff": "@@ -93,36 +93,13 @@ impl ChunkQueue {\n/// If the queue did not have this tx present, true is returned.\n///\n/// If the queue did have this tx present, false is returned.\n- pub fn add_remote_tx(&mut self, tx: TransactionView, remote: (Cycle, PeerIndex)) -> bool {\n- if ...
Rust
MIT License
nervosnetwork/ckb
chore: merge chunk queue add tx fn
1
chore
null
756,013
15.10.2021 14:47:14
21,600
8374f941597e22ac20f40b959381218f03563f65
fix: `rejectStuckTransfers` sends a TransferProtocol-level error
[ { "change_type": "MODIFY", "diff": "@@ -138,7 +138,6 @@ const makeCourier = ({\n/** @type {Receiver} */\nconst receive = async ({ value, depositAddress }) => {\n- const tryToDeposit = async () => {\nconst localAmount = AmountMath.make(localBrand, value);\n// Look up the deposit facet for this board address,...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: `rejectStuckTransfers` sends a TransferProtocol-level error
1
fix
null
306,648
15.10.2021 15:50:00
-7,200
509a9053399d8508cc6ccfdcc4a8a9f7f7bb6d32
docs: make `FileUploader` component in storybook interactive Random error while uploading files Progress effect Complete when progress reach 100%
[ { "change_type": "MODIFY", "diff": "@@ -2,34 +2,101 @@ import * as React from 'react';\nimport { text, boolean } from '@storybook/addon-knobs';\nimport { FileUploader, FileUploaderList, Link } from '@/index';\nimport { FileUploaderComponent, FileUploaderListComponent } from './_common_/types';\n+import { Fi...
TypeScript
MIT License
innovaccer/design-system
docs: make `FileUploader` component in storybook interactive - Random error while uploading files - Progress effect - Complete when progress reach 100%
1
docs
null
426,720
15.10.2021 15:59:42
-10,800
64bd29ac44842db9b4142d96a86822ea2116a101
fix(test-runner-core): update config types
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner': patch\n+'@web/test-runner-core': patch\n+---\n+\n+Corrected the typings for test-runner user config `testFramework` option\n", "new_path": ".changeset/rich-windows-lay.md", "old_path": null }, { "change_type": "MODIFY", "diff": ...
TypeScript
MIT License
modernweb-dev/web
fix(test-runner-core): update config types (#1722)
1
fix
test-runner-core
251,219
15.10.2021 16:06:16
18,000
9539c2df4231365662487907329557f116bc97c5
docs: polish casa script readme
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,13 @@ Gluu Casa is a self-service web portal for end-users to manage authentication an\nSpecifically, Casa features a custom script that is aligned with how the application is configured by the administrator. This means the real potential of the script is perce...
Java
MIT License
gluufederation/oxauth
docs: polish casa script readme
1
docs
null
791,834
15.10.2021 16:09:18
18,000
af0bb33d21b738a135ca9534b3b09a1940b1b9b5
clients(devtools): only use locales that have locale files to download
[ { "change_type": "MODIFY", "diff": "const fs = require('fs');\nconst path = require('path');\nconst assert = require('assert').strict;\n-const stream = require('stream');\nconst mkdir = fs.promises.mkdir;\nconst LighthouseRunner = require('../lighthouse-core/runner.js');\nconst exorcist = require('exorcist'...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): only use locales that have locale files to download (#13214)
1
clients
devtools
251,219
15.10.2021 16:16:08
18,000
a7885a94d848bd4787f2db09c4b5cb8737878fea
docs: minor readme update
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ The following are the assets involved in casa authentication script:\n- Main script: `https://github.com/GluuFederation/community-edition-setup/blob/version_<version>/static/extension/person_authentication/Casa.py`\n- Dependant scripts: `https://github.c...
Java
MIT License
gluufederation/oxauth
docs: minor readme update
1
docs
null
428,449
15.10.2021 16:38:09
14,400
0a66124663992b8fdb805f98ece85744fa345086
chore: improve PR template text
[ { "change_type": "MODIFY", "diff": "-## Description\n+### Description\n-**What changed?**\n+#### What is changing?\n-**Are there any files to ignore?**\n+##### Is there new documentation needed for these changes?\n+\n+#### What is the motivation for this change?\n+\n+<!-- If this is a bug, it helps to descr...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
chore: improve PR template text (#3003)
1
chore
null
780,866
15.10.2021 16:44:29
10,800
b1a5099b607cf6a66ae718a829333c2954488e13
fix(template/product-microdata): replace picture url on jsonld to do cdn directly
[ { "change_type": "MODIFY", "diff": "@@ -163,6 +163,7 @@ if (_.state.brands && _.state.brands[0]) {\n}\nif (_.state.pictures && _.state.pictures.length) {\nproductJsonLd.image = _.ecomUtils.img(_.state, null, 'zoom').url\n+ .replace(/(\\w+\\.)?(ecoms\\d)\\.com/i, '$2-nyc3.nyc3.cdn.digitaloceanspaces.com')\n}...
JavaScript
MIT License
ecomplus/storefront
fix(template/product-microdata): replace picture url on jsonld to do cdn directly
1
fix
template/product-microdata
791,834
15.10.2021 16:51:25
18,000
68013fd79dcb8a9eecdb12d524fc1d894f0407c0
misc: add report bundles to nightly build
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,9 @@ jobs:\nregistry-url: https://registry.npmjs.org/\n- run: yarn --frozen-lockfile\n+ # Build report bundles needed for publishing.\n+ - run: yarn build-report\n+\n- name: Publish to npm\nrun: |\nnpm whoami\n", "new_path": ".github/workflows/publish.yml...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add report bundles to nightly build (#13222)
1
misc
null
780,866
15.10.2021 17:10:53
10,800
f630da196bf8a9f8c7e153cb57fdfa359c5e09e8
fix(template/meta-og-image): replace resource (products) picture url to do cdn directly
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,8 @@ if (pathname) {\n}\nif (!ogImage && social.og_image) {\nogImage = social.og_image.charAt(0) === '/' ? `https://${domain}${social.og_image}` : social.og_image\n+ } else {\n+ ogImage = ogImage.replace(/(\\w+\\.)?(ecoms\\d)\\.com/i, '$2-nyc3.nyc3.cdn.digita...
JavaScript
MIT License
ecomplus/storefront
fix(template/meta-og-image): replace resource (products) picture url to do cdn directly
1
fix
template/meta-og-image
386,581
15.10.2021 17:23:07
-7,200
457890bea65b103e82ee758d96109cc3e5198c54
feat(api): Add api tests and fixes.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(api): Add api tests and fixes.
1
feat
api
838,025
15.10.2021 17:38:48
0
82516bac016ad027303220d5b7aead2498f26dd1
feat: marusia uploading audio
[ { "change_type": "MODIFY", "diff": "@@ -52,3 +52,52 @@ func (vk *VK) MarusiaDeletePicture(params Params) (response int, err error) {\nerr = vk.RequestUnmarshal(\"marusia.deletePicture\", &response, params)\nreturn\n}\n+\n+// MarusiaGetAudioUploadLinkResponse struct.\n+type MarusiaGetAudioUploadLinkResponse ...
Go
MIT License
severecloud/vksdk
feat: marusia uploading audio
1
feat
null
342,861
15.10.2021 17:40:34
-7,200
203d79469de41a55b43c12cd5d23f621738ac42c
fix(Box): fix width and height types
[ { "change_type": "MODIFY", "diff": "@@ -348,10 +348,10 @@ export const Playground = (): React.Node => {\nconst textAlign = select(\"text-align\", Object.values(TEXT_ALIGN), TEXT_ALIGN.LEFT);\nconst justify = select(\"justify\", Object.values(JUSTIFY), JUSTIFY.CENTER);\nconst direction = select(\"direction\"...
JavaScript
MIT License
kiwicom/orbit
fix(Box): fix width and height types (#3145)
1
fix
Box