author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
386,581 | 21.10.2021 17:28:11 | -7,200 | e5dc8aa866289e9266e3438fa8be7e13a1d24dff | fix: Fix blocks tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ jobs:\n- name: yarn install\nrun: yarn install\n- name: Build packages\n- run: yarn build --ignore='@lowdefy/build' --ignore='@lowdefy/cli' --ignore='@lowdefy/engine' --ignore='@lowdefy/graphql*' --ignore='@lowdefy/layout' --ignore='@lowdefy/node-utils' ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Fix blocks tests. | 1 | fix | null |
603,467 | 21.10.2021 17:45:37 | -3,600 | 5a1e76a9c162370e17238fcccc9f08e109d543c3 | fix(web): wordsmithing of interface names | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ describe('Page', () => {\n/** @test {Page.current()} */\n/** @test {Page#title()} */\n- it('is accessible via a ProxyAnswer', async () =>\n+ it('is accessible via a ProxyQuestion', async () =>\nactorCalled('Bernie').attemptsTo(\nEnsure.that(Page.current(... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(web): wordsmithing of interface names | 1 | fix | web |
14,244 | 21.10.2021 17:48:55 | -7,200 | 6de70d3744964181a2b3610b4f97e412bae3f7e2 | test(plugins): test Algolia Insights plugin | [
{
"change_type": "MODIFY",
"diff": "+import { createAutocomplete } from '@algolia/autocomplete-core';\nimport { noop } from '@algolia/autocomplete-shared';\n+import userEvent from '@testing-library/user-event';\nimport insightsClient from 'search-insights';\n+import {\n+ createPlayground,\n+ createSource,\n... | TypeScript | MIT License | algolia/autocomplete | test(plugins): test Algolia Insights plugin (#783) | 1 | test | plugins |
815,593 | 21.10.2021 17:49:23 | -28,800 | 622c77b8cf9e819f4e83109a9b19dfa52930ae7b | chore: remove unnecessary error cast | [
{
"change_type": "MODIFY",
"diff": "@@ -603,7 +603,6 @@ dependencies = [\n\"ckb-dao-utils\",\n\"ckb-db\",\n\"ckb-db-schema\",\n- \"ckb-error\",\n\"ckb-store\",\n\"ckb-traits\",\n\"ckb-types\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",
"diff": "@... | Rust | MIT License | nervosnetwork/ckb | chore: remove unnecessary error cast | 1 | chore | null |
603,467 | 21.10.2021 18:00:43 | -3,600 | 15535c675469651b835c0b358649a590f2c15b5d | fix(core): `inspected` produces a better description of functions used as parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ describe('Question', () => {\nconst result: number = await extracted.answeredBy(Quentin);\n- expect(extracted.toString()).to.equal('<<example>>.name.slice(5, 7) as Number');\n+ expect(extracted.toString()).to.equal('<<example>>.name.slice(5, 7) as <<Nu... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): `inspected` produces a better description of functions used as parameters | 1 | fix | core |
304,849 | 21.10.2021 18:17:22 | -7,200 | cb1284364a404324d67bac539f666157be6e3d8a | feat(stdlib/pagerduty): add optional custom_details field | [
{
"change_type": "MODIFY",
"diff": "Binary files a/embed/stdlib/pagerduty.fc and b/embed/stdlib/pagerduty.fc differ\n",
"new_path": "embed/stdlib/pagerduty.fc",
"old_path": "embed/stdlib/pagerduty.fc"
},
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.... | Go | MIT License | influxdata/flux | feat(stdlib/pagerduty): add optional custom_details field (#3987) | 1 | feat | stdlib/pagerduty |
71,637 | 21.10.2021 18:24:15 | 25,200 | f4dc54aef09d3b3e63fbd2efd35b084d8b8fa5d8 | docs: fix typo
otional -> optional
*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": "@@ -65,7 +65,7 @@ const queue = new sqs.Queue(this, 'Queue');\nrule.addTarget(new targets.LambdaFunction(fn, {\ndeadLetterQueue: queue, // Optional: add a dead letter queue\n- maxEventAge: cdk.Duration.hours(2), // Otional: set the maxEventAge retry policy\n+ maxEventAge:... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs: fix typo (#16833)
otional -> optional
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | null |
603,467 | 21.10.2021 18:27:28 | -3,600 | f763cd98711364811961a277be3d829ac210f808 | refactor(core): extracted ProxyQuestion-specific interfaces to share them with ProxyInteraction | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ describe('Question', () => {\nconst result: number = await extracted.answeredBy(Quentin);\n- expect(extracted.toString()).to.equal('<<example>>.name.slice(5, 7) as <<Number>>');\n+ expect(extracted.toString()).to.equal('<<example>>.name.slice(5, 7) as ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(core): extracted ProxyQuestion-specific interfaces to share them with ProxyInteraction | 1 | refactor | core |
276,941 | 21.10.2021 18:37:46 | 10,800 | 54dd9cd764ed8a736de2e328e9332c8d58d0c7a0 | feat(avatar): add children prop to avatar native
in order to cover a new scenario for the app was added a new variation to avatar native where a children prop is accepted. | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\n-import { Avatar } from '@gympass/yoga';\n+import { Avatar, Text } from '@gympass/yoga';\nimport { Youtube } from '@gympass/yoga-icons';\nimport { DocTitle } from '../components';\nimport avatar from '..... | JavaScript | MIT License | gympass/yoga | feat(avatar): add children prop to avatar native
in order to cover a new scenario for the app was added a new variation to avatar native where a children prop is accepted. | 1 | feat | avatar |
815,609 | 21.10.2021 19:50:10 | -28,800 | 91482d71a9f6e686cc1ed032455dbffb23a41ba9 | fix(hardfork): tx-pool clear statistical data before re-run all transactions | [
{
"change_type": "MODIFY",
"diff": "@@ -265,15 +265,19 @@ fn refresh_txs_verify_cache_after_hardfork() {\nlet tx_pool = shared.tx_pool_controller();\nlet tx = build_tx(&input_tx, &cell_deps, &lock_script);\n+ let tx_size = tx.data().serialized_size_in_block();\ntx_pool.submit_local_tx(tx.clone()).unwrap().u... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): tx-pool clear statistical data before re-run all transactions | 1 | fix | hardfork |
386,581 | 21.10.2021 20:15:46 | -7,200 | 57a62c406a300010007c636e585a6932159a5584 | chore: Fix blocks test workflow. | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ jobs:\n- name: yarn install\nrun: yarn install\n- name: Build packages\n- run: yarn build --ignore='@lowdefy/api' --ignore='@lowdefy/build' --ignore='@lowdefy/cli' --ignore='@lowdefy/client' --ignore='@lowdefy/engine' --ignore='@lowdefy/graphql*' --ignor... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix blocks test workflow. | 1 | chore | null |
4,988 | 21.10.2021 20:40:23 | -7,200 | 27419908b9ce5319307bb6647335d5c07cd1e3a4 | feat(csv-parse): skip_line_with_errors used with raw print current buffer (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -6172,11 +6172,11 @@ class Parser extends Transform {\nreturn 0;\n}\n__error(msg){\n- const {skip_lines_with_error} = this.options;\n+ const {encoding, raw, skip_lines_with_error} = this.options;\nconst err = typeof msg === 'string' ? new Error(msg) : msg;\nif(skip_lin... | JavaScript | MIT License | adaltas/node-csv | feat(csv-parse): skip_line_with_errors used with raw print current buffer (fix #292) | 1 | feat | csv-parse |
711,597 | 21.10.2021 21:04:35 | -7,200 | 98927dd1a21b5d7891eeb0615a948d2a0639c83b | fix(core): Export ShippingLine entity | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ export * from './session/session.entity';\nexport * from './session/anonymous-session.entity';\nexport * from './session/authenticated-session.entity';\nexport * from './surcharge/surcharge.entity';\n+export * from './shipping-line/shipping-line.entity';... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Export ShippingLine entity | 1 | fix | core |
104,828 | 21.10.2021 21:51:02 | -7,200 | 05011fa15812118d68b4c51a2006bcaed0593d0c | feat(list): add multiselection checkbox | [
{
"change_type": "MODIFY",
"diff": "@@ -44,9 +44,11 @@ const propTypes = {\nheader: OverridePropTypes,\ncontent: OverridePropTypes,\n}),\n+ /** ids of selectable rows with indeterminate selection state */\n+ indeterminateIds: PropTypes.arrayOf(PropTypes.string),\n/** data source of list items */\nitems: Pro... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): add multiselection checkbox
#2987 | 1 | feat | list |
71,504 | 21.10.2021 21:56:08 | 25,200 | 5f7c58bc9b4acc36a197e6ebebceda9923a50ec3 | docs: fix README - change Construct to Stage
A Stage is meant to hold collections of Stacks as a unit of deployment.
*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": "@@ -48,7 +48,7 @@ logical application. You can then treat that new unit the same way you used\nto be able to treat a single stack: by instantiating it multiple times\nfor different instances of your application.\n-You can define a custom subclass of `Construct`, holding o... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs: fix README - change Construct to Stage (#17079)
A Stage is meant to hold collections of Stacks as a unit of deployment.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | null |
551,634 | 21.10.2021 22:01:56 | -3,600 | 888cef7400f5d23223c5b58870f3c35a9ca670b8 | fix(core): fix SO in concurrent FanOut.and | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,8 @@ public class FanOut implements Barrier {\npublic FanOut and(Barrier barrier) {\nHolder _new;\n+ boolean barrierNotSetUp = true;\n+\ndo {\nHolder h = this.holder;\n// read barrier to make sure \"holder\" read doesn't fall below this\n@@ -68,8 +70,9 @@ pub... | Java | Apache License 2.0 | questdb/questdb | fix(core): fix SO in concurrent FanOut.and (#1460) | 1 | fix | core |
304,849 | 21.10.2021 22:16:58 | -7,200 | c7781c225761e31eb4bed569b9efa40f7ff55a82 | feat: add ServiceNow events support | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/embed/stdlib/contrib/bonitoo-io/servicenow.fc differ\n",
"new_path": "embed/stdlib/contrib/bonitoo-io/servicenow.fc",
"old_path": "embed/stdlib/contrib/bonitoo-io/servicenow.fc"
},
{
"change_type": "MODIFY",
"diff": "Binary fi... | Go | MIT License | influxdata/flux | feat: add ServiceNow events support (#3276) | 1 | feat | null |
603,467 | 21.10.2021 22:20:17 | -3,600 | 9e4b346346e753a44e438e9fe94becd031765dbe | test(web): tweaked the test so that it works correctly on SauceLabs | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ describe('Page', () => {\nit('allows the actor to read the inner size of the current page', async () => {\nconst page = await Page.current().answeredBy(actorCalled('Bernie'));\n- const expectedSize = { width: 1600, height: 1200 };\n+ const expectedSize =... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): tweaked the test so that it works correctly on SauceLabs | 1 | test | web |
217,237 | 21.10.2021 22:25:32 | -10,800 | 722774e32aa25f782cc15a281991379a5af62b60 | promo(companies): add space307 | [
{
"change_type": "MODIFY",
"diff": "@@ -91,4 +91,9 @@ export const companies = [\nsrc: \"yandex.svg\",\nalt: \"Yandex\",\n},\n+ {\n+ url: \"https://space307.com/\",\n+ src: \"space307.svg\",\n+ alt: \"~/.space307\",\n+ },\n];\n",
"new_path": "website/src/pages/_config.jsx",
"old_path": "website/src/... | JavaScript | MIT License | feature-sliced/documentation | promo(companies): add space307 | 1 | promo | companies |
603,467 | 21.10.2021 22:55:03 | -3,600 | 58c8951a18d48f7d542c0f5d0c4b3ede8a6d2a92 | ci(github): debgging | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ describe('@serenity-js/jasmine', function () {\nexpect(outcome).to.be.instanceOf(ImplementationPending);\nexpect(outcome.error).to.be.instanceof(ImplementationPendingError);\n+ console.log('>>', outcome.error);\nexpect(outcome.error.message).to.equal('Te... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): debgging | 1 | ci | github |
71,677 | 21.10.2021 22:57:17 | -7,200 | b0d5a573d1d545623713f86cbb185c0ed61d0330 | chore: Missing ; makes initialised test fail linting
The missing ; in the template makes the newly generated test file fail linting.
*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": "@@ -9,5 +9,5 @@ test('Empty Stack', () => {\n// THEN\nexpectCDK(stack).to(matchTemplate({\n\"Resources\": {}\n- }, MatchStyle.EXACT))\n+ }, MatchStyle.EXACT));\n});\n",
"new_path": "packages/aws-cdk/lib/init-templates/v1/app/typescript/test/%name%.test.template.ts",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Missing ; makes initialised test fail linting (#16637)
The missing ; in the template makes the newly generated test file fail linting.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
756,013 | 21.10.2021 22:59:43 | 21,600 | 93b290b6eb3db3bdf36116e4f78907091e5b9d24 | feat(walletManager): enable `agoric.chainWallet` deployment power | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@agoric/dapp-svelte-wallet-api\",\n- \"private\": true,\n+ \"name\": \"@agoric/wallet-backend\",\n\"version\": \"0.10.5\",\n- \"description\": \"Wallet web server handler\",\n+ \"description\": \"Wallet backend\",\n\"type\": \"module\",\n\"scripts\": {\n-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(walletManager): enable `agoric.chainWallet` deployment power | 1 | feat | walletManager |
756,013 | 21.10.2021 23:39:16 | 21,600 | 5e6dc549da61f6c3e10be118a78167108b70b361 | fix(solo): export objects to CapTP on demand
This way, mutations to `home.*` will show up for deploy scripts. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,6 @@ export function buildRootObject(vatPowers) {\nlocal: {},\n};\n- let exportedToCapTP = {\n- loadingNotifier,\n- };\nfunction doneLoading(subsystems) {\nLOADING = LOADING.filter(subsys => !subsystems.includes(subsys));\nloadingUpdater.updateState(LOADING);... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): export objects to CapTP on demand
This way, mutations to `home.*` will show up for deploy scripts. | 1 | fix | solo |
802,856 | 22.10.2021 08:48:16 | 10,800 | 4326418ba78bbc8ce62fc1aadd1ded3f064a969a | feat(checkbox): adding possibility for vue to have a slot with label | [
{
"change_type": "MODIFY",
"diff": "/>\n<span class=\"customCheckbox jsm-icon-ok\"></span>\n{{ label }}\n+ <slot></slot>\n</label>\n<div v-if=\"error\" class=\"error jsm-icon-alert\">\n{{ error }}\n",
"new_path": "packages/vue-ds/src/components/Checkbox/Checkbox.vue",
"old_path": "packages/vue-ds/sr... | TypeScript | Apache License 2.0 | juntossomosmais/venice | feat(checkbox): adding possibility for vue to have a slot with label | 1 | feat | checkbox |
276,939 | 22.10.2021 09:12:43 | 10,800 | 48b73a5079ff76692e1f1cdda6ffd30de7ae2761 | fix(snackbar): use proper box-sizing: border-box inside its container | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,7 @@ const StyledSnackbar = styled.div`\ndisplay: flex;\nalign-items: center;\njustify-content: space-between;\n+ box-sizing: border-box;\nposition: fixed;\nbottom: ${snackbar.position.mobile.bottom}px;\n",
"new_path": "packages/yoga/src/Snackbar/web/Snac... | JavaScript | MIT License | gympass/yoga | fix(snackbar): use proper box-sizing: border-box inside its container | 1 | fix | snackbar |
471,585 | 22.10.2021 09:34:14 | -7,200 | e1dce2e58d53de33a1b468862dec4a5dfe47fcfa | docs: add graphite design system to component libraries | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,12 @@ const componentLibraries = [\ndescription:\n'FAST is a web component library built by Microsoft. The core, `fast-element`, is a lightweight means to easily build performant and standards-compliant Web Components. `fast-foundation` is a library of Web Co... | JavaScript | MIT License | open-wc/open-wc | docs: add graphite design system to component libraries (#2341) | 1 | docs | null |
802,856 | 22.10.2021 09:39:31 | 10,800 | 7c0d926db79cbd087619785581ff81a7b968bf17 | test(checkbox): add text for vue checkbox slot | [
{
"change_type": "MODIFY",
"diff": "@@ -68,4 +68,19 @@ describe('<Checkbox />', () => {\nexpect(container.emitted().input).toBeTruthy()\n})\n+\n+\n+ it('Should render slot inside label if it is passed', async () => {\n+ const container = mount(Checkbox, {\n+ attrs: ATTRS,\n+ slots:{\n+ default: '<a class=\"... | TypeScript | Apache License 2.0 | juntossomosmais/venice | test(checkbox): add text for vue checkbox slot | 1 | test | checkbox |
276,941 | 22.10.2021 09:43:00 | 10,800 | 4768ad6d4d40f7b3e6dd37393bf14e42eb0417df | feat(avatar): add snapshot test
added a snapshot test to the new variation of the component | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { render } from '@testing-library/react-native';\nimport { UserFilled } from '@gympass/yoga-icons';\nimport { ThemeProvider } from '../..';\nimport Avatar from './Avatar';\n+import Text from '../../Text';\ndescribe('<Avatar />', () => {\nit('should ... | JavaScript | MIT License | gympass/yoga | feat(avatar): add snapshot test
added a snapshot test to the new variation of the component | 1 | feat | avatar |
802,856 | 22.10.2021 09:49:24 | 10,800 | bdb80e6fd11edf6b90f743438399c795ca40a5d6 | docs(checkbox): add slot to docs | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,9 @@ Checkbox is a content container for text, photos, and actions in the context of\n<div class=\"row-items\" style=\"display: flex\">\n<Checkbox label=\"label\" testeid=\"testeid\" v-model=\"checkbox\" style=\"flex: 1\"/>\n<Checkbox label=\"label\" id=\"ven... | TypeScript | Apache License 2.0 | juntossomosmais/venice | docs(checkbox): add slot to docs | 1 | docs | checkbox |
277,286 | 22.10.2021 09:52:26 | -7,200 | 770edfd03387f18847c4cc21ccf33700a071af40 | fix: expand spinbox input for available space when tooltip specified | [
{
"change_type": "MODIFY",
"diff": "@@ -245,7 +245,7 @@ const\nif (m.checklist) return <XToolTip content={m.checklist.tooltip}><XChecklist model={m.checklist} /></XToolTip>\nif (m.combobox) return <XToolTip content={m.combobox.tooltip}><XCombobox model={m.combobox} /></XToolTip>\nif (m.slider) return <XTool... | Python | Apache License 2.0 | h2oai/wave | fix: expand spinbox input for available space when tooltip specified | 1 | fix | null |
815,598 | 22.10.2021 10:32:28 | -28,800 | c36c75c9213c4768e92d3cf1b246bf93bc5f7fb9 | doc: annotate migration since version
It tells us which migrations will run from a specific version. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,11 +21,11 @@ impl Migrate {\npub fn new<P: Into<PathBuf>>(path: P) -> Self {\nlet mut migrations = Migrations::default();\nmigrations.add_migration(Box::new(DefaultMigration::new(INIT_DB_VERSION)));\n- migrations.add_migration(Box::new(migrations::ChangeMoleculeTab... | Rust | MIT License | nervosnetwork/ckb | doc: annotate migration since version
It tells us which migrations will run from a specific version. | 1 | doc | null |
603,467 | 22.10.2021 10:39:50 | -3,600 | 707dbff16cf909a12c437984e156f55d2df1e2a0 | fix(jasmine): upgraded Jasmine to 3.10.0
and relaxed a test to cater for regression jasmine/jasmine#1939 | [
{
"change_type": "MODIFY",
"diff": "\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n\"@types/chai\": \"^4.2.22\",\n\"@types/jasmine\": \"^3.8.2\",\n- \"jasmine\": \"^3.8.0\",\n+ \"jasmine\": \"^3.10.0\",\n\"npm-failsafe\": \"^0.4.3\",\n\"ts-node\": \"^10.2.1\",\n\"typescript\": \"^4.4.3\"\n",
"new_path": "e... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(jasmine): upgraded Jasmine to 3.10.0
and relaxed a test to cater for regression jasmine/jasmine#1939 | 1 | fix | jasmine |
815,598 | 22.10.2021 10:46:03 | -28,800 | 5a24f11e01e22b16e3b3142600b7a06371c54960 | ci: use new skip ci command in pr template | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ Tests <!-- At least one of them must be included. -->\n- Unit test\n- Integration test\n- Manual test (add detailed scripts or steps below)\n-- No code (skip ci)\n+- No code ci-runs-only: [ quick_checks,linters ]\nSide effects\n",
"new_path": ".githu... | Rust | MIT License | nervosnetwork/ckb | ci: use new skip ci command in pr template | 1 | ci | null |
777,369 | 22.10.2021 10:47:40 | 21,600 | 2e93116cfcba71aa8f2c36c337d52f3d1fdce43f | chore: add test coverage report | [
{
"change_type": "MODIFY",
"diff": "\"lint:js\": \"eslint \\\"src/**/*.{js,jsx,ts,tsx}\\\"\",\n\"lint:css\": \"stylelint --config .stylelintrc.js \\\"src/**/*.{css,less,scss}\\\"\",\n\"test\": \"react-app-rewired test\",\n+ \"test:coverage\": \"CI=true npm test -- --env=jsdom --coverage\",\n\"eject\": \"rea... | Python | Apache License 2.0 | determined-ai/determined | chore: add test coverage report (#3109) | 1 | chore | null |
104,835 | 22.10.2021 10:51:27 | 14,400 | 3ab3b43d5c145b812910881ec96fda1de5161e1b | fix(datetimepicker): support relativeTo customization | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {\nOutput,\nSimpleChanges,\n} from '@angular/core';\n-import { DateRange, DateTimeSelection, RelativeRange } from './date-time-picker.component';\n+import { DateRange, DateTimeSelection, RelativeRange, relativeToOption } from './date-time-picker.com... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): support relativeTo customization | 1 | fix | datetimepicker |
104,835 | 22.10.2021 10:52:00 | 14,400 | a3a6d74e30a7ecc3a4ac2fee659c86814083eec7 | fix(datetimepicker): absolute end time | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,7 @@ import { format, setHours, setMinutes } from 'date-fns';\n})\nexport class DateTimeAbsoluteComponent implements OnChanges {\nstartTime = '00:00';\n- endTime = '00:00';\n+ endTime = '23:59';\ndateRange = null;\n@Input() value = [];\n",
"new_path": "pa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): absolute end time | 1 | fix | datetimepicker |
277,277 | 22.10.2021 10:56:56 | -7,200 | 8ca32c532ab9699cb249c0f7cca9070254a34977 | feat: Profile card. | [
{
"change_type": "ADD",
"diff": "+# Profile\n+# Create a profile card to display information about a user.\n+# ---\n+from h2o_wave import site, ui\n+\n+page = site['/demo']\n+\n+image = 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&h=750&w=1260'\n+page.add('example', ui.pro... | Python | Apache License 2.0 | h2oai/wave | feat: Profile card. (#1039) | 1 | feat | null |
71,120 | 22.10.2021 11:16:17 | -32,400 | 672acba9e532776832565d0fb91a59f261d6a466 | docs(applicationautoscaling): fix wrong description for EnableScalingProps
`EnableScalingProps` has no relation to DynamoDB.
*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": "@@ -86,7 +86,7 @@ export abstract class BaseScalableAttribute extends CoreConstruct {\n}\n/**\n- * Properties for enabling DynamoDB capacity scaling\n+ * Properties for enabling Application Auto Scaling\n*/\nexport interface EnableScalingProps {\n/**\n",
"new_path": "... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(applicationautoscaling): fix wrong description for EnableScalingProps (#16863)
`EnableScalingProps` has no relation to DynamoDB.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | applicationautoscaling |
815,598 | 22.10.2021 11:16:24 | -28,800 | fe60878fac4ab10f7c59c2b96c8b1c1480215c0b | doc(README): update CI badges | [
{
"change_type": "MODIFY",
"diff": "master | develop\n-------|----------\n-[](https://github.com/nervosnetwork/ckb/actions/workflows/ci.yaml?query=branch%3Amaster) | [: update CI badges | 1 | doc | README |
815,598 | 22.10.2021 11:25:21 | -28,800 | b66d096a88f96b17906e2834a5149c9e955953e4 | doc: update README
Put licence section near the top.
Add some links directory to
Format the markdown file | [
{
"change_type": "MODIFY",
"diff": "@@ -21,26 +21,27 @@ CKB supports scripting in any programming language with its own [CKB-VM](https:/\nSupport for different platforms are organized into [three tiers](docs/platform-support.md), each with a different set of guarantees.\n-**Notice**: The ckb process will se... | Rust | MIT License | nervosnetwork/ckb | doc: update README
- Put licence section near the top.
- Add some links directory to https://docs.nervos.org/
- Format the markdown file | 1 | doc | null |
815,598 | 22.10.2021 11:30:19 | -28,800 | 2fe080c4e19a43a3b947309675206d246e29ad89 | doc(README): ckb is production ready now | [
{
"change_type": "MODIFY",
"diff": "@@ -45,10 +45,7 @@ CKB uses the [Eaglesong](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/\n## Development Process\n-This project is still in development, and it's NOT in production-ready status.\n-The board also lists some [known issues](https://github.com/nervo... | Rust | MIT License | nervosnetwork/ckb | doc(README): ckb is production ready now | 1 | doc | README |
4,988 | 22.10.2021 11:41:06 | -7,200 | b756bd6ab0dfe98d1aba15fac73c761cf22ddea7 | ci: update bug report gh template | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,9 @@ A clear and concise description of what the bug is, the CSV package version you\n**To Reproduce**\n-Please provide us with a unit test, an example code or even pseudo-code. It could be written in JavaScript or CoffeeScript, it doesn't matter. What's impo... | JavaScript | MIT License | adaltas/node-csv | ci: update bug report gh template | 1 | ci | null |
141,516 | 22.10.2021 12:10:58 | -39,600 | d01c9d3723cf40c991ad03923bb8eb632d99e8b7 | feat: update workspaces config for lerna | [
{
"change_type": "MODIFY",
"diff": "{\n\"version\": \"independent\",\n\"npmClient\": \"yarn\",\n- \"packages\": [\"packages/*\", \"draft-packages/*\", \"legacy-packages/*\"]\n+ \"packages\": [\"packages/*\", \"draft-packages/*\", \"legacy-packages/*\"],\n+ \"useWorkspaces\": true\n}\n",
"new_path": "ler... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: update workspaces config for lerna (#2114) | 1 | feat | null |
4,988 | 22.10.2021 12:23:02 | -7,200 | f7313bd2bd2a6d3fb98f547890cfd4dddfb54ab3 | docs: issue 298 sample | [
{
"change_type": "ADD",
"diff": "+\n+import {parse} from 'csv-parse/sync';\n+\n+const camelCaseColumns = (header) => {\n+ return header.map((label) => {\n+ return label.toUpperCase();\n+ });\n+};\n+console.log(\n+ parse('a,b,c\\n1,2,3', { encoding: 'utf8',\n+ columns: camelCaseColumns,\n+ // cast: castToSch... | JavaScript | MIT License | adaltas/node-csv | docs: issue 298 sample | 1 | docs | null |
104,844 | 22.10.2021 12:41:57 | 14,400 | ec56cd47f6be02891533b1b86d52e8e1022819ef | chore(test-app): catch the sigkill and return 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -81,4 +81,8 @@ jobs:\nif: ${{ success() }}\nrun: |\ntimeout 2m bash dist/src/utils/serveTestApp.sh\n+ status=\"$?\"\n+ if (( status == 124 )); then\nexit 0\n+ fi\n+ exit \"$status\"\n",
"new_path": ".github/workflows/test-app.yml",
"old_path": ".github/workflow... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): catch the sigkill and return 0 | 1 | chore | test-app |
71,695 | 22.10.2021 12:41:57 | -21,600 | 0520ca2a7ac695115df7cb43e1c0aececd6802ed | docs(amplify): fix files example in BuildSpec.fromObjectToYaml
passing `files: '**/*'` to artifacts doesn't work. It needs to be an array.
*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": "@@ -55,7 +55,8 @@ const amplifyApp = new amplify.App(this, 'MyApp', {\n},\nartifacts: {\nbaseDirectory: 'public',\n- files: '**/*'\n+ files:\n+ - '**/*'\n}\n}\n})\n",
"new_path": "packages/@aws-cdk/aws-amplify/README.md",
"old_path": "packages/@aws-cdk/aws-amplify... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(amplify): fix files example in BuildSpec.fromObjectToYaml (#16701)
passing `files: '**/*'` to artifacts doesn't work. It needs to be an array.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | amplify |
866,418 | 22.10.2021 12:43:16 | 14,400 | b22136785585f3ab09bebc1f13b04fb79f184860 | fix(callout-with-media): text width update
### Related Ticket(s)
JIRA:
GH:
### Description
To match [callout with media design specs](https://ibm.ent.box.com/file/785625535350), this diff overrides calculated percentage width for section title and section copy to use explicit padding and max-width enforcement.
### Chan... | [
{
"change_type": "MODIFY",
"diff": "color: $inverse-01;\n}\n+ :host(#{$dds-prefix}-callout-with-media) ::slotted([slot='heading']),\n+ .#{$prefix}--callout-with-media .#{$prefix}--content-block__heading,\n+ :host(#{$dds-prefix}-callout-with-media) ::slotted([slot='copy']),\n+ .#{$prefix}--callout-with-media... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(callout-with-media): text width update (#7459)
### Related Ticket(s)
JIRA: https://jsw.ibm.com/browse/HC-2260
GH: #5442
### Description
To match [callout with media design specs](https://ibm.ent.box.com/file/785625535350), this diff overrides calculated percentage width for section title and section cop... | 1 | fix | callout-with-media |
103,622 | 22.10.2021 12:51:18 | 25,200 | 14916e3ea979cf7f36fb2cf8f4163b81f24b9056 | feat(banner): add optional callback for on animation complete | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,12 @@ const BannerExample = () => {\n]}\nicon={require('../../assets/images/email-icon.png')}\nvisible={visible}\n+ onShowAnimationFinished={() =>\n+ console.log('Completed opening animation')\n+ }\n+ onHideAnimationFinished={() =>\n+ console.log('Completed c... | TypeScript | MIT License | callstack/react-native-paper | feat(banner): add optional callback for on animation complete (#2758) | 1 | feat | banner |
551,636 | 22.10.2021 12:55:05 | -3,600 | d33c5fda8b966cbc885427add8b3917518177ec3 | fix(sql): fixed error with `count()` in non-keyed vector aggregations | [
{
"change_type": "MODIFY",
"diff": "@@ -103,6 +103,12 @@ public class TableWriter implements Closeable {\nprivate final FragileCode RECOVER_FROM_META_RENAME_FAILURE = this::recoverFromMetaRenameFailure;\nprivate final SOCountDownLatch indexLatch = new SOCountDownLatch();\nprivate final LongList indexSequenc... | Java | Apache License 2.0 | questdb/questdb | fix(sql): fixed error with `count()` in non-keyed vector aggregations (#1457) | 1 | fix | sql |
865,921 | 22.10.2021 12:57:45 | -7,200 | c86aaf6d549d4d3034b3e488334666c2d106a494 | ci: enable automatic Dependabot PRs for critical Electron* dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -14,32 +14,40 @@ updates:\nreviewers:\n- \"bpmn-io/modeling-dev\"\ncommit-message:\n- prefix: \"deps:\"\n+ prefix: \"deps(builder):\"\nversioning-strategy: \"increase-if-necessary\"\nopen-pull-requests-limit: 0\n+ - package-ecosystem: \"npm\"\n+ directory: \"/\"\n+ sch... | JavaScript | MIT License | camunda/camunda-modeler | ci: enable automatic Dependabot PRs for critical Electron* dependencies | 1 | ci | null |
688,524 | 22.10.2021 13:04:18 | -7,200 | 905088bf84f6efd1904fd6c9211bfb090d576481 | feat(Typography): add new size of Typography | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ describe('Typography', () => {\nit('renders body', () => {\nmount(\n<TestingPicasso>\n- {(['small', 'medium', 'large'] as const).map(size => (\n+ {(['xsmall', 'small', 'medium', 'large'] as const).map(size => (\n<Typography key={size} variant='body' size={... | TypeScript | MIT License | toptal/picasso | feat(Typography): add new size of Typography (#2196) | 1 | feat | Typography |
386,581 | 22.10.2021 13:14:53 | -7,200 | d616c059b4897499f6852fe6edc11f198e2d368e | chore: Fix pull request block tests | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ jobs:\n- name: yarn install\nrun: yarn install\n- name: Build packages\n- run: yarn build --ignore='@lowdefy/api' --ignore='@lowdefy/build' --ignore='@lowdefy/cli' --ignore='@lowdefy/client' --ignore='@lowdefy/engine' --ignore='@lowdefy/graphql*' --ignor... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix pull request block tests | 1 | chore | null |
104,844 | 22.10.2021 13:24:00 | 14,400 | fa7af9ffbd369e800727e5daaafb16a83ca3d320 | chore(test-app): fix if else bash script | [
{
"change_type": "MODIFY",
"diff": "@@ -79,10 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: |\n- timeout 2m bash dist/src/utils/serveTestApp.sh\n- status=\"$?\"\n- if (( status == 124 )); then\n- exit 0\n- fi\n- exit \"$status\"\n+ run: timeout 2m bash dist/src/utils/serveTestApp.sh || sta... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): fix if else bash script | 1 | chore | test-app |
141,511 | 22.10.2021 13:55:49 | -46,800 | 759e9ab87c634357b31adce5e342a3887d15a1d0 | fix: Add type='button' to Popover dismiss button
We should default to type button so that we don't accidentally
submit forms.
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,7 @@ export const Popover: PopoverModernType = ({\n)}\n<div className={styles.singleLine}>{heading}</div>\n{dismissible && (\n- <button className={styles.close} onClick={onClose}>\n+ <button className={styles.close} onClick={onClose} type=\"button\">\n<Icon... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Add type='button' to Popover dismiss button (#2111)
We should default to type button so that we don't accidentally
submit forms.
fixes #2110 | 1 | fix | null |
865,917 | 22.10.2021 13:59:00 | -7,200 | 6346d948215a2825dde836c665bc45bbac1b662d | feat(tabs): use svg for close handle icons
Closes | [
{
"change_type": "ADD",
"diff": "+<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n+ <path d=\"M8.00356 14.544C7.1289 14.544 6.30756 14.3787 5.53956 14.048C4.77156 13.728 4.09423 13.28 3.50756 12.704C2.93156 12.1173 2.47823 11.44 2.14756 10.672C1.82756 9.904 1.667... | JavaScript | MIT License | camunda/camunda-modeler | feat(tabs): use svg for close handle icons
Closes #2507 | 1 | feat | tabs |
14,244 | 22.10.2021 14:01:21 | -7,200 | abd1d35b50e27310448bec3f99f825e92eeb256f | test(plugins): test Recent Searches plugin | [
{
"change_type": "MODIFY",
"diff": "+import { createAutocomplete } from '@algolia/autocomplete-core';\n+import { autocomplete } from '@algolia/autocomplete-js';\n+import { createQuerySuggestionsPlugin } from '@algolia/autocomplete-plugin-query-suggestions';\nimport { noop } from '@algolia/autocomplete-share... | TypeScript | MIT License | algolia/autocomplete | test(plugins): test Recent Searches plugin (#784) | 1 | test | plugins |
14,244 | 22.10.2021 14:01:39 | -7,200 | fb987278edf27240108c704f337fd677c7b0d5a9 | test(plugins): test Local Storage Recent Searches plugin | [
{
"change_type": "MODIFY",
"diff": "+import { createAutocomplete } from '@algolia/autocomplete-core';\n+import { autocomplete } from '@algolia/autocomplete-js';\n+import { fireEvent, waitFor, within } from '@testing-library/dom';\n+import userEvent from '@testing-library/user-event';\n+\n+import { createPla... | TypeScript | MIT License | algolia/autocomplete | test(plugins): test Local Storage Recent Searches plugin (#785) | 1 | test | plugins |
4,988 | 22.10.2021 14:27:59 | -7,200 | c169b17da4f5e9fe8ccb3f96e94417c65b854869 | docs: package.json issues | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"csv_demo_cjs\",\n+ \"version\": \"0.0.0\",\n+ \"main\": \"index.js\",\n+ \"license\": \"MIT\",\n+ \"type\": \"module\",\n+ \"private\": true,\n+ \"devDependencies\": {\n+ \"coffeescript\": \"^2.6.1\",\n+ \"mocha\": \"^9.1.3\",\n+ \"should\": \"^13.2.3\"\n+ ... | JavaScript | MIT License | adaltas/node-csv | docs: package.json issues | 1 | docs | null |
4,988 | 22.10.2021 14:32:15 | -7,200 | 44a3b37d0e54a284d531cbf357fa76632c576933 | build: missing files | [
{
"change_type": "MODIFY",
"diff": "@@ -6461,11 +6461,11 @@ class Parser extends Transform {\nreturn 0;\n}\n__error(msg){\n- const {skip_lines_with_error} = this.options;\n+ const {encoding, raw, skip_lines_with_error} = this.options;\nconst err = typeof msg === 'string' ? new Error(msg) : msg;\nif(skip_lin... | JavaScript | MIT License | adaltas/node-csv | build: missing files | 1 | build | null |
104,828 | 22.10.2021 14:32:53 | -7,200 | 6e6c1339c8b6e8092e40ae2fde86de01a79a6ba6 | fix(table): removed lightweight prop from story | [
{
"change_type": "MODIFY",
"diff": "@@ -806,7 +806,6 @@ export const TableWithColumnGrouping = () => {\n<MyTable\nid=\"table\"\nuseZebraStyles={useZebraStyles}\n- lightweight={lightweight}\ncolumns={tableColumns.slice(0, 4)}\ncolumnGroups={object('Column groups (columnGroups)', [\n{\n",
"new_path": "pac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): removed lightweight prop from story | 1 | fix | table |
4,988 | 22.10.2021 14:33:31 | -7,200 | e26fd26338ee2a6b0ec1193bd9f538dc608617b3 | docs: esm demo | [
{
"change_type": "ADD",
"diff": "+\n+// Import the package main module\n+import * as csv from 'csv'\n+\n+// Run the pipeline\n+csv\n+// Generate 20 records\n+.generate({\n+ delimiter: '|',\n+ length: 20\n+})\n+// Transform CSV data into records\n+.pipe(csv.parse({\n+ delimiter: '|'\n+}))\n+// Transform each... | JavaScript | MIT License | adaltas/node-csv | docs: esm demo | 1 | docs | null |
4,988 | 22.10.2021 14:33:40 | -7,200 | 66006cf0ea4a52b3e82192fc236ba1811d112d52 | docs: cjs demo | [
{
"change_type": "ADD",
"diff": "+\n+# Node.js CSV demo for CommonJS\n+\n+The package exposes a few JavaScript and TypeScript examples to import the CSV parser using the CommonJS module loader.\n",
"new_path": "demo/cjs/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+\n... | JavaScript | MIT License | adaltas/node-csv | docs: cjs demo | 1 | docs | null |
4,988 | 22.10.2021 14:37:29 | -7,200 | c804dbf04f7ea10859299bfbc15eb882426450bf | build: lint all packages | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"npm run build:rollup && npm run build:ts\",\n\"build:rollup\": \"npx rollup -c\",\n\"build:ts\": \"cp lib/*.ts dist/cjs && cp lib/*.ts dist/esm\",\n- \"lint\": \"npm run lint:coffee && npm run lint:js\",\n- \"lint:coffee\": \"coffeelint test/*.coffee\",\n- \"... | JavaScript | MIT License | adaltas/node-csv | build: lint all packages | 1 | build | null |
141,506 | 22.10.2021 14:44:38 | -39,600 | da436315ea21c17f4feaac870d525d416da9f64a | fix: elm field description styles | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ module KaizenDraft.Form.Primitives.FieldMessage.FieldMessage exposing (FieldMess\nimport CssModules exposing (css)\nimport Html exposing (..)\nimport Html.Attributes\n+import Paragraph.Paragraph as Paragraph exposing (TypeVariant(..))\nstyles =\n@@ -21,10 ... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: elm field description styles (#2115) | 1 | fix | null |
756,038 | 22.10.2021 14:47:22 | 25,200 | b6910c9f2006348dd082ce41b8442ece300e6956 | refactor: slice allocation, typo | [
{
"change_type": "MODIFY",
"diff": "@@ -90,10 +90,10 @@ func (ch portHandler) handleGetStaking(ctx sdk.Context, msg portMessage) (string\nreply := msgStaking{\nEpochTag: fmt.Sprint(ctx.BlockHeight()),\nDenom: ch.keeper.BondDenom(ctx),\n- ValidatorValues: make([]sdk.Int, 0),\n- DelegatorStates: make([]delega... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: slice allocation, typo | 1 | refactor | null |
877,015 | 22.10.2021 14:50:20 | -7,200 | 2ae50d70bfa7ec632160a361eca333f6e33a3556 | fix(@vtmn/react): dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@types/react-dom\": \"^17.0.0\",\n\"@typescript-eslint/eslint-plugin\": \"^5.0.0\",\n\"@typescript-eslint/parser\": \"^5.0.0\",\n+ \"@vtmn/css-badge\": \"^0.3.14\",\n+ \"@vtmn/css-button\": \"^0.6.10\",\n+ \"@vtmn/css-checkbox\": \"^0.4.19\",\n+ \"@vtmn/css-link\": \"^0... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/react): dependencies | 1 | fix | @vtmn/react |
104,844 | 22.10.2021 14:52:51 | 14,400 | fac19abb9afa044c36f7ab7309d0a41aa7c10947 | chore(test-app): if statement needed space between brackets | [
{
"change_type": "MODIFY",
"diff": "@@ -79,4 +79,4 @@ jobs:\n- name: Serve app\nif: ${{ success() }}\n- run: timeout 2m bash dist/src/utils/serveTestApp.sh || status=\"$?\" if [[$status -ne 124]]; then exit $status; else exit 0; fi\n+ run: timeout 2m bash dist/src/utils/serveTestApp.sh || status=\"$?\" if [... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(test-app): if statement needed space between brackets | 1 | chore | test-app |
438,921 | 22.10.2021 16:14:42 | -32,400 | 5ebcd80d6a9e378bffa7d583d38fd90c29e2837d | fix(build): fix packaged build for ie
Make 'internmap' package dependent from d3, to be transpiled
Update for loop syntax for not being transpiled properly
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -412,7 +412,7 @@ export default {\nreturn target;\n},\n- mapToIds(targets) {\n+ mapToIds(targets): string[] {\nreturn targets.map(d => d.id);\n},\n",
"new_path": "src/ChartInternal/data/data.ts",
"old_path": "src/ChartInternal/data/data.ts"
},
{
"change... | TypeScript | MIT License | naver/billboard.js | fix(build): fix packaged build for ie
- Make 'internmap' package dependent from d3, to be transpiled
- Update for loop syntax for not being transpiled properly
Fix #2375 | 1 | fix | build |
73,373 | 22.10.2021 16:22:04 | -3,600 | e5ba807a2da6bdb88ecd66d35770269a8292d805 | feat(jsii): experimental --strip-deprecated with file
Introduce an optional new parameter for the `--strip-deprecated` feature, which
allows constrains the feature to only strip deprecated API elements present in
an allowlist file. This can be used to preserve some deprecated API elements
while stripping others. | [
{
"change_type": "MODIFY",
"diff": "@@ -78,3 +78,14 @@ However, in order to ensure the underlying code continues to work as designed,\nthe *implementation* of such declarations will remain in the **JavaScript**\n(`.js`) files produced by the compilation. This is, in fact, similar to marking\nall `@deprecate... | TypeScript | Apache License 2.0 | aws/jsii | feat(jsii): experimental --strip-deprecated with file (#3085)
Introduce an optional new parameter for the `--strip-deprecated` feature, which
allows constrains the feature to only strip deprecated API elements present in
an allowlist file. This can be used to preserve some deprecated API elements
while stripping ot... | 1 | feat | jsii |
104,828 | 22.10.2021 16:24:07 | -7,200 | 5ce8af375be8c2178309793346045a26484c6c27 | fix(table): remove lightwight knob from story | [
{
"change_type": "MODIFY",
"diff": "@@ -766,7 +766,6 @@ export const TableWithColumnGrouping = () => {\nconst selectedTableType = select('Type of Table', ['Table', 'StatefulTable'], 'Table');\nconst MyTable = selectedTableType === 'StatefulTable' ? StatefulTable : Table;\nconst useZebraStyles = boolean('Alt... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove lightwight knob from story | 1 | fix | table |
877,015 | 22.10.2021 16:31:12 | -7,200 | aaf93ad1bad9df92c7ce1ab1fe000f540161c557 | refactor(@vtmn/vue): add design tokens in build folder | [
{
"change_type": "MODIFY",
"diff": "-import '@vtmn/css-design-tokens';\nimport '@vtmn/vue/dist/style.css'\nimport '@vtmn/icons/dist/vitamix/font/vitamix.css';\nimport { withDesign } from 'storybook-addon-designs';\n",
"new_path": "packages/showcases/vue/.storybook/preview.js",
"old_path": "packages/... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/vue): add design tokens in build folder | 1 | refactor | @vtmn/vue |
401,116 | 22.10.2021 16:34:35 | -19,080 | d46efe9af948b4be1ebe2e5f0fc1af5a5e7f5ec3 | revert(core): change rowData prop type
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { Dispatch, SetStateAction } from 'react';\nimport ColumnConfiguration from './ColumnConfiguration';\nexport type SortOrder = 'asc' | 'desc';\n-export type ObjectType = Record<string, unknown>;\n+export type ObjectType = Record<string, any>;\nexport... | TypeScript | MIT License | medly/medly-components | revert(core): change rowData prop type (#494)
affects: @medly-components/core
Co-authored-by: Sameer Waskar <sameer.waskar@medly.com> | 1 | revert | core |
4,988 | 22.10.2021 16:36:18 | -7,200 | b780fbd26f5e54494e511eb2e004d3cdedee3593 | fix: refer to esm files in dist | [
{
"change_type": "MODIFY",
"diff": "},\n\"exports\": {\n\".\": {\n- \"import\": \"./lib/index.js\",\n+ \"import\": \"./dist/esm/index.js\",\n\"require\": \"./dist/cjs/index.cjs\"\n},\n\"./sync\": {\n- \"import\": \"./lib/sync.js\",\n+ \"import\": \"./dist/esm/sync.js\",\n\"require\": \"./dist/cjs/sync.cjs\"... | JavaScript | MIT License | adaltas/node-csv | fix: refer to esm files in dist | 1 | fix | null |
4,988 | 22.10.2021 16:36:38 | -7,200 | a75daa9f85c7b233522b89f25118a1c62a878c89 | docs: use ts-node in cjs demo | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ describe 'Samples', ->\nwhen '.js'\n'node'\nwhen '.ts'\n- 'node --loader ts-node/esm'\n+ 'ts-node'\n+ # Note, also works with:\n+ # 'node --loader ts-node/esm'\nexec \"#{bin} #{path.resolve dir, sample}\", (err, stdout, stderr) ->\ncallback err\n",
"... | JavaScript | MIT License | adaltas/node-csv | docs: use ts-node in cjs demo | 1 | docs | null |
104,855 | 22.10.2021 16:50:37 | -19,080 | cf357d93dccd044d952eade15ee6a09292827a30 | fix(card): added disabled and hidden support | [
{
"change_type": "MODIFY",
"diff": "@@ -139,6 +139,18 @@ export const WithEllipsedTitleTooltipExternalTooltip = () => {\nitemText: 'Item2',\ncallback: action('extra three dot action item2 clicked.'),\n},\n+ {\n+ id: 'thirdItem',\n+ itemText: 'Item3',\n+ disabled: true,\n+ callback: action('extra three dot a... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): added disabled and hidden support
#2846 | 1 | fix | card |
877,015 | 22.10.2021 16:52:17 | -7,200 | 942960902e87bd8b3de2fc6baf4ea7b8749642b3 | docs(@vtmn/vue): apply dark mode | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,9 @@ module.exports = {\n'@storybook/addon-a11y',\n'@whitespace/storybook-addon-html',\n'storybook-addon-designs',\n- 'storybook-mobile',\n- 'storybook-addon-outline'\n+ 'storybook-mobile'\n],\n+ features: {\n+ postcss: false,\n+ },\n};\n",
"new_path": "pac... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/vue): apply dark mode | 1 | docs | @vtmn/vue |
438,921 | 22.10.2021 16:53:40 | -32,400 | 5b7a88a14e41eadeef131d9731bdb0d4dabf2d58 | chore(build): replace eslint-loader to eslint-webpack-plugin
remove eslint-loader config from production build
and replace it by eslint-webpack-plugin
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const terserConfig = require(\"../terserConfig.cjs\");\nconst banner = require(\"../banner.cjs\");\nconst CssMinimizerPlugin = require(\"css-minimizer-webpack-plugin\");\nconst MiniCssExtractPlugin = require(\"mini-css-extract-plugin\");\n+const ESLintPlug... | TypeScript | MIT License | naver/billboard.js | chore(build): replace eslint-loader to eslint-webpack-plugin (#2380)
remove eslint-loader config from production build
and replace it by eslint-webpack-plugin
Fix #2379 | 1 | chore | build |
877,015 | 22.10.2021 17:16:40 | -7,200 | 3797c6553cc395d3f48ca496412658e98fb4d389 | refactor(@vtmn/vue): delete build warnings | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\npresets: ['@vue/cli-plugin-babel/preset'],\n+ plugins: [\n+ ['@babel/plugin-proposal-private-methods', { loose: true }],\n+ ['@babel/plugin-proposal-private-property-in-object', { loose: true }],\n+ ],\n};\n",
"new_path": "packages/showcases/vue/ba... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/vue): delete build warnings | 1 | refactor | @vtmn/vue |
438,921 | 22.10.2021 17:17:00 | -32,400 | 76f864a886e8c96d8182de51eab4f007e9a17598 | skip: uncommend gh-pages deploy | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ push() {\nfi\n# push to github pages\n- # npx gh-pages --dist $DIST_FOLDER --dest $DEST_FOLDER --add --remote $DEST_REMOTE --message $COMMIT_MESSAGE\n+ npx gh-pages --dist $DIST_FOLDER --dest $DEST_FOLDER --add --remote $DEST_REMOTE --message $COMMIT_MES... | TypeScript | MIT License | naver/billboard.js | skip: uncommend gh-pages deploy | 1 | skip | null |
756,038 | 22.10.2021 18:12:33 | 25,200 | 2d7394bb13d4eabe6349ccf4d583625307d115da | refactor: use JSON null instead of in-band signaling | [
{
"change_type": "MODIFY",
"diff": "@@ -48,8 +48,10 @@ type delegatorState struct {\ntype msgStaking struct {\nEpochTag string `json:\"epoch_tag\"`\nDenom string `json:\"denom\"`\n- ValidatorValues []sdk.Int `json:\"validator_values\"`\n- DelegatorStates []delegatorState `json:\"delegator_states\"`\n+ // th... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: use JSON null instead of in-band signaling | 1 | refactor | null |
103,510 | 22.10.2021 18:13:05 | 10,800 | 5821ee5fd476020d853f8b07ac25b7861f623ce4 | fix: override Card surface colors with theme | [
{
"change_type": "MODIFY",
"diff": "@@ -155,6 +155,7 @@ const Card = ({\ncardMode === 'outlined' ? styles.outlined : {},\nstyle,\n]}\n+ theme={theme}\n{...rest}\n>\n<TouchableWithoutFeedback\n",
"new_path": "src/components/Card/Card.tsx",
"old_path": "src/components/Card/Card.tsx"
},
{
"chan... | TypeScript | MIT License | callstack/react-native-paper | fix: override Card surface colors with theme (#2948) | 1 | fix | null |
4,988 | 22.10.2021 20:34:00 | -7,200 | dbfeb78f61ed36f02936d63a53345708ca213e45 | feat: backport support for node 14 | [
{
"change_type": "MODIFY",
"diff": "],\n\"homepage\": \"https://csv.js.org/generate/\",\n\"license\": \"MIT\",\n- \"main\": \"./dist/cjs\",\n+ \"main\": \"./dist/cjs/index.cjs\",\n\"mocha\": {\n\"inline-diffs\": true,\n\"loader\": \"./test/loaders/all.mjs\",\n\"test\": \"mocha 'test/**/*.{coffee,ts}'\"\n},\... | JavaScript | MIT License | adaltas/node-csv | feat: backport support for node 14 | 1 | feat | null |
815,601 | 22.10.2021 21:19:07 | -28,800 | 3ad1db8b4bdc35b0a540f62c64377822e405b2e9 | chore: remove prelude FromIterator | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,6 @@ use ckb_types::{\n},\n};\nuse std::collections::HashMap;\n-use std::iter::FromIterator;\nuse std::sync::Arc;\n#[test]\n",
"new_path": "sync/src/relayer/tests/block_transactions_process.rs",
"old_path": "sync/src/relayer/tests/block_transactions_p... | Rust | MIT License | nervosnetwork/ckb | chore: remove prelude FromIterator | 1 | chore | null |
471,152 | 22.10.2021 21:21:07 | -7,200 | b531acffbf9c4c8f5fcddb699efb736053d6485e | docs: expose existing comments | [
{
"change_type": "MODIFY",
"diff": "@@ -57,13 +57,15 @@ export type XHRCustomAttributeFunction = (\n*/\nexport interface XMLHttpRequestInstrumentationConfig\nextends InstrumentationConfig {\n- // the number of timing resources is limited, after the limit\n- // (chrome 250, safari 150) the information is not... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | docs: expose existing comments (#2555) | 1 | docs | null |
4,988 | 22.10.2021 22:02:46 | -7,200 | aa267524dfee527856d01dd14d2bbb42b568d5e3 | docs: lint demo | [
{
"change_type": "MODIFY",
"diff": "const assert = require('assert');\nconst { parse } = require('csv-parse');\n-const output = []\n+const output = [];\n// Create the parser\nconst parser = parse({\ndelimiter: ':'\n-})\n+});\n// Use the readable stream api to consume records\nparser.on('readable', function(... | JavaScript | MIT License | adaltas/node-csv | docs: lint demo | 1 | docs | null |
217,237 | 22.10.2021 22:55:36 | -10,800 | 9896e5c47778526ee9b611ec679af12cdd095eba | feat(doc-restructure): split doc at 5 independent sections | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\n// By default, Docusaurus generates a sidebar from the docs folder structure\n- tutorialSidebar: [{ type: \"autogenerated\", dirName: \".\" }],\n+ // tutorialSidebar: [{ type: \"autogenerated\", dirName: \".\" }],\n+ getstartedSidebar: [{ type: \"autog... | JavaScript | MIT License | feature-sliced/documentation | feat(doc-restructure): split doc at 5 independent sections | 1 | feat | doc-restructure |
103,451 | 22.10.2021 23:06:48 | -7,200 | c99756b373328bd359769079a4b721a94a2586ec | fix(2928): Radio Button (RadioButton) onPress Bug | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,12 @@ export const handlePress = ({\nvalue: string;\nonValueChange?: (value: string) => void;\n}) => {\n+ if (onPress && onValueChange) {\n+ console.warn(\n+ `onPress in the scope of RadioButtonGroup will not be executed, use onValueChange instead`\n+ );\n+ }\n... | TypeScript | MIT License | callstack/react-native-paper | fix(2928): Radio Button (RadioButton) onPress Bug (#2931)
Co-authored-by: Luki Wolski <lukasz.wolski@prt.manomano.com> | 1 | fix | 2928 |
103,466 | 22.10.2021 23:10:16 | -7,200 | f3f35e87dd197dd5b6667b2334464d049bc1878a | fix: comply to eslint warnings in example files | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { View, Platform, StyleSheet } from 'react-native';\nimport type { StackNavigationProp } from '@react-navigation/stack';\nimport { Appbar, FAB, Switch, Paragraph } from 'react-native-paper';\nimport ScreenWrapper from '../ScreenWrapper';\n+import { ... | TypeScript | MIT License | callstack/react-native-paper | fix: comply to eslint warnings in example files (#2946) | 1 | fix | null |
103,466 | 22.10.2021 23:17:16 | -7,200 | 003b12cd64873101dc09399bab49c6240edc5ee7 | test: update test files to comply with eslint rules | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n+import { StyleSheet } from 'react-native';\nimport renderer from 'react-test-renderer';\nimport * as Avatar from '../Avatar/Avatar.tsx';\n+import { red500 } from '../../styles/colors';\n+\n+const styles = StyleSheet.create({\n+ bgColor: {... | TypeScript | MIT License | callstack/react-native-paper | test: update test files to comply with eslint rules (#2941) | 1 | test | null |
141,508 | 22.10.2021 23:28:49 | -39,600 | 441a4efde52d4d3bed3a9da0ea06aab428445519 | feat: Update green-500 to #44A289
* feat: Update green-500 to #44A289
This will make green-500 meet 3:1 accessibility requirements
* docs: Update token generation docs to mention that json files are auto generated | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,6 @@ Make sure you have run `yarn install` (or simply `yarn`) from the root of the ka\n## Making the changes\n- Most tokens reference a CSS variable. The value for these come from [src/themes](./src/themes).\n-- Our token are defined in JSON files in the [tok... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Update green-500 to #44A289 (#2119)
* feat: Update green-500 to #44A289
This will make green-500 meet 3:1 accessibility requirements
* docs: Update token generation docs to mention that json files are auto generated | 1 | feat | null |
217,237 | 22.10.2021 23:29:26 | -10,800 | fac35abcef550abb89900237a651bbe3fe03ba0c | fix(doc-restructure): resolve & clean locales (navbar) | [
{
"change_type": "DELETE",
"diff": "-{\n- \"title\": {\n- \"message\": \"feature-sliced\",\n- \"description\": \"The title in the navbar\"\n- },\n- \"item.label.Docs\": {\n- \"message\": \"Docs\",\n- \"description\": \"Navbar item with label Docs\"\n- },\n- \"item.label.Examples\": {\n- \"message\": \"Examp... | JavaScript | MIT License | feature-sliced/documentation | fix(doc-restructure): resolve & clean locales (navbar) | 1 | fix | doc-restructure |
217,237 | 22.10.2021 23:48:03 | -10,800 | 2ee16b73e636378729a5d77c243cff1093a23126 | refactor(doc-restructure): rename intro file | [
{
"change_type": "RENAME",
"diff": "---\nsidebar_position: 1\n-slug: intro\n---\n# Intro\n",
"new_path": "website/i18n/en/docusaurus-plugin-content-docs/current/intro.md",
"old_path": "website/i18n/en/docusaurus-plugin-content-docs/current/readme.md"
}
] | JavaScript | MIT License | feature-sliced/documentation | refactor(doc-restructure): rename intro file | 1 | refactor | doc-restructure |
603,467 | 23.10.2021 00:26:38 | -3,600 | 1791f174239a58dcf64a416376de3f19dece2f29 | refactor(protractor): removed unused ElementArrayFinderListAdapter (moved to | [
{
"change_type": "DELETE",
"diff": "-import { AnswersQuestions, Expectation, ExpectationMet, MetaQuestion, Question, UsesAbilities } from '@serenity-js/core';\n-import { formatted } from '@serenity-js/core/lib/io';\n-import { ListAdapter } from '@serenity-js/core/lib/screenplay/questions/lists';\n-import { ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(protractor): removed unused ElementArrayFinderListAdapter (moved to @serenity-js/web) | 1 | refactor | protractor |
217,237 | 23.10.2021 01:57:41 | -10,800 | 3d03481e152f299f13abfaad84e65b7ee1e3b914 | feat(feedback): add feedback widget at root | [
{
"change_type": "ADD",
"diff": "+import React from \"react\";\n+import { FlagOutlined } from \"@ant-design/icons\";\n+// import useDocusaurusContext from \"@docusaurus/useDocusaurusContext\";\n+import styles from \"./styles.module.css\";\n+\n+export const Feedback = () => {\n+ // TODO: implement for both l... | JavaScript | MIT License | feature-sliced/documentation | feat(feedback): add feedback widget at root | 1 | feat | feedback |
217,237 | 23.10.2021 02:43:30 | -10,800 | 61a08cfa7125503222618afd5906895c0ddfbdbd | refactor(feedback): reuse button styles | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\n+import clsx from \"clsx\";\nimport { FlagOutlined } from \"@ant-design/icons\";\nimport useDocusaurusContext from \"@docusaurus/useDocusaurusContext\";\nimport styles from \"./styles.module.css\";\n@@ -18,7 +19,7 @@ export const Feedback = (... | JavaScript | MIT License | feature-sliced/documentation | refactor(feedback): reuse button styles | 1 | refactor | feedback |
217,237 | 23.10.2021 03:11:40 | -10,800 | 8220e2b50e1d98cf854f2b9fe5395f188576f893 | feat(feedback): update announcement banner | [
{
"change_type": "MODIFY",
"diff": "@@ -148,6 +148,10 @@ html img[alt*=\"w100\"] {\n}\n}\n+[role=banner] {\n+ background-color: #0367d2 !important;\n+}\n+\n.sidebar-item--wip {\nopacity: 0.5;\n}\n",
"new_path": "website/src/app/index.css",
"old_path": "website/src/app/index.css"
}
] | JavaScript | MIT License | feature-sliced/documentation | feat(feedback): update announcement banner | 1 | feat | feedback |
71,366 | 23.10.2021 03:41:59 | -32,400 | 06838e66db0c9a48e2aa7da1e7707fda335bb62c | feat(iot): create new aws-iot-actions module
I'm trying to implement aws-iot L2 Constructs.
This PR is the next step of
refar:
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "ADD",
"diff": "+const baseConfig = require('@aws-cdk/cdk-build-tools/config/eslintrc');\n+baseConfig.parserOptions.project = __dirname + '/tsconfig.json';\n+module.exports = baseConfig;\n",
"new_path": "packages/@aws-cdk/aws-iot-actions/.eslintrc.js",
"old_path": null
},
{
... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(iot): create new aws-iot-actions module (#17112)
I'm trying to implement aws-iot L2 Constructs.
This PR is the next step of #16681
refar:
- https://github.com/aws/aws-cdk/pull/16681#discussion_r733912215
----
*By submitting this pull request, I confirm that my contribution is made under the terms of... | 1 | feat | iot |
815,598 | 23.10.2021 04:22:13 | -7,200 | e66aa78fe44e22416a737ee2dd58293d02d9c57e | chore: drop Ubuntu Xenial support
Use Bionic as the least supported Ubuntu version. | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ We ensure that these platforms will satisfy the following requirements:\n| OS | Arch | CKB VM Mode |\n| --- | --- | --- |\n-| Ubuntu 16.04 | x64 | ASM |\n+| Ubuntu 18.04 | x64 | ASM |\n| macOS | x64 | ASM |\nThe Tier 1 requires CPU to support at least SS... | Rust | MIT License | nervosnetwork/ckb | chore: drop Ubuntu Xenial support
Use Bionic as the least supported Ubuntu version. | 1 | chore | null |
815,598 | 23.10.2021 04:24:25 | -7,200 | 05dfc63da64647436c0cce925e223383c19c4547 | chore: remove Windows experimental notice | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ We ensure that these platforms will satisfy the following requirements:\n| --- | --- | --- |\n| Ubuntu 18.04 | x64 | ASM |\n| macOS | x64 | ASM |\n+| Windows | x64 | ASM |\nThe Tier 1 requires CPU to support at least SSE4.2, and AVX is recommended.\n@@ -... | Rust | MIT License | nervosnetwork/ckb | chore: remove Windows experimental notice | 1 | chore | null |
103,510 | 23.10.2021 08:51:39 | 10,800 | 0b83b7631faf6f7fbf27b8e1ff2cf835bf781355 | feat: improve banner accessibility on Android | [
{
"change_type": "MODIFY",
"diff": "@@ -210,7 +210,11 @@ const Banner = ({\n<Icon source={icon} size={40} />\n</View>\n) : null}\n- <Text style={[styles.message, { color: theme.colors.text }]}>\n+ <Text\n+ style={[styles.message, { color: theme.colors.text }]}\n+ accessibilityLiveRegion={visible ? 'polite' ... | TypeScript | MIT License | callstack/react-native-paper | feat: improve banner accessibility on Android (#2949) | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.