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
866,394
17.09.2021 19:15:29
14,400
9a98e0ae75c1c199f2b68a152b4e1c1a44a9d348
chore(github-actions): remove tests-e2e from publish staging ### Related Ticket(s) No related issue ### Description `tests-e2e` package no longer exists, this removes from the staging deploy workflow. ### Changelog **Changed** deploy-staging.yml
[ { "change_type": "MODIFY", "diff": "@@ -41,20 +41,6 @@ jobs:\ncf-app: ibmdotcom-react-staging\ncf-manifest: manifest-staging.yml\ndeploy-dir: packages/react\n- - name: Set env vars for e2e percy snapshots\n- uses: ./.github/actions/set-dotenv\n- with:\n- env-file: packages/tests-e2e/.env\n- env:\n- SELENIUM...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-actions): remove tests-e2e from publish staging (#7186) ### Related Ticket(s) No related issue ### Description `tests-e2e` package no longer exists, this removes from the staging deploy workflow. ### Changelog **Changed** - deploy-staging.yml
1
chore
github-actions
277,273
17.09.2021 19:20:06
25,200
efc5776f5fd4be3276db72e173d830e0c3c0c729
chore: Bump python driver version
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ from .db import connect, WaveDBConnection, WaveDB, WaveDBError\nfrom .types import *\nfrom .test import cypress, Cypress\n-__version__ = '0.17.0'\n+__version__ = '0.18.0'\n__author__ = 'Prithvi Prabhu'\n__pdoc__ = {\n", "new_path": "py/h2o_wave/__ini...
Python
Apache License 2.0
h2oai/wave
chore: Bump python driver version
1
chore
null
667,636
17.09.2021 19:35:50
-28,800
a4ba4502e5d3af9d891ac2db1a58a983df4add30
fix(css-loader): collapsable transfer to boolean
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export default function ScrollExpo() {\n<Text>Horizontal ScrollView</Text>\n</View>\n<View>\n- <ScrollView horizontal showsHorizontalScrollIndicator={false}>\n+ <ScrollView horizontal showsHorizontalScrollIndicator={false} bounces={true}>\n<Text style={s...
C++
Apache License 2.0
tencent/hippy
fix(css-loader): collapsable transfer to boolean
1
fix
css-loader
306,653
17.09.2021 19:36:28
-19,080
41abf4ef86ac71ff6cee292fa7456ffe5057ade5
fix(calendar): removes types of events and updates the props docs
[ { "change_type": "MODIFY", "diff": "@@ -100,10 +100,6 @@ export type CalendarProps = {\n* `events: {\n* 'mm/dd/yyyy': true\n* }`\n- * **OR**\n- * `events: {\n- * 'mm/dd/yyyy': [{}]\n- * }`\n*/\nevents?: Events;\n} & SharedProps;\n", "new_path": "core/components/organisms/calendar/Calendar.tsx", "old...
TypeScript
MIT License
innovaccer/design-system
fix(calendar): removes types of events and updates the props docs
1
fix
calendar
780,866
17.09.2021 20:11:10
10,800
cba90e5ba3ac7f0d627d352757bf4c6c06287590
perf(app/account): prevent updating customer unnecessarily on preset
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ export default {\ndata () {\nreturn {\n- ecomPassport: ecomPassport\n+ isMounted: false,\n+ ecomPassport\n}\n},\n@@ -31,7 +32,7 @@ export default {\nset (customer) {\nthis.setCustomer(customer)\nconst { ecomPassport } = this\n- if (ecomPassport && ecomPa...
JavaScript
MIT License
ecomplus/storefront
perf(app/account): prevent updating customer unnecessarily on preset
1
perf
app/account
780,866
17.09.2021 20:12:06
10,800
6552ccb9a48a8f2f5ec69388aea0f96dda618bb2
chore(template/robots-txt): fix default disallowed paths
[ { "change_type": "MODIFY", "diff": "User-agent: *\nAllow: /\n-Disallow: /app/$\n-Disallow: /app/index$\n-Disallow: /app/index.html$\n+Disallow: /app/\nDisallow: /search$\n+Disallow: /search?\nDisallow: /search.html$\n-Disallow: /admin/$\n-Disallow: /admin/index$\n-Disallow: /admin/index.html$\n-Disallow: /a...
JavaScript
MIT License
ecomplus/storefront
chore(template/robots-txt): fix default disallowed paths
1
chore
template/robots-txt
780,866
17.09.2021 20:12:47
10,800
b7131596a14556ca53c4608a234ace3b12b39943
fix(deps): update to v1.1.1
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@ecomplus/client\": \"^2.2.1\",\n\"@ecomplus/i18n\": \"^1.23.0\",\n- \"@ecomplus/passport-client\": \"^1.1.0\",\n+ \"@ecomplus/passport-client\": \"^1.1.1\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-components\": \"^1.0.0-be...
JavaScript
MIT License
ecomplus/storefront
fix(deps): update @ecomplus/passport-client to v1.1.1
1
fix
deps
503,970
17.09.2021 20:16:09
14,400
e83e4e783023bb876457677c9627e9e25eed95d6
fix(Nav): Hide flyout example and props
[ { "change_type": "MODIFY", "diff": "@@ -27,9 +27,9 @@ export interface NavItemProps extends Omit<React.HTMLProps<HTMLAnchorElement>, '\nonClick?: NavSelectClickHandler;\n/** Component used to render NavItems if React.isValidElement(children) is false */\ncomponent?: React.ReactNode;\n- /** Flyout sub-naviga...
TypeScript
MIT License
patternfly/patternfly-react
fix(Nav): Hide flyout example and props (#6329)
1
fix
Nav
780,866
17.09.2021 20:47:46
10,800
0a4626d0e2de3fd9dc87930d2e109adb55008e00
feat(components/login-modal): handle signup by email code verification
[ { "change_type": "MODIFY", "diff": "{{ i19noProfileFoundWithEmail }}\n<b>{{ email }}</b>.\n<br>\n+ <a\n+ href=\"#\"\n+ class=\"alert-link\"\n+ @click.prevent=\"signUpEmail\"\n+ >\n+ {{ i19signUp }}\n+ </a>\n+ <br>\n<a\nhref=\"#\"\nclass=\"alert-link\"\n<i class=\"fas fa-arrow-left\"></i>\n</button>\n- <labe...
JavaScript
MIT License
ecomplus/storefront
feat(components/login-modal): handle signup by email code verification
1
feat
components/login-modal
603,467
17.09.2021 21:15:03
-3,600
a3ca096d76f64a0382bb857968fcd6800f693e89
ci(renovate): group Cucumber dependency updates together
[ { "change_type": "MODIFY", "diff": "],\n\"groupName\": \"test dependencies\"\n},\n+ {\n+ \"packagePatterns\": [\n+ \"cucumber\",\n+ \"^@cucumber\"\n+ ],\n+ \"groupName\": \"Cucumber\"\n+ },\n{\n\"packagePatterns\": [\n\"ts-node\",\n", "new_path": ".github/renovate.json", "old_path": ".github/renovat...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(renovate): group Cucumber dependency updates together
1
ci
renovate
4,988
17.09.2021 22:04:18
-7,200
6e75460e0541763dea08f7297da9018555ed10f5
docs: gh issue templates text and config
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ about: Create a report to help us improve\ntitle: ''\nlabels: bug\nassignees: ''\n-\n---\n**Describe the bug**\n", "new_path": ".github/ISSUE_TEMPLATE/bug_report.md", "old_path": ".github/ISSUE_TEMPLATE/bug_report.md" }, { "change_type": "A...
JavaScript
MIT License
adaltas/node-csv
docs: gh issue templates text and config
1
docs
null
756,025
17.09.2021 22:55:28
25,200
b1fe93b0a6b6b04586e48439c596d2436af2f8f4
fix: keys but no patterns yet
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ import { assert, details as X, q } from '@agoric/assert';\n* * A promiseKit used as a value, even though a promiseKit is not\n* a passable. Solutions are to make it a passable, or to convert\n* the container back to a conventional JavaScript Map.\n- * * ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: keys but no patterns yet
1
fix
null
104,844
17.09.2021 23:05:37
14,400
2ced1019595991e135127e98738429004bd0f283
chore(test-app): fix stored assets
[ { "change_type": "MODIFY", "diff": "@@ -54,11 +54,7 @@ jobs:\nuses: actions/upload-artifact@v2\nwith:\nname: dist\n- path: |\n- packages/react/es\n- packages/react/lib\n- packages/react/umd\n- packages/react/scss\n+ path: packages/react\ncreate-test-app:\nname: Create test app and build\n", "new_path": ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): fix stored assets
1
chore
test-app
603,467
17.09.2021 23:39:55
-3,600
dfabfadc4caeaa33bd1ec2e1bae7077765a71eeb
ci(github): increased integration test concurrency to see if GitHub can handle it
[ { "change_type": "MODIFY", "diff": "\"lint\": \"lerna run lint --parallel\",\n\"lint:fix\": \"lerna run lint:fix --parallel\",\n\"test\": \"lerna run test --stream --scope @serenity-js/*\",\n- \"integration-test\": \"lerna run test --stream --concurrency 1 --scope @integration/*\",\n+ \"integration-test\": ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): increased integration test concurrency to see if GitHub can handle it
1
ci
github
603,467
17.09.2021 23:49:51
-3,600
f8bac180fbbe56019b646c1c970ef1b89e5da216
ci(github): reduce the number of concurrent integration test builds to only those that are necessary
[ { "change_type": "MODIFY", "diff": "@@ -164,7 +164,7 @@ jobs:\nRECORD_COVERAGE: false\nintegration-test-linux-node-lts-active:\n- name: integration-test-linux-node-lts-active (14.x)\n+ name: integration-test-linux-node-lts-active\nneeds:\n- lint\n- compile\n@@ -193,7 +193,7 @@ jobs:\n- uses: actions/upload-...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): reduce the number of concurrent integration test builds to only those that are necessary
1
ci
github
667,636
18.09.2021 00:30:25
-28,800
6cdab717d75b4a8029f02c0ba7921e3012aeb687
feat(android): add DevMemu module for reload
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ import com.tencent.mtt.hippy.modules.nativemodules.animation.AnimationFrameModul\nimport com.tencent.mtt.hippy.modules.nativemodules.animation.AnimationModule;\nimport com.tencent.mtt.hippy.modules.nativemodules.audio.AudioPlayerModule;\nimport com.tence...
C++
Apache License 2.0
tencent/hippy
feat(android): add DevMemu module for reload
1
feat
android
756,059
18.09.2021 01:28:20
25,200
6624425b9f93847e276db6b062064b72a4362b81
fix: avoid GC non-determinism to be inappropriately visible
[ { "change_type": "MODIFY", "diff": "@@ -119,8 +119,8 @@ function build(\n// eslint-disable-next-line no-use-before-define\nvom.setExportStatus(vref, 'reachable');\n} else {\n- const remotable = slotToVal.get(vref).deref();\n- assert(remotable, X`somehow lost Remotable for ${vref}`);\n+ // eslint-disable-nex...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: avoid GC non-determinism to be inappropriately visible
1
fix
null
471,527
18.09.2021 08:56:52
-7,200
945d1d9ccc875db1610fb48498797a9c40db2061
fix(testing): remove unused mocha dependency
[ { "change_type": "ADD", "diff": "+---\n+'@open-wc/testing': patch\n+---\n+\n+Remove unused dependency on `mocha` as the environment should bring it.\n", "new_path": ".changeset/mighty-penguins-smile.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"@open-wc/testing-helpers\"...
JavaScript
MIT License
open-wc/open-wc
fix(testing): remove unused mocha dependency
1
fix
testing
126,276
18.09.2021 09:30:07
10,800
589b5b25103c41bdf90d1a900a2686d6b0e896c9
chore(embedded/sql): fix max key length validation
[ { "change_type": "MODIFY", "diff": "@@ -566,7 +566,7 @@ func (stmt *UpsertIntoStmt) compileUsing(e *Engine, implicitDB *Database, params\nreturn nil, err\n}\n- if len(encVal) > EncLenLen+maxKeyLen {\n+ if len(encVal) > maxKeyLen {\nreturn nil, ErrMaxKeyLengthExceeded\n}\n@@ -589,20 +589,20 @@ func (stmt *Up...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): fix max key length validation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
18.09.2021 09:56:06
10,800
d13858f3b126510fe29176ff6601c4068bbda1d1
chore(embedded/tbtree): return kv copies
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ func (r *Reader) ReadAsBefore(beforeTs uint64) (key []byte, ts uint64, err error\nif len(r.prefix) == 0 {\nts, err := leafValue.asBefore(r.snapshot.t.hLog, beforeTs)\nif err == nil {\n- return leafValue.key, ts, nil\n+ return cp(leafValue.key), ts, nil...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): return kv copies Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
126,276
18.09.2021 10:16:01
10,800
7cb147c00c859b828d88be950cd68edd0c0f62e9
chore(embedded/sql): ignore null values when encoding row
[ { "change_type": "MODIFY", "diff": "@@ -589,6 +589,11 @@ func (stmt *UpsertIntoStmt) compileUsing(e *Engine, implicitDB *Database, params\n}\nfor _, col := range table.cols {\n+ rval, notNull := valuesByColID[col.id]\n+ if !notNull {\n+ continue\n+ }\n+\nb := make([]byte, EncIDLen)\nbinary.BigEndian.PutUint...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): ignore null values when encoding row Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
18.09.2021 10:23:25
10,800
5279ad59abf4521747c06118ec352e18d71559d0
test(embedded/sql): validate joint against non-existent table
[ { "change_type": "MODIFY", "diff": "@@ -2515,6 +2515,20 @@ func TestJoins(t *testing.T) {\nrequire.NoError(t, err)\n})\n+ t.Run(\"should return error when joining nonexistent table\", func(t *testing.T) {\n+ r, err := engine.QueryStmt(`\n+ SELECT title\n+ FROM table1\n+ INNER JOIN table22 ON table1.id = tab...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): validate joint against non-existent table Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
471,527
18.09.2021 10:35:07
-7,200
22c4017cf72f732598824b61d3ac6707259fe40d
fix(testing-helpers): enable working with lit 1 & 2 in test files
[ { "change_type": "ADD", "diff": "+---\n+'@open-wc/testing-helpers': minor\n+'@open-wc/testing': minor\n+---\n+\n+Undo deprecation of the `html` and `unsafeStatic` exports to enable matching lit versions to what is used in fixture.\n+\n+A typical testing file looks like this\n+\n+```js\n+import { html, fixtu...
JavaScript
MIT License
open-wc/open-wc
fix(testing-helpers): enable working with lit 1 & 2 in test files
1
fix
testing-helpers
471,527
18.09.2021 10:52:29
-7,200
71ca5878900cdead78551d3c38b355d97dba9935
chore: cleanup code samples in testing-helpers changeset
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ A typical testing file looks like this\n```js\nimport { html, fixture } from '@open-wc/testing'; // html will be lit-html 2.x\n-it('works for tags', () => {\n- const el = await fixture(fixtureHtml`<my-el></my-el>`);\n+it('works for tags', async () => {\n...
JavaScript
MIT License
open-wc/open-wc
chore: cleanup code samples in testing-helpers changeset Co-authored-by: Pascal Schilp <pascalschilp@gmail.com>
1
chore
null
317,646
18.09.2021 11:30:52
-7,200
2ed5d31f4f12e3f46af47a08bcab0b08e82ef12b
feat(az): use template for more flexibility BREAKING CHANGE: this makes it so people have to remove the switches in favor of the new template.
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,23 @@ To enable this, set `$env:AZ_ENABLED = $true` in your `$PROFILE`.\n## Properties\n-- display_account: `boolean` - display the subscription account name or not - defaults to `false`\n-- display_name: `boolean` - display the subscription name or not - def...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(az): use template for more flexibility BREAKING CHANGE: this makes it so people have to remove the switches in favor of the new template.
1
feat
az
603,467
18.09.2021 12:55:20
-3,600
279e7dd377e3f3a88843b9877f94409c9fbaf315
ci(github): limited the concurrency of integration tests again
[ { "change_type": "MODIFY", "diff": "\"lint\": \"lerna run lint --parallel\",\n\"lint:fix\": \"lerna run lint:fix --parallel\",\n\"test\": \"lerna run test --stream --scope @serenity-js/*\",\n- \"integration-test\": \"lerna run test --stream --concurrency 2 --scope @integration/*\",\n+ \"integration-test\": ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): limited the concurrency of integration tests again
1
ci
github
603,467
18.09.2021 13:17:56
-3,600
31059638ab1a759581d5872b8e75aa315d8096f4
ci(github): limit number of parallel browsers to 1 on CI
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n\"@serenity-js/web\": \"^2.0.0\",\n\"chromedriver\": \"^93.0.1\",\n+ \"ci-info\": \"^3.2.0\",\n\"protractor\": \"^7.0.0\"\n},\n\"devDependencies\": {\n", "new_path": "integration/web-protractor-runner/package.json", "old...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): limit number of parallel browsers to 1 on CI
1
ci
github
667,636
18.09.2021 13:32:57
-28,800
9941bb4c26e9ad131086c5c37371b1ec8ee71f28
feat(android): callNative remove init flag limit
[ { "change_type": "MODIFY", "diff": "@@ -470,10 +470,6 @@ public class HippyBridgeManagerImpl implements HippyBridgeManager, HippyBridge.B\n@Override\npublic void execCallback(Object params, BridgeTransferType transferType) {\n- if (!mIsInit) {\n- return;\n- }\n-\nMessage message = mHandler\n.obtainMessage(M...
C++
Apache License 2.0
tencent/hippy
feat(android): callNative remove init flag limit
1
feat
android
317,896
18.09.2021 13:39:40
14,400
7e4865779afb682b1413a3dd19a2ed79567b9c48
feat: flexible matching for include/exclude folders
[ { "change_type": "MODIFY", "diff": "@@ -293,8 +293,9 @@ will not be rendered when in one of the excluded locations.\n]\n```\n-You can also specify a [regular expression][regex] to create folder wildcards.\n-In the sample below, any folders inside the `/Users/posh/Projects` path will be matched.\n+The string...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: flexible matching for include/exclude folders
1
feat
null
317,646
18.09.2021 13:41:34
-7,200
4eb3b439baa90c39f05dff715df8b55de38d9619
fix: emulate amd64 on surface pro x
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ function Get-PoshCommand {\n0 { return \"$PSScriptRoot/bin/posh-windows-386.exe\" } # x86\n5 { return \"$PSScriptRoot/bin/posh-windows-arm64.exe\" } # ARM\n9 { return \"$PSScriptRoot/bin/posh-windows-amd64.exe\" } # x64\n+ 12 { return \"$PSScriptRoot/bin...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: emulate amd64 on surface pro x
1
fix
null
386,595
18.09.2021 14:33:03
-7,200
d2ea3c6a7f2d9f13e8a766c76e49a1b3a540d1d9
fix(blocksAntd): Fix CheckboxSwitch color property.
[ { "change_type": "MODIFY", "diff": "type: CheckboxSwitch\nproperties:\ndescription: Option 2\n- color: red\n+ color: '#ff0000'\n- id: 'properties.disabled: true'\ntype: CheckboxSwitch\nproperties:\ndescription: Option 2\nlabel:\nextra: showing extra\n-- id: 'properties.option'\n+- id: 'properties.label.titl...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Fix CheckboxSwitch color property.
1
fix
blocksAntd
815,585
18.09.2021 14:43:34
-28,800
93959514aba829f9258ee59543520fb2cda7631f
fix: remove useless ci workflow
[ { "change_type": "DELETE", "diff": "-name: CI workflow\n-\n-concurrency:\n- group: ci-${{ github.ref }}\n- cancel-in-progress: true\n-\n-on:\n- pull_request:\n- types: [ opened, synchronize, reopened ]\n- push:\n- branches:\n- - master\n- - develop\n- - trying\n- - staging\n- - 'rc/*'\n-\n-env:\n- CARGO_TER...
Rust
MIT License
nervosnetwork/ckb
fix: remove useless ci workflow
1
fix
null
386,595
18.09.2021 15:15:45
-7,200
9f75253d7a5ed6ad4bc9eb0f93805ad2e8c95eb1
fix(blocksAntd): Fix line wrapping for long description in CheckboxSwitch.
[ { "change_type": "MODIFY", "diff": "*/\nimport React from 'react';\n-import { Checkbox } from 'antd';\n+import { Checkbox, Space } from 'antd';\nimport { type } from '@lowdefy/helpers';\nimport { blockDefaultProps, RenderHtml } from '@lowdefy/block-tools';\n@@ -62,10 +62,12 @@ const CheckboxSwitch = ({\nmet...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Fix line wrapping for long description in CheckboxSwitch.
1
fix
blocksAntd
815,593
18.09.2021 15:24:14
-28,800
376eafb717b1845e9e2165b8142459c10b0131ca
chore: change doc test from ignore to no_run
[ { "change_type": "MODIFY", "diff": "@@ -28,13 +28,13 @@ macro_rules! assert_error_eq {\n///\n/// ## Examples\n///\n-/// ```ignore\n+/// ```no_run\n/// impl_error_conversion_with_kind!(SourceType, error_kind, TargetType)\n/// ```\n///\n/// the expanded code:\n///\n-/// ```ignore\n+/// ```no_run\n/// impl Fro...
Rust
MIT License
nervosnetwork/ckb
chore: change doc test from ignore to no_run
1
chore
null
317,896
18.09.2021 16:03:00
14,400
5db251ce53f19173cfa5642b57f30a4644b3457b
feat(path): flexible matching for mapped-locations
[ { "change_type": "MODIFY", "diff": "@@ -43,12 +43,12 @@ Display the current path.\n## Mapped Locations\nAllows you to override a location with an icon. It validates if the current path **starts with** the value and replaces\n-it with the icon if there's a match. To avoid issues with nested overrides, Oh my ...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(path): flexible matching for mapped-locations
1
feat
path
494,363
18.09.2021 16:51:34
-7,200
d614f2a737eef90ad60a4bdedae248b74131ff35
fix: correct swagger path for /identities/:id/session endpoint
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ Class | Method | HTTP request | Description\n*V0alpha1Api* | [**AdminCreateIdentity**](docs/V0alpha1Api.md#admincreateidentity) | **Post** /identities | Create an Identity\n*V0alpha1Api* | [**AdminCreateSelfServiceRecoveryLink**](docs/V0alpha1Api.md#admi...
Go
Apache License 2.0
ory/kratos
fix: correct swagger path for /identities/:id/session endpoint (#1756)
1
fix
null
826,708
18.09.2021 17:09:40
-10,800
1bdfad6f37412afe3dd4b2d3b7b86a654568e178
fix: proper env var expansion and set +-x
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ to_git() {\n(cd \"${gitdir}\"; git fetch origin || true; git checkout master || true; git reset --hard HEAD || true; git pull -ff origin master || true; git checkout -b \"release-$(date +%s)\" master)\n# rm -rf \"${srcdir:?}/*\"\n- rm -rf \"${gitdir:?}/*...
C#
Apache License 2.0
ory/sdk
fix: proper env var expansion and set +-x
1
fix
null
826,708
18.09.2021 17:24:56
-10,800
d779f643eb80ac21c47d114c1afebaee41c13eca
fix: substitution
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,8 @@ to_git() {\n(cd \"${gitdir}\"; git fetch origin || true; git checkout master || true; git reset --hard HEAD || true; git pull -ff origin master || true; git checkout -b \"release-$(date +%s)\" master)\n# rm -rf \"${srcdir:?}/*\"\n- rm -rf \"${${gitdir%/}...
C#
Apache License 2.0
ory/sdk
fix: substitution
1
fix
null
932,455
18.09.2021 18:15:32
14,400
b50b7b3907681dc0a3b325ff2464764ad4e8e32e
build(deps): bump typescript from 4.3.5 to 4.4.3 BREAKING CHANGE:
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ async function run() {\n} catch (err) {\n/* eslint-disable no-console */\nconsole.log(chalk.redBright('Failed to create your project!'));\n- console.log(err.message);\n+ console.log((err as Error).message);\n/* eslint-enable no-console */\nprocess.exit(1...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump typescript from 4.3.5 to 4.4.3 BREAKING CHANGE: https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#breaking-changes
1
build
deps
932,455
18.09.2021 18:18:23
14,400
d028f9bef4c3f230b956b3c00022f5ae5ab66bcc
build(deps): bump multiple packages
[ { "change_type": "MODIFY", "diff": "\"@types/node\" \"*\"\n\"@types/debug@^4.1.2\":\n- version \"4.1.6\"\n- resolved \"https://registry.yarnpkg.com/@types/debug/-/debug-4.1.6.tgz#0b7018723084918a865eff99249c490505df2163\"\n- integrity sha512-7fDOJFA/x8B+sO1901BmHlf5dE1cxBU8mRXj8QOEDnn16hhGJv/IHxJtZhvsabZsIM...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump multiple @types packages
1
build
deps
932,455
18.09.2021 18:26:16
14,400
99cf9abfeae226ce4ee8132343d6b0e5701d841d
build(deps): bump prettier from 2.3.2 to 2.4.1 adds support for TypeScript 4.4 (https://prettier.io/blog/2021/09/09/2.4.0.html)
[ { "change_type": "MODIFY", "diff": "@@ -8285,9 +8285,9 @@ prepend-http@^1.0.1:\nintegrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=\nprettier@^2.2.1:\n- version \"2.3.2\"\n- resolved \"https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d\"\n- integrity sha512-lnJzDfJ66...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump prettier from 2.3.2 to 2.4.1 adds support for TypeScript 4.4 (https://prettier.io/blog/2021/09/09/2.4.0.html)
1
build
deps
932,455
18.09.2021 18:46:48
14,400
0bbe469295b5842f3bf1f15570b5a09096368862
build(deps): bump ts-jest from 27.0.4 to 27.0.5
[ { "change_type": "MODIFY", "diff": "\"@types/yargs\" \"^15.0.0\"\nchalk \"^4.0.0\"\n-\"@jest/types@^27.0.6\", \"@jest/types@^27.1.1\":\n+\"@jest/types@^27.1.1\":\nversion \"27.1.1\"\nresolved \"https://registry.yarnpkg.com/@jest/types/-/types-27.1.1.tgz#77a3fc014f906c65752d12123a0134359707c0ad\"\nintegrity ...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump ts-jest from 27.0.4 to 27.0.5
1
build
deps
932,455
18.09.2021 18:49:02
14,400
b9285902d57cc5c1a6d1411c26db94ebf4cd453c
build(deps): bump eslint-plugin-jest from 24.3.6 to 24.4.2
[ { "change_type": "MODIFY", "diff": "npmlog \"^4.1.2\"\nwrite-file-atomic \"^3.0.3\"\n-\"@nodelib/fs.scandir@2.1.4\":\n- version \"2.1.4\"\n- resolved \"https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69\"\n- integrity sha512-33g3pMJk3bg5nXbL/+CY6...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump eslint-plugin-jest from 24.3.6 to 24.4.2
1
build
deps
932,455
18.09.2021 18:51:19
14,400
3a4afe3571d5a65f265c9372d15f416e6a11109d
build(deps): bump eslint-plugin-react from 7.24.0 to 7.25.2
[ { "change_type": "MODIFY", "diff": "@@ -3848,44 +3848,24 @@ es-abstract@^1.17.0-next.1, es-abstract@^1.17.5:\nstring.prototype.trimend \"^1.0.1\"\nstring.prototype.trimstart \"^1.0.1\"\n-es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2:\n- version \"1.18.0\"\n- resolved \"https://registry.yarnpkg.com/...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump eslint-plugin-react from 7.24.0 to 7.25.2
1
build
deps
932,455
18.09.2021 18:54:18
14,400
ee16d1f98c20e989e2ea6d124eee98c1bcaed174
build(deps): bump from 4.29.1 to 4.31.1
[ { "change_type": "MODIFY", "diff": "\"@types/yargs-parser\" \"*\"\n\"@typescript-eslint/eslint-plugin@^4.21.0\":\n- version \"4.29.1\"\n- resolved \"https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.1.tgz#808d206e2278e809292b5de752a91105da85860b\"\n- integrity sha512-AHqIU+S...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump @typescript-eslint/* from 4.29.1 to 4.31.1
1
build
deps
932,455
18.09.2021 19:01:24
14,400
16f83e5f0cc03e94253385d3187918e0db72f1cf
build(deps): bump lint-staged from 11.0.1 to 11.1.2
[ { "change_type": "MODIFY", "diff": "dependencies:\n\"@babel/highlight\" \"^7.10.4\"\n-\"@babel/code-frame@^7.0.0\":\n- version \"7.12.13\"\n- resolved \"https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658\"\n- integrity sha512-HV1Cm0Q3ZrpCR93tkWOY...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump lint-staged from 11.0.1 to 11.1.2
1
build
deps
603,462
18.09.2021 19:07:29
-7,200
871424cf7b15948947078a4847ccab95d382349a
ci(cucumber): increased timeout in CucumberCLIAdapter spec
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ const { stdout } = require('test-console'); // eslint-disable-line @typescript-e\n/** @test {CucumberCLIAdapter} */\ndescribe('CucumberCLIAdapter', function () {\n- this.timeout(5000);\n+ this.timeout(30000);\nlet recorder: EventRecorder;\n", "new_pa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(cucumber): increased timeout in CucumberCLIAdapter spec
1
ci
cucumber
386,595
18.09.2021 19:42:41
-7,200
9c19154dc670d35e7df0f74f458f96a964649419
chore(layout): Update tests for layout.
[ { "change_type": "MODIFY", "diff": "@@ -276,7 +276,7 @@ exports[`4 block grid with gutter 1`] = `\n\"border\": \"1px dashed red\",\n\"flexDirection\": undefined,\n\"flexWrap\": undefined,\n- \"marginBottom\": 25,\n+ \"marginBottom\": -25,\n\"marginLeft\": -25,\n\"marginRight\": -25,\n\"marginTop\": -25,\n@@...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(layout): Update tests for layout.
1
chore
layout
317,646
18.09.2021 19:57:59
-7,200
3f2b89f47559fe7bb90343d6e43a12b8ea6eb646
fix(windows): get console width correctly
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ func (env *environment) isWsl() bool {\nfunc (env *environment) getTerminalWidth() (int, error) {\ndefer env.tracer.trace(time.Now(), \"getTerminalWidth\")\n- handle, err := syscall.GetStdHandle(syscall.STD_OUTPUT_HANDLE)\n+ handle, err := syscall.Open(\...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(windows): get console width correctly
1
fix
windows
667,636
18.09.2021 20:01:53
-28,800
c6f40b47b26c99a660c5b425c3e1c1ae0030522a
feat(hippy-react): update react 17
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@hippy/react\": \"^2.0.2\",\n\"@hippy/react-web\": \"^2.0.2\",\n- \"react\": \"^16.13.1\",\n- \"react-dom\": \"^16.13.1\",\n+ \"react\": \"^17.0.2\",\n+ \"react-dom\": \"^17.0.2\",\n+ \"react-reconciler\": \"0.26.2\",\n\"react-router\": \"~5.1.2\",\...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): update react 17
1
feat
hippy-react
317,646
18.09.2021 20:05:42
-7,200
e1be81e6586127b5b0452a5525fa4526b5ac78ab
fix(battery): skip nil value batteries
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,9 @@ func (b *batt) enabled() bool {\nb.Battery = &battery.Battery{}\nfor _, bt := range batteries {\n+ if bt == nil {\n+ continue\n+ }\nb.Battery.Current += bt.Current\nb.Battery.Full += bt.Full\nb.Battery.State = b.mapMostLogicalState(b.Battery.State, bt.St...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(battery): skip nil value batteries
1
fix
battery
386,595
18.09.2021 20:07:46
-7,200
406686994f24e539e31e13ca126076ec30e80575
fix(blocksAntd): Fix margin in Alert when message is none.
[ { "change_type": "MODIFY", "diff": "@@ -37,8 +37,11 @@ const AlertBlock = ({ blockId, events, methods, properties }) => {\ndescription={renderHtml({ html: properties.description, methods })}\nid={blockId}\nmessage={\n- renderHtml({ html: properties.message, methods }) ||\n- (type.isNone(properties.descripti...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Fix margin in Alert when message is none.
1
fix
blocksAntd
667,636
18.09.2021 20:08:11
-28,800
029f41d464c02a0cf7a6dbd4dbdb9161eecd7803
feat(hippy-react): compatible for react 17
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ function getElementFromFiberRef(ref: Fiber | Element) {\nreturn ref;\n}\n// FIXME: should not use the private _reactInternalFiber\n- const internalFiber = (ref as any)._reactInternalFiber;\n+ const internalFiber = (ref as any)._reactInternalFiber || (ref...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): compatible for react 17
1
feat
hippy-react
932,455
18.09.2021 20:09:00
14,400
3021e109dbf7ed5d1788e15bd87734bda52f344a
build(deps): bump in root
[ { "change_type": "MODIFY", "diff": "],\n\"devDependencies\": {\n\"@spotify/eslint-config-oss\": \"^1.0.0\",\n- \"@spotify/eslint-plugin\": \"^10.0.0\",\n+ \"@spotify/eslint-plugin\": \"^11.0.0\",\n\"husky\": \"^4.0.0\",\n\"lerna\": \"^4.0.0\",\n\"typescript\": \"^4.2.3\"\n", "new_path": "package.json", ...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump @spotify/eslint-plugin in root
1
build
deps
217,922
18.09.2021 20:11:09
-7,200
e775d4091ea27ef6e6c09836b99a6b7ff76a05e2
chore: add new service to proxy environment using region
[ { "change_type": "ADD", "diff": "+import { Injectable } from '@angular/core';\n+import { SettingsService } from '../modules/settings/settings.service';\n+import { Region } from '../modules/settings/region.enum';\n+import { environment } from '../../environments/environment';\n+\n+@Injectable({\n+ providedIn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: add new service to proxy environment using region
1
chore
null
217,922
18.09.2021 20:24:59
-7,200
af9b50599a45fcc934213092a07df836c08d91f0
refactor: use new env service for max level references
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { IpcService } from '../../core/electron/ipc.service';\nimport { combineLatest, merge, Observable } from 'rxjs';\n-import { filter, map, scan, withLatestFrom, shareReplay, distinctUntilKeyChanged } from 'rxjs/operators';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: use new env service for max level references
1
refactor
null
932,455
18.09.2021 20:48:10
14,400
d26cc4d9bd3a1c6a22cea550a6bb074765b82473
build(deps): upgrade husky v4 to husky v7 and updated README to reflect new setup
[ { "change_type": "ADD", "diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+yarn web-scripts commitmsg --edit=\"$1\"\n", "new_path": ".husky/commit-msg", "old_path": null }, { "change_type": "ADD", "diff": "+#!/bin/sh\n+. \"$(dirname \"$0\")/_/husky.sh\"\n+\n+yarn web-scripts p...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): upgrade husky v4 to husky v7 and updated README to reflect new setup
1
build
deps
756,013
18.09.2021 20:49:21
21,600
fd44ce73d6709879667376418aaab2e82d1ff7a2
docs(timer): remove obsolete or misleading documentation
[ { "change_type": "MODIFY", "diff": "@@ -33,29 +33,31 @@ and creating the service. The vat is responsible for creating repeater objects\nto wrap the device node as a capability that can be accessed by regular vat\ncode.\n-In `bootstrap()` for a particular SwingSet, we create a timerService, and\n-make it acc...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(timer): remove obsolete or misleading documentation
1
docs
timer
217,922
18.09.2021 20:56:18
-7,200
c68ad95adb12b1a002213d43f3e29fbbb5abc12d
refactor: remove belt from gearsets
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ export class TeamcraftGearset extends DataWithPermissions {\nhead: EquipmentPiece;\nchest: EquipmentPiece;\ngloves: EquipmentPiece;\n- belt: EquipmentPiece;\n+ belt?: EquipmentPiece;\nlegs: EquipmentPiece;\nfeet: EquipmentPiece;\n", "new_path": "apps...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor: remove belt from gearsets
1
refactor
null
401,147
18.09.2021 22:33:36
-19,080
765cbed3f539aa5b66b3d189eddcce39b37f9045
fix: empty string as initialValue in useStorage affects:
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ export const useStorage = <T>(key: string, currOptions?: UseStorageOptions<T>):\n}\nconst item = storage.getItem(key);\n- if (!item) {\n+ if (item === null && initialValue !== undefined) {\nstorage.setItem(key, initialValue);\nwindow?.dispatchEvent(new E...
TypeScript
MIT License
medly/medly-components
fix: empty string as initialValue in useStorage (#428) affects: @medly-components/utils
1
fix
null
603,467
18.09.2021 22:39:25
-3,600
e785aad154444d7dbd0568324c5eeea1410783af
ci(github): corrected versions of Node.js used for building the site and releasing the modules
[ { "change_type": "MODIFY", "diff": "@@ -295,10 +295,10 @@ jobs:\nname: compiled-libs\n- name: Decompress Libs\nrun: 7z x -aoa compiled-libs.zip\n- - name: Setup Node 16.x\n+ - name: Setup Node 14.x\nuses: actions/setup-node@v2\nwith:\n- node-version: 16.x\n+ node-version: 14.x\n- name: Setup Node Modules\nu...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected versions of Node.js used for building the site and releasing the modules
1
ci
github
932,455
18.09.2021 23:10:45
14,400
be043986089b79feab63f2a06527f48239ac5144
build(node): drop support for Node v12. Support only NodeJS >= 14.17.x BREAKING CHANGE: Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\nrun: git fetch --depth=1 origin +refs/tags/*:refs/tags/*\n- uses: actions/setup-node@v2\nwith:\n- node-version: 14\n+ node-version: 14.17\n- name: yarn install\nrun: yarn\n- name: yarn build\n", "new_path": ".github/workflows/publish-develop.y...
TypeScript
Apache License 2.0
spotify/web-scripts
build(node): drop support for Node v12. Support only NodeJS >= 14.17.x BREAKING CHANGE: Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
1
build
node
679,913
18.09.2021 23:54:17
-7,200
181ecad10d830124206332ee3f9dcbec0c0abadb
build: remove obsolete tsconfig files
[ { "change_type": "DELETE", "diff": "-{\n- \"extends\": \"../../../tsconfig.json\",\n- \"compilerOptions\": {\n- \"outDir\": \"../build\",\n- \"module\": \"commonjs\",\n- \"noUnusedLocals\": false,\n- \"noUnusedParameters\": false\n- },\n- \"include\": [\"./**/*.ts\", \"../src/**/*.ts\"]\n-}\n", "new_pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: remove obsolete tsconfig files
1
build
null
932,455
19.09.2021 00:46:39
14,400
825e9a8e7b5191cca38bcbf4751a4b5a96895fae
test(web-scripts): skip flaky af integration test
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,8 @@ const SETUP_REPO_TIMEOUT = 30000;\nconst TEST_SCRIPTS_TIMEOUT = 60000;\n// const GITHUB_URL = 'https://github.com/spotify/web-scripts.git';\n-describe('integration tests', () => {\n+// eslint-disable-next-line jest/no-disabled-tests\n+describe.skip('inte...
TypeScript
Apache License 2.0
spotify/web-scripts
test(web-scripts): skip flaky af integration test
1
test
web-scripts
603,467
19.09.2021 01:18:07
-3,600
bce390d9c5e4658d53d6bccf8e396271ad398572
ci(github): record code coverage since it doesn't have that much performance impact
[ { "change_type": "MODIFY", "diff": "@@ -129,8 +129,6 @@ jobs:\n- name: Test\nrun: make test\n- env:\n- RECORD_COVERAGE: false\ntest-windows-node-lts:\nneeds:\n@@ -160,8 +158,6 @@ jobs:\nrun: 7z.exe x -aoa compiled-libs.zip\n- name: Test\nrun: make test\n- env:\n- RECORD_COVERAGE: false\nintegration-test-lin...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): record code coverage since it doesn't have that much performance impact
1
ci
github
217,910
19.09.2021 03:39:14
-36,000
b275b5c8d1c3a9113f16b39df4c3c30775ffc87c
fix(log-tracker): use correct hookset string for tooltip
[ { "change_type": "MODIFY", "diff": "class=\"gig-icon\"\nnz-tooltip src=\"./assets/icons/gig/{{entry.gatheringNode.gig}}.png\">\n<img *ngIf=\"entry.gatheringNode.hookset\"\n- [nzTooltipTitle]=\"(entry.gatheringNode.hookset === 'Precision Hookset'? 4179 : 4103) | actionName | i18n\"\n+ [nzTooltipTitle]=\"(ent...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): use correct hookset string for tooltip
1
fix
log-tracker
217,922
19.09.2021 10:04:38
-7,200
0ba242faead016ad61f6c66265dd4e9d3ab18dd9
refactor(xiavpi): moved to a new lodestone endpoint using godestone
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { UserService } from '../database/user.service';\nimport { Character, CharacterResponse, XivapiService } from '@xivapi/angular-client';\nimport { EMPTY, interval, Observable, of, Subject, Subscription } from 'rxjs';\nimport { filter, map, shareRepla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor(xiavpi): moved to a new lodestone endpoint using godestone
1
refactor
xiavpi
217,922
19.09.2021 10:05:01
-7,200
318a583ab7d951a12e1cf8f1539dc05741c38677
chore(release): 8.5.6
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.6\"></a>\n+## [8.5.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.5.6
1
chore
release
217,922
19.09.2021 10:27:25
-7,200
9ce17c9c2b379e7c20e526c3d7200e2dd7e604b3
refactor(tp): removed the 999 gil cost limit
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,7 @@ export class MapService {\nprivate getTpCost(from: Aetheryte, to: Aetheryte): number {\nif (from === undefined || to === undefined) {\n- return 999;\n+ return 9999;\n}\nif (this.settings.freeAetheryte === to.nameid) {\nreturn 0;\n@@ -115,7 +115,7 @@ ex...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor(tp): removed the 999 gil cost limit
1
refactor
tp
603,462
19.09.2021 10:39:13
-7,200
1b80ca3003e5fbe760b14ef95cde9437fd2938c8
style(codefactor): fixed two issues reported by CodeFactor
[ { "change_type": "MODIFY", "diff": "<html lang=\"en\">\n-<body style=\"margin:0; padding:0 0 1024px 0;\">\n+<body style=\"margin:0; padding:0 0 1024px;\">\n<input type=\"submit\" value=\"Cast!\" id=\"cast\" style=\"margin-top:10000px;\"/>\n</body>\n</html>\n", "new_path": "integration/web/static/screenp...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(codefactor): fixed two issues reported by CodeFactor
1
style
codefactor
847,143
19.09.2021 12:02:02
-28,800
323ee0079ea87b607d8417b92654ef48c20bbaaf
chore: add FUNDING
[ { "change_type": "ADD", "diff": "+# These are supported funding model platforms\n+\n+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]\n+patreon: theMisterHope\n+open_collective: vuepress-theme-hope\n+custom:\n+ - https://qr.alipay.com/a7x02363sw6mccgvlpbitc5\n", "new...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: add FUNDING
1
chore
null
67,516
19.09.2021 12:03:41
-7,200
83c2684fd91974e1c360d2ded0f191efdfa05fbf
chore: marked destructuring AST as internal
[ { "change_type": "MODIFY", "diff": "@@ -1468,6 +1468,7 @@ export class Interpolation {\n}\n// spec: https://tc39.es/ecma262/#sec-destructuring-assignment\n+/** @internal */\nexport class DestructuringAssignmentExpression {\npublic get hasBind(): false { return false; }\npublic get hasUnbind(): false { retur...
TypeScript
MIT License
aurelia/aurelia
chore: marked destructuring AST as internal
1
chore
null
217,922
19.09.2021 12:07:56
-7,200
63bb72e78292e40552a3dc8c04d29b64a81b43bc
fix(profile): hotfix for profile and marketboard popup not loading at all
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import { UserService } from '../database/user.service';\nimport { Character, CharacterResponse, XivapiService } from '@xivapi/angular-client';\nimport { EMPTY, interval, Observable, of, Subject, Subscription } from 'rxjs';\nimport { filter, map, shareRepla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(profile): hotfix for profile and marketboard popup not loading at all
1
fix
profile
217,922
19.09.2021 13:08:58
-7,200
4aadc5f432a3ce30c93f8e31c8c707196af22622
fix(alarms): better fix for weather transition detection
[ { "change_type": "MODIFY", "diff": "@@ -32,8 +32,13 @@ describe('WeatherService', () => {\nit('should be able to find spawn for complex transitions', () => {\n// 17/09/2021 10:30 UTC, Ruby Dragon breaking, expected next spawn\n- const enow = 1631874751166 * EorzeanTimeService.EPOCH_TIME_FACTOR;\n- expect(fo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): better fix for weather transition detection
1
fix
alarms
217,922
19.09.2021 13:09:49
-7,200
6d8db816337ddfbb2f73560c44ced55012c7d444
chore(release): 8.5.7
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.7\"></a>\n+## [8.5.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.5.7
1
chore
release
386,581
19.09.2021 14:37:04
-7,200
c9cd643f3809fdc0cde7ba47e17e392b3236c17b
fix(docs): Convert CLI commands to npx commands.
[ { "change_type": "MODIFY", "diff": "@@ -75,13 +75,13 @@ The `dev` command starts a Lowdefy development server, running locally. It can b\nRun the dev server, watching a relative directory for file changes:\n```txt\n-lowdefy dev --watch ../other-project\n+npx lowdefy@3 dev --watch ../other-project\n```\nRun ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Convert CLI commands to npx commands.
1
fix
docs
386,581
19.09.2021 14:44:51
-7,200
f2c380b07a78defff79281d5c07c61a718bfe750
fix(docs): Change npx commands to specific versions for deployments.
[ { "change_type": "MODIFY", "diff": "@@ -75,13 +75,13 @@ The `dev` command starts a Lowdefy development server, running locally. It can b\nRun the dev server, watching a relative directory for file changes:\n```txt\n-npx lowdefy@3 dev --watch ../other-project\n+npx lowdefy@latest dev --watch ../other-project...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Change npx commands to specific versions for deployments.
1
fix
docs
67,516
19.09.2021 15:04:09
-7,200
a7e3ad203499e47f8161cb2e720e1ccd95e8916c
chore: added comment for internal API
[ { "change_type": "MODIFY", "diff": "@@ -1468,7 +1468,7 @@ export class Interpolation {\n}\n// spec: https://tc39.es/ecma262/#sec-destructuring-assignment\n-/** @internal */\n+/** This is an internal API */\nexport class DestructuringAssignmentExpression {\npublic get hasBind(): false { return false; }\npubl...
TypeScript
MIT License
aurelia/aurelia
chore: added comment for internal API
1
chore
null
603,462
19.09.2021 19:12:41
-7,200
525b844b0ee8463bbb3fb285f6ab86e22fdeedb3
ci(github): increased timeouts in integration/webdriverio-jasmine suite
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { wdio } from '../src';\ndescribe('@serenity-js/webdriverio with @serenity-js/jasmine', function () {\n- this.timeout(30000);\n+ this.timeout(60_000);\nit('recognises a failing scenario', () =>\nwdio(\n", "new_path": "integration/webdriverio-jas...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): increased timeouts in integration/webdriverio-jasmine suite
1
ci
github
599,886
19.09.2021 19:42:51
-32,400
a11bb49663ec345332c4dd70ddbb49ce230b5c3c
fix(rt-api): use rotten-tomatoes 2.0 search api for movies
[ { "change_type": "MODIFY", "diff": "import cacheManager from '../lib/cache';\nimport ExternalAPI from './externalapi';\n-interface RTMovieOldSearchResult {\n- id: number;\n- title: string;\n- year: number;\n- ratings: {\n- critics_rating: 'Certified Fresh' | 'Fresh' | 'Rotten';\n- critics_score: number;\n- ...
TypeScript
MIT License
sct/overseerr
fix(rt-api): use rotten-tomatoes 2.0 search api for movies
1
fix
rt-api
756,013
19.09.2021 19:59:36
21,600
7a2c830b6cdea1e81cc0eb8fef517704dc30a922
feat(TimerService): add new `delay` method and protect device args
[ { "change_type": "MODIFY", "diff": "/**\n* A Timer device that provides a capability that can be used to schedule wake()\n* calls at particular times. The simpler form is a handler object with a wake()\n- * function can be passed to D(timer).setWakeup(delaySecs, handler) to be woken\n- * after delaySecs.\n+...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(TimerService): add new `delay` method and protect device args
1
feat
TimerService
847,143
19.09.2021 20:02:35
-28,800
131e6c1332d6525ccae6f6f98bf3c79bdd7e32a1
feat(add-this): warn at startup
[ { "change_type": "MODIFY", "diff": "@@ -8,14 +8,11 @@ export default defineComponent({\nsetup() {\nonMounted(() => {\n- if (pubID) {\nconst link = `//s7.addthis.com/js/300/addthis_widget.js#pubid=${pubID}`;\nconst script = document.createElement(\"script\");\nscript.src = link;\ndocument.getElementsByTagNam...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(add-this): warn at startup
1
feat
add-this
551,634
19.09.2021 20:57:19
-3,600
b0688478869edbc466d8af2a18764a318bcf7397
fix(o3): fixing o3 crash from ilp usage
[ { "change_type": "MODIFY", "diff": "@@ -1553,9 +1553,13 @@ public class TableWriter implements Closeable {\nreturn;\n}\n+ if (o3MasterRef > -1) {\nif (hasO3()) {\n+ // O3 mode and there are some rows.\nmasterRef--;\nsetO3AppendPosition(getO3RowCount());\n+ }\n+ // We're in O3 mode but no rows added yet. Ret...
Java
Apache License 2.0
questdb/questdb
fix(o3): fixing o3 crash from ilp usage (#1335)
1
fix
o3
679,913
19.09.2021 22:05:36
-7,200
aa67a5a27197b4c751bb5959cdcd2a238af2a825
refactor(text-canvas): update to use thi.ng/text-format BREAKING CHANGE: migrate formatting consts/functions to new pkg see for details rename `toString()` => `formatCanvas()` update dependencies
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/math\": \"^4.0.6\",\n\"@thi.ng/memoize\": \"^2.1.21\",\n\"@thi.ng/strings\": \"^2.1.7\",\n+ \"@thi.ng/text-format\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^7.9.2\"\n},\n\"devDependencies\": {\n\"./rect\": {\n\"import\": \"./rect.js\"\n},\n- \"./string\": {\n- ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(text-canvas): update to use thi.ng/text-format BREAKING CHANGE: migrate formatting consts/functions to new pkg - see 8c28655d1 for details - rename `toString()` => `formatCanvas()` - update dependencies
1
refactor
text-canvas
679,913
19.09.2021 22:06:39
-7,200
fe5c91ed9fd0389d567e24a58bbe3a3d47dd8510
refactor(hiccup-markdown): update imports (text-canvas)
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { normalize } from \"@thi.ng/hiccup/normalize\";\nimport { repeat } from \"@thi.ng/strings/repeat\";\nimport { wrap } from \"@thi.ng/strings/wrap\";\nimport { Border } from \"@thi.ng/text-canvas/api\";\n-import { toString } from \"@thi.ng/text-can...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hiccup-markdown): update imports (text-canvas)
1
refactor
hiccup-markdown
679,913
19.09.2021 22:07:05
-7,200
a59931fbf4c18d8be9348183189abc2e925e8001
refactor(examples): update imports (text-canvas)
[ { "change_type": "MODIFY", "diff": "import { imagePromise, PackedBuffer, RGB565 } from \"@thi.ng/pixel\";\n-import { canvas, FMT_HTML565, setAt, toString } from \"@thi.ng/text-canvas\";\n+import { canvas, setAt } from \"@thi.ng/text-canvas/canvas\";\n+import { formatCanvas } from \"@thi.ng/text-canvas/forma...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update imports (text-canvas)
1
refactor
examples
679,913
19.09.2021 22:09:18
-7,200
c642082fa883a143f8605dbd407f87554135ca9e
refactor(tools): update imports
[ { "change_type": "MODIFY", "diff": "-import { serialize } from \"@thi.ng/hiccup\";\n-import { svg } from \"@thi.ng/hiccup-svg\";\n-import { schlick } from \"@thi.ng/math\";\n-import { map, normRange, push, transduce } from \"@thi.ng/transducers\";\n-import { writeFileSync } from \"fs\";\nimport {\nColor,\nl...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(tools): update imports
1
refactor
tools
603,467
19.09.2021 23:29:10
-3,600
54a879db5e78e3d1b941a20a292562823a4270bc
ci(github): pre-cache dependencies of Serenity/JS modules to speed up the pipeline
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\nwith:\nnode-version: 14.x\n- # Install Node Modules (root)\n+ # Install Node Modules (@serenity-js)\n- name: Get NPM cache directory\nid: npm-cache\nrun: |\n@@ -31,11 +31,11 @@ jobs:\npath: |\n${{ steps.npm-cache.outputs.dir }}\nnode_modules\n- ke...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): pre-cache dependencies of Serenity/JS modules to speed up the pipeline
1
ci
github
603,467
19.09.2021 23:53:08
-3,600
e574c5aae7b182d3984e1f1ca69479d0be88a32d
ci(github): pre-cache Serenity/JS integration test dependencies
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\nwith:\nnode-version: 14.x\n- # Install Node Modules (@serenity-js)\n+ # Install Node Modules (@integration)\n- name: Get NPM cache directory\nid: npm-cache\nrun: |\n@@ -31,11 +31,11 @@ jobs:\npath: |\n${{ steps.npm-cache.outputs.dir }}\nnode_modul...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): pre-cache Serenity/JS integration test dependencies
1
ci
github
603,467
20.09.2021 00:08:05
-3,600
ce501f7f82d3e7e378bc9b3203d2c6768216523a
ci(github): run the tests as soon as the code is compiled
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,6 @@ jobs:\ntest-linux-node-lts-active:\nname: test-linux-node-lts-active (14.x)\nneeds:\n- - lint\n- compile\nruns-on: ubuntu-latest\nsteps:\n@@ -210,7 +209,6 @@ jobs:\ntest-linux-node-lts-other:\nneeds:\n- - lint\n- compile\nruns-on: ubuntu-latest\nstrate...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): run the tests as soon as the code is compiled
1
ci
github
603,467
20.09.2021 00:15:29
-3,600
613a2acc7df9b7fb604cf8ed0d4a5469fa923a9d
ci(github): limit pre-caching to dependencies of Serenity/JS modules pre-caching more doesn't improve the performance of the subsequent stages of the pipeline significantly enough to justify the cost
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\nwith:\nnode-version: 14.x\n- # Install Node Modules (@integration)\n+ # Install Node Modules (@serenity-js)\n- name: Get NPM cache directory\nid: npm-cache\nrun: |\n@@ -34,8 +34,8 @@ jobs:\nkey: main-${{ runner.os }}-npm-${{ hashFiles('**/package-...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): limit pre-caching to dependencies of Serenity/JS modules pre-caching more doesn't improve the performance of the subsequent stages of the pipeline significantly enough to justify the cost
1
ci
github
603,467
20.09.2021 00:43:39
-3,600
932fa87c7d7c2c712525a4b4efdf78e15de089ae
ci(github): reduce pre-caching to just the root modules
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\nwith:\nnode-version: 14.x\n- # Install Node Modules (@serenity-js)\n+ # Install Node Modules (root)\n- name: Get NPM cache directory\nid: npm-cache\nrun: |\n@@ -34,8 +34,8 @@ jobs:\nkey: main-${{ runner.os }}-npm-${{ hashFiles('**/package-lock.jso...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): reduce pre-caching to just the root modules
1
ci
github
603,467
20.09.2021 00:59:01
-3,600
8efc82ca639fa080c026506adf62d9aa0a92cde5
ci(github): use npm-install action to reduce duplication
[ { "change_type": "MODIFY", "diff": "@@ -9,69 +9,8 @@ on:\njobs:\n- cache-node-modules-linux:\n- if: \"!contains(github.event.head_commit.message, 'ci skip')\"\n- runs-on: ubuntu-latest\n- steps:\n- - name: Checkout repository\n- uses: actions/checkout@v2\n- - name: Setup Node 14.x\n- uses: actions/setup-nod...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): use npm-install action to reduce duplication
1
ci
github
603,467
20.09.2021 01:00:03
-3,600
e8dd15b9b7d6f96155a927ccadb3d3e77fa5b9e3
ci(github): corrected build.yml
[ { "change_type": "MODIFY", "diff": "@@ -144,7 +144,6 @@ jobs:\ntest-windows-node-lts:\nneeds:\n- - cache-node-modules-windows\n- compile\nruns-on: windows-latest\nstrategy:\n@@ -210,7 +209,6 @@ jobs:\nintegration-test-windows-node-lts:\nneeds:\n- - cache-node-modules-windows\n- compile\nruns-on: windows-lat...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected build.yml
1
ci
github
603,467
20.09.2021 01:01:25
-3,600
cf4b8e08445fe06c5a26db39da33c40a575161e1
ci(github): ensure modules are released only when the code passes the linter
[ { "change_type": "MODIFY", "diff": "@@ -275,6 +275,7 @@ jobs:\nif: github.ref == 'refs/heads/master'\nruns-on: ubuntu-latest\nneeds:\n+ - lint\n- test-linux-node-lts-active\n- test-linux-node-lts-other\n- test-windows-node-lts\n", "new_path": ".github/workflows/build.yaml", "old_path": ".github/work...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): ensure modules are released only when the code passes the linter
1
ci
github
603,467
20.09.2021 01:47:04
-3,600
76f1c7a9b4128b17d7de07a796914ac39956b008
ci(github): don't fail the pipeline when coveralls.io is down for maintenance
[ { "change_type": "MODIFY", "diff": "@@ -266,6 +266,7 @@ jobs:\nrun: make report\n- name: Publish coverage\n+ continue-on-error: true\nif: github.ref == 'refs/heads/master'\nrun: npm run coverage:publish\nenv:\n", "new_path": ".github/workflows/build.yaml", "old_path": ".github/workflows/build.yaml" ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): don't fail the pipeline when coveralls.io is down for maintenance
1
ci
github
603,467
20.09.2021 01:50:03
-3,600
ce166eb7bdc416d3ef5be14942ff9d9a31c85e14
ci(github): corrected website publish script
[ { "change_type": "MODIFY", "diff": "\"compile\": \"lerna run compile --stream\",\n\"verify\": \"npm run lint && npm run compile && npm test && npm run integration-test\",\n\"site\": \"lerna run site --stream\",\n- \"site:publish\": \"gh-pages -t -d documentation/website/target/site -r 'https://${GH_TOKEN}@g...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected website publish script
1
ci
github
603,467
20.09.2021 01:58:06
-3,600
7e34a4eb5f9d8795a12608fd62dd5c30eeae0b5d
ci(github): corrected a typo
[ { "change_type": "MODIFY", "diff": "@@ -273,7 +273,6 @@ jobs:\nenv:\nCHROMEDRIVER_FILEPATH: \"/usr/bin/chromedriver\"\n- - name: Download code coverage reports\n- name: Download code coverage reports (test)\nuses: actions/download-artifact@v2\nwith:\n", "new_path": ".github/workflows/build.yaml", "o...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): corrected a typo
1
ci
github
603,467
20.09.2021 02:10:33
-3,600
2e4311a8c3d75931c5a5a1932116a8f66dfef235
ci(github): reduce number of linux integration builds to only one that's necessary
[ { "change_type": "MODIFY", "diff": "@@ -178,17 +178,13 @@ jobs:\nneeds:\n- compile\nruns-on: ubuntu-latest\n- strategy:\n- matrix:\n- node-version: [ 12.x, 14.x, 16.x ]\n- fail-fast: false\nsteps:\n- name: Checkout repository\nuses: actions/checkout@v2\n- - name: Setup Node ${{ matrix.node-version }}\n+ - n...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): reduce number of linux integration builds to only one that's necessary
1
ci
github
317,646
20.09.2021 07:01:00
-7,200
b2515650c15604a66f15f0d892d2c5a64a2d92de
fix(battery): map battery behavior before returning
[ { "change_type": "MODIFY", "diff": "@@ -368,7 +368,33 @@ func (env *environment) getArgs() *args {\nfunc (env *environment) getBatteryInfo() ([]*battery.Battery, error) {\ndefer env.tracer.trace(time.Now(), \"getBatteryInfo\")\n- return battery.GetAll()\n+ batteries, err := battery.GetAll()\n+ // actual err...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(battery): map battery behavior before returning
1
fix
battery