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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
306,320 | 22.09.2021 08:48:15 | -3,600 | 8e635d1356ea8c7a44d021b3aca975656e498c36 | fix: fix default usage keys for Autoscaling Groups | [
{
"change_type": "MODIFY",
"diff": "@@ -109,8 +109,6 @@ func newLaunchConfiguration(d *schema.ResourceData, u *schema.UsageData, region\na.EBSBlockDevices = append(a.EBSBlockDevices, ebsBlockDevice)\n}\n- a.PopulateUsage(u)\n-\nreturn a\n}\n@@ -147,8 +145,6 @@ func newLaunchTemplate(d *schema.ResourceData, ... | Go | Apache License 2.0 | infracost/infracost | fix: fix default usage keys for Autoscaling Groups | 1 | fix | null |
104,844 | 22.09.2021 09:04:48 | 14,400 | 3e71a7d1b0538ed9bc02a4a14bf6d28c94c4444e | chore(test-app): change bash script to listen to stdout and exit | [
{
"change_type": "MODIFY",
"diff": "@@ -80,6 +80,18 @@ jobs:\n- name: Build app\nif: ${{ success() }}\nrun: |\n- npx serve -s build\n- echo \"build started\"\n+ trap \"exit\" INT TERM ERR\n+ trap \"kill 0\" EXIT\n+\n+ npx serve -s --debug &>serve.log &\n+ NODE_PID=$!\n+\n+ while read line; do\n+ if [[ \"$li... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): change bash script to listen to stdout and exit | 1 | chore | test-app |
699,207 | 22.09.2021 09:51:20 | 25,200 | 0885937786a51d7ec93624780f6c6c6ffc7f489b | feat(spinner): add new animated spinner | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/spinner': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Spinner]: Our existing Spinner is looking quite dated, so this PR refreshes the appearance of it. There are no breaking changes, so Paste consumers will be happy to see a refreshed Spinner in the... | TypeScript | MIT License | twilio-labs/paste | feat(spinner): add new animated spinner (#1858) | 1 | feat | spinner |
104,853 | 22.09.2021 09:55:57 | 14,400 | 75189641acbea092bd7c20e85ec00092aea396da | fix(table): move body columns | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ export class AITableModel implements PaginationModel {\n// this will only create a single level of headers (it will destroy any existing header items)\nif (\nthis.header == null ||\n- (this.header[0].length !== this._data[0].length && this._data[0].len... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): move body columns | 1 | fix | table |
104,853 | 22.09.2021 09:56:39 | 14,400 | 1351cb66836f93d77c79c9458967748688dab96c | fix(table): body not rendering | [
{
"change_type": "ADD",
"diff": "+import { Component, Input } from '@angular/core';\n+import { TableBody } from 'carbon-components-angular';\n+\n+@Component({\n+ // tslint:disable-next-line: component-selector\n+ selector: '[aiTableBody]',\n+ template: `\n+ <ng-container *ngIf=\"model\">\n+ <ng-container *n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): body not rendering | 1 | fix | table |
217,922 | 22.09.2021 10:01:50 | -7,200 | 0f6d553e96be95a62f9e23c2c1b3fc286194a93c | fix(marketboard): fixed server MB data fetching not working at all | [
{
"change_type": "MODIFY",
"diff": "@@ -95,9 +95,6 @@ export class UniversalisService {\nPrices: []\n};\nitem.Prices = (res.listings || [])\n- .filter(listing => {\n- return listing.worldName && listing.worldName.toLowerCase() === server.toLowerCase();\n- })\n.map(listing => {\nreturn {\nServer: listing.wor... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(marketboard): fixed server MB data fetching not working at all | 1 | fix | marketboard |
217,922 | 22.09.2021 10:05:35 | -7,200 | e19af242ea13472edb54063bcd9e7bec4be0e656 | fix(alarms): fixed weather + time alarms not being accurate with twice the same weather in a row | [
{
"change_type": "MODIFY",
"diff": "@@ -75,9 +75,7 @@ export class WeatherService {\n}\ntry {\n- const nextDiffSpawn = this.getNextDiffWeatherTime(timestamp, currentWeather, mapId);\n- const nextSpawn = this.nextWeatherTime(timestamp);\n- return this.getNextWeatherStart(mapId, weatherId, transition ? nextSp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed weather + time alarms not being accurate with twice the same weather in a row | 1 | fix | alarms |
104,857 | 22.09.2021 10:23:53 | 10,800 | dd987ec96d37dd5864ff77790f1e7012d6803440 | chore(test): test code | [
{
"change_type": "MODIFY",
"diff": "-import React, { useReducer } from 'react';\n+import React, { useReducer, useEffect } from 'react';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\nimport merge from 'lodash/merge';\nimport get from 'lodash/get';\n@@ -37,6 +37,7 @@ import {\ntableRemoveMulti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test): test code | 1 | chore | test |
127,946 | 22.09.2021 10:51:16 | -10,800 | dca1545ed09fccf519a127363b90151de02f316e | feat(docs): figma community link | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,12 @@ const Footer = () => (\n>\nGithub\n</a>\n+ <a\n+ className=\"hover:underline cursor-pointer\"\n+ href=\"https://www.figma.com/community/file/1002945721703152933\"\n+ >\n+ Figma Community\n+ </a>\n{/* <a className=\"hover:underline cursor-pointer\">Mediu... | TypeScript | MIT License | coingaming/moon-design | feat(docs): figma community link | 1 | feat | docs |
71,350 | 22.09.2021 10:56:44 | 25,200 | 7dae114b7aac46321b8d8572e6837428b4c633b2 | docs(elbv2): clarify certificates prop for listeners
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": "@@ -42,7 +42,7 @@ export interface BaseApplicationListenerProps {\nreadonly certificateArns?: string[];\n/**\n- * Certificate list of ACM cert ARNs\n+ * Certificate list of ACM cert ARNs. You must provide exactly one certificate if the listener protocol is HTTPS or TLS.\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(elbv2): clarify certificates prop for listeners (#16590)
fixes: #16509
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | elbv2 |
127,946 | 22.09.2021 11:02:00 | -10,800 | 9a64835a767e46ce5bd0be42e93e3412fc6bf5d0 | feat(docs): update intallation guide for contributors | [
{
"change_type": "MODIFY",
"diff": "@@ -12,17 +12,32 @@ export default function PageHowToContribute() {\n<h1 className=\"text-5xl font-semibold\">How to contribute</h1>\n<h2 className=\"text-3xl font-semibold mt-8\">Setup</h2>\n+ <Text>Install `pnpm`:</Text>\n+ <CodeSnippet>{`npm install -g pnpm`}</CodeSnip... | TypeScript | MIT License | coingaming/moon-design | feat(docs): update intallation guide for contributors | 1 | feat | docs |
304,853 | 22.09.2021 11:16:52 | 21,600 | 5cd8f8c037857879511306c03e702da81d255741 | test: add test cases for show tag values | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "ADD",
"diff": "+package sc... | Go | MIT License | influxdata/flux | test: add test cases for show tag values (#4050) | 1 | test | null |
135,420 | 22.09.2021 11:21:37 | -19,080 | ae87788c3445c9306cf05ebae2a7d7273792ec7a | docs: add codemagic-ci info | [
{
"change_type": "MODIFY",
"diff": "@@ -75,4 +75,17 @@ workflows:\n- lint_commit_message: { requires: [setup] }\n```\n+### 3rd party integrations\n+\n+#### [Codemagic](https://codemagic.io/)\n+\n+```yaml\n+#codemagic.yaml\n+workflows:\n+ commitlint:\n+ name: Lint commit message\n+ scripts:\n+ - npx commitli... | TypeScript | MIT License | conventional-changelog/commitlint | docs: add codemagic-ci info (#2760) | 1 | docs | null |
306,320 | 22.09.2021 11:28:38 | -3,600 | b0def18311ae944f1265be56ee68827c50c1b06e | fix(terraform): fix address parsing failing if there's a `.` in the index part | [
{
"change_type": "MODIFY",
"diff": "@@ -501,7 +501,7 @@ func isInfracostResource(res *schema.ResourceData) bool {\n// addressResourcePart parses a resource addr and returns resource suffix (without the module prefix).\n// For example: `module.name1.module.name2.resource` will return `name2.resource`.\nfunc ... | Go | Apache License 2.0 | infracost/infracost | fix(terraform): fix address parsing failing if there's a `.` in the index part | 1 | fix | terraform |
942,583 | 22.09.2021 11:33:16 | 21,600 | b72caf904a6cb31986d7d1caa8335187c99ed87e | fix: Update import of static states when creating labs component | [
{
"change_type": "MODIFY",
"diff": "module.exports = (modulePath, storyPath, pascalCaseName, rootPath) => `import React from 'react';\n-import {StaticStates} from '@workday/canvas-kit-preview-react/tokens';\n+import {StaticStates} from '@workday/canvas-kit-react/common;\nimport {ComponentStatesTable} from '... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Update import of static states when creating labs component (#1266) | 1 | fix | null |
127,945 | 22.09.2021 11:51:18 | -10,800 | adb14a9dec4590f8e893258e8d71b9e6c2a80f24 | fix(Betadda): fix betadda nextjs site theme switcher | [
{
"change_type": "MODIFY",
"diff": "--trunks: #8697a2;\n}\n+.theme-betadda-dark {\n+ --piccolo-120: #e68a2e;\n+ --piccolo: #ff9933;\n+ --piccolo-80: #ffa347;\n+\n+ --hit-120: #19930e;\n+ --hit: #1ca30f;\n+ --hit-80: #33ac27;\n+\n+ --beerus: #40464f;\n+\n+ --goku: #272e37;\n+ --goku-80: #353c44;\n+ --goku-40... | TypeScript | MIT License | coingaming/moon-design | fix(Betadda): fix betadda nextjs site theme switcher (#1410) | 1 | fix | Betadda |
815,593 | 22.09.2021 11:57:15 | -28,800 | e01c4e184f84cd4a43e7001432fa37e838051169 | chore: fix ci test error | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ GRCOV_EXCL_LINE = \\s*(((log|ckg_logger)::)?(trace|debug|info|warn|error)|(debug_\n##@ Testing\n.PHONY: test\n-test: ## Run all tests, including some tests can be time-consuming to execute (tagged with [ignore])\n+test: quick-test ## Run all tests, inclu... | Rust | MIT License | nervosnetwork/ckb | chore: fix ci test error | 1 | chore | null |
127,957 | 22.09.2021 11:59:25 | -10,800 | 4a71c87bf8df7a5accd8cdadd6f56cae3e851374 | fix: fix initial table expanded state | [
{
"change_type": "MODIFY",
"diff": "@@ -108,9 +108,9 @@ const Table: React.FC<TableProps> = ({\nconst { scrollState, handleScroll } = useScrollState(tableRef);\nuseEffect(() => {\n- if (expandedByDefault === undefined) return;\n+ if (expandedByDefault === undefined || !data?.length) return;\ntoggleAllRowsEx... | TypeScript | MIT License | coingaming/moon-design | fix: fix initial table expanded state (#1409) | 1 | fix | null |
127,946 | 22.09.2021 12:01:22 | -10,800 | cf4224b5f13bef56ed5103fd76bb7e9bf1e36296 | chore(docs): update Hot Module Replacement description | [
{
"change_type": "MODIFY",
"diff": "@@ -32,9 +32,11 @@ export default function PageHowToContribute() {\n<CodeSnippet>{`pnpm run build`}</CodeSnippet>\n<Text>Run storybook for development with Hot Module Replacement:</Text>\n- <CodeSnippet>{`pnpm run watch`}</CodeSnippet>\n+\n<CodeSnippet>{`pnpm run next dev... | TypeScript | MIT License | coingaming/moon-design | chore(docs): update Hot Module Replacement description | 1 | chore | docs |
942,581 | 22.09.2021 12:03:04 | 21,600 | 3f90a25f50d3664726a94071d0b82c3c76cf2e4f | ci: Add automerge job [skip ci] | [
{
"change_type": "ADD",
"diff": "+name: Enable Automerge\n+\n+on:\n+ pull_request_target:\n+ types: [ edited, labeled ]\n+\n+jobs:\n+ main:\n+ if: contains(github.event.pull_request.labels.*.name, 'automerge')\n+ runs-on: ubuntu-latest\n+\n+ steps:\n+ - name: Enable Automerge\n+ uses: Workday/canvas-kit-act... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Add automerge job [skip ci] | 1 | ci | null |
942,581 | 22.09.2021 13:29:17 | 21,600 | 3efd32fa78a143c57d8481378c52f798ee3a6b29 | ci: Update GA job names to help with branch checks [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -2,10 +2,10 @@ name: Enable Automerge\non:\npull_request_target:\n- types: [ edited, labeled ]\n+ types: [ edited, labeled, synchronize ]\njobs:\n- main:\n+ enable-automerge:\nif: contains(github.event.pull_request.labels.*.name, 'automerge')\nruns-on: ubuntu-latest\n"... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Update GA job names to help with branch checks [skip ci] | 1 | ci | null |
277,286 | 22.09.2021 13:37:40 | -7,200 | 0b03c9cb30d23d50f20697938349bd552caaa656 | feat: h2o-dark theme. | [
{
"change_type": "MODIFY",
"diff": "@@ -6081,7 +6081,7 @@ class Component:\nself.image = image\n\"\"\"Image\"\"\"\nself.persona = persona\n- \"\"\"Persona\"\"\"\n+ \"\"\"Persona.\"\"\"\ndef dump(self) -> Dict:\n\"\"\"Returns the contents of this object as a dict.\"\"\"\n@@ -8133,7 +8133,7 @@ class MetaCard:... | Python | Apache License 2.0 | h2oai/wave | feat: h2o-dark theme. | 1 | feat | null |
791,704 | 22.09.2021 13:49:31 | 18,000 | 15c430093caa6249ef8552ed910b9d3663aa48fd | core: fix crash with Sentry init | [
{
"change_type": "MODIFY",
"diff": "import fs from 'fs';\nimport path from 'path';\nimport url from 'url';\n+import module from 'module';\nimport log from 'lighthouse-logger';\nimport updateNotifier from 'update-notifier';\n@@ -30,12 +31,15 @@ import * as Printer from './printer.js';\nimport {getFlags} from... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: fix crash with Sentry init (#13104) | 1 | core | null |
126,281 | 22.09.2021 14:08:21 | -7,200 | 79f46c8a6b4b75805b0650f44c6893856c28da7d | chore: Update build/RELEASING.md documentation. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,16 +12,16 @@ Before relasing, ensure that all modifications have been tested and pushed. When\nAlthough `immudb` aims to have a \"[OneFlow](https://www.endoflineblog.com/oneflow-a-git-branching-model-and-workflow)\" git branching model, [release branches](https://w... | Go | Apache License 2.0 | codenotary/immudb | chore: Update build/RELEASING.md documentation. | 1 | chore | null |
699,207 | 22.09.2021 14:23:10 | 25,200 | 7d231ec02993bb1e34c02b6dc1adf04e0fbba4fd | feat(select): add element prop to select API
feat(select): update unit tests and stories
feat(select): add changeset
feat(select): use chevron wrapper suffix
feat(select): pr feedback to make tests more clear
feat(select): fix typescript errors
feat(select): update changeset
feat(select): fix a11y contrast error in sto... | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/input-box': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[InputBox] Remove duplicated prefix in chevron icon wrapper element name, and update name to better reflect the component's purpose.\n",
"new_path": ".changeset/empty-spiders-rest.md",
"... | TypeScript | MIT License | twilio-labs/paste | feat(select): add element prop to select API
feat(select): update unit tests and stories
feat(select): add changeset
feat(select): use chevron wrapper suffix
feat(select): pr feedback to make tests more clear
feat(select): fix typescript errors
feat(select): update changeset
feat(select): fix a11y contrast error in sto... | 1 | feat | select |
617,459 | 22.09.2021 14:25:46 | -7,200 | 304e704ba9f215cebbc41c97150a260bd3793741 | fix(frontend): zoom and contribution error fixed | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const ImageWrapper = ({ altText, src }: Props): JSX.Element => {\n};\nconst StyledImage = styled.img`\n- cursor: \"zoom-in\";\n+ cursor: zoom-in;\n`;\nexport default ImageWrapper;\n",
"new_path": "packages/code-du-travail-frontend/src/common/ImageWra... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(frontend): zoom and contribution error fixed (#3771) | 1 | fix | frontend |
942,613 | 22.09.2021 14:32:09 | 21,600 | 4f6e4ab9b069d60a49efccf6e8f4effe4f49dee6 | feat(page-header): Deprecate PageHeader | [
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,7 @@ Each module is independently versioned using [Lerna](https://github.com/lerna/le\n- Migration Guides:\n- [v4.0 Migration Guide](./modules/docs/mdx/4.0-MIGRATION-GUIDE.mdx)\n- [v5.0 Migration Guide](./modules/docs/mdx/5.0-MIGRATION-GUIDE.mdx)\n+ - [v6.0... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(page-header): Deprecate PageHeader (#1247)
Co-authored-by: James Fan <james@somewhatstrange.com> | 1 | feat | page-header |
71,453 | 22.09.2021 14:35:46 | 25,200 | b8f02eca3445553df591721dcd0733fc0deb028b | chore: add Chriscbr to mergify | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ pull_request_rules:\nlabel:\nadd: [ contribution/core ]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|MrArnoldPalmer|NetaNir|iliapolo|njlynch|ericzbeard|ccfife|fulghum|pkandasamy91|SoManyHs|uttarasridhar|o... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: add Chriscbr to mergify | 1 | chore | null |
777,399 | 22.09.2021 14:51:02 | 14,400 | 24043e6eea5ccd5fd7bd47cb99f7c6f8c9a9e402 | fix: always `helm push` latest version
The version needed to be kept in sync with the chart before, which was
annoying. It turns out `helm push` works fine with the `latest` symlink. | [
{
"change_type": "MODIFY",
"diff": "@@ -17,4 +17,4 @@ release: export NGC_API_USERNAME ?=\nrelease: export NGC_API_KEY ?=\nrelease:\nhelm repo add determined $$NGC_REPO --username $$NGC_API_USERNAME --password $$NGC_API_KEY\n- helm push -f build/determined-0.16.1.tgz determined\n+ helm push -f build/determi... | Python | Apache License 2.0 | determined-ai/determined | fix: always `helm push` latest version (#2994)
The version needed to be kept in sync with the chart before, which was
annoying. It turns out `helm push` works fine with the `latest` symlink. | 1 | fix | null |
730,530 | 22.09.2021 15:24:40 | 18,000 | 81765771108a3b11903792c22bafa3fc53c98169 | feat(meetings): invite participants via phone number | [
{
"change_type": "MODIFY",
"diff": "@@ -200,7 +200,8 @@ export const DIALER_REGEX = {\n// requires the @ symbol\nSIP_ADDRESS: /^(sips?)?:?(?:([^\\s>:@]+)(?::([^\\s@>]+))?@)([\\w\\-.]+)(?::(\\d+))?((?:;[^\\s=?>;]+(?:=[^\\s?;]+)?)*)(?:\\?(([^\\s&=>]+=[^\\s&=>]+)(&[^\\s&=>]+=[^\\s&=>]+)*))?$/,\n// standard tel... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): invite participants via phone number | 1 | feat | meetings |
777,401 | 22.09.2021 15:28:13 | 14,400 | e1f7925710ba95fecf288717397c5ef3b535cd92 | chore: fix nil deref in idle timeout watcher | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,8 @@ func (p *IdleTimeoutWatcher) ReceiveMsg(ctx *actor.Context) error {\n}\nif p.UseRunnerState {\n- if lastActivity == nil || p.lastExplicitActivity.After(*lastActivity) {\n+ if lastActivity == nil ||\n+ p.lastExplicitActivity != nil && p.lastExplicitActivi... | Python | Apache License 2.0 | determined-ai/determined | chore: fix nil deref in idle timeout watcher (#2993) | 1 | chore | null |
777,389 | 22.09.2021 15:52:11 | 25,200 | c9b16e58d6f0e1dc3ff6e73ca9587b6fc60b2277 | fix: rename trial job type to experiment | [
{
"change_type": "MODIFY",
"diff": "@@ -20,8 +20,8 @@ func NewJobID() JobID {\ntype JobType string\nconst (\n- // JobTypeTrial is the \"TRIAL\" job type for the enum public.job_type in Postgres.\n- JobTypeTrial = \"EXPERIMENT\"\n+ // JobTypeExperiment is the \"EXPERIMENT\" job type for the enum public.job_t... | Python | Apache License 2.0 | determined-ai/determined | fix: rename trial job type to experiment (#2997) | 1 | fix | null |
791,682 | 22.09.2021 15:55:09 | 14,400 | 54fff0790acdc5a36dbc1341e344f9fc430a2a79 | report(flow): category tooltips | [
{
"change_type": "MODIFY",
"diff": "--summary-flow-step-label-font-size: 16px;\n--summary-subtitle-font-size: 16px;\n--summary-title-font-size: 32px;\n+ --summary-tooltip-box-shadow-color: rgba(0, 0, 0, 0.25);\n--topbar-title-font-size: 14px;\n}\ntext-decoration: underline;\n}\n-.SummaryCategory {\n+.Summar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(flow): category tooltips (#13043) | 1 | report | flow |
276,951 | 22.09.2021 15:59:07 | 10,800 | 00218961a32ad3e2c0226272f798eae8c58260c7 | docs(button): add example docs to native | [
{
"change_type": "ADD",
"diff": "+### Usage\n+\n+```javascript type=expo\n+ <Button.Icon icon={Booking} />\n+```\n+\n+### Props\n+\n+<PropsTable component=\"Button.Icon\" platform=\"native\" />\n",
"new_path": "packages/doc/content/components/components/button/icon-native.mdx",
"old_path": null
},... | JavaScript | MIT License | gympass/yoga | docs(button): add example docs to native | 1 | docs | button |
815,593 | 22.09.2021 16:09:36 | -28,800 | 53ce93cbfd6971b1a80f2c1185cacb4b937dd633 | test: add integration test for rpc `get_raw_tx_pool` | [
{
"change_type": "MODIFY",
"diff": "@@ -389,6 +389,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(BlockTemplates),\nBox::new(BootstrapCellbase),\nBox::new(TemplateSizeLimit),\n+ Box::new(GetRawTxPool),\nBox::new(PoolReconcile),\nBox::new(PoolResurrect),\n#[cfg(not(target_os = \"windows\"))]\n",
"... | Rust | MIT License | nervosnetwork/ckb | test: add integration test for rpc `get_raw_tx_pool` | 1 | test | null |
756,064 | 22.09.2021 16:29:33 | 25,200 | 722f903c8306f4245addad6bbe9df7b8b7a7321b | fix(swingset): have slogger record replay status for syscalls too
Now all of deliver/deliver-result/syscall/syscall-result will have `replay:
true` or `false`, so you can filter out replays statelessly with a tool like
jq. | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,7 @@ export function makeSlogger(slogCallbacks, writeObj) {\nlet crankNum;\nlet deliveryNum;\nlet syscallNum;\n+ let replay = false;\nfunction assertOldState(exp, msg) {\nassert.equal(state, exp, X`vat ${vatID} in ${state}, not ${exp}: ${msg}`);\n@@ -149,11... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): have slogger record replay status for syscalls too
Now all of deliver/deliver-result/syscall/syscall-result will have `replay:
true` or `false`, so you can filter out replays statelessly with a tool like
jq. | 1 | fix | swingset |
756,064 | 22.09.2021 16:30:35 | 25,200 | e31758914c165113c4ba6a4574a73ee888addad1 | fix(swingset): make vat-warehouse responsible for slogging deliveries
This ensures that the log events for any replayed deliveries (performed while
paging a vat back in) appear before the log events for the post-replay
delivery that needed the vat online. | [
{
"change_type": "MODIFY",
"diff": "@@ -428,18 +428,13 @@ export default function buildKernel(\n// eslint-disable-next-line no-use-before-define\nassert(vatWarehouse.lookup(vatID));\nconst vatKeeper = kernelKeeper.provideVatKeeper(vatID);\n- const crankNum = kernelKeeper.getCrankNumber();\n- const deliveryN... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): make vat-warehouse responsible for slogging deliveries
This ensures that the log events for any replayed deliveries (performed while
paging a vat back in) appear before the log events for the post-replay
delivery that needed the vat online. | 1 | fix | swingset |
756,064 | 22.09.2021 16:49:43 | 25,200 | d8d146de69a08d2b6582b3a778a7f44985450fc0 | fix(swingset): DummySlogger needs to be more realistic | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,13 @@ export function makeDummySlogger(slogCallbacks, makeConsole) {\nslogCallbacks,\n);\nconst dummySlogger = harden({\n- provideVatSlogger: reg('provideVatSlogger', () => 0),\n+ provideVatSlogger: reg('provideVatSlogger', () =>\n+ harden({\n+ vatSlog: {\n+ ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): DummySlogger needs to be more realistic | 1 | fix | swingset |
603,467 | 22.09.2021 17:22:26 | -3,600 | 9394c97ee384fb88720a3baf3b0c015bb6796157 | ci(github): run webdriverio integration tests in parallel on CI | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ export const config: WebdriverIOConfig = {\nrunner: 'local',\n- maxInstances: isCI ? 1 : undefined,\n+ // maxInstances: isCI ? 1 : undefined,\nheadless: true,\nautomationProtocol: 'devtools',\n",
"new_path": "integration/web-webdriverio-runner/src/wd... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): run webdriverio integration tests in parallel on CI | 1 | ci | github |
386,581 | 22.09.2021 17:23:10 | -7,200 | d9b53a034111bc65813d81c036376d05274ff6c7 | fix(docs): Fix AxiosHttp connection type spelling in docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ _ref:\ntype: MarkdownWithCode\nproperties:\ncontent: |\n- The `AxiosHTTP` connection is used to connect to APIs and web servers using HTTP or HTTPS.\n+ The `AxiosHttp` connection is used to connect to APIs and web servers using HTTP or HTTPS.\nIt uses th... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix AxiosHttp connection type spelling in docs. | 1 | fix | docs |
306,653 | 22.09.2021 17:27:36 | -19,080 | 0e1eedeba0d94353a08dbe1ec6e7d4088590504c | chore(datepicker): adds datepicker snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -643,7 +643,7 @@ exports[`DatePicker component\nclass=\"Text Text--default Text--regular\"\ndata-test=\"DesignSystem-GenericChip--Text\"\n>\n- Today, Sep 17\n+ Today, Sep 22\n</span>\n</div>\n</div>\n@@ -1173,7 +1173,7 @@ exports[`DatePicker component\nclass=\"Text Tex... | TypeScript | MIT License | innovaccer/design-system | chore(datepicker): adds datepicker snapshots | 1 | chore | datepicker |
386,581 | 22.09.2021 17:39:14 | -7,200 | 69d14b4a862827beac955a5039df225af689f297 | fix(cli): Use renderer served from blocks server url if configured.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -57,9 +57,16 @@ async function getExpress({ context, gqlServer }) {\n// serve webpack files\napp.use(express.static(path.resolve(__dirname, 'shell')));\n- // serve version for renderer module federation\n- app.use('/api/dev/version', (req, res) => {\n- res.json(context... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(cli): Use renderer served from blocks server url if configured.
Closes #840 | 1 | fix | cli |
14,244 | 22.09.2021 17:46:49 | -7,200 | d6d6ba9800c6c19de3498fc2b0cf640cc4acf7dd | refactor(examples): simplify code | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import './App.css';\nexport function App() {\nreturn (\n<div className=\"container\">\n- <Autocomplete placeholder=\"What's up?\" defaultActiveItemId={0} />\n+ <Autocomplete placeholder=\"What's up?\" />\n</div>\n);\n}\n",
"new_path": "examples/twitter... | TypeScript | MIT License | algolia/autocomplete | refactor(examples): simplify code (#732) | 1 | refactor | examples |
603,467 | 22.09.2021 17:56:03 | -3,600 | 1853b80cdfa21937b825707edff1cdfc4a4ce0ac | ci(github): run integration tests in parallel | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"lerna run lint --parallel\",\n\"lint:fix\": \"lerna run lint:fix --parallel\",\n\"test\": \"lerna run test --stream --scope @serenity-js/*\",\n- \"integration-test\": \"lerna run test --stream --concurrency 1 --scope @integration/*\",\n+ \"integration-test\": ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): run integration tests in parallel | 1 | ci | github |
494,315 | 22.09.2021 18:15:02 | -7,200 | e3efc5d0673106115a236e38b5d76d6672d64d20 | feat: mark recovery email address verified
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -155,6 +155,17 @@ You should also configure how long a session is privileged. The user will only\nbe able to update his/her password (or any other credential) for the specified\namount of time after clicking on the recovery link.\n+:::note\n+\n+If the email address use... | Go | Apache License 2.0 | ory/kratos | feat: mark recovery email address verified (#1665)
Closes #1662 | 1 | feat | null |
217,922 | 22.09.2021 18:22:35 | -7,200 | 7022ff14225a26d7727db19e4bae392a40d2d517 | chore(release): 8.5.9 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.9\"></a>\n+## [8.5.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.5.9 | 1 | chore | release |
73,317 | 22.09.2021 18:28:29 | -7,200 | c68ef6cb80449f0addf9fa3f5f0684ba46b37b7e | chore: set author on Yarn Upgrade PR commits | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,7 @@ jobs:\nuses: peter-evans/create-pull-request@v3\nwith:\n# Git commit details\n+ author: 'AWS CDK Automation <aws-cdk-automation@users.noreply.github.com>'\nbranch: automation/yarn-upgrade\ncommit-message: |-\nchore: npm-check-updates && yarn upgrade\n"... | TypeScript | Apache License 2.0 | aws/jsii | chore: set author on Yarn Upgrade PR commits | 1 | chore | null |
777,401 | 22.09.2021 19:17:55 | 14,400 | 32c41e129370b32a79d3f5a242e75b8eee0b5ee5 | fix: notebook wait page updates for API changes
Fix the notebook wait page by adding back in some old API fields. | [
{
"change_type": "MODIFY",
"diff": "@@ -142,6 +142,8 @@ type Event struct {\nSeq int `json:\"seq\"`\nTime time.Time `json:\"time\"`\nDescription string `json:\"description\"`\n+ IsReady bool `json:\"is_ready\"`\n+ State string `json:\"state\"`\nScheduledEvent *model.AllocationID `json:\"scheduled_event\"`\n... | Python | Apache License 2.0 | determined-ai/determined | fix: notebook wait page updates for API changes (#2998)
Fix the notebook wait page by adding back in some old API fields. | 1 | fix | null |
777,401 | 22.09.2021 19:20:08 | 14,400 | 9f4e2702fa2f0218bfaf4b487d1522286c5ff83a | fix: remove refs to workload start_time from det e describe | [
{
"change_type": "MODIFY",
"diff": "@@ -283,7 +283,7 @@ def describe(args: Namespace) -> None:\nv_metrics_headers = []\nheaders = (\n- [\"Trial ID\", \"# of Batches\", \"State\", \"Start Time\", \"End Time\"]\n+ [\"Trial ID\", \"# of Batches\", \"State\", \"Report Time\"]\n+ t_metrics_headers\n+ [\n\"Checkp... | Python | Apache License 2.0 | determined-ai/determined | fix: remove refs to workload start_time from det e describe (#2995) | 1 | fix | null |
744,016 | 22.09.2021 19:34:35 | 21,600 | e9379e27d49820f4db842f22cda6410bbe2bff10 | fix: boolean option should work with strict | [
{
"change_type": "MODIFY",
"diff": "@@ -124,6 +124,7 @@ const kRunYargsParserAndExecuteCommands = Symbol(\n);\nconst kRunValidation = Symbol('runValidation');\nconst kSetHasOutput = Symbol('setHasOutput');\n+const kTrackManuallySetKeys = Symbol('kTrackManuallySetKeys');\nexport interface YargsInternalMethod... | JavaScript | MIT License | yargs/yargs | fix: boolean option should work with strict (#1996) | 1 | fix | null |
603,467 | 22.09.2021 21:16:28 | -3,600 | 37b825cd817ada31f835436c45531d4b3698aa6f | test(web): make sure that the test checks the OS of the browser not the Node process | [
{
"change_type": "MODIFY",
"diff": "import 'mocha';\nimport { expect } from '@integration/testing-tools';\n-import { Ensure, equals } from '@serenity-js/assertions';\n+import { Ensure, equals, matches } from '@serenity-js/assertions';\nimport { actorCalled, Check, Question, Task } from '@serenity-js/core';\... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): make sure that the test checks the OS of the browser not the Node process | 1 | test | web |
603,467 | 22.09.2021 22:09:57 | -3,600 | 9213dce99a1805eab5d9e8893afc4df2c3920dff | ci(github): open SauceLabs tunnel for the integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -179,6 +179,20 @@ jobs:\n- compile\nruns-on: ubuntu-latest\nsteps:\n+ - name: Open Sauce Connect Tunnel\n+ uses: saucelabs/sauce-connect-action@v1\n+ with:\n+ username: ${{ secrets.SAUCE_USERNAME }}\n+ accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}\n+ tunnelIdentifier: git... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): open SauceLabs tunnel for the integration tests | 1 | ci | github |
67,516 | 22.09.2021 22:11:52 | -7,200 | 3defa87cfe544ca9530297fdf7d665c1806586af | refactor(router): querystring propagation | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { IRouteViewModel } from './component-agent.js';\nimport { RouteType } from './route.js';\nimport { IRouteContext } from './route-context.js';\nimport { expectType, isPartialCustomElementDefinition, isPartialViewportInstruction, shallowEquals } from... | TypeScript | MIT License | aurelia/aurelia | refactor(router): querystring propagation | 1 | refactor | router |
603,467 | 22.09.2021 22:25:53 | -3,600 | 98d7612e733c9c4420904b85e84e5bca4139d607 | ci(github): corrected SauceLabs tunnel id | [
{
"change_type": "MODIFY",
"diff": "@@ -184,14 +184,7 @@ jobs:\nwith:\nusername: ${{ secrets.SAUCE_USERNAME }}\naccessKey: ${{ secrets.SAUCE_ACCESS_KEY }}\n- tunnelIdentifier: github-serenity-js-integration-test-linux-node-lts-active-${{ env.GITHUB_RUN_ID }}-tunnel\n-\n- - name: Test\n- run: make test\n- # ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): corrected SauceLabs tunnel id | 1 | ci | github |
603,467 | 22.09.2021 22:36:20 | -3,600 | f24004e381d8025e6acefb6df0d8bed46e04658c | ci(github): changed SauceLabs tunnel id to reflect the run number | [
{
"change_type": "MODIFY",
"diff": "@@ -184,7 +184,7 @@ jobs:\nwith:\nusername: ${{ secrets.SAUCE_USERNAME }}\naccessKey: ${{ secrets.SAUCE_ACCESS_KEY }}\n- tunnelIdentifier: github-serenity-js-integration-test-linux-node-lts-active-${{ github.run_id }}-tunnel\n+ tunnelIdentifier: github-serenity-js-integra... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): changed SauceLabs tunnel id to reflect the run number | 1 | ci | github |
603,467 | 22.09.2021 23:31:46 | -3,600 | 0c4f20ab73589c9de2b2c67c0fbee113a596d3bb | ci(github): try running tests on SauceLabs | [
{
"change_type": "MODIFY",
"diff": "@@ -212,6 +212,7 @@ jobs:\nenv:\nSAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}\nSAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}\n+ SAUCE_TUNNEL_ID: github-serenity-js-integration-test-linux-node-lts-active-${{ github.run_number }}-tunnel\n- uses: actions/upload-artifact... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): try running tests on SauceLabs | 1 | ci | github |
603,467 | 22.09.2021 23:41:09 | -3,600 | 6813168d42be87ac2dd7b279e51db0c1bf14a6a6 | ci(github): corrected wdio config | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { Actors } from './Actors';\nconst port = process.env.PORT || 8080;\n-const local = {\n+const local: Partial<WebdriverIOConfig> = {\nheadless: true,\nautomationProtocol: 'devtools',\n@@ -29,7 +29,7 @@ const local = {\n}],\n};\n-const sauceLabs = {\n... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): corrected wdio config | 1 | ci | github |
603,467 | 22.09.2021 23:53:09 | -3,600 | c47095fe18f3923d306123935e30f5bf4a39f7d6 | ci(saucelabs): corrected screen resolution | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ const local: Partial<WebdriverIOConfig> = {\n'--headless',\n'--disable-gpu',\n'--disable-gpu',\n- '--window-size=640x480',\n+ '--window-size=800x600',\n],\n}\n}],\n@@ -39,7 +39,7 @@ const sauceLabs: Partial<WebdriverIOConfig> = {\n'sauce:options': {\ntun... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(saucelabs): corrected screen resolution | 1 | ci | saucelabs |
603,467 | 23.09.2021 00:46:33 | -3,600 | aa00dfd3ab320a5d7ee786feea1ce0355ac42638 | fix(webdriverio): ensure getLastScriptExecutionResult returns undefined for void functions
consistently across devtools and webdriver protocols | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import 'mocha';\nimport { expect } from '@integration/testing-tools';\nimport { Ensure, equals, matches } from '@serenity-js/assertions';\n-import { actorCalled, Check, Question, Task } from '@serenity-js/core';\n+import { actorCalled, Check, Log, Question... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(webdriverio): ensure getLastScriptExecutionResult returns undefined for void functions
consistently across devtools and webdriver protocols | 1 | fix | webdriverio |
877,015 | 23.09.2021 00:48:17 | -7,200 | 6f668f99b8f4895facecc2189190902052a6c042 | fix(@vtmn/css-design-tokens): problem with vtmn-semantic-color_hover-tertiary variable | [
{
"change_type": "MODIFY",
"diff": "--vtmn-semantic-color_hover-tertiary--h: var(--vtmn-semantic-color_background-brand-secondary--h);\n--vtmn-semantic-color_hover-tertiary--s: var(--vtmn-semantic-color_background-brand-secondary--s);\n--vtmn-semantic-color_hover-tertiary--l: calc(var(--vtmn-semantic-color_... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/css-design-tokens): problem with vtmn-semantic-color_hover-tertiary variable | 1 | fix | @vtmn/css-design-tokens |
603,467 | 23.09.2021 00:50:45 | -3,600 | 5eda0d8346120649963fb2e82bab1692df504df7 | ci(saucelabs): added sauce service to generate job names | [
{
"change_type": "MODIFY",
"diff": "\"@wdio/cli\": \"^7.12.5\",\n\"@wdio/local-runner\": \"^7.12.5\",\n\"@wdio/spec-reporter\": \"^7.12.5\",\n+ \"@wdio/sauce-service\": \"^7.12.5\",\n\"chromedriver\": \"^93.0.1\",\n\"ci-info\": \"^3.2.0\",\n\"webdriverio\": \"^7.12.5\"\n",
"new_path": "integration/web-w... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(saucelabs): added sauce service to generate job names | 1 | ci | saucelabs |
877,036 | 23.09.2021 00:55:12 | -7,200 | 8099ad62b604a39bd205336b47a03e8e0e397a50 | feat(react): add loader component | [
{
"change_type": "ADD",
"diff": "+export const argTypes = {\n+ size: {\n+ type: { name: 'string', required: false },\n+ description: 'The size of the loader.',\n+ defaultValue: 'medium',\n+ control: {\n+ type: 'select',\n+ options: ['small', 'medium', 'large'],\n+ },\n+ },\n+};\n+\n+export const parameters ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(react): add loader component (#546)
Co-authored-by: Laurent Thiebault <laurent.thiebault@decathlon.com> | 1 | feat | react |
603,467 | 23.09.2021 00:57:51 | -3,600 | 9a6660ac749d57b9afeb1101a72f188034587d04 | test(saucelabs): corrected a test so that it works on sauce labs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ describe('Navigate', () => {\n/** @test {Navigate.to} */\nit(`marks the test as compromised if the desired destination can't be reached`, () =>\nexpect(actorCalled('Wendy').attemptsTo(\n- Navigate.to('http://localhost:9999/invalid-destination'),\n+ Navig... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(saucelabs): corrected a test so that it works on sauce labs | 1 | test | saucelabs |
877,015 | 23.09.2021 01:03:02 | -7,200 | 3c67dab1f6bc45e0744c9dd5b0a702ebe2f7276d | docs(@vtmn/react): change import/export mode for VtmnLoader component | [
{
"change_type": "MODIFY",
"diff": "-import { VtmnLoader } from '@vtmn/react/src/components/VtmnLoader';\n+import { VtmnLoader } from '@vtmn/react';\nimport { Meta, Story } from '@storybook/react';\nimport {\nargTypes,\n",
"new_path": "packages/showcases/react/stories/components/VtmnLoader/VtmnLoader.st... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/react): change import/export mode for VtmnLoader component | 1 | docs | @vtmn/react |
877,015 | 23.09.2021 01:56:11 | -7,200 | 3ffde762ca672e85781164fe246fd56e8f4d5698 | docs(@vtmn/css): add paragraph to explain that overlays demo showcases will only work on Canvas tab | [
{
"change_type": "MODIFY",
"diff": "</button>\n</div>\n+<div class=\"block\">\n+ <em>\n+ This demonstration will only work on Canvas mode, you can easily switch to\n+ this mode by clicking the \"Canvas\" tab just aside \"Docs\" current tab, at the\n+ top of the page. Thanks!\n+ </em>\n+</div>\n+\n<script ty... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/css): add paragraph to explain that overlays demo showcases will only work on Canvas tab | 1 | docs | @vtmn/css |
877,015 | 23.09.2021 01:58:53 | -7,200 | f4bb8857930117efed3968ccb195ad0fa41602b9 | docs(readme): add missing links | [
{
"change_type": "MODIFY",
"diff": "@@ -78,6 +78,14 @@ These packages allow the consumption of elements with a higher level of granular\n<summary>For each component</summary>\n<table>\n+ <tr>\n+ <th>@vtmn/css-alert</th>\n+ <td><a href=\"https://github.com/Decathlon/vitamin-web/tree/main/packages/sources/css... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(readme): add missing @vtmn/css-alert links | 1 | docs | readme |
877,015 | 23.09.2021 02:00:10 | -7,200 | 117aeac9b28836286378c62c5d5f91ffeb55dcfa | docs(readme): add missing sonarcloud badge for package | [
{
"change_type": "MODIFY",
"diff": "@@ -132,6 +132,7 @@ These packages allow the consumption of elements with a higher level of granular\n<td><a href=\"https://www.decathlon.design/726f8c765/p/9596dd-modal-beta/b/08a8f6\"><img src=\"https://img.shields.io/badge/decathlon.design-docs-007dbc\" alt=\"documenta... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(readme): add missing sonarcloud badge for @vtmn/css-modal package | 1 | docs | readme |
71,080 | 23.09.2021 03:38:13 | 14,400 | 20071bb12648adeab96e4dbcb31f5bd50c5f631d | fix(route53-targets): ApiGateway does not accept RestApiBase
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": "@@ -26,7 +26,7 @@ export class ApiGatewayDomain implements route53.IAliasRecordTarget {\n* `ApiGatewayDomain` class.\n*/\nexport class ApiGateway extends ApiGatewayDomain {\n- constructor(api: apig.RestApi) {\n+ constructor(api: apig.RestApiBase) {\nif (!api.domainName) {... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(route53-targets): ApiGateway does not accept RestApiBase (#16610)
Closes #16227.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | route53-targets |
791,381 | 23.09.2021 07:40:16 | -32,400 | cecf9b64b136ab93d4183021d515ce1e2a745e49 | docs(datastore): time.Time retrieved locale is UTC
retrieved locale changed from local time to UTC in 1.4.0 (0e659e2, 9ac287d) | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ Valid value types are:\n- Any type whose underlying type is one of the above predeclared types\n- *Key\n- GeoPoint\n- - time.Time (stored with microsecond precision, retrieved as local time)\n+ - time.Time (stored with microsecond precision, retrieved as... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(datastore): time.Time retrieved locale is UTC (#4302)
retrieved locale changed from local time to UTC in 1.4.0 (0e659e2, 9ac287d)
Co-authored-by: Christopher Wilcox <crwilcox@google.com> | 1 | docs | datastore |
104,844 | 23.09.2021 08:24:30 | 14,400 | 490eef3acd5f9ec61071bd20fcadf2cf99973d59 | chore(test-app): needed the directory for serve command | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ jobs:\ntrap \"exit\" INT TERM ERR\ntrap \"kill 0\" EXIT\n- npx serve -s --debug &>serve.log &\n+ npx serve -s build --debug &>serve.log &\nNODE_PID=$!\nwhile read line; do\n",
"new_path": ".github/workflows/test-app.yml",
"old_path": ".github/wor... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): needed the directory for serve command | 1 | chore | test-app |
103,510 | 23.09.2021 09:13:28 | 10,800 | e2bd58b716f1a2dc381ed2fe0186b502a284d795 | chore(TextInput): run animations using native driver on iOS | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import * as React from 'react';\nimport {\nAnimated,\nTextInput as NativeTextInput,\n- Platform,\nLayoutChangeEvent,\nStyleProp,\nTextStyle,\n@@ -301,11 +300,7 @@ class TextInput extends React.Component<TextInputProps, State> {\nAnimated.timing(this.state.... | TypeScript | MIT License | callstack/react-native-paper | chore(TextInput): run animations using native driver on iOS (#2550) | 1 | chore | TextInput |
471,536 | 23.09.2021 09:31:10 | -10,800 | 92f2994ac19ff8cfe59d276ca5208179a8e407f8 | docs: lint docs | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,6 @@ Web Component DevTools provides advanced features to the developer, straight fro\n- Observing dispatched events\n- Calling functions of the custom element\n-\n### Supported libraries\nWeb Component DevTools also works with libraries built for developing ... | JavaScript | MIT License | open-wc/open-wc | docs: lint docs | 1 | docs | null |
104,853 | 23.09.2021 09:41:56 | 14,400 | 8b3554ff36e343de78e768a4478da34464def7e0 | fix(table): build | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,5 @@ export * from './table.component';\nexport * from './table-model.class';\nexport * from './head/table-head.component';\nexport * from './head/table-head-cell.component';\n+export * from './body/table-body.component';\n+export * from './body/table-row.compo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): build | 1 | fix | table |
104,844 | 23.09.2021 09:51:08 | 14,400 | 47cea0ee8fb775df7f947003665a11ff0ec94fd0 | chore(test-app): add serve script in separate file | [
{
"change_type": "MODIFY",
"diff": "@@ -62,14 +62,14 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- - name: Run cli command\n+ - name: Run cli command to create test app\nrun: |\nnpx create-iot-react-app test-app\n- name: Download all build artifacts\nuses: actions/download-artifact@v2\n- - name: Link dependen... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): add serve script in separate file | 1 | chore | test-app |
942,590 | 23.09.2021 10:20:16 | 25,200 | b84a37fefde0f0d60bcad1d21fb0456bb71cd21f | docs(tabs): Update Tabs MDX to adhere to standardized template [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const routes = {\n'/components/containers/card/': 'components-containers-card-react--basic',\n'/components/containers/side-panel/': 'preview-side-panel-react--basic',\n'/components/containers/table/': 'components-containers-table-react--basic',\n+ '/comp... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs(tabs): Update Tabs MDX to adhere to standardized template [skip ci] (#1279) | 1 | docs | tabs |
667,635 | 23.09.2021 10:23:18 | -28,800 | f6ba62114e968926b3d74ebf80fabc5a13a59f01 | fix(ios): fix a bug that a wrong zposition for section view
fix(ios): fix a bug that a wrong zposition for section view | [
{
"change_type": "MODIFY",
"diff": "#import \"HippyBaseListViewDataSource.h\"\n#import \"HippyListTableView.h\"\n+@class HippyBaseListViewCell;\n+\n@interface HippyBaseListView : UIView <HippyBaseListViewProtocol, HippyScrollableProtocol, UITableViewDelegate, UITableViewDataSource,\nHippyInvalidating, Hippy... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix a bug that a wrong zposition for section view (#983)
fix(ios): fix a bug that a wrong zposition for section view | 1 | fix | ios |
438,954 | 23.09.2021 10:40:45 | 14,400 | 5f664ba378320941e8f8e9b5703e0d03676dd287 | feat(event): add option for step-before/step-after charts for tooltip to match step behavior
Implement new line.step.tooltipMath option
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -760,6 +760,9 @@ var demos = {\nStepChart: [\n{\noptions: {\n+ title: {\n+ text: \"default\",\n+ },\ndata: {\ncolumns: [\n[\"data1\", 300, 350, 300, 20, 240, 100],\n@@ -774,6 +777,9 @@ var demos = {\n},\n{\noptions: {\n+ title: {\n+ text: \"step-before\",\n+ },\ndata: ... | TypeScript | MIT License | naver/billboard.js | feat(event): add option for step-before/step-after charts for tooltip to match step behavior
Implement new line.step.tooltipMath option
Close #2332 | 1 | feat | event |
667,713 | 23.09.2021 10:45:42 | -28,800 | f2c2a6cc844921d76a762b56c7194579b71aacc0 | fix(android): getRenderNodeHeight headerEventHelper null crash | [
{
"change_type": "MODIFY",
"diff": "@@ -312,8 +312,12 @@ public class HippyRecyclerListAdapter<HRCV extends HippyRecyclerView> extends\nListItemRenderNode childNode = getChildNode(position);\nif (childNode != null) {\nif (childNode.isPullHeader()) {\n+ if (headerEventHelper != null) {\nreturn headerEventHel... | C++ | Apache License 2.0 | tencent/hippy | fix(android): getRenderNodeHeight headerEventHelper null crash | 1 | fix | android |
711,597 | 23.09.2021 10:47:36 | -7,200 | f6d3a525027e274a818c578693699089b35ce5c0 | fix(core): Fix updating customer email with no NativeAuth configured
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -251,6 +251,7 @@ export class CustomerService {\n});\nif (hasEmailAddress(input)) {\n+ if (input.emailAddress !== customer.emailAddress) {\nconst existingCustomerInChannel = await this.connection\n.getRepository(ctx, Customer)\n.createQueryBuilder('customer')\n@@ -277,... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix updating customer email with no NativeAuth configured
Fixes #1092 | 1 | fix | core |
711,597 | 23.09.2021 11:00:24 | -7,200 | 20b4b04b3cc062355d055209e5e36fbece84cf45 | fix(admin-ui): Do not cache active admin details between logins
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,12 +51,8 @@ export class AdministratorDataService {\n);\n}\n- getActiveAdministrator(fetchPolicy: FetchPolicy = 'cache-first') {\n- return this.baseDataService.query<GetActiveAdministrator.Query>(\n- GET_ACTIVE_ADMINISTRATOR,\n- {},\n- fetchPolicy,\n- );\n+ getActi... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Do not cache active admin details between logins
Fixes #1099 | 1 | fix | admin-ui |
711,661 | 23.09.2021 11:01:19 | -7,200 | e40fc1c467ecfe07c915b28c00a4810365b3fe07 | fix(elasticsearch-plugin): Elasticsearch Cloud auth is not set during re-indexing
Fixes Make sure elasticsearch-js client is instantiated with the clientOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ import equal from 'fast-deep-equal/es6';\nimport { buildElasticBody } from './build-elastic-body';\nimport { ELASTIC_SEARCH_OPTIONS, loggerCtx, PRODUCT_INDEX_NAME, VARIANT_INDEX_NAME } from './constants';\nimport { ElasticsearchIndexService } from './ela... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Elasticsearch Cloud auth is not set during re-indexing (#1108)
Fixes #1106. Make sure elasticsearch-js client is instantiated with the clientOptions | 1 | fix | elasticsearch-plugin |
126,276 | 23.09.2021 11:26:17 | 10,800 | 94b7ea1e48e6a64d92c060c52edc9c551cc207ab | chore(embedded/sql): sql engine options and validations | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ func TestConditionalRowReader(t *testing.T) {\nrequire.NoError(t, err)\ndefer os.RemoveAll(\"catalog_cond_row_reader\")\n- engine, err := NewEngine(catalogStore, dataStore, prefix)\n+ engine, err := NewEngine(catalogStore, dataStore, DefaultOptions().Wit... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): sql engine options and validations
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
889,620 | 23.09.2021 11:27:19 | -28,800 | 7898190ac49b34afab9e7250e7361405b6168554 | fix(webreader): ignore key presses with modifiers | [
{
"change_type": "MODIFY",
"diff": "@@ -625,6 +625,7 @@ export default Vue.extend({\nelse this.fullscreenIcon = 'mdi-fullscreen'\n},\nkeyPressed(e: KeyboardEvent) {\n+ if(e.ctrlKey || e.altKey || e.shiftKey || e.metaKey) return\nthis.shortcuts[e.key]?.execute(this)\n},\nasync setup(bookId: string, page?: nu... | Kotlin | MIT License | gotson/komga | fix(webreader): ignore key presses with modifiers | 1 | fix | webreader |
889,620 | 23.09.2021 11:28:54 | -28,800 | 13760c5ef3117749966e90db9612674f5ab68b33 | fix(webreader): incorrect page when going to next book | [
{
"change_type": "MODIFY",
"diff": "@@ -128,9 +128,13 @@ export default Vue.extend({\n},\nimmediate: true,\n},\n- currentPage(val, old) {\n- this.$debug('[watch:currentPage]', `old:${old}`, `new:${val}`)\n- this.$emit('update:page', val)\n+ carouselPage(val, old) {\n+ this.$debug('[watch:carouselPage', `old... | Kotlin | MIT License | gotson/komga | fix(webreader): incorrect page when going to next book | 1 | fix | webreader |
777,378 | 23.09.2021 11:38:19 | 25,200 | 76c17f32fa03d7548e9552890d9826577da5dcaa | fix: bug in notebook README | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ const (\n// Agent ports 2600 - 3500 are split between TensorBoards, Notebooks, and Shells.\nminNotebookPort = 2900\nmaxNotebookPort = minNotebookPort + 299\n- notebookDefaultPage = \"/run/determined/workdir/readme.ipynb\"\n+ notebookDefaultPage = \"/run/... | Python | Apache License 2.0 | determined-ai/determined | fix: bug in notebook README (#3004) | 1 | fix | null |
699,201 | 23.09.2021 11:40:56 | 21,600 | b2b0f79272b5a7f2159218bc7f519b01a445ca7e | feat(button): add element customization | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Button] 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 th... | TypeScript | MIT License | twilio-labs/paste | feat(button): add element customization | 1 | feat | button |
104,844 | 23.09.2021 11:49:35 | 14,400 | a9ce2c2193004753915d928ee4c2b8fa008a6cfd | chore(test-app): added sudo to command | [
{
"change_type": "MODIFY",
"diff": "@@ -79,4 +79,6 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: ./dist/src/utils/serveTestApp.sh\n+ run: |\n+ ls -la ./dist/src/utils/serveTestApp.sh\n+ sudo ./dist/src/utils/serveTestApp.sh\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): added sudo to command | 1 | chore | test-app |
104,853 | 23.09.2021 12:09:33 | 14,400 | 1e23521102e7d5235565f7525f9375cd8e14716d | fix(table): tests | [
{
"change_type": "MODIFY",
"diff": "@@ -154,10 +154,7 @@ export class AITableModel implements PaginationModel {\n// only create a fresh header if necessary (header doesn't exist or differs in length)\n// this will only create a single level of headers (it will destroy any existing header items)\n- if (\n- t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): tests | 1 | fix | table |
699,207 | 23.09.2021 12:17:10 | 25,200 | 56da10d5c789f63220b8ea4aa804ae95aa6193c6 | chore(input-box): remove duplicated suffix in element string | [
{
"change_type": "MODIFY",
"diff": "'@twilio-paste/core': patch\n---\n+<<<<<<< HEAD\n[InputBox] Remove duplicated prefix in chevron icon wrapper element name, and update name to better reflect the component's purpose.\n+=======\n+[InputBox] Remove duplicative prefix in chevron icon wrapper element name, and... | TypeScript | MIT License | twilio-labs/paste | chore(input-box): remove duplicated suffix in element string | 1 | chore | input-box |
104,844 | 23.09.2021 12:24:39 | 14,400 | d686912a825b2145bf9997f44b235b7f2fde3cf5 | chore(test-app): remove sudo from command | [
{
"change_type": "MODIFY",
"diff": "@@ -81,4 +81,4 @@ jobs:\nif: ${{ success() }}\nrun: |\nls -la ./dist/src/utils/serveTestApp.sh\n- sudo ./dist/src/utils/serveTestApp.sh\n+ bash ./dist/src/utils/serveTestApp.sh\n",
"new_path": ".github/workflows/test-app.yml",
"old_path": ".github/workflows/test-a... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): remove sudo from command | 1 | chore | test-app |
699,207 | 23.09.2021 12:24:40 | 25,200 | 898e1b76052778a5a03f80ba382fbc891ca3cddd | chore(combobox): remove duplicated suffix in element string | [
{
"change_type": "MODIFY",
"diff": "'@twilio-paste/core': patch\n---\n-<<<<<<< HEAD\n-[InputBox] Remove duplicated prefix in chevron icon wrapper element name, and update name to better reflect the component's purpose.\n-=======\n[InputBox] Remove duplicative prefix in chevron icon wrapper element name, and... | TypeScript | MIT License | twilio-labs/paste | chore(combobox): remove duplicated suffix in element string | 1 | chore | combobox |
711,597 | 23.09.2021 12:56:24 | -7,200 | ded49c44953a6672e36deac990748536c87b20b8 | fix(core): Return correct timestamp values for translated entities
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,8 @@ export const ASSET_FRAGMENT = gql`\nexport const PRODUCT_VARIANT_FRAGMENT = gql`\nfragment ProductVariant on ProductVariant {\nid\n+ createdAt\n+ updatedAt\nenabled\nlanguageCode\nname\n",
"new_path": "packages/core/e2e/graphql/fragments.ts",
"ol... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Return correct timestamp values for translated entities
Fixes #1101 | 1 | fix | core |
342,861 | 23.09.2021 13:20:13 | -7,200 | 3199a175743127b7547d962be9217b02c54015fd | refactor(BrandedTile): use grid
docs(overviewPages): fixes after review | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\n-import { Heading, Stack, Button, mediaQueries as mq } from \"@kiwicom/orbit-components\";\n+import { Heading, Stack, Button, Grid, mediaQueries as mq } from \"@kiwicom/orbit-components\";\nimport { StyledButtonPrimitive } from \"@kiwicom/orb... | JavaScript | MIT License | kiwicom/orbit | refactor(BrandedTile): use grid
docs(overviewPages): fixes after review | 1 | refactor | BrandedTile |
821,198 | 23.09.2021 13:21:44 | 25,200 | ca30e30e240747599e931e9f0cbff4c60afc0118 | build: use bin/dev to create manifest & readme | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"nps lint\",\n\"postpack\": \"rm .oclif.manifest.json\",\n\"posttest\": \"yarn run lint\",\n- \"prepack\": \"rm -rf lib && tsc && bin/run manifest\",\n- \"version\": \"bin/run readme && git add README.md\",\n+ \"prepack\": \"rm -rf lib && tsc && bin/dev manifes... | TypeScript | MIT License | oclif/oclif | build: use bin/dev to create manifest & readme (#673) | 1 | build | null |
401,147 | 23.09.2021 13:23:15 | -19,080 | f6908f8ec534f236b74ba6b13d5182c75d8f7588 | fix: strict null check in loaders package
* fix: strict null check in loaders package
affects:
* fix: remove empty lines
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,11 @@ import React, { FC } from 'react';\nimport CircleLoaderSvg from '../assets/CircleLoader.svg';\nimport SvgLoader, { SvgLoaderProps } from '../SvgLoader';\n-export const CircleLoader: FC<SvgLoaderProps> & WithStyle = React.memo(props => (\n+const Component... | TypeScript | MIT License | medly/medly-components | fix: strict null check in loaders package (#436)
* fix: strict null check in loaders package
affects: @medly-components/loaders
* fix: remove empty lines
affects: @medly-components/loaders | 1 | fix | null |
791,704 | 23.09.2021 13:23:31 | 18,000 | 3fc28082b59b9ae23922f918fc9546951b31ba43 | clients(viewer): use new firebase credentials | [
{
"change_type": "MODIFY",
"diff": "@@ -24,11 +24,13 @@ export class FirebaseAuth {\nthis._provider.addScope('gist');\nfirebase.initializeApp({\n- apiKey: 'AIzaSyApMz8FHTyJNqqUtA51tik5Mro8j-2qMcM',\n- authDomain: 'lighthouse-viewer.firebaseapp.com',\n- databaseURL: 'https://lighthouse-viewer.firebaseio.com'... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(viewer): use new firebase credentials (#13110) | 1 | clients | viewer |
71,350 | 23.09.2021 13:55:47 | 25,200 | 41fdebb974a2b29ba461757d210fa3a8b8cdc73d | feat(eks): add warning to fargateProfile
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": "import * as ec2 from '@aws-cdk/aws-ec2';\nimport * as iam from '@aws-cdk/aws-iam';\n-import { CustomResource, ITaggable, Lazy, TagManager, TagType } from '@aws-cdk/core';\n+import { Annotations, CustomResource, ITaggable, Lazy, TagManager, TagType } from '@aws-cdk/core';\... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(eks): add warning to fargateProfile (#16631)
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 | feat | eks |
815,577 | 23.09.2021 14:00:16 | -28,800 | ada3314abb4b6bb8d2dbccdbb2e9722109f33c92 | test: add test for migration | [
{
"change_type": "MODIFY",
"diff": "@@ -729,8 +729,10 @@ dependencies = [\n\"ckb-types\",\n\"ckb-verification\",\n\"ckb-verification-traits\",\n+ \"faketime\",\n\"num_cpus\",\n\"once_cell\",\n+ \"tempfile\",\n\"tentacle\",\n]\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"chang... | Rust | MIT License | nervosnetwork/ckb | test: add test for migration | 1 | test | null |
791,255 | 23.09.2021 14:00:57 | 25,200 | 70c5633696a78e3ac974b564243bee87839eb9a9 | feat: enable generation of bigquery/migration/v2alpha | [
{
"change_type": "MODIFY",
"diff": "@@ -196,6 +196,14 @@ var microgenGapicConfigs = []*microgenConfig{\napiServiceConfigPath: \"bigquerydatatransfer_v1.yaml\",\nreleaseLevel: \"ga\",\n},\n+ {\n+ inputDirectoryPath: \"google/cloud/bigquery/migration/v2alpha\",\n+ pkg: \"migration\",\n+ importPath: \"cloud.go... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat: enable generation of bigquery/migration/v2alpha (#4799) | 1 | feat | null |
942,581 | 23.09.2021 14:07:21 | 21,600 | eccb106b919fe5959334db591b44efd81e5e2aad | ci: Fix canary publish job | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,8 @@ const {\nconst branch = GITHUB_REF.replace('refs/heads/', '');\n-const isPreMajor = branch.match(/^prerelease\\/v\\d+$/g);\n-const isPreMinor = branch.match(/^prerelease\\/v\\d+\\.x$/g);\n+const isPreMajor = branch.match(/^prerelease\\/major$/g);\n+const... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Fix canary publish job | 1 | ci | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.