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
777,394
10.02.2022 13:34:13
28,800
ab72e1b0d1a4fba862bf969c4a0ef0e3631c6675
fix: nil pointer error during switch RP
[ { "change_type": "MODIFY", "diff": "@@ -147,7 +147,9 @@ func (t *trial) Receive(ctx *actor.Context) error {\nresources := t.config.Resources()\nresources.SetResourcePool(msg.ResourcePool)\nt.config.SetResources(resources)\n+ if t.allocation != nil {\nctx.Tell(t.allocation, msg)\n+ }\ncase task.BuildTaskSpec...
Python
Apache License 2.0
determined-ai/determined
fix: nil pointer error during switch RP (#3608)
1
fix
null
386,584
10.02.2022 13:43:17
-7,200
d46add8f05279253cf99955315e6acda9b42a516
fix(engine): Updated reset action method test to use action & block plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated reset action method test to use action & block plugin config.
1
fix
engine
826,656
10.02.2022 13:44:59
-3,600
201ba631b71538e8a3008353d167cd265fe57638
ci: migrate to new goreleaser config
[ { "change_type": "ADD", "diff": "+FROM alpine:3.15\n+\n+RUN addgroup -S ory; \\\n+ adduser -S ory -G ory -D -H -s /bin/nologin\n+RUN apk add -U --no-cache ca-certificates\n+\n+COPY keto /usr/bin/keto\n+\n+# set up nsswitch.conf for Go's \"netgo\" implementation\n+# - https://github.com/golang/go/blob/go1.9....
Go
Apache License 2.0
ory/keto
ci: migrate to new goreleaser config (#837)
1
ci
null
877,015
10.02.2022 13:57:19
-3,600
8b3dbe5ef2dd2d15eab38b3efd18295d92f3e152
docs(@vtmn/react): fix alert & create overview for alert + tooltip components
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export const argTypes = {\ntooltip: {\ntype: { name: 'string', required: true },\ndescription: 'The printed tooltip',\n- defaultValue: 'Tooltip example',\n+ defaultValue: 'Tooltip text',\ncontrol: { type: 'text' },\n},\n", "new_path": "packages/showc...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/react): fix alert & create overview for alert + tooltip components
1
docs
@vtmn/react
777,353
10.02.2022 14:09:15
21,600
d435513ce87037987a121bee3125c4bf1bc3e84c
fix: update Resource Pool details in Manage Job modal
[ { "change_type": "MODIFY", "diff": "@@ -338,10 +338,11 @@ const JobQueue: React.FC = () => {\n</Section>\n{!!managingJob && !!selectedRp && (\n<ManageJob\n+ initialPool={selectedRp.name}\njob={managingJob}\njobs={jobs}\n+ rpStats={rpStats}\nschedulerType={selectedRp.schedulerType}\n- selectedRPStats={rpStat...
Python
Apache License 2.0
determined-ai/determined
fix: update Resource Pool details in Manage Job modal (#3606)
1
fix
null
306,644
10.02.2022 14:18:06
-19,080
549ce214b31092e859ec9089ab876934529c9e4d
fix(docs): fix scroll jump in right nav bar
[ { "change_type": "MODIFY", "diff": "@@ -224,7 +224,7 @@ const Layout = ({\nshowMobile={showMobile}\nfrontmatter={frontmatter}\n/>\n- <Column className={`${showAnimation() ? \"page-animation\" : ''} page-scroll h-100`}>\n+ <Column className={`${showAnimation() ? \"page-animation\" : ''} page-scroll h-100`} i...
TypeScript
MIT License
innovaccer/design-system
fix(docs): fix scroll jump in right nav bar
1
fix
docs
306,644
10.02.2022 14:25:26
-19,080
660939224f6b4fa51857649873f59b964d48b699
fix(docs): fix high resolution monitor view
[ { "change_type": "MODIFY", "diff": "@@ -226,8 +226,8 @@ const Layout = ({\nfrontmatter={frontmatter}\n/>\n<Column className={`${showAnimation() ? \"page-animation\" : ''} page-scroll h-100`}>\n- <Row>\n- <Column className=\"px-12 py-8 min-vh-100\" size={9}>\n+ <Row className='justify-content-center'>\n+ <Co...
TypeScript
MIT License
innovaccer/design-system
fix(docs): fix high resolution monitor view
1
fix
docs
617,459
10.02.2022 14:31:21
-3,600
83113bb057d025106cfd763e793e0d8b06ae9002
fix(sdr): link update
[ { "change_type": "MODIFY", "diff": "},\n\"8\": {\n\"name\": \"ARDENNES\",\n- \"url\": \"https://grand-est.dreets.gouv.fr/Renseignements-en-droit-du-travail\"\n+ \"url\": \"https://grand-est.dreets.gouv.fr/La-DDETSPP-des-Ardennes\"\n},\n\"9\": {\n\"name\": \"ARIEGE\",\n},\n\"67\": {\n\"name\": \"BAS-RHIN\",\...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(sdr): link update (#4240)
1
fix
sdr
791,370
10.02.2022 14:48:19
25,200
13fe0bc0d8acbffd46b59ab69b25449f1cbd6a88
feat(storage): add better version metadata to calls Adding a new file that should be maintained auotmatically by release-please. Updates:
[ { "change_type": "ADD", "diff": "+// Copyright 2022 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+// http://www.apache.org/licenses/LICENSE-2.0\n...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(storage): add better version metadata to calls (#5507) Adding a new file that should be maintained auotmatically by release-please. Updates: #2749
1
feat
storage
141,573
10.02.2022 15:01:55
-39,600
27246f633730d5a31cb83da441b8ab25201753e2
chore: add node-sass and engine.io to audit allow list
[ { "change_type": "MODIFY", "diff": "\"reviewer\": \"christianklammer\",\n\"whenSubDependencyOf\": [\"axios\", \"http-proxy\"]\n}\n+ ],\n+ \"node-sass\": [\n+ {\n+ \"title\": \"Certificate validation in node-sass 2.0.0 to 4.14.1 is disabled when requesting binaries even if the user is not specifying an alter...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: add node-sass and engine.io to audit allow list (#2522)
1
chore
null
865,918
10.02.2022 15:28:34
-3,600
d867b45ba1cd9c7c24efc6c2cfe607df7be0c3d1
deps: bump to latest alphas
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@bpmn-io/element-templates-validator\": {\n- \"version\": \"0.3.0\",\n- \"resolved\": \"https://registry.npmjs.org/@bpmn-io/element-templates-validator/-/element-templates-validator-0.3.0.tgz\",\n- \"integrity\": \"sha512-EWFHwW3OXXsBhSkyMqk4h2lUaJPMZV+C3jO5kgB90...
JavaScript
MIT License
camunda/camunda-modeler
deps: bump to latest alphas bpmn-js@9.0.0-alpha.2 bpmn-js-properties-panel@1.0.0-alpha.3 camunda-bpmn-js@0.13.0-alpha.2
1
deps
null
386,584
10.02.2022 15:35:17
-7,200
576e3a9fe8234a61ed5f3237ea44cc309e4cb27d
fix(engine): Fixed validate action method context reference.
[ { "change_type": "MODIFY", "diff": "@@ -2792,10 +2792,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"packageLocation\": \"./packages/plugins/actions/actions-core/\",\n\"packageDependencies\": [\n[\"@lowdefy/actions-core\", \"workspace:packages/plugins/actions/actions-core\"],\n- [\"@lowdefy...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Fixed validate action method context reference.
1
fix
engine
386,584
10.02.2022 15:35:51
-7,200
107a1a50000d9ca731370cc41bca2e5f7d564bad
fix(engine): Updated resetValidation action method test to use new plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated resetValidation action method test to use new plugin config.
1
fix
engine
865,918
10.02.2022 15:36:31
-3,600
02ac6a0e541549a28f04873c8feb2054fff178f6
chore(CHANGELOG): update to v5.0.0-alpha.1
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,13 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 5.0.0-alpha.1\n+\n+### BPMN\n+* `FEAT`: support drilldown into subprocesses ([#1443](https://github.com/bpmn-io/bpmn...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v5.0.0-alpha.1
1
chore
CHANGELOG
127,946
10.02.2022 15:37:16
-10,800
0e9f8fa9f28062795bc32a08f693119b9e2ddcf7
fix(button): passing props
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ const Button: React.FC<ButtonProps> = ({\nfullWidth,\ndisabled,\nanimation,\n+ ...rest\n}) => {\nconst [isHover, setIsHover] = useState(false);\nconst isAnimationContent =\n@@ -53,6 +54,7 @@ const Button: React.FC<ButtonProps> = ({\nanimation={animation}...
TypeScript
MIT License
coingaming/moon-design
fix(button): passing props (#1625)
1
fix
button
915,146
10.02.2022 15:46:56
-19,080
d73c20ecbd7215c6037cac1eff8fcea70dc86851
chore: move checkout to ory/ci/changelog
[ { "change_type": "MODIFY", "diff": "@@ -246,9 +246,6 @@ jobs:\n- test-e2e\n- docs-build\nsteps:\n- - uses: actions/checkout@v2\n- with:\n- fetch-depth: 0\n- uses: ory/ci/changelog@master\nwith:\ntoken: ${{ secrets.ORY_BOT_PAT }}\n", "new_path": ".github/workflows/ci.yaml", "old_path": ".github/workf...
Go
Apache License 2.0
ory/hydra
chore: move checkout to ory/ci/changelog
1
chore
null
688,524
10.02.2022 15:47:16
-3,600
c0c52e4028aab971a428d86d58977b0662bb8100
fix: remove global mock of utils
[ { "change_type": "MODIFY", "diff": "@@ -2,11 +2,6 @@ require('@testing-library/jest-dom/extend-expect')\njest.setTimeout(10000)\n-jest.mock('@toptal/picasso/utils', () => ({\n- ...jest.requireActual('@toptal/picasso/utils'),\n- isPointerDevice: jest.fn(() => true)\n-}))\n-\nlet consoleHasErrorOrWarning = fa...
TypeScript
MIT License
toptal/picasso
fix: remove global mock of utils (#2427)
1
fix
null
865,918
10.02.2022 15:52:10
-3,600
fbe88914919a4361d45e36e551e39a17dbc52303
chore(release-info): update to 5.0.0-alpha.1
[ { "change_type": "MODIFY", "diff": "@@ -57,9 +57,15 @@ export function ReleaseInfo(props) {\nThe properties panel has been completely redesigned. Tabs have been replaced with sections which can be opened and closed individually.\nA granular breakdown with clear titles allows to identify relevant topics at a...
JavaScript
MIT License
camunda/camunda-modeler
chore(release-info): update to 5.0.0-alpha.1
1
chore
release-info
711,597
10.02.2022 16:05:40
-3,600
753470a4d2d6df988085a80ee7ab3b3ab21ebb6f
fix(core): Fix error when using internal relation custom fields Fixes
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ customFieldConfig.Product?.push(\n{ name: 'cfProductVariant', type: 'relation', entity: ProductVariant, list: false },\n{ name: 'cfProduct', type: 'relation', entity: Product, list: false },\n{ name: 'cfShippingMethod', type: 'relation', entity: Shipping...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix error when using internal relation custom fields Fixes #1416
1
fix
core
889,620
10.02.2022 16:21:23
-28,800
78174db6fb74541c99c517df89a96b9db0011547
feat(api): publish business metrics
[ { "change_type": "MODIFY", "diff": "package org.gotson.komga.application.tasks\n+import io.micrometer.core.instrument.MeterRegistry\nimport mu.KotlinLogging\nimport org.gotson.komga.domain.persistence.BookRepository\nimport org.gotson.komga.domain.persistence.LibraryRepository\n@@ -16,10 +17,13 @@ import or...
Kotlin
MIT License
gotson/komga
feat(api): publish business metrics
1
feat
api
749,530
10.02.2022 16:31:59
18,000
04d94626ba7825aac944d5822a7d80dc71bf7138
chore(changelog): add v8.48.2 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.48.2 (2022-02-10)\n+\n+#### :bug: Bug Fix\n+* `accordions`\n+ * [#1291](https://github.com/ze...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.48.2 [skip ci]
1
chore
changelog
869,309
10.02.2022 16:41:18
-3,600
22ac4b1e68bebd0fa094ae8eca69d07871dcd756
feat: add Yobit driver
[ { "change_type": "MODIFY", "diff": "@@ -234,6 +234,7 @@ exports.Whitebit = require('./whitebit');\nexports.Wtzex = require('./wtzex');\nexports.Xbtpro = require('./xbtpro');\nexports.Xbts = require('./xbts');\n+exports.Yobit = require('./yobit');\nexports.Zaif = require('./zaif');\nexports.Zb = require('./z...
JavaScript
MIT License
coinranking/exchanges
feat: add Yobit driver
1
feat
null
603,467
10.02.2022 17:00:08
0
dbfbed02923bc1c589e588429c163ffbc7b13a34
fix(web): made the constructor of BrowseTheWeb protected, since it's an abstract class
[ { "change_type": "MODIFY", "diff": "@@ -18,11 +18,10 @@ export abstract class BrowseTheWeb<Native_Element_Type = any, Native_Root_Elemen\nreturn actor.abilityTo(BrowseTheWeb) as BrowseTheWeb<NET, NRET>;\n}\n- constructor(\n+ protected constructor(\nprotected locators: Map<\nnew (...args: unknown[]) => Selec...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(web): made the constructor of BrowseTheWeb protected, since it's an abstract class
1
fix
web
306,321
10.02.2022 17:00:52
0
6aa23ec6ca158a4fc62d6a44db4d5beeddb6f521
fix: add 404 check back in and prompt user on sha failure
[ { "change_type": "MODIFY", "diff": "@@ -26,23 +26,29 @@ curl -sL \"$url/$tar\" -o \"/tmp/$tar\"\necho\ncode=$(curl -s -L -o /dev/null -w \"%{http_code}\" \"$url/$tar.sha256\")\n-if [ \"$code\" != \"404\" ]; then\n+if [ \"$code\" = \"404\" ]; then\n+ echo \"Skipping checksum validation as the sha for the rel...
Go
Apache License 2.0
infracost/infracost
fix: add 404 check back in and prompt user on sha failure
1
fix
null
915,035
10.02.2022 17:04:05
-3,600
6a282a324918bf998d8b3fe9f8e00ae7f2a5d9bb
fix: quickstart docker
[ { "change_type": "MODIFY", "diff": "@@ -14,12 +14,12 @@ version: '3.7'\nservices:\nhydra-migrate:\n- image: oryd/hydra:v1.10.6\n+ image: oryd/hydra:v1.11.0\nenvironment:\n- DSN=cockroach://root@cockroachd:26257/defaultdb?sslmode=disable&max_conns=20&max_idle_conns=4\nhydra:\n- image: oryd/hydra:v1.10.6\n+ i...
Go
Apache License 2.0
ory/hydra
fix: quickstart docker
1
fix
null
915,146
10.02.2022 17:13:23
-19,080
39a703fc63a00599c78097fa2b20434173ff7837
chore(sdk): remove unused inputs
[ { "change_type": "MODIFY", "diff": "@@ -40,9 +40,6 @@ jobs:\n- uses: ory/ci/sdk/generate@master\nwith:\ntoken: ${{ secrets.ORY_BOT_PAT }}\n- app-name: Ory_Hydra\n- swag-spec-ignore: internal/httpclient gopkg.in/square/go-jose.v2\n- swag-spec-location: spec/api.json\nid: sdk-generate\ntest:\n@@ -264,9 +261,6...
Go
Apache License 2.0
ory/hydra
chore(sdk): remove unused inputs
1
chore
sdk
815,601
10.02.2022 17:23:19
-28,800
7933591e2eba8cf4101c367a21ab0907a06c06e6
chore: bump tentacle to 0.4.0-alpha.3
[ { "change_type": "MODIFY", "diff": "@@ -4108,9 +4108,9 @@ dependencies = [\n[[package]]\nname = \"tentacle\"\n-version = \"0.4.0-alpha.2\"\n+version = \"0.4.0-alpha.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"287ab001dd594fc2cfb4866e41e9d58f183de555ee636b0ef9a86dc4...
Rust
MIT License
nervosnetwork/ckb
chore: bump tentacle to 0.4.0-alpha.3
1
chore
null
889,620
10.02.2022 17:24:38
-28,800
960546a1e0a7e15a4308e5cdc3fa58c49ce9cb88
feat(webui): page size selection for new duplicate pages view
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ export const persistedModule: Module<any, any> = {\nroute: {},\n},\nimportPath: '',\n+ duplicatesNewPageSize: 10,\n},\ngetters: {\ngetCollectionFilter: (state) => (id: string) => {\n@@ -106,5 +107,8 @@ export const persistedModule: Module<any, any> = {\n...
Kotlin
MIT License
gotson/komga
feat(webui): page size selection for new duplicate pages view
1
feat
webui
841,421
10.02.2022 17:35:15
-32,400
80ed69d67dfae44986c19c04ddff758fee98f8ff
chore(build): Disable LTO for local builds
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ env:\nAPP_NAME: swc\nMACOSX_DEPLOYMENT_TARGET: \"10.13\"\nCARGO_INCREMENTAL: 0\n+ CARGO_PROFILE_RELEASE_LTO: \"fat\"\nCI: \"1\"\non:\n", "new_path": ".github/workflows/publish-node.yml", "old_path": ".github/workflows/publish-node.yml" }, { ...
Rust
Apache License 2.0
swc-project/swc
chore(build): Disable LTO for local builds (#3514)
1
chore
build
889,620
10.02.2022 17:55:05
-28,800
17c76de3083a92c8b2a3064d0a29904492f98503
fix(webui): properly set known hash card button initial status
[ { "change_type": "MODIFY", "diff": "<v-card-actions>\n<v-btn v-if=\"hash.action === PageHashAction.DELETE_MANUAL\"\n:color=\"deleteRequested ? 'success': 'primary'\"\n- :disabled=\"matchCount === 0\"\n+ :disabled=\"!matchCount\"\n@click=\"deleteMatches\"\n>\n<v-icon left v-if=\"deleteRequested\">mdi-check</...
Kotlin
MIT License
gotson/komga
fix(webui): properly set known hash card button initial status
1
fix
webui
739,259
10.02.2022 18:03:14
-3,600
e638155b7f0723fc4a368dc44d98e7182a4c900e
chore: handle deploy of previous docs versions
[ { "change_type": "MODIFY", "diff": "@@ -72,8 +72,7 @@ jobs:\nfrom: packages/IconFont/fonts\nto: s3://welcome-ui/public/fonts/$BRANCH/$ICON_FONT_HASH/\narguments: |\n- --metadata GitCommit=$CIRCLE_SHA1 --delete \\\n- --cache-control \"public, max-age=31536000, immutable\"\n+ --metadata GitCommit=$CIRCLE_SHA1...
TypeScript
MIT License
wttj/welcome-ui
chore: handle deploy of previous docs versions (#1012)
1
chore
null
306,320
10.02.2022 18:09:09
0
a16ea3db99e410d42435a04da8cb214abbe60e8c
fix: sync-usage-file failing on S3 if some permissions aren't set We should still sync the `storage_gb` properties even if we can't sync the request and data gb properties.
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package aws\nimport (\n\"context\"\n+ \"fmt\"\n\"github.com/infracost/infracost/internal/resources\"\n\"github.com/infracost/infracost/internal/schema\"\n@@ -147,12 +148,12 @@ func (a *S3Bucket) BuildResource() *schema.Resource {\n}\nfilter, err := aws.S3F...
Go
Apache License 2.0
infracost/infracost
fix: sync-usage-file failing on S3 if some permissions aren't set (#1368) We should still sync the `storage_gb` properties even if we can't sync the request and data gb properties.
1
fix
null
756,013
10.02.2022 18:28:51
21,600
77f67a8010d84b4f595e1fbd524b344050ae47d6
feat(swing-store): enable `LMDB_MAP_SIZE` and `SOLO_LMDB_MAP_SIZE`
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,20 @@ Description: When nonempty, create pretend prepopulated tokens like \"moola\" and\nLifetime: until chain is mature enough not to need any pretend tokens\n+## LMDB_MAP_SIZE\n+\n+Affects: cosmic-swingset\n+\n+Purpose: set the minimum size limit for swing-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(swing-store): enable `LMDB_MAP_SIZE` and `SOLO_LMDB_MAP_SIZE`
1
feat
swing-store
276,980
10.02.2022 18:49:39
10,800
605402480780ee477147787c5d64ac7df4ac5784
fix: add inline-react-svg to prevent missing SVGs after build in esm fix
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ module.exports = {\n['@babel/preset-env', { loose: true, modules: false }],\n'@babel/preset-react',\n],\n- plugins: ['import-glob'],\n+ plugins: ['inline-react-svg', 'import-glob'],\n},\nnative: {\nignore: ['**/*.test.jsx'],\n", "new_path": "babel.co...
JavaScript
MIT License
gympass/yoga
fix: add inline-react-svg to prevent missing SVGs after build in esm fix #434
1
fix
null
739,259
10.02.2022 18:51:34
-3,600
6db84891a6aed45a9097710b444380d1cb557a81
fix: accept RC tags to deploy docs
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ workflows:\n- docs_build:\nfilters:\ntags:\n- only: /^v\\d+.\\d+.\\d+$/\n+ only: /^v\\d+.\\d+.\\d+$|^\\d+.\\d+.\\d+-rc.\\d+$/\nrequires:\n- build\n- docs_deploy_prod:\n@@ -205,7 +205,7 @@ workflows:\nbranches:\nignore: /.*/\ntags:\n- only: /^v\\d+.\\d+...
TypeScript
MIT License
wttj/welcome-ui
fix: accept RC tags to deploy docs (#1013)
1
fix
null
317,646
10.02.2022 19:39:54
-3,600
57d481c9b46ffac44748029133e46c5124943362
fix: parse error text when silent fail resolves
[ { "change_type": "MODIFY", "diff": "\"program\": \"${workspaceRoot}/src\",\n\"args\": [\n\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\",\n- \"--shell=pwsh\"\n+ \"--shell=pwsh\",\n+ \"--pwd=/Users/jan/Projects/test\"\n]\n},\n{\n", "new_path": ".vscode/launch.json", "old_path": ".vscode/...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: parse error text when silent fail resolves #1739
1
fix
null
847,143
10.02.2022 19:46:44
-28,800
dd1646a970c9a0d0837194bdf38cdfa1096ac3f5
feat(theme): rebuild pagenav
[ { "change_type": "MODIFY", "diff": "padding: 1rem 1.5rem;\n}\n}\n+\n+@mixin horizontal-wrapper($pad: hope-config.$pad) {\n+ max-width: var(--content-width);\n+ margin-left: auto;\n+ margin-right: auto;\n+ padding-left: 2.5rem;\n+ padding-right: 2.5rem;\n+\n+ @media (max-width: $pad) {\n+ padding-left: 1.5re...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): rebuild pagenav
1
feat
theme
847,143
10.02.2022 19:53:14
-28,800
1a647247d8faab6c3b88b59a334e0abab73716d1
feat: update blog layout
[ { "change_type": "MODIFY", "diff": "@@ -11,29 +11,6 @@ export default defineUserConfig<HopeThemeOptions>({\ndest: \"./dist\",\n- head: [\n- [\n- \"script\",\n- { src: \"https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js\" },\n- ],\n- [\n- \"script\",\n- {\n- src: \"https://cdn.jsdelivr.net/npm/r...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat: update blog layout
1
feat
null
151,430
10.02.2022 20:02:19
28,800
aecc60d1f7536c8945e0f9c3b8677a4eac19e2a8
refactor: return config from plugin
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ function snowplowPlugin(pluginConfig = {}) {\nreturn {\nname: config.name,\n+ config: config,\ninitialize: () => {\nconst { collectorUrl, name, trackerSettings } = config;\nif (!collectorUrl) {\n", "new_path": "packages/analytics-plugin-snowplow/sr...
JavaScript
MIT License
davidwells/analytics
refactor: return config from plugin Signed-off-by: David Wells <>
1
refactor
null
151,430
10.02.2022 20:03:29
28,800
4a9ef722bb5dc9208647bfb530f5905c1451ed2b
docs: update external plugins list
[ { "change_type": "MODIFY", "diff": "@@ -691,7 +691,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n| **[@analytics/amplitude](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-amplitude)** <br/> Amplitude integration for 'analytics' module |...
JavaScript
MIT License
davidwells/analytics
docs: update external plugins list Signed-off-by: David Wells <>
1
docs
null
847,143
10.02.2022 20:05:07
-28,800
7abaead16bdc7c5c93ada3d8b74764af4daf272c
feat(theme): improve navscreen styles
[ { "change_type": "MODIFY", "diff": "&.fade-enter-active,\n&.fade-leave-active {\ntransition: opacity 0.25s;\n- }\n- &.fade-enter-active .container,\n- &.fade-leave-active .container {\n+ .container {\ntransition: transform 0.25s ease;\n}\n+ }\n&.fade-enter-from,\n&.fade-leave-to {\nopacity: 0;\n- }\n- &.fad...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): improve navscreen styles
1
feat
theme
847,143
10.02.2022 20:05:21
-28,800
f4cad33dce963e5550ce1f94a9ce5aed57d47f19
feat(theme): add sidebar mask color
[ { "change_type": "MODIFY", "diff": "import throttle from \"lodash.throttle\";\n-import { computed, defineComponent, h, onMounted, onUnmounted, ref } from \"vue\";\n+import {\n+ Transition,\n+ computed,\n+ defineComponent,\n+ h,\n+ onMounted,\n+ onUnmounted,\n+ ref,\n+} from \"vue\";\nimport { useRouter } fr...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add sidebar mask color
1
feat
theme
847,143
10.02.2022 20:34:18
-28,800
1a743ad9172050e86a5f9409a162a78f49d5241a
fix(theme): add missing optimizeDep
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,12 @@ export const themeHope: Theme<HopeThemeOptions> = (\n{ plugins = {}, ...themeOptions },\napp\n) => {\n- addViteOptimizeDeps(app, [\"@vueuse/core\", \"bcryptjs\", \"lodash.throttle\"]);\n+ addViteOptimizeDeps(app, [\n+ \"@vueuse/core\",\n+ \"bcryptjs\",\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): add missing optimizeDep
1
fix
theme
847,143
10.02.2022 20:36:55
-28,800
7eb087659bf69272cf2d26be2a4795f024e62881
refactor(theme): update encrypt locale types
[ { "change_type": "MODIFY", "diff": "+export interface HopeThemeEncryptLocaleData {\n+ /**\n+ * Encrypt title\n+ */\n+ title: string;\n+\n+ /**\n+ * Passwrod error hint\n+ */\n+ errorHint: string;\n+}\n+\n/**\n* Encrypt Options\n*\n", "new_path": "packages/theme/src/shared/options/feature/encrypt.ts", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): update encrypt locale types
1
refactor
theme
711,594
10.02.2022 20:45:19
-3,600
2862dda57c20dbc0de60eaf6395ab653c4e96001
fix(core): Fix for job cancellation issue Relates to
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ export class SubscribableJob<T extends JobData<T> = any> extends Job<T> {\nreturn strategy.findOne(id);\n}),\nfilter(notNullOrUndefined),\n- distinctUntilChanged((a, b) => a?.progress === b?.progress),\n+ distinctUntilChanged((a, b) => a?.progress === b?...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix for job cancellation issue (#1420) Relates to #1127
1
fix
core
902,122
10.02.2022 20:46:39
-3,600
f0f6b87f6e19e3784cd4f2c7fa22a7a481aab4ee
refactor(cli): add conditional style
[ { "change_type": "MODIFY", "diff": "@@ -42,11 +42,15 @@ module.exports = async ({ url, browserless, opts }) => {\nif (opts.codeScheme === 'ghcolors') {\nconst isDark = darkMode.isDark()\n+ const color = isDark ? '#29BC9B' : '#f81ce5'\n+ const bg = isDark ? '#000' : '#fff'\n+\nopts.colorScheme = isDark ? 'da...
JavaScript
MIT License
microlinkhq/browserless
refactor(cli): add conditional style
1
refactor
cli
841,421
10.02.2022 21:00:41
-32,400
8dab3d92b178b3ee1e1cb6a7288ce33b91793145
perf(es/minifier): Remove useless operations like eager call to `.span()` swc_ecma_minifier: - Merge variable for inlining. - Remove useless call to `.span()`.
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env bash\nset -eu\n-cargo profile instruments --release -t time --open --features tracing/release_max_level_info --example perf -- $@\n\\ No newline at end of file\n+cargo profile instruments --release -t time --features tracing/release_max_level_info --example...
Rust
Apache License 2.0
swc-project/swc
perf(es/minifier): Remove useless operations like eager call to `.span()` (#3512) swc_ecma_minifier: - Merge variable for inlining. - Remove useless call to `.span()`.
1
perf
es/minifier
847,143
10.02.2022 21:32:30
-28,800
452760dcc24ad115a84bcaa0c57b24705ae85167
feat(theme): update outlook panel
[ { "change_type": "RENAME", "diff": "@@ -10,16 +10,18 @@ import {\nimport type { VNode } from \"vue\";\nimport type { DarkmodeStatus } from \"@theme-hope/composables\";\n-import \"../styles/toggle-dark-button.scss\";\n+import \"../styles/appearance-switch.scss\";\nexport default defineComponent({\n- name: \"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): update outlook panel
1
feat
theme
847,143
10.02.2022 21:36:14
-28,800
5dda0ce689a79ec9ba0125333d7e15009748d74a
feat(theme): support locale in PageNav
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import {\nuseAutoLink,\nuseIconPrefix,\nuseNavigate,\n+ useThemeLocaleData,\n} from \"@theme-hope/composables\";\nimport { useSidebarItems } from \"@theme-hope/module/sidebar/composables\";\n@@ -71,6 +72,7 @@ export default defineComponent({\nname: \"PageN...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): support locale in PageNav
1
feat
theme
847,143
10.02.2022 22:02:11
-28,800
80f8313416ad4eb5a6dc7dd43cd037950e04a473
feat(theme): add description options
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,13 @@ export default defineComponent({\nbloggerName.value\n)\n: null,\n+ blogOptions.value.description\n+ ? h(\n+ \"div\",\n+ { class: \"description\" },\n+ blogOptions.value.description\n+ )\n+ : null,\nintro.value\n? h(\"meta\", { property: \"url\", content...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add description options
1
feat
theme
847,143
10.02.2022 22:04:37
-28,800
cec2f9fcb9f8e58af60069f2ba8f44d3190baeac
fix(theme): wrap outlook settings with clientonly
[ { "change_type": "MODIFY", "diff": "+import { ClientOnly } from \"@vuepress/client\";\nimport { computed, defineComponent, h, resolveComponent } from \"vue\";\nimport { useThemeLocaleData } from \"@theme-hope/composables\";\n@@ -29,7 +30,8 @@ export default defineComponent({\n() => themeLocale.value.themeCo...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): wrap outlook settings with clientonly
1
fix
theme
151,430
10.02.2022 23:01:58
28,800
ff35d598ad125049722a8fb4bd436a747515974f
feat: add urls-util package
[ { "change_type": "ADD", "diff": "+dist\n+lib\n+node_modules\n+\n+*.log\n+\n+# IDE stuff\n+**/.idea\n+\n+# OS stuff\n+.DS_Store\n+.tmp\n", "new_path": "packages/analytics-util-url/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+<!--\n+title: Javascript URL utils\n+pageT...
JavaScript
MIT License
davidwells/analytics
feat: add urls-util package Signed-off-by: David Wells <>
1
feat
null
847,143
10.02.2022 23:04:03
-28,800
b3aee43f53a5a0782b47879a260dc2220ef277fd
fix(photo-swipe): fix delay option
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ import { useLocaleConfig } from \"@mr-hope/vuepress-shared/lib/client\";\nimport { defineComponent, onMounted, watch } from \"vue\";\nimport { useRoute } from \"vue-router\";\nimport { delay, imageSelector, locales, options } from \"../define\";\n-import...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(photo-swipe): fix delay option
1
fix
photo-swipe
151,430
10.02.2022 23:07:13
28,800
9cd6fb65af0966c9512a4c2fcb23737717e9c872
docs: update site and docs
[ { "change_type": "MODIFY", "diff": "@@ -702,7 +702,6 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n| **[@analytics/gosquared](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-gosquared)** <br/> GoSquared integration for 'analytics' module |...
JavaScript
MIT License
davidwells/analytics
docs: update site and docs Signed-off-by: David Wells <>
1
docs
null
847,143
10.02.2022 23:16:06
-28,800
149a5a0b0fb06e0083b351eb9e3314b295d02ee2
refactor: code tweaks
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ export default defineComponent({\nvoid Promise.all([\nimport(\"@waline/client\"),\nnew Promise<void>((resolve) => {\n- setTimeout(() => resolve(), walineOption.delay);\n+ setTimeout(resolve, walineOption.delay);\n}),\n]).then(([{ default: Waline }]) => {...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: code tweaks
1
refactor
null
847,143
10.02.2022 23:17:16
-28,800
3a7b866dcda6623e9df33e2eb916cea3d2a56060
ci: fix v1 docs
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ jobs:\n- name: Combine output\nrun: |\nyarn cpx \"docs/theme/dist/**\" dist\n+ yarn cpx \"docs/active-hash/dist/**\" dist/active-hash\nyarn cpx \"docs/add-this/dist/**\" dist/add-this\nyarn cpx \"docs/comment/dist/**\" dist/comment\nyarn cpx \"docs/copy-...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: fix v1 docs
1
ci
null
847,143
11.02.2022 00:08:28
-28,800
bc179434f6384685c8171152028d3a7b0213af06
fix(components): fix BreadCrumb
[ { "change_type": "MODIFY", "diff": "+import { resolveRouteWithRedirect } from \"@mr-hope/vuepress-shared/lib/client\";\nimport { categoryMap } from \"@temp/blog/category\";\nimport { usePageFrontmatter, useRouteLocale } from \"@vuepress/client\";\nimport { computed, ref } from \"vue\";\nimport { useRouter, ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix BreadCrumb
1
fix
components
847,143
11.02.2022 00:31:40
-28,800
8fa9b0363f42ae74f52364acc83e606d2a80accf
refactor: move PageAnchor to components and allow breadcrumb config
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,16 @@ export default [\n],\ndtsExternal: [/\\.scss$/],\n}),\n+ ...rollupTypescript(\"client/components/PageAnchor\", {\n+ external: [\n+ \"@mr-hope/vuepress-shared/lib/client\",\n+ \"@vuepress/client\",\n+ \"vue\",\n+ \"vue-router\",\n+ /\\.scss$/,\n+ ],\n+ d...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: move PageAnchor to components and allow breadcrumb config
1
refactor
null
342,861
11.02.2022 00:54:56
-3,600
d985b4e7b2914a467722795ce86d46500ad4ade4
docs: update current contributors
[ { "change_type": "MODIFY", "diff": "\"github\": \"https://github.com/CollierCZ\",\n\"twitter\": \"\",\n\"website\": \"https://collier.cz/\",\n- \"active\": true\n+ \"active\": false\n},\n{\n\"id\": \"will\",\n\"github\": \"https://github.com/vepor\",\n\"twitter\": \"https://twitter.com/elvepor\",\n\"website...
JavaScript
MIT License
kiwicom/orbit
docs: update current contributors
1
docs
null
342,861
11.02.2022 00:55:40
-3,600
044c3395646753bc234c4768bcbe74cee8e2f71d
docs: fetch ios and android component statuses automatically
[ { "change_type": "MODIFY", "diff": "exports.createPages = require(\"./gatsby/on-create-pages\");\nexports.createSchemaCustomization = require(\"./gatsby/create-schema-customization\");\n+exports.onPreInit = require(\"./gatsby/onPreInit\");\n", "new_path": "docs/plugins/dashboard/gatsby-node.js", "ol...
JavaScript
MIT License
kiwicom/orbit
docs: fetch ios and android component statuses automatically
1
docs
null
847,143
11.02.2022 01:30:45
-28,800
7aa4050c339e37fb77f589b255f32be878644add
feat(theme): add resize listener
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,9 @@ import {\ncomputed,\ndefineComponent,\nh,\n- onBeforeUnmount,\nonMounted,\nref,\n+ onUnmounted,\n} from \"vue\";\nimport { BacktoTopIcon } from \"../components/icons\";\n@@ -68,7 +68,7 @@ export default defineComponent({\nwindow.addEventListener(\"scroll\"...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add resize listener
1
feat
theme
471,403
11.02.2022 08:55:25
-3,600
a20f77b539d2a1eecc8a423d3b0381988e4734b8
chore: update some dev-deps in fastify instrumentation
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@opentelemetry/api\": \"1.0.2\",\n\"@opentelemetry/context-async-hooks\": \"1.0.1\",\n- \"@opentelemetry/instrumentation-http\": \"0.26.0\",\n+ \"@opentelemetry/instrumentation-http\": \"0.27.0\",\n\"@opentelemetry/sdk-trace-node\": \"1.0.1\",\n\...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: update some dev-deps in fastify instrumentation (#879)
1
chore
null
141,525
11.02.2022 09:45:47
-39,600
3f79fa4cd426c0be3b67cbe1200d7dd2f505f37b
feat: add final scene illustrations
[ { "change_type": "MODIFY", "diff": "@@ -609,7 +609,6 @@ export const EngagementSurveySummaryMale = ({\n/>\n)\n-// TODO Update and Remove - survey-configuration HeroCard.tsx\nexport const SurveyOverviewClosed = ({\nenableAspectRatio,\n...props\n@@ -617,11 +616,10 @@ export const SurveyOverviewClosed = ({\n<B...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: add final scene illustrations (#2524)
1
feat
null
386,584
11.02.2022 09:49:25
-7,200
91fa543969a33e119df23b716d04acca55edcaf0
fix(engine): Update set global action method global object reference.
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ const createSetGlobal = ({ arrayIndices, context }) => {\nreturn function setGlobal(params) {\nObject.keys(params).forEach((key) => {\nset(\n- context._internal.lowdefy.lowdefyGlobal,\n+ context._internal.lowdefy._internal.lowdefyGlobal,\napplyArrayIndic...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Update set global action method global object reference.
1
fix
engine
386,584
11.02.2022 09:50:53
-7,200
ceceec34da9973d054d2138232832b2fd5aeb5aa
fix(engine): Updated setGlobal action method test to use new plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated setGlobal action method test to use new plugin config.
1
fix
engine
185,950
11.02.2022 09:54:46
-3,600
fe46517149f684fe390345f6fc2969faa0000ae6
feat: set Electron version from gist
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { getTemplate } from './content';\nimport { AppState } from './state';\nimport { getReleaseChannel } from './versions';\nimport { isKnownFile, isSupportedFile } from '../utils/editor-utils';\n+import semver from 'semver';\nexport class RemoteLoade...
TypeScript
MIT License
electron/fiddle
feat: set Electron version from gist (#967)
1
feat
null
386,584
11.02.2022 09:55:44
-7,200
27838bcf75bba256d13f7a72b1bfd6e1d41bceeb
fix(engine): Updated setState action method test to use new plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated setState action method test to use new plugin config.
1
fix
engine
217,922
11.02.2022 09:59:12
-3,600
9aa007ebe5ac795e2b8597dc684b72133924dea8
fix(list): fixed HQ requirement flag sometimes not saved properly
[ { "change_type": "MODIFY", "diff": "@@ -293,6 +293,7 @@ export class ListsEffects {\n}\nreturn i;\n});\n+ list.etag++;\nreturn new UpdateList(list);\n})\n));\n", "new_path": "apps/client/src/app/modules/list/+state/lists.effects.ts", "old_path": "apps/client/src/app/modules/list/+state/lists.effects...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed HQ requirement flag sometimes not saved properly
1
fix
list
276,949
11.02.2022 10:12:59
10,800
ac467a0b596fe99ecffc5d9f7e6e03c72763792b
chore: create clipboard
[ { "change_type": "ADD", "diff": "+/* eslint-disable no-undef */\n+import React, { useState } from 'react';\n+import * as YogaComponents from '@gympass/yoga';\n+import { string } from 'prop-types';\n+\n+import styled from 'styled-components';\n+\n+const ButtonCopy = styled(YogaComponents.Button)`\n+ height: ...
JavaScript
MIT License
gympass/yoga
chore: create clipboard
1
chore
null
126,276
11.02.2022 10:36:55
10,800
f2509e040540a7dbb5f1d1cc868f54d267d6144b
feat(embedded/store): non-indexable entries
[ { "change_type": "MODIFY", "diff": "@@ -1192,6 +1192,73 @@ func TestImmudbStoreKVMetadata(t *testing.T) {\nrequire.Equal(t, []byte{1, 1, 1}, v)\n}\n+func TestImmudbStoreNonIndexableEntries(t *testing.T) {\n+ opts := DefaultOptions().WithSynced(false).WithMaxConcurrency(1)\n+ immuStore, _ := Open(\"data_kv_m...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): non-indexable entries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
915,255
11.02.2022 10:39:13
-3,600
f8dcda26cca0489248739cbcb4133b959d4991fe
fix: bump goreleaser orb
[ { "change_type": "MODIFY", "diff": "-# This is an example goreleaser.yaml file with some sane defaults.\n-# Make sure to check the documentation at http://goreleaser.com\n-project_name: oathkeeper\n-\n-env:\n- - GO111MODULE=on\n-\n-before:\n- hooks:\n- - go mod download\n- - go install github.com/gobuffalo/...
Go
Apache License 2.0
ory/oathkeeper
fix: bump goreleaser orb (#919)
1
fix
null
791,704
11.02.2022 10:47:50
28,800
25b80950c27e5cd290fa0ab4a4a40bf1a3b0fd32
report: add onViewTrace to renderer options
[ { "change_type": "MODIFY", "diff": "\"throttlingProvided\": \"Provided by environment\",\n\"toplevelWarningsMessage\": \"There were issues affecting this run of Lighthouse:\",\n\"varianceDisclaimer\": \"Values are estimated and may vary. The [performance score is calculated](https://web.dev/performance-scor...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add onViewTrace to renderer options (#13528)
1
report
null
711,597
11.02.2022 10:49:25
-3,600
e634c6f9040cf9509b210ee7d01638aa39b847bc
docs: Improve docs on channels & pricing Relates to
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/docs/content/developer-guide/channels/channels_currencies_diagram.png differ\n", "new_path": "docs/content/developer-guide/channels/channels_currencies_diagram.png", "old_path": "docs/content/developer-guide/channels/channels_currencies_d...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Improve docs on channels & pricing Relates to #1392
1
docs
null
386,584
11.02.2022 10:51:40
-7,200
25b656f115da074b7da266ce81c0bc975db2c109
fix(actions-core): Updated ScrollTo action to include param error handling.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import { type } from '@lowdefy/helpers';\n+\nfunction ScrollTo({ document, params, window }) {\n- if (params.blockId) {\n+ if (!type.isObject(params)) {\n+ throw new Error(`Invalid ScrollTo, check action params. Received \"${JSON.strin...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Updated ScrollTo action to include param error handling.
1
fix
actions-core
847,143
11.02.2022 10:57:06
-28,800
9c1cb487984dbc5f2fb7972e2b23abb018997911
feat(components): improve backtotop button appearance
[ { "change_type": "MODIFY", "diff": "position: fixed !important;\nright: 1rem;\n- bottom: 4rem;\n+ bottom: 8rem;\nz-index: 100;\nwidth: 3rem;\nheight: 3rem;\n- padding: 8px;\n+ padding: 0.5rem;\nborder-radius: 1rem;\n- background-color: var(--white);\n+ background-color: var(--c-bg, #fff);\nbox-shadow: 2px 2...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(components): improve backtotop button appearance
1
feat
components
386,584
11.02.2022 10:58:58
-7,200
2f6189b6405ccaa1e0ffbf055669970f60300476
fix(actions-core): Added testContext for action testing.
[ { "change_type": "MODIFY", "diff": "@@ -2792,7 +2792,9 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"packageLocation\": \"./packages/plugins/actions/actions-core/\",\n\"packageDependencies\": [\n[\"@lowdefy/actions-core\", \"workspace:packages/plugins/actions/actions-core\"],\n+ [\"@lowdefy/...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Added testContext for action testing.
1
fix
actions-core
847,143
11.02.2022 11:00:34
-28,800
475aeb713491b21badac28fc0e6bbb759b7fb1d1
fix(theme): fix NavScreen closes issue
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,9 @@ import {\nref,\nonBeforeUnmount,\nonMounted,\n+ watch,\n} from \"vue\";\n+import { useRoute } from \"vue-router\";\nimport { useThemeData } from \"@theme-hope/composables\";\nimport NavScreenLinks from \"@theme-hope/module/navbar/components/NavScreenLinks\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix NavScreen closes issue
1
fix
theme
815,598
11.02.2022 11:00:37
-28,800
7b58c8913615556b2f328cec82f2e90a41835073
chore: ignore default.db-options
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ tags\n# runtime folder\n/ckb.toml\n/ckb-miner.toml\n+/default.db-options\n/data\n/specs\n/ckb-dev\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -227,7 +227,7 @@ ${GEN_MOL_OUT_DIR}/pro...
Rust
MIT License
nervosnetwork/ckb
chore: ignore default.db-options
1
chore
null
386,584
11.02.2022 11:01:00
-7,200
ae202f2d1db7f5e56c60d4da384c2f15d8a53a18
fix(actions-core): Updated ScrollTo action tests.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Updated ScrollTo action tests.
1
fix
actions-core
847,143
11.02.2022 11:09:48
-28,800
7278401e8154693debc26e9be03732859231c9d3
fix(md-enhance): fix container line height and code block
[ { "change_type": "MODIFY", "diff": "}\np {\n- line-height: 1.25;\n+ line-height: 1.5;\n}\na {\ncolor: var(--c-brand, #3eaf7c);\n}\n+\n+ div[class*=\"language-\"] {\n+ margin-left: 0 !important;\n+ margin-right: 0 !important;\n+ }\n}\n&.info {\n", "new_path": "packages/md-enhance/src/client/styles/contai...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): fix container line height and code block
1
fix
md-enhance
503,933
11.02.2022 11:11:20
18,000
89da91dfd3a9e7af8ee26f8b6b5ac01c5b2487d4
fix(Select): Fixed so that view more btn click does not close the menu in React 16
[ { "change_type": "MODIFY", "diff": "@@ -1006,6 +1006,7 @@ export class Select extends React.Component<SelectProps & OUIAProps, SelectState\nonClick={e => {\nthis.clearSelection(e);\nonClear(e);\n+ e.stopPropagation();\n}}\naria-label={clearSelectionsAriaLabel}\ntype=\"button\"\n", "new_path": "packages/...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): Fixed so that view more btn click does not close the menu in React 16 (#6922) Co-authored-by: Titani <tlabaj@redaht.com>
1
fix
Select
386,584
11.02.2022 11:19:16
-7,200
ccf4fd14c3a112f74d89939166db0e17972c95a7
fix(actions-core): Updated Throw action tests to use new plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Updated Throw action tests to use new plugin config.
1
fix
actions-core
306,338
11.02.2022 11:20:21
-3,600
c935a048e439ce7c88b3e6480e79db2b59997a8b
feat(aws): Add new aws_s3_bucket_acl resource Terraform-provider-aws v4.0.0 introduced the new resource and made `acl` attribute on aws_s3_bucket read only.
[ { "change_type": "MODIFY", "diff": "@@ -327,6 +327,7 @@ var FreeResources = []string{\n// AWS S3\n\"aws_s3_access_point\",\n\"aws_s3_account_public_access_block\",\n+ \"aws_s3_bucket_acl\",\n\"aws_s3_bucket_metric\",\n\"aws_s3_bucket_notification\",\n\"aws_s3_bucket_object\", // Costs are shown at the bucke...
Go
Apache License 2.0
infracost/infracost
feat(aws): Add new aws_s3_bucket_acl resource Terraform-provider-aws v4.0.0 introduced the new resource and made `acl` attribute on aws_s3_bucket read only.
1
feat
aws
711,597
11.02.2022 11:24:46
-3,600
42732b7168873c0cabb0149885cb7d4494579cf2
docs: Additional note on multi-tenant docs Relates to
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,12 @@ In the Admin UI, you can switch between active Channels using the switcher compo\nFor example, switching to the `ace-parts` Channel, and then creating a new Product will assign that new Product to the `ace-parts` Channel (_and_ the default Channel, sinc...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Additional note on multi-tenant docs Relates to #1392
1
docs
null
386,584
11.02.2022 11:25:20
-7,200
abb74afc8e68e32960cb1c50f7930e79bbcfbed8
fix(actions-core): Updated Wait action tests to use new plugin config.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(actions-core): Updated Wait action tests to use new plugin config.
1
fix
actions-core
104,828
11.02.2022 11:39:43
-3,600
748cf14f25bf11a77fab0405827d66b0621ea94f
docs(table): fix spellink and link in mdx
[ { "change_type": "MODIFY", "diff": "@@ -3,13 +3,13 @@ View the full Table documentation [here](/docs/1-watson-iot-table--playground)\n## Row nesting\nThe `Table` components support nested rows by setting `options.hasRowNesting` to true.\n-This will add toggle expand button to each row that has additional ro...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): fix spellink and link in mdx
1
docs
table
418,594
11.02.2022 11:42:42
-28,800
d4bba88e96112aa54b64c1f384ecb868a5fd1f45
doc: import the missing `Post` decorator
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export class HomeController {\n```typescript\n// src/controller/home.ts\n-import { Controller, Get } from '@midwayjs/decorator';\n+import { Controller, Get, Post } from '@midwayjs/decorator';\n@Controller('/')\nexport class HomeController {\n", "new_...
TypeScript
MIT License
midwayjs/midway
doc: import the missing `Post` decorator (#1687)
1
doc
null
847,143
11.02.2022 11:42:45
-28,800
5bddcda68f7208fb02819a71d05c5479b860f295
feat(comment2): optimize options
[ { "change_type": "MODIFY", "diff": "@@ -5,13 +5,11 @@ icon: config\n## type\n-- Type: `'valine' | 'vssue' | 'disable'`\n-- Required: true\n+- Type: `'waline' | 'none'`\n+- Default: `'none'`\nComment service provider.\n-Setting it to `'disable'` will only disable the comment feature.\n-\n## comment\n- Type: ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(comment2): optimize options
1
feat
comment2
777,385
11.02.2022 12:00:51
28,800
7a12f148ae51d963da0eb43384afd36e44f0c3ce
chore: test pytorch gradient aggregation
[ { "change_type": "MODIFY", "diff": "import sys\n-from typing import Callable\n+from typing import Callable, List\nimport pytest\n@@ -165,6 +165,58 @@ def test_pytorch_native_api() -> None:\nexp.wait_for_experiment_state(exp_id, \"COMPLETED\")\n+@pytest.mark.parallel\n+def test_pytorch_gradient_aggregation()...
Python
Apache License 2.0
determined-ai/determined
chore: test pytorch gradient aggregation DET-793 (#3602)
1
chore
null
730,514
11.02.2022 12:01:19
18,000
78ceee3ec5a468b47f7c2a16445b1ae1f35987d7
feat(dependencies): add ts dependencies
[ { "change_type": "MODIFY", "diff": "Binary files a/package-lock.json and b/package-lock.json differ\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff": "\"@babel/template\": \"^7.14.5\",\n\"@babel/traverse\": \"^7.14.9\",\n\"@babel/t...
JavaScript
MIT License
webex/webex-js-sdk
feat(dependencies): add ts dependencies
1
feat
dependencies
730,514
11.02.2022 12:01:58
18,000
0f85a216f1c087e7d3a6c4a2f3d7b8c3277acc2d
feat(tooling): add ts build flow
[ { "change_type": "MODIFY", "diff": "{\n\"plugins\": [\n- [\n- \"@babel/plugin-transform-runtime\",\n- {\n- \"corejs\": 2\n- }\n- ],\n[\n\"@babel/plugin-proposal-decorators\",\n{\n\"maintained node versions\"\n]\n}\n- ]\n+ ],\n+ \"@babel/preset-typescript\"\n],\n\"sourceMaps\": true\n}\n", "new_path": "b...
JavaScript
MIT License
webex/webex-js-sdk
feat(tooling): add ts build flow
1
feat
tooling
865,926
11.02.2022 12:03:12
-3,600
5e422c4dc2822c56a2ff1bd20a18471827528936
chore(CHANGELOG): fix typos
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ ___Note:__ Yet to be released changes appear here._\n### BPMN\n* `FEAT`: support drilldown into subprocesses ([#1443](https://github.com/bpmn-io/bpmn-js/issues/1443))\n-* `FEAT`: support linting in platform diagrams ([2625](https://github.com/camunda/cam...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): fix typos
1
chore
CHANGELOG
865,926
11.02.2022 12:04:21
-3,600
42b0f17619dc0b3f2e6c0b6d3f9ee732323db381
chore(CHANGELOG): fix parentheses
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ ___Note:__ Yet to be released changes appear here._\n### BPMN\n-* `FEAT`: support Camunda Cloud 1.4 ([#2524](https://github.com/camunda/camunda-modeler/issues/2524)), ([#2641](https://github.com/camunda/camunda-modeler/issues/2641))\n+* `FEAT`: support C...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): fix parentheses
1
chore
CHANGELOG
276,951
11.02.2022 12:10:10
10,800
5ab330054edd66ef8142059d4d5930b2723b04e0
refactor(header): change Header Component and add GympassLogo Component
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ The header can have a children with components that you want to put inside.\nconst LeftContent = styled.div`\ndisplay: flex;\nflex-grow: 3;\n+ padding-left: 48px;\n`;\nconst RightContent = styled.div`\n@@ -50,7 +51,7 @@ const RightContent = styled.div`\n...
JavaScript
MIT License
gympass/yoga
refactor(header): change Header Component and add GympassLogo Component
1
refactor
header
386,584
11.02.2022 12:10:31
-7,200
f9333e5a4fd3e7a47100000de1c9ee70488f37ca
feat(actions-core): Added CallMethod action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added CallMethod action test.
1
feat
actions-core
847,143
11.02.2022 12:12:02
-28,800
fca1759a3a2c07a526f7ac76f7cb1ebb34e19da9
chore(md-enhance): update option jsdoc
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ You can pass these options to the plugin:\n- Type: `boolean`\n- Default: `false`\n-Enable all features.\n+Whether to enable all features.\n::: danger\n@@ -26,46 +26,39 @@ Please use the options below and enable ONLY the feature you want to use.\n:::\n-##...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(md-enhance): update option jsdoc
1
chore
md-enhance
276,951
11.02.2022 12:20:05
10,800
2d3533f694b056b60c2386c35c60a22e162d081b
test(header): update snapshots
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\nexports[`<Header /> should match snapshot 1`] = `\n-.c1 {\n- margin-right: 20px;\n- width: 80px;\n-}\n-\n.c0 {\nbackground-color: #FFFFFF;\nbox-shadow: 0 5px 5px -3px rgba(152,152,166,0.2),0 8px 10px 1px rgba(152,152,166,0.14),0...
JavaScript
MIT License
gympass/yoga
test(header): update snapshots
1
test
header
386,584
11.02.2022 12:30:31
-7,200
d04cc031d9e831c18f01b96a1ae7a05851d92cb6
feat(actions-core): Added Link action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Link action test.
1
feat
actions-core
386,584
11.02.2022 12:34:08
-7,200
ba6ac71731b24c3a003585b5fe4ab4763c40e186
feat(actions-core): Added Login action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Login action test.
1
feat
actions-core
386,584
11.02.2022 12:36:18
-7,200
b67e77d56c415b9349b84b31a49d505dda2af2ff
feat(actions-core): Added Logout action test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\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+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(actions-core): Added Logout action test.
1
feat
actions-core