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
386,581
30.06.2021 11:01:55
-7,200
cacc5f40f3a107fb3bc387fcf74ddff67c0ee2be
chore: Update pull request template and issues config
[ { "change_type": "RENAME", "diff": "", "new_path": ".github/ISSUE_TEMPLATE/config.yml", "old_path": ".github/ISSUE_TEMPLATE/config.yaml" }, { "change_type": "MODIFY", "diff": "Thanks for opening a PR! Your contribution is much appreciated.\nTo make sure your PR is handled as smoothly as ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update pull request template and issues config
1
chore
null
306,641
30.06.2021 11:09:38
-19,080
766b568687114b91cc6ba58f8b2390161d75fa0c
fix(Grid): fixes GridBody scrollTop issue on unmount
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,9 @@ export const GridBody = (props: GridBodyProps) => {\n}\nreturn () => {\n- _this.currPageInfo = { page, scrollTop: gridBodyEl!.scrollTop };\n+ if (gridBodyEl) {\n+ _this.currPageInfo = { page, scrollTop: gridBodyEl.scrollTop };\n+ }\n};\n}, []);\n", "...
TypeScript
MIT License
innovaccer/design-system
fix(Grid): fixes GridBody scrollTop issue on unmount
1
fix
Grid
276,989
30.06.2021 11:10:34
10,800
cba0f6e78047c8957ef3469584e199836ea7d311
refactor(system): define default getter
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ const flexDirection = props =>\nprops,\nprop: ['flexDirection'],\ncssProperty: 'flexDirection',\n- getter: () => ({}),\n});\nconst alignItems = props =>\n@@ -13,7 +12,6 @@ const alignItems = props =>\nprops,\nprop: ['alignItems'],\ncssProperty: 'alignItems...
JavaScript
MIT License
gympass/yoga
refactor(system): define default getter
1
refactor
system
276,989
30.06.2021 11:11:44
10,800
a8ef05e2b3fd31ca90d054225c50ce345c0af2aa
test(system): add tests for layout module
[ { "change_type": "ADD", "diff": "+import { css } from 'styled-components';\n+import {\n+ display,\n+ positions,\n+ position,\n+ top,\n+ right,\n+ bottom,\n+ left,\n+} from './layout';\n+\n+const spacings = [0, 4, 8, 12];\n+[spacings.zero, spacings.small, spacings.medium, spacings.large] = spacings;\n+\n+con...
JavaScript
MIT License
gympass/yoga
test(system): add tests for layout module
1
test
system
667,680
30.06.2021 11:11:57
-28,800
4f2a9a0fcdc444102fc39149f79d3a7b092cfdc0
docs(android): add x5-lite doc
[ { "change_type": "ADD", "diff": "+This v8 release is generated by [TBS X5 Team][1], it's recommend for release build.\n+\n+This v8 release remove `Inspector` `Profiler` `Debug` `Diagnostics` and the other modules that do not affect runtime features to reduce the v8 release size. If you want to use this feat...
C++
Apache License 2.0
tencent/hippy
docs(android): add x5-lite doc
1
docs
android
277,273
30.06.2021 11:15:52
25,200
bc409b3a6d3e0a403e637af60084e36c75561df2
feat: Always provide location hash on q.args, even if unchanged. Closes
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,20 @@ from h2o_wave import main, app, Q, ui\n@app('/demo')\nasync def serve(q: Q):\n+ if not q.client.initialized:\n+ q.client.initialized = True\n+ q.page['nav'] = ui.markdown_card(\n+ box='1 1 4 2',\n+ title='Links!',\n+ content='[Spam](#menu/spam) / [Ham](...
Python
Apache License 2.0
h2oai/wave
feat: Always provide location hash on q.args, even if unchanged. Closes #769
1
feat
null
791,282
30.06.2021 11:19:13
25,200
aeea1ce1e5dff3acdfe208932327b52c49851b41
fix(internal): fix googleapis-disco regen
[ { "change_type": "MODIFY", "diff": "@@ -491,7 +491,11 @@ func (g *GapicGenerator) manifest(confs []*microgenConfig) error {\nentries[manual.DistributionName] = manual\n}\nfor _, conf := range confs {\n- yamlPath := filepath.Join(g.googleapisDir, conf.apiServiceConfigPath)\n+ dir := g.googleapisDir\n+ if con...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal): fix googleapis-disco regen (#4354)
1
fix
internal
277,273
30.06.2021 11:23:40
25,200
7b39085fa594997f41812ad4b39f55488fd149b5
chore: Remove unused routing code
[ { "change_type": "MODIFY", "diff": "@@ -135,15 +135,9 @@ export const\nargs,\ndebounce,\nthrottle,\n- push: (data?: any) => {\n+ push: () => {\nif (!_wave) return\n- if (data) {\n- _wave.push(data)\n- busyB(true)\n- return\n- }\n-\n// Unconditionally set location hash so that the app doesn't have to track c...
Python
Apache License 2.0
h2oai/wave
chore: Remove unused routing code #769
1
chore
null
494,315
30.06.2021 11:25:49
-7,200
96cac850330ef812f717753828af1c55e27b3e78
chore: bump ory/x to v0.0.256
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ require (\ngithub.com/ory/kratos-client-go v0.6.3-alpha.1\ngithub.com/ory/mail/v3 v3.0.0\ngithub.com/ory/nosurf v1.2.4\n- github.com/ory/x v0.0.250\n+ github.com/ory/x v0.0.256\ngithub.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2\ngithub.com/ph...
Go
Apache License 2.0
ory/kratos
chore: bump ory/x to v0.0.256 (#1474)
1
chore
null
126,276
30.06.2021 11:33:42
10,800
733ee2b3e07088c02eade50c2d0ab30e0a61f3d2
chore(embedded/sql): initial type specialization in place
[ { "change_type": "MODIFY", "diff": "@@ -1008,7 +1008,18 @@ func (v *Param) inferType(cols map[string]*ColDescriptor, implicitDB, implicitTa\n}\nfunc (v *Param) requiresType(t SQLValueType, params map[string]SQLValueType) error {\n+ currT, ok := params[v.id]\n+ if !ok {\n+ return ErrUnexpected\n+ }\n+ if cur...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): initial type specialization in place Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
865,926
30.06.2021 11:34:20
-7,200
27a8e83416cb7b6071c1e35ce8352f8d8446b933
ci: send Slack notification if nightly build fails Closes
[ { "change_type": "MODIFY", "diff": "@@ -80,3 +80,16 @@ jobs:\nSENTRY_PROJECT: \"${{ secrets.SENTRY_PROJECT }}\"\nUPDATES_SERVER_PRODUCT_NAME: \"${{ secrets.UPDATES_SERVER_PRODUCT_NAME }}\"\nrun: npm run build -- --win --publish --nightly\n+\n+ Post-Failure:\n+ needs: Build_nightly\n+ if: failure()\n+ runs-o...
JavaScript
MIT License
camunda/camunda-modeler
ci: send Slack notification if nightly build fails Closes #2336
1
ci
null
217,922
30.06.2021 11:41:26
-7,200
055e99e010dbb281d69c88ebf0ee1935b9f94ef4
fix(gearset-editor): fixed job swap not working as expected
[ { "change_type": "MODIFY", "diff": "@@ -596,12 +596,14 @@ export class GearsetEditorComponent extends TeamcraftComponent implements OnInit\n}).afterClose.pipe(\nfilter(res => res !== undefined)\n).subscribe((res: TeamcraftGearset) => {\n+ gearset.name = res.name;\nif (res.job !== gearset.job) {\n+ gearset.j...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gearset-editor): fixed job swap not working as expected
1
fix
gearset-editor
276,989
30.06.2021 11:52:18
10,800
496611a4eeef5d068c7e4e06a3a890bdc7a504b1
feat(system): add order submodule
[ { "change_type": "MODIFY", "diff": "@@ -84,6 +84,14 @@ const flexWrap = props =>\ncssProperty: 'flexWrap',\n});\n+const order = props =>\n+ generator({\n+ props,\n+ prop: ['order'],\n+ cssProperty: 'order',\n+ getter: () => ({}),\n+ });\n+\nconst flexes = compose(\nflex,\nflexBasis,\n@@ -97,6 +105,7 @@ cons...
JavaScript
MIT License
gympass/yoga
feat(system): add order submodule
1
feat
system
276,989
30.06.2021 11:53:10
10,800
4c3e85467cab5f009b3f416d17ab240e0fc20f43
test(system): add tests for flex module
[ { "change_type": "ADD", "diff": "+import { css } from 'styled-components';\n+import {\n+ flex,\n+ flexBasis,\n+ flexFlow,\n+ flexGrow,\n+ flexShrink,\n+ flexWrap,\n+ flexDirection,\n+ alignItems,\n+ alignContent,\n+ alignSelf,\n+ justifyContent,\n+ justifySelf,\n+ order,\n+ flexes,\n+} from './flex';\n+\n+d...
JavaScript
MIT License
gympass/yoga
test(system): add tests for flex module
1
test
system
667,680
30.06.2021 12:08:53
-28,800
40e5746efcb5b720493cdba129dd6a543df10f2b
chore(docker): add `android-release` docker image and it's build script
[ { "change_type": "ADD", "diff": "+name: '[android] build release image'\n+\n+on:\n+ workflow_dispatch:\n+ inputs:\n+ tag:\n+ description: 'TAG'\n+ default: 'latest'\n+ required: true\n+ push:\n+ branches:\n+ - master\n+ - main\n+ tags-ignore:\n+ - '**'\n+ paths:\n+ - 'docker/android-release/Dockerfile'\n+jo...
C++
Apache License 2.0
tencent/hippy
chore(docker): add `android-release` docker image and it's build script
1
chore
docker
791,690
30.06.2021 12:14:46
18,000
557c527e860fd088ada3ea4be79e6dab0b7a9ce0
core(modern-images): update to include AVIF estimates
[ { "change_type": "MODIFY", "diff": "@@ -215,10 +215,15 @@ const expectations = [\n},\n'modern-image-formats': {\ndetails: {\n- overallSavingsBytes: '>60000',\n- items: {\n- length: 6,\n- },\n+ overallSavingsBytes: '137000 +/- 10000',\n+ items: [\n+ {url: /lighthouse-1024x680.jpg$/},\n+ {url: /lighthouse-uno...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(modern-images): update to include AVIF estimates (#12682)
1
core
modern-images
791,622
30.06.2021 12:20:31
14,400
0cd0a8c8c79e3ca7dfe1e2d1bf2a2f8894ba4680
fix(deps): google-gax v2.17.0 with mTLS
[ { "change_type": "MODIFY", "diff": "\"arrify\": \"^2.0.0\",\n\"extend\": \"^3.0.2\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.12.0\",\n+ \"google-gax\": \"^2.17.0\",\n\"is-stream-ended\": \"^0.1.4\",\n\"lodash.snakecase\": \"^4.1.1\",\n\"p-defer\": \"^3.0.0\"\n", "new_path": "packag...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix(deps): google-gax v2.17.0 with mTLS (#1344)
1
fix
deps
530,302
30.06.2021 12:40:35
-7,200
78a280ae60722179e0090e8779b2a297c017aca9
feat(typescript): leverage incremental --build This ought to slightly improve local iteration performance.
[ { "change_type": "MODIFY", "diff": "@@ -3725,7 +3725,7 @@ tsconfig.tsbuildinfo\n\"name\": \"compile\",\n\"steps\": Array [\nObject {\n- \"exec\": \"tsc\",\n+ \"exec\": \"tsc --build\",\n},\n],\n},\n@@ -3866,7 +3866,7 @@ tsconfig.tsbuildinfo\n\"name\": \"watch\",\n\"steps\": Array [\nObject {\n- \"exec\": \"...
TypeScript
Apache License 2.0
projen/projen
feat(typescript): leverage incremental --build (#900) This ought to slightly improve local iteration performance.
1
feat
typescript
791,474
30.06.2021 12:55:02
25,200
1cf34b35e69127a57ab90be583c974a2467b3a97
fix(bigtable): fix by removing obsolete with block
[ { "change_type": "MODIFY", "diff": "@@ -79,9 +79,7 @@ func NewClientWithConfig(ctx context.Context, project, instance string, config C\noption.WithGRPCConnectionPool(4),\n// Set the max size to correspond to server-side limits.\noption.WithGRPCDialOption(grpc.WithDefaultCallOptions(grpc.MaxCallSendMsgSize(1...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(bigtable): fix #4338 by removing obsolete with block (#4353)
1
fix
bigtable
699,201
30.06.2021 13:34:58
14,400
198c3d7ef8cf6b207c8df2db13a50d7588747abe
chore(website): update new banner to point to date picker
[ { "change_type": "MODIFY", "diff": "@@ -66,19 +66,18 @@ const HomeHero: React.FC = () => {\n<Column span={5}>\n<NewComponentBanner>\n<NewComponentBannerBadge>New!</NewComponentBannerBadge>\n- <NewComponentBannerText>We&apos;re looking for a Product Designer!</NewComponentBannerText>\n+ <NewComponentBannerTe...
TypeScript
MIT License
twilio-labs/paste
chore(website): update new banner to point to date picker (#1624)
1
chore
website
889,620
30.06.2021 13:38:14
-28,800
b9546e86053093c709be6ad54b3a2943e1c3275b
build: don't build plain jar
[ { "change_type": "MODIFY", "diff": "@@ -127,6 +127,10 @@ tasks {\n}\n}\n+ getByName<Jar>(\"jar\") {\n+ enabled = false\n+ }\n+\n// unpack Spring Boot's fat jar for better Docker image layering\nregister<JavaExec>(\"unpack\") {\ndependsOn(bootJar)\n", "new_path": "komga/build.gradle.kts", "old_path":...
Kotlin
MIT License
gotson/komga
build: don't build plain jar
1
build
null
306,320
30.06.2021 13:40:11
-3,600
f6c3d3d63f83b82f0aa211daba5e347e679f9a5c
fix: remove `ALLOW_TAG_PREFIX` since it is deprecated
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,6 @@ jobs:\nPRE_RELEASE: \"false\"\nCHANGELOG_FILE: \"none\"\nALLOW_EMPTY_CHANGELOG: \"true\"\n- ALLOW_TAG_PREFIX: \"true\"\nRELEASE_NAME_PREFIX: \"Release \"\nwith:\nargs: |\n", "new_path": ".github/workflows/create-release.yml", "old_path": ".github...
Go
Apache License 2.0
infracost/infracost
fix: remove `ALLOW_TAG_PREFIX` since it is deprecated
1
fix
null
67,479
30.06.2021 13:46:47
-36,000
915bfb157f738efabf3198a0e8d628228bf5274f
fix(attr-parser): return null if theres no endpoint
[ { "change_type": "MODIFY", "diff": "@@ -310,6 +310,7 @@ export class SyntaxInterpreter {\nconst len = name.length;\nlet states = this.initialStates;\nlet i = 0;\n+ let state: State;\nfor (; i < len; ++i) {\nstates = this.getNextStates(states, name.charAt(i), interpretation);\nif (states.length === 0) {\n@@ ...
TypeScript
MIT License
aurelia/aurelia
fix(attr-parser): return null if theres no endpoint
1
fix
attr-parser
791,282
30.06.2021 13:58:22
25,200
8fe510f1e8d41f3a2924c11e37896172bc66aadd
chore(internal): update microgen to v0.21.3
[ { "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.21.2\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): update microgen to v0.21.3 (#4358)
1
chore
internal
276,989
30.06.2021 14:09:50
10,800
9d27e2460549bfc733f5be7b1d447df10bf890e6
docs(system): creating docs for new modules flex, layout, and spacing (w and h)
[ { "change_type": "ADD", "diff": "+---\n+title: 'Flex'\n+metaTitle: 'System - Flex'\n+metaDescription: '@gympass/yoga-system flex'\n+---\n+\n+## flex\n+\n+```javascript state\n+const Stack = styled.div`\n+ width: 140px;\n+ height: 110px;\n+ border: 1px solid #ccc;\n+ padding: 4px;\n+\n+ ${display}\n+ ${flexe...
JavaScript
MIT License
gympass/yoga
docs(system): creating docs for new modules flex, layout, and spacing (w and h)
1
docs
system
276,989
30.06.2021 14:10:20
10,800
0540d03cabc06373641529d0f28a082c9fee23eb
docs(box): update Box documentation matching the new system props
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,13 @@ import { Link as GatsbyLink } from 'gatsby';\np=\"small\"\nborderRadius=\"small\"\ncolor=\"feedback.success.dark\"\n- as={Text}\n+ display=\"flex\"\n+ flexDirection=\"column\"\n+ alignItems=\"center\"\n>\n- Making wellbeing universal\n+ <Text>Making</Text...
JavaScript
MIT License
gympass/yoga
docs(box): update Box documentation matching the new system props
1
docs
box
667,680
30.06.2021 14:12:09
-28,800
bdbbb4070302669445908c528a6cda6fff84de04
fix(docker): fix docker image build script error
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ on:\n- 'docker/android-release/Dockerfile'\njobs:\npush_to_registry:\n- name: Push Docker image\n+ name: Push docker image\nruns-on: ubuntu-latest\nsteps:\n- name: Check out the repo\n@@ -28,9 +28,14 @@ jobs:\nregistry: ghcr.io\nusername: ${{ github.repo...
C++
Apache License 2.0
tencent/hippy
fix(docker): fix docker image build script error
1
fix
docker
699,194
30.06.2021 14:30:43
21,600
813f909a0b18ba9e542e081ac0ddc236c395a93d
fix(website): conditionally render overview links if doc exists
[ { "change_type": "MODIFY", "diff": "// FIXME: these are all broken links we should do something about\nconst IGNORE_LIST = [\n+ // Left these in there because they're being called from the sidebar nav.\n+ // That will need to be refactored to pull from AirTable instead of packages.\n'components/help-text',\...
TypeScript
MIT License
twilio-labs/paste
fix(website): conditionally render overview links if doc exists (#1615)
1
fix
website
418,596
30.06.2021 14:35:12
-28,800
300a3ec9d308e4f32b7b266f41370dd920145e0b
fix(prometheus): this.http_server may undefined onStop
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ export class AutoConfiguration {\nasync onStop() {\nif (isMaster()) {\ncloseLock();\n- this.http_server.close();\n+ this.http_server && this.http_server.close();\n}\n}\n}\n", "new_path": "packages/prometheus/src/configuration.ts", "old_path": "pa...
TypeScript
MIT License
midwayjs/midway
fix(prometheus): this.http_server may undefined onStop (#1124)
1
fix
prometheus
276,951
30.06.2021 14:38:31
10,800
526f91498863ed6a8bb3f8655fe6a38f307f3b9f
feat(theming): add docs theming
[ { "change_type": "ADD", "diff": "+---\n+title: 'Theming'\n+metaTitle: 'Theming'\n+metaDescription: 'Theming Component'\n+---\n+\n+# Theming\n+\n+By default all Theme components use the default theme. You can extend and customize theme on top level with ThemeProvider or on individual component level with the...
JavaScript
MIT License
gympass/yoga
feat(theming): add docs theming
1
feat
theming
699,189
30.06.2021 14:51:31
18,000
5f85d5ea964ec3c966abbe3f5660ddcbf34edca8
test(website): improve perf of link-checker
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,9 @@ describe('Broken link checker', () => {\n// to request it and scan for that page's anchors\n// until every link has been crawled. #recursion\n$anchors.each((index: number) => {\n- const link = $anchors[index].href;\n+ const href = $anchors[index].href;\n...
TypeScript
MIT License
twilio-labs/paste
test(website): improve perf of link-checker (#1614)
1
test
website
667,680
30.06.2021 14:58:04
-28,800
5056da468105990fc7f58c94f943dd805073de4d
chore(android): add v8 `official-release` build script
[ { "change_type": "ADD", "diff": "+diff --git a/config/android/BUILD.gn b/config/android/BUILD.gn\n+index 233e8b0e7..d78a09e0b 100644\n+--- a/config/android/BUILD.gn\n++++ b/config/android/BUILD.gn\n+@@ -105,9 +105,7 @@ config(\"runtime_library\") {\n+ # arm-linux-androideabi-4.4.3 toolchain (circa Gingerbre...
C++
Apache License 2.0
tencent/hippy
chore(android): add v8 `official-release` build script
1
chore
android
306,385
30.06.2021 14:59:20
-7,200
7e75e18f6fd55fb1897ffc5b4b7f0236c521458e
fix(input-datepicker): set isTriggeredByUser on change via calendar
[ { "change_type": "ADD", "diff": "+---\n+'@lion/input-datepicker': patch\n+---\n+\n+set isTriggeredByUser in model-value-changed event to true, when value has been changed via the calendar\n", "new_path": ".changeset/blue-socks-prove.md", "old_path": null }, { "change_type": "MODIFY", "di...
JavaScript
MIT License
ing-bank/lion
fix(input-datepicker): set isTriggeredByUser on change via calendar
1
fix
input-datepicker
865,922
30.06.2021 15:01:35
-7,200
52f7d170451df1be2da4241202b4d0491daa1262
docs(element-templates): cover local specific camunda:in|out related to requires camunda/element-templates-json-schema#30 requires bpmn-io/bpmn-js-properties-panel#475
[ { "change_type": "MODIFY", "diff": "@@ -339,7 +339,7 @@ Notice that adherence to the following configuration options is enforced by desi\n|---|---|\n| **Valid property `type`'s** | `String`<br />`Hidden`<br />`Dropdown` |\n| **Binding parameters** | `target`: the target value to be mapped to<br />`expressio...
JavaScript
MIT License
camunda/camunda-modeler
docs(element-templates): cover local specific camunda:in|out related to #2334 requires camunda/element-templates-json-schema#30 requires bpmn-io/bpmn-js-properties-panel#475
1
docs
element-templates
889,620
30.06.2021 15:18:33
-28,800
39dcf5969ed435fd68ed9d439b6538a2bf832315
perf: optimize database transactions to avoid locking
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import org.gotson.komga.domain.persistence.BookRepository\nimport org.gotson.komga.domain.persistence.LibraryRepository\nimport org.gotson.komga.domain.persistence.MediaRepository\nimport org.springframework.stereotype.Service\n-import org.springframewor...
Kotlin
MIT License
gotson/komga
perf: optimize database transactions to avoid locking
1
perf
null
791,704
30.06.2021 15:22:38
18,000
b877878b5b3a3e185d8a4ca1a1ee2fcf93321916
misc(build): add build step for report
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ jobs:\n- run: yarn --frozen-lockfile\nworking-directory: ${{ github.workspace }}/lighthouse\n+ - run: yarn build-report\n+ working-directory: ${{ github.workspace }}/lighthouse\n- run: yarn build-devtools\nworking-directory: ${{ github.workspace }}/light...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): add build step for report (#12707)
1
misc
build
67,479
30.06.2021 15:29:37
-36,000
e757eb6b2da4c7e8b41e2939e7460736eff14fb0
refactor(di): no longer tries to instantiate interface In a previous commit, and would try to resolve a type of an iterface, and then instanciate based on that this functionality could be brought back via resolver builder instead of baking it in createNewInstance utility
[ { "change_type": "MODIFY", "diff": "import {\n+ Constructable,\nDI,\n+ IContainer,\ninject,\nnewInstanceForScope,\nnewInstanceOf,\n@@ -573,7 +575,15 @@ describe('1-kernel/di.spec.ts/@newInstanceOf', function () {\nassert.throws(() => container.get(newInstanceOf(I)), `No registration for interface: 'I'`);\n}...
TypeScript
MIT License
aurelia/aurelia
refactor(di): no longer tries to instantiate interface In a previous commit, @newInstanceOf and @newInstanceForScope would try to resolve a type of an iterface, and then instanciate based on that this functionality could be brought back via resolver builder instead of baking it in createNewInstance utility
1
refactor
di
276,951
30.06.2021 15:40:54
10,800
013ac6a329f6fd262099f28c510fcd80045737cd
feat(documentation): create component theme to mdx
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,19 @@ import {\nUl,\n} from '../MDXElements/MDXElements';\n+import {\n+ Colors,\n+ Fonts,\n+ FontSizes,\n+ FontWeights,\n+ LineHeights,\n+ Breakpoints,\n+ Spacing,\n+ Borders,\n+ Elevations,\n+ Shape,\n+} from '../Theme/index';\n+\nconst customComponents = pr...
JavaScript
MIT License
gympass/yoga
feat(documentation): create component theme to mdx
1
feat
documentation
277,273
30.06.2021 15:52:27
25,200
d5686ebc40a22d8a26f30478c484bb7a05ce3f8a
feat: Allow handlers to handle events. Closes
[ { "change_type": "ADD", "diff": "+# Plot / Events / Routing\n+# Handle #events on a #plot card using routing.\n+# ---\n+from h2o_wave import main, app, on, handle_on, Q, ui, data\n+\n+\n+@on('pricing.select_marks')\n+async def show_selected_marks(q: Q, marks: any):\n+ q.page['details'].content = f'You selec...
Python
Apache License 2.0
h2oai/wave
feat: Allow @on handlers to handle events. Closes #844
1
feat
null
667,680
30.06.2021 16:48:19
-28,800
abc4a28cc9dc5f35b23311f1097112e1064cc254
chore(android): change v8 `official-release` commit message
[ { "change_type": "MODIFY", "diff": "@@ -164,13 +164,13 @@ jobs:\nuses: peter-evans/create-pull-request@v3\nwith:\ncommit-message: |\n- deps: update V8 to ${{ github.event.inputs.v8_version }}\n+ chore(v8): update V8 to ${{ github.event.inputs.v8_version }}\nRef-URL: https://github.com/v8/v8/tree/${{ github....
C++
Apache License 2.0
tencent/hippy
chore(android): change v8 `official-release` commit message
1
chore
android
71,748
30.06.2021 16:48:22
-3,600
d630d7fff5f2301df8abd9a213bb54c77da0ee73
feat(cloudwatch): revert trimmed mean stat in graph widgets This reverts commit *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": "@@ -393,9 +393,6 @@ function renderIfExtendedStatistic(statistic?: string): string | undefined {\n// floating point rounding issues, return as-is but lowercase the p.\nreturn statistic.toLowerCase();\n}\n- if (parsed.type === 'trimmedMean') {\n- throw new Error('tmNN.NN s...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudwatch): revert trimmed mean stat in graph widgets (#15368) This reverts commit 60f6d82912bb33d5649c2d1c579a54b0dc8cea0e. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
cloudwatch
756,059
30.06.2021 17:16:15
25,200
a76d3b73e47052bacfd6b5137812356cf6953424
fix: better db location logic
[ { "change_type": "MODIFY", "diff": "@@ -6,24 +6,58 @@ import 'node-lmdb';\nimport '@agoric/babel-standalone';\nimport '@agoric/install-ses';\n+import fs from 'fs';\nimport path from 'path';\nimport process from 'process';\nimport bundleSource from '@agoric/bundle-source';\nimport { openLMDBSwingStore } from...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: better db location logic
1
fix
null
777,419
30.06.2021 17:18:34
-7,200
98d7a3ad1ead7c116d0801e258e30fc7100e380a
chore: update webui experiment layout for multi-trial and single-trial
[ { "change_type": "MODIFY", "diff": "-import { Tabs } from 'antd';\nimport React, { useCallback, useEffect, useState } from 'react';\n-import { useHistory, useParams } from 'react-router';\n+import { useParams } from 'react-router';\nimport CreateExperimentModal, { CreateExperimentType } from 'components/Cre...
Python
Apache License 2.0
determined-ai/determined
chore: update webui experiment layout for multi-trial and single-trial [DET-5407] (#2595)
1
chore
null
185,944
30.06.2021 17:31:55
18,000
a6cb08d17fe1771795c67fb2c3dd4ad5d61e6811
fix: editorMosaic.layout() called w/ wrong context Change EditorMosaic.layout to be an arrow function so that the proper 'this' context is baked in. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,6 @@ export class EditorMosaic {\nthis.customMosaics = this.customMosaics.filter((mosaic) => mosaic !== id);\n}\n-\n/** Wire up a newly-mounted Monaco editor */\n@action public addEditor(id: EditorId, editor: Editor) {\nconst backup = this.backups.get(id);\...
TypeScript
MIT License
electron/fiddle
fix: editorMosaic.layout() called w/ wrong context (#752) Change EditorMosaic.layout to be an arrow function so that the proper 'this' context is baked in. Fixes #751
1
fix
null
471,417
30.06.2021 17:33:12
-10,800
1743b7fb4f39e8e009a3f291f713591703e1eecd
feat(aws-lambda): disableAwsContextPropagation config option
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,7 @@ In your Lambda function configuration, add or update the `NODE_OPTIONS` environm\n| --- | --- | --- |\n| `requestHook` | `RequestHook` (function) | Hook for adding custom attributes before lambda starts handling the request. Receives params: `span, { eve...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat(aws-lambda): disableAwsContextPropagation config option (#546) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
1
feat
aws-lambda
418,632
30.06.2021 18:01:13
-28,800
950ea4f426a0946eebfe5742f42d6c29e95ec1c5
refactor: serverless app optimise
[ { "change_type": "MODIFY", "diff": "@@ -59,12 +59,6 @@ export const analysisDecorator = async (cwd: string) => {\nconst allFunc = {};\nif (Array.isArray(result)) {\nresult.forEach(func => {\n- if (\n- func.functionTriggerName !== 'http' &&\n- func.functionTriggerName !== 'apigw'\n- ) {\n- return;\n- }\ncons...
TypeScript
MIT License
midwayjs/midway
refactor: serverless app optimise (#1126)
1
refactor
null
679,913
30.06.2021 18:12:01
-7,200
a0123cbfd0d553fc34a8f40c0289fcf66bfa2ded
feat(date): add new DateTime methods add .dayInYear() add .weekInYear() extract isLeapYear(), daysInMonth() standalone fns add/update tests
[ { "change_type": "MODIFY", "diff": "import type { ICompare, ICopy, IEqualsDelta, IEquiv } from \"@thi.ng/api\";\n-import { DAYS_IN_MONTH, Precision } from \"./api\";\n+import type { Precision } from \"./api\";\n+import { daysInMonth, isLeapYear, mapWeekday } from \"./utils\";\nexport const dateTime = (epoch...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(date): add new DateTime methods - add .dayInYear() - add .weekInYear() - extract isLeapYear(), daysInMonth() standalone fns - add/update tests
1
feat
date
679,913
30.06.2021 18:14:40
-7,200
ec3033e785428087789803770fd598551f1c5b02
feat(date): add/update epoch rounding fns add versions for second/minute/hour precisions
[ { "change_type": "MODIFY", "diff": "import type { FnN } from \"@thi.ng/api\";\n-import { DAY } from \"./api\";\n+import { DAY, HOUR, MINUTE, SECOND } from \"./api\";\n/**\n- * Rounds down `epoch` to beginning of its day.\n+ * Rounds down `epoch` to minute precision.\n+ *\n+ * @param epoch\n+ */\n+export con...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(date): add/update epoch rounding fns - add versions for second/minute/hour precisions
1
feat
date
815,759
30.06.2021 18:33:05
-7,200
9df9efc7926eafe15d5a791b6a2dcd2fc9110207
feat: allow items to be null When using the async pipe and angulars strict template checking this will no longer throw. fixes fixes
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,17 @@ describe('NgSelectComponent', () => {\nlabel: 'No', value: false, disabled: false\n}));\n}));\n+\n+ it('should create empty items list when initialzied with null', fakeAsync(() => {\n+ const fixture = createTestingModule(\n+ NgSelectTestCmp,\n+ `<ng-sel...
TypeScript
MIT License
ng-select/ng-select
feat: allow items to be null (#1914) When using the async pipe and angulars strict template checking this will no longer throw. fixes #1580 fixes #1581
1
feat
null
438,921
30.06.2021 19:00:43
-32,400
f0cbe6b6022fb7184d5072ee46952ab3f13a6cc4
refactor(axis): prevent transition not found error Prevent transition selection to throw error Make state.redrawing to be set false after redraw calls Fix
[ { "change_type": "MODIFY", "diff": "@@ -67,7 +67,7 @@ export default {\ndata = $$.convertData(args);\n}\n- if (!data || !isTabVisible()) {\n+ if ($$.state.redrawing || !data || !isTabVisible()) {\nreturn;\n}\n", "new_path": "src/Chart/api/flow.ts", "old_path": "src/Chart/api/flow.ts" }, { "c...
TypeScript
MIT License
naver/billboard.js
refactor(axis): prevent transition not found error - Prevent transition selection to throw error - Make state.redrawing to be set false after redraw calls Fix #2140
1
refactor
axis
277,273
30.06.2021 19:33:20
25,200
7ffd16a29cbda2dc93e5993aa82422bfb908baeb
feat: Invoke location hash handlers based on arity
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ def on(arg: str = None, predicate: Optional[Callable] = None):\nif isinstance(arg, str) and len(arg):\nif arg.startswith('#'): # location hash\nrx, _, conv = compile_path(arg[1:])\n- _path_handlers.append((rx, conv, func))\n+ _path_handlers.append((rx, c...
Python
Apache License 2.0
h2oai/wave
feat: Invoke location hash handlers based on arity #844
1
feat
null
104,828
30.06.2021 19:38:52
-7,200
8df8d7b4438969037ff2d077dee6c560cbcfdef5
fix(hotspoteditormodal): fixed merged conflicts
[ { "change_type": "MODIFY", "diff": "@@ -345,6 +345,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E\n>\n<button\naria-controls=\"tab-14__panel\"\n+ aria-disabled={false}\naria-selected={false}\nclassName=\"bx--tabs--scrollable__nav-link\"\nhref=\"#\"\n@@ -812,6 +813,7 @@...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hotspoteditormodal): fixed merged conflicts
1
fix
hotspoteditormodal
277,273
30.06.2021 19:46:39
25,200
bd7bdba00d62c53be81214c985977ee56b74ba9f
docs: Add docs for routing on args or events
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,7 @@ plot_axis_title.py\nplot_form.py\nplot_app.py\nplot_events.py\n+plot_events_routing.py\nplot_pandas.py\nplot_vegalite.py\nplot_vegalite_update.py\n", "new_path": "py/examples/tour.conf", "old_path": "py/examples/tour.conf" }, { "change_...
Python
Apache License 2.0
h2oai/wave
docs: Add docs for routing on args or events #844
1
docs
null
277,273
30.06.2021 19:47:02
25,200
8de3b944726a1d2715bd0af1afe709acf57dfb75
docs: Update change log for 0.17.0
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,14 @@ When referencing the [`h2o-wave` package](https://pypi.org/project/h2o-wave/) fr\nFor LTS releases, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For...
Python
Apache License 2.0
h2oai/wave
docs: Update change log for 0.17.0
1
docs
null
756,013
30.06.2021 21:09:45
21,600
ce5ce00c6a07d59ee249bfd736a3d5a66c8b903f
fix: retreat from `xs-worker-no-gc` to `xs-worker`
[ { "change_type": "MODIFY", "diff": "{\n\"bootstrap\": \"bootstrap\",\n- \"defaultManagerType\": \"xs-worker-no-gc\",\n+ \"defaultManagerType\": \"xs-worker\",\n\"vats\": {\n\"spawner\": {\n\"sourceSpec\": \"./src/vat-spawner.js\"\n", "new_path": "packages/solo/solo-config.json", "old_path": "package...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: retreat from `xs-worker-no-gc` to `xs-worker`
1
fix
null
67,479
30.06.2021 21:32:22
-36,000
3c1bef89e6aa8d7d763409c30cfb86588098978e
feat(di): add resolver
[ { "change_type": "MODIFY", "diff": "-import { all, DI, IContainer, inject, lazy, optional, Registration, singleton } from '@aurelia/kernel';\n+import { all, Constructable, DI, factory, IContainer, inject, IResolvedFactory, lazy, newInstanceForScope, newInstanceOf, optional, Registration, singleton } from '@...
TypeScript
MIT License
aurelia/aurelia
feat(di): add @factory resolver
1
feat
di
471,178
30.06.2021 21:50:04
-10,800
1998542d35a7e0d7f162a4c999ca4c223fa26420
feat: unify the signatures of bind and with
[ { "change_type": "MODIFY", "diff": "@@ -59,16 +59,16 @@ export abstract class AbstractAsyncHooksContextManager\n*/\nbind<T>(context: Context, target: T): T {\nif (target instanceof EventEmitter) {\n- return this._bindEventEmitter(target, context);\n+ return this._bindEventEmitter(context, target);\n}\nif (t...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
feat: unify the signatures of bind and with (#2247) Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
1
feat
null
756,013
30.06.2021 22:26:45
21,600
44132fad78e7a6b59a324f47d986cefe140e1c30
fix(deployment): properly quote JSON pubkey from Ansible
[ { "change_type": "MODIFY", "diff": "staker: \"{{ STAKER }}-{{ inventory_hostname }}\"\nwhen: inventory_hostname != STAKER_NODE\n+- name: \"Specially set JSON valconspub\"\n+ set_fact:\n+ valconspub: \"{{ lookup('file', data + '/' + inventory_hostname + '/pubkey') | string }}\"\n+\n- name: \"Create validator...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): properly quote JSON pubkey from Ansible
1
fix
deployment
67,479
30.06.2021 22:26:54
-36,000
38654686788c76118f3f70bd5318a96dea010839
chore(ci): reenable playwrite_bench
[ { "change_type": "MODIFY", "diff": "@@ -348,32 +348,30 @@ jobs:\nnpm run e2e:<< parameters.suite >>\n# benchmark using playwright setup\n- # --temporary disabled--\n- # ================================\n- # benchmark_playwright:\n- # executor: docker-circleci\n- # steps:\n- # - checkout\n- # - run: git chec...
TypeScript
MIT License
aurelia/aurelia
chore(ci): reenable playwrite_bench
1
chore
ci
667,680
30.06.2021 22:46:20
-28,800
b58696ea1a96455a523db849a218524a8d747f0a
chore(android): remove prebuilt SDK aar in `android-demo`
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ android/sdk/libs/arm64-v8a/libhippybridge.so\nandroid/sdk/libs/x86/libhippybridge.so\nandroid/sdk/libs/x86_64/libhippybridge.so\nexamples/android-demo/example/src/main/assets/\n+examples/android-demo/example/libs/*\nexamples/ios-demo/HippyDemo.xcodeproj/...
C++
Apache License 2.0
tencent/hippy
chore(android): remove prebuilt SDK aar in `android-demo`
1
chore
android
815,782
30.06.2021 23:36:07
-25,200
cce7e8418e36867fe31f68565343e6ce4861911a
fix: add 1 pixel for reliable triggering scrollToEnd
[ { "change_type": "MODIFY", "diff": "@@ -368,7 +368,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy {\nthis._virtualPadding :\nthis._contentPanel;\n- if (scrollTop + this._dropdown.clientHeight >= padding.clientHeight) {\n+ if (scrollTop + this._dropdown.clientHeight >= pad...
TypeScript
MIT License
ng-select/ng-select
fix: add 1 pixel for reliable triggering scrollToEnd (#1877)
1
fix
null
447,446
01.07.2021 00:04:16
14,400
f33b243bc214946cfe8644b5070b5766132bbaef
fix: add `getNode` to tree interface
[ { "change_type": "MODIFY", "diff": "-import { ReactNode } from 'react';\n+import { ReactElement, ReactNode } from 'react';\nimport { BaseProps } from '../types';\ninterface selectValue {\n@@ -26,4 +26,9 @@ export interface TreeProps extends BaseProps {\nariaLabel?: string;\n}\n-export default function(props...
JavaScript
MIT License
nexxtway/react-rainbow
fix: add `getNode` to tree interface (#2257)
1
fix
null
679,913
01.07.2021 00:50:27
-7,200
2c2d6846f3360c28312712dda358b457151e58e2
perf(date): refactor dayInYear() as O(1) add DAYS_IN_MONTH_OFFSET index add tests
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,13 @@ export const YEAR = 365.25 * DAY;\n*/\nexport const DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];\n+/**\n+ * LUT of day-in-year values for 1st of each month (non-leap year)\n+ */\n+export const DAYS_IN_MONTH_OFFSET = [\n+ 0, 31, 59, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(date): refactor dayInYear() as O(1) - add DAYS_IN_MONTH_OFFSET index - add tests
1
perf
date
847,143
01.07.2021 01:05:52
-28,800
062cd10255a1700f1c47aade31bb63539e9496cf
fix(feed2): compatable with beta.20
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,7 @@ import {\nisAbsoluteUrl,\nisUrl,\n} from \"@mr-hope/vuepress-shared\";\n-import {\n- getImageMineType,\n- resolveHTML,\n- removeTemplate,\n- resolveUrl,\n-} from \"./utils\";\n+import { getImageMineType, resolveHTML, resolveUrl } from \"./utils\";\nimport...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(feed2): compatable with beta.20
1
fix
feed2
847,143
01.07.2021 01:06:21
-28,800
39252c9dda348b3850ad61708a5c40431454f613
fix(reading-time2): update chinese reg
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ export const getWords = (data: string): RegExpMatchArray =>\ndata.match(/[\\w\\d\\s,.\\u00C0-\\u024F]+/giu) || [];\nexport const getChinese = (data: string): RegExpMatchArray =>\n- data.match(/[\\u4E00-\\u9FA5]/gu) || [];\n+ data.match(/[\\u4E00-\\u9FD5]/g...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(reading-time2): update chinese reg
1
fix
reading-time2
67,475
01.07.2021 03:14:15
0
46515d761ebf3aa39828319e061fe7bbd9a91e73
GitBook: [master] 7 pages and 2 assets modified
[ { "change_type": "RENAME", "diff": "", "new_path": "docs/user-docs/.gitbook/assets/image (2) (1).png", "old_path": "docs/user-docs/.gitbook/assets/image.png" }, { "change_type": "MODIFY", "diff": "* [Event binding](getting-to-know-aurelia/introduction/event-binding.md)\n* [Two-way bindin...
TypeScript
MIT License
aurelia/aurelia
GitBook: [master] 7 pages and 2 assets modified
1
gitbook
null
306,309
01.07.2021 08:31:26
-3,600
a89fd5adad134dd4a863f5eaca771a5bec171b89
feat(ci): add post to Slack in Atlantis and Jenkins diff scripts
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ build_breakdown_cmd () {\nelif [ -f \"$PLANFILE\" ]; then\nbreakdown_cmd=\"$breakdown_cmd --path $PLANFILE\"\nelse\n- echo \"Error: $PLANFILE does not exist\"\n+ echo \"Error: PLANFILE '$PLANFILE' does not exist\"\nfi\nfi\nif [ \"$atlantis_debug\" != \"t...
Go
Apache License 2.0
infracost/infracost
feat(ci): add post to Slack in Atlantis and Jenkins diff scripts
1
feat
ci
438,921
01.07.2021 09:11:37
-32,400
8712501ed4f49c81af45f219e81d362b4f498ce8
chore(deps-dev): udpate dependency fix possible security vulnerability
[ { "change_type": "MODIFY", "diff": "\"chai\": \"^4.3.4\",\n\"clean-webpack-plugin\": \"^4.0.0-alpha.0\",\n\"cloc\": \"^2.8.0\",\n- \"core-js\": \"^3.15.1\",\n+ \"core-js\": \"^3.15.2\",\n\"coveralls\": \"^3.1.1\",\n\"cross-env\": \"^7.0.3\",\n\"css-loader\": \"^5.2.6\",\n\"d3-polygon\": \"^3.0.1\",\n\"d3-vo...
TypeScript
MIT License
naver/billboard.js
chore(deps-dev): udpate dependency (#2171) fix possible security vulnerability
1
chore
deps-dev
447,446
01.07.2021 09:18:41
14,400
2e2b7a30cb0d3ed1c0592c63a80ae3a5d6199e49
fix: fix Tree declaration
[ { "change_type": "MODIFY", "diff": "@@ -26,9 +26,8 @@ export interface TreeProps extends BaseProps {\nariaLabel?: string;\n}\n-interface Tree {\n- (props: TreeProps): ReactElement<any, any> | null;\n- getNode?: (tree: DataItem[], nodePath: number[]) => DataItem;\n+declare function Tree(props: TreeProps): Re...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix Tree declaration (#2258)
1
fix
null
426,676
01.07.2021 10:11:13
25,200
3d0ef00dc3b542320b1cd1545c84b985d5325c8c
fix(dev-server): fixes correctly handle outside-root paths in rollup plugins
[ { "change_type": "MODIFY", "diff": "@@ -192,6 +192,12 @@ export function rollupAdapter(\nconst filename = path.basename(\nresolvedImportPath.replace(/\\0*/g, '').split('?')[0].split('#')[0],\n);\n+ // if the resolve import path is outside our normal root, fully resolve the file path for rollup\n+ const matc...
TypeScript
MIT License
modernweb-dev/web
fix(dev-server): fixes #1536, correctly handle outside-root paths in rollup plugins
1
fix
dev-server
791,255
01.07.2021 10:14:23
25,200
f2b20f493e2ed5a883ce42fa65695c03c574feb5
feat(bigquery managedwriter): schema conversion support This is the first of multiple PRs to build up the functionality of a new thick client over the new BigQuery Storage API's write mechanism. This PR exposes schema conversion between the main bigquery package and the bigquery storage API. Towards:
[ { "change_type": "ADD", "diff": "+// Copyright 2021 Google LLC\n+//\n+// Licensed under the Apache License, Version 2.0 (the \"License\");\n+// you may not use this file except in compliance with the License.\n+// You may obtain a copy of the License at\n+//\n+// https://www.apache.org/licenses/LICENSE-2.0\...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery managedwriter): schema conversion support (#4357) This is the first of multiple PRs to build up the functionality of a new thick client over the new BigQuery Storage API's write mechanism. This PR exposes schema conversion between the main bigquery package and the bigquery storage API. Towards: h...
1
feat
bigquery managedwriter
67,479
01.07.2021 10:15:03
-36,000
5e42b769c835601a31feb72f66e7e56e7203131e
feat(template-compiler): add beforeCompile hooks
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import {\nDefaultLogger,\nLogLevel,\ncamelCase,\n+ Registration,\n} from '@aurelia/kernel';\nimport {\nAccessScopeExpression,\n@@ -40,6 +41,7 @@ import {\nInstructionType,\nIExpressionParser,\nCustomAttributeDefinition,\n+ ITemplateCompilerHooks,\n} from '...
TypeScript
MIT License
aurelia/aurelia
feat(template-compiler): add beforeCompile hooks
1
feat
template-compiler
426,676
01.07.2021 10:32:43
25,200
c0495eb3b74309a1f217b5b56d3a663d61f5aa0d
fix(dev-server): moves regexp creation out of hotpath
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ import { createRollupPluginContexts, RollupPluginContexts } from './createRollup\nconst NULL_BYTE_PARAM = 'web-dev-server-rollup-null-byte';\nconst VIRTUAL_FILE_PREFIX = '/__web-dev-server__/rollup';\nconst WDS_FILE_PREFIX = '/__web-dev-server__';\n+cons...
TypeScript
MIT License
modernweb-dev/web
fix(dev-server): moves regexp creation out of hotpath
1
fix
dev-server
711,597
01.07.2021 10:37:22
-7,200
ac76e2cf4beafa4b7c660bd4e9be9feae6489724
fix(core): Fix occasional failing variantNameCollectionFilter
[ { "change_type": "MODIFY", "diff": "import { ROOT_COLLECTION_NAME } from '@vendure/common/lib/shared-constants';\nimport {\nDefaultJobQueuePlugin,\n- DefaultLogger,\nfacetValueCollectionFilter,\n- JobQueueService,\nvariantNameCollectionFilter,\n} from '@vendure/core';\nimport { createTestEnvironment } from ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix occasional failing variantNameCollectionFilter
1
fix
core
791,282
01.07.2021 10:42:58
25,200
729a517b16d93584b56ca0864de60f25f2a6a35a
chore(internal): update microgen to v0.21.5
[ { "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.21.3\n+ github.com/googleapi...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): update microgen to v0.21.5 (#4368)
1
chore
internal
71,327
01.07.2021 10:44:55
-7,200
e68087da7926eef2098735f44287df73e2cc9b43
feat(codebuild): improve merging of BuildSpecs First steps for *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": "@@ -96,41 +96,61 @@ class YamlBuildSpec extends BuildSpec {\n}\n/**\n- * Merge two buildspecs into a new BuildSpec\n+ * Merge two buildspecs into a new BuildSpec by doing a deep merge\n*\n- * NOTE: will currently only merge commands, not artifact\n- * declarations, enviro...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codebuild): improve merging of BuildSpecs (#15332) First steps for #15169 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
codebuild
71,766
01.07.2021 10:58:03
25,200
6b639bee925a9e552c405fde9d221d515e6023c3
feat(cli): add option --security-only to diff Create an option to `cdk diff` that checks for **broadening** security changes. *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": "@@ -113,7 +113,8 @@ async function parseCommandLineArguments() {\n.option('exclusively', { type: 'boolean', alias: 'e', desc: 'Only diff requested stacks, don\\'t include dependencies' })\n.option('context-lines', { type: 'number', desc: 'Number of context lines to includ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): add option --security-only to diff (#15374) Create an option to `cdk diff` that checks for **broadening** security changes. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
cli
711,597
01.07.2021 10:58:28
-7,200
994cc62478fbfccdfce230c86b7afb872cd607f9
docs(core): Add docs on middleware
[ { "change_type": "MODIFY", "diff": "@@ -166,4 +166,35 @@ export type PriceCalculationResult = {\n// tslint:disable-next-line:ban-types\nexport type MiddlewareHandler = Type<any> | Function;\n-export type Middleware = { handler: MiddlewareHandler; route: string; beforeListen?: boolean };\n+/**\n+ * @descript...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Add docs on middleware
1
docs
core
306,320
01.07.2021 11:05:16
-3,600
c929b726930f63dff1ca2114a4cb41322f29dac8
fix(aws): EKS module with multiple worker launch templates
[ { "change_type": "MODIFY", "diff": "@@ -596,8 +596,8 @@ func parseKnownModuleRefs(resData map[string]*schema.ResourceData, conf gjson.Re\nModuleSource string\n}{\n{\n- SourceAddrSuffix: \"aws_autoscaling_group.workers_launch_template[0]\",\n- DestAddrSuffix: \"aws_launch_template.workers_launch_template[0]\...
Go
Apache License 2.0
infracost/infracost
fix(aws): EKS module with multiple worker launch templates (#844)
1
fix
aws
472,082
01.07.2021 11:14:59
-32,400
5d1bf71c756f93b5e491c652ea144295753ddf9f
feat(spindle-ui): add Toast component to notify feedback for user
[ { "change_type": "ADD", "diff": "+:root {\n+ --Toast-z-index: 1;\n+}\n+\n+.spui-Toast {\n+ left: 0;\n+ position: fixed;\n+ right: 0;\n+ text-align: center;\n+ z-index: var(--Toast-z-index);\n+}\n+\n+.spui-Toast--content {\n+ background-color: var(--color-surface-accent-primary-light);\n+ border-radius: 40px...
TypeScript
MIT License
openameba/spindle
feat(spindle-ui): add Toast component to notify feedback for user
1
feat
spindle-ui
777,389
01.07.2021 11:25:34
25,200
6bfade111a3faa4c94f1e6ee402bb11bf4449180
build: remove java dependency for building webui
[ { "change_type": "MODIFY", "diff": "@@ -162,7 +162,6 @@ commands:\n- run:\nname: Get React dependencies\ncommand: |\n- make -C webui/react get-deps-api\nif [ ! -d \"webui/react/node_modules\" ]; then\nmake -C webui/react get-deps-npm\nfi\n", "new_path": ".circleci/config.yml", "old_path": ".circleci...
Python
Apache License 2.0
determined-ai/determined
build: remove java dependency for building webui [#2591] (#2581)
1
build
null
915,170
01.07.2021 11:32:41
14,400
579699427c59fab84de65a28230dba4d1f4104e0
docs: replace `oryd` in examples with `ory`
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ npm install --save @ory/hydra-client\n#### Basic configuration\n```js\n-import { Configuration, PublicApi, AdminApi } from '@oryd/hydra-client'\n+import { Configuration, PublicApi, AdminApi } from '@ory/hydra-client'\nconst hydraPublic = new PublicApi(\n...
Go
Apache License 2.0
ory/hydra
docs: replace `oryd` in examples with `ory` (#2600)
1
docs
null
711,597
01.07.2021 11:57:12
-7,200
2b20863b04dc337bd47322fafab40e3203806604
docs: Add support for tag to indicate minimum version for APIs
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,10 @@ This is used to exclude members from appearing in the docs. For example, a class\npublic method for internal use, but this method is not intended to be used by external consumers of that\nclass.\n+##### `@since`\n+\n+The @since tag indicates that a clas...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add support for @since tag to indicate minimum version for APIs
1
docs
null
667,635
01.07.2021 11:57:18
-28,800
974a1a71f66d164c0310db501987e2f8a515793f
chore(ios): modify hippy.podspec file chore(ios): modify hippy.podspec file
[ { "change_type": "MODIFY", "diff": "Pod::Spec.new do |s|\ns.name = 'hippy'\ns.version = '2.2.0'\n- s.summary = 'hippy lib for ios'\n+ s.summary = 'Hippy library for iOS'\n# This description is used to generate tags and improve search results.\n# * Think: What does it do? Why did you write it? What is the fo...
C++
Apache License 2.0
tencent/hippy
chore(ios): modify hippy.podspec file (#844) chore(ios): modify hippy.podspec file
1
chore
ios
711,597
01.07.2021 11:58:18
-7,200
b4bfa4d9eb71264344c071f795a6df8536a358b3
docs: Add tags to new APIs for v1.1.0
[ { "change_type": "MODIFY", "diff": "@@ -194,6 +194,7 @@ export interface Middleware {\n* `body-parser` middleware which is automatically applied by NestJS. This can be useful in certain cases such as when you need to access the\n* raw unparsed request for a specific route.\n*\n+ * @since 1.1.0\n* @default f...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Add @since tags to new APIs for v1.1.0
1
docs
null
902,122
01.07.2021 12:06:56
-7,200
5ac137331dbb01ac2adecde293e89571f1902082
chore: update copyright
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ Describe your issue here.\n### Steps to reproduce\n-> **Note**: You can reproduce the code using [interactive Node.js shell by Runkit](https://npm.runkit.com/metascraper).\n+> **Note**: You can reproduce the code using [interactive Node.js shell by Runkit]...
JavaScript
MIT License
microlinkhq/browserless
chore: update copyright
1
chore
null
711,597
01.07.2021 12:09:44
-7,200
b91f5207dbce0aa9d529b233c8b823c7a43888ea
docs: Fix double returns in example code
[ { "change_type": "MODIFY", "diff": "@@ -408,7 +408,7 @@ export class TypescriptDocsParser {\n* Ensure all the code examples use the unix-style line separators.\n*/\nprivate formatExampleCode(example: string = ''): string {\n- return '\\n\\n*Example*\\n\\n' + example.replace(/\\r/g, '\\n');\n+ return '\\n\\n...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Fix double returns in example code
1
docs
null
71,245
01.07.2021 12:14:17
14,400
5e5646de3e41cca1752445168def09d4b78d3331
chore(nodejs-lambda): option to override project root 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": "@@ -27,6 +27,11 @@ export interface BundlingProps extends BundlingOptions {\n* The runtime of the lambda function\n*/\nreadonly runtime: Runtime;\n+\n+ /**\n+ * Path to project root\n+ */\n+ readonly projectRoot: string;\n}\n/**\n@@ -37,7 +42,7 @@ export class Bundling im...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(nodejs-lambda): option to override project root (#15055) Closes #15054 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
nodejs-lambda
306,309
01.07.2021 12:24:47
-3,600
11179b01693f514a405f00aba333d8cae4a0f970
feat(ci): use show_skipped env to control the output Closes
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,10 @@ build_breakdown_cmd () {\nbuild_output_cmd () {\noutput_cmd=\"${INFRACOST_BINARY} output --no-color --format diff --path $1\"\n+ if [ ! -z \"$show_skipped\" ]; then\n+ # The \"=\" is important as otherwise the value of the flag is ignored by the CLI\n+ ...
Go
Apache License 2.0
infracost/infracost
feat(ci): use show_skipped env to control the output (#850) Closes https://github.com/infracost/infracost-azure-devops/issues/1
1
feat
ci
667,680
01.07.2021 12:25:25
-28,800
ed92ead1d748e426875d3536a56c385228f9b817
ci(commitlint): revert commitlint action version
[ { "change_type": "MODIFY", "diff": "@@ -33,9 +33,7 @@ jobs:\nenv:\nGITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\nsteps:\n- - uses: actions/checkout@v2\n- with:\n- lfs: true\n+ - uses: actions/checkout@v1\n- uses: wagoid/commitlint-github-action@v1\nmarkdownlint:\nruns-on: ubuntu-latest\n", "new_path": ".gi...
C++
Apache License 2.0
tencent/hippy
ci(commitlint): revert commitlint action version
1
ci
commitlint
791,400
01.07.2021 12:42:23
14,400
58d4055eae44ced04177be6b78eb74b13353a16e
test(storage): unflake PublicAccessPrevention test This needs a retry to account for propagation time for bucket ACLs. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -627,9 +627,14 @@ func TestIntegration_PublicAccessPrevention(t *testing.T) {\nt.Error(\"updating PublicAccessPrevention changed UBLA setting\")\n}\n- // Now, making object public or making bucket public should succeed.\n+ // Now, making object public or making bucket ...
Go
Apache License 2.0
googleapis/google-cloud-go
test(storage): unflake PublicAccessPrevention test (#4352) This needs a retry to account for propagation time for bucket ACLs. Fixes #4351
1
test
storage
127,954
01.07.2021 12:59:50
-10,800
44927f81843090e3b6e134dfe8c11e6bb41b9ab6
fix(modal): add portals to render modal on body and unmount animation
[ { "change_type": "MODIFY", "diff": "-import React, { useEffect } from 'react';\n+import React, { useEffect, useState } from 'react';\n+import { createPortal } from 'react-dom';\nimport styled from 'styled-components';\nimport ModalOverlay from './ModalOverlay';\nimport ModalContent from './ModalContent';\n@...
TypeScript
MIT License
coingaming/moon-design
fix(modal): add portals to render modal on body and unmount animation (#1237)
1
fix
modal
503,965
01.07.2021 12:59:52
14,400
8c671c470af714f80e852afe8be20e608c80342d
fix(slider): respect props in useCallback
[ { "change_type": "MODIFY", "diff": "@@ -239,8 +239,8 @@ export const Slider: React.FunctionComponent<SliderProps> = ({\n}\n};\n- const callbackThumbMove = React.useCallback(handleThumbMove, []);\n- const callbackThumbUp = React.useCallback(handleThumbDragEnd, []);\n+ const callbackThumbMove = React.useCallb...
TypeScript
MIT License
patternfly/patternfly-react
fix(slider): respect props in useCallback (#5969)
1
fix
slider
306,641
01.07.2021 13:09:10
-19,080
2644524c3b248b854ffaed56caaa7571cb8699c3
test(TS): adds Date.now mock
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,10 @@ export const TS = () => {\n);\n};\n+beforeAll(() => {\n+ Date.now = () => new Date('2021-06-14').getTime();\n+});\n+\ndescribe('TS', () => {\nit('renders children', () => {\nconst { asFragment } = render(TS());\n", "new_path": "core/utils/__tests__/...
TypeScript
MIT License
innovaccer/design-system
test(TS): adds Date.now mock
1
test
TS
306,320
01.07.2021 13:43:39
-3,600
93f99c406c0f591573c58a9a77615f3c0bdf100f
feat: show project path in output if no VCS repo is detected
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ func ToDiff(out Root, opts Options) ([]byte, error) {\ns += fmt.Sprintf(\"%s %s\\n\\n\",\nui.BoldString(\"Project:\"),\n- project.Name,\n+ project.Label(),\n)\nfor _, diffResource := range project.Diff.Resources {\n@@ -62,7 +62,7 @@ func ToDiff(out Root,...
Go
Apache License 2.0
infracost/infracost
feat: show project path in output if no VCS repo is detected
1
feat
null
711,597
01.07.2021 13:46:37
-7,200
e9de674aa68d3cdab1b7f296ff644a7385f7ecae
fix(asset-server-plugin): Update sharp to fix Linux install issues Certain distros of Linux were having installation issues which are fixed in v0.28.3 Relates to relates to
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"file-type\": \"^16.2.0\",\n\"fs-extra\": \"^9.1.0\",\n- \"sharp\": \"0.28.0\"\n+ \"sharp\": \"~0.28.3\"\n}\n}\n", "new_path": "packages/asset-server-plugin/package.json", "old_path": "packages/asset-server-plugin/package.json" }, { "...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(asset-server-plugin): Update sharp to fix Linux install issues Certain distros of Linux were having installation issues which are fixed in v0.28.3 Relates to https://github.com/vendure-ecommerce/vendure-docker-compose/issues/5, relates to #962
1
fix
asset-server-plugin
756,051
01.07.2021 13:51:57
18,000
1f9d558e466b19cc7bcfdc30c6e88409cced1ec3
test(xsnap): replay test was Linux only
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const io = { spawn: proc.spawn, os: os.type() }; // WARNING: ambient\nconst transcript1 = [\n[\n'/xsnap-tests/00000-options.json',\n- '{\"os\":\"Linux\",\"name\":\"xsnap test worker\",\"debug\":false,\"meteringLimit\":100000000}',\n+ `{\"os\":\"${io.os}\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(xsnap): replay test was Linux only (#3411)
1
test
xsnap
699,201
01.07.2021 14:09:51
14,400
26ca7715d139f27f36df25db6d4eb70e3ca0cf88
chore(date-picker): make updates from pr comments
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,8 @@ describe('formatReturnDate()', () => {\nexpect(formatReturnDate(TEST_DATE, 'EEEEEE MMMMM dd yy')).toEqual('Su F 14 21');\nexpect(formatReturnDate(TEST_DATE, 'E..EEE M Do yo')).toEqual('Sun..Sun 2 45th 2021st');\nexpect(formatReturnDate(TEST_DATE, 'Mo d Y...
TypeScript
MIT License
twilio-labs/paste
chore(date-picker): make updates from pr comments
1
chore
date-picker
915,096
01.07.2021 14:28:53
-7,200
bc8782247314835653303d147ad74a416507006e
fix: intro docs
[ { "change_type": "MODIFY", "diff": "@@ -20,18 +20,17 @@ registration), a particular template engine, or a predefined front-end.\nThis allows you to implement user management and login your way, in your\ntechnology stack, with authentication mechanisms required by your use case\n(token-based 2FA, SMS 2FA, et...
Go
Apache License 2.0
ory/hydra
fix: intro docs (#2602)
1
fix
null
711,597
01.07.2021 14:48:16
-7,200
43213e5f155d7ccdb26a06fe0a8795e254a7abf5
chore(dev-server): Commit test plugins
[ { "change_type": "ADD", "diff": "+import { HttpService } from '@nestjs/common';\n+import {\n+ AuthenticationStrategy,\n+ ExternalAuthenticationService,\n+ Injector,\n+ Logger,\n+ RequestContext,\n+ RoleService,\n+ User,\n+} from '@vendure/core';\n+import { DocumentNode } from 'graphql';\n+import gql from 'g...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(dev-server): Commit test plugins
1
chore
dev-server