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
217,922
07.06.2021 18:41:07
-7,200
f49c70f4f3a0b6f006f80f0c62aec13fef6d9b16
fix(simulator): fixed stats edition sometimes toggling specialist bonus while it shouldn't
[ { "change_type": "MODIFY", "diff": "@@ -290,7 +290,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\ntakeUntil(this.onDestroy$)\n).subscribe(() => {\nthis.toggleSpecialist();\n- })\n+ });\nthis.foods = consumablesService.fromLazyData(this.lazyData.data.foods)\n.sort(this.consumablesSortFn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed stats edition sometimes toggling specialist bonus while it shouldn't
1
fix
simulator
217,922
07.06.2021 19:05:18
-7,200
05d5b79bc75942674f49a19d721c17e1115dc650
fix(db): fixed broken links for some instances and specific content
[ { "change_type": "MODIFY", "diff": "@@ -419,15 +419,16 @@ export class LocalizedDataService {\nif (flip) {\nkeys = keys.reverse();\n}\n+ const cleanupRegexp = /[^a-z\\s,.]/;\nfor (const key of keys) {\nif (!array[key]) {\ncontinue;\n}\n- if (array[key].name && array[key].name[language].toString().toLowerCas...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed broken links for some instances and specific content
1
fix
db
599,913
07.06.2021 19:09:01
18,000
c3e575ac7790fb4a632dc70a0e4ee2b15657f949
build(deps): drop deprecated body-parser
[ { "change_type": "MODIFY", "diff": "\"ace-builds\": \"^1.4.12\",\n\"axios\": \"^0.21.1\",\n\"bcrypt\": \"^5.0.1\",\n- \"body-parser\": \"^1.19.0\",\n\"bowser\": \"^2.11.0\",\n\"connect-typeorm\": \"^1.1.4\",\n\"cookie-parser\": \"^1.4.5\",\n\"@tailwindcss/forms\": \"^0.3.3\",\n\"@tailwindcss/typography\": \...
TypeScript
MIT License
sct/overseerr
build(deps): drop deprecated body-parser (#1745)
1
build
deps
756,064
07.06.2021 19:13:25
25,200
9c2351f39f98cc81f86b67ff58b7b33f26be2c38
chore(swingset): add failing test for
[ { "change_type": "ADD", "diff": "+import { E } from '@agoric/eventual-send';\n+import { makePromiseKit } from '@agoric/promise-kit';\n+import { Far } from '@agoric/marshal';\n+\n+export function buildRootObject() {\n+ const pk1 = makePromiseKit();\n+ return Far('root', {\n+ bootstrap(vats) {\n+ const p2 = E...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): add failing test for #3264
1
chore
swingset
667,636
07.06.2021 19:22:15
-28,800
9ab9e6b224bdf48e14a5f7c0edd6d5b380d9a1b5
fix(hippy-vue,hippy-react): add task polyfill for batch render
[ { "change_type": "MODIFY", "diff": "@@ -100,8 +100,10 @@ function receiveNativeGesture(nativeEvent: NativeEvent) {\n}\nif (eventHandled === false) {\n+ // @ts-ignore\nnextNodeItem = nextNodeItem.return;\nwhile (nextNodeItem && nextNodeItem.tag !== 5) {\n+ // @ts-ignore\nnextNodeItem = nextNodeItem.return;\n...
C++
Apache License 2.0
tencent/hippy
fix(hippy-vue,hippy-react): add task polyfill for batch render
1
fix
hippy-vue,hippy-react
599,922
07.06.2021 19:38:46
-7,200
616451ecc77d71d1343f047c5432de021bc64001
docs(plex): correct name of "Sync Libraries" button [skip ci] Update documentation settings plex. Button to sync libraries with plex
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ Note that you will need to enter the full path to the web app (e.g., `https://pl\nIn this section, simply select the libraries you would like Overseerr to scan. Overseerr will periodically check the selected libraries for available content to update th...
TypeScript
MIT License
sct/overseerr
docs(plex): correct name of "Sync Libraries" button (#1747) [skip ci] Update documentation settings plex. Button to sync libraries with plex
1
docs
plex
317,646
07.06.2021 19:55:20
-7,200
24f87f8557074d172e1b12835b009a340fecbe65
fix: use correct home on git bash resolves
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,10 @@ func (env *environment) isRunningAsRoot() bool {\n}\nfunc (env *environment) homeDir() string {\n+ // return the right HOME reference when using MSYS2\n+ if env.getShellName() == bash {\n+ return os.Getenv(\"HOME\")\n+ }\nhome := os.Getenv(\"HOMEDRIVE\"...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: use correct home on git bash resolves #786
1
fix
null
737,359
07.06.2021 20:11:34
-3,600
a165983257fe8f0277e66792adc2f0f08e4fc4ba
fix(kitsu): apply resCase setting to ID-less resource relationships
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ describe('kitsu', () => {\nexpect(request).toEqual(getSingleWithIncludes.kitsu)\n})\n- it('fetches relationships of a resource', async () => {\n+ it('fetches :resource/:id/relationships/:relationship', async () => {\nexpect.assertions(1)\nconst response ...
JavaScript
MIT License
wopian/kitsu
fix(kitsu): apply resCase setting to ID-less resource relationships
1
fix
kitsu
889,620
07.06.2021 20:24:14
-28,800
c8b522d7e97af009fa62a114a0bea7724cdbd6ea
refactor: remove duplicate code
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ class TaskHandler(\nbookRepository.findByIdOrNull(task.bookId)?.let { book ->\nif (bookLifecycle.analyzeAndPersist(book)) {\ntaskReceiver.generateBookThumbnail(book.id, priority = task.priority + 1)\n- taskReceiver.refreshBookMetadata(book, priority = ta...
Kotlin
MIT License
gotson/komga
refactor: remove duplicate code
1
refactor
null
737,359
07.06.2021 20:25:23
-3,600
521a395decb33e0e92ba75be73665a410f4127b9
test(kitsu): modify tests to ensure resCase is being applied
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ describe('kitsu', () => {\n}\nconst api = new Kitsu()\nmock.onGet('media-relationships/1/relationships/destination').reply(200, response)\n- const request = await api.get('media-relationships/1/relationships/destination')\n+ const request = await api.g...
JavaScript
MIT License
wopian/kitsu
test(kitsu): modify tests to ensure resCase is being applied
1
test
kitsu
679,913
07.06.2021 20:27:21
-7,200
fd12f807dba2546133278a607c4b79dcf9a12b07
feat(args): add kvPairsMulti(), update coerceKV() add KVMultiDict type alias update tests
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,11 @@ export type Args<T extends IObjectOf<any>> = {\ndelim?: string;\n}\n: KVDict extends T[id]\n+ ? ArgSpec<T[id]> & {\n+ coerce: Fn<string[], Exclude<T[id], undefined>>;\n+ multi: true;\n+ }\n+ : KVMultiDict extends T[id]\n? ArgSpec<T[id]> & {\ncoerce: Fn<...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(args): add kvPairsMulti(), update coerceKV() - add KVMultiDict type alias - update tests
1
feat
args
744,016
07.06.2021 20:29:26
21,600
b6286d7269f3b20fd00da6e7326d3852a162deea
refactor: use modern array helpers, etc
[ { "change_type": "MODIFY", "diff": "@@ -336,20 +336,17 @@ export class CommandInstance {\ncommandIndex,\nhelpOnly\n);\n- if (isPromise(innerArgv)) {\n- return innerArgv.then(argv => {\n- return {\n+\n+ return isPromise(innerArgv)\n+ ? innerArgv.then(argv => ({\naliases: (innerYargs.parsed as DetailedArgumen...
JavaScript
MIT License
yargs/yargs
refactor: use modern array helpers, etc
1
refactor
null
737,359
07.06.2021 20:35:21
-3,600
57c200fdfa6f50a594c10fc8f1d1124cb99b704b
chore(release): publish 10.0.0-alpha.13
[ { "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.13](https://github.com/wopian/kitsu/compare/v10.0.0-alpha.12...v10.0.0-alpha.13) (2021-06-07)\n+\n+\n...
JavaScript
MIT License
wopian/kitsu
chore(release): publish 10.0.0-alpha.13
1
chore
release
471,532
07.06.2021 21:19:11
-7,200
1e54d2972c4f95a28f4a008fd2f008ee9ace8d94
feat(scoped-elements): load the scoped registries polyfill
[ { "change_type": "ADD", "diff": "+---\n+'@open-wc/scoped-elements': minor\n+---\n+\n+Use the webcomponents polyfill instead of the forked one\n", "new_path": ".changeset/shy-ties-battle.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@lit/reactive-elem...
JavaScript
MIT License
open-wc/open-wc
feat(scoped-elements): load the scoped registries polyfill
1
feat
scoped-elements
679,913
07.06.2021 21:38:49
-7,200
0f0e270c6f552d66605396e66a967180cc42fdbb
fix(vectors): re-add missing randNorm2/3/4 fns refactor existing randNorm() for better re-use
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,13 @@ export const [random, random2, random3, random4] = defHofOp<\n\"!a && (a=[]);\"\n);\n+const $norm =\n+ (random: VecOpOOO<number, number, IRandom>) =>\n+ (v: Vec | null, n = 1, rnd: IRandom = SYSTEM) =>\n+ normalize(random((v = v || []), -1, 1, rnd), v, ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(vectors): re-add missing randNorm2/3/4 fns - refactor existing randNorm() for better re-use
1
fix
vectors
342,861
07.06.2021 21:48:41
-7,200
0aaf8b47d169c350296ccc2e438d54c0964f012e
feat(docs): overview pages
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ const yaml = require(\"js-yaml\");\nconst { createFilePath } = require(`gatsby-source-filesystem`);\nconst { omitNumbers, getDocumentUrl, getParentUrl, getDocumentTrail } = require(\"./utils/document\");\n+const { createOverviewPages } = require(\"./servic...
JavaScript
MIT License
kiwicom/orbit
feat(docs): overview pages
1
feat
docs
815,601
07.06.2021 21:49:32
-28,800
8d40afddd853f16145826a3a13c56ab5e10009cf
feat: filter internal db error
[ { "change_type": "MODIFY", "diff": "@@ -533,6 +533,7 @@ dependencies = [\n\"ckb-verification-contextual\",\n\"ckb-verification-traits\",\n\"faketime\",\n+ \"faux\",\n\"lazy_static\",\n\"tempfile\",\n]\n@@ -1336,6 +1337,7 @@ dependencies = [\n\"ckb-verification\",\n\"ckb-verification-traits\",\n\"faketime\",...
Rust
MIT License
nervosnetwork/ckb
feat: filter internal db error
1
feat
null
306,309
07.06.2021 22:04:37
-3,600
bd1e8042faa12aec8c4f9da616bc3594f514f5d9
fix(azure): make the AzureRMAutomation resources consistent with the rest
[ { "change_type": "MODIFY", "diff": "@@ -7,13 +7,6 @@ import (\nfunc GetAzureRMAutomationDscNodeconfigurationRegistryItem() *schema.RegistryItem {\nreturn &schema.RegistryItem{\nName: \"azurerm_automation_dsc_nodeconfiguration\",\n- RFunc: NewAzureRMAutomationDscNodeconfiguration,\n- }\n-}\n-\n-func NewAzure...
Go
Apache License 2.0
infracost/infracost
fix(azure): make the AzureRMAutomation resources consistent with the rest
1
fix
azure
551,634
07.06.2021 22:16:14
-3,600
dc226d4ace33c469111f6dd2d31ea6f60c2a2d6e
chore: assert unsafe memory is positive on release
[ { "change_type": "MODIFY", "diff": "@@ -193,7 +193,8 @@ public final class Unsafe {\n}\npublic static void recordMemAlloc(long size) {\n- MEM_USED.addAndGet(size);\n+ long mem = MEM_USED.addAndGet(size);\n+ assert mem >= 0;\n}\nprivate static int msb(int value) {\n", "new_path": "core/src/main/java/io/q...
Java
Apache License 2.0
questdb/questdb
chore: assert unsafe memory is positive on release (#1105)
1
chore
null
392,551
07.06.2021 22:28:00
-7,200
d527a7de6eb41eb59e637c19a83f90ef2fa17708
docs: clarify captured at timestamp
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,9 @@ export interface SpatialImageEnt extends CameraEnt, IDEnt {\natomic_scale?: number;\n/**\n- * Timestamp when the image was captured.\n+ * Timestamp representing the capture date and time.\n+ *\n+ * @description Unix epoch timestamp in milliseconds.\n*/\n...
TypeScript
MIT License
mapillary/mapillary-js
docs: clarify captured at timestamp
1
docs
null
392,551
07.06.2021 22:45:31
-7,200
db552bc856494430be0bd9e15e03f665d2fbccb0
chore: error on broken links in doc build
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,8 @@ module.exports = {\ntagline: 'Interactive, extendable street imagery visualization platform',\nurl: 'https://mapillary.github.io',\nbaseUrl: '/mapillary-js/',\n- onBrokenLinks: 'warn',\n- onBrokenMarkdownLinks: 'warn',\n+ onBrokenLinks: 'error',\n+ onBro...
TypeScript
MIT License
mapillary/mapillary-js
chore: error on broken links in doc build
1
chore
null
126,276
07.06.2021 23:10:29
10,800
89f32ad21636e18522538e5d45bff6a9432d6295
chore(pkg/database): single-store databases
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,6 @@ type DB interface {\n//IDB database instance\ntype db struct {\nst *store.ImmuStore\n- ctlogSt *store.ImmuStore\nsqlEngine *sql.Engine\n@@ -126,21 +125,18 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\ndbi.tx1 = dbi.st.NewTx...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): single-store databases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
126,276
07.06.2021 23:16:41
10,800
5eeb8e10c0ae56a36072ad32e7b30e5d7eec3808
chore(pkg/database): re-construct sql engine once catalog is ready
[ { "change_type": "MODIFY", "diff": "@@ -138,6 +138,11 @@ func OpenDb(op *DbOptions, systemDB DB, log logger.Logger) (DB, error) {\nif err == sql.ErrDatabaseDoesNotExist {\ndbi.Logger.Infof(\"Migrating catalog from systemdb to %s...\", dbDir)\n+ err = dbi.sqlEngine.Close()\n+ if err != nil {\n+ return nil, l...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): re-construct sql engine once catalog is ready Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
71,340
07.06.2021 23:37:53
-43,200
f9be15d9bd130519735077cda079c2e6e9e43a02
fix(s3): `autoDeleteObjects` had redundant `GetObject*` permissions This should fix *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": "@@ -1841,7 +1841,8 @@ export class Bucket extends BucketBase {\n// objects in the bucket\nthis.addToResourcePolicy(new iam.PolicyStatement({\nactions: [\n- ...perms.BUCKET_READ_ACTIONS, // list objects\n+ // list objects\n+ ...perms.BUCKET_READ_METADATA_ACTIONS,\n...perms...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(s3): `autoDeleteObjects` had redundant `GetObject*` permissions (#14573) This should fix #14572. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
s3
756,038
07.06.2021 23:47:26
25,200
854fe21b192550642d1314698b9610980c593560
test: add grab test, compare at higher level Do comparison at a higher semantic level than JSON text. Use maps which are naturally insensitive to order.
[ { "change_type": "MODIFY", "diff": "@@ -17,15 +17,40 @@ import (\ntmproto \"github.com/tendermint/tendermint/proto/tendermint/types\"\n)\n+// Normalized balance updates for order-insensitive comparisons.\n+// Address -> Denomination -> Amount\n+type normalBalanceUpdate map[string]map[string]string\n+\n+// n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: add grab test, compare at higher level Do comparison at a higher semantic level than JSON text. Use maps which are naturally insensitive to order.
1
test
null
679,913
07.06.2021 23:57:40
-7,200
6ad582d75d41ac16c6e36e4d378f7bd09a538362
refactor(api): update recursive helper types simplify Head, Tail, Prepend type defs update ArrayValue, Reverse
[ { "change_type": "MODIFY", "diff": "/**\n* Returns an array's value type.\n*/\n-export type ArrayValue<T extends any[]> = T[0];\n+export type ArrayValue<T extends unknown[]> = T[0];\n/**\n* Defines a fixed sized, iterable tuple with elements of type `T` and\n* length `N`.\n*/\n-export type Tuple<T, N extend...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(api): #294 update recursive helper types - simplify Head, Tail, Prepend type defs - update ArrayValue, Reverse
1
refactor
api
679,913
07.06.2021 23:58:34
-7,200
40459bf7274bec400fda96ee70ebc881d45f4913
refactor(atom): add missing type hints (TS4.3)
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ export class History<T> implements IHistory<T> {\nconstructor(state: IAtom<T>, maxLen = 100, changed?: Predicate2<T>) {\nthis.state = state;\nthis.maxLen = maxLen;\n- this.changed = changed || ((a, b) => !equiv(a, b));\n+ this.changed = changed || ((a: T...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(atom): add missing type hints (TS4.3)
1
refactor
atom
679,913
07.06.2021 23:59:20
-7,200
030055d65ab6efb0e9ef33e173c775ccb773c646
refactor(zipper): add missing type hints (TS4.3)
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ export class Location<T> {\nreturn this._path ? this._path.r : undefined;\n}\n- get left() {\n+ get left(): Location<T> | undefined {\nconst path = this._path;\nconst lefts = path && path.l;\nreturn lefts && lefts.length\n@@ -91,7 +91,7 @@ export class L...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(zipper): add missing type hints (TS4.3)
1
refactor
zipper
756,038
08.06.2021 00:21:28
25,200
9e9371ba89dd5348a53d4ead5825ef595098d871
style: helpers for clunky composite literals
[ { "change_type": "MODIFY", "diff": "@@ -19,10 +19,41 @@ import (\n// Normalized balance updates for order-insensitive comparisons.\n// Address -> Denomination -> Amount\n-type normalBalanceUpdate map[string]map[string]string\n+type accountBalances map[string]map[string]string\n+\n+type accountOption func(ma...
JavaScript
Apache License 2.0
agoric/agoric-sdk
style: helpers for clunky composite literals
1
style
null
679,913
08.06.2021 00:59:30
-7,200
10d09b1c33143979bdb32e7c011f7cdf2dfcdf02
build: update make-ex/module scripts
[ { "change_type": "MODIFY", "diff": "@@ -143,10 +143,12 @@ module.exports = {\npackageOptions: {\nsource: \"local\",\ntypes: true,\n+ knownEntrypoints: [\"tslib\"],\n},\nbuildOptions: {\nbaseUrl: \"/umbrella/$1\",\n},\n+ workspaceRoot: \"../..\",\n};\nEOF\n", "new_path": "scripts/make-example", "old_...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update make-ex/module scripts
1
build
null
603,467
08.06.2021 01:02:40
-3,600
e8f1b1c1f1fc0989474c0c3bd837e95f1fec338d
ci(github): speed up the pipeline
[ { "change_type": "MODIFY", "diff": "@@ -7,82 +7,97 @@ on:\ntypes: [ opened, synchronize ]\njobs:\n+\nlint:\nif: \"!contains(github.event.head_commit.message, 'ci skip')\"\n- runs-on: ubuntu-20.04\n+ runs-on: ubuntu-latest\nsteps:\n- name: Checkout repository\nuses: actions/checkout@v2\n- - name: Setup Node ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): speed up the pipeline
1
ci
github
71,711
08.06.2021 02:07:46
-19,080
252dfa2f84f24ef57ab632e8ee5092544c850a5f
feat(elb): set accessLoggingPolicy property with L2 LoadBalancer Using cdk we can enable access logs for elb.Loadbalancer 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": "@@ -71,6 +71,17 @@ export interface LoadBalancerProps {\n* @default - Public subnets if internetFacing, Private subnets otherwise\n*/\nreadonly subnetSelection?: SubnetSelection;\n+\n+ /**\n+ * Enable Loadbalancer access logs\n+ * Can be used to avoid manual work as aws c...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(elb): set accessLoggingPolicy property with L2 LoadBalancer (#14983) Using cdk we can enable access logs for elb.Loadbalancer fixes #14972 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
elb
317,642
08.06.2021 02:38:30
10,800
6e3ad9b1b1712ce5fa7d92aa200a01cf82902358
theme: add mt
[ { "change_type": "ADD", "diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"final_space\": true,\n+ \"blocks\": [\n+ {\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"type\": \"session\",\n+ \"style\": \"...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: add mt
1
theme
null
866,420
08.06.2021 06:03:46
25,200
c73b6230612ebc203d82b36995beb28ed6b6132e
fix(dropdown): add formdata event support
[ { "change_type": "MODIFY", "diff": "import { Meta } from '@storybook/addon-docs/blocks';\n-<Meta title=\"Introduction/Form paticipation\" />\n+<Meta title=\"Introduction/Form participation\" />\n# Having components participate in form\n@@ -24,7 +24,7 @@ button.addEventListener('click', () => {\n});\nevent.f...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(dropdown): add formdata event support (#648)
1
fix
dropdown
777,419
08.06.2021 07:34:05
-7,200
0a887e9d46df7b360b5279fa8ff8aa8b31e44313
fix: trial profiling system metric chart ignoring zero
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export const convertMetricsToUplotData =\nseries[nameIndex] = [];\n}\n- series[nameIndex].push(timeNameList[name] || null);\n+ series[nameIndex].push(name in timeNameList ? timeNameList[name] : null);\n});\n});\n", "new_path": "webui/react/src/pages/...
Python
Apache License 2.0
determined-ai/determined
fix: trial profiling system metric chart ignoring zero [DET-5505] (#2515)
1
fix
null
317,646
08.06.2021 07:37:34
-7,200
db9c06bf07f36904922b008cec5df5f01915c1ca
docs: consistent installation guide closes
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,9 @@ for file in ~/.poshthemes/*.omp.json; do echo \"$file\\n\"; oh-my-posh --config $fi\n### Replace your existing prompt\n+The guides below assume you copied the theme called `jandedobbeleer.omp.json` to your user's `$HOME` folder.\n+When you've downloaded ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: consistent installation guide closes #785
1
docs
null
317,646
08.06.2021 08:31:35
-7,200
d7e1d5de72e073f7bfa12ad81502ec5160dbde34
chore: update json schema for mapped_locations closes
[ { "change_type": "MODIFY", "diff": "\"default\": \"folder\"\n},\n\"mapped_locations\": {\n- \"type\": \"array\",\n+ \"type\": \"object\",\n\"title\": \"Mapped Locations\",\n\"description\": \"Custom glyph/text for specific paths\",\n- \"items\": {\n- \"type\": \"array\",\n- \"items\": [\n- {\n- \"type\": \"...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: update json schema for mapped_locations closes #776
1
chore
null
104,828
08.06.2021 08:48:00
-7,200
2a2c07d26bbe17bebc9f5b2c15513cb62e80493b
feat(mapcard): dragable panels documentation and code cleanup
[ { "change_type": "MODIFY", "diff": "- [Map controls](#map-controls)\n- [Zoom control](#zoom-control)\n- [Layered map controls](#layered-map-controls)\n-- [legend](#legend)\n+- [Legend](#legend)\n- [Settings content](#settings-content)\n- [Mapbox Example](#mapbox-example)\n- [Open layers Example](#open-layer...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(mapcard): dragable panels documentation and code cleanup
1
feat
mapcard
756,064
08.06.2021 09:13:18
25,200
d7bad9ac6467cda28af60b1963df98ccee50de17
chore(swingset): kernelKeeper.incstat() takes delta This just adds an optional `delta=1` parameter so incstat can be used more efficiently when incrementing multiple times.
[ { "change_type": "MODIFY", "diff": "@@ -136,9 +136,9 @@ export default function makeKernelKeeper(kvStore, streamStore, kernelSlog) {\nkernelStats[`${key}Max`] = 0;\n});\n- function incStat(stat) {\n+ function incStat(stat, delta = 1) {\nassert.typeof(kernelStats[stat], 'number');\n- kernelStats[stat] += 1;\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): kernelKeeper.incstat() takes delta This just adds an optional `delta=1` parameter so incstat can be used more efficiently when incrementing multiple times.
1
chore
swingset
724,064
08.06.2021 09:25:36
18,000
9efab9053ffc04b938f3237d8b6f046a27ff5014
docs: Update setProps.md change 'could' to 'should'
[ { "change_type": "MODIFY", "diff": "Sets `Wrapper` `vm` props and forces update.\n::: warning\n-`setProps` could be called only for top-level component, mounted by `mount` or `shallowMount`\n+`setProps` should be called only for top-level component, mounted by `mount` or `shallowMount`\n:::\n```js\n", "...
JavaScript
MIT License
vuejs/vue-test-utils
docs: Update setProps.md (#1856) change 'could' to 'should'
1
docs
null
730,496
08.06.2021 10:25:07
-3,600
cd1e0281d031cdcf456f418aee0a4377abf53574
fix(meetings): sending meeting locked/unlocked events fixes:
[ { "change_type": "MODIFY", "diff": "@@ -67,10 +67,7 @@ InfoUtils.getInfos = (oldInfo, newInfo) => {\nreturn {\nprevious,\ncurrent,\n- updates: {\n- isLocked: InfoUtils.isLocked(current),\n- isUnlocked: InfoUtils.isUnlocked(current)\n- }\n+ updates\n};\n};\n", "new_path": "packages/node_modules/@webex/pl...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): sending meeting locked/unlocked events fixes: SPARK-239945
1
fix
meetings
866,394
08.06.2021 10:42:17
14,400
96d787763021cebd337a8a953272e8a579a6d463
fix(e2e): fixing content-block-card-static e2e build test ### Related Ticket(s) No related issue ### Description The content-block-card-static example was using the older format for the examples code, this fixes it so that the e2e build can run properly. ### Changelog **Changed** content-block-card-static example appli...
[ { "change_type": "MODIFY", "diff": "{\n- \"includePaths\": [\"node_modules\"],\n+ \"includePaths\": [\"node_modules\", \"../../node_modules\"],\n}\n", "new_path": "packages/web-components/examples/codesandbox/components/content-block-card-static/.sassrc", "old_path": "packages/web-components/example...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(e2e): fixing content-block-card-static e2e build test (#6283) ### Related Ticket(s) No related issue ### Description The content-block-card-static example was using the older format for the examples code, this fixes it so that the e2e build can run properly. ### Changelog **Changed** - content-bl...
1
fix
e2e
889,620
08.06.2021 10:53:29
-28,800
159c767929be90ea326086a2354008ab7b52d290
feat: delete empty read lists and collections closes
[ { "change_type": "MODIFY", "diff": "@@ -37,5 +37,6 @@ interface ReadListRepository {\nfun delete(readListId: String)\nfun deleteAll()\n+ fun deleteEmpty()\nfun existsByName(name: String): Boolean\n}\n", "new_path": "komga/src/main/kotlin/org/gotson/komga/domain/persistence/ReadListRepository.kt", "o...
Kotlin
MIT License
gotson/komga
feat: delete empty read lists and collections closes #551
1
feat
null
141,585
08.06.2021 10:55:19
-36,000
4d7d9a4d4987d4ac8907e14fcd08e1d5c9b6333d
ci: Allow consumption of private packages ci: Allow usage of private Culture Amp packages in build docs: Update readme with instructions on how to set up private packages * Update scripts/check-if-authenticated-to-github-registry.bash
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ env:\nKAIZEN_ROLE_ARN: ${BRANCH_ROLE_ARN}\nKAIZEN_DOMAIN_NAME: ${BRANCH_DOMAIN_NAME}\nKAIZEN_DISTRIBUTION_ID: ${BRANCH_DISTRIBUTION_ID}\n+ GITHUB_REGISTRY_TOKEN: ${GITHUB_REGISTRY_TOKEN}\nx-defaults: &defaults\nagent_query_rules: [\"queue=build-unrestricte...
TypeScript
MIT License
cultureamp/kaizen-design-system
ci: Allow consumption of private @cultureamp packages (#1690) ci: Allow usage of private Culture Amp packages in build docs: Update readme with instructions on how to set up private packages Co-authored-by: Rob Howard <rob.howard@cultureamp.com> * Update scripts/check-if-authenticated-to-github-registry.bash ...
1
ci
null
815,609
08.06.2021 11:20:14
-28,800
4919ae351eadff723d3880bdba1943e920090f23
fix(hardfork): a mistake when use block timestamp of input cells as relative since start timestamp
[ { "change_type": "MODIFY", "diff": "@@ -714,9 +714,9 @@ impl<'a, DL: HeaderProvider> SinceVerifier<'a, DL> {\nlet base_timestamp = if hardfork_switch\n.is_block_ts_as_relative_since_start_enabled(epoch_number)\n{\n- self.parent_median_time(&info.block_hash)\n- } else {\nself.parent_block_time(&info.block_ha...
Rust
MIT License
nervosnetwork/ckb
fix(hardfork): a mistake when use block timestamp of input cells as relative since start timestamp
1
fix
hardfork
815,609
08.06.2021 11:30:31
-28,800
f7818724cd480565e2d9445e4726e4d51823ae4d
chore(hardfork): apply review suggestions about the extra hash verification and add a unit test
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ use ckb_types::{\nBlockBuilder, BlockNumber, BlockView, EpochExt, HeaderView, TransactionBuilder,\nTransactionView, UncleBlockView,\n},\n- packed::{Byte32, CellInput, ProposalShortId, Script, UncleBlockVec},\n+ packed::{CellInput, ProposalShortId, Script...
Rust
MIT License
nervosnetwork/ckb
chore(hardfork): apply review suggestions about the extra hash verification and add a unit test
1
chore
hardfork
401,126
08.06.2021 11:42:24
14,400
6e3e4ceabee6a26aab5210495924c58d5819ed06
fix(core): update multiselect component to display option labels in input value instead of option value affects:
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export const options = [\n{\nlabel: 'Group',\nvalue: [\n- { value: 'a pharmacy', label: 'a Pharmacy with some bog label' },\n+ { value: 'a pharmacy', label: 'a Pharmacy with some big label' },\n{ value: 'b pharmacy', label: 'b Pharmacy' },\n{ value: 'c p...
TypeScript
MIT License
medly/medly-components
fix(core): update multiselect component to display option labels in input value instead of option value affects: @medly-components/core
1
fix
core
756,059
08.06.2021 11:50:55
25,200
f56df1eac3c91bdc668a6b8efc455ca0e4e8d212
feat: allow setting of dbsize from swingset-runner command line
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ FLAGS may be:\n--lmdb - runs using LMDB as the data store (default)\n--memdb - runs using the non-persistent in-memory data store\n--dbdir DIR - specify where the data store should go (default BASEDIR)\n+ --dbsize SIZE - set the LMDB size limit to SIZE m...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: allow setting of dbsize from swingset-runner command line
1
feat
null
104,853
08.06.2021 11:51:02
14,400
77c003e6463667b72100b8d50511b5a6b574afa9
feat(flyout-menu): add footer component
[ { "change_type": "ADD", "diff": "+import {\n+ Component,\n+ HostBinding,\n+ ViewEncapsulation,\n+} from '@angular/core';\n+\n+/**\n+ * html:\n+ * ```\n+ * <ai-flyout-menu-footer>\n+ * <button ibmButton=\"secondary\">Cancel</button>\n+ * <button ibmButton>Apply</button>\n+ * </ai-flyout-menu-footer>\n+ * ```...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(flyout-menu): add footer component
1
feat
flyout-menu
756,013
08.06.2021 11:51:02
21,600
b5222b3352ad71854472dce9f8561417576ddd97
fix(golang): exit Go on signals; no more SIGKILL just to quit
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ package daemon\nimport (\n\"fmt\"\n\"os\"\n+ \"os/signal\"\n+ \"syscall\"\n\"github.com/cosmos/cosmos-sdk/server\"\nsvrcmd \"github.com/cosmos/cosmos-sdk/server/cmd\"\n@@ -55,6 +57,14 @@ func Run() {\n// RunWithController starts the app with a custom upcal...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(golang): exit Go on signals; no more SIGKILL just to quit
1
fix
golang
791,394
08.06.2021 11:57:00
-36,000
fb2cd04b963176aea708340316c739ccaf5276dd
refactor(pubsublite): remove async ack processing Process acks synchronously.
[ { "change_type": "MODIFY", "diff": "@@ -307,16 +307,11 @@ func (s *subscribeStream) unsafeOnMessageResponse(response *pb.MessageResponse)\n}\nfunc (s *subscribeStream) onAck(ac *ackConsumer) {\n- // Don't block the user's goroutine with potentially expensive ack processing.\n- go s.onAckAsync(ac.MsgBytes)\n...
Go
Apache License 2.0
googleapis/google-cloud-go
refactor(pubsublite): remove async ack processing (#4189) Process acks synchronously.
1
refactor
pubsublite
104,853
08.06.2021 12:11:35
14,400
46c14430f1541f631d48a2a2ec77e206236c049c
fix(flyout-menu): lint a little
[ { "change_type": "MODIFY", "diff": "-import {\n- Component,\n- HostBinding,\n- ViewEncapsulation,\n-} from '@angular/core';\n+import { Component, HostBinding, ViewEncapsulation } from '@angular/core';\n/**\n* html:\n@@ -15,9 +11,7 @@ import {\n*/\n@Component({\nselector: 'ai-flyout-menu-footer',\n- template...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(flyout-menu): lint a little
1
fix
flyout-menu
866,395
08.06.2021 12:37:24
14,400
07b2612c3089333711c739697e5c10dbc9da9618
fix(slider): fixes out of range positioning
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2019, 2020\n+ * Copyright IBM Corp. 2019, 2021\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n@@ -86,7 +86,7 @@ class BXSlider extends Hos...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(slider): fixes out of range positioning (#649) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
fix
slider
306,646
08.06.2021 12:45:09
-19,080
2cc55e0b398165717b25189569746724ac867d3f
chore: adds chromatic github actions for pull request review
[ { "change_type": "MODIFY", "diff": "\"autoprefixer\": \"^9.7.3\",\n\"babel-loader\": \"^8.0.6\",\n\"babel-plugin-transform-object-rest-spread\": \"^6.26.0\",\n+ \"chromatic\": \"^5.9.0\",\n\"concurrently\": \"^5.1.0\",\n\"eslint\": \"^6.8.0\",\n\"fork-ts-checker-webpack-plugin\": \"^4.0.0-beta.4\",\n\"gulp-...
TypeScript
MIT License
innovaccer/design-system
chore: adds chromatic github actions for pull request review
1
chore
null
126,276
08.06.2021 12:59:07
10,800
33d8cf878cf691a4ae0274b18b5321b3e7aa3a3e
test(pkg/database): adjust unit testing for single-store databases
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,9 @@ func TestCurrentState(t *testing.T) {\nif err != nil {\nt.Fatal(err)\n}\n- if !strings.Contains(string(msg), \"is empty\") {\n+ rsp := string(msg)\n+\n+ if !strings.Contains(rsp, \"txID:\") {\nt.Fatal(err)\n}\n}\n", "new_path": "cmd/immuclient/comman...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): adjust unit testing for single-store databases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
756,013
08.06.2021 13:01:42
21,600
c2adf845e8796447d2d897276920d6093afdc215
chore: rename /golang/cosmos/chain to vm
[ { "change_type": "MODIFY", "diff": "@@ -96,7 +96,7 @@ import (\nibckeeper \"github.com/cosmos/ibc-go/modules/core/keeper\"\ngaiaappparams \"github.com/Agoric/agoric-sdk/golang/cosmos/app/params\"\n- \"github.com/Agoric/agoric-sdk/golang/cosmos/chain\"\n+ \"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\n\"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: rename /golang/cosmos/chain to vm
1
chore
null
756,038
08.06.2021 13:14:58
25,200
94852ac111022514ce9fb465a13ffc17e742a467
test: clean up and comment
[ { "change_type": "MODIFY", "diff": "@@ -43,10 +43,6 @@ type vpurseBalanceUpdate struct {\nvar nonce uint64\n-func resetForTests() {\n- nonce = 0\n-}\n-\nfunc marshalBalanceUpdate(addressToBalance map[string]sdk.Coins) ([]byte, error) {\nnentries := len(addressToBalance)\nif nentries == 0 {\n", "new_path...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: clean up and comment
1
test
null
756,013
08.06.2021 13:54:32
21,600
d00bf2020c51738f9086e0d4146d3ea3c659686a
chore: rename x/dibc to x/vibc
[ { "change_type": "MODIFY", "diff": "@@ -97,8 +97,8 @@ import (\ngaiaappparams \"github.com/Agoric/agoric-sdk/golang/cosmos/app/params\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/vm\"\n- \"github.com/Agoric/agoric-sdk/golang/cosmos/x/dibc\"\n\"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset\"\n+ \"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: rename x/dibc to x/vibc
1
chore
null
756,013
08.06.2021 14:00:47
21,600
2f1ef1d2a4dc109e713ee492c301f1a30b4561ea
chore: rename `VPURSE_` messages to `VBANK_`
[ { "change_type": "MODIFY", "diff": "-# Virtual Purses\n+# Virtual Bank\n-Virtual purses connect Cosmos-level bank module accounts with Agoric-level ERTP purses and payments. A \"virtual\" purse is created at the ERTP level which be observed and manipulated as other purses, but modification to it are sent ov...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: rename `VPURSE_` messages to `VBANK_`
1
chore
null
756,013
08.06.2021 14:03:48
21,600
299baa7ba66581483bdf8f0ac39ecbf2f53b411a
fix: there is no "controller" port; we meant "storage"
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ func (keeper msgServer) DeliverInbound(goCtx context.Context, msg *types.MsgDeli\nPeer: msg.Submitter.String(),\nMessages: messages,\nAck: msg.Ack,\n- StoragePort: vm.GetPort(\"controller\"),\n+ StoragePort: vm.GetPort(\"storage\"),\nBlockHeight: ctx.Blo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: there is no "controller" port; we meant "storage"
1
fix
null
756,013
08.06.2021 14:04:07
21,600
223185a3acf76f6577119b110f1d005d686b7187
fix: don't intercept SIGQUIT
[ { "change_type": "MODIFY", "diff": "@@ -57,9 +57,10 @@ func Run() {\n// RunWithController starts the app with a custom upcall handler.\nfunc RunWithController(sendToController cmd.Sender) {\n- // Exit on several different signals.\n+ // Exit on Control-C and kill.\n+ // Without this explicitly, ag-chain-cos...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: don't intercept SIGQUIT
1
fix
null
141,510
08.06.2021 14:23:54
-36,000
40396db4a19acc8b82d8cba056f7e971d1854ed8
fix: button sizing changes due to active border
[ { "change_type": "MODIFY", "diff": "letter-spacing: $kz-var-typography-button-secondary-letter-spacing;\n}\n+.button {\n+ border: $kz-var-border-solid-border-width $kz-var-border-solid-border-style;\n+ border-radius: $kz-var-border-solid-border-radius;\n+ border-color: transparent;\n+}\n+\n// This is a temp...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: button sizing changes due to active border (#1693)
1
fix
null
777,396
08.06.2021 14:33:36
21,600
deb4cbf402c34447e53e67587d706558e2021e59
chore: initialize cli_cert in e2e tests
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ from typing import Any, Dict, List\nimport requests\nfrom determined.common import api\n-from determined.common.api import authentication\n+from determined.common.api import authentication, certs\nfrom tests import config as conf\n@@ -19,6 +19,8 @@ def clu...
Python
Apache License 2.0
determined-ai/determined
chore: initialize cli_cert in e2e tests (#2530)
1
chore
null
151,430
08.06.2021 14:39:02
25,200
26959a03cc8ff5d0bb3e4218baf06a386ea13b40
chore: kill exports field
[ { "change_type": "MODIFY", "diff": "\"amdName\": \"analyticsUtilActivity\",\n\"source\": \"src/index.js\",\n\"main\": \"dist/analytics-util-activity.js\",\n- \"exports\": \"./dist/analytics-util-activity.modern.js\",\n\"module\": \"dist/analytics-util-activity.module.js\",\n\"unpkg\": \"dist/analytics-util-...
JavaScript
MIT License
davidwells/analytics
chore: kill exports field Signed-off-by: David Wells <>
1
chore
null
667,713
08.06.2021 14:49:05
-28,800
696370ab4eb45e10b84abce242d0c82a4ce3227d
refactor(android): improve and perfect native exception report
[ { "change_type": "MODIFY", "diff": "@@ -230,6 +230,12 @@ public class HippyRootView extends FrameLayout {\nreturn mGlobalLayoutListener;\n}\n+ public void startMonitorEvent(String eventName) {\n+ if (mTimeMonitor != null) {\n+ mTimeMonitor.startEvent(eventName);\n+ }\n+ }\n+\npublic TimeMonitor getTimeMonit...
C++
Apache License 2.0
tencent/hippy
refactor(android): improve and perfect native exception report
1
refactor
android
306,353
08.06.2021 14:54:05
-18,000
d7228b25c624da65eb13117a0363ee83b1717b32
fix(azure): refactor storage account to fix cost components
[ { "change_type": "MODIFY", "diff": "@@ -115,17 +115,13 @@ func NewAzureRMStorageAccount(d *schema.ResourceData, u *schema.UsageData) *sche\nif u != nil && u.Get(\"monthly_write_operations\").Type != gjson.Null {\nwriteOperations = decimalPtr(decimal.NewFromInt(u.Get(\"monthly_write_operations\").Int()))\n}\...
Go
Apache License 2.0
infracost/infracost
fix(azure): refactor storage account to fix cost components (#785)
1
fix
azure
310,967
08.06.2021 15:14:12
18,000
96ba8b40a24a8ba4e4bcfb84aa972e77220fb3d4
fix: revert the change to update the lock file when the --no-deps flag is used and issue a warning instead
[ { "change_type": "MODIFY", "diff": "@@ -593,16 +593,8 @@ Use the ${input('--type')} option to start projects using older versions of Ioni\nconst [installer, ...installerArgs] = await pkgManagerArgs(this.env.config.get('npmClient'), { command: 'install' });\nawait this.env.shell.run(installer, installerArgs,...
TypeScript
MIT License
ionic-team/ionic-cli
fix: revert the change to update the lock file when the --no-deps flag is used and issue a warning instead (#4713)
1
fix
null
777,366
08.06.2021 15:29:39
14,400
81eefc751d94cb871179bc79b621f856fb2ca0bb
chore: bump transformers version for model-hub
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ SHORT_GIT_HASH := $(shell git rev-parse --short HEAD)\nARTIFACTS_DIR := /tmp/artifacts\n# Model-hub library environments will be built on top of the default GPU and CPU images in master/pkg/model/defaults.go\n-DEFAULT_GPU_IMAGE := determinedai/environments...
Python
Apache License 2.0
determined-ai/determined
chore: bump transformers version for model-hub (#2522)
1
chore
null
386,581
08.06.2021 15:30:57
-7,200
db4b7f902835dcfe49d0f4cf0402b5b8435528c5
fix(servers): Use a empty app config instead of starter config for lowdefy default.
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ COPY . .\nRUN yarn install\nRUN yarn build\n-# Build lowdefy starter app\n-RUN yarn build:lowdefy-starter\n+# Build lowdefy default app\n+RUN yarn build:lowdefy-default\n# clean all depencies\nRUN rm -rf node_modules\n@@ -27,12 +27,15 @@ ENV NODE_ENV=pro...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(servers): Use a empty app config instead of starter config for lowdefy default.
1
fix
servers
104,853
08.06.2021 15:31:36
14,400
37e010f9c6c87526b0f6a2f0ccb2e7f99a68aeea
fix(flyout-menu): build
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import {\nInput,\nOptional,\nOutput,\n+ TemplateRef,\nViewEncapsulation,\n} from '@angular/core';\nimport {\n@@ -54,7 +55,7 @@ import { I18n } from 'carbon-components-angular/i18n';\n>\n<ng-template\n*ngIf=\"hasContentTemplate\"\n- [ngTemplateOutlet]=\"dia...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(flyout-menu): build
1
fix
flyout-menu
217,922
08.06.2021 15:32:25
-7,200
5fe1c896284d4b5f05c2c59677e845359164bfe3
chore: layout fix for db comment buttons
[ { "change_type": "MODIFY", "diff": "</nz-comment>\n</ng-template>\n<div fxLayout=\"column\" fxLayoutGap=\"5px\">\n- <ng-container *ngIf=\"hasMoreComments$ | async as moreComments\">\n+ <div *ngIf=\"hasMoreComments$ | async as moreComments\" fxLayout=\"row\" fxLayoutGap=\"5px\">\n+ <div>\n<button (click)=\"s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: layout fix for db comment buttons
1
chore
null
599,922
08.06.2021 15:36:32
-7,200
43b2e693e782f6e0c17c56ad530fa67f6e70d039
docs: fix spelling and punctuation errors [skip ci] * docs(installation): spelling "Community" Unraid Spelling correction for Community in the Unraid Installation section. * docs(slack): Grammar correction Double full stop corrected.
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ Use a 3rd party updating mechanism such as [Watchtower](https://github.com/conta\n## Unraid\n1. Ensure you have the **Community Applications** plugin installed.\n-2. Inside the **Communtiy Applications** app store, search for **Overseerr**.\n+2. Inside t...
TypeScript
MIT License
sct/overseerr
docs: fix spelling and punctuation errors (#1748) [skip ci] * docs(installation): spelling "Community" Unraid Spelling correction for Community in the Unraid Installation section. * docs(slack): Grammar correction Double full stop corrected. Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.git...
1
docs
null
306,320
08.06.2021 15:51:37
-3,600
e18dfc733789074d8ddfaf1f56e1827e99582ee9
fix(output): fixes total monthly and hourly cost not populated for `infracost output` command. This was introduced in v0.9 when we decided to re-add the total costs to the JSON, but missed them when combining infracost JSON files.
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ package output\nimport (\n\"encoding/json\"\n\"time\"\n+\n+ \"github.com/shopspring/decimal\"\n)\ntype ReportInput struct {\n@@ -19,6 +21,9 @@ func Load(data []byte) (Root, error) {\nfunc Combine(inputs []ReportInput, opts Options) Root {\nvar combined Roo...
Go
Apache License 2.0
infracost/infracost
fix(output): fixes total monthly and hourly cost not populated for `infracost output` command. (#788) This was introduced in v0.9 when we decided to re-add the total costs to the JSON, but missed them when combining infracost JSON files.
1
fix
output
71,094
08.06.2021 15:55:09
-3,600
7c98fb2fdaf4256dd9f3c484303b92ce3e00db7c
chore(pipelines): added troubleshooting sub-section for the "S3 error: Access Denied" case Related to *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": "@@ -815,6 +815,26 @@ After turning on `privilegedMode: true`, you will need to do a one-time manual c\npipeline to get it going again (as with a broken 'synth' the pipeline will not be able to self\nupdate to the right state).\n+### S3 error: Access Denied\n+\n+Some const...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(pipelines): added troubleshooting sub-section for the "S3 error: Access Denied" case (#14986) Related to #14944 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
pipelines
667,635
08.06.2021 16:00:26
-28,800
f2d62f801deaefac2586d926d5067f7e3a0f6227
fix(ios): hippysubviews should be removed when reuse
[ { "change_type": "MODIFY", "diff": "- (UIView *)hippySuperview;\n- (void)insertHippySubview:(UIView *)subview atIndex:(NSInteger)atIndex;\n- (void)removeHippySubview:(UIView *)subview;\n+- (void)resetHippySubviews;\n/**\n* HippyViewTouchHandlerProtocol interface.\n", "new_path": "ios/sdk/component/view/...
C++
Apache License 2.0
tencent/hippy
fix(ios): hippysubviews should be removed when reuse
1
fix
ios
217,922
08.06.2021 16:00:55
-7,200
5921d804fb61698dfa402b9b5978d028e3437546
fix(currency-spending-guide): better npc indications to trade the items from
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,9 @@ import { requestsWithDelay } from '../../../core/rxjs/requests-with-delay';\nimport { AuthFacade } from '../../../+state/auth.facade';\nimport { TeamcraftComponent } from '../../../core/component/teamcraft-component';\nimport { UniversalisService } from ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending-guide): better npc indications to trade the items from
1
fix
currency-spending-guide
104,853
08.06.2021 16:01:30
14,400
ce9a046158c0cc4b923fa5db5e522d6b33f4c828
fix(flyout-menu): format
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,9 @@ import { Filter16 } from '@carbon/icons';\n<div class=\"iot--flyout-menu--content\">\n<ng-content></ng-content>\n</div>\n- <ng-content select=\"ai-flyout-menu-footer, .iot--flyout-menu__bottom-container\"></ng-content>\n+ <ng-content\n+ select=\"ai-flyou...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(flyout-menu): format
1
fix
flyout-menu
897,067
08.06.2021 16:06:34
-32,400
6fd72e383f820e1ce0de3349fbcd02378aaac59d
fix(customize-uploader): upload customize files sequentially
[ { "change_type": "MODIFY", "diff": "@@ -51,33 +51,32 @@ export async function upload(\nif (!updateBody) {\nconsole.log(m(\"M_StartUploading\"));\ntry {\n- const [desktopJS, desktopCSS, mobileJS, mobileCSS] = await Promise.all(\n- [\n+ const uploadFilesResult = [];\n+ for (const files of [\nmanifest.desktop....
TypeScript
MIT License
kintone/js-sdk
fix(customize-uploader): upload customize files sequentially (#925)
1
fix
customize-uploader
386,581
08.06.2021 16:12:30
-7,200
de49159af23871fac829d6268facd46e1e3069c8
feat: Github actions to deploy docker images
[ { "change_type": "ADD", "diff": "+name: Release\n+on:\n+ pull_request:\n+\n+jobs:\n+ build:\n+ runs-on: ubuntu-latest\n+ steps:\n+ steps:\n+ - uses: actions/checkout@v2\n+\n+ - name: Cache Docker layers\n+ uses: actions/cache@v2\n+ with:\n+ path: /tmp/.buildx-cache\n+ key: ${{ runner.os }}-buildx-${{ github...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Github actions to deploy docker images
1
feat
null
386,581
08.06.2021 16:13:57
-7,200
028ecf0868461fc1c63f7de22c387a3260ae9579
fix: Fix release workflow file.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ on:\njobs:\nbuild:\nruns-on: ubuntu-latest\n- steps:\nsteps:\n- uses: actions/checkout@v2\n@@ -63,4 +62,3 @@ jobs:\n- name: Image digest\nrun: echo ${{ steps.docker_build.outputs.digest }}\n-\n", "new_path": ".github/workflows/release.yaml", "old_p...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix release workflow file.
1
fix
null
151,430
08.06.2021 16:22:30
25,200
fc4eb797950f565255acbb74d4eff6e072bc3515
chore: support sessionId in payload
[ { "change_type": "MODIFY", "diff": "@@ -276,7 +276,11 @@ export async function formatEvent(eventName, data = {}, config = {}) {\nconst type = getEventName(eventName, eventMapping)\nconst pageSessionInfo = getPageSession()\nconst tabSessionData = getTabSession()\n- const sessionData = getSession()\n+ const s...
JavaScript
MIT License
davidwells/analytics
chore: support sessionId in payload Signed-off-by: David Wells <>
1
chore
null
386,581
08.06.2021 16:25:11
-7,200
c78d72ed0be76e3c7c63a411b87cf43a87332dda
fix: remove linux/arm/v7 docker platform.
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\n# tags: ${{ steps.meta.outputs.tags }}\n# labels: ${{ steps.meta.outputs.labels }}\ntags: ${{ secrets.DOCKER_HUB_USERNAME }}/lowdefy:latest\n- platforms: linux/amd64,linux/arm64,linux/arm/v7\n+ platforms: linux/amd64,linux/arm64\ncache-from: type=...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: remove linux/arm/v7 docker platform.
1
fix
null
791,436
08.06.2021 16:30:21
-36,000
29c724771f0b19849c76e62d4bc8e9342922bf75
feat(spanner): add the support of optimizer statistics package
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,6 @@ package spanner\nimport (\n\"context\"\n- \"os\"\n\"sync\"\n\"testing\"\n\"time\"\n@@ -80,8 +79,8 @@ func TestPartitionQuery_QueryOptions(t *testing.T) {\nfor _, tt := range queryOptionsTestCases() {\nt.Run(tt.name, func(t *testing.T) {\nif tt.env.Option...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(spanner): add the support of optimizer statistics package (#2717)
1
feat
spanner
777,396
08.06.2021 17:04:10
21,600
d0adc51c96a778d5f786aa334f783fc79290982c
feat: multimaster Authentication objects Support multiple individual masters in auth.json.
[ { "change_type": "MODIFY", "diff": "@@ -28,9 +28,9 @@ def clean_auth() -> None:\nclean_auth is a session-level fixture that ensures that we run tests with no preconfigured\nauthentication, and that any settings we save during tests are cleaned up afterwards.\n\"\"\"\n- authentication.TokenStore.delete_token...
Python
Apache License 2.0
determined-ai/determined
feat: multimaster Authentication objects [DET-5308] (#2531) Support multiple individual masters in auth.json.
1
feat
null
791,682
08.06.2021 17:19:48
14,400
86914cbbfca2642cb831e851bc7155eabd288923
core(fr): fix main-document-content
[ { "change_type": "MODIFY", "diff": "@@ -127,6 +127,9 @@ async function prepareNetworkForNavigation(session, settings, navigation) {\n* @param {LH.Config.Settings} settings\n*/\nasync function prepareTargetForNavigationMode(driver, settings) {\n+ // Enable network domain here so future calls to `emulate()` d...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): fix main-document-content (#12632)
1
core
fr
306,444
08.06.2021 17:21:49
-7,200
ead826426127c20d51845fb43bb982b46471fe3e
chore: fix ajax invalidate cache demo
[ { "change_type": "MODIFY", "diff": "@@ -425,7 +425,7 @@ export const invalidateRules = () => {\nconst fetchHandler = (name, method) => {\nconst actionCacheOptions = {};\nif (name === 'pabu') {\n- actionCacheOptions.invalidateUrlsRegex = /\\/packages\\/ajax\\/docs\\/naga.json/;\n+ actionCacheOptions.invalida...
JavaScript
MIT License
ing-bank/lion
chore: fix ajax invalidate cache demo
1
chore
null
777,401
08.06.2021 17:33:32
14,400
caf61c9796743cbcfbc9ee46d6f21da6a12a2e78
docs: add release notes for profiling features This change adds release notes for profiling features, as well as documentation for the configurations in the experiment configuration reference.
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ starting guides.\n- :ref:`how-to-tensorboard`\n- :ref:`use-trained-models`\n- :ref:`rest-api-getting-started`\n+- :ref:`how-to-profiling`\nThe full list of our how-to guides can be found below:\n", "new_path": "docs/how-to/index.txt", "old_path":...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for profiling features [DET-5351] (#2535) This change adds release notes for profiling features, as well as documentation for the configurations in the experiment configuration reference.
1
docs
null
815,593
08.06.2021 17:36:12
-32,400
428f81e3cd35884f6d792c47c876c8c3b61b8b35
fix: reduce duplicate output data memory usage in cell_deps
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ use crate::{\nuse ckb_error::Error;\nuse ckb_occupied_capacity::Result as CapacityResult;\nuse once_cell::sync::OnceCell;\n-use std::collections::{HashMap, HashSet};\n+use std::collections::{hash_map::Entry, HashMap, HashSet};\nuse std::convert::TryInto;\n...
Rust
MIT License
nervosnetwork/ckb
fix: reduce duplicate output data memory usage in cell_deps
1
fix
null
777,396
08.06.2021 17:44:02
21,600
0ebeba33350df340246bc3d320b6cc49d8e66a44
chore: fix dropped cert argument in Authentication
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ class Authentication:\ngetpass.getpass(\"Password for user '{}': \".format(session_user))\n)\n- token = do_login(self.master_address, session_user, password)\n+ token = do_login(self.master_address, session_user, password, cert)\nself.token_store.set_tok...
Python
Apache License 2.0
determined-ai/determined
chore: fix dropped cert argument in Authentication (#2542)
1
chore
null
815,577
08.06.2021 17:50:00
-28,800
a699d9381082ba7d6842f11a574abc8bb3a50a17
feat: orphan pool record the declared cycles
[ { "change_type": "MODIFY", "diff": "use ckb_logger::trace;\nuse ckb_network::PeerIndex;\nuse ckb_types::{\n- core::TransactionView,\n+ core::{Cycle, TransactionView},\npacked::{OutPoint, ProposalShortId},\n};\nuse ckb_util::shrink_to_fit;\n@@ -17,15 +17,18 @@ pub struct Entry {\npub tx: TransactionView,\n//...
Rust
MIT License
nervosnetwork/ckb
feat: orphan pool record the declared cycles
1
feat
null
151,430
08.06.2021 18:08:13
25,200
2e475260a00b1b1ba1dee53d5c27e1e741c121f5
refactor: minimum extension 1 min
[ { "change_type": "MODIFY", "diff": "const dataNodePersisted = document.querySelector('#data-persisted')\nconst SESSION_LENGTH_IN_MINUTES = 1\nconst initialPersistedData = getSession(SESSION_LENGTH_IN_MINUTES)\n+ console.log('initialPersistedData', initialPersistedData)\nsetPersistedData(initialPersistedData...
JavaScript
MIT License
davidwells/analytics
refactor: minimum extension 1 min Signed-off-by: David Wells <>
1
refactor
null
847,143
08.06.2021 18:10:27
-28,800
3bb12badb574d70845082e391aec923989e85cc5
feat(shared): add logger
[ { "change_type": "MODIFY", "diff": "+export * from \"./logger\";\nexport * from \"../shared\";\n", "new_path": "packages/shared/src/node/index.ts", "old_path": "packages/shared/src/node/index.ts" }, { "change_type": "ADD", "diff": "+import chalk from \"chalk\";\n+import ora from \"ora\";...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(shared): add logger
1
feat
shared
847,143
08.06.2021 18:12:16
-28,800
24f5dba567afedf49024b9ae25a4cdee9f76fced
fix(md-enhance): fix options type
[ { "change_type": "MODIFY", "diff": "-import { RevealOptions } from \"reveal.js\";\n+import { RevealOptions } from \"./reveal\";\nexport type RevealPlugin =\n| \"highlight\"\n", "new_path": "packages/md-enhance/src/shared/types/presentation.ts", "old_path": "packages/md-enhance/src/shared/types/prese...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(md-enhance): fix options type
1
fix
md-enhance
151,430
08.06.2021 18:12:50
25,200
57ca92e952a1fb84fa4b1ee0808010a332a3921f
refactor: fire new session if its new
[ { "change_type": "MODIFY", "diff": "@@ -65,14 +65,11 @@ function awsPinpointPlugin(pluginConfig = {}) {\n// Fire session stop event.\nrecordEvent(PINPOINT_EVENTS.SESSION_STOP, true)\n}\n-\n- window.stopSession = stopSession\n+ // window.stopSession = stopSession\nfunction startNewSession() {\n// Set new ses...
JavaScript
MIT License
davidwells/analytics
refactor: fire new session if its new Signed-off-by: David Wells <>
1
refactor
null
380,712
08.06.2021 18:15:53
-7,200
e73a4b34cf8d83a45044c220148761d79b4fd8a9
feat: load remote catalogs with remoteLoader()
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,10 @@ const csv: CatalogFormatter = {\nthrow new Error(`Cannot read ${filename}: ${e.message}`)\n}\n},\n+\n+ parse(content) {\n+ return deserialize(content)\n+ }\n}\nexport default csv\n", "new_path": "packages/cli/src/api/formats/csv.ts", "old_path":...
TypeScript
MIT License
lingui/js-lingui
feat: load remote catalogs with remoteLoader() (#1080)
1
feat
null
847,143
08.06.2021 18:20:46
-28,800
0162f4fae209a899543c49a46f5d8460d97d68ed
style: fix linter issues
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ import CodeGroupItem from \"./components/global/CodeGroupItem.vue\";\nimport OutboundLink from \"./components/global/OutboundLink.vue\";\nimport { useScrollPromise } from \"./composables\";\n+import type { RouterScrollBehavior } from \"vue-router\";\n+\nim...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
style: fix linter issues
1
style
null
777,422
08.06.2021 18:22:40
25,200
8dfa0888d72f46622c5d6e9adfe92e18396d541c
feat: pull tensorboard images from experiment configs pull tensorboard images from experiment configs
[ { "change_type": "MODIFY", "diff": "@@ -272,7 +272,7 @@ func (t *tensorboardManager) newTensorBoard(\nmostRecentExpID := exps[len(exps)-1].ExperimentID\nconfBytes, err := t.db.ExperimentConfigRaw(mostRecentExpID)\nif err != nil {\n- return nil, errors.Wrapf(err, \"error loading raw experiment config: %d\", ...
Python
Apache License 2.0
determined-ai/determined
feat: pull tensorboard images from experiment configs (#2534) pull tensorboard images from experiment configs
1
feat
null
756,038
08.06.2021 18:43:41
25,200
d7032237fea884b28c72cb3bdbd6bc9deebf6d46
fix: apply recent renames, use aliases if possible
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\nsdk \"github.com/cosmos/cosmos-sdk/types\"\n)\n+// A subset of github.com/cosmos/cosmos-sdk/x/bank/keeper.Keeper\ntype BankKeeper interface {\nBurnCoins(ctx sdk.Context, moduleName string, amt sdk.Coins) error\nGetAllBalances(ctx sdk.Context, add...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: apply recent renames, use aliases if possible
1
fix
null
366,959
08.06.2021 18:43:58
-32,400
aa7695fb86dbd5bd57282f75c7f9c3cd9529afcf
fix: added some attributes of accessibility for DatePicker component
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { Input } from '../Input'\nimport { FaCalendarAltIcon } from '../Icon'\nimport { Calendar } from '../Calendar'\nimport { Portal } from './Portal'\n+import { useId } from '../../hooks/useId'\ntype Props = {\nvalue?: string | null\n@@ -70,6 +71,7 @@...
TypeScript
MIT License
kufu/smarthr-ui
fix: added some attributes of accessibility for DatePicker component (#1629)
1
fix
null
777,422
08.06.2021 19:17:14
25,200
56dd19d45c991130f9ada7ca467e2bd433ec8323
feat: pull tensorboard images from experiment configs
[ { "change_type": "MODIFY", "diff": "@@ -309,7 +309,7 @@ func (t *tensorboardManager) newTensorBoard(\nrefineArgs(config.TensorBoardArgs)\nconfig.Entrypoint = append(\n- []string{tensorboardEntrypointFile, \"--logdir\", strings.Join(logDirs, \",\")},\n+ []string{tensorboardEntrypointFile, strings.Join(logDir...
Python
Apache License 2.0
determined-ai/determined
feat: pull tensorboard images from experiment configs (#2544)
1
feat
null