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
705,224
13.12.2021 13:40:01
18,000
2783fc981e997641a315be2b35720716397fe05e
feat: use templated parent border brush on combo box's elevated view
[ { "change_type": "MODIFY", "diff": "Value=\"{ThemeResource ComboBoxForegroundThemeBrush}\" />\n<Setter Property=\"Background\"\nValue=\"{ThemeResource ComboBoxBackgroundColorBrush}\" />\n+ <Setter Property=\"BorderBrush\"\n+ Value=\"{StaticResource ComboBoxBorderBrush}\" />\n<Setter Property=\"BorderThickne...
C#
Apache License 2.0
unoplatform/uno.themes
feat: use templated parent border brush on combo box's elevated view
1
feat
null
679,913
13.12.2021 13:51:22
-3,600
3af8a277740588315ad2258769e30ebd0acd9d7e
docs(distance-transform): fix typos
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,15 @@ This project is part of the\nBinary image to Distance Field transformation.\n-![example distance field comparison for three different metrics](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/distance-transform/dt.png)\n+![example dista...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(distance-transform): fix typos
1
docs
distance-transform
866,394
13.12.2021 13:52:32
18,000
2c02ec9de9eeec05f343e41700cd98fc2c130695
chore(github-actions): use get-changelog for release log generation
[ { "change_type": "MODIFY", "diff": "@@ -38,11 +38,8 @@ jobs:\ngit push --tags\n- name: Create changelog\nif: steps.publish.outputs.version != steps.publish.outputs['old-version']\n- env:\n- INPUT_TOKEN: ''\nrun: |\n- npm install -g conventional-changelog-cli\n- conventional-changelog -r 1 >> CHANGELOG.md\n+...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-actions): use get-changelog for release log generation
1
chore
github-actions
777,367
13.12.2021 13:54:00
18,000
9b80a57659ce71aa2cf8fac533eeb60434cdb636
chore: clean up code owners
[ { "change_type": "MODIFY", "diff": "# /master/internal/scheduler/\n# Provisioner\n-/master/internal/provisioner/ @shiyuann\n+/master/internal/provisioner/\n# Model registry\n#/master/pkg/model\n# /agent/\n# Harness, container\n-/harness/ @shiyuann\n+/harness/\n# D-train\n# /harness/determined/horovod.py\n",...
Python
Apache License 2.0
determined-ai/determined
chore: clean up code owners (#3312)
1
chore
null
317,646
13.12.2021 13:54:03
-3,600
78f9a3e3c667e7f075cb0bf0c4e8c4a32376162a
fix(git): add untracked to status resolves
[ { "change_type": "MODIFY", "diff": "@@ -227,6 +227,11 @@ func (g *git) setGitStatus() {\nif len(status) <= 4 {\nreturn\n}\n+ const UNTRACKED = \"?\"\n+ if strings.HasPrefix(status, UNTRACKED) {\n+ g.Working.add(UNTRACKED)\n+ return\n+ }\nworkingCode := status[3:4]\nstagingCode := status[2:3]\ng.Working.add(...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): add untracked to status resolves #1422
1
fix
git
141,579
13.12.2021 14:04:28
-39,600
6df9e1dd95a2f90a4dd765839c61e809609ccc8b
fix: chromeatic action incorrect value mapping
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ jobs:\nuses: peter-evans/find-comment@v1\nid: latestComment\nwith:\n- issue-number: ${{ github.event.issue.pull_request }}\n+ issue-number: ${{ github.event.issue.number }}\nbody-includes: \"\"\ndirection: last\n", "new_path": ".github/workflows/chro...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: chromeatic action incorrect value mapping (#2358)
1
fix
null
711,597
13.12.2021 14:04:56
-3,600
072bb5134ca5a46c54b4f8625ab30b45ddfa72fd
refactor(admin-ui): Refactor custom field control types
[ { "change_type": "MODIFY", "diff": "@@ -49,13 +49,16 @@ export class JsonEditorFormInputComponent implements FormInputComponent, AfterVi\nformControl: FormControl;\nconfig: DefaultFormComponentConfig<'json-editor-form-input'>;\nisValid = true;\n- height: DefaultFormComponentConfig<'json-editor-form-input'>[...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Refactor custom field control types
1
refactor
admin-ui
551,636
13.12.2021 14:05:18
0
97df465009878ce73fd1a0f12f17490a2e8f4b6c
fix(core): fixed numerous flapping tests
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,8 @@ public class WriterPool extends AbstractPool {\nprivate static final Log LOG = LogFactory.getLog(WriterPool.class);\nstatic final String OWNERSHIP_REASON_MISSING = \"missing or owned by other process\";\npublic static final String OWNERSHIP_REASON_NONE =...
Java
Apache License 2.0
questdb/questdb
fix(core): fixed numerous flapping tests (#1671)
1
fix
core
802,863
13.12.2021 14:07:16
10,800
3ca44d33234a97650131f07935c51b75b708c3e3
chore(typography): adjust the buttons letter-spacing variables
[ { "change_type": "MODIFY", "diff": "--text-link-small: 700 14px/24px var(--font-family);\n--text-link-small-letter: 0.025em;\n--button-large: 700 18px/28px var(--font-family);\n- --button-large-letter: 0.008em;\n+ --button-large-letter: 0.08em;\n--button-medium: 700 16px/24px var(--font-family);\n- --button...
TypeScript
Apache License 2.0
juntossomosmais/venice
chore(typography): adjust the buttons letter-spacing variables
1
chore
typography
711,597
13.12.2021 14:14:59
-3,600
873526d52eb7dc00648387f19688fa4d67abeb5c
fix(admin-ui): General custom field tab always frist
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ export class TabbedCustomFieldsComponent implements OnInit {\n}\n}\nreturn Array.from(tabMap.entries())\n- .sort((a, b) => (a[0] < b[0] ? -1 : 1))\n+ .sort((a, b) => (a[0] === this.defaultTabName ? -1 : 1))\n.map(([tabName, customFields]) => ({ tabName, ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): General custom field tab always frist
1
fix
admin-ui
865,917
13.12.2021 14:18:19
-3,600
42a87acd40a615a73750313d183ddee72e0543e4
feat(app): emit <app.tabsChanged> event
[ { "change_type": "MODIFY", "diff": "@@ -1015,6 +1015,12 @@ export class App extends PureComponent {\n}\n}\n+ if (tabs !== prevState.tabs) {\n+ this.emit('app.tabsChanged', {\n+ tabs\n+ });\n+ }\n+\nif (\nactiveTab !== prevState.activeTab ||\ntabs !== prevState.tabs ||\n", "new_path": "client/src/app/App...
JavaScript
MIT License
camunda/camunda-modeler
feat(app): emit <app.tabsChanged> event
1
feat
app
428,449
13.12.2021 14:18:32
18,000
9d84765aa86274a7d3f8865fa069f0a11e2855a6
chore: fix invalid use of typeof operator
[ { "change_type": "MODIFY", "diff": "\"prettier/prettier\": \"error\",\n\"tsdoc/syntax\": \"warn\",\n\"no-console\": \"error\",\n+ \"valid-typeof\": \"error\",\n\"eqeqeq\": [\n\"error\",\n\"always\",\n", "new_path": ".eslintrc.json", "old_path": ".eslintrc.json" }, { "change_type": "MODIFY", ...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
chore: fix invalid use of typeof operator (#3076)
1
chore
null
865,917
13.12.2021 14:18:53
-3,600
ca641b1126346631c4974c8416b258a533b466b7
feat(overlay-dropdown): set `maxHeight` to group
[ { "change_type": "MODIFY", "diff": "@@ -139,4 +139,29 @@ describe('<OverlayDropdown>', function() {\nexpect(wrapper.find('Overlay section')).to.have.length(3);\n});\n+\n+ it('should set max height for option group', () => {\n+\n+ // given\n+ const items = [\n+ { key: 'section', items: [], maxHeight: 300 }\n...
JavaScript
MIT License
camunda/camunda-modeler
feat(overlay-dropdown): set `maxHeight` to group
1
feat
overlay-dropdown
865,917
13.12.2021 14:19:27
-3,600
28f625bc8e1a34754d4be14cdba8e0f028c71ee5
feat(plugins): add tab context action Closes
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+ <title>tab-context</title>\n+ <g id=\"tab-context\" stroke=\"none\" s...
JavaScript
MIT License
camunda/camunda-modeler
feat(plugins): add tab context action Closes #2630
1
feat
plugins
126,276
13.12.2021 14:25:27
10,800
183e82271a0be56fd081697cb1e6a75a76c73ffa
fix(embedded/store): readonly tx entries to ensure no runtime modification
[ { "change_type": "MODIFY", "diff": "@@ -1694,7 +1694,7 @@ func (s *ImmuStore) ReadTx(txID uint64, tx *Tx) error {\n// ReadValue returns the actual associated value to a key at a specific transaction\n// ErrExpiredEntry is be returned if the specified time has already elapsed\nfunc (s *ImmuStore) ReadValue(e...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): readonly tx entries to ensure no runtime modification Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
688,501
13.12.2021 14:33:26
-25,200
9f6579ad97304aaa39ef3a388fda6b0ac1a4c2f6
feat(ScrollMenu): increase max height
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+increase maxHeight for ScrollMenu\n", "new_path": ".changeset/hot-sheep-exist.md", "old_path": null }, { "change_type": "MODIFY", "diff": "Binary files a/packages/picasso/src/PageAutocomplete/__image_snapshots__/...
TypeScript
MIT License
toptal/picasso
feat(ScrollMenu): increase max height (#2318)
1
feat
ScrollMenu
126,276
13.12.2021 14:33:56
10,800
c35816d4458874cf4e0ffc67b2b64cc477341c67
test(embedded/store): unit testing readValue and readonly tx entry attr
[ { "change_type": "MODIFY", "diff": "@@ -1414,6 +1414,8 @@ func TestImmudbStoreInclusionProof(t *testing.T) {\nassert.Equal(t, eCount, len(txEntries))\nfor j, e := range txEntries {\n+ require.True(t, e.readonly)\n+\nproof, err := tx.Proof(e.key())\nrequire.NoError(t, err)\n@@ -1447,6 +1449,11 @@ func TestIm...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): unit testing readValue and readonly tx entry attr Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
126,276
13.12.2021 14:42:12
10,800
24ff2e5e3951ef69e091af14f5138ca403c54721
fix(embedded/store): change already closed error message
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ var ErrUnsupportedParameter = errors.New(\"unsupported parameter\")\nvar ErrDuplicatedParameters = errors.New(\"duplicated parameters\")\nvar ErrLimitedIndexCreation = errors.New(\"index creation is only supported on empty tables\")\nvar ErrTooManyRows =...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): change already closed error message Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
802,854
13.12.2021 15:06:42
10,800
c5fe7bbde26b408f83cd2a0ecf05e32759591938
chore(release): new release
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@juntossomosmais/venice-react\",\n\"description\": \"Design System of UI Components using React\",\n- \"version\": \"0.31.8\",\n+ \"version\": \"0.31.9\",\n\"license\": \"Apache-2.0\",\n\"homepage\": \"https://github.com/juntossomosmais/venice/packages/reac...
TypeScript
Apache License 2.0
juntossomosmais/venice
chore(release): new release
1
chore
release
4,988
13.12.2021 15:08:19
-3,600
154eafbac866eb4499a0d392f8dcd057695c2586
fix: correct exports in package.json with webpack
[ { "change_type": "MODIFY", "diff": "@@ -90,4 +90,5 @@ module.exports = [\npath: path.resolve(__dirname, 'dist'),\n}\n},\n+ // end-snippet{stringify}\n];\n", "new_path": "demo/webpack/webpack.config.js", "old_path": "demo/webpack/webpack.config.js" }, { "change_type": "MODIFY", "diff": "\...
JavaScript
MIT License
adaltas/node-csv
fix: correct exports in package.json with webpack
1
fix
null
304,862
13.12.2021 15:10:26
18,000
5284a7f38f4030c1e3179d203953d153a61e5d11
chore: Add more targets to rust-toolchain.toml
[ { "change_type": "MODIFY", "diff": "[toolchain]\nchannel = \"1.56\"\ncomponents = [ \"rustfmt\", \"clippy\" ]\n-targets = [ \"wasm32-unknown-unknown\", \"x86_64-unknown-linux-musl\" ]\n+targets = [\n+ \"wasm32-unknown-unknown\",\n+ \"x86_64-unknown-linux-musl\",\n+ \"aarch64-unknown-linux-musl\",\n+ \"x86_6...
Go
MIT License
influxdata/flux
chore: Add more targets to rust-toolchain.toml (#4297)
1
chore
null
815,577
13.12.2021 15:11:06
-28,800
c64b7b5c3c9c6e79592639622285168a5bd9550b
test: add a test for tx pool lost tx during construct block
[ { "change_type": "MODIFY", "diff": "@@ -430,6 +430,7 @@ fn all_specs() -> Vec<Box<dyn Spec>> {\nBox::new(CompactBlockPrefilled),\nBox::new(CompactBlockMissingFreshTxs),\nBox::new(CompactBlockMissingNotFreshTxs),\n+ Box::new(CompactBlockMissingWithDropTx),\nBox::new(CompactBlockLoseGetBlockTransactions),\nBo...
Rust
MIT License
nervosnetwork/ckb
test: add a test for tx pool lost tx during construct block
1
test
null
815,595
13.12.2021 15:11:42
-28,800
95f1c179af4f35cf3f661529514c93ec9c3ce0a5
chore: devchain has not delay-window
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,7 @@ pub(crate) fn after_delay_window(snapshot: &Snapshot) -> bool {\nlet rfc_0032 = snapshot.consensus().hardfork_switch.rfc_0032();\n- if rfc_0032 == 0 && rfc_0032 == EpochNumber::MAX {\n+ if rfc_0032 == 0 || rfc_0032 == EpochNumber::MAX {\nreturn true;\n...
Rust
MIT License
nervosnetwork/ckb
chore: devchain has not delay-window
1
chore
null
428,449
13.12.2021 15:19:04
18,000
bc056719dac0b34cbfd59ac544f92a992f30ca76
fix: stricter protocol check in connection string
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"bson\": \"^4.6.0\",\n\"denque\": \"^2.0.1\",\n- \"mongodb-connection-string-url\": \"^2.2.0\"\n+ \"mongodb-connection-string-url\": \"^2.3.2\"\n},\n\"devDependencies\": {\n\"@istanbuljs/nyc-config-typescript\": \"^1.0.2\",\n}\n},\n\"node_modules/mon...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
fix: stricter protocol check in connection string (#3078)
1
fix
null
791,452
13.12.2021 16:09:26
-39,600
3a664e8514a8815da9d27f6024fe7e7e669cd7fc
docs(spanner): Add doc to Row type indicating how to scan JSON columns
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,8 @@ import (\n// *Date(not NULL), *NullDate - DATE\n// *[]civil.Date, *[]NullDate - DATE ARRAY\n// *[]*some_go_struct, *[]NullRow - STRUCT ARRAY\n+// *NullJSON - JSON\n+// *[]NullJSON - JSON ARRAY\n// *GenericColumnValue - any Cloud Spanner type\n//\n// For ...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(spanner): Add doc to Row type indicating how to scan JSON columns (#5213)
1
docs
spanner
306,320
13.12.2021 16:24:47
0
6fd85f5118aac9fb5342fa1674c01805e1ae5be1
feat: add GitLab comment output
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,11 @@ func outputCmd(ctx *config.RunContext) *cobra.Command {\nCreate markdown report to post in a GitHub comment:\n- infracost output --format github-comment --path \"out*.json\" # glob needs quotes`,\n+ infracost output --format github-comment --path \"out*...
Go
Apache License 2.0
infracost/infracost
feat: add GitLab comment output
1
feat
null
711,597
13.12.2021 16:32:29
-3,600
14de623f2b75561e9a57e0e0a66f8deff10c5c7a
chore: Changlog release count
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ function generateChangelogForPackage() {\nreturn context(null, null);\n}\n},\n- releaseCount: 1,\n+ releaseCount: 2,\noutputUnreleased: true,\n},\n{\n", "new_path": "scripts/changelogs/generate-changelog.ts", "old_path": "scripts/changelogs/gener...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Changlog release count
1
chore
null
401,129
13.12.2021 16:36:46
-19,080
00ef6730d9630e555769486600da988d7f34d8b4
test: add test cases for table foot * test: add test cases for table foot affects: * test: update foot component test case description affects: * refactor: table foot component unit tests affects:
[ { "change_type": "ADD", "diff": "+import { fireEvent, render, screen, waitFor } from '@test-utils';\n+import testColumns from '../docs/columns';\n+import testData from '../docs/data';\n+import { Table } from '../Table';\n+import { TableProps } from '../types';\n+import { Foot } from './Foot';\n+import { Tab...
TypeScript
MIT License
medly/medly-components
test: add test cases for table foot (#554) * test: add test cases for table foot affects: @medly-components/core * test: update foot component test case description affects: @medly-components/core * refactor: table foot component unit tests affects: @medly-components/core Co-authored-by: gmukul01 <mukulbansal01@gmail.com>
1
test
null
711,597
13.12.2021 16:40:32
-3,600
d5df49c276dacd0f5e50a04c12def4ca22dfc3aa
chore: Publish v1.4.0
[ { "change_type": "MODIFY", "diff": "+## 1.4.0 (2021-12-13)\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix display of facet value custom fields ([f4a6dbd](https://github.com/vendure-ecommerce/vendure/commit/f4a6dbd)), closes [#1282](https://github.com/vendure-ecommerce/vendure/issues/1282)\n+* **admin-ui** Fix e...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v1.4.0
1
chore
null
915,269
13.12.2021 16:54:27
-3,600
30ff27f69b6ca76e2ca26071e4ecd268fe13405d
ci: resolve regression issues
[ { "change_type": "MODIFY", "diff": "version: 2.1\norbs:\n- sdk: ory/sdk@0.1.43\n+ sdk: ory/sdk@0.1.52\nchangelog: ory/changelog@0.1.10\ngoreleaser: ory/goreleaser@0.1.34\nslack: circleci/slack@3.4.2\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" }, { "change_type"...
Go
Apache License 2.0
ory/oathkeeper
ci: resolve regression issues (#881)
1
ci
null
306,320
13.12.2021 17:03:56
0
f8cc7cc0aa0229f4caaf0edaa7e246c1e1d5a27b
fix: fix Terraform v1.1 requiring init
[ { "change_type": "MODIFY", "diff": "@@ -303,6 +303,7 @@ func (p *DirProvider) runPlan(opts *CmdOptions, spinner *ui.Spinner, initOnFail\nstrings.Contains(extractedErr, \"Error: Initialization required\") ||\nstrings.Contains(extractedErr, \"Error: Backend initialization required\") ||\nstrings.Contains(extr...
Go
Apache License 2.0
infracost/infracost
fix: fix Terraform v1.1 requiring init
1
fix
null
865,926
13.12.2021 17:04:01
-3,600
28cec1fa11e79cd1e47cad6bb3660fd0a6b10b7d
feat: expose properties panel to plugins
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,13 @@ import { Fill } from '../app/slot-fill';\nimport React, * as ReactExports from 'react';\n+import * as PropertiesPanel from '@bpmn-io/properties-panel';\n+import * as Preact from '@bpmn-io/properties-panel/preact';\n+import PreactCompat, * as PreactCompa...
JavaScript
MIT License
camunda/camunda-modeler
feat: expose properties panel to plugins
1
feat
null
756,029
13.12.2021 17:04:24
28,800
f9f0b3d83f574a0898f9c24205a9b63bbad71805
chore: Remove SES 0.14.3 patch
[ { "change_type": "DELETE", "diff": "-diff --git a/node_modules/ses/dist/ses.cjs b/node_modules/ses/dist/ses.cjs\n-index 121da57..107c4ca 100644\n---- a/node_modules/ses/dist/ses.cjs\n-+++ b/node_modules/ses/dist/ses.cjs\n-@@ -9808,7 +9808,7 @@ markVirtualizedNativeFunction)\n- // of a debugging attempt. See...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Remove SES 0.14.3 patch
1
chore
null
815,577
13.12.2021 17:24:37
-28,800
25e0f11833f2311349f27f39a0ba888cb671897c
feat: observe listen port occupancy
[ { "change_type": "MODIFY", "diff": "@@ -49,3 +49,39 @@ pub use tokio;\n/// Protocol version used by network protocol open\npub type ProtocolVersion = String;\n+\n+/// Observe listen port occupancy\n+pub async fn observe_listen_port_occupancy(\n+ _addrs: &[multiaddr::MultiAddr],\n+) -> Result<(), std::io::Er...
Rust
MIT License
nervosnetwork/ckb
feat: observe listen port occupancy
1
feat
null
126,295
13.12.2021 17:26:04
-3,600
e58af1a591b782b0876a2e6400b271812f219885
fix: fix interactive use database
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ func (cl *commandline) ConfigChain(post func(cmd *cobra.Command, args []string)\nif err = cl.config.LoadConfig(cmd); err != nil {\nreturn err\n}\n- cl.options = immuc.Options()\n+ cl.options = immuc.Options().WithTokenFileName(\"token\")\ncl.immucl, err ...
Go
Apache License 2.0
codenotary/immudb
fix: fix interactive use database Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
null
317,646
13.12.2021 17:37:06
-3,600
84e3bea1ea890cabab716002682c3279346de263
fix(git): include al untracked files relates to
[ { "change_type": "MODIFY", "diff": "@@ -224,14 +224,14 @@ func (g *git) getUpstreamIcon() string {\nfunc (g *git) setGitStatus() {\naddToStatus := func(status string) {\n- if len(status) <= 4 {\n- return\n- }\nconst UNTRACKED = \"?\"\nif strings.HasPrefix(status, UNTRACKED) {\ng.Working.add(UNTRACKED)\nretu...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): include al untracked files relates to #1422
1
fix
git
135,449
13.12.2021 17:47:31
-28,800
4b6c34d5df4a7e03f231e1ff36ea6076c49551d4
chore(load): switch to official cosmiconfig-typescript-loader
[ { "change_type": "MODIFY", "diff": "\"@commitlint/resolve-extends\": \"^15.0.0\",\n\"@commitlint/types\": \"^15.0.0\",\n\"@commitlint/config-validator\": \"^15.0.0\",\n- \"@endemolshinegroup/cosmiconfig-typescript-loader\": \"^3.0.2\",\n\"chalk\": \"^4.0.0\",\n\"cosmiconfig\": \"^7.0.0\",\n+ \"cosmiconfig-t...
TypeScript
MIT License
conventional-changelog/commitlint
chore(load): switch to official cosmiconfig-typescript-loader #2912 (#2914)
1
chore
load
571,267
13.12.2021 17:54:57
18,000
dcf4718ad177e8b6172fd742b5c18f74a8bec70e
docs: tidy CONTRIBUTING.md
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ agree to abide by our **[code of conduct]**.\n[Fork], then clone the repository:\n-[Fork]: https://github.com/remarkablemark/html-react-parser/fork\n+[fork]: https://github.com/remarkablemark/html-react-parser/fork\n```sh\n# replace `<user>` with your us...
JavaScript
MIT License
remarkablemark/html-react-parser
docs: tidy CONTRIBUTING.md
1
docs
null
71,101
13.12.2021 17:55:25
-3,600
da07cb128a07989232520d15919c527d124d8916
chore: stop using mergify commit_message `commit_message` is deprecated and replaced by `commit_message_template`.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,9 @@ pull_request_rules:\nqueue:\nname: default\nmethod: squash\n- commit_message: title+body\n+ commit_message_template: |-\n+ {{ title }} (#{{ number }})\n+ {{ body }}\nconditions:\n- base!=release\n- -title~=(WIP|wip)\n@@ -40,7 +42,9 @@ pull_request_rules:...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: stop using mergify commit_message (#17983) `commit_message` is deprecated and replaced by `commit_message_template`.
1
chore
null
866,394
13.12.2021 17:58:21
18,000
5284925b986aa8633608a6f6c0c33145356c83a7
fix(a11y-checker): fix file-loader for karma a11y checker in React ### Related Ticket(s) No related issue ### Description `file-loader` was not properly configured for the React a11y checker. This should add this back so that the tests run properly. ### Changelog **Changed** Add `file-loader` to `karma-accessibility-checker.conf.js`
[ { "change_type": "MODIFY", "diff": "\"enzyme\": \"^3.10.0\",\n\"enzyme-adapter-react-16\": \"^1.14.0\",\n\"fast-sass-loader\": \"2.0.0\",\n+ \"file-loader\": \"^6.2.0\",\n\"fs-extra\": \"^10.0.0\",\n\"glob\": \"^7.1.0\",\n\"gulp\": \"^4.0.0\",\n", "new_path": "packages/react/package.json", "old_path...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(a11y-checker): fix file-loader for karma a11y checker in React (#7868) ### Related Ticket(s) No related issue ### Description `file-loader` was not properly configured for the React a11y checker. This should add this back so that the tests run properly. ### Changelog **Changed** - Add `file-loader` to `karma-accessibility-checker.conf.js`
1
fix
a11y-checker
571,267
13.12.2021 18:02:42
18,000
67860462486e5434a26aeb9850ba5ed6a61c8f89
fix(attributes-to-props): convert attrib to uncontrolled component prop Fixes
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,19 @@ module.exports = function attributesToProps(attributes) {\n// convert HTML/SVG attribute to React prop\nattributeNameLowerCased = attributeName.toLowerCase();\n- propName = reactProperty.possibleStandardNames[attributeNameLowerCased];\n+ propName = get...
JavaScript
MIT License
remarkablemark/html-react-parser
fix(attributes-to-props): convert attrib to uncontrolled component prop Fixes #321
1
fix
attributes-to-props
571,267
13.12.2021 18:08:20
18,000
a5231c759add1b2a8ed5c56e24e4c4462abf6a50
test: add snapshot for form input
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,14 @@ exports[`HTMLReactParser parses empty <script> 1`] = `<script />`;\nexports[`HTMLReactParser parses empty <style> 1`] = `<style />`;\n+exports[`HTMLReactParser parses form 1`] = `\n+<input\n+ defaultChecked={true}\n+ defaultValue=\"foo\"\n+ type=\"tex...
JavaScript
MIT License
remarkablemark/html-react-parser
test: add snapshot for form input
1
test
null
306,652
13.12.2021 18:40:10
-19,080
eefdba3b69d56a0ff63f3ed3fc0c06ac3106c97a
fix(ediatbleChipInput): stop text fluctuation on focus
[ { "change_type": "MODIFY", "diff": "@@ -131,7 +131,7 @@ export const EditableChipInput = (props: EditableChipInputProps) => {\n);\n});\n}\n- return <Text className=\"EditableChipInput--Text\">{placeholder}</Text>;\n+ return <Text className=\"pt-1\">{placeholder}</Text>;\n};\nconst renderChildren = () => {\n...
TypeScript
MIT License
innovaccer/design-system
fix(ediatbleChipInput): stop text fluctuation on focus
1
fix
ediatbleChipInput
217,922
13.12.2021 18:50:24
-3,600
03acb49b5619eec689af2a61c6bf2174b36287b0
feat(lists): added a copy button on lists you can't open
[ { "change_type": "MODIFY", "diff": "export interface LazyFishingSource {\nspot: number;\n- hookset: number;\n+ hookset?: number;\ntug: number;\nbait: number;\nsnagging?: boolean;\n", "new_path": "apps/client/src/app/lazy-data/model/lazy-fishing-source.ts", "old_path": "apps/client/src/app/lazy-data/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(lists): added a copy button on lists you can't open
1
feat
lists
217,922
13.12.2021 18:53:20
-3,600
ef91da9575f7534947d81b65ae011f24d5acaebc
chore: better display for lists you can't open
[ { "change_type": "MODIFY", "diff": "{{_list.note}}\n</div>\n</div>\n- <app-list-progressbar [list]=\"_list\" [theme]=\"settings.theme\" [locale]=\"translate.currentLang\" *ngIf=\"!publicDisplay\"></app-list-progressbar>\n+ <app-list-progressbar [list]=\"_list\" [theme]=\"settings.theme\" [locale]=\"translat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better display for lists you can't open
1
chore
null
217,922
13.12.2021 19:08:18
-3,600
973bb866bfdbff3ac8008836c321ff5f755f3068
fix(lists): fixed lists not cleaned properly in some cases
[ { "change_type": "MODIFY", "diff": "@@ -167,6 +167,10 @@ export class ListController {\n* @returns {List}\n*/\npublic static clean(list: List): List {\n+ if (this.isEmpty(list)) {\n+ list.items = [];\n+ return list;\n+ }\nfor (const prop of Object.keys(list)) {\nif (['finalItems', 'items'].indexOf(prop) > -...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed lists not cleaned properly in some cases
1
fix
lists
217,922
13.12.2021 19:14:13
-3,600
870cfa6e88b34028513e9c71f39371e8bac6f026
fix(profile): fixed stats and masterbook popups flickering
[ { "change_type": "MODIFY", "diff": "import { Component, OnInit } from '@angular/core';\nimport { AuthFacade } from '../../../../+state/auth.facade';\n-import { map } from 'rxjs/operators';\n+import { first, map, tap } from 'rxjs/operators';\nimport { Observable } from 'rxjs';\nimport { NzModalRef } from 'ng...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): fixed stats and masterbook popups flickering
1
fix
profile
217,922
13.12.2021 19:25:37
-3,600
c28e022360ed2dbd53307fedc2b2b64b4cba265d
fix(layout): better filtering for gemstone traders
[ { "change_type": "MODIFY", "diff": "@@ -26,20 +26,8 @@ export class ZoneBreakdown {\nthis.addToBreakdown(node.zoneId, node.map, row, hideZoneDuplicates, coords);\n}\n});\n- } else if (getItemSource<Drop[]>(row, DataType.DROPS).length > 0 && this.hasOneFilter(filterChain, LayoutRowFilter.IS_DUNGEON_DROP, Lay...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): better filtering for gemstone traders
1
fix
layout
217,922
13.12.2021 20:02:46
-3,600
a21d8ecc27721b7b8e20021ce545cfbed34421b7
fix(levequests): fixed wrong exp prediction when exp field is left empty
[ { "change_type": "MODIFY", "diff": "-import { I18nName } from '../common/i18n-name';\n-\nexport interface Levequest {\nid: number;\nlevel: number;\n", "new_path": "apps/client/src/app/model/search/levequest.ts", "old_path": "apps/client/src/app/model/search/levequest.ts" }, { "change_type": ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed wrong exp prediction when exp field is left empty
1
fix
levequests
217,922
13.12.2021 20:03:16
-3,600
6a9573178c5f2efea1d729ac9346314c4ccecefd
chore: environement revert
[ { "change_type": "MODIFY", "diff": "@@ -17,13 +17,13 @@ export const environment = {\nnoAnimations: false,\n...gameEnv,\nfirebase: {\n- apiKey: 'AIzaSyDZPSJj-nXHLIATOz3IBESUTFk8zvFaUc0',\n- authDomain: 'ffxivteamcraft.firebaseapp.com',\n- databaseURL: 'https://ffxivteamcraft.firebaseio.com',\n- projectId: '...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: environement revert
1
chore
null
667,656
13.12.2021 20:04:18
-28,800
d8391c55a95042aeb8c1bc41db9a556bc49cbe5e
fix(hippy-vue): websocket $on event could not receive
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,6 @@ const READY_STATE_CLOSED = 3;\nconst WEB_SOCKET_MODULE_NAME = 'websocket';\nconst WEB_SOCKET_NATIVE_EVENT = 'hippyWebsocketEvents';\n-let websocketEventHub;\nlet app;\n/**\n@@ -60,9 +59,7 @@ class WebSocket {\n* @param {Object} extrasHeaders - Http heade...
C++
Apache License 2.0
tencent/hippy
fix(hippy-vue): websocket $on event could not receive
1
fix
hippy-vue
71,201
13.12.2021 20:08:55
0
e13818854c89591606ac74496969b841f6a1fa8e
fix(custom-resources): assumedRole from AwsCustomResource invocation leaked to next execution Fixes Credit to for proposing the fix itself. *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": "@@ -161,8 +161,8 @@ export async function handler(event: AWSLambda.CloudFormationCustomResourceEvent\nif (call) {\n+ let credentials;\nif (call.assumedRoleArn) {\n-\nconst timestamp = (new Date()).getTime();\nconst params = {\n@@ -170,10 +170,9 @@ export async function ha...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(custom-resources): assumedRole from AwsCustomResource invocation leaked to next execution (#15776) Fixes #15425 Credit to @nicolai-shape for proposing the fix itself. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
custom-resources
826,678
13.12.2021 20:13:07
-25,200
07be82eb7f01425b8e9dc8cdcbc4e835ef53a46c
fix: namespace should not be required in List API The `namespace` parameter is now not required anymore in the list REST API.
[ { "change_type": "MODIFY", "diff": "@@ -3,3 +3,4 @@ node_modules/\ncoverage.txt\ndist/\n**/*.sqlite\n+.vscode/\n\\ No newline at end of file\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "DELETE", "diff": "", "new_path": "internal/e2e/Test", "old_path...
Go
Apache License 2.0
ory/keto
fix: namespace should not be required in List API (#796) The `namespace` parameter is now not required anymore in the list REST API. Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
1
fix
null
217,922
13.12.2021 20:17:33
-3,600
08889b0e3a62c13c5ceb79be6b442ed850ce437f
fix(lists): fixed slow mode notification showing up in other pages than list details
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ import { LazyDataFacade } from '../../lazy-data/+state/lazy-data.facade';\nimport { EventHandlerType } from './event-handler-type';\nimport { NzNotificationRef, NzNotificationService } from 'ng-zorro-antd/notification';\nimport { TranslateService } from ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed slow mode notification showing up in other pages than list details
1
fix
lists
889,620
13.12.2021 20:47:47
-28,800
db89704691e571e3e50f45fa10aef893dbd67487
refactor: add more logs
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ class BookLifecycle(\n// if the number of pages has changed, delete all read progress for that book\nmediaRepository.findById(book.id).let { previous ->\nif (previous.status == Media.Status.OUTDATED && previous.pages.size != media.pages.size) {\n+ logger...
Kotlin
MIT License
gotson/komga
refactor: add more logs
1
refactor
null
889,620
13.12.2021 20:48:58
-28,800
8eef8d99c997a9b42f9af76f5deb0cecdebde3b4
fix: change default scan interval to every 8 hours
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ logging:\norg.apache.activemq.audit: WARN\nkomga:\n- libraries-scan-cron: \"0 */15 * * * ?\"\n+ libraries-scan-cron: \"0 0 */8 * * ?\"\nlibraries-scan-directory-exclusions:\n- \"#recycle\"\n- \"@eaDir\"\n", "new_path": "komga/src/main/resources/applica...
Kotlin
MIT License
gotson/komga
fix: change default scan interval to every 8 hours
1
fix
null
889,620
13.12.2021 20:51:32
-28,800
c1cc96cefe6ac512e82b4b9231533d0e46a04418
fix: change default rolling policy for logs closes
[ { "change_type": "MODIFY", "diff": "application.version: ${version}\nlogging:\n- logback.rollingpolicy.max-history: 10\n+ logback:\n+ rollingpolicy:\n+ max-history: 7\n+ total-size-cap: 1GB\n+ clean-history-on-start: true\n+ max-file-size: 10MB\nfile:\nname: \\${user.home}/.komga/komga.log\nlevel:\n", "...
Kotlin
MIT License
gotson/komga
fix: change default rolling policy for logs closes #745
1
fix
null
889,620
13.12.2021 20:51:55
-28,800
0a48ba8cb1f506da23bbed4b7e334a903e8f25c7
refactor: use duration notation
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ spring:\nmvc:\nthrow-exception-if-no-handler-found: true\nasync:\n- request-timeout: 3600000\n+ request-timeout: 1h\nartemis:\nembedded:\npersistent: true\n", "new_path": "komga/src/main/resources/application.yml", "old_path": "komga/src/main/res...
Kotlin
MIT License
gotson/komga
refactor: use duration notation
1
refactor
null
471,349
13.12.2021 21:10:37
-7,200
67664719c70586f806560f64a502c6ecc71ad31c
test: test multiple versions of `graphql`
[ { "change_type": "ADD", "diff": "+graphql:\n+ # Taking a sample from the most downloaded versions in the range \"14 || 15\"\n+ versions: \"^15.8.0 || 15.7.2 || 15.6.1 || 15.6.0 || 15.5.3 || 15.5.1 || 15.5.0 || 15.4.0 || 15.3.0 || 14.6.0 || 14.5.8 || 14.5.0 || 14.0.0\"\n+ commands: npm run test\n", "new_...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
test: test multiple versions of `graphql` (#786)
1
test
null
815,598
13.12.2021 21:12:13
-28,800
b07ec54abd72919fabba836a84676b9c11e9ad98
chore: CHANGELOG for v0.101.3
[ { "change_type": "MODIFY", "diff": "+# [v0.101.3](https://github.com/nervosnetwork/ckb/compare/v0.101.2...v0.101.3) (2021-12-13)\n+\n+### Features\n+\n+* #3229: Script group consistent execution order (@zhangsoledad)\n+* #3170 **rpc:** Add a method to remove a transaction from tx-pool (@yangby-cryptape)\n+\...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for v0.101.3
1
chore
null
342,861
13.12.2021 21:16:14
-3,600
093bd1accb7cf7e90ba200807cfe4d3875980fd8
fix: remove norefferer from links
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ describe(\"MDX components\", () => {\ndescribe(\"<a>\", () => {\nit(\"should adjust anchor element for external links\", async () => {\nrender(<Components.a href=\"https://github.com/kiwicom/orbit\">monorepo</Components.a>);\n- expect(screen.getByRole(\"li...
JavaScript
MIT License
kiwicom/orbit
fix: remove norefferer from links (#3217)
1
fix
null
217,922
13.12.2021 21:21:55
-3,600
c5778ec568d395e527b0c12d7f65a75656c9a296
chore: possible fix for timestamp out of range issue
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nif (typeof clone.createdAt === 'string') {\nclone.createdAt = firebase.firestore.Timestamp.fromDate(new Date(clone.createdAt));\n}\n+ clone.createdAt = new firebase.firesto...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: possible fix for timestamp out of range issue
1
chore
null
126,295
13.12.2021 21:22:35
-3,600
d6a5d4a038561cbd9264ab798d8cb80ad30cdd42
fix(pkg/server/sessions): remove transaction on read conflict error
[ { "change_type": "MODIFY", "diff": "@@ -28,4 +28,5 @@ const (\nCodInvalidParameterValue Code = \"22023\"\nCodUndefinedFunction Code = \"42883\"\nCodInvalidDatabaseName Code = \"3F000\"\n+ CodNoSessionAuthDataProvided Code = \"28000\"\n)\n", "new_path": "pkg/client/errors/meta.go", "old_path": "pkg/c...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/server/sessions): remove transaction on read conflict error Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
pkg/server/sessions
902,122
13.12.2021 21:27:00
-3,600
de74f96df740784765b3d197568ebfeb65ce9fed
fix(function): ensure to initialize options
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ const execPath = path.resolve(__dirname, 'function.js')\nmodule.exports = (\nfn,\n- { getBrowserless = requireOneOf(['browserless']), retry = 2, timeout = 30000, ...opts }\n+ { getBrowserless = requireOneOf(['browserless']), retry = 2, timeout = 30000, ....
JavaScript
MIT License
microlinkhq/browserless
fix(function): ensure to initialize options (#340)
1
fix
function
126,295
13.12.2021 21:32:45
-3,600
2296fa209eab1405fc6ea3a5d7c02a7de9966f57
chore(pkg/client): tx read conflict error is mapped in an CodInFailedSqlTransaction
[ { "change_type": "MODIFY", "diff": "@@ -29,4 +29,5 @@ const (\nCodUndefinedFunction Code = \"42883\"\nCodInvalidDatabaseName Code = \"3F000\"\nCodNoSessionAuthDataProvided Code = \"28000\"\n+ CodInFailedSqlTransaction Code = \"25P02\"\n)\n", "new_path": "pkg/client/errors/meta.go", "old_path": "pkg/...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/client): tx read conflict error is mapped in an CodInFailedSqlTransaction Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/client
126,295
13.12.2021 21:47:47
-3,600
991a8eab72c9836ea945c006a0001b123de198ce
chore(pkg/server/sessions/internal/transactions): defer only when needed
[ { "change_type": "MODIFY", "diff": "@@ -67,11 +67,11 @@ func (tx *transaction) GetMode() schema.TxMode {\nfunc (tx *transaction) Rollback() error {\ntx.mutex.Lock()\ndefer tx.mutex.Unlock()\n- defer func() { tx.sqlTx = nil }()\n// here could happen that a committed transaction is rolled back by the sessions...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server/sessions/internal/transactions): defer only when needed Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/server/sessions/internal/transactions
104,828
13.12.2021 21:49:48
-3,600
8234985d38a5f9df82e2a38b110ce3d1912875d7
doc(listitem): update story to improve actions
[ { "change_type": "MODIFY", "diff": "@@ -44,8 +44,9 @@ export const BasicWKnobs = () => {\nconst rowActionComponent =\nrowActionSet === 'single'\n- ? [\n+ ? () => [\n<Button\n+ tooltipPosition={document.dir === 'ltr' ? 'left' : 'right'}\nkey=\"list-item-edit\"\nstyle={{ color: 'black' }}\nrenderIcon={Edit16}...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
doc(listitem): update story to improve actions
1
doc
listitem
217,922
13.12.2021 21:50:28
-3,600
a9de399769cb62ea67c8e2f1d25be3efc96933f7
chore: new patron: MommaMiah
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"center center\">\n<button nz-button nzDanger nz-popconfirm [nzPopconfirmTitle]=\"'Confirmation' | translate\"\n(nzOnConfirm)=\"resetInventory()\">{{'INVENTORY.Clean_all' | translate}}</button>\n- <nz-switch [(ngMod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: new patron: MommaMiah
1
chore
null
217,922
13.12.2021 21:58:33
-3,600
7f35c3b902d2e2ac6e4f835ef84c8a2f5f4a3d29
fix(desktop): fixed character avatar sometimes loading forever
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ export class LodestoneService {\nconst result$ = new ReplaySubject<Partial<CharacterResponse>>();\nthis.ipc.once('lodestone:character', (event, res) => {\nresult$.next(res);\n+ result$.complete();\n});\nthis.ipc.send('lodestone:getCharacter', id);\ndataS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed character avatar sometimes loading forever
1
fix
desktop
126,295
13.12.2021 21:59:52
-3,600
b44f73567e703b9baa6b34657ad8f4db3ff85fd0
chore(server/sessions): modify read conflict error message
[ { "change_type": "MODIFY", "diff": "@@ -260,7 +260,7 @@ func TestTransaction_MultiNoErr(t *testing.T) {\nerr = tx.SQLExec(updateStmt(1, 10))\nrequire.NoError(t, err)\n_, err = tx.Commit(ctx)\n- require.EqualError(t, err, \"only one read write transaction allowed at time\")\n+ require.EqualError(t, err, \"tx...
Go
Apache License 2.0
codenotary/immudb
chore(server/sessions): modify read conflict error message Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
server/sessions
126,295
13.12.2021 22:00:58
-3,600
517157a9c5089c3fa1465306fa7c88ed512e6515
fix(pkg/server/sessions/internal/transactions): transaction is cleared after sqlExec error
[ { "change_type": "MODIFY", "diff": "@@ -91,14 +91,10 @@ func (tx *transaction) GetSessionID() string {\nreturn tx.sessionID\n}\n-func (tx *transaction) SQLExec(request *schema.SQLExecRequest) error {\n+func (tx *transaction) SQLExec(request *schema.SQLExecRequest) (err error) {\ntx.mutex.Lock()\ndefer tx.mu...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/server/sessions/internal/transactions): transaction is cleared after sqlExec error Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
pkg/server/sessions/internal/transactions
217,922
13.12.2021 22:01:53
-3,600
b1f28a4bb6b6c088504076137f0a48cff4ae147c
perf(lodestone): faster character loading
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export class LodestoneService {\nconstructor(private userService: UserService, private xivapi: XivapiService,\nprivate http: HttpClient, private ipc: IpcService) {\nif (!LodestoneService.INTERVAL) {\n- LodestoneService.INTERVAL = interval(1000).subscribe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(lodestone): faster character loading
1
perf
lodestone
217,922
13.12.2021 22:03:03
-3,600
6439e3ec74630f21502e502b8a5e4d0c4e8e238e
feat(simulator): added rlvl to the result card
[ { "change_type": "MODIFY", "diff": "<i nzIconfont=\"icon-exchange\" nz-icon></i>\n</button>\n</div>\n- <div>{{result.simulation.recipe.lvl}} {{result.simulation.recipe.stars | ingameStars}}</div>\n+ <div>{{result.simulation.recipe.lvl}} {{result.simulation.recipe.stars | ingameStars}} (rlvl {{result.simulat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added rlvl to the result card
1
feat
simulator
889,620
13.12.2021 22:03:40
-28,800
eb1501ae06fcd94b7591103e4175a7b55d5825cc
refactor: rename unused exception
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ fun getMediaTypeOrDefault(mediaTypeString: String?): MediaType {\nmediaTypeString?.let {\ntry {\nreturn MediaType.parseMediaType(mediaTypeString)\n- } catch (ex: Exception) {\n+ } catch (_: Exception) {\n}\n}\nreturn MediaType.APPLICATION_OCTET_STREAM\n"...
Kotlin
MIT License
gotson/komga
refactor: rename unused exception
1
refactor
null
217,922
13.12.2021 22:10:53
-3,600
958ea9f3a5765ed36a1805e8b9731e6061d591b5
feat(voyage-tracker): now saves panel expansion states accross sessions
[ { "change_type": "MODIFY", "diff": "</ng-template>\n<div fxLayout=\"column\" fxLayoutGap=\"20px\">\n<nz-collapse *ngFor=\"let freecompany of server.value; trackBy:trackById\">\n- <nz-collapse-panel [nzHeader]=\"freeCompanyHeaderTpl\" [nzActive]=\"server.value.length === 1 || freecompany.active\">\n+ <nz-col...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(voyage-tracker): now saves panel expansion states accross sessions
1
feat
voyage-tracker
4,988
13.12.2021 22:22:07
-3,600
624c62d465f65a33fd43c0cf75eda1ae01388b1d
feat(csv-demo-webpack-ts): new demo webpack with TypeScript
[ { "change_type": "ADD", "diff": "+/dist/*.js\n", "new_path": "demo/webpack-ts/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# Change Log\n+\n+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcommits...
JavaScript
MIT License
adaltas/node-csv
feat(csv-demo-webpack-ts): new demo webpack with TypeScript
1
feat
csv-demo-webpack-ts
217,922
13.12.2021 22:33:08
-3,600
175d286f7c23230a7fbcb8ba28ad9ee43b17c14b
chore: possible fix for createdAt shitstorm
[ { "change_type": "MODIFY", "diff": "@@ -299,7 +299,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nconst diff = compare(before, after);\n// Update the diff so the values are applied to the server list instead\nconst transactionDiff = diff.map(change => {\n- if (change....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: possible fix for createdAt shitstorm
1
chore
null
317,646
13.12.2021 22:35:42
-3,600
af112277a8958aa8d983c2d025a948d807ff746a
feat(go): parse go.mod file for version
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,7 @@ Display the currently active golang version.\n- `files`: the segment is only displayed when `*.go` or `go.mod` files are present (default)\n- template: `string` - A go [text/template][go-text-template] template extended with [sprig][sprig] utilizing the\...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(go): parse go.mod file for version
1
feat
go
217,922
13.12.2021 22:42:45
-3,600
796356d2c1df719c45bff987c17a11b233735ca6
perf(core): updated firebase sdk
[ { "change_type": "MODIFY", "diff": "\"@angular/compiler\": \"^12.2.10\",\n\"@angular/compiler-cli\": \"^12.2.10\",\n\"@angular/core\": \"^12.2.10\",\n- \"@angular/fire\": \"^7.1.1\",\n+ \"@angular/fire\": \"^7.2.0\",\n\"@angular/flex-layout\": \"^12.0.0-beta.35\",\n\"@angular/forms\": \"^12.2.10\",\n\"@angu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(core): updated firebase sdk
1
perf
core
217,922
13.12.2021 22:44:49
-3,600
742761b4173a20f30c1856859ea1279516a87f2e
fix(community-lists): added debounce to name filter input
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ export class CommunityListsComponent implements OnDestroy {\nlabel: `LIST_TAGS.${key}`\n};\n});\n- this.filters$ = combineLatest([this.nameFilter$, this.tagsFilter$, this.excludeFilter$]).pipe(\n+ this.filters$ = combineLatest([this.nameFilter$.pipe(debo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-lists): added debounce to name filter input
1
fix
community-lists
571,270
14.12.2021 00:12:23
18,000
523e292c67ee137fd95d345b10d8071de3b3ae9d
fix(dom-to-react): trim whitespaces if it is not valid in parent
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ var attributesToProps = require('./attributes-to-props');\nvar utilities = require('./utilities');\nvar setStyleProp = utilities.setStyleProp;\n+var canTextBeChildOfNode = utilities.canTextBeChildOfNode;\n/**\n* Converts DOM nodes to JSX element(s).\n@@ -2...
JavaScript
MIT License
remarkablemark/html-react-parser
fix(dom-to-react): trim whitespaces if it is not valid in parent
1
fix
dom-to-react
571,270
14.12.2021 00:29:47
18,000
5cbcac89701f729c7a85b9b9f056098adbc3e986
test(utilities): tests for canTextBeChildOfNode
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ var elementsWithNoTextChildren = new Set([\n]);\n/**\n- * Returns True if the the given node can contains text nodes\n+ * Returns True if the the given node can contain text nodes\n* @param {DomElement} node\n* @returns {boolean}\n*/\n@@ -125,5 +125,6 ...
JavaScript
MIT License
remarkablemark/html-react-parser
test(utilities): tests for canTextBeChildOfNode
1
test
utilities
679,913
14.12.2021 00:30:37
-3,600
e095190c01541e0f67be187141dccc0e5dd804df
docs: fix pkg links in main readme
[ { "change_type": "MODIFY", "diff": "@@ -146,7 +146,7 @@ As of: 2021-12-13\n| Status | Project | Version | Changelog | Description |\n|-----------------------------------------------|---------------------------------------------------------------|--------------------------------------------------------------...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: fix pkg links in main readme
1
docs
null
841,509
14.12.2021 01:24:57
28,800
29eb71aaf9b1154aba1a28c408aaa1a2bd7a8ec7
perf(es/compat): Migrate `regenerator` to `VisitMut`
[ { "change_type": "MODIFY", "diff": "@@ -2,12 +2,14 @@ use self::{case::CaseHandler, hoist::hoist};\nuse serde::{Deserialize, Serialize};\nuse std::mem::take;\nuse swc_atoms::{js_word, JsWord};\n-use swc_common::{Mark, Spanned, DUMMY_SP};\n+use swc_common::{util::take::Take, Mark, Spanned, DUMMY_SP};\nuse sw...
Rust
Apache License 2.0
swc-project/swc
perf(es/compat): Migrate `regenerator` to `VisitMut` (#3037)
1
perf
es/compat
551,689
14.12.2021 07:24:04
0
b5667e968befcd58da5544c076c2aa0f890f6480
fix(ilp): fixing race condition while adding a new column
[ { "change_type": "MODIFY", "diff": "@@ -430,7 +430,7 @@ class LineTcpMeasurementEvent implements Closeable {\nfinal TableUpdateDetails.ThreadLocalDetails localDetails = tableUpdateDetails.getThreadLocalDetails(workerId);\nfinal BoolList processedCols = localDetails.getProcessedCols();\nfinal LowerCaseCharSe...
Java
Apache License 2.0
questdb/questdb
fix(ilp): fixing race condition while adding a new column (#1677)
1
fix
ilp
791,360
14.12.2021 08:19:03
-39,600
6eea107b6a7028386d47445613a6e5d9c9f74d0d
docs(bigquery): use equality operator in Errors example
[ { "change_type": "MODIFY", "diff": "@@ -307,7 +307,7 @@ These errors can be introspected for more information by using `xerrors.As` with\nvar e *googleapi.Error\nif ok := xerrors.As(err, &e); ok {\n- if e.Code = 409 { ... }\n+ if e.Code == 409 { ... }\n}\nIn some cases, your client may received unstructured...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(bigquery): use equality operator in Errors example (#5201) Co-authored-by: shollyman <shollyman@shollyman.dev>
1
docs
bigquery
551,636
14.12.2021 08:40:17
0
cc7f005904508642a5134e954b041d8cf2553a24
fix(sql): removed stalling log line
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,8 @@ public class AlterStatement implements Mutable {\n.$(\"' could not be altered [\")\n.$(e2.getErrno())\n.$(\"] \")\n- .$(e2.getFlyweightMessage());\n+ .$(e2.getFlyweightMessage())\n+ .$();\nthrow SqlException.$(tableNamePosition, \"table '\")\n.put(tabl...
Java
Apache License 2.0
questdb/questdb
fix(sql): removed stalling log line (#1678)
1
fix
sql
865,939
14.12.2021 08:42:32
0
ed7916a383b9cbc1b90e7563751e443031a36f11
feat(handle bar): improve handle bar UI Closes
[ { "change_type": "ADD", "diff": "+<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"9\" height=\"64\" viewBox=\"0 0 9 64\">\n+ <path fill-rule=\"evenodd\" d=\"M1357,459.343146 L1362.65685,465 L1387.5,465 C1388.32843,465 1389,465.671573 1389,466.5 C1389,467.328427 1388.32843,468 1387.5,468 L1326.5,468 C1325....
JavaScript
MIT License
camunda/camunda-modeler
feat(handle bar): improve handle bar UI Closes #2633
1
feat
handle bar
217,922
14.12.2021 09:02:07
-3,600
0d5a58ffaf18b01595ea116b69a56d5543199b75
perf(db): removed some useless read operations
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,7 @@ export class AuthEffects {\nmap(user => new UserFetched(user)),\ndebounceTime(250)\n);\n+\n@Effect()\nwatchNoLinkedCharacter$ = this.actions$.pipe(\nofType<UserFetched>(AuthActionTypes.UserFetched),\n@@ -125,6 +126,7 @@ export class AuthEffects {\n}),\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
perf(db): removed some useless read operations
1
perf
db
711,597
14.12.2021 09:08:04
-3,600
d8104506a99ae759250f42f697130d45b6359c66
fix(core): Fix `Unknown type "ShippingMethodCustomFields"` error
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,7 @@ export function addPaymentMethodQuoteCustomFields(\nif (0 < publicCustomFields.length) {\ncustomFieldTypeDefs = `\nextend type PaymentMethodQuote {\n- customFields: ShippingMethodCustomFields\n+ customFields: PaymentMethodCustomFields\n}\n`;\n} else {\...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix `Unknown type "ShippingMethodCustomFields"` error
1
fix
core
160,177
14.12.2021 09:16:58
-28,800
0ca72f771af7de50d44ccb5fe1b3cadd1be08b05
refactor: node
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+ <head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"format-detection\" content=\"telephone=no, email=no\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>LOGIC FLOW</title>\n+ <link rel=\"stylesheet\" href=\"/sr...
TypeScript
Apache License 2.0
didi/logicflow
refactor: node
1
refactor
null
217,922
14.12.2021 09:37:23
-3,600
232ae390e9ed2659b3003b668ca2c23f47ec6c6e
feat(db): added spearfishing speed gifs thanks to FruitySnacks
[ { "change_type": "MODIFY", "diff": "</div>\n<div *ngIf=\"node.speed !== undefined\">\n{{'ALLAGAN_REPORTS.Speed' | translate}}: {{('ALLAGAN_REPORTS.SPEEDS.' + SpearfishingSpeed[node.speed]) | translate}}\n+ <app-spearfishing-speed [speed]=\"node.speed\"></app-spearfishing-speed>\n</div>\n<div *ngIf=\"node.sh...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added spearfishing speed gifs thanks to FruitySnacks
1
feat
db
4,988
14.12.2021 09:43:18
-3,600
47a99bd944d1d943e6374227dbc4e20aaa2c8c7f
fix(csv-demo-webpack-ts): remove polyfill
[ { "change_type": "MODIFY", "diff": "-import {generate} from 'csv-generate';\n+import {generate} from 'csv-generate/browser/esm/index.js';\nwindow.onload = () => {\nconst runEl = document.getElementById('run');\n", "new_path": "demo/webpack-ts/src/generate.ts", "old_path": "demo/webpack-ts/src/genera...
JavaScript
MIT License
adaltas/node-csv
fix(csv-demo-webpack-ts): remove polyfill
1
fix
csv-demo-webpack-ts
317,646
14.12.2021 09:46:03
-3,600
a595278f5f0face6287feae8ebd6f467435bae73
fix(cygwin): get correct path
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,11 @@ function _omp_hook() {\nomp_elapsed=$((omp_now-omp_start_time))\nrm -f \"$TIMER_START\"\nfi\n- PS1=\"$(::OMP:: --config=\"$POSH_THEME\" --shell=bash --error=\"$ret\" --execution-time=\"$omp_elapsed\" --stack-count=\"$omp_stack_count\" --pwd=\"$PWD\" | t...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(cygwin): get correct path
1
fix
cygwin
217,922
14.12.2021 09:46:05
-3,600
1decccc75adf16d9c067168247bd4262ae256fc3
chore: small spearfishing duplicate fix
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ export class GatheringNodesService {\n}\n});\n- return [...minBtnSpearHiddenMatches, ...fishingSpotMatches, ...spearFishingMatches]\n+ return [...minBtnSpearHiddenMatches.filter(e => !spearFishingMatches.some(s => s.id === e.id)), ...fishingSpotMatches...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small spearfishing duplicate fix
1
chore
null
942,583
14.12.2021 09:52:43
25,200
ed3302ca1f54a8535d254fe5b1e7ce752a03ef40
fix(tabs): Remove gutter from tabs overflow menu Fixes: Remove the `margin` on the menu. I also moved the border down one level mostly because I was seeing some visual inconsistency in chrome [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -36,10 +36,9 @@ export const MenuList = createComponent('div')({\n<Stack\nas={Element}\nbackground={commonColors.background}\n- borderRadius=\"m\"\n+ borderRadius=\"zero\"\npadding=\"zero\"\n- marginY=\"zero\"\n- marginX=\"xxs\"\n+ marginY=\"xxs\"\nspacing=\"zero\"\nov...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(tabs): Remove gutter from tabs overflow menu (#1378) Fixes: https://github.com/Workday/canvas-kit/issues/1370 Remove the `margin` on the menu. I also moved the border down one level mostly because I was seeing some visual inconsistency in chrome [category:Components]
1
fix
tabs
679,913
14.12.2021 09:54:37
-3,600
dc262039cbb9bc2b279995985906b61aedb8af79
feat(transducers): update/fix/extend streamShuffle() add StreamShuffleOpts, add IRandom opt fix args for internal shuffle() calls optimize number of shuffle calls optimize final buffer drain
[ { "change_type": "MODIFY", "diff": "import { shuffle } from \"@thi.ng/arrays/shuffle\";\n+import { isPlainObject } from \"@thi.ng/checks\";\n+import type { IRandom } from \"@thi.ng/random\";\n+import { SYSTEM } from \"@thi.ng/random/system\";\nimport type { Reducer, Transducer } from \"./api.js\";\nimport {...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): update/fix/extend streamShuffle() - add StreamShuffleOpts, add IRandom opt - fix args for internal shuffle() calls - optimize number of shuffle calls - optimize final buffer drain
1
feat
transducers
777,396
14.12.2021 10:26:58
25,200
cb139a16ca39e40829f61fc67782c10a90b33c3a
fix: pull logs Render pull logs as a single, coherent status bar. Reduce log vomit by a factor of like 20.
[ { "change_type": "MODIFY", "diff": "package internal\nimport (\n- \"bytes\"\n\"fmt\"\n\"net/http\"\n\"strconv\"\n@@ -186,18 +185,7 @@ func (c *containerActor) makeTrialLog(log aproto.ContainerLog) model.TrialLog {\nsource = \"agent\"\nmsg = *log.AuxMessage\ncase log.PullMessage != nil:\n- source = \"pull\"\...
Python
Apache License 2.0
determined-ai/determined
fix: pull logs [DET-6335] (#3308) Render pull logs as a single, coherent status bar. Reduce log vomit by a factor of like 20.
1
fix
null
129,371
14.12.2021 10:35:29
-28,800
48f9b7eb1fca4ae485d6f892b041eb5b767b41b2
build(poetry): move typing-extension to prod dep and group dev deps
[ { "change_type": "MODIFY", "diff": "@@ -54,27 +54,31 @@ tomlkit = \">=0.5.3,<1.0.0\"\njinja2 = \">=2.10.3\"\npyyaml = \">=3.08\"\nargcomplete = \"^1.12.1\"\n+typing-extensions = \"^4.0.1\"\n[tool.poetry.dev-dependencies]\nipython = \"^7.2\"\n-black = \"^21.12b0\"\n+# test\npytest = \"^5.0\"\n-flake8 = \"^3....
Python
MIT License
commitizen-tools/commitizen
build(poetry): move typing-extension to prod dep and group dev deps
1
build
poetry
551,670
14.12.2021 10:40:33
-3,600
5b5c568935710a0aefd8dd59d6f8ad31f13123a0
fix(log): fix the way alert appender deals with template encoding
[ { "change_type": "MODIFY", "diff": "package io.questdb.log;\n-import io.questdb.std.*;\n+import io.questdb.std.Chars;\n+import io.questdb.std.Sinkable;\n+import io.questdb.std.Unsafe;\nimport org.jetbrains.annotations.TestOnly;\npublic class HttpLogRecordSink extends LogRecordSink {\n@@ -66,7 +68,7 @@ publi...
Java
Apache License 2.0
questdb/questdb
fix(log): fix the way alert appender deals with template encoding (#1676)
1
fix
log