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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
756,013 | 30.11.2021 22:48:27 | 21,600 | 20004f8baaac44a6d4d341a91a73bf3d87602cb7 | ci: ensure jobs run when the PR is merged to `master` | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,9 @@ on:\npush:\nbranches: [ $default-branch ]\npull_request:\n+ # Include default types, and also `closed`\n+ # See https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request\n+ types: [opened, reopened, synchronize, clo... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: ensure jobs run when the PR is merged to `master` | 1 | ci | null |
530,289 | 30.11.2021 23:07:07 | 28,800 | 1acaeb612aa37031cad8b97c65ee94e7bb83ce31 | fix: snapshot resolver not cleaned up
We recently switched projen's codebase from `testdir: 'src/__tests__'` to `testdir: 'test'`, so the jest snapshot resolver is no longer needed.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "DELETE",
"diff": "-const path = require(\"path\");\n-const libtest = \"lib/__tests__\";\n-const srctest= \"src/__tests__\";\n-module.exports = {\n- resolveSnapshotPath: (test, ext) => {\n- const fullpath = test.replace(libtest, srctest);\n- return path.join(path.dirname(fullpath), '__snaps... | TypeScript | Apache License 2.0 | projen/projen | fix: snapshot resolver not cleaned up (#1275)
We recently switched projen's codebase from `testdir: 'src/__tests__'` to `testdir: 'test'`, so the jest snapshot resolver is no longer needed.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
777,366 | 01.12.2021 00:15:27 | 28,800 | b3a6911efa3039cd8287c5ad0a9be14ef949508f | fix: invalidhp handling for single trial experiments | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,7 @@ func (s *randomSearch) trialExitedEarly(\nctx context, requestID model.RequestID, exitedReason model.ExitedReason,\n) ([]Operation, error) {\ns.PendingTrials--\n+ if s.SearchMethodType == RandomSearch {\nif exitedReason == model.InvalidHP || exitedReason... | Python | Apache License 2.0 | determined-ai/determined | fix: invalidhp handling for single trial experiments (#3246) | 1 | fix | null |
104,825 | 01.12.2021 00:55:21 | 18,000 | 63aa0a31b433ee064904b63b2a3343c9e3eef6b2 | feat(empty state): convert action directives to components | [
{
"change_type": "MODIFY",
"diff": "export { EmptyStateModule } from './empty-state/empty-state.module';\nexport { EmptyStateComponent } from './empty-state/empty-state.component';\n-export { EmptyStateActionDirective } from './empty-state/empty-state-action.directive';\n+export { EmptyStateActionComponent ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(empty state): convert action directives to components | 1 | feat | empty state |
756,059 | 01.12.2021 01:15:01 | 28,800 | f0e42b11046469bf29394c1bdd7ef1fb772f6474 | fix: tweaks based on review comments | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,10 @@ export function makeKernelSyscallHandler(tools) {\nreturn `${vatID}.vs.${key}`;\n}\n+ function descopeVatstoreKey(key) {\n+ return key.replace(/^([^.]+)\\.vs\\.(.+)$/, '$2');\n+ }\n+\nlet workingPriorKey;\nlet workingLowerBound;\nlet workingUpperBound;\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: tweaks based on review comments | 1 | fix | null |
530,324 | 01.12.2021 08:23:35 | 0 | 6532fc9af21cd8a1786f1947af524f197dcb0487 | fix(cdk8s): deprecate cdk8sPlusVersion option
REFACTOR: removes cdk8sPlusVersion options
Closes
BREAKING CHANGE: `cdk8s-plus` is not included automatically in cdk8s project. Users need to add this dependency explicitly.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apach... | [
{
"change_type": "MODIFY",
"diff": "@@ -21,14 +21,6 @@ export interface Cdk8sTypeScriptAppOptions extends TypeScriptProjectOptions {\nreadonly constructsVersion?: string;\n- /**\n- * cdk8s-plus-17 version\n- *\n- * @default \"cdk8sVersion\"\n- */\n-\n- readonly cdk8sPlusVersion?: string;\n-\n/**\n* cdk8s-cl... | TypeScript | Apache License 2.0 | projen/projen | fix(cdk8s): deprecate cdk8sPlusVersion option (#1273)
REFACTOR: removes cdk8sPlusVersion options
Signed-off-by: Hunter Thompson <aatman@auroville.org.in>
Closes #1272
BREAKING CHANGE: `cdk8s-plus` is not included automatically in cdk8s project. Users need to add this dependency explicitly.
---
By submitt... | 1 | fix | cdk8s |
317,646 | 01.12.2021 09:51:13 | -3,600 | 853219d0c506daf8e6e6889d4816f19bb3dc96ff | refactor: rename to test | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ func engineRender(configPath string) error {\nreturn err\n}\n- configPath = filepath.Join(testDir, \"testdata\", configPath)\n+ configPath = filepath.Join(testDir, \"test\", configPath)\nvar (\ndebug = false\n",
"new_path": "src/engine_test.go",
... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor: rename to test | 1 | refactor | null |
730,461 | 01.12.2021 10:11:47 | 0 | a9920ddd7a96ce11d83b2174aeb07ae592852d0d | fix(plugin-authorization-browser-first-party): review update | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,7 @@ const Authorization = WebexPlugin.extend({\n* @returns {Promise}\n*/\ninitiateLogin(options = {}) {\n+ options = cloneDeep(options);\nif (options.email) {\noptions.emailHash = CryptoJS.SHA256(options.email).toString();\n}\n",
"new_path": "packages/... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-authorization-browser-first-party): review update | 1 | fix | plugin-authorization-browser-first-party |
471,204 | 01.12.2021 11:13:18 | 18,000 | 39593864635716b22df02b11a7474e0bf46b497e | feat: spec compliant metric creation and sync instruments | [
{
"change_type": "MODIFY",
"diff": "@@ -27,4 +27,4 @@ jobs:\n- name: Check API dependency semantics (experimental)\nworking-directory: experimental\n- run: lerna exec --ignore propagation-validation-server --ignore @opentelemetry/selenium-tests \"node ../../../scripts/peer-api-check.js\"\n+ run: lerna exec ... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | feat: spec compliant metric creation and sync instruments (#2588) | 1 | feat | null |
902,122 | 01.12.2021 11:19:18 | -3,600 | 52db16239d733ec328cfb8e671156b5138765afc | chore: sort dependencies | [
{
"change_type": "MODIFY",
"diff": "\"is-url-http\": \"~2.2.5\",\n\"jimp\": \"~0.16.1\",\n\"map-values-deep\": \"~1.0.2\",\n- \"p-reflect\": \"~2.1.0\",\n\"mime-types\": \"~2.1.34\",\n+ \"p-reflect\": \"~2.1.0\",\n\"pretty-ms\": \"~7.0.1\",\n\"prism-themes\": \"~1.9.0\",\n\"sharp\": \"~0.29.3\",\n",
"ne... | JavaScript | MIT License | microlinkhq/browserless | chore: sort dependencies | 1 | chore | null |
902,122 | 01.12.2021 11:19:31 | -3,600 | 985d388b09f2a008c3875c7079d3f7ecab69a4a8 | chore(release): v9.3.0-beta.7 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.7](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.6...v9.3.0-beta.7) (2021-12-01)\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.0-beta.7 | 1 | chore | release |
791,723 | 01.12.2021 11:30:07 | 28,800 | f1e8f7201db3c7b21b8b523943a827a08632d3f7 | report: port axe test to pptr | [
{
"change_type": "MODIFY",
"diff": "/* eslint-env jest */\n-import jsdom from 'jsdom';\n-import {jest} from '@jest/globals';\n+import puppeteer from 'puppeteer';\n-import {Util} from '../../renderer/util.js';\n-import {DOM} from '../../renderer/dom.js';\n-import {DetailsRenderer} from '../../renderer/detail... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: port axe test to pptr (#13450) | 1 | report | null |
127,950 | 01.12.2021 11:39:16 | -7,200 | 988609cc8cb4a8e609cee7add8f09301e6e102f7 | feat(popover.tsx): added minWidth, maxWidth props to Popover | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,20 @@ export default function PagePopover() {\ndefault: '-',\ndescription: 'Placement of popover.',\n},\n+ {\n+ name: 'minWidth',\n+ type: 'number',\n+ required: false,\n+ default: '300',\n+ description: 'min-width value of popover (px)',\n+ },\n+ {\n+ name: ... | TypeScript | MIT License | coingaming/moon-design | feat(popover.tsx): added minWidth, maxWidth props to Popover | 1 | feat | popover.tsx |
447,440 | 01.12.2021 11:52:43 | 18,000 | 464a0fe383bf2bb1b86b6fd2f31a363b239f3842 | fix: divider on Drawer | [
{
"change_type": "MODIFY",
"diff": "@@ -13,12 +13,7 @@ export default function Header({ content, id }) {\n);\n}\n- return (\n- <>\n- {content}\n- <StyledDivider />\n- </>\n- );\n+ return <>{content}</>;\n}\nHeader.propTypes = {\n",
"new_path": "src/components/Drawer/header.js",
"old_path": "src/comp... | JavaScript | MIT License | nexxtway/react-rainbow | fix: divider on Drawer (#2321) | 1 | fix | null |
386,581 | 01.12.2021 11:55:47 | -7,200 | a556eabdbb4da2e98088e810b3cc24cccefacd4f | feat: Add Server Sent Event reload rout and component. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ module.exports = withLess({\nmodifyVars: appConfig.style.lessVariables,\n},\n},\n- reactStrictMode: true,\n+ // reactStrictMode: true,\nwebpack: (config, { isServer }) => {\nif (!isServer) {\nconfig.resolve.fallback = {\n",
"new_path": "packages/server... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add Server Sent Event reload rout and component. | 1 | feat | null |
617,459 | 01.12.2021 11:56:58 | -3,600 | 1f819bfc1020868391ebc1027755f399c9720e19 | fix(rgaa): criteria 11.5 | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ export const initialState = {\n},\n{\ncomponent: StepInformations,\n+ isForm: true,\nlabel: \"Informations\",\nname: \"infos\",\nskip: (values) =>\n",
"new_path": "packages/code-du-travail-frontend/src/outils/DureePreavisDemission/stepReducer.js",
... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(rgaa): criteria 11.5 (#4054) | 1 | fix | rgaa |
688,510 | 01.12.2021 12:08:59 | -21,600 | af655eb25f08557e4b1666124c2769b7df624a38 | fix(Select): fix disabled and selected option is highlighted initially | [
{
"change_type": "MODIFY",
"diff": "@@ -146,4 +146,43 @@ describe('useHighlightedIndex', () => {\nrerender(false)\nexpect(getHighlightIndex(result)).toBe(1)\n})\n+\n+ it(\"doesn't set highlighted index for a selected disabled option\", () => {\n+ const isOptionSelected = jest\n+ .fn()\n+ .mockImplementation... | TypeScript | MIT License | toptal/picasso | fix(Select): fix disabled and selected option is highlighted initially (#2294) | 1 | fix | Select |
688,510 | 01.12.2021 12:36:05 | -21,600 | 0dcd4178c581d7b390834e2f34c9cb661771c841 | chore: refactor useHighlightedIndex test | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': minor\n+---\n+\n+Fixed the bug in Select when a disabled & selected option is highlighted initially.\n",
"new_path": ".changeset/violet-llamas-peel.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"react-dom\": \"^16... | TypeScript | MIT License | toptal/picasso | chore: refactor useHighlightedIndex test (#2297) | 1 | chore | null |
126,276 | 01.12.2021 12:37:04 | 10,800 | 98ec0cae294e9de194cf06977b96c66c1cce5a56 | chore(embedded/store): non-thread safe ongoing tx | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,7 @@ type Engine struct {\nmutex sync.RWMutex\n}\n+//SQLTx (no-thread safe) represents an interactive or incremental transaction with support of RYOW\ntype SQLTx struct {\nengine *Engine\n@@ -110,7 +111,7 @@ type SQLTx struct {\nexplicitClose bool\nupdatedRow... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): non-thread safe ongoing tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
667,636 | 01.12.2021 13:02:29 | -28,800 | db47f0b31682e8c228eb4fcd3fedd245197f2a87 | build(demo): change devtool to eval-cheap-module-source-map | [
{
"change_type": "MODIFY",
"diff": "+/* eslint-disable no-control-regex */\nfunction asciiAndEmojiCheck(message) {\n- const asciiAndEmojiReg = /^((\\ud83c[\\udf00-\\udfff])|(\\ud83d[\\udc00-\\ude4f\\ude80-\\udeff])|[\\u2600-\\u2B55]|[\\x00-\\x1e]|[\\x20-\\xff])*$/i;\n+ const asciiAndEmojiReg = /^((\\ud83c[\... | C++ | Apache License 2.0 | tencent/hippy | build(demo): change devtool to eval-cheap-module-source-map | 1 | build | demo |
126,276 | 01.12.2021 14:01:25 | 10,800 | 9d928ad27c86113e4bb549f1c9ad3ed88b4bdbf1 | chore(embedded/store): entryDigest calculation including key len | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,6 @@ package store\nimport (\n\"crypto/sha256\"\n- \"encoding/binary\"\n)\n//OngoingTx (no-thread safe) represents an interactive or incremental transaction with support of RYOW.\n@@ -267,34 +266,3 @@ func (tx *OngoingTx) Cancel() error {\nreturn nil\n}\n-\n-... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): entryDigest calculation including key len
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
791,682 | 01.12.2021 14:28:31 | 18,000 | ec5485f02ba61d11913ec374dc6497c96227b2ca | deps(axe-core): upgrade to 4.3.5 | [
{
"change_type": "MODIFY",
"diff": "@@ -205,7 +205,7 @@ const expectations = {\n'type': 'node',\n'selector': 'body > section > div > div#aria-required-parent',\n'snippet': '<div id=\"aria-required-parent\" role=\"option\">',\n- 'explanation': 'Fix any of the following:\\n Required ARIA parent role not prese... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(axe-core): upgrade to 4.3.5 (#13441) | 1 | deps | axe-core |
126,276 | 01.12.2021 14:29:26 | 10,800 | 78118d9aac4f753e93dd3737731bd00e5b216861 | test(embedded/sql): unit testing some edge cases | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,12 @@ import (\nfunc TestDistinctRowReader(t *testing.T) {\ndummyr := &dummyRowReader{failReturningColumns: false}\n+ dummyr.failReturningColumns = true\n+ _, err := newDistinctRowReader(dummyr)\n+ require.Equal(t, errDummy, err)\n+\n+ dummyr.failReturningCol... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing some edge cases
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
104,853 | 01.12.2021 14:35:22 | 18,000 | 83ce0b84927d6ca486f9377a678a2ce8f66c4eff | fix(button-menu): update cca and query correct el | [
{
"change_type": "MODIFY",
"diff": "\"@types/node\": \"11.13.0\",\n\"ai-apps-monorepo-utils\": \"^2.146.1-next.0\",\n\"babel-loader\": \"^8.2.2\",\n- \"carbon-components-angular\": \"4.55.4\",\n+ \"carbon-components-angular\": \"4.56.2\",\n\"codelyzer\": \"5.0.0\",\n\"core-js\": \"2.6.11\",\n\"element-close... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(button-menu): update cca and query correct el | 1 | fix | button-menu |
217,922 | 01.12.2021 14:43:23 | -3,600 | 53d5db026bf44bee9744506573a1a552858db38e | chore: prelim patch notes implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import { SettingsService } from '../../../modules/settings/settings.service';\nimport { PlatformService } from '../../../core/tools/platform.service';\nimport { IpcService } from '../../../core/electron/ipc.service';\nimport { I18nName } from '../../../m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: prelim patch notes implementation | 1 | chore | null |
865,939 | 01.12.2021 14:56:19 | -3,600 | e67bd32a008ccda36f7dc98c2ccaf61c27f175bc | deps: bump zeebe-bpmn-moddle to 0.10.0
Prepare for v4.12.0 release | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@bpmn-io/properties-panel\": {\n- \"version\": \"0.4.2\",\n- \"resolved\": \"https://registry.npmjs.org/@bpmn-io/properties-panel/-/properties-panel-0.4.2.tgz\",\n- \"integrity\": \"sha512-uoPweDHsacTmq6my9LJiR0NHWZ/J1r8P6L1XwEFx3zPVy8VhMqfgTk2fBvQq5MYz0TD1AemElm... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump zeebe-bpmn-moddle to 0.10.0
Prepare for v4.12.0 release #2583 | 1 | deps | null |
71,129 | 01.12.2021 15:00:47 | -7,200 | 9307a325f61e032f3c1fe0940a726bf0e8f67c37 | chore(readme): add constuct hub to list if resources
Add a link to Construct Hub
*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": "@@ -154,6 +154,7 @@ this capability, please see the\n## More Resources\n* [CDK Workshop](https://cdkworkshop.com/)\n+* [Construct Hub](https://constructs.dev) - Find and use open-source Cloud Development Kit (CDK) libraries\n* **[CDK Construction Zone](https://www.twitch.... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(readme): add constuct hub to list if resources (#17796)
Add a link to Construct Hub
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | readme |
865,939 | 01.12.2021 15:03:23 | -3,600 | 80a7aeda23ffc1439346a80fcc3f005cef3f44ec | deps: bump camunda-bpmn-js to 0.12.2
Prepare for v4.12.0 release | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"camunda-bpmn-js\": {\n- \"version\": \"0.11.5\",\n- \"resolved\": \"https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-0.11.5.tgz\",\n- \"integrity\": \"sha512-rplTdELqbrtrGan9h49vmFbQfZHpNOyRX/s+pDw87beX54XTTRpQ+/uk6ryFe+82Df3IrXEvD4XF23ZOEGroHw==\",\n... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump camunda-bpmn-js to 0.12.2
Prepare for v4.12.0 release #2583 | 1 | deps | null |
306,338 | 01.12.2021 15:07:23 | -3,600 | b7baee33704f055f5a63025c341b6a785131865c | fix(aws): fix price filters for S3's Lifecycle Transitions cost components
There are currently 2 products with `Requests-Tier4` usagetype: one for
Glacier and one for Standard. Glacier related product records have values
in `operation` attribute, but it is an empty string for Standard
storage. The `operation` regex wit... | [
{
"change_type": "MODIFY",
"diff": "@@ -122,8 +122,8 @@ func s3LifecycleTransitionsCostComponent(region string, usageType string, operat\nRegion: strPtr(region),\nService: strPtr(\"AmazonS3\"),\nAttributeFilters: []*schema.AttributeFilter{\n- {Key: \"usagetype\", ValueRegex: strPtr(fmt.Sprintf(\"/%s/i\", us... | Go | Apache License 2.0 | infracost/infracost | fix(aws): fix price filters for S3's Lifecycle Transitions cost components
There are currently 2 products with `Requests-Tier4` usagetype: one for
Glacier and one for Standard. Glacier related product records have values
in `operation` attribute, but it is an empty string for Standard
storage. The `operation` regex wi... | 1 | fix | aws |
865,939 | 01.12.2021 15:09:23 | -3,600 | 3a8a19972052714b38a924d24939c5aea49cae7d | deps: bump bpmn-js to 8.8.2
Prepare for v4.12.0 release | [
{
"change_type": "MODIFY",
"diff": "\"@bpmn-io/form-js\": \"^0.4.2\",\n\"@bpmn-io/replace-ids\": \"^0.2.0\",\n\"@sentry/browser\": \"^6.3.6\",\n- \"bpmn-js\": \"^8.7.3\",\n+ \"bpmn-js\": \"^8.8.2\",\n\"bpmn-js-properties-panel\": \"^0.46.0\",\n\"camunda-bpmn-js\": \"^0.12.2\",\n\"camunda-bpmn-moddle\": \"^6... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump bpmn-js to 8.8.2
Prepare for v4.12.0 release #2583 | 1 | deps | null |
749,529 | 01.12.2021 15:12:41 | 28,800 | 8a40524dffcfb596bc7625495fd844046ef6eeb5 | feat(dropdowns): add danger state to menu items | [
{
"change_type": "MODIFY",
"diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 89883,\n- \"minified\": 54896,\n- \"gzipped\": 11678\n+ \"bundled\": 90333,\n+ \"minified\": 55065,\n+ \"gzipped\": 11732\n},\n\"index.esm.js\": {\n- \"bundled\": 83482,\n- \"minified\": 49428,\n- \"gzipped\": 11327,\n+ \"bundled\": ... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | feat(dropdowns): add danger state to menu items (#1246) | 1 | feat | dropdowns |
865,939 | 01.12.2021 15:16:08 | -3,600 | e8b204a5995c767d42f16ec1666dda80e7261aca | deps: bump bpmn-properties-panel to 0.5.2
Prepare for v4.12.0 release | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n\"@bpmn-io/bpmn-properties-panel\": {\n- \"version\": \"github:bpmn-io/bpmn-properties-panel#5d8fccf3f8c3854040ce88f5e61014d8545ed322\",\n- \"from\": \"... | JavaScript | MIT License | camunda/camunda-modeler | deps: bump bpmn-properties-panel to 0.5.2
Prepare for v4.12.0 release #2583 | 1 | deps | null |
826,656 | 01.12.2021 15:21:51 | -3,600 | fbec41c732b8db4bad7925fe8c7f8135e69a0a76 | chore: bump alpine images | [
{
"change_type": "MODIFY",
"diff": "version: 2.1\norbs:\n- sdk: ory/sdk@0.1.43\n+ sdk: ory/sdk@0.1.52\nchangelog: ory/changelog@0.1.10\ngoreleaser: ory/goreleaser@0.1.34\nslack: circleci/slack@3.4.2\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
},
{
"change_type"... | Go | Apache License 2.0 | ory/keto | chore: bump alpine images (#790) | 1 | chore | null |
699,187 | 01.12.2021 15:22:15 | 28,800 | eb7fce3697fcb3e4530ec384d91bbdec6cc23df5 | fix: update cursor for legend | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/label': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Label] Update the cursor\n",
"new_path": ".changeset/tricky-rules-wonder.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,14 @@ const Label = React.forw... | TypeScript | MIT License | twilio-labs/paste | fix: update cursor for legend (#2087) | 1 | fix | null |
426,654 | 01.12.2021 15:43:14 | -7,200 | f2d2f74c2d30646c62714c4087e8be7bef9b7059 | test: update Chromedriver to 96.0.4664.18 | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ async function startSeleniumServer() {\ntry {\nawait selenium.install({\ndrivers: {\n- chrome: { version: '94.0.4606.41' },\n+ chrome: { version: '96.0.4664.18' },\nfirefox: { version: 'latest' },\n},\n});\n@@ -23,7 +23,7 @@ async function startSeleniumS... | TypeScript | MIT License | modernweb-dev/web | test: update Chromedriver to 96.0.4664.18 (#1798) | 1 | test | null |
265,942 | 01.12.2021 15:53:42 | 18,000 | 1457404ffb2f7a1f7462b7a57351e9b2e4481e36 | chore: create interfaces for conformance test API results | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,14 @@ interface RetryTestCase {\nexpectSuccess: boolean;\n}\n+interface ConformanceTestCreationResult {\n+ id: string;\n+}\n+\n+interface ConformanceTestResult {\n+ completed: boolean;\n+}\n+\ntype LibraryMethodsModuleType = typeof import('./libraryMethods');... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | chore: create interfaces for conformance test API results (#1728) | 1 | chore | null |
428,364 | 01.12.2021 16:12:46 | 18,000 | b9fbac5b13e0305a196f05b30b25111632f3ef13 | fix(NODE-3705): ReadPreference.fromOptions omitting hedge and maxStalenessSeconds when readPreference is a string | [
{
"change_type": "MODIFY",
"diff": "- Neal Beeken <<neal.beeken@mongodb.com>>\n- Durran Jordan <<durran@gmail.com>>\n- Daria Pardue <<daria.pardue@mongodb.com>>\n+- Bailey Pearson <<bailey.pearson@mongodb.com>>\n## Community Types\n",
"new_path": "CONTRIBUTORS.md",
"old_path": "CONTRIBUTORS.md"
},... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | fix(NODE-3705): ReadPreference.fromOptions omitting hedge and maxStalenessSeconds when readPreference is a string (#3060) | 1 | fix | NODE-3705 |
699,232 | 01.12.2021 16:25:54 | 28,800 | f8f693b4f6c4971bb3a6e1eeddecb0301e06ba18 | chore(website): change page section header link to icon
chore(website): add hover state to link icon
chore(website): add story, refactor to use Text
chore(website): add marginBottom mapping
chore(website): ensure heading text and icon align
chore(website): fix story, props, slug and roadmap
chore(website): update prop ... | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import {Heading, HeadingProps} from '@twilio-paste/heading';\n-import {styled, themeGet} from '@twilio-paste/styling-library';\n+import {Box} from '@twilio-paste/box';\n+import type {BoxStyleProps} from '@twilio-paste/box';\n+import {Head... | TypeScript | MIT License | twilio-labs/paste | chore(website): change page section header link to icon
chore(website): add hover state to link icon
chore(website): add story, refactor to use Text
chore(website): add marginBottom mapping
chore(website): ensure heading text and icon align
chore(website): fix story, props, slug and roadmap
chore(website): update... | 1 | chore | website |
877,026 | 01.12.2021 16:41:26 | -3,600 | 9372c8adabdaf5b6c41fbe7aaa29f5955740dd91 | fix(@vtmn/css): fix class for full opaque background | [
{
"change_type": "MODIFY",
"diff": "height: auto;\nborder-radius: 8px;\ncolor: var(--vtmn-semantic-color_content-primary-reversed);\n+}\n+\n+.vtmn-card_variant--full-image\n+ > .vtmn-card_content:not(.vtmn-card_content--opaque) {\nbackground: linear-gradient(\n180deg,\n- rgb(0 16 24 / 0%) 20%,\n+ color-mod(... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/css): fix class for full opaque background | 1 | fix | @vtmn/css |
877,026 | 01.12.2021 17:01:23 | -3,600 | 4d3064f51854f08f425db4d50b2ba87fe8b6234f | fix(@vtmn/css): buton in side bar fit-content | [
{
"change_type": "MODIFY",
"diff": "height: 100%;\n}\n+.vtmn-card_variant--side-image .vtmn-btn {\n+ width: fit-content;\n+}\n+\n.vtmn-card_variant--full-image > .vtmn-card_image {\nwidth: 100%;\nheight: 100%;\n",
"new_path": "packages/sources/css/src/components/card/src/index.css",
"old_path": "pac... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/css): buton in side bar fit-content | 1 | fix | @vtmn/css |
826,656 | 01.12.2021 17:07:28 | -3,600 | 331164c05cf9898c72d2e442c4b2f740492628fd | chore: fix Ory CLI install script | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ $(foreach dep, $(GO_DEPENDENCIES), $(eval $(call make-go-dependency, $(dep))))\n$(call make-lint-dependency)\n.bin/ory: Makefile\n- bash <(curl https://raw.githubusercontent.com/ory/cli/master/install.sh) -b .bin v0.0.72\n+ bash <(curl https://raw.github... | Go | Apache License 2.0 | ory/keto | chore: fix Ory CLI install script | 1 | chore | null |
865,939 | 01.12.2021 17:14:06 | -3,600 | 20b4bf4923c6cdb2430289ba11db8f2e8d513279 | chore: update release info for v4.12 | [
{
"change_type": "MODIFY",
"diff": "@@ -44,25 +44,16 @@ export function ReleaseInfo(props) {\n<div className={ css.ReleaseInfo }>\n<ul>\n<li>\n- <b>Support for Camunda Cloud 1.2</b><br />\n- With this release, we added new BPMN elements supported by Camunda Cloud 1.2.\n- These new elements are message inter... | JavaScript | MIT License | camunda/camunda-modeler | chore: update release info for v4.12 | 1 | chore | null |
126,276 | 01.12.2021 17:19:14 | 10,800 | 71a21b6e8230a9f093bbc236bea8cded13babe98 | fix(embedded/store): typo in error message | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ var ErrUnexpectedError = errors.New(\"unexpected error\")\nvar ErrSourceTxNewerThanTargetTx = errors.New(\"source tx is newer than target tx\")\nvar ErrLinearProofMaxLenExceeded = errors.New(\"max linear proof length limit exceeded\")\n-var ErrCompaction... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/store): typo in error message
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/store |
126,276 | 01.12.2021 18:03:24 | 10,800 | dd85e16ce98200ba017cf56764a7b0e9199f78af | test(embedded/store): unit testing ongoing tx | [
{
"change_type": "MODIFY",
"diff": "@@ -791,20 +791,54 @@ func TestImmudbStoreRWTransactions(t *testing.T) {\nimmuStore, _ := Open(\"data_tx\", opts)\ndefer os.RemoveAll(\"data_tx\")\n+ t.Run(\"after closing write-only tx edge cases\", func(t *testing.T) {\ntx, err := immuStore.NewWriteOnlyTx()\nrequire.NoE... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/store): unit testing ongoing tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/store |
617,459 | 01.12.2021 18:33:22 | -3,600 | 49ff445552b77dc186ea4a3e23fcc505be1b57ba | fix(frontend): remove survey modal | [
{
"change_type": "DELETE",
"diff": "-import { Button } from \"@socialgouv/cdtn-ui\";\n-import { act, render, waitFor } from \"@testing-library/react\";\n-import React from \"react\";\n-\n-import { SurveyModal } from \"..\";\n-\n-jest.useFakeTimers();\n-beforeEach(() => {\n- localStorage.clear();\n-});\n-\n-... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(frontend): remove survey modal (#4068) | 1 | fix | frontend |
317,646 | 01.12.2021 19:11:38 | -3,600 | 7fae781fff8d5fc69697106c116accf48842a5c0 | feat: fish rprompt
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ Tells the engine what to do with the block. There are three options:\n- `prompt` renders one or more segments\n- `rprompt` renders one or more segments aligned to the right of the cursor. Only one `rprompt` block is permitted.\n-Supported on [ZSH][rpromp... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: fish rprompt
resolves #1356 | 1 | feat | null |
317,646 | 01.12.2021 19:25:05 | -3,600 | 06258dc25615ae40eae83da6b41dd5ed90821a7b | fix(pwsh): allow powershell 5 init | [
{
"change_type": "MODIFY",
"diff": "@@ -288,8 +288,8 @@ func initShell(shell, configFile string) string {\nreturn noExe\n}\nswitch shell {\n- case pwsh:\n- return fmt.Sprintf(\"(@(&\\\"%s\\\" --print-init --shell=pwsh --config=\\\"%s\\\") -join \\\"`n\\\") | Invoke-Expression\", executable, configFile)\n+ c... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): allow powershell 5 init | 1 | fix | pwsh |
217,922 | 01.12.2021 19:51:14 | -3,600 | 1c1f85aa5d6ed7bde42193866f229c7350fcc962 | chore: small layout fixes for inventory optimizer | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div [ngSwitch]=\"optimization.type\">\n<ng-container *ngSwitchCase=\"'HAS_TOO_FEW'\">\n- <nz-input-group nzSearch nzSize=\"small\" [nzAddOnAfter]=\"suffixButton\" [nzAddOnBefore]=\"nzAddOnBefore\">\n+ <nz-input-group nzSearch nzSize=\"large\" [nzAddOnAfter]=\"suf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small layout fixes for inventory optimizer | 1 | chore | null |
217,922 | 01.12.2021 20:22:21 | -3,600 | 9bb7808fcb3d8a6e66317a55e5a1fd9070ca73c4 | fix(settings): possible fix for notification audio not playing | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,12 @@ export class SoundNotificationService {\n}\naudio.loop = false;\naudio.volume = notificationSettings.volume;\n- audio.play();\n+ audio.click();\n+ audio.play()\n+ .then()\n+ .catch((err) => {\n+ console.error('Failed to play Audio');\n+ console.error(er... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(settings): possible fix for notification audio not playing | 1 | fix | settings |
104,828 | 01.12.2021 20:54:32 | -3,600 | 6f4c17fc9838d170d51d907272e5e2346e123bdd | fix(tablecolumncustomizationmodal): delete story update snaps | [
{
"change_type": "MODIFY",
"diff": "@@ -322,84 +322,3 @@ WithManyColumnsAndLoadMore.decorators = [\n</DragAndDrop>\n),\n];\n-\n-export const Test = () => {\n- const getTestColumns = () => [\n- {\n- id: 'string',\n- name: 'String',\n- },\n- {\n- id: 'date',\n- name: 'Date',\n- },\n- {\n- id: 'select',\n- nam... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecolumncustomizationmodal): delete story update snaps | 1 | fix | tablecolumncustomizationmodal |
104,828 | 01.12.2021 20:56:26 | -3,600 | 6dd916e5b63b8b4d042b224e5a9964f7bb0ece99 | fix(listbuilder): memo code for checkboxes use condition | [
{
"change_type": "MODIFY",
"diff": "@@ -361,12 +361,14 @@ const ListBuilder = ({\n}, [handleRemove, mergedI18n.removeIconDescription, selectedItems, testID, testId, removeIcon]);\nconst flattenedSelectedIds = useMemo(() => {\n+ if (!useCheckboxes) return [];\nconst selectedChildIds = getSelectedItemIds(sele... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(listbuilder): memo code for checkboxes use condition | 1 | fix | listbuilder |
756,013 | 01.12.2021 21:50:55 | 21,600 | e821949d435a918c07506899157ada1e0f9d7a8d | test(agoric-cli): test the viability of RESM plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -3,4 +3,5 @@ import { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';\nimport { gettingStartedWorkflowTest } from '../tools/getting-started.js';\n-test('workflow', gettingStartedWorkflowTest);\n+test('workflow', t =>\n+ gettingStartedWorkflowTest(t, {... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(agoric-cli): test the viability of RESM plugins | 1 | test | agoric-cli |
791,284 | 01.12.2021 21:51:46 | 0 | 46489f4c8a634068a3e7cf2fd5e5ca11b555c0a8 | feat(storage): GenerateSignedPostPolicyV4 can use existing creds to authenticate | [
{
"change_type": "MODIFY",
"diff": "@@ -282,8 +282,54 @@ func (b *BucketHandle) SignedURL(object string, opts *SignedURLOptions) (string,\nreturn SignedURL(b.name, object, newopts)\n}\n-// TODO: Add a similar wrapper for GenerateSignedPostPolicyV4 allowing users to\n-// omit PrivateKey/SignBytes\n+// Genera... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): GenerateSignedPostPolicyV4 can use existing creds to authenticate (#5105) | 1 | feat | storage |
217,922 | 01.12.2021 21:55:59 | -3,600 | 6c3aaab4f885df89d240ae7ec705502575241cf2 | chore: add margin to anonymous pcap banner | [
{
"change_type": "MODIFY",
"diff": "{{'UPDATE.Web_instructions' | translate}}\n</ng-template>\n</nz-alert>\n- <nz-alert *ngIf=\"ipc.machinaToggle && (pcapOutDated$ | async)\"\n+ <nz-alert *ngIf=\"ipc.machinaToggle && (pcapOutDated$ | async) && !overlay\"\n[nzMessage]=\"'PACKET_CAPTURE.Outdated' | translate\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add margin to anonymous pcap banner | 1 | chore | null |
902,122 | 01.12.2021 22:26:05 | -3,600 | 6e23f94a1b5496741d20ac7a358afab9cbe5dabf | chore(release): v9.3.0-beta.8 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.8](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.7...v9.3.0-beta.8) (2021-12-01)\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.0-beta.8 | 1 | chore | release |
826,678 | 01.12.2021 22:26:21 | -25,200 | ffeb5e318877d4e320828f47be26e916a0019deb | fix: CORS config values are ignored | [
{
"change_type": "MODIFY",
"diff": "@@ -146,8 +146,14 @@ func (k *Config) WriteAPIListenOn() string {\n)\n}\n-func (k *Config) CORS() (cors.Options, bool) {\n- return k.p.CORS(\"serve\", cors.Options{\n+func (k *Config) CORS(iface string) (cors.Options, bool) {\n+ switch iface {\n+ case \"read\", \"write\":... | Go | Apache License 2.0 | ory/keto | fix: CORS config values are ignored (#789)
Co-authored-by: zepatrik <zepatrik@users.noreply.github.com> | 1 | fix | null |
426,752 | 01.12.2021 23:05:11 | -28,800 | 194ffcbe5e742b81b62723a29113e8a47fd95d8a | docs: update Playwright browser context examples | [
{
"change_type": "MODIFY",
"diff": "@@ -86,12 +86,12 @@ Some examples:\n### Emulate touch\n```js\n-import { playwrightLauncher, devices } from '@web/test-runner-playwright';\n+import { playwrightLauncher } from '@web/test-runner-playwright';\nexport default {\nbrowsers: [\nplaywrightLauncher({\n- browser: '... | TypeScript | MIT License | modernweb-dev/web | docs: update Playwright browser context examples (#1793) | 1 | docs | null |
530,289 | 01.12.2021 23:53:23 | 28,800 | 3ccbf154116df57fd454e92be52fd834d650b26f | fix: jsdom typings override is no longer needed
Closes
Issue has been fixed upstream in (ref: https://github.com/facebook/jest/issues/12098)
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": "@@ -185,11 +185,4 @@ project.npmignore.exclude('/SECURITY.md');\nproject.npmignore.exclude('/.gitattributes');\nproject.npmignore.exclude('/.gitpod.yml');\n-// Workaround for @types/jsdom issues due to upgrade to jest@27.4.0 as mentioned in https://github.com/projen/proje... | TypeScript | Apache License 2.0 | projen/projen | fix: jsdom typings override is no longer needed (#1278)
Closes #1264
Issue has been fixed upstream in jest@27.4.3 (ref: https://github.com/facebook/jest/issues/12098)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
76,657 | 02.12.2021 00:15:48 | 10,800 | f679598c13ec44cb29e9db74e89ef11dd9074642 | Feat: NER Regex extractor: Use first capturing group if exists | [
{
"change_type": "MODIFY",
"diff": "\"chalk\": \"^4.0.0\"\n}\n},\n- \"@nlpjs/core\": {\n- \"version\": \"4.22.0\",\n- \"resolved\": \"https://registry.npmjs.org/@nlpjs/core/-/core-4.22.0.tgz\",\n- \"integrity\": \"sha512-L7Qb5kP+/ZJ7Wyjoli1nk+SQvvMY0BuuLfYLNvJ2vKL3tMmrSdYBJcXhgmOHEROU6jf4LFgY8VwBpFTsRJV97g=... | JavaScript | MIT License | axa-group/nlp.js | Feat: NER Regex extractor: Use first capturing group if exists | 1 | feat | null |
679,913 | 02.12.2021 00:43:59 | -3,600 | 52b73402ac343eddb8457679e9d2a32c67145b95 | feat(strings): add currency formatters | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,13 @@ export const hex =\n(x) =>\nmaybeParseInt(x, defaultVal, 16);\n+export const date =\n+ (defaultVal = 0): CellTransform =>\n+ (x) => {\n+ const res = Date.parse(x);\n+ return isNaN(res) ? defaultVal : res;\n+ };\n+\n// formatters\nexport const zeroPad = ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(strings): add currency formatters | 1 | feat | strings |
679,913 | 02.12.2021 00:49:16 | -3,600 | 23646bfcc3d304fa8e3a2ae17137a2eb4aa8114f | feat(csv): add more cell transforms, add docs
add epoch(), date(), url() transforms
add formatPercent()
update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ for more details/ideas.\n### Planned features\n- [x] Simple CSV row parsing w/o object mapping (`parseCSVSimple()`)\n-- [ ] CSV output from structured data\n+- [x] CSV output from structured data\n- [ ] CSVW support (#257)\n- [ ] Integration with thi.ng/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(csv): add more cell transforms, add docs
- add epoch(), date(), url() transforms
- add formatPercent()
- update readme | 1 | feat | csv |
679,913 | 02.12.2021 01:05:13 | -3,600 | d2e31c6c2151748327466ecb01845f12ee969cfa | fix(tools): update workspace refs in check-imports.ts | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ const updateImports = (root: string, latest = false) => {\nif (!d.startsWith(\"@thi.ng\")) continue;\nif (deps.has(d) && !pkg.dependencies[d]) {\nconst depPkg = readJSON(`packages/${shortName(d)}/package.json`);\n- pairs.push([d, latest ? \"latest\" : `^... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(tools): update workspace refs in check-imports.ts | 1 | fix | tools |
679,913 | 02.12.2021 01:05:43 | -3,600 | cafa2af84717f3ba31144bad9bc1788cd3142bc3 | build(examples): update/fix imports/deps | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/hdom\": \"workspace:^\",\n- \"@thi.ng/random\": \"latest\",\n+ \"@thi.ng/random\": \"workspace:^\",\n\"@thi.ng/strings\": \"workspace:^\",\n\"@thi.ng/transducers\": \"workspace:^\"\n},\n",
"new_path": "examples/svg-particles/package.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): update/fix imports/deps | 1 | build | examples |
815,605 | 02.12.2021 04:44:18 | 0 | 765cfecf86d645cb08ab9527f01f4ae14a7b64ce | chore: add aarch64 build workflow to CI
Now that aarch64 build has been tested for a while, I propose we include
aarch64 build workflow as part of the CI process | [
{
"change_type": "MODIFY",
"diff": "name = \"Nervos Core Dev\"\nemail = \"dev@nervos.org\"\nedition = \"2018\"\n+\n+[target.aarch64-unknown-linux-gnu]\n+linker = \"aarch64-linux-gnu-gcc\"\n",
"new_path": ".cargo/config",
"old_path": ".cargo/config"
},
{
"change_type": "ADD",
"diff": "+na... | Rust | MIT License | nervosnetwork/ckb | chore: add aarch64 build workflow to CI
Now that aarch64 build has been tested for a while, I propose we include
aarch64 build workflow as part of the CI process | 1 | chore | null |
711,597 | 02.12.2021 08:52:51 | -3,600 | e7bd5765b8761c212ad7920fb5ea5686c3ebc226 | feat(admin-ui-plugin): Support for defaultLocale
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import path from 'path';\nexport const DEFAULT_APP_PATH = path.join(__dirname, '../admin-ui');\nexport const loggerCtx = 'AdminUiPlugin';\nexport const defaultLanguage = LanguageCode.en;\n+export const defaultLocale = undefined;\nexport const defaultAvaila... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui-plugin): Support for defaultLocale
Relates to #1196 | 1 | feat | admin-ui-plugin |
711,597 | 02.12.2021 08:54:07 | -3,600 | 88b145eead3ba76fa361db4e5b8c97e3dc34aa1e | docs(core): Fix reference in docs | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ export interface CreatePaymentResult {\n* In a single-step payment flow, this should be set to `'Settled'`.\n* In a two-step flow, this should be set to `'Authorized'`.\n*\n- * If using a {@link CustomOrderProcess}, may be something else\n+ * If using a ... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix reference in docs | 1 | docs | core |
711,597 | 02.12.2021 09:00:51 | -3,600 | 204f69983ad17c0291891243a42df2a79ae2de16 | chore: Limit Jest workers in CI
Trying to resolve failing e2e tests with sql.js | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ module.exports = {\nmoduleFileExtensions: ['js', 'json', 'ts'],\nrootDir: packageDirname,\ntestRegex: '.e2e-spec.ts$',\n- maxWorkers: 3,\n+ maxWorkers: process.env.CI ? 1 : 3,\ntransform: {\n'^.+\\\\.ts$': 'ts-jest',\n},\n",
"new_path": "e2e-common/j... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Limit Jest workers in CI
Trying to resolve failing e2e tests with sql.js | 1 | chore | null |
711,597 | 02.12.2021 09:18:01 | -3,600 | c1465dc90159608644d4848d7c3d12bd28b3cc2e | feat(core): Add OrderPlacedEvent
Relates to | [
{
"change_type": "ADD",
"diff": "+import { RequestContext } from '../../api/common/request-context';\n+import { Order } from '../../entity/order/order.entity';\n+import { OrderState } from '../../service/helpers/order-state-machine/order-state';\n+import { VendureEvent } from '../vendure-event';\n+\n+/**\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add OrderPlacedEvent
Relates to #1219 | 1 | feat | core |
711,597 | 02.12.2021 09:19:52 | -3,600 | a232b4cbc729a0be0e912c017770da7fe31969c9 | chore(core): Export all events | [
{
"change_type": "MODIFY",
"diff": "@@ -3,24 +3,52 @@ export * from './event-bus.module';\nexport * from './vendure-event';\nexport * from './events/account-registration-event';\n+export * from './events/account-verified-event';\n+export * from './events/administrator-event';\n+export * from './events/asset... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Export all events | 1 | chore | core |
756,013 | 02.12.2021 09:27:04 | 21,600 | 3f41296865dadbf7d7fe50291b86d972bc3caabd | feat(repl)!: add `@agoric/far` exports to REPL, remove `ui-agent` | [
{
"change_type": "MODIFY",
"diff": "import { isPromise } from '@agoric/promise-kit';\n-import { E } from '@agoric/eventual-send';\n-import { getInterfaceOf, Remotable, Far, isObject } from '@agoric/marshal';\n+import { Far } from '@agoric/far';\n+import * as farExports from '@agoric/far';\nimport { Nat } fr... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(repl)!: add `@agoric/far` exports to REPL, remove `ui-agent` | 1 | feat | repl |
617,469 | 02.12.2021 09:54:01 | -3,600 | d20487a65d99a0f39ee036d7954f95a532dd43d7 | fix(wizard button): regresison after accessibility code | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,10 @@ exports[`<DureePreavisDemission /> should render 1`] = `\n}\n.c19 {\n+ margin-left: auto;\n+}\n+\n+.c20 {\nwidth: 3rem;\nmargin-left: 1rem;\n}\n@@ -564,12 +568,12 @@ exports[`<DureePreavisDemission /> should render 1`] = `\nclass=\"c16\"\n>\n<button\n... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(wizard button): regresison after accessibility code (#4069) | 1 | fix | wizard button |
777,374 | 02.12.2021 09:57:26 | 28,800 | 4dd2281c2cdba0d9f32d813414360626dc978227 | docs: add an example for `bind_mounts`. | [
{
"change_type": "MODIFY",
"diff": "@@ -776,6 +776,25 @@ For each bind mount, the following optional fields may also be specified:\n<https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation>`__ for replicas of the\nbind-mount. Defaults to ``rprivate``.\n+For example, to mount ``/data`` on the... | Python | Apache License 2.0 | determined-ai/determined | docs: add an example for `bind_mounts`. (#3255) | 1 | docs | null |
711,597 | 02.12.2021 10:23:11 | -3,600 | 9b9e547696a7d958a39ba4eaa05f32b719d858a6 | fix(core): Ensure all Orders have a ShippingMethod before payment | [
{
"change_type": "MODIFY",
"diff": "@@ -807,7 +807,32 @@ describe('Shop orders', () => {\nexpect(customer!.addresses).toEqual([]);\n});\n- it('can transition to ArrangingPayment once Customer has been set', async () => {\n+ it('attempting to transition to ArrangingPayment returns error result when Order has... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Ensure all Orders have a ShippingMethod before payment | 1 | fix | core |
126,276 | 02.12.2021 10:28:18 | 10,800 | f97107e1e28d2dcd20cc71d521fce640114d9dca | chore(pkg/database): return a specific error in querying | [
{
"change_type": "MODIFY",
"diff": "@@ -372,7 +372,7 @@ func (d *db) SQLQuery(req *schema.SQLQueryRequest, tx *sql.SQLTx) (*schema.SQLQu\nstmt, ok := stmts[0].(*sql.SelectStmt)\nif !ok {\n- return nil, ErrIllegalArguments\n+ return nil, sql.ErrExpectingDQLStmt\n}\nreturn d.SQLQueryPrepared(stmt, req.Params,... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): return a specific error in querying
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
104,828 | 02.12.2021 10:49:27 | -3,600 | d9c77a08211d5a4acc5c0c896d4b2b4fa6389ca4 | fix(tablecolumncustomizationmodal): fix lodash import | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import React, { useCallback, useMemo, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { ArrowRight16, Reset16, Subtract16 } from '@carbon/icons-react';\nimport warning from 'warning';\n-import isNil from 'lodash/isNil';\n+import { isN... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecolumncustomizationmodal): fix lodash import | 1 | fix | tablecolumncustomizationmodal |
711,597 | 02.12.2021 11:21:11 | -3,600 | c3cfcb3c3dec77e9043df101b54672b107accb15 | fix(core): Gracefully handle errors in creating asset previews
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,8 @@ import { omit } from '@vendure/common/lib/omit';\nimport { ID, PaginatedList, Type } from '@vendure/common/lib/shared-types';\nimport { notNullOrUndefined } from '@vendure/common/lib/shared-utils';\nimport { unique } from '@vendure/common/lib/unique';\n-... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Gracefully handle errors in creating asset previews
Fixes #1246 | 1 | fix | core |
277,287 | 02.12.2021 11:39:09 | -3,600 | b514c169f681391a66d514a103b3a8585f799747 | feat: Make scrollbars themable | [
{
"change_type": "MODIFY",
"diff": "See the License for the specific language governing permissions and\nlimitations under the License.\n*/\n+* {\n+ // For Firefox\n+ scrollbar-width: thin;\n+ scrollbar-color: var(--text2) var(--text0);\n+\n+ &::-webkit-scrollbar-thumb {\n+ background-color: var(--text2);\n... | Python | Apache License 2.0 | h2oai/wave | feat: Make scrollbars themable #1120 (#1140) | 1 | feat | null |
277,287 | 02.12.2021 11:44:59 | -3,600 | b0f066a506d5ecf4fd152b522bda4d0eda5123b9 | feat: Add value prop to facepile | [
{
"change_type": "MODIFY",
"diff": "@@ -13,9 +13,15 @@ async def serve(q: Q):\nui.text_m(f'q.args.facepile={q.args.facepile}'),\nui.button(name='back', label='Back', primary=True),\n]\n+ elif q.args.facepile_value:\n+ q.page['example'].items = [\n+ ui.text_m(f'q.args.facepile_value={q.args.facepile_value}')... | Python | Apache License 2.0 | h2oai/wave | feat: Add value prop to facepile #1133 (#1141) | 1 | feat | null |
306,338 | 02.12.2021 11:46:59 | -3,600 | 38d877352607d66672a8de7ebade4f5e2bbdd9d2 | chore: add regexStr helper function to aws/google resource packages | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,11 @@ func strVal(s *string) string {\nreturn *s\n}\n+// nolint:deadcode,unused\n+func regexPtr(regex string) *string {\n+ return strPtr(fmt.Sprintf(\"/%s/i\", regex))\n+}\n+\nfunc intPtr(i int64) *int64 {\nreturn &i\n}\n@@ -83,10 +88,6 @@ func stringInSlice(... | Go | Apache License 2.0 | infracost/infracost | chore: add regexStr helper function to aws/google resource packages | 1 | chore | null |
756,038 | 02.12.2021 12:21:19 | 28,800 | f584cd1a1256d4b27cf05a1b46bda1fb6aa591af | fix: represent storage in same order in genesis state | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,16 @@ option go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/swingset/types\nmessage GenesisState {\noption (gogoproto.equal) = false;\n- map<string, string> storage = 1 [\n+ repeated StorageEntry storage = 1 [\n(gogoproto.jsontag) = \"storage\",... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: represent storage in same order in genesis state | 1 | fix | null |
711,597 | 02.12.2021 12:24:14 | -3,600 | 6f71bf2586e3df6b126b29f7941710377798faef | fix(core): Correctly validate custom field list types
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ import {\n*/\nexport async function validateCustomFieldValue(\nconfig: CustomFieldConfig,\n- value: any,\n+ value: any | any[],\ninjector: Injector,\nlanguageCode?: LanguageCode,\n): Promise<void> {\n@@ -33,6 +33,17 @@ export async function validateCusto... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly validate custom field list types
Fixes #1241 | 1 | fix | core |
756,013 | 02.12.2021 12:28:55 | 21,600 | a9c70ca8d45693740e2935e646db142063fa4b7b | ci: reenable workflows that rely on pushes to `$default-branch`
The `$default-branch` macro is not expanded in workflows, only
workflow-templates. So, unfortunately, we have to hardcode the
`master` branch in the `yml` file to get these to work. | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,9 @@ name: ag-solo on xs\non:\npush:\n- branches: [$default-branch]\n+ branches: [ master ] # $default-branch\npull_request:\n- branches: [$default-branch]\n+ branches: [ master ] # $default-branch\njobs:\nxs-build:\n",
"new_path": ".github/workflows/ag-sol... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: reenable workflows that rely on pushes to `$default-branch`
The `$default-branch` macro is not expanded in workflows, only
workflow-templates. So, unfortunately, we have to hardcode the
`master` branch in the `yml` file to get these to work. | 1 | ci | null |
711,597 | 02.12.2021 12:29:33 | -3,600 | da9e2ce8829f84e9f05f0f12dfa4c9520f6e9ebd | fix(admin-ui): Fix rendering of custom field lists | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export class TabbedCustomFieldsComponent implements OnInit {\nprivate groupByTabs(customFieldConfigs: CustomFieldConfig[]): GroupedCustomFields {\nconst tabMap = new Map<string, CustomFieldConfig[]>();\nfor (const field of customFieldConfigs) {\n- const ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix rendering of custom field lists | 1 | fix | admin-ui |
705,211 | 02.12.2021 12:38:47 | 18,000 | ac6f16b40d5b92e0eaa38e258b4e131fd1a37c99 | refactor!: Move everything under the Uno.Cupertino namespace
BREAKING CHANGE: Everything is now under `Uno.Cupertino` | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ using Microsoft.UI.Xaml.Data;\nusing Windows.UI.Xaml.Data;\n#endif\n-namespace Uno.Cupertino.Converters\n+namespace Uno.Cupertino\n{\npublic class FromEmptyStringToValueConverter : IValueConverter\n{\n",
"new_path": "src/library/Uno.Cupertino/Converter... | C# | Apache License 2.0 | unoplatform/uno.themes | refactor!: Move everything under the Uno.Cupertino namespace
BREAKING CHANGE: Everything is now under `Uno.Cupertino` | 1 | refactor | null |
551,701 | 02.12.2021 13:36:39 | -3,600 | f3022741ab3a273edc9a366581f1bc86c819802c | docs: add warning about potential antivirus effect on tests | [
{
"change_type": "MODIFY",
"diff": "@@ -179,18 +179,19 @@ If you're familiar with the terminal, you can do the following:\nSquashing commits can be a tricky process but once you figure it out, it is\nreally helpful and keeps our repository concise and clean.\n-# FAQ\n+## FAQ\n-#### Everything works fine, bu... | Java | Apache License 2.0 | questdb/questdb | docs: add warning about potential antivirus effect on tests (#1640) | 1 | docs | null |
865,917 | 02.12.2021 13:38:33 | -3,600 | e077821d596081a252a41534098ecdfa5338679b | feat(tabs): set <small> marker on resize | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,6 @@ const TABS_OPTS = {\n}\n};\n-const TAB_SMALL_SELECTOR = 'tab--small';\nconst SMALL_TAB_WIDTH = 45;\n@@ -154,19 +153,24 @@ function Tab(props) {\n} = props;\nconst tabRef = React.useRef(0);\n+ const [ small, setSmall ] = React.useState(false);\n+\n+ const... | JavaScript | MIT License | camunda/camunda-modeler | feat(tabs): set <small> marker on resize | 1 | feat | tabs |
711,597 | 02.12.2021 13:48:48 | -3,600 | f9bc532d5f3bd40d116f08af9786c661873e5fe9 | fix(core): Clear shippingLines if no eligible ShippingMethods exist
Closes | [
{
"change_type": "ADD",
"diff": "+import { LanguageCode } from '@vendure/common/lib/generated-types';\n+import { ShippingEligibilityChecker } from '@vendure/core';\n+\n+export const countryCodeShippingEligibilityChecker = new ShippingEligibilityChecker({\n+ code: 'country-code-shipping-eligibility-checker',... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Clear shippingLines if no eligible ShippingMethods exist
Closes #1195 | 1 | fix | core |
711,597 | 02.12.2021 13:52:23 | -3,600 | f2def437dad8c39038b27f4651c57c6ba53c2330 | fix(core): Order collection.children by position
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -294,7 +294,7 @@ export class CollectionService implements OnModuleInit {\nconst getChildren = async (id: ID, _descendants: Collection[] = [], depth = 1) => {\nconst children = await this.connection\n.getRepository(ctx, Collection)\n- .find({ where: { parent: { id } } ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Order collection.children by position
Closes #1239 | 1 | fix | core |
386,581 | 02.12.2021 14:01:25 | -7,200 | a29576d45e58720f02896e5d0523f728fad036a5 | feat(server-dev): Add dev server startup and config file watcher. | [
{
"change_type": "MODIFY",
"diff": "**/dist/*\n**/es/*\n**/coverage/*\n+**/node_modules/*\n**/.lowdefy/*\n**/.next/*\n**/.env\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "*/\nclass BatchChanges {\n- constructor({ fn, context, minDelay }) {... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server-dev): Add dev server startup and config file watcher. | 1 | feat | server-dev |
304,868 | 02.12.2021 14:21:40 | 25,200 | eb10cfb089b18e702dd81e3f64a660425c7c6b82 | feat: add location/message methods to semantic::Error
Prior to these message you could not extract the location information
separate from the error message for semantic Errors. Now you can get the
location information explicitly allowing for passing rich diagnostics
in the LSP. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,29 +26,69 @@ pub mod flatbuffers;\nuse thiserror::Error;\n-use crate::{ast, errors::Errors, parser, semantic::types::PolyType};\n+use crate::{\n+ ast,\n+ errors::{Errors, Located},\n+ parser,\n+ semantic::types::PolyType,\n+};\n+\n+/// Error represents any error th... | Go | MIT License | influxdata/flux | feat: add location/message methods to semantic::Error (#4314)
Prior to these message you could not extract the location information
separate from the error message for semantic Errors. Now you can get the
location information explicitly allowing for passing rich diagnostics
in the LSP. | 1 | feat | null |
104,853 | 02.12.2021 14:24:10 | 18,000 | 4d58d0e1bc2b662e7df6e397a6b7a11e201b566e | chore(rule-builder): lint | [
{
"change_type": "MODIFY",
"diff": "@@ -52,8 +52,9 @@ storiesOf('Components/Rule builder', module)\nrules: [\n{ operand: 'eq', id: '3' },\n{ operand: 'eq', id: '4' },\n- ]\n- }\n- ]})\n- }\n+ ],\n+ },\n+ ],\n+ }),\n+ },\n}));\n",
"new_path": "packages/angular/src/rule-builder/rule-builder.stories.ts",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(rule-builder): lint | 1 | chore | rule-builder |
889,620 | 02.12.2021 14:27:54 | -28,800 | f17bbd50769c36038d4fc73aa5cac7b5014e10f6 | feat(opds): optionally mark progress when streaming pages
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,8 @@ private const val ROUTE_READLISTS_ALL = \"readlists\"\nprivate const val ROUTE_PUBLISHERS_ALL = \"publishers\"\nprivate const val ROUTE_SEARCH = \"search\"\n+internal const val MARK_READ = \"markread\"\n+\nprivate const val ID_SERIES_ALL = \"allSeries\"\... | Kotlin | MIT License | gotson/komga | feat(opds): optionally mark progress when streaming pages
closes #710 | 1 | feat | opds |
866,391 | 02.12.2021 14:50:08 | -3,600 | b7fbc11df1ac3ab5e433a5d9f21e4ea812685799 | chore: update Node to the LTS version (v16) | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node-version: [14.x]\n+ node-version: [16.x]\nsteps:\n- uses: actions/checkout@v2\n- name: Use Node.js\n@@ -32,7 +32,7 @@ jobs:\nstrategy:\nmatrix:\nos: [macos-latest, ubuntu-latest]\n- node-version: [... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore: update Node to the LTS version (v16) (#728)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | null |
865,939 | 02.12.2021 14:57:45 | -3,600 | 5b1e55f5d06ba456cc3f283f4a3f2ed0f9aaf680 | chore(CHANGELOG): update to 4.12.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,14 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 4.12.0\n+\n+* `FEAT`: define engine profiles globally ([#2544](https://github.com/camunda/camunda-modeler/issues/254... | JavaScript | MIT License | camunda/camunda-modeler | chore(CHANGELOG): update to 4.12.0 | 1 | chore | CHANGELOG |
711,597 | 02.12.2021 15:38:36 | -3,600 | 693fd839af42b6162241fbcab8e07e651d6e8751 | fix(core): Re-allocate stock when cancelling a Fulfillment
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -473,6 +473,7 @@ describe('Stock control', () => {\nconst trackedVariant2 = await getTrackedVariant();\nexpect(trackedVariant2.stockOnHand).toBe(5);\n+ expect(trackedVariant2.stockAllocated).toBe(1);\nconst linesInput =\norder?.lines\n@@ -498,6 +499,7 @@ describe('Stoc... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Re-allocate stock when cancelling a Fulfillment
Closes #1250 | 1 | fix | core |
494,219 | 02.12.2021 15:43:04 | -3,600 | dd890ab96727d7a2c8c2f52279dc3516096213f0 | docs: add `Content-Type` to recommended CORS allowed headers | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ serve:\nallowed_headers:\n- Authorization\n- Cookie\n+ - Content-Type\nexposed_headers:\n- Content-Type\n- Set-Cookie\n",
"new_path": "docs/docs/guides/setting-up-cors.mdx",
"old_path": "docs/docs/guides/setting-up-cors.mdx"
},
{
"change_... | Go | Apache License 2.0 | ory/kratos | docs: add `Content-Type` to recommended CORS allowed headers (#2015) | 1 | docs | null |
306,653 | 02.12.2021 15:52:34 | -19,080 | edc300ccccf25415aaa2f624fb404a60276ecd46 | docs(sidesheet): add new story for custom header in sidesheet | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import { boolean } from '@storybook/addon-knobs';\n+import { action } from '@storybook/addon-actions';\n+import { updateKnob } from '@/utils/storybookEventEmitter';\n+import { Text, Paragraph, Sidesheet, ModalDescription, Button, Badge, Hea... | TypeScript | MIT License | innovaccer/design-system | docs(sidesheet): add new story for custom header in sidesheet | 1 | docs | sidesheet |
749,548 | 02.12.2021 16:04:43 | 28,800 | d2e5874e22a9af05a14184050bbb67d1b9c8a5b1 | chore(changelog): add v8.47.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,24 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.47.0 (2021-12-02)\n+\n+#### :rocket: New Feature\n+* `dropdowns`, `theming`\n+ * [#1246](http... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.47.0 [skip ci] | 1 | chore | changelog |
217,922 | 02.12.2021 16:37:32 | -3,600 | 9ad89224712479e36c5090990225bead8677e2ce | feat(simulator): support for 6.0 update on global region | [
{
"change_type": "MODIFY",
"diff": "<div>|</div>\n<div [class.mobile-stats]=\"false | ifMobile:true:compact\" [nzTooltipTitle]=\"'SIMULATOR.Current_control_bonus' | translate\" nz-tooltip>\n{{'SIMULATOR.Current_control' | translate: { value: (result.simulation.crafterStats.getControl(result.simulation) | fl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): support for 6.0 update on global region | 1 | feat | simulator |
306,653 | 02.12.2021 16:52:29 | -19,080 | c619c571491e9ae1b6c9b74a0b052a82d638aa59 | feat(chips): add selected disabled state to chips | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ exports[`Chip component\nevents_round\n</i>\n<span\n- class=\"Text Text--default Text--regular\"\n+ class=\"Text Text--link Text--regular\"\ndata-test=\"DesignSystem-GenericChip--Text\"\n>\nChipLabel\n@@ -91,14 +91,14 @@ exports[`Chip component\ndata-tes... | TypeScript | MIT License | innovaccer/design-system | feat(chips): add selected disabled state to chips | 1 | feat | chips |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.