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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
711,653 | 12.07.2021 11:06:03 | -10,800 | 52dccadb3e575b65fae9ed2109075a78adefa1f3 | feat(elastic): add totalItemsMaxSize option
Relates to | [
{
"change_type": "MODIFY",
"diff": "version: \"3\"\nservices:\nelasticsearch:\n- image: docker.elastic.co/elasticsearch/elasticsearch:7.1.1\n+ image: docker.elastic.co/elasticsearch/elasticsearch:7.10.2\ncontainer_name: elasticsearch\nenvironment:\n- discovery.type=single-node\n",
"new_path": "packages/... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elastic): add totalItemsMaxSize option (#977)
Relates to #976 | 1 | feat | elastic |
667,635 | 12.07.2021 11:38:24 | -28,800 | a0a79c9a07b780553c6d296881801c2917032cde | feat(ios): add localization infomations in deviceinfo object | [
{
"change_type": "MODIFY",
"diff": "@@ -586,6 +586,16 @@ HIPPY_NOT_IMPLEMENTED(-(instancetype)initWithDelegate\nif (_dimDic) {\n[deviceInfo setValue:_dimDic forKey:@\"Dimensions\"];\n}\n+ if (@available(iOS 10.0, *)) {\n+ NSString *countryCode = [[NSLocale currentLocale] countryCode];\n+\n+ NSString *lanCod... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): add localization infomations in deviceinfo object | 1 | feat | ios |
942,581 | 12.07.2021 11:38:29 | 21,600 | 15293364a067e8cffc0ae8a7f671b35269872b59 | feat(common): Add HTML attribute interface to ExtractProps
* feat(common): Add HTML attribute interface to ExtractProps
ExtractProps<typeof Card>; // React.HTMLAttributes<HTMLDivElement> & CardProps
ExtractProps<typeof Card, 'aside'>; // React.HTMLAttributes<HTMLElement> & CardProps
ExtractProps<typeof Card, never>; //... | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,9 @@ Includes:\n- [InputProvider](#inputprovider)\n- [Theming](#theming)\n- [Bidirectionality](#bidirectionality)\n+- [Component Functions](#component-functions)\n+ - [createComponent](#createcomponent)\n+ - [ExtractProps](#extractprops)\n## CanvasProvider\n@... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(common): Add HTML attribute interface to ExtractProps (#1147)
* feat(common): Add HTML attribute interface to ExtractProps
- ExtractProps<typeof Card>; // React.HTMLAttributes<HTMLDivElement> & CardProps
- ExtractProps<typeof Card, 'aside'>; // React.HTMLAttributes<HTMLElement> & CardProps
- ExtractProps<typ... | 1 | feat | common |
366,946 | 12.07.2021 12:20:11 | -32,400 | b0de03f02a17bcc7808f1d25adef03123417f64d | test: change lint and yarn audit to run once in e2e | [
{
"change_type": "MODIFY",
"diff": "version: 2.1\ncommands:\n- run-npm-test:\n+ setup-for-test:\nsteps:\n- checkout\n# Download and cache dependencies\n@@ -15,9 +15,12 @@ commands:\npaths:\n- node_modules\nkey: dependencies-test-{{ checksum \"package.json\" }}-{{ checksum \"yarn.lock\" }}\n- # run tests!\n+... | TypeScript | MIT License | kufu/smarthr-ui | test: change lint and yarn audit to run once in e2e (#1711) | 1 | test | null |
815,593 | 12.07.2021 12:44:37 | -32,400 | 0683c7d00222f9c0ae84121d821e282fabf75c48 | chore: use build version as default message prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -42,8 +42,9 @@ fn block_assembler_config() -> BlockAssemblerConfig {\ncode_hash: secp_script.code_hash().unpack(),\nhash_type: hash_type.into(),\nargs,\n- message_prefix: None,\nmessage: Default::default(),\n+ use_binary_version_as_message_prefix: false,\n+ binary_vers... | Rust | MIT License | nervosnetwork/ckb | chore: use build version as default message prefix | 1 | chore | null |
342,890 | 12.07.2021 13:35:52 | -7,200 | f2275efdfbdb763f3bae8e07053cd3006593d843 | fix(docs): put specific content areas in sidebar | [
{
"change_type": "RENAME",
"diff": "@@ -35,25 +35,25 @@ Images don't just show the place but the _details_ of the people and the story.\n<ImageInGrid column=\"1 / 3\" row=\"1\">\n-\n+: put specific content areas in sidebar | 1 | fix | docs |
711,597 | 12.07.2021 14:01:12 | -7,200 | e052b2584898a1ccdbb5137a96bfbdf36403360f | fix(admin-ui): Fix broken image re-ordering drag-drop
Fixes | [
{
"change_type": "MODIFY",
"diff": "</ng-template>\n<ng-template #assetList>\n- <div class=\"all-assets\" [class.compact]=\"compact\" cdkDropListGroup #dlg>\n+ <div class=\"all-assets\" [class.compact]=\"compact\" cdkDropListGroup>\n<div\n+ *ngFor=\"let asset of assets; let index = index\"\n+ class=\"drop-l... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix broken image re-ordering drag-drop
Fixes #982 | 1 | fix | admin-ui |
866,394 | 12.07.2021 14:04:29 | 14,400 | aa4087c1a176540c214bdba3b62e58cc2a5989fc | chore(github-actions): upgrading ubuntu to 20.04
### Related Ticket(s)
No related issue
### Description
Per documentation from Github, Ubuntu 16.04 is deprecated. This is upgrading our workflows to 20.04.
### Changelog
**Changed**
Github actions workflow files | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ on:\njobs:\nautomerge-feat:\n- runs-on: ubuntu-16.04\n+ runs-on: ubuntu-20.04\nenv:\nSLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}\nsteps:\n",
"new_path": ".github/workflows/automerge-feat.yml",
"old_path": ".github/workflows/automerge-feat.y... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(github-actions): upgrading ubuntu to 20.04 (#6608)
### Related Ticket(s)
No related issue
### Description
Per documentation from Github, Ubuntu 16.04 is deprecated. This is upgrading our workflows to 20.04.
https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-w... | 1 | chore | github-actions |
777,374 | 12.07.2021 15:13:58 | 25,200 | 5f4db2def1f0ec589d3d5a974b68738aa52eab05 | chore: replace proteins_pytorch_geometric example with a better one. | [
{
"change_type": "MODIFY",
"diff": "@@ -82,3 +82,12 @@ def test_word_language_lstm_const() -> None:\nconfig[\"hyperparameters\"][\"tied\"] = False\nexp.run_basic_test_with_temp_config(config, conf.nlp_examples_path(\"word_language_model\"), 1)\n+\n+\n+@pytest.mark.nightly # type: ignore\n+def test_protein_p... | Python | Apache License 2.0 | determined-ai/determined | chore: replace proteins_pytorch_geometric example with a better one. (#2706) | 1 | chore | null |
185,944 | 12.07.2021 15:54:48 | 18,000 | 6f9e6b1865695667bdf604d8e4272f555278d357 | refactor: replace decomment with strip-comments | [
{
"change_type": "MODIFY",
"diff": "\"@types/is-running\": \"^2.1.0\",\n\"classnames\": \"^2.2.6\",\n\"commander\": \"^7.1.0\",\n- \"decomment\": \"^0.9.3\",\n\"decompress\": \"^4.0.1\",\n\"electron-default-menu\": \"^1.0.2\",\n\"electron-devtools-installer\": \"^3.1.1\",\n\"react-mosaic-component\": \"^4.1... | TypeScript | MIT License | electron/fiddle | refactor: replace decomment with strip-comments (#762) | 1 | refactor | null |
730,441 | 12.07.2021 15:58:03 | -3,600 | 00aac842a58a9acbab2c9927d9fe29e3e255ddda | feat(core): set x-prelogin-userid header when sending user activation | [
{
"change_type": "MODIFY",
"diff": "@@ -223,6 +223,7 @@ const Services = WebexPlugin.extend({\n* @property {string} ValidateUserPTO.email - The email of the user.\n* @property {string} [ValidateUserPTO.reqId] - The activation requester.\n* @property {object} [ValidateUserPTO.activationOptions] - Extra optio... | JavaScript | MIT License | webex/webex-js-sdk | feat(core): set x-prelogin-userid header when sending user activation | 1 | feat | core |
865,921 | 12.07.2021 16:02:40 | -7,200 | 44f0798898eb2a6283324e1d6b15e3516c704cfd | docs(project): update `RELEASE` checklist | [
{
"change_type": "MODIFY",
"diff": "# Release\n-__[Draft a release](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%27s%20inside%3F%0A%0A%2A%20...%0A%2A%20...%0A%2A%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%20issue._%0A%0... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): update `RELEASE` checklist | 1 | docs | project |
915,096 | 12.07.2021 16:24:24 | -7,200 | d3ee8598316f5b71f6c3dff021d57026f700b538 | fix: correct CodeFromRemote syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -192,7 +192,11 @@ You can find it in\nThe configuration gets loaded in docker-compose as specified in the\n[`quickstart.yml`](https://github.com/ory/hydra/blob/master/quickstart.yml).\n-<CodeFromRemote src=\"https://github.com/ory/hydra/blob/master/contrib/quickstart/5... | Go | Apache License 2.0 | ory/hydra | fix: correct CodeFromRemote syntax (#2626) | 1 | fix | null |
791,331 | 12.07.2021 16:24:43 | -7,200 | 1458dc9c21d98ffffb871943f178678cc3c21306 | feat(spanner/spansql): support ALTER DATABASE
* feat(spansql): support ALTER DATABASE
Adds support for ALTER DATABASE dbname SET OPTIONS (..) statements.
Resolves
* fix: variable names
* fix: address review comments | [
{
"change_type": "MODIFY",
"diff": "@@ -611,6 +611,36 @@ func TestParseDDL(t *testing.T) {\nPosition: line(1),\n},\n}}},\n+ {`ALTER DATABASE dbname SET OPTIONS (optimizer_version=2, version_retention_period='7d', enable_key_visualizer=true)`,\n+ &DDL{Filename: \"filename\", List: []DDLStmt{\n+ &AlterDatabas... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner/spansql): support ALTER DATABASE (#4403)
* feat(spansql): support ALTER DATABASE
Adds support for ALTER DATABASE dbname SET OPTIONS (..) statements.
Resolves #4390
* fix: variable names
* fix: address review comments | 1 | feat | spanner/spansql |
185,944 | 12.07.2021 16:32:08 | 18,000 | 97392be3beed507723217d59c039e30159d13db5 | refactor: remove Sync() calls from readFiddle()
Trying to reduce startup jank by making some blocking calls yield. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,25 +13,25 @@ import * as path from 'path';\nexport async function readFiddle(folder: string): Promise<EditorValues> {\nconst got: EditorValues = {};\n- const tryRead = (name: string) => {\ntry {\n- const filename = path.join(folder, name);\n- const content = fs.rea... | TypeScript | MIT License | electron/fiddle | refactor: remove Sync() calls from readFiddle() (#761)
Trying to reduce startup jank by making some blocking calls yield. | 1 | refactor | null |
865,921 | 12.07.2021 16:37:54 | -7,200 | 9e49dad9894ab169a77a68b7b1e78db6813adef3 | docs(project): update PATCH_RELEASE checklist | [
{
"change_type": "MODIFY",
"diff": "# Patch Release\n-__[Draft a patch release.](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%20is%20inside%3F%0A%0A%2A%20...%0A%2A%20...%0A%2A%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): update PATCH_RELEASE checklist | 1 | docs | project |
865,921 | 12.07.2021 16:40:06 | -7,200 | 4903f0837e5d05d5bddb0b4f7cca82678002c486 | docs(project): remove ALPHA_RELEASE checklist
We don't do these folks anymore. | [
{
"change_type": "DELETE",
"diff": "-# Alpha Release\n-\n-__[Draft an alpha release](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%27s%20inside%3F%0A%0A%2A%20...%0A%2A%20...%0A%2A%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20th... | JavaScript | MIT License | camunda/camunda-modeler | docs(project): remove ALPHA_RELEASE checklist
We don't do these folks anymore. | 1 | docs | project |
889,620 | 12.07.2021 16:55:59 | -28,800 | c955bed79d1a309ada585972008b5ce68e0708d1 | feat(webui): display an outdated badge on book details view | [
{
"change_type": "MODIFY",
"diff": "\"format\": \"FORMAT\",\n\"isbn\": \"ISBN\",\n\"navigation_within_readlist\": \"Navigation within the readlist: {name}\",\n+ \"outdated_tooltip\": \"The file for this book has changed, this book must be re-analyzed\",\n\"read_book\": \"Read book\",\n\"read_incognito\": \"... | Kotlin | MIT License | gotson/komga | feat(webui): display an outdated badge on book details view | 1 | feat | webui |
791,622 | 12.07.2021 17:44:14 | 14,400 | d5bf56325374c5509c6b65c953b41c15533a2a0a | fix(deps): google-gax v2.17.1 | [
{
"change_type": "MODIFY",
"diff": "\"arrify\": \"^2.0.0\",\n\"extend\": \"^3.0.2\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.17.0\",\n+ \"google-gax\": \"^2.17.1\",\n\"is-stream-ended\": \"^0.1.4\",\n\"lodash.snakecase\": \"^4.1.1\",\n\"p-defer\": \"^3.0.0\"\n",
"new_path": "packag... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | fix(deps): google-gax v2.17.1 (#1353) | 1 | fix | deps |
889,109 | 12.07.2021 17:44:18 | 14,400 | cbf3af964225dfdf1bb23406ffbfd71202c7b6ca | fix(deps): google-gax v2.17.1 | [
{
"change_type": "MODIFY",
"diff": "\"extend\": \"^3.0.2\",\n\"gcp-metadata\": \"^4.0.0\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.17.0\",\n+ \"google-gax\": \"^2.17.1\",\n\"on-finished\": \"^2.3.0\",\n\"pumpify\": \"^2.0.1\",\n\"stream-events\": \"^1.0.5\"\n",
"new_path": "package... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | fix(deps): google-gax v2.17.1 (#1117) | 1 | fix | deps |
942,581 | 12.07.2021 17:47:23 | 21,600 | 01a4836d432ffe5595cdf16efc4eeac5fbed932d | ci: Add pull request title check | [
{
"change_type": "ADD",
"diff": "+name: \"Lint PR title\"\n+\n+on:\n+ pull_request_target:\n+ types:\n+ - opened\n+ - edited\n+ - synchronize\n+\n+jobs:\n+ main:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/checkout@v2\n+\n+ - name: Get Package Scopes\n+ id: scope-vars\n+ run: echo \"::set-output ... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Add pull request title check (#1153) | 1 | ci | null |
777,369 | 12.07.2021 17:52:46 | 36,000 | ebf0e92cea56a9aed331636f626a6beb0903a770 | refactor: show "no data" instead of spinner when multi-trial is not available | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,8 @@ import {\nimport { detApi } from 'services/apiConfig';\nimport { consumeStream } from 'services/utils';\nimport {\n- ExperimentBase, ExperimentHyperParamType, ExperimentSearcherName,\n- ExperimentVisualizationType, HpImportanceMap, HpImportanceMetricMap,... | Python | Apache License 2.0 | determined-ai/determined | refactor: show "no data" instead of spinner when multi-trial is not available (#2713) | 1 | refactor | null |
366,920 | 12.07.2021 17:59:54 | -32,400 | a721e56d4adf3e1550c336045f03533d9295f2d3 | test: use circleci contexts | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,9 @@ jobs:\nworkflows:\nmultiple_builds:\njobs:\n- - node-v12\n- - node-v14\n- - reg-suit\n+ - node-v12:\n+ context: smarthr-dockerhub\n+ - node-v14:\n+ context: smarthr-dockerhub\n+ - reg-suit:\n+ context: smarthr-dockerhub\n",
"new_path": ".circleci/con... | TypeScript | MIT License | kufu/smarthr-ui | test: use circleci contexts (#1742) | 1 | test | null |
217,237 | 12.07.2021 19:06:00 | -10,800 | 5dbf0c2d7a2ad1a4959dd51631b4a48f16ff3f5a | hotfix: fix broken links | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ sidebar_position: 1\n[refs-split-slices]: /docs/concepts/app-splitting#group-slices\n[refs-split-segments]: /docs/concepts/app-splitting#group-segments\n-[refs-layers]: /docs/reference/layers\n+[refs-layers]: /docs/reference/layers/overview\n[refs-laye... | JavaScript | MIT License | feature-sliced/documentation | hotfix: fix broken links | 1 | hotfix | null |
217,922 | 12.07.2021 19:25:22 | -7,200 | 159e672ecf9845a78f5f921ef6a72b2f72d7ec9c | fix(list): fixed list items not being added properly | [
{
"change_type": "MODIFY",
"diff": "@@ -292,6 +292,8 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nbefore: List, after: List, serverList: List): void {\n// Get diff between local backup and new version\nconst diff = compare(before, after);\n+\n+ console.log(diff);\n// ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed list items not being added properly | 1 | fix | list |
126,295 | 12.07.2021 19:27:19 | -7,200 | e9332b5f778131913156cc07ae498d09394009fb | test(pkg/pgsql/server/fmessages): increase code coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -38,15 +38,15 @@ type BindMsg struct {\n// The name of the source prepared statement (an empty string selects the unnamed prepared statement).\nPreparedStatementName string\n// The number of parameter format codes that follow (denoted C below). This can be zero to indi... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/pgsql/server/fmessages): increase code coverage
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | test | pkg/pgsql/server/fmessages |
873,648 | 12.07.2021 19:29:50 | -7,200 | a5e09b3359fb48a0b6d27629905df5fccc1a1b37 | feat: fix non-unique checkbox labels for multiple editors | [
{
"change_type": "MODIFY",
"diff": "@@ -122,4 +122,28 @@ describe('CheckboxEditor', () => {\nfireEvent.click(getByTestId('cf-ui-text-link'));\nexpect(field.removeValue).toHaveBeenCalledTimes(1);\n});\n+\n+ it('renders checkboxes with unique ids', async () => {\n+ const predefined = ['banana', 'orange', 'str... | TypeScript | MIT License | contentful/field-editors | feat: fix non-unique checkbox labels for multiple editors (#775) | 1 | feat | null |
217,922 | 12.07.2021 19:42:53 | -7,200 | fa805fd7255ca4ca3dae6490a9ffc0f10ba0cef6 | fix(list): fixed fill from inventory not filling crafts properly | [
{
"change_type": "MODIFY",
"diff": "@@ -457,7 +457,7 @@ export class ListDetailsComponent extends TeamcraftPageComponent implements OnIn\nif (item.done + totalAmount > item.amount) {\ntotalAmount = item.amount - item.done;\n}\n- list.setDone(item.id, totalAmount, true);\n+ list.setDone(item.id, totalAmount,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed fill from inventory not filling crafts properly | 1 | fix | list |
217,922 | 12.07.2021 19:54:34 | -7,200 | 4cf5b260da5a657add75ca21dc9b083999bc8b76 | fix(list): fixed list panel reset not working as expected | [
{
"change_type": "MODIFY",
"diff": "@@ -292,8 +292,6 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nbefore: List, after: List, serverList: List): void {\n// Get diff between local backup and new version\nconst diff = compare(before, after);\n-\n- console.log(diff);\n// ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed list panel reset not working as expected | 1 | fix | list |
531,793 | 12.07.2021 21:06:15 | -3,600 | 822f5503938add9699ac86077622f60dfe607f07 | fix(ui): use POST requests for /alerts.json endpoint | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ describe(\"<Fetcher />\", () => {\nconst fetchSpy = jest.spyOn(alertStore, \"fetchWithThrottle\");\nsettingsStore.gridConfig.setSortOrder(\"default\");\nmount(<Fetcher alertStore={alertStore} settingsStore={settingsStore} />);\n- expect(fetchSpy).toHav... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): use POST requests for /alerts.json endpoint | 1 | fix | ui |
743,858 | 12.07.2021 21:25:08 | -7,200 | d2c121b00f2e1eb2ea8cc3a23a5039b3a4425bea | feat: update Levenshtein to Damerau-Levenshtein | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n// levenshtein distance algorithm, pulled from Andrei Mackenzie's MIT licensed.\n// gist, which can be found here: https://gist.github.com/andrei-m/982927\n+// extended to comput... | JavaScript | MIT License | yargs/yargs | feat: update Levenshtein to Damerau-Levenshtein (#1973) | 1 | feat | null |
730,487 | 12.07.2021 21:38:46 | 25,200 | 634e7266cc2f74056620800ec2fac039ae6270b0 | fix(meetings): set both, audio and video, when muting
If video and audio are not set together,
the server will set the missing stream to false (unmuted) by default | [
{
"change_type": "MODIFY",
"diff": "@@ -173,8 +173,8 @@ class MuteState {\n* @returns {Promise}\n*/\nsendLocalMuteRequestToServer(meeting) {\n- const audioMuted = (this.type === AUDIO) ? this.state.client.localMute : undefined;\n- const videoMuted = (this.type === VIDEO) ? this.state.client.localMute : unde... | JavaScript | MIT License | webex/webex-js-sdk | fix(meetings): set both, audio and video, when muting
If video and audio are not set together,
the server will set the missing stream to false (unmuted) by default | 1 | fix | meetings |
217,922 | 12.07.2021 22:10:53 | -7,200 | 4eef74e56366eb828ecf7e821ebbe1ae186ceba8 | fix(list): fixed items tracking going into chaos mode | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\n}));\n}\n- protected prepareData(list: Partial<List>): List {\n+ public prepareData(list: Partial<List>): List {\nconst clone: List = JSON.parse(JSON.stringify(list));\nif ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed items tracking going into chaos mode | 1 | fix | list |
815,593 | 12.07.2021 22:15:50 | -32,400 | 182fca7f4fea9b2fbd25b189eb2b646c55c34345 | chore: add mainnet / testnet well-known scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -1086,6 +1086,7 @@ dependencies = [\n\"ckb-chain\",\n\"ckb-chain-spec\",\n\"ckb-channel\",\n+ \"ckb-constant\",\n\"ckb-dao\",\n\"ckb-dao-utils\",\n\"ckb-error\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",
"d... | Rust | MIT License | nervosnetwork/ckb | chore: add mainnet / testnet well-known scripts | 1 | chore | null |
418,660 | 12.07.2021 22:31:37 | -28,800 | f4f7a55d9329cd9167b5a5aa2b58a29db16e1e23 | fix: add missing arg "groupBy?" at exported attachPropertyDataToClass in decoratorManager | [
{
"change_type": "MODIFY",
"diff": "@@ -609,18 +609,21 @@ export function savePropertyDataToClass(\n* @param data\n* @param target\n* @param propertyName\n+ * @param groupBy\n*/\nexport function attachPropertyDataToClass(\ndecoratorNameKey: DecoratorKey,\ndata,\ntarget,\n- propertyName\n+ propertyName,\n+ g... | TypeScript | MIT License | midwayjs/midway | fix: add missing arg "groupBy?" at exported attachPropertyDataToClass in decoratorManager (#1146)
Co-authored-by: Singlebyte <singlebyte@wanjiadongli.com> | 1 | fix | null |
780,866 | 12.07.2021 22:59:10 | 10,800 | d50e45d0952a4b916676b216b74515afb21cea31 | fix(pkg): use cross-env for win compatibility with npm scripts | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"scripts\": {\n\"postinstall\": \"lerna bootstrap --hoist && npm run startup\",\n- \"startup\": \"node ./setup.js && lerna run --scope=@ecomplus/storefront-twbs build\",\n+ \"startup\": \"node ./scripts/setup.js && npx lerna run --scope=@ecomplus/s... | JavaScript | MIT License | ecomplus/storefront | fix(pkg): use cross-env for win compatibility with npm scripts | 1 | fix | pkg |
780,866 | 12.07.2021 23:00:34 | 10,800 | 719017dd86ddfba013cff555f14f75f186ffab1c | chore(scripts): move setup script to scripts folder | [
{
"change_type": "RENAME",
"diff": "@@ -35,15 +35,15 @@ const deleteFiles = (dir, regex) => {\n}\nconst prepareStorefrontTwbs = () => {\n- const scssDir = path.join(__dirname, '@ecomplus/storefront-twbs/scss')\n+ const scssDir = path.join(__dirname, '..', '@ecomplus/storefront-twbs/scss')\nrecursiveCopy(\n-... | JavaScript | MIT License | ecomplus/storefront | chore(scripts): move setup script to scripts folder | 1 | chore | scripts |
780,866 | 12.07.2021 23:02:40 | 10,800 | 0f8714116ceb336231d5b297b116c098eeb967ba | fix(pkg): use `cross-env` for win compatibility with npm scripts | [
{
"change_type": "MODIFY",
"diff": "\"storefront-tmpl-pack\": \"./scripts/pack.js\"\n},\n\"scripts\": {\n- \"pack\": \"STOREFRONT_TEMPLATE=$INIT_CWD node ./scripts/pack.js\",\n+ \"pack\": \"cross-env STOREFRONT_TEMPLATE=$INIT_CWD node ./scripts/pack.js\",\n\"serve\": \"npm run pack serve\",\n\"dev\": \"npm ... | JavaScript | MIT License | ecomplus/storefront | fix(pkg): use `cross-env` for win compatibility with npm scripts | 1 | fix | pkg |
780,866 | 12.07.2021 23:05:33 | 10,800 | b4b732a6b1b674b2852eba31e4a00a3ef617e7c7 | fix(components/login-block): minor style fix for email input group | [
{
"change_type": "MODIFY",
"diff": "{{ i19enterYourEmailMsg }}\n</label>\n- <div class=\"input-group input-group-lg\">\n+ <div class=\"login__email input-group input-group-lg\">\n<input\nref=\"inputEmail\"\ntype=\"email\"\n<div class=\"input-group-append\">\n<button\ntype=\"submit\"\n- class=\"btn btn-prima... | JavaScript | MIT License | ecomplus/storefront | fix(components/login-block): minor style fix for email input group | 1 | fix | components/login-block |
780,866 | 12.07.2021 23:06:52 | 10,800 | 1de8b07b757315bcb56d594b1293232062a28c08 | fix(components/discount-applier): simple checking freebie items before adding to cart
prevents bug with items being added and removed when invalid | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ const addFreebieItems = (ecomCart, productIds) => {\nif (!ecomCart.data.items.find(item => item.product_id === productId)) {\nstore({ url: `/products/${productId}.json` })\n.then(({ data }) => {\n+ if (data.quantity > 0 && (!data.variations || !data.vari... | JavaScript | MIT License | ecomplus/storefront | fix(components/discount-applier): simple checking freebie items before adding to cart
prevents bug with items being added and removed when invalid | 1 | fix | components/discount-applier |
780,866 | 12.07.2021 23:08:26 | 10,800 | a920685819b63ee1cdb9d6b95944d6eeea375d5d | chore(components/shipping-calculator): add a delay to shipped items watcher handler
prevent multiple calls with async cart changes | [
{
"change_type": "MODIFY",
"diff": "@@ -243,6 +243,7 @@ export default {\nwatch: {\nshippedItems: {\nhandler () {\n+ setTimeout(() => {\nthis.localShippedItems = this.shippedItems.map(reduceItemBody)\nconst { amountSubtotal } = this\nthis.amountSubtotal = this.shippedItems.reduce((subtotal, item) => {\n@@ -... | JavaScript | MIT License | ecomplus/storefront | chore(components/shipping-calculator): add a delay to shipped items watcher handler
prevent multiple calls with async cart changes | 1 | chore | components/shipping-calculator |
915,205 | 13.07.2021 02:57:38 | 18,000 | 00e15aa001e68698afb440097baf19e5423bfb15 | docs: fix typo ('ROCP' to 'ROPC') | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ The following is a copy of the original\n[comment on GitHub](https://github.com/ory/hydra/pull/297#issuecomment-294282671):\nI took a long time for this issue, primarily because I felt very uncomfortable\n-implementing it. The ROCP grant is something fro... | Go | Apache License 2.0 | ory/hydra | docs: fix typo ('ROCP' to 'ROPC') (#2633) | 1 | docs | null |
599,913 | 13.07.2021 04:13:21 | 18,000 | 680ea0c87a9ae143413354680c421d62bccd869d | feat(ui): add 'show more/less...' for studios on movie details page | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ import {\n} from '@heroicons/react/outline';\nimport {\nCheckCircleIcon,\n+ ChevronDoubleDownIcon,\n+ ChevronDoubleUpIcon,\nDocumentRemoveIcon,\nExternalLinkIcon,\n} from '@heroicons/react/solid';\n@@ -73,6 +75,8 @@ const messages = defineMessages({\nplay4... | TypeScript | MIT License | sct/overseerr | feat(ui): add 'show more/less...' for studios on movie details page (#1770) | 1 | feat | ui |
777,376 | 13.07.2021 06:37:37 | 25,200 | e84ad9f0841b81722744a353d8388448cc468d9c | docs: fixing typo | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,8 @@ The master is responsible for\n- Storing experiment, trial, and workload metadata.\n- Scheduling and dispatching work to agents.\n-- Advancing the experiment, trial, workload state machines over time.\n+- Advancing the experiment, trial, and workload sta... | Python | Apache License 2.0 | determined-ai/determined | docs: fixing typo (#2710) | 1 | docs | null |
777,419 | 13.07.2021 07:46:27 | -7,200 | 1840ea86f2abec421358faccb2db76a6daffaf18 | fix: Add legend to Trial metrics graph | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,12 @@ interface Props {\nconst STORAGE_PATH = 'trial-detail';\n+const getChartMetricLabel = (metric: MetricName): string => {\n+ if (metric.type === 'training') return `[T] ${metric.name}`;\n+ if (metric.type === 'validation') return `[V] ${metric.name}`;\n+ ... | Python | Apache License 2.0 | determined-ai/determined | fix: Add legend to Trial metrics graph [DET-5723] (#2663) | 1 | fix | null |
342,861 | 13.07.2021 08:50:34 | -7,200 | c9f98e87c78c25cbfae7d1f2668c25d73f7b8a5e | fix(sandbox): viewport ruler implementation | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\nimport styled, { css } from \"styled-components\";\n-import { DEFAULT_ACTIVE, MIDDLE_CELL_IDX, MIN_WIDTH, CELL_HEIGHT } from \"./consts\";\n-import { rangeAppend, rangeDelete, updateViewportName, isAllActive } from \"./helpers\";\n-\n-/* esli... | JavaScript | MIT License | kiwicom/orbit | fix(sandbox): viewport ruler implementation | 1 | fix | sandbox |
866,394 | 13.07.2021 09:39:28 | 14,400 | cb9cb00310bd01ed4c326cd7adce921341b10371 | chore(yarn): update offline mirror
### Related Ticket(s)
No related issue
### Description
Canary and nightlies are not kicking off since the offline mirror is out of sync.
### Changelog
**Changed**
yarn offline mirror | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/kind-of-2.0.1.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/kind-of-2.0.1.tgz",
"old_path": ".yarn/offline-mirror/kind-of-2.0.1.tgz"
},
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offlin... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(yarn): update offline mirror (#6626)
### Related Ticket(s)
No related issue
### Description
Canary and nightlies are not kicking off since the offline mirror is out of sync.
### Changelog
**Changed**
- yarn offline mirror | 1 | chore | yarn |
791,282 | 13.07.2021 09:40:24 | 25,200 | a7491a533e4ad75eb6d5f89718d4dafb0c5b4167 | fix(compute): properly generate PUT requests
Changes regenerated locally with generator v0.21.8.
This is the fix for | [
{
"change_type": "MODIFY",
"diff": "@@ -505,21 +505,15 @@ func (c *autoscalersRESTClient) Update(ctx context.Context, req *computepb.Updat\n}\nbaseUrl, _ := url.Parse(c.endpoint)\n- baseUrl.Path += fmt.Sprintf(\"\")\n+ baseUrl.Path += fmt.Sprintf(\"/compute/v1/projects/%v/zones/%v/autoscalers\", req.GetProj... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(compute): properly generate PUT requests (#4426)
Changes regenerated locally with generator v0.21.8.
This is the fix for https://github.com/googleapis/google-cloud-go/issues/4380#issuecomment-879218739. | 1 | fix | compute |
342,861 | 13.07.2021 09:40:48 | -7,200 | 8f752d21a0799b2e74225a1bd1f2c628d6604c21 | chore(docs): remove gatsby clean on build | [
{
"change_type": "MODIFY",
"diff": "@@ -77,13 +77,13 @@ exports.createPages = async ({ graphql, actions, reporter }) => {\ncreatePage({\npath: `examples/${example_id.toLowerCase()}`,\n- component: `${process.cwd()}/src/templates/sandbox/index.tsx`,\n+ component: `${process.cwd()}/src/templates/Sandbox/index... | JavaScript | MIT License | kiwicom/orbit | chore(docs): remove gatsby clean on build | 1 | chore | docs |
791,282 | 13.07.2021 10:06:11 | 25,200 | 209c465d38acb3e9a2552b509f80c1829a7c1ba7 | chore(internal): update microgen to v0.21.8
Carries a fix to properly handle `PUT` RPCs in the generator. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \\\ngo install golang.org/x/lint/golint@latest && \\\ngo install golang.org/x/tools/cmd/goimports@latest && \\\ngo install honnef.co/go/tools/cmd/staticcheck@latest && \\\n- go install git... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal): update microgen to v0.21.8 (#4425)
Carries a fix to properly handle `PUT` RPCs in the generator. | 1 | chore | internal |
902,122 | 13.07.2021 10:51:22 | -7,200 | 8754da4ac64f2a5566f02006f08276f51487baec | chore(release): v9.1.2 | [
{
"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.2](https://github.com/microlinkhq/browserless/compare/v9.1.1...v9.1.2) (2021-07-13)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.2 | 1 | chore | release |
306,641 | 13.07.2021 10:51:25 | -19,080 | e74cd5021992dcd21cfcb5179172bb4a4d0864b4 | fix(Grid): fixes GridBody isLastPage value | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export const GridBody = (props: GridBodyProps) => {\n};\nconst totalPages = Math.ceil(totalRecords / pageSize);\n- const isLastPage = withPagination && page === totalPages - 1;\n+ const isLastPage = withPagination && page === totalPages;\nconst dataLengt... | TypeScript | MIT License | innovaccer/design-system | fix(Grid): fixes GridBody isLastPage value | 1 | fix | Grid |
777,389 | 13.07.2021 11:00:44 | 25,200 | 06628d28a176c1e4afc5aa0f51ddfc6b8098f1be | chore: fix a missing loading indicator for task list | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ const TaskList: React.FC = () => {\nconst storage = useStorage(STORAGE_PATH);\nconst initFilters = storage.getWithDefault(STORAGE_FILTERS_KEY, { ...defaultFilters });\nconst [ canceler ] = useState(new AbortController());\n- const [ tasks, setTasks ] = u... | Python | Apache License 2.0 | determined-ai/determined | chore: fix a missing loading indicator for task list (#2720) | 1 | chore | null |
889,620 | 13.07.2021 11:02:48 | -28,800 | d2309a5e79fc2c4ba6c4df7309515f858011343a | refactor: add todo for jsoup update | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ dependencies {\nimplementation(\"com.github.junrar:junrar:7.4.0\")\nimplementation(\"org.apache.pdfbox:pdfbox:2.0.23\")\nimplementation(\"net.grey-panther:natural-comparator:1.1\")\n- implementation(\"org.jsoup:jsoup:1.13.1\")\n+ implementation(\"org.jso... | Kotlin | MIT License | gotson/komga | refactor: add todo for jsoup update | 1 | refactor | null |
815,593 | 13.07.2021 11:16:09 | -32,400 | deedc21f03c0e0737e0dc754df8a95ce351b7d91 | chore: detail NotWellKnownScript error | [
{
"change_type": "MODIFY",
"diff": "@@ -449,7 +449,8 @@ enum DefaultOutputsValidatorError {\nCodeHash,\nArgsLen,\nArgsSince,\n- NotWellKnown,\n+ NotWellKnownLockScript,\n+ NotWellKnownTypeScript,\n}\nimpl<'a> WellKnownScriptsOnlyValidator<'a> {\n@@ -556,7 +557,7 @@ impl<'a> WellKnownScriptsOnlyValidator<'a>... | Rust | MIT License | nervosnetwork/ckb | chore: detail NotWellKnownScript error | 1 | chore | null |
306,309 | 13.07.2021 11:23:45 | -3,600 | 63bdaeed00143daf949e84477fe5e27092a482bd | fix(ci): default the GH API URL
Otherwise Azure DevOps users need to set it manually | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ process_args () {\nfi\npercentage_threshold=${percentage_threshold:-0}\nINFRACOST_BINARY=${INFRACOST_BINARY:-infracost}\n+ GITHUB_API_URL=${GITHUB_API_URL:-https://api.github.com}\n# Export as it's used by infracost, not this script\nexport INFRACOST_LOG... | Go | Apache License 2.0 | infracost/infracost | fix(ci): default the GH API URL (#865)
Otherwise Azure DevOps users need to set it manually | 1 | fix | ci |
67,479 | 13.07.2021 11:28:13 | -36,000 | e2ce36c696e881653493df52124f368a6e059d74 | refactor(au-slot): make host exposure a normal, explicit prop | [
{
"change_type": "MODIFY",
"diff": "@@ -373,7 +373,7 @@ describe('au-slot', function () {\n<h4>Last Name</h4>\n</au-slot>\n<template repeat.for=\"person of people\">\n- <au-slot name=\"content\">\n+ <au-slot name=\"content\" expose.bind=\"{ person, $index, $even, $odd }\">\n<div>\\${person.firstName}</div>\... | TypeScript | MIT License | aurelia/aurelia | refactor(au-slot): make host exposure a normal, explicit prop | 1 | refactor | au-slot |
777,389 | 13.07.2021 11:28:26 | 25,200 | fa90df6d2f80ac65fc3e757b6a72caa407a9c408 | feat: enable sorting trials by state | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- Enable sorting trials by their state.\n",
"new_path": "docs/release-notes/2722-trial-sort-by-state.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,10 @@ export const columns: ColumnType<Tri... | Python | Apache License 2.0 | determined-ai/determined | feat: enable sorting trials by state [#2673] (#2722) | 1 | feat | null |
185,944 | 13.07.2021 11:38:17 | 18,000 | 51b9a95f76f36d225a63ec4e2441acd61e6ee36a | fix: Cannot read property 'set' of undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -80,9 +80,9 @@ export class EditorMosaic {\n}\n/** Reset the layout to the initial layout we had when set() was called */\n- @action public resetLayout() {\n+ @action resetLayout = () => {\nthis.set(this.values());\n- }\n+ };\n/// set / add / get the files in the model... | TypeScript | MIT License | electron/fiddle | fix: Cannot read property 'set' of undefined (#772) | 1 | fix | null |
277,007 | 13.07.2021 11:44:16 | 10,800 | 1df01d08e12cdacfec13af401b2c30340bb7a7c4 | feat(snackbar): add snackbar component structure | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Snackbar'\n+metaTitle: 'Snackbar'\n+metaDescription: 'Snackbar Component'\n+---\n+\n+\n+import SnackbarWeb from './snackbar-web.mdx';\n+import SnackbarNative from './snackbar-native.mdx';\n+\n+\n+# Snackbar\n+\n+\n+<TabbedView>\n+ <Tab title=\"Web\">\n+ <Snack... | JavaScript | MIT License | gympass/yoga | feat(snackbar): add snackbar component structure | 1 | feat | snackbar |
777,389 | 13.07.2021 11:45:55 | 25,200 | 4ea7a1cb2a83172c9db72d616d0a11d1a8160851 | feat: add descriptive messages to various loading spinners | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,8 @@ const CreateExperimentModal: React.FC<Props> = ({\ntitle={props.title}\nvisible={props.visible}\nonCancel={handleCancel}>\n- <React.Suspense fallback={<div className={css.loading}><Spinner /></div>}>\n+ <React.Suspense\n+ fallback={<div className={css.... | Python | Apache License 2.0 | determined-ai/determined | feat: add descriptive messages to various loading spinners [#2719] (#2718) | 1 | feat | null |
217,922 | 13.07.2021 12:13:44 | -7,200 | fc411dfa72ad75d793b453b664467e61987b81b5 | fix(list): fixed possible rollbacks when autofilling a list | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ export class UpdateList implements Action {\nexport class UpdateListProgress implements Action {\nreadonly type = ListsActionTypes.UpdateListProgress;\n- constructor(public readonly payload: List) {\n+ constructor(public readonly payload: List, public ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed possible rollbacks when autofilling a list | 1 | fix | list |
306,385 | 13.07.2021 12:17:49 | -7,200 | 5fd9f1cd8e71e69d99b2776b9e6c48e8cf2b1475 | fix(input-amount): round up decimals in parseAmount based on currency | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/input-amount': patch\n+---\n+\n+rounds up parseAmount to correct amount of decimals based on currency\n",
"new_path": ".changeset/curly-bees-drum.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "export { LionInputAmount } from '.... | JavaScript | MIT License | ing-bank/lion | fix(input-amount): round up decimals in parseAmount based on currency | 1 | fix | input-amount |
791,690 | 13.07.2021 12:51:15 | 18,000 | 2bd13d634ac29c3b9ab7a30b818fe6397d496030 | tests: don't double count server network requests on retry | [
{
"change_type": "MODIFY",
"diff": "@@ -209,6 +209,9 @@ async function runSmokeTest(testOptions) {\nnetworkRequests: takeNetworkRequestUrls ? takeNetworkRequestUrls() : undefined,\n};\n} catch (e) {\n+ // Clear the network requests so that when we retry, we don't see duplicates.\n+ if (takeNetworkRequestUrl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: don't double count server network requests on retry (#12779) | 1 | tests | null |
126,295 | 13.07.2021 13:00:45 | -7,200 | c56a53912b15b5be62952644c0cc74a191bdc8d5 | chore(pkg/pgsql/server): increase code coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -23,3 +23,9 @@ func I32(i int) []byte {\nbinary.BigEndian.PutUint32(ib, uint32(i))\nreturn ib\n}\n+\n+func Msg(t byte, payload []byte) []byte {\n+ ml := make([]byte, 4)\n+ binary.BigEndian.PutUint32(ml, uint32(len(payload)+4))\n+ return bytes.Join([][]byte{{t}, ml, pay... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): increase code coverage
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
104,828 | 13.07.2021 13:07:03 | -7,200 | 5013310ca9008b85549292bbcf5bc2282f6dfd8c | test(tablebodyrow): improved unit test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ module.exports = {\nlines: 80,\n},\n'./src/components/ComposedModal/ComposedModal.jsx': all90Covered,\n+ './src/components/Table/TableBody/TableBodyRow/TableBodyRow.jsx': all90Covered,\n'./src/components/**/!(TimeSeriesCard|BarChartCard|DashboardEditor).... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(tablebodyrow): improved unit test coverage | 1 | test | tablebodyrow |
127,946 | 13.07.2021 13:29:45 | -10,800 | 75e29d371740151946761dc3ffc471b4b7c708d6 | feat: Add a Sao Paulo logo to the system | [
{
"change_type": "ADD",
"diff": "+<svg fill=\"none\" width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><clipPath id=\"a\"><path d=\"m0 0h22v22h-22z\"/></clipPath><g clip-path=\"url(#a)\" clip-rule=\"evenodd\" fill-rule=\"evenod... | TypeScript | MIT License | coingaming/moon-design | feat: Add a Sao Paulo logo to the system B1M2-2626 (#1251) | 1 | feat | null |
902,122 | 13.07.2021 13:55:29 | -7,200 | 517eb7e592f86f777cc3c8ad519ddddb86b5af4a | chore: increment browser instance to start | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ const spawn = ({\n...launchOpts\n} = {}) => {\nconst args = launchOpts.args ? undefined : defaultArgs\n- return puppeteer[mode]({ ignoreHTTPSErrors: true, timeout: 5000, args, ...launchOpts })\n+ return puppeteer[mode]({ ignoreHTTPSErrors: true, timeout:... | JavaScript | MIT License | microlinkhq/browserless | chore: increment browser instance to start | 1 | chore | null |
902,122 | 13.07.2021 13:55:56 | -7,200 | 94d80198f81762ac481c98d233aee1fdae88e301 | chore(release): v9.1.3 | [
{
"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.3](https://github.com/microlinkhq/browserless/compare/v9.1.2...v9.1.3) (2021-07-13)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.3 | 1 | chore | release |
791,704 | 13.07.2021 13:59:11 | 18,000 | 8c17786aa327256d0b8013ef728283f9f11e98b0 | tests(devtools): fix after renaming standalone-template.html | [
{
"change_type": "MODIFY",
"diff": "@@ -38,8 +38,8 @@ writeFile('report-generator.d.ts', 'export {}');\nconst pathToReportAssets = require.resolve('../clients/devtools-report-assets.js');\nbrowserify(generatorFilename, {standalone: 'Lighthouse.ReportGenerator'})\n- // Shims './html/html-report-assets.js' to... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(devtools): fix after renaming standalone-template.html (#12765) | 1 | tests | devtools |
915,040 | 13.07.2021 14:03:44 | -7,200 | f85f5bec2cc6e286607b5094b31dbe1ea26d1349 | chore: bump ory/x and cleanup go.mod
Closes by pulling in upstream fix | [
{
"change_type": "MODIFY",
"diff": "@@ -10,11 +10,10 @@ replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.1+in\nreplace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2\n+replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1\n+\nrequire (\n- git... | Go | Apache License 2.0 | ory/hydra | chore: bump ory/x and cleanup go.mod
Closes #2609 by pulling in upstream fix https://github.com/ory/x/pull/373 | 1 | chore | null |
915,035 | 13.07.2021 14:10:30 | -7,200 | db73b441916ea11713b5ebde9aafb60f7a9e426d | fix: no more windows workaround
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -63,8 +63,6 @@ builds:\nflags:\n- -tags\n- sqlite\n- # Remove once https://github.com/golang/go/issues/40795 is closed\n- - -buildmode=exe\nldflags:\n- -s -w -X github.com/ory/hydra/driver/config.Version={{.Tag}} -X github.com/ory/hydra/driver/config.Commit={{.FullComm... | Go | Apache License 2.0 | ory/hydra | fix: no more windows workaround (#2632)
Closes #2160 | 1 | fix | null |
777,353 | 13.07.2021 14:12:07 | 18,000 | 40a245134364f366a37ab7370e0a7336ac5a2236 | feat: add synchronized query paramaters to several pages | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ import { Renderer } from 'components/Table';\nimport handleError, { ErrorType } from 'ErrorHandler';\nimport usePolling from 'hooks/usePolling';\nimport useStorage from 'hooks/useStorage';\n+import { parseUrl } from 'routes/utils';\nimport { paths } from... | Python | Apache License 2.0 | determined-ai/determined | feat: add synchronized query paramaters to several pages [DET-5301] (#2711) | 1 | feat | null |
503,965 | 13.07.2021 14:14:19 | 14,400 | daf182af298e57018f06ce887001a0b1acc43167 | feat(code-editor): add showEditor prop | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,8 @@ export interface CodeEditorProps extends Omit<React.HTMLProps<HTMLDivElement>, '\nonEditorDidMount?: (editor: any, monaco: any) => void;\n/** Flag to add the minimap to the code editor */\nisMinimapVisible?: boolean;\n+ /** Flag to show the editor */\n+ ... | TypeScript | MIT License | patternfly/patternfly-react | feat(code-editor): add showEditor prop (#6022) | 1 | feat | code-editor |
688,448 | 13.07.2021 14:17:10 | -10,800 | 8c6e160ebc15b308199486b46ec5762b8665b021 | chore(Autocomplete): implement a disabled state of autocomplete | [
{
"change_type": "MODIFY",
"diff": "@@ -167,6 +167,18 @@ describe('Autocomplete', () => {\ncy.get('body').happoScreenshot()\n})\n+\n+ it('renders disabled autocomplete', () => {\n+ mount(\n+ <TestingPicasso>\n+ <TestAutocomplete disabled />\n+ <TestAutocomplete value='Croatia' disabled />\n+ </TestingPicass... | TypeScript | MIT License | toptal/picasso | chore(Autocomplete): implement a disabled state of autocomplete (#2117) | 1 | chore | Autocomplete |
791,370 | 13.07.2021 14:37:23 | 21,600 | 2c0d2673ccab7281b6432215ee8279f9efd04a15 | chore(all): fix release version
This got messed up due to a bug in release please and pubsublite
editing their release version.
Release-As: 0.87.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ To install the packages on your system, *do not clone the repo*. Instead:\n1. Change to your project directory:\n- ```\n+ ```bash\ncd /my/cloud/project\n```\n1. Get the package you want to use. Some products have their own module, so it's\n",
"new_pa... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(all): fix release version (#4427)
This got messed up due to a bug in release please and pubsublite
editing their release version.
Release-As: 0.87.0 | 1 | chore | all |
304,866 | 13.07.2021 14:45:10 | 25,200 | b0628cf8d0120ee1b7c78878f3c166b80c32df11 | feat: add command line flag to skip tests to "flux test" | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,7 @@ import (\ntype testFlags struct {\ntestNames []string\npaths []string\n+ skipTestCases []string\nverbosity int\n}\n@@ -50,6 +51,7 @@ func TestCommand(setup TestSetupFunc) *cobra.Command {\n}\ntestCommand.Flags().StringSliceVarP(&flags.paths, \"path\", \"... | Go | MIT License | influxdata/flux | feat: add command line flag to skip tests to "flux test" (#3876) | 1 | feat | null |
342,869 | 13.07.2021 15:05:59 | -7,200 | 935cea859d222a3c740323ddf8914799b62b3994 | docs: replace Spectrum chat for Figma community link | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/src/images/figma-logo.svg differ\n",
"new_path": "docs/src/images/figma-logo.svg",
"old_path": "docs/src/images/figma-logo.svg"
}
] | JavaScript | MIT License | kiwicom/orbit | docs: replace Spectrum chat for Figma community link (#3023) | 1 | docs | null |
503,965 | 13.07.2021 15:09:15 | 14,400 | dad127a037bc8c921a6921a01ed702eb72cfdbd9 | fix(codeeditor): show toolbar if there are custom controls | [
{
"change_type": "MODIFY",
"diff": "@@ -361,7 +361,7 @@ export class CodeEditor extends React.Component<CodeEditorProps, CodeEditorState\nconst editorHeader = (\n<div className={css(styles.codeEditorHeader)}>\n- {(isCopyEnabled || isDownloadEnabled || isUploadEnabled) && (\n+ {(isCopyEnabled || isDownloadEn... | TypeScript | MIT License | patternfly/patternfly-react | fix(codeeditor): show toolbar if there are custom controls (#6025) | 1 | fix | codeeditor |
342,869 | 13.07.2021 15:34:19 | -7,200 | 055eebec39e41463bb6957e780c957f81f54d22f | fix(docs): fix iframe width and add button states frame | [
{
"change_type": "MODIFY",
"diff": "@@ -160,11 +160,14 @@ add a proper label to communicate the purpose.\nAll of our buttons use a consistently defined set of states.\n-<ImageContainer size=\"medium\">\n-\n-: fix iframe width and add button states frame (#3025) | 1 | fix | docs |
127,945 | 13.07.2021 15:36:54 | -10,800 | 14be82f0a590b2589548071000018193da4dac0d | feat: add icons stop, start | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import styled from 'styled-components';\n+import { ColorProps } from '@heathmont/moon-themes';\n+import { themed } from '@heathmont/moon-utils';\n+\n+const Svg = (props: React.SVGProps<SVGSVGElement>) => (\n+ <svg\n+ width=\"1em\"\n+ height=\"1e... | TypeScript | MIT License | coingaming/moon-design | feat: B1M2-2632 add icons stop, start (#1253) | 1 | feat | null |
942,581 | 13.07.2021 15:50:02 | 21,600 | 6c69923d65811c1c52bd6e4a344170fae8e3594d | fix: ChangeFocus takes any input and Dialog/Modal accepts model config
Update `changeFocus` to take any input and explicitly test for `HTMLElement`
Update `Dialog` and `Modal` types to take optional model config. | [
{
"change_type": "MODIFY",
"diff": "* Programmatically change focus in a way that causes a focus ring around the new element.\n* @param element Element that should be focused\n*/\n-export const changeFocus = (element: HTMLElement | null) => {\n+export const changeFocus = (element: unknown) => {\n// Normally... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: ChangeFocus takes any input and Dialog/Modal accepts model config (#1154)
- Update `changeFocus` to take any input and explicitly test for `HTMLElement`
- Update `Dialog` and `Modal` types to take optional model config. | 1 | fix | null |
342,869 | 13.07.2021 15:55:53 | -7,200 | 95efa21327cbb45d7bdb5a53040d0b99624bfcb6 | docs: fix overview inner spacing | [
{
"change_type": "MODIFY",
"diff": "@@ -209,7 +209,7 @@ export default function Tile({\n<TileTitle>{title}</TileTitle>\n<div\ncss={css`\n- margin: 0.5rem 0 ${href ? \"1.5rem\" : \"0\"};\n+ margin: 0.5rem 0 ${href && linkContent ? \"1.5rem\" : \"0\"};\n`}\n>\n{/* wrap plain strings in a p tag and otherwise r... | JavaScript | MIT License | kiwicom/orbit | docs: fix overview inner spacing (#3022) | 1 | docs | null |
699,207 | 13.07.2021 16:11:05 | 25,200 | 8d038469f7e4c4b19ad5c1f21619cdfb0bc5ea45 | docs(help-text): add helptext docs page
Add Help Text docs page to website | [
{
"change_type": "MODIFY",
"diff": "const IGNORE_LIST = [\n// Left these in there because they're being called from the sidebar nav.\n// That will need to be refactored to pull from AirTable instead of packages.\n- 'components/help-text',\n'components/label',\n'primitives/sibling-box',\n'components/time-pic... | TypeScript | MIT License | twilio-labs/paste | docs(help-text): add helptext docs page (#1632)
Add Help Text docs page to website
Co-authored-by: Nora Krantz <nkrantz@twilio.com> | 1 | docs | help-text |
401,135 | 13.07.2021 16:55:11 | 14,400 | 7e69e90ac6fafd7e5641ae531c18987dfdb7c9cf | feat(forms): add a read-only state to form component in order to support 'editable ContentCard' comp
affects:
Add a read-only state to form component in order to support 'editable ContentCard' component | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,10 @@ export const Fields: React.FC<Props> = React.memo(props => {\n<>\n{Object.keys(fields).map(key => {\n// @ts-ignore\n- const { gridColumn, gridRow, ...componentProps } = fields[key],\n+ const { gridColumn, gridRow, borderTop, borderRight, borderBottom, b... | TypeScript | MIT License | medly/medly-components | feat(forms): add a read-only state to form component in order to support 'editable ContentCard' comp
affects: @medly-components/forms
Add a read-only state to form component in order to support 'editable ContentCard' component | 1 | feat | forms |
401,135 | 13.07.2021 16:55:49 | 14,400 | 6e2bd3c8ed4fe0f64161c76aef891f8130457127 | feat(core): pass-down read-only state from form to core components to hide various form elements
affects:
Pass-down read-only state from form to core components to hide various form elements | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ export const DatePicker: React.FC<DatePickerProps> & WithStyle = React.memo(\nminWidth,\nrequired,\ndisabled,\n+ readOnly,\nerrorText,\nclassName,\nvalidator,\n@@ -121,6 +122,8 @@ export const DatePicker: React.FC<DatePickerProps> & WithStyle = React.mem... | TypeScript | MIT License | medly/medly-components | feat(core): pass-down read-only state from form to core components to hide various form elements
affects: @medly-components/core
Pass-down read-only state from form to core components to hide various form elements | 1 | feat | core |
401,135 | 13.07.2021 17:07:54 | 14,400 | 8727b7612b14f5728f68e0bc6926613e68ca6f7c | refactor(core): remove console log
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -122,8 +122,6 @@ export const DatePicker: React.FC<DatePickerProps> & WithStyle = React.memo(\n</DateIconWrapper>\n);\n- console.log(readOnly);\n-\nreturn (\n<Wrapper\nid={`${id}-datepicker-wrapper`}\n",
"new_path": "packages/core/src/components/DatePicker/DatePick... | TypeScript | MIT License | medly/medly-components | refactor(core): remove console log
affects: @medly-components/core | 1 | refactor | core |
129,363 | 13.07.2021 17:18:00 | -7,200 | 99648b5c39a08703eb9ca10b3484e3741a77fd43 | docs(README): fix URL in README.md
fix link to Customization | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,7 @@ See [Third-Party Commitizen Templates](third-party-commitizen.md).\n### Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?\n`revert` and `chore` are added to the \"pattern\" in `cz chec... | Python | MIT License | commitizen-tools/commitizen | docs(README): fix URL in README.md
fix link to Customization | 1 | docs | README |
915,035 | 13.07.2021 17:18:54 | -7,200 | 4f8d0bce6b9edfd247ed410875fdca7e969acb47 | ci: add codecov reporting | [
{
"change_type": "MODIFY",
"diff": "@@ -66,10 +66,11 @@ jobs:\n- golangci/install\n- golangci/lint\n- run: make .bin/go-acc\n- - run: .bin/go-acc -o coverage.txt ./... -- -failfast -timeout=20m -tags sqlite\n+ - run: .bin/go-acc -o coverage.out ./... -- -failfast -timeout=20m -tags sqlite\n# Running race co... | Go | Apache License 2.0 | ory/hydra | ci: add codecov reporting | 1 | ci | null |
104,844 | 13.07.2021 17:25:29 | 14,400 | 3837d00acb925aa26144db2d38f4af7c25cae7d6 | chore(repo): change script to run on pre commit | [
{
"change_type": "MODIFY",
"diff": "\"test:engines\": \"check-node-version --node $(cat ../../.nvmrc) --yarn 1.x\",\n\"test:ci\": \"yarn test --ci --logHeapUsage --coverage\",\n\"test:e2e:update\": \"cypress-image-diff -u\",\n- \"test:e2e\": \"cross-env BABEL_ENV='e2e' NODE_ENV='e2e' cypress open-ct --brows... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): change script to run on pre commit | 1 | chore | repo |
791,704 | 13.07.2021 17:25:51 | 18,000 | 22c40923ce2d9841fde8b1d726c7b68707e33a90 | misc: run build-report for vercel deployment and lhci | [
{
"change_type": "MODIFY",
"diff": "\"fast\": \"yarn start --preset=desktop --throttlingMethod=provided\",\n\"deploy-treemap\": \"yarn build-treemap --deploy\",\n\"deploy-viewer\": \"yarn build-viewer --deploy\",\n- \"now-build\": \"node lighthouse-core/scripts/build-report-for-autodeployment.js && yarn bui... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: run build-report for vercel deployment and lhci (#12782) | 1 | misc | null |
141,508 | 13.07.2021 17:45:32 | -36,000 | a81c54193e563e68bcc8e5d055a8c89fd618b43e | fix: Make buttons full width at small viewport | [
{
"change_type": "MODIFY",
"diff": "\"@kaizen/draft-button\": \"^3.3.16\",\n\"@kaizen/draft-illustration\": \"^2.1.4\",\n\"@kaizen/hosted-assets\": \"^1.2.0\",\n+ \"@kaizen/responsive\": \"^1.1.0\",\n\"@types/classnames\": \"^2.3.1\",\n\"classnames\": \"^2.3.1\"\n},\n",
"new_path": "packages/brand-momen... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Make buttons full width at small viewport (#1752) | 1 | fix | null |
127,945 | 13.07.2021 17:55:10 | -10,800 | f0418592526d7361d75c45575703c23ebf48bab9 | fix: fix missing imports for stop, start icons | [
{
"change_type": "ADD",
"diff": "+<svg width=\"17\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M0.125 20.13V1.9479C0.125 0.659612 1.56984 -0.100421 2.63144 0.62943L16.1623 9.9319C17.0992 10.576 17.0842 11.9643 16.1337 12.588L2.60285 21.4677C1.53884 22... | TypeScript | MIT License | coingaming/moon-design | fix: B1M2-2632 fix missing imports for stop, start icons (#1255) | 1 | fix | null |
472,082 | 13.07.2021 18:12:24 | -32,400 | 8fd124cb31e986206ad38c1f895da7c91010594f | fix(spindle-ui): fix to use `prefers-reduced-motion` in `<TextField />` | [
{
"change_type": "MODIFY",
"diff": "width: 100%;\n}\n+@media (prefers-reduced-motion: reduce) {\n+ .spui-TextField {\n+ transition: box-shadow 0.1ms;\n+ }\n+}\n+\n.spui-TextField::placeholder {\ncolor: var(--color-text-disabled);\n}\n",
"new_path": "packages/spindle-ui/src/Form/TextField.css",
"old_... | TypeScript | MIT License | openameba/spindle | fix(spindle-ui): fix to use `prefers-reduced-motion` in `<TextField />` | 1 | fix | spindle-ui |
472,082 | 13.07.2021 18:12:33 | -32,400 | 7f16b26af02e9a7137d3995256f695a04eac7a41 | fix(spindle-ui): fix to use `prefers-reduced-motion` in `<TextArea />` | [
{
"change_type": "MODIFY",
"diff": "width: 100%;\n}\n+@media (prefers-reduced-motion: reduce) {\n+ .spui-TextArea {\n+ transition: box-shadow 0.1ms;\n+ }\n+}\n+\n.spui-TextArea::placeholder {\ncolor: var(--color-text-disabled);\n}\n",
"new_path": "packages/spindle-ui/src/Form/TextArea.css",
"old_pat... | TypeScript | MIT License | openameba/spindle | fix(spindle-ui): fix to use `prefers-reduced-motion` in `<TextArea />` | 1 | fix | spindle-ui |
104,844 | 13.07.2021 18:20:56 | 14,400 | f01f2adfd4f3a9e17699db4a4238906242843e59 | chore(repo): remove visual snapshots on pre-commit run | [
{
"change_type": "MODIFY",
"diff": "\"test:engines\": \"check-node-version --node $(cat ../../.nvmrc) --yarn 1.x\",\n\"test:ci\": \"yarn test --ci --logHeapUsage --coverage\",\n\"test:e2e:update\": \"cypress-image-diff -u\",\n- \"test:e2e\": \"cross-env BABEL_ENV='e2e' NODE_ENV='e2e' cypress run-ct --browse... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): remove visual snapshots on pre-commit run | 1 | chore | repo |
551,710 | 13.07.2021 18:34:50 | -19,080 | 8eab02221a966bc99585b6eeec16e155c26fbadb | style(core): log server info on startup | [
{
"change_type": "MODIFY",
"diff": "@@ -115,6 +115,11 @@ public class ServerMain {\n}\nreadServerConfiguration(rootDirectory, properties, log, buildInformation);\n+ log.info().$(\"Server config : \").$(configurationFile.getAbsoluteFile()).$();\n+ log.info().$(\"Config changes applied:\").$();\n+ log.info().... | Java | Apache License 2.0 | questdb/questdb | style(core): log server info on startup (#838) (#1195) | 1 | style | core |
791,378 | 13.07.2021 19:13:38 | 25,200 | 4592a3a3f96dc6a1e09343fd776a90fc82b2d2d1 | docs(compute): add compute to the list of supported APIs (as alpha) | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ make backwards-incompatible changes.\n| [Bigtable][cloud-bigtable] | stable | [`cloud.google.com/go/bigtable`](https://pkg.go.dev/cloud.google.com/go/bigtable) |\n| [Cloudbuild][cloud-build] | stable | [`cloud.google.com/go/cloudbuild/apiv1`](https://pkg... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(compute): add compute to the list of supported APIs (as alpha) (#4429) | 1 | docs | compute |
317,646 | 13.07.2021 20:15:53 | -7,200 | 1f4d05415c5f8a4b350007db6b3eb33948bcb958 | feat(path): letter full path
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,7 @@ Style sets the way the path is displayed. Based on previous experience and popul\n- full\n- folder\n- mixed\n+- letter\n### Agnoster\n@@ -95,3 +96,7 @@ Display the name of the current folder.\nWorks like `Agnoster Full`, but for any middle folder short e... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(path): letter full path
resolves #851 | 1 | feat | path |
217,922 | 13.07.2021 20:51:27 | -7,200 | 1e1024e23e5174a6892d9505ca5f7e507e2644f2 | fix(list): fixed autofill sometimes stopping its action entirely | [
{
"change_type": "MODIFY",
"diff": "@@ -295,9 +295,13 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\n// Update the diff so the values are applied to the server list instead\nconst transactionDiff = diff.map(change => {\nif (change.op === 'replace' && typeof change.value... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed autofill sometimes stopping its action entirely | 1 | fix | list |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.