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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
889,148 | 03.09.2021 02:29:05 | -10,800 | 99c276cf0c394200836f3289ff21a4880523a7b5 | fix: Fix detecting Cloud Run logic
Uses dedicated GCPEnv enumerator (CLOUD_RUN).
Removes code that used COMPUTE_ENGINE enum with extra tests.
Updates relevant unit tests.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -193,15 +193,10 @@ export async function getDefaultResource(auth: GoogleAuth) {\nreturn getGAEDescriptor().catch(() => getGlobalDescriptor());\ncase GCPEnv.CLOUD_FUNCTIONS:\nreturn getCloudFunctionDescriptor().catch(() => getGlobalDescriptor());\n- case GCPEnv.COMPUTE_... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | fix: Fix detecting Cloud Run logic (#1145)
Uses dedicated GCPEnv enumerator (CLOUD_RUN).
Removes code that used COMPUTE_ENGINE enum with extra tests.
Updates relevant unit tests.
Fixes #1127 | 1 | fix | null |
306,660 | 03.09.2021 03:17:48 | -19,080 | 1cb98e934832aeea0820c17b39089fe20e7f9b75 | test(dropdown): adds test for dropdown options and loading | [
{
"change_type": "MODIFY",
"diff": "@@ -623,6 +623,7 @@ const DropdownList = (props: OptionsProps) => {\ncustomStyle={popoverStyle}\nposition={alignmentMapping[align]}\n{...popoverOptions}\n+ data-test=\"DesignSystem-Dropdown--Popover\"\n>\n{(withSearch || props.async) && renderSearch()}\n{renderDropdownSec... | TypeScript | MIT License | innovaccer/design-system | test(dropdown): adds test for dropdown options and loading | 1 | test | dropdown |
67,479 | 03.09.2021 08:00:25 | -36,000 | 5fbae37e301464e890b99bbdc747508557239a52 | chore(build): prepare e2e test project | [
{
"change_type": "MODIFY",
"diff": "\"test/karma-aurelia-preprocessor\",\n\"examples/base-url\",\n\"examples/lazy-loading-config\",\n- \"packages/__tests__\"\n+ \"packages/__tests__\",\n+ \"packages/__e2e__\"\n],\n\"license\": \"MIT\",\n\"engines\": {\n",
"new_path": "package.json",
"old_path": "pac... | TypeScript | MIT License | aurelia/aurelia | chore(build): prepare e2e test project | 1 | chore | build |
777,378 | 03.09.2021 08:06:40 | 25,200 | 190b167f3ec9f2a4b09d3527a306396f5d38c92b | feat: add notebook idle timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ package internal\nimport (\n\"archive/tar\"\n\"context\"\n+ \"encoding/json\"\n\"fmt\"\n\"strconv\"\n@@ -12,6 +13,7 @@ import (\npetname \"github.com/dustinkirkland/golang-petname\"\n\"github.com/google/uuid\"\n\"github.com/pkg/errors\"\n+ log \"github.com... | Python | Apache License 2.0 | determined-ai/determined | feat: add notebook idle timeout [DET-5517, DET-5519] (#2868) | 1 | feat | null |
67,479 | 03.09.2021 08:25:32 | -36,000 | d49fe578391852b823b63d4bc8370d2da0a619cb | chore(deps): ensure no duplicate packages | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==\",\n\"dev\": true\n},\n+ \"node_modules/html-loader\": {\n+ \"version\": \"2.1.2\",\n+ \"resolved\": \"https://registry.npmjs.org/html-loader/-/html-loader-2.1... | TypeScript | MIT License | aurelia/aurelia | chore(deps): ensure no duplicate packages | 1 | chore | deps |
67,479 | 03.09.2021 08:39:48 | -36,000 | 97bb72f7d2c05c9e490b81b49fe90ae3671b504d | chore(tests): basic running tests | [
{
"change_type": "MODIFY",
"diff": "+<import from=\"./pages/home\"></import>\n+<import from=\"./pages/auth\"></import>\n+\n<div class=\"message\">${message}</div>\n<nav>\n- <a href=\"\">Home</a>\n- <a href=\"auth\">Register</a>\n+ <a load=\"home\">Home</a>\n+ <a load=\"auth\">Register</a>\n</nav>\n-<au-view... | TypeScript | MIT License | aurelia/aurelia | chore(tests): basic running tests | 1 | chore | tests |
67,479 | 03.09.2021 08:42:18 | -36,000 | c29eab1422cada5da931c898e5de9bd931487591 | chore(ci): run e2e tests in GH action | [
{
"change_type": "MODIFY",
"diff": "name: Github Actions\n-on: [push]\n+on: [push, pull_request]\nenv:\nPREFERRED_WORKSPACE_MANAGER: yarn # for lage to work property\n@@ -16,56 +16,6 @@ jobs:\n# - run: npm ci\n# - run: npm run lint:packages -- -- -- --quite\n- node:\n- timeout-minutes: 10\n- strategy:\n- ma... | TypeScript | MIT License | aurelia/aurelia | chore(ci): run e2e tests in GH action | 1 | chore | ci |
67,479 | 03.09.2021 08:51:35 | -36,000 | 155747b1f1884326d174ed480d20235586108fc7 | chore(ci): install chromium before e2e tests | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,8 @@ jobs:\n- run: npm ci\n- run: npm run build\nname: build all packages\n- - run: npm run test\n- name: run e2e tests\n+ - name: run e2e tests\nworking-directory: packages/__e2e__\n+ run: |\n+ npx playwright install chromium\n+ npm run test\n\\ No newline a... | TypeScript | MIT License | aurelia/aurelia | chore(ci): install chromium before e2e tests | 1 | chore | ci |
777,401 | 03.09.2021 08:57:28 | 14,400 | 08cc3100609851e1971faf89ee241b669db6a7b3 | chore: remove old harness profiler | [
{
"change_type": "MODIFY",
"diff": "-from determined.layers._harness_profiler import HarnessProfiler\nfrom determined.layers._worker_process import WorkerProcessContext\nfrom determined.layers._workload_sequencer import WorkloadSequencer, make_compatibility_workloads\n",
"new_path": "harness/determined/... | Python | Apache License 2.0 | determined-ai/determined | chore: remove old harness profiler (#2901) | 1 | chore | null |
71,462 | 03.09.2021 09:47:09 | 21,600 | a534829b2458c5ed54d05fd5cca025cba2ddaaa7 | feat(lambda): python 3.9 runtime
Add Python 3.9 to the list of supported runtimes.
closes: ,
*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": "@@ -601,14 +601,14 @@ Example with Python:\nnew Function(this, 'Function', {\ncode: Code.fromAsset(path.join(__dirname, 'my-python-handler'), {\nbundling: {\n- image: Runtime.PYTHON_3_8.bundlingImage,\n+ image: Runtime.PYTHON_3_9.bundlingImage,\ncommand: [\n'bash', '-c',\... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda): python 3.9 runtime (#16366)
Add Python 3.9 to the list of supported runtimes.
closes: https://github.com/aws/aws-cdk/issues/16144 , https://github.com/aws/aws-cdk/issues/16355
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 licens... | 1 | feat | lambda |
679,913 | 03.09.2021 09:54:38 | -7,200 | 282e7b44e949fb4e66ae792a472dcfae43724511 | build: update deps, incl. TS4.4.2 | [
{
"change_type": "MODIFY",
"diff": "],\n\"devDependencies\": {\n\"@istanbuljs/nyc-config-typescript\": \"^1.0.1\",\n- \"@microsoft/api-documenter\": \"^7.13.34\",\n- \"@microsoft/api-extractor\": \"^7.18.4\",\n+ \"@microsoft/api-documenter\": \"^7.13.44\",\n+ \"@microsoft/api-extractor\": \"^7.18.7\",\n\"@s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update deps, incl. TS4.4.2 | 1 | build | null |
679,913 | 03.09.2021 09:55:35 | -7,200 | 82917c036cd46eafa2a321188d8cbd156642416b | refactor(tools): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,6 @@ ${tableKeys(\n`;\nwriteFileSync(\"examples/README.md\", BODY);\n} catch (e) {\n- console.log(e.message);\n+ console.log((<Error>e).message);\nprocess.exit(1);\n}\n",
"new_path": "tools/src/readme-examples.ts",
"old_path": "tools/src/readme-exampl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(tools): fix up TS4.4 changes | 1 | refactor | tools |
679,913 | 03.09.2021 09:56:06 | -7,200 | ba616db95afa56445810898a2c935876c63270bb | refactor(args): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,9 @@ export const parse = <T extends IObjectOf<any>>(\nreturn parseOpts(specs, argv, opts);\n} catch (e) {\nif (opts.showUsage) {\n- console.log(e.message + \"\\n\\n\" + usage(specs, opts.usageOpts));\n+ console.log(\n+ (<Error>e).message + \"\\n\\n\" + usage... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(args): fix up TS4.4 changes | 1 | refactor | args |
679,913 | 03.09.2021 09:56:39 | -7,200 | 993a4589d60497c0eff1e37c66866e878d4e63e3 | refactor(csp): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -379,7 +379,7 @@ export class Channel<T> implements IReadWriteableChannel<T> {\nthis.state = State.CLOSED;\n}\n} catch (e) {\n- this.onerror(e, this, value);\n+ this.onerror(<Error>e, this, value);\n}\n}\n: () => value,\n@@ -593,7 +593,7 @@ export class Channel<T> impl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(csp): fix up TS4.4 changes | 1 | refactor | csp |
679,913 | 03.09.2021 09:57:01 | -7,200 | 40caddc6d910462ddb38839c0cca5c57386c4e32 | refactor(rdom): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ export class $Promise extends Component {\ntry {\nthis.inner = this.$compile(await this.promise);\n} catch (e) {\n- this.inner = this.$compile(this.error(e));\n+ this.inner = this.$compile(this.error(<Error>e));\n}\nreturn (this.el = await this.inner.mou... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rdom): fix up TS4.4 changes | 1 | refactor | rdom |
679,913 | 03.09.2021 09:57:20 | -7,200 | 04a93a636cf56bd9f86b3156b2b549854ca99e80 | refactor(router): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { BasicRouter } from \"./basic\";\nexport class HTMLRouter extends BasicRouter {\nprotected currentPath!: string;\nprotected popHandler!: Fn<PopStateEvent, void>;\n- protected hashHandler!: Fn<HashChangeEvent, void>;\n+ protected hashHandler!: Event... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(router): fix up TS4.4 changes | 1 | refactor | router |
679,913 | 03.09.2021 09:57:47 | -7,200 | bfb004c4a42c04c7e040e2491abd2d4466d57b5c | refactor(rstream-log-file): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ export const writeFile = (path: string): ISubscriber<string> => ({\nnext(msg) {\nappendFile(path, msg + \"\\n\", (e) => {\nif (e) {\n- process.stderr.write(e.message);\n+ process.stderr.write((<Error>e).message);\n}\n});\n},\n",
"new_path": "packages/r... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log-file): fix up TS4.4 changes | 1 | refactor | rstream-log-file |
679,913 | 03.09.2021 09:59:57 | -7,200 | f011450b1e2ae5c3c4b4c723410b00fb9d155f61 | build: update tslib | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/equiv\": \"^1.0.45\",\n\"@thi.ng/errors\": \"^1.3.4\",\n\"@thi.ng/transducers\": \"^7.9.1\",\n- \"tslib\": \"^2.3.0\"\n+ \"tslib\": \"^2.3.1\"\n},\n\"files\": [\n\"*.js\",\n",
"new_path": "packages/associative/package.json",
"old_path": "packages/associa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update tslib | 1 | build | null |
679,913 | 03.09.2021 10:00:56 | -7,200 | 863fa33718c9a7cf30e08c30e57aacdc6af5b07b | refactor(geom): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ export const pathFromSvg = (svg: string) => {\n} catch (e) {\nthrow e instanceof Error\n? e\n- : new Error(`illegal char '${svg.charAt(e)}' @ ${e}`);\n+ : new Error(`illegal char '${svg.charAt(<number>e)}' @ ${e}`);\n}\n};\n",
"new_path": "packages/g... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): fix up TS4.4 changes | 1 | refactor | geom |
679,913 | 03.09.2021 10:01:16 | -7,200 | a6ab9a37681319129faf2081680afc188773c79c | build: update assemblyscript | [
{
"change_type": "MODIFY",
"diff": "\"pub\": \"yarn build:release && yarn publish --access public\"\n},\n\"devDependencies\": {\n- \"assemblyscript\": \"0.19.8\"\n+ \"assemblyscript\": \"0.19.11\"\n},\n\"dependencies\": {\n\"@thi.ng/transducers-binary\": \"^1.0.4\"\n",
"new_path": "packages/simd/package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update assemblyscript | 1 | build | null |
679,913 | 03.09.2021 10:01:43 | -7,200 | 1937f6be00e2f07f6f85beb99822153bc5e7a047 | refactor(examples): fix up TS4.4 changes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,6 @@ export const adaptiveThreshold = (\noffset = 0\n) =>\nconvolveChannel(src, {\n- pad: false,\nkernel: {\n// pool kernel template for code generator:\n// take a `body` array of pixel lookups (W x H items)\n",
"new_path": "examples/adaptive-threshold/sr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): fix up TS4.4 changes | 1 | refactor | examples |
332,702 | 03.09.2021 10:13:28 | 14,400 | 15f42594d07a5327958d6d5d57178e178a3ac667 | style(semver): Running prettier on my changed files. | [
{
"change_type": "MODIFY",
"diff": "@@ -14,18 +14,35 @@ describe('getGreatestVersionBump', () => {\n});\nit('returns the greatest value when the greatest is in the middle of the list', () => {\n- const version = getGreatestVersionBump(['0.0.1', '0.1.0', '1.0.0', '0.0.1', '0.1.0']);\n+ const version = getGre... | TypeScript | MIT License | jscutlery/semver | style(semver): Running prettier on my changed files. | 1 | style | semver |
730,467 | 03.09.2021 10:18:48 | 21,600 | dbf80933bc2d8232a8cf515077702ee5e1033ee8 | feat(metrics): add metrics for join delay
add metrics for delay between joining a meeting and receiving
audio and video. | [
{
"change_type": "MODIFY",
"diff": "+/* globals performance */\nimport uuid from 'uuid';\nimport {cloneDeep, isEqual, pick} from 'lodash';\nimport {StatelessWebexPlugin} from '@webex/webex-core';\n@@ -1000,6 +1001,22 @@ export default class Meeting extends StatelessWebexPlugin {\nlet payload = {};\n+ const ... | JavaScript | MIT License | webex/webex-js-sdk | feat(metrics): add metrics for join delay
- add metrics for delay between joining a meeting and receiving
audio and video. | 1 | feat | metrics |
4,988 | 03.09.2021 10:24:19 | -7,200 | a5e14d82562e87c650af561ed7058bf91ef7d7f4 | fix(csv-generate): coffee migration in sync incompatible with node < 14, fix | [
{
"change_type": "MODIFY",
"diff": "@@ -357,8 +357,6 @@ additional information.\nvar generate = require('.');\nmodule.exports = function (options) {\n- var _options;\n-\nif (typeof options === 'string' && /\\d+/.test(options)) {\noptions = parseInt(options);\n}\n@@ -369,7 +367,7 @@ module.exports = function... | JavaScript | MIT License | adaltas/node-csv | fix(csv-generate): coffee migration in sync incompatible with node < 14, fix #289 | 1 | fix | csv-generate |
471,462 | 03.09.2021 10:25:06 | 14,400 | 40837d10e3a1f6dd2f83041bcb829b681562b1e5 | fix: use latest axe-core and allow not required attributes in role testing | [
{
"change_type": "ADD",
"diff": "+---\n+'chai-a11y-axe': patch\n+'eslint-plugin-lit-a11y': patch\n+'@open-wc/semantic-dom-diff': patch\n+'@open-wc/testing': patch\n+---\n+\n+- use latest axe-core\n+- allow not required attributes in role testing\n",
"new_path": ".changeset/fluffy-beds-pump.md",
"old... | JavaScript | MIT License | open-wc/open-wc | fix: use latest axe-core and allow not required attributes in role testing | 1 | fix | null |
815,577 | 03.09.2021 10:28:47 | -28,800 | a25112f1032ac6796dc68fcf3922d316ae74db65 | test: add test for net | [
{
"change_type": "MODIFY",
"diff": "@@ -1214,6 +1214,7 @@ dependencies = [\n\"rand 0.7.3\",\n\"sentry\",\n\"tempfile\",\n+ \"tokio\",\n]\n[[package]]\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,10 @@ mod tests;\npub use crate... | Rust | MIT License | nervosnetwork/ckb | test: add test for net | 1 | test | null |
141,585 | 03.09.2021 10:53:51 | -36,000 | f6fbb02176e7a1814094bafa0ede0d648e8b79f8 | feat: Add Kaizen eslint plugin
feat: Add Kaizen eslint plugin
docs: Added README | [
{
"change_type": "ADD",
"diff": "+# About\n+`@kaizen/eslint-plugin-kaizen` is a collection of ESLint rules for Kaizen. It aims to solve some of the following problems:\n+- Large-scale migrations of Kaizen packages\n+- Encourage Kaizen best practices and anticipate common mistakes\n+\n+## Install\n+Add the p... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Add Kaizen eslint plugin (#1859)
feat: Add Kaizen eslint plugin
docs: Added README
Co-authored-by: Daniel Manning <dmisdm@users.noreply.github.com> | 1 | feat | null |
679,913 | 03.09.2021 11:19:21 | -7,200 | 95499ed1276c1ea95a40ed427d2c4bfe8d866165 | refactor(dual-algebra): dedupe vector ops | [
{
"change_type": "MODIFY",
"diff": "@@ -24,3 +24,5 @@ export type Op4 = FnU4<Dual>;\nexport type Op5 = FnU5<Dual>;\nexport type Op6 = FnU6<Dual>;\n+\n+export type OpV2 = FnU2<Dual[]>;\n",
"new_path": "packages/dual-algebra/src/api.ts",
"old_path": "packages/dual-algebra/src/api.ts"
},
{
"cha... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(dual-algebra): dedupe vector ops | 1 | refactor | dual-algebra |
889,620 | 03.09.2021 11:25:52 | -28,800 | 202abe1f48985c5a6af932fd9cf736fd773f3e72 | docs: add link to find log files in bug issue template | [
{
"change_type": "MODIFY",
"diff": "@@ -42,4 +42,4 @@ Add any other context about the problem here.\nIf applicable, add screenshots to help explain your problem.\n### Log file\n-If applicable, add an excerpt of the log file (max 20 lines) _AND_ attach the complete log file or a link to a gist/pastebin conta... | Kotlin | MIT License | gotson/komga | docs: add link to find log files in bug issue template | 1 | docs | null |
71,360 | 03.09.2021 11:31:28 | 25,200 | 27a0113ac68a05360faa22fa8897609f2f90b764 | fix(apigatewayv2): some methods of the `defaultStage` are not available without casting it to `IHttpStage`
Closes Changes the defaultStage to an IHttpStage.
*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": "@@ -4,11 +4,11 @@ import { Construct } from 'constructs';\nimport { CfnApi, CfnApiProps } from '../apigatewayv2.generated';\nimport { IApi } from '../common/api';\nimport { ApiBase } from '../common/base';\n-import { DomainMappingOptions, IStage } from '../common/stage';\... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(apigatewayv2): some methods of the `defaultStage` are not available without casting it to `IHttpStage` (#15607)
----
Closes #14787. Changes the defaultStage to an IHttpStage.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | apigatewayv2 |
815,601 | 03.09.2021 13:06:18 | -28,800 | d4ea30bc4074027f6d897a9588fd429613175f8a | test: tx-pool pending queue | [
{
"change_type": "MODIFY",
"diff": "@@ -16,11 +16,11 @@ type ConflictEntry = (TxEntry, Reject);\n#[derive(Debug, Clone)]\npub(crate) struct PendingQueue {\n- inner: LinkedHashMap<ProposalShortId, TxEntry>,\n+ pub(crate) inner: LinkedHashMap<ProposalShortId, TxEntry>,\n/// dep-set<txid> map represent in-pool... | Rust | MIT License | nervosnetwork/ckb | test: tx-pool pending queue | 1 | test | null |
777,399 | 03.09.2021 13:28:16 | 25,200 | 256a8fd2c06522c8b225a7292056ba1c74263cae | docs: add release notes for 0.16.5 | [
{
"change_type": "MODIFY",
"diff": "Version 0.16\n**************\n+Version 0.16.5\n+==============\n+\n+**Release Date:** September 3, 2021\n+\n+**New Features**\n+\n+- Support custom PyTorch data loaders with ``PyTorchTrial``. You may now call\n+ :meth:`context.experimental.disable_dataset_reproducibility_... | Python | Apache License 2.0 | determined-ai/determined | docs: add release notes for 0.16.5 (#2913)
(cherry picked from commit af5bd3e4235ae741c9a36203fc2ca46506ca692b) | 1 | docs | null |
276,989 | 03.09.2021 14:20:19 | 10,800 | dc9e1862b399fcb590c71be31371a6d74ea7cc4d | test(system): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ describe('Web and iOS', () => {\ndescribe('Android', () => {\ndescribe('typography', () => {\ndescribe('fontWeight', () => {\n- it('should return the correspondent fontFamily', () => {\n+ it('Should return the correspondent fontFamily', () => {\nconst ... | JavaScript | MIT License | gympass/yoga | test(system): fix typo | 1 | test | system |
126,276 | 03.09.2021 14:37:02 | 10,800 | 160cabf40319a74008bbe0bc59b9f1754ba84077 | fix(embedded/sql): adjust selector ranges calculation | [
{
"change_type": "MODIFY",
"diff": "@@ -1289,7 +1289,7 @@ func TestIndexing(t *testing.T) {\n})\nt.Run(\"should use index on `ts` with specific value\", func(t *testing.T) {\n- r, err := engine.QueryStmt(\"SELECT * FROM table1 WHERE ts = 1629902962 AND ts < 1629902963 ORDER BY ts\", nil, true)\n+ r, err := ... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): adjust selector ranges calculation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
276,989 | 03.09.2021 14:41:33 | 10,800 | f2e9b443498ce95f942354f455226d0a6996d1f6 | chore(metro): skip bundling when changing test files | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ module.exports = (async () => {\n),\nnew RegExp(`${reactNativeLib}/node_modules/react-native/.*`),\nnew RegExp(`${reactNativeLib}/node_modules/react/.*`),\n+ new RegExp(`${reactNativeLib}/packages/*.*/*.test.*`),\n]),\nassetExts: assetExts.filter(ext => ... | JavaScript | MIT License | gympass/yoga | chore(metro): skip bundling when changing test files | 1 | chore | metro |
276,989 | 03.09.2021 14:53:59 | 10,800 | 3ba607ab8d315ca0f39e258db5438b12ca32685c | chore(slack): changing the message border color to be Vibin | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ const https = require('https');\nconst git = require('git-last-commit');\nconst slackWebHook = process.env.SLACK_WEBHOOK_URL;\n+const VIBIN = '#D8385E';\nconst releaseNotification = {\nusername: 'Yoga',\n@@ -63,7 +64,7 @@ async function notify() {\nconst {... | JavaScript | MIT License | gympass/yoga | chore(slack): changing the message border color to be Vibin | 1 | chore | slack |
551,645 | 03.09.2021 15:08:19 | -10,800 | f752732b2c32bc235ce1da0a6728bf79857f9a70 | chore(pgwire): add geohash support for PGWire protocol | [
{
"change_type": "MODIFY",
"diff": "@@ -698,9 +698,10 @@ public class PGConnectionContext implements IOContext, Mutable, WriterSource {\nfinal long offset = responseAsciiSink.skip();\nresponseAsciiSink.putNetworkShort((short) columnCount);\nfor (int i = 0; i < columnCount; i++) {\n- final int type = activeS... | Java | Apache License 2.0 | questdb/questdb | chore(pgwire): add geohash support for PGWire protocol (#1270) | 1 | chore | pgwire |
679,913 | 03.09.2021 16:06:34 | -7,200 | ea41cc3b96223dfcf1fd313151f84ad0c02ed8aa | feat(tools): rewrite/improve prune changelog tool | [
{
"change_type": "MODIFY",
"diff": "-import { files, readText } from \"./io\";\n+import { into } from \"@thi.ng/arrays\";\n+import { isArray, isString } from \"@thi.ng/checks\";\n+import { parse, serialize } from \"@thi.ng/hiccup-markdown\";\n+import {\n+ comp,\n+ filter,\n+ mapcat,\n+ mapcatIndexed,\n+ par... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(tools): rewrite/improve prune changelog tool | 1 | feat | tools |
276,986 | 03.09.2021 16:06:48 | 10,800 | 9a62e1595943436e738d531120855fdc7c928948 | feat(ResultDetails): change default renderItem | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ ResultDetails.defaultProps = {\nlimit: undefined,\nlimitLabel: undefined,\ndots: false,\n- renderItem: Text.Small,\n+ renderItem: Text.Tiny,\n};\nexport default ResultDetails;\n",
"new_path": "packages/yoga/src/Result/native/Details.jsx",
"old_... | JavaScript | MIT License | gympass/yoga | feat(ResultDetails): change default renderItem | 1 | feat | ResultDetails |
551,634 | 03.09.2021 16:28:18 | -10,800 | f5b1ae4d7d33dbd599f1197343a3b59ff758d9d1 | feat(pgwire): support bind parameters of BINARY type | [
{
"change_type": "MODIFY",
"diff": "@@ -270,6 +270,7 @@ public class PropServerConfiguration implements ServerConfiguration {\nprivate int pgNetRcvBufSize;\nprivate int pgNetSndBufSize;\nprivate int pgCharacterStoreCapacity;\n+ private int pgBinaryParamsCapacity;\nprivate int pgCharacterStorePoolCapacity;\n... | Java | Apache License 2.0 | questdb/questdb | feat(pgwire): support bind parameters of BINARY type (#1286) | 1 | feat | pgwire |
401,147 | 03.09.2021 16:41:06 | -19,080 | 0ead6b296c957a1080903939df5d42ebba5a84eb | fix: pass all the props of modal content to the styled component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,12 @@ import { ModalContext } from '../Modal.context';\nimport { useScrollState } from '../useScrollState';\nimport * as Styled from './Content.styled';\n-export const Content: React.FC & WithStyle = React.memo(({ children }) => {\n+export const Content: React... | TypeScript | MIT License | medly/medly-components | fix: pass all the props of modal content to the styled component (#408)
affects: @medly-components/core | 1 | fix | null |
551,643 | 03.09.2021 16:41:43 | -7,200 | f825cb16504b8514587bb65e415297c44911e8de | docs: modify tsbs instructions [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -38,8 +38,8 @@ cd ~/tmp/go/src/github.com/timescale/\nClone the TSBS repository, build test and install Go binaries:\n```bash\n-git clone git@github.com:questdb/tsbs.git\n-cd ~/tmp/go/src/github.com/timescale/tsbs/ && git checkout questdb-tsbs-load-new\n+git clone git@... | Java | Apache License 2.0 | questdb/questdb | docs: modify tsbs instructions [skip ci] (#1279) | 1 | docs | null |
815,609 | 03.09.2021 16:52:26 | -28,800 | 561066cb8e75080a00df61dddaccb7930b6e4c8a | test: add tests for the ckb-types crate | [
{
"change_type": "ADD",
"diff": "+use std::convert::TryFrom;\n+\n+use crate::{\n+ core::{DepType, ScriptHashType},\n+ packed,\n+};\n+\n+#[test]\n+fn test_script_hash_type() {\n+ let default = ScriptHashType::default();\n+ assert!(default == ScriptHashType::Data);\n+ let default_value: u8 = default.into();\n... | Rust | MIT License | nervosnetwork/ckb | test: add tests for the ckb-types crate | 1 | test | null |
667,636 | 03.09.2021 17:26:34 | -28,800 | 7c257719e8f5ab66f6a43459aab3c5093c10c599 | feat(react,vue,android): add live reload | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,9 @@ public class DevServerHelper {\n}\npublic String getLiveReloadURL() {\n- return String.format(Locale.US, WEBSOCKET_LIVERELOAD_URL_FORMAT, mServerHost);\n+ String[] host = mServerHost.split(\":\");\n+ String newHost = host[0] + \":38999\";\n+ return Strin... | C++ | Apache License 2.0 | tencent/hippy | feat(react,vue,android): add live reload | 1 | feat | react,vue,android |
551,646 | 03.09.2021 17:41:04 | -10,800 | 54c60a7722728daaecf229dbee8d32a020eef6a6 | feat(aws,marketplace,ci): Added questdb ami for aws marketplace | [
{
"change_type": "ADD",
"diff": "+trigger:\n+ tags:\n+ include:\n+ - '*'\n+ branches:\n+ exclude:\n+ - '*'\n+\n+pr: none\n+\n+pool:\n+ vmImage: ubuntu-latest\n+\n+steps:\n+ - script: |\n+ sudo apt-get update\n+ sudo apt-get install awscli\n+ cd \"$(Build.SourcesDirectory)\"/pkg/ami/marketplace\n+ make build... | Java | Apache License 2.0 | questdb/questdb | feat(aws,marketplace,ci): Added questdb ami for aws marketplace (#1242) | 1 | feat | aws,marketplace,ci |
791,704 | 03.09.2021 17:56:35 | 18,000 | abca0967970066b4b15889317c63c82f3f75e194 | tests(smoke): fix dbw console error expectation | [
{
"change_type": "MODIFY",
"diff": "@@ -193,35 +193,31 @@ const expectations = {\nfinalUrl: 'http://localhost:10200/dobetterweb/dbw_tester.html',\naudits: {\n'errors-in-console': {\n+ _minChromiumMilestone: 95,\nscore: 0,\ndetails: {\nitems: {\n0: {\n- source: 'other',\n- description: 'Application Cache Err... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smoke): fix dbw console error expectation (#13011) | 1 | tests | smoke |
791,704 | 03.09.2021 18:09:45 | 18,000 | d6225d37a4e9473a8a93d2b5745ced984a31896d | tests(smoke): check for passing robots-txt | [
{
"change_type": "ADD",
"diff": "+User-agent: *\n+Disallow:\n",
"new_path": "lighthouse-cli/test/fixtures/robots.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -24,13 +24,12 @@ const blockAllExceptInlineScriptCsp = headersParam([[\n/**\n* @type {Smokehouse.ExpectedRunne... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smoke): check for passing robots-txt (#13007) | 1 | tests | smoke |
902,122 | 03.09.2021 19:20:32 | -7,200 | 0e911a0dccbe21f5ce74eb1369bfd50c82b02505 | chore: improve proxy support | [
{
"change_type": "MODIFY",
"diff": "@@ -18,22 +18,25 @@ const driver = require('./driver')\nconst lock = mutexify()\nconst proxyRequest = async (request, opts) => {\n+ try {\nconst response = await got(request.url(), {\n- https: { rejectUnauthorized: false },\nbody: request.postData(),\n- followRedirect: fa... | JavaScript | MIT License | microlinkhq/browserless | chore: improve proxy support | 1 | chore | null |
902,122 | 03.09.2021 19:21:38 | -7,200 | 8634152c8b778f8705075977474e316f8204ce7b | chore(release): v9.1.14 | [
{
"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.1.14](https://github.com/microlinkhq/browserless/compare/v9.1.13...v9.1.14) (2021-09-03)\n+\n+**Note:** Version... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.14 | 1 | chore | release |
791,682 | 03.09.2021 19:23:01 | 14,400 | b236b59510e884d61681c6ad1ac74b30f81d35d7 | report(flow): sidebar mocks | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,9 @@ module.exports = {\nnode: true,\nbrowser: true,\n},\n+ plugins: [\n+ '@typescript-eslint',\n+ ],\nrules: {\n// TODO(esmodules): move to root eslint when all code is ESM\n// or when this is resolved: https://github.com/import-js/eslint-plugin-import/issue... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(flow): sidebar mocks (#13002) | 1 | report | flow |
438,921 | 03.09.2021 19:26:22 | -32,400 | c71c31b5c1dee8e9764b0ea1ab0cfbe5a26a846e | style(point): remove unused commented codes | [
{
"change_type": "MODIFY",
"diff": "@@ -250,18 +250,6 @@ export default {\n};\n},\n- // getCircles(i: number, id: string) {\n- // const $$ = this;\n- // const suffix = (isValue(i) ? `-${i}` : ``);\n-\n- // if (!$$.$el.circle.empty()) {\n- // return $$.$el.circle.filter(d => d.id === (id || d.id) && (isValue... | TypeScript | MIT License | naver/billboard.js | style(point): remove unused commented codes | 1 | style | point |
889,620 | 03.09.2021 19:38:54 | -28,800 | 9d92b2594d5b32df1963671871185fb76b4e7d30 | feat(api): read progress v2 for Tachiyomi
uses numberSort instead of index of book in series | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import org.gotson.komga.jooq.tables.records.BookMetadataRecord\nimport org.gotson.komga.jooq.tables.records.BookRecord\nimport org.gotson.komga.jooq.tables.records.MediaRecord\nimport org.gotson.komga.jooq.tables.records.ReadProgressRecord\n+import org.j... | Kotlin | MIT License | gotson/komga | feat(api): read progress v2 for Tachiyomi
uses numberSort instead of index of book in series | 1 | feat | api |
104,828 | 03.09.2021 20:37:32 | -7,200 | e0b3f6f299078de86d17752b55959a2d7c34a62b | fix(table): added back class | [
{
"change_type": "MODIFY",
"diff": "@@ -346,7 +346,12 @@ class FilterHeaderRow extends Component {\n<TableHeader\nclassName={classnames(\n`${iotPrefix}--tableheader-filter`,\n- `${iotPrefix}--filter-header-row--header`\n+ `${iotPrefix}--filter-header-row--header`,\n+ {\n+ // This class does not make sense f... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): added back class | 1 | fix | table |
317,756 | 03.09.2021 20:41:04 | 0 | 75c357a7f02568485fd7522e2dd1bac6a34aa70f | fix(memory): improve code readability | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,10 @@ func (n *memory) enabled() bool {\n}\nfunc (n *memory) string() string {\n- newText := strconv.FormatFloat(100.0/float64(n.TotalMemory)*float64(n.TotalMemory-n.FreeMemory), 'f', n.props.getInt(Precision, 0), 64)\n- return newText\n+ // 100.0 / total * u... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(memory): improve code readability | 1 | fix | memory |
317,756 | 03.09.2021 20:54:19 | -7,200 | daf91dc85adf9268e56baf20563399428ed9d6fa | feat: memory segment | [
{
"change_type": "MODIFY",
"diff": "@@ -57,6 +57,7 @@ module.exports = {\n\"text\",\n\"time\",\n\"ytm\",\n+ \"memory\",\n],\n},\n{\n",
"new_path": "docs/sidebars.js",
"old_path": "docs/sidebars.js"
},
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ require (\ngithub.com/huandu/xstr... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: memory segment | 1 | feat | null |
317,756 | 03.09.2021 21:06:03 | -7,200 | 56e46c208f3f56f80bd3fc6bebf97e1c2fee1ec9 | docs: memory segment | [
{
"change_type": "ADD",
"diff": "+---\n+id: memory\n+title: Memory\n+sidebar_label: Memory\n+---\n+\n+## Memory\n+\n+Display memory usage percentage.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"type\": \"memory\",\n+ \"style\": \"powerline\",\n+ \"foreground\": \"#26C6DA\",\n+ \"background\": \"#2f2f... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: memory segment | 1 | docs | null |
67,479 | 03.09.2021 21:33:33 | -36,000 | 8f2bf0c981e38e8c129ad76da29e991076bc8b90 | refactor(au-compose): move initiator out of change info, add tests for | [
{
"change_type": "MODIFY",
"diff": "\"generate-tests:template-compiler.static\": \"node scripts/dist/scripts/generate-tests/template-compiler.static.js\",\n\"generate-tests:template-compiler.mutations\": \"ts-node -P tsconfig.json scripts/generate-tests/template-compiler.mutations.ts\",\n\"mermaid\": \"ts-n... | TypeScript | MIT License | aurelia/aurelia | refactor(au-compose): move initiator out of change info, add tests for #1299 | 1 | refactor | au-compose |
67,516 | 03.09.2021 21:44:12 | -7,200 | 44d8c30817804fd05aa54ded5da8045c7548be16 | test: destructuring AST de-/hydration | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ export type IsBindingBehavior = IsValueConverter | BindingBehaviorExpression;\nexport type IsAssignable = AccessScopeExpression | AccessKeyedExpression | AccessMemberExpression | AssignExpression;\nexport type IsExpression = IsBindingBehavior | Interpola... | TypeScript | MIT License | aurelia/aurelia | test: destructuring AST de-/hydration | 1 | test | null |
679,913 | 03.09.2021 22:33:07 | -7,200 | be0b61f2df4e811a83494c8765cde927352825ef | refactor(examples): minor update spline-tangent ex | [
{
"change_type": "MODIFY",
"diff": "-import { $, dot, mul, sub } from \"@thi.ng/dual-algebra\";\n+import type { FnU5 } from \"@thi.ng/api\";\n+import { $, dot, Dual, mul, sub } from \"@thi.ng/dual-algebra\";\nimport { asSvg, circle, cubic, line, svgDoc, text } from \"@thi.ng/geom\";\nimport { fract } from \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): minor update spline-tangent ex | 1 | refactor | examples |
217,237 | 04.09.2021 00:25:12 | -10,800 | 5d02a1fed5d2fd8047d13c761f257adae4047efd | feat(dummy-articles): fullfill article (get-started/decompose) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,30 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Decomposition of logic\n<WIP ticket=\"218\" />\n+\n+## The role and meaning of decomposition\n+\n+> Problem? Costs of ignoring? How can it help? Why is it matter? Resistance to change\n+\n+## How to de... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/decompose) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 00:32:14 | -10,800 | 8b707ad744497ed4d17ddd577b514a34002d819e | feat(dummy-articles): fullfill article (get-started/cheatsheet) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,13 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Usage cheatesheet\n+<WIP ticket=\"213\" />\n+\n## Where to place module?\n-<WIP ticket=\"213\" />\n\\ No newline at end of file\n+\n+\n+... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/cheatsheet) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 00:40:41 | -10,800 | 17a30aba262ff3ec1b485a576c4471103e2b6928 | feat(dummy-articles): fullfill article (get-started/for-team) | [
{
"change_type": "MODIFY",
"diff": "@@ -11,3 +11,7 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n- Onboard newcomers\n- Development Guidelines (\"where to search N module\", etc...)\n- New approach for tasks\n+\n+## See also\n+- [(Thread) The simplicity of the old approaches and the importance of m... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/for-team) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 00:49:07 | -10,800 | 29c47848aee83b9c165a3712ddc7751b68228594 | feat(dummy-articles): fullfill article (get-started/partial-application) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,5 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Partial Application\n<WIP ticket=\"199\" />\n+\n+> How to partially apply the methodology? Does it make sense? What if I ignore it?\n",
"new_path": "website/i18n/en/docusaurus-plugin-content-docs/cu... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/partial-application) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 00:55:10 | -10,800 | 5b1e9ccc07be962712dac08c2f8862dd1c0e8375 | feat(dummy-articles): fullfill article (get-started/promote) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,11 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Promote in company\n<WIP ticket=\"206\" />\n+\n+## Do the project and the company need a methodology?\n+\n+> About the justification of the application, Those duty\n+\n+## How can I submit a methodolog... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/promote) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:10:19 | -10,800 | c131d6807dac49c13014bfff52461051289923c0 | feat(dummy-articles): fullfill article (get-started/pros-cons) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,15 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Pros & Cons\n+<WIP ticket=\"145\" />\n+\n> Profits and Costs from methodology\n-<WIP ticket=\"145\" />\n\\ No newline at end of file\n+## Advantages\n+\n+> [+ Overview](/docs/get-started/overview), Cod... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/pros-cons) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:20:08 | -10,800 | 24306c2d259ba745cf7abc0969cef531e9265f01 | feat(dummy-articles): fullfill article (get-started/big-ball-of-mud) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,19 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Big Ball of Mud\n<WIP ticket=\"258\" />\n+\n+## What is it\n+\n+## Why is it so common\n+\n+## When it starts to bring problems\n+\n+## What to do\n+\n+> And how does Featureclicked help in this\n+\n+#... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/big-ball-of-mud) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:24:02 | -10,800 | e127c059ba154f38150537351427b6cfc51f8402 | feat(dummy-articles): fullfill article (get-started/design-principles) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,12 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Design Principles\n-> SOLID, GRASP, ...\n-\n<WIP ticket=\"59\" />\n+\n+## What are we talking about\n+\n+> SOLID, GRASP, KISS, YAGNI, ... - and why they don't work well together in practice\n+\n+## Met... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/design-principles) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:34:34 | -10,800 | 448457d9483c66c4dfd900422dad8100187c78c6 | feat(dummy-articles): fullfill article (get-started/ddd) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,14 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# DDD\n<WIP ticket=\"1\" />\n+\n+## About the approach\n+\n+## Why does it work poorly in practice\n+\n+## Methodology position\n+\n+> What is the difference, how does it improve applicability, where doe... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/ddd) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:52:26 | -10,800 | 2d0780a82a3af60a244fe8eddf507c059d0874e6 | feat(dummy-articles): fullfill article (get-started/frameworks) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,14 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Frameworks\n<WIP ticket=\"58\" />\n+\n+## About applicability in the frontend\n+\n+## Methodology position\n+\n+> Framework-agnostic, conventional-approach\n+\n+## See also\n+\n+- [(Article) About the ... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/frameworks) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 01:58:02 | -10,800 | 1ca2edc2fa4185178343d53ae16f41e9a159a3a1 | feat(dummy-articles): fullfill article (get-started/smart-dumb) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,19 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Smart & Dumb components\n-> Or \"Why component-containers approach is evil?\"\n<WIP ticket=\"214\" />\n+\n+> Or \"Why component-containers approach is evil?\"\n+\n+## About the approach\n+\n+## About a... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/smart-dumb) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 02:01:05 | -10,800 | 6718c214ea292fa4b4575d01cdca839fd593b73a | feat(dummy-articles): fullfill article (get-started/feature-driven) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,16 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Feature Driven\n<WIP ticket=\"219\" />\n+\n+## About the approach\n+\n+## About applicability in the frontend\n+\n+## Methodology position\n+\n+> About compatibility, historical development and compari... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/feature-driven) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 02:04:43 | -10,800 | 7175e4b3adb731620e17f8e39320d073fe229bb7 | feat(dummy-articles): minor refinemnets (get-started/alternatives) | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n## Methodology position\n-> About compatibility, applicability in methodology and scope of responsibility\n+> About compatibility, applicability in methodology and scope of responsibility, mapping layer... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): minor refinemnets (get-started/alternatives) | 1 | feat | dummy-articles |
915,096 | 04.09.2021 07:51:57 | -7,200 | 856ccc0cd3a0b5f7bb58e25c15f4013000b29a50 | docs: faq item | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,24 @@ find an outdated section, please create a PR which removes or updates it!**\n<!-- toc -->\n+## How to omit consent redirection\n+\n+From [GitHub](https://github.com/ory/hydra/discussions/2562).\n+\n+> Is it possible to omit the consent redirection flow ... | Go | Apache License 2.0 | ory/hydra | docs: faq item (#2678)
Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> | 1 | docs | null |
826,708 | 04.09.2021 09:04:52 | -10,800 | 1022f370b085a582af656c80430ad14ccbd067d9 | docs: add instructions to run docker image locally | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,18 @@ docker tag oryd/sdk:latest oryd/sdk:v0.0.34\ndocker push oryd/sdk:v0.0.34\n```\n+## Running the Image Locally\n+\n+If you wish to debug some generators or build steps, you can run the image locally:\n+\n+```shell script\n+$ docker run --mount type=bind,... | C# | Apache License 2.0 | ory/sdk | docs: add instructions to run docker image locally | 1 | docs | null |
217,237 | 04.09.2021 11:39:33 | -10,800 | 71a244477a16bbdd70a7841b08dffb4b5dbabe18 | feat(dummy-articles): fullfill article (concepts/signals) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,14 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Signals of architecture\n<WIP ticket=\"194\" />\n+\n+> If there is a limitation on the part of the architecture, then there are obvious reasons for this, and consequences if they are ignored\n+\n+> The... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (concepts/signals) | 1 | feat | dummy-articles |
826,708 | 04.09.2021 11:40:08 | -10,800 | 466e11106082c376f7e20f1ca0994fee1eb58f4d | fix: update java POMs | [
{
"change_type": "MODIFY",
"diff": "<licenses>\n<license>\n<name>Apache License, Version 2.0</name>\n- <url>https://www.apache.org/licenses/LICENSE-2.0</url>\n+ <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>\n<distribution>repo</distribution>\n</license>\n</licenses>\n<developers>\n<developer>\... | C# | Apache License 2.0 | ory/sdk | fix: update java POMs (#105) | 1 | fix | null |
826,708 | 04.09.2021 11:40:22 | -10,800 | f4af1660120274a1d4d54fa19bfb1b3e66c567ba | docs: update java instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,6 @@ $ ./scripts/generate.sh\n$ ...\n```\n-\n## Commit a new spec\nPlace the spec in `spec/<project>/<version>.json` (e.g.\n@@ -98,7 +97,7 @@ python3 -m twine upload dist/*\n## Ruby\n-YOu need to set `GEM_HOST_API_KEY`\n+You need to set `GEM_HOST_API_KEY`\n##... | C# | Apache License 2.0 | ory/sdk | docs: update java instructions | 1 | docs | null |
791,376 | 04.09.2021 11:43:01 | -19,080 | 9c4b46c5bfc7687cd6f629bbf2b8c5432f1b11b3 | docs(spanner): add example for using SPANNER_EMULATOR_HOST | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,22 @@ of interest:\nRemember to close the client after use to free up the sessions in the session\npool.\n+To use an emulator with this library, you can set the SPANNER_EMULATOR_HOST\n+environment variable to the address at which your emulator is running. Thi... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(spanner): add example for using SPANNER_EMULATOR_HOST (#4723)
Co-authored-by: Hengfeng Li <hengfeng@google.com> | 1 | docs | spanner |
217,237 | 04.09.2021 11:50:52 | -10,800 | c9dff826eaa239c25f24f98440db4ce1df0e753f | feat(dummy-articles): fullfill article (concepts/abstractions) | [
{
"change_type": "MODIFY",
"diff": "@@ -9,3 +9,19 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n## The Law of Leaky Abstractions\n<WIP ticket=\"186\" />\n+\n+## The law of leaky abstractions\n+\n+## Why are there so many abstractions\n+\n+> Abstractions help to cope with the complexity of the proje... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (concepts/abstractions) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 12:12:01 | -10,800 | 85396c8dcef77971643f6ccb50bbeb5bf30d5815 | feat(dummy-articles): fullfill article (guides/cross-imports) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,13 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Cross-imports\n<WIP ticket=\"220\" />\n+\n+> Cross-imports appear when the layer or abstraction begins to take too much responsibility than it should. That is why the methodology identifies new layers ... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/cross-imports) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 12:21:16 | -10,800 | 15a1a42d00f6da30fb1eccbc523f0c4b7f0b9978 | feat(dummy-articles): fullfill article (guides/routes) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,39 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Routing\n<WIP ticket=\"169\" />\n+\n+## Situation\n+\n+Urls to pages are hardcoded in the layers below pages\n+\n+```tsx title=entities/post/card\n+\n+<Card>\n+ <Card.Title\n+ href={`/post/${data.id}`}... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/routes) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 12:40:56 | -10,800 | 9f7fdd108a1cc9d4a0006c80393d3e2adeaa1e95 | feat(dummy-articles): fullfill article (guides/desegmented) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ Urls to pages are hardcoded in the layers below pages\nUrls are not concentrated in the page layer, where they belong according to the scope of responsibility\n-## If you score\n+## If you ignore it\nThen, when changing urls, you will have to keep in min... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/desegmented) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 12:53:47 | -10,800 | 73a3cb8656b267d0d5487724be164574308a1b99 | feat(dummy-articles): fullfill article (guides/white-labels) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,11 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# White Labels\n-> Figma, brand uikit, ...\n-\n<WIP ticket=\"215\" />\n+\n+> Figma, brand uikit, templates, adaptability to brands\n+\n+## See also\n+\n+- [(Thread) About the application for white-labels... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/white-labels) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 12:59:59 | -10,800 | 782c61f6ae7f7f0bb3afcce7fac85664a0112b09 | feat(dummy-articles): fullfill article (guides/monorepo) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,10 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Monorepositories\n<WIP ticket=\"221\" />\n+\n+> About applicability for mono repositories, about bff, about microapps\n+\n+## See also\n+\n+- [(Discussion) About mono repositories and plug-ins-packages... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/monorepo) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 13:03:36 | -10,800 | c38750a5da040273556e949c193c45e6e41160ba | feat(dummy-articles): fullfill article (guides/nextjs) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,9 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Usage with NextJS\n<WIP ticket=\"225\" />\n+\n+> About the specifics of the framework and compatibility with the methodology\n+\n+## See also\n+\n+- [(Thread) About the pages directory in Extjs](https:/... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (guides/nextjs) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 13:11:26 | -10,800 | b048b64e8de39d6f8a88612b4a399345ba36639f | feat(dummy-articles): fullfill article (get-started/design-mockup) | [
{
"change_type": "ADD",
"diff": "+---\n+sidebar_position: 3\n+---\n+\n+import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n+\n+# Design mockup\n+\n+<WIP ticket=\"224\" />\n+\n+> Use the example of the layout to show how the logic is decomposed and transformed into an architecture with modules - with a speci... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/design-mockup) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 13:24:42 | -10,800 | 2da10ba9758429bbdb1ad591c93aeb076e1fb2b9 | feat(dummy-articles): fullfill article (get-started/decouple-entities) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,14 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Decouple entities\n<WIP ticket=\"202\" />\n+\n+> About cross-imports of types, adapters and about how to explicitly build connections between entities\n+\n+> Also about mythical absolutely-decoupled en... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/decouple-entities) | 1 | feat | dummy-articles |
902,122 | 04.09.2021 13:39:36 | -7,200 | 52cdbfb4f7eacad6f4bdba52287162ec1bc0b936 | feat: abort request based on resource type | [
{
"change_type": "MODIFY",
"diff": "@@ -524,6 +524,13 @@ Any option passed here will bypass to [page.goto](https://github.com/GoogleChrom\nAdditionally, you can setup:\n+##### abortTypes\n+\n+type: `array`</br>\n+default: `[]`\n+\n+It sets the ability to abort requests based on the resource type.\n+\n##### ... | JavaScript | MIT License | microlinkhq/browserless | feat: abort request based on resource type | 1 | feat | null |
494,306 | 04.09.2021 14:16:17 | -7,200 | fb1fe8c468bb6f8275618b84c5fa157a314c345f | feat(oidc): github-app provider | [
{
"change_type": "MODIFY",
"diff": "@@ -236,8 +236,10 @@ Slack is now an option to log in via Kratos.\nallowfullscreen\n/>\n-To set up \"Sign in with GitHub\" you must create a\n-[GitHub OAuth2 Client](https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/).\n+To set up \"Sign in with ... | Go | Apache License 2.0 | ory/kratos | feat(oidc): github-app provider (#1711) | 1 | feat | oidc |
679,913 | 04.09.2021 15:46:59 | -7,200 | 984ef8c85b7c20ceb1c798b48364bfb6f07d933d | feat(markdown-table): allow fn keys for tableKeys()
update deps (add thi.ng/checks, already a transient dep)
update test | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^7.2.0\",\n+ \"@thi.ng/checks\": \"^2.9.11\",\n\"@thi.ng/compose\": \"^1.4.36\",\n\"@thi.ng/strings\": \"^2.1.7\",\n\"@thi.ng/transducers\": \"^7.9.2\"\n",
"new_path": "packages/markdown-table/package.json",
"old_path": ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(markdown-table): allow fn keys for tableKeys()
- update deps (add thi.ng/checks, already a transient dep)
- update test | 1 | feat | markdown-table |
217,237 | 04.09.2021 15:56:09 | -10,800 | 0eb9b27d67d49518da51f11af048bdba802d219b | feat(dummy-articles): fullfill article (get-started/legacy) | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/website/static/img/approaches.png differ\n",
"new_path": "website/static/img/approaches.png",
"old_path": "website/static/img/approaches.png"
}
] | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (get-started/legacy) | 1 | feat | dummy-articles |
67,479 | 04.09.2021 16:16:55 | -36,000 | 88eaca64ab4e42ca1ef295da236e8fcfb643c001 | chore(tests): dont run animation tests in node | [
{
"change_type": "MODIFY",
"diff": "@@ -1061,6 +1061,7 @@ describe('3-runtime-html/au-compose.spec.ts', function () {\nawait tearDown();\n});\n+ if (typeof window !== 'undefined') {\nit('works with promise in attach/detach', async function () {\nconst El1 = CustomElement.define({\nname: 'el1',\n@@ -1104,4 +... | TypeScript | MIT License | aurelia/aurelia | chore(tests): dont run animation tests in node | 1 | chore | tests |
317,843 | 04.09.2021 16:33:21 | -7,200 | e422e873847ef1188ccc9da60971c237c863660c | theme: adds new themes (rudolfs dark / light) | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"type\": \"prompt\",\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"type\": \"root\",\n+ \"style\": \"plain\",\n+ \"foreground\": \... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: adds new themes (rudolfs dark / light) | 1 | theme | null |
902,122 | 04.09.2021 16:37:09 | -7,200 | e57a3f4412a8b30dce40f7a479d44205d1222604 | chore(release): v9.2.0 | [
{
"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.2.0](https://github.com/microlinkhq/browserless/compare/v9.1.14...v9.2.0) (2021-09-04)\n+\n+\n+### Features\n+\n... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.0 | 1 | chore | release |
217,237 | 04.09.2021 16:50:46 | -10,800 | 5487875120e97348bb1ccaf1d184561fdff3cf19 | feat(dummy-articles): fullfill article (examples/autocomplete) | [
{
"change_type": "MODIFY",
"diff": "sidebar_position: 2\n---\n+<!-- Such a route, because docusaurus crashes with\" autocomplete \" for some reason: / -->\n+\nimport WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n-# Autocomplete\n+# Autocomplit\n<WIP ticket=\"170\" />\n+\n+> About decomposition by layers\n+\n... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (examples/autocomplete) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 16:55:40 | -10,800 | bad9712af93b3c77d331d0b3a6c236c4a8ad2e90 | feat(dummy-articles): fullfill article (examples/auth) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,17 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Auth\n<WIP ticket=\"176\" />\n+\n+## How to pass a token\n+\n+> https://t.me/feature_sliced/4618\n+\n+## Login\n+\n+> https://t.me/feature_sliced/3227\n+\n+## Logout\n+\n+> https://t.me/feature_sliced/... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (examples/auth) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 17:04:47 | -10,800 | b80c2d7874bdbae73b2041d185cac19872246c16 | feat(dummy-articles): fullfill article (examples/browser-api) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,7 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# Browser API\n<WIP ticket=\"197\" />\n+\n+> About working with the Browser API: localStorage, audio Api, bluetooth API, etc.\n+>\n+> You can ask about the idea in more detail [@alex_novi](https://t.me/al... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (examples/browser-api) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 17:13:07 | -10,800 | b796d57d3b5785e0dfb3c34b548593524a8b7c7f | feat(dummy-articles): fullfill article (examples/cms) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,15 @@ import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n# CMS\n<WIP ticket=\"172\" />\n+\n+## Features may be different\n+\n+In some projects, all the functionality is concentrated in data from the server\n+\n+> https://github.com/feature-sliced/documentation... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (examples/cms) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 17:15:19 | -10,800 | 644d53502c14f3d91f90a1a3b4c8e7fb2e5485fd | feat(dummy-articles): remove redundant article (examples/feature-packages) | [
{
"change_type": "DELETE",
"diff": "-import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n-\n-# Feature packages\n-\n-<WIP ticket=\"175\" />\n\\ No newline at end of file\n",
"new_path": null,
"old_path": "website/i18n/en/docusaurus-plugin-content-docs/current/guides/examples/feature-packages.mdx"
... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): remove redundant article (examples/feature-packages) | 1 | feat | dummy-articles |
217,237 | 04.09.2021 17:25:31 | -10,800 | 56c4273e0d006b05547e27ec402796173b5026cb | feat(dummy-articles): fullfill article (examples/header -> pageLayout) | [
{
"change_type": "DELETE",
"diff": "----\n-sidebar_position: 4\n----\n-\n-import WIP from '@site/src/shared/ui/wip/tmpl.mdx'\n-\n-# Header\n-\n-<WIP ticket=\"174\" />\n\\ No newline at end of file\n",
"new_path": null,
"old_path": "website/i18n/en/docusaurus-plugin-content-docs/current/guides/exampl... | JavaScript | MIT License | feature-sliced/documentation | feat(dummy-articles): fullfill article (examples/header -> pageLayout) | 1 | feat | dummy-articles |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.