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,855
23.09.2021 14:11:37
-19,080
f430832da3f110cd37f4fa1d07f6fc8871c559a8
style(valuecard): trend text should be grey instead of indicator color
[ { "change_type": "MODIFY", "diff": "@@ -845,7 +845,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/\ndata-testid=\"Card-attribute-0-secondary-value\"\nstyle={\nObject {\n- \"--secondary-value-color\": \"green\",\n+ \"--secondary-value-color\": \"#6F6F6F\",\n}\n}\n>\n@@ -8...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
style(valuecard): trend text should be grey instead of indicator color #2377
1
style
valuecard
756,013
23.09.2021 14:12:39
21,600
2902ec38f6110a5582f6906695b77911f4d43180
feat(wallet-backend): add `walletAdmin.getClockNotifier()`
[ { "change_type": "MODIFY", "diff": "/**\n* @typedef {Object} PaymentRecord\n- * @property {Issuer=} issuer\n+ * @property {RecordMetadata} meta\n+ * @property {Issuer} [issuer]\n* @property {Payment} payment\n* @property {Brand} brand\n- * @property {'pending'|'deposited'|undefined} status\n+ * @property {'...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-backend): add `walletAdmin.getClockNotifier()`
1
feat
wallet-backend
756,013
23.09.2021 14:13:16
21,600
444f4469551b56b8a26249d689d56382a929690c
test(wallet-backend): test the `meta` timestamps
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { makeIssuerKit, AmountMath, AssetKind } from '@agoric/ertp';\nimport { makeZoeKit } from '@agoric/zoe';\nimport fakeVatAdmin from '@agoric/zoe/tools/fakeVatAdmin.js';\n+import makeManualTimer from '@agoric/zoe/tools/manualTimer.js';\nimport { E } f...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(wallet-backend): test the `meta` timestamps
1
test
wallet-backend
603,467
23.09.2021 14:14:36
-3,600
f7e2c0cc8533b7d4ba4c2b9d83c52e1508098457
test(web): corrected assertion
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ describe('Navigate', () => {\nexpect(actorCalled('Wendy').attemptsTo(\nNavigate.to('http://localhost:9898/invalid-destination'),\n)).\n- to.be.rejectedWith(TestCompromisedError, `Couldn't navigate to http://localhost:9999/invalid-destination`).\n+ to.be....
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): corrected assertion
1
test
web
756,013
23.09.2021 14:16:19
21,600
4e39e8e83d830143170bd3fe08af56ec81b3f66a
docs(MAINTAINERS): make tag push more copy-pastable
[ { "change_type": "MODIFY", "diff": "@@ -44,8 +44,8 @@ REFERENCES TO YOUR TAGS.\nTo make validators' lives easier, create a tag for the chain-id:\n```sh\n-SDK_VERSION=$(jq -r .version package.json)\nCHAIN_ID=agoricstage-8 # Change this as necessary\n+SDK_VERSION=$(jq -r .version package.json)\ngit tag -s -m ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): make tag push more copy-pastable
1
docs
MAINTAINERS
104,844
23.09.2021 14:17:07
14,400
fd4d479a55e3ac8935378922db9b322541d3eb12
chore(test-app): trying node script to serve test app
[ { "change_type": "MODIFY", "diff": "@@ -79,6 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: |\n- ls -la ./dist/src/utils/serveTestApp.sh\n- bash ./dist/src/utils/serveTestApp.sh\n+ run: node ./dist/src/utils/serveTestApp.js\n", "new_path": ".github/workflows/test-app.yml", "old_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): trying node script to serve test app
1
chore
test-app
711,597
23.09.2021 14:18:07
-7,200
9e368737bbfed8df586784c8b8eabff7e8d553d0
fix(job-queue-plugin): Fix redis connection to remote hosts Fixes
[ { "change_type": "MODIFY", "diff": "@@ -185,6 +185,7 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\nconst options: WorkerOptions = {\nconcurrency: DEFAULT_CONCURRENCY,\n...this.options.workerOptions,\n+ connection: this.options.connection,\n};\nthis.worker = new Worker(QUEU...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(job-queue-plugin): Fix redis connection to remote hosts Fixes #1097
1
fix
job-queue-plugin
551,634
23.09.2021 14:26:45
-3,600
ec62fb86409c3824efea7c164210c523446b7b04
fix(cairo): fix wrong timestamp when first o3 row cancelled
[ { "change_type": "MODIFY", "diff": "@@ -1558,8 +1558,13 @@ public class TableWriter implements Closeable {\n// O3 mode and there are some rows.\nmasterRef--;\nsetO3AppendPosition(getO3RowCount());\n+ } else {\n+ // Cancelling first row in o3, reverting back to non-o3\n+ setO3AppendPosition(0);\n+ masterRef-...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix wrong timestamp when first o3 row cancelled (#1348)
1
fix
cairo
942,581
23.09.2021 14:32:00
21,600
6f698ff217cb6ab7bf9aecd86e326eb60a85edbc
ci: Fix canary publish message
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ const {\nBUILD_URL = 'https://github.com/Workday/canvas-kit/actions',\n} = process.env;\n+console.log('GITHUB_REF', GITHUB_REF);\nconst branch = GITHUB_REF.replace('refs/heads/', '');\nconst isPreMajor = branch.match(/^prerelease\\/major$/g);\n", "ne...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Fix canary publish message
1
ci
null
791,621
23.09.2021 14:33:22
14,400
be607eaa92fe3186c3dd004123127391c2a7e5d8
tests: rewrite topic tests to use completely separate topic/sub pairs to avoid flakes
[ { "change_type": "MODIFY", "diff": "// See the License for the specific language governing permissions and\n// limitations under the License.\n-import {Message, PubSub, Subscription} from '@google-cloud/pubsub';\n+import {Message, PubSub, Topic, Subscription} from '@google-cloud/pubsub';\nimport {assert} fr...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
tests: rewrite topic tests to use completely separate topic/sub pairs to avoid flakes (#1397)
1
tests
null
777,353
23.09.2021 14:41:28
18,000
a01078558092affe616b7299957c72235eba8920
fix: Inline editor for experiment description truncates placeholder text
[ { "change_type": "MODIFY", "diff": "@@ -219,7 +219,7 @@ const ExperimentDetailsHeader: React.FC<Props> = ({\nallowNewline\nisOnDark\nmaxLength={500}\n- placeholder=\"experiment description\"\n+ placeholder=\"enter description\"\nvalue={experiment.description || ''}\nonSave={handleDescriptionUpdate} />\n</di...
Python
Apache License 2.0
determined-ai/determined
fix: Inline editor for experiment description truncates placeholder text [DET-6024]
1
fix
null
777,401
23.09.2021 14:46:57
14,400
8d7a45192747660f4568bcf0377ce19626d3ca2a
fix: `det t describe --metrics` API and rendering This fixes a mistaken removal in the API backing det t describe --metrics and a long-standing rendering bug with det t describe, where format_checkpoint didn't return enough rows if there was no checkpoint.
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ def format_validation(validation: Dict[str, Any]) -> List[Any]:\n# TODO(neilc): Report more info about checkpoints and validations.\ndef format_checkpoint(checkpoint: Dict[str, Any]) -> List[Any]:\nif not checkpoint:\n- return [None, None]\n+ return [Non...
Python
Apache License 2.0
determined-ai/determined
fix: `det t describe --metrics` API and rendering [DET-6025] (#3002) This fixes a mistaken removal in the API backing det t describe --metrics and a long-standing rendering bug with det t describe, where format_checkpoint didn't return enough rows if there was no checkpoint.
1
fix
null
777,401
23.09.2021 14:47:25
14,400
70a089b480ce31f9adff16f7d5ef562bbf037dca
fix: kill trial should send kill Fix det t kill to send a kill signal.
[ { "change_type": "MODIFY", "diff": "@@ -305,7 +305,7 @@ func (a *apiServer) KillTrial(\nreturn nil, status.Errorf(codes.NotFound, \"trial %d not found\", req.Id)\n}\n- if err = a.ask(actor.Addr(\"trials\", req.Id), model.StoppingCanceledState, nil); err != nil {\n+ if err = a.ask(actor.Addr(\"trials\", req....
Python
Apache License 2.0
determined-ai/determined
fix: kill trial should send kill (#3001) [DET-6026] Fix det t kill to send a kill signal.
1
fix
null
401,147
23.09.2021 14:53:33
-19,080
e13b3527d2dc135271cbe46a2323183a2455f357
fix: strict null check in forms package * fix: strict null check in forms package affects: * test: remove redundant test affects: * fix: strict null check in form action affects:
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { ActionProps } from './types';\nexport const Actions: React.FC<ActionProps> = React.memo(({ formId, disabled, actionLabel, actionSchema, isLoading }) => {\nreturn (\n- <Styled.Actions alignItems={actionSchema?.alignItems} flexDirection={actionSchem...
TypeScript
MIT License
medly/medly-components
fix: strict null check in forms package (#435) * fix: strict null check in forms package affects: @medly-components/forms, @medly-components/layout * test: remove redundant test affects: @medly-components/forms * fix: strict null check in form action affects: @medly-components/forms Co-authored-by: S...
1
fix
null
777,369
23.09.2021 15:02:26
21,600
a3886178a1f6d6aff13c5fc104b62c92a3ccef3c
chore: minor copy fix
[ { "change_type": "MODIFY", "diff": "@@ -219,7 +219,7 @@ const ExperimentDetailsHeader: React.FC<Props> = ({\nallowNewline\nisOnDark\nmaxLength={500}\n- placeholder=\"enter description\"\n+ placeholder=\"Add description\"\nvalue={experiment.description || ''}\nonSave={handleDescriptionUpdate} />\n</div>\n", ...
Python
Apache License 2.0
determined-ai/determined
chore: minor copy fix (#3009)
1
chore
null
71,350
23.09.2021 15:04:47
25,200
5aa6ac0008b2bd0556fda021124f6838173274b4
docs(eks): clarify requirements to use subnetSelection partially fixes: *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": "@@ -55,6 +55,8 @@ export interface FargateProfileOptions {\n* on Fargate are not assigned public IP addresses, so only private subnets\n* (with no direct route to an Internet Gateway) are allowed.\n*\n+ * You must specify the VPC to customize the subnet selection\n+ *\n* ...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(eks): clarify requirements to use subnetSelection (#16632) partially fixes: #16349 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
eks
889,620
23.09.2021 15:12:30
-28,800
85ddae4f4801f0fd0be66fce130b8951fec18b8c
fix(webreader): always hide scrollbars closes
[ { "change_type": "MODIFY", "diff": "@@ -420,6 +420,8 @@ export default Vue.extend({\nif (screenfull.isEnabled) screenfull.on('change', this.fullscreenChanged)\n},\nasync mounted() {\n+ document.documentElement.classList.add('html-reader')\n+\nthis.$debug('[mounted]', 'route.query:', this.$route.query)\nthis...
Kotlin
MIT License
gotson/komga
fix(webreader): always hide scrollbars closes #640
1
fix
webreader
104,844
23.09.2021 15:17:22
14,400
7b044f540a7b3866f09611617b71c0b1af4c15e3
chore(test-app): add exit code and absolute path to docker volume
[ { "change_type": "MODIFY", "diff": "@@ -79,4 +79,6 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: node ./dist/src/utils/serveTestApp.js\n+ run: |\n+ node ./dist/src/utils/serveTestApp.js\n+ exit 0\n", "new_path": ".github/workflows/test-app.yml", "old_path": ".github/workflows/test-app.ym...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): add exit code and absolute path to docker volume
1
chore
test-app
791,704
23.09.2021 15:21:14
18,000
cba5269830342e4ab52fae071b1aa15901885d37
misc: add notes about software versions in issue template
[ { "change_type": "MODIFY", "diff": "@@ -66,21 +66,24 @@ body:\nid: version\nattributes:\nlabel: Lighthouse Version\n- description: What version of Lighthouse were you using? The version of Lighthouse can be found at the bottom of every report.\n+ description: >\n+ What version of Lighthouse were you using? ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add notes about software versions in issue template (#13089)
1
misc
null
304,868
23.09.2021 15:31:36
21,600
276dfb84ba940d651772d344a97cd9ddf6b9461e
chore(checkfmt): update checkfmt to print all files Previously the Flux fmt command would not print which files needed formatting. Now it does.
[ { "change_type": "MODIFY", "diff": "package cmd\nimport (\n+ \"errors\"\n\"fmt\"\n\"io/ioutil\"\n\"os\"\n@@ -33,6 +34,7 @@ func init() {\nfunc formatFile(cmd *cobra.Command, args []string) error {\nscript := args[0]\n+ var bad []string\nerr := filepath.Walk(script,\nfunc(path string, info os.FileInfo, err e...
Go
MIT License
influxdata/flux
chore(checkfmt): update checkfmt to print all files (#4048) Previously the Flux fmt command would not print which files needed formatting. Now it does.
1
chore
checkfmt
705,228
23.09.2021 15:45:32
14,400
8a0caa2624905b631dc7130a0152230aab401e56
fix: TextBox Disabled colors
[ { "change_type": "MODIFY", "diff": "<VisualState x:Name=\"Disabled\">\n<VisualState.Setters>\n- <Setter Target=\"ContentElement.Foreground\"\n+ <Setter Target=\"NormalBorder.Fill\"\nValue=\"{StaticResource MaterialOnSurfaceLowBrush}\" />\n+ <Setter Target=\"ContentElement.Foreground\"\n+ Value=\"{StaticReso...
C#
Apache License 2.0
unoplatform/uno.themes
fix: TextBox Disabled colors
1
fix
null
126,276
23.09.2021 15:46:45
10,800
34007212334d7f550b3f25202be8226012147c25
chore(embedded/sql): use order type in scanSpecs chore(embedded/sql): simplify sorting type
[ { "change_type": "MODIFY", "diff": "@@ -1518,7 +1518,7 @@ func TestIndexing(t *testing.T) {\nrequire.NotNil(t, scanSpecs.index)\nrequire.True(t, scanSpecs.index.IsPrimary())\nrequire.Empty(t, scanSpecs.rangesByColID)\n- require.Equal(t, GreaterOrEqualTo, scanSpecs.cmp)\n+ require.False(t, scanSpecs.descOrde...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): use order type in scanSpecs Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> chore(embedded/sql): simplify sorting type Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
889,620
23.09.2021 15:46:45
-28,800
ff6861c5545f4e90d0948c723af8f84b1f8dd1d1
fix: search with only NOT conditions doesn't return results closes
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ class LuceneHelper(\ntry {\nval fieldsQuery = MultiFieldQueryParser(entity.defaultFields, searchAnalyzer).apply {\ndefaultOperator = QueryParser.Operator.AND\n- }.parse(searchTerm)\n+ }.parse(\"$searchTerm *:*\")\nval typeQuery = TermQuery(Term(LuceneEnt...
Kotlin
MIT License
gotson/komga
fix: search with only NOT conditions doesn't return results closes #694
1
fix
null
942,581
23.09.2021 15:49:36
21,600
7f65cc78dcd9302563d3844a9f99102e976ad4ff
ci: Change forward-merge to use PAT to trigger PR job'
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,6 @@ jobs:\nsteps:\n- uses: NicholasBoll/action-forward-merge-pr@v1.1.0\nwith:\n- token: ${{secrets.GITHUB_TOKEN}}\n+ token: ${{secrets.GH_RW_TOKEN}} # use PAT to force GH Actions to run the PR verify. The regular token will not\nbranches: support+master,mast...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Change forward-merge to use PAT to trigger PR job'
1
ci
null
791,704
23.09.2021 16:10:28
18,000
472215e30a1aa3c9656260632d5d397ce9edc7b2
clients(viewer): use access token regardless of firebase auth
[ { "change_type": "MODIFY", "diff": "@@ -16,8 +16,6 @@ export class FirebaseAuth {\nconstructor() {\n/** @type {?string} */\nthis._accessToken = null;\n- /** @type {?import('@firebase/auth-types').User} */\n- this._firebaseUser = null;\n/** @type {import('@firebase/auth-types').GithubAuthProvider} */\nthis._...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(viewer): use access token regardless of firebase auth (#13116)
1
clients
viewer
276,939
23.09.2021 16:12:18
10,800
7c85cf7f836376de390c0f575284cd9e6784c64c
feat(theme-generator): create base function
[ { "change_type": "ADD", "diff": "+/**\n+ * Gets a function that one could sent to \\<ThemeProvider> in order to inject a custom thme (or sets of tokens)\n+ * @param {themeVars} themeVars - should return an object with a similar scheme of our tokens that will be replaced, can receive a tokens parameter\n+ * ...
JavaScript
MIT License
gympass/yoga
feat(theme-generator): create base function
1
feat
theme-generator
276,939
23.09.2021 16:13:28
10,800
9b8fd93c8c23120f7cfda3a4259665e81b214012
test(theme-generator): basic spec to createTheme function
[ { "change_type": "ADD", "diff": "+import * as tokens from '@gympass/yoga-tokens';\n+import createTheme from './index';\n+\n+it('should generate a callable theme which overrides only received tokens', () => {\n+ const generatedTheme = createTheme(yogaTokens => ({\n+ colors: {\n+ primary: yogaTokens.colors.st...
JavaScript
MIT License
gympass/yoga
test(theme-generator): basic spec to createTheme function
1
test
theme-generator
276,939
23.09.2021 16:14:42
10,800
c39812338d4f0e697d0feb2a8a243a09ec26a213
feat(theme-generator): expose create function and inject it from ThemeProvider
[ { "change_type": "MODIFY", "diff": "@@ -4,15 +4,25 @@ import PropTypes from 'prop-types';\nimport * as tokens from '@gympass/yoga-tokens';\nimport yogaTheme from '../theme';\n-const getTheme = ({ locale }) => {\n+/**\n+ * Gets resolved theme to inject in Yoga\n+ *\n+ * @param {{locale: string, theme: functi...
JavaScript
MIT License
gympass/yoga
feat(theme-generator): expose create function and inject it from ThemeProvider
1
feat
theme-generator
276,939
23.09.2021 16:16:51
10,800
0ed7218771b8cae26ff26321663a8a4ee8a049e3
docs: update ordering to make room for theme-generator
[ { "change_type": "MODIFY", "diff": "title: 'Borders'\nmetaTitle: 'Theme Borders'\nmetaDescription: 'How borders are used inside our theme'\n-order: 3\n+order: 4\n---\n## Borders\n", "new_path": "packages/doc/content/components/theming/borders.mdx", "old_path": "packages/doc/content/components/themin...
JavaScript
MIT License
gympass/yoga
docs: update ordering to make room for theme-generator
1
docs
null
276,939
23.09.2021 16:17:10
10,800
5204e440ce04a1bf9b8c00db69e8cc35b04bc6d4
docs(theme-generator): add documentation for createTheme
[ { "change_type": "ADD", "diff": "+---\n+title: 'Theme Generator'\n+metaTitle: 'Creating a custom theme'\n+metaDescription: 'How you can create and inject custom themes'\n+order: 3\n+---\n+\n+import { Link as GatsbyLink } from 'gatsby';\n+\n+## Theme Generator\n+\n+Yoga exposes a function that let you create...
JavaScript
MIT License
gympass/yoga
docs(theme-generator): add documentation for createTheme
1
docs
theme-generator
276,939
23.09.2021 16:17:35
10,800
981b9dd4a4bb20243ebb10bc1f597563c7ecfd4f
docs: mention theme generator on theme provider docs
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ metaDescription: 'Making our decisions available to all components'\norder: 1\n---\n+import { Link as GatsbyLink } from 'gatsby';\n+\n## ThemeProvider\n### Reference\n@@ -14,6 +16,8 @@ check it out [here.](https://www.styled-components.com/docs/advanced#th...
JavaScript
MIT License
gympass/yoga
docs: mention theme generator on theme provider docs
1
docs
null
104,828
23.09.2021 16:26:01
-7,200
843929f0148d5df2d2dd1acc6de976c5d0477143
fix(timepickerspinner): improved validation
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';\nimport { TimePicker } from 'carbon-components-react';\nimport { CaretDownGlyph, CaretUpGlyph } from '@carbon/icons-react';\nimport classnames from 'classnames';\n+import merge from 'lodash/merge';\nimport { settings } f...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timepickerspinner): improved validation
1
fix
timepickerspinner
342,861
23.09.2021 16:26:43
-7,200
375e849307818682b16f63cf10f19f36a530a16c
docs(sandbox): refactor variants docs(sandbox): fixes after review fix(sandbox): variants key
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,12 @@ module.exports = ({ actions, schema }) => {\nabsolutePath: String!\nscope: [ExampleScope]\nexampleKnobs: [ExampleKnobs]\n+ exampleVariants: [Variant]\n+ }\n+\n+ type Variant {\n+ name: String\n+ code: String\n}\ntype Knob {\n", "new_path": "docs/plu...
JavaScript
MIT License
kiwicom/orbit
docs(sandbox): refactor variants docs(sandbox): fixes after review fix(sandbox): variants key
1
docs
sandbox
276,939
23.09.2021 16:29:32
10,800
37cbd8f89b6eed6bad99dfbb6d6642ec71efa074
docs(theme-generator): add link to theme object schema
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,8 @@ import { Link as GatsbyLink } from 'gatsby';\n## Theme Generator\n-Yoga exposes a function that let you create your very own theme which can later be injected into <GatsbyLink to=\"/components/theming/themeProvider\">`<ThemeProvider>`</GatsbyLink>\n+Yoga e...
JavaScript
MIT License
gympass/yoga
docs(theme-generator): add link to theme object schema
1
docs
theme-generator
791,621
23.09.2021 16:31:21
14,400
8c1afeee26fbff84448b1a9576e4c4ef5c67f9cc
fix: update default RPC retry timeouts to match other languages Fixes:
[ { "change_type": "MODIFY", "diff": "\"initial_retry_delay_millis\": 100,\n\"retry_delay_multiplier\": 1.3,\n\"max_retry_delay_millis\": 60000,\n- \"initial_rpc_timeout_millis\": 60000,\n- \"rpc_timeout_multiplier\": 1,\n+ \"initial_rpc_timeout_millis\": 5000,\n+ \"rpc_timeout_multiplier\": 1.3,\n\"max_rpc_t...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix: update default RPC retry timeouts to match other languages (#1399) Fixes: https://github.com/googleapis/nodejs-pubsub/issues/1398
1
fix
null
777,401
23.09.2021 16:32:29
14,400
d3595e3d6bd821230713e78a7f778f08137fb0a2
chore: add a few timings metrics when sync_required == True
[ { "change_type": "MODIFY", "diff": "@@ -492,7 +492,8 @@ class ProfilerAgent:\nnot self.is_enabled\nor not self.timings_is_enabled\nor not self.is_active\n- or (requires_sync != self.sync_timings)\n+ # Skip recording if this metric requires a sync to be valid and sync is disabled.\n+ or (not self.sync_timing...
Python
Apache License 2.0
determined-ai/determined
chore: add a few timings metrics when sync_required == True (#2996)
1
chore
null
777,401
23.09.2021 16:32:48
14,400
cf68f173bc7cc7d671b15ddacdf512a0edfc8875
chore: nit command exit message placeholder
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ const (\nconst (\nkillCooldown = 30 * time.Second\nokExitMessage = \"command exited successfully\"\n- missingExitMessage = \"command exit reason missing\"\n+ missingExitMessage = \"\"\n)\n// NewAllocation returns a new allocation, which tracks allocati...
Python
Apache License 2.0
determined-ai/determined
chore: nit command exit message placeholder (#3003)
1
chore
null
777,401
23.09.2021 16:33:21
14,400
44ebc9829c94e0f50e520bc91238652248770182
fix: save task end times
[ { "change_type": "MODIFY", "diff": "@@ -1254,7 +1254,7 @@ RETURNING id`, trial); err != nil {\nfunc (db *PgDB) TrialByID(id int) (*model.Trial, error) {\nvar trial model.Trial\nerr := db.query(`\n-SELECT id, request_id, experiment_id, state, start_time, end_time,\n+SELECT id, task_id, request_id, experiment...
Python
Apache License 2.0
determined-ai/determined
fix: save task end times (#3006) [DET-6028]
1
fix
null
104,844
23.09.2021 16:35:04
14,400
145898d3053cc28d772d567f2a637fd50a167d61
chore(test-app): fix path to script
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,6 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\nrun: |\n- node ./dist/src/utils/serveTestApp.js\n+ node ../../dist/src/utils/serveTestApp.js\nexit 0\nworking-directory: ./test-app/build\n", "new_path": ".github/workflows/test-app.yml", "old_path"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): fix path to script
1
chore
test-app
711,597
23.09.2021 17:03:49
-7,200
ff1ae905fba235bb3703ea57b167a97241e4e1da
fix(core): Soft-delete variants when a product is soft-deleted Fixes
[ { "change_type": "MODIFY", "diff": "@@ -1617,7 +1617,7 @@ describe('Product resolver', () => {\ndescribe('deletion', () => {\nlet allProducts: GetProductList.Items[];\n- let productToDelete: GetProductList.Items;\n+ let productToDelete: GetProductWithVariants.Product;\nbeforeAll(async () => {\nconst result ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Soft-delete variants when a product is soft-deleted Fixes #1096
1
fix
core
791,690
23.09.2021 17:04:04
18,000
b83573be5ecb20d996238c961e9a3e70e2f6c72b
core(fr): add parity logging
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n+const log = require('lighthouse-logger');\nconst ProtocolSession = require('./session.js');\nconst ExecutionContext = require('../../gather/driver/execution-context.js');\nconst Fetcher = require('../../gather/fetcher.js');\n@@ -68,10 +69,13 @@ class D...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): add parity logging (#13114)
1
core
fr
141,546
23.09.2021 17:04:13
-36,000
61a195f2f7eb254d52547e32ec8ebdce6ea58e9f
fix: update title block back link and text to be one
[ { "change_type": "MODIFY", "diff": "@@ -535,8 +535,8 @@ $tab-container-height-medium-and-small-collapsed: $ca-grid * 0.75;\n);\nalign-self: normal;\n- &:hover {\n- text-decoration: none;\n+ &:hover .breadcrumbTextLink {\n+ text-decoration: underline;\n}\n@media only screen and (max-width: $breadcrumb-breakp...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: update title block back link and text to be one (#1966) Co-authored-by: Brandon Winch <brandon.winch@cultureamp.com> Co-authored-by: Doug MacKenzie <doug.mackenzie@cultureamp.com>
1
fix
null
127,956
23.09.2021 17:08:00
-10,800
5d57b8b58b8be01a65e9abea9ec467e6053b3d23
feat: extend Chip variants
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import { MediaMusic, SoftwareDownload } from '@heathmont/moon-icons';\nimport Preview from '../../components/codePreview/Preview';\nimport Table from '../../components/Table';\n+import { rem } from '@heathmont/moon-utils';\nexport default function PageChip...
TypeScript
MIT License
coingaming/moon-design
feat: extend Chip variants [B1M2-3932] (#1413)
1
feat
null
791,344
23.09.2021 17:24:39
14,400
07cde7fde9d3cc9000375e132ba52c4e02df1453
docs(storage): replace misleading project ID The `client.Buckets()` example uses `my-bucket` as the project ID, which seems more like a bucket ID.
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,7 @@ func ExampleClient_Buckets() {\nif err != nil {\n// TODO: handle error.\n}\n- it := client.Buckets(ctx, \"my-bucket\")\n+ it := client.Buckets(ctx, \"my-project\")\n_ = it // TODO: iterate using Next or iterator.Pager.\n}\n", "new_path": "storage/e...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(storage): replace misleading project ID (#4764) The `client.Buckets()` example uses `my-bucket` as the project ID, which seems more like a bucket ID.
1
docs
storage
104,828
23.09.2021 17:41:07
-7,200
596fc8dc663e4cdd37f46b29b7dbbc70c74e3301
feat(table): working example of load more in statefultable
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import useDeepCompareEffect from 'use-deep-compare-effect';\nimport merge from 'lodash/merge';\nimport get from 'lodash/get';\n-import { getRowAction } from './statefulTableUtilities';\n+import { getRowAction } from './tableUtilities';\nimport { tableReduc...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): working example of load more in statefultable
1
feat
table
104,857
23.09.2021 18:50:56
10,800
a247c63a1b7e18d9b8357255d6b81005ed63fc98
test(test): load more reducer tests; list test updates
[ { "change_type": "MODIFY", "diff": "@@ -325,6 +325,7 @@ describe('List', () => {\nexpandedIds={['org', 'site-02']}\nhandleLoadMore={mockLoadMore}\ntestId=\"test-list\"\n+ i18n={{ loadMore: 'Load more...' }}\n/>\n);\nexpect(mockLoadMore).not.toHaveBeenCalled();\n@@ -332,4 +333,33 @@ describe('List', () => {\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(test): load more reducer tests; list test updates
1
test
test
756,059
23.09.2021 19:04:04
25,200
a8e1b3b6f4d4573cd5c3862eb39ef8e46e2b767f
fix: route all finalization through the possiblyDeadSet
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,13 @@ function build(\ngcTools,\nconsole,\n) {\n- const { WeakRef, FinalizationRegistry, meterControl } = gcTools;\n+ const {\n+ WeakRef,\n+ FinalizationRegistry,\n+ meterControl,\n+ waitUntilQuiescent,\n+ gcAndFinalize,\n+ } = gcTools;\nconst enableLSDebug =...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: route all finalization through the possiblyDeadSet
1
fix
null
104,844
23.09.2021 19:32:29
14,400
4f149a1f7dc0f2817d171bc490e13589fd4d16b4
chore(test-app): trying to get process to exit
[ { "change_type": "DELETE", "diff": "-#!/bin/node\n-\n-const { spawn } = require('child_process');\n-\n-const serve = spawn('npx serve -s', { shell: true });\n-\n-serve.stdout.on('data', (data) => {\n- console.log(`stdout: ${data}`);\n- serve.kill();\n-});\n-\n-serve.stderr.on('data', (data) => {\n- console....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): trying to get process to exit
1
chore
test-app
438,917
23.09.2021 19:32:36
-7,200
9cae479ef107d2d24c1ae2fb373ecee4789c2ee8
fix(types): Allow string dates for zoom() domain The changes in ("fix(types): Fix wrong type definition") provided support for Date type as argument in zoom(), but string dates are also accepted and parsed properly, e.g. "2021-01-01T01:02:03.567". Fix Close
[ { "change_type": "MODIFY", "diff": "@@ -35,22 +35,25 @@ function withinRange(domain: (number|Date)[], current, range: number[]): boolean\n* // Zoom to specified domain range\n* chart.zoom([10, 20]);\n*\n+ * // For timeseries, the domain value can be string, but the format should match with the 'data.xFormat...
TypeScript
MIT License
naver/billboard.js
fix(types): Allow string dates for zoom() domain The changes in 5f7779bdb191 ("fix(types): Fix wrong type definition") provided support for Date type as argument in zoom(), but string dates are also accepted and parsed properly, e.g. "2021-01-01T01:02:03.567". Fix #2316 Close #2333
1
fix
types
104,857
23.09.2021 19:35:32
10,800
fa06f4a9aab4eabb5124f3ea70a1fb78fa2ddc35
chore(key): react key fix
[ { "change_type": "MODIFY", "diff": "@@ -310,6 +310,7 @@ const TableBody = ({\n) : (\n<TableBodyLoadMoreRow\nid={row.id}\n+ key={`${row.id}--load-more`}\ntableId={tableId}\ntestId={testId}\nloadMoreText={loadMoreText}\n", "new_path": "packages/react/src/components/Table/TableBody/TableBody.jsx", "old...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(key): react key fix
1
chore
key
531,793
23.09.2021 20:48:37
-3,600
ebfe335750fb7bbdddd496c9a498e1db66ac9451
fix(api): ensure alert state is always correctly selected
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## [unreleased]\n+\n+### Fixed\n+\n+- Overview modal could show incorrect counters for `@state` labels.\n+\n## v0.91\n### Fixed\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "@@ -394,3 +3...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): ensure alert state is always correctly selected
1
fix
api
494,322
23.09.2021 21:16:36
-7,200
aa23d5d5af28d8a7789b4a0c7e97197c7758ad98
feat: endpoint to list all identity schemas Closes
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,12 @@ import (\n\"encoding/json\"\n\"fmt\"\n\"io\"\n+ \"io/ioutil\"\n\"net/http\"\n\"os\"\n\"github.com/ory/kratos/driver/config\"\n+ \"github.com/ory/x/urlx\"\n\"github.com/julienschmidt/httprouter\"\n\"github.com/pkg/errors\"\n@@ -41,7 +43,8 @@ const Schemas...
Go
Apache License 2.0
ory/kratos
feat: endpoint to list all identity schemas (#1703) Closes #1699
1
feat
null
688,501
23.09.2021 21:40:30
-25,200
55ec90dc0cbac65f4a9866871e1736e9662f3701
feat: add possibility to pass data-testid for picasso-forms Form
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ export type Props<T = AnyObject> = FinalFormProps<T> & {\nsuccessSubmitMessage?: ReactNode\nfailedSubmitMessage?: ReactNode\nscrollOffsetTop?: number\n+ 'data-testid'?: string\n}\nconst getValidationErrors = (\n@@ -71,6 +72,7 @@ export const Form = <T ex...
TypeScript
MIT License
toptal/picasso
feat: add possibility to pass data-testid for picasso-forms Form (#2172)
1
feat
null
711,597
23.09.2021 21:45:03
-7,200
f50708a9651e884c5f5e82109f45c2739a889970
fix(email-plugin): Correctly register failed email sending, add retry
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ export class EmailProcessor {\n} else {\nLogger.error(String(err), loggerCtx);\n}\n- return false;\n+ throw err;\n}\n}\n}\n", "new_path": "packages/email-plugin/src/email-processor.ts", "old_path": "packages/email-plugin/src/email-processor.ts" ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(email-plugin): Correctly register failed email sending, add retry
1
fix
email-plugin
711,597
23.09.2021 21:46:52
-7,200
423f3074075fe5a5a4bec0f693d4afcf2c635992
fix(core): Add missing logging & docs to DefaultJobQueuePlugin
[ { "change_type": "MODIFY", "diff": "import { JobState } from '@vendure/common/lib/generated-types';\nimport { isClassInstance, isObject } from '@vendure/common/lib/shared-utils';\n+import { Logger } from '../config/logger/vendure-logger';\n+\nimport { JobConfig, JobData } from './types';\n/**\n@@ -124,6 +12...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Add missing logging & docs to DefaultJobQueuePlugin
1
fix
core
711,597
23.09.2021 21:47:46
-7,200
6f7cc34acda54693fc3ab33cf9f209ecabfc45cb
fix(job-queue-plugin): Add missing logging & backoff settings
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,6 @@ export class BullMQJobQueueStrategy implements InspectableJobQueueStrategy {\n...options.queueOptions,\nconnection: options.connection,\n}).on('error', (e: any) => Logger.error(`BullMQ Queue error: ${e.message}`, loggerCtx, e.stack));\n- const client = a...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(job-queue-plugin): Add missing logging & backoff settings
1
fix
job-queue-plugin
603,467
23.09.2021 22:54:33
-3,600
130d377af147f473c2d95d5df999f1ad8cd2900f
test(web): corrected integration tests so that they work better on SauceLabs
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,7 @@ export class TestRunnerTagger implements StageCrewMember {\n}\nassignedTo(stage: Stage): StageCrewMember {\n- this.stage = stage;\n- return this;\n+ return new TestRunnerTagger(this.tagName, stage);\n}\nnotifyOf(event: events.DomainEvent): void {\n", ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): corrected integration tests so that they work better on SauceLabs
1
test
web
317,646
23.09.2021 22:57:38
-7,200
e846f2b68395e76ee7b4d5fa67256ff1f1fa3124
chore: add mocked cache
[ { "change_type": "MODIFY", "diff": "@@ -102,10 +102,8 @@ func (c *commandCache) get(command string) (string, bool) {\nif !found {\nreturn \"\", false\n}\n- if command, ok := cmd.(string); ok {\n- return command, true\n- }\n- return \"\", false\n+ command, ok := cmd.(string)\n+ return command, ok\n}\ntype tr...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: add mocked cache
1
chore
null
603,467
23.09.2021 23:38:42
-3,600
98686f7df7ac2196b0551bccf0f1de615904c083
test(web): separated web and non-web integration tests
[ { "change_type": "MODIFY", "diff": "@@ -174,7 +174,7 @@ jobs:\n- name: Test\nrun: make test\n- integration-test-linux-node-lts-active:\n+ web-integration-test-linux-node-lts-active:\nneeds:\n- compile\nruns-on: ubuntu-latest\n@@ -184,7 +184,7 @@ jobs:\nwith:\nusername: ${{ secrets.SAUCE_USERNAME }}\naccessK...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(web): separated web and non-web integration tests
1
test
web
603,467
23.09.2021 23:44:35
-3,600
740075dba7a97292bc7789fc9e94ba369eda2a6d
ci(github): corrected web integration test package names
[ { "change_type": "MODIFY", "diff": "@@ -223,7 +223,7 @@ jobs:\n- uses: actions/upload-artifact@v2\nwith:\nretention-days: 3\n- name: integration-test-reports\n+ name: web-integration-test-reports\npath: |\ntarget/**/*\npackage.json\n@@ -257,12 +257,21 @@ jobs:\n- name: Integration Test\nrun: make non-web-in...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected web integration test package names
1
ci
github
317,842
23.09.2021 23:46:06
-7,200
6097d2d357bed480c80eebbb39cb3b48b0b0923d
feat(owm): response caching added default timeout of 10 minutes. A value of 0 disables the cache. Original concept by boarder2
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,8 @@ The free tier for *Current weather and forecasts collection* is sufficient.\n\"location\": \"AMSTERDAM,NL\",\n\"units\": \"metric\",\n\"enable_hyperlink\" : false,\n- \"http_timeout\": 20\n+ \"http_timeout\": 20,\n+ \"cache_timeout\": 10\n}\n}\n```\n@@ -...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(owm): response caching added default timeout of 10 minutes. A value of 0 disables the cache. Original concept by boarder2
1
feat
owm
126,276
23.09.2021 23:53:03
10,800
5f089a2b90a3d039e26e3ff1083cb3856a28ec9e
fix(embedded/sql): distinct row reader with limit argument
[ { "change_type": "MODIFY", "diff": "@@ -22,14 +22,17 @@ type distinctRowReader struct {\nrowReader RowReader\n+ limit uint64\n+\nreadRows map[[sha256.Size]byte]struct{}\n}\n-func (e *Engine) newDistinctRowReader(rowReader RowReader) (*distinctRowReader, error) {\n+func (e *Engine) newDistinctRowReader(rowRe...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): distinct row reader with limit argument Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
126,276
24.09.2021 00:02:31
10,800
0483a8ea1dc5032cd296810aa4ba260737b33e0b
chore(embedded/sql): use int type for limit arg
[ { "change_type": "MODIFY", "diff": "@@ -22,12 +22,12 @@ type distinctRowReader struct {\nrowReader RowReader\n- limit uint64\n+ limit int\nreadRows map[[sha256.Size]byte]struct{}\n}\n-func (e *Engine) newDistinctRowReader(rowReader RowReader, limit uint64) (*distinctRowReader, error) {\n+func (e *Engine) ne...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): use int type for limit arg Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
603,467
24.09.2021 01:42:09
-3,600
ca53206fba1a544216319db9d58e461e33b5ffc9
ci(github): corrected bootstrap scripts
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ jobs:\n- name: Install Node Modules (@integration)\nuses: bahmutov/npm-install@v1\nwith:\n- install-command: make BOOTSTRAP=@integration install\n+ install-command: make install\nenv:\nCHROMEDRIVER_FILEPATH: \"/usr/bin/chromedriver\"\n@@ -196,7 +196,7 @@...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected bootstrap scripts
1
ci
github
603,467
24.09.2021 01:46:35
-3,600
f2779843ee2329d2ef47cd6cbb2aa9ac5314b128
ci(github): tweaked bootstrap scripts
[ { "change_type": "MODIFY", "diff": "@@ -196,7 +196,7 @@ jobs:\n- name: Install Node Modules (@integration)\nuses: bahmutov/npm-install@v1\nwith:\n- install-command: make BOOTSTRAP=@integration-web install\n+ install-command: make BOOTSTRAP=@integration install\nenv:\nCHROMEDRIVER_FILEPATH: \"/usr/bin/chrome...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): tweaked bootstrap scripts
1
ci
github
603,467
24.09.2021 01:51:35
-3,600
501e97d4a848fe53f6745bf832724c6d228e5a89
ci(github): corrected workflow file
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ jobs:\nrun: 7z x -aoa compiled-libs.zip\n- name: Integration Test\n- run: make web-integration-test\n+ run: make integration-test-web\nenv:\nSAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}\nSAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}\n@@ -255,7 +25...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected workflow file
1
ci
github
603,467
24.09.2021 02:14:20
-3,600
59d9ee0be8b372d035e940ea50cd107148834cbb
ci(github): make sure dev tool binaries are linked
[ { "change_type": "MODIFY", "diff": "\"lerna:bootstrap:@integration\": \"lerna bootstrap --scope '@serenity-js/*' --scope '@integration*' --ignore='@documentation/*' --ignore '@examples/*' --include-dependencies && npm run lerna:bootstrap:link-parent-bin\",\n\"lerna:bootstrap:@examples\": \"lerna bootstrap -...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): make sure dev tool binaries are linked
1
ci
github
71,776
24.09.2021 02:38:24
-32,400
1c258363f1e6fb54ad4b995ad16e3d983f44954a
docs(opensearch): fix package name on readme Fix the opensearchservice package name -> 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": "@@ -24,14 +24,14 @@ Higher level constructs for Domain | ![Stable](https://img.shields.io/badge/stab\nAmazon OpenSearch Service is the successor to Amazon Elasticsearch Service.\n-See [Migrating to OpenSearch](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-elasticsea...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(opensearch): fix package name on readme (#16537) Fix the opensearchservice package name @aws-cdk/aws-opensearch -> @aws-cdk/aws-opensearchservice Closes #16582 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
opensearch
73,349
24.09.2021 06:18:05
-43,200
f3e2271855d528f3b43478e1f3b6d3e482d44900
fix: typo in documentation By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]:
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ the request-response protocol is defined by the [kernel api specification]. On\n- `#!json { \"stdout\": \"<base64-encoded data>\" }` when the console data is to be\nwritten on the *Host Application*'s `STDOUT` stream.\n- Any data that is not valid JSON, ...
TypeScript
Apache License 2.0
aws/jsii
fix: typo in documentation (#2999) --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1
fix
null
317,842
24.09.2021 07:26:42
-7,200
ba71a4a16d1d4263c4d27c664157bdd49d04f023
fix: cache_timeout mismatch + variable naming + schema.json
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,8 @@ const (\nHTTPTimeout Property = \"http_timeout\"\n// DefaultHTTPTimeout default timeout used when executing http request\nDefaultHTTPTimeout = 20\n+ // DefaultCacheTimeout default timeout used when caching data\n+ DefaultCacheTimeout = 10\n)\nfunc printC...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: cache_timeout mismatch + variable naming + schema.json
1
fix
null
317,646
24.09.2021 07:30:35
-7,200
aa5a2359530541eeb730e80cab44bbe434d26549
fix(pwsh): validate correct AZ context object
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ function global:Initialize-ModuleSupport {\nif ($env:AZ_ENABLED -eq $true) {\ntry {\n$context = Get-AzContext\n- if ($null -ne $subscription) {\n+ if ($null -ne $context) {\n$env:AZ_ENVIRONMENT_NAME = $context.Environment.Name\n$env:AZ_USER_NAME = $conte...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): validate correct AZ context object
1
fix
pwsh
317,646
24.09.2021 07:36:21
-7,200
57174b642446ad8be5412fedae12d34def8ba146
refactor(owm): rename properties
[ { "change_type": "MODIFY", "diff": "@@ -15,16 +15,16 @@ type owm struct {\n}\nconst (\n- // APIKEY openweathermap api key\n- APIKEY Property = \"apikey\"\n- // LOCATION openweathermap location\n- LOCATION Property = \"location\"\n- // UNITS openweathermap units\n- UNITS Property = \"units\"\n- // CACHETimeo...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(owm): rename properties
1
refactor
owm
276,939
24.09.2021 08:12:51
10,800
7b49d04899a5cd7de5ee747bc9a9e7ef92f86e99
feat(theme-generator): add type validation
[ { "change_type": "MODIFY", "diff": "* @returns {themeVars} themeVars - will return the same function which is injected to \\<ThemeProvider>\n*/\nfunction createTheme(themeVars) {\n+ if (typeof themeVars !== 'function')\n+ throw new TypeError(\n+ `Invalid param 'themeVars', expected 'string', received '${typ...
JavaScript
MIT License
gympass/yoga
feat(theme-generator): add type validation
1
feat
theme-generator
915,336
24.09.2021 08:13:50
-7,200
2f2552dc2769673c0f397dfec6022eb9395476ee
feat: support Zipkin tracer
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"tracing\": {\n+ \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n+ \"$id\": \"ory://tracing-config\",\n+ \"type\": \"object\",\n+ \"additionalProperties\": false,\n+ \"description\": \"Configure distributed tracing.\",\n+ \"properties\": {\n+ \"pro...
Go
Apache License 2.0
ory/oathkeeper
feat: support Zipkin tracer (#832)
1
feat
null
276,939
24.09.2021 08:14:36
10,800
78378774db5978b6595582653a559ad44c55116e
test(theme-generator): add spec for invalid type
[ { "change_type": "MODIFY", "diff": "import * as tokens from '@gympass/yoga-tokens';\nimport createTheme from './index';\n+describe('given theme generator:createTheme()', () => {\nit('should generate a callable theme which overrides only received tokens', () => {\nconst generatedTheme = createTheme(yogaToken...
JavaScript
MIT License
gympass/yoga
test(theme-generator): add spec for invalid type
1
test
theme-generator
126,276
24.09.2021 08:41:47
10,800
2a4ced81010b0d2baa0eb14174397a5a7f5b77e8
fix(embedded/sql): ensure determinism and no value overlaps distinct rows
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ func TestConditionalRowReader(t *testing.T) {\nengine, err := NewEngine(catalogStore, dataStore, DefaultOptions().WithPrefix(sqlPrefix))\nrequire.NoError(t, err)\n- dummyr := &dummyRowReader{}\n+ dummyr := &dummyRowReader{failReturningColumns: true}\nrow...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): ensure determinism and no value overlaps distinct rows Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
276,939
24.09.2021 08:42:51
10,800
1d78ce1783b1a32ebcbc5158cd5c548a3b88fdd3
chore(theme-generator): update filenames and re-export createTheme
[ { "change_type": "MODIFY", "diff": "-/**\n- * Gets a function that one could sent to \\<ThemeProvider> in order to inject a custom thme (or sets of tokens)\n- * @param {themeVars} themeVars - should return an object with a similar scheme of our tokens that will be replaced, can receive a tokens parameter\n-...
JavaScript
MIT License
gympass/yoga
chore(theme-generator): update filenames and re-export createTheme
1
chore
theme-generator
276,939
24.09.2021 08:52:51
10,800
6799d436fd8bda6c4fdb5c59a3bd0ef6c5a0d606
chore(theme-generator): improve and simplify composeTheme()
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ const getComponentThemes = tokens => {\nreturn { components };\n};\n-const theme = (tokens, includeComponents) => {\n+const theme = tokens => {\nconst baseFont = tokens.fonts.rubik;\nconst baseFontSize = tokens.fontSizes.medium;\n@@ -58,27 +58,18 @@ cons...
JavaScript
MIT License
gympass/yoga
chore(theme-generator): improve and simplify composeTheme()
1
chore
theme-generator
276,939
24.09.2021 08:54:07
10,800
85f0b517c072a838b08772407bfd937dc205cee9
docs(theme-generator): remote italic from link to avoid visual noise
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { Link as GatsbyLink } from 'gatsby';\n## Theme Generator\nYoga exposes a function that let you create your very own theme which can later be injected into <GatsbyLink to=\"/components/theming/themeProvider\">`<ThemeProvider>`</GatsbyLink>.\n-You ...
JavaScript
MIT License
gympass/yoga
docs(theme-generator): remote italic from link to avoid visual noise
1
docs
theme-generator
617,469
24.09.2021 08:56:43
-7,200
e06dc9eede10eeec475df8508ee58342105305c4
docs: update readme-dev (update server url)
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ Note: environment file can be created using [scripts/setup-env.js](scripts/setup\nRun the frontend with our online latest API :\n```sh\n-API_URL=https://api-master-code-travail.dev.fabrique.social.gouv.fr/api/v1 yarn workspace @cdt/frontend dev\n+API_URL...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
docs: update readme-dev (update server url) (#3767)
1
docs
null
276,939
24.09.2021 09:02:28
10,800
8365ebcc633a5971d2eec810e352860007024cad
style: add line breaks between different kinds of expressions
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ function createTheme(themeVars) {\nthrow new TypeError(\n`Invalid param 'themeVars', expected 'string', received '${typeof themeVars}'.`,\n);\n+\nreturn themeVars;\n}\n", "new_path": "packages/yoga/src/Theme/helpers/themeGenerator/themeGenerator.js", ...
JavaScript
MIT License
gympass/yoga
style: add line breaks between different kinds of expressions
1
style
null
815,577
24.09.2021 09:06:24
-28,800
a5b10d13363973511614a8f739586a0c4ee05446
fix: fix identify disconnect
[ { "change_type": "MODIFY", "diff": "@@ -407,7 +407,9 @@ impl Callback for IdentifyCallback {\n// it is possible that the node will be accidentally evicted, so it is necessary\n// to reset the information of the node when disconnected.\nself.network_state.with_peer_store_mut(|peer_store| {\n+ if !peer_store....
Rust
MIT License
nervosnetwork/ckb
fix: fix identify disconnect
1
fix
null
126,276
24.09.2021 09:14:50
10,800
b6565487a0aadc871b69a0d667026a7a7a518dee
chore(embedded/sql): limit row reader
[ { "change_type": "MODIFY", "diff": "@@ -23,12 +23,10 @@ type distinctRowReader struct {\nrowReader RowReader\ncols []*ColDescriptor\n- limit int\n-\nreadRows map[[sha256.Size]byte]struct{}\n}\n-func (e *Engine) newDistinctRowReader(rowReader RowReader, limit int) (*distinctRowReader, error) {\n+func (e *Eng...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): limit row reader Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
777,401
24.09.2021 09:26:06
14,400
e5caf86fe1d8b4aecb2bad2576b0e2392bbc2f90
chore: recover agent websocket flakes This change adds functionality to recover agent websocket flakes.
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,8 @@ type agent struct {\nmasterProto string\nmasterClient *http.Client\n+\n+ reconnecting bool\n}\nfunc newAgent(version string, options Options) *agent {\n@@ -68,8 +70,9 @@ func (a *agent) Receive(ctx *actor.Context) error {\nswitch {\ncase msg.MasterSetAge...
Python
Apache License 2.0
determined-ai/determined
chore: recover agent websocket flakes [DET-5935] (#2991) This change adds functionality to recover agent websocket flakes.
1
chore
null
276,939
24.09.2021 09:41:09
10,800
ffdb5e2e3e9d66c7b9eaeeddc5cc5927e3bf2159
style(eslint): add config for padding-line-between-statements
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,17 @@ module.exports = {\n'import/no-extraneous-dependencies': 0,\n'no-plusplus': 0,\n'no-restricted-globals': 0,\n+ 'padding-line-between-statements': [\n+ 2,\n+ { blankLine: 'always', prev: ['const', 'var', 'let'], next: '*' },\n+ {\n+ blankLine: 'any',\n+ ...
JavaScript
MIT License
gympass/yoga
style(eslint): add config for padding-line-between-statements
1
style
eslint
603,467
24.09.2021 09:47:01
-3,600
27a267ef75486d9a46b04a9e194a13feaf90b3a7
build(lerna): corrected bootstrap script
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"lerna\",\n\"lerna:bootstrap:all\": \"lerna bootstrap && npm run lerna:bootstrap:link-parent-bin\",\n\"lerna:bootstrap:@serenity-js\": \"lerna bootstrap --scope '@serenity-js/*' --ignore='@documentation/*' --ignore '@examples/*' --ignore '@integration/*' --inc...
TypeScript
Apache License 2.0
serenity-js/serenity-js
build(lerna): corrected bootstrap script
1
build
lerna
679,913
24.09.2021 09:47:17
-7,200
4b09d0e55629fbbae81603d18f0b8386ba75e2c8
refactor(hdom-components): dedupe toggle() internals
[ { "change_type": "MODIFY", "diff": "@@ -67,12 +67,7 @@ export const slideToggleDot = (opts: Partial<ToggleDotOpts> = {}) => {\n...(vertical ? { cy: width + margin - br } : { cx }),\n..._opts.fgOff,\n};\n- return (_: any, attribs: any, state: boolean) => [\n- \"svg\",\n- { ...svgSize, ...attribs },\n- [\"rec...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom-components): dedupe toggle() internals
1
refactor
hdom-components
791,370
24.09.2021 10:03:41
21,600
5f3e793b44305210ff01f1782107cef1ff5e9247
chore(.github): don't run release-please on forks
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ jobs:\n# logic for other libraries as well, and would like to pull this logic\n# into its own action.\nchangeFinder:\n+ if: github.repository == 'googleapis/google-cloud-go'\nruns-on: ubuntu-latest\noutputs:\nsubmodules: ${{ steps.interrogate.outputs.sub...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(.github): don't run release-please on forks (#4807)
1
chore
.github
889,620
24.09.2021 10:08:25
-28,800
8fa0ba6bc21e9c8eb9bec2a8b346f049e4ee3869
feat: docker image can load application.yml from /config mounted folder
[ { "change_type": "MODIFY", "diff": "@@ -12,5 +12,5 @@ ENV KOMGA_LUCENE_DATA_DIRECTORY=\"/config/lucene\"\nENV SPRING_ARTEMIS_EMBEDDED_DATA_DIRECTORY=\"/config/artemis\"\nENV LOGGING_FILE_NAME=\"/config/logs/komga.log\"\nENV LC_ALL=en_US.UTF-8\n-ENTRYPOINT [\"java\", \"org.springframework.boot.loader.JarLaun...
Kotlin
MIT License
gotson/komga
feat: docker image can load application.yml from /config mounted folder
1
feat
null
777,369
24.09.2021 10:19:39
21,600
54e3e56722cbf86d049f2f54743247c403719447
chore: menu items require keys for newer antd versions (4.x+)
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,7 @@ const NavigationSideBar: React.FC = () => {\n<footer>\n<Dropdown\ncontent={<Menu>\n- <Menu.Item>\n+ <Menu.Item key=\"sign-out\">\n<Link path={paths.logout()}>Sign Out</Link>\n</Menu.Item>\n</Menu>}\n", "new_path": "webui/react/src/components/Naviga...
Python
Apache License 2.0
determined-ai/determined
chore: menu items require keys for newer antd versions (4.x+) (#3011)
1
chore
null
889,620
24.09.2021 10:33:46
-28,800
eb67356472887a08eb103bb293241233c06efefd
feat(webui): add link to changelog on version number closes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ html {\noverflow-y: auto !important;\n}\n+.link-none {\n+ text-decoration: none;\n+}\n+\n.link-underline {\ntext-decoration: none;\n}\n", "new_path": "komga-webui/src/styles/global.css", "old_path": "komga-webui/src/styles/global.css" }, { ...
Kotlin
MIT License
gotson/komga
feat(webui): add link to changelog on version number closes #691
1
feat
webui
889,148
24.09.2021 10:53:21
-10,800
689ffb8a7ab76104ddd4739cba484db0f3471222
fix: log a warning instead of failing test
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,14 @@ describe('Logging', () => {\n}\nreturn getDateFromGeneratedName(name) < oneHourAgo;\n})\n- .map(o => o.delete())\n+ .map(o => {\n+ const name = o.name || o.id;\n+ try {\n+ o.delete();\n+ } catch (err) {\n+ console.warn(`failed to delete \"${name}\": $...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix: log a warning instead of failing test (#1161)
1
fix
null
276,939
24.09.2021 10:59:31
10,800
4500bb6b45e53ff4a2fa76712e012148697e4f91
revert(CONTRIBUTING): add mistakenly removed content of Theming section
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,12 @@ packages\n### Theming\n-Yoga exposes a `createTheme` function in order to generate new themes, you can refer to [Theme Generator](https://gympass.github.io/yoga/components/theming/themeGenerator) in order to see how to create custom themes.\n+Every comp...
JavaScript
MIT License
gympass/yoga
revert(CONTRIBUTING): add mistakenly removed content of Theming section
1
revert
CONTRIBUTING
603,467
24.09.2021 11:05:45
-3,600
753d25898ef9ee076e43d2344927c86e4ff5d8f2
ci(github): ensure all libs are transferred between the jobs
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ jobs:\nrun: make compile\n- name: Compress Libs\n- run: 7z a compiled-libs.zip package.json \"integration/*/lib/*\" \"packages/*/lib/*\"\n+ run: 7z a compiled-libs.zip package.json \"integration/*/lib/*\" \"integration-web/*/lib/*\" \"packages/*/lib/*\"\...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): ensure all libs are transferred between the jobs
1
ci
github
679,913
24.09.2021 11:31:51
-7,200
6af7e1e47bf834db7eb975aedde28269a113f908
refactor(imgui): dedupe ringRaw() internals
[ { "change_type": "MODIFY", "diff": "@@ -175,24 +175,16 @@ export const ringRaw = (\nconst r2 = r * rscale;\n// adaptive arc resolution\nconst numV = fitClamped(r, 15, 80, 12, 30);\n- const bgShape = gui.resource(id, key, () =>\n+ const shape = (max: number) => () =>\npolygon(\n[\n- ...arcVerts(pos, r, start...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(imgui): dedupe ringRaw() internals
1
refactor
imgui
865,921
24.09.2021 11:38:44
-7,200
6959a4cf01bd30db167abdc9708595fa82d521c4
chore(plugins): update test-client to use new slots Migrates the test client to use new slots available with Camunda Modeler v4.10+. Also adds documentation regarding `toolbar` being a no-op some day in the future.
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ import { Fill } from 'camunda-modeler-plugin-helpers/components';\nconst PLUGIN_NAME = 'test-client';\n+\nexport default class TestClient extends Component {\nconstructor(props) {\n@@ -78,13 +79,40 @@ export default class TestClient extends Component {\n...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins): update test-client to use new slots Migrates the test client to use new slots available with Camunda Modeler v4.10+. Also adds documentation regarding `toolbar` being a no-op some day in the future.
1
chore
plugins
104,844
24.09.2021 11:46:25
14,400
3735214831ac7e8b10dd872378b9ddf475179b6a
chore(test-app): wrangling paths to build folder
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,6 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\nrun: |\n- node ../../dist/src/utils/serveTestApp.js\n+ ls\n+ node ./dist/src/utils/serveTestApp.js\nexit 0\n- working-directory: ./test-app/build\n", "new_path": ".github/workflows/test-app.yml", "o...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): wrangling paths to build folder
1
chore
test-app
699,232
24.09.2021 11:56:41
25,200
420c78fc0f37a2a9189bbb97d77d80f6a58515cd
feat(tooltip): allow customization
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/tooltip': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Tooltip] Enable Component to respect element customizations set on the customization provider. Component now enables setting an element name on the underlying HTML element and checks the emotion ...
TypeScript
MIT License
twilio-labs/paste
feat(tooltip): allow customization
1
feat
tooltip
679,913
24.09.2021 11:59:53
-7,200
9c0f0032d8fbce3634971a36497ef22a7343edbb
feat(distance): add/update argmin fns/params add argminN() for numeric inputs updata argmin fn to accept metric functions OR IDistance impls add thi.ng/checks as direct dependency (already was transitive)
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^7.2.0\",\n+ \"@thi.ng/checks\": \"^2.9.11\",\n\"@thi.ng/errors\": \"^1.3.4\",\n\"@thi.ng/heaps\": \"^1.3.1\",\n\"@thi.ng/math\": \"^4.0.6\",\n", "new_path": "packages/distance/package.json", "old_path": "packages/distan...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(distance): add/update argmin fns/params - add argminN() for numeric inputs - updata argmin fn to accept metric functions OR IDistance impls - add thi.ng/checks as direct dependency (already was transitive)
1
feat
distance
679,913
24.09.2021 12:01:41
-7,200
a4a3e613ce07c05f7bc4682da53d31d95a915d7c
refactor(pixel): dedupe defIndexed() internals replace closestColor() w/ argmin() from thi.ng/distance update deps
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/api\": \"^7.2.0\",\n\"@thi.ng/binary\": \"^2.2.11\",\n\"@thi.ng/checks\": \"^2.9.11\",\n+ \"@thi.ng/distance\": \"^1.0.7\",\n\"@thi.ng/errors\": \"^1.3.4\",\n\"@thi.ng/k-means\": \"^0.3.6\",\n\"@thi.ng/math\": \"^4.0.6\",\n", "new_path": "packages/pixel/pack...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pixel): dedupe defIndexed() internals - replace closestColor() w/ argmin() from thi.ng/distance - update deps
1
refactor
pixel