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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
730,496 | 21.07.2021 00:38:57 | -3,600 | 50d23632646e394d8dbb8bfcf93613598b7365f7 | fix(meetings): stop flooding logs with errors while screen sharing | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,8 @@ export default class NetworkQualityMonitor extends EventsScope {\nthis.networkQualityStatus = {\n[this.frequencyTypes.UPLINK]: {\n[STATS.VIDEO_CORRELATE]: {},\n- [STATS.AUDIO_CORRELATE]: {}\n+ [STATS.AUDIO_CORRELATE]: {},\n+ [STATS.SHARE_CORRELATE]: {}\n... | JavaScript | MIT License | webex/webex-js-sdk | fix(meetings): stop flooding logs with errors while screen sharing | 1 | fix | meetings |
777,345 | 21.07.2021 07:09:46 | 25,200 | d411174fc11b515201e1ed3858b49f94c77a6c25 | feat: add AKS support | [
{
"change_type": "MODIFY",
"diff": "@@ -154,7 +154,9 @@ Checkpoint Storage\n==================\nCheckpoints and TensorBoard events can be configured to be stored in\n-``shared_fs``, `AWS S3 <https://aws.amazon.com/s3/>`__, or `GCS\n+``shared_fs``, `AWS S3 <https://aws.amazon.com/s3/>`__, `Microsoft Azure\n+... | Python | Apache License 2.0 | determined-ai/determined | feat: add AKS support [DET-5464] (#2524) | 1 | feat | null |
306,385 | 21.07.2021 09:18:43 | -7,200 | 09ee55cbee8ac6058b77ccf4474380a648100d5e | fix(select): set formattedValue to text of selected option | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/form-integrations': patch\n+'@lion/select': patch\n+---\n+\n+Set formattedValue to the text of the selected option instead of its value\n",
"new_path": ".changeset/large-mails-roll.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": ... | JavaScript | MIT License | ing-bank/lion | fix(select): set formattedValue to text of selected option | 1 | fix | select |
791,723 | 21.07.2021 09:33:14 | 25,200 | 7d1cb5a8abbf3bdac53a31ba21fa88094ed3d033 | core(dom): introduce safelySetHref | [
{
"change_type": "MODIFY",
"diff": "@@ -646,16 +646,14 @@ function renderViewModeButtons(viewModes) {\nif (!viewMode.enabled) viewModeEl.classList.add('view-mode--disabled');\nviewModeEl.id = `view-mode--${viewMode.id}`;\n- const inputEl = TreemapUtil.createChildOf(viewModeEl, 'input', 'view-mode__button', ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(dom): introduce safelySetHref (#12796) | 1 | core | dom |
730,445 | 21.07.2021 10:15:29 | 25,200 | 26c4c2b0a9bbcfb3c63ab6a213489ca87f6ae554 | feat(meetings): log media device settings on mute events | [
{
"change_type": "MODIFY",
"diff": "@@ -2507,6 +2507,7 @@ export default class Meeting extends StatelessWebexPlugin {\n// First, stop sending the local audio media\nreturn logRequest(this.audio.handleClientRequest(this, true)\n.then(() => {\n+ MeetingUtil.handleAudioLogging(this.mediaProperties.audioTrack);... | JavaScript | MIT License | webex/webex-js-sdk | feat(meetings): log media device settings on mute events
Co-Authored-By: Lalli <lalli-flores@users.noreply.github.com> | 1 | feat | meetings |
815,601 | 21.07.2021 10:32:30 | -28,800 | 6beaa567b9172ec354bf911d88b1ff10da062525 | fix: touch_last_txs_updated_at | [
{
"change_type": "MODIFY",
"diff": "@@ -676,6 +676,10 @@ fn mock_rpc_response(example: &RpcTestExample, response: &mut RpcTestResponse) {\n\"get_block_template\" => {\nresponse.result[\"current_time\"] = example.response.result[\"current_time\"].clone()\n}\n+ \"tx_pool_info\" => {\n+ response.result[\"last_... | Rust | MIT License | nervosnetwork/ckb | fix: touch_last_txs_updated_at | 1 | fix | null |
67,475 | 21.07.2021 10:58:46 | -36,000 | 94e8285f1021e31414014ab7e2855ce99f430fd8 | fix(routing-scope): get container from controller | [
{
"change_type": "MODIFY",
"diff": "@@ -110,7 +110,7 @@ export class RoutingScope {\ncontainer = origin.$controller!.context;\n} else {\nconst controller = CustomElement.for(origin as Node, { searchParents: true });\n- container = controller?.context;\n+ container = controller?.container;\n}\n}\nif (contain... | TypeScript | MIT License | aurelia/aurelia | fix(routing-scope): get container from controller | 1 | fix | routing-scope |
67,475 | 21.07.2021 10:59:56 | -36,000 | bb8dd73908d4a011cfb2d68af1ca764640ab2d49 | fix(viewport): context is gone, access container directly | [
{
"change_type": "MODIFY",
"diff": "@@ -116,7 +116,7 @@ export class ViewportCustomElement implements ICustomElementViewModel {\npublic hydrated(controller: ICompiledCustomElementController): void | Promise<void> {\nthis.controller = controller as ICustomElementController;\n- this.container = controller.con... | TypeScript | MIT License | aurelia/aurelia | fix(viewport): context is gone, access container directly | 1 | fix | viewport |
889,620 | 21.07.2021 11:01:29 | -28,800 | 1fe55809a1e58c299151433c17889b9d4eb81a81 | feat(api): search series by regex | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ dependencies {\n// While waiting for https://github.com/xerial/sqlite-jdbc/pull/491 and https://github.com/xerial/sqlite-jdbc/pull/494\n// runtimeOnly(\"org.xerial:sqlite-jdbc:3.32.3.2\")\n// jooqGenerator(\"org.xerial:sqlite-jdbc:3.32.3.2\")\n- runtimeO... | Kotlin | MIT License | gotson/komga | feat(api): search series by regex | 1 | feat | api |
889,620 | 21.07.2021 11:06:25 | -28,800 | 199c6190a3c7fa8d0aa91935333aa23fa20ff42e | feat(api): count series by first letter | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import org.gotson.komga.domain.model.SeriesSearchWithReadProgress\nimport org.gotson.komga.infrastructure.web.toFilePath\nimport org.gotson.komga.interfaces.rest.dto.AuthorDto\nimport org.gotson.komga.interfaces.rest.dto.BookMetadataAggregationDto\n+import... | Kotlin | MIT License | gotson/komga | feat(api): count series by first letter | 1 | feat | api |
889,620 | 21.07.2021 11:07:38 | -28,800 | 9fc98ed9c1af77cacdbcdf1f3afbfd664017e648 | build: intelliJ style for TypeScript | [
{
"change_type": "MODIFY",
"diff": "<option name=\"NAME_COUNT_TO_USE_STAR_IMPORT\" value=\"2147483647\" />\n<option name=\"NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS\" value=\"2147483647\" />\n</JetCodeStyleSettings>\n+ <TypeScriptCodeStyleSettings version=\"0\">\n+ <option name=\"USE_SEMICOLON_AFTER_STATEME... | Kotlin | MIT License | gotson/komga | build: intelliJ style for TypeScript | 1 | build | null |
104,819 | 21.07.2021 11:08:47 | 18,000 | cd6a811f6a2dd18d6c009f35f1662f1ff9c39fc9 | feat(datetimepicker): update styles for flyout | [
{
"change_type": "MODIFY",
"diff": "@@ -795,7 +795,7 @@ const DateTimePicker = ({\n})}\n</OrderedList>\n) : (\n- <div>\n+ <>\n{showRelativeOption ? (\n<FormGroup\nlegendText={strings.customRangeLabel}\n@@ -820,7 +820,7 @@ const DateTimePicker = ({\n</FormGroup>\n) : null}\n{showRelativeOption && customRange... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(datetimepicker): update styles for flyout | 1 | feat | datetimepicker |
889,620 | 21.07.2021 11:13:37 | -28,800 | 5d747d2cd3431410eb84554a8afd55086662eb51 | feat(webui): alphabetical navigation for libraries
closes | [
{
"change_type": "ADD",
"diff": "+<template>\n+ <div>\n+ <v-tooltip\n+ v-for=\"symbol in symbols\"\n+ :key=\"symbol\"\n+ :disabled=\"groupCount === undefined\"\n+ top\n+ >\n+ <template v-slot:activator=\"{ on }\">\n+ <v-btn\n+ text\n+ small\n+ icon\n+ @click=\"clicked(symbol)\"\n+ :color=\"selected === symb... | Kotlin | MIT License | gotson/komga | feat(webui): alphabetical navigation for libraries
closes #186 | 1 | feat | webui |
14,244 | 21.07.2021 12:05:29 | -7,200 | 5e02c18fd5e2dd947742e57f7b36ba894e0f7a57 | build: replace node-sass with dart-sass | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-env\": \"7.12.7\",\n\"@babel/preset-react\": \"7.12.10\",\n\"@babel/preset-typescript\": \"7.12.7\",\n+ \"@csstools/postcss-sass\": \"4.0.0\",\n\"@percy/cypress\": \"2.3.4\",\n\"@rollup/plugin-json\": \"4.1.0\",\n\"@rollup/plugin-node-resolve\": \"11.0.0\"... | TypeScript | MIT License | algolia/autocomplete | build: replace node-sass with dart-sass (#633) | 1 | build | null |
815,609 | 21.07.2021 12:12:08 | -28,800 | f19547162528de9804d621c3e0ef88e85de70b49 | feat: better tips for "migrate" subcomamnd | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ pub fn run_app(version: Version) -> Result<(), ExitCode> {\n// Always print backtrace on panic.\n::std::env::set_var(\"RUST_BACKTRACE\", \"full\");\n- let app_matches = cli::get_matches(&version);\n+ let (bin_name, app_matches) = cli::get_bin_name_and_ma... | Rust | MIT License | nervosnetwork/ckb | feat: better tips for "migrate" subcomamnd | 1 | feat | null |
777,396 | 21.07.2021 12:24:12 | 21,600 | 8db5e260dc503b986fe410babe95223e49f71e65 | fix: pull model definitions into containers
This fixes the model definition duplication problem, which would cause
experiments with model definitions greater than roughly 64MB to never
start.
This also fixes the model-def-too-big-for-config-maps problem when
running on kubernetes. | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Fixes**\n+\n+- Fix a bug where experiments with model definitions of exceeding 50%\n+ of the maximum allowable size size would actually cause trials to\n+ never start.\n",
"new_path": "docs/release-notes/2753-model-dup.txt",
"old_path": null
},
{... | Python | Apache License 2.0 | determined-ai/determined | fix: pull model definitions into containers [DET-5788] (#2753)
This fixes the model definition duplication problem, which would cause
experiments with model definitions greater than roughly 64MB to never
start.
This also fixes the model-def-too-big-for-config-maps problem when
running on kubernetes. | 1 | fix | null |
791,436 | 21.07.2021 12:49:08 | -36,000 | b85031544ba7d7d047d47f540aa6481cc71450b2 | test(spanner): update OptimizerStatisticsPackage to latest | [
{
"change_type": "MODIFY",
"diff": "@@ -2254,7 +2254,7 @@ func TestBatchReadOnlyTransaction_QueryOptions(t *testing.T) {\nctx := context.Background()\nqo := QueryOptions{Options: &sppb.ExecuteSqlRequest_QueryOptions{\nOptimizerVersion: \"1\",\n- OptimizerStatisticsPackage: \"auto_20191128_14_47_22UTC\",\n+ ... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): update OptimizerStatisticsPackage to latest (#4464) | 1 | test | spanner |
730,461 | 21.07.2021 12:56:30 | 0 | f3a90a0c2529a6492c9535be3091f5cfcad3d3c4 | feat(internal-plugin-user): update name using PATCH | [
{
"change_type": "MODIFY",
"diff": "@@ -217,6 +217,24 @@ const User = WebexPlugin.extend({\nreturn this.verify(...args);\n},\n+ /**\n+ * Updates a user with webex.\n+ * @param {Object} body\n+ * @private\n+ * @returns {Promise} Resolves with a response from PATCH request\n+ */\n+ _setUser(body) {\n+ return ... | JavaScript | MIT License | webex/webex-js-sdk | feat(internal-plugin-user): update name using PATCH | 1 | feat | internal-plugin-user |
815,601 | 21.07.2021 13:02:36 | -28,800 | 5b5b0b916bd9301a1098413eaeab5a9237c6753c | feat: silent logging | [
{
"change_type": "MODIFY",
"diff": "@@ -47,22 +47,40 @@ pub fn run_app(version: Version) -> Result<(), ExitCode> {\n}\n}\n+ let (cmd, matches) = app_matches.subcommand();\n+ let matches = matches.expect(\"SubcommandRequiredElseHelp\");\n+ let is_silent_logging = is_silent_logging(cmd);\n+\nlet (handle, _sto... | Rust | MIT License | nervosnetwork/ckb | feat: silent logging | 1 | feat | null |
306,444 | 21.07.2021 13:19:33 | -7,200 | 60862650f3de091860859f9636bdbebfd8d914d8 | fix(input-stepper): redispatch btn blurs on stepper | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/input-stepper': patch\n+---\n+\n+Redispatch leave events on input-stepper when leaving the increment/decrement buttons. This will consider entering and leaving the buttons as user interactions and result in the input-stepper \"touched\" property to be set to tr... | JavaScript | MIT License | ing-bank/lion | fix(input-stepper): redispatch btn blurs on stepper | 1 | fix | input-stepper |
503,965 | 21.07.2021 13:32:29 | 14,400 | 762c299315b30af32096addce88b983319a5b834 | feat(button): allow router link component | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export interface ButtonProps extends Omit<React.HTMLProps<HTMLButtonElement>, 'r\n/** Additional classes added to the button */\nclassName?: string;\n/** Sets the base component to render. defaults to button */\n- component?: React.ElementType<any>;\n+ c... | TypeScript | MIT License | patternfly/patternfly-react | feat(button): allow router link component (#6061) | 1 | feat | button |
777,353 | 21.07.2021 13:43:28 | 18,000 | f3d6a82d9d22ad3611b95ce3ecec5203924005ec | chore: fix log type hyperparameters | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const TrialRangeHyperparameters: React.FC<Props> = ({ experiment, trial }: Props\nreturn {\nname: name,\nrange: value.type === HyperparameterType.Log ?\n- [ 10**(value.minval || -5), 10**(value.maxval || 1) ] :\n+ [ (value.base || 10)**(value.minval || -... | Python | Apache License 2.0 | determined-ai/determined | chore: fix log type hyperparameters (#2758) | 1 | chore | null |
104,853 | 21.07.2021 13:49:20 | 14,400 | 292153048aaad63f6ccc5b66c6400d9031b6dfec | fix(table): cell text position | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,8 @@ th:not(:last-of-type) {\n}\n&.#{$prefix}--data-table th {\nposition: inherit;\n- height: 100%;\n+ }\n+ .#{$iot-prefix}--table-head-cell {\n+ vertical-align: bottom;\n}\n}\n",
"new_path": "packages/angular/src/table/head/table-head.scss",
"old_pat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): cell text position | 1 | fix | table |
730,432 | 21.07.2021 13:54:25 | 21,600 | 35f6155a0e9635b679450c6ee0de9d0677b7d694 | fix(loading-screen): update react-image package | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"react-image\": {\n- \"version\": \"2.4.0\",\n- \"resolved\": \"https://registry.npmjs.org/react-image/-/react-image-2.4.0.tgz\",\n- \"integrity\": \"sha512-gYO0JUn4spmqFIac3BXG7vyXLL+PJAOOWw7O88StzEAC+fMSiTIOa5AVaIfBkUqTM3tZc0MO7/26jsRdUKioDg==\",\n- \"requires\"... | JavaScript | MIT License | webex/react-widgets | fix(loading-screen): update react-image package | 1 | fix | loading-screen |
777,389 | 21.07.2021 14:20:33 | 25,200 | 73d5d31e39799b3ffaee7bf5f422c1a3927ff6de | fix: fix wait messaging around undefined trial id | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ const ExperimentMultiTrialTabs: React.FC<Props> = (\nreturn (\n<Tabs defaultActiveKey={tabKey} onChange={handleTabChange}>\n<TabPane key=\"visualization\" tab=\"Visualization\">\n- <React.Suspense fallback={<Spinner tip=\"Loading experiment visualization... | Python | Apache License 2.0 | determined-ai/determined | fix: fix wait messaging around undefined trial id (#2757) | 1 | fix | null |
730,451 | 21.07.2021 14:49:23 | 14,400 | 26f2a9ddbb410c96145a8d25c0dfe4e31d37a73a | feat(plugin-meetings): enable transport=cc support
feat(plugin-meetings): enable transport=cc support | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ export default {\nautoUploadLogs: true,\nenableRtx: true,\nreceiveTranscription: false,\n+ enableExtmap: false,\nexperimental: {\nenableMediaNegotiatedEvent: false,\nenableUnifiedMeetings: false\n",
"new_path": "packages/node_modules/@webex/plugin-me... | JavaScript | MIT License | webex/webex-js-sdk | feat(plugin-meetings): enable transport=cc support
feat(plugin-meetings): enable transport=cc support | 1 | feat | plugin-meetings |
141,534 | 21.07.2021 15:05:28 | -36,000 | c9438e875cb8b1db895c3e8877c8185a2bad0b12 | fix: Select types passing through to consumer | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import * as React from \"react\"\nimport ReactSelect, { components } from \"react-select\"\nimport Async from \"react-select/async\"\nimport { AsyncProps as ReactAsyncSelectProps } from \"react-select/src/Async\"\n-import { Props as ReactSelectProps } from... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Select types passing through to consumer | 1 | fix | null |
71,637 | 21.07.2021 15:18:08 | 25,200 | 56f3275af26b6bfbcbb65241151d8b9d092d1ce2 | docs(appmesh): Suggest improvements for App Mesh readme
Did a quick review of this README and made some generally minor suggestions.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ App Mesh gives you consistent visibility and network traffic controls for every\nApp Mesh supports microservice applications that use service discovery naming for their components. To use App Mesh, you must have an existing application running on AWS Far... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(appmesh): Suggest improvements for App Mesh readme (#15506)
Did a quick review of this README and made some generally minor suggestions.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | appmesh |
780,866 | 21.07.2021 15:27:10 | 10,800 | e84a5264906c3ed3097c0b25abae22dd059059e5 | style(components/picture): minor js standard style fix | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,8 @@ export default {\n}\nconst fixedSrc = typeof src === 'object'\n? src.zoom\n- ? src.zoom.url : defaultImgObj.url\n+ ? src.zoom.url\n+ : defaultImgObj.url\n: src\nreturn fixedSrc ? fixedSrc.replace(/\\.webp$/, '') : this.placeholder\n},\n",
"new_path":... | JavaScript | MIT License | ecomplus/storefront | style(components/picture): minor js standard style fix | 1 | style | components/picture |
104,857 | 21.07.2021 15:28:20 | 10,800 | 23b9ed691e3c5b4d61ad629c15948854611714c2 | fix(bx): use of prefix in TableCard file | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ import {\n} from './tableCardUtils';\nimport ThresholdIcon from './ThresholdIcon';\n-const { iotPrefix } = settings;\n+const { prefix, iotPrefix } = settings;\nconst StyledStatefulTable = styled(({ showHeader, isExpanded, data, ...rest }) => (\n<Stateful... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(bx): use of prefix in TableCard file | 1 | fix | bx |
780,866 | 21.07.2021 15:29:41 | 10,800 | b2ef475f71ea079b90218e0f3f8e8b7c8ca6bbbc | feat(template/product-block): set product picture aspect ractio (when size available)
add .picture class for loading skeleton
fixes
reduces cls on product page | [
{
"change_type": "MODIFY",
"diff": "<!-- Picture(s) gallery will be inserted dynamically within `TheProduct` -->\n<% if (_.state.pictures) { %>\n<% const imgObj = _.ecomUtils.img(_.state, null, 'big') %>\n+ <% const [width, height] = (imgObj.size || '').split('x').map(px => parseInt(px, 10)) %>\n<% if (imgO... | JavaScript | MIT License | ecomplus/storefront | feat(template/product-block): set product picture aspect ractio (when size available)
add .picture class for loading skeleton [#499]
fixes https://github.com/ecomplus/storefront/issues/499
reduces cls on product page | 1 | feat | template/product-block |
780,866 | 21.07.2021 15:38:25 | 10,800 | 6ef368d3064ef44315ba79b3390629422f6b73f1 | chore(template/product-block): fix product picture `height` attribute | [
{
"change_type": "MODIFY",
"diff": "<% } %>\n<% if (height) { %>\nwidth=\"<%= width %>\"\n- heigth=\"<%= height %>\"\n+ height=\"<%= height %>\"\n<% } %>\n>\n</picture>\n",
"new_path": "@ecomplus/storefront-template/template/pages/@/sections/product-block.ejs",
"old_path": "@ecomplus/storefront-temp... | JavaScript | MIT License | ecomplus/storefront | chore(template/product-block): fix product picture `height` attribute | 1 | chore | template/product-block |
126,287 | 21.07.2021 15:39:35 | -7,200 | 4129ba96b736fcba8c884bbdc6381b0062c5f917 | fix: bind psql port to the same IP address as grpc interface | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,12 @@ import (\ntype Option func(s *srv)\n+func Address(addr string) Option {\n+ return func(args *srv) {\n+ args.Address = addr\n+ }\n+}\n+\nfunc Port(port int) Option {\nreturn func(args *srv) {\nargs.Port = port\n",
"new_path": "pkg/pgsql/server/option... | Go | Apache License 2.0 | codenotary/immudb | fix: bind psql port to the same IP address as grpc interface (#867) | 1 | fix | null |
791,370 | 21.07.2021 15:43:46 | 21,600 | 8006ee2957d7e15c7e5e2ea5189d15d074ef35e0 | test: skip tests that are known to be failing
Trying to get our builds back to green. Skipping tests, they should
be unskipped before closing the flaky bot issues.
Updates:
Updates:
Updates:
Updates: | [
{
"change_type": "MODIFY",
"diff": "@@ -1948,6 +1948,7 @@ func TestIntegration_QueryStatistics(t *testing.T) {\n}\nfunc TestIntegration_Load(t *testing.T) {\n+ t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4418\")\nif client == nil {\nt.Skip(\"Integration tests skipped\")\n}\n",
"new_pat... | Go | Apache License 2.0 | googleapis/google-cloud-go | test: skip tests that are known to be failing (#4477)
Trying to get our builds back to green. Skipping tests, they should
be unskipped before closing the flaky bot issues.
Updates: #4325
Updates: #4173
Updates: #4418
Updates: #3626 | 1 | test | null |
866,394 | 21.07.2021 15:47:57 | 14,400 | 171ccd60e100e29690ab2b49a69c799317cf47d4 | test(cdn): adjust e2e test to source cdn locally
### Related Ticket(s)
No related issue
### Description
The codesandbox tests were missing the aspect of testing against locally
built CDN packages.
### Changelog
**Changed**
e2e test build now points CDN pages to a locally built CDN folder | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const { mkdirSync, track } = require('temp');\nprogram\n.option('-C, --skip-clean', 'Skips cleaning build folders')\n.option('-P, --skip-packages', 'Skips the local package setup')\n+ .option('-D, --skip-dist', 'Skips the local dist components build')\n.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(cdn): adjust e2e test to source cdn locally (#6694)
### Related Ticket(s)
No related issue
### Description
The codesandbox tests were missing the aspect of testing against locally
built CDN packages.
### Changelog
**Changed**
- e2e test build now points CDN pages to a locally built CDN folder | 1 | test | cdn |
276,951 | 21.07.2021 15:59:21 | 10,800 | b33ecebab41e28cda4a23874f4299c7560d5a3ec | refactor(theme): change values to example | [
{
"change_type": "MODIFY",
"diff": "@@ -3,22 +3,24 @@ import styled, { withTheme, css } from 'styled-components';\nconst Wrapper = styled.div`\ndisplay: grid;\n- grid-template-columns: repeat(4, 1fr);\n+ grid-template-columns: repeat(5, 1fr);\nmargin: 30px 0;\n+\n+ @media (max-width: 425px) {\n+ grid-templa... | JavaScript | MIT License | gympass/yoga | refactor(theme): change values to example | 1 | refactor | theme |
711,597 | 21.07.2021 15:59:52 | -7,200 | 04dc2ad655114cb84dc6f6320a22c21fd8636f5e | fix(docs): Fix JobQueueService.createQueue example code | [
{
"change_type": "MODIFY",
"diff": "@@ -44,8 +44,8 @@ class ProductVideoService implements OnModuleInit {\nconstructor(private jobQueueService: JobQueueService,\nprivate connection: TransactionalConnection) {}\n- onModuleInit() {\n- this.jobQueue = this.jobQueueService.createQueue({\n+ async onModuleInit() ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(docs): Fix JobQueueService.createQueue example code | 1 | fix | docs |
276,951 | 21.07.2021 16:02:35 | 10,800 | a3e11800b5a008e2c3bffa7237d7db23bdf2f75d | feat(theme): add nth-child on Lineheights | [
{
"change_type": "MODIFY",
"diff": "@@ -11,14 +11,15 @@ const Wrapper = styled.div`\nconst Content = styled.div`\ndisplay: flex;\nflex-direction: column;\n- border-bottom: 1px solid gray;\npadding: 20px 0;\nspan {\n:nth-child(1) {\n- font-weight: bold;\nfont-size: 28px;\n}\n+ :nth-child(2) {\n+ font-weight:... | JavaScript | MIT License | gympass/yoga | feat(theme): add nth-child on Lineheights | 1 | feat | theme |
791,690 | 21.07.2021 16:02:56 | 18,000 | d62acc3d691c1293c989ed43f2e049f9d5071962 | deps: update lighthouse-logger to 1.3.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -205,8 +205,6 @@ async function potentiallyKillChrome(launchedChrome) {\nasync function runLighthouseWithFraggleRock(url, flags, config, launchedChrome) {\nconst fraggleRock = require('../lighthouse-core/fraggle-rock/api.js');\nconst puppeteer = require('puppeteer');\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update lighthouse-logger to 1.3.0 (#12812) | 1 | deps | null |
276,951 | 21.07.2021 16:04:15 | 10,800 | 289a2097f0929e4c4359800a2ee4f87c4168087b | refactor(theme): add new values to example | [
{
"change_type": "MODIFY",
"diff": "@@ -2,15 +2,19 @@ import React from 'react';\nimport styled, { withTheme, css } from 'styled-components';\nconst Wrapper = styled.div`\n- display: grid;\n- grid-template-columns: repeat(4, 1fr);\n+ display: flex;\n+ justify-content: space-between;\n+ align-items: center;\... | JavaScript | MIT License | gympass/yoga | refactor(theme): add new values to example | 1 | refactor | theme |
276,951 | 21.07.2021 16:08:40 | 10,800 | a3ffc3f720b29712ede5aff6e5f9a66ccc99924d | refactor(theme): replace values on primary to secondary | [
{
"change_type": "MODIFY",
"diff": "@@ -113,11 +113,11 @@ const Colors = ({ theme }) => {\n<Wrapper>\n<BackgroundColor theme={theme} color=\"primary\">\n<span>primary</span>\n- <span>#231B22</span>\n+ <span>#D8385E</span>\n</BackgroundColor>\n<BackgroundColor theme={theme} color=\"secondary\">\n<span>second... | JavaScript | MIT License | gympass/yoga | refactor(theme): replace values on primary to secondary | 1 | refactor | theme |
276,951 | 21.07.2021 16:12:16 | 10,800 | 58355afff48cbac3dc59fb09042bbfc05c1b5dba | docs(theme): change content | [
{
"change_type": "MODIFY",
"diff": "title: 'Theme'\nmetaTitle: 'Theme'\nmetaDescription: 'Theme Component'\n+order: 0\n---\n-# Theme\n+## Theme\n-By default all Theme components use the default theme. You can extend and customize theme on top level with ThemeProvider or on individual component level with th... | JavaScript | MIT License | gympass/yoga | docs(theme): change content | 1 | docs | theme |
276,951 | 21.07.2021 16:14:49 | 10,800 | 3468e2056e5a5b7ba0313a27b660b14af31c75e5 | docs(themeprovider): change styles on content | [
{
"change_type": "MODIFY",
"diff": "title: 'ThemeProvider'\nmetaTitle: 'ThemeProvider'\nmetaDescription: 'ThemeProvider Component'\n+order: 1\n---\n-# ThemeProvider\n+## ThemeProvider\n### Reference\n",
"new_path": "packages/doc/content/components/theming/themeProvider.mdx",
"old_path": "packages/do... | JavaScript | MIT License | gympass/yoga | docs(themeprovider): change styles on content | 1 | docs | themeprovider |
791,249 | 21.07.2021 16:16:47 | -32,400 | 39bc4eca655d0180b18378c175d4a9a77fe1602f | feat(spanner/spansql): fix unstable SelectFromTable SQL
made unstable SQL string, and fail test sometimes like this.
Because map range result is unstable.
This PR makes the SQL output stable by sorting the Hints keys. | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ package spansql\nimport (\n\"fmt\"\n+ \"sort\"\n\"strconv\"\n\"strings\"\n\"time\"\n@@ -373,6 +374,7 @@ func (sft SelectFromTable) SQL() string {\nkvs[i] = fmt.Sprintf(\"%s=%s\", k, v)\ni++\n}\n+ sort.Strings(kvs)\nstr += strings.Join(kvs, \",\")\nstr +=... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner/spansql): fix unstable SelectFromTable SQL (#4473)
https://github.com/googleapis/google-cloud-go/pull/4457 made unstable SQL string, and fail test sometimes like this.
Because map range result is unstable.
This PR makes the SQL output stable by sorting the Hints keys. | 1 | feat | spanner/spansql |
276,951 | 21.07.2021 16:16:49 | 10,800 | 8c9c31d3fca47ed6128d9c3ce045b2824aa8e16d | docs(theming): add borders to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Borders'\n+metaTitle: 'Theme Borders'\n+metaDescription: 'Borders Component'\n+order: 3\n+---\n+\n+## Borders\n+\n+A border is a visual attribute that you can apply to a shape. We use three kinds\n+of borders to differentiate elements.\n+\n+### Usage\n+\n+This... | JavaScript | MIT License | gympass/yoga | docs(theming): add borders to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:17:18 | 10,800 | edd38e453e7b215c374de483c924778d877ee284 | docs(theming): add breakpoints to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Breakpoints'\n+metaTitle: 'Theme Breakpoints'\n+metaDescription: 'Breakpoints Component'\n+order: 4\n+---\n+\n+## Breakpoints\n+\n+A breakpoint maps the screen size with its layout requirements.\n+\n+### Usage\n+\n+This is a simple usage:\n+\n+```javascript ty... | JavaScript | MIT License | gympass/yoga | docs(theming): add breakpoints to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:17:44 | 10,800 | 3c3a88d1e58a4b62812d537880b8590549b9b652 | docs(theming): add colors to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Colors'\n+metaTitle: 'Theme Colors'\n+metaDescription: 'Colors Component'\n+order: 5\n+---\n+\n+## Colors\n+\n+Gympass theme colors can distinguishes our brand and helps us to create\n+consistent experiences and meaningful expressions in our products.\n+\n+###... | JavaScript | MIT License | gympass/yoga | docs(theming): add colors to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:18:10 | 10,800 | 7aaea494d43e9f6938d0c56a6f10abd28bf861cb | docs(theming): add elevations to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Elevations'\n+metaTitle: 'Theme Elevations'\n+metaDescription: 'Elevations Component'\n+order: 6\n+---\n+\n+## Elevations\n+\n+Elevation is the relative distance between two surfaces along the z-axis.\n+It brings additional hierarchy to the design and is used ... | JavaScript | MIT License | gympass/yoga | docs(theming): add elevations to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:18:37 | 10,800 | 3d949b27a283ba6019322af0b130d1abcadd4b0a | docs(theming): add font-sizes to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Font-sizes'\n+metaTitle: 'Theme Font-Sizes'\n+metaDescription: 'FontSizes Component'\n+order: 7\n+---\n+\n+## Font-Sizes\n+\n+Font sizes define the size of a typography and its content hierarchy to be semantic and consistent.\n+\n+### Usage\n+\n+This is a simp... | JavaScript | MIT License | gympass/yoga | docs(theming): add font-sizes to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:19:21 | 10,800 | 2c14e520bd3d24eec6d403202508a5d52049d88f | docs(theming): add font-weights to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Font-weights'\n+metaTitle: 'Theme Font-Weights'\n+metaDescription: 'FontWeights Component'\n+order: 8\n+---\n+\n+## Font-Weights\n+\n+Font Weights define the weight of a typography to express relevance.\n+\n+### Usage\n+\n+This is a simple usage:\n+\n+```javas... | JavaScript | MIT License | gympass/yoga | docs(theming): add font-weights to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:19:42 | 10,800 | fe27597048f9881c55642e8977897fd5892f02eb | docs(theming): add fonts to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Fonts'\n+metaTitle: 'Theme Fonts'\n+metaDescription: 'Fonts Component'\n+order: 9\n+---\n+\n+## Fonts\n+\n+Fonts can define our brand and the way we express ourselves through\n+titles and texts.\n+\n+### Usage\n+\n+This is a simple usage:\n+\n+```javascript ty... | JavaScript | MIT License | gympass/yoga | docs(theming): add fonts to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:20:08 | 10,800 | de6f686c614de2d2ebb5c2f2c9249ae9e08cb582 | docs(theming): add line-heights to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Line-heights'\n+metaTitle: 'Theme LineHeights'\n+metaDescription: 'LineHeights Component'\n+order: 10\n+---\n+\n+## Line-Heights\n+\n+Line heights refers to the height of a typography and it indicates how tall or\n+short each glyph in a typeface will be.\n+\n+... | JavaScript | MIT License | gympass/yoga | docs(theming): add line-heights to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:20:33 | 10,800 | 4780afbdd71743938fad06ec8fc0be4398afc965 | docs(theming): add shapes to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Shapes'\n+metaTitle: 'Theme Shapes'\n+metaDescription: 'Shapes Component'\n+order: 11\n+---\n+\n+## Shapes (Radii)\n+\n+Surfaces can be displayed in different shapes. Shapes direct attention,\n+identify components, communicate state and express brand.\n+\n+###... | JavaScript | MIT License | gympass/yoga | docs(theming): add shapes to theme | 1 | docs | theming |
276,951 | 21.07.2021 16:21:07 | 10,800 | 2ef00304a5b00a4a0fbb317ca70c32d8fbd16631 | docs(theming): add spacing to theme | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Spacing'\n+metaTitle: 'Theme Spacing'\n+metaDescription: 'Spacing Component'\n+order: 12\n+---\n+\n+## Spacing\n+\n+Spacing system is vast and comprehensive. There are 10 predefined padding sizes.\n+In specific cases, when a huge gap is needed those values can... | JavaScript | MIT License | gympass/yoga | docs(theming): add spacing to theme | 1 | docs | theming |
667,676 | 21.07.2021 16:26:18 | -28,800 | f30fe8815e67f4878feab1f5791ea9a0cc8ff5a8 | fix(core): fix v8 local string crash | [
{
"change_type": "MODIFY",
"diff": "@@ -498,9 +498,22 @@ unicode_string_view V8Ctx::GetStackInfo(v8::Local<v8::Message> message) {\nint len = trace->GetFrameCount();\nfor (int i = 0; i < len; ++i) {\nv8::Local<v8::StackFrame> frame = trace->GetFrame(isolate_, i);\n+ if (frame.IsEmpty()) {\n+ continue;\n+ }\... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix v8 local string crash | 1 | fix | core |
438,921 | 21.07.2021 16:35:12 | -32,400 | d2be8c0fda2f0ded76ebe92dc5453ca35377e862 | fix(shape): fix incorrect shape offset
fix on getting shape offset value
fix tooltip default value formatter function
remove .isOrderDesc(), .isOrderAsc()
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -584,21 +584,6 @@ export default {\nreturn this.checkValueInTargets(targets, v => v > 0);\n},\n- _checkOrder(type: string): boolean {\n- const {config} = this;\n- const order = config.data_order;\n-\n- return isString(order) && order.toLowerCase() === type;\n- },\n-\n-... | TypeScript | MIT License | naver/billboard.js | fix(shape): fix incorrect shape offset
- fix on getting shape offset value
- fix tooltip default value formatter function
- remove .isOrderDesc(), .isOrderAsc()
Fix #2187 | 1 | fix | shape |
141,506 | 21.07.2021 17:04:56 | -36,000 | af323f7700f52e39cece2c9455a0603a1b1938bd | fix: remove input edit modal typography that's adding a gap
the gap is due to the baseline grid offset for our legacy typography
the body section of the modal does not need any typography
styles applied, so this appears to have been unintentionally added | [
{
"change_type": "MODIFY",
"diff": "background: $kz-var-color-stone;\npadding: $ca-grid $ca-grid $ca-grid * 1.5;\nborder-bottom: 1px solid $ca-border-color;\n- @include kz-typography-paragraph-body;\n}\n",
"new_path": "draft-packages/modal/KaizenDraft/Modal/Presets/InputEditModal.scss",
"old_path": ... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: remove input edit modal typography that's adding a gap (#1782)
- the gap is due to the baseline grid offset for our legacy typography
- the body section of the modal does not need any typography
styles applied, so this appears to have been unintentionally added | 1 | fix | null |
438,921 | 21.07.2021 17:12:26 | -32,400 | 52476756133e15164c739975ddf3fd09268b18bc | chore(dev-env): update webpack-dev-server config
Remove 'firewall' prop from the dev server config
and update webpack-dev-server to rc.0 | [
{
"change_type": "MODIFY",
"diff": "\"webpack-clean\": \"^1.2.5\",\n\"webpack-cli\": \"^4.7.2\",\n\"webpack-common-shake\": \"^2.1.0\",\n- \"webpack-dev-server\": \"^3.11.2\",\n+ \"webpack-dev-server\": \"^4.0.0-rc.0\",\n\"webpack-merge\": \"^5.8.0\",\n\"webpackbar\": \"^5.0.0-3\",\n\"write-file-webpack-plu... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): update webpack-dev-server config
Remove 'firewall' prop from the dev server config
and update webpack-dev-server to rc.0
https://github.com/webpack/webpack-dev-server/blob/master/migration-v4.md | 1 | chore | dev-env |
438,921 | 21.07.2021 17:16:57 | -32,400 | 1196bbff5c0b5a41e467e60bebdf2b6f17d82db0 | fix(types): fix wrong legend.item callbacks args types
Fix legend.item.onclick, onover and onout argument types.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -891,17 +891,17 @@ export interface LegendOptions {\n/**\n* Set click event handler to the legend item.\n*/\n- onclick?(this: Chart, id: DataItem): void;\n+ onclick?(this: Chart, id: string): void;\n/**\n* Set mouseover event handler to the legend item.\n*/\n- onover?(... | TypeScript | MIT License | naver/billboard.js | fix(types): fix wrong legend.item callbacks args types
Fix legend.item.onclick, onover and onout argument types.
Fix #2203 | 1 | fix | types |
780,866 | 21.07.2021 17:33:30 | 10,800 | 547087e28bed894f4fd2117055d783888e76196e | fix(template/product-block): prevent renderization error on products with no pictures | [
{
"change_type": "MODIFY",
"diff": "<!-- Picture(s) gallery will be inserted dynamically within `TheProduct` -->\n<% if (_.state.pictures) { %>\n<% const imgObj = _.ecomUtils.img(_.state, null, 'big') %>\n- <% const [width, height] = (imgObj.size || '').split('x').map(px => parseInt(px, 10)) %>\n<% if (imgO... | JavaScript | MIT License | ecomplus/storefront | fix(template/product-block): prevent renderization error on products with no pictures | 1 | fix | template/product-block |
780,866 | 21.07.2021 17:44:26 | 10,800 | 9bf466cf1ce37b748ebc736fa94357d10365b656 | chore(components/share): use `.d-xl-inline-block` for btn text | [
{
"change_type": "MODIFY",
"diff": "</strong>\n<template v-if=\"i === 0\">\n- <span class=\"ml-1 d-none d-xl-inline\">\n+ <span class=\"ml-1 d-none d-xl-inline-block\">\n{{ `${i19share} ${i19on} ${name}` }}\n</span>\n</template>\n",
"new_path": "@ecomplus/storefront-components/src/html/AShare.html",
... | JavaScript | MIT License | ecomplus/storefront | chore(components/share): use `.d-xl-inline-block` for btn text | 1 | chore | components/share |
780,866 | 21.07.2021 17:45:16 | 10,800 | a9477f319ff191f7b2f8f4abc866ce43c09f6e51 | chore(components/search-engine): use `.d-md-inline-block` for filter btn text | [
{
"change_type": "MODIFY",
"diff": "type=\"button\"\n>\n<i class=\"fas fa-filter mr-1\"></i>\n- <span class=\"d-none d-md-inline\">\n+ <span class=\"d-none d-md-inline-block\">\n{{ i19filterResults }}\n</span>\n<span class=\"d-md-none\">\n",
"new_path": "@ecomplus/storefront-components/src/html/SearchEn... | JavaScript | MIT License | ecomplus/storefront | chore(components/search-engine): use `.d-md-inline-block` for filter btn text | 1 | chore | components/search-engine |
780,866 | 21.07.2021 17:46:24 | 10,800 | 482daa8bd69ce5d5c880d426ccb8152f2aa78324 | chore(components/product-card): use `.mt-auto` for unavailable/out-of-stock badges for v align | [
{
"change_type": "MODIFY",
"diff": "name=\"unavailable\"\nv-if=\"!body.available || !body.visible\"\n>\n- <p class=\"badge badge-warning my-2\">\n+ <p class=\"badge badge-warning mt-auto\">\n{{ i19unavailable }}\n</p>\n</slot>\nname=\"out-of-stock\"\nv-else-if=\"!isInStock\"\n>\n- <p class=\"badge badge-dar... | JavaScript | MIT License | ecomplus/storefront | chore(components/product-card): use `.mt-auto` for unavailable/out-of-stock badges for v align | 1 | chore | components/product-card |
780,866 | 21.07.2021 17:47:28 | 10,800 | d56c8f0cc94409d06596dfd66178cad613c4a158 | fix(widget-search-engine/url): prevent pushing to navigator history when no query to set | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export default (options = {}, elId = 'search-engine', paginationElId = 'search-p\nwindow.history.pushState({\npathname,\nquery\n- }, title, `${pathname}?${urlParams.toString()}`)\n+ }, title, pathname + (query ? `?${query}` : ''))\n}\ndocument.title = ti... | JavaScript | MIT License | ecomplus/storefront | fix(widget-search-engine/url): prevent pushing to navigator history when no query to set | 1 | fix | widget-search-engine/url |
780,866 | 21.07.2021 18:05:54 | 10,800 | 8e2b226a4d8b718226929db56fff44ca56966815 | fix(components/search-engine): filter buttons minor style fix (alignment) | [
{
"change_type": "MODIFY",
"diff": "&__selected {\nmargin-left: var(--spacer-2);\n- margin-bottom: var(--spacer-2);\n> small {\ncolor: var(--gray);\n&__info {\npadding-bottom: var(--spacer-3);\n+\n+ button {\n+ margin-bottom: var(--spacer-2);\n+ }\n}\n&__terms > span {\n",
"new_path": "@ecomplus/storefr... | JavaScript | MIT License | ecomplus/storefront | fix(components/search-engine): filter buttons minor style fix (alignment) | 1 | fix | components/search-engine |
777,401 | 21.07.2021 18:06:32 | 14,400 | a42b6ad9f178dac6f7b27765302cd27adaec2979 | fix: POST /api/v1/experiments/:id/cancel should cancel not kill trials | [
{
"change_type": "MODIFY",
"diff": "from .experiment import (\nactivate_experiment,\nassert_equivalent_trials,\n+ assert_performed_final_checkpoint,\nassert_performed_initial_validation,\ncancel_single,\n+ cancel_single_v1,\ncheck_if_string_present_in_trial_logs,\ncreate_experiment,\ncreate_native_experimen... | Python | Apache License 2.0 | determined-ai/determined | fix: POST /api/v1/experiments/:id/cancel should cancel not kill trials (#2759) | 1 | fix | null |
386,588 | 21.07.2021 18:16:00 | -7,200 | e617c31228f9538b0c5df8e0fd9f1fbc09c4697f | feat(operators): Add _change_case operator | [
{
"change_type": "MODIFY",
"diff": "@@ -4984,6 +4984,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/helpers\", \"workspace:packages/helpers\"],\n[\"@lowdefy/nunjucks\", \"workspace:packages/nunjucks\"],\n[\"babel-jest\", \"virtual:caddf51df4928b33a437ca87b8f5ddfb6205ebd6d8231f74d4... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(operators): Add _change_case operator | 1 | feat | operators |
777,389 | 21.07.2021 18:27:06 | 25,200 | 95db1fe458a34708d41ff40d9772fa750cffbf4a | fix: fix stale trial data caused by internal react re-route | [
{
"change_type": "MODIFY",
"diff": "@@ -6,12 +6,11 @@ import CreateExperimentModal, { CreateExperimentType } from 'components/CreateEx\nimport Message, { MessageType } from 'components/Message';\nimport Page from 'components/Page';\nimport Spinner from 'components/Spinner';\n-import handleError, { ErrorLeve... | Python | Apache License 2.0 | determined-ai/determined | fix: fix stale trial data caused by internal react re-route (#2763) | 1 | fix | null |
756,064 | 21.07.2021 18:29:47 | 25,200 | 03f148b20de7f0f7d5b56da63c8358dde8d7de16 | feat(swingset): add Meters to kernel state
This introduces the "meterID" and the "meter record": a pair of
Nats (`remaining` and `threshold`). kernelKeeper functions are added to
create and manipulate them, and test-state.js is enhanced to exercise these.
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ const enableKernelGC = true;\n// device.names = JSON([names..])\n// device.name.$NAME = $deviceID = d$NN\n// device.nextID = $NN\n+// meter.nextID = $NN // used to make m$NN\n// kernelBundle = JSON(bundle)\n// bundle.$NAME = JSON(bundle)\n@@ -54,6 +55,9 ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(swingset): add Meters to kernel state
This introduces the "meterID" and the "meter record": a pair of
Nats (`remaining` and `threshold`). kernelKeeper functions are added to
create and manipulate them, and test-state.js is enhanced to exercise these.
refs #3308 | 1 | feat | swingset |
551,645 | 21.07.2021 19:38:26 | -10,800 | 5ef7192c9986800891dcacb382f11931136f8f82 | fix(sql): boolean vector conversion for AVX512 instruction set
This issue lead to incorrect `latest by` results on cpu's with AVX512 instruction set | [
{
"change_type": "MODIFY",
"diff": "@@ -83,9 +83,8 @@ void MULTI_VERSION_NAME (filter_with_prefix)(\nhit_mask |= (current_hashes_vec & target_mask) == target_hash;\n}\n- Vec8q bit_mask(hit_mask);\n- offset &= bit_mask;\n- offset.store(rows + i);\n+ Vec8q filtered = select(hit_mask, offset, 0);\n+ filtered.s... | Java | Apache License 2.0 | questdb/questdb | fix(sql): boolean vector conversion for AVX512 instruction set (#1215)
This issue lead to incorrect `latest by` results on cpu's with AVX512 instruction set | 1 | fix | sql |
67,479 | 21.07.2021 20:05:19 | -36,000 | c2ee6e932a1118b9e4b876e11a16534930082033 | refactor(controller): rename semi public APIs | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ for (const parentSpec of specs) {\npublic created(controller: ICustomElementController<this>): void {\nconst container = controller.container;\n- this.childController = Controller.forCustomElement(\n+ this.childController = Controller.$el(\ncontainer,\nc... | TypeScript | MIT License | aurelia/aurelia | refactor(controller): rename semi public APIs | 1 | refactor | controller |
777,422 | 21.07.2021 20:19:17 | 25,200 | f56255e472679362013f9695f34bd0cddf2be6b7 | feat: integrate test results from CircleCI jobs with persistent benchmarking
add circleci step to sync test results with persistent determined CI server | [
{
"change_type": "MODIFY",
"diff": "@@ -324,6 +324,10 @@ commands:\n-o junit_family=xunit1 \\\n--junit-xml=\"<<parameters.junit-path>>\" \\\n$(< /tmp/tests-to-run)\n+ - upload-test-job:\n+ test_results_path: <<parameters.junit-path>>\n+\n+\nrun-det-deploy-tests:\nparameters:\n@@ -770,6 +774,33 @@ commands:\... | Python | Apache License 2.0 | determined-ai/determined | feat: integrate test results from CircleCI jobs with persistent benchmarking (#2737)
add circleci step to sync test results with persistent determined CI server | 1 | feat | null |
185,950 | 21.07.2021 20:21:42 | -7,200 | bb2cd73be2388f46f67949e1d86aa7610548e895 | fix: proper release sorting in get-version-range | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,56 @@ import * as semver from 'semver';\nimport { RunnableVersion } from '../interfaces';\n+const preTags = ['nightly', 'alpha', 'beta'];\n+\n+/**\n+ * Sorts prerelease tags such that nightly -> alpha -> beta.\n+ *\n+ * @param a Prerelease tag data for the old ... | TypeScript | MIT License | electron/fiddle | fix: proper release sorting in get-version-range (#797) | 1 | fix | null |
667,636 | 21.07.2021 23:40:38 | -28,800 | c4897ec47c422b1dc6dffa854755da9dbfd718fa | chore(doc): change readme & homepage intro | [
{
"change_type": "MODIFY",
"diff": "},\n\"no-inline-html\" : {\n\"allowed_elements\" : [ \"a\", \"h1\", \"h3\", \"HR\", \"p\", \"br\" ]\n- }\n+ },\n+ \"no-bare-urls\": false\n}\n",
"new_path": ".markdownlintrc.json",
"old_path": ".markdownlintrc.json"
}
] | C++ | Apache License 2.0 | tencent/hippy | chore(doc): change readme & homepage intro | 1 | chore | doc |
756,064 | 21.07.2021 23:53:12 | 25,200 | bb4ae5a583ec210083c4d4e2a27ca31a20a5caac | chore(swingset): hush vat-warehouse announcement of vat load
This causes swingset tests to be pretty noisy, as well as chain/solo startup. | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ export function makeVatWarehouse(kernelKeeper, vatLoader, policyOptions) {\nconst { enablePipelining = false } = options;\nconst lastSnapshot = vatKeeper.getLastSnapshot();\n- const entriesReplayed = await manager.replayTranscript(\n+ await manager.rep... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): hush vat-warehouse announcement of vat load (#3506)
This causes swingset tests to be pretty noisy, as well as chain/solo startup. | 1 | chore | swingset |
777,369 | 22.07.2021 01:01:29 | 21,600 | 6c913f1b19590e89213355bc92222002b0940faf | fix: add reload route to allow remounting of same pages | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- WebUI: fix the issue of new experiments from fork and continue trial\n+ showing outdated data.\n",
"new_path": "docs/release-notes/2761-fix-fork-stale-experiment.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"dif... | Python | Apache License 2.0 | determined-ai/determined | fix: add reload route to allow remounting of same pages [DET-5818] (#2761) | 1 | fix | null |
730,428 | 22.07.2021 04:03:37 | 0 | bcc4add659c1fd11ed62ffb77b83deba8f457551 | chore(release): 0.18.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.18.0](https://github.com/webex/react-widgets/compare/v0.17.0...v0.18.0) (2021-07-22)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.18.0 [skip ci] | 1 | chore | release |
126,276 | 22.07.2021 07:38:31 | 10,800 | 73abd09d3fcea532d0e00b1792284df3d5db8f22 | chore(embedded/tbtree): full snapshot recovery | [
{
"change_type": "MODIFY",
"diff": "@@ -18,9 +18,6 @@ package store\nimport (\n\"crypto/sha256\"\n\"encoding/binary\"\n- \"fmt\"\n- \"os\"\n- \"path/filepath\"\n\"sync\"\n\"time\"\n@@ -194,22 +191,12 @@ func (idx *indexer) CompactIndex() (err error) {\n}\n}()\n- compactedIndexID, err := idx.index.CompactInd... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): full snapshot recovery
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
306,444 | 22.07.2021 07:51:37 | -7,200 | 5edfba02fa499a732a1413a79893e57103ea41dc | chore(input-range): add docs about range input styles | [
{
"change_type": "MODIFY",
"diff": "@@ -68,3 +68,40 @@ export const disabled = () => html`\n></lion-input-range>\n`;\n```\n+\n+## Range Styles\n+\n+Often, you will style your own range input by changing the pseudo-elements for the slider track and thumb.\n+\n+These pseudo-elements do not play nice with `::s... | JavaScript | MIT License | ing-bank/lion | chore(input-range): add docs about range input styles | 1 | chore | input-range |
777,396 | 22.07.2021 09:17:38 | 21,600 | 52c93a5047587dcba8ac272ccfbd203042a06e37 | fix: allow full-sized model definitions through grpc | [
{
"change_type": "MODIFY",
"diff": "@@ -276,9 +276,9 @@ def test_startup_hook() -> None:\ndef test_large_model_def_experiment() -> None:\nwith tempfile.TemporaryDirectory() as td:\nshutil.copy(conf.fixtures_path(\"no_op/model_def.py\"), td)\n- # Write a 94MB file into the directory.\n- with open(os.path.joi... | Python | Apache License 2.0 | determined-ai/determined | fix: allow full-sized model definitions through grpc (#2762) | 1 | fix | null |
67,479 | 22.07.2021 09:31:43 | -36,000 | ce307f418156cf73eb21bccf46ddd91991ee8ad9 | refactor(instructions): rename instructions to props for CE/CA/TC | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ import {\nCustomAttributeDefinition,\nITemplateCompilerHooks,\nIAttributeParser,\n+ HydrateAttributeInstruction,\n} from '@aurelia/runtime-html';\nimport {\nassert,\n@@ -192,7 +193,7 @@ describe('template-compiler.spec.ts\\n [TemplateCompiler]', function... | TypeScript | MIT License | aurelia/aurelia | refactor(instructions): rename instructions to props for CE/CA/TC | 1 | refactor | instructions |
67,479 | 22.07.2021 09:32:04 | -36,000 | a634139f8cbf26a0bec488a56351f70010a18b78 | chore(doc): more documentation for the template compiler | [
{
"change_type": "MODIFY",
"diff": "@@ -75,3 +75,25 @@ List of attributes that are considered expressions:\n* custom attribute\n* custom element bindables\n+## Node APIs used\n+\n+The default template compiler will turn a template, either in string or already an element, into an element before the compilati... | TypeScript | MIT License | aurelia/aurelia | chore(doc): more documentation for the template compiler | 1 | chore | doc |
711,583 | 22.07.2021 09:54:46 | -7,200 | 657a32bbeccdd191956139245383253275ddea52 | feat(admin-ui): Add admin-ui Italian translation | [
{
"change_type": "MODIFY",
"diff": "{\n- \"generatedOn\": \"2021-07-08T12:48:37.370Z\",\n- \"lastCommit\": \"e950588df16d643e323c69f9f1909e74c2aa5c2c\",\n+ \"generatedOn\": \"2021-07-21T12:03:11.085Z\",\n+ \"lastCommit\": \"355488079e08c0dd119431f252f2b4135e390937\",\n\"translationStatus\": {\n\"cs\": {\n\"... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add admin-ui Italian translation (#998) | 1 | feat | admin-ui |
126,287 | 22.07.2021 10:13:49 | -7,200 | a631ae71e1eb31885f98182530918e490730e784 | test(server): Test metrics server start failure | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,25 @@ func TestStartMetrics(t *testing.T) {\nassert.IsType(t, &http.Server{}, server)\n}\n+func TestStartMetricsFail(t *testing.T) {\n+ save_metricsNamespace := metricsNamespace\n+ metricsNamespace = \"failimmudb\"\n+ defer func() { metricsNamespace = save_me... | Go | Apache License 2.0 | codenotary/immudb | test(server): Test metrics server start failure | 1 | test | server |
471,283 | 22.07.2021 10:34:47 | -7,200 | b613a2a10e783caa2bcf3b165bc369a6b3653880 | chore: adding Rauno56 to js approvers | [
{
"change_type": "MODIFY",
"diff": "# https://help.github.com/en/articles/about-code-owners\n#\n-* @dyladan @mayurkale22 @OlivierAlbertini @vmarchaud @markwolff @obecny @mwear @naseemkullah @legendecas @Flarna @johnbley @MSNev\n+* @dyladan @mayurkale22 @OlivierAlbertini @vmarchaud @markwolff @obecny @mwear ... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: adding Rauno56 to js approvers (#2366)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> | 1 | chore | null |
711,597 | 22.07.2021 10:59:05 | -7,200 | 6bc33b4134c43c9d912af3ba64fc0546c79c2470 | fix(docs): Fix inconsistent naming of admin-ui dir in examples | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ The Admin UI ships with language files only for English and Spanish as of versio\nAdminUiPlugin.init({\nport: 3002,\napp: compileUiExtensions({\n- outputPath: path.join(__dirname, '../__admin-ui'),\n+ outputPath: path.join(__dirname, '../admin-ui'),\next... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(docs): Fix inconsistent naming of admin-ui dir in examples | 1 | fix | docs |
141,577 | 22.07.2021 11:13:04 | -36,000 | 35bf1fe75ffc76ef6fc63862d27fd3b9153d434e | feat: Add starter kit brand moment illustration | [
{
"change_type": "MODIFY",
"diff": "@@ -117,6 +117,13 @@ export const BrandMomentError = ({\n)\n}\n+export const BrandMomentStarterKit = (props: SceneProps) => (\n+ <Base\n+ {...props}\n+ name=\"illustrations/heart/scene/brand-moments-starter-kit.svg\"\n+ />\n+)\n+\nexport const EmptyStatesAction = ({\nisAn... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Add starter kit brand moment illustration (#1783) | 1 | feat | null |
104,819 | 22.07.2021 11:37:25 | 18,000 | 6c5b3a38453f95ade8c817009efcc7f8cdda8a45 | test(datetimepicker): update to match new styling | [
{
"change_type": "MODIFY",
"diff": "@@ -696,7 +696,7 @@ const DateTimePicker = ({\nkind=\"primary\"\nclassName={`${iotPrefix}--date-time-picker__menu-btn ${iotPrefix}--date-time-picker__menu-btn-apply`}\n{...others}\n- onClick={onApplyClick}\n+ onClick={() => onApplyClick()}\n>\n{strings.applyBtnLabel}\n</B... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(datetimepicker): update to match new styling | 1 | test | datetimepicker |
104,819 | 22.07.2021 11:39:06 | 18,000 | a27e0f3906d546127e3c6f198a66cd72450f5379 | chore(datetimepicker): revert call function | [
{
"change_type": "MODIFY",
"diff": "@@ -696,7 +696,7 @@ const DateTimePicker = ({\nkind=\"primary\"\nclassName={`${iotPrefix}--date-time-picker__menu-btn ${iotPrefix}--date-time-picker__menu-btn-apply`}\n{...others}\n- onClick={() => onApplyClick()}\n+ onClick={onApplyClick}\n>\n{strings.applyBtnLabel}\n</B... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(datetimepicker): revert call function | 1 | chore | datetimepicker |
438,921 | 22.07.2021 11:44:24 | -32,400 | 083f5c79d9d3ea3f71dd9642ed5c7684b7f916fc | fix(axis): fix bar type tick.fit=false throwing error
Add conditional check on getting tickInteval.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -9,10 +9,10 @@ import Helper from \"./AxisRendererHelper\";\nimport {isArray, toArray, isFunction, isString, isNumber} from \"../../module/util\";\nexport default class AxisRenderer {\n- helper;\n- config;\n- params;\n- g;\n+ private helper;\n+ private config;\n+ priva... | TypeScript | MIT License | naver/billboard.js | fix(axis): fix bar type tick.fit=false throwing error
Add conditional check on getting tickInteval.
Fix #2210 | 1 | fix | axis |
699,202 | 22.07.2021 11:55:02 | 14,400 | d3dcac64e5e036454b4fd969e251f6b3f4a429c4 | chore(website): fix typo on patterns page | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export const pageQuery = graphql`\n## What is a pattern?\n-Patterns outline how to bring a collection of components together into a reusable solution that solves customer problems and delivers cohesion across our platforms. They are set of guidelines aro... | TypeScript | MIT License | twilio-labs/paste | chore(website): fix typo on patterns page | 1 | chore | website |
711,597 | 22.07.2021 11:56:44 | -7,200 | b84ae33792017c595d170eae4a5c420a75e74f93 | feat(docs): Add docs on resolving union types in plugin examples | [
{
"change_type": "MODIFY",
"diff": "@@ -168,3 +168,59 @@ export class FieldOverrideExampleResolver {\n}\n```\n+## Resolving union results\n+\n+When dealing with operations that return a GraphQL union type, there is an extra step needed.\n+\n+Union types are commonly returned from mutations in the Vendure AP... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(docs): Add docs on resolving union types in plugin examples | 1 | feat | docs |
386,588 | 22.07.2021 12:01:02 | -7,200 | deb8fd51d6b69ab4f22999a8639c4c3c94620f93 | fix(operators): Comments fixes and catch nested objects | [
{
"change_type": "MODIFY",
"diff": "See the License for the specific language governing permissions and\nlimitations under the License.\n*/\n-\n-import * as changeCase from 'change-case';\n+/* eslint-disable import/namespace */\n+import {\n+ camelCase,\n+ capitalCase,\n+ constantCase,\n+ dotCase,\n+ headerC... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(operators): Comments fixes and catch nested objects | 1 | fix | operators |
386,588 | 22.07.2021 12:01:37 | -7,200 | b6d63bb80dca1c1c8eb516b809d573c713734835 | fix(operators): Update tests with comments fixes and catch nested objects | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ test('_change_case.capitalCase on: object, options: {convertKeys: false}', () =>\n).toEqual({ field_1: 'Test String 1', field_2: 'Test String 2' });\n});\n-test('_change_case.capitalCase on: object, options: {}', () => {\n+test('_change_case.capitalCase ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(operators): Update tests with comments fixes and catch nested objects | 1 | fix | operators |
531,793 | 22.07.2021 12:04:17 | -3,600 | 98edd7b07325f55d2f3631144eba31203f5bb32b | fix(ui): fix grid label menu z-index | [
{
"change_type": "MODIFY",
"diff": "@@ -109,8 +109,15 @@ const Grid: FC<{\nrepack();\n});\n+ const [isMenuOpen, setIsMenuOpen] = useState<boolean>(false);\n+\nreturn (\n- <>\n+ <div\n+ style={{\n+ position: isMenuOpen ? \"relative\" : undefined,\n+ zIndex: isMenuOpen ? 102 : undefined,\n+ }}\n+ >\n<CSSTrans... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix grid label menu z-index | 1 | fix | ui |
67,479 | 22.07.2021 12:05:03 | -36,000 | d5bf33d3901fd1bb7f684624bb5f086140c8a15d | chore: more private props marked with _ | [
{
"change_type": "MODIFY",
"diff": "@@ -134,17 +134,17 @@ describe(`createElement() creates element based on type`, function () {\nassert.strictEqual(actual['instructions'][0].length, 1, `actual['instructions'][0].length`);\nassert.strictEqual(instruction.type, InstructionType.hydrateElement, `instruction.t... | TypeScript | MIT License | aurelia/aurelia | chore: more private props marked with _ | 1 | chore | null |
104,819 | 22.07.2021 12:22:50 | 18,000 | 573817a71101006d809a9eb14e37303c1a75f5fb | fix(datetimepicker): remove bottom border | [
{
"change_type": "MODIFY",
"diff": ".#{$iot-prefix}--date-time-picker__field {\npadding-left: $spacing-05;\n- border-bottom: 1px solid $carbon--gray-50 & > span {\n+\n+ & > span {\noverflow: hidden;\ntext-overflow: ellipsis;\n}\n",
"new_path": "packages/react/src/components/DateTimePicker/_date-time-pic... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): remove bottom border | 1 | fix | datetimepicker |
711,597 | 22.07.2021 12:36:14 | -7,200 | fc3a9c5a08c6111d403561f2a08933524f4a0737 | fix(core): Fix validation of relation custom fields
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,8 @@ export function generateAllCombinations<T>(\n/**\n* @description\n- * Returns the input field name of a relation custom field.\n+ * Returns the input field name of a custom field, taking into account that \"relation\" type custom\n+ * field inputs are su... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix validation of relation custom fields
Fixes #1000 | 1 | fix | core |
386,581 | 22.07.2021 13:20:07 | -7,200 | 5443154e201b06e8034c374dfc58ea254f19c871 | fix(graphql): Throw correct request configuration error messge. | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ class RequestController {\nvalidate({ schema: connectionDefinition.schema, data: connectionProperties });\nvalidate({ schema: requestDefinition.schema, data: requestProperties });\n} catch (error) {\n- throw new ConfigurationError(error);\n+ throw new Co... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(graphql): Throw correct request configuration error messge. | 1 | fix | graphql |
711,597 | 22.07.2021 13:46:25 | -7,200 | 6e794c0a223ce9eec4e52eba7d67898d465808e2 | fix(core): Fix update of ProductVariant with relation custom fields
Fixes | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@nestjs/common';\n+import { pick } from '@vendure/common/lib/pick';\nimport { ID, Type } from '@vendure/common/lib/shared-types';\nimport { getGraphQlInputName } from '@vendure/common/lib/shared-utils';\n@@ -51,7 +52,7 @@ export class CustomFie... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix update of ProductVariant with relation custom fields
Fixes #997 | 1 | fix | core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.