author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
386,588
09.02.2022 13:58:45
-7,200
f78405f48602f97b6954ceb07bf2e9dfb5bf5e7a
fix(operators-js): Update request tests.
[ { "change_type": "MODIFY", "diff": "*/\nimport { WebParser } from '@lowdefy/operators';\n+import _request from './request.js';\n+\n+const operators = {\n+ _request,\n+};\nconst arrayIndices = [1];\n@@ -30,7 +35,23 @@ const context = {\n},\neventLog: [{ eventLog: true }],\nid: 'id',\n- requests: [{ requests:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators-js): Update request tests.
1
fix
operators-js
386,588
09.02.2022 14:03:12
-7,200
6b5d8c81b1a14a98c0dfc0f4febb87f0fb6f6ba0
fix(operators-nunjucks): Fix tests.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { NodeParser, WebParser } from '@lowdefy/operators';\n+import { NodeParser } from '@lowdefy/operators';\n+import _nunjucks from './nunjucks.js';\n-const arrayIndices = [1];\n-\n-const context = {\n- _internal: {\n- lowdefy: {\n-...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators-nunjucks): Fix tests.
1
fix
operators-nunjucks
865,922
09.02.2022 14:08:35
-3,600
e6e715c22022e537f22e90bc2308e610c31a110a
feat(usageStatistics): track userTask formRef implementation
[ { "change_type": "MODIFY", "diff": "@@ -358,11 +358,11 @@ describe('<DeploymentEventHandler>', () => {\nconst metrics = onSend.getCall(0).args[0].diagramMetrics;\nexpect(metrics.tasks.userTask).to.eql({\n- count: 9,\n+ count: 10,\nform: {\n- count: 7,\n+ count: 8,\nembedded: 3,\n- camundaForms: 1,\n+ camund...
JavaScript
MIT License
camunda/camunda-modeler
feat(usageStatistics): track userTask formRef implementation
1
feat
usageStatistics
777,354
09.02.2022 14:13:06
28,800
fdfb255623682d44e8f7e4a9b7ed916ffcbf95c4
fix: update K8s slotsUsed value
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ func (k *kubernetesResourceManager) summarizeDummyResourcePool(\nNumAgents: int32(pods.NumAgents),\nSlotType: k.config.SlotType.Proto(),\nSlotsAvailable: int32(pods.SlotsAvailable),\n- SlotsUsed: int32(k.agent.numUsedSlots()),\n+ SlotsUsed: int32(slots...
Python
Apache License 2.0
determined-ai/determined
fix: update K8s slotsUsed value [DET-6704] (#3600)
1
fix
null
126,276
09.02.2022 14:20:48
10,800
f601c4ad699cc0dad4bc6f12b35bc1918cd72daf
chore(embedded/tbtree): open-ranged nodes
[ { "change_type": "MODIFY", "diff": "@@ -470,7 +470,6 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\nReadAtFn: func(bs []byte, off int64) (int, error) {\nbuff := []byte{\ntbtree.LeafNodeType,\n- 0, 0, 0, 0,\n0, 0, 0, 1, // One node\n0, 0, 0, 1, // Key size\n'k', // key\n", "new_path": "embedded/store/...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): open-ranged nodes Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
841,455
09.02.2022 14:24:58
-10,800
5bb6bd71b6aa5dbdde62842c34e9ef6742968650
feat(es/lints): Implement `dot-notation` rule
[ { "change_type": "MODIFY", "diff": "@@ -2922,9 +2922,12 @@ dependencies = [\nname = \"swc_ecma_lints\"\nversion = \"0.14.1\"\ndependencies = [\n+ \"ahash\",\n\"auto_impl\",\n+ \"dashmap\",\n\"parking_lot\",\n\"rayon\",\n+ \"regex\",\n\"serde\",\n\"swc_atoms\",\n\"swc_common\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
feat(es/lints): Implement `dot-notation` rule (#3481)
1
feat
es/lints
317,646
09.02.2022 14:31:51
-3,600
b3d9981eecfbdd85c52ee94863443c015ee2ea0b
feat(terraform): add version information resolves
[ { "change_type": "MODIFY", "diff": "@@ -27,12 +27,17 @@ This requires a terraform binary in your PATH and will only show in directories\n}\n```\n+## Properties\n+\n+- fetch_version: `boolean` - fetch the version information from `versions.tf`, `main.tf` or `terraform.tfstate` -\n+defaults to `false`\n+\n## ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(terraform): add version information resolves #1455
1
feat
terraform
126,276
09.02.2022 14:49:38
10,800
1652d3a2ce2d9b1a5bdcf0d68030726e8c4fa3eb
chore(embedded/tbtree): reduce fixed records length
[ { "change_type": "MODIFY", "diff": "@@ -470,10 +470,10 @@ func TestImmudbStoreEdgeCases(t *testing.T) {\nReadAtFn: func(bs []byte, off int64) (int, error) {\nbuff := []byte{\ntbtree.LeafNodeType,\n- 0, 0, 0, 1, // One node\n- 0, 0, 0, 1, // Key size\n+ 0, 1, // One node\n+ 0, 1, // Key size\n'k', // key\n- ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): reduce fixed records length Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
869,309
09.02.2022 14:53:38
-3,600
7fde3c3a0b7a1ffc3b9a6543843e67a9cb8f9ac4
fix: remove abit
[ { "change_type": "DELETE", "diff": "-const Driver = require('../models/driver');\n-const request = require('../lib/request');\n-const Ticker = require('../models/ticker');\n-const { parseToFloat, flatMap } = require('../lib/utils');\n-\n-process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0;\n-\n-/**\n- * @memberof ...
JavaScript
MIT License
coinranking/exchanges
fix: remove abit
1
fix
null
869,309
09.02.2022 15:02:40
-3,600
252dd696da4f2dafb398d8b2949378d128d7141e
fix: prevent warnings in logs now ssl tricks are no longer needed
[ { "change_type": "MODIFY", "diff": "-const tls = require('tls');\nconst Driver = require('../models/driver');\nconst request = require('../lib/request');\nconst Ticker = require('../models/ticker');\nconst { parseToFloat } = require('../lib/utils');\n-// Solves HTTPS errors\n-process.env.NODE_TLS_REJECT_UNA...
JavaScript
MIT License
coinranking/exchanges
fix: prevent warnings in logs now ssl tricks are no longer needed
1
fix
null
847,143
09.02.2022 15:16:23
-28,800
62b47079c24025ba00fb6886ac716659b5b3b2ee
fix(theme): fix PageAnchor headings
[ { "change_type": "MODIFY", "diff": "@@ -9,40 +9,43 @@ import type { PropType, VNode } from \"vue\";\nimport \"../styles/page-anchor.scss\";\n-interface AnchorItem {\n- text: string;\n- level?: number;\n- link: string;\n-}\n-\n-const renderLink = ({ text, link, level }: AnchorItem): VNode =>\n+const renderHe...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix PageAnchor headings
1
fix
theme
847,143
09.02.2022 15:18:23
-28,800
6d1fe4d6b648a6ab41458d467abf32de3121fdb9
fix(md-enhance): fix footnote position on mobile
[ { "change_type": "MODIFY", "diff": "margin-top: calc(0rem - var(--navbar-height));\npadding-top: calc(var(--navbar-height) + 0.5rem);\n+ @media (max-width: hope-config.$pad) {\n+ margin-top: calc(0rem - var(--navbar-mobile-height));\n+ padding-top: calc(var(--navbar-mobile-height) + 0.5rem);\n+ }\n+\n& > p ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): fix footnote position on mobile
1
fix
md-enhance
847,143
09.02.2022 15:18:48
-28,800
9d21c4717db85df4a5233831e39503689417b138
chore(demo): update markdown
[ { "change_type": "MODIFY", "diff": "@@ -200,7 +200,7 @@ cond(no)->e\n- [View Detail](https://vuepress-theme-hope.github.io/guide/markdown/flowchart/)\n-## Mermaid\n+### Mermaid\n```mermaid\ngraph TD;\n", "new_path": "demo/src/guide/markdown.md", "old_path": "demo/src/guide/markdown.md" } ]
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(demo): update markdown
1
chore
demo
428,449
09.02.2022 15:23:57
18,000
3807d013e62926e315305e496629e218adea8fc7
test(NODE-3885): update spec tests to remove legacy language
[ { "change_type": "MODIFY", "diff": "}\n},\n{\n- \"description\": \"InsertOne succeeds after NotMaster\",\n+ \"description\": \"InsertOne succeeds after NotWritablePrimary\",\n\"failPoint\": {\n\"configureFailPoint\": \"failCommand\",\n\"mode\": {\n}\n},\n{\n- \"description\": \"InsertOne succeeds after NotM...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
test(NODE-3885): update spec tests to remove legacy language (#3139)
1
test
NODE-3885
877,037
09.02.2022 15:29:24
-3,600
5c1437a9b7237402b1344eff4bf3d375eb43c21b
fix(style): move import style into <style> element
[ { "change_type": "MODIFY", "diff": "<script>\n- import '@vtmn/css-button';\nimport { cn } from '../utils/classnames';\n/** @restProps { button } */\n<span class={`vtmx-${iconRight}`} />\n{/if}\n</button>\n+\n+<style lang=\"css\">\n+ @import '@vtmn/css-button';\n+</style>\n", "new_path": "packages/source...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(style): move import style into <style> element (#960)
1
fix
style
471,403
09.02.2022 15:32:17
-3,600
fbceaf84ad96d8463998fc88d7b4d9c85e362ced
chore: add a few packages to release config
[ { "change_type": "MODIFY", "diff": "\"packages/opentelemetry-browser-extension-autoinjection\": {},\n\"packages/opentelemetry-host-metrics\": {},\n\"packages/opentelemetry-id-generator-aws-xray\": {},\n+ \"packages/opentelemetry-propagation-utils\": {},\n\"packages/opentelemetry-test-utils\": {},\n\"plugins...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: add a few packages to release config (#873)
1
chore
null
847,143
09.02.2022 15:42:41
-28,800
03a894303de84a26f4c6a96d6c1976fa39159b2f
fix(theme): fix sidebar nav dropdown
[ { "change_type": "MODIFY", "diff": "@@ -45,12 +45,11 @@ export default defineComponent({\nconst isLastItemOfArray = <T>(item: T, arr: T[]): boolean =>\narr[arr.length - 1] === item;\n- return (): VNode =>\n- h(\"div\", { class: [\"mobile-dropdown-wrapper\", { open: open.value }] }, [\n+ return (): VNode[] =...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix sidebar nav dropdown
1
fix
theme
756,029
09.02.2022 15:46:01
28,800
ca389da35880130c0d5b4362aab47e72a9a84238
chore: Remove promise-kit
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-### [0.2.29](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.2.28...@agoric...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Remove promise-kit
1
chore
null
160,177
09.02.2022 15:48:18
-28,800
fb1222cab48086adc34ca6999aac42940956557e
docs: custom textPosition
[ { "change_type": "MODIFY", "diff": "@@ -9,31 +9,52 @@ const lf = new LogicFlow({\nheight: 500\n})\n-class MyGroup extends GroupNode.view {\n-}\n+\n+class MyGroup extends GroupNode.view {}\nclass MyGroupModel extends GroupNode.model {\ninitNodeData(data) {\nsuper.initNodeData(data);\nthis.isRestrict = true;\...
TypeScript
Apache License 2.0
didi/logicflow
docs: custom textPosition
1
docs
null
847,143
09.02.2022 15:54:35
-28,800
d82fc48d558cb9eea3c43607d3479a76556be647
feat(components): update backToTop icon
[ { "change_type": "MODIFY", "diff": "@@ -78,11 +78,14 @@ export const WordIcon: FunctionalComponent = () =>\nWordIcon.displayName = \"WordIcon\";\nexport const BacktoTopIcon: FunctionalComponent = () =>\n- h(IconBase, { name: \"back-to-top\" }, () =>\n+ h(IconBase, { name: \"back-to-top\" }, () => [\nh(\"pat...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(components): update backToTop icon
1
feat
components
915,146
09.02.2022 15:58:19
-19,080
c47f537a301a7d63592c34e7f0362fcbd460d71c
fix: revert back to PATs
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ jobs:\nsteps:\n- uses: ory/ci/sdk/generate@master\nwith:\n- token: ${{ github.token }}\n+ token: ${{ secrets.ORY_BOT_PAT }}\napp-name: Ory_Hydra\nswag-spec-ignore: internal/httpclient gopkg.in/square/go-jose.v2\nswag-spec-location: spec/api.json\n@@ -234...
Go
Apache License 2.0
ory/hydra
fix: revert back to PATs (#2977)
1
fix
null
386,588
09.02.2022 16:00:39
-7,200
708beacc11f8de1c09c7abef3fae724f74c70d6a
fix(operators-js): Update test name and license wording.
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ test('_and errors', () => {\n);\n});\n-test('_and calls NodeParser', async () => {\n+test('_and evaluated in NodeParser', async () => {\nconst input = { a: { _and: [true, true] } };\nconst parser = new NodeParser({ operators, payload: {}, secrets: {}, us...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators-js): Update test name and license wording.
1
fix
operators-js
847,143
09.02.2022 16:00:57
-28,800
3a57d58f557b475cbe5d7b92ea954a7cb1d83ebe
fix(theme): fix toggle button
[ { "change_type": "MODIFY", "diff": "* toggle dark button\n*/\n.toggle-dark-button {\n- display: flex;\n- margin: auto;\n+ padding: 6px;\nborder: 0;\nbackground: none;\n- color: var(--text-color);\n- opacity: 0.8;\n+ color: var(--dark-grey);\ncursor: pointer;\n&:hover {\n- opacity: 1;\n+ color: var(--theme-c...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix toggle button
1
fix
theme
276,982
09.02.2022 16:20:04
10,800
7a4de7152d7230716610a380a262718ad982789f
fix(header): fix gympass logo on header
[ { "change_type": "ADD", "diff": "+<svg width=\"129\" height=\"24\" viewBox=\"0 0 129 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M14.814 6.64083L18.1979 4.72868C17.0449 1.75711 14.1623 0 10.3021 0C3.93536 0 0 4.05685 0 9.97416C0 16.4341 5.21372 20 10.1768 20C14.7388 20 17.7216 17.80...
JavaScript
MIT License
gympass/yoga
fix(header): fix gympass logo on header
1
fix
header
756,013
09.02.2022 16:20:34
21,600
960aa173c33fedead0ff22e32971798c2f01a911
fix(cosmic-swingset): enforce consensusMode, not by sniffing `$DEBUG`
[ { "change_type": "MODIFY", "diff": "@@ -256,7 +256,9 @@ export default async function main(progname, args, { env, homedir, agcc }) {\nstateDir: stateDBDir,\n});\n- const consensusMode = env.DEBUG === undefined;\n+ // We want to make it hard for a validator to accidentally disable\n+ // consensusMode.\n+ con...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): enforce consensusMode, not by sniffing `$DEBUG`
1
fix
cosmic-swingset
386,584
09.02.2022 16:31:33
-7,200
ddd849e2de6b9691041d098fe53ace1db5940451
fix(engine): Updated callMethod action method 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 callMethod action method to use action & block plugin config.
1
fix
engine
386,584
09.02.2022 16:33:57
-7,200
c8524c6742d3f45109f15ace6e2d84b6114b92d8
fix(engine): Updated testContext to use rootBlock config.
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ const testContext = async ({ lowdefy, operators, rootBlock, initState = {} }) =>\n_internal.Actions = new Actions(ctx);\n_internal.Requests = new Requests(ctx);\n_internal.RootBlocks = new Blocks({\n- areas: { root: { blocks: [_internal.rootBlock] } },\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated testContext to use rootBlock config.
1
fix
engine
386,584
09.02.2022 16:43:55
-7,200
3bc1fa46bb5a1837bedb60079326559cbb961b9a
chore(engine): Updated callMethod action method to use action & block plugin config.
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,6 @@ test('CallMethod with no args, synchronous method', async () => {\nconst rootBlock = {\nid: 'block:root:root:0',\nblockId: 'root',\n- type: 'TextInput',\nmeta: {\ncategory: 'container',\n},\n@@ -131,7 +130,6 @@ test('CallMethod method return a promise', ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Updated callMethod action method to use action & block plugin config.
1
chore
engine
273,683
09.02.2022 16:56:19
-3,600
d6e34f4281657b4a4402de7d093aad02170fb420
perf: stream images while processing them
[ { "change_type": "MODIFY", "diff": "@@ -17,11 +17,11 @@ exports.processImage = async function ({\nreturn\n}\n+ await fs.ensureDir(path.dirname(destPath))\n+\nconst { ext } = path.parse(filePath)\nconst { backgroundColor, defaultQuality = 75 } = imagesConfig\n- const buffer = await fs.readFile(filePath)\n-\n...
JavaScript
MIT License
gridsome/gridsome
perf: stream images while processing them
1
perf
null
756,026
09.02.2022 16:59:54
28,800
ae80bc47db2d67825b227b55b8979c3dfa856746
chore: drop shareHolder Electorate support for the kind of attestations used here has bit-rotted. We're going to provide the same functionality in a different way, which may not be supported yet. We're deleting the code so it doesn't have to be considered by Restival. closes:
[ { "change_type": "DELETE", "diff": "-// @ts-check\n-\n-import { E } from '@agoric/eventual-send';\n-import { assertCopyArray, Far } from '@endo/marshal';\n-import { makeSubscriptionKit } from '@agoric/notifier';\n-import { makeStore } from '@agoric/store';\n-import { AmountMath, AssetKind } from '@agoric/er...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: drop shareHolder Electorate support for the kind of attestations used here has bit-rotted. We're going to provide the same functionality in a different way, which may not be supported yet. We're deleting the code so it doesn't have to be considered by Restival. closes: #4335
1
chore
null
386,584
09.02.2022 17:00:44
-7,200
1306698ebbd9fe6b41c77628da70c2b7f95a4e13
fix(engine): Updated link action method test to use action & block plugin config.
[ { "change_type": "MODIFY", "diff": "*/\nfunction createLink({ context }) {\n- return function link({ params }) {\n+ return function link(params) {\ncontext._internal.lowdefy._internal.link(params);\n};\n}\n", "new_path": "packages/engine/src/actions/link.js", "old_path": "packages/engine/src/actions...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated link action method test to use action & block plugin config.
1
fix
engine
386,584
09.02.2022 17:10:38
-7,200
4cbd863cfe8f2b325dc3e9bea4d54d1f4c1d97b7
fix(engine): Updated login 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 login action method test to use action & block plugin config.
1
fix
engine
386,584
09.02.2022 17:17:55
-7,200
e120fe88beb39fb59661151c15429c4d926782be
fix(engine): Updated logout 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 logout action method test to use action & block plugin config.
1
fix
engine
699,207
09.02.2022 17:25:02
25,200
72b2db538cf91e12867a7d0f64ef0736e60c37e6
fix(combobox/combobox-primitive): fix multiselect example and ref merge bug
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/combobox': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Combobox] Do not conditionally render the `useCombobox` hook inside the `Combobox` component.\n+\n+- passing a state object from `useCombobox` via props to the component caused unexpected side e...
TypeScript
MIT License
twilio-labs/paste
fix(combobox/combobox-primitive): fix multiselect example and ref merge bug (#2155)
1
fix
combobox/combobox-primitive
777,376
09.02.2022 17:30:46
18,000
5e5bf10973d403a00cdab28323a752af23d6a5fb
fix: update enterprise helm chart
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ spec:\n- name: determined-master-{{ .Release.Name }}\n{{ $image := \"determined-master\" }}\n{{- if .Values.enterpriseEdition -}}\n- {{ $image = \"determined-ee-master\" }}\n+ {{ $image = \"hpecaide-master\" }}\n{{- end -}}\n{{ $tag := (required \"A vali...
Python
Apache License 2.0
determined-ai/determined
fix: update enterprise helm chart [DET-6668] (#3578)
1
fix
null
273,683
09.02.2022 17:37:38
-3,600
c28ce78d5dfa3be86af243029e142b91d0850479
refactor: change info to log and dim infos
[ { "change_type": "MODIFY", "diff": "const path = require('path')\nconst autoBind = require('auto-bind')\nconst hirestime = require('hirestime')\n-const { info } = require('../utils/log')\n+const { info, log } = require('../utils/log')\nconst isRelative = require('is-relative')\nconst { version } = require('...
JavaScript
MIT License
gridsome/gridsome
refactor: change info to log and dim infos
1
refactor
null
841,385
09.02.2022 17:41:28
-10,800
8b438ea024661f344cb4af1160c3102a5d880ae6
test(css/parser): Add some tests from `postcss`
[ { "change_type": "ADD", "diff": "+@media screen {@content}\n+\n+@charset \"UTF-8\"\n", "new_path": "crates/swc_css_parser/tests/recovery/at-rule/no-semi/input.css", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"type\": \"Stylesheet\",\n+ \"span\": {\n+ \"start\": 0,\n+ \"e...
Rust
Apache License 2.0
swc-project/swc
test(css/parser): Add some tests from `postcss` (#3501)
1
test
css/parser
273,683
09.02.2022 17:47:49
-3,600
20eef84b80a91e5171575622be4487866898177a
chore: remove unused images when keeping dist
[ { "change_type": "MODIFY", "diff": "@@ -552,6 +552,7 @@ function normalizeImages (config = {}) {\ndefaultQuality: Joi.number().default(75).min(0).max(100),\nbackgroundColor: Joi.string().allow(null).default(null),\ndefaultBlur: Joi.number().default(defaultPlaceholder.defaultBlur),\n+ removeUnused: Joi.boole...
JavaScript
MIT License
gridsome/gridsome
chore: remove unused images when keeping dist
1
chore
null
317,720
09.02.2022 18:03:58
-28,800
0b85aba8d871614fecfddb69875b51a8da560752
fix: fix typo and remove redundant parentheses
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ type SegmentWriter interface {\nInit(props properties.Properties, env environment.Environment)\n}\n-// SegmentStyle the syle of segment, for more information, see the constants\n+// SegmentStyle the style of segment, for more information, see the constan...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: fix typo and remove redundant parentheses
1
fix
null
889,620
09.02.2022 18:23:26
-28,800
a8340e816b74a2be410a5102ea86b6d01be8369a
refactor: simplify JMS configuration
[ { "change_type": "MODIFY", "diff": "package org.gotson.komga.application.events\nimport org.gotson.komga.domain.model.DomainEvent\n-import org.gotson.komga.infrastructure.jms.QUEUE_SSE\n-import org.gotson.komga.infrastructure.jms.QUEUE_SSE_TYPE\n-import org.gotson.komga.infrastructure.jms.QUEUE_TYPE\n+impor...
Kotlin
MIT License
gotson/komga
refactor: simplify JMS configuration
1
refactor
null
71,080
09.02.2022 18:49:30
18,000
f2ea25aea490797e3bedd862a7afa314c3a521f0
docs: make error message more descriptive Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -267,7 +267,7 @@ class ImportedAccessPoint extends AccessPointBase {\npublic get fileSystem() {\nif (!this._fileSystem) {\n- throw new Error(\"fileSystem is not available when 'fromAccessPointId()' is used. Use 'fromAccessPointAttributes()' instead\");\n+ throw new Err...
TypeScript
Apache License 2.0
aws/aws-cdk
docs: make error message more descriptive (#18904) Fixes #18113. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
null
826,674
09.02.2022 18:59:28
-3,600
8beba60f3cb602ef0d5f704dcf90eb5d52a97820
feat: add new metrics server to keto
[ { "change_type": "MODIFY", "diff": "-name: Docker Image Scan\n+name: Docker Image Scanners\non:\npush:\nbranches:\n@@ -10,11 +10,17 @@ on:\n- 'master'\njobs:\n- docker:\n+ scanners:\nruns-on: ubuntu-latest\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n+ - name: Setup Env\n+ id: vars\n+ shell: bash\n...
Go
Apache License 2.0
ory/keto
feat: add new metrics server to keto (#832) Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
1
feat
null
756,013
09.02.2022 19:00:08
21,600
118fc21b62b8f03333831640c60d508b79790bd5
fix(cosmic-swingset): straighten out shutdown signals and exit code
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import anylogger from 'anylogger';\nconst console = anylogger('shutdown');\n-export const makeFreshShutdown = () => {\n+export const makeFreshShutdown = (verbose = true) => {\nconst shutdownThunks = new Set();\nlet shuttingDown = false;\n@@ -12,25 +12,27 @...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): straighten out shutdown signals and exit code
1
fix
cosmic-swingset
756,013
09.02.2022 19:01:07
21,600
e85dccdb445d213f3d85d2cd8a65bf65d61f84f0
fix(solo): kill off sim-chain child with `SIGTERM`
[ { "change_type": "MODIFY", "diff": "@@ -308,7 +308,7 @@ const deployWallet = async ({ agWallet, deploys, hostport }) => {\n// We turn off NODE_OPTIONS in case the user is debugging.\nconst { NODE_OPTIONS: _ignore, ...noOptionsEnv } = process.env;\n- let unregister;\n+ let unregisterShutdown = () => {};\ncon...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): kill off sim-chain child with `SIGTERM`
1
fix
solo
418,632
09.02.2022 19:01:46
-28,800
9680929b9b4e4e991970879c4925b513969453d2
fix: mock options
[ { "change_type": "MODIFY", "diff": "@@ -184,7 +184,7 @@ export async function createFunctionApp<\nif (options && options.imports) {\noptions.imports.unshift(serverlessModule);\n} else {\n- options = {};\n+ options = options || {};\noptions.imports = [serverlessModule];\n}\n}\n", "new_path": "packages/mo...
TypeScript
MIT License
midwayjs/midway
fix: mock options (#1681)
1
fix
null
418,677
09.02.2022 19:01:58
-28,800
c05df757bc8fd15d893d0dcf7455fc1b6a12d171
fix: swagger query/param bug
[ { "change_type": "MODIFY", "diff": "-import { Body, Controller, Fields, File, Files, Get, Inject, Param, Post, Query } from '@midwayjs/decorator';\n+import {\n+ Body,\n+ Controller,\n+ Fields,\n+ File,\n+ Files,\n+ Get,\n+ Inject,\n+ Param,\n+ Post,\n+ Query\n+} from '@midwayjs/decorator';\nimport {\nApiBas...
TypeScript
MIT License
midwayjs/midway
fix: swagger query/param bug (#1682)
1
fix
null
756,013
09.02.2022 19:02:29
21,600
8fafe57af019aae8ee6d57531cbafd4426d72b86
fix(solo): minor pipe reordering and refactoring
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,10 @@ import { makePromiseKit } from '@agoric/promise-kit';\nimport '@agoric/cosmic-swingset/src/anylogger-agoric.js';\nimport { connectToFakeChain } from '@agoric/cosmic-swingset/src/sim-chain.js';\n+import { makeShutdown } from '@agoric/cosmic-swingset/src/sh...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): minor pipe reordering and refactoring
1
fix
solo
551,701
09.02.2022 19:04:03
-3,600
fdac5e97e46b54bbfc6ab887b6d4ae83d4373189
chore(sql): fixed cast with index parse error
[ { "change_type": "MODIFY", "diff": "@@ -585,14 +585,14 @@ public final class SqlParser {\ncolumnCastModel.setType(type, columnName.position, columnType.position);\nif (ColumnType.isSymbol(type)) {\n- CharSequence tok = tok(lexer, \"'capacity', 'nocache', 'cache', 'index' or ')'\");\n+ CharSequence tok = tok...
Java
Apache License 2.0
questdb/questdb
chore(sql): fixed cast with index parse error (#1859)
1
chore
sql
756,031
09.02.2022 19:11:48
0
c1f3c1967be2e690033080eb22ae5ba42824bf3e
ci(deployment): limit loadgen task in integration CI job Avoid overloading the CI env so it can actually complete some tasks
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ then\nloadgen $(cat _agstate/agoric-servers/testnet-8000/ag-cosmos-helper-address)\nSDK_BUILD=0 SDK_SRC=/usr/src/agoric-sdk OUTPUT_DIR=\"$RESULTSDIR\" ./start.sh \\\n--no-stage.save-storage --stages=3 --stage.duration=4 \\\n+ --stage.loadgen.vault.interv...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(deployment): limit loadgen task in integration CI job Avoid overloading the CI env so it can actually complete some tasks
1
ci
deployment
756,031
09.02.2022 19:11:48
0
bae4ce82a044a7ff745b5fa40815a79e522ef5e8
feat(deployment): include short loadgen test in CI
[ { "change_type": "MODIFY", "diff": "name: Chain deployment test\non:\n- # Use the following to explicitly start thit workflow.\n+ # Use the following to explicitly start this workflow.\n# packages/deployment/scripts/start-deployment-test.sh <BRANCH-OR-TAG>\nworkflow_dispatch:\n# Otherwise, run on default br...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(deployment): include short loadgen test in CI
1
feat
deployment
756,031
09.02.2022 19:11:48
0
0c049b4ffdd51af2b3c39541a84f7f349027a10d
fix(deployment): use docker API instead of CLI
[ { "change_type": "MODIFY", "diff": "@@ -117,9 +117,20 @@ const makeProviders = ({ env, inquirer, wr, setup, fetch, needBacktick }) => ({\naskDetails: async (_provider, _myDetails) => {\nlet vspec = '';\n- const dockerInfo = await needBacktick(`docker info`);\n- const cgroupMatch = dockerInfo.match(/^\\s*Cgr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): use docker API instead of CLI
1
fix
deployment
494,371
09.02.2022 20:13:34
-3,600
17e0acc527cfbb703d9d44b776138da23b217ca4
fix: remove non-hermetic sprig functions Closes
[ { "change_type": "MODIFY", "diff": "@@ -94,12 +94,12 @@ func loadRemoteTemplate(ctx context.Context, d templateDependencies, url string,\nvar t Template\nif html {\n- t, err = htemplate.New(url).Funcs(sprig.HtmlFuncMap()).Parse(string(b))\n+ t, err = htemplate.New(url).Funcs(sprig.HermeticHtmlFuncMap()).Par...
Go
Apache License 2.0
ory/kratos
fix: remove non-hermetic sprig functions (#2201) Closes https://github.com/ory/kratos/issues/2087
1
fix
null
841,421
09.02.2022 20:31:32
-32,400
c10cbc4ecaaca8f5795de70c8bcf7feee455aaa4
chore(crates): Use bot account for publishing commits
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,6 @@ cargo metadata --offline --format-version 1 > /dev/null\n./scripts/crev/verify.sh\ngit add -A\n-git commit -m 'chore: Publish crates'\n+git commit --author=\"SWC Bot <bot@swc.rs>\" -m 'chore: Publish crates'\ngit push --no-verify\ncargo mono publish --no...
Rust
Apache License 2.0
swc-project/swc
chore(crates): Use bot account for publishing commits
1
chore
crates
841,421
09.02.2022 20:35:36
-32,400
edc46ccf939f8fd3ac49300085daf3b42d4ce841
chore(crates): Use bot account for commiitter
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,9 @@ cargo metadata --offline --format-version 1 > /dev/null\n# Ensure that dependencies are all verified\n./scripts/crev/verify.sh\n+export GIT_COMMITTER_NAME=\"SWC Bot\"\n+export GIT_COMMITTER_EMAIL=\"bot@swc.rs\"\n+\ngit add -A\ngit commit --author=\"SWC B...
Rust
Apache License 2.0
swc-project/swc
chore(crates): Use bot account for commiitter
1
chore
crates
304,860
09.02.2022 21:09:25
-3,600
f717e059924b8bdd59fa1f1de0e0ef18a97485db
refactor: Use TransformationSet's methods instead of iterating `TransformationSet`'s implementation does the iteration automatically
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,5 @@ func (s *sourceIterator) Run(ctx context.Context) {\nerr := s.iterator.Do(ctx, func(tbl flux.Table) error {\nreturn s.ts.Process(s.id, tbl)\n})\n- for _, t := range s.ts {\n- t.Finish(s.id, err)\n- }\n+ s.ts.Finish(s.id, err)\n}\n", "new_path": "ex...
Go
MIT License
influxdata/flux
refactor: Use TransformationSet's methods instead of iterating (#4464) `TransformationSet`'s implementation does the iteration automatically
1
refactor
null
826,652
09.02.2022 21:19:06
-3,600
816bd77e156ee21eb35c887f00aea8f22cb8d956
ci: push buf gen to correct branch
[ { "change_type": "MODIFY", "diff": "@@ -283,23 +283,30 @@ jobs:\ngit config --local user.email \"60093411+ory-bot@users.noreply.github.com\"\ngit config --local user.name \"ory-bot\"\ngit add proto\n- git commit -a -m \"autogen: build buf\" && git push \"https://${GITHUB_ACTOR}:${ORY_BOT_PAT}@github.com/${G...
Go
Apache License 2.0
ory/keto
ci: push buf gen to correct branch
1
ci
null
826,652
09.02.2022 21:22:04
-3,600
c55d8cc12ea9378203272c5dbc0a51369f6f530a
ci: fix token input
[ { "change_type": "MODIFY", "diff": "@@ -298,7 +298,7 @@ jobs:\nrepository: ory/docs\npath: docs\nfetch-depth: 0\n- token: ${{ inputs.token }}\n+ token: ${{ secrets.ORY_BOT_PAT }}\n- if: ${{ github.ref_name == 'master' || github.ref_type == 'tag' }}\nname: Push generated files to ory/docs\nenv:\n", "new_...
Go
Apache License 2.0
ory/keto
ci: fix token input
1
ci
null
915,289
09.02.2022 21:31:15
-3,600
2cd6282682494a153436c8429ccfdd3279f28eef
chore: bump sprig version
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1\nrequire (\ngithub.com/Azure/azure-pipeline-go v0.2.2\ngithub.com/Azure/azure-storage-blob-go v0.9.0\n- github.com/Masterminds/sprig/v3 v3.1.0\n+ github.com/Masterminds/sprig/v...
Go
Apache License 2.0
ory/oathkeeper
chore: bump sprig version (#917)
1
chore
null
915,255
09.02.2022 21:39:19
-3,600
729fadc524560b9c3f7463b1ed1c78b550fda23a
ci: remove docs/build from cci
[ { "change_type": "MODIFY", "diff": "@@ -76,15 +76,6 @@ workflows:\nonly: /.*/\nbranches:\nignore: /.*/\n- - docs/build:\n- swag-spec-location: spec/api.json\n- requires:\n- - test\n- filters:\n- tags:\n- only: /.*/\n- branches:\n- only: master\n-\ngoreleaser/release:\nrequires:\n", "new_path": ".circlec...
Go
Apache License 2.0
ory/oathkeeper
ci: remove docs/build from cci
1
ci
null
826,652
09.02.2022 21:45:20
-3,600
6c1bbf86737e4637274ad951827a906345ab901d
ci: resolve buf docs sync
[ { "change_type": "MODIFY", "diff": "@@ -107,16 +107,6 @@ jobs:\ntoken: ${{ secrets.ORY_BOT_PAT }}\napi-spec-location: spec/api.json\nconfig-spec-location: .schema/config.schema.json\n- - env:\n- GITHUB_TOKEN: ${{ inputs.token }}\n- run: |\n- cp \"current-repo/docs/.generated/proto-api.mdx\" \"docs/docs/keto...
Go
Apache License 2.0
ory/keto
ci: resolve buf docs sync
1
ci
null
847,143
09.02.2022 22:00:49
-28,800
b004d521adc0f99296934a323ce77f2842153fbe
refactor: update ref type
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ export default defineComponent({\nsetup(_props, { slots }) {\nconst route = useRoute();\n- const container = ref<HTMLElement | null>(null);\n+ const container = ref<HTMLElement>();\nconst instance = ref<LightGallery | null>(null);\nlet id: number;\n", ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor: update ref type
1
refactor
null
847,143
09.02.2022 22:08:49
-28,800
aae4e66f683406d3db7c7de8c1f07e777dabba39
feat(theme): add skip link component
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ export default defineComponent({\nreturn (): VNode =>\nh(\n\"main\",\n- { class: \"page\" },\n+ { class: \"page\", id: \"main-content\" },\nisEncrypted.value\n? h(PasswordModal, { onVerify: validateToken })\n: [\n", "new_path": "packages/theme/src/cl...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add skip link component
1
feat
theme
306,338
09.02.2022 22:41:26
-3,600
637d442fea3f4471d2b5de122dada18b8ff6a130
feat: Add commenting for Bitbucket Server/Data Center
[ { "change_type": "MODIFY", "diff": "@@ -116,9 +116,10 @@ func commentBitbucketCmd(ctx *config.RunContext) *cobra.Command {\n_ = cmd.RegisterFlagCompletionFunc(\"behavior\", func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {\nreturn validCommentBitbucketBehavior...
Go
Apache License 2.0
infracost/infracost
feat: Add commenting for Bitbucket Server/Data Center
1
feat
null
841,509
09.02.2022 22:57:42
28,800
bc250262f2af38086eeed59e4d42d14ff44d5b83
feat(plugin): implement proxy for `Mark` and `SyntaxContext`
[ { "change_type": "MODIFY", "diff": "//! and definition contexts*. J. Funct. Program. 22, 2 (March 2012), 181-216.\n//! DOI=10.1017/S0956796812000093 <https://doi.org/10.1017/S0956796812000093>\n+#[allow(unused)]\nuse std::{\ncollections::{HashMap, HashSet},\nfmt,\n@@ -43,6 +44,7 @@ impl<'a> arbitrary::Arbit...
Rust
Apache License 2.0
swc-project/swc
feat(plugin): implement proxy for `Mark` and `SyntaxContext` (#3511)
1
feat
plugin
847,143
09.02.2022 23:00:34
-28,800
c5a8df075344f58db51f4b6f3145f7be90670fb7
test: update demo config file
[ { "change_type": "MODIFY", "diff": "-import type { UserConfig } from \"@vuepress/cli\";\n+import { defineUserConfig } from \"@vuepress/cli\";\nimport type { DefaultThemeOptions } from \"@vuepress/theme-default\";\n-const config: UserConfig<DefaultThemeOptions> = {\n+export default defineUserConfig<DefaultTh...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
test: update demo config file
1
test
null
847,143
09.02.2022 23:04:31
-28,800
c48c19991edd3c984ce5f1c5d5c765fdfe2d1f32
chore(theme): remove unused config
[ { "change_type": "DELETE", "diff": "-import { fs, path } from \"@vuepress/utils\";\n-import { rollupTypescript, rollupVue } from \"../../scripts/rollup\";\n-\n-const deepReadDir = (base, dir = \"\") => {\n- const dirPath = path.resolve(base, dir);\n- const files = fs.readdirSync(dirPath);\n-\n- return files...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(theme): remove unused config
1
chore
theme
847,143
09.02.2022 23:05:24
-28,800
b9286a40b0dd0cb540f5d91cecde43a3dddad376
style: fix markdown linter
[ { "change_type": "MODIFY", "diff": "@@ -53,8 +53,12 @@ $$\n## Playground\n+<!-- markdownlint-disable -->\n+\n<KatexPlayground />\n+<!-- markdownlint-restore -->\n+\n## Tutorial\n### Operator\n", "new_path": "docs/md-enhance/src/guide/tex.md", "old_path": "docs/md-enhance/src/guide/tex.md" } ]
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
style: fix markdown linter
1
style
null
847,143
09.02.2022 23:06:51
-28,800
59d3dffdfa1b67b1aae041ab0dfbb394bcbd74f7
ci: update test workflow
[ { "change_type": "MODIFY", "diff": "@@ -60,14 +60,6 @@ jobs:\nNODE_OPTIONS: --max_old_space_size=4096\nrun: yarn run build\n- - name: Linter test\n- run: |\n- yarn run lint:check\n- yarn run lint:md\n-\n- - name: Unit test\n- run: yarn run test\n-\n- name: Webpack Demo build\nrun: |\nyarn run demo:webpack-b...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
ci: update test workflow
1
ci
null
603,467
10.02.2022 00:09:39
0
ea2636d0a0990edd3a7eb7908e7e1f8a38669293
ci(whitesource): enabled whitesource for master and main branches
[ { "change_type": "MODIFY", "diff": "{\n\"scanSettings\": {\n- \"baseBranches\": []\n+ \"baseBranches\": [ \"master\", \"main\" ]\n},\n\"checkRunSettings\": {\n\"vulnerableCheckRunConclusionLevel\": \"failure\",\n", "new_path": ".whitesource", "old_path": ".whitesource" }, { "change_type": "M...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(whitesource): enabled whitesource for master and main branches
1
ci
whitesource
603,467
10.02.2022 00:33:41
0
a6a45e09d3dfd2073a84568af37418ba48a49269
chore(deps): bumped tiny-types
[ { "change_type": "MODIFY", "diff": "\"cuid\": \"^2.1.8\",\n\"express\": \"^4.17.2\",\n\"morgan\": \"^1.10.0\",\n- \"tiny-types\": \"^1.16.1\"\n+ \"tiny-types\": \"^1.17.0\"\n}\n}\n", "new_path": "examples/calculator-app/package.json", "old_path": "examples/calculator-app/package.json" }, { "...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps): bumped tiny-types
1
chore
deps
251,188
10.02.2022 00:38:11
-10,800
29db4d612ab92ae6ba82ad840414b70ee21fd7be
chore: fix login form values
[ { "change_type": "MODIFY", "diff": "@@ -402,40 +402,65 @@ public abstract class BaseTest {\nSystem.out.println(\"authenticateResourceOwnerAndGrantAccess: authorizationRequestUrl:\" + authorizationRequestUrl);\nnavigateToAuhorizationUrl(currentDriver, authorizationRequestUrl);\n-\nif (userSecret != null) {\n...
Java
MIT License
gluufederation/oxauth
chore: fix login form values
1
chore
null
847,143
10.02.2022 00:40:29
-28,800
b5cf33c5b718315f355fd9d93406bd56356417b8
feat(theme): add NavScreen component
[ { "change_type": "MODIFY", "diff": "\"@mr-hope/vuepress-plugin-components\": \"2.0.0-alpha.15\",\n\"@mr-hope/vuepress-shared\": \"2.0.0-alpha.15\",\n\"@types/bcryptjs\": \"^2.4.2\",\n+ \"@types/body-scroll-lock\": \"^3.1.0\",\n\"@types/lodash.throttle\": \"^4.1.6\",\n\"@vuepress/client\": \"2.0.0-beta.35\",...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add NavScreen component
1
feat
theme
847,143
10.02.2022 01:07:16
-28,800
91aa69a0cc98062d7fe8404f5a4ff503b57b4caa
fix(theme): fix navbar dropdown style
[ { "change_type": "MODIFY", "diff": "&:hover,\n&.open {\n.nav-dropdown {\n+ padding: 0.5rem;\nz-index: 2;\ntransform: scale(1);\nvisibility: visible;\n.dropdown-subtitle {\nmargin: 0;\n- padding: 0.75rem 1rem 0.25rem 0.75rem;\n+ padding: 0 0.25rem;\ncolor: var(--dark-grey);\n- font-size: 0.9rem;\n+ font-size...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix navbar dropdown style
1
fix
theme
847,143
10.02.2022 01:12:22
-28,800
72021d1d599a82b8a7c48bda4fbe488887ab4fbf
fix(theme): fix navbar prefix
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,9 @@ export const resolveNavbarItem = (\nreturn {\n...item,\n- link: isLinkExternal(item.link) ? item.link : useAutoLink(item.link).link,\n+ link: isLinkExternal(item.link)\n+ ? item.link\n+ : useAutoLink(`${prefix}${item.link}`).link,\n};\n};\n", "new_pa...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix navbar prefix
1
fix
theme
841,498
10.02.2022 04:53:47
0
5488159ba5dd124878ebdc50c390a51ab3b07f16
feat(es/minifier): Implement `reserved` mangle option
[ { "change_type": "MODIFY", "diff": "@@ -60,13 +60,16 @@ pub struct MangleOptions {\n#[serde(default, alias = \"safari10\")]\npub safari10: bool,\n+\n+ #[serde(default, alias = \"reserved\")]\n+ pub reserved: Vec<JsWord>,\n}\n#[derive(Debug, Clone, Default, Serialize, Deserialize)]\n#[serde(rename_all = \"ca...
Rust
Apache License 2.0
swc-project/swc
feat(es/minifier): Implement `reserved` mangle option (#3476)
1
feat
es/minifier
306,309
10.02.2022 05:16:02
28,800
7377991e99bd4706ca99096bfaa31a57e0cbc32a
chore: clarify what the user should do
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ func registerCmd(ctx *config.RunContext) *cobra.Command {\nif ctx.Config.Credentials.APIKey != \"\" {\nisRegenerate = true\n- fmt.Printf(\"You already have an Infracost API key saved in %s\\n\", config.CredentialsFilePath())\n+ fmt.Printf(\"You already h...
Go
Apache License 2.0
infracost/infracost
chore: clarify what the user should do (#1364)
1
chore
null
304,908
10.02.2022 07:10:42
0
80bc41c2b7430bbf305b6a99e13733886c21e437
fix(timezone): timezone is not working for 'no daylight savings time'
[ { "change_type": "MODIFY", "diff": "@@ -166,7 +166,7 @@ func (l *Location) lookup(sec int64) (name string, offset int, start, end int64,\n// If we're at the end of the known zone transitions,\n// try the extend string.\nif lo == len(tx)-1 && l.extend != \"\" {\n- if ename, eoffset, estart, eend, eisDST, ok ...
Go
MIT License
influxdata/flux
fix(timezone): timezone is not working for 'no daylight savings time' (#4444)
1
fix
timezone
841,385
10.02.2022 07:54:46
-10,800
4e124c7bca85d70b6e4836038ea1aaa25b9ea663
refactor(css/parser): Refactor codes related to simple blocks
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,109 @@ where\n}\n}\n+impl<I> Parse<SimpleBlock> for Parser<I>\n+where\n+ I: ParserInput,\n+{\n+ fn parse(&mut self) -> PResult<SimpleBlock> {\n+ let span = self.input.cur_span()?;\n+ let name = match cur!(self) {\n+ tok!(\"{\") => {\n+ bump!(self);\n+\n+ '{...
Rust
Apache License 2.0
swc-project/swc
refactor(css/parser): Refactor codes related to simple blocks (#3506)
1
refactor
css/parser
841,385
10.02.2022 08:39:54
-10,800
ebd71d565d0ac29d38cda195085be78dfdf3eaf0
test(css/codegen): Add tests for multiple keyframe selectors
[ { "change_type": "ADD", "diff": "+@keyframes hahaha {\n+ 0%, 1% {\n+ color: red;\n+ }\n+ 100% {\n+ color: red;\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "crates/swc_css_codegen/tests/fixture/at-rules/keyframes/3/input.css", "old_path": null }, { "change_type": "ADD", "diff":...
Rust
Apache License 2.0
swc-project/swc
test(css/codegen): Add tests for multiple keyframe selectors (#3509)
1
test
css/codegen
306,321
10.02.2022 09:22:30
0
e2885fa98d938da671d72d786ef96906db1dc63f
fix: update install script with PR comments
[ { "change_type": "MODIFY", "diff": "# This script is used in the README and https://www.infracost.io/docs/#quick-start\nset -e\n+# check_sha is separated into a defined function so that we can\n+# capture the exit code effectively with `set -e` enabled\n+check_sha() {\n+ (\n+ cd /tmp/\n+ shasum -sc \"$1\"\n...
Go
Apache License 2.0
infracost/infracost
fix: update install script with PR comments
1
fix
null
276,982
10.02.2022 09:33:21
10,800
48f256de522684b2119302c49512196395293d81
fix(header): fix image path
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { string, node } from 'prop-types';\nimport { media } from '@gympass/yoga-helpers';\n-import Gympass from './static/images/gympass-logo.svg';\n+import Gympass from '../static/images/gympass-logo.svg';\nimport Box from '../../Box';\nconst GympassLogo...
JavaScript
MIT License
gympass/yoga
fix(header): fix image path
1
fix
header
185,944
10.02.2022 09:47:56
21,600
703c48d15e854be9e1d177ba2d0df048bfd285e0
deps: use cross-fetch in tools/ Have tools/ use cross-fetch, which we already had a devDep on for spec code. This lets us remove the direct node-fetch devDep, sidestepping the problems in
[ { "change_type": "MODIFY", "diff": "\"less\": \"^4.1.1\",\n\"lint-staged\": \"^10.5.4\",\n\"log-symbols\": \"^4.0.0\",\n- \"node-fetch\": \"^2.6.1\",\n\"npm-run-all\": \"^4.1.5\",\n\"parcel-bundler\": \"^1.12.4\",\n\"prettier\": \"^2.2.1\",\n", "new_path": "package.json", "old_path": "package.json" ...
TypeScript
MIT License
electron/fiddle
deps: use cross-fetch in tools/ (#964) Have tools/ use cross-fetch, which we already had a devDep on for spec code. This lets us remove the direct node-fetch devDep, sidestepping the problems in https://github.com/electron/fiddle/pull/953
1
deps
null
160,177
10.02.2022 10:01:39
-28,800
141c6678503870a9d7503864353ad6cc7493fd24
feat: check width and height type
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,6 @@ window.addEventListener('DOMContentLoaded', () => {\n});\ndocument.querySelector('#mini-map').addEventListener('click', () => {\n- lf.extension.minimap.show();\n+ lf.extension.miniMap.show();\n})\n})\n", "new_path": "packages/extension/examples/compo...
TypeScript
Apache License 2.0
didi/logicflow
feat: check width and height type
1
feat
null
386,584
10.02.2022 10:10:34
-7,200
48cd2515e51ba769437dd3509f55b68f571a0757
fix(engine): Updated message action method test to use action & block plugin config.
[ { "change_type": "MODIFY", "diff": "@@ -2792,7 +2792,10 @@ 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): Updated message action method test to use action & block plugin config.
1
fix
engine
711,597
10.02.2022 10:48:20
-3,600
eecb0cdfe28755a31312575c8bde1c220eff3020
docs: Clarify docs on internal custom fields
[ { "change_type": "MODIFY", "diff": "@@ -342,7 +342,7 @@ Some custom fields may be used internally in your business logic, or for integra\n* `public: false` means that it will not be exposed via the Shop API.\n* `readonly: true` means it will be exposed, but cannot be updated via the Admin API. It can only b...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Clarify docs on internal custom fields
1
docs
null
306,900
10.02.2022 10:58:06
-3,600
2cee3cf6967df3ee41d8dfc183e727afa40b5cb1
fix(elements|ino-autocomplete): fix menu positioning while scrolling
[ { "change_type": "MODIFY", "diff": "* @prop --ino-autocomplete-list-max-height: max height of option list\n*/\n:host {\n+ position: relative;\n+\n.menu {\n- max-height: var(--ino-autocomplete-list-max-height, 50%);\nwidth: var(--input-width, max-content);\n+ max-height: var(--ino-autocomplete-list-max-heigh...
TypeScript
MIT License
inovex/elements
fix(elements|ino-autocomplete): fix menu positioning while scrolling (#503)
1
fix
elements|ino-autocomplete
791,704
10.02.2022 11:12:10
28,800
0e6402efed291024c89beb2ce02d343fde15eefe
report: remove pausing fireworks on click
[ { "change_type": "MODIFY", "diff": "@@ -463,9 +463,6 @@ limitations under the License.\nanimation-delay: 2.25s, 2.25s, 2.25s;\nanimation-duration: 1.25s, 1.25s, 6.25s;\n}\n- .lh-fireworks-paused .lh-pyro > div {\n- animation-play-state: paused;\n- }\n@keyframes bang {\nto {\n", "new_path": "report/asset...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: remove pausing fireworks on click (#13650)
1
report
null
877,037
10.02.2022 11:14:30
-3,600
41161ef02c7dd7b09f7fdc137c92215ac2947678
chore(package): add exports on package.json
[ { "change_type": "MODIFY", "diff": "\"url\": \"http://www.apache.org/licenses/LICENSE-2.0\"\n}\n],\n- \"svelte\": \"src/index.js\"\n+ \"svelte\": \"src/index.js\",\n+ \"exports\": {\n+ \".\": \"./src/components\",\n+ \"./VtmnButton.svelte\": \"./dist/VtmnButton.js\",\n+ \"./VtmnLink.svelte\": \"./dist/VtmnL...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(package): add exports on package.json (#964)
1
chore
package
826,656
10.02.2022 11:27:19
-3,600
a6e34b2d49723a80aea9f50016f3778a42cafaf2
autogen: pin v0.8.0-alpha.0.pre.0 release commit
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"#/definitions/tlsx\"\n}\n}\n+ },\n+ \"metrics\": {\n+ \"type\": \"object\",\n+ \"title\": \"Metrics API (http only)\",\n+ \"additionalProperties\": false,\n+ \"properties\": {\n+ \"port\": {\n+ \"type\": \"integer\",\n+ \"default\": 4468,\n+ \"title\": \"Port\...
Go
Apache License 2.0
ory/keto
autogen: pin v0.8.0-alpha.0.pre.0 release commit
1
autogen
null
688,430
10.02.2022 11:48:27
-7,200
65c762e1c1646737b37f575e21ffb63209decbde
feat: add large variant for FormLabel
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+---\n+### FormLabel\n+\n+- added size prop with `medium` and `large` values\n", "new_path": ".changeset/silver-nails-hammer.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ exports[`...
TypeScript
MIT License
toptal/picasso
feat: add large variant for FormLabel (#2413)
1
feat
null
531,793
10.02.2022 12:00:56
0
22e416dd0b7abd0c76136d17169f9f34cae22150
fix(ui): don't resize navbar on hover
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ const PauseButton: FC<{ alertStore: AlertStore }> = ({ alertStore }) => {\n<FontAwesomeIcon\nclassName=\"cursor-pointer text-muted components-fetcher-icon mx-2\"\nicon={faPause}\n- size=\"lg\"\n+ fixedWidth\nonClick={alertStore.status.resume}\n/>\n</CSST...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): don't resize navbar on hover
1
fix
ui
877,037
10.02.2022 12:04:41
-3,600
2e8cbea9d021c22a014afbef04dfaa0d5e452bfa
chore(@vtmn/svelte): add exports on package.json
[ { "change_type": "MODIFY", "diff": "\"svelte\": \"src/index.js\",\n\"exports\": {\n\".\": \"./src/components\",\n- \"./VtmnButton.svelte\": \"./dist/VtmnButton.js\",\n- \"./VtmnLink.svelte\": \"./dist/VtmnLink.js\",\n- \"./VtmnPopover.svelte\": \"./dist/VtmnPopover.js\",\n- \"./VtmnTextInput.svelte\": \"./d...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(@vtmn/svelte): add exports on package.json (#965)
1
chore
@vtmn/svelte
847,143
10.02.2022 12:24:11
-28,800
c5b35bb946aed8fbfd32c74633a4a9ddd8d5b144
refactor(theme): split sidebar setup
[ { "change_type": "MODIFY", "diff": "import { defineClientAppSetup } from \"@vuepress/client\";\nimport { setupDarkMode } from \"@theme-hope/composables\";\n-import { setupSidebarItems } from \"@theme-hope/module/sidebar/composables\";\nexport default defineClientAppSetup(() => {\nsetupDarkMode();\n- setupSi...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(theme): split sidebar setup
1
refactor
theme
756,039
10.02.2022 12:50:51
28,800
296506378ea6197c74976849bcc54d7c34e34da9
fix(wallet): dont crash when purses arent loaded before payments
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ const RequestsInternal = ({\nconst isDisabled = dapp => !dapp.enable;\n- payments = (payments || [])\n+ payments = ((purses && payments) || [])\n.filter(hasNoAutodeposit)\n.map(p => ({ type: 'payment', data: p }));\n", "new_path": "packages/wallet/ui...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): dont crash when purses arent loaded before payments
1
fix
wallet
4,988
10.02.2022 12:51:03
-3,600
8d26fbd9868cd9286f7d1b9bea3a790cd0a01430
docs(csv-stringify): nested columns sample
[ { "change_type": "ADD", "diff": "+\n+import { stringify } from 'csv-stringify';\n+import assert from 'assert';\n+\n+stringify([{\n+ an_array: [{\n+ }, {\n+ field_2: '1_val_1'\n+ }],\n+ an_object: {\n+ field_4: '1_val_2'\n+ }\n+},{\n+ an_array: [{\n+ }, {\n+ field_2: '2_val_1'\n+ }],\n+ an_object: {\n+ field...
JavaScript
MIT License
adaltas/node-csv
docs(csv-stringify): nested columns sample
1
docs
csv-stringify
386,584
10.02.2022 12:51:35
-7,200
d2bd2f5fc207eeb15ec86559dc4bec726e037071
fix(engine): Updated request action method test to use action & block plugin config.
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ class Requests {\n}\ncallRequests({ actions, arrayIndices, event, params } = {}) {\n- if (params.all === true) {\n+ if (type.isObject(params) && params.all === true) {\nreturn Promise.all(\nObject.keys(this.requestConfig).map((requestId) =>\nthis.callReq...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Updated request action method test to use action & block plugin config.
1
fix
engine
847,143
10.02.2022 12:55:02
-28,800
6795a8865f9a3c39733ef6cf2c2163a137d8791e
feat(theme): improve navbar outlook
[ { "change_type": "MODIFY", "diff": "@@ -80,8 +80,6 @@ export default defineComponent({\nprops.config.text,\n]),\nh(\"span\", { class: \"arrow\" }),\n- ]\n- ),\nh(\n\"ul\",\n{ class: \"nav-dropdown\" },\n@@ -121,8 +119,14 @@ export default defineComponent({\nconfig: grandchild,\nonFocusout: () => {\nif (\n- ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): improve navbar outlook
1
feat
theme
847,143
10.02.2022 12:58:30
-28,800
9fba6606f665a0f8fed9468d3d3304b8f58846bc
fix(theme): fix page title spacing
[ { "change_type": "MODIFY", "diff": "position: relative;\nz-index: 1;\n- padding-top: 0 !important;\n+ padding-top: 0.5rem !important;\npadding-bottom: 0 !important;\nh1 {\n", "new_path": "packages/theme/src/client/styles/page-title.scss", "old_path": "packages/theme/src/client/styles/page-title.scss...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(theme): fix page title spacing
1
fix
theme
126,276
10.02.2022 13:18:21
10,800
36c4c9fdd044114f6fa2be235fb318406a59ba4e
chore(embedded/tbtree): improve snapshot loading and discarding
[ { "change_type": "MODIFY", "diff": "@@ -249,30 +249,39 @@ func Open(path string, opts *Options) (*TBtree, error) {\nappendableOpts.WithMaxOpenedFiles(opts.nodesLogMaxOpenedFiles)\nnLog, err := appFactory(path, nFolder, appendableOpts)\nif err != nil {\n- return nil, err\n+ opts.log.Infof(\"Reading snapshot ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): improve snapshot loading and discarding Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
386,584
10.02.2022 13:26:07
-7,200
328c579386003f707df4c2c3e787947c4514c865
chore(engine): Update areas param for Blocks in testContext.
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ test('CallMethod with no args, synchronous method', async () => {\ncategory: 'container',\n},\nareas: {\n+ content: {\nblocks: [\n{\nid: 'block:root:textInput:0',\n@@ -86,6 +87,7 @@ test('CallMethod with no args, synchronous method', async () => {\n},\n]...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Update areas param for Blocks in testContext.
1
chore
engine