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
865,916
16.08.2021 08:56:42
-7,200
a1c1844468e3eef2d081fd99474f1f4191f72e19
feat(client): update cached engine profile whenever it changed
[ { "change_type": "MODIFY", "diff": "@@ -298,7 +298,7 @@ function Link(props) {\n);\n}\n-function engineProfilesEqual(a, b) {\n+export function engineProfilesEqual(a, b) {\nreturn !isNil(a)\n&& !isNil(b)\n&& a.executionPlatform === b.executionPlatform\n", "new_path": "client/src/app/tabs/EngineProfile.js...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): update cached engine profile whenever it changed
1
feat
client
185,950
16.08.2021 09:21:14
-7,200
75c9519debf78485d2590a06f5a428003c92efa8
fix: console css styles
[ { "change_type": "MODIFY", "diff": "font-size: 12px;\nfont-family: @fonts-common;\nfont-weight: 600;\n- color: var(--text-color-1);\n- background: var(--background-2);\n- box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.15);\n- border-top: @border;\ntop: 10vh;\npadding: 0;\nheight: 100%;\n-webkit-app-regio...
TypeScript
MIT License
electron/fiddle
fix: console css styles (#831)
1
fix
null
777,399
16.08.2021 09:28:07
25,200
cd98af67c8d377c37feb3341b0e25a31eeaf65ef
chore: clean up priority scheduler code a bit Just a few local tweaks to make the code a bit nicer. No functionality change.
[ { "change_type": "MODIFY", "diff": "@@ -33,54 +33,27 @@ func (p *priorityScheduler) prioritySchedule(\nagents map[*actor.Ref]*agentState,\nfittingMethod SoftConstraint,\n) ([]*sproto.AllocateRequest, []*actor.Ref) {\n- agentsSplitByLabel := splitAgentsByLabel(agents)\ntoAllocate := make([]*sproto.AllocateRe...
Python
Apache License 2.0
determined-ai/determined
chore: clean up priority scheduler code a bit (#2831) Just a few local tweaks to make the code a bit nicer. No functionality change.
1
chore
null
667,635
16.08.2021 10:19:39
-28,800
042b5f98b87bac6603534863be441d9db84fb732
fix(ios): set right zPosition for listview cell fix(ios): set right zPosition for listview cell
[ { "change_type": "MODIFY", "diff": "#import \"HippyBaseListViewCell.h\"\n#import \"HippyVirtualList.h\"\n+#define kCellZIndexConst 10000.f\n+\n@interface HippyBaseListView () <HippyScrollProtocol, HippyRefreshDelegate>\n@end\ncellView = [_bridge.uiManager createViewFromNode:indexNode];\n}\n}\n+ cell.layer.z...
C++
Apache License 2.0
tencent/hippy
fix(ios): set right zPosition for listview cell (#928) fix(ios): set right zPosition for listview cell
1
fix
ios
401,126
16.08.2021 10:41:28
14,400
8ededcdfc28a24dbb92438b355cab28367bce9d8
fix: remove outlined hoveredStyle border and padding when not hovered affects:
[ { "change_type": "MODIFY", "diff": "@@ -65,20 +65,6 @@ const getHoverStateStyle = (style: 'shadow' | 'outlined') =>\n!disabled && onClick && `0 0.2rem 0.4rem ${rgba(theme.table.shadowColor, 0.2)} `};\n`;\n-const getBorderStyle = (rowHoveredStyle: 'shadow' | 'outlined') =>\n- rowHoveredStyle === 'outlined'\n...
TypeScript
MIT License
medly/medly-components
fix: remove outlined hoveredStyle border and padding when not hovered affects: @medly-components/core
1
fix
null
777,390
16.08.2021 10:45:10
25,200
6d69c532799224d723f95e8246ca5b3dd7eea50a
feat: add imagenet pytorch example
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,10 @@ For an introduction to using the Trial API, refer to the :ref:`PyTorch MNIST\n- MNIST\n- :download:`mnist_pytorch.tgz </examples/mnist_pytorch.tgz>`\n+ - - PyTorch\n+ - Imagenet\n+ - :download:`imagenet_pytorch.tgz </examples/imagenet_pytorch.tgz>`\n+\n...
Python
Apache License 2.0
determined-ai/determined
feat: add imagenet pytorch example (#2623)
1
feat
null
777,390
16.08.2021 10:46:03
25,200
1102ced13db7a4e8d26b47b97ff8d20732b0d643
docs: add porting guide
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ Next, follow the tutorial for your preferred deep learning framework:\n- :ref:`pytorch-mnist-tutorial`\n- :ref:`tf-mnist-tutorial`\n+- :ref:`porting-tutorial`\nThe full list of our tutorials can be found below:\n", "new_path": "docs/tutorials/index.t...
Python
Apache License 2.0
determined-ai/determined
docs: add porting guide (#2624)
1
docs
null
865,918
16.08.2021 10:47:51
-7,200
70cdfc1bec55aaff094069d0aed696c4e79ac9eb
fix: keep tab open when save dialog is canceled closes
[ { "change_type": "MODIFY", "diff": "@@ -378,7 +378,11 @@ export class App extends PureComponent {\nconst { button } = await this.showCloseFileDialog({ name });\nif (button === 'save') {\n- await this.saveTab(tab);\n+ var saved = await this.saveTab(tab);\n+\n+ if (!saved) {\n+ return false;\n+ }\n} else if (...
JavaScript
MIT License
camunda/camunda-modeler
fix: keep tab open when save dialog is canceled closes #2359
1
fix
null
401,126
16.08.2021 10:55:07
14,400
05435f1744eb1b0c199e3303f829de92e0f4a7b6
fix: update header padding for XS table size affects:
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ const getHeadCellPadding = ({ hidden, isRowActionCell, tableSize }: HeadCellStyl\ndefault: '1.6rem 1.2rem'\n},\ncellTableSizePaddingMap = {\n- XS: '0.4rem',\n+ XS: '0.4rem 0.4rem 0.3rem 0.4rem',\ndefault: '0.8rem'\n};\n", "new_path": "packages/core/s...
TypeScript
MIT License
medly/medly-components
fix: update header padding for XS table size affects: @medly-components/core
1
fix
null
342,861
16.08.2021 11:17:43
-7,200
54504d103d31c974d89a9e78a355b00fbbff449f
feat(Drawer): add lockScrolling
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ After adding import into your project you can use it simply like:\nTable below contains all types of the props available in the Drawer component.\n| Name | Type | Default | Description |\n-| :----------- | :---------------------- | :-------- | :---------...
JavaScript
MIT License
kiwicom/orbit
feat(Drawer): add lockScrolling (#3072)
1
feat
Drawer
942,581
16.08.2021 11:25:06
21,600
217e6824177248efe39bc7a18db76be0b5f95611
ci: Add Chromatic baseline to support branches
[ { "change_type": "MODIFY", "diff": "@@ -77,6 +77,14 @@ jobs:\nbranch: master\n- stage: support\n+ script:\n+ - >- # Chromatic relies on a built Storybook, so exit early if build-storybook fails\n+ yarn build-storybook --quiet &&\n+ yarn chromatic --quiet --auto-accept-changes --exit-once-uploaded --storyboo...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Add Chromatic baseline to support branches (#1219)
1
ci
null
67,494
16.08.2021 11:29:54
-7,200
65663f762c6e2e65ee4efd1e65c2790f59537c08
chore(router): fix unused package.json file
[ { "change_type": "MODIFY", "diff": "\"description\": \"An Aurelia 2 client application.\",\n\"version\": \"0.8.0\",\n\"dependencies\": {\n- \"@aurelia/fetch-client\": \"0.9.0\",\n- \"@aurelia/kernel\": \"0.9.0\",\n- \"@aurelia/metadata\": \"0.9.0\",\n- \"@aurelia/platform\": \"0.9.0\",\n- \"@aurelia/platfor...
TypeScript
MIT License
aurelia/aurelia
chore(router): fix unused package.json file
1
chore
router
737,359
16.08.2021 11:51:26
-3,600
b3e2624a1e5969e606fc50daa68fdd44ff90abb2
feat: return header object when present closes
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,16 @@ The `headers` parameter has been merged with the existing `config` parameter\n`Kitsu.request(config?, headers?)` is now `Kitsu.request(config? { headers? })`\n+### Response Changes\n+\n+1. The header object is now returned in requests when headers are r...
JavaScript
MIT License
wopian/kitsu
feat: return header object when present closes https://github.com/wopian/kitsu/issues/575
1
feat
null
386,595
16.08.2021 12:07:10
-7,200
05bc928e45d07fba5b6a27e505cd3c1128b4216b
fix(engine): Update events test for undefined event.
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,15 @@ test('triggerEvent no event defined', async () => {\nconst promise = button.triggerEvent({ name: 'onClick' });\nexpect(button.Events.events).toEqual({});\nconst res = await promise;\n- expect(res).toBe(undefined);\n+ expect(res).toEqual({\n+ blockId: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Update events test for undefined event.
1
fix
engine
737,359
16.08.2021 12:07:20
-3,600
75b56282f26b4ce3467e7eab535714d5475c0308
chore(release): publish 10.0.0-alpha.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [10.0.0-alpha.14](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.13...v10.0.0-alpha.14) (2021-08-16)\n+\n+\n...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.14
1
chore
release
865,918
16.08.2021 12:14:14
-7,200
852520a2a0d90a0d4b371db5cafa8633d8451ae6
chore: use const instead of var
[ { "change_type": "MODIFY", "diff": "@@ -378,7 +378,7 @@ export class App extends PureComponent {\nconst { button } = await this.showCloseFileDialog({ name });\nif (button === 'save') {\n- var saved = await this.saveTab(tab);\n+ const saved = await this.saveTab(tab);\nif (!saved) {\nreturn false;\n", "ne...
JavaScript
MIT License
camunda/camunda-modeler
chore: use const instead of var
1
chore
null
386,595
16.08.2021 12:17:32
-7,200
96f9cb1d65c80727a27703497a9c25cf694de11d
fix(engine): Catch CallMethod method not defined error and add tests for CallMethod.
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,16 @@ async function CallMethod({ arrayIndices, context, params }) {\ncontext.RootBlocks.map[applyArrayIndices(arrayIndices, blockId)].methods[method];\nif (!type.isArray(args)) {\nthrow new Error(\n- `Failed to call method \"${method}\" on block \"${blockId}...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Catch CallMethod method not defined error and add tests for CallMethod.
1
fix
engine
277,286
16.08.2021 12:28:12
-7,200
64dbc4360eab9c599fca77254e349774e0a9656c
fix: Redirect only once, not on every render.
[ { "change_type": "MODIFY", "diff": "@@ -147,6 +147,7 @@ export const\n} catch (e) {\nconsole.error(`Could not redirect: ${redirect} is an invalid URL`, e)\n}\n+ delete state.redirect\n}\ndialogB(dialog ? { ...dialog } : null)\n", "new_path": "ui/src/meta.tsx", "old_path": "ui/src/meta.tsx" } ]
Python
Apache License 2.0
h2oai/wave
fix: Redirect only once, not on every render.
1
fix
null
386,595
16.08.2021 12:30:48
-7,200
3a5fa61ab11d058617371e60307e15f4a8b4d2e4
chore(blocksBasic): Update snapshots for Html block.
[ { "change_type": "MODIFY", "diff": "@@ -57,11 +57,11 @@ test('update on properties.html change', () => {\n);\nconst wrapper = mount(<Shell properties={config.properties} />);\nexpect(wrapper.html()).toMatchInlineSnapshot(\n- `\"<div id=\\\\\"update\\\\\" data-testid=\\\\\"update\\\\\" class=\\\\\"{}\\\\\"><...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksBasic): Update snapshots for Html block.
1
chore
blocksBasic
386,595
16.08.2021 12:46:41
-7,200
ff79cbbf3451d337d66c58e2938d8aa7511e8c6f
chore: Update color selector snapshots due to Label.
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,9 @@ exports[`Render circleSize - value[0] 1`] = `\nhtmlFor=\"circleSize_input\"\ntitle=\"circleSize\"\n>\n- circleSize\n+ <div\n+ className=\"{\\\\\"style\\\\\":[{\\\\\"display\\\\\":\\\\\"inline-block\\\\\"},null]}\"\n+ />\n</label>\n</div>\n<div\n@@ -1182,...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update color selector snapshots due to Label.
1
chore
null
401,126
16.08.2021 12:49:40
14,400
5f222b9d8cdd224c87eb4dc9d18635560c90aa62
fix: update outlined hoveredStyle border color to match row bgColor when not hovered affects:
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,23 @@ const getHoverStateStyle = (style: 'shadow' | 'outlined') =>\n!disabled && onClick && `0 0.2rem 0.4rem ${rgba(theme.table.shadowColor, 0.2)} `};\n`;\n+const getBorderStyle = (rowHoveredStyle: 'shadow' | 'outlined') =>\n+ rowHoveredStyle === 'outlined'\n...
TypeScript
MIT License
medly/medly-components
fix: update outlined hoveredStyle border color to match row bgColor when not hovered affects: @medly-components/core
1
fix
null
386,584
16.08.2021 12:50:49
-7,200
3fefe9974362485d752a9de1c940d5e3f44932ea
feat(graphql): Updated mongodb to 4.1.0 and documented MongoDBAggregation options.
[ { "change_type": "MODIFY", "diff": "@@ -105,14 +105,30 @@ _ref:\n#### Properties\n- `pipeline: object[]`: __Required__ - Array containing all the aggregation framework commands for the execution.\n- - `options: object`: Optional settings. See the [driver docs](https://mongodb.github.io/node-mongodb-native/3...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(graphql): Updated mongodb to 4.1.0 and documented MongoDBAggregation options.
1
feat
graphql
386,581
16.08.2021 12:50:58
-7,200
c4c81be796d70579100102ee9ef56bcb6a5687a6
chore: Update readme on building shell in dev mode.
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ The server consists of a Lowdefy Graphql server, and a static file server to ser\n## Running a development server\n+- Build the repository in development mode by running `yarn build:dev` at the root of the repository.\n- Create a `lowdefy.yaml` file in the...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update readme on building shell in dev mode.
1
chore
null
386,581
16.08.2021 12:53:23
-7,200
6be137d45a6bfaf9a6c3a3254a7b5917893c4f6a
fix(cli): Fix print tests in CI.
[ { "change_type": "MODIFY", "diff": "@@ -92,8 +92,11 @@ describe('memoise', () => {\njest.isolateModules(() => {\ncreatePrint = require('./print').default;\n});\n+ const realCI = process.env.CI;\n+ process.env.CI = 'false';\nconst print = createPrint();\nexpect(print.type).toEqual('ora');\n+ process.env.CI =...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Fix print tests in CI.
1
fix
cli
791,255
16.08.2021 13:12:10
25,200
18ff070b8baa3ed7d324ca9ea00dcd66d7742340
feat(bigquery): switch to centralized project autodetect logic Switches from a local implementation to the logic in internal/detect.
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,6 @@ package bigquery\nimport (\n\"context\"\n- \"errors\"\n\"fmt\"\n\"io\"\n\"net/http\"\n@@ -25,12 +24,12 @@ import (\n\"time\"\n\"cloud.google.com/go/internal\"\n+ \"cloud.google.com/go/internal/detect\"\n\"cloud.google.com/go/internal/version\"\ngax \"git...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery): switch to centralized project autodetect logic (#4625) Switches from a local implementation to the logic in internal/detect.
1
feat
bigquery
104,828
16.08.2021 13:17:40
-7,200
13d27c2bd574b2e2ce548d79dbbe320485b30541
fix(table): prevent column widths below min width
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ import {\ncreateNewWidthsMap,\ncalculateWidthOnHide,\ncalculateWidthsOnToggle,\n- adjustLastColumnWidth,\ncalculateWidthOnShow,\nvisibleColumnsHaveWidth,\ngetIDsOfAddedVisibleColumns,\n@@ -41,6 +40,7 @@ import {\nDEFAULT_COLUMN_WIDTH,\naddMissingColumnWi...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): prevent column widths below min width #2474
1
fix
table
504,034
16.08.2021 13:25:34
14,400
bc7dc1aab813cec5c6f63b2051cbbc21eecbe947
fix(Popover): call setVisible before animation
[ { "change_type": "MODIFY", "diff": "@@ -246,10 +246,10 @@ export const Popover: React.FunctionComponent<PopoverProps> = ({\nclearTimeout(showTimerRef.current);\n}\nhideTimerRef.current = setTimeout(() => {\n+ setVisible(false);\nsetOpacity(0);\nsetFocusTrapActive(false);\ntransitionTimerRef.current = setTim...
TypeScript
MIT License
patternfly/patternfly-react
fix(Popover): call setVisible before animation (#6104)
1
fix
Popover
777,401
16.08.2021 13:42:29
14,400
05a488b4d45dba8feb61b021e7b67fe6a78eb6cc
fix: add in 'just a snapshot' msg to not lose progress on restart
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- Cluster: Fix a breakage in trial fault tolerance caused by not sending enough state snapshots.\n", "new_path": "docs/release-notes/2380-fix-fault-tolerance-bug.txt", "old_path": null }, { "change_type": "MODIFY", "diff"...
Python
Apache License 2.0
determined-ai/determined
fix: add in 'just a snapshot' msg to not lose progress on restart (#2830)
1
fix
null
815,609
16.08.2021 13:43:02
-28,800
96f4516136efd303f997200a46ddc3d5be6a806c
fix(reset-data): the argument `--network-peer-store` couldn't work
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ use ckb_app_config::{ExitCode, ResetDataArgs};\npub fn reset_data(args: ResetDataArgs) -> Result<(), ExitCode> {\nlet mut target_dirs = vec![];\nlet mut target_files = vec![];\n+ let mut errors_count = 0;\nif args.all {\ntarget_dirs.push(args.data_dir);\n@...
Rust
MIT License
nervosnetwork/ckb
fix(reset-data): the argument `--network-peer-store` couldn't work
1
fix
reset-data
126,276
16.08.2021 13:44:30
10,800
8c766468d813cac49868cf6202c095e8a42aed54
feat(embedded/multierr): implement stardard error Is & As methods
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,26 @@ func (me *MultiErr) Errors() []error {\nreturn me.errors\n}\n+func (me *MultiErr) Is(target error) bool {\n+ for _, err := range me.errors {\n+ if errors.Is(err, target) {\n+ return true\n+ }\n+ }\n+\n+ return false\n+}\n+\n+func (me *MultiErr) As(targe...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/multierr): implement stardard error Is & As methods Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/multierr
386,581
16.08.2021 14:09:27
-7,200
7634145286cdb8483bbcd151343bbcb6d5a0a65f
feat(engine): Document Lowdefy action functions in JsAction.
[ { "change_type": "MODIFY", "diff": "@@ -30,19 +30,31 @@ _ref:\ndescription: |\nThe `JsAction` action is used to call a custom JavaScript function which was loaded onto the page using the `window.lowdefy.registerJsAction()` method. This JavaScript function can be asynchronous. See [Custom Code](/custom-code)...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Document Lowdefy action functions in JsAction.
1
feat
engine
126,276
16.08.2021 14:19:15
10,800
92fafbfd46afc1eb385fe4652e162e96bb4f63d0
test(embedded/sql): increase coverage with edge cases
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,29 @@ func TestCountValue(t *testing.T) {\ncmp, err = cval.Compare(&Number{val: 3})\nrequire.NoError(t, err)\nrequire.Equal(t, -1, cmp)\n+\n+ // ValueExp\n+\n+ sqlt, err := cval.inferType(nil, nil, \"db1\", \"table1\")\n+ require.NoError(t, err)\n+ require.Eq...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): increase coverage with edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
942,571
16.08.2021 14:22:32
25,200
f51d519ba7c456b5a88c4b7fb83dbb065ccf2bae
fix(form-field): Updates legend to be direct child of FieldSet
[ { "change_type": "MODIFY", "diff": "@@ -66,13 +66,25 @@ export interface FormFieldErrorBehavior {\n}\n// Use a fieldset element for accessible radio groups\n-const FormFieldFieldsetContainer = styled('fieldset')<FormFieldLabelPositionBehavior>({\n+const FormFieldFieldsetContainer = styled('fieldset')<\n+ Gr...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(form-field): Updates legend to be direct child of FieldSet (#1146)
1
fix
form-field
791,723
16.08.2021 14:28:50
25,200
4aea3d7fff23da289f8f811612b3a57dc14287e0
core(config): keep full-page-screenshot in skipAudits case
[ { "change_type": "MODIFY", "diff": "@@ -508,13 +508,11 @@ class Config {\n// The `full-page-screenshot` audit belongs to no category, but we still want to include\n// it (unless explictly excluded) because there are audits in every category that can use it.\n- if (settings.onlyCategories) {\nconst explicitl...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): keep full-page-screenshot in skipAudits case (#12645)
1
core
config
756,013
16.08.2021 14:29:48
21,600
84fb733c8080037039a01f3f7ddfcad46d65e9d5
test: update not to rely on exact 'payment not found' message
[ { "change_type": "MODIFY", "diff": "@@ -137,7 +137,7 @@ test('bootstrap payment - only minted once', async t => {\nconst bootstrapPayment2 = E(stablecoinMachine).getBootstrapPayment();\nawait t.throwsAsync(() => E(issuers.RUN).claim(bootstrapPayment2), {\n- message: 'payment not found for \"RUN\"',\n+ messa...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: update not to rely on exact 'payment not found' message
1
test
null
756,013
16.08.2021 14:37:03
21,600
2ff00650c2ac07c96c85e7d5c9a7f4b2f526979d
chore: Revert "feat(wallet): set up a Zoe fee purse and forward invitationDetails" This reverts commit
[ { "change_type": "MODIFY", "diff": "@@ -73,9 +73,6 @@ export function makeWallet({\npursesStateChangeHandler = noActionStateChangeHandler,\ninboxStateChangeHandler = noActionStateChangeHandler,\n}) {\n- /** @type {Purse=} */\n- let zoeFeePurse;\n-\n// Create the petname maps so we can dehydrate information ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Revert "feat(wallet): set up a Zoe fee purse and forward invitationDetails" This reverts commit f7b11e64e3e06c12a0dc7c7038d3985594751f74.
1
chore
null
777,367
16.08.2021 14:41:48
25,200
5ca1aacda0df5af45c09d67a8bb684422027a6a1
docs: improve Notebook docs
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,21 @@ learning models, visualize the behavior of trained models, or even manage the tr\na model manually. Determined makes it easy to launch and manage notebooks.\nDetermined will schedule a Jupyter notebook in a containerized environment on the cluster and pr...
Python
Apache License 2.0
determined-ai/determined
docs: improve Notebook docs (#2811)
1
docs
null
889,620
16.08.2021 14:41:56
-28,800
871ec60869fe57d2c823b79006a6f5d38c5b9372
fix(scanner): fail scan if root folder is unavailable this will prevent soft deleting the whole library, and rehash everything when available again closes
[ { "change_type": "ADD", "diff": "+ALTER TABLE LIBRARY\n+ ADD COLUMN UNAVAILABLE_DATE datetime NULL DEFAULT NULL;\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210816113108__library_unavailable.sql", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -26,6 +26...
Kotlin
MIT License
gotson/komga
fix(scanner): fail scan if root folder is unavailable this will prevent soft deleting the whole library, and rehash everything when available again closes #617
1
fix
scanner
126,276
16.08.2021 14:41:58
10,800
34e6e10a7bf31de13b559f867e2cc32204c2cea7
chore(embedded/sql): get rid of limited joint implementation chore(embedded/sql): minor consistency change chore(embedded/sql): minor consistency change
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ func (v *SumValue) reduce(catalog *Catalog, row *Row, implicitDB, implicitTable\n}\nfunc (v *SumValue) reduceSelectors(row *Row, implicitDB, implicitTable string) ValueExp {\n- return nil\n+ return v\n}\ntype MinValue struct {\n", "new_path": "embe...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): get rid of limited joint implementation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> chore(embedded/sql): minor consistency change Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> chore(embedded/sql): minor consistency change Signed-off-by: Jeronimo Irazabal <je...
1
chore
embedded/sql
889,620
16.08.2021 14:43:19
-28,800
82cf82df384b82479837fabf917ee840a84d4dba
fix(webui): display series/books as unavailable if library is unavailable closes
[ { "change_type": "MODIFY", "diff": "@@ -207,7 +207,10 @@ export default Vue.extend({\nreturn this.onEdit !== undefined || this.onSelected !== undefined || this.bookReady || this.canReadPages || this.actionMenu\n},\ncomputedItem(): Item<BookDto | SeriesDto | CollectionDto | ReadListDto> {\n- return createIte...
Kotlin
MIT License
gotson/komga
fix(webui): display series/books as unavailable if library is unavailable closes #617
1
fix
webui
756,013
16.08.2021 14:45:20
21,600
6655857707c9e457b5fa42609355ac709f19d29f
feat(wallet): reenable invitationDetails
[ { "change_type": "MODIFY", "diff": "@@ -361,7 +361,7 @@ export function makeWallet({\nasync function updateInboxState(id, offer, doPush = true) {\n// Only sent the uncompiled offer to the client.\nconst { proposalTemplate } = offer;\n- const { instance, installation } = idToOffer.get(id);\n+ const { instanc...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): reenable invitationDetails
1
feat
wallet
756,013
16.08.2021 14:46:57
21,600
57815b8c61966b3653edc529fd588dd8257d2e72
chore: Revert "test(wallet): update golden tests for new Zoe fee purse" This reverts commit
[ { "change_type": "MODIFY", "diff": "@@ -61,13 +61,13 @@ test('getPursesNotifier', async t => {\n} = await setup();\nconst pursesNotifier = wallet.getPursesNotifier();\nconst update = await pursesNotifier.getUpdateSince();\n- t.is(update.updateCount, 11);\n+ t.is(update.updateCount, 7);\n// Has the default Z...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Revert "test(wallet): update golden tests for new Zoe fee purse" This reverts commit 6ce73695c55c938794f3cd8aca84c5b0a8063594.
1
chore
null
791,370
16.08.2021 14:48:36
21,600
2972d194da19bedf16d76fda471c06a965cfdcd6
feat(internal/carver): support carving batches Refactoring to make it so we can carver multiple modules at once. Did a test generation to ensure everything still works.
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,6 @@ This is a tool used to carve out new modules in cloud.google.com/go.\n```bash\ngo run cmd/main.go \\\n-parent=/path/to/google-cloud-go \\\n- -child=asset \\\n- -repo-metadata=/path/to/google-cloud-go/internal/.repo-metadata-full.json\n+ -repo-metadata=/pat...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(internal/carver): support carving batches (#4623) Refactoring to make it so we can carver multiple modules at once. Did a test generation to ensure everything still works.
1
feat
internal/carver
756,032
16.08.2021 15:28:28
25,200
37f18c22e82b1fa55b52b60ff0c3e4571ca5f7cc
chore: update with the settings decided on for the testnet metering phase
[ { "change_type": "MODIFY", "diff": "@@ -89,9 +89,9 @@ export function buildRootObject(vatPowers, vatParameters) {\nlongExp: 1000n * 60n * 60n * 24n * 1n, // 1 day in milliseconds\n};\nconst meteringConfig = {\n- incrementBy: 10_000_000n,\n+ incrementBy: 25_000_000n,\ninitial: 50_000_000n,\n- threshold: 10_0...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: update with the settings decided on for the testnet metering phase
1
chore
null
679,913
16.08.2021 15:36:34
-7,200
fbfb7bb2959334544efa2d52bd98d8d3e5638dcc
feat(heaps): update all Heap impls, opts, add factories add HeapOpts.equiv predicate add thi.ng/equiv dependency add Heap.remove(), .find(), .findWith() add defHeap/defDHeap/defPairingHeap() factory fns
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^7.1.9\",\n- \"@thi.ng/compare\": \"^1.3.33\"\n+ \"@thi.ng/compare\": \"^1.3.33\",\n+ \"@thi.ng/equiv\": \"^1.0.45\"\n},\n\"files\": [\n\"*.js\",\n", "new_path": "packages/heaps/package.json", "old_path": "packages/heaps...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): update all Heap impls, opts, add factories - add HeapOpts.equiv predicate - add thi.ng/equiv dependency - add Heap.remove(), .find(), .findWith() - add defHeap/defDHeap/defPairingHeap() factory fns
1
feat
heaps
679,913
16.08.2021 15:38:48
-7,200
c33027bfe8cc1cb5aa0241767d7bc788ff6b63f6
feat(heaps): add PriorityQueue impl
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,14 @@ export interface HeapOpts<T> {\nexport interface DHeapOpts<T> extends HeapOpts<T> {\nd: number;\n}\n+\n+export interface PriorityQueueOpts<T> {\n+ /**\n+ * Comparator for priorities. Default: ascending order\n+ */\n+ compare: Comparator<number>;\n+ /**\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): add PriorityQueue impl
1
feat
heaps
791,370
16.08.2021 15:42:09
21,600
0b539fecfde7f4df47118ffd4f91d855e082f5ae
docs: move example inline into godoc This change is needed, at least temporarily, to facilitate the splitting of modules. The parent module can't depend on a module that is about to be split out as tidying will fail to resolve import paths as the code no longer exists.
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,50 @@ Authentication and Authorization\nAll the clients in sub-packages support authentication via Google Application Default\nCredentials (see https://cloud.google.com/docs/authentication/production), or\n-by providing a JSON key file for a Service Account. ...
Go
Apache License 2.0
googleapis/google-cloud-go
docs: move example inline into godoc (#4626) This change is needed, at least temporarily, to facilitate the splitting of modules. The parent module can't depend on a module that is about to be split out as tidying will fail to resolve import paths as the code no longer exists.
1
docs
null
756,029
16.08.2021 15:50:35
25,200
b243889d2f5e7c3c279373943b593cf9773c6366
feat(swingset-vat): Thread module format through loadBasedir, swingset config
[ { "change_type": "MODIFY", "diff": "@@ -30,13 +30,23 @@ const allValues = async obj =>\n/**\n* Build the source bundles for the kernel and xsnap vat worker.\n+ *\n+ * @param {Object} [options]\n+ * @param {ModuleFormat} [options.bundleFormat]\n*/\n-export async function buildKernelBundles() {\n+export async...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(swingset-vat): Thread module format through loadBasedir, swingset config
1
feat
swingset-vat
730,417
16.08.2021 15:56:03
14,400
f2d193fdd9a6453c1650925cc6abef456f7f3c81
fix(style): remove extra padding between avatar and text
[ { "change_type": "MODIFY", "diff": "flex-direction: column;\nwidth: calc(100% - 100px);\nborder-radius: 1px;\n- padding: 4px 6px;\n+ padding: 4px 6px 4px 0px;\n}\n.pending .content {\n", "new_path": "packages/node_modules/@webex/react-component-activity-item-base/src/styles.css", "old_path": "packag...
JavaScript
MIT License
webex/react-widgets
fix(style): remove extra padding between avatar and text
1
fix
style
126,276
16.08.2021 15:56:28
10,800
ae91deeb3da91508e866b408cb86d1451224a559
fix(embedded/store): fix constraint condition
[ { "change_type": "MODIFY", "diff": "@@ -435,6 +435,12 @@ func TestAutoIncrementPK(t *testing.T) {\n_, err = engine.ExecStmt(\"INSERT INTO table1(id, title) VALUES (2, 'name2')\", nil, true)\nrequire.ErrorIs(t, err, ErrNoValueForAutoIncrementalColumn)\n+ _, err = engine.ExecStmt(\"UPSERT INTO table1(id, titl...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): fix constraint condition Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
126,276
16.08.2021 15:57:33
10,800
97b6709f4bf7257d840f463335c43725004f55cc
chore(embedded/sql): include constraint only when insert occurs without auto_incremental pk
[ { "change_type": "MODIFY", "diff": "@@ -591,9 +591,11 @@ func (stmt *UpsertIntoStmt) compileUsing(e *Engine, implicitDB *Database, params\nconstraint := store.NoConstraint\n- if stmt.isInsert {\n+ if stmt.isInsert && !table.pk.autoIncrement {\nconstraint = store.MustNotExist\n- } else if table.pk.autoIncrem...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): include constraint only when insert occurs without auto_incremental pk Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
756,029
16.08.2021 15:58:05
25,200
54b4771756ee1bff7be45b63e46d4e79e65af09d
refactor(swingset-runner): Convert autobench from RESM to NESM
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ slog\nvslog\nvlog\nvdump\n+benchstats-*\n", "new_path": "packages/swingset-runner/.gitignore", "old_path": "packages/swingset-runner/.gitignore" }, { "change_type": "RENAME", "diff": "#!/usr/bin/env node\n-const { spawnSync } = require(...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(swingset-runner): Convert autobench from RESM to NESM (#3704)
1
refactor
swingset-runner
756,032
16.08.2021 16:05:38
25,200
102da874e9c62fb4a0acbad208445ffd9b68f0a3
fix: threshold must be a bigint
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ export function buildRootObject(vatPowers, vatParameters) {\nconst meteringConfig = {\nincrementBy: 25_000_000n,\ninitial: 50_000_000n,\n- threshold: 25_000_000,\n+ threshold: 25_000_000n,\nprice: {\nfeeNumerator: 1n,\ncomputronDenominator: 1n, // defaul...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: threshold must be a bigint
1
fix
null
889,620
16.08.2021 16:08:18
-28,800
a3c3a48038ecde6a1be5c4795047f8a37fbb6e11
feat(importer): import sidecars alongside books closes
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ package org.gotson.komga.domain.service\nimport mu.KotlinLogging\nimport org.gotson.komga.application.events.EventPublisher\n+import org.gotson.komga.application.tasks.TaskReceiver\nimport org.gotson.komga.domain.model.Book\nimport org.gotson.komga.domain....
Kotlin
MIT License
gotson/komga
feat(importer): import sidecars alongside books closes #611
1
feat
importer
386,581
16.08.2021 16:12:53
-7,200
dbb7c88f44719277b2583c3b11a2cd150be841d1
fix(build): Refactor build refs. Removed RefBuilder class Split all functions to separate files.
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ import buildAuth from './build/buildAuth/buildAuth';\nimport buildConnections from './build/buildConnections';\nimport buildMenu from './build/buildMenu';\nimport buildPages from './build/buildPages/buildPages';\n-import buildRefs from './build/buildRefs...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Refactor build refs. Removed RefBuilder class Split all functions to separate files.
1
fix
build
76,637
16.08.2021 16:13:16
-10,800
646fd099fc460c789ea0c433dddbdf9e30a6803a
fix: fix regression from
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ class TestConnector extends Connector {\nthis.expected = fs\n.readFileSync(fileName, 'utf-8')\n.split(/\\r?\\n/)\n- .filter(x => !x.startsWith('#'))\n+ .filter((x) => !x.startsWith('#'))\n.filter((x) => x);\nthis.messages = [];\nconst userName = this.set...
JavaScript
MIT License
axa-group/nlp.js
fix: fix regression from #944
1
fix
null
276,993
16.08.2021 16:14:45
10,800
78f6cfdcf9ecb1e637946b49a58c4c629ce21b96
docs: updated description component avatar
[ { "change_type": "MODIFY", "diff": "-### Reference\n-\n-Gympass `<Avatar />` description\n-\n### Default\n```javascript type=expo\n", "new_path": "packages/doc/content/components/components/avatar/avatar-native.mdx", "old_path": "packages/doc/content/components/components/avatar/avatar-native.mdx" ...
JavaScript
MIT License
gympass/yoga
docs: updated description component avatar
1
docs
null
386,581
16.08.2021 16:16:06
-7,200
808f619d19c6b450133861913ee56e69f783fbc0
fix(build): Remove unsupported eval property on _ref.
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,6 @@ function makeRefDefinition(refDefinition) {\npath: getRefPath(refDefinition),\nvars: get(refDefinition, 'vars', { default: {} }),\ntransformer: get(refDefinition, 'transformer'),\n- eval: get(refDefinition, 'eval'),\noriginal: refDefinition,\n};\n}\n", ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Remove unsupported eval property on _ref.
1
fix
build
865,922
16.08.2021 16:28:51
-7,200
e324e43013d8d50495a2a6cb052366042e0353f5
chore(cloudDeployment): relax port validation for clusterUrl
[ { "change_type": "MODIFY", "diff": "@@ -309,5 +309,5 @@ function shallowEquals(a, b) {\n}\nfunction validCloudUrl(url) {\n- return /^(https:\\/\\/|)[a-z\\d-]+\\.[a-z]+-\\d+\\.zeebe\\.camunda\\.io:443/.test(url);\n+ return /^(https:\\/\\/|)[a-z\\d-]+\\.[a-z]+-\\d+\\.zeebe\\.camunda\\.io(:443|)\\/?/.test(url)...
JavaScript
MIT License
camunda/camunda-modeler
chore(cloudDeployment): relax port validation for clusterUrl
1
chore
cloudDeployment
273,683
16.08.2021 16:43:24
-7,200
cbd280245a2dec9b63b7f3d028a376594ec60f02
chore: fix typo in image process queue [ci skip]
[ { "change_type": "MODIFY", "diff": "@@ -347,7 +347,7 @@ async function createPlaceholder (placeholder, pipeline, mimeType, width, height\nswitch (placeholder.type) {\ncase 'blur':\n- return createBlurlaceholder(params)\n+ return createBlurPlaceholder(params)\ncase 'trace':\nreturn createTracePlaceholder(par...
JavaScript
MIT License
gridsome/gridsome
chore: fix typo in image process queue [ci skip]
1
chore
null
756,013
16.08.2021 16:53:31
21,600
4e9d5b0980cae94fdf6d8f78445da5282cbd974f
feat: create feePurse in bootstrap and import to wallet
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ export default async function deployWallet(\n// Claim the payments.\nconst issuerToPetname = new Map();\nconst issuerToPursePetnameP = new Map();\n- const wallet = E(walletVat).getWallet(bank);\n+ const wallet = E(walletVat).getWallet(bank, E(faucet).get...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: create feePurse in bootstrap and import to wallet
1
feat
null
756,029
16.08.2021 16:58:23
25,200
0b897ab04941ce1b690459e3386fd2c02d860f45
fix: Remove superfluous -S for env in shebangs
[ { "change_type": "MODIFY", "diff": "-#!/usr/bin/env -S node\n+#!/usr/bin/env node\nimport 'node-lmdb';\nimport '@agoric/babel-standalone';\n", "new_path": "packages/SwingSet/tools/rekernelize.js", "old_path": "packages/SwingSet/tools/rekernelize.js" }, { "change_type": "MODIFY", "diff": ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Remove superfluous -S for env in shebangs
1
fix
null
889,109
16.08.2021 17:03:40
14,400
4c9fc486cab8aac21b50cebb0e25990f7cffeccf
fix(deps): require google-gax v2.24.1
[ { "change_type": "MODIFY", "diff": "\"extend\": \"^3.0.2\",\n\"gcp-metadata\": \"^4.0.0\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.17.1\",\n+ \"google-gax\": \"^2.24.1\",\n\"on-finished\": \"^2.3.0\",\n\"pumpify\": \"^2.0.1\",\n\"stream-events\": \"^1.0.5\",\n", "new_path": "packag...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix(deps): require google-gax v2.24.1 (#1139)
1
fix
deps
304,908
16.08.2021 17:10:10
-3,600
4001e7c1c5a7e518b35577f9b92b3857e6392334
fix(stdlib): panic Interface conversion error in queryd when calling regexp fn An interface value consists of a "concrete value" and a "dynamic type": [Value, Type] In regex functions, we were checking dynamic type only. So added nil check for concrete value as well fixes: influxdata/idpe#11423
[ { "change_type": "MODIFY", "diff": "@@ -25,14 +25,14 @@ func init() {\nreturn nil, errors.New(codes.Invalid, \"missing argument v\")\n}\n- if v.Type().Nature() == semantic.String {\n+ if !v.IsNull() && v.Type().Nature() == semantic.String {\nre, err := regexp.Compile(v.Str())\nif err != nil {\nreturn nil, e...
Go
MIT License
influxdata/flux
fix(stdlib): panic Interface conversion error in queryd when calling regexp fn (#3961) An interface value consists of a "concrete value" and a "dynamic type": [Value, Type] In regex functions, we were checking dynamic type only. So added nil check for concrete value as well fixes: influxdata/idpe#11423
1
fix
stdlib
531,793
16.08.2021 17:12:49
-3,600
a9ed700ccfd66fc246b9868033b378c6d44683a6
fix(ci): use paths-filter in actions
[ { "change_type": "MODIFY", "diff": "@@ -267,9 +267,10 @@ jobs:\nuses: rlespinasse/github-slug-action@3.5.1\n- name: Get modified files\n- uses: tony84727/changed-file-filter@v0.1.0\n+ uses: dorny/paths-filter@v2.10.2\nid: filter\nwith:\n+ list-files: \"shell\"\nfilters: |\nbackend:\n- 'cmd/**/*'\n@@ -316,9 ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): use paths-filter in actions
1
fix
ci
756,013
16.08.2021 17:26:28
21,600
f93f14ea2ef7256e1ca54a9f0328e2eb7dcce98c
test(solo): fix Zoe fee test
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@agoric/bundle-source\": \"^1.4.7\",\n+ \"@agoric/ertp\": \"^0.11.14\",\n\"ava\": \"^3.12.1\",\n\"c8\": \"^7.7.2\"\n},\n", "new_path": "packages/solo/package.json", "old_path": "packages/solo/package.json" }, { "change_type": ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(solo): fix Zoe fee test
1
test
solo
679,913
16.08.2021 17:27:17
-7,200
5ca6538d04fdc66f5174db5a7d6183979b26465c
feat(heaps): add/update find()/has() impls
[ { "change_type": "MODIFY", "diff": "@@ -180,6 +180,10 @@ export class Heap<T>\n}\n}\n+ has(val: T) {\n+ return this.find(val) !== undefined;\n+ }\n+\nheapify(vals = this.values) {\nfor (let i = (vals.length - 1) >> 1; i >= 0; i--) {\nthis.percolateDown(i, vals);\n", "new_path": "packages/heaps/src/heap....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(heaps): add/update find()/has() impls
1
feat
heaps
791,723
16.08.2021 17:37:06
25,200
6e14d3bd19c17271a9261677a2a1326b0fb09f77
docs(hacking): add links to buildtracker/pr-tracking
[ { "change_type": "MODIFY", "diff": "A few assorted scripts and tips to make hacking on Lighthouse a bit easier\n+# Eng team resources\n+\n+* [LH Build Tracker](https://lh-build-tracker.herokuapp.com/builds/limit/100) - plotted results of [build-tracker](../build-tracker.config.js) [data](../.github/workflow...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(hacking): add links to buildtracker/pr-tracking (#12922)
1
docs
hacking
386,584
16.08.2021 17:52:12
-7,200
006b3b75d89517297c53ca2408c88eb46fe352bb
fix(blocksBasic): Updated List schema.
[ { "change_type": "MODIFY", "diff": "},\n\"scroll\": {\n\"type\": \"boolean\",\n- \"description\": \"Specifies whether scrolling should be applied to the List, can be true or false. Applies the 'overflow' css property to the List block.\"\n+ \"description\": \"Specifies whether scrolling should be applied to...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksBasic): Updated List schema.
1
fix
blocksBasic
791,926
16.08.2021 18:15:24
18,000
5365ead0ab8c2f50e75886fce40129521d0482ca
report: better deduping of warnings
[ { "change_type": "MODIFY", "diff": "@@ -1044,13 +1044,26 @@ describe('GatherRunner', function() {\n'warning0',\n'warning1',\n'warning2',\n+ {\n+ i18nId: 'LH.IcuMessage0',\n+ formattedDefault: 'warning3',\n+ },\n+ {\n+ i18nId: 'LH.IcuMessage1',\n+ formattedDefault: 'warning4',\n+ },\n];\nclass WarningGathere...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: better deduping of warnings (#12355)
1
report
null
915,116
16.08.2021 18:20:36
-19,080
87f4a58cbc9c2075ba5902d64118a073707c3ef7
docs: section for debugging jwks based client errors
[ { "change_type": "MODIFY", "diff": "@@ -138,3 +138,44 @@ hydra clients get --endpoint http://ory-hydra <the-client-id>\nHere you see that `http://my-url/callback` is not in the list, which is why the\nrequest fails.\n+\n+### oauth2/token endpoint fails for jwks based client\n+\n+When trying to get an access...
Go
Apache License 2.0
ory/hydra
docs: section for debugging jwks based client errors (#2680)
1
docs
null
603,467
16.08.2021 19:39:55
-7,200
5dfd45cd5edcc36fe98a07d5abf1f2abfe9f2624
fix(jasmine): ensure JasmineAdapter loads configured "requires" and "helpers" Jasmine loads "requires" when specs are executed, instead of when they're loaded, so we need to call "loadRequires" and "loadHelpers" explicitly before trying to run them. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,8 @@ export class FakeJasmineRunner {\nloadConfig = sinon.spy();\nloadSpecs = sinon.spy();\n+ loadHelpers = sinon.spy();\n+ loadRequires = sinon.spy();\naddReporter = sinon.spy();\naddSpecFiles = sinon.spy();\n", "new_path": "packages/jasmine/spec/adapter...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(jasmine): ensure JasmineAdapter loads configured "requires" and "helpers" Jasmine loads "requires" when specs are executed, instead of when they're loaded, so we need to call "loadRequires" and "loadHelpers" explicitly before trying to run them. Fixes #954
1
fix
jasmine
603,467
16.08.2021 19:42:28
-7,200
23d65e3e248d5c3f3152605ddc5d430224dc10f9
docs(core): added missing API docs
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,13 @@ import { ensure, isDefined } from 'tiny-types';\nimport { ActivityDetails, CorrelationId, Outcome, Timestamp } from '../model';\nimport { DomainEvent } from './DomainEvent';\n+/**\n+ * @desc\n+ * Emitted when an {@link Activity} is finished.\n+ *\n+ * @ab...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(core): added missing API docs
1
docs
core
730,428
16.08.2021 19:48:58
0
ff975b3d2ea181f1de911a2783c42d41a294fda1
chore(release): 0.22.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.22.0](https://github.com/webex/react-widgets/compare/v0.21.0...v0.22.0) (2021-08-16)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.22.0 [skip ci]
1
chore
release
791,704
16.08.2021 20:05:58
18,000
211fe93394e39f694ad804df2e3003a8b3effddc
misc(build): do not include locales in devtools bundle
[ { "change_type": "MODIFY", "diff": "const fs = require('fs');\nconst path = require('path');\nconst assert = require('assert').strict;\n+const stream = require('stream');\nconst mkdir = fs.promises.mkdir;\nconst LighthouseRunner = require('../lighthouse-core/runner.js');\nconst exorcist = require('exorcist'...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): do not include locales in devtools bundle (#12921)
1
misc
build
273,683
16.08.2021 20:51:14
-7,200
b14defbe1afdc87f579d34729cd5496fbfd277d8
feat: typescript support
[ { "change_type": "MODIFY", "diff": "@@ -22,18 +22,6 @@ class Compiler {\nchainWebpack: new AsyncSeriesHook(['chain', 'env']),\ndone: new SyncHook(['columns', 'env'])\n}\n-\n- // Include default minimizers if any custom minimizers are set\n- // TODO: Remove this once `webpack-chain` supports all webpack 5 co...
JavaScript
MIT License
gridsome/gridsome
feat: typescript support (#1467)
1
feat
null
273,683
16.08.2021 21:54:37
-7,200
0ddae7868b6d256a5101a94f6e5f1107c7ec736d
refactor: set correct cache dir for pnp
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,13 @@ module.exports = async (context, options = {}) => {\nconfig.appPath = path.resolve(__dirname, '../../app')\n// Cache paths\n+ if (process.versions.pnp === '1') {\n+ config.cacheDir = resolve('.pnp/.cache/gridsome')\n+ } else if (process.versions.pnp =...
JavaScript
MIT License
gridsome/gridsome
refactor: set correct cache dir for pnp
1
refactor
null
418,570
16.08.2021 22:06:12
-28,800
5de5284c70b44acc73eaaad651fd2edc72d54f28
fix: correct aspect chain bug
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import {\nisAsyncFunction,\nisProxy,\nlistModule,\n+ isClass,\n} from '@midwayjs/decorator';\nimport * as pm from 'picomatch';\nimport { IAspectService, IMidwayContainer } from '../interface';\n@@ -181,7 +182,11 @@ export class MidwayAspectService implemen...
TypeScript
MIT License
midwayjs/midway
fix: correct aspect chain bug (#1204) Co-authored-by: chenzhaozheng <chenzhaozheng@LAPTOP-GK4GS2RH.localdomain>
1
fix
null
386,595
16.08.2021 22:08:06
-7,200
24e0bbc3a849a8d3cc2b4b3313a3530dd0369b03
fix(engine): Remove showValidationErrors from context.
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,6 @@ class State {\nObject.keys(frozenCopy).forEach((key) => {\nthis.set(key, frozenCopy[key]);\n});\n- this.context.showValidationErrors = false;\n}\nfreezeState() {\n", "new_path": "packages/engine/src/State.js", "old_path": "packages/engine/src/Sta...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(engine): Remove showValidationErrors from context.
1
fix
engine
386,595
16.08.2021 22:08:51
-7,200
df6a5904a82d149253849008d32d1e4734aafa58
chore(engine): Test clean up.
[ { "change_type": "MODIFY", "diff": "@@ -23,8 +23,9 @@ const RealDate = Date;\nconst mockDate = jest.fn(() => ({ date: 0 }));\nmockDate.now = jest.fn(() => 0);\n-// Comment out to use console.log\n+// Comment out to use console\nconsole.log = () => {};\n+console.error = () => {};\nbeforeAll(() => {\nglobal.D...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(engine): Test clean up.
1
chore
engine
386,595
16.08.2021 22:10:35
-7,200
6824b07127f86ed19d0239ba903f88ddb4287932
feat(engine): showValidation on block level and params.regex for Validate.
[ { "change_type": "MODIFY", "diff": "@@ -217,6 +217,7 @@ class Blocks {\nconst initState = serializer.copy(initWithState || this.context.state);\nthis.loopBlocks((block) => {\nblock.update = true;\n+ block.showValidation = false;\nif (get(block, 'meta.category') === 'input' || get(block, 'meta.category') ===...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): showValidation on block level and params.regex for Validate.
1
feat
engine
386,595
16.08.2021 22:14:09
-7,200
5926be6da45aff20a1743d8871b8c1dd1ff5d4e9
fix(blocksBasic): Add row-reverse, column-reverse options to List direction.
[ { "change_type": "MODIFY", "diff": "\"properties\": {\n\"direction\": {\n\"type\": \"string\",\n- \"enum\": [\"row\", \"column\"],\n+ \"enum\": [\"row\", \"column\", \"row-reverse\", \"column-reverse\"],\n\"description\": \"List content along a 'row' or down a 'column'. Applies the 'flex-direction' css prop...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksBasic): Add row-reverse, column-reverse options to List direction.
1
fix
blocksBasic
418,669
16.08.2021 22:31:40
-28,800
c826e6899c884af9f3365ab77b95449a68889afe
fix: encode request path in serverless
[ { "change_type": "MODIFY", "diff": "@@ -57,8 +57,10 @@ module.exports = engine => {\nif (eggApp.config.proxy && !context.headers['X-Forwarded-For']) {\ncontext.headers['X-Forwarded-For'] = context.ip;\n}\n+ // fix path for special characters, eg chinese.\n+ const path = encodeURI(context.path);\nconst reque...
TypeScript
MIT License
midwayjs/midway
fix: encode request path in serverless (#1230)
1
fix
null
791,622
16.08.2021 22:44:22
14,400
16a1eff34897567efa5f2116562e36325edce019
fix(deps): google-gax v2.24.1
[ { "change_type": "MODIFY", "diff": "\"arrify\": \"^2.0.0\",\n\"extend\": \"^3.0.2\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.17.1\",\n+ \"google-gax\": \"^2.24.1\",\n\"is-stream-ended\": \"^0.1.4\",\n\"lodash.snakecase\": \"^4.1.1\",\n\"p-defer\": \"^3.0.0\"\n", "new_path": "packag...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix(deps): google-gax v2.24.1 (#1377)
1
fix
deps
679,913
17.08.2021 00:23:42
-7,200
8ce66b4de0dcac31330e0626983823d4cd775ca1
refactor(geom-clip-line): dedupe segment collection
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,7 @@ export const clipLinePoly = (\npts,\ntrue\n).isec;\n- if (!isecs) return;\n- const segments: Vec[][] = [];\n- for (let i = 0, n = isecs.length - 1; i < n; i += 2) {\n- segments.push([<Vec>isecs[i], <Vec>isecs[i + 1]]);\n- }\n- return segments;\n+ return...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-clip-line): dedupe segment collection
1
refactor
geom-clip-line
679,913
17.08.2021 01:09:44
-7,200
e847a27c4778ccef539ba2779bbf9516acfe940f
refactor(associative): update internal destructures
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,8 @@ export class EquivMap<K, V>\nIterable<Pair<K, V>>,\nICopy<EquivMap<K, V>>,\nIEmpty<EquivMap<K, V>>,\n- IEquiv {\n+ IEquiv\n+{\n/**\n* Creates a new instance with optional initial key-value pairs and\n* provided options. If no `opts` are given, uses `Arra...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): update internal destructures
1
refactor
associative
679,913
17.08.2021 01:11:31
-7,200
40383fa5b817d21602c1ac88eb2e30c7e99599ae
refactor(associative): update ArraySet.get() add explicit thi.ng/array dep (already was a transient dep) update destructuring
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^7.1.9\",\n+ \"@thi.ng/arrays\": \"^1.0.1\",\n\"@thi.ng/binary\": \"^2.2.9\",\n\"@thi.ng/checks\": \"^2.9.10\",\n\"@thi.ng/compare\": \"^1.3.33\",\n", "new_path": "packages/associative/package.json", "old_path": "package...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): update ArraySet.get() - add explicit thi.ng/array dep (already was a transient dep) - update destructuring
1
refactor
associative
915,035
17.08.2021 08:59:29
0
10944a7992956b10078ac434999ff4d8da11d031
autogen: add v1.10.5 to version.schema.json
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.10.5-pre.1/spec/config.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v1.10.5\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubusercontent.com/ory/hydra/...
Go
Apache License 2.0
ory/hydra
autogen: add v1.10.5 to version.schema.json
1
autogen
null
306,885
17.08.2021 09:30:09
-7,200
81aa33d37c4417f64e216fab397e02280a52c5a7
chore(*): replace local commit linting with new component script
[ { "change_type": "DELETE", "diff": "-#!/bin/sh\n-. \"$(dirname \"$0\")/_/husky.sh\"\n-\n-yarn update:commit-scopes && yarn commitlint --edit $1\n", "new_path": null, "old_path": ".husky/commit-msg" }, { "change_type": "MODIFY", "diff": "\"clean:packages\": \"lerna clean --yes\",\n\"clean...
TypeScript
MIT License
inovex/elements
chore(*): replace local commit linting with new component script (#412)
1
chore
*
756,013
17.08.2021 09:55:59
21,600
03c39c9033fc6bc06bdde6ba54f92405163e7bab
chore(vats): increase the amount of RUN on the sim-chain
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ const fromCosmosIssuerEntries = centralRecord => [\nCENTRAL_ISSUER_NAME,\n{\nissuerArgs: [undefined, { decimalPlaces: 6 }],\n- defaultPurses: [['Agoric RUN currency', scaleMicro(17)]],\n+ defaultPurses: [['Agoric RUN currency', scaleMicro(53)]],\nbankPur...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(vats): increase the amount of RUN on the sim-chain
1
chore
vats
756,013
17.08.2021 09:56:28
21,600
551314b9b0723b0cd17bdd63406860738f389044
ci(integration): use `#getting-started-branch`
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,27 @@ jobs:\nrestore-keys: |\n${{ runner.os }}-yarn-\n+ # Select a branch on dapp to test against by adding text to the body of the\n+ # pull request. For example: #dapp-encouragement-branch: zoe-release-0.7.0\n+ # The default is 'main'\n+ - name: Get the app...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(integration): use `#getting-started-branch`
1
ci
integration
104,826
17.08.2021 09:58:50
10,800
e7e7ed568486ecf56cd2ae64484f15cde2af6d97
fix(idletimer): Adding support for touch events when detecting idle user activity
[ { "change_type": "MODIFY", "diff": "@@ -104,6 +104,10 @@ class IdleTimer {\nwindow.addEventListener('mousedown', this.eventHandler);\nwindow.addEventListener('scroll', this.eventHandler);\nwindow.addEventListener('keydown', this.eventHandler);\n+ window.addEventListener('touchstart', this.eventHandler);\n+ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(idletimer): Adding support for touch events when detecting idle user activity
1
fix
idletimer
401,126
17.08.2021 10:15:57
14,400
c05df3504bb1221b7af601f41a952c443ac6f6f9
fix: revert some padding/border row changes affects:
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,13 @@ const getBorderStyle = (rowHoveredStyle: 'shadow' | 'outlined') =>\n`\n: ``;\n+const getPadding = (rowHoveredStyle: 'shadow' | 'outlined') =>\n+ rowHoveredStyle === 'outlined'\n+ ? css`\n+ padding-bottom: 0.1rem;\n+ `\n+ : '';\n+\nconst normalStyle = cs...
TypeScript
MIT License
medly/medly-components
fix: revert some padding/border row changes affects: @medly-components/core
1
fix
null
756,013
17.08.2021 10:24:32
21,600
9abdf5243fe89d938ea1be4f572346c764462c45
refactor(wallet): clear up `initIssuerToBoardId`
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,25 @@ export function makeWallet({\n/** @type {WeakStore<Issuer, string>} */\nconst issuerToBoardId = makeScalarWeakMap('issuer');\n+ // Idempotently initialize the issuer's synchronous boardId mapping.\n+ const initIssuerToBoardId = async issuer => {\n+ if (...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(wallet): clear up `initIssuerToBoardId`
1
refactor
wallet
730,445
17.08.2021 10:24:38
25,200
0193522303bbc82d1334f9aeb890eca2660d11bb
fix(deps): added glob-parent to resolutions
[ { "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": "},\n\"resolutions\": {\n\"set-value\": \"3.0.2\",\n- \"terser-webpack-plugin\": ...
JavaScript
MIT License
webex/webex-js-sdk
fix(deps): added glob-parent to resolutions
1
fix
deps
401,126
17.08.2021 10:42:44
14,400
3616984e9060ababcc4ddb25124227118071e319
fix: decrease size of pagination component buttons for XS table size to limit footer to 4.0rem heigh affects:
[ { "change_type": "MODIFY", "diff": "import { styled } from '@medly-components/utils';\n+import Pagination from '../../Pagination';\nimport Text from '../../Text';\nimport { TableProps } from '../types';\n+export const FootPagination = styled(Pagination)<{ tableSize: TableProps['size'] }>`\n+ & button {\n+ h...
TypeScript
MIT License
medly/medly-components
fix: decrease size of pagination component buttons for XS table size to limit footer to 4.0rem heigh affects: @medly-components/core
1
fix
null
277,286
17.08.2021 10:50:54
-7,200
e3b2fded55a3a8b56f992460d57a2727bbad3e20
feat: Add inline prop to ui.checklist. Closes
[ { "change_type": "ADD", "diff": "+# Form / Checklist / Inline\n+# Use a #checklist to group a set of related checkboxes.\n+# #form\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+choices = ['Egg', 'Bacon', 'Spam', 'Hamburger', 'Banana', 'Orange', 'Strawberry', 'Apple']\n+\n+\n+@app('/demo')\n+async ...
Python
Apache License 2.0
h2oai/wave
feat: Add inline prop to ui.checklist. Closes #959
1
feat
null
756,013
17.08.2021 10:52:11
21,600
181b5cf07e164d4433d68f8bd369aa94b8dceed6
test(SwingSet): use `xs-worker` to avoid GC nondeterminism
[ { "change_type": "MODIFY", "diff": "@@ -31,13 +31,13 @@ function findClist(c, vatID, kref) {\nasync function dropPresence(t, dropExport) {\nconst config = {\nbootstrap: 'bootstrap',\n+ defaultManagerType: 'xs-worker', // Avoid local vat nondeterminism\nvats: {\nbootstrap: {\nsourceSpec: new URL('bootstrap.j...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(SwingSet): use `xs-worker` to avoid GC nondeterminism
1
test
SwingSet
141,585
17.08.2021 10:56:20
-36,000
06382c7910853e3d6ee93b35b3a0f5d3ef9c1f5c
feat: Animate empty state illustration By default empty state components should animate and play once isAnimated and loop props exposed on EmptyState (with defaults to be set to animate once)
[ { "change_type": "MODIFY", "diff": "import classnames from \"classnames\"\nimport * as React from \"react\"\n-import { useTheme } from \"@kaizen/design-tokens\"\nimport {\nEmptyStatesAction,\nEmptyStatesInformative,\nEmptyStatesNegative,\nEmptyStatesNeutral,\nEmptyStatesPositive,\n+ AnimatedProps,\n} from \...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Animate empty state illustration (#1839) - By default empty state components should animate and play once - isAnimated and loop props exposed on EmptyState (with defaults to be set to animate once)
1
feat
null
276,941
17.08.2021 10:58:12
10,800
a0b1ce7efc5b9b90a551740c6c3dacc95e97ffe0
feat(result): add result component to native components modules and update findComponent regex this commit add the result and avatar component to yogaNativeComponents modules and alter the findComponent regex so that the imports of the components work correctly and it is possible to view the component in the expo emula...
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import {\n} from './shared/modules';\nconst buildImportString = (code, modules) => {\n- const findComponents = /(?:<|{)(\\w*)(?=\\s*?\\/?>*)/gm;\n+ const findComponents = /(?:<|: |{)(\\w*)(?=\\s*?\\/?>*)/gm;\nconst findStyledComponents = /styled\\(\\w*/g...
JavaScript
MIT License
gympass/yoga
feat(result): add result component to native components modules and update findComponent regex this commit add the result and avatar component to yogaNativeComponents modules and alter the findComponent regex so that the imports of the components work correctly and it is possible to view the component in the expo emul...
1
feat
result