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
821,230
01.07.2021 14:51:16
21,600
cd743408e5a8fd3e4f7e6effd6ec91adbe1121d4
fix: move pretarball step
[ { "change_type": "MODIFY", "diff": "@@ -53,15 +53,11 @@ export async function build(c: BuildConfig, options: {\n}\nconst addDependencies = async () => {\nqq.cd(c.workspace())\n- const pjson = await qq.readJSON('package.json')\nconst yarnRoot = findYarnWorkspaceRoot(c.root) || c.root\nconst yarn = await qq.e...
TypeScript
MIT License
oclif/oclif
fix: move pretarball step (#617)
1
fix
null
821,230
01.07.2021 15:02:05
21,600
eb05cd5511dfac27617e916aa0415cdb5647f11e
fix: update release job
[ { "change_type": "MODIFY", "diff": "---\nversion: 2\n+\n+orbs:\n+ release-management: salesforce/npm-release-management@4\n+\njobs:\nlint: &lint\ndocker:\n@@ -158,15 +162,6 @@ jobs:\npaths:\n- /usr/local/share/.cache/yarn\n- /usr/local/share/.config/yarn\n- release:\n- <<: *lint\n- steps:\n- - add_ssh_keys\...
TypeScript
MIT License
oclif/oclif
fix: update release job
1
fix
null
711,597
01.07.2021 15:04:02
-7,200
3717192c30a9a4bb28975bbc3f219284b8e31d59
chore: Update changelog & admin-ui public api
[ { "change_type": "MODIFY", "diff": "* **core** Export PasswordCipher helper ([221051f](https://github.com/vendure-ecommerce/vendure/commit/221051f))\n* **core** Improve typing of TransactionConnection.getEntityOrThrow ([eec8808](https://github.com/vendure-ecommerce/vendure/commit/eec8808))\n* **core** Publi...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Update changelog & admin-ui public api
1
chore
null
821,230
01.07.2021 15:08:09
21,600
35d0920eae2958d7e9ae394523f06b1f034396ad
fix: add setup_git script
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env bash\n+\n+set -ex\n+\n+if [[ ! -z \"$GIT_EMAIL\" ]] & [[ ! -z \"$GIT_USERNAME\" ]]; then\n+ git config --global push.default simple\n+ git config --global user.email \"$GIT_EMAIL\"\n+ git config --global user.name \"$GIT_USERNAME\"\n+fi\n+\n+git submodule syn...
TypeScript
MIT License
oclif/oclif
fix: add setup_git script
1
fix
null
873,649
01.07.2021 15:12:52
-7,200
43db11959c16b6d66521fe214ed6a8df18d83573
chore: added CODEOWNERS file
[ { "change_type": "ADD", "diff": "+* @contentful/team-bauhaus\n+\n+apps/ @contentful/team-extensibility\n+packages/rich-text/ @contentful/team-shelley @contentful/team-bauhaus\n+packages/reference/ @contentful/team-shelley @contentful/team-bauhaus\n", "new_path": ".github/CODEOWNERS", "old_path": nul...
TypeScript
MIT License
contentful/field-editors
chore: added CODEOWNERS file (#766)
1
chore
null
306,320
01.07.2021 15:33:56
-3,600
fe97e05bceb28c354839374740583475172e7ab1
fix: missing CI types
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package config\nimport (\n\"context\"\n+ \"fmt\"\n\"os\"\n\"runtime\"\n\"sort\"\n@@ -116,6 +117,8 @@ func ciScript() string {\nreturn \"ci-diff\"\n} else if IsTruthy(os.Getenv(\"INFRACOST_CI_ATLANTIS_DIFF\")) {\nreturn \"ci-atlantis-diff\"\n+ } else if IsT...
Go
Apache License 2.0
infracost/infracost
fix: missing CI types
1
fix
null
306,320
01.07.2021 15:34:07
-3,600
39365a82809fbe99214bb767ee634e758110707e
fix: use GITHUB_API_URL
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,7 @@ post_to_github () {\njq -Mnc --arg msg \"$msg\" '{\"body\": \"\\($msg)\"}' | curl -L -X POST -d @- \\\n-H \"Content-Type: application/json\" \\\n-H \"Authorization: token $GITHUB_TOKEN\" \\\n- \"https://api.github.com/repos/$GITHUB_REPOSITORY/commits/$...
Go
Apache License 2.0
infracost/infracost
fix: use GITHUB_API_URL
1
fix
null
777,389
01.07.2021 16:57:30
25,200
cbf6a636d4d80318f1f0358eba80e86c8d7f6df7
chore: add a readme for react/scripts
[ { "change_type": "ADD", "diff": "+# React Helpers\n+\n+## proxy.js\n+\n+You can use `proxy.js` to bypass CORS restrictions when communicating with a remote server,\n+eg a remote Determined master.\n+\n+For example, to connect the WebUI to a remote cluster with address `MY_SERVER_ADDRESS` you'd\n+run the pro...
Python
Apache License 2.0
determined-ai/determined
chore: add a readme for react/scripts (#2641)
1
chore
null
679,913
01.07.2021 17:01:11
-7,200
96c4723aacec563c57ab1f25356afa562ff57a0c
build: update dev deps (incl. TS 4.3.5)
[ { "change_type": "MODIFY", "diff": "],\n\"devDependencies\": {\n\"@istanbuljs/nyc-config-typescript\": \"^1.0.1\",\n- \"@microsoft/api-documenter\": \"^7.13.24\",\n- \"@microsoft/api-extractor\": \"^7.16.1\",\n+ \"@microsoft/api-documenter\": \"^7.13.27\",\n+ \"@microsoft/api-extractor\": \"^7.17.0\",\n\"@s...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update dev deps (incl. TS 4.3.5)
1
build
null
306,309
01.07.2021 17:17:11
-3,600
cd47dd93e13aeac38e1fb421e819b3b904e85d94
fix(ci): fix wrong variable being used in diff scripts Fixes
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ build_breakdown_cmd () {\nbreakdown_cmd=\"$breakdown_cmd --terraform-plan-flags \\\"$terraform_plan_flags\\\"\"\nfi\nif [ ! -z \"$terraform_workspace\" ]; then\n- breakdown_cmd=\"$terraform_workspace --terraform-workspace $terraform_workspace\"\n+ breakd...
Go
Apache License 2.0
infracost/infracost
fix(ci): fix wrong variable being used in diff scripts Fixes https://github.com/infracost/infracost-gh-action/issues/27
1
fix
ci
679,913
01.07.2021 17:23:30
-7,200
d47bca5c1fc4a35328b974425e1480e44e5da66e
doc: update to latest typedoc tpl
[ { "change_type": "MODIFY", "diff": "+:root {\n+ --color-background: #fdfdfd;\n+ --color-text: #222;\n+ --color-text-aside: #707070;\n+ --color-link: #4da6ff;\n+ --color-menu-divider: #eee;\n+ --color-menu-divider-focus: #000;\n+ --color-menu-label: #707070;\n+ --color-panel: #fff;\n+ --color-panel-divider: ...
TypeScript
Apache License 2.0
thi-ng/umbrella
doc: update to latest typedoc tpl
1
doc
null
103,566
01.07.2021 18:13:12
-19,080
60e99ddad1d227611fafdf805dd56a551e878cd6
fix: do not apply padding to multiline outlined textinput
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ export const adjustPaddingOut = ({\nconst refFontHeight = scale * fontSize;\nlet result = pad;\n- if (height) {\n+ if (height && !multiline) {\nreturn {\npaddingTop: Math.max(0, (height - fontHeight) / 2),\npaddingBottom: Math.max(0, (height - fontHeig...
TypeScript
MIT License
callstack/react-native-paper
fix: do not apply padding to multiline outlined textinput (#2740) (#2793)
1
fix
null
815,609
01.07.2021 18:18:11
-28,800
e553e2d2573998f74f488b9b1854c9a1010930a7
refactor: merge time relative verifiers in ContextualTransactionVerifier
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ pub(crate) fn verify_rtx(\nlet consensus = snapshot.consensus();\nif let Some(cached) = cache_entry {\n- TimeRelativeTransactionVerifier::new(&rtx, snapshot, tx_env)\n+ TimeRelativeTransactionVerifier::new(&rtx, consensus, snapshot, tx_env)\n.verify()\n....
Rust
MIT License
nervosnetwork/ckb
refactor: merge time relative verifiers in ContextualTransactionVerifier
1
refactor
null
306,660
01.07.2021 18:30:23
-19,080
96159ad2c399f9e2e77c1619ef449e6f1a8a5752
docs: update guidelines for writing stories and patterns of components
[ { "change_type": "MODIFY", "diff": "@@ -113,26 +113,35 @@ mkdir __stories__/variants\n- [jsdoc](https://jsdoc.app/) is used for prop description\n- Custom props can be passed to docPage from corresponding story as follows:\n-\n+- Metadata is as follows:\n+ - `title `: Determines where story will show up in ...
TypeScript
MIT License
innovaccer/design-system
docs: update guidelines for writing stories and patterns of components
1
docs
null
667,635
01.07.2021 18:36:39
-28,800
b5a0df51b8e66d39ab5ebb241c0717cd858aae0c
feat(ios): add linear gradient for view component feat(ios): add linear gradient for view component
[ { "change_type": "MODIFY", "diff": "85BCD47C257A0AFE00638DB4 /* ios_loader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 85BCD477257A0AFD00638DB4 /* ios_loader.cc */; };\nAC63515623F92C99007FABA5 /* TTTGB-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = AC63515523F92C99007FABA5 /* TTTGB-Mediu...
C++
Apache License 2.0
tencent/hippy
feat(ios): add linear gradient for view component (#828) feat(ios): add linear gradient for view component
1
feat
ios
67,479
01.07.2021 18:43:08
-36,000
dd3698d2485c44d7b01123cfcfc6c7dac5e2b80c
feat(template-compiler): add hooks decorator support, more integration tests
[ { "change_type": "ADD", "diff": "+import {\n+ CustomElement, templateCompilerHooks, TemplateCompilerHooks\n+} from '@aurelia/runtime-html';\n+import {\n+ assert,\n+ createFixture\n+} from '@aurelia/testing';\n+\n+describe('3-runtime-html/templating-compiler.hooks.spec.ts', function () {\n+ it('compiles with...
TypeScript
MIT License
aurelia/aurelia
feat(template-compiler): add hooks decorator support, more integration tests
1
feat
template-compiler
67,479
01.07.2021 18:43:53
-36,000
85ca2cada8265387b5f28cc2e5003c4b9c4dc40b
chore(doc): fix attr syntax extension doc, add doc for compiler hooks
[ { "change_type": "MODIFY", "diff": "* [DOM Style Injection](developer-guides/scenarios/dom-style-injection.md)\n* [Markdown Integration](developer-guides/scenarios/markdown-integration.md)\n* [Extending templating syntax](developer-guides/extending-templating-syntax.md)\n+* [Template Compiler Hooks](develop...
TypeScript
MIT License
aurelia/aurelia
chore(doc): fix attr syntax extension doc, add doc for compiler hooks
1
chore
doc
667,635
01.07.2021 18:50:28
-28,800
e4373261b10ff2396641302469ff01272f2d0d4e
chore(ios): modify hippy.podspec file
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,8 @@ Pod::Spec.new do |s|\n# * Finally, don't worry about the indent, CocoaPods strips it!\ns.description = <<-DESC\n- Hippy is an open source framework created by Tencent.\n- Hippy enables web developer to create iOS,Android and Web applications with no sig...
C++
Apache License 2.0
tencent/hippy
chore(ios): modify hippy.podspec file
1
chore
ios
679,913
01.07.2021 18:54:04
-7,200
7c647631be41b6655a79da30991c36f797acf8c9
chore(atom): temp. disable deep paths temporarily disable path lengths > 6 due to TS 4.3.x compiler causing recursion errors during inferencing
[ { "change_type": "MODIFY", "diff": "import type {\n- DeepPath,\nFnO,\nIClear,\nIDeref,\n@@ -16,13 +15,11 @@ import type {\nPath4,\nPath5,\nPath6,\n- Path7,\n- Path8,\nPathVal,\nPredicate,\n} from \"@thi.ng/api\";\n-export type SwapFn<A, B> = FnO<A, B>;\n+export type SwapFn<A, B = A> = FnO<A, B>;\nexport int...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(atom): #303 temp. disable deep paths - temporarily disable path lengths > 6 due to TS 4.3.x compiler causing recursion errors during inferencing
1
chore
atom
679,913
01.07.2021 19:07:25
-7,200
3b6721bf30a7f6933365c934b6f27f54dd0b6154
docs(atom): update readme (note about
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ This project is part of the\n- [About](#about)\n- [Status](#status)\n+- [Temporary restrictions](#temporary-restrictions)\n- [Breaking changes](#breaking-changes)\n- [4.0.0](#400)\n- [Type checked accessors](#type-checked-accessors)\n@@ -57,6 +58,10 @@ r...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(atom): update readme (note about #303)
1
docs
atom
815,609
01.07.2021 19:40:35
-28,800
6dea71b190b0b73c6143404ea091b671edc629d9
feat(hardfork): reject vm1 lock script before hardfork started to keep compatible with old clients
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ struct NewScript {\n#[derive(Debug, Clone, Copy)]\nenum ExpectedResult {\nShouldBePassed,\n+ IncompatibleVmV1,\nRpcInvalidVmVersion,\nLockInvalidVmVersion,\nTypeInvalidVmVersion,\n@@ -189,6 +190,11 @@ impl ExpectedResult {\nfn error_message(self) -> Opti...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): reject vm1 lock script before hardfork started to keep compatible with old clients
1
feat
hardfork
386,581
01.07.2021 20:30:52
-7,200
7055de6da302aeb58b23ec77c6a70bc005bf152a
chore: Allow codeclimate upload in actions to continue on error.
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ jobs:\nwith:\ncoverageLocations: |\n${{github.workspace}}/packages/**/coverage/lcov.info:lcov\n+ continue-on-error: true\ntest-blocks:\nname: Test blocks\n@@ -61,6 +62,7 @@ jobs:\nwith:\ncoverageLocations: |\n${{github.workspace}}/packages/**/coverage/lc...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Allow codeclimate upload in actions to continue on error.
1
chore
null
503,963
01.07.2021 21:08:10
-7,200
2275ac4e40bbd1518b529837e33721980e6d9b31
fix(TimePicker): Apply proper styles on Popper container
[ { "change_type": "MODIFY", "diff": "@@ -410,7 +410,14 @@ export class TimePicker extends React.Component<TimePickerProps, TimePickerState\n);\nconst popperContainer = (\n- <div className={css(styles.select, isOpen && styles.modifiers.expanded, className)}>\n+ <div\n+ className={css(\n+ styles.select,\n+ isO...
TypeScript
MIT License
patternfly/patternfly-react
fix(TimePicker): Apply proper styles on Popper container (#5960)
1
fix
TimePicker
471,365
01.07.2021 21:16:13
-10,800
b9e00e7d1eb4263c6c1e752170c0f090b83885d1
feat(mongo instrumentation): added response hook option
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,7 @@ Mongodb instrumentation has few options available to choose from. You can set th\n| Options | Type | Description |\n| ------- | ---- | ----------- |\n| [`enhancedDatabaseReporting`](https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/op...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat(mongo instrumentation): added response hook option (#533)
1
feat
mongo instrumentation
815,609
01.07.2021 21:45:06
-28,800
a205c0b4151e5a8da6cc9ad1b819a4d2e6eb3ea5
feat(hardfork): remove the header deps immature rule
[ { "change_type": "MODIFY", "diff": "@@ -166,7 +166,8 @@ fn bench(c: &mut Criterion) {\nwhile i > 0 {\nlet mut seen_inputs = HashSet::new();\nfor rtx in &rtxs {\n- rtx.check(&mut seen_inputs, &provider, snapshot).unwrap();\n+ rtx.check(&mut seen_inputs, &provider, snapshot, false)\n+ .unwrap();\n}\ni -= 1;\n...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): remove the header deps immature rule
1
feat
hardfork
265,982
01.07.2021 21:58:14
-7,200
f58b50f76fdd34526e6f6f0d97db326557627baf
docs: specify file ref more precisely
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ function main(bucketName = 'my-bucket', fileName = 'test.txt') {\n// The ID of your GCS bucket\n// const bucketName = 'your-unique-bucket-name';\n- // The ID of your GCS file\n+ // The full path of your file inside the GCS bucket, e.g. 'yourFile.jpg' or ...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
docs: specify file ref more precisely (#1498)
1
docs
null
472,073
01.07.2021 22:55:13
-32,400
30c4d13da03c32cbdb84fb94cde7d607dd71957d
fix(spindle-ui): minor styles
[ { "change_type": "MODIFY", "diff": "align-items: center;\nborder-radius: 8px;\nbox-sizing: border-box;\n- color: var(--color-text-disabled);\n+ color: var(--color-text-medium-emphasis);\ndisplay: flex;\n+ font-weight: bold;\nheight: 100%;\n- justify-content: flex-end;\nleft: 0;\npadding: 0.5em 0;\n}\n.spui-...
TypeScript
MIT License
openameba/spindle
fix(spindle-ui): minor styles
1
fix
spindle-ui
471,403
01.07.2021 23:48:37
-7,200
ad6e58e68ba163dd8eabfa78700ded2af424273c
chore: remove unneeded ts-node dev-dependency
[ { "change_type": "MODIFY", "diff": "\"rimraf\": \"3.0.2\",\n\"sinon\": \"9.2.4\",\n\"ts-mocha\": \"8.0.0\",\n- \"ts-node\": \"9.1.1\",\n\"typescript\": \"4.3.5\",\n\"cassandra-driver\": \"4.6.3\"\n},\n", "new_path": "plugins/node/opentelemetry-instrumentation-cassandra/package.json", "old_path": "pl...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: remove unneeded ts-node dev-dependency (#554)
1
chore
null
791,394
02.07.2021 07:02:31
-36,000
ef019401630c089ae81400d6eefdafc914312c2b
test(pubsublite): testing support for operations
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ import (\nemptypb \"github.com/golang/protobuf/ptypes/empty\"\npb \"google.golang.org/genproto/googleapis/cloud/pubsublite/v1\"\n+ lrpb \"google.golang.org/genproto/googleapis/longrunning\"\n)\n// MockServer is an in-memory mock implementation of a Pub/S...
Go
Apache License 2.0
googleapis/google-cloud-go
test(pubsublite): testing support for operations (#4361)
1
test
pubsublite
791,394
02.07.2021 07:24:14
-36,000
2b3bb856961c324c0717b460d50f7af0cd1fb046
refactor(pubsublite): internal utils for reservations Adds ReservationPath and modifies LocationPath to support zones or regions.
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ func TestIntegration_ResourceAdminOperations(t *testing.T) {\nregion, _ := wire.ZoneToRegion(zone)\nresourceID := resourceIDs.New()\n- locationPath := wire.LocationPath{Project: proj, Zone: zone}.String()\n+ locationPath := wire.LocationPath{Project: p...
Go
Apache License 2.0
googleapis/google-cloud-go
refactor(pubsublite): internal utils for reservations (#4363) Adds ReservationPath and modifies LocationPath to support zones or regions.
1
refactor
pubsublite
791,394
02.07.2021 07:55:51
-36,000
7c07a3d332546828cdcc990a8e6a1beee7972548
test(pubsublite): testing support for reservations
[ { "change_type": "MODIFY", "diff": "@@ -309,6 +309,18 @@ func (s *mockLiteServer) doOperationResponse(ctx context.Context, req interface{\nreturn resp, nil\n}\n+func (s *mockLiteServer) doReservationResponse(ctx context.Context, req interface{}) (*pb.Reservation, error) {\n+ retResponse, retErr := s.popGlob...
Go
Apache License 2.0
googleapis/google-cloud-go
test(pubsublite): testing support for reservations (#4362)
1
test
pubsublite
777,353
02.07.2021 08:36:45
18,000
31c87b42c8725c0ad18a98b5808365304c041978
feat: change hyperparameter tab on multi-trial experiment trial pages
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,9 @@ import {\n} from 'services/api';\nimport { createExperiment } from 'services/api';\nimport { isAborted } from 'services/utils';\n-import { ExperimentBase, ExperimentSearcherName, RawJson, ValidationHistory } from 'types';\n+import { ExperimentBase, RawJs...
Python
Apache License 2.0
determined-ai/determined
feat: change hyperparameter tab on multi-trial experiment trial pages [DET-5413] (#2642)
1
feat
null
865,926
02.07.2021 08:55:04
-7,200
6d21727cad93ee06d7398660b23113b0c9f73dcd
deps: update to `zeebe-node@1.4.0` Closes
[ { "change_type": "MODIFY", "diff": "\"requires\": true,\n\"dependencies\": {\n\"@grpc/grpc-js\": {\n- \"version\": \"1.3.0\",\n- \"resolved\": \"https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.3.0.tgz\",\n- \"integrity\": \"sha512-fiL7ZaGg2HBiFtmv6m34d5jEgEtNXfctjzB3f7b3iuT7olBX4mHLMOqOBmGTTSOTfNRQJH5+...
JavaScript
MIT License
camunda/camunda-modeler
deps: update to `zeebe-node@1.4.0` Closes #2319
1
deps
null
889,620
02.07.2021 09:16:28
-28,800
76caa4de39e1c7c2c3a8e3440a4c4eeec2d0bd7f
fix(swagger): swagger-ui hangs on some calls closes
[ { "change_type": "MODIFY", "diff": "@@ -4,14 +4,13 @@ import io.swagger.v3.oas.annotations.Parameter\nimport io.swagger.v3.oas.annotations.Parameters\nimport io.swagger.v3.oas.annotations.enums.ParameterIn\nimport io.swagger.v3.oas.annotations.media.ArraySchema\n-import io.swagger.v3.oas.annotations.media.C...
Kotlin
MIT License
gotson/komga
fix(swagger): swagger-ui hangs on some calls closes #566
1
fix
swagger
386,581
02.07.2021 09:18:21
-7,200
fb6c97774082d6937bb24423fb6a4a905d832171
chore: Update pull request templates.
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ Thanks for opening a PR! Your contribution is much appreciated.\nTo make sure your PR is handled as smoothly as possible please:\n- Link issue via \"Closes #[issue_number]\n- Describe your changes and their implications. If the changes cause breaking chang...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update pull request templates.
1
chore
null
902,122
02.07.2021 10:19:01
-7,200
4378d119597a3bea1fd9ee7bce945d521064adde
ci: use node lts
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ jobs:\n- name: Setup Node.js\nuses: actions/setup-node@v2\nwith:\n- node-version: '16'\n+ node-version: lts/*\n- name: Install\nrun: npm install --no-package-lock\n- name: Test\n", "new_path": ".github/workflows/test.yml", "old_path": ".github/wo...
JavaScript
MIT License
microlinkhq/browserless
ci: use node lts
1
ci
null
304,871
02.07.2021 10:40:08
21,600
e6b89e6376475126c7525d11bfdca741d74d7ea7
docs: added interpolate pkg docs
[ { "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": "MODIFY", "diff": "@@ -24,3...
Go
MIT License
influxdata/flux
docs: added interpolate pkg docs (#3844)
1
docs
null
141,585
02.07.2021 11:05:25
-36,000
a786172e5310ca88c2916e4447188d9f28bbc52b
ci: Fix clean scripts in design-tokens and stylelint-plugin
[ { "change_type": "MODIFY", "diff": "\"prepublish\": \"tsc --project tsconfig.dist.json\",\n\"build\": \"yarn clean && yarn prepublish\",\n\"build:watch\": \"yarn clean && yarn prepublish --watch\",\n- \"clean\": \"rimraf 'components/**/*.js' 'draft/**/*.js' 'util/**/*.js' '**/*.js.map' 'index.js' 'index.js....
TypeScript
MIT License
cultureamp/kaizen-design-system
ci: Fix clean scripts in design-tokens and stylelint-plugin (#1732)
1
ci
null
277,273
02.07.2021 11:30:38
25,200
e93878decaea8232965072d8c7990ed7f9a13942
chore: Push w/ tags on `make tag`
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ tag: ## Bump version and tag\ngit add .\ngit commit -m \"chore: Release v$(VERSION)\"\ngit tag v$(VERSION)\n- # git push origin --tags\n+ git push origin && git push origin --tags\nhelp: ## List all make tasks\n@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKE...
Python
Apache License 2.0
h2oai/wave
chore: Push w/ tags on `make tag`
1
chore
null
277,273
02.07.2021 11:31:04
25,200
12d30f931edc2a9061b4dc2a8ef221f426b0070b
docs: Add example for routing with parameters
[ { "change_type": "ADD", "diff": "+# Routing / Hash / Parameters\n+# Use the browser's [location hash](https://developer.mozilla.org/en-US/docs/Web/API/Location/hash)\n+# for #routing using URLs, with parameters.\n+# ---\n+from h2o_wave import main, app, Q, ui, on, handle_on\n+\n+air_passengers_fields = ['Ye...
Python
Apache License 2.0
h2oai/wave
docs: Add example for routing with parameters
1
docs
null
418,632
02.07.2021 11:37:03
-28,800
3467b73994f755e230e34de36d24b810a65ab854
fix: serverless app invoke args
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,8 @@ export const start2 = async options => {\nreturn analysisDecorator(appDir);\n},\ninvoke: async (handlerName: string, trigger: any[]) => {\n- return runtime.asyncEvent(async ctx => {\n- return starterInstance.handleInvokeWrapper(handlerName)(ctx);\n+ retu...
TypeScript
MIT License
midwayjs/midway
fix: serverless app invoke args (#1127)
1
fix
null
889,620
02.07.2021 11:45:54
-28,800
d7391669f696e7de61b2a52cef3bf12c36072227
fix(scanner): crash if library root is filesystem root closes
[ { "change_type": "MODIFY", "diff": "@@ -72,14 +72,14 @@ class FileSystemScanner(\nobject : FileVisitor<Path> {\noverride fun preVisitDirectory(dir: Path, attrs: BasicFileAttributes): FileVisitResult {\nlogger.trace { \"preVisit: $dir\" }\n- if (dir.fileName.toString().startsWith(\".\") ||\n+ if (dir.fileNam...
Kotlin
MIT License
gotson/komga
fix(scanner): crash if library root is filesystem root closes #564
1
fix
scanner
471,431
02.07.2021 13:52:03
-7,200
526f9484facd5ee88776f697d29c38234bd51aee
chore: aligning target for esm build with core repo
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ export class DocumentLoadInstrumentation extends InstrumentationBase<unknown> {\n* Collects information about performance and creates appropriate spans\n*/\nprivate _collectPerformance() {\n- const metaElement = [...document.getElementsByTagName('meta')]...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: aligning target for esm build with core repo (#557)
1
chore
null
699,221
02.07.2021 14:50:14
18,000
8e528fc456cf8101312579b1f385d2247812dc1c
fix(site-nav): run primitive nav through page filtering function
[ { "change_type": "MODIFY", "diff": "@@ -315,9 +315,7 @@ const SidebarNavigation: React.FC<SidebarNavigationProps> = () => {\nOverview\n</SidebarAnchor>\n</SidebarNestedItem>\n- {data.allPastePrimitive.edges\n- .filter(({node}) => node.status !== PackageStatus.BACKLOG)\n- .map(({node}) => {\n+ {data.allPaste...
TypeScript
MIT License
twilio-labs/paste
fix(site-nav): run primitive nav through page filtering function
1
fix
site-nav
889,620
02.07.2021 14:54:54
-28,800
9923cea244476ce5743beb1ce3872a76575d4436
feat(webui): confirmation dialog for library analysis and refresh
[ { "change_type": "ADD", "diff": "+<template>\n+ <v-dialog v-model=\"modal\"\n+ max-width=\"450\"\n+ >\n+ <v-card>\n+ <v-card-title>{{ title }}</v-card-title>\n+\n+ <v-card-text>\n+ <v-container fluid>\n+ <v-row>\n+ <v-col>{{ body }}</v-col>\n+ </v-row>\n+ </v-container>\n+ </v-card-text>\n+\n+ <v-card-actio...
Kotlin
MIT License
gotson/komga
feat(webui): confirmation dialog for library analysis and refresh
1
feat
webui
889,620
02.07.2021 14:55:37
-28,800
994ffd7c8f5871c14381315d02b6ff4aaa8fbce2
refactor(webui): use confirmation-dialog for server stop
[ { "change_type": "DELETE", "diff": "-<template>\n- <div>\n- <v-dialog v-model=\"modal\"\n- max-width=\"450\"\n- >\n- <v-card>\n- <v-card-title>{{ $t('dialog.server_stop.dialog_title') }}</v-card-title>\n-\n- <v-card-text>\n- <v-container fluid>\n- <v-row>\n- <v-col>{{ $t('dialog.server_stop.confirmation_mes...
Kotlin
MIT License
gotson/komga
refactor(webui): use confirmation-dialog for server stop
1
refactor
webui
889,620
02.07.2021 14:56:45
-28,800
f0d32d98a582c6dfa8178ee5ed81b3f97d3000e5
fix(webui): more emphasis on main button in dialogs
[ { "change_type": "MODIFY", "diff": "<v-card-actions>\n<v-spacer/>\n<v-btn text @click=\"dialogCancel\">{{ $t('dialog.delete_collection.button_cancel') }}</v-btn>\n- <v-btn text color=\"error\"\n+ <v-btn color=\"error\"\n@click=\"dialogConfirm\"\n:disabled=\"!confirmDelete\"\n>{{ $t('dialog.delete_collection...
Kotlin
MIT License
gotson/komga
fix(webui): more emphasis on main button in dialogs
1
fix
webui
889,620
02.07.2021 15:26:56
-28,800
5e9cb9a7f7212625e6a83d92e8c2ca2968c165e0
refactor(webui): remove console warnings
[ { "change_type": "MODIFY", "diff": "<v-badge\ndot\ninline\n- v-model=\"booksToCheck\"\n+ :value=\"booksToCheck\"\ncolor=\"accent\"\n>\n<v-list-item-title>{{ $t('server_settings.server_settings') }}</v-list-item-title>\n", "new_path": "komga-webui/src/views/Home.vue", "old_path": "komga-webui/src/vie...
Kotlin
MIT License
gotson/komga
refactor(webui): remove console warnings
1
refactor
webui
104,844
02.07.2021 15:56:39
14,400
a9e83e9850a1da6e92eecf0bf1cd46bfb77f77c7
chore(repo): fix snapshots and create the github action
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,41 @@ jobs:\npath-to-lcov: './packages/react/coverage/lcov.info'\nbase-path: 'packages/react'\n+ cypress-react:\n+ name: Cypress React\n+ runs-on: ubuntu-latest\n+ container: cypress/browsers:node14.16.0-chrome89-ff86\n+\n+ steps:\n+ - name: Checkout code\n+ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): fix snapshots and create the github action
1
chore
repo
889,620
02.07.2021 16:01:49
-28,800
363eac5ec670a34b09aaf8066b0f37b6041e11c0
refactor(webui): use confirmation-dialog for deletions
[ { "change_type": "MODIFY", "diff": ":collection=\"editCollection\"\n/>\n- <collection-delete-dialog\n+ <confirmation-dialog\nv-model=\"deleteCollectionDialog\"\n- :collections=\"deleteCollections\"\n+ :title=\"collectionsToDeleteSingle ? $t('dialog.delete_collection.dialog_title') : $t('dialog.delete_collec...
Kotlin
MIT License
gotson/komga
refactor(webui): use confirmation-dialog for deletions
1
refactor
webui
889,620
02.07.2021 16:30:26
-28,800
ada1438921446d81c56a403c0f2083b5781a0f02
fix(webui): disable some UI elements for non-admins
[ { "change_type": "MODIFY", "diff": "v-else\n:items.sync=\"series\"\n:selected.sync=\"selectedSeries\"\n- :edit-function=\"editSingleSeries\"\n+ :edit-function=\"isAdmin ? editSingleSeries : undefined\"\n:draggable=\"editElements && collection.ordered\"\n:deletable=\"editElements\"\n/>\n", "new_path": "k...
Kotlin
MIT License
gotson/komga
fix(webui): disable some UI elements for non-admins
1
fix
webui
889,620
02.07.2021 16:36:24
-28,800
92954e091675b121fb53a1846a559fa5fed92a3b
fix(webui): properly reload series when book read progress is updated
[ { "change_type": "MODIFY", "diff": "@@ -368,7 +368,7 @@ export default Vue.extend({\n},\nreloadSeries: throttle(function (this: any) {\nthis.loadSeries(this.collectionId)\n- }, 5000),\n+ }, 1000),\nasync loadSeries(collectionId: string) {\nlet authorsFilter = [] as AuthorDto[]\nauthorRoles.forEach((role: st...
Kotlin
MIT License
gotson/komga
fix(webui): properly reload series when book read progress is updated
1
fix
webui
531,793
02.07.2021 16:51:41
-3,600
8b4a17683d8264d92dee7dbc1767d27bbb96d9d6
chore(ui): tweak fetching history ui
[ { "change_type": "MODIFY", "diff": "+@use \"sass:math\";\n+\n.alert-history-tooltip {\nwidth: 100%;\nheight: 4px;\n@@ -12,6 +14,12 @@ svg.alert-history {\nmargin-left: 1px;\nmargin-right: 1px;\n+ @for $i from 1 through 24 {\n+ &:nth-of-type(#{$i}) > rect.fetching {\n+ animation-name: alert-history-loading-#...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): tweak fetching history ui
1
chore
ui
815,609
02.07.2021 18:06:13
-28,800
ec0c6579981c18b4d169bfa3312b379e14c2aee8
refactor: resolve transaction with bitflags
[ { "change_type": "MODIFY", "diff": "@@ -1425,6 +1425,7 @@ name = \"ckb-types\"\nversion = \"0.44.0-pre\"\ndependencies = [\n\"bit-vec\",\n+ \"bitflags\",\n\"bytes 1.0.1\",\n\"ckb-channel\",\n\"ckb-constant\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY"...
Rust
MIT License
nervosnetwork/ckb
refactor: resolve transaction with bitflags
1
refactor
null
780,866
02.07.2021 18:30:25
10,800
d7c94d42834547940be5e836c3bd064a64e2b35a
feat(components/pagination): new `APagination` component :tada:
[ { "change_type": "ADD", "diff": "+<script src=\"./js/APagination.js\"></script>\n+<template lang=\"html\" src=\"./html/APagination.html\"></template>\n", "new_path": "@ecomplus/storefront-components/src/APagination.vue", "old_path": null }, { "change_type": "ADD", "diff": "+<nav class=\"...
JavaScript
MIT License
ecomplus/storefront
feat(components/pagination): new `APagination` component :tada:
1
feat
components/pagination
266,134
02.07.2021 19:08:36
14,400
d42a19a90521cd35d319ffde6c226d9d47359361
fix: track PR author in auto-approve metric
[ { "change_type": "MODIFY", "diff": "@@ -258,6 +258,7 @@ export function handler(app: Probot) {\nlogger.metric('auto_approve.approved_tagged', {\nrepo: `${owner}/${repo}`,\npr: prNumber,\n+ prAuthor: pr.pull_request.user.login,\n});\nlogger.info(\n`Auto-approved and tagged ${owner}/${repo}/${prNumber}`\n", ...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix: track PR author in auto-approve metric (#2229)
1
fix
null
780,866
02.07.2021 19:12:03
10,800
f4221d6763586a31fa7867800dfccf2115b9f69c
feat(components/search-engine): emit fetch event with `isPopularItems` on payload
[ { "change_type": "MODIFY", "diff": "@@ -251,7 +251,7 @@ export default {\nthis.countOpenRequests--\nthis.isLoadingMore = false\n})\n- this.$emit('fetch', { ecomSearch, fetching })\n+ this.$emit('fetch', { ecomSearch, fetching, isPopularItems })\n},\nupdateFilters () {\n", "new_path": "@ecomplus/storefro...
JavaScript
MIT License
ecomplus/storefront
feat(components/search-engine): emit fetch event with `isPopularItems` on payload
1
feat
components/search-engine
780,866
02.07.2021 19:20:59
10,800
17a4ab8b28d92d4543e701e30f3d39a5cd3f74d7
feat(template/search-engine): add #search-pagination element for pagination when enabled
[ { "change_type": "MODIFY", "diff": "@@ -48,5 +48,12 @@ if (!opt.items) {\n</div>\n<% } %>\n</div>\n+\n+ <div id=\"search-pagination\">\n+ <!--\n+ `APagination` may be rendered here when enabled:\n+ https://developers.e-com.plus/storefront/@ecomplus/storefront-components/docs/APagination.html\n+ -->\n+ </div...
JavaScript
MIT License
ecomplus/storefront
feat(template/search-engine): add #search-pagination element for pagination when enabled
1
feat
template/search-engine
780,866
02.07.2021 19:23:28
10,800
662cec7ba744bd746c8551a183a54350cf350eab
feat(widget-search-engine/pagination): handle pagination option with `APagination` component update page url and title on search params update fixes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { $ } from '@ecomplus/storefront-twbs'\nimport Vue from 'vue'\nimport SearchEngine from '#components/SearchEngine.vue'\n-export default (options = {}, elId = 'search-engine') => {\n+export default (options = {}, elId = 'search-engine', paginationElI...
JavaScript
MIT License
ecomplus/storefront
feat(widget-search-engine/pagination): handle pagination option with `APagination` component [#451] update page url and title on search params update fixes https://github.com/ecomplus/storefront/issues/451
1
feat
widget-search-engine/pagination
902,122
02.07.2021 19:23:48
-7,200
5ad440353ce7e0e3dec18b1ec1946ca372fcc83b
chore(devices): add iMac 24 4.5K
[ { "change_type": "MODIFY", "diff": "\"isLandscape\": false\n}\n},\n- \"iMac 21 4k\": {\n- \"name\": \"iMac 21 4k\",\n+ \"iMac 21 4K\": {\n+ \"name\": \"iMac 21 4K\",\n\"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36\",\...
JavaScript
MIT License
microlinkhq/browserless
chore(devices): add iMac 24 4.5K
1
chore
devices
306,641
02.07.2021 19:26:58
-19,080
c153e3e637fba203da578c077d8cb994637ccadd
fix(GridCell): adds support for string for cellType: ICON
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export const twoStepsWorkflow = () => {\n);\n};\n- const data = [{ name:'Cultural and language barriers' }, { name:'Patient does not show Emotion' }];\n+ const data = [{ name:'Cultural and language barriers', icon: 'cancel' }, { name:'Patient does not sh...
TypeScript
MIT License
innovaccer/design-system
fix(GridCell): adds support for string for cellType: ICON
1
fix
GridCell
780,866
02.07.2021 19:30:59
10,800
ed27ce603cf3cc377d69c07a283ae2f10d0a576c
feat(template/contacts): add tiktok to cms contacts and shown footer icons
[ { "change_type": "MODIFY", "diff": "\"facebook\": \"https://www.facebook.com/ecom.clubpage/\",\n\"twitter\": \"\",\n\"youtube\": \"https://www.youtube.com/channel/UCBlIxK5JAub0E1EX_qHdzmA\",\n+ \"tiktok\": \"\",\n\"instagram\": \"https://www.instagram.com/ecomclub/\",\n\"pinterest\": \"\"\n}\n", "new_pa...
JavaScript
MIT License
ecomplus/storefront
feat(template/contacts): add tiktok to cms contacts and shown footer icons
1
feat
template/contacts
306,471
02.07.2021 19:31:38
-7,200
3b388c1d0d06edd994e69f5659201bcc49c06f21
fix(input-stepper): buttons are now toggled for all changes
[ { "change_type": "ADD", "diff": "+---\n+'@lion/input-stepper': patch\n+---\n+\n+fixed the button toggling so it is always toggled if relevant values change\n", "new_path": ".changeset/afraid-snakes-bake.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -88,14 +88,20 @@ expo...
JavaScript
MIT License
ing-bank/lion
fix(input-stepper): buttons are now toggled for all changes
1
fix
input-stepper
777,419
02.07.2021 19:37:37
-7,200
4f783363abf19db56b9d9aab9fbbb4130181f9d5
fix: header progress bar
[ { "change_type": "MODIFY", "diff": "@@ -14,11 +14,13 @@ const ExperimentHeaderProgress: React.FC<Props> = ({ experiment }: Props) => {\nreturn null;\n}\n+ const progressPercent = experiment.progress * 100;\n+\nreturn (\n- <Tooltip title={experiment.progress.toFixed(2) + '%'}>\n+ <Tooltip title={progressPerc...
Python
Apache License 2.0
determined-ai/determined
fix: header progress bar [DET-5709] (#2645)
1
fix
null
667,636
02.07.2021 19:44:46
-28,800
b029d9e1986b08a9c764e53ff5ff76c0972140d6
docs(changelog): change master changelog content
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in different release branch.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-# [v2.x](https://github.com/Tencent/Hippy/tree/v2.x)\n+# [v2.x](//github.com/Tencent/Hippy/blob/v2.x/C...
C++
Apache License 2.0
tencent/hippy
docs(changelog): change master changelog content
1
docs
changelog
306,641
02.07.2021 19:45:58
-19,080
fe12266d7260e22f74f8c3025c46be006002b1cb
fix(Grid): fixes width percent issue on initial render
[ { "change_type": "MODIFY", "diff": "@@ -515,9 +515,11 @@ export class Grid extends React.Component<GridProps, GridState> {\nref={el => {\nthis.gridRef = el;\nif (el && !this.state.init) {\n+ document.onreadystatechange = () => {\nthis.setState({\ninit: true\n});\n+ };\n}\n}}\n>\n", "new_path": "core/com...
TypeScript
MIT License
innovaccer/design-system
fix(Grid): fixes width percent issue on initial render
1
fix
Grid
67,479
02.07.2021 20:14:26
-36,000
ac0ff158cac2c9c5342de28adb4ff6f497d5f4e7
fix(scope): disable host scope on CE controller fixes
[ { "change_type": "MODIFY", "diff": "@@ -1778,6 +1778,34 @@ describe('au-slot', function () {\n},\n);\n}\n+\n+ {\n+ yield new TestData(\n+ 'picks the right scope of component [ref] bindings',\n+ `<my-component>\n+ <template au-slot>\n+ <my-component>\n+ </my-component>\n+ </template>\n+ </my-component>`,\n+ ...
TypeScript
MIT License
aurelia/aurelia
fix(scope): disable host scope on CE controller fixes #1210
1
fix
scope
756,013
02.07.2021 20:17:52
21,600
33ff03cb655f80dcee10e816c23741da9bd250ea
feat(cosmic-swingset): pass consensusMode to SwingSet on chain
[ { "change_type": "MODIFY", "diff": "@@ -115,7 +115,14 @@ export default async function main(progname, args, { env, homedir, agcc }) {\nfunction registerPortHandler(portHandler) {\nlastPort += 1;\nconst port = lastPort;\n- portHandlers[port] = portHandler;\n+ portHandlers[port] = async (...phArgs) => {\n+ tr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmic-swingset): pass consensusMode to SwingSet on chain
1
feat
cosmic-swingset
756,013
02.07.2021 20:18:59
21,600
16ec7ca688465aa0ee3fb9ed08be5be910c2554f
feat(SwingSet): plumb consensusMode for stricter determinism This currently just disables `console.*` for vat users. We hope it will eventually be even stricter, but not yet.
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,7 @@ export function makeStartXSnap(bundles, { snapStore, env, spawn }) {\n* slogCallbacks?: unknown,\n* slogFile?: string,\n* testTrackDecref?: unknown,\n- * warehousePolicy?: { maxVatsOnline?: number },\n+ * warehousePolicy?: { maxVatsOnline?: number, con...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet): plumb consensusMode for stricter determinism This currently just disables `console.*` for vat users. We hope it will eventually be even stricter, but not yet.
1
feat
SwingSet
756,013
02.07.2021 20:22:44
21,600
4eff4fff4fcbc20192c01057f02c67eea54ee148
chore(vbank): clean up some stray debug Prints
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ func rewardRate(pool sdk.Coins, blocks int64) sdk.Coins {\n}\nfunc (ch portHandler) Receive(ctx *vm.ControllerContext, str string) (ret string, err error) {\n- fmt.Println(\"vbank.go downcall\", str)\n+ // fmt.Println(\"vbank.go downcall\", str)\nkeepe...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(vbank): clean up some stray debug Prints
1
chore
vbank
756,013
02.07.2021 20:46:46
21,600
ea3280e061818f99681f2d9600ba140a1606671d
feat(SwingSet): support more managers with consensusMode
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import {\nmakeSupervisorDispatch,\nmakeMeteredDispatch,\nmakeSupervisorSyscall,\n+ makeVatConsole,\n} from './supervisor-helper.js';\nexport function makeLocalVatManagerFactory(tools) {\n@@ -91,6 +92,7 @@ export function makeLocalVatManagerFactory(tools) {...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet): support more managers with consensusMode
1
feat
SwingSet
902,122
02.07.2021 20:55:45
-7,200
20f1af68cb627a22431e7b1ae18611f3b6138213
fix(screenshots): overlay dimensions it should be proportional to page viewport
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,6 @@ module.exports = ({ goto, ...gotoOpts }) => {\n) => {\nlet screenshot\nlet response\n-\nconst beforeScreenshot = response =>\npReflect(\nPromise.all([\n@@ -103,6 +102,6 @@ module.exports = ({ goto, ...gotoOpts }) => {\nreturn Object.keys(overlayOpts).len...
JavaScript
MIT License
microlinkhq/browserless
fix(screenshots): overlay dimensions it should be proportional to page viewport
1
fix
screenshots
902,122
02.07.2021 21:15:59
-7,200
ff0cc75f590170e5e172801d6382ee3f7b22a1a7
chore(release): v9.0.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.0.4](https://github.com/microlinkhq/browserless/compare/v9.0.3...v9.0.4) (2021-07-02)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.0.4
1
chore
release
531,793
02.07.2021 21:54:37
-3,600
daffb983818bf2f8aa5293651501b47da7ce5f0e
feat(ui): use alertList endpoint for silence previews
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## [unreleased]\n+\n+### Added\n+\n+- Added dedicated API endpoint for silence previews.\n+\n## v0.87\n### Added\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "import { FC, useState } fro...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): use alertList endpoint for silence previews
1
feat
ui
531,793
02.07.2021 22:25:51
-3,600
dcfbea33769959f91b228926b416c7c1edd136eb
chore(api): refactor grid label select source
[ { "change_type": "MODIFY", "diff": "@@ -1088,6 +1088,11 @@ func TestVerifyAllGroups(t *testing.T) {\nif diff := cmp.Diff(expectedReceivers, ur.Receivers); diff != \"\" {\nt.Errorf(\"Incorrect receivers list (-want +got):\\n%s\", diff)\n}\n+\n+ expectedLabelNames := []string{\"alertname\", \"cluster\", \"dis...
TypeScript
Apache License 2.0
prymitive/karma
chore(api): refactor grid label select source
1
chore
api
67,479
02.07.2021 23:50:48
-36,000
93272a25a6c10bc69ed59e2a9259a1ae6ec8ced3
feat(template-compiler): ability to toggle expressions removal
[ { "change_type": "MODIFY", "diff": "@@ -805,9 +805,9 @@ describe('au-slot', function () {\nListBox, Assignee, ItemRow\n],\n{\n- 'item-row': ['<div><assignee class=\"au\"><list-box value.two-way=\"value\" class=\"au\"> <div> 0 </div></list-box></assignee></div>',null],\n- 'item-row+item-row': ['<div><assigne...
TypeScript
MIT License
aurelia/aurelia
feat(template-compiler): ability to toggle expressions removal
1
feat
template-compiler
902,122
02.07.2021 23:58:39
-7,200
6da9c7b1304068dc9424e16d8a0b97070c8f3c39
feat: simplify scrolling using `.scrollIntoView()`
[ { "change_type": "MODIFY", "diff": "@@ -706,7 +706,7 @@ Prefer to use [modules](#modules) whenever possible.\n##### scroll\n-type: `string` | `object`\n+type: `string`\nScroll to the DOM element matching the given [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors).\n", "new_p...
JavaScript
MIT License
microlinkhq/browserless
feat: simplify scrolling using `.scrollIntoView()`
1
feat
null
306,320
03.07.2021 09:50:52
-3,600
fc51ff6a4fde04f00ab3f502cdad6871d2df9c9e
fix: spinners showing in tests
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package tftest\nimport (\n\"bytes\"\n+ \"context\"\n\"flag\"\n\"fmt\"\n\"io/ioutil\"\n@@ -280,8 +281,13 @@ func loadResources(t *testing.T, cfg *config.Config, tfProject TerraformProject,\nreturn nil, err\n}\n+ runCtx, err := config.NewRunContextFromEnv(co...
Go
Apache License 2.0
infracost/infracost
fix: spinners showing in tests
1
fix
null
447,446
03.07.2021 10:06:19
14,400
aba574dfdc1d8ec44e28b1bc3c6ab024376dde2d
fix: remove fixed title from `RightArrow` on `AccordionSection`
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,11 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport StyledArrowIcon from './styled/arrowIcon';\n-export default function RightArrow({ isExpanded, disabled }) {\n+export default function RightArrow({ className, style, isExpanded, disabl...
JavaScript
MIT License
nexxtway/react-rainbow
fix: remove fixed title from `RightArrow` on `AccordionSection` (#2259)
1
fix
null
217,922
03.07.2021 10:38:45
-7,200
ae654355f1a96c5eb43dda49648ca0e8c084f847
fix(db): fixed tomestone pages being very slow to load
[ { "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.3.0\"></a>\n-# [8.3.0](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/v...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed tomestone pages being very slow to load
1
fix
db
217,922
03.07.2021 10:38:59
-7,200
3d2b4c7edf27d0d7add074ab4d107efae11d7651
chore: small translations cleanup
[ { "change_type": "MODIFY", "diff": "\"Required_control\": \"Req. Control\",\n\"Mark_as_done_in_gathering_log\": \"Mark as done in log\",\n\"X_Equipped\": \"{{amount}} Equipped:\",\n- \"Item_series\": \"Set details\",\n- \"Trades_skipped\": \"{{amount}} trades aren't displayed to prevent performance issues\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small translations cleanup
1
chore
null
217,922
03.07.2021 11:01:51
-7,200
12888be06afc2c5aeb095e5494c118a70cbe023b
chore: debugger cleanup
[ { "change_type": "MODIFY", "diff": "@@ -47,9 +47,6 @@ export class LogTrackerComponent extends TrackerComponent {\n}\npublic set dohSelectedPage(index: number) {\n- if (index === 0) {\n- debugger;\n- }\nthis._dohSelectedPage = index;\nthis.selectedRecipes = [];\n}\n", "new_path": "apps/client/src/app/pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: debugger cleanup
1
chore
null
777,419
03.07.2021 11:34:15
-7,200
c290ab2548afd3065f2a8479d13b850a3c1f15be
fix: improve trial chart tooltip
[ { "change_type": "MODIFY", "diff": "@@ -48,10 +48,10 @@ const TrialChart: React.FC<Props> = ({\nconst chartData: AlignedData = useMemo(() => {\nconst xValues: number[] = [];\nconst yValues: Record<string, Record<string, number>> = {};\n- metricNames.forEach((metric, index) => yValues[index] = {});\n+ metric...
Python
Apache License 2.0
determined-ai/determined
fix: improve trial chart tooltip [DET-5712] (#2653)
1
fix
null
889,620
03.07.2021 11:52:05
-28,800
3db31813133aced386349e099b10f7cc4c7c5266
refactor: use of path extension api
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,8 @@ import com.jakewharton.byteunits.BinaryByteUnit\nimport java.io.Serializable\nimport java.net.URL\nimport java.nio.file.Path\n-import java.nio.file.Paths\nimport java.time.LocalDateTime\n+import kotlin.io.path.toPath\ndata class Book(\nval name: String,\n@...
Kotlin
MIT License
gotson/komga
refactor: use of path extension api
1
refactor
null
67,479
03.07.2021 11:59:42
-36,000
9a36c9f605c51b87f544121c6f0605582bd05467
chore(doc): add a guide for enable debugging with default compiler
[ { "change_type": "MODIFY", "diff": "* [DOM Style Injection](developer-guides/scenarios/dom-style-injection.md)\n* [Markdown Integration](developer-guides/scenarios/markdown-integration.md)\n* [Extending templating syntax](developer-guides/extending-templating-syntax.md)\n-* [Template Compiler Hooks](develop...
TypeScript
MIT License
aurelia/aurelia
chore(doc): add a guide for enable debugging with default compiler
1
chore
doc
126,276
03.07.2021 13:52:51
14,400
2fe4161e70226b10f5e9612a78f02c9119f85598
feat(pkg/database): parameters type inference exposed in database package
[ { "change_type": "MODIFY", "diff": "@@ -902,18 +902,46 @@ func (e *Engine) Catalog() *Catalog {\nreturn e.catalog\n}\n+func (e *Engine) InferParameters(sql string) (map[string]SQLValueType, error) {\n+ return e.inferParametersFrom(strings.NewReader(sql))\n+}\n+\n+func (e *Engine) inferParametersFrom(r io.By...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/database): parameters type inference exposed in database package Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/database
902,122
03.07.2021 16:08:16
-7,200
148eff899079816f7f76a2a1225a6e87f3cc20b2
chore(release): v9.1.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.1.0](https://github.com/microlinkhq/browserless/compare/v9.0.4...v9.1.0) (2021-07-03)\n+\n+\n+### Features\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.1.0
1
chore
release
269,464
03.07.2021 16:58:24
0
7d3e269683ceb267e7e436f1f0089f612baae1da
docs: header and footer template refs
[ { "change_type": "MODIFY", "diff": "@@ -45,19 +45,19 @@ release:\n# Default is false.\nprerelease: auto\n- # Header for the release body.\n+ # Header template for the release body.\n# Defaults to empty.\nheader: |\n- ## Some title\n+ ## Some title ({{ .Date }})\nWelcome to this new release!\n- # Footer for ...
Go
MIT License
goreleaser/goreleaser
docs: header and footer template refs #2326 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
317,646
03.07.2021 18:38:23
-7,200
75253034b9a47b6f944cfaebd20fd8ba17dd4d4a
feat: enable transient prompt in zsh
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import TabItem from \"@theme/TabItem\";\n## Tooltips\n:::info\n-Due to limitations (or not having found a way just yet), this feature only works in `ZSH` and `PowerShell` for\n+Due to limitations (or not having found a way just yet), this feature only wo...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: enable transient prompt in zsh
1
feat
null
269,464
03.07.2021 19:23:29
0
d4a455fc5aa53540b452b338f7dfdb41c543a7ac
test: header/footer invalid templates refs
[ { "change_type": "MODIFY", "diff": "@@ -104,3 +104,23 @@ func TestDescribeBodyWithHeaderAndFooter(t *testing.T) {\ngolden.RequireEqual(t, out.Bytes())\n}\n+\n+func TestDescribeBodyWithInvalidHeaderTemplate(t *testing.T) {\n+ ctx := context.New(config.Project{\n+ Release: config.Release{\n+ Header: \"## {{ ....
Go
MIT License
goreleaser/goreleaser
test: header/footer invalid templates refs #2326 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
269,464
03.07.2021 19:27:03
0
cef6f13982344fb2b2b0b310e244ebae27a09ad8
docs: fix cmd/docs
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ func newDocsCmd() *docsCmd {\nreturn doc.GenMarkdownTreeCustom(root.cmd.Root(), \"www/docs/cmd\", func(_ string) string {\nreturn \"\"\n}, func(s string) string {\n- return \"/cmd/\" + strings.TrimSuffix(s, \".md\")\n+ return \"/cmd/\" + strings.TrimSuff...
Go
MIT License
goreleaser/goreleaser
docs: fix cmd/docs Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
269,464
03.07.2021 22:19:16
0
b958a15183c2f3c2593a0efef65326ee574467f9
docs: podman on goreleaser-pro
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ addons:\npackages:\n- snapcraft\n-# needed only if you use the docker pipe\n+# needed only if you use the Docker pipe\nservices:\n- docker\n@@ -22,7 +22,7 @@ script:\n- curl -sfL https://git.io/goreleaser | sh -s -- check # check goreleaser config for de...
Go
MIT License
goreleaser/goreleaser
docs: podman on goreleaser-pro Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
67,479
03.07.2021 22:59:25
-36,000
cb26b0c57ade2495e1038151480e15933697e3a5
fix(watch): construct scope properly for custom attr + expression watch
[ { "change_type": "MODIFY", "diff": "@@ -10,15 +10,20 @@ An example of declaring global hooks, that will be called for every template:\n1. With vanillajs\n- \\`\\`\\`ts\n+```typescript\nimport Aurelia, { TemplateCompilerHooks } from 'aurelia';\n-Aurelia.register\\(TemplateCompilerHooks.define\\(class { befor...
TypeScript
MIT License
aurelia/aurelia
fix(watch): construct scope properly for custom attr + expression watch
1
fix
watch
67,479
03.07.2021 23:26:09
-36,000
53fc647df8a75194f4802cc705ad7cba3ec903ff
chore(doc): fix template compiler doc
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ Aurelia\n```\n2. With decorator\n+\n```typescript\nimport Aurelia, { templateCompilerHooks } from 'aurelia';\n@@ -55,7 +56,7 @@ Though this is not always desirable for debugging, as it could be hard to figure\nThis property can be set early in an applica...
TypeScript
MIT License
aurelia/aurelia
chore(doc): fix template compiler doc
1
chore
doc
815,598
04.07.2021 06:33:11
0
79606b43753ebb4ff698aa4e867278fd99089ebb
chore: update release package command
[ { "change_type": "MODIFY", "diff": "@@ -54,8 +54,7 @@ jobs:\nGPG_SIGNER: ${{ secrets.GPG_SIGNER }}\nrun: |\nexport GIT_TAG_NAME=` echo ${{ github.ref }} | awk -F '/' '{print $4}' `\n- mkdir -p $HOME/.cargo\n- docker run --rm -i -w /ckb -v $(pwd):/ckb -v $HOME/.cargo:/root/.cargo -e OPENSSL_STATIC=1 -e OPENS...
Rust
MIT License
nervosnetwork/ckb
chore: update release package command
1
chore
null
815,598
04.07.2021 07:05:01
0
6165ea774c1ca2fa565c96096f9b49d22098abd9
chore: fix commit date in build info The option `--date=short-local` is not available in old Git versions. Use `--date=iso` instead and get the date part.
[ { "change_type": "MODIFY", "diff": "@@ -128,12 +128,12 @@ pub fn get_commit_describe() -> Option<String> {\npub fn get_commit_date() -> Option<String> {\nstd::process::Command::new(\"git\")\n.env(\"TZ\", \"UTC\")\n- .args(&[\"log\", \"-1\", \"--date=short-local\", \"--pretty=format:%cd\"])\n+ .args(&[\"log\...
Rust
MIT License
nervosnetwork/ckb
chore: fix commit date in build info The option `--date=short-local` is not available in old Git versions. Use `--date=iso` instead and get the date part.
1
chore
null
217,237
04.07.2021 11:39:45
-10,800
2f256ea1b51f6fb827e76414e08ecb875b79fb08
feat(examples): add ribbon with version
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ export function ExampleCard({ className, data }) {\nreturn (\n<article className={clsx('card', styles.root, className)}>\n<div className={clsx('card__image', styles.preview)}>\n+ <div className={clsx(styles.ribbon)}>{data.version}</div>\n<Image img={data.p...
JavaScript
MIT License
feature-sliced/documentation
feat(examples): add ribbon with version
1
feat
examples
217,237
04.07.2021 11:49:09
-10,800
47b5ba707201c62f4b83866502807d1eae6eb406
feat(examples): add to nav
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,10 @@ const SECTIONS = {\nshortPath: '/docs/about',\nfullPath: '/docs/about/mission',\n},\n+ EXAMPLES: {\n+ shortPath: '/examples',\n+ fullPath: '/examples',\n+ },\n}\n/** @typedef {import('@docusaurus/types').DocusaurusConfig} Config */\n@@ -43,12 +47,23 @@ ...
JavaScript
MIT License
feature-sliced/documentation
feat(examples): add to nav
1
feat
examples
217,237
04.07.2021 11:53:18
-10,800
db4cc114e23319085b5433f9c017ddd7afc544c8
feat(examples): mention examples repo
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export const VERSIONS = {\nV2: 'v2',\n};\n+// Website/Source - are optional but recommended\nexport const examples = [\n{\ntitle: 'Cardbox',\n", "new_path": "website/src/pages/examples/_config.js", "old_path": "website/src/pages/examples/_config.js...
JavaScript
MIT License
feature-sliced/documentation
feat(examples): mention examples repo
1
feat
examples
217,922
04.07.2021 12:10:37
-7,200
5c10dec590d749f3f825e4c18c61c151b069b0f1
fix(list): fixed panel ordering jumping from a state to another whenever the list changes
[ { "change_type": "MODIFY", "diff": "@@ -14,20 +14,6 @@ import { MathTools } from '../../tools/math-tools';\n@Injectable()\nexport class LayoutOrderService {\n- private static JOBS = [\n- 'carpenter',\n- 'blacksmith',\n- 'armorer',\n- 'goldsmith',\n- 'leatherworker',\n- 'weaver',\n- 'alchemist',\n- 'culinari...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed panel ordering jumping from a state to another whenever the list changes
1
fix
list