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,595
04.06.2021 11:29:57
-7,200
5ff0e16d0d987f819f9e1eb9820fd756634e4a2f
fix(docs): Add lowdefy versions to docs.
[ { "change_type": "MODIFY", "diff": "- id: _yaml\ntype: MenuLink\npageId: _yaml\n+ - id: versions\n+ type: MenuGroup\n+ properties:\n+ title: Lowdefy Versions\n+ icon: BranchesOutlined\n+ links:\n+ - id: latest\n+ type: MenuLink\n+ url: https://docs.lowdefy.com\n+ properties:\n+ title: Latest\n+ - id: v3.16....
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Add lowdefy versions to docs.
1
fix
docs
380,875
04.06.2021 12:04:12
14,400
a529aca239b232926b786811f9ac03c9b771417b
fix: po-gettext format issues with CLI
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ const formats: Record<CatalogFormat, CatalogFormatter> = {\ntype CatalogFormatOptionsInternal = {\nlocale: string\n+ disableSelectWarning?: boolean\n} & CatalogFormatOptions\nexport type CatalogFormatter = {\n", "new_path": "packages/cli/src/api/form...
TypeScript
MIT License
lingui/js-lingui
fix: po-gettext format issues with CLI (#1073)
1
fix
null
276,989
04.06.2021 13:17:20
10,800
972d99ded07ddfe726db7ee1632e05e81668d200
refactor(system): change border radius shorthand conflicting with border-right from br to bRadius
[ { "change_type": "RENAME", "diff": "@@ -14,9 +14,7 @@ const Square = styled.div`\n${backgroundColor}\n`;\n-render(() => {\n- return <Square bgColor=\"hope\" />;\n-});\n+render(() => <Square bgColor=\"hope\" />);\n```\n<br />\n", "new_path": "packages/doc/content/system/system/backgroundColor.mdx", "...
JavaScript
MIT License
gympass/yoga
refactor(system): change border radius shorthand conflicting with border-right from br to bRadius
1
refactor
system
276,989
04.06.2021 13:21:00
10,800
bf5d7e564529e7a58ff09a900497365aff922fa9
refactor(system): fixing wrongly getting the fontSizes referente from theme object
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const getSpacing = props => getFromTheme(props)('spacing');\nconst getBorder = props => getFromTheme(props)('borders');\nconst getBorderRadius = props => getFromTheme(props)('radii');\nconst getColor = props => getFromTheme(props)('colors');\n-const getF...
JavaScript
MIT License
gympass/yoga
refactor(system): fixing wrongly getting the fontSizes referente from theme object
1
refactor
system
276,989
04.06.2021 13:21:47
10,800
8ce43c27e51d6145b7adf63cb90440473a8e2668
chore(system): add yoga-system to metro config
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ module.exports = (async () => {\n`${reactNativeLib}/packages/icons`,\n`${reactNativeLib}/packages/tokens`,\n`${reactNativeLib}/packages/common`,\n+ `${reactNativeLib}/packages/system`,\n],\nresolver: {\nextraNodeModules: {\n", "new_path": "packages/l...
JavaScript
MIT License
gympass/yoga
chore(system): add yoga-system to metro config
1
chore
system
276,989
04.06.2021 14:08:43
10,800
019699df5defe7b4d2e4e4e623bab737341ebafe
docs(system): add advertisement for RN users
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,11 @@ render(() => {\nThe `spacing` module has all the listed above\n+_For React Native users, we strongly recommend the usage of shorthands due to\n+[some](https://github.com/facebook/react-native/issues/12469) &nbsp;\n+[conflicts](https://github.com/styled-...
JavaScript
MIT License
gympass/yoga
docs(system): add advertisement for RN users
1
docs
system
276,989
04.06.2021 14:53:15
10,800
6c5a4e1fdee51d8c901ecf75075df89baab098e7
docs(system): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ metaTitle: 'System - Typography'\nmetaDescription: '@gympass/yoga-system typography'\n---\n-## border\n+## typography\n```javascript state\nconst Typography = styled.div`\n@@ -13,7 +13,7 @@ const Typography = styled.div`\nrender(() => {\nreturn (\n- <Typog...
JavaScript
MIT License
gympass/yoga
docs(system): fix typo
1
docs
system
756,059
04.06.2021 15:01:14
25,200
18d6050150dae08f03319ca2ffae0fd985e92164
feat: support vats without transcripts, notably the comms vat (to start with) Implements
[ { "change_type": "MODIFY", "diff": "@@ -290,6 +290,7 @@ export async function initializeSwingset(\n// non-local workers any time soon.\nenableSetup: true,\nmanagerType: 'local',\n+ useTranscript: false,\n},\n};\n", "new_path": "packages/SwingSet/src/initializeSwingset.js", "old_path": "packages/Swin...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: support vats without transcripts, notably the comms vat (to start with) Implements #3217
1
feat
null
306,309
04.06.2021 15:22:07
-3,600
b6578fe5879dbd04a0942d981d51bca4b5a13f71
docs: clarify Azure lookupRegion usage
[ { "change_type": "MODIFY", "diff": "@@ -473,7 +473,7 @@ The following notes are general guidelines, please leave a comment in your pull\n> **Note:** Developing Azure resources requires Azure creds. See below for details.\n-- Unless the resource has global or zone-based pricing, the first line of the resourc...
Go
Apache License 2.0
infracost/infracost
docs: clarify Azure lookupRegion usage
1
docs
null
276,946
04.06.2021 15:25:36
10,800
3afb118bf188263395853d4f53fdf146cb58f193
docs(chips): update documentation examples
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,63 @@ Gympass `<Chips />` description\n### Usage\n-```javascript type=expo\n- <Chips />\n+```javascript type=expo state\n+const { useState } = React;\n+\n+function App() {\n+ const [first, toggleFirst] = useState(false);\n+ const [second, toggleSecond] = useSta...
JavaScript
MIT License
gympass/yoga
docs(chips): update documentation examples
1
docs
chips
617,455
04.06.2021 15:26:10
-7,200
4486678c926bf8444acb9d41749a5388f8869421
feat(meta): use the theme and CC to build title for contribution pages
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,32 @@ class PageContribution extends React.Component {\nreturn { data };\n}\n+ function;\n+\n+ buildTitleAndDescription(breadcrumbs, conventionAnswer, title, description) {\n+ if (breadcrumbs && breadcrumbs.length > 0 && conventionAnswer) {\n+ const titleWith...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(meta): use the theme and CC to build title for contribution pages (#3540)
1
feat
meta
141,508
04.06.2021 15:26:44
-36,000
e2446f0b6ec0c179f52576348186cc6c95eaca01
chore: Default Storybook to Heart
[ { "change_type": "MODIFY", "diff": "/* eslint-disable import/no-extraneous-dependencies */\n-import {\n- defaultTheme,\n- heartTheme,\n- ThemeManager,\n- zenTheme,\n-} from \"@kaizen/design-tokens\"\n+import { heartTheme, ThemeManager, zenTheme } from \"@kaizen/design-tokens\"\nimport { THEME_KEY_STORE_KEY ...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Default Storybook to Heart (#1674)
1
chore
null
791,407
04.06.2021 15:32:09
14,400
2095028bb83edddddefa52ce4bb343ed1744b91c
fix(bigtable/bttest): fix ModifyColumnFamilies to purge data Adds TestModifyColumnFamilies to test that it works Tested vs. real bigtable.
[ { "change_type": "MODIFY", "diff": "@@ -228,6 +228,15 @@ func (s *server) ModifyColumnFamilies(ctx context.Context, req *btapb.ModifyColu\nreturn nil, fmt.Errorf(\"can't delete unknown family %q\", mod.Id)\n}\ndelete(tbl.families, mod.Id)\n+\n+ // Purge all data for this column family\n+ tbl.rows.Ascend(fun...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(bigtable/bttest): fix ModifyColumnFamilies to purge data (#4096) - Adds TestModifyColumnFamilies to test that it works Tested vs. real bigtable.
1
fix
bigtable/bttest
71,094
04.06.2021 15:49:03
-3,600
f932e0fbcf95f755d11bd322e6ac9c350b38c149
feat(s3): support ExpiredObjectDeleteMarker 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": "@@ -1656,6 +1656,7 @@ export class Bucket extends BucketBase {\ntransitionDate: t.transitionDate,\ntransitionInDays: t.transitionAfter && t.transitionAfter.toDays(),\n})),\n+ expiredObjectDeleteMarker: rule.expiredObjectDeleteMarker,\ntagFilters: self.parseTagFilters(rule...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(s3): support ExpiredObjectDeleteMarker (#14970) Fixes #14752 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
s3
551,636
04.06.2021 15:51:59
-3,600
6cea534f82cbc2ae05f46af257ee42588084f07c
fix(cairo): possible NPE where returning reader to pool
[ { "change_type": "MODIFY", "diff": "@@ -310,7 +310,7 @@ public class ReaderPool extends AbstractPool implements ResourcePool<TableReader\nif (Unsafe.arrayGetVolatile(e.allocations, index) != UNALLOCATED) {\nLOG.debug().$('\\'').$(name).$(\"' is back [at=\").$(e.index).$(':').$(index).$(\", thread=\").$(thre...
Java
Apache License 2.0
questdb/questdb
fix(cairo): possible NPE where returning reader to pool (#1097)
1
fix
cairo
471,355
04.06.2021 16:06:14
-7,200
164f95a5c222f6cecaf2380b636404a8d4925b63
feat: use rpcMetadata to update http span name
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import { hrTime } from '@opentelemetry/core';\n+import {\n+ hrTime,\n+ setRPCMetadata,\n+ getRPCMetadata,\n+ RPCType,\n+} from '@opentelemetry/core';\nimport { trace, context, diag, SpanAttributes } from '@opentelemetry/api';\nimport...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat: use rpcMetadata to update http span name #464 (#517)
1
feat
null
551,636
04.06.2021 16:43:22
-3,600
e5b193992d02de29a71541e4e08064f003156336
chore(sql): we used map with capacity too big for finding out distinct rows in table with timestamp
[ { "change_type": "MODIFY", "diff": "@@ -200,6 +200,8 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate final long instanceHashHi;\nprivate final int sqlTxnScoreboardEntryCount;\nprivate final boolean o3QuickSortEnabled;\n+ private final int sqlDistinctTimestampKeyCapacity;\n+...
Java
Apache License 2.0
questdb/questdb
chore(sql): we used map with capacity too big for finding out distinct rows in table with timestamp (#1096)
1
chore
sql
67,479
04.06.2021 16:51:40
-36,000
673c8acfe60bd91a58e61ff5f671cf2d071888ca
refactor(children): make children observer a controlled observer the owning controller of these observers should be responsible for starting/stopping, instead of the observer starting/stopping themselves based on the subscribers
[ { "change_type": "MODIFY", "diff": "-import { children, CustomElement, PartialChildrenDefinition, Aurelia } from '@aurelia/runtime-html';\n-import { TestContext, assert } from '@aurelia/testing';\n+import { children, CustomElement, PartialChildrenDefinition, Aurelia, customElement } from '@aurelia/runtime-h...
TypeScript
MIT License
aurelia/aurelia
refactor(children): make children observer a controlled observer the owning controller of these observers should be responsible for starting/stopping, instead of the observer starting/stopping themselves based on the subscribers
1
refactor
children
386,581
04.06.2021 16:58:07
-7,200
08cd1db7e6b9f81ff84fc944bcacc515868cb3a3
chore: Cleanup config
[ { "change_type": "MODIFY", "diff": "}\n}\n]\n- ],\n- \"ignore\": [\"./src/shell\"]\n+ ]\n}\n", "new_path": "packages/servers/serverAwsLambda/.babelrc", "old_path": "packages/servers/serverAwsLambda/.babelrc" }, { "change_type": "MODIFY", "diff": "}\n}\n]\n- ],\n- \"ignore\": [\"./src/she...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Cleanup config
1
chore
null
791,682
04.06.2021 17:37:46
14,400
27f73cd377ef93a4105f98d7d379bf603df31400
core(fr): convert script-elements gatherer
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ const artifacts = {\nPasswordInputsWithPreventedPaste: '',\nResponseCompression: '',\nRobotsTxt: '',\n+ ScriptElements: '',\nSourceMaps: '',\nStacks: '',\nTagsBlockingFirstPaint: '',\n@@ -91,6 +92,7 @@ const defaultConfig = {\n{id: artifacts.PasswordInpu...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): convert script-elements gatherer (#12621)
1
core
fr
269,464
04.06.2021 18:11:29
0
39e57929937d9b992a6d44b67c42fb222e34043e
fix: env templates closes
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import (\n\"errors\"\n\"fmt\"\n\"os\"\n+ \"strings\"\n\"github.com/apex/log\"\n\"github.com/goreleaser/goreleaser/internal/tmpl\"\n@@ -49,7 +50,11 @@ func (Pipe) Run(ctx *context.Context) error {\nif err != nil {\nreturn err\n}\n- ctx.Config.Env[i] = env\n...
Go
MIT License
goreleaser/goreleaser
fix: env templates closes #2281 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
fix
null
777,366
04.06.2021 18:18:05
14,400
ed896c772f8baef1ce776e91831e8c635271b381
fix: python api create experiment bug
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ class ContextItem:\ndef dict(self) -> Dict[str, Any]:\nd = {\"path\": self.path, \"type\": self.type, \"uid\": self.uid, \"gid\": self.gid}\n- if self.type == ord(tarfile.REGTYPE):\n+ if self.type in (ord(tarfile.REGTYPE), ord(tarfile.DIRTYPE)):\nd[\"con...
Python
Apache License 2.0
determined-ai/determined
fix: python api create experiment bug (#2510)
1
fix
null
730,496
04.06.2021 18:55:17
-3,600
9cc76f3a1f6cd42d0735e27294b0321caf58e839
fix(meetings): avoid sending unmutedByOthers event when not muted on entry
[ { "change_type": "MODIFY", "diff": "@@ -253,12 +253,16 @@ SelfUtils.isAdmittedGuest = (oldSelf, changedSelf) => {\nreturn SelfUtils.isLocusGuestUnadmitted(oldSelf) && SelfUtils.isLocusGuestAdmitted(changedSelf);\n};\n-SelfUtils.mutedByOthersChanged = (oldSelf = {}, changedSelf) => {\n+SelfUtils.mutedByOther...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): avoid sending unmutedByOthers event when not muted on entry
1
fix
meetings
730,496
04.06.2021 18:56:10
-3,600
9c94a42383a6c9cf156491569570b5a2b1693cb5
fix(meetings): correctly initialise video MuteState instance
[ { "change_type": "MODIFY", "diff": "@@ -41,8 +41,9 @@ class MuteState {\n},\nserver: {\nlocalMute: false,\n- remoteMute: meeting.remoteMuted,\n- unmuteAllowed: meeting.unmuteAllowed\n+ // initial values available only for audio (REMOTE_MUTE_VIDEO_MISSING_IMPLEMENTATION)\n+ remoteMute: type === AUDIO ? meeti...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): correctly initialise video MuteState instance
1
fix
meetings
317,646
04.06.2021 19:27:39
-7,200
930f9de1146c37c593201beb25f6ed4c73574a0d
feat: nbgv segment resolves
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,7 @@ module.exports = {\n\"java\",\n\"julia\",\n\"kubectl\",\n+ \"nbgv\",\n\"node\",\n\"os\",\n\"path\",\n", "new_path": "docs/sidebars.js", "old_path": "docs/sidebars.js" }, { "change_type": "MODIFY", "diff": "@@ -116,6 +116,8 @@ const (\...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: nbgv segment resolves #777
1
feat
null
730,496
04.06.2021 19:29:53
-3,600
00ba0d26d41613996b7f20962bf1b24440189cf2
fix(meetings): put payload back into mute related events
[ { "change_type": "MODIFY", "diff": "@@ -275,6 +275,7 @@ const logRequest = (request, {header = '', success = '', failure = ''}) => {\n* @event meeting:self:unmutedByOthers\n* @instance\n* @type {Object}\n+ * @property {Object} payload\n* @memberof Meeting\n*/\n@@ -284,7 +285,8 @@ const logRequest = (request...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): put payload back into mute related events
1
fix
meetings
756,029
04.06.2021 21:32:40
25,200
90b07d8faef4d30ae07e909548ce2798db7dd816
fix: Sync versions locally
[ { "change_type": "MODIFY", "diff": "\"@agoric/notifier\": \"^0.3.14\",\n\"@agoric/promise-kit\": \"^0.2.13\",\n\"@agoric/store\": \"^0.4.14\",\n- \"@agoric/swing-store-lmdb\": \"^0.4.11\",\n+ \"@agoric/swing-store-lmdb\": \"^0.4.12\",\n\"@agoric/swing-store-simple\": \"^0.3.9\",\n\"@agoric/tame-metering\": ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Sync versions locally
1
fix
null
756,029
04.06.2021 21:52:32
25,200
5a2f8b90a66c5fe49e84256085c33b58a9912fd7
refactor: Remove ESM update detector
[ { "change_type": "DELETE", "diff": "-name: Is patches/esm+3.2.25 still relevant?\n-\n-# run CI on pushes to master, and on all PRs (even the ones that target other\n-# branches)\n-on:\n- push:\n- branches: [master]\n- pull_request:\n-\n-jobs:\n- check:\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: Remove ESM update detector
1
refactor
null
277,007
04.06.2021 22:17:11
10,800
375c3946375244a97b70509224f3d4c3089336b8
fix(input): adjust error helper color on input focus
[ { "change_type": "MODIFY", "diff": "import styled from 'styled-components';\n-import { Wrapper as HelperWrapper } from './Helper';\nconst Fieldset = styled.fieldset`\nposition: relative;\n@@ -39,9 +38,7 @@ const Fieldset = styled.fieldset`\n${disabled ? `border-color: ${colors.elements.lineAndBorders};` : '...
JavaScript
MIT License
gympass/yoga
fix(input): adjust error helper color on input focus
1
fix
input
756,029
04.06.2021 22:27:42
25,200
9bc782b7f74e89ff15ab591fea1c9743f6d1049a
refactor: Migrate from to ses-ava
[ { "change_type": "MODIFY", "diff": "// that, or should we just move tools/* into test/ ?\n//\n// eslint-disable-next-line import/no-extraneous-dependencies\n-import { wrapTest } from '@agoric/ses-ava';\n+import { wrapTest } from '@endo/ses-ava';\nimport './prepare-test-env';\n// eslint-disable-next-line imp...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: Migrate from @agoric to @endo ses-ava
1
refactor
null
603,467
04.06.2021 23:14:21
-3,600
167f986b9cb411652e919c06559ca2091fcf9f26
ci(saucelabs): enable sauce connect tunnels
[ { "change_type": "MODIFY", "diff": "@@ -60,13 +60,6 @@ jobs:\nsteps:\n- name: Checkout repository\nuses: actions/checkout@v2\n- - name: apt-get update\n- run: sudo apt-get update\n- continue-on-error: true\n- - name: Update Chrome\n- run: |\n- sudo apt-get --only-upgrade install google-chrome-stable\n- goog...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(saucelabs): enable sauce connect tunnels
1
ci
saucelabs
269,464
05.06.2021 02:13:33
0
a9ea729c96884a905505ef29b747675033f714a1
chore(ci): params
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ jobs:\nTWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}\nrun: |\nif [[ $GITHUB_REF == refs/tags/v* ]]; then\n- ./goreleaser --auto-snapshot\n+ ./goreleaser\nelif [[ $GITHUB_REF == refs/heads/master ]]; then\n./goreleaser --snapshot...
Go
MIT License
goreleaser/goreleaser
chore(ci): params Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
chore
ci
599,886
05.06.2021 09:17:41
-32,400
0918b254132b0541999486e1f0679d0c0cd65864
revert(requests): go back to old modifiedBy request values for now
[ { "change_type": "MODIFY", "diff": "@@ -293,7 +293,20 @@ requestRoutes.post('/', async (req, res, next) => {\n)\n? MediaRequestStatus.APPROVED\n: MediaRequestStatus.PENDING,\n- modifiedBy: requestUser.id === req.user?.id ? undefined : req.user,\n+ modifiedBy: req.user?.hasPermission(\n+ [\n+ req.body.is4k\n...
TypeScript
MIT License
sct/overseerr
revert(requests): go back to old modifiedBy request values for now
1
revert
requests
317,646
05.06.2021 11:20:09
-7,200
a4d1c770ae57423b3127e22329f6c12ce43acc3c
docs: add pwsh module themes location info
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,12 @@ cmdlet.\nGet-PoshThemes\n```\n+The module installs all themes in the module folder. To find the actual files, you can use the following command:\n+\n+```powershell\n+Get-ChildItem \"$((Get-Module oh-my-posh).ModuleBase)/themes\"\n+```\n+\n## Replace you...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: add pwsh module themes location info
1
docs
null
599,886
05.06.2021 13:55:44
-32,400
f09aba04e45df3b53a23caa764b14905bbf2b9ae
refactor: update discord links to use new vanity url
[ { "change_type": "MODIFY", "diff": "blank_issues_enabled: false\ncontact_links:\n- name: Support via Discord\n- url: https://discord.gg/PkCWJSeCk7\n+ url: https://discord.gg/overseerr\nabout: Chat with users and devs on support and setup related topics.\n- name: Support via GitHub Discussions\nurl: https://...
TypeScript
MIT License
sct/overseerr
refactor: update discord links to use new vanity url
1
refactor
null
217,237
05.06.2021 13:59:16
-10,800
882910cf097112fa5ce115e87dd59b3b0bde2999
feat(cross-communication): minor refinements
[ { "change_type": "MODIFY", "diff": "---\n-sidebar_position: 3\n+sidebar_position: 4\nsidebar_label: App splitting\n---\n", "new_path": "docs/concepts/app-splitting.md", "old_path": "docs/concepts/app-splitting.md" } ]
JavaScript
MIT License
feature-sliced/documentation
feat(cross-communication): minor refinements
1
feat
cross-communication
317,842
05.06.2021 14:08:45
-7,200
abe3d0990ba49752bd4876d4011a4d5d3e677886
feat: -list parameter added to Get-PoshThemes list display the theme full path instead of the preview Themes location added at the end
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ Get-PoshThemes\nThe module installs all themes in the module folder. To find the actual files, you can use the following command:\n```powershell\n-Get-ChildItem \"$((Get-Module oh-my-posh).ModuleBase)/themes\"\n+Get-PoshThemes -list\n```\n## Replace your...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: -list parameter added to Get-PoshThemes -list display the theme full path instead of the preview Themes location added at the end
1
feat
null
317,646
05.06.2021 16:14:44
-7,200
dcada48c9d7d9e1904a2271387918844aaf9465c
feat: tooltip support
[ { "change_type": "MODIFY", "diff": "\"program\": \"${workspaceRoot}/src\",\n\"args\": [\"--config=${workspaceRoot}/themes/jandedobbeleer.omp.json\", \"--shell=pwsh\"]\n},\n+ {\n+ \"name\": \"Launch Tooltip\",\n+ \"type\": \"go\",\n+ \"request\": \"launch\",\n+ \"mode\": \"debug\",\n+ \"program\": \"${worksp...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: tooltip support
1
feat
null
317,646
05.06.2021 19:29:50
-7,200
dbcd16b41267f38d43ec48c863aa31a1e667f4a2
fix(winget): remove duplicate installer
[ { "change_type": "MODIFY", "diff": "@@ -3,10 +3,6 @@ PackageVersion: <VERSION>\nInstallModes:\n- \"silent\"\nInstallers:\n-- Architecture: x64\n- InstallerType: inno\n- InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install.exe\n- InstallerSha256: <HASH>\n- Architect...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(winget): remove duplicate installer
1
fix
winget
603,467
06.06.2021 01:43:51
-3,600
be10708b9852cee986afaac50e4ee156d50296ae
chore(core): corrected eslint configuration
[ { "change_type": "MODIFY", "diff": "@@ -177,7 +177,7 @@ class WIP {\n}\n}\n- return undefined; // eslint:disable-line:unicorn/no-useless-undefined\n+ return undefined; // eslint-disable-line unicorn/no-useless-undefined\n}\n}\n", "new_path": "packages/core/src/stage/StageManager.ts", "old_path": "pa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(core): corrected eslint configuration
1
chore
core
603,467
06.06.2021 02:10:03
-3,600
c4d1ae0144b0254588e3666fd47715f27cd1dea0
ci(github): keep Chrome up-to-date in the pipeline
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,13 @@ jobs:\nsteps:\n- name: Checkout repository\nuses: actions/checkout@v2\n+ - name: apt-get update\n+ run: sudo apt-get update\n+ continue-on-error: true\n+ - name: Update Chrome\n+ run: |\n+ sudo apt-get --only-upgrade install google-chrome-stable\n+ goog...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): keep Chrome up-to-date in the pipeline
1
ci
github
603,467
06.06.2021 02:12:00
-3,600
f60a85769a48de995ce94954dc8b32d9f38101a4
chore(github): disabled test sauce labs tunnel for now
[ { "change_type": "MODIFY", "diff": "@@ -77,11 +77,6 @@ jobs:\nuses: actions/download-artifact@v2\nwith:\nname: compiled-libs\n- - uses: saucelabs/sauce-connect-action@v1\n- with:\n- username: ${{ secrets.SAUCE_USERNAME }}\n- accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}\n- tunnelIdentifier: github-serenity-js-...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(github): disabled test sauce labs tunnel for now
1
chore
github
603,467
06.06.2021 02:15:23
-3,600
326a493bdc87aca8fc9dc480de45e420202011bc
test(protractor): corrected test name
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ describe('Clear', () => {\n/** @test {Clear} */\n/** @test {Clear.theValueOf} */\n- it('allows the actor to clear the value of an empty input field', () => actorCalled('Bernie').attemptsTo(\n+ it('allows the actor to clear the value of an empty input wit...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(protractor): corrected test name
1
test
protractor
603,467
06.06.2021 02:20:33
-3,600
f560bc36cd385bf0c75e8533d383d02cba24b83c
docs(protractor): updated API docs
[ { "change_type": "MODIFY", "diff": "@@ -397,6 +397,15 @@ export class BrowseTheWeb implements Ability {\n});\n}\n+ /**\n+ * @desc\n+ * A simplified version of {@link BrowseTheWeb#executeScript} that doesn't affect {@link LastScriptExecution.result()}.\n+ *\n+ * @param {Function} fn\n+ * @param {Parameters<f...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(protractor): updated API docs
1
docs
protractor
603,467
06.06.2021 02:23:27
-3,600
021d30f4108e7f1af6451f1778ed283509217751
docs(protractor): clarified a comment
[ { "change_type": "MODIFY", "diff": "@@ -10,9 +10,8 @@ const localChromeConfig = {\nbrowser: 'INFO',\n},\n- // This is needed for ChromeDriver, as of ChromeDriver 75\n- // it is W3C by default. Protractor doesn't support this.\n'goog:chromeOptions': {\n+ // As of version 75, ChromeDriver is W3C by default, w...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(protractor): clarified a comment
1
docs
protractor
603,467
06.06.2021 02:30:39
-3,600
b47783d007db14580e59affca2b21aa20c77ac49
fix(protractor): bumped peer dependencies
[ { "change_type": "MODIFY", "diff": "\"tiny-types\": \"^1.16.1\"\n},\n\"peerDependencies\": {\n- \"@serenity-js/cucumber\": \"^2.25.6\",\n- \"@serenity-js/jasmine\": \"^2.25.6\",\n- \"@serenity-js/mocha\": \"^2.25.6\",\n+ \"@serenity-js/cucumber\": \"^2.28.1\",\n+ \"@serenity-js/jasmine\": \"^2.28.1\",\n+ \"...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(protractor): bumped peer dependencies
1
fix
protractor
756,059
06.06.2021 02:48:05
25,200
ce11fff37da1d1856d4bb6458b08d7ae73267175
fix: make loopbox device compatible with replay Fixes bug
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ export function buildRootObject(vatPowers) {\nconst BOT_CLIST_INDEX = 0;\nD(devices.loopbox).registerInboundHandler(USER, vats.uservattp);\n- const usersender = D(devices.loopbox).makeSender(USER);\n+ const usersender = D(devices.loopbox).getSender(USER)...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: make loopbox device compatible with replay Fixes bug #3260
1
fix
null
530,289
06.06.2021 05:15:34
14,400
40e2b7161fcb339ab33a42da70ad0b575406c3dc
feat: display a message if no actions are run for a task Just a QOL improvement I thought might be helpful.
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,12 @@ class RunTask {\nreturn;\n}\n- for (const step of task.steps ?? []) {\n+ if (!task.steps || task.steps.length === 0) {\n+ logging.verbose(this.fmtLog('No actions have been specified for this task.'));\n+ return;\n+ }\n+\n+ for (const step of task.steps)...
TypeScript
Apache License 2.0
projen/projen
feat: display a message if no actions are run for a task (#855) Just a QOL improvement I thought might be helpful.
1
feat
null
418,606
06.06.2021 08:16:04
18,000
a632bae4c87eeed77b448a65cd2164a9d4f59779
feat: support close consul service check
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,9 @@ export class AutoConfiguration implements ILifeCycle {\nconfig.check =\nconfig.check ||\n- (app.getFrameworkType() === MidwayFrameworkType.WEB\n+ (config.check === false\n+ ? void 0\n+ : app.getFrameworkType() === MidwayFrameworkType.WEB\n? {\nhttp: `htt...
TypeScript
MIT License
midwayjs/midway
feat: support close consul service check (#1083)
1
feat
null
217,922
06.06.2021 10:27:44
-7,200
b9a55915b1b9596480e19c4742f84db0bbba53ec
fix(ux): proper implementation for prefers-reduced-motion browser setting closes
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ import { NZ_CONFIG, NzConfig } from 'ng-zorro-antd/core/config';\nimport { NZ_ICONS } from 'ng-zorro-antd/icon';\nimport { registerLocaleData } from '@angular/common';\nimport { CoreModule } from './core/core.module';\n-import { BrowserAnimationsModule }...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ux): proper implementation for prefers-reduced-motion browser setting closes #1933
1
fix
ux
217,237
06.06.2021 11:06:27
-10,800
05e24c80251cee79ccdc6ebb9de44ab83ce1012a
feat(low-coupling): minor refinements + add scheme
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/coupling.png differ\n", "new_path": "assets/coupling.png", "old_path": "assets/coupling.png" }, { "change_type": "MODIFY", "diff": "@@ -82,3 +82,14 @@ html[data-theme='dark'] .header-github-link:before {\nbackground: ur...
JavaScript
MIT License
feature-sliced/documentation
feat(low-coupling): minor refinements + add scheme
1
feat
low-coupling
217,237
06.06.2021 12:29:04
-10,800
874e76eda30908cf56564df6882612a63616df92
review(get-started): add basics doc
[ { "change_type": "MODIFY", "diff": "---\n-sidebar_position: 4\n+sidebar_position: 5\n---\n# FAQ\n", "new_path": "docs/get-started/faq.md", "old_path": "docs/get-started/faq.md" }, { "change_type": "MODIFY", "diff": "---\n-sidebar_position: 3\n+sidebar_position: 4\n---\n# Quick start\n", ...
JavaScript
MIT License
feature-sliced/documentation
review(get-started): add basics doc
1
review
get-started
599,886
06.06.2021 12:48:30
-32,400
4368c3aa4f88425ec08f3b555419e572cfa320e3
revert(deps): revert back to typeorm 0.2.32 typeorm 0.2.34 introduced a bug with relations causing typeorm to think relations are loaded that arent. will look back at updating this in future versions.
[ { "change_type": "MODIFY", "diff": "\"sqlite3\": \"^5.0.2\",\n\"swagger-ui-express\": \"^4.1.6\",\n\"swr\": \"^0.5.6\",\n- \"typeorm\": \"^0.2.34\",\n+ \"typeorm\": \"0.2.32\",\n\"uuid\": \"^8.3.2\",\n\"web-push\": \"^3.4.4\",\n\"winston\": \"^3.3.3\",\n", "new_path": "package.json", "old_path": "pa...
TypeScript
MIT License
sct/overseerr
revert(deps): revert back to typeorm 0.2.32 typeorm 0.2.34 introduced a bug with relations causing typeorm to think relations are loaded that arent. will look back at updating this in future versions.
1
revert
deps
667,676
06.06.2021 17:12:46
-28,800
00c7d8395fe45c81e11c0242fda134ac3470a907
feat(core): throw jni exception to java
[ { "change_type": "MODIFY", "diff": "@@ -17,10 +17,9 @@ public abstract class NativeCallback {\nmAction = action;\n}\n- public void Callback(long value) {\n+ public void Callback(long value, String msg) {\n- String msg = value + \"\";\n- LogUtils.e(\"Callback OK\", msg);\n+ LogUtils.e(\"Callback OK\", value ...
C++
Apache License 2.0
tencent/hippy
feat(core): throw jni exception to java
1
feat
core
386,595
06.06.2021 21:08:25
-7,200
9175dbe3b84a74169d5f72018388293790ad2f9d
feat(operators): Add _location operator.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ export default {\n_base64: 'web/base64',\n_format: 'web/format',\n_list_contexts: 'web/list_contexts',\n+ _location: 'web/location',\n_js: 'web/js',\n_media: 'web/media',\n_menu: 'web/menu',\n", "new_path": "packages/operators/src/web/index.js", ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(operators): Add _location operator.
1
feat
operators
386,595
06.06.2021 21:08:38
-7,200
038977aac5dcc18fb1a9f18266ee80be6bb1970e
fix(docs): Add _location operator.
[ { "change_type": "MODIFY", "diff": "- id: _list_contexts\ntype: MenuLink\npageId: _list_contexts\n+ - id: _location\n+ type: MenuLink\n+ pageId: _location\n- id: _log\ntype: MenuLink\npageId: _log\n", "new_path": "packages/docs/menus.yaml", "old_path": "packages/docs/menus.yaml" }, { "change...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Add _location operator.
1
fix
docs
386,595
06.06.2021 21:38:54
-7,200
20d2d0f0d98073399019e6c2daee4d1f2d0af474
fix(operators): Remove deprecated _js wasm.
[ { "change_type": "MODIFY", "diff": "import { type } from '@lowdefy/helpers';\n-// ! ---------------\n-// ! DEPRECATED\n-// ! ---------------\n-import { serializer } from '@lowdefy/helpers';\n-import { getQuickJS, shouldInterruptAfterDeadline } from 'quickjs-emscripten';\n-let QuickJsVm;\n-\n-function create...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(operators): Remove deprecated _js wasm.
1
fix
operators
386,595
06.06.2021 21:39:19
-7,200
8b00683c4f96bcbe9944a990f6c8b5ec3c2d9bb1
fix(docs): Remove deprecated _js wasm.
[ { "change_type": "MODIFY", "diff": "@@ -36,20 +36,6 @@ _ref:\n- A list of arguments can be passed to the JavaScript function which will be spread as function parameters.\n- The returned value of the custom JavaScript function will be the operator result.\n- -----------\n-\n- > DEPRECATION WARNING: The Quick...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Remove deprecated _js wasm.
1
fix
docs
386,595
06.06.2021 21:39:53
-7,200
616977774bed36121923d47292f0c660114f2302
chore: Remove quickjs-emscripten for deprecated _js wasm.
[ { "change_type": "MODIFY", "diff": "@@ -4973,7 +4973,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"jest\", \"npm:26.6.3\"],\n[\"js-yaml\", \"npm:4.1.0\"],\n[\"mingo\", \"npm:4.1.2\"],\n- [\"quickjs-emscripten\", \"npm:0.11.0\"],\n[\"uuid\", \"npm:8.3.2\"]\n],\n\"linkType\": \"SOFT\",\n@@ ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Remove quickjs-emscripten for deprecated _js wasm.
1
chore
null
737,359
07.06.2021 05:28:13
-3,600
ecda008737b29e875b0ad6420975245eb0f48e27
test(kitsu): remove redundant mocks
[ { "change_type": "MODIFY", "diff": "@@ -162,7 +162,6 @@ describe('kitsu', () => {\nexpect.assertions(1)\nconst api = new Kitsu()\nmock.onGet('anime/1', { params: { include: 'animeStaff' } }).reply(200, getSingleWithIncludes.jsonapi)\n- mock.onGet('*').reply(data => console.log(data))\nconst request = await ...
JavaScript
MIT License
wopian/kitsu
test(kitsu): remove redundant mocks
1
test
kitsu
737,359
07.06.2021 05:51:22
-3,600
394139c9b249b0453977460d9fc2783e16c133f4
chore(release): publish 10.0.0-alpha.11
[ { "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.11](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.10...v10.0.0-alpha.11) (2021-06-07)\n+\n+\n...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.11
1
chore
release
737,359
07.06.2021 06:21:38
-3,600
29269fa01d994bc6b31e2f2dd4c45864ff86caac
chore(release): publish 10.0.0-alpha.12
[ { "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.12](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.11...v10.0.0-alpha.12) (2021-06-07)\n+\n+**...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.12
1
chore
release
366,920
07.06.2021 06:50:14
-32,400
aa01e282ed0044ce744e023eb281a4b29beb5900
feat: deprecate RadioButton and RadioButtonLabel
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,9 @@ import { Theme, useTheme } from '../../hooks/useTheme'\nexport type Props = InputHTMLAttributes<HTMLInputElement>\n+/**\n+ * @deprecated The RadioButton component is deprecated, so use RadioButtonLabelNew component instead.\n+ */\nexport const RadioButton:...
TypeScript
MIT License
kufu/smarthr-ui
feat: deprecate RadioButton and RadioButtonLabel (#1606)
1
feat
null
104,828
07.06.2021 09:10:21
-7,200
55b4c7c9452106b95ceba44aa224669af77d42b2
feat(mapcard): updated testid strings
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ const propTypes = {\nstops: PropTypes.arrayOf(PropTypes.array).isRequired,\n/** callback for when the collapse toggle button is clicked */\nonCollapsToggle: PropTypes.func.isRequired,\n- testId: PropTypes.string,\n+ testID: PropTypes.string,\n};\nconst d...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): updated testid strings
1
feat
mapcard
151,430
07.06.2021 10:08:35
25,200
67a5efe1c243c92736a26f4a6f7ec5da633e2b70
refactor: use scoped queuing mechanism for aws pinpoint
[ { "change_type": "MODIFY", "diff": "import { initialize, getStorageKey } from './pinpoint'\nimport { CHANNEL_TYPES } from './pinpoint/constants'\nimport * as PINPOINT_EVENTS from './pinpoint/events'\n-import { onTabChange, isTabHidden } from 'analytics-plugin-tab-events'\nimport { onUserActivity } from '@an...
JavaScript
MIT License
davidwells/analytics
refactor: use scoped queuing mechanism for aws pinpoint Signed-off-by: David Wells <>
1
refactor
null
151,430
07.06.2021 10:08:50
25,200
4485c5af1675f380c7dc4529ed6b7a9bc7f43fd0
docs: add example link
[ { "change_type": "MODIFY", "diff": "@@ -739,6 +739,10 @@ Below are plugins created outside of this repo:\n- [Add a plugin link](https://github.com/DavidWells/analytics/blob/master/external-plugins.json)\n<!-- AUTO-GENERATED-CONTENT:END -->\n+Additional examples\n+\n+- [Using AWS Lambda, API Gateway & analyt...
JavaScript
MIT License
davidwells/analytics
docs: add example link Signed-off-by: David Wells <>
1
docs
null
777,367
07.06.2021 10:49:03
25,200
09fca00443dc69f8d8f2a94e7ec3ce933f0eae38
feat: add bind mounts to task container defaults
[ { "change_type": "MODIFY", "diff": "@@ -308,6 +308,10 @@ The master supports the following configuration settings:\ndaemon. Ignored by resource managers of type ``kubernetes``. See\n:ref:`resources.devices <exp-resources-devices>` for more details.\n+ - `bind_mounts`: The default bind mounts to pass to the ...
Python
Apache License 2.0
determined-ai/determined
feat: add bind mounts to task container defaults [DET-5362] (#2516)
1
feat
null
304,868
07.06.2021 11:09:28
21,600
c43d683ac365693214abb9179cc9c68f7175b58c
fix(formatter): change FunctionLiteral precedence to preserve parens Prior to this change parens around a function literal that was immediately called would be lost during formatting. This change makes FunctionLiteral literal have an explicit precedence such that parens are preserved. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -947,24 +947,25 @@ Operators combine operands into expressions.\nThe precedence of the operators is given in the table below. Operators with a lower number have higher precedence.\n| Precedence | Operator | Description |\n-|----------|----------------|-----------------...
Go
MIT License
influxdata/flux
fix(formatter): change FunctionLiteral precedence to preserve parens (#3787) Prior to this change parens around a function literal that was immediately called would be lost during formatting. This change makes FunctionLiteral literal have an explicit precedence such that parens are preserved. Fixes #3758
1
fix
formatter
266,194
07.06.2021 11:30:30
25,200
2430f8d90ed8a508e8422a3a7191e656d5a6bf53
fix: Report warning on `.github/workflows/ci.yaml` * fix: Report warning on `.github/workflows/ci.yaml` Not all files in `.github/workflows` are managed, only `ci.yaml`. Related false-positive: * fix: Report warning on `.github/workflows/ci.yaml` Not all files in `.github/workflows` are managed, only `ci.yaml`.
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,8 @@ generatedFiles:\nmessage: '`.kokoro` files are templated and should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'\n- path: '.github/CODEOWNERS'\nmessage: 'CODEOWNERS should instead be modified via the `codeowner_team` property in .r...
Python
Apache License 2.0
googleapis/synthtool
fix: Report warning on `.github/workflows/ci.yaml` (#1110) * fix: Report warning on `.github/workflows/ci.yaml` Not all files in `.github/workflows` are managed, only `ci.yaml`. Related false-positive: https://github.com/googleapis/repo-automation-bots/pull/1952#issuecomment-856142886 * fix: Report warning on...
1
fix
null
777,369
07.06.2021 11:56:00
21,600
aec1074b62de02dc2405043d578624b9648e3f8b
chore: handle error when loading notebook config
[ { "change_type": "MODIFY", "diff": "-import { Button, InputNumber, Modal } from 'antd';\n+import { Alert, Button, InputNumber, Modal } from 'antd';\nimport { Form, Input, Select } from 'antd';\nimport { ModalProps } from 'antd/es/modal/Modal';\nimport yaml from 'js-yaml';\n@@ -71,7 +71,8 @@ interface FormPr...
Python
Apache License 2.0
determined-ai/determined
chore: handle error when loading notebook config (#2512)
1
chore
null
551,634
07.06.2021 12:00:29
-3,600
bb5f9c1ea9f76090b341315572a4a8c250f9babd
chore: disable code coverage report for PRs from forks
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,11 @@ then\nelse\necho \"##vso[task.setvariable variable=COVERAGE_DIFF;]+:*.$COV_CLASSES\"\necho \"##vso[task.setvariable variable=CODE_COVERAGE_TOOL_OPTION;]JaCoCo\"\n+\n+ IS_FORK=$(curl https://api.github.com/repos/questdb/questdb/pulls/$1/files -s | grep -...
Java
Apache License 2.0
questdb/questdb
chore: disable code coverage report for PRs from forks (#1099)
1
chore
null
603,492
07.06.2021 12:02:12
-7,200
92d9264ca417b82c140cb9a2d733e9c6e3d8bd11
style(eslint): add new import/export statements rules to eslint with lint:fix npm script
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,9 @@ module.exports = {\n},\nplugins: [\n'@typescript-eslint',\n+ 'import',\n'simple-import-sort',\n+ 'unused-imports'\n],\nextends: [\n'eslint:recommended',\n@@ -22,7 +24,11 @@ module.exports = {\n'plugin:unicorn/recommended',\n],\nrules: {\n- // 'simple-imp...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(eslint): add new import/export statements rules to eslint with lint:fix npm script
1
style
eslint
306,660
07.06.2021 12:06:31
-19,080
e82040f4729065df1adf7eb0f33d37032cd824b6
chore(MetricInput): fixes typo
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ const customCode = `() => {\n}`;\nexport default {\n- title: 'Components/MetricInput/Varinats/Controlled Metric Input',\n+ title: 'Components/MetricInput/Variants/Controlled Metric Input',\ncomponent: MetricInput,\nparameters: {\ndocs: {\n", "new_pat...
TypeScript
MIT License
innovaccer/design-system
chore(MetricInput): fixes typo
1
chore
MetricInput
777,367
07.06.2021 12:26:39
25,200
49aec0db2809b65a7f6395b8df8a0191534c9a07
feat: support back-filling in the priority scheduler
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Scheduling: support back-filling in the priority scheduler. If there\n+ are no high priority tasks can be scheduled or preempted, low\n+ priority tasks will be back-filled on the idle slots. This needs\n+ preemption to be enabled.\n", ...
Python
Apache License 2.0
determined-ai/determined
feat: support back-filling in the priority scheduler [DET-5397] (#2436)
1
feat
null
897,064
07.06.2021 12:47:07
-32,400
b89252029bbc947d395b26c8a61815b0f5b12c7c
fix(rest-api-client): `baseUrl` is not used when `location` is undefined
[ { "change_type": "MODIFY", "diff": "@@ -44,9 +44,10 @@ export const buildFormDataValue = (data: unknown) => {\n};\nexport const buildBaseUrl = (baseUrl?: string) => {\n- // We assume that location always exists in a browser environment\n+ if (baseUrl) return baseUrl;\n+\nconst { host, protocol } = location!...
TypeScript
MIT License
kintone/js-sdk
fix(rest-api-client): `baseUrl` is not used when `location` is undefined (#855)
1
fix
rest-api-client
392,551
07.06.2021 13:26:26
-7,200
4aa7b8ce061bf09936351f0f84547f4bb08948ed
docs: add v4.0 changelog
[ { "change_type": "MODIFY", "diff": "# Changelog\n-All notable changes to this project from MapillaryJS 3.x will be documented in this file.\n+All notable changes to MapillaryJS from v3.x will be documented in this file.\nThe format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this...
TypeScript
MIT License
mapillary/mapillary-js
docs: add v4.0 changelog
1
docs
null
777,388
07.06.2021 13:40:05
21,600
1797640478ebcdd23ff1b936a062f3a8a5f28a2c
chore: update urllib3
[ { "change_type": "MODIFY", "diff": "@@ -37,13 +37,7 @@ setup(\n\"pathspec>=0.6.0\",\n\"simplejson\",\n\"termcolor>=1.1.0\",\n- # boto3 1.14.11+ has consistent urllib3 requirements which we have to manually resolve.\n- \"boto3>=1.14.11\",\n- # requests<2.22.0 requires urllib3<1.25, which is incompatible with...
Python
Apache License 2.0
determined-ai/determined
chore: update urllib3 (#2504)
1
chore
null
141,506
07.06.2021 14:00:02
-36,000
b6b8795b47c64dd55e33ec4ddd54a12764eeea62
fix: remove stylelint color-named rule we don't use color names like "white" in Kaizen, so we shouldn't warn when not using them. fixes
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,6 @@ module.exports = {\n\"no-duplicate-at-import-rules\": true,\n\"block-no-empty\": true,\n\"block-opening-brace-space-before\": \"always\",\n- \"color-named\": [\n- \"always-where-possible\",\n- {\n- severity: \"warning\",\n- },\n- ],\n\"declaration-bang-sp...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: remove stylelint color-named rule (#1683) we don't use color names like "white" in Kaizen, so we shouldn't warn when not using them. fixes #1049
1
fix
null
756,029
07.06.2021 14:03:51
25,200
2b3fe0efa002dc6535723d16f81129f843c0f515
fix(notifier): Stronger assertion to work around harden type weakness
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,7 @@ export const makeNotifierKit = (...args) => {\nvalue: state,\nupdateCount: currentUpdateCount,\n});\n+ assert(currentResponse);\nnextPromiseKit.resolve(currentResponse);\nnextPromiseKit = makePromiseKit();\n},\n@@ -109,6 +110,7 @@ export const makeNotifi...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(notifier): Stronger assertion to work around harden type weakness
1
fix
notifier
942,615
07.06.2021 14:07:06
25,200
8276bd01e461a3bb106f9255c4165f7ffca539d8
docs: Add changelog for v5
[ { "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+## 5.0.0 (2021-06-10)\n+\n+The changes below include the changes made across all 5.0.0 beta and rc versions (`v5.0.0-...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Add changelog for v5
1
docs
null
334,560
07.06.2021 14:41:55
-10,800
6bd90f898289466832f91cde9e1304955a7d43e3
feat(jest): update to jest-preset-angular@9
[ { "change_type": "MODIFY", "diff": "# Migration from version 11 to version 12\n+## Custom webpack builder\n+\nNo breaking changes (except for updating to Angular 12)\n+## Jest builder (since 12.1.0)\n+1. Jest 27 is required now\n+2. `jest-preset-angular` has been updated to version 9, which uses Angular com...
TypeScript
MIT License
just-jeb/angular-builders
feat(jest): update to jest-preset-angular@9 (#913)
1
feat
jest
942,615
07.06.2021 14:48:55
25,200
ed38f1f0be6b378fc61aab58cdfe07bf826b8321
fix: Remove popup codemod
[ { "change_type": "DELETE", "diff": "-import {\n- API,\n- FileInfo,\n- Options,\n- JSXElement,\n- JSXAttribute,\n- JSXSpreadAttribute,\n- ImportSpecifier,\n-} from 'jscodeshift';\n-\n-import {getImportRenameMap} from './getImportRenameMap';\n-\n-function filterDefined<T>(input: any): input is T {\n- return !...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Remove popup codemod
1
fix
null
386,581
07.06.2021 15:04:09
-7,200
53bbc5fc1343832a26e60d189e080e0f13b1ede5
fix(server-docker): Use port 3000 as default port.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ import shellLocation from '@lowdefy/shell';\nimport { createGetSecretsFromEnv } from '@lowdefy/node-utils';\nconst configurationBasePath = process.env.LOWDEFY_SERVER_CONFIGURATION_PATH || './build';\n-const port = parseInt(process.env.LOWDEFY_SERVER_PORT...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server-docker): Use port 3000 as default port.
1
fix
server-docker
530,324
07.06.2021 15:07:57
-19,080
84c14bfcf024c6f7bff960628930ff58a67341ab
fix(jsii-project): option to disable release to npm `releaseToNpm: false` was not being honored by `jsii-project`, this resulted in an unwanted workflow for every project extended using `jsii-project`. 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": "@@ -132,6 +132,50 @@ describe('publish to go', () => {\nexpect(output['.github/workflows/release.yml']).toMatchSnapshot();\n});\n+ test('release to npm undefined', () => {\n+ const project = new TestJsiiProject({\n+ authorAddress: 'https://foo.bar',\n+ authorUrl: 'https:/...
TypeScript
Apache License 2.0
projen/projen
fix(jsii-project): option to disable release to npm (#851) `releaseToNpm: false` was not being honored by `jsii-project`, this resulted in an unwanted workflow for every project extended using `jsii-project`. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache ...
1
fix
jsii-project
889,620
07.06.2021 15:25:04
-28,800
4bf2cd07b3dcffeeb06db7cb3a07df81dcd28c84
refactor: extract mapper
[ { "change_type": "MODIFY", "diff": "@@ -8,10 +8,11 @@ import org.springframework.core.io.ClassPathResource\nclass ComicInfoTest {\n+ private val mapper = XmlMapper()\n+\n@Test\nfun `given valid xml file when deserializing then properties are available`() {\nval file = ClassPathResource(\"comicrack/ComicInfo...
Kotlin
MIT License
gotson/komga
refactor: extract mapper
1
refactor
null
889,620
07.06.2021 15:27:06
-28,800
e6602c60be9fc04c0faeea6d732028deb66bd985
feat(webui): library options to import mylar metadata
[ { "change_type": "MODIFY", "diff": "/>\n</v-col>\n</v-row>\n+ <v-row>\n+ <v-col>\n+ <span class=\"text-subtitle-1 text--primary\">{{ $t('dialog.edit_library.label_import_mylar') }}</span>\n+ <v-checkbox\n+ v-model=\"form.importMylarSeries\"\n+ :label=\"$t('dialog.edit_library.field_import_mylar_series')\"\n...
Kotlin
MIT License
gotson/komga
feat(webui): library options to import mylar metadata
1
feat
webui
889,620
07.06.2021 15:45:21
-28,800
0af6ec45ad88a2a6dc5c107229d428a02839f461
refactor: split MetadataLifecycle.kt in 2
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,10 @@ import org.gotson.komga.domain.persistence.SeriesRepository\nimport org.gotson.komga.domain.service.BookConverter\nimport org.gotson.komga.domain.service.BookImporter\nimport org.gotson.komga.domain.service.BookLifecycle\n+import org.gotson.komga.domain.s...
Kotlin
MIT License
gotson/komga
refactor: split MetadataLifecycle.kt in 2
1
refactor
null
791,723
07.06.2021 15:45:43
25,200
c1de7aca060c1f13a82b657780f6a55f0507d9fa
deps(webtreemap): bump to fix focus traversal bug
[ { "change_type": "MODIFY", "diff": "\"terser\": \"^5.3.8\",\n\"typed-query-selector\": \"^2.4.0\",\n\"typescript\": \"4.2.3\",\n- \"webtreemap-cdt\": \"^3.2.0\"\n+ \"webtreemap-cdt\": \"^3.2.1\"\n},\n\"dependencies\": {\n\"axe-core\": \"4.2.1\",\n", "new_path": "package.json", "old_path": "package.j...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps(webtreemap): bump to fix focus traversal bug (#12625)
1
deps
webtreemap
791,690
07.06.2021 15:53:14
18,000
f462016301f7d4a56cd8c229e900771cc88a221b
core(fr): more precise AnyFRInterface types
[ { "change_type": "MODIFY", "diff": "@@ -57,9 +57,9 @@ function resolveWorkingCopy(configJSON, context) {\n* Looks up the required artifact IDs for each dependency, throwing if no earlier artifact satisfies the dependency.\n*\n* @param {LH.Config.ArtifactJson} artifact\n- * @param {LH.Config.FRGathererDefn} ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): more precise AnyFRInterface types (#12622)
1
core
fr
386,581
07.06.2021 16:01:32
-7,200
7c2beeb049d647452d4b6838427ae609e6d91b46
feat: Add configurable public directory to servers.
[ { "change_type": "MODIFY", "diff": "@@ -23,15 +23,16 @@ import { readFile } from '@lowdefy/node-utils';\nfunction getServer({\ndevelopment = false,\n- configurationBasePath,\n+ buildDirectory,\ngqlUri,\nlogger,\ngetSecrets,\n+ publicDirectory,\nserveStaticFiles = true,\n- shellLocation,\n+ shellDirectory,\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add configurable public directory to servers.
1
feat
null
386,581
07.06.2021 16:19:40
-7,200
441b150e7528a5b4efae3b73d129091e690116de
feat: Add docker ignore files
[ { "change_type": "ADD", "diff": "+.babelrc\n+CHANGELOG.md\n+jest.config.js\n+lowdefy.yaml\n+README.md\n+.lowdefy/**\n+dist/**\n", "new_path": "packages/servers/serverAwsLambda/.dockerignore", "old_path": null }, { "change_type": "ADD", "diff": "+.babelrc\n+CHANGELOG.md\n+jest.config.js\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add docker ignore files
1
feat
null
306,423
07.06.2021 16:29:11
-7,200
f320b8b43fce762ba179bdc54b0cbbcff8dbc963
fix: create scoped elements also when slotting them in
[ { "change_type": "ADD", "diff": "+---\n+'@lion/form-core': patch\n+'@lion/form-integrations': patch\n+'@lion/listbox': patch\n+'@lion/select-rich': patch\n+'@lion/switch': patch\n+---\n+\n+use customElementRegistry from component registry for slots used via SlotMixin\n", "new_path": ".changeset/clean-lo...
JavaScript
MIT License
ing-bank/lion
fix: create scoped elements also when slotting them in Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
1
fix
null
777,353
07.06.2021 16:49:27
18,000
3d34e1c9a229be20fb825703d8edca2e047d85b2
fix: notebook modal improvements Don't launch notebook if there are yaml errors and have the form remember how many slots you had selected
[ { "change_type": "MODIFY", "diff": "@@ -74,6 +74,7 @@ interface FullConfigProps {\nconfig?: RawJson;\nconfigError?: string;\nonChange: (config: RawJson) => void;\n+ setButtonDisabled: (buttonDisabled: boolean) => void;\n}\ninterface ResourceInfo {\n@@ -89,6 +90,7 @@ const NotebookModal: React.FC<NotebookMod...
Python
Apache License 2.0
determined-ai/determined
fix: notebook modal improvements [DET-5599] (#2511) Don't launch notebook if there are yaml errors and have the form remember how many slots you had selected
1
fix
null
777,396
07.06.2021 16:50:47
21,600
a06d3a2e2ed2591e0f467c68ca40a7268ec603ed
chore: minor edits to cli behaviors
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ def main(args: List[str] = sys.argv[1:]) -> None:\nif always_print_traceback or debug_mode():\nimport traceback\n- traceback.print_exc()\n+ traceback.print_exc(file=sys.stderr)\nparser.exit(1, colored(message + \"\\n\", \"red\"))\n@@ -292,4 +292,11 @@ ...
Python
Apache License 2.0
determined-ai/determined
chore: minor edits to cli behaviors (#2519)
1
chore
null
386,581
07.06.2021 17:07:01
-7,200
b0abb39e108ab22421cb5bac9248dcef9e209367
feat(build): Add a default 404 page if no page is defined.
[ { "change_type": "MODIFY", "diff": "@@ -22,10 +22,13 @@ async function run() {\nconst build = await require('./dist/index.js').default.then((module) => module.default);\nawait build({\nlogger: console,\n- cacheDirectory: path.resolve(process.cwd(), '../servers/serverDev/.lowdefy/.cache'),\n- configDirectory...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Add a default 404 page if no page is defined.
1
feat
build
551,643
07.06.2021 17:29:04
-7,200
639e4ab1eb815551dab0a01c06dd6fccfd5d07c6
docs: update contrib README to latest snapshot, console logo edit
[ { "change_type": "MODIFY", "diff": "Binary files a/.github/console.png and b/.github/console.png differ\n", "new_path": ".github/console.png", "old_path": ".github/console.png" }, { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ mvn clean package -DskipTests -P build-web-console\nYo...
Java
Apache License 2.0
questdb/questdb
docs: update contrib README to latest snapshot, console logo edit (#1102)
1
docs
null
777,389
07.06.2021 17:30:55
18,000
2316057240b4fb8d1506ba59c12b70e277dba381
fix: add back bindmounts entry to command's default config
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ func DefaultConfig(taskContainerDefaults *model.TaskContainerDefaultsConfig) mod\nreturn model.CommandConfig{\nResources: expConf.Resources,\nEnvironment: expConf.Environment,\n+ BindMounts: expConf.BindMounts,\n}\n}\n", "new_path": "master/internal/...
Python
Apache License 2.0
determined-ai/determined
fix: add back bindmounts entry to command's default config (#2521)
1
fix
null
551,636
07.06.2021 18:00:55
-3,600
09e37c607dac9b516fc36b3c23e99c841df64c8a
fix(net): close batch of connection requests when connection limit is exceeded. Increased connection limit for ILP 10->256
[ { "change_type": "MODIFY", "diff": "@@ -671,7 +671,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nthis.lineTcpEnabled = getBoolean(properties, env, \"line.tcp.enabled\", true);\nif (lineTcpEnabled) {\n- lineTcpNetActiveConnectionLimit = getInt(properties, env, \"line.tcp.net.act...
Java
Apache License 2.0
questdb/questdb
fix(net): close batch of connection requests when connection limit is exceeded. Increased connection limit for ILP 10->256
1
fix
net
756,038
07.06.2021 18:04:50
25,200
44db338c331a2c011fe296023c27926269995527
test: refactor bank keeper interface and mock Define the expected interface for the bank keeper and mock it for Receive() unit tests.
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,6 @@ import (\n\"github.com/cosmos/cosmos-sdk/codec\"\nsdk \"github.com/cosmos/cosmos-sdk/types\"\n- bankkeeper \"github.com/cosmos/cosmos-sdk/x/bank/keeper\"\n-\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/vpurse/types\"\n)\n@@ -16,7 +14,7 @@ type Keeper st...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: refactor bank keeper interface and mock Define the expected interface for the bank keeper and mock it for Receive() unit tests.
1
test
null
438,921
07.06.2021 18:11:58
-32,400
e0b2fedaa3d320e9679081ef24f21a4990049ade
feat(data.labels): Intent to ship data.labels.backgroundColors Implementation for new data.labels.backgroundColors option Fix
[ { "change_type": "MODIFY", "diff": "@@ -1927,7 +1927,7 @@ var demos = {\n];\n}\n},\n- \"DataFromURL\": {\n+ DataFromURL: {\noptions: {\ndata: {\nurl: \"./data/test.csv\",\n@@ -2262,6 +2262,7 @@ var demos = {\n],\ntype: \"bar\",\nlabels: {\n+ backgroundColors: \"yellow\",\ncolors: \"red\"\n}\n}\n@@ -2276,6 +...
TypeScript
MIT License
naver/billboard.js
feat(data.labels): Intent to ship data.labels.backgroundColors Implementation for new data.labels.backgroundColors option Fix #1954
1
feat
data.labels