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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
603,467 | 26.11.2021 00:44:37 | 0 | 532d4fec92d24e40067ecbdf27ecc6adb8e5fef9 | ci(github): corrected compile stage | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ jobs:\nrun: make compile\n- name: Compress Libs\n- run: 7z a compiled-libs.zip package.json \"integration/*/lib/*\" \"integration-web/*/lib/*\" \"packages/*/lib/*\"\n+ run: 7z a compiled-libs.zip package.json \"integration/*/lib/*\" \"packages/*/lib/*\"\... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): corrected compile stage | 1 | ci | github |
603,467 | 26.11.2021 00:46:32 | 0 | 7aefb5a5417813ec3031072923e832500512cc14 | ci(github): unify the version of node.js used across the various steps | [
{
"change_type": "MODIFY",
"diff": "@@ -264,10 +264,10 @@ jobs:\nsteps:\n- name: Checkout repository\nuses: actions/checkout@v2\n- - name: Setup Node 14.x\n+ - name: Setup Node\nuses: actions/setup-node@v2\nwith:\n- node-version: 14.x\n+ node-version: 16.x\n- name: Install Node Modules (root)\nuses: bahmuto... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): unify the version of node.js used across the various steps | 1 | ci | github |
603,467 | 26.11.2021 00:57:01 | 0 | 5740e303c9d36a7c43b9c7bd5ec8aab7e280fb43 | ci(github): corrected Sauce tunnel id | [
{
"change_type": "MODIFY",
"diff": "@@ -193,7 +193,7 @@ jobs:\nenv:\nSAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}\nSAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}\n- SAUCE_TUNNEL_ID: github-serenity-js-web-integration-test-linux-node-lts-active-${{ github.run_number }}-tunnel\n+ SAUCE_TUNNEL_ID: github-s... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): corrected Sauce tunnel id | 1 | ci | github |
603,467 | 26.11.2021 01:01:44 | 0 | 74a3846d1b75c3739f0fdfb624ddf47bbd0b6055 | ci(github): refactored job name | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ jobs:\ncompiled-libs.zip\ntest-linux-node-lts-active:\n- name: test-linux-node-lts-active (16.x)\n+ name: test-linux-node-lts-active\nneeds:\n- compile\nruns-on: ubuntu-latest\n",
"new_path": ".github/workflows/build.yaml",
"old_path": ".github/w... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): refactored job name | 1 | ci | github |
603,467 | 26.11.2021 01:50:16 | 0 | 77b351efa41a7049d3b8393b2d319186ed4bf879 | ci(github): removed experiment | [
{
"change_type": "MODIFY",
"diff": "@@ -155,26 +155,6 @@ jobs:\n- name: Test\nrun: make test\n- x-test-windows-node-lts-active:\n- runs-on: windows-latest\n- steps:\n- - name: Checkout repository\n- uses: actions/checkout@v2\n- - name: Setup Node\n- uses: actions/setup-node@v2\n- with:\n- node-version: 16.x... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): removed experiment | 1 | ci | github |
380,751 | 26.11.2021 06:26:04 | 28,800 | 0e553cf14f5f6dce87839abed76fd21f351a2eae | feat: add the ability to extract concatenated comments | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,19 @@ function mapReplacer(key, value) {\nreturn value;\n}\n+function extractStringContatentation(t, node, error): string {\n+ if (t.isStringLiteral(node)) {\n+ return node.value\n+ } else if (t.isBinaryExpression(node)) {\n+ return (\n+ extractStringContaten... | TypeScript | MIT License | lingui/js-lingui | feat: add the ability to extract concatenated comments (#1152) | 1 | feat | null |
380,716 | 26.11.2021 06:26:42 | 28,800 | 356c224530a0fde730b31602eb6f95c7496f245e | fix: Allow pseudoLocalize to work in | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ export type CreateCompileCatalogOptions = {\n*/\nfunction compileSingleKey(key: string, translation: string, shouldPseudolocalize: boolean): t.ObjectProperty {\nif (shouldPseudolocalize) {\n- translation = pseudoLocalize(translation)\n+ translation = pse... | TypeScript | MIT License | lingui/js-lingui | fix: Allow pseudoLocalize to work in @lingui/loader (#1165) | 1 | fix | null |
317,646 | 26.11.2021 08:51:29 | -3,600 | 8e82d2b80c8213a23c1cd33f9a1c5bba1dc99ee6 | docs(linux): install via brew | [
{
"change_type": "ADD",
"diff": "+### Installation\n+\n+A [Homebrew][brew] formula is available for easy installation.\n+\n+```bash\n+brew tap jandedobbeleer/oh-my-posh\n+brew install oh-my-posh\n+```\n+\n+This installs two things:\n+\n+- `oh-my-posh` - Executable, added to `/usr/local/bin`\n+- `themes` - T... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(linux): install via brew | 1 | docs | linux |
317,842 | 26.11.2021 08:54:16 | -3,600 | 435e3622561671b982c446aa0b45e6acb59064b5 | feat(language): add configurable extensions | [
{
"change_type": "MODIFY",
"diff": "{\n\"go.lintTool\": \"golangci-lint\",\n\"go.useLanguageServer\": true,\n- \"go.languageServerExperimentalFeatures\": {\n- \"diagnostics\": false\n- },\n\"go.lintFlags\": [\"--fast\"],\n\"go.testOnSave\": true,\n\"[go]\": {\n",
"new_path": ".vscode/settings.json",
... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(language): add configurable extensions | 1 | feat | language |
711,610 | 26.11.2021 09:10:02 | -3,600 | 5ee371d1b3dbd527045644544d8460140e31cf35 | fix(core): Fix stream not being instance of ReadStream
The stream will not be recognized as ReadStream if used createReadStream from the regular FS package.
This will fix it. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import { ID, PaginatedList, Type } from '@vendure/common/lib/shared-types';\nimport { notNullOrUndefined } from '@vendure/common/lib/shared-utils';\nimport { unique } from '@vendure/common/lib/unique';\nimport { ReadStream } from 'fs-extra';\n+import { R... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix stream not being instance of ReadStream (#1238)
The stream will not be recognized as ReadStream if used createReadStream from the regular FS package.
This will fix it. | 1 | fix | core |
380,766 | 26.11.2021 09:25:50 | 18,000 | 5d2186bccf7721aaef8573a6a6e9764f00c107e6 | fix: don't push pseudoLocale to translation.io provider | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,8 @@ export default function syncProcess(config, options) {\n// Cf. https://translation.io/docs/create-library#initialization\nfunction init(config, options, successCallback, failCallback) {\nconst sourceLocale = config.sourceLocale || 'en'\n- const targetLoc... | TypeScript | MIT License | lingui/js-lingui | fix: don't push pseudoLocale to translation.io provider (#1161) | 1 | fix | null |
380,852 | 26.11.2021 09:27:27 | 18,000 | e5e9d598a2f1a27845b414d8be1927b84f3d8e9c | fix(cli): extract with --overwrite should fallback to key | [
{
"change_type": "MODIFY",
"diff": "@@ -330,12 +330,18 @@ describe(\"Catalog\", function () {\nmessage: \"\",\ntranslation: \"Message with custom ID\",\n}),\n+ \"Message with <0>auto-generated</0> ID\": makePrevMessage({\n+ translation: \"Source of message with <0>auto-generated</0> ID\",\n+ }),\n},\ncs: {\... | TypeScript | MIT License | lingui/js-lingui | fix(cli): extract with --overwrite should fallback to key (#1166) | 1 | fix | cli |
217,922 | 26.11.2021 09:28:19 | -3,600 | 75e514fc00e4ce8aae98b2c46299fb639e4eed63 | fix(db): fixed GE links for map pages | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ export class MapPageComponent extends TeamcraftPageComponent {\nthis.links$ = this.map$.pipe(\nswitchMap((mapData) => {\nconst entry = mapIds.find((m) => m.id === mapData.ID);\n- return this.lazyData.getRow('places', entry?.id).pipe(\n+ return this.laz... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed GE links for map pages | 1 | fix | db |
551,634 | 26.11.2021 09:59:12 | 0 | f7f6c6fc6d582c30e1426983dadcafaf2c345187 | chore: allow column names with spaces | [
{
"change_type": "MODIFY",
"diff": "@@ -347,7 +347,6 @@ public final class TableUtils {\nfor (int i = 0, l = seq.length(); i < l; i++) {\nchar c = seq.charAt(i);\nswitch (c) {\n- case ' ':\ncase '?':\ncase '.':\ncase ',':\n@@ -378,7 +377,6 @@ public final class TableUtils {\nswitch (seq.charAt(i)) {\ndefaul... | Java | Apache License 2.0 | questdb/questdb | chore: allow column names with spaces (#1617) | 1 | chore | null |
711,597 | 26.11.2021 10:16:09 | -3,600 | 8dc974317ffe02c925c58131a6b2a69ccde3a593 | test(core): Attempt to fix race condition in e2e test | [
{
"change_type": "MODIFY",
"diff": "@@ -653,6 +653,10 @@ describe('Shop auth & accounts', () => {\nexpect(updateCustomerEmailAddress.success).toBe(true);\n+ // Allow for occasional race condition where the event does not\n+ // publish before the assertions are made.\n+ await new Promise(resolve => setTimeou... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Attempt to fix race condition in e2e test | 1 | test | core |
306,338 | 26.11.2021 10:18:39 | -3,600 | a65b9026cc0d0a49ea04eb979678a580413948b3 | feat(azure): add costs for Azure FileStorage Premium's Data at Rest/Snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -179,3 +179,30 @@ resource \"azurerm_storage_account\" \"file_hot_grs\" {\naccount_replication_type = \"GRS\"\naccess_tier = \"Hot\"\n}\n+\n+resource \"azurerm_storage_account\" \"file_premium_unsupported_access_tier\" {\n+ name = \"storageaccountname\"\n+ resource_gro... | Go | Apache License 2.0 | infracost/infracost | feat(azure): add costs for Azure FileStorage Premium's Data at Rest/Snapshots | 1 | feat | azure |
217,922 | 26.11.2021 10:19:11 | -3,600 | a3453893ac54c0283a8712ebc9045d0bf03bb6f6 | fix(search): fixed undefined results sometimes showing | [
{
"change_type": "MODIFY",
"diff": "@@ -553,7 +553,7 @@ export class DataService {\n}\nconsole.warn('No type matching for res type', row._);\n})).pipe(\n- map(mapped => mapped.filter(r => !!r))\n+ map(mapped => mapped.filter((r: SearchResult) => !!r && !!r.type))\n);\n})\n);\n",
"new_path": "apps/client... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed undefined results sometimes showing | 1 | fix | search |
217,233 | 26.11.2021 10:45:34 | -14,400 | 87f3092d8153f44ba57a6fff79cc51636361a763 | feat: added new company logo | [
{
"change_type": "MODIFY",
"diff": "@@ -96,4 +96,9 @@ export const companies = [\nsrc: \"space307.svg\",\nalt: \"~/.space307\",\n},\n+ {\n+ url: \"https://pmp-tech.ru/\",\n+ src: \"pmp-tech.png\",\n+ alt: \"PMP Tech\",\n+ },\n];\n",
"new_path": "website/src/pages/_home/_config.jsx",
"old_path": "web... | JavaScript | MIT License | feature-sliced/documentation | feat: added new company logo | 1 | feat | null |
141,585 | 26.11.2021 10:47:52 | -39,600 | 9a0773d70349e099566bcb796a5df2f8560f238d | chore: Change lodash.isEmpty to a default import | [
{
"change_type": "MODIFY",
"diff": "import { addons } from \"@storybook/addons\"\n-import { isEmpty } from \"lodash.isempty\"\n+import isEmpty from \"lodash.isempty\"\nimport TagManager from \"react-gtm-module\"\nimport { STORY_CHANGED } from \"@storybook/core-events\"\n",
"new_path": "storybook/gtm-add... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: Change lodash.isEmpty to a default import (#2312) | 1 | chore | null |
217,922 | 26.11.2021 11:10:43 | -3,600 | a30e50b4adef621591d49ec576f19b0bab48f0f8 | fix(db): fixed spearfishing spot pages | [
{
"change_type": "MODIFY",
"diff": "#V 16.11.2021 PH\n+venatusmedia.com, 6017dadc35df310fc2d5f194, DIRECT\n+\n#------------------------------------------------------------------------------------------------------\n33across.com, 0010b00001rrIFkAAM, DIRECT, bbea06d9c4d2853c # 33Across_0_9_6&7\nyahoo.com, 572... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed spearfishing spot pages | 1 | fix | db |
815,811 | 26.11.2021 11:18:43 | -3,600 | 865d3f62d8431eca0da008dba7dca5f52440ab24 | docs: fixes typo in README.md | [
{
"change_type": "MODIFY",
"diff": "@@ -172,7 +172,7 @@ map: {\n| [compareWith] | `(a: any, b: any) => boolean` | `(a, b) => a === b` | no | A function to compare the option values with the selected values. The first argument is a value from an option. The second is a value from the selection(model). A bool... | TypeScript | MIT License | ng-select/ng-select | docs: fixes typo in README.md (#2011) | 1 | docs | null |
317,646 | 26.11.2021 11:24:07 | 0 | 024ff06a47c9762b18ef1e640e56360216214f78 | chore: ignore platform specific files | [
{
"change_type": "MODIFY",
"diff": "@@ -161,3 +161,79 @@ Output/\n# go releaser\n/src/dist\n+\n+\n+# Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos\n+# Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos\n+\n+### Linux ###\n+*~\n+\n+# temporary f... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: ignore platform specific files | 1 | chore | null |
711,597 | 26.11.2021 11:25:15 | -3,600 | cee98091eeb0fedc5b5269bdee8a8b237f0c7c8e | refactor(admin-ui): Extract custom field form logic into shared method | [
{
"change_type": "MODIFY",
"diff": "@@ -78,16 +78,7 @@ export class AssetDetailComponent extends BaseDetailComponent<GetAsset.Asset> im\nthis.detailForm.get('name')?.setValue(entity.name);\nthis.detailForm.get('tags')?.setValue(entity.tags);\nif (this.customFields.length) {\n- const customFieldsGroup = this... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Extract custom field form logic into shared method | 1 | refactor | admin-ui |
386,581 | 26.11.2021 11:44:56 | -7,200 | 09f7bca3a29ff186783197692e988cb315ff7483 | feat: Update server package.json if plugin deps change.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5468,9 +5468,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n[\"@lowdefy/blocks-antd\", \"workspace:packages/plugins/blocks/blocks-ant... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Update server package.json if plugin deps change.
Closes #943 | 1 | feat | null |
648,018 | 26.11.2021 11:57:22 | -3,600 | f603e7afe4dc41f8adcf86735e352ff72c2ed8de | deps: (deps): bump MSTest from 2.2.7 to 2.2.8 in /integrationtest/TargetProjects/NetFramework | [
{
"change_type": "MODIFY",
"diff": "\".NETFramework,Version=v4.6.1\": {\n\"MSTest.TestAdapter\": {\n\"type\": \"Direct\",\n- \"requested\": \"[2.2.7, 2.2.7]\",\n- \"resolved\": \"2.2.7\",\n- \"contentHash\": \"E8seWhOKGEz4Aq6IaX6dUZGRSVYwLVy+6ZI9nq0TyHRuv54Id4Y7y/CB0KGiOUrqtygfooQm5wmpnDOW28N9Ug==\"\n+ \"re... | C# | Apache License 2.0 | stryker-mutator/stryker-net | deps: (deps): bump MSTest from 2.2.7 to 2.2.8 in /integrationtest/TargetProjects/NetFramework (#1817) | 1 | deps | null |
317,646 | 26.11.2021 12:02:28 | -3,600 | d31a24c65490a3721d08dec26ebab677946c0dec | chore: fix devcontainer setup | [
{
"change_type": "MODIFY",
"diff": "@@ -18,42 +18,32 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \\\n&& apt-get install -y --no-install-recommends \\\nfish \\\npowershell \\\n- tmux \\\n&& apt-get clean\n-# Deploy latest stable oh-my-posh as a starting point:\n-RUN pwsh -Command Install-M... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: fix devcontainer setup | 1 | chore | null |
317,646 | 26.11.2021 12:03:25 | -3,600 | e81c71410a16c39102c1588477d355d7d2d82810 | docs: fix homebrew doc import | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import TabItem from \"@theme/TabItem\";\nimport Shells from \"./install-shells.mdx\";\nimport Customize from \"./install-customize.md\";\nimport CustomizeCmd from \"./install-customize-cmd.mdx\";\n+import InstallHomebrew from \"./install-homebrew.mdx\";\n#... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: fix homebrew doc import | 1 | docs | null |
915,117 | 26.11.2021 12:12:53 | 0 | 895de0120f27a903d97347a012961181bdb5f71f | fix: patch should not reset client secret
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -191,11 +191,21 @@ func (h *Handler) Patch(w http.ResponseWriter, r *http.Request, ps httprouter.Pa\nreturn\n}\n+ oldSecret := c.Secret\n+\nif err := x.ApplyJSONPatch(patchJSON, c, \"/id\"); err != nil {\nh.r.Writer().WriteError(w, r, err)\nreturn\n}\n+ // fix for #286... | Go | Apache License 2.0 | ory/hydra | fix: patch should not reset client secret (#2872)
Closes #2869
Closes https://github.com/ory/sdk/issues/129 | 1 | fix | null |
126,276 | 26.11.2021 12:31:45 | 10,800 | 4a548438f0df2c9b2a3a9fa2e04cccb9c51eed4d | chore(pkg/database): revised locking so to ensure gracefully closing | [
{
"change_type": "MODIFY",
"diff": "@@ -247,7 +247,7 @@ func NewDB(op *Options, log logger.Logger) (DB, error) {\ndbDir := filepath.Join(op.GetDBRootPath(), op.GetDBName())\nif _, dbErr := os.Stat(dbDir); dbErr == nil {\n- return nil, fmt.Errorf(\"Database directories already exist\")\n+ return nil, fmt.Err... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): revised locking so to ensure gracefully closing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
317,646 | 26.11.2021 12:41:33 | -3,600 | 5256c90531a07b6404fb3f8e0fa1f2ae81e92be2 | chore: a better PowerShell experience | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \\\n&& apt-get install -y --no-install-recommends \\\nfish \\\npowershell \\\n+ fzf \\\n&& apt-get clean\nARG USERNAME=vscode\n@@ -39,6 +40,12 @@ RUN mkdir /home/${USERNAME}/bin; \\\n# Windows o... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: a better PowerShell experience | 1 | chore | null |
756,013 | 26.11.2021 13:02:41 | 21,600 | 241c10a113ccccce379d37803080a0a776530d40 | feat(dist-tag): add script and instructions to manipulate NPM tags | [
{
"change_type": "MODIFY",
"diff": "@@ -30,8 +30,7 @@ Once tests pass, you can publish to NPM with the following:\n```sh\n# Publish to NPM. NOTE: You may have to repeat this several times if there are failures.\n-# Specify the --dist-tag if you're publishing a new beta release.\n-yarn lerna publish from-pac... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(dist-tag): add script and instructions to manipulate NPM tags | 1 | feat | dist-tag |
679,913 | 26.11.2021 13:14:20 | -3,600 | 112ba7e4f7b7426491d661df92504b6a5e8ada81 | fix(color-palettes): add missing colors | [
{
"change_type": "MODIFY",
"diff": "-<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"318\" height=\"263.33\"><g transform=\"translate(24 24)\"><circle fill=\"#e71d3c\" cx=\"0\" cy=\"0\" r=\"24\"/><circle fill=\"#ff9519\" cx=\"53\" cy=\"0\" r=\"2... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(color-palettes): add missing colors | 1 | fix | color-palettes |
386,581 | 26.11.2021 13:23:21 | -7,200 | bd8ccbdaf75fa320e5f6ee6abf3fb7480a3dc180 | feat: Allow Less variables to be specified in server.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5467,7 +5467,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/server\", \"workspace:packages/server\"],\n[\"@lowdefy/api\", \"workspace:packages/api\"],\n[\"@lowdefy/block-utils\", \"workspace:packages/utils/block-utils\"],\n- [\"@lowdefy/bloc... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Allow Less variables to be specified in server.
Closes #893. | 1 | feat | null |
276,976 | 26.11.2021 13:31:33 | 10,800 | 0b6779d64c2ef5530b2c460acec5de3debaadb53 | refactor(component): added a little commentary to describe the props 'variant'
Added a little comentary to describe how the props 'variant' works | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,9 @@ ListItem.propTypes = {\n/** if provided displays a button below the item text. It accepts all button\n* element props */\nbuttonProps: shape({}),\n+ /** if provided a color variant, like \"vibin\", \"hope\", \"energy\" the icon and\n+ * the item text wil... | JavaScript | MIT License | gympass/yoga | refactor(component): added a little commentary to describe the props 'variant'
Added a little comentary to describe how the props 'variant' works | 1 | refactor | component |
386,581 | 26.11.2021 13:40:12 | -7,200 | 19bf81ad31d9f5f002521e0aed9b1fc1599277dd | feat: Add start command to CLI. | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ import writeStyleImports from './build/writePluginImports/writeStyleImports.js';\nimport writeTypes from './build/writeTypes.js';\nasync function createContext(options) {\n- const { blocksServerUrl, directories, logger, refResolver } = options;\n+ const ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add start command to CLI. | 1 | feat | null |
401,106 | 26.11.2021 14:08:59 | -19,080 | 1ed5d13169f159a126c4c2821a3b2535cec3fc86 | fix: change width to `fit-content` of the flat variant of SingleSelect component
* fix: change width to \`fit-content\` of the flat variant of single select
affects:
* test: update tests
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -407,7 +407,9 @@ exports[`Calendar Component should render given date 1`] = `\ndisplay: -webkit-inline-flex;\ndisplay: -ms-inline-flexbox;\ndisplay: inline-flex;\n- min-width: 5.6rem;\n+ min-width: -webkit-fit-content;\n+ min-width: -moz-fit-content;\n+ min-width: fit-... | TypeScript | MIT License | medly/medly-components | fix: change width to `fit-content` of the flat variant of SingleSelect component (#543)
* fix: change width to \`fit-content\` of the flat variant of single select
affects: @medly-components/core
* test: update tests
affects: @medly-components/core
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | fix | null |
386,588 | 26.11.2021 14:16:30 | -7,200 | b6ffbf6001c3aa44c260afe7eba89a24d40a51f8 | feat: Update types.js and update packages | [
{
"change_type": "MODIFY",
"diff": "@@ -106,6 +106,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n\"name\": \"@lowdefy/connection-stripe\",\n\"reference\": \"workspace:packages/plugins/connections/connection-stripe\"\n},\n+ {\n+ \"name\": \"@lowdefy/operators-js\",\n+ \"reference\": \"worksp... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Update types.js and update packages | 1 | feat | null |
756,013 | 26.11.2021 14:20:10 | 21,600 | c41be9d2c9d5808d836bdf8d2def290567e91e32 | feat(agoric-cli): `install <TAG>` forces redownload of <TAG> | [
{
"change_type": "MODIFY",
"diff": "@@ -106,6 +106,8 @@ export default async function installMain(progname, rawArgs, powers, opts) {\nawait fs.symlink(sdkRoot, sdkWorktree);\n}\n+ const updatesTodo = [];\n+ const removesTodo = [];\nawait Promise.all(\nsubdirs.map(async subdir => {\nconst nm = `${subdir}/nod... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric-cli): `install <TAG>` forces redownload of <TAG> | 1 | feat | agoric-cli |
317,646 | 26.11.2021 14:22:20 | -3,600 | 900f5bc672d979b4fcb5b1e56668ec891483f9d2 | chore(go): remove unused dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ require (\ngithub.com/mitchellh/copystructure v1.2.0 // indirect\ngithub.com/mitchellh/mapstructure v1.4.2\ngithub.com/sergi/go-diff v1.2.0 // indirect\n+ github.com/shirou/gopsutil/v3 v3.21.10\ngithub.com/stretchr/objx v0.3.0 // indirect\ngithub.com/str... | Go | MIT License | jandedobbeleer/oh-my-posh | chore(go): remove unused dependency | 1 | chore | go |
472,081 | 26.11.2021 14:27:51 | -32,400 | 7a973b1ccbec8e8b613624b5be1a16a25980b945 | chore: fix server port | [
{
"change_type": "MODIFY",
"diff": "\"build:example\": \"npx rimraf public && npx cpx '*.{html,css,ico}' public\",\n\"predeploy\": \"yarn build:example\",\n\"deploy\": \"firebase deploy --only hosting\",\n- \"serve\": \"npx serve\"\n+ \"serve\": \"npx serve -p 5000\"\n},\n\"devDependencies\": {\n\"@acot/aco... | TypeScript | MIT License | openameba/spindle | chore: fix server port | 1 | chore | null |
126,276 | 26.11.2021 14:34:25 | 10,800 | cf4faef112d522e8709183c14b1f9c023176663d | chore(pkg/database): limit query len result | [
{
"change_type": "MODIFY",
"diff": "@@ -413,7 +413,11 @@ func (d *db) SQLQueryPrepared(stmt *sql.SelectStmt, namedParams []*schema.NamedP\nres := &schema.SQLQueryResult{Columns: cols}\n- for l := 0; l < MaxKeyScanLimit; l++ {\n+ for l := 0; ; l++ {\n+ if l == MaxKeyScanLimit {\n+ return res, ErrMaxKeyScanLi... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): limit query len result
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
756,013 | 26.11.2021 14:38:12 | 21,600 | e852ee5aaf87d31a9c5e68b212ffc0c345d2b9d0 | fix(agoric-cli): make `agoric --no-sdk install` work as well | [
{
"change_type": "MODIFY",
"diff": "-/* global process Buffer */\n+/* global process AggregateError Buffer */\nimport path from 'path';\nimport chalk from 'chalk';\nimport { makePspawn } from './helpers.js';\n@@ -40,15 +40,164 @@ export default async function installMain(progname, rawArgs, powers, opts) {\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli): make `agoric --no-sdk install` work as well | 1 | fix | agoric-cli |
317,842 | 26.11.2021 14:43:29 | -3,600 | 4d925b69ba5a372b0239b96421b3b869b5fb3554 | chore(devcontainer): fix path | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ RUN pwsh -Command Install-Module posh-git -Scope AllUsers -Force; \\\npwsh -Command Install-Module Terminal-Icons -Scope AllUsers -Force;\n# add the oh-my-posh path to the PATH variable\n-ENV PATH \"$PATH:${USERNAME}/bin\"\n+ENV PATH \"$PATH:/home/${USER... | Go | MIT License | jandedobbeleer/oh-my-posh | chore(devcontainer): fix path | 1 | chore | devcontainer |
277,287 | 26.11.2021 15:11:52 | -3,600 | 81f3b433d907514a0396083fb8e7c2714927a681 | feat: Allow info cards to not be clickable | [
{
"change_type": "MODIFY",
"diff": "@@ -10640,7 +10640,7 @@ class TallInfoCard:\nself.box = box\n\"\"\"A string indicating how to place this component on the page.\"\"\"\nself.name = name\n- \"\"\"An identifying name for this card. Makes the card clickable, similar to a button.\"\"\"\n+ \"\"\"An identifying... | Python | Apache License 2.0 | h2oai/wave | feat: Allow info cards to not be clickable #1117 (#1131) | 1 | feat | null |
386,588 | 26.11.2021 15:12:01 | -7,200 | a864473d7f68d4921186db8a6abeb681e5fe7f41 | feat: Move server operators to operators-js plugin. | [
{
"change_type": "DELETE",
"diff": "-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http://www.apache.org/licenses/LICENSE-2.0\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Move server operators to operators-js plugin. | 1 | feat | null |
780,862 | 26.11.2021 15:13:41 | 10,800 | 3c0cded99ebf190863845d259f25a1fde4bc6e58 | fix(components/payment-option): fix price with fixed payment option discount | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,8 @@ export default {\nif (this.discount.type === 'percentage') {\nreturn this.price * (100 - this.discount.value) / 100\n} else {\n- return Math.min(this.price - this.discount.value, 0)\n+ const finalPrice = this.price - this.discount.value\n+ return (finalP... | JavaScript | MIT License | ecomplus/storefront | fix(components/payment-option): fix price with fixed payment option discount (#569) | 1 | fix | components/payment-option |
386,581 | 26.11.2021 15:21:09 | -7,200 | d2509b327336c488db192fb1c8086ad685cd007b | feat: Add types object to telemetry. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ async function build({ context }) {\nawait runLowdefyBuild({ context });\nawait installServer({ context });\nawait runNextBuild({ context });\n- await context.sendTelemetry();\n+ await context.sendTelemetry({ sendTypes: true });\ncontext.print.succeed(`B... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add types object to telemetry. | 1 | feat | null |
386,588 | 26.11.2021 15:22:48 | -7,200 | 38cb073d73115851f76e99001ef1ec156217ccee | chore: Update lowdefy packages version. | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@lowdefy/operators-js\",\n- \"version\": \"4.0.0-alpha.0\",\n+ \"version\": \"4.0.0-alpha.4\",\n\"licence\": \"Apache-2.0\",\n\"description\": \"\",\n\"homepage\": \"https://lowdefy.com\",\n\"test\": \"jest --coverage\"\n},\n\"dependencies\": {\n- \"@lowdef... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Update lowdefy packages version. | 1 | chore | null |
386,581 | 26.11.2021 15:24:16 | -7,200 | 8af70b0e66260a87a3e0e62f1ea83a12822cb3bb | fix(cli): Update getDirectories. | [
{
"change_type": "MODIFY",
"diff": "import path from 'path';\n-function getDirectories({ options }) {\n- const base = path.resolve(options.baseDirectory || process.cwd());\n-\n+function getDirectories({ baseDirectory, options }) {\nlet dotLowdefy;\nif (options.outputDirectory) {\ndotLowdefy = path.resolve(o... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(cli): Update getDirectories. | 1 | fix | cli |
380,833 | 26.11.2021 15:28:48 | -3,600 | f99d8b17f3f05c3caef9481feb142f0b35916f91 | feat(cli): make extract cmd asynchronous execution | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ describe(\"Catalog\", function () {\n})\ndescribe(\"make\", function () {\n- it(\"should collect and write catalogs\", function () {\n+ it(\"should collect and write catalogs\", async function () {\nconst localeDir = copyFixture(fixture(\"locales\", \"in... | TypeScript | MIT License | lingui/js-lingui | feat(cli): make extract cmd asynchronous execution (#1170) | 1 | feat | cli |
380,867 | 26.11.2021 15:29:15 | -3,600 | b659b1802054d76862663decd9ef49d983e0304e | fix: pin cli-table to 0.3.6 | [
{
"change_type": "MODIFY",
"diff": "\"bcp-47\": \"^1.0.7\",\n\"chalk\": \"^4.1.0\",\n\"chokidar\": \"3.5.1\",\n- \"cli-table\": \"^0.3.1\",\n+ \"cli-table\": \"0.3.6\",\n\"commander\": \"^6.1.0\",\n\"date-fns\": \"^2.16.1\",\n\"fs-extra\": \"^9.0.1\",\n",
"new_path": "packages/cli/package.json",
"ol... | TypeScript | MIT License | lingui/js-lingui | fix: pin cli-table to 0.3.6 (#1172) | 1 | fix | null |
126,276 | 26.11.2021 15:34:20 | 10,800 | 3ffa8e0ee5682bc2046c852e187d89bbb1976e9c | fix(pkg/database): sql exec on provided tx | [
{
"change_type": "MODIFY",
"diff": "@@ -357,7 +357,7 @@ func (d *db) SQLExecPrepared(stmts []sql.SQLStmt, namedParams []*schema.NamedPar\nparams[p.Name] = schema.RawValue(p.Value)\n}\n- return d.sqlEngine.ExecPreparedStmts(stmts, params, nil)\n+ return d.sqlEngine.ExecPreparedStmts(stmts, params, tx)\n}\nfu... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/database): sql exec on provided tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | pkg/database |
380,712 | 26.11.2021 15:40:47 | -3,600 | 8f51224306b1328ba03edc2ac9de67dfdd1bbc5a | chore(ci): fixes for bundling | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,7 @@ function getPlugins(\ndeclaration: true,\ndeclarationMap: true,\nmapRoot: \"\",\n+ paths: null,\nmodule: \"esnext\",\ntarget: \"esnext\",\n},\n",
"new_path": "scripts/build/rollup.js",
"old_path": "scripts/build/rollup.js"
},
{
"change_... | TypeScript | MIT License | lingui/js-lingui | chore(ci): fixes for bundling | 1 | chore | ci |
551,649 | 26.11.2021 15:50:15 | -3,600 | 30f8fee74f7d5f291f701667ec3bf7810dec4441 | feat(ui): add column type to grid | [
{
"change_type": "MODIFY",
"diff": "@@ -392,9 +392,22 @@ $.fn.grid = function (msgBus) {\ntotalWidth = 0\nfor (i = 0; i < columns.length; i++) {\nvar c = columns[i]\n- var col = $('<div class=\"qg-header qg-w' + i + '\">' + c.name + \"</div>\")\n+ var col = $(\n+ '<div class=\"qg-header qg-w' +\n+ i +\n+ '\... | Java | Apache License 2.0 | questdb/questdb | feat(ui): add column type to grid (#1621) | 1 | feat | ui |
380,712 | 26.11.2021 15:57:46 | -3,600 | 1c8e65709356f054281e0bdfa1209c646e551765 | chore: updated example to latest version | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"0.1.0\",\n\"private\": true,\n\"dependencies\": {\n- \"@lingui/react\": \"^3.11.0\",\n- \"@lingui/core\": \"^3.11.0\",\n+ \"@lingui/react\": \"^3.12.1\",\n+ \"@lingui/core\": \"^3.12.1\",\n\"react\": \"^17.0.1\",\n\"react-dom\": \"^17.0.1\"\n},\n\"@types/re... | TypeScript | MIT License | lingui/js-lingui | chore: updated example to latest version | 1 | chore | null |
386,588 | 26.11.2021 15:59:28 | -7,200 | 21627f7f7a53751099764ea444ad4519c6b18b1a | fix: Remove CHANGELOG file and aws plugin package peer depencies | [
{
"change_type": "MODIFY",
"diff": "\"@swc/jest\": \"0.2.9\",\n\"jest\": \"27.3.1\"\n},\n- \"peerDependencies\": {\n- \"@lowdefy/api\": \"4.0.0-alpha.4\"\n- },\n\"publishConfig\": {\n\"access\": \"public\"\n}\n",
"new_path": "packages/plugins/plugins/plugin-aws/package.json",
"old_path": "packages/p... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Remove CHANGELOG file and aws plugin package peer depencies | 1 | fix | null |
401,147 | 26.11.2021 16:07:32 | -19,080 | 04dd3f7890e473bed2482ba84a31040fd5ba2190 | fix: add left and right arrow to expand and collapse row
* fix: add left and right arrow to expand and collapse row
affects:
* fix: fix comments in documentation
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -10,9 +10,9 @@ import { NoResultCell, NoResultRow } from './Row/Row.styled';\nimport { TableBodyProps } from './types';\nconst Body: FC<TableBodyProps> = memo(props => {\n- const { data, groupBy, rowIdentifier, showRowWithCardStyle, noResultRow, tableRef, withMinimap, ... | TypeScript | MIT License | medly/medly-components | fix: add left and right arrow to expand and collapse row (#544)
* fix: add left and right arrow to expand and collapse row
affects: @medly-components/core
* fix: fix comments in documentation
affects: @medly-components/core | 1 | fix | null |
711,597 | 26.11.2021 16:11:46 | -3,600 | a5f7da52efd1bbf1afc4cf285882df45c77f3620 | style(admin-ui): Style improvements to Product detail views | [
{
"change_type": "MODIFY",
"diff": "[readonly]=\"!(['UpdateCatalog', 'UpdateProduct'] | hasPermission)\"\n></vdr-tabbed-custom-fields>\n</section>\n-\n+ </section>\n+ </div>\n+ <div class=\"clr-col-md-auto\">\n+ <vdr-product-assets\n+ [assets]=\"assetChanges.assets || product.assets\"\n+ [featuredAsset]=\"a... | TypeScript | MIT License | vendure-ecommerce/vendure | style(admin-ui): Style improvements to Product detail views | 1 | style | admin-ui |
711,597 | 26.11.2021 16:23:36 | -3,600 | aa741291da1e1070363afbfa63f309974e3bec07 | feat(admin-ui): Implement filtering in Collection list view | [
{
"change_type": "MODIFY",
"diff": "<input type=\"checkbox\" clrCheckbox [(ngModel)]=\"expandAll\" />\n<label>{{ 'catalog.expand-all-collections' | translate }}</label>\n</clr-checkbox-wrapper>\n+ <input\n+ type='text'\n+ name='searchTerm'\n+ [formControl]='filterTermControl'\n+ [placeholder]=\"'catalog.fil... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Implement filtering in Collection list view | 1 | feat | admin-ui |
743,863 | 26.11.2021 16:37:19 | 0 | 375b00b642371bfb3616075a6f657dfa5c27fd98 | build: test release-please-action@v3 | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ jobs:\nrelease-please:\nruns-on: ubuntu-latest\nsteps:\n- - uses: google-github-actions/release-please-action@v2\n+ - uses: google-github-actions/release-please-action@92d73e9b43c141595b2842ad30682d0aaf859191\nid: release\nwith:\ntoken: ${{ secrets.GITHUB_... | JavaScript | MIT License | yargs/yargs | build: test release-please-action@v3 | 1 | build | null |
386,588 | 26.11.2021 16:45:39 | -7,200 | d299d2f7ed4fd2ad928882bcdd1cfda7f82c9187 | feat: Create operators-nunjucks plugin. | [
{
"change_type": "DELETE",
"diff": "-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http://www.apache.org/licenses/LICENSE-2.0\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-nunjucks plugin. | 1 | feat | null |
141,585 | 26.11.2021 16:55:42 | -39,600 | 4b860ad90214058172de090521a0c53b044208d7 | fix: Change uuid to use named import
fix: Change uuid to use named import | [
{
"change_type": "MODIFY",
"diff": "import * as React from \"react\"\n-import uuid from \"uuid/v4\"\n+import { v4 } from \"uuid\"\nimport styles from \"../styles.scss\"\ntype MenuListProps = {\n@@ -9,7 +9,7 @@ type MenuListProps = {\nconst MenuList = (props: MenuListProps) => {\nconst { heading, children } ... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Change uuid to use named import (#2316)
fix: Change uuid to use named import | 1 | fix | null |
743,863 | 26.11.2021 17:04:58 | 0 | 3ec7cffe589467867fab28cddf1c3cbd3706d130 | build: switch back to v2 of release-please | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ jobs:\nrelease-please:\nruns-on: ubuntu-latest\nsteps:\n- - uses: google-github-actions/release-please-action@92d73e9b43c141595b2842ad30682d0aaf859191\n+ - uses: google-github-actions/release-please-action@v2\nid: release\nwith:\ntoken: ${{ secrets.GITHUB_... | JavaScript | MIT License | yargs/yargs | build: switch back to v2 of release-please | 1 | build | null |
386,588 | 26.11.2021 17:10:06 | -7,200 | 9aca6be86d3246bc2028c9a559bf90be2f3c3298 | feat: Create operators-change-case plugin | [
{
"change_type": "ADD",
"diff": "+# Lowdefy Operators Nunjucks\n+\n+Nunjucks Lowdefy operators\n",
"new_path": "packages/plugins/operators/operators-change-case/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ clearMocks: true,\n+ collectCoverage: t... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-change-case plugin | 1 | feat | null |
386,588 | 26.11.2021 17:10:53 | -7,200 | 97885bef8cc8a325ae8b301b7dfc9234e4d0ddb5 | feat: Create operators-diff plugin. | [
{
"change_type": "DELETE",
"diff": "-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http://www.apache.org/licenses/LICENSE-2.0\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-diff plugin. | 1 | feat | null |
386,588 | 26.11.2021 17:11:50 | -7,200 | fde3a94ed9f67c62789029eaa6ef5a089cd5691c | feat: Add rest of operators-diff files. | [
{
"change_type": "ADD",
"diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add rest of operators-diff files. | 1 | feat | null |
386,588 | 26.11.2021 17:15:26 | -7,200 | e3084aaffa5c9d295faa699c25367883bfd690c7 | feat: Create operators-mql plugin | [
{
"change_type": "ADD",
"diff": "+# Lowdefy Operators Mql\n+\n+Mql Lowdefy operators\n",
"new_path": "packages/plugins/operators/operators-mql/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ clearMocks: true,\n+ collectCoverage: true,\n+ collectCov... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-mql plugin | 1 | feat | null |
386,588 | 26.11.2021 17:17:42 | -7,200 | 7ab243bfc71f47ff2f7d81e87c7b41197fcd676d | feat: Create operators-uuid plugin. | [
{
"change_type": "ADD",
"diff": "+# Lowdefy Operators UUID\n+\n+UUID Lowdefy operators\n",
"new_path": "packages/plugins/operators/operators-uuid/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ clearMocks: true,\n+ collectCoverage: true,\n+ collect... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-uuid plugin. | 1 | feat | null |
386,588 | 26.11.2021 17:19:24 | -7,200 | 3a521ba8c11e575ce74c994a6a7f4d99f6563ee6 | feat: Create operators-yaml plugin. | [
{
"change_type": "ADD",
"diff": "+# Lowdefy Operators YAML\n+\n+YAML Lowdefy operators\n",
"new_path": "packages/plugins/operators/operators-yaml/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ clearMocks: true,\n+ collectCoverage: true,\n+ collect... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Create operators-yaml plugin. | 1 | feat | null |
711,610 | 26.11.2021 17:20:45 | -3,600 | 57be4c523b3fa1d73edae5c8367a0c31906f141b | fix(core): Fix batch size error on postgres when reindexing | [
{
"change_type": "MODIFY",
"diff": "@@ -401,7 +401,7 @@ export class IndexerController {\n}\n}\n- await this.queue.push(() => this.connection.getRepository(SearchIndexItem).save(items));\n+ await this.queue.push(() => this.connection.getRepository(SearchIndexItem).save(items, { chunk: 2500 }));\n}\n/**\n",
... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix batch size error on postgres when reindexing (#1242) | 1 | fix | core |
865,939 | 26.11.2021 17:23:33 | -3,600 | eaf38a0d1c829c08703988d3978d365a9f0432ef | feat(app menu): add color picker to edit menu
Closes | [
{
"change_type": "MODIFY",
"diff": "'use strict';\n+const electron = require('electron');\n+\nconst {\napp,\nMenu,\nMenuItem\n-} = require('electron');\n+} = electron;\nconst {\nassign,\n@@ -662,6 +664,9 @@ function mapMenuEntryTemplate(entry) {\naccelerator: entry.accelerator,\nenabled: entry.enabled !== u... | JavaScript | MIT License | camunda/camunda-modeler | feat(app menu): add color picker to edit menu
Closes #2568 | 1 | feat | app menu |
380,850 | 26.11.2021 17:26:56 | -10,800 | f665e39ce4016401f885eb38f90a24d7e231bcf9 | docs: add mapflow.ai | [
{
"change_type": "MODIFY",
"diff": "@@ -17,3 +17,4 @@ Feel free to `send a PR <https://github.com/lingui/js-lingui/issues/new>`__ to l\n- `Notos <https://www.notos.co>`__\n- `Greenlight <https://greenlightready.com>`__\n- `OkCupid <https://www.okcupid.com>`__\n+- `mapflow.ai <https://mapflow.ai>`__\n",
... | TypeScript | MIT License | lingui/js-lingui | docs: add mapflow.ai (#1156) | 1 | docs | null |
667,680 | 26.11.2021 17:29:11 | -28,800 | bcdd97dfa671af23c1a722c6d98351a742a52089 | feat(android): numeric cast with boundary checker | [
{
"change_type": "MODIFY",
"diff": "@@ -191,7 +191,7 @@ void OnResourceReady(JNIEnv* j_env,\njlong j_request_id) {\nTDF_BASE_DLOG(INFO) << \"HippyBridgeImpl onResourceReady j_runtime_id = \"\n<< j_runtime_id;\n- std::shared_ptr<Runtime> runtime = Runtime::Find(j_runtime_id);\n+ std::shared_ptr<Runtime> runt... | C++ | Apache License 2.0 | tencent/hippy | feat(android): numeric cast with boundary checker | 1 | feat | android |
667,680 | 26.11.2021 17:31:03 | -28,800 | fa2b6ce9656cc094ca3e6423a69ce7d8f678fa05 | feat(android): add `__unused` attribute for unused parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ V8ChannelImpl::V8ChannelImpl(std::shared_ptr<JavaRef> bridge)\n: bridge_(std::move(bridge)) {}\nvoid V8ChannelImpl::sendResponse(\n- int callId,\n+ __unused int callId,\nstd::unique_ptr<v8_inspector::StringBuffer> message) {\nif (message->string().is8Bit... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add `__unused` attribute for unused parameters | 1 | feat | android |
743,907 | 26.11.2021 17:58:35 | -3,600 | 3a44796c84e3cb60769841d5883448a396227ade | fix: don't fail if "fileURLToPath(import.meta.url)" throws | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,13 @@ import y18n from 'y18n'\nconst REQUIRE_ERROR = 'require is not supported by ESM'\nconst REQUIRE_DIRECTORY_ERROR = 'loading a directory of commands is not supported yet for ESM'\n-const mainFilename = fileURLToPath(import.meta.url).split('node_modules')[... | JavaScript | MIT License | yargs/yargs | fix: don't fail if "fileURLToPath(import.meta.url)" throws
Co-authored-by: Colin GILLE <colin.gille@blgcloud.com>
Co-authored-by: Benjamin E. Coe <bencoe@google.com> | 1 | fix | null |
160,177 | 26.11.2021 18:02:42 | -28,800 | 11ae7e06f878cb6b8c82f2f73f74e8e4620fecb6 | feat: add mind map plugin | [
{
"change_type": "MODIFY",
"diff": "\"readme.md\"\n],\n\"dependencies\": {\n+ \"@antv/hierarchy\": \"^0.6.8\",\n\"@logicflow/core\": \"^0.7.9\",\n\"ids\": \"^1.0.0\",\n\"preact\": \"^10.4.8\"\n",
"new_path": "packages/extension/package.json",
"old_path": "packages/extension/package.json"
},
{
... | TypeScript | Apache License 2.0 | didi/logicflow | feat: add mind map plugin | 1 | feat | null |
472,081 | 26.11.2021 18:11:07 | -32,400 | bde4eae767f79ca9ea2c7993350d45247d032daf | chore: fix serve port for regression-test | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ jobs:\nrun: >\nnpx storycap\n--outDir packages/spindle-ui/.reg-suit/actual_images/\n- --serverCmd 'npx serve packages/spindle-ui/public'\n+ --serverCmd 'npx serve -p 5000 packages/spindle-ui/public'\nhttp://localhost:5000\n- name: checkout branch when pu... | TypeScript | MIT License | openameba/spindle | chore: fix serve port for regression-test | 1 | chore | null |
401,147 | 26.11.2021 18:25:55 | -19,080 | 33a1a3603d0389e1ddb21656a2994c83d4ecc05e | fix: fix multiselect tests
* fix: fix multiselect tests
affects:
* refactor: remove usecallback
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -246,10 +246,8 @@ describe('MultiSelect component', () => {\nconst mockOnChange = jest.fn();\nrender(<MultiSelect options={options} onChange={mockOnChange} isCreatable />);\nfireEvent.change(screen.getByRole('textbox'), { target: { value: option } });\n- fireEvent.clic... | TypeScript | MIT License | medly/medly-components | fix: fix multiselect tests (#545)
* fix: fix multiselect tests
affects: @medly-components/core
* refactor: remove usecallback
affects: @medly-components/core | 1 | fix | null |
160,177 | 26.11.2021 19:19:11 | -28,800 | 2aa112002023b87188c9b132dbeb6c77e92e17bf | feat: hide mind map | [
{
"change_type": "MODIFY",
"diff": "\"readme.md\"\n],\n\"dependencies\": {\n- \"@antv/hierarchy\": \"^0.6.8\",\n\"@logicflow/core\": \"^0.7.9\",\n\"ids\": \"^1.0.0\",\n\"preact\": \"^10.4.8\"\n",
"new_path": "packages/extension/package.json",
"old_path": "packages/extension/package.json"
},
{
... | TypeScript | Apache License 2.0 | didi/logicflow | feat: hide mind map | 1 | feat | null |
551,636 | 26.11.2021 19:55:38 | 0 | 5bb9a1655b825d120f920e521fec42f939fcb00c | fix(ilp): sanitize table name to avoid FS corruption | [
{
"change_type": "MODIFY",
"diff": "@@ -30,27 +30,22 @@ import io.questdb.std.Rnd;\npublic class LineTCPSenderMain {\npublic static void main(String[] args) {\n- final long count = 10_000_000;\n+ final long count = 30_000_000;\nString hostIPv4 = \"127.0.0.1\";\nint port = 9009; // 8089 influx\n- int bufferC... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): sanitize table name to avoid FS corruption (#1605) | 1 | fix | ilp |
217,922 | 26.11.2021 21:16:14 | -3,600 | 1102c6035a2c3414cf89d4735c5d453591eb4ad3 | chore: post-merge fix pass | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,13 @@ import { BehaviorSubject, combineLatest, Observable, of, ReplaySubject } from 'r\nimport { LazyDataWithExtracts } from '../../../lazy-data/lazy-data-types';\nimport { LazyDataFacade } from '../../../lazy-data/+state/lazy-data.facade';\nimport { safeCom... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: post-merge fix pass | 1 | chore | null |
756,013 | 26.11.2021 22:19:37 | 21,600 | 4db047038d4215609b6b300aa1e1d717ec3b7360 | ci(docker): use the same snapshot-tag across built images | [
{
"change_type": "MODIFY",
"diff": "@@ -2,30 +2,63 @@ name: Build release Docker Images\non:\npush:\n+ branches:\n+ - $default-branch\ntags:\n- \"@agoric/sdk@*\"\n- schedule:\n- # Build daily images.\n- - cron: \"0 0 * * *\"\njobs:\n+ docker-deployment:\n+ runs-on: ubuntu-latest\n+ outputs:\n+ tags: \"${{ s... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(docker): use the same snapshot-tag across built images | 1 | ci | docker |
603,467 | 26.11.2021 22:26:06 | 0 | 085b7f716033b22207af47edac58c896f46af62d | fix(web): optimised PhotoTakingStrategy | [
{
"change_type": "MODIFY",
"diff": "@@ -25,13 +25,17 @@ export abstract class PhotoTakingStrategy {\n*\n* @see {@link @serenity-js/core/lib/stage~Stage#theActorInTheSpotlight}\n*/\n- considerTakingPhoto(event: ActivityStarts | ActivityFinished, stage: Stage): void {\n- if (this.shouldTakeAPhotoOf(event)) {\... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(web): optimised PhotoTakingStrategy | 1 | fix | web |
380,749 | 26.11.2021 22:26:23 | -28,800 | ae2d61ee0045d3f4fb45dcb765a0d4bb7ebc707e | docs: the mentioned message id should be "msg.docs" | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ Let's compare it with `react-intl`_ solution to see the difference:\n<Trans>Read the <a href=\"/docs\">documentation</a>.</Trans>\n</p>\n- The message ID is ``Read the <0>documentation</0>.`` instead of ``msg.id``. Both\n+ The message ID is ``Read the ... | TypeScript | MIT License | lingui/js-lingui | docs: the mentioned message id should be "msg.docs" (#1163) | 1 | docs | null |
756,013 | 26.11.2021 23:54:43 | 21,600 | 2c6b1e8dff48964005101d0831c2234239066c30 | chore(scripts): add docker-tag.sh for help tagging Docker releases | [
{
"change_type": "ADD",
"diff": "+#! /bin/sh\n+# docker-tag.sh - Create a new tag for a set of Agoric Docker images\n+set -xe\n+\n+SRCTAG=$1\n+DSTTAG=$2\n+DOCKERUSER=${3-agoric}\n+\n+if [ -z \"$DSTTAG\" ]; then\n+ echo 1>&2 \"Usage: $0 SRCTAG DSTTAG\"\n+ exit 1\n+fi\n+\n+for img in agoric-sdk cosmic-swingse... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(scripts): add docker-tag.sh for help tagging Docker releases | 1 | chore | scripts |
743,941 | 27.11.2021 00:30:09 | -28,800 | 6a464b307abacc019a218f6d1c3faf940503a376 | docs: add esbuild bundling guide | [
{
"change_type": "MODIFY",
"diff": "@@ -66,3 +66,21 @@ In a new project (see: [npm-init](https://docs.npmjs.com/cli/v7/commands/npm-ini\n```\n4. Run: `npx webpack@5 --config webpack.config.js`.\n5. You can now execute `dist/bundle.js`.\n+\n+## esbuild\n+The following is tested with esbuild@0.13\n+In a new p... | JavaScript | MIT License | yargs/yargs | docs: add esbuild bundling guide (#2075) | 1 | docs | null |
756,013 | 27.11.2021 00:46:32 | 21,600 | 32f879b23565ac28b8aabe5c2c2760526826c3ac | fix(cosmic-swingset): decohere if there are leftover actions | [
{
"change_type": "MODIFY",
"diff": "@@ -224,18 +224,19 @@ export default function makeBlockManager({\nverboseBlocks && console.info('block', action.blockHeight, 'begin');\n// Start a new block, or possibly replay the prior one.\n- for (const a of currentActions) {\n- // FIXME: This is a problem, apparently ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmic-swingset): decohere if there are leftover actions | 1 | fix | cosmic-swingset |
756,059 | 27.11.2021 00:48:15 | 28,800 | e7238550829b5ff6bbec015e2a66263118a2716b | fix: changes based on review comments
make crank buffer key iteration work correctly in the face of data changes
get rid of nugatory blockBuffer | [
{
"change_type": "DELETE",
"diff": "-// buildBlockBuffer() is used by all hosts, to wrap whatever hostDB they use\n-\n-// TODO rationalize naming pattern of buildFoo vs. makeFoo\n-\n-/**\n- * @typedef {Object} BlockBuffer\n- * @property {HostDB} blockBuffer the wrapped hostDB\n- * @property {() => void} com... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: changes based on review comments
- make crank buffer key iteration work correctly in the face of data changes
- get rid of nugatory blockBuffer | 1 | fix | null |
603,467 | 27.11.2021 01:13:02 | 0 | cb2160abf5b825dab61d2570db12bbd809c1467c | chore(npm): added missing deps | [
{
"change_type": "MODIFY",
"diff": "\"@serenity-js/web\": \"^2.0.0\",\n\"chromedriver\": \"^96.0.0\",\n\"cross-env\": \"^7.0.3\",\n+ \"mocha\": \"^9.1.3\",\n\"npm-failsafe\": \"^0.4.3\",\n\"protractor\": \"^7.0.0\"\n},\n",
"new_path": "integration/protractor-web/package.json",
"old_path": "integrati... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(npm): added missing deps | 1 | chore | npm |
603,467 | 27.11.2021 01:29:17 | 0 | c0c21e984c01e2a09284805925d15c4b9e46233e | chore(integration): marked devDeps as devDeps | [
{
"change_type": "MODIFY",
"diff": "\"node\": \"^12 || ^14 || ^16\",\n\"npm\": \"^6 || ^7 || ^8\"\n},\n- \"dependencies\": {\n+ \"devDependencies\": {\n\"@integration/testing-tools\": \"2.0.0\",\n\"@integration/web-specs\": \"2.0.0\",\n\"@serenity-js/core\": \"^2.0.0\",\n\"@serenity-js/protractor\": \"^2.0.... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(integration): marked devDeps as devDeps | 1 | chore | integration |
471,204 | 27.11.2021 07:59:45 | 18,000 | 14afcc1f7bf3d9e33cdfc1aee8d83455eb7630ab | chore: Update wip metrics references | [
{
"change_type": "MODIFY",
"diff": "* limitations under the License.\n*/\n-import { MetricOptions, ValueType } from '@opentelemetry/api-metrics';\n+import { MetricOptions, ValueType } from '@opentelemetry/api-metrics-wip';\nimport { InstrumentType } from './Instruments';\nexport interface InstrumentDescript... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: Update wip metrics references (#2638) | 1 | chore | null |
386,581 | 27.11.2021 11:19:59 | -7,200 | 640ab8a6528019bc2f2ace818053f2f3fbb3955f | fix: Fix home page route in server. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,9 @@ import { createApiContext, getHome, getPageConfig, getRootConfig } from '@lowdef\nimport Page from '../components/Page.js';\nexport async function getServerSideProps() {\n- const apiContext = await createApiContext({ buildDirectory: './.lowdefy/build' })... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Fix home page route in server. | 1 | fix | null |
129,371 | 27.11.2021 11:51:48 | -28,800 | cd72fd1302e511cfae87239ea243f433de91c342 | refactor(defaults): add Settings typeddict | [
{
"change_type": "MODIFY",
"diff": "from pathlib import Path\n-from typing import Any, Dict, Optional, Union\n+from typing import Optional, Union\n-from commitizen.defaults import DEFAULT_SETTINGS\n+from commitizen.defaults import DEFAULT_SETTINGS, Settings\nclass BaseConfig:\ndef __init__(self):\n- self._s... | Python | MIT License | commitizen-tools/commitizen | refactor(defaults): add Settings typeddict | 1 | refactor | defaults |
317,646 | 27.11.2021 13:25:08 | -3,600 | 57304519656ed7d62b3685290eafeb36a760bef3 | chore: build on multiline commit message | [
{
"change_type": "MODIFY",
"diff": "},\n\"group\": \"build\",\n\"problemMatcher\": \"$go\",\n- \"args\": [\"build\", \"-v\", \"-o\", \"/home/vscode/bin/oh-my-posh\", \"-ldflags\", \"\\\"-X 'main.Version=development-$(git --no-pager log -1 --pretty=%h-%B)'\\\"\"]\n- },\n- {\n- \"label\": \"golangci-lint - do... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: build on multiline commit message | 1 | chore | null |
317,646 | 27.11.2021 13:26:44 | -3,600 | 337ed4a15582a01d7fbbd89aa144b1d59516dd85 | refactor: align POSH_THEME cross shell | [
{
"change_type": "MODIFY",
"diff": "@@ -22,17 +22,12 @@ if ($null -eq $omp_value) {\n$env:POSH_GIT_ENABLED = $false\n}\n-$global:PoshSettings = New-Object -TypeName PSObject -Property @{\n- Theme = \"\";\n- Transient = $false;\n-}\n-\n# used to detect empty hit\n$global:omp_lastHistoryId = -1\n$omp_config =... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor: align POSH_THEME cross shell | 1 | refactor | null |
317,646 | 27.11.2021 13:36:54 | -3,600 | 0ee320491de71b8b6287ea1ec50cab0510c1b033 | chore: add commit info to regular build | [
{
"change_type": "MODIFY",
"diff": "\"isDefault\": true\n},\n\"problemMatcher\": \"$go\",\n- \"args\": [\"build\", \"-v\"]\n+ \"args\": [\"build\", \"-v\", \"-ldflags\", \"\\\"-X 'main.Version=development-$(git --no-pager log -1 --pretty=%h-%s)'\\\"\"]\n},\n{\n\"type\": \"shell\",\n",
"new_path": ".vsco... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: add commit info to regular build | 1 | chore | null |
603,467 | 27.11.2021 14:38:25 | 0 | d5dcf5836b4ea041201f65c206fb371891f0e162 | chore(integration): added a missing dep | [
{
"change_type": "MODIFY",
"diff": "\"@serenity-js/web\": \"^2.0.0\",\n\"@types/mocha\": \"^9.0.0\",\n\"cross-env\": \"^7.0.3\",\n+ \"mocha\": \"^9.1.3\",\n\"ts-node\": \"^10.4.0\",\n\"typescript\": \"^4.5.2\",\n\"start-server-and-test\": \"^1.14.0\"\n",
"new_path": "integration/web-specs/package.json",... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(integration): added a missing dep | 1 | chore | integration |
603,467 | 27.11.2021 15:05:18 | 0 | be9a2ff143d15a97de4c58c17a4fdeaf94e99dcd | ci(github): experimenting with a separate pipeline to exercise the local build | [
{
"change_type": "ADD",
"diff": "+name: Local Build\n+\n+on:\n+ push:\n+ branches: [ master ]\n+ pull_request:\n+ branches: [ master ]\n+ types: [ opened, synchronize ]\n+\n+jobs:\n+\n+ local_build:\n+ if: \"!contains(github.event.head_commit.message, 'ci skip')\"\n+ strategy:\n+ matrix:\n+ os:\n+ - linux-l... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): experimenting with a separate pipeline to exercise the local build | 1 | ci | github |
603,467 | 27.11.2021 15:22:58 | 0 | 4d8e150a2709900cc08540299c54adcd3c7ad772 | ci(github): removed the experiment | [
{
"change_type": "DELETE",
"diff": "-name: Local Build\n-\n-on:\n- push:\n- branches: [ master ]\n- pull_request:\n- branches: [ master ]\n- types: [ opened, synchronize ]\n-\n-jobs:\n-\n- local_build:\n- if: \"!contains(github.event.head_commit.message, 'ci skip')\"\n- strategy:\n- matrix:\n- os:\n- - linu... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): removed the experiment | 1 | ci | github |
603,467 | 27.11.2021 16:27:55 | 0 | cc133a47c259e90ed6fb95bd69b5f031c48d412d | ci(github): corrected path to artifact | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ jobs:\nif: failure()\nwith:\nname: integration-test-saucelabs\n- path: integration/web/target/\n+ path: integration/webdriverio-web/target/\n- uses: actions/upload-artifact@v2\nwith:\n",
"new_path": ".github/workflows/main.yaml",
"old_path": ".... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(github): corrected path to artifact | 1 | ci | github |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.