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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
699,189 | 28.06.2021 23:18:57 | 18,000 | bcb96e07947b84b0152415ec12f3a19068eeafab | test(website): add fast broken link checker | [
{
"change_type": "ADD",
"diff": "+/**\n+ * USAGE:\n+ * 1. yarn build:website\n+ * 2. yarn serve:website\n+ * 3. yarn run cyprus open\n+ * 4. Click the link-checker test in the cyprus window that pops up\n+ *\n+ * Doesn't work on the `yarn start:website` command because\n+ * this runs on the SSR site for spe... | TypeScript | MIT License | twilio-labs/paste | test(website): add fast broken link checker | 1 | test | website |
603,467 | 28.06.2021 23:26:16 | -3,600 | 74befb2d139acc9190e8b5c1057befe22f09497e | chore(eslint): applied new ESLint rules | [
{
"change_type": "MODIFY",
"diff": "@@ -221,7 +221,7 @@ export class ConsoleReporter implements ListensToDomainEvents {\nconst artifactGeneratedEvents = this.artifacts.recordedFor(e.activityId);\n- if (artifactGeneratedEvents.filter(a => a instanceof AssertionReport || a instanceof LogEntry).length > 0) {\n... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(eslint): applied new ESLint rules | 1 | chore | eslint |
603,467 | 28.06.2021 23:30:08 | -3,600 | 54a9ca483b038e407d1b5db944e9698b9a0e97e0 | chore(deps): corrected dev dep version | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@documentation/esdoc-template\": \"2.0.0\",\n\"@integration/testing-tools\": \"2.0.0\",\n- \"@serenity-js/assertions\": \"2.29.1\",\n+ \"@serenity-js/assertions\": \"2.29.5\",\n\"@serenity-js/cucumber\": \"2.29.5\",\n\"@serenity-js/jasmine\": \"2... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(deps): corrected dev dep version | 1 | chore | deps |
902,122 | 29.06.2021 00:17:14 | -7,200 | e9073319562af1d9ff7d6bbe291f46e48f1f3df1 | ci: use node16 | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ jobs:\n- name: Setup Node.js\nuses: actions/setup-node@v2\nwith:\n- node-version: '15'\n+ node-version: '16'\n- name: Install\nrun: npm install --no-package-lock\n- name: Test\n",
"new_path": ".github/workflows/test.yml",
"old_path": ".github/wor... | JavaScript | MIT License | microlinkhq/browserless | ci: use node16 | 1 | ci | null |
815,609 | 29.06.2021 01:48:14 | -28,800 | 67007792e97f5354ec71d985db55ccff4e331b09 | chore: better error messages for subcommand `list-hashes` | [
{
"change_type": "MODIFY",
"diff": "@@ -154,6 +154,6 @@ pub fn list_hashes(root_dir: PathBuf, matches: &ArgMatches<'_>) -> Result<(), Ex\n}\nfn to_config_error(err: Box<dyn std::error::Error>) -> ExitCode {\n- eprintln!(\"{:?}\", err);\n+ eprintln!(\"ERROR: {}\", err);\nExitCode::Config\n}\n",
"new_path... | Rust | MIT License | nervosnetwork/ckb | chore: better error messages for subcommand `list-hashes` | 1 | chore | null |
826,692 | 29.06.2021 02:12:52 | 25,200 | f4253b8a555afdee718be94140ca4fd4175c1413 | feat: support namespace validation from config files
The `keto namespace validate` command now additionally supports:
validation of namespaces in config files
validation of a directory specified in config files | [
{
"change_type": "MODIFY",
"diff": "@@ -5,25 +5,43 @@ import (\n\"fmt\"\n\"io/ioutil\"\n- \"github.com/ory/keto/internal/driver/config\"\n-\n- \"github.com/ory/x/jsonschemax\"\n-\n\"github.com/ory/jsonschema/v3\"\n\"github.com/ory/x/cmdx\"\n+ \"github.com/ory/x/configx\"\n+ \"github.com/ory/x/jsonschemax\"\... | Go | Apache License 2.0 | ory/keto | feat: support namespace validation from config files (#596)
The `keto namespace validate` command now additionally supports:
- validation of namespaces in config files
- validation of a directory specified in config files | 1 | feat | null |
777,396 | 29.06.2021 05:51:08 | 21,600 | b21a57f66989b1cffd8bbfe13710a462a7dca635 | chore: update ZMQ logic in DistributedContext
This includes the following changes:
* add ZMQBroadcastServer.safe_start to avoid hangs
* allow non-tcp ZMQBroadcastServer
* add unix-based local zmq broadcast server
* DistributedContext takes RankInfo instead of using horovod directly
* workaround for a bug in horovod v0.... | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ from determined._execution import (\n_local_execution_manager,\nInvalidHP,\n)\n-from determined._train_context import NativeContext, TrialContext\n+from determined._train_context import NativeContext, TrialContext, DistributedContext, RankInfo\nfrom determ... | Python | Apache License 2.0 | determined-ai/determined | chore: update ZMQ logic in DistributedContext (#2593)
This includes the following changes:
* add ZMQBroadcastServer.safe_start to avoid hangs
* allow non-tcp ZMQBroadcastServer
* add unix-based local zmq broadcast server
* DistributedContext takes RankInfo instead of using horovod directly
* workaround for a bu... | 1 | chore | null |
791,394 | 29.06.2021 06:46:12 | -36,000 | e75262cf5eba845271965eab3c28c0a23bec14c4 | fix(pubsublite): ensure timeout settings are respected
Fixes for retryableStream and partitionCountWatcher to ensure PublisherSettings.Timeout and ReceiveSettings.Timeout are respected. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ package wire\nimport (\n\"context\"\n\"fmt\"\n+ \"time\"\n+\n+ \"golang.org/x/xerrors\"\nvkit \"cloud.google.com/go/pubsublite/apiv1\"\ngax \"github.com/googleapis/gax-go/v2\"\n@@ -35,6 +38,8 @@ type partitionCountWatcher struct {\ntopicPath string\nrece... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsublite): ensure timeout settings are respected (#4329)
Fixes for retryableStream and partitionCountWatcher to ensure PublisherSettings.Timeout and ReceiveSettings.Timeout are respected. | 1 | fix | pubsublite |
67,479 | 29.06.2021 07:36:24 | -36,000 | ddbf87aac7330e94c889a80fb95350024a342a23 | chore(ci): temp disable bench | [
{
"change_type": "MODIFY",
"diff": "@@ -348,53 +348,55 @@ jobs:\nnpm run e2e:<< parameters.suite >>\n# benchmark using playwright setup\n- benchmark_playwright:\n- executor: docker-circleci\n- steps:\n- - checkout\n- - run: git checkout master\n- - run: CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)\n- -... | TypeScript | MIT License | aurelia/aurelia | chore(ci): temp disable bench | 1 | chore | ci |
711,597 | 29.06.2021 09:22:03 | -7,200 | c89d1b51de9b2df4ea18d6d2fb85edfa828617f4 | test(core): Fix bad import test data | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ Perfect Paper Stretcher,perfect-paper-stretcher,A great device for stretching pa\n, , , , , ,Full Imperial ,PPSF ,59.5 ,standard ,-10 ,false , ,Brand:KB|Type:Accessory, ,100 ,\"{\"\"id\"\": 1}\",\nMabef M/02 Studio Easel, ,Mabef description , , , , ,M02 ,9... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Fix bad import test data | 1 | test | core |
71,665 | 29.06.2021 10:20:18 | 25,200 | 1799f4c56c7603d9a77acef614042180734427c7 | feat(stepfunctions-tasks): add EventBridgePutEvents task integration
Adds support for EventBridge PutEvents as a Step Functions task integration
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": "@@ -61,6 +61,8 @@ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aw\n- [Modify Instance Group](#modify-instance-group)\n- [EKS](#eks)\n- [Call](#call)\n+ - [EventBridge](#eventbridge)\n+ - [Put Events](#put-events)\n- [Glue](#glue)\n- [Glue ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(stepfunctions-tasks): add EventBridgePutEvents task integration (#15165)
Adds support for EventBridge PutEvents as a Step Functions task integration
closes #15033
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | stepfunctions-tasks |
688,469 | 29.06.2021 10:22:10 | 10,800 | 9a0c192be6d659cf8bc097e64ea07151da038a8a | feat(Icon): add pin solid icon | [
{
"change_type": "ADD",
"diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { makeStyles } from '@material-ui/core/styles'\n+import { StandardProps } from '@toptal/picasso-shared'\n+\n+import kebabToCamelCase from '../utils/kebab-to-camel-case'\n+import styles fro... | TypeScript | MIT License | toptal/picasso | feat(Icon): add pin solid icon (#2107) | 1 | feat | Icon |
699,189 | 29.06.2021 10:44:28 | 18,000 | c39fee577952c8e23e576fc2b7d55bdd52e72445 | test(website): remove overview table link checker | [
{
"change_type": "DELETE",
"diff": "-describe('Pattern overview table', () => {\n- it('checks all links in table', () => {\n- cy.visit('/patterns');\n- // Using :not for pages that don't exist yet. We need to make sure to keep this updated when new pages/packages are added.\n- cy.get('[data-cy=overview-tabl... | TypeScript | MIT License | twilio-labs/paste | test(website): remove overview table link checker | 1 | test | website |
889,109 | 29.06.2021 10:49:17 | 14,400 | d64d67190dddf0318ca47eb8528e4b9052e3a9c0 | fix(deps): require google-gax v2.17.0 | [
{
"change_type": "MODIFY",
"diff": "\"extend\": \"^3.0.2\",\n\"gcp-metadata\": \"^4.0.0\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.12.0\",\n+ \"google-gax\": \"^2.17.0\",\n\"on-finished\": \"^2.3.0\",\n\"pumpify\": \"^2.0.1\",\n\"stream-events\": \"^1.0.5\"\n",
"new_path": "package... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | fix(deps): require google-gax v2.17.0 (#1111) | 1 | fix | deps |
711,597 | 29.06.2021 10:59:19 | -7,200 | e4f276791c3c46a90c9c37c03d7f28b48a7bec86 | test(core): Fix broken e2e test | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,9 @@ const enumerate = <T>() => <U extends NonEmptyArray<T>>(...elements: MustInclude\nconst entitiesWithCustomFields = enumerate<keyof CustomFields>()(\n'Address',\n+ 'Administrator',\n+ 'Asset',\n+ 'Channel',\n'Collection',\n'Customer',\n'Facet',\n@@ -126,7... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Fix broken e2e test | 1 | test | core |
126,295 | 29.06.2021 11:32:17 | -7,200 | e4273c9db210815737584bc29dfbe5758b582b55 | chore(pkg/server): move userdata lock in the inner method getLoggedInUserDataFromUsername | [
{
"change_type": "MODIFY",
"diff": "@@ -559,8 +559,6 @@ func (s *ImmuServer) addUserToLoginList(u *auth.User) {\n}\nfunc (s *ImmuServer) getLoggedInUserdataFromCtx(ctx context.Context) (int64, *auth.User, error) {\n- s.userdata.Lock()\n- defer s.userdata.Unlock()\njsUser, err := auth.GetLoggedInUser(ctx)\ni... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): move userdata lock in the inner method getLoggedInUserDataFromUsername
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/server |
67,479 | 29.06.2021 11:45:16 | -36,000 | cf34e40879919ca5f6b0318e8e74364a0d095dae | refactor(templating): remove projections param from getRenderContext | [
{
"change_type": "MODIFY",
"diff": "\"CHANGELOG.md\",\n\"LICENSE\"\n],\n+ \"sideEffects\": false,\n\"scripts\": {\n\"lint\": \"eslint --cache --ext .js,.ts src/\",\n\"lint:ci\": \"eslint --cache --ext .js,.ts --quiet --report-unused-disable-directives src/\",\n",
"new_path": "packages/fetch-client/packa... | TypeScript | MIT License | aurelia/aurelia | refactor(templating): remove projections param from getRenderContext | 1 | refactor | templating |
276,970 | 29.06.2021 12:05:59 | 10,800 | 3fc21382341efb507866443aeaea1f161db1a1c2 | fix: fix checkbox width when adding large label text
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ const CheckMark = styled.div`\nborder-style: solid;\n+ flex-shrink: 0;\n+\n${({\nchecked,\ndisabled,\n",
"new_path": "packages/yoga/src/Checkbox/web/Checkbox.jsx",
"old_path": "packages/yoga/src/Checkbox/web/Checkbox.jsx"
},
{
"change_typ... | JavaScript | MIT License | gympass/yoga | fix: fix checkbox width when adding large label text
fix #279 | 1 | fix | null |
342,890 | 29.06.2021 12:12:11 | -7,200 | c9c381e40c2e069544f68d1136c86ddf892099df | fix: improved wording after review | [
{
"change_type": "MODIFY",
"diff": "title: Accessibility\n-description: Components to increase the accessibility of your designs.\n+description: Components to improve the accessibility of your designs.\ntype: folder\n",
"new_path": "docs/src/documentation/03-components/06-accessibility/meta.yml",
"o... | JavaScript | MIT License | kiwicom/orbit | fix: improved wording after review | 1 | fix | null |
679,913 | 29.06.2021 12:15:24 | -7,200 | cfa7d1d1018ed0e59d43f36e84f358aa854771a0 | build(pointfree-lang): replace commander dep
replace w/
update pointfree.js CLI wrapper | [
{
"change_type": "MODIFY",
"diff": "#!/usr/bin/env node\nconst api = require(\"@thi.ng/api\");\n+const args = require(\"@thi.ng/args\");\nconst bench = require(\"@thi.ng/bench\");\nconst pf = require(\"@thi.ng/pointfree\");\nconst pfl = require(\"@thi.ng/pointfree-lang\");\nconst fs = require(\"fs\");\n-con... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(pointfree-lang): replace commander dep
- replace w/ @thi.ng/args
- update pointfree.js CLI wrapper | 1 | build | pointfree-lang |
426,720 | 29.06.2021 12:47:50 | -10,800 | eac0ee6a2effad8c9bf8d363f34ab3f737f442af | feat(rollup-plugin-html): exclude files | [
{
"change_type": "MODIFY",
"diff": "@@ -307,6 +307,8 @@ export interface InputHTMLOptions {\nexport interface RollupPluginHTMLOptions {\n/** HTML file(s) to use as input. If not set, uses rollup input option. */\ninput?: string | InputHTMLOptions | (string | InputHTMLOptions)[];\n+ /** HTML file glob patter... | TypeScript | MIT License | modernweb-dev/web | feat(rollup-plugin-html): exclude files | 1 | feat | rollup-plugin-html |
866,401 | 29.06.2021 12:53:47 | 10,800 | cdfca6ba3c9028ed57a1152883c70b1dd3005094 | feat(content-block-horizontal): name change and deprecation
### Related Ticket(s)
### Description
I've renamed the current `content-group-horizontal` component to `content-block-horizontal`, deprecating the old component while maintaining the styles and functionality. | [
{
"change_type": "RENAME",
"diff": "/**\n- * Copyright IBM Corp. 2016, 2020\n+ * Copyright IBM Corp. 2016, 2021\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.\n@import '../../internal/content-block/content-block';\n@imp... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(content-block-horizontal): name change and deprecation (#6489)
### Related Ticket(s)
#5869
### Description
I've renamed the current `content-group-horizontal` component to `content-block-horizontal`, deprecating the old component while maintaining the styles and functionality. | 1 | feat | content-block-horizontal |
815,609 | 29.06.2021 13:14:47 | -28,800 | db2caca017fe2194702676952e137bb94b1379a9 | feat(hardfork): add the "edition" field to all configuration files | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ pub fn list_hashes(root_dir: PathBuf, matches: &ArgMatches<'_>) -> Result<(), Ex\nresource = Resource::bundled_ckb_config();\n}\n- let mut config: CKBAppConfig = toml::from_slice(&resource.get()?)?;\n+ let mut config = CKBAppConfig::load_from_slice(&re... | Rust | MIT License | nervosnetwork/ckb | feat(hardfork): add the "edition" field to all configuration files | 1 | feat | hardfork |
386,595 | 29.06.2021 13:19:09 | -7,200 | 37a15bf6c56519565ef1b62e38dc021eeea71262 | fix(blocksAntd): Fix S3UploadButton block to new responses schema. | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ const getCustomRequest =\nthrow new Error('S3 post policy request error.');\n}\n- const { url, fields } = s3PostPolicyResponse.responses[0].response[0];\n+ const { url, fields } = s3PostPolicyResponse.responses.__getS3PostPolicy.response[0];\nconst { buc... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Fix S3UploadButton block to new responses schema. | 1 | fix | blocksAntd |
791,282 | 29.06.2021 13:28:36 | 25,200 | e4a5791501ee721226b62963b4282267911779a9 | chore(internal): update microgen to v0.21.2
Changes include:
add initial `rest` client generation (behind `transport=rest` flag)
add `EnableJwtWithScope` default client options cc
dependency updates | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ RUN GO111MODULE=on go get \\\ngolang.org/x/lint/golint@latest \\\ngolang.org/x/tools/cmd/goimports@latest \\\nhonnef.co/go/tools/cmd/staticcheck@latest \\\n- github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.20.4\n+ github.com/googleapi... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal): update microgen to v0.21.2 (#4315)
Changes include:
- add initial `rest` client generation (behind `transport=rest` flag)
- add `EnableJwtWithScope` default client options cc @shinfan
- dependency updates | 1 | chore | internal |
438,921 | 29.06.2021 13:48:38 | -32,400 | cb0a00b62c2ba74598cce86c0b91bb07017f3f5a | chore(deps-dev): update dependency
fix possible security vulnerability | [
{
"change_type": "MODIFY",
"diff": "\"clean-webpack-plugin\": \"^4.0.0-alpha.0\",\n\"cloc\": \"^2.8.0\",\n\"core-js\": \"^3.15.1\",\n- \"coveralls\": \"^3.1.0\",\n+ \"coveralls\": \"^3.1.1\",\n\"cross-env\": \"^7.0.3\",\n\"css-loader\": \"^5.2.6\",\n\"css-minimizer-webpack-plugin\": \"^3.0.2\",\n\"eslint-co... | TypeScript | MIT License | naver/billboard.js | chore(deps-dev): update dependency (#2169)
fix possible security vulnerability | 1 | chore | deps-dev |
791,282 | 29.06.2021 13:52:34 | 25,200 | a89d341d45cf25d80fad37834599e8869ed2d63a | chore(internal/gapicgen): gen googleapis-discovery compute gapic
Adds generation of a `compute` gapic that uses googleapis-discovery.
Note: we need to capture some fixes in gapic-generator-go with a release there and update here before this will work.
cc: | [
{
"change_type": "MODIFY",
"diff": "@@ -46,10 +46,28 @@ type microgenConfig struct {\n// disableMetadata is used to toggle generation of the gapic_metadata.json\n// file for the client library.\ndisableMetadata bool\n+\n+ // transports is a list of transports to generate a client for. Acceptable\n+ // value... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal/gapicgen): gen googleapis-discovery compute gapic (#4307)
Adds generation of a `compute` gapic that uses googleapis-discovery.
Note: we need to capture some fixes in gapic-generator-go with a release there and update here before this will work.
cc: @software-dov @vchudnov-g | 1 | chore | internal/gapicgen |
342,890 | 29.06.2021 13:57:49 | -7,200 | 30ca83bbc882a59a99ea4bfc09a1fdafd2401efa | fix: proofreading | [
{
"change_type": "MODIFY",
"diff": "---\ntitle: Choosing components for actions\n-description: How to select a which Orbit component to use for your actions.\n+description: How to select which Orbit component to use for your actions.\nredirect_from:\n- /guides/using-button-type-components/\n---\n@@ -14,7 +1... | JavaScript | MIT License | kiwicom/orbit | fix: proofreading | 1 | fix | null |
889,620 | 29.06.2021 13:59:20 | -28,800 | 8545574d387e7242291f2a5eb8f9ce81bbda3d73 | feat(webui): select all option in the selection bar | [
{
"change_type": "RENAME",
"diff": "<v-scroll-y-transition hide-on-leave>\n<toolbar-sticky v-if=\"value.length > 0\" :elevation=\"5\" color=\"base\">\n<v-btn icon @click=\"unselectAll\">\n- <v-icon>mdi-close</v-icon>\n+ <v-tooltip bottom>\n+ <template v-slot:activator=\"{ on }\">\n+ <v-icon v-on=\"on\">mdi-... | Kotlin | MIT License | gotson/komga | feat(webui): select all option in the selection bar | 1 | feat | webui |
679,913 | 29.06.2021 14:01:38 | -7,200 | dc536cbc72512789d0c106831add830236c8fee0 | fix(date): flip sign in TZ offset formatter (`Z`) | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,7 @@ export const FORMATTERS: Record<string, FormatFn> = {\nZ: (d, utc = false) => {\nconst z = utc ? 0 : d.getTimezoneOffset();\nconst za = Math.abs(z);\n- return `${z < 0 ? \"-\" : \"+\"}${Z2((za / 60) | 0)}:${Z2(za % 60)}`;\n+ return `${z < 0 ? \"+\" : \"-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(date): flip sign in TZ offset formatter (`Z`) | 1 | fix | date |
756,059 | 29.06.2021 14:02:27 | 25,200 | 07b300e2b7656e12ac4b011d0ebae73c9d8fa50c | feat: utility to replace kernel bundle in kernel DB | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env -S node -r esm\n+\n+/* global require */\n+\n+import 'node-lmdb';\n+import '@agoric/babel-standalone';\n+import '@agoric/install-ses';\n+\n+import path from 'path';\n+import process from 'process';\n+\n+import bundleSource from '@agoric/bundle-source';\n+impo... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: utility to replace kernel bundle in kernel DB | 1 | feat | null |
889,620 | 29.06.2021 14:05:42 | -28,800 | f69a31eaf1ed62ba2a173ee78116008a4cef0ec1 | feat(webui): select multiple items using shift+click | [
{
"change_type": "MODIFY",
"diff": ":no-link=\"draggable || deletable\"\n:preselect=\"shouldPreselect\"\n:onEdit=\"(draggable || deletable) ? undefined : editFunction\"\n- :onSelected=\"(draggable || deletable) ? undefined : selectable ? toggle: undefined\"\n+ :onSelected=\"(draggable || deletable) ? undefi... | Kotlin | MIT License | gotson/komga | feat(webui): select multiple items using shift+click | 1 | feat | webui |
679,913 | 29.06.2021 14:08:47 | -7,200 | cee6d7f87fc40e6be520e62aafa712256d436783 | docs(date): update doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ export const FORMATTERS: Record<string, FormatFn> = {\n*/\nyy: (d) => String(d.getFullYear() % 100),\n/**\n- * 3-letter month name (e.g. `Feb`)\n+ * Month name, using current {@link LOCALE} (e.g. `Feb`)\n*/\nMMM: (d) => LOCALE.months[d.getMonth()],\n/**\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(date): update doc strings | 1 | docs | date |
185,987 | 29.06.2021 14:20:31 | 25,200 | d0e2d757d56d837565a00e13f11a4cd5c5a03c8c | fix: add dialog box for when user adds duplicate local electron builds | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import { getElectronNameForPlatform } from '../../utils/electron-name';\nimport { getIsDownloaded } from '../binary';\nimport { ipcRendererManager } from '../ipc';\nimport { AppState } from '../state';\n+import { getLocalVersionForPath } from '../version... | TypeScript | MIT License | electron/fiddle | fix: add dialog box for when user adds duplicate local electron builds (#731)
Co-authored-by: VerteDinde <vertedinde@electronjs.org> | 1 | fix | null |
889,620 | 29.06.2021 14:49:28 | -28,800 | 217bc493a12221343183938e543a79b4d731a562 | refactor(webui): remove useless code | [
{
"change_type": "MODIFY",
"diff": "@@ -527,7 +527,6 @@ export default Vue.extend({\nasync editBooks(): Promise<boolean> {\nconst metadata = this.validateForm()\nif (metadata) {\n- const updated = [] as BookDto[]\nconst toUpdate = (this.single ? [this.books] : this.books) as BookDto[]\nfor (const b of toUpd... | Kotlin | MIT License | gotson/komga | refactor(webui): remove useless code | 1 | refactor | webui |
889,620 | 29.06.2021 15:11:24 | -28,800 | 19e3f18cad28de14a23eba81745d73d069059f29 | feat(webui): multi-select collections and read lists | [
{
"change_type": "MODIFY",
"diff": "<collection-delete-dialog\nv-model=\"deleteCollectionDialog\"\n- :collection=\"deleteCollection\"\n+ :collections=\"deleteCollections\"\n/>\n<read-list-add-to-dialog\n<read-list-delete-dialog\nv-model=\"deleteReadListDialog\"\n- :read-list=\"deleteReadList\"\n+ :read-list... | Kotlin | MIT License | gotson/komga | feat(webui): multi-select collections and read lists | 1 | feat | webui |
699,207 | 29.06.2021 15:11:30 | 25,200 | fa2ffc5cf4da037dcfa0894d033665720cc70ab4 | chore(truncate): add required title prop to Truncate | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/truncate': major\n+'@twilio-paste/core': major\n+---\n+\n+[Truncate] Added the title prop to show full non-truncated text\n+BREAKING CHANGE: `title` prop is now required for the Truncate component.\n",
"new_path": ".changeset/tricky-spiders-matter.m... | TypeScript | MIT License | twilio-labs/paste | chore(truncate): add required title prop to Truncate (#1603) | 1 | chore | truncate |
551,643 | 29.06.2021 15:24:59 | -7,200 | a6a495d296c65a29ca561b15fec636612cbb6d84 | chore: typo fix in server conf file, 9013 -> 9003 for health endpoint | [
{
"change_type": "MODIFY",
"diff": "## Use this port to health check QuestDB instance when it isn't desired to log these health check requests. This is sort of /dev/null for monitoring\n# http.min.enabled=true\n-# http.min.bind.to=0.0.0.0:9013\n+# http.min.bind.to=0.0.0.0:9003\n################ Cairo settin... | Java | Apache License 2.0 | questdb/questdb | chore: typo fix in server conf file, 9013 -> 9003 for health endpoint (#1165) | 1 | chore | null |
617,479 | 29.06.2021 15:39:36 | -7,200 | 6bde22c037f3173bfb1e7c48e39f638bc5a8f34d | fix(ci): remove delete namespace | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,6 @@ include:\n- project: SocialGouv/gitlab-ci-yml\nfile: /base_notify_github_stage.yml\nref: v9.1.1\n- - project: SocialGouv/gitlab-ci-yml\n- file: /base_delete_useless_k8s_ns_stage.yml\n- ref: v17.0.0\n#\n@@ -74,14 +71,3 @@ Notify Success (prod):\n- .base_not... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(ci): remove delete namespace (#3593) | 1 | fix | ci |
617,466 | 29.06.2021 15:39:45 | -7,200 | 4a530511dd974c8805aa88dbc3344c89030c3e8c | test(frontend): fix snap | [
{
"change_type": "MODIFY",
"diff": "@@ -390,6 +390,7 @@ exports[`<ServiceRenseignement /> should render suggestions 1`] = `\ntype=\"submit\"\n>\n<svg\n+ aria-hidden=\"true\"\nclass=\"c10\"\nfill=\"none\"\nviewBox=\"0 0 32 32\"\n",
"new_path": "packages/code-du-travail-frontend/src/common/__tests__/__sna... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | test(frontend): fix snap (#3595) | 1 | test | frontend |
711,597 | 29.06.2021 15:50:59 | -7,200 | c74e3120e6e84341cd5dc6e07dc65d54087db42c | test(core): Add configurable delay to awaitRunningJobs | [
{
"change_type": "MODIFY",
"diff": "@@ -408,7 +408,7 @@ describe('Collection resolver', () => {\n},\n});\n- await awaitRunningJobs(adminClient);\n+ await awaitRunningJobs(adminClient, 5000, 500);\nexpect(updateCollection).toMatchSnapshot();\npearCollection = updateCollection;\n@@ -425,7 +425,7 @@ describe('... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Add configurable delay to awaitRunningJobs | 1 | test | core |
551,645 | 29.06.2021 15:53:28 | -10,800 | 76c314ec15c67f3ac5901aa52d5fa386fb9e0649 | fix(pgwire): fix slow client stuck with incorrect resume flow | [
{
"change_type": "MODIFY",
"diff": "@@ -91,6 +91,7 @@ public class PGConnectionContext implements IOContext, Mutable, WriterSource {\nprivate static final int ERROR_TRANSACTION = 3;\nprivate static final int ROLLING_BACK_TRANSACTION = 4;\nprivate static final String WRITER_LOCK_REASON = \"pgConnection\";\n+... | Java | Apache License 2.0 | questdb/questdb | fix(pgwire): fix slow client stuck with incorrect resume flow (#1160) | 1 | fix | pgwire |
711,597 | 29.06.2021 15:56:08 | -7,200 | eec8808fe891aeb47b8aad6f1c869157f194abc3 | feat(core): Improve typing of TransactionConnection.getEntityOrThrow | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ import { VendureEntity } from '../../entity/base/base.entity';\n*\n* @docsCategory data-access\n*/\n-export interface GetEntityOrThrowOptions extends FindOneOptions {\n+export interface GetEntityOrThrowOptions<T = any> extends FindOneOptions<T> {\n/**\n*... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Improve typing of TransactionConnection.getEntityOrThrow | 1 | feat | core |
711,597 | 29.06.2021 16:00:05 | -7,200 | ea2b6b05c437c7b61877c4d7cd02e09d8434f800 | feat(core): Check availability of variants when adding to Order
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -16,10 +16,14 @@ import {\nimport {\nAttemptLogin,\nCreateAddressInput,\n+ DeleteProduct,\n+ DeleteProductVariant,\nGetCountryList,\nGetCustomer,\nGetCustomerList,\nUpdateCountry,\n+ UpdateProduct,\n+ UpdateProductVariants,\n} from './graphql/generated-e2e-admin-types'... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Check availability of variants when adding to Order
Closes #723 | 1 | feat | core |
815,609 | 29.06.2021 16:05:26 | -28,800 | f2b97822c7e1a9e857dbd25cb8c74485db94af51 | refactor(hardfork): disable hardfork feature if not set; set all to epoch 0 in default dev spec | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ index = 1\n# Spec: ckb_dev\n[ckb_dev]\n-spec_hash = \"0x0b936b2fd8dbee9f10c1186aa3dc643fe3e3299abcf15e6754088d34d7d58611\"\n+spec_hash = \"0xc8dc9b41a93c64daf608231fd2061623c5cd73b10d6deb4ed22390324e358cc8\"\ngenesis = \"0x823b2ff5785b12da8b1363cac9a5c... | Rust | MIT License | nervosnetwork/ckb | refactor(hardfork): disable hardfork feature if not set; set all to epoch 0 in default dev spec | 1 | refactor | hardfork |
889,620 | 29.06.2021 16:08:41 | -28,800 | 11c5802255b2fbf7f4f03db2393bd4db1b4c834c | feat(sse): publish event when series is completely marked as read or unread | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,8 @@ sealed class DomainEvent : Serializable {\ndata class ReadProgressChanged(val progress: ReadProgress) : DomainEvent()\ndata class ReadProgressDeleted(val progress: ReadProgress) : DomainEvent()\n+ data class ReadProgressSeriesChanged(val seriesId: String... | Kotlin | MIT License | gotson/komga | feat(sse): publish event when series is completely marked as read or unread | 1 | feat | sse |
889,620 | 29.06.2021 16:13:20 | -28,800 | e8a7eaf999b7cd4d239fec665c90eece29546f53 | perf(webui): throttle reloads, remove legacy reload logic | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,8 @@ import {\nREADLIST_DELETED,\nREADPROGRESS_CHANGED,\nREADPROGRESS_DELETED,\n+ READPROGRESS_SERIES_CHANGED,\n+ READPROGRESS_SERIES_DELETED,\nSERIES_ADDED,\nSERIES_CHANGED,\nSERIES_DELETED,\n@@ -76,6 +78,8 @@ export default class KomgaSseService {\n// Read ... | Kotlin | MIT License | gotson/komga | perf(webui): throttle reloads, remove legacy reload logic | 1 | perf | webui |
756,051 | 29.06.2021 16:55:47 | 18,000 | a0493d7c34c66d008e295ac2b0b86e312a36b5da | feat(xsnap): isReady() eliminates need for .evaluate('null')
this lets us ensure that snapshot loading is finished without
affecting the XS engine heap state. | [
{
"change_type": "MODIFY",
"diff": "@@ -370,6 +370,9 @@ ExitCode main(int argc, char* argv[])\nchar command = *nsbuf;\n// fprintf(stderr, \"command: len %d %c arg: %s\\n\", nslen, command, nsbuf + 1);\nswitch(command) {\n+ case 'R': // isReady\n+ fxWriteNetString(toParent, \".\", \"\", 0);\n+ break;\ncase '... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(xsnap): isReady() eliminates need for .evaluate('null')
this lets us ensure that snapshot loading is finished without
affecting the XS engine heap state. | 1 | feat | xsnap |
756,051 | 29.06.2021 16:58:21 | 18,000 | 52171a12af41b326b07024735aad5b18e883a9b5 | fix(swingset): don't perturb XS heap state when loading snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ export function makeStartXSnap(bundles, { snapStore, env, spawn }) {\n// console.log('startXSnap from', { snapshotHash });\nreturn snapStore.load(snapshotHash, async snapshot => {\nconst xs = doXSnap({ snapshot, name, handleCommand, ...xsnapOpts });\n- a... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): don't perturb XS heap state when loading snapshot | 1 | fix | swingset |
386,595 | 29.06.2021 17:10:41 | -7,200 | 43b23f484fd6a00a3029fa9fe6389f6a7f796097 | fix(blocksAntd): Update snapshots. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ Array [\nObject {\n\"__getS3PostPolicy\": Array [\nObject {\n- \"id\": \"default__getS3PostPolicy\",\n+ \"id\": \"__getS3PostPolicy\",\n\"params\": Array [\n\"s3PostPolicyRequestId\",\n],\n@@ -69,7 +69,7 @@ Array [\nObject {\n\"__getS3PostPolicy\": Array... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Update snapshots. | 1 | fix | blocksAntd |
791,474 | 29.06.2021 17:10:59 | 25,200 | b2a61719b3caf43b095fc290b23de245a2135512 | fix(firestore): correct an issue with returning empty paritions from GetPartionedQueries | [
{
"change_type": "MODIFY",
"diff": "@@ -60,8 +60,8 @@ func (cgr CollectionGroupRef) GetPartitionedQueries(ctx context.Context, partiti\nreturn nil, err\n}\nqueries := make([]Query, len(qp))\n- for _, part := range qp {\n- queries = append(queries, part.toQuery())\n+ for i, part := range qp {\n+ queries[i] =... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(firestore): correct an issue with returning empty paritions from GetPartionedQueries (#4346) | 1 | fix | firestore |
889,620 | 29.06.2021 17:11:52 | -28,800 | 101c6fd92d4cf707f023ea6c8a6af1255534da02 | feat(webui): display badge if some books are in error or unsupported | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ export default new Vuex.Store({\n// series\nupdateSeries: {} as SeriesDto | SeriesDto[],\nupdateSeriesDialog: false,\n+\n+ booksToCheck: 0,\n},\nmutations: {\n// Collections\n@@ -105,6 +107,9 @@ export default new Vuex.Store({\nsetUpdateSeriesDialog(stat... | Kotlin | MIT License | gotson/komga | feat(webui): display badge if some books are in error or unsupported | 1 | feat | webui |
386,581 | 29.06.2021 17:16:56 | -7,200 | 22ca375a8eaa54f193f06614ddbdc049989a1d2c | fix(docs): Fix typo in mql example. | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ _ref:\nexamples: |\n###### Calculate an average of three inputs:\n```yaml\n- _mql.aggregate:\n+ _mql.expr:\nexpr:\n$avg:\n- $input1\n",
"new_path": "packages/docs/operators/_mql.yaml",
"old_path": "packages/docs/operators/_mql.yaml"
}
] | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix typo in mql example. | 1 | fix | docs |
889,620 | 29.06.2021 17:18:27 | -28,800 | 13856a5592babb1dab28ab8eb4ba61cbf0cbec32 | build: fix unpack task following Spring Boot 2.5 upgrade | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ tasks {\n// unpack Spring Boot's fat jar for better Docker image layering\nregister<JavaExec>(\"unpack\") {\ndependsOn(bootJar)\n- classpath = files(jar)\n+ classpath = files(bootJar)\njvmArgs = listOf(\"-Djarmode=layertools\")\nargs = \"extract --dest... | Kotlin | MIT License | gotson/komga | build: fix unpack task following Spring Boot 2.5 upgrade | 1 | build | null |
815,609 | 29.06.2021 17:26:00 | -28,800 | 59dc192ea60b7e164760d595fde663ea383168ce | fix(hardfork): the chain specification name is incorrect | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ use crate::consensus::{\nbuild_genesis_dao_data, build_genesis_epoch_ext, Consensus, ConsensusBuilder,\nSATOSHI_CELL_OCCUPIED_RATIO, SATOSHI_PUBKEY_HASH, TYPE_ID_CODE_HASH,\n};\n+use ckb_constant::hardfork::{mainnet, testnet};\nuse ckb_crypto::secp::Priv... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): the chain specification name is incorrect | 1 | fix | hardfork |
366,946 | 29.06.2021 17:27:37 | -32,400 | 963ec243981bdb6712c501bc092bc06b642a80cd | test: fix lint warning of unescaped single quote | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,16 @@ import { PrimaryButton } from '../Button'\nimport { LineClamp } from './LineClamp'\nimport readme from './README.md'\n+const longText = `\n+Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem\n+Ipsum has been the industry's st... | TypeScript | MIT License | kufu/smarthr-ui | test: fix lint warning of unescaped single quote (#1708) | 1 | test | null |
667,680 | 29.06.2021 17:29:36 | -28,800 | f37bc684c2c3f9d6f9b6a6f1d5161ac4e415766a | feat(android): add ability to disable the inspector | [
{
"change_type": "MODIFY",
"diff": "#include <memory>\n#include \"core/core.h\"\n-#include \"inspector/v8_inspector_client_impl.h\"\n#include \"jni/scoped_java_ref.h\"\n+#ifdef V8_HAS_INSPECTOR\n+#include \"inspector/v8_inspector_client_impl.h\"\n+#endif\nclass Runtime {\npublic:\n",
"new_path": "androi... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add ability to disable the inspector | 1 | feat | android |
386,581 | 29.06.2021 17:30:27 | -7,200 | 094781c247f1170f6572c6d12bbdb99bd60e2973 | chore: Update issue and pull request templates | [
{
"change_type": "MODIFY",
"diff": "---\nname: Bug report\n-about: Create a report to help us improve\n+about: Something is not working right. Or error messages are unclear.\ntitle: ''\nlabels: bug\nassignees: ''\n---\n-### README\n-\n-We use Github Discussions as a forum to discuss ideas and troubleshoot p... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Update issue and pull request templates | 1 | chore | null |
667,680 | 29.06.2021 17:30:55 | -28,800 | 30db80eb5a99b98b9155ff7a645b8d5903187254 | chore(android): build jni libraries with c++_shared stl | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ ext {\nCMAKE_PATH = \"$projectDir.absolutePath/src/main/jni/CMakeLists.txt\"\nOUTPUT_PATH = \"$buildDir/outputs/aar\"\nTHIRD_PARTY_LIBRARY_PATH = \"$projectDir.absolutePath/src/main/jni/third_party\"\n- JNI_LIBRARY_PATH = \"$projectDir.absolutePath/libs\"\... | C++ | Apache License 2.0 | tencent/hippy | chore(android): build jni libraries with c++_shared stl | 1 | chore | android |
667,680 | 29.06.2021 17:32:20 | -28,800 | 7b6ab11a02ed8fa5cc8099bd1487d3886ef4541e | feat(android): update v8 build script | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,8 @@ COMPILE_SDK_VERSION=29\nMIN_SDK_VERSION=17\nTARGET_SDK_VERSION=29\nARCHIVES_BASE_NAME=android-sdk\n+# r21e\n+NDK_VERSION=21.4.7075529\n#maven central sdk version\n#1.0.0-SNAPSHOT\n@@ -35,7 +37,7 @@ INCLUDE_ABI_X86=false\nINCLUDE_ABI_X86_64=false\n#V8\n-V... | C++ | Apache License 2.0 | tencent/hippy | feat(android): update v8 build script | 1 | feat | android |
667,680 | 29.06.2021 17:33:57 | -28,800 | 21a5ff60ac8ef40b98f73ad0bbba559acc7f5c00 | feat(core): adapt to official release version v8 | [
{
"change_type": "MODIFY",
"diff": "@@ -245,7 +245,11 @@ V8VM::V8VM() {\nplatform_ = v8::platform::NewDefaultPlatform();\nv8::V8::SetFlagsFromString(\"--wasm-disable-structured-cloning\",\nstrlen(\"--wasm-disable-structured-cloning\"));\n+#ifdef V8_X5_LITE\nv8::V8::InitializePlatform(platform_.get(), true);... | C++ | Apache License 2.0 | tencent/hippy | feat(core): adapt to official release version v8 | 1 | feat | core |
667,680 | 29.06.2021 17:34:28 | -28,800 | bb4aef215515d0be1bf448bbd066f09921613e28 | refactor(layout): remove unused android libs | [
{
"change_type": "DELETE",
"diff": "Binary files a/layout/android/libs/arm64-v8a/libflexbox.so and /dev/null differ\n",
"new_path": "layout/android/libs/arm64-v8a/libflexbox.so",
"old_path": "layout/android/libs/arm64-v8a/libflexbox.so"
},
{
"change_type": "DELETE",
"diff": "Binary files... | C++ | Apache License 2.0 | tencent/hippy | refactor(layout): remove unused android libs | 1 | refactor | layout |
667,680 | 29.06.2021 17:35:01 | -28,800 | c4f9c0cfd1a03b525599a0759f431a413b99d0e4 | feat(layout): update layout build script | [
{
"change_type": "MODIFY",
"diff": "@@ -10,22 +10,14 @@ please run ./android/build_flexbox_so.sh to build libflexbox.so\nit rely on following conditions:\n### How to compile:\n-* use bash shell as build platform.\n-if at win32 enviroment, you can use [git for windows](https://gitforwindows.org/)\n+1.make su... | C++ | Apache License 2.0 | tencent/hippy | feat(layout): update layout build script | 1 | feat | layout |
780,862 | 29.06.2021 17:35:57 | 10,800 | 77b791e59f2be092c83aecddcfa76fc7e74b6dd7 | feat(app/order-info): new card for order notes
* feat: add notes into order
* Update
[skip ci]
* Update
[skip ci]
* Update
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n</slot>\n+\n+ <slot\n+ name=\"notes\"\n+ v-bind=\"{ order: localOrder }\"\n+ >\n+ <div\n+ v-if=\"localOrder.notes\"\n+ class=\"order-info__notes card\"\n+ >\n+ <div class=\"card-header\">\n+ <span>\n+ {{ i19notes }}\n+ </span>\n+ </div>\n+\n+ <div class=\"... | JavaScript | MIT License | ecomplus/storefront | feat(app/order-info): new card for order notes (#487)
* feat: add notes into order
* Update @ecomplus/storefront-app/src/components/html/EcOrderInfo.html
[skip ci]
* Update @ecomplus/storefront-app/src/components/html/EcOrderInfo.html
[skip ci]
* Update @ecomplus/storefront-app/src/components/html/EcOrd... | 1 | feat | app/order-info |
756,051 | 29.06.2021 17:41:20 | 18,000 | 430451c5701f1fef786df7b753723369511b88b3 | test(xsnap): isReady() does not compute nor allocate in XS | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,27 @@ test('meter details', async t => {\nt.is(meterType, 'xs-meter-8');\n});\n+test('isReady does not compute / allocate', async t => {\n+ const opts = options(io);\n+ const vat1 = xsnap(opts);\n+ t.teardown(() => vat1.terminate());\n+ const vat2 = xsnap(opt... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(xsnap): isReady() does not compute nor allocate in XS | 1 | test | xsnap |
756,051 | 29.06.2021 17:47:22 | 18,000 | 66f794bd62e5ca563827511dd68c258b11090de2 | chore(xsnap): add isReady to replay | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,10 @@ export function recordXSnap(options, folderPath, { writeFileSync }) {\nconst it = xsnap({ ...options, handleCommand });\nreturn freeze({\n+ isReady: async () => {\n+ nextFile('isReady');\n+ return it.isReady();\n+ },\n/** @param { Uint8Array } msg */\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(xsnap): add isReady to replay | 1 | chore | xsnap |
127,953 | 29.06.2021 17:56:27 | -10,800 | 8ab812a0db09177ee451c2d2b0aa0e2f8aca0c62 | feat: snackbar component - add maxWidth prop | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ import IconSnackbarSuccess from '../private/icons/IconSnackbarSuccess';\ntype SnackbarWrapperProps = {\njustifyContent?: 'flex-start' | 'center' | 'flex-end';\nposition?: 'bottom' | 'top' | 'inline';\n+ maxWidth?: string;\n};\ntype SnackbarProps = Snackb... | TypeScript | MIT License | coingaming/moon-design | feat: snackbar component - add maxWidth prop (#1233) | 1 | feat | null |
866,394 | 29.06.2021 17:59:11 | 14,400 | ec8393af72a3a5eef2ee8ec58c329bedc27d3dff | fix(content-group-horizontal): adding back deprecated scss file
### Related Ticket(s)
No related issue
### Description
The scss file for `content-group-horizontal` still will need to exist for applications that have not yet moved to `content-block-horizontal`. This adds in the file so that applications won't break when... | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Copyright IBM Corp. 2016, 2021\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.\n+ */\n+\n+/// @deprecated Remap import to \"@carbon/ibmdotcom-styles/scss/components/conten... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(content-group-horizontal): adding back deprecated scss file (#6507)
### Related Ticket(s)
No related issue
### Description
The scss file for `content-group-horizontal` still will need to exist for applications that have not yet moved to `content-block-horizontal`. This adds in the file so that application... | 1 | fix | content-group-horizontal |
386,595 | 29.06.2021 18:17:34 | -7,200 | 514fd14ce234d19bf2661a55be328e992102b546 | fix(engine): Evaluate action error messages after error. closes | [
{
"change_type": "MODIFY",
"diff": "@@ -132,12 +132,23 @@ class Actions {\nparams: parsedAction.params,\n});\n} catch (error) {\n+ const { output: parsedMessages, errors: parserErrors } = this.context.parser.parse({\n+ actions: responses,\n+ event,\n+ arrayIndices,\n+ input: action.messages,\n+ location: bl... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Evaluate action error messages after error. closes #663 | 1 | fix | engine |
791,331 | 29.06.2021 18:20:37 | -7,200 | b9081c36ed6495a67f8e458ad884bdb8da5b7fbc | feat(spanner): enable request options for batch read
Reverts googleapis/google-cloud-go#3987 (Reverts the revert of | [
{
"change_type": "MODIFY",
"diff": "@@ -94,9 +94,25 @@ func (t *BatchReadOnlyTransaction) PartitionRead(ctx context.Context, table stri\nreturn t.PartitionReadUsingIndex(ctx, table, \"\", keys, columns, opt)\n}\n+// PartitionReadWithOptions returns a list of Partitions that can be used to\n+// read rows fro... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner): enable request options for batch read (#4337)
Reverts googleapis/google-cloud-go#3987 (Reverts the revert of #3905) | 1 | feat | spanner |
67,479 | 29.06.2021 18:32:33 | -36,000 | 23ec6cd5975a80aacea7d487b90928488a3b49c6 | feat(t-compiler): add ability to recognize containerless attr | [
{
"change_type": "MODIFY",
"diff": "@@ -788,7 +788,8 @@ function createCustomElement(\ntype: TT.hydrateElement,\nres: tagName,\ninstructions: childInstructions as IInstruction[],\n- auSlot: void 0,\n+ auSlot: null,\n+ containerless: false,\nprojections: null,\n};\nconst exprParser = ctx.container.get(IExpre... | TypeScript | MIT License | aurelia/aurelia | feat(t-compiler): add ability to recognize containerless attr | 1 | feat | t-compiler |
815,780 | 29.06.2021 19:25:32 | -7,200 | b5c16d28cf2084ee0b2b7737b0c105937633b940 | chore: recommended engines versions for angular 12 | [
{
"change_type": "MODIFY",
"diff": "{\n\"repository\": \"ng-select/ng-select\",\n\"engines\": {\n- \"node\": \">= 10.0.0\",\n- \"npm\": \">= 3.0.0\"\n+ \"node\": \">= 12.14.0\",\n+ \"npm\": \">= 6.0.0\"\n},\n\"scripts\": {\n\"build\": \"ng build ng-select && ng build ng-option-highlight && yarn build:themes... | TypeScript | MIT License | ng-select/ng-select | chore: recommended engines versions for angular 12 (#1924) | 1 | chore | null |
531,793 | 29.06.2021 20:17:35 | -3,600 | 7184908d737e77f499cc25a4c4bb1b75f8e86148 | fix(ui): fix help tab css | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const QueryHelp: FC<{\n}> = ({ title, operators, warning, children }) => (\n<>\n<dt>{title}</dt>\n- <dd className=\"mb-5\">\n+ <dd>\n<div>\nSupported operators:{\" \"}\n{operators.map((op) => (\n@@ -44,7 +44,7 @@ const QueryHelp: FC<{\n))}\n</div>\n{warn... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix help tab css | 1 | fix | ui |
730,428 | 29.06.2021 20:36:22 | 0 | b8019fdd0a07cab7a1f0ecd7d839ee2ae7290210 | chore(release): 0.14.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.14.0](https://github.com/webex/react-widgets/compare/v0.13.0...v0.14.0) (2021-06-29)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.14.0 [skip ci] | 1 | chore | release |
217,922 | 29.06.2021 20:47:05 | -7,200 | 53e50902315e79999f84dc0ec26220fec7d93e31 | feat(inventory): sort items by price after they have been filled from marketboard | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,13 @@ export class InventoryComponent {\nreturn a.containerName > b.containerName ? -1 : 1;\n})\n.map(inventory => {\n- inventory.items = inventory.items.sort((a, b) => a.itemId - b.itemId);\n+ inventory.items = inventory.items.sort((a, b) => {\n+ if (a.price... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(inventory): sort items by price after they have been filled from marketboard | 1 | feat | inventory |
756,013 | 29.06.2021 21:09:45 | 21,600 | 204790f4c70e198cc06fe54e9205a71567ca6c83 | fix(vbank): ensure that multiple balance updates are sorted | [
{
"change_type": "MODIFY",
"diff": "@@ -293,6 +293,7 @@ github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt\ngithub.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw=\ngithub.com/golang/mock v1.4.4 h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc=\ngithu... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vbank): ensure that multiple balance updates are sorted | 1 | fix | vbank |
217,922 | 29.06.2021 21:24:24 | -7,200 | 3a98a198e05c6ebeac80c1e0e579656167548bd4 | feat(leveling-equipment): you can now click the list notification to be redirected to it | [
{
"change_type": "MODIFY",
"diff": "@@ -4,12 +4,13 @@ import { NzNotificationService } from 'ng-zorro-antd/notification';\nimport { List } from '../list/model/list';\nimport { combineLatest, concat, Observable, of, Subject } from 'rxjs';\nimport { ListPickerDrawerComponent } from './list-picker-drawer/list-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(leveling-equipment): you can now click the list notification to be redirected to it | 1 | feat | leveling-equipment |
386,595 | 29.06.2021 21:25:08 | -7,200 | bfbdf585ab65ec108fa90750242a39eaf0c4be63 | fix(helpers): Serializer to maintain error. closes | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,15 @@ const makeReplacer = (customReplacer, isoStringDates) => (key, value) => {\nif (customReplacer) {\nnewValue = customReplacer(key, value);\n}\n+ if (type.isError(newValue)) {\n+ return {\n+ _error: {\n+ name: newValue.name,\n+ message: newValue.message,\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(helpers): Serializer to maintain error. closes #664 | 1 | fix | helpers |
386,595 | 29.06.2021 21:26:26 | -7,200 | 9f8590f0d7a18a77a49235c0bc24798120062c66 | fix(engine): Remove error.lowdefyMessage. | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,6 @@ async function Validate({ context, params }) {\nvalidationErrors.length !== 1 ? 's' : ''\n}.`;\nconst error = new Error(message);\n- error.lowdefyMessage = message;\nthrow error;\n}\n}\n",
"new_path": "packages/engine/src/actions/Validate.js",
"o... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Remove error.lowdefyMessage. | 1 | fix | engine |
386,595 | 29.06.2021 21:52:32 | -7,200 | 38cf7ef35843ad8494fa2a9829b9ddbed33f0ca6 | fix(engine): Responses for actions and tests using _actions in messages. | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ class Actions {\n});\nresponses[action.id] = response;\n} catch (error) {\n+ responses[action.id] = error;\nthrow {\nerror,\naction,\n@@ -54,12 +55,10 @@ class Actions {\ntry {\nawait this.callActionLoop({ actions, arrayIndices, block, event, responses }... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Responses for actions and tests using _actions in messages. | 1 | fix | engine |
386,595 | 29.06.2021 21:52:53 | -7,200 | a40ad4f7246c7ed0584fd3747f7a21e31832af96 | fix(engine): Up test covarage in Wait. | [
{
"change_type": "MODIFY",
"diff": "@@ -89,3 +89,64 @@ test('Wait', async () => {\nawait timeout(150);\nexpect(resolved).toBe(true);\n});\n+\n+test('Wait ms not a integer', async () => {\n+ const rootBlock = {\n+ blockId: 'root',\n+ meta: {\n+ category: 'context',\n+ },\n+ areas: {\n+ content: {\n+ blocks: ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(engine): Up test covarage in Wait. | 1 | fix | engine |
217,922 | 29.06.2021 21:59:18 | -7,200 | 44d9ccb758f4cf7f16826f8158d2745637cd57e1 | feat(layout): new TIMER order function to order by closest timer | [
{
"change_type": "MODIFY",
"diff": "@@ -290,14 +290,14 @@ export class AlarmsFacade {\nreturn this.getMinutesBefore(time, this.getNextSpawn(alarm, time)) < this.settings.alarmHoursBefore * 60;\n}\n- public getNextSpawn(alarm: Alarm, time: Date): NextSpawn {\n+ public getNextSpawn(alarm: Alarm, etime: Date):... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): new TIMER order function to order by closest timer | 1 | feat | layout |
447,440 | 29.06.2021 22:08:08 | 14,400 | 06b8c9a1c987bf149019b4900a6c2564ac9f17bc | fix: tableWithBrowserPagination overflow | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport Pagination from '../Pagination';\n-import Table from '../Table';\nimport RenderIf from '../RenderIf';\nimport Options from './options';\nimport getPageItems from './helpers/getPageItems... | JavaScript | MIT License | nexxtway/react-rainbow | fix: tableWithBrowserPagination overflow (#2256) | 1 | fix | null |
780,866 | 29.06.2021 22:34:30 | 10,800 | e657d22cf57002e71d147490f6a5fdc0258c3e3e | fix(components/product-card): fix card items vertical alignment (same height) in row | [
{
"change_type": "MODIFY",
"diff": "name=\"unavailable\"\nv-if=\"!body.available || !body.visible\"\n>\n- <p class=\"badge badge-warning\">\n+ <p class=\"badge badge-warning my-2\">\n{{ i19unavailable }}\n</p>\n</slot>\nname=\"out-of-stock\"\nv-else-if=\"!isInStock\"\n>\n- <p class=\"badge badge-dark\">\n+ ... | JavaScript | MIT License | ecomplus/storefront | fix(components/product-card): fix card items vertical alignment (same height) in row | 1 | fix | components/product-card |
780,866 | 29.06.2021 22:36:19 | 10,800 | 229d8482d7381bd1d0a9341b5c53189469da602b | chore(components/recommended-items): edit product card styles centralizing prices on vertical space | [
{
"change_type": "MODIFY",
"diff": ".product-card {\nmargin-bottom: var(--spacer-2);\n+ &__prices {\n+ justify-content: center;\n+ }\n+\n&__buy {\nopacity: 1;\nposition: static;\n",
"new_path": "@ecomplus/storefront-components/src/scss/RecommendedItems.scss",
"old_path": "@ecomplus/storefront-compon... | JavaScript | MIT License | ecomplus/storefront | chore(components/recommended-items): edit product card styles centralizing prices on vertical space | 1 | chore | components/recommended-items |
780,866 | 29.06.2021 22:37:30 | 10,800 | 27c219f05f9210a118d23e2faa7b415ac8df0e4b | fix(template/products-carousel): update styles for new product card vertical alignment and stretch | [
{
"change_type": "MODIFY",
"diff": "@media (min-width: 992px) {\nwidth: 25%;\n}\n+\n+ > :only-child {\n+ height: 100%;\n+ }\n}\n.glide {\n+ &__track {\n+ display: flex;\n+ align-items: stretch;\n+ }\n+\n&__slides {\nwill-change: auto;\n+ overflow: visible;\n}\n&:not(.glide--slider) .glide__arrows {\n",
... | JavaScript | MIT License | ecomplus/storefront | fix(template/products-carousel): update styles for new product card vertical alignment and stretch | 1 | fix | template/products-carousel |
756,013 | 29.06.2021 22:46:14 | 21,600 | 08deab392704e96822fb6fa603b57fcb0a9e4eb2 | test(vbank): introduce validateBalanceUpdate | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,18 @@ func newBalances(opts ...balancesOption) balances {\nreturn bal\n}\n+func validateBalanceUpdate(vbu vbankBalanceUpdate) error {\n+ if vbu.Type != \"VBANK_BALANCE_UPDATE\" {\n+ return fmt.Errorf(\"bad balance update type: %s\", vbu.Type)\n+ }\n+ for i, u... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(vbank): introduce validateBalanceUpdate | 1 | test | vbank |
67,479 | 29.06.2021 22:50:25 | -36,000 | dec8a5af494d9fe0a4ad2379c4dbcacd8ad738a5 | feat(au-compose): add support for composition with containerless on au-compose | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,8 @@ import {\nRenderPlan,\nIPlatform,\nAuCompose,\n+ INode,\n+ IRenderLocation,\n} from '@aurelia/runtime-html';\nimport {\neachCartesianJoin,\n@@ -598,28 +600,347 @@ describe('3-runtime-html/compose.spec.ts/au-compose', function () {\nawait tearDown();\nasser... | TypeScript | MIT License | aurelia/aurelia | feat(au-compose): add support for composition with containerless on au-compose | 1 | feat | au-compose |
617,479 | 29.06.2021 23:02:16 | -7,200 | 2f3d0d747a412d4eb5ea84410f76d27f57b3fa0e | fix(ci): fix FRONTEND_HOST and prod variables | [
{
"change_type": "MODIFY",
"diff": "@@ -327,7 +327,7 @@ spec:\nvalue: master\n- name: FRONTEND_HOST\nvalue: >-\n- https://master-dev42-code-du-travail-numerique.dev42.fabrique.social.gouv.fr\n+ master-dev42-code-du-travail-numerique.dev42.fabrique.social.gouv.fr\nenvFrom:\n- configMapRef:\nname: www-configm... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(ci): fix FRONTEND_HOST and prod variables (#3600) | 1 | fix | ci |
679,913 | 29.06.2021 23:33:10 | -7,200 | 089a9d40224ff007392daefbf111191deeb72c7c | feat(date): update/extend locales, format prims
add LocaleSpec type, update setLocale()
add new formatters for unpadded/lowercase/separators
update all locale presets | [
{
"change_type": "MODIFY",
"diff": "@@ -44,15 +44,50 @@ export interface Locale {\n*/\ndays: string[];\n/**\n- * Separator between day, month, year. E.g. `/` for English.\n+ * Default date format spec for use with {@link defFormat}\n+ *\n+ * @defaultValue [\"E\", \"/ED\", \"d\", \"/DM\", \"MMM\", \"/MY\", \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): update/extend locales, format prims
- add LocaleSpec type, update setLocale()
- add new formatters for unpadded/lowercase/separators
- update all locale presets | 1 | feat | date |
791,446 | 30.06.2021 00:02:23 | -25,200 | f32dd72ec6af8ac7fbdce68f7913baa552fb0d2d | feat(logging)!: increase DefaultEntryByteThreshold to 8Mb
Fixes:
DefaultEntryByteThreshold = `1 << 20 // 1MiB` ===> `1 << 23 // 8MiB` since size of an entries.write request can be up to 10 MB.
`DefaultBufferedByteLimit` is unchanged as that's more a cap on memory utilization. | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ const (\nDefaultEntryCountThreshold = 1000\n// DefaultEntryByteThreshold is the default value for the EntryByteThreshold LoggerOption.\n- DefaultEntryByteThreshold = 1 << 20 // 1MiB\n+ DefaultEntryByteThreshold = 1 << 23 // 8MiB\n// DefaultBufferedByteLi... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(logging)!: increase DefaultEntryByteThreshold to 8Mb (#4247)
Fixes: #3823
DefaultEntryByteThreshold = `1 << 20 // 1MiB` ===> `1 << 23 // 8MiB` since size of an entries.write request can be up to 10 MB.
`DefaultBufferedByteLimit` is unchanged as that's more a cap on memory utilization. | 1 | feat | logging |
815,609 | 30.06.2021 02:04:05 | -28,800 | 09c79759227b3392b494511ada2c721459156e86 | feat(hardfork): reject unknown vm versions and add an integration test for this feature | [
{
"change_type": "MODIFY",
"diff": "@@ -722,6 +722,7 @@ dependencies = [\nname = \"ckb-jsonrpc-types\"\nversion = \"0.44.0-pre\"\ndependencies = [\n+ \"ckb-constant\",\n\"ckb-types\",\n\"faster-hex\",\n\"lazy_static\",\n@@ -1426,6 +1427,7 @@ dependencies = [\n\"bit-vec\",\n\"bytes 1.0.1\",\n\"ckb-channel\",... | Rust | MIT License | nervosnetwork/ckb | feat(hardfork): reject unknown vm versions and add an integration test for this feature | 1 | feat | hardfork |
471,204 | 30.06.2021 08:34:11 | 14,400 | f8333614eed2d786b5deed2d6967bb79a331c208 | chore: do not upgrade backwards compatibility | [
{
"change_type": "MODIFY",
"diff": "{\n\"matchPackageNames\": [\"@opentelemetry/api\"],\n\"rangeStrategy\": \"bump\"\n+ },\n+ {\n+ \"matchPaths\": [\"backwards-compatibility/**\"],\n+ \"matchPackageNames\": [\"@types/node\"],\n+ \"enabled\": false\n}\n],\n\"ignoreDeps\": [\"gcp-metadata\", \"got\", \"mocha\... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: do not upgrade backwards compatibility (#2296) | 1 | chore | null |
791,394 | 30.06.2021 09:04:52 | -36,000 | f31fac6c2674a1bb9180a75ae7dbeda55721482d | fix(pubsublite)!: hide CreateSubscriptionOption.apply
Since the createSubscriptionSettings struct is not exposed, hide apply(). | [
{
"change_type": "MODIFY",
"diff": "@@ -165,14 +165,14 @@ type createSubscriptionSettings struct {\n// CreateSubscriptionOption is an option for AdminClient.CreateSubscription.\ntype CreateSubscriptionOption interface {\n- Apply(*createSubscriptionSettings)\n+ apply(*createSubscriptionSettings)\n}\ntype sta... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsublite)!: hide CreateSubscriptionOption.apply (#4344)
Since the createSubscriptionSettings struct is not exposed, hide apply(). | 1 | fix | pubsublite |
777,353 | 30.06.2021 09:10:30 | 18,000 | 15f0f0a734637c2b684b57544c5c0c5666f8f53e | fix: make "Continue Trial" button work again | [
{
"change_type": "MODIFY",
"diff": "@@ -136,7 +136,7 @@ const TrialDetailsComp: React.FC = () => {\nsetIsContModalVisible(true);\n}, [ experiment?.configRaw, trial ]);\n- const handleActionClick = useCallback((action: TrialAction) => (): void => {\n+ const handleActionClick = useCallback((action: TrialActio... | Python | Apache License 2.0 | determined-ai/determined | fix: make "Continue Trial" button work again [DET-5704] (#2636) | 1 | fix | null |
127,953 | 30.06.2021 10:43:11 | -10,800 | 8a9f8f4f3beaab9032dcd123bd7df8c32cfd40d0 | fix: snackbar large endpoint max width | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ const SnackbarWrapper = styled.div<SnackbarWrapperProps>(\nmargin: space.default,\n},\n[mq(breakpoint.large)]: {\n- maxWidth: '20vw',\n+ maxWidth: maxWidth || '20vw',\nwidth: 'fit-content',\nleft: 0,\ntransform: 'none',\n",
"new_path": "packages/comp... | TypeScript | MIT License | coingaming/moon-design | fix: snackbar large endpoint max width (#1235) | 1 | fix | null |
266,244 | 30.06.2021 10:50:40 | 14,400 | 39652e3948f455fd0b77535a0145eeec561a3706 | build: auto-approve renovate-bot PRs for minor updates | [
{
"change_type": "MODIFY",
"diff": "@@ -5,3 +5,8 @@ rules:\n- \"package\\\\.json$\"\n- \"CHANGELOG\\\\.md$\"\nmaxFiles: 3\n+- author: \"renovate-bot\"\n+ title: \"^(fix\\\\(deps\\\\)|chore\\\\(deps\\\\)):\"\n+ changedFiles:\n+ - \"/package\\\\.json$\"\n+ maxFiles: 2\n",
"new_path": "synthtool/gcp/templa... | Python | Apache License 2.0 | googleapis/synthtool | build: auto-approve renovate-bot PRs for minor updates (#1145) | 1 | build | null |
471,204 | 30.06.2021 10:54:07 | 14,400 | b09ee6ff6ff6253416a177cec570ca98b1b23223 | chore: update the website getting started docs | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ To create traces on NodeJS, you need `@opentelemetry/node`, `@opentelemetry/core\n```sh\n$ npm install \\\n- @opentelemetry/core \\\n+ @opentelemetry/api \\\n@opentelemetry/node \\\n@opentelemetry/instrumentation-http \\\n@opentelemetry/instrumentation-e... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: update the website getting started docs (#2306) | 1 | chore | null |
438,921 | 30.06.2021 10:56:48 | -32,400 | 26b2d0f9e47a84901c66cd0484b67b78a097b3c2 | docs(data): fix data.labels.backgroundColors api | [
{
"change_type": "MODIFY",
"diff": "@@ -303,7 +303,7 @@ export default {\n* - `i` is the index of the data point where the label is shown.\n* - `j` is the sub index of the data point where the label is shown.<br><br>\n* Formatter function can be defined for each data by specifying as an object and D3 format... | TypeScript | MIT License | naver/billboard.js | docs(data): fix data.labels.backgroundColors api | 1 | docs | data |
711,597 | 30.06.2021 10:59:44 | -7,200 | d529db0e03b137701098c274a510e87753892e8b | feat(core): Export all helper classes from service layer | [
{
"change_type": "MODIFY",
"diff": "-export * from './helpers/utils/translate-entity';\n-export * from './helpers/utils/patch-entity';\nexport * from './helpers/active-order/active-order.service';\n+export * from './helpers/config-arg/config-arg.service';\n+export * from './helpers/external-authentication/e... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Export all helper classes from service layer | 1 | feat | core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.