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
730,425
08.07.2021 22:01:03
-19,080
4baec7ec40a8cf495cbd8b6665ba4374edffff4a
feat(widget-space): add ability to turn off presence
[ { "change_type": "MODIFY", "diff": "@@ -38,13 +38,16 @@ const propTypes = {\nonInitialActivityChange: PropTypes.func.isRequired,\nonModeChange: PropTypes.func.isRequired,\nonSecondaryFullWidthChange: PropTypes.func.isRequired,\n- secondaryFullWidth: PropTypes.bool\n+ secondaryFullWidth: PropTypes.bool,\n+ d...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): add ability to turn off presence
1
feat
widget-space
104,828
08.07.2021 22:37:54
-7,200
9654ceb525a6dd7d0414135ba695f7b28a551176
test(accordionitemdefer): improved test coverage
[ { "change_type": "MODIFY", "diff": "@@ -44,4 +44,17 @@ describe('AccordionItemDefer', () => {\nscreen.getByTestId('accordion-item-deferred').lastElementChild.childElementCount\n).toEqual(1);\n});\n+\n+ it('triggers callback when heading is clicked', () => {\n+ const headingClicked = jest.fn();\n+ render(\n+...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(accordionitemdefer): improved test coverage
1
test
accordionitemdefer
126,276
08.07.2021 23:02:28
14,400
3406926923b8542618b733d07482f6b243f779c1
chore(embedded/sql): validate either named or unnamed parameters are used within the same stmt test(embedded/sql): unnamed parameters zero-based mapping test(embedded/sql): unit testing either named or unnamed parameters are used
[ { "change_type": "MODIFY", "diff": "@@ -1622,8 +1622,8 @@ func TestInferParameters(t *testing.T) {\nparams, err = engine.InferParameters(\"SELECT * FROM mytable WHERE id > ? AND (NOT ? OR active)\")\nrequire.NoError(t, err)\nrequire.Len(t, params, 2)\n- require.Equal(t, IntegerType, params[\"param1\"])\n- r...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): validate either named or unnamed parameters are used within the same stmt Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): unnamed parameters zero-based mapping Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(embedded/sql): unit testing eith...
1
chore
embedded/sql
217,922
08.07.2021 23:19:17
-7,200
b084f7b348b3ea2bcaaa89a13f8998c0a0b8ca2c
fix(currency-spending): possible fix for results always reloading
[ { "change_type": "MODIFY", "diff": "import { Component, OnInit } from '@angular/core';\nimport { SearchIndex, XivapiService } from '@xivapi/angular-client';\nimport { BehaviorSubject, combineLatest, Observable, of, Subject } from 'rxjs';\n-import { bufferCount, map, switchMap, takeUntil, tap } from 'rxjs/op...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): possible fix for results always reloading
1
fix
currency-spending
217,922
08.07.2021 23:20:08
-7,200
67ae949657992e0de8a74ae6c8f327b3770c7cb6
chore: one more first will help
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,7 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nthis.loadedPrices = Math.min(this.tradesCount, this.loadedPrices + res.length);\n}),\nbufferCount(batches.length),\n+ first(),\nmap(res => {\nreturn [].concat.apply([], r...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: one more first will help
1
chore
null
104,828
08.07.2021 23:31:05
-7,200
a2fc8a9f0ce87a565255dec7fc0b2f5f38c419da
test(accordionitemdefer): raised test thresholds
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ module.exports = {\nlines: 80,\n},\n'./src/components/ComposedModal/ComposedModal.jsx': all90Covered,\n+ './src/components/Accordion/AccordionItemDefer.jsx': all90Covered,\n'./src/components/**/!(TimeSeriesCard|BarChartCard|DashboardEditor).jsx': {\nstat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(accordionitemdefer): raised test thresholds
1
test
accordionitemdefer
67,479
09.07.2021 00:39:53
-36,000
7b2f3df1395df44949946a3104bfd47fe492a2fa
chore(dist): prepare plugins for dev/prod builds
[ { "change_type": "MODIFY", "diff": "],\n\"devDependencies\": {\n\"@commitlint/cli\": \"^8.2.0\",\n+ \"@rollup/plugin-replace\": \"^2.4.2\",\n\"@rollup/plugin-typescript\": \"^8.2.1\",\n\"@typescript-eslint/eslint-plugin\": \"^4.10.0\",\n\"@typescript-eslint/parser\": \"^4.10.0\",\n\"lage\": \"^0.26.2\",\n\"...
TypeScript
MIT License
aurelia/aurelia
chore(dist): prepare plugins for dev/prod builds
1
chore
dist
791,394
09.07.2021 06:48:42
-36,000
c841d7feb48fc66e90ec7e63f35002712d5e6dbf
docs(pubsublite): promote pubsublite to stable Remove comments about Beta status from docs. Release-As: 1.0.0
[ { "change_type": "MODIFY", "diff": "- [Go client documentation](https://pkg.go.dev/cloud.google.com/go/pubsublite)\n- [Complete sample programs](https://github.com/GoogleCloudPlatform/golang-samples/tree/master/pubsublite)\n-*This library is in BETA. Backwards-incompatible changes may be made before\n- stab...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(pubsublite): promote pubsublite to stable (#4301) Remove comments about Beta status from docs. Release-As: 1.0.0
1
docs
pubsublite
865,916
09.07.2021 08:29:56
-7,200
18660f2b1624e6a78ed52172b1e0747a1806e67e
fix(element-templates): fix example
[ { "change_type": "MODIFY", "diff": "\"type\": \"camunda:in\",\n\"target\": \"var_called_expr\",\n\"variables\": \"local\",\n- \"expression\": \"true\"\n+ \"expression\": true\n},\n\"constraints\": {\n\"notEmpty\": true\n", "new_path": "resources/element-templates/samples.json", "old_path": "resource...
JavaScript
MIT License
camunda/camunda-modeler
fix(element-templates): fix example
1
fix
element-templates
304,908
09.07.2021 08:55:17
-3,600
157213e3f80cd5176d37c91888a7e037affe6806
chore: make checkfmt always runs current formatter
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,7 @@ if [[ -n \"$FMT_OUT\" ]]; then\nfi\ncd ..\n-export PATH=$PATH:.\n-FMT_OUT=\"$(flux fmt -c stdlib)\"\n+FMT_OUT=\"$(env GO111MODULE=on go run -tags '' ./cmd/flux/main.go fmt -c stdlib)\"\nif [[ -n \"$FMT_OUT\" ]]; then\necho 'Commit includes flux files tha...
Go
MIT License
influxdata/flux
chore: make checkfmt always runs current formatter (#3861)
1
chore
null
777,374
09.07.2021 09:03:08
25,200
d2c1f35180656b66acf1f50409c911682fc97d7f
chore: regenerate certificates for multimaster test.
[ { "change_type": "MODIFY", "diff": "-----BEGIN CERTIFICATE-----\n-MIICvjCCAaYCCQC2utvaFuPc2TANBgkqhkiG9w0BAQsFADAhMQswCQYDVQQGEwJV\n-UzESMBAGA1UEAwwJbG9jYWxob3N0MB4XDTIxMDYwODIzNTQzNFoXDTIxMDcwODIz\n-NTQzNFowITELMAkGA1UEBhMCVVMxEjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJ\n-KoZIhvcNAQEBBQADggEPADCCAQoCggEBAKxpvZqth...
Python
Apache License 2.0
determined-ai/determined
chore: regenerate certificates for multimaster test. (#2704)
1
chore
null
865,922
09.07.2021 09:20:27
-7,200
f1084ab5b88a81e9d851480a88fae3e99669bd44
fix(samples): split up caller element template sample * the camunda:in and camunda:out samples were referencing the same source/target variables. This would not make sense from a business perspective, it would also lead to strange behavior in the UX, since one input in the propertiesPanel would change the value of othe...
[ { "change_type": "MODIFY", "diff": "{\n\"label\": \"Input source variable\",\n\"type\": \"String\",\n- \"value\": \"var_local\",\n+ \"value\": \"var_local_1\",\n\"binding\": {\n\"type\": \"camunda:in\",\n- \"target\": \"var_called_source\"\n+ \"target\": \"var_called_source_1\"\n},\n\"constraints\": {\n\"no...
JavaScript
MIT License
camunda/camunda-modeler
fix(samples): split up caller element template sample * the camunda:in and camunda:out samples were referencing the same source/target variables. This would not make sense from a business perspective, it would also lead to strange behavior in the UX, since one input in the propertiesPanel would change the value ...
1
fix
samples
865,922
09.07.2021 09:25:31
-7,200
7fc3e156e1b9e545e3325f02ffaff416136f99fa
chore(samples): mark element template samples schema 0.4 compatible
[ { "change_type": "MODIFY", "diff": "]\n},\n{\n- \"$schema\": \"https://unpkg.com/@camunda/element-templates-json-schema@0.3.0/resources/schema.json\",\n+ \"$schema\": \"https://unpkg.com/@camunda/element-templates-json-schema@0.4.0/resources/schema.json\",\n\"name\": \"ConnectorGetTask\",\n\"id\": \"my.conn...
JavaScript
MIT License
camunda/camunda-modeler
chore(samples): mark element template samples schema 0.4 compatible
1
chore
samples
777,374
09.07.2021 09:26:53
25,200
4a52b92651bd1cb3dfdb469a74d6df8ea7a13edf
fix: remove proteins_pytorch_geometric from nightlies.
[ { "change_type": "MODIFY", "diff": "@@ -82,13 +82,3 @@ def test_word_language_lstm_const() -> None:\nconfig[\"hyperparameters\"][\"tied\"] = False\nexp.run_basic_test_with_temp_config(config, conf.nlp_examples_path(\"word_language_model\"), 1)\n-\n-\n-@pytest.mark.nightly # type: ignore\n-def test_protein_p...
Python
Apache License 2.0
determined-ai/determined
fix: remove proteins_pytorch_geometric from nightlies. (#2701)
1
fix
null
126,276
09.07.2021 09:43:14
14,400
e0ee902f430c814a2e229e5f76a9b8c550d2e6f0
feat(embedded/sql): support for named positional parameters
[ { "change_type": "MODIFY", "diff": "@@ -1622,8 +1622,14 @@ func TestInferParameters(t *testing.T) {\nparams, err = engine.InferParameters(\"SELECT * FROM mytable WHERE id > ? AND (NOT ? OR active)\")\nrequire.NoError(t, err)\nrequire.Len(t, params, 2)\n- require.Equal(t, IntegerType, params[\"param0\"])\n+ ...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): support for named positional parameters Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
815,593
09.07.2021 09:45:48
-32,400
1f8fca2a24ab2043cd0113faaa1bce3d465020d8
feat: change default `OutputsValidator` to well_known_scripts_only
[ { "change_type": "MODIFY", "diff": "@@ -3785,9 +3785,9 @@ Reference to a cell via transaction hash and output index.\nTransaction output validators that prevent common mistakes.\n-`OutputsValidator` is equivalent to `\"default\" | \"passthrough\"`.\n+`OutputsValidator` is equivalent to `\"well_known_scripts...
Rust
MIT License
nervosnetwork/ckb
feat: change default `OutputsValidator` to well_known_scripts_only
1
feat
null
126,281
09.07.2021 09:49:13
-7,200
dfb483e03e92e31775616e1853e43cdd6e561981
fix(s3): Use remote storage for index
[ { "change_type": "MODIFY", "diff": "@@ -435,7 +435,7 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nWithDelayDuringCompaction(opts.IndexOpts.DelayDuringCompaction)\nif opts.appFactory != nil {\n- opts.WithAppFactory(func(rootPath, subPath string, appOpts *multiapp.Optio...
Go
Apache License 2.0
codenotary/immudb
fix(s3): Use remote storage for index
1
fix
s3
777,394
09.07.2021 09:49:42
25,200
5f4ff2931db430b9ccba87861f9b0cf6d137dddc
revert: "fix: prevents k8s priority scheduler from blocking cpu only training (#2631)" * Revert "fix: prevents k8s priority scheduler from blocking cpu only training (#2631)" This reverts commit * fix: patch access to k8s resource config
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ func (p *pod) configureCoscheduler(newPod *k8sV1.Pod, scheduler string) {\n}\nresources := p.taskSpec.ResourcesConfig\n- minAvailable := 0\n+ var minAvailable int\nif p.taskSpec.Description == gcTask {\nif newPod.Spec.PriorityClassName != \"\" {\n@@ -2...
Python
Apache License 2.0
determined-ai/determined
revert: "fix: prevents k8s priority scheduler from blocking cpu only training (#2631)" (#2702) * Revert "fix: prevents k8s priority scheduler from blocking cpu only training (#2631)" This reverts commit 51154955578f5535f2f3194ab018a88d4eaf4119. * fix: patch access to k8s resource config
1
revert
null
126,276
09.07.2021 09:58:49
14,400
d0cce23808d4f0486f3b569cc4b7a0933482884b
test(embedded/sql): validate positional parameter numeric naming
[ { "change_type": "MODIFY", "diff": "@@ -377,6 +377,11 @@ func TestInsertIntoStmt(t *testing.T) {\nexpectedOutput: nil,\nexpectedError: errors.New(\"syntax error: unexpected ERROR\"),\n},\n+ {\n+ input: \"UPSERT INTO table1(id, title) VALUES ($1, $title)\",\n+ expectedOutput: nil,\n+ expectedError: errors.Ne...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): validate positional parameter numeric naming Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
847,143
09.07.2021 10:52:40
-28,800
049168bde2091e00d894dec4035b71fea29323ad
fix(shared): fix font-awesome
[ { "change_type": "MODIFY", "diff": "/*\n- * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com\n+ * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com\n* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n*/\n.iconfont {\...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(shared): fix font-awesome
1
fix
shared
847,143
09.07.2021 10:54:45
-28,800
897aca18c10857411c0e94c4ae567a59d9a5a616
fix(components): fix breadCrumb title
[ { "change_type": "MODIFY", "diff": "@@ -16,11 +16,11 @@ h5,\nh6 {\n#{config.$contentClass}:not(.custom) &:first-child {\nmargin-top: calc(0.5rem - var(--navbar-height)) !important;\n- padding-top: calc(var(--navbar-height) + 1rem) !important;\n+ padding-top: var(--navbar-height) !important;\n@media (max-wid...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(components): fix breadCrumb title
1
fix
components
847,143
09.07.2021 10:59:14
-28,800
357481e9465a1d76daa3bb9ecb3f4ce5c51fef32
fix(feed2): update comment remove regexp
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ export const resolveHTML = (html: string): string =>\n// remove anchor\n.replace(/<a href=\"#.*?\">.*?<\\/a>/gu, \"\")\n// remove html comment\n- .replace(/<!--.*?-->/gu, \"\")\n+ .replace(/(<!--.*?-->)|(<!--[\\S\\s]+?-->)|(<!--[\\S\\s]*?$)/gu, \"\")\n//...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
fix(feed2): update comment remove regexp
1
fix
feed2
472,082
09.07.2021 11:00:22
-32,400
4080fd148939e925eee350bea4b496f32623bf40
docs(spindle-ui): add accessibility example
[ { "change_type": "ADD", "diff": "+<div\n+ aria-live=\"polite\"\n+ id=\"polite-announcer\"\n+ role=\"status\"\n+ class=\"visually-hidden\"\n+></div>\n", "new_path": "packages/spindle-ui/.storybook/preview-body.html", "old_path": null }, { "change_type": "MODIFY", "diff": "body {\nfont-fam...
TypeScript
MIT License
openameba/spindle
docs(spindle-ui): add accessibility example
1
docs
spindle-ui
503,933
09.07.2021 11:15:28
14,400
80fd96263821bed22ae2e5a7d060675cd60fec91
docs(Nav): Updated incorrect prop descreptions
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { PageSidebarContext } from '../Page/PageSidebar';\nimport { useOUIAProps, OUIAProps } from '../../helpers';\nexport interface NavItemProps extends Omit<React.HTMLProps<HTMLAnchorElement>, 'onClick'>, OUIAProps {\n- /** Content rendered inside the n...
TypeScript
MIT License
patternfly/patternfly-react
docs(Nav): Updated incorrect prop descreptions (#5980) Co-authored-by: Titani <tlabaj@redaht.com>
1
docs
Nav
126,295
09.07.2021 11:16:21
-7,200
5f96d964752d15c18fea52518a569fc42a5a37ae
chore(pkg/pgsql/server): handle positional parameters
[ { "change_type": "MODIFY", "diff": "@@ -44,9 +44,48 @@ func DataRow(rows []*schema.Row, colNumb int, ResultColumnFormatCodes []int16) [\nvalueLength := make([]byte, 4)\nvalue := make([]byte, 0)\n- if ResultColumnFormatCodes != nil && len(ResultColumnFormatCodes) >= i && ResultColumnFormatCodes[i] == 1 {\n- ...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/pgsql/server): handle positional parameters Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/pgsql/server
777,389
09.07.2021 12:03:31
25,200
65f7ab0ba090c55df378c77a6370ca94ad5214e8
chore: improve dynamic server address support add a check for server address validity before accepting the address through omnibar unify post server address change process
[ { "change_type": "MODIFY", "diff": "/* Tools and tweaks for dev environments */\nimport { globalStorage } from 'globalStorage';\n+import { paths, routeToReactUrl, serverAddress } from 'routes/utils';\nimport * as Api from 'services/api';\nimport { updateDetApi } from 'services/apiConfig';\n+const onServerAd...
Python
Apache License 2.0
determined-ai/determined
chore: improve dynamic server address support (#2690) - add a check for server address validity before accepting the address through omnibar - unify post server address change process
1
chore
null
126,295
09.07.2021 12:32:33
-7,200
29f7e9ffd97dd841813dd233ede71743d018746f
chore(pkg/pgsql/server): handle empty statements
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,16 @@ func (s *session) QueryMachine() (err error) {\n}\ncontinue\n}\n+ if v.GetStatements() == \";\" {\n+ if _, err := s.writeMessage(bm.CommandComplete([]byte(`ok`))); err != nil {\n+ s.ErrorHandle(err)\n+ }\n+ if _, err := s.writeMessage(bm.ReadyForQuery()...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/pgsql/server): handle empty statements Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/pgsql/server
185,952
09.07.2021 12:39:13
25,200
1d03714c97a2b6c6b5e710987cfc635cc33123f5
chore: release v0.25.2
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"electron-fiddle\",\n\"productName\": \"Electron Fiddle\",\n- \"version\": \"0.25.1\",\n+ \"version\": \"0.25.2\",\n\"description\": \"The easiest way to get started with Electron\",\n\"repository\": \"https://github.com/electron/fiddle\",\n\"main\": \"./dis...
TypeScript
MIT License
electron/fiddle
chore: release v0.25.2 (#759)
1
chore
null
777,389
09.07.2021 12:40:07
25,200
5aad1bcd17ee91a97752d77cdd68da92c6ff7f4f
fix: fix an issue with rendering boolean hp values in learning curve table
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Fix**\n+\n+- Fix an issue with boolean hyperparameter values not being rendered in\n+ learning curve table.\n", "new_path": "docs/release-notes/2694-boolean-hp-value.txt", "old_path": null }, { "change_type": "ADD", "diff": "+import React...
Python
Apache License 2.0
determined-ai/determined
fix: fix an issue with rendering boolean hp values in learning curve table [#2670] (#2694)
1
fix
null
141,507
09.07.2021 12:43:02
-36,000
c3ed709488c9a4947b53ffbfa872703cc918d373
feat: Allow the Avatar to handle the case where the fullname cannot be provided
[ { "change_type": "MODIFY", "diff": "@@ -7,11 +7,13 @@ import styles from \"./styles.module.scss\"\ntype AvatarSizes = \"small\" | \"medium\" | \"large\" | \"xlarge\"\n-const getInitials: (fullName: string, max2Characters?: boolean) => string = (\n+const getInitials: (fullName?: string, max2Characters?: bool...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Allow the Avatar to handle the case where the fullname cannot be provided (#1749)
1
feat
null
865,922
09.07.2021 13:43:04
-7,200
43b415ade694b526363cb5a510706961681b34f8
chore: set executionPlatformVersion to 1.1.0 for new cloud tab
[ { "change_type": "MODIFY", "diff": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<bpmn:definitions xmlns:bpmn=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" xmlns:dc=\"http://www.omg.org/spec/DD/20100524/DC\" id=\"Definitions_{{ ID }}\" targetNamesp...
JavaScript
MIT License
camunda/camunda-modeler
chore: set executionPlatformVersion to 1.1.0 for new cloud tab
1
chore
null
942,615
09.07.2021 13:46:15
25,200
cb9603adf7491a5a663ac043bfd4881c4bd22f3e
ci: Add additional check so support releases aren't treated as latest
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ stages:\nif: branch =~ /^support\\// AND type != pull_request\n- name: release\n- if: tag =~ /^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/ AND tag IS present\n+ if: (branch = master OR branch =~ /^prerelease\\//) AND tag =~ /^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/ AND ta...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Add additional check so support releases aren't treated as latest
1
ci
null
942,615
09.07.2021 13:50:27
25,200
090774c9653fd20c6d9f393949c9c96af322e8cb
docs: Fix changelog issues
[ { "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-## v5.0.3 (2021-06-09)\n+## v5.0.3 (2021-07-09)\n### Components\n@@ -19,7 +19,6 @@ See [Conventional Commits](https:/...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Fix changelog issues
1
docs
null
791,255
09.07.2021 13:56:11
25,200
99d57282f6668de91390ad29a888a89209689f39
feat(bigquery): add more dml statistics to query statistics This adds the new DMLStats submessage, which indicates the number of rows inserted/updated/deleted by a DML statement. It also makes a change to test utility functions to pass back query statistics.
[ { "change_type": "MODIFY", "diff": "@@ -479,7 +479,7 @@ func TestIntegration_SnapshotAndRestore(t *testing.T) {\nFROM\nUNNEST(GENERATE_ARRAY(0,999))\n`, qualified)\n- if err := runQueryJob(ctx, sql); err != nil {\n+ if _, err := runQueryJob(ctx, sql); err != nil {\nt.Fatalf(\"couldn't instantiate base table...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigquery): add more dml statistics to query statistics (#4405) This adds the new DMLStats submessage, which indicates the number of rows inserted/updated/deleted by a DML statement. It also makes a change to test utility functions to pass back query statistics.
1
feat
bigquery
73,317
09.07.2021 14:09:19
-7,200
225bfc73ebc48580e20b00c211aeb36803e59ed7
chore: mixup in CHANGELOG
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,6 @@ All notable changes to this project will be documented in this file. See [standa\n### Bug Fixes\n-* crash when assembly originator key file is missing ([#2899](https://github.com/aws/jsii/issues/2899)) ([e05ce62](https://github.com/aws/jsii/commit/e05ce6...
TypeScript
Apache License 2.0
aws/jsii
chore: mixup in CHANGELOG
1
chore
null
67,479
09.07.2021 14:32:53
-36,000
ca7ac8aafbfe4418dc7ac10a41310c8af759709c
chore(errors): start extracting error messages into guide for kernel/di.ts
[ { "change_type": "MODIFY", "diff": "@@ -6,3 +6,28 @@ Encountered an error and looking for answers? You've come to the right place.\nThis section is a work in progress and not yet complete. If you would like to help us document errors in Aurelia, we welcome all contributions.\n{% endhint %}\n+Coded error in ...
TypeScript
MIT License
aurelia/aurelia
chore(errors): start extracting error messages into guide for kernel/di.ts
1
chore
errors
67,479
09.07.2021 15:01:37
-36,000
687d8cb2a2fadef5d7a8f84f8223db3432bccd79
chore(errors): add full message to error explanation
[ { "change_type": "MODIFY", "diff": "@@ -14,20 +14,22 @@ Coded error in Aurelia comes with format: `AURxxxx:yyyy` where:\nThe section below will list errors by their prefix, and code and give corresponding explanation, as well as a way to fix them.\n-| Error | Extra information | Explanation | Resolution |\n...
TypeScript
MIT License
aurelia/aurelia
chore(errors): add full message to error explanation
1
chore
errors
889,620
09.07.2021 15:20:48
-28,800
21781a3a23074a942e571e745ff5e614a7291799
feat: library option to automatically empty trash after scan
[ { "change_type": "RENAME", "diff": "@@ -6,3 +6,6 @@ ALTER TABLE BOOK\nALTER TABLE SERIES\nADD COLUMN DELETED_DATE datetime NULL DEFAULT NULL;\n+\n+alter table library\n+ add column EMPTY_TRASH_AFTER_SCAN boolean NOT NULL DEFAULT 0;\n", "new_path": "komga/src/flyway/resources/db/migration/sqlite/V2021070...
Kotlin
MIT License
gotson/komga
feat: library option to automatically empty trash after scan
1
feat
null
889,620
09.07.2021 15:21:50
-28,800
fc06b4a987ed43c4754b2e3691493ed2093ac64a
feat(webui): library option to automatically empty trash after scan
[ { "change_type": "MODIFY", "diff": "<v-dialog v-model=\"modal\"\n:fullscreen=\"this.$vuetify.breakpoint.xsOnly\"\n:hide-overlay=\"this.$vuetify.breakpoint.xsOnly\"\n- max-width=\"600\"\n+ max-width=\"700\"\n+ scrollable\n>\n<form novalidate>\n<v-card>\n<v-toolbar-title>{{ dialogTitle }}</v-toolbar-title>\n<...
Kotlin
MIT License
gotson/komga
feat(webui): library option to automatically empty trash after scan
1
feat
webui
126,276
09.07.2021 15:26:35
14,400
8882b7c0420c551d720cd71436936485cdf52b86
chore(pkg/server): minor adjustments after rebasing from master branch
[ { "change_type": "MODIFY", "diff": "@@ -690,7 +690,7 @@ func TestQuery(t *testing.T) {\nerr = r.Close()\nrequire.NoError(t, err)\n- params := make(map[string]interface{})\n+ params = make(map[string]interface{})\nparams[\"some_param1\"] = true\nr, err = engine.QueryStmt(\"SELECT id FROM table1 WHERE active ...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): minor adjustments after rebasing from master branch Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
777,369
09.07.2021 15:27:37
36,000
dae469fa1a8ffe2f3b54d6dc8d2019921a2970b1
fix: immediately fetch single trial data when able to
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**BUG FIXES**\n+\n+- WebUI: Avoid waiting for an extra polling cycle to load trial data\n+ when loading single trial experiments.\n", "new_path": "docs/release-notes/2708-reduce-single-trial-exp-page-loading.txt", "old_path": null }, { "change_...
Python
Apache License 2.0
determined-ai/determined
fix: immediately fetch single trial data when able to [DET-5758] (#2708)
1
fix
null
104,853
09.07.2021 15:36:53
14,400
2e7bc2ccedde832aedaf92268c35814ab662ae59
fix(side-panel): updated design specs
[ { "change_type": "MODIFY", "diff": "\"git.ignoreLimitWarning\": true,\n\"editor.defaultFormatter\": \"esbenp.prettier-vscode\",\n\"typescript.preferences.quoteStyle\": \"single\",\n- \"prettier.singleQuote\": true\n+ \"prettier.singleQuote\": true,\n+ \"[json]\": {\n+ \"editor.defaultFormatter\": \"vscode.j...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(side-panel): updated design specs
1
fix
side-panel
401,123
09.07.2021 15:45:13
-19,080
0bf9cc9bf76d2041b2e1f3bb7cd2007cbc2d513e
fix(core): removes unwanted code from storybook affects:
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ return <Checkbox label=\"Lorem Ipsum\" checked={isChecked} onChange={onChangeHandl\nreturn (\n<Checkbox\nname=\"fruit\"\n- size={select('Size', sizes, 'S')}\n+ size={select('Size', sizes, 'L')}\nlabel={text('Label', 'A simple checkbox with label')}\ndisa...
TypeScript
MIT License
medly/medly-components
fix(core): removes unwanted code from storybook affects: @medly-components/core
1
fix
core
617,455
09.07.2021 16:08:01
-7,200
09a6d00dcf9791cc209fdee22a14fd7e126b33c5
fix: azure storage cdtn url
[ { "change_type": "MODIFY", "diff": "@@ -359,7 +359,7 @@ metadata:\nnamespace: code-du-travail-numerique-85-preprod-dev42\ndata:\nAZURE_BASE_URL: https://cdtnadmindev.blob.core.windows.net\n- AZURE_CONTAINER: ctdn\n+ AZURE_CONTAINER: cdtn\nIS_PRODUCTION_DEPLOYMENT: 'false'\nNODE_ENV: production\nPIWIK_SITE_I...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: azure storage cdtn url (#3615)
1
fix
null
551,634
09.07.2021 16:10:03
-3,600
d3b43caa4af9bf7a0b6db4d5949dbd2d39e6bc94
fix(ilp): fix few bugs when adding new col from ILP message Closes
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,8 @@ public class CairoException extends RuntimeException implements Sinkable, Flywei\npublic static CairoException instance(int errno) {\nCairoException ex = tlException.get();\n+ // This is to have correct stack trace in local debuggin with -ea option\n+ as...
Java
Apache License 2.0
questdb/questdb
fix(ilp): fix few bugs when adding new col from ILP message (#1188) Closes #1182, #1178
1
fix
ilp
401,123
09.07.2021 16:15:50
-19,080
c09206a39864eb5a7dd5ec7f0727a8b46ab12420
refactor(core): reverted to original code affects:
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ return <Checkbox label=\"Lorem Ipsum\" checked={isChecked} onChange={onChangeHandl\nreturn (\n<Checkbox\nname=\"fruit\"\n- size={select('Size', sizes, 'L')}\n+ size={select('Size', sizes, 'S')}\nlabel={text('Label', 'A simple checkbox with label')}\ndisa...
TypeScript
MIT License
medly/medly-components
refactor(core): reverted to original code affects: @medly-components/core
1
refactor
core
67,479
09.07.2021 16:45:03
-36,000
508524c2eee0471b5c0cc3c4ac949be2fd49dddf
chore(errors): fix error message related tests
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ describe('Exception', function () {\n) {}\n}\n- assert.throws(() => container.get(IFoo), /.*Cycl*/, 'test');\n+ assert.throws(() => container.get(IFoo), /AUR0003:Foo/, 'test');\n+ // assert.throws(() => container.get(IFoo), /.*Cycl*/, 'test');\n});\n});\...
TypeScript
MIT License
aurelia/aurelia
chore(errors): fix error message related tests
1
chore
errors
342,861
09.07.2021 16:45:39
-7,200
2add9688e664eabc12e488966e9e76eeabc9e3b0
fix(sandbox): viewport preview
[ { "change_type": "MODIFY", "diff": "@@ -77,14 +77,14 @@ exports.createPages = async ({ graphql, actions, reporter }) => {\ncreatePage({\npath: `examples/${example_id.toLowerCase()}`,\n- component: `${process.cwd()}/src/templates/Sandbox.tsx`,\n+ component: `${process.cwd()}/src/templates/sandbox/index.tsx`,...
JavaScript
MIT License
kiwicom/orbit
fix(sandbox): viewport preview
1
fix
sandbox
503,963
09.07.2021 17:10:22
-7,200
7ead1e8418d6d02b42dcd625ca3ff4fda3a83770
fix(Select): Ignore arrow keys when typeahead options are empty
[ { "change_type": "MODIFY", "diff": "@@ -583,6 +583,9 @@ export class Select extends React.Component<SelectProps & OUIAProps, SelectState\nthis.onToggle(false);\n}\n} else if (!tabbedIntoFavoritesMenu) {\n+ if (this.refCollection[0][0] === null) {\n+ return;\n+ }\nlet nextIndex;\nif (typeaheadCurrIndex === -...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select): Ignore arrow keys when typeahead options are empty (#5958)
1
fix
Select
667,635
09.07.2021 17:27:12
-28,800
02a1e840e48cbe848a2e097ee02d3ef8d86f1885
fix(ios): fix rtl language support
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,7 @@ static void resetFontAttribute(NSTextStorage *textStorage) {\n_cachedTextStorageWidth = -1;\n_cachedTextStorageWidthMode = -1;\n_fontSizeMultiplier = 1.0;\n+ _textAlign = NSTextAlignmentNatural;\n// MTTlayout\nMTTNodeSetMeasureFunc(self.nodeRef, x5Meas...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix rtl language support
1
fix
ios
815,601
09.07.2021 18:05:12
-28,800
676af8b077b39abd26cb88e97b6a54e98a8d3111
feat: only send notifications when service is stated
[ { "change_type": "MODIFY", "diff": "@@ -464,7 +464,9 @@ impl ChainService {\nself.shared.store_snapshot(Arc::clone(&new_snapshot));\n- if let Err(e) = self.shared.tx_pool_controller().update_tx_pool_for_reorg(\n+ let tx_pool_controller = self.shared.tx_pool_controller();\n+ if tx_pool_controller.service_sta...
Rust
MIT License
nervosnetwork/ckb
feat: only send notifications when service is stated
1
feat
null
126,295
09.07.2021 18:18:40
-7,200
16f4cf961baaf8a1883d06a660e56809958c17ab
chore(pkg/pgsql/server): hardened INTEGER parameters conversion
[ { "change_type": "MODIFY", "diff": "@@ -57,34 +57,3 @@ func ParameterDescription(cols []*schema.Column) []byte {\nreturn bytes.Join([][]byte{messageType, selfMessageLength, paramsNumberB, bytes.Join(params, nil)}, nil)\n}\n-\n-/*\n-\n-func ParameterDescription(paramsNumber int) []byte {\n- // Identifies the...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/pgsql/server): hardened INTEGER parameters conversion Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/pgsql/server
126,295
09.07.2021 18:51:34
-7,200
aa1a79e34903fa34fdd700afc023d56c77c65c01
chore(pkg/pgsql/server): some polishments in the state machine
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ package server\nimport (\n\"errors\"\n+ \"fmt\"\n\"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\nbm \"github.com/codenotary/immudb/pkg/pgsql/server/bmessages\"\n@@ -73,10 +74,10 @@ func (s *session) QueryMa...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/pgsql/server): some polishments in the state machine Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/pgsql/server
269,464
09.07.2021 19:11:09
0
e5a2e65feae9e676a2e2dccd3015c4d708396f61
docs: improve homepage
[ { "change_type": "MODIFY", "diff": "class=\"md-button md-button--primary\">\nGet started\n</a>\n- <a href=\"{{ config.repo_url }}\" title=\"{{ lang.t('source.link.title') }}\" class=\"md-button\">\n- Go to GitHub\n+ <a href=\"/pro/\" title=\"{{ lang.t('source.link.title') }}\" class=\"md-button\">\n+ Get Pr...
Go
MIT License
goreleaser/goreleaser
docs: improve homepage Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
104,828
09.07.2021 19:56:51
-7,200
64d3d42cbc7df7830d5cb3007875042d6c3d7724
test(breadcrumb): improved unit test coverage
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,33 @@ describe('Breadcrumb with overflow', () => {\nexpect(container.querySelector('.breadcrumb--overflow')).toBeTruthy();\n});\n+ it('shows overflowed items completely when there is enough space again', () => {\n+ const { container, rerender } = render(\n+ <...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(breadcrumb): improved unit test coverage
1
test
breadcrumb
104,828
09.07.2021 20:27:16
-7,200
934303f9e022a29e81c3336d4c56d71744cb82b0
test(breadcrumb): increased tests coverage
[ { "change_type": "MODIFY", "diff": "+const all90Covered = {\n+ statements: 90,\n+ branches: 90,\n+ functions: 90,\n+ lines: 90,\n+};\n+\nmodule.exports = {\ncollectCoverageFrom: [\n'src/components/**/*.js?(x)',\n@@ -21,6 +28,7 @@ module.exports = {\nfunctions: 80,\nlines: 80,\n},\n+ './src/components/Breadc...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(breadcrumb): increased tests coverage
1
test
breadcrumb
67,494
09.07.2021 20:38:54
-7,200
6f7fdd3ab8da72fef9e166c6bbcce5473ba8b4c0
docs(router): add separate installation page
[ { "change_type": "MODIFY", "diff": "## Routing\n* [Fundamentals](routing/fundamentals.md)\n+* [Installation](routing/installation.md)\n* [Configuration & Setup](routing/configuration-and-setup.md)\n* [Direct Routing](routing/direct-routing.md)\n* [Component Configured Routing](routing/component-configured-r...
TypeScript
MIT License
aurelia/aurelia
docs(router): add separate installation page
1
docs
router
126,295
09.07.2021 20:50:37
-7,200
bff0b0b4f6eda0a9a8c6ce7bed9e0a7d93bd46d1
fix(pkg/pgsql/server): fix boolean and blob extended query handling
[ { "change_type": "MODIFY", "diff": "@@ -74,9 +74,9 @@ func DataRow(rows []*schema.Row, colNumb int, ResultColumnFormatCodes []int16) [\n{\nbinary.BigEndian.PutUint32(valueLength, uint32(1))\nvalue = make([]byte, 1)\n- value = []byte(`0`)\n+ value = []byte{0}\nif tv.B {\n- value = []byte(`1`)\n+ value = []by...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/pgsql/server): fix boolean and blob extended query handling Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
pkg/pgsql/server
135,430
09.07.2021 21:50:38
-3,600
5383c9edcd9a351ea1c33ed49f47afed9b1cde6b
feat(rules): allow body-case to accept an array of cases To keep the API consistent with all of the case rules the `body-case` rule now accepts an array of cases like all of the other case types Ref:
[ { "change_type": "MODIFY", "diff": "@@ -2,10 +2,12 @@ import {case as ensureCase} from '@commitlint/ensure';\nimport message from '@commitlint/message';\nimport {TargetCaseType, SyncRule} from '@commitlint/types';\n-export const bodyCase: SyncRule<TargetCaseType> = (\n+const negated = (when?: string) => whe...
TypeScript
MIT License
conventional-changelog/commitlint
feat(rules): allow body-case to accept an array of cases To keep the API consistent with all of the case rules the `body-case` rule now accepts an array of cases like all of the other case types Ref: #2631
1
feat
rules
67,479
09.07.2021 21:53:06
-36,000
129a333cc5470cb428f79f879176f12edea9659e
chore(doc): start adding breaking change to migration doc
[ { "change_type": "MODIFY", "diff": "# Migrating to Aurelia 2\n-Placeholder...\n+Introduction Placeholder...\n+## BREAKING CHANGES\n+\n+- Call binding no longer assign properties of the first argument pass to the call to the calling override context. This is unreasonably dynamic and could result in hard-to-u...
TypeScript
MIT License
aurelia/aurelia
chore(doc): start adding breaking change to migration doc
1
chore
doc
104,828
09.07.2021 23:01:31
-7,200
1a551bb9f7af1eb0af8fd6eabaea5d7f90928d7d
test(rowactionserror): improved unit test coverage
[ { "change_type": "MODIFY", "diff": "+const all90Covered = {\n+ statements: 90,\n+ branches: 90,\n+ functions: 90,\n+ lines: 90,\n+};\n+\nmodule.exports = {\ncollectCoverageFrom: [\n'src/components/**/*.js?(x)',\n@@ -21,6 +28,7 @@ module.exports = {\nfunctions: 80,\nlines: 80,\n},\n+ './src/components/Table/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(rowactionserror): improved unit test coverage
1
test
rowactionserror
551,634
09.07.2021 23:07:39
-3,600
93e852a28c4be95ffeb0823ba93128fb4f44c0c9
fix(sql): fix select count() with sample by
[ { "change_type": "MODIFY", "diff": "@@ -2266,7 +2266,10 @@ public class SqlCodeGenerator implements Mutable {\nexecutionContext.pushTimestampRequiredFlag(true);\n}\n- if (topDownColumnCount > 0) {\n+ boolean contextTimestampRequired = executionContext.isTimestampRequired();\n+ // some \"sample by\" queries ...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix select count() with sample by (#1189)
1
fix
sql
217,922
09.07.2021 23:31:29
-7,200
3023d4f8f57ea02c8f0075ff05822ce6c7642010
perf(list): better layout cache system for faster list details loading
[ { "change_type": "ADD", "diff": "+export interface AfterDeserialized {\n+ afterDeserialized():void;\n+}\n", "new_path": "apps/client/src/app/core/database/storage/firestore/after-deserialized.ts", "old_path": null }, { "change_type": "ADD", "diff": "+export interface BeforePrepareData {\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(list): better layout cache system for faster list details loading
1
perf
list
104,825
09.07.2021 23:35:35
14,400
77ce99fc8ac04a4bdd41408c7e91b31470bfc873
feat(list): add empty state
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, Input, Output } from '@angular/core';\n+import { Component, EventEmitter, Input, OnInit, Output, TemplateRef } from '@angular/core';\nimport { AIListItem } from './list-item/ai-list-item.class';\n+import { IconService } from 'carbon-comp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): add empty state
1
feat
list
791,394
10.07.2021 00:08:26
-36,000
3f3339191d4bf08bc9257e98fee6208ff45c57bd
chore: update pubsublite status to stable
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,7 @@ make backwards-incompatible changes.\n| [Monitoring][cloud-monitoring] | stable | [`cloud.google.com/go/monitoring/apiv3`](https://pkg.go.dev/cloud.google.com/go/monitoring/apiv3) |\n| [OS Login][cloud-oslogin] | stable | [`cloud.google.com/go/oslogin/ap...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: update pubsublite status to stable (#4402)
1
chore
null
551,645
10.07.2021 00:32:19
-10,800
7592423bdc9f31714c5c168253a14c4097a7d93e
fix(griffin): fetch from cursor last value only
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ class LatestByValuesIndexedFilteredRecordCursor extends AbstractRecordListCursor\nint index = found.keyIndex(symbolKey);\nif (index > -1) {\nRowCursor cursor = indexReader.getCursor(false, symbolKey, rowLo, rowHi);\n- while (cursor.hasNext()) {\n+ if (cu...
Java
Apache License 2.0
questdb/questdb
fix(griffin): fetch from cursor last value only (#1190)
1
fix
griffin
104,825
10.07.2021 00:45:55
14,400
e7abfa9eeb04ea040b69541a850c6a84a9fc7780
feat(list): add support for disabled items
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,7 @@ export enum SelectionType {\n<ng-container *ngIf=\"data.item.id && !isArray(data.item) && data.item.includes(searchString)\">\n<ai-list-item-wrapper\n[draggable]=\"itemsDraggable && data.item.isDraggable\"\n+ [disabled]=\"data.item.disabled\"\n[isDraggin...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): add support for disabled items
1
feat
list
815,609
10.07.2021 07:01:34
-28,800
e8434f92d2da35dabd1dddfc83b5ce6079c9ab05
refactor: simplify vm construction functions which based on versions
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,8 @@ mod verify_env;\npub use crate::error::{ScriptError, TransactionScriptError};\npub use crate::ill_transaction_checker::IllTransactionChecker;\npub use crate::types::{\n- ScriptGroup, ScriptGroupType, TransactionSnapshot, TransactionState, VerifyResult,\n...
Rust
MIT License
nervosnetwork/ckb
refactor: simplify vm construction functions which based on versions
1
refactor
null
317,646
10.07.2021 11:39:43
-7,200
46b8cea72abb25b27a8ee38db30cdd42f2ccdd99
fix: write post- and prefix separate resolves
[ { "change_type": "MODIFY", "diff": "package main\nimport (\n- \"fmt\"\n\"sync\"\n\"time\"\n)\n@@ -167,10 +166,12 @@ func (b *Block) renderDiamondSegment(text string) {\n}\nfunc (b *Block) renderText(text string) {\n+ bg := b.activeSegment.background()\n+ fg := b.activeSegment.foreground()\ndefaultValue := \...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: write post- and prefix separate resolves #843
1
fix
null
317,646
10.07.2021 14:54:49
-7,200
9576e8212ec7776a9c9ac3b27230afdd4f9e4d1f
fix(transient): handle multiline prompts better in powershell relates to
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ You need to extend or create a custom theme with your transient prompt. For exam\n\"transient_prompt\": {\n\"background\": \"transparent\",\n\"foreground\": \"#ffffff\",\n- \"template\": \"{{ .Shell }}> <#f7dc66>{{ .Command }}</>\"\n+ \"template\": \"{...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(transient): handle multiline prompts better in powershell relates to #840
1
fix
transient
317,646
10.07.2021 14:57:42
-7,200
2aa00da41be2f82358cdc9be0cfb83c6f9b28c15
fix(windows): try HOME by default for user home
[ { "change_type": "MODIFY", "diff": "@@ -44,11 +44,12 @@ 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+ home := os.Getenv(\"HOME\")\n+ if...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(windows): try HOME by default for user home
1
fix
windows
269,464
10.07.2021 16:10:22
0
745258cf3b74ae93a57a04953f316098f23a1080
docs: packages
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,13 @@ Here are the steps for each of them:\n### deb, rpm and apk packages\n-Download the `.deb`, `.rpm` or `.apk` from the [OSS][releases] or [Pro][pro-releases] releases pages and install them with the appropriate tools.\n+\n+=== \"OSS\"\n+ Download the `.de...
Go
MIT License
goreleaser/goreleaser
docs: packages Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
269,464
10.07.2021 17:11:37
0
6409998dc875f004f01ee01853bf021c7a9b640f
docs: improving docs
[ { "change_type": "MODIFY", "diff": "SOURCE_FILES?=./...\nTEST_PATTERN?=.\nTEST_OPTIONS?=\n+DOCKER?=docker\nexport PATH := ./bin:$(PATH)\nexport GO111MODULE := on\n@@ -44,7 +45,7 @@ imgs:\n.PHONY: imgs\nserve:\n- @docker run --rm -it -p 8000:8000 -v ${PWD}/www:/docs squidfunk/mkdocs-material\n+ $(DOCKER) run...
Go
MIT License
goreleaser/goreleaser
docs: improving docs Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
815,595
10.07.2021 18:08:43
-28,800
da56e4a340096e3db3bae04a9a53479e1c1dc1c4
feat: do not upload sync-mainnet logs
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ jobs:\nname: Sync\nruns-on: ubuntu-latest\nneeds: [ build_ckb ]\n+ timeout-minutes: 600\nenv:\nTERRAFORM_DIR: ${{ github.workspace }}/.github/workflows/sync/terraform\nANSIBLE_DIR: ${{ github.workspace }}/.github/workflows/sync/ansible\n@@ -76,6 +77,7 @@...
Rust
MIT License
nervosnetwork/ckb
feat: do not upload sync-mainnet logs
1
feat
null
217,237
10.07.2021 19:21:45
-10,800
03f245d8169b53c899163e6c82b0b09823c2fb19
feat(layers): add layers overview page
[ { "change_type": "ADD", "diff": "+label: Layer\n+position: 2\n", "new_path": "docs/reference/layer/_category_.yaml", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -103,17 +103,22 @@ html[data-theme='dark'] .ext-link::before {\nfilter: invert(1);\n}\n-/*\n- Dark theme for ima...
JavaScript
MIT License
feature-sliced/documentation
feat(layers): add layers overview page
1
feat
layers
67,479
10.07.2021 20:37:31
-36,000
600c33f89dfadd7c0dc1bb874fa7ae32563afe90
feat(if-else): add ability to disable cache
[ { "change_type": "MODIFY", "diff": "@@ -15,18 +15,19 @@ import {\nTextBindingRendererRegistration,\nTextBindingInstruction,\nInterpolation,\n- IWorkTracker,\nINodeObserverLocatorRegistration,\n+ CustomAttribute,\n} from '@aurelia/runtime-html';\nimport {\neachCartesianJoin,\nassert,\nPLATFORM,\ncreateContai...
TypeScript
MIT License
aurelia/aurelia
feat(if-else): add ability to disable cache
1
feat
if-else
217,237
10.07.2021 21:15:39
-10,800
68beffb2ab7a9b825f21dcbf8409fd3fbcc92471
feat(reference/layers): refine splitted layers articles
[ { "change_type": "MODIFY", "diff": "@@ -69,3 +69,5 @@ export const OAuthProvider = () => (\n/>\n)\n```\n+\n+[refs-segments]: /docs/reference/segments\n", "new_path": "docs/reference/layer/shared.md", "old_path": "docs/reference/layer/shared.md" } ]
JavaScript
MIT License
feature-sliced/documentation
feat(reference/layers): refine splitted layers articles
1
feat
reference/layers
217,237
10.07.2021 21:31:57
-10,800
a345d52917b6879659364487a29401a77186fcbd
feat(reference/layers): fix layers images
[ { "change_type": "MODIFY", "diff": "Binary files a/website/static/img/layers/entities.png and b/website/static/img/layers/entities.png differ\n", "new_path": "website/static/img/layers/entities.png", "old_path": "website/static/img/layers/entities.png" }, { "change_type": "MODIFY", "diff...
JavaScript
MIT License
feature-sliced/documentation
feat(reference/layers): fix layers images
1
feat
reference/layers
67,479
10.07.2021 22:13:55
-36,000
020de51b7a5472095f5193f4d01159e87a5693f7
fix(if): fix actvation/deactivation timing
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ Introduction Placeholder...\n## BREAKING CHANGES\n+### Call binding \\(some-prop.call=\"...\"\\)\n+\n- Call binding no longer assign properties of the first argument pass to the call to the calling override context. This is unreasonably dynamic and could r...
TypeScript
MIT License
aurelia/aurelia
fix(if): fix actvation/deactivation timing
1
fix
if
217,237
10.07.2021 22:52:08
-10,800
0a2e47fb07cc0ae73a1ad53e48aa5df8e959e377
fix(reference/layers): resolve broken links
[ { "change_type": "MODIFY", "diff": "@@ -143,5 +143,5 @@ export const { sendMessage, attachFile } = createMessageInput({\n[refs-splitting]: /docs/concepts/app-splitting\n[refs-public-api]: /docs/concepts/public-api\n[refs-cross-communication]: /docs/concepts/cross-communication\n-[refs-features]: /docs/refer...
JavaScript
MIT License
feature-sliced/documentation
fix(reference/layers): resolve broken links
1
fix
reference/layers
104,825
10.07.2021 23:24:15
14,400
aec82a2aa412acfea49724ebb59dffdbc20fbe9e
feat(list): add template context for rowActions
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,8 @@ export class AIListItem {\n*/\nrowActions?: TemplateRef<any>;\n+ rowActionsContext?: any;\n+\n/**\n* If the list item has child list items, this indicates whether or not it's\n* direct children are displayed.\n", "new_path": "packages/angular/src/lis...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): add template context for rowActions
1
feat
list
744,016
11.07.2021 10:01:29
21,600
c804f0db78e56b44341cc7a91878c27b1b68b9f2
fix: strict should fail unknown arguments
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ export function validation(\nObject.keys(argv).forEach(key => {\nif (\n- specialKeys.indexOf(key) === -1 &&\n+ !specialKeys.includes(key) &&\n!Object.prototype.hasOwnProperty.call(positionalMap, key) &&\n!Object.prototype.hasOwnProperty.call(\nyargs.ge...
JavaScript
MIT License
yargs/yargs
fix: strict should fail unknown arguments (#1977)
1
fix
null
471,144
11.07.2021 10:12:45
-7,200
5cfa88d047ad6866b52a7c44afc52be66a095a05
fix: update and make website docs work
[ { "change_type": "MODIFY", "diff": "@@ -43,13 +43,8 @@ Copy the following file into an empty directory and call it `index.html`.\nTo create traces in the browser, you will need `@opentelemetry/web`, and the plugin `@opentelemetry/plugin-document-load`:\n```shell\n-npm install @opentelemetry/web @opentelemet...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix: update and make website docs work (#2324) Co-authored-by: Jonathan Church <me@jonchurch.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
fix
null
471,389
11.07.2021 11:09:44
-10,800
83c7fa39aaccfb43cc7a8bbb99132659a355a3bd
docs(auto-instrumentations-node): improved readme
[ { "change_type": "MODIFY", "diff": "[![devDependencies][devDependencies-image]][devDependencies-url]\n[![Apache License][license-image]][license-url]\n+This module provides a simple way to initialize multiple Node instrumentations.\n+\n## Installation\n```bash\n@@ -12,19 +14,25 @@ npm install --save @opente...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
docs(auto-instrumentations-node): improved readme (#563)
1
docs
auto-instrumentations-node
471,365
11.07.2021 12:04:13
-10,800
c0ad0014ccacfddc613908bc4f382a062632df5d
fix(mongo): added missing exported types
[ { "change_type": "MODIFY", "diff": "*/\nexport * from './instrumentation';\n-export { MongoDBInstrumentationConfig } from './types';\n+export {\n+ MongoDBInstrumentationConfig,\n+ MongoDBInstrumentationExecutionResponseHook,\n+ MongoResponseHookInformation,\n+} from './types';\n", "new_path": "plugins/n...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(mongo): added missing exported types (#564)
1
fix
mongo
815,609
11.07.2021 15:37:01
-28,800
77138120db003870a6b194a02eb0105a96800679
refactor(tests): simplify tx script verify construction functions
[ { "change_type": "MODIFY", "diff": "@@ -1024,8 +1024,8 @@ mod tests {\nuse ckb_types::{\ncore::{\ncapacity_bytes, cell::CellMetaBuilder, hardfork::HardForkSwitch, Capacity, Cycle,\n- DepType, EpochNumberWithFraction, HeaderView, ScriptHashType, TransactionBuilder,\n- TransactionInfo,\n+ DepType, EpochNumber...
Rust
MIT License
nervosnetwork/ckb
refactor(tests): simplify tx script verify construction functions
1
refactor
tests
129,387
11.07.2021 16:51:42
14,400
adcdce5c77a859c529ac8843ac98e46503461bda
docs(customization): update default change_type_order
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,7 @@ commitizen:\n| `info` | `str` | `None` | (OPTIONAL) Explanation of the commit rules. Used by `cz info`. |\n| `bump_map` | `dict` | `None` | (OPTIONAL) Dictionary mapping the extracted information to a `SemVer` increment type (`MAJOR`, `MINOR`, `PATCH`)...
Python
MIT License
commitizen-tools/commitizen
docs(customization): update default change_type_order
1
docs
customization
126,295
11.07.2021 17:57:09
-7,200
7e7adeedd745565b8483a69ddc3480fcd9401cf3
chore(pkg/pgsql/server): simplify query machine
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,8 @@ var ErrUseDBStatementNotSupported = errors.New(\"SQL statement not supported. Ple\nvar ErrCreateDBStatementNotSupported = errors.New(\"SQL statement not supported. Please use `CreateDatabase` operation instead\")\nvar ErrSSLNotSupported = errors.New(\"SS...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/pgsql/server): simplify query machine Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/pgsql/server
67,479
11.07.2021 20:11:51
-36,000
aa466b4ed3b5dd3ba779da59b6b8a3211502fe0c
feat(au-render): ability to compose element using string as name resolve
[ { "change_type": "RENAME", "diff": "-import { IContainer } from '@aurelia/kernel';\nimport {\nCustomElement,\n- IObserverLocator,\n- view,\ncustomElement,\n- getRenderContext,\n- Aurelia,\n- RenderPlan,\n- IPlatform,\nAuCompose,\nINode,\nIRenderLocation,\n} from '@aurelia/runtime-html';\nimport {\n- eachCar...
TypeScript
MIT License
aurelia/aurelia
feat(au-render): ability to compose element using string as name resolve #1227
1
feat
au-render
426,720
12.07.2021 01:47:27
-10,800
45a0803610176a8093b49a52334c572feb26cd4e
fix(test-runner): allow partial configs
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ export class TestRunnerCli {\nif (this.activeMenu === MENUS.OVERVIEW && this.config.coverage) {\nopenBrowser(\n`file://${path.resolve(\n- this.config.coverageConfig!.reportDir,\n+ this.config.coverageConfig!.reportDir ?? '',\n'lcov-report',\n'index.htm...
TypeScript
MIT License
modernweb-dev/web
fix(test-runner): allow partial configs
1
fix
test-runner
777,376
12.07.2021 06:37:57
25,200
c0f552890c3329db3153dee9e5e992bf51d2badb
docs: EKS Auto-scaling fix
[ { "change_type": "MODIFY", "diff": "@@ -114,6 +114,7 @@ insert the cluster name and S3 bucket name.\n- \"autoscaling:DescribeTags\"\n- \"autoscaling:SetDesiredCapacity\"\n- \"autoscaling:TerminateInstanceInAutoScalingGroup\"\n+ - \"ec2:DescribeLaunchTemplateVersions\"\nResource: '*'\nmanagedNodeGroups:\n", ...
Python
Apache License 2.0
determined-ai/determined
docs: EKS Auto-scaling fix [DET-5728] (#2677)
1
docs
null
471,472
12.07.2021 07:12:16
14,400
f2295f833afd71f7a4fccd1ccf5ce43cd0f1ec86
fix: corrected spelling
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ Version 2 of Scoped Elements only supports [lit](https://lit.dev/) with `lit-ele\n<inline-notification type=\"warning\">\n- If you are going to use elements that are globally defined you have to declare them in `scopedElements` as well. This is required ...
JavaScript
MIT License
open-wc/open-wc
fix: corrected spelling
1
fix
null
317,646
12.07.2021 07:35:08
-7,200
07b9b82f9f94f884bca8112c25882bf8620bfe00
fix(pwsh): set lastCommandSuccess first resolves
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,10 @@ function global:Initialize-ModuleSupport {\n}\n[ScriptBlock]$Prompt = {\n+ #store if the last command was successful\n+ $lastCommandSuccess = $?\n+ #store the last exit code for restore\n+ $realLASTEXITCODE = $global:LASTEXITCODE\n$omp = \"::OMP::\"\n$c...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): set lastCommandSuccess first resolves #849
1
fix
pwsh
304,866
12.07.2021 07:58:36
25,200
a00559a570afeab0dfe3915121a3b17be4632f82
test: add acceptance tests for group with first and last
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "ADD", "diff": "+package pl...
Go
MIT License
influxdata/flux
test: add acceptance tests for group with first and last (#3869)
1
test
null
67,479
12.07.2021 09:17:33
-36,000
d8d8cc5641bd3389f7edff17c3278bfde8b9c047
refactor(template-compiler): beforeCompile -> compiling BREAKING CHANGE: the hook name has been changed to keep the consistency with the rest of templating lifecycles
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import Aurelia, { TemplateCompilerHooks } from 'aurelia';\nAurelia\n.register(TemplateCompilerHooks.define(class {\n- beforeCompile(template: HTMLElement) {\n+ compiling(template: HTMLElement) {\nelement.querySelector('table').setAttribute(someAttribute,...
TypeScript
MIT License
aurelia/aurelia
refactor(template-compiler): beforeCompile -> compiling BREAKING CHANGE: the hook name has been changed to keep the consistency with the rest of templating lifecycles
1
refactor
template-compiler
688,448
12.07.2021 10:08:26
-10,800
a4c0d91b786c07a611e32b6ed223f56520315dad
fix(Button): replace background of flat button
[ { "change_type": "ADD", "diff": "+import React from 'react'\n+import { mount } from '@cypress/react'\n+import { Button, Container, Settings16 } from '@toptal/picasso'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+import { palette } from '@toptal/picasso/utils'\n+\n+describe('Button.Circula...
TypeScript
MIT License
toptal/picasso
fix(Button): replace background of flat button (#2116)
1
fix
Button
756,013
12.07.2021 10:21:23
21,600
1ec045bad58ee7b5e9fccf36782793a3dd780337
feat(SwingSet): new `overrideVatManagerOptions` kernel option
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,8 @@ export function makeStartXSnap(bundles, { snapStore, env, spawn }) {\n* slogCallbacks?: unknown,\n* slogFile?: string,\n* testTrackDecref?: unknown,\n- * warehousePolicy?: { maxVatsOnline?: number, consensusMode?: boolean },\n+ * warehousePolicy?: { ma...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet): new `overrideVatManagerOptions` kernel option
1
feat
SwingSet
104,828
12.07.2021 10:31:49
-7,200
f60bb97e2994af391c4dba9b4ab1a85ffee26fbe
test(imagecard): updated snapshots
[ { "change_type": "MODIFY", "diff": "@@ -1468,9 +1468,11 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/I\n>\n<div\nclassName=\"iot--card--header\"\n+ data-testid=\"Card-header\"\n>\n<span\nclassName=\"iot--card--title\"\n+ data-testid=\"Card-title\"\ntitle=\"Image\"\n>\n<d...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(imagecard): updated snapshots
1
test
imagecard
791,370
12.07.2021 10:50:59
21,600
7ddacb781ea5e571c93f60fbd7c4834fbf4b8399
chore(internal): fix irregular pathing
[ { "change_type": "MODIFY", "diff": "@@ -23,12 +23,11 @@ ENV PATH /usr/local/go/bin:$PATH\nRUN go version\n# Install Go tools.\n-RUN GO111MODULE=on go get \\\n- github.com/golang/protobuf/protoc-gen-go@v1.5.2 \\\n- golang.org/x/lint/golint@latest \\\n- golang.org/x/tools/cmd/goimports@latest \\\n- honnef.co/...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal): fix irregular pathing (#4414)
1
chore
internal
777,399
12.07.2021 11:03:10
25,200
67ade3c534a71da772cbee330313afb166f59894
docs: add release notes for 0.16.2
[ { "change_type": "MODIFY", "diff": "@@ -194,9 +194,9 @@ notebook:\nEOL\n$ det notebook start --config-file config.yaml\n-To launch a notebook with `det deploy local cluster-up`, a user can add\n-the `--auto-bind-mount` flag which mounts the user's home directory into\n-the task containers by default:\n+To l...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.16.2 (#2709) (cherry picked from commit b7b153d84a6e2766e6969812bc6aad1f5d9997a7)
1
docs
null