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
73,317
07.02.2022 12:33:03
-3,600
4d15b5c808d4518c1585632e78a36facf0be50db
chore: tweak mergify configuration
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ queue_rules:\n- status-success~=^Test \\(.* node 12 .*$\n- status-success~=^Test \\(.* node 14 .*$\n- status-success~=^Test \\(.* node 16 .*$\n+ - status-success~=^Test \\(.* node 17 .*$\n# One test for each supported dotnet version\n- status-success~=^T...
TypeScript
Apache License 2.0
aws/jsii
chore: tweak mergify configuration (#3371)
1
chore
null
104,828
07.02.2022 12:55:02
-3,600
fde6d1b0a6dc63718a180e64e741a0a8d171444f
docs(table): updated feedback link in mdx files 3234
[ { "change_type": "MODIFY", "diff": "@@ -37,4 +37,4 @@ import TableManageViewsModalContent from './TableManageViewsModalContent.mdx';\n## Feedback\nHelp us improve this component by providing feedback, asking questions on Slack, or updating this file on\n-[GitHub](https://github.com/carbon-design-system/carb...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): updated feedback link in mdx files 3234
1
docs
table
428,449
07.02.2022 13:07:10
18,000
c289eefc6d4a0ef82daa7b70fff11941da5f3a05
test(NODE-3797): Ensure RSGhost servers are not selectable
[ { "change_type": "ADD", "diff": "+{\n+ \"topology_description\": {\n+ \"type\": \"Unknown\",\n+ \"servers\": [\n+ {\n+ \"address\": \"a:27017\",\n+ \"avg_rtt_ms\": 5,\n+ \"type\": \"RSGhost\"\n+ }\n+ ]\n+ },\n+ \"operation\": \"read\",\n+ \"read_preference\": {\n+ \"mode\": \"Nearest\"\n+ },\n+ \"suitable_s...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3797): Ensure RSGhost servers are not selectable (#3132)
1
test
NODE-3797
756,013
07.02.2022 13:23:05
21,600
854a59a09117fb035be828bbad339b70c7909667
fix(slogSender): serialise the JSON to ensure SLOGFILE is pristine
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ export function makeStartXSnap(bundles, { snapStore, env, spawn }) {\n* debugPrefix?: string,\n* slogCallbacks?: unknown,\n* slogFile?: string,\n- * slogSender?: (obj: any) => void,\n+ * slogSender?: (obj: any, jsonObj: string) => void,\n* testTrackDec...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(slogSender): serialise the JSON to ensure SLOGFILE is pristine
1
fix
slogSender
428,439
07.02.2022 13:23:27
18,000
e41f5bb756a8aced98938bc97073f8a2dd4a1ec9
test(NODE-3719,NODE-3543): fix unified runner to not pass uri opts in object and unskip lb tests
[ { "change_type": "MODIFY", "diff": "@@ -7,21 +7,19 @@ const SKIP = [\n// Verified they use the same connection but the Node implementation executes\n// a getMore before the killCursors even though the stream is immediately\n// closed.\n+ // TODO(NODE-3970): implement and reference a node specific integratio...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3719,NODE-3543): fix unified runner to not pass uri opts in object and unskip lb tests (#3133)
1
test
NODE-3719,NODE-3543
504,026
07.02.2022 13:23:45
18,000
cc0a8821fb67be74bd449545c652f88768e2517b
chore(charts): Update bar chart example to show tooltips with data labels
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ propComponents: [\nhideDarkMode: true\n---\n-import { Chart, ChartAxis, ChartBar, ChartGroup, ChartThemeColor, ChartVoronoiContainer } from '@patternfly/react-charts';\n+import { Chart, ChartAxis, ChartBar, ChartGroup, ChartThemeColor, ChartTooltip, Char...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): Update bar chart example to show tooltips with data labels (#6883) https://github.com/patternfly/patternfly-react/issues/6816
1
chore
charts
756,013
07.02.2022 13:38:16
21,600
fbe7edf9e59c13c9795acde654733819229a9e7e
refactor(telemetry): clean up flight-recorder
[ { "change_type": "MODIFY", "diff": "// no coherency problem, and the speed is unaffected by disk write speeds.\nimport BufferFromFile from 'bufferfromfile';\n-import fs from 'fs';\n+import { promises as fsPromises } from 'fs';\nimport path from 'path';\nconst { details: X } = assert;\n@@ -30,49 +30,72 @@ co...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(telemetry): clean up flight-recorder
1
refactor
telemetry
866,402
07.02.2022 13:39:54
21,600
617afa4d0bb3d0e27d22c12827e0cc5dbdbbb800
docs(input): fix input type knob
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2019, 2020\n+ * Copyright IBM Corp. 2019, 2022\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\nimport { action } from '@storybook/addon-act...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(input): fix input type knob (#942) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
docs
input
386,584
07.02.2022 13:56:30
-7,200
563900ba49e6025862e9444743a485952c0d2c1c
fix(actions-core): Refactored actions to use actions interface.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { applyArrayIndices, type } from '@lowdefy/helpers';\n-\n-// context, event, params\n-\n-async function CallMethod({ arrayIndices, context, params }) {\n- const { blockId, method, args = [] } = params;\n- const blockMethod =\n- ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Refactored actions to use actions interface.
1
fix
actions-core
386,581
07.02.2022 14:00:47
-7,200
e3f3ad269fbc45ce1dcdc5becc1ed43ff961349e
chore(docs): Fix docs test config.
[ { "change_type": "MODIFY", "diff": "@@ -3214,6 +3214,8 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"packageLocation\": \"./packages/docs/\",\n\"packageDependencies\": [\n[\"@lowdefy/docs\", \"workspace:packages/docs\"],\n+ [\"@swc/core\", \"npm:1.2.135\"],\n+ [\"@swc/jest\", \"virtual:babee...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(docs): Fix docs test config.
1
chore
docs
386,581
07.02.2022 14:01:24
-7,200
aa1d72c19122eb7d4343108ba6ad21c423dc2493
fix: Add missing api and helpers tests.
[ { "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
fix: Add missing api and helpers tests.
1
fix
null
791,682
07.02.2022 14:17:46
18,000
5374d6409baa8c88ccc3e510e58f3c49eb0db954
core(page-functions): set style in getOuterHTMLSnippet without violating CSP
[ { "change_type": "MODIFY", "diff": "-->\n<html>\n<head>\n- <script>\n+ <script nonce=\"00000000\">\n// Use a source map so we can test the injected iframe fetcher.\n//# sourceMappingURL=source-map/script.js.map\n</script>\n</head>\n<body>\n<h1>Test this page with a CSP</h1>\n+ <h2 aria-checked=\"\">Should h...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(page-functions): set style in getOuterHTMLSnippet without violating CSP (#13636)
1
core
page-functions
826,656
07.02.2022 14:23:51
-3,600
ffa99ecc0161021b9ed5a8f39df77a02fb97c409
refactor: configuration structure for limits
[ { "change_type": "MODIFY", "diff": "@@ -115,7 +115,7 @@ func (e *Engine) checkOneIndirectionFurther(\nfunc (e *Engine) SubjectIsAllowed(ctx context.Context, r *relationtuple.InternalRelationTuple, restDepth int) (bool, error) {\n// global max-depth takes precedence when it is the lesser or if the request ma...
Go
Apache License 2.0
ory/keto
refactor: configuration structure for limits
1
refactor
null
877,051
07.02.2022 14:48:29
-3,600
90583c8228db66305780d7b17dd237725da25c25
fix(vue): storybook docs
[ { "change_type": "MODIFY", "diff": "\"commitMessage\": \"chore: deploy storybook\"\n},\n\"volta\": {\n- \"node\": \"16.3.1\",\n+ \"node\": \"16.13.2\",\n\"yarn\": \"1.22.17\"\n},\n\"dependencies\": {\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "MODIFY", ...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(vue): storybook docs (#957)
1
fix
vue
126,276
07.02.2022 15:03:02
10,800
1c33e69031ec1360d76aa6b9d1c7f42bb9bca445
chore(embedded/store): improve compaction logging
[ { "change_type": "MODIFY", "diff": "@@ -219,8 +219,10 @@ func (idx *indexer) CompactIndex() (err error) {\ndefer func() {\nif err == nil {\nidx.store.log.Infof(\"Index '%s' sucessfully compacted\", idx.store.path)\n+ } else if err == tbtree.ErrCompactionThresholdNotReached {\n+ idx.store.log.Infof(\"Compact...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): improve compaction logging Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
826,656
07.02.2022 15:06:00
-3,600
9dccea0e85da78572c2694f2a9a1f2543c12768a
ci: add buf lint to static checks job
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,8 @@ jobs:\n- uses: actions/setup-go@v2\nwith:\ngo-version: ^1.17\n+ - name: Lint buf\n+ run: make buf-lint\n- run: go list -json > go.list\n- name: Run nancy\nuses: sonatype-nexus-community/nancy-github-action@v1.0.2\n", "new_path": ".github/workflows/ci...
Go
Apache License 2.0
ory/keto
ci: add buf lint to static checks job
1
ci
null
791,370
07.02.2022 15:07:18
25,200
4b8b4abc3997d473d4f88ac5f61fe3de182c56a9
chore: update supported versions of Go In the coming days we will have some more docs and updates around this change. In general though going forward we will support the three latest versions of Go. The infrastructure changes around this will land after more of our documentation does.
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,12 @@ For an updated list of all of our released APIs please see our\n## [Go Versions Supported](#supported-versions)\n-We currently support Go versions 1.11 and newer.\n+Our libraries are compatible with at least the three most recent, major Go\n+releases. T...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: update supported versions of Go (#5476) In the coming days we will have some more docs and updates around this change. In general though going forward we will support the three latest versions of Go. The infrastructure changes around this will land after more of our documentation does.
1
chore
null
791,682
07.02.2022 15:18:51
18,000
fd688c443f98bba2d8ead372c0185f48d80743c1
report: fix fireworks
[ { "change_type": "MODIFY", "diff": "@@ -210,8 +210,8 @@ limitations under the License.\n<div class=\"lh-scores-wrapper\">\n<div class=\"lh-scores-container\">\n<div class=\"lh-pyro\">\n- <div class=\"lh-before\"></div>\n- <div class=\"lh-after\"></div>\n+ <div class=\"lh-pyro-before\"></div>\n+ <div class=\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: fix fireworks (#13635)
1
report
null
428,449
07.02.2022 15:29:57
18,000
6218443b1e007e323412148a633194a10c8c5fee
test(NODE-3879): legacy count in retryable reads
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ describe('Retryable Reads', function () {\nspec.description.match(/listCollections/i) ||\nspec.description.match(/listCollectionNames/i) ||\nspec.description.match(/estimatedDocumentCount/i) ||\n+ spec.description.match(/count/i) ||\nspec.description.mat...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3879): legacy count in retryable reads (#3135)
1
test
NODE-3879
841,385
07.02.2022 15:34:41
-10,800
69660fd161e0cce5eca7b7f5d436d4bb67dea64f
refactor(css/ast): Remove unused types
[ { "change_type": "MODIFY", "diff": "@@ -113,9 +113,6 @@ pub enum SubclassSelector {\n#[tag(\"PseudoElementSelector\")]\nPseudoElement(PseudoElementSelector),\n-\n- #[tag(\"AtSelector\")]\n- At(AtSelector),\n}\n#[ast_node(\"IdSelector\")]\n@@ -197,13 +194,6 @@ pub struct PseudoElementSelector {\npub children...
Rust
Apache License 2.0
swc-project/swc
refactor(css/ast): Remove unused types (#3465)
1
refactor
css/ast
277,286
07.02.2022 15:39:36
-3,600
cbd7f58979ec4e2598773cdca8390cd282b09f13
chore: update package-lock to the latest version.
[ { "change_type": "ADD", "diff": "+engine-strict = true\n\\ No newline at end of file\n", "new_path": ".npmrc", "old_path": null }, { "change_type": "MODIFY", "diff": "\"h2o-wave\": \"^1.0.0\",\n\"handlebars\": \"^4.7.7\",\n\"markdown-it\": \"^11.0.0\",\n- \"markdownlint-cli\": \"^0.25.0\...
Python
Apache License 2.0
h2oai/wave
chore: update package-lock to the latest version.
1
chore
null
756,013
07.02.2022 16:04:23
21,600
bfe877e8825d551b9ea6f80e2623fb450883dab0
fix(telemetry): make flight recorder big-endian on all platforms
[ { "change_type": "MODIFY", "diff": "@@ -22,13 +22,13 @@ const { details: X } = assert;\nexport const DEFAULT_CIRCULAR_BUFFER_SIZE = 100 * 1024 * 1024;\nexport const DEFAULT_CIRCULAR_BUFFER_FILE = 'flight-recorder.bin';\n-export const SLOG_MAGIC = 0x21474f4c532d4741n; // 'AG-SLOG!'\n+export const SLOG_MAGIC ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(telemetry): make flight recorder big-endian on all platforms
1
fix
telemetry
841,498
07.02.2022 16:11:41
0
4f5e87b66b42a5672e00edcfa22234f1cde79580
fix(es/compat): Fix legacy decorator pass
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,6 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, con\ndesc.value = desc.initializer ? desc.initializer.call(context) : void 0;\ndesc.initializer = undefined;\n}\n- var own = Object.getOwnPropertyDescriptor(target, property);\...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix legacy decorator pass (#3459)
1
fix
es/compat
217,922
07.02.2022 16:15:21
-3,600
c9e3d35b1d60324e9d74b8b927a3189886bd535a
perf(db): removed fish ranking on desktop app to avoid loading freezes This could be a non-issue if electron's support for node workers wasn't shit...
[ { "change_type": "MODIFY", "diff": "<nz-divider [nzText]=\"'DB.FISH.Ranking' | translate\" nzOrientation=\"left\"></nz-divider>\n<div fxLayout=\"row wrap\" fxLayoutGap=\"24px grid\" fxLayoutGap.lt-md=\"12px grid\" fxLayoutAlign=\"space-between stretch\" fxLayout.lt-sm=\"column\">\n- <app-fish-top-users fxFl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(db): removed fish ranking on desktop app to avoid loading freezes This could be a non-issue if electron's support for node workers wasn't shit...
1
perf
db
504,057
07.02.2022 16:17:32
18,000
5b6d6c9979046c111b00456622758f542627ac11
fix(TimePicker): apply includeSeconds when making options
[ { "change_type": "MODIFY", "diff": "@@ -425,7 +425,7 @@ export class TimePicker extends React.Component<TimePickerProps, TimePickerState\n} = this.props;\nconst { timeState, isOpen, isInvalid, minTimeState, maxTimeState } = this.state;\nconst style = { '--pf-c-date-picker__input--c-form-control--Width': wid...
TypeScript
MIT License
patternfly/patternfly-react
fix(TimePicker): apply includeSeconds when making options (#6865)
1
fix
TimePicker
699,187
07.02.2022 16:23:22
28,800
02285a8aadfafc3fb1fcb024ca78abe2f5204f5a
fix(checkbox): hide icon when not checked
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/checkbox': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Checkbox] Hide check icon when not checked, add the defaultChecked prop.\n", "new_path": ".changeset/fifty-shirts-know.md", "old_path": null }, { "change_type": "MODIFY", "di...
TypeScript
MIT License
twilio-labs/paste
fix(checkbox): hide icon when not checked (#2167)
1
fix
checkbox
217,922
07.02.2022 16:35:09
-3,600
3d68a23fbe0277e22021047b0031b7f41d78056e
feat(db): new hooksets data matrix on fishing spots
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,7 @@ import { ChartModule } from 'angular2-chartjs';\nimport 'chartjs-chart-box-and-violin-plot/build/Chart.BoxPlot.js';\nimport { ApolloClientResolver } from '../../core/apollo-client.resolver';\nimport { FishDataModule } from './fish/fish-data.module';\n+im...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): new hooksets data matrix on fishing spots
1
feat
db
756,013
07.02.2022 16:54:31
21,600
b7123f6ab4ea896867a24ba71581dc92441e6692
test(telemetry): remove created flight record
[ { "change_type": "MODIFY", "diff": "@@ -51,5 +51,5 @@ test('flight-recorder sanity', async t => {\nconst { done: done2 } = readCircBuf(len1, offset);\nt.assert(done2, `readCircBuf ${last} should be done`);\nconsole.log({ tmpFile });\n- // removeCallback();\n+ removeCallback();\n});\n", "new_path": "pack...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(telemetry): remove created flight record
1
test
telemetry
777,396
07.02.2022 17:01:01
25,200
d47db202a8371c5588bb20e89fbb0ebfe1e55c3b
ci: fix gke version The previous version became no longer available, the default Release channel version is now 1.21.6-gke.1500. See:
[ { "change_type": "MODIFY", "diff": "@@ -1606,7 +1606,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"1.21.5-gke.1302\"\n+ default: \"1.21.6-gke.1500\"\nmachine-type:\ntype: string\ndefault: \"n1-standard-8\"\n@@ -1689,7 +1689,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"...
Python
Apache License 2.0
determined-ai/determined
ci: fix gke version (#3583) The previous version became no longer available, the default Release channel version is now 1.21.6-gke.1500. See: https://cloud.google.com/kubernetes-engine/docs/release-notes
1
ci
null
306,321
07.02.2022 17:02:52
0
d1f52665e37e75bebdf917ee334a052067d380f1
fix: solve issue where combined output has double diff monthly total
[ { "change_type": "MODIFY", "diff": "@@ -3,12 +3,12 @@ package output\nimport (\n\"encoding/json\"\n\"fmt\"\n- \"github.com/mitchellh/go-homedir\"\n\"os\"\n\"path/filepath\"\n\"strings\"\n\"time\"\n+ \"github.com/mitchellh/go-homedir\"\n\"github.com/pkg/errors\"\n\"github.com/shopspring/decimal\"\n\"golang.o...
Go
Apache License 2.0
infracost/infracost
fix: solve issue where combined output has double diff monthly total (#1347)
1
fix
null
342,861
07.02.2022 17:26:50
-3,600
caf2f01b94f4c8204ec0fa7d856de97c8e735e6e
feat(Button): add new bundle type
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,9 @@ Table below contains all types of the props available in Button component.\n| `\"white\"` | |\n| `\"primarySubtle\"` | |\n| `\"criticalSubtle\"` | |\n+| `\"bundleBasic\"` | |\n+| `\"bundleMedium\"` | |\n+| `\"bundleTop\"` | |\n## Functional specs\n", ...
JavaScript
MIT License
kiwicom/orbit
feat(Button): add new bundle type
1
feat
Button
777,376
07.02.2022 17:27:18
18,000
b99505e4a86c8ea8bdabf49f8ece349dffdb8da6
fix: tests failing on pytest 7
[ { "change_type": "MODIFY", "diff": "@@ -81,4 +81,4 @@ def test_keras_from_config() -> None:\n# Simluate validation loss.\nsim_loss = trial.calc_loss(weight, range(data_len))\n- assert pytest.approx(sim_loss, eval_loss)\n+ assert sim_loss == pytest.approx(eval_loss)\n", "new_path": "harness/tests/experim...
Python
Apache License 2.0
determined-ai/determined
fix: tests failing on pytest 7 (#3579)
1
fix
null
342,861
07.02.2022 17:28:05
-3,600
ba76c8fc3f081378d596418a6fc6ca9705c3fa74
feat(Badge): add new bundle type
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,9 @@ Table below contains all types of the props available for object in Carrier arra\n| `\"criticalInverted\"` |\n| `\"successInverted\"` |\n| `\"warningInverted\"` |\n+| `\"bundleBasic\"` |\n+| `\"bundleMedium\"` |\n+| `\"bundleTop\"` |\n## Functional specs...
JavaScript
MIT License
kiwicom/orbit
feat(Badge): add new bundle type
1
feat
Badge
841,385
07.02.2022 17:29:38
-10,800
81850c2b30693061428569c9a6ebd4a3f07d7683
feat(css/codegen): Implement minification of identifiers
[ { "change_type": "MODIFY", "diff": "@@ -709,11 +709,12 @@ where\nfn emit_list_values(&mut self, nodes: &[Value], format: ListFormat) -> Result {\nlet iter = nodes.iter();\n+ let len = nodes.len();\nfor (idx, node) in iter.enumerate() {\nemit!(self, node);\n- if idx != nodes.len() - 1 {\n+ if idx != len - 1 ...
Rust
Apache License 2.0
swc-project/swc
feat(css/codegen): Implement minification of identifiers (#3466)
1
feat
css/codegen
749,530
07.02.2022 17:36:27
18,000
9e3e485ecc39b05d8435ae6793f64168c0da069a
chore(chrome/sheet): remove dangling asterisk from type description
[ { "change_type": "MODIFY", "diff": "@@ -23,15 +23,15 @@ import { FooterItem } from './components/FooterItem';\nimport { Close } from './components/Close';\nexport interface ISheetProps extends HTMLAttributes<HTMLElement> {\n- /** Opens the Sheet **/\n+ /** Opens the Sheet */\nisOpen?: boolean;\n- /** Determ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(chrome/sheet): remove dangling asterisk from type description (#1292)
1
chore
chrome/sheet
749,530
07.02.2022 17:36:47
18,000
d10b75083f31051f3195fd8ff2355a355c4b5381
chore(stylelint): correct config and simplify css lint cmd
[ { "change_type": "MODIFY", "diff": "{\n\"processors\": [\"stylelint-processor-styled-components\"],\n- \"extends\": [\n- \"@zendeskgarden/stylelint-config\",\n- \"stylelint-config-styled-components\"\n- ],\n+ \"extends\": [\"@zendeskgarden/stylelint-config\", \"stylelint-config-styled-components\"],\n\"rule...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(stylelint): correct config and simplify css lint cmd (#1293)
1
chore
stylelint
342,861
07.02.2022 17:38:17
-3,600
0859252a3c918856f4c0a94d61befb3fc19b8333
docs(Button): update types
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,17 @@ export default {\nname: \"type\",\ntype: \"select\",\ndefaultValue: \"primary\",\n- options: [\"primary\", \"secondary\", \"critical\", \"primarySubtle\", \"criticalSubtle\", \"white\"],\n+ options: [\n+ \"primary\",\n+ \"secondary\",\n+ \"critical\",\n...
JavaScript
MIT License
kiwicom/orbit
docs(Button): update types
1
docs
Button
342,861
07.02.2022 17:39:38
-3,600
4e8b61ce36703c5763e95d7d35f113f6f922deba
docs(Badge): update types
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,9 @@ export default {\n\"criticalInverted\",\n\"successInverted\",\n\"warningInverted\",\n+ \"bundleBasic\",\n+ \"bundleMedium\",\n+ \"bundleTop\",\n],\n},\n],\n", "new_path": "docs/src/__examples__/Badge/DEFAULT.tsx", "old_path": "docs/src/__examples...
JavaScript
MIT License
kiwicom/orbit
docs(Badge): update types
1
docs
Badge
841,385
07.02.2022 17:54:42
-10,800
0ca036a962042727e362b91748aa10547c87fc63
feat(css/codegen): Improve minification for page rules
[ { "change_type": "MODIFY", "diff": "@@ -574,9 +574,17 @@ where\npunct!(self, \"@\");\nkeyword!(self, \"page\");\n- if n.prelude.is_some() {\n+ if let Some(prelude) = &n.prelude {\n+ match prelude.selectors.get(0) {\n+ Some(page_selector) if page_selector.page_type.is_none() => {\n+ formatting_space!(self);\...
Rust
Apache License 2.0
swc-project/swc
feat(css/codegen): Improve minification for page rules (#3467)
1
feat
css/codegen
551,701
07.02.2022 18:29:13
-3,600
2e409b4b36bbb6e5927124b257912abef9694792
chore(sql): fix code coverage issue
[ { "change_type": "MODIFY", "diff": "@@ -9,16 +9,14 @@ jobs:\nos: Linux\njdk: \"1.11\"\ntestset: \"coverage\"\n- includeTests: \"griffin.**\"\n- testsetName: coverage-griffin\n+ includeTests: \"griffin.**.*?\"\nlinux-cairo:\nimageName: \"ubuntu-latest\"\npoolName: \"Azure Pipelines\"\nos: Linux\njdk: \"1.11\...
Java
Apache License 2.0
questdb/questdb
chore(sql): fix code coverage issue (#1863)
1
chore
sql
217,922
07.02.2022 18:36:32
-3,600
b9621088449cf11dea452615705c87f0f02f3fa3
chore: tentative fix for ads.txt redirect
[ { "change_type": "DELETE", "diff": "-#V 16.11.2021 PH\n-\n-venatusmedia.com, 6017dadc35df310fc2d5f194, DIRECT\n-\n-#------------------------------------------------------------------------------------------------------\n-33across.com, 0010b00001rrIFkAAM, DIRECT, bbea06d9c4d2853c # 33Across_0_9_6&7\n-yahoo.c...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: tentative fix for ads.txt redirect
1
chore
null
418,677
07.02.2022 18:49:25
-28,800
a13ec48fa4b3f97f013dc73be409631b4ce2e24e
fix: swagger not support more than one
[ { "change_type": "MODIFY", "diff": "import { DECORATORS } from '../constants';\nimport { createMixedDecorator } from './helpers';\n-export function ApiTags(...tags: string[]) {\n+export function ApiTags(tags: string | string[]) {\nreturn createMixedDecorator(DECORATORS.API_TAGS, tags);\n}\n", "new_path"...
TypeScript
MIT License
midwayjs/midway
fix: swagger not support more than one @Body (#1662)
1
fix
null
847,143
07.02.2022 18:49:29
-28,800
f7820fcb5b68ff63cb31b3052cfab8a9fae9619d
fix(theme): fix typos in scss
[ { "change_type": "MODIFY", "diff": "height: calc(100vh - var(--navbar-height)) !important;\n@media (max-width: hope-config.$pad) {\n- height: calc(100vh - var(--navbar--mobile-height)) !important;\n+ height: calc(100vh - var(--navbar-mobile-height)) !important;\n}\n.mask {\n", "new_path": "packages/them...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix typos in scss
1
fix
theme
317,646
07.02.2022 18:50:52
-3,600
1e797acf77a917f6cc2aed84e38648cd81ae3b43
feat(windows): support store app CLI tools resolves
[ { "change_type": "MODIFY", "diff": "@@ -397,7 +397,7 @@ func (env *ShellEnvironment) RunCommand(command string, args ...string) (string,\nenv.log(Error, \"RunCommand\", errorStr)\nreturn output, cmdErr\n}\n- output := strings.TrimSuffix(out.String(), \"\\n\")\n+ output := strings.TrimSpace(out.String())\nen...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(windows): support store app CLI tools resolves #1703
1
feat
windows
847,143
07.02.2022 18:52:27
-28,800
1762ae1136af548a747cc5dc6f84eea756c141c6
fix(theme): fix navbar layout
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ export default defineComponent({\nsiteBrandTitle.value\n? h(\n\"span\",\n- { class: [\"site-name\", { \"hide-in-mobile\": siteBrandLogo }] },\n+ { class: [\"site-name\", { \"hide-in-pad\": siteBrandLogo }] },\nsiteBrandTitle.value\n)\n: null,\n", "ne...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix navbar layout
1
fix
theme
847,143
07.02.2022 18:56:35
-28,800
11790236cfaa74a4af87b06acf9471fbdbe9ffc8
fix(shared): fix clickoutside directive
[ { "change_type": "MODIFY", "diff": "-import { clickOutside } from \"@mr-hope/vuepress-shared/lib/client\";\n+import { clickOutSideDirective } from \"@mr-hope/vuepress-shared/lib/client\";\nimport { Content } from \"@vuepress/client\";\nimport { defineComponent, h, ref, onBeforeUnmount, withDirectives } from...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(shared): fix clickoutside directive
1
fix
shared
317,646
07.02.2022 18:58:22
-3,600
5f3921c1d74ef0533036a42ba44611395487f44a
fix(actions): correct repo owner name
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ jobs:\nscript: |\nconst query = `\nquery($number: Int!) {\n- repository(owner: \"jandedobbeleer\", name: \"oh-my-posh\") {\n+ repository(owner: \"JanDeDobbeleer\", name: \"oh-my-posh\") {\npullRequest(number: $number) {\nheadRepositoryOwner {\nlogin\n@@ ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(actions): correct repo owner name
1
fix
actions
847,143
07.02.2022 19:04:45
-28,800
791c4df5797697f7bc808f8be9e6cbb03f95494f
feat(shared): add misin LICENSE
[ { "change_type": "MODIFY", "diff": "+/**\n+ * Forked from https://github.com/element-plus/element-plus/blob/dev/packages/directives/click-outside/index.ts\n+ *\n+ * MIT License\n+ *\n+ * Copyright (c) 2020-PRESENT Element Plus\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining a...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): add misin LICENSE
1
feat
shared
847,143
07.02.2022 19:58:54
-28,800
edd659960ee276c503998cd9ac20584386623fd1
feat(md-enhance): update flowchart presets
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,34 @@ You can mark ==important words== .\n- [View Detail](https://vuepress-theme-hope.github.io/guide/markdown/tasklist/)\n+### Flowchart\n+\n+```flow\n+cond=>condition: Process?\n+process=>operation: Process\n+e=>end: End\n+\n+cond(yes)->process->e\n+cond(...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): update flowchart presets
1
feat
md-enhance
869,310
07.02.2022 20:43:17
-28,800
0c9d544a13a8d7d107f164a8576326f8992f8569
docs: add listing requirements
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,13 @@ Single API calls are highly preferred.\nWhen adding an exchange be aware of the base and quote.\nA driver should at least support `base`, `quote`, `close` and `baseVolume` or `quoteVolume`. And optionally `open`, `high`, `low`, `ask`, `bid`, `baseName`,...
JavaScript
MIT License
coinranking/exchanges
docs: add listing requirements
1
docs
null
847,143
07.02.2022 20:45:23
-28,800
fd8f0d844b44d5fbef8e7870f1ff970762dc1188
feat(theme): support prefix in navbar config
[ { "change_type": "MODIFY", "diff": "@@ -13,20 +13,20 @@ import type {\n} from \"../../../../shared\";\nexport const resolveNavbarItem = (\n- item: HopeThemeNavbarItem | HopeThemeNavbarGroup | string\n+ item: HopeThemeNavbarItem | HopeThemeNavbarGroup | string,\n+ prefix = \"\"\n): ResolvedHopeThemeNavbarIte...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): support prefix in navbar config
1
feat
theme
847,143
07.02.2022 20:50:47
-28,800
b6d1f7e5821dce852368361ddc1969d1c0a5480f
chore: update LICNESE
[ { "change_type": "MODIFY", "diff": "The MIT License (MIT)\n-Copyright (C) 2020 by MrHope\n+Copyright (C) 2020 - PRESENT by MrHope\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\n", "new_path":...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update LICNESE
1
chore
null
471,277
07.02.2022 21:02:12
21,600
ed043be4cfc2295e8c9a71f8099ae50bd860795e
docs(otlp-grpc-exporter): update default url
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ const { BasicTracerProvider, SimpleSpanProcessor } = require('@opentelemetry/sdk\nconst { OTLPTraceExporter } = require('@opentelemetry/exporter-trace-otlp-grpc');\nconst collectorOptions = {\n- // url is optional and can be omitted - default is grpc://l...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
docs(otlp-grpc-exporter): update default url (#2726) Signed-off-by: Svetlana Brennan <svetlana.svn@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> Co-authored-by: legendecas <legendecas@gmail.com>
1
docs
otlp-grpc-exporter
841,509
07.02.2022 21:06:10
28,800
d473a6597653e59fc485ffb9cb116d23b4b55e70
feat(plugin): Support global `HANDLER` in the plugin context
[ { "change_type": "MODIFY", "diff": "@@ -3451,6 +3451,7 @@ dependencies = [\nname = \"swc_plugin\"\nversion = \"0.25.0\"\ndependencies = [\n+ \"once_cell\",\n\"swc_atoms\",\n\"swc_common\",\n\"swc_ecma_ast\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY",...
Rust
Apache License 2.0
swc-project/swc
feat(plugin): Support global `HANDLER` in the plugin context (#3478)
1
feat
plugin
503,926
07.02.2022 21:35:07
-3,600
a104543ac000b34ffd27945dae34cebbae28833d
fix(Table-demo): filterable empty state checkbox
[ { "change_type": "MODIFY", "diff": "@@ -2234,11 +2234,11 @@ class FilterTableDemo extends React.Component {\n}\n];\n}\n-\n+ const onSelect = loading || filteredRows.length === 0 ? null : this.onRowSelect; // To remove the select box when there are no rows\nreturn (\n<React.Fragment>\n{this.renderToolbar()}\...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table-demo): filterable empty state checkbox (#6898)
1
fix
Table-demo
847,143
07.02.2022 21:39:13
-28,800
65709837c96344b95c3fee454011961a6cd43f5b
fix(theme): merge blog options
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,11 @@ export const useEnableBlog = (): ComputedRef<boolean> => {\n};\nexport const useBlogOptions = (): ComputedRef<HopeThemeBlogConfig> => {\n+ const themeData = useThemeData();\nconst themeLocale = useThemeLocaleData();\n- return computed(() => themeLocale....
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): merge blog options
1
fix
theme
847,143
07.02.2022 21:39:45
-28,800
b75fdbbe5215d1ce8d7cb2111ebfd737b8c88c2c
feat(blog2): improve debug logging
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,8 @@ export const prepareCategory = (\nreturn null;\n}\n+ if (app.env.isDebug) logger.info(`Generating ${key} category.\\n`);\n+\nconst categoryMap: CategoryMap = {};\nconst pagePaths: string[] = [];\nconst getItemPath =\n@@ -131,6 +133,15 @@ export const pre...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(blog2): improve debug logging
1
feat
blog2
756,053
07.02.2022 21:47:19
28,800
0ed5260563440128f1ba149b9b62e9c9f2ccea4a
chore(governance): remove ShareHolder electorate
[ { "change_type": "MODIFY", "diff": "@@ -268,10 +268,6 @@ contract makes no attempt to make the voters legible to others. This might be\nuseful for a private group making a decision, or a case where a dictator has the\nability to appoint a committee that will make decisions.\n-ShareHolders is an Electorate t...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(governance): remove ShareHolder electorate
1
chore
governance
866,394
07.02.2022 22:33:48
18,000
6f4c1c137767dd2d65ec892a7fbfa3999da5e798
chore(deps): remove `event-target-shim` ### Related Ticket(s) No related issue ### Description Renovatebot tried to upgrade this, but noticed that this isn't being used anywhere in the library. This removes this dependency from the repo. ### Changelog **Removed** `event-target-shim`
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/event-target-shim-5.0.1.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/event-target-shim-5.0.1.tgz", "old_path": ".yarn/offline-mirror/event-target-shim-5.0.1.tgz" }, { "change_type": "MODIFY", "diff"...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): remove `event-target-shim` (#8229) ### Related Ticket(s) No related issue ### Description Renovatebot tried to upgrade this, but noticed that this isn't being used anywhere in the library. This removes this dependency from the repo. ### Changelog **Removed** - `event-target-shim`
1
chore
deps
386,595
07.02.2022 22:41:20
-7,200
b9633e4f105c07efbf192f09038438a0f61b0390
feat(engine): Update link to include noLink and disableLink, fix logic.
[ { "change_type": "MODIFY", "diff": "import { type, urlQuery as urlQueryFn } from '@lowdefy/helpers';\n-function createLink({ backLink, lowdefy, newOriginLink, sameOriginLink }) {\n- function link({ back, home, input, newTab, pageId, url, urlQuery }) {\n- let pathname = pageId;\n- if (back) {\n- return backL...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Update link to include noLink and disableLink, fix logic.
1
feat
engine
386,595
07.02.2022 22:44:44
-7,200
6104ae0254909fa969bd9f641e540700d8d8b268
feat(server): Add Next Link component implementation.
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n+import { urlQuery } from '@lowdefy/helpers';\nimport { useRouter } from 'next/router';\nimport Context from './Context.js';\nimport Head from './Head.js';\nimport Block from './block/Block.js';\nimport setupLink from '../utils/setupLink.js';\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(server): Add Next Link component implementation.
1
feat
server
386,595
07.02.2022 22:45:39
-7,200
4b3d061a0de79b86b0fa8be9ff8948a9dc0caeb7
fix(server): Maintain the lowdefy objects during page transitions.
[ { "change_type": "MODIFY", "diff": "@@ -19,14 +19,12 @@ import React from 'react';\nimport callRequest from '../utils/callRequest.js';\nimport blockComponents from '../../build/plugins/blocks.js';\nimport operators from '../../build/plugins/operatorsClient.js';\n-import components from './components.js';\n-...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server): Maintain the lowdefy objects during page transitions.
1
fix
server
841,421
07.02.2022 23:03:08
-32,400
b06a5abe5868c3652fe89927acd3a56ea437b113
chore(es/lints): Fix CI
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ parking_lot = \"0.11\"\nrayon = \"1.5.1\"\nserde = {version = \"1.0.133\", features = [\"derive\"]}\nswc_atoms = {version = \"0.2.9\", path = \"../swc_atoms\"}\n-swc_common = {version = \"0.17.0\", path = \"../swc_common\"}\n+swc_common = {version = \"0....
Rust
Apache License 2.0
swc-project/swc
chore(es/lints): Fix CI
1
chore
es/lints
104,828
07.02.2022 23:10:53
-3,600
0bd60344801ad206161c814685ac0527140df749
docs(all): add missing heading back to changelog.md
[ { "change_type": "MODIFY", "diff": "@@ -196,6 +196,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n# [2.148.0-next.3](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.148.0-next.2...v2.148.0-next.3) (2022-01-19)\n+\n+\n+### Bug Fixes\n+\n* **...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(all): add missing heading back to changelog.md #3255
1
docs
all
847,143
07.02.2022 23:13:57
-28,800
b05b21af643240e9488ab0389c155efb3e2c23d1
feat: rename some frontmatter keys
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ export interface ArticleInfoProps {\n/**\n* Whether the aricle is orginal\n*/\n- original?: boolean | null;\n+ isOriginal?: boolean | null;\n/**\n* Whether enable pageview\n@@ -141,4 +141,4 @@ To keep it globally disabled, please set `pageInfo` to `false...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: rename some frontmatter keys
1
feat
null
847,143
07.02.2022 23:14:38
-28,800
81d91ad89d476d914025ebfe1ff7769755eeafb5
feat(feed2): support getter customize
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import type {\nFeedCategory,\nFeedContributor,\nFeedEnclosure,\n+ FeedGetter,\nFeedItemOption,\nFeedOptions,\nFeedFrontmatterOption,\n@@ -25,6 +26,7 @@ export class FeedPage {\nprivate pageFeedOptions: FeedFrontmatterOption;\nprivate frontmatter: PageFro...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(feed2): support getter customize
1
feat
feed2
386,595
07.02.2022 23:23:32
-7,200
37b80b172bc078ab4b83f5932fc8d0908c5baf6f
feat(docs): Add docs for the Link component.
[ { "change_type": "MODIFY", "diff": "@@ -123,6 +123,16 @@ _ref:\n- `basePath: string`: The base path setting for the application. This variable is used to prefix route paths for example `${basePath}/public/logo-square-light-theme.png`. The default base path is ''.\n- `blockId: string`: The block's id within ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(docs): Add docs for the Link component.
1
feat
docs
386,595
07.02.2022 23:29:09
-7,200
2bcf600bd1ae477325cf205069952006e3032b63
feat(blocks): Implement Link in blocks.
[ { "change_type": "MODIFY", "diff": "@@ -19,26 +19,7 @@ import { type, get } from '@lowdefy/helpers';\nimport { Breadcrumb } from 'antd';\nimport { blockDefaultProps } from '@lowdefy/block-utils';\n-const ItemLink = ({ basePath, children, className, link, Link }) => {\n- if (type.isString(link.pageId)) {\n- ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocks): Implement Link in blocks.
1
feat
blocks
847,143
07.02.2022 23:36:43
-28,800
600c03232ecc036dddae657d5fc75ca201101a97
fix(theme): fix dark selector
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ export const resolveCommentOptions = (\n: ({\ntype: \"disable\",\n...(options?.type === \"waline\"\n- ? { dark: 'body[data-theme=\"dark\"]' }\n+ ? { dark: 'html[data-theme=\"dark\"]' }\n: {}),\n...(options || {}),\n} as CommentOptions);\n", "new_path":...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix dark selector
1
fix
theme
847,143
07.02.2022 23:54:17
-28,800
a416fcfe47327072183789a5fee7a4fd538e0963
feat(md-enhance): add v-pre support
[ { "change_type": "MODIFY", "diff": "@@ -80,4 +80,11 @@ export const usePlugins = (\ntype: \"demo\",\nrender: codeDemoRender,\n});\n+\n+ if (markdownOptions.vpre || markdownOptions.enableAll)\n+ app.use(\"@vuepress/container\", {\n+ type: \"v-pre\",\n+ before: () => `<div v-pre>\\n`,\n+ after: () => \"</div>...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(md-enhance): add v-pre support
1
feat
md-enhance
306,354
08.02.2022 00:12:47
-39,600
515ba18782428d6d1ea76fc86fd4d20d4b69271f
feat: add support for Bitbucket Server
[ { "change_type": "MODIFY", "diff": "# For Bitbucket: BITBUCKET_TOKEN must be set to \"myusername:my_app_password\", the password needs to have Read scope\n# on \"Repositories\" and \"Pull Requests\" so it can post comments. Using a Bitbucket App password\n# (https://support.atlassian.com/bitbucket-cloud/doc...
Go
Apache License 2.0
infracost/infracost
feat: add support for Bitbucket Server (#1269)
1
feat
null
847,143
08.02.2022 00:38:32
-28,800
fb655d6d6778396ae5557807bdcba1af23baf811
chore(demo): update navbar and sidebar
[ { "change_type": "MODIFY", "diff": "import { version } from \"../../../../../lerna.json\";\n-import type { NavbarConfig } from \"vuepress-theme-hope\";\n-export const en: NavbarConfig = [\n- { text: \"Blog Home\", link: \"/README.md\", icon: \"home\" },\n- { text: \"Project Home\", link: \"/home.md\", icon:...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(demo): update navbar and sidebar
1
chore
demo
847,143
08.02.2022 00:46:28
-28,800
cd7f997d48177d6f304f8d0d8cf686fa158e0c12
docs(add-this): add migration hint
[ { "change_type": "MODIFY", "diff": "@@ -72,3 +72,7 @@ module.exports = {\n:::\n::::\n+\n+## Migrating from V1\n+\n+This plugin has not changed from V1.\n", "new_path": "docs/add-this/src/README.md", "old_path": "docs/add-this/src/README.md" } ]
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(add-this): add migration hint
1
docs
add-this
841,421
08.02.2022 01:27:59
-32,400
c006972501b635af9ca7036292176b43755ee0e2
chore: Publish `v1.2.137`
[ { "change_type": "MODIFY", "diff": "@@ -3985,7 +3985,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.136\"\n+version = \"1.2.137\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.137`
1
chore
null
877,015
08.02.2022 02:12:38
-3,600
8c7bdcdcd762d7b01eb03979dfabd9728ec390cb
docs(@vtmn/css): add layour margins + gutters, shadows & radius guidelines
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,8 @@ Simplicity and intelligibility are the keywords for a good icon in a user interf\nThis ensures readability and clarity even in small sizes.\nEach icon is exported after its design in SVG format, to facilitate its integration into a production environment...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/css): add layour margins + gutters, shadows & radius guidelines
1
docs
@vtmn/css
756,013
08.02.2022 02:16:12
21,600
78fdcaf701ef20963f36377067254e6e9deed66f
refactor(telemetry): clean up `flight-recorder.js`
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,8 @@ import path from 'path';\nconst { details: X } = assert;\n-export const DEFAULT_CIRCULAR_BUFFER_SIZE = 100 * 1024 * 1024;\n-export const DEFAULT_CIRCULAR_BUFFER_FILE = 'flight-recorder.bin';\n+export const DEFAULT_CBUF_SIZE = 100 * 1024 * 1024;\n+export ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(telemetry): clean up `flight-recorder.js`
1
refactor
telemetry
841,385
08.02.2022 07:52:14
-10,800
e6f4fbf056767344776afbb6bd3b2f5dfe83dcf3
feat(css/ast): Add types for `@counter-style` at-rule
[ { "change_type": "ADD", "diff": "+use crate::{CustomIdent, DeclarationBlockItem};\n+use swc_common::{ast_node, Span};\n+\n+#[ast_node(\"CounterStyleRule\")]\n+pub struct CounterStyleRule {\n+ pub span: Span,\n+ pub name: CustomIdent,\n+ pub block: Vec<DeclarationBlockItem>,\n+}\n", "new_path": "crates/s...
Rust
Apache License 2.0
swc-project/swc
feat(css/ast): Add types for `@counter-style` at-rule (#3469)
1
feat
css/ast
777,353
08.02.2022 08:59:34
21,600
b3840d153303d7e319d316615072caa55f9d2d37
feat: customize experiment columns
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**New Features**\n+\n+- Web: Adds a column picker to the Experiment List page to allow users to choose which table\n+ columns to display. ..image::\n+ https://user-images.githubusercontent.com/15078396/152874244-51e0d84a-3678-4427-b082-ccc0c865200f.png\n+ ..im...
Python
Apache License 2.0
determined-ai/determined
feat: customize experiment columns [DET-6398] [DET-6401] (#3561)
1
feat
null
126,276
08.02.2022 09:09:20
10,800
9f0d6b5ddc08f08bd65f3626821fc014aadfaf26
fix(pkg/server): override default settings with existent values
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,9 @@ const DefaultStoreFileSize = 1 << 29 //512Mb\nfunc (s *ImmuServer) defaultDBOptions(database string) *dbOptions {\nreturn &dbOptions{\nDatabase: database,\n+\nsynced: s.Options.synced,\n+\nReplica: s.Options.ReplicationOptions != nil,\nFileSize: DefaultS...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/server): override default settings with existent values
1
fix
pkg/server
306,321
08.02.2022 09:50:20
0
66c33d037982512e778dcb5c36be3b44cdfeab62
feat: add sha checksum to binaries
[ { "change_type": "MODIFY", "diff": "@@ -30,12 +30,8 @@ jobs:\nRELEASE_NAME_PREFIX: \"Release \"\nwith:\nargs: |\n- ./build/infracost-linux-amd64.tar.gz\n- ./build/infracost-linux-arm64.tar.gz\n- ./build/infracost-windows-amd64.tar.gz\n- ./build/infracost-windows-arm64.tar.gz\n- ./build/infracost-darwin-amd6...
Go
Apache License 2.0
infracost/infracost
feat: add sha checksum to binaries
1
feat
null
141,575
08.02.2022 09:51:44
-39,600
fdacccae8fb9368a8509bc83a9558e0f219eacd3
feat: add highlight mood to tooltip
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,12 @@ $arrow-width: 14px;\nborder: $border-solid-border-width $border-solid-border-style\n$color-yellow-300;\n}\n+\n+ &.highlight {\n+ background-color: $color-purple-100;\n+ border: $border-solid-border-width $border-solid-border-style\n+ $color-purple-300;\...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: add highlight mood to tooltip (#2512)
1
feat
null
915,232
08.02.2022 10:04:54
-3,600
05038deebc170258813839ea04caa351aec03639
docs: add options for using SQLite & Cockroach DB to 5min tutorial, fix typo in contribution guidelines
[ { "change_type": "MODIFY", "diff": "@@ -216,7 +216,7 @@ Please follow these guidelines when formatting source code:\n```\n# First you clone the original repository\n-git clone git@github.com:ory/ory/hydra.git\n+git clone git@github.com:ory/hydra.git\n# Next you add a git remote that is your fork:\ngit remot...
Go
Apache License 2.0
ory/hydra
docs: add options for using SQLite & Cockroach DB to 5min tutorial, fix typo in contribution guidelines (#2970)
1
docs
null
688,431
08.02.2022 10:21:55
-7,200
7b726f20b0c1911eadb0df4671950b5870fdbeed
chore: fix the list of team members
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ on:\njobs:\nhandle-contribution:\n# if external contribution\n- if: ${{!contains(fromJson('[\"denieler\", \"TomasSlama\", \"OleksandrNechai\", \"OndrejTuma\", \"dmaklygin1\", \"LashaJini\", \"separatio\", \"toptal-build\"]'), github.event.pull_request.us...
TypeScript
MIT License
toptal/picasso
chore: fix the list of team members
1
chore
null
777,385
08.02.2022 10:23:11
28,800
bf000be8a4b928828208cdda61487e4fce0b510b
fix: use google.com instead of example.com as trusted domain
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import requests\nfrom determined.common.api import certs, request\n-TRUSTED_DOMAIN = \"https://example.com\"\n+TRUSTED_DOMAIN = \"https://google.com\"\nUNTRUSTED_DIR = os.path.join(os.path.dirname(__file__), \"untrusted-root\")\nUNTRUSTED_CA = os.path.jo...
Python
Apache License 2.0
determined-ai/determined
fix: use google.com instead of example.com as trusted domain (#3589)
1
fix
null
756,013
08.02.2022 10:56:01
21,600
c4056bcd48800b6bfadb4de5eaccb66af6446ef4
fix(pegasus): use dummy transfer `sender`
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,15 @@ import { assert, details as X } from '@agoric/assert';\n* https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures\n* @property {string} amount The extent of the amount\n* @property {Denom} denom The denomination...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(pegasus): use dummy ICS20-1 transfer `sender`
1
fix
pegasus
777,389
08.02.2022 11:03:04
28,800
7b5c8fbda695a9015a4e4dec0ce89491b547123f
fix: use hidden prop to always include form items allow for a simpler change detection logic by ensuring the fields are always present.
[ { "change_type": "MODIFY", "diff": "@@ -184,16 +184,22 @@ const ManageJob: React.FC<Props> = ({ onFinish, selectedRPStats, job, jobs, sche\nlabelCol={{ span: 6 }}\nname=\"form basic\"\nref={formRef}>\n- {schedulerType === api.V1SchedulerType.PRIORITY && (\n- <>\n<Form.Item\nextra=\"Priority is a whole numbe...
Python
Apache License 2.0
determined-ai/determined
fix: use hidden prop to always include form items (#3582) allow for a simpler change detection logic by ensuring the fields are always present.
1
fix
null
386,584
08.02.2022 11:30:07
-7,200
ebc27c7f38ed224189581c986e2f0c92a96756f0
chore(actions-core): Refactor action method parameters.
[ { "change_type": "MODIFY", "diff": "*/\nasync function CallMethod({ methods: { callMethod }, params }) {\n- return callMethod({ params });\n+ return callMethod(params);\n}\nexport default CallMethod;\n", "new_path": "packages/plugins/actions/actions-core/src/actions/CallMethod.js", "old_path": "pack...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(actions-core): Refactor action method parameters.
1
chore
actions-core
571,467
08.02.2022 11:50:21
0
ab10ba1d46239dfec9dd81d7ee87a61a7df8c8dc
fix(react-hooks): support attribute filtering for useActive and useAttrs hooks
[ { "change_type": "ADD", "diff": "+---\n+'@remirror/core': patch\n+'@remirror/core-utils': patch\n+'@remirror/react': patch\n+---\n+\n+Add support for attribute filtering for `useActive` and `useAttrs` hooks when used with marks.\n+\n+This provides consistent behaviour for the hook, aligning with functionali...
TypeScript
MIT License
remirror/remirror
fix(react-hooks): support attribute filtering for useActive and useAttrs hooks (#1510)
1
fix
react-hooks
847,143
08.02.2022 12:04:25
-28,800
5d4219b13a598a8e1a70ef1077c5b8c22d75d3ae
feat(theme): update template
[ { "change_type": "MODIFY", "diff": "<meta charset=\"utf-8\" />\n<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" />\n<meta name=\"generator\" content=\"VuePress {{ version }}\" />\n+ <!--vuepress-ssr-head-->\n<style>\n:root {\n--bg-color: #fff;\ndocument.querySelector(\"html\").setAttr...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): update template
1
feat
theme
306,901
08.02.2022 12:11:34
-3,600
cdb61fa476b4bbc3a9d64657a478fb3101602d8d
fix(elements|ino-markdown-editor): fix focus state in preview mode
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,10 @@ ino-markdown-editor {\n.ProseMirror {\npadding: 0;\nborder: 0;\n+\n+ &-focused {\n+ outline: none;\n+ }\n}\n}\n}\n", "new_path": "packages/elements/src/components/ino-markdown-editor/ino-markdown-editor.scss", "old_path": "packages/elements/src/...
TypeScript
MIT License
inovex/elements
fix(elements|ino-markdown-editor): fix focus state in preview mode (#511)
1
fix
elements|ino-markdown-editor
141,575
08.02.2022 12:11:43
-39,600
51155e8604d17774f790b998297cde6ff91bab57
docs: update stats and demo story id
[ { "change_type": "MODIFY", "diff": "@@ -6,13 +6,13 @@ tags: [\"Text area\", \"Textarea\", \"Multiline text field\", \"Textarea Autosize\"]\ngithubLabels: [\"component:text-area\", \"component:form\"]\nneedToKnow:\n- \"For sizing, consider likely text input and use existing data where possible.\"\n-demoStory...
TypeScript
MIT License
cultureamp/kaizen-design-system
docs: update stats and demo story id (#2517)
1
docs
null
826,708
08.02.2022 12:12:59
-3,600
2d933dfd62cfa331f34df77f4ead559cbf81769e
fix: oathkeeper is oas3 now
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ echo \"Generating SDKs for $project:$version\"\nspec_file=\"spec/${project}/${version}.json\"\n## Update version string in the spec file ##\n-if [ $project != \"kratos\" ] && [ $project != \"client\" ]; then\n+if [ $project != \"kratos\" ] && [ $project ...
C#
Apache License 2.0
ory/sdk
fix: oathkeeper is oas3 now (#144)
1
fix
null
889,620
08.02.2022 12:20:32
-28,800
ca401f8b69bcd7ff0b8fb4a8ea78c12f3b9ee323
refactor: change page-hash matches endpoint
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,7 @@ export default Vue.extend({\nmethods: {\nasync getMatchCount() {\nif (this.hash?.action === PageHashAction.DELETE_MANUAL)\n- this.matchCount = (await this.$komgaPageHashes.getUnknownPageHashMatches(this.hash, {size: 0})).totalElements\n+ this.matchCoun...
Kotlin
MIT License
gotson/komga
refactor: change page-hash matches endpoint
1
refactor
null
317,830
08.02.2022 12:22:15
-3,600
74a820d4294ed574dc5f8ea530011593b4fe90c7
fix: remove redundant segment
[ { "change_type": "MODIFY", "diff": "\"style\": \"powerline\",\n\"type\": \"git\"\n},\n- {\n- \"background\": \"#fee761\",\n- \"foreground\": \"#262b44\",\n- \"powerline_symbol\": \"\\ue0b0\",\n- \"properties\": {\n- \"template\": \" \\uf0e7 \"\n- },\n- \"style\": \"powerline\",\n- \"type\": \"root\"\n- },\n...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: remove redundant segment
1
fix
null
889,620
08.02.2022 12:25:56
-28,800
a972b5fde0b092ac91c8120fe18ea9a78ebd17a5
refactor: change page-hash delete all endpoint
[ { "change_type": "MODIFY", "diff": "@@ -143,7 +143,7 @@ export default Vue.extend({\n},\nasync deleteMatches() {\nif(!this.deleteRequested) {\n- await this.$komgaPageHashes.performDelete(this.hash)\n+ await this.$komgaPageHashes.deleteAllMatches(this.hash)\nthis.deleteRequested = true\n}\n},\n", "new_pa...
Kotlin
MIT License
gotson/komga
refactor: change page-hash delete all endpoint
1
refactor
null
777,401
08.02.2022 12:44:33
18,000
cd931deaad86d60bb4ed356d9e6a61d92b691a24
chore: update hpviz to allow un-validation-aligned checkpoints This change updates the hp visualization queries to withstand steps, validations and checkpoints that aren't necessarily aligned on latest_batch with each other.
[ { "change_type": "MODIFY", "diff": "@@ -83,10 +83,10 @@ SELECT\njsonb_object_keys(s.metrics->'avg_metrics') AS name,\nmax(s.end_time) AS end_time\nFROM trials t\n-INNER JOIN steps s ON t.id=s.trial_id\n+JOIN steps s ON t.id=s.trial_id\nWHERE t.experiment_id=$1\nAND s.end_time > $2\n-GROUP BY name;`, &rows, ...
Python
Apache License 2.0
determined-ai/determined
chore: update hpviz to allow un-validation-aligned checkpoints (#3567) This change updates the hp visualization queries to withstand steps, validations and checkpoints that aren't necessarily aligned on latest_batch with each other.
1
chore
null
127,946
08.02.2022 12:47:06
-10,800
cf2d4f788897fe341a357d5f67325335fb1a0947
chore: add 'sharp' package for production Image Optimization with Next.js
[ { "change_type": "MODIFY", "diff": "\"react-copy-to-clipboard\": \"^5.0.4\",\n\"react-dom\": \"17.0.2\",\n\"react-test-renderer\": \"^17.0.2\",\n+ \"sharp\": \"^0.30.0\",\n\"styled-components\": \"5.3.3\",\n\"swr\": \"^1.0.1\",\n\"tailwindcss\": \"3.0.7\",\n", "new_path": "next-docs/package.json", "...
TypeScript
MIT License
coingaming/moon-design
chore: add 'sharp' package for production Image Optimization with Next.js (#1617)
1
chore
null
777,401
08.02.2022 12:50:51
18,000
8a20a16287c800c4653a5c58962834fa8cfc04f2
test: cover checkpoint, model api due to invariant changes Previously checkpoints and validations were always aligned, now they are not. This just makes sure the model DB queries are OK with that.
[ { "change_type": "ADD", "diff": "+//go:build integration\n+// +build integration\n+\n+package db\n+\n+import (\n+ \"context\"\n+ \"testing\"\n+\n+ \"github.com/google/uuid\"\n+ \"github.com/stretchr/testify/require\"\n+ \"google.golang.org/protobuf/types/known/structpb\"\n+\n+ \"github.com/determined-ai/det...
Python
Apache License 2.0
determined-ai/determined
test: cover checkpoint, model api due to invariant changes [DET-4980] (#3564) Previously checkpoints and validations were always aligned, now they are not. This just makes sure the model DB queries are OK with that.
1
test
null
791,374
08.02.2022 12:54:57
-7,200
115385f066ee54cf35a093749bc2673a17b3fa08
fix(logging): remove instance_name resource label GCE instance resource labels are aligned with
[ { "change_type": "MODIFY", "diff": "@@ -193,16 +193,11 @@ func detectGCEResource() *mrpb.MonitoredResource {\nif err != nil {\nreturn nil\n}\n- name, err := metadata.InstanceName()\n- if err != nil {\n- return nil\n- }\nreturn &mrpb.MonitoredResource{\nType: \"gce_instance\",\nLabels: map[string]string{\n\"...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(logging): remove instance_name resource label (#5461) GCE instance resource labels are aligned with https://cloud.google.com/monitoring/api/resources#tag_gce_instance
1
fix
logging
126,276
08.02.2022 13:05:56
10,800
e51a9325da8205f0f1b6c19c02d59438fdc9e85b
test(embedded/store): unit test btree max opened files
[ { "change_type": "MODIFY", "diff": "@@ -101,8 +101,12 @@ func TestValidOptions(t *testing.T) {\nrequire.Equal(t, 4096, indexOpts.WithMaxNodeSize(4096).MaxNodeSize)\nrequire.Equal(t, time.Duration(1000)*time.Millisecond,\nindexOpts.WithRenewSnapRootAfter(time.Duration(1000)*time.Millisecond).RenewSnapRootAft...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): unit test btree max opened files Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store