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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,823 | 02.06.2021 17:27:36 | -7,200 | 8f3a741d81e15d2a20d61025848225887f5b13dd | feat(dashboardeditor): add edit data item button to the dashboard editor | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,6 @@ const propTypes = {\nclearSelectionText: PropTypes.string,\nopenMenuText: PropTypes.string,\ncloseMenuText: PropTypes.string,\n- addDataItems: PropTypes.string,\n}),\ntranslateWithId: PropTypes.func.isRequired,\n};\n@@ -138,7 +137,6 @@ const defaultPro... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(dashboardeditor): add edit data item button to the dashboard editor | 1 | feat | dashboardeditor |
756,059 | 02.06.2021 17:30:51 | 25,200 | 6f7cefa6eae92ff00594a576a7ccad4c5c5c2bcc | feat(swing-store-lmdb)!: enable configuration of LMDB database size limit
BREAKING CHANGE: This includes a renaming of the constructors to acknowledge
that the different SwingStore constructors are not polymorphic. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,14 +19,15 @@ const encoder = new util.TextEncoder();\n*/\n/**\n- * Do the work of `initSwingStore` and `openSwingStore`.\n+ * Do the work of `initLMDBSwingStore` and `openLMDBSwingStore`.\n*\n* @param {string} dirPath Path to a directory in which database files may... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(swing-store-lmdb)!: enable configuration of LMDB database size limit
BREAKING CHANGE: This includes a renaming of the constructors to acknowledge
that the different SwingStore constructors are not polymorphic. | 1 | feat | swing-store-lmdb |
756,059 | 02.06.2021 17:33:54 | 25,200 | 1c986baf778f1621328a42d7b4454c196f7befd7 | feat(swing-store-simple)!: refactor and rename constructors
BREAKING CHANGE: This includes a renaming and refactoring of the constructors to
acknowledge that the different SwingStore constructors are not polymorphic. | [
{
"change_type": "MODIFY",
"diff": "@@ -34,11 +34,11 @@ import { assert, details as X, q } from '@agoric/assert';\nconst streamPeek = new WeakMap(); // for tests to get raw access to the streams\n/**\n- * Do the work of `initSwingStore` and `openSwingStore`.\n+ * Create a swingset store that based on an in-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(swing-store-simple)!: refactor and rename constructors
BREAKING CHANGE: This includes a renaming and refactoring of the constructors to
acknowledge that the different SwingStore constructors are not polymorphic. | 1 | feat | swing-store-simple |
756,059 | 02.06.2021 17:35:29 | 25,200 | 9cda6a4542bb64d72ddd42d08e2056f5323b18a9 | feat: modify all SwingStore uses to reflect constructor renaming | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\n-import { initSwingStore as initSimpleSwingStore } from '@agoric/swing-store-simple';\n+import { initSimpleSwingStore } from '@agoric/swing-store-simple';\nimport {\n- initSwingStore as initLMDBSwingStore,\n- openSwingStore as openLMDBSwingStore,\n+ initLMDB... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: modify all SwingStore uses to reflect constructor renaming | 1 | feat | null |
276,946 | 02.06.2021 17:39:59 | 10,800 | e5823e53df7e9e767d714f6e00ae8aa2fd2f1086 | docs(chips): add an example with a very long text | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const ChipsPage = () => {\n</Chips>\n<Chips disabled>Gyms and studios</Chips>\n<Chips selected counter={1350}>\n- Personal trainers\n+ Personal trainers with a very long text\n</Chips>\n<Chips icons={[MapPin]}>Activities</Chips>\n<Chips icons={[Filter]} ... | JavaScript | MIT License | gympass/yoga | docs(chips): add an example with a very long text | 1 | docs | chips |
276,946 | 02.06.2021 17:40:53 | 10,800 | d5c026e8b10b72091a809cb123033e1b455be3a7 | feat(chips): add ellipsis support to native chips component | [
{
"change_type": "MODIFY",
"diff": "@@ -12,10 +12,9 @@ const Wrapper = styled.View`\nheight: 32px;\nmax-width: 216px;\n- display: flex;\nflex-direction: row;\nalign-items: center;\n- justify-content: center;\n+ justify-content: flex-start;\nmargin-right: ${theme.spacing.small}px;\npadding: ${theme.spacing.x... | JavaScript | MIT License | gympass/yoga | feat(chips): add ellipsis support to native chips component | 1 | feat | chips |
276,946 | 02.06.2021 17:41:42 | 10,800 | 00e09c9aa28c1c019ac77bf6bd6fbb1643cebe6b | test(chips): add unit test to chips with long text | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,16 @@ describe('<Chips />', () => {\nexpect(toJSON(container)).toMatchSnapshot();\n});\n+ it('should match snapshot with a long text', () => {\n+ const { container } = render(\n+ <ThemeProvider>\n+ <Chips>Classes with a very long text</Chips>\n+ </ThemeProvid... | JavaScript | MIT License | gympass/yoga | test(chips): add unit test to chips with long text | 1 | test | chips |
276,946 | 02.06.2021 17:42:36 | 10,800 | a17a3021013903f16ac9200276063de6ecbb6085 | test(chips): update snapshots from native platform | [
{
"change_type": "MODIFY",
"diff": "@@ -18,16 +18,17 @@ exports[`<Chips /> Snapshots counter should match snapshot 1`] = `\nArray [\nObject {\n\"alignItems\": \"center\",\n+ \"backgroundColor\": \"#FFFFFF\",\n\"borderColor\": \"#D7D7E0\",\n\"borderRadius\": 8,\n\"borderStyle\": \"solid\",\n\"borderWidth\": ... | JavaScript | MIT License | gympass/yoga | test(chips): update snapshots from native platform | 1 | test | chips |
777,407 | 02.06.2021 18:11:31 | 14,400 | 0dae801518f58d5e2cb311150ccfa66c94984194 | chore: add non-streaming APIs for trial profiler endpoints
Add the follow param to the Profiling APIs to indicate whether the API should stream results until the trial is complete. | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ class ProfilerApi(object):\n:param async_req bool\n:param int trial_id: The requested trial's id. (required)\n+ :param bool follow: Continue streaming labels until the trial stops. Defaults to False.\n:return: StreamResultOfV1GetTrialProfilerAvailableSer... | Python | Apache License 2.0 | determined-ai/determined | chore: add non-streaming APIs for trial profiler endpoints (#2484)
Add the follow param to the Profiling APIs to indicate whether the API should stream results until the trial is complete. | 1 | chore | null |
392,551 | 02.06.2021 18:24:24 | -7,200 | baa6390f486798d6fd894f4bb751e03b63022a24 | docs: add tag create example | [
{
"change_type": "MODIFY",
"diff": "@@ -49,8 +49,8 @@ slug: /\n| Example | Description |\n| --- | --- |\n-| [Display](/examples/component-tag) | Display and configure [point](/api/classes/component.pointgeometry), [polygon](https://mapillary.github.io/mapillary-js/api/classes/component.polygongeometry) and ... | TypeScript | MIT License | mapillary/mapillary-js | docs: add tag create example | 1 | docs | null |
897,063 | 02.06.2021 18:39:30 | -32,400 | 712f3f82d09a04ea18846b4382a36840293d5bf1 | fix: set maxBodyLength: Infinity to avoid "ERR_FR_MAX_BODY_LENGTH_EXCEEDED" error | [
{
"change_type": "MODIFY",
"diff": "@@ -85,11 +85,7 @@ export class AxiosClient implements HttpClient {\nAxios({\n...requestConfig,\n- // NOTE: For defining the max size of the http request content, `maxBodyLength` will be used after version 0.20.0.\n- // `maxContentLength` will be still needed for defining... | TypeScript | MIT License | kintone/js-sdk | fix: set maxBodyLength: Infinity to avoid "ERR_FR_MAX_BODY_LENGTH_EXCEEDED" error (#918) | 1 | fix | null |
777,401 | 02.06.2021 19:06:58 | 14,400 | 3f9f2daa568bca742e3b8d9c095a8bdd2c8aadb4 | fix: ship gpu_free_memory correctly
This fixes a typo where gpu_util was shipped as both gpu_util and gpu_free_memory. | [
{
"change_type": "MODIFY",
"diff": "@@ -385,6 +385,7 @@ class SysMetricCollectorThread(threading.Thread):\n- DiskReadThroughput = Measured in bytes/second\n- DiskWriteThroughput = Measured in bytes/second\n- GpuUtilization = Measured in percent\n+ - GpuFreeMemory = Measured in Gigabytes\n\"\"\"\nFLUSH_INTER... | Python | Apache License 2.0 | determined-ai/determined | fix: ship gpu_free_memory correctly [DET-5508] (#2497)
This fixes a typo where gpu_util was shipped as both gpu_util and gpu_free_memory. | 1 | fix | null |
777,401 | 02.06.2021 19:17:48 | 14,400 | 6f86594e22f8266aeefc3ec975c44ac04d7fb409 | chore: remove trial old messages and consolidate others | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ import (\n\"sort\"\n\"time\"\n+ \"github.com/determined-ai/determined/proto/pkg/apiv1\"\n+\n\"github.com/google/uuid\"\n\"github.com/gorilla/websocket\"\n@@ -30,7 +32,6 @@ import (\n\"github.com/determined-ai/determined/master/pkg/ssh\"\n\"github.com/deter... | Python | Apache License 2.0 | determined-ai/determined | chore: remove trial old messages and consolidate others (#2464) | 1 | chore | null |
815,601 | 02.06.2021 19:18:19 | -28,800 | d581ddaa0c56c3dfde343832082333a784623735 | feat: sync update tx-pool for reorg | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ use ckb_jsonrpc_types::BlockTemplate;\nuse ckb_logger::error;\nuse ckb_network::{NetworkController, PeerIndex};\nuse ckb_snapshot::{Snapshot, SnapshotMgr};\n-use ckb_stop_handler::{SignalSender, StopHandler};\n+use ckb_stop_handler::{SignalSender, StopHa... | Rust | MIT License | nervosnetwork/ckb | feat: sync update tx-pool for reorg | 1 | feat | null |
667,676 | 02.06.2021 19:33:39 | -28,800 | 35544b9bfd8346306a3862be94fbd36f01f5e303 | fix(core): fix code cache bug | [
{
"change_type": "MODIFY",
"diff": "#pragma once\n-#include <unordered_map>\n#include <cstdlib>\n+#include <string>\n+#include <unordered_map>\n#include <vector>\n-#include \"base/unicode_string_view.h\"\n-\nnamespace hippy {\nnamespace base {\nclass JSValueWrapper final {\npublic:\n- using unicode_string_v... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix code cache bug | 1 | fix | core |
126,276 | 02.06.2021 19:35:58 | 10,800 | f72243aa5d8a32564060e4365aa388266c39c4cb | chore(embedded/store): apply synced settings to indexing data | [
{
"change_type": "MODIFY",
"diff": "@@ -408,7 +408,7 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nWithFileMode(opts.FileMode).\nWithLog(opts.log).\nWithFileSize(fileSize).\n- WithSynced(false). // index is built from derived data\n+ WithSynced(opts.Synced). // built f... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): apply synced settings to indexing data
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
104,828 | 02.06.2021 20:00:01 | -7,200 | 3f7e177f2339a7ddb17790d839e5d492b3a3db3a | fix(mapcard): improved keys for lists | [
{
"change_type": "MODIFY",
"diff": "@@ -44,18 +44,19 @@ const Legend = ({\nonCollapsToggle,\ntestId,\n}) => {\n- const renderLegendKeys = (stop, i) => {\n+ const renderLegendKeys = () => {\n+ return stops.map(([value, color], i) => {\n+ const localValue = value.toLocaleString();\nreturn (\n- <div key={i} cl... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(mapcard): improved keys for lists | 1 | fix | mapcard |
332,724 | 02.06.2021 20:18:54 | -3,600 | 4da24b68d20cdb6f2eb40ba90b0b2feb0ab33af7 | test(ng-add): update test | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,15 @@ describe('ng-add schematic', () => {\nappTree = await runSchematic('lib', libOptions, appTree);\n});\n+ beforeEach(() => {\n+ jest.spyOn(fs, 'mkdirSync').mockImplementation(() => null);\n+ jest\n+ .spyOn(fs, 'writeFileSync')\n+ .mockImplementation((_pat... | TypeScript | MIT License | jscutlery/semver | test(ng-add): update test | 1 | test | ng-add |
332,724 | 02.06.2021 20:32:21 | -3,600 | 9181436a2c837441975ca797dac9ecf4d01fdd0b | refactor(ng-add): merge calls | [
{
"change_type": "MODIFY",
"diff": "-import { chain, noop, Rule, Tree } from '@angular-devkit/schematics';\n+import { chain, Rule, Tree } from '@angular-devkit/schematics';\nimport { updateNxJsonInTree, updateWorkspace } from '@nrwl/workspace';\nimport { SchemaOptions } from './schema';\n-import {\n- addCom... | TypeScript | MIT License | jscutlery/semver | refactor(ng-add): merge calls | 1 | refactor | ng-add |
104,828 | 02.06.2021 20:43:29 | -7,200 | f0eaaba0b0434ead74ddbdad986b0b6d24b5de4d | fix(table): added readme file to story | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { action } from '@storybook/addon-actions';\nimport { withKnobs, boolean } from '@storybook/addon-knobs';\n+import { withReadme } from 'storybook-readme';\nimport { CARD_ACTIONS } from '../../constants/LayoutConstants';\nimport StoryNoti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): added readme file to story | 1 | fix | table |
780,866 | 02.06.2021 21:03:48 | 10,800 | 87c2c7703fc6097dfcac7692544e672df90c6cc8 | perf(template/spa): hardset E-Com Plus logo image size | [
{
"change_type": "MODIFY",
"diff": "@@ -80,7 +80,12 @@ const logo = _.settings.logo\n<div class=\"ecom-credits\">\n<a href=\"https://e-com.plus\" target=\"_blank\" rel=\"noopener\">\nPowered by\n- <img src=\"https://ecom.nyc3.digitaloceanspaces.com/brand/plus/198x43.png\" alt=\"E-Com Plus\">\n+ <img\n+ src=... | JavaScript | MIT License | ecomplus/storefront | perf(template/spa): hardset E-Com Plus logo image size | 1 | perf | template/spa |
386,595 | 02.06.2021 22:34:09 | -7,200 | 3f85e6e6de12e6c7210c8e8daf5a22d022bb69c7 | fix(blocksAntd): Add forceSubMenuRender property to menu. | [
{
"change_type": "MODIFY",
"diff": "PageId: page_1_2\nproperties:\ntitle: Menu Item two\n+- id: 'properties.forceSubMenuRender with MenuLInks'\n+ type: Menu\n+ properties:\n+ forceSubMenuRender: true\n+ links:\n+ - id: menu_group_1\n+ type: MenuGroup\n+ properties:\n+ title: Menu Group 1\n+ links:\n+ - id: ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Add forceSubMenuRender property to menu. | 1 | fix | blocksAntd |
386,595 | 02.06.2021 22:34:31 | -7,200 | a4b7abc76bcd9a92f509ff02bd86ed90234af423 | fix(docs): Add forceSubMenuRender to menu. | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,8 @@ properties:\ntitle: {{ block_type }}\nheader:\ntheme: light\n+ menu:\n+ forceSubMenuRender: true\nsider:\nwidth: 256px\ninitialCollapsed:\n",
"new_path": "packages/docs/templates/blocks/template.yaml.njk",
"old_path": "packages/docs/templates/blo... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add forceSubMenuRender to menu. | 1 | fix | docs |
392,551 | 02.06.2021 22:37:31 | -7,200 | 1b558582fe5df78d3e3b4bdecc511d556de03562 | docs: add tag interact example | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ slug: /\n| --- | --- |\n| [Display](/examples/component-tag) | Display and configure [point](/api/classes/component.pointgeometry), [polygon](https://mapillary.github.io/mapillary-js/api/classes/component.polygongeometry) and [rectangle](/api/classes/com... | TypeScript | MIT License | mapillary/mapillary-js | docs: add tag interact example | 1 | docs | null |
392,551 | 02.06.2021 23:04:16 | -7,200 | 0d904a641b13ce5a8954f42bd5dc35bd1035a268 | fix: remove event listeners correctly | [
{
"change_type": "MODIFY",
"diff": "export class EventEmitter {\n- private _events: { [type: string]: ((event: any) => void)[] };\n+ private _events: { [type: string]: ((event: any) => void)[]; };\nconstructor() { this._events = {}; }\n@@ -29,16 +29,14 @@ export class EventEmitter {\nhandler: (event: T) => ... | TypeScript | MIT License | mapillary/mapillary-js | fix: remove event listeners correctly | 1 | fix | null |
730,451 | 02.06.2021 23:43:23 | 14,400 | 61763bd0111e3f465002a8e64d6990b502e3e308 | fix(plugin-meetings): camera still on when sendVideo is false | [
{
"change_type": "MODIFY",
"diff": "@@ -3040,8 +3040,8 @@ export default class Meeting extends StatelessWebexPlugin {\nMedia.getUserMedia(\n{\n...mediaDirection,\n- sendAudio: (mediaDirection.sendAudio === devicePermissions.sendAudio),\n- sendVideo: (mediaDirection.sendVideo === devicePermissions.sendVideo)... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): camera still on when sendVideo is false | 1 | fix | plugin-meetings |
777,407 | 03.06.2021 00:25:31 | 14,400 | 5b73278f933023b815a7beb08ca3acb773d306cf | chore: improve profiler throughput collectors
Add ThroughputTracker object to reduce code duplication for System Metric Collectors that collect Throughput. | [
{
"change_type": "MODIFY",
"diff": "@@ -783,6 +783,26 @@ class TimingsBatcher:\nGIGA = 1_000_000_000\n+class ThroughputTracker:\n+ def __init__(self, name: str, multiplier: float = 1.0):\n+ self.name = name\n+ self.multiplier = multiplier\n+ self.start_time = time.time()\n+ self.start_val = 0.0\n+\n+ def ad... | Python | Apache License 2.0 | determined-ai/determined | chore: improve profiler throughput collectors (#2490)
Add ThroughputTracker object to reduce code duplication for System Metric Collectors that collect Throughput. | 1 | chore | null |
126,276 | 03.06.2021 07:06:24 | 10,800 | f6665982579299168f4129f1c5718a8632e46841 | test(embedded/tbtree): compare against latest key update | [
{
"change_type": "MODIFY",
"diff": "@@ -328,7 +328,7 @@ func randomInsertions(t *testing.T, tbtree *TBtree, kCount int, override bool) {\nrequire.Equal(t, uint64(1), hc1)\n}\n- tss, err := snapshot.History(k, 0, false, 1)\n+ tss, err := snapshot.History(k, 0, true, 1)\nrequire.NoError(t, err)\nrequire.Equal... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/tbtree): compare against latest key update
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/tbtree |
392,551 | 03.06.2021 07:46:49 | -7,200 | 150bad00e39dc80a573d12744d9d7816172a55ee | fix: throw if graph image did not exist
Improve error message for non existing images. | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import { Sequence } from \"./Sequence\";\nimport { LngLat } from \"../api/interfaces/LngLat\";\nimport { SubscriptionHolder } from \"../util/SubscriptionHolder\";\nimport { ProviderCellEvent } from \"../api/events/ProviderCellEvent\";\n+import { GraphMap... | TypeScript | MIT License | mapillary/mapillary-js | fix: throw if graph image did not exist
Improve error message for non existing images. | 1 | fix | null |
777,419 | 03.06.2021 08:12:00 | -7,200 | bf9b3ac174bc77242d1e6bfb30642ed7399cda1f | fix: observability webui fixes [DET-5567][DET-5246][DET-5506][DET-5531][DET-5530][DET-5571] | [
{
"change_type": "MODIFY",
"diff": "@@ -254,11 +254,9 @@ const TrialDetailsComp: React.FC = () => {\n<TabPane key={TabType.Workloads} tab=\"Workloads\">\n<TrialDetailsWorkloads experiment={experiment} trial={trial} />\n</TabPane>\n- {tabKey === TabType.Profiles && (\n<TabPane key={TabType.Profiles} tab=\"Pr... | Python | Apache License 2.0 | determined-ai/determined | fix: observability webui fixes [DET-5567][DET-5246][DET-5506][DET-5531][DET-5530][DET-5571] (#2488) | 1 | fix | null |
471,283 | 03.06.2021 09:10:04 | -7,200 | 975abda29807228ad9fb30858a364ccc8fc445dc | chore: adding msnev to 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\n+* @dyladan @mayurkale22 @OlivierAlbertini @vmarchaud @markwolff @obecny @mwear @naseem... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: adding msnev to approvers (#2248) | 1 | chore | null |
332,724 | 03.06.2021 09:28:58 | -3,600 | 43ada7c7d33712fd5d461f1629b676fab91aead9 | fix(ng-add): execute prepare | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,11 @@ export interface PackageJsonPart<T> {\nexport function addDependencies(options: SchemaOptions) {\nreturn options.enforceConventionalCommits\n? chain([\n- _addDevDependencies(options),\n_addCommitizenConfig(),\n_addCommitlintConfig(),\n_addHuskyConfig()... | TypeScript | MIT License | jscutlery/semver | fix(ng-add): execute prepare | 1 | fix | ng-add |
104,828 | 03.06.2021 09:33:31 | -7,200 | 7878a918599ceab4a4c222088fc4cc9f3795b21f | fix(chore): code style changes using prettier | [
{
"change_type": "MODIFY",
"diff": "@@ -184,8 +184,7 @@ const StyledTableExpandRow = styled(({ hasRowSelection, ...props }) => (\n<TableExpandRow {...props} />\n))`\n&&& {\n- ${\n- // if single nested hierarchy AND there are children rows (meaning this is a parent),\n+ ${// if single nested hierarchy AND th... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(chore): code style changes using prettier | 1 | fix | chore |
306,309 | 03.06.2021 09:54:17 | -3,600 | 426f46974542c067b68e495a343663072d137dcf | fix(azure): handle cases where references are not available
This might happen if the reference is defined in another module. | [
{
"change_type": "MODIFY",
"diff": "@@ -26,8 +26,12 @@ func NewAzureRMCDNEndpoint(d *schema.ResourceData, u *schema.UsageData) *schema.\nvar costComponents []*schema.CostComponent\n- profile := d.References(\"profile_name\")[0]\n- sku := profile.Get(\"sku\").String()\n+ sku := \"\"\n+ var profile *schema.Re... | Go | Apache License 2.0 | infracost/infracost | fix(azure): handle cases where references are not available (#771)
This might happen if the reference is defined in another module. | 1 | fix | azure |
386,595 | 03.06.2021 09:54:30 | -7,200 | 4b1e6ceb9a80db324a56692072315baeaf4053d2 | fix(docs): Fix baseUrl typo, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ _ref:\nIt uses the [axios](https://github.com/axios/axios) library.\n- The same properties can be set on both connections and requests. The properties will be merged, with the request properties overwriting connection properties. This allows properties l... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix baseUrl typo, closes #607 | 1 | fix | docs |
791,394 | 03.06.2021 10:00:39 | -36,000 | 94485e6a5df08ef1ef668c71e4fcf916b40af852 | refactor(pubsublite): allow subscribe stream trackers to be reset
Enables the flowControlBatcher, subscriberOffsetTracker and messageDeliveryQueue to be reset. | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,13 @@ func exceedsExpediteRatio(pending, client int64) bool {\nreturn client > 0 && (float64(pending)/float64(client)) >= expediteBatchRequestRatio\n}\n+// Reset client tokens to the given values and reset pending tokens.\n+func (fc *flowControlBatcher) Reset... | Go | Apache License 2.0 | googleapis/google-cloud-go | refactor(pubsublite): allow subscribe stream trackers to be reset (#4145)
Enables the flowControlBatcher, subscriberOffsetTracker and messageDeliveryQueue to be reset. | 1 | refactor | pubsublite |
306,320 | 03.06.2021 10:09:31 | -3,600 | 3975b06efd6cc54831d67a89c4bc484baf346d39 | chore: remove deprecations from diff script | [
{
"change_type": "MODIFY",
"diff": "@@ -17,15 +17,6 @@ process_args () {\npercentage_threshold=${6:-$percentage_threshold}\npost_condition=${7:-$post_condition}\n- # Handle deprecated var names\n- path=${path:-$tfjson}\n- path=${path:-$terraform_json_file}\n- path=${path:-$tfplan}\n- path=${path:-$terraform... | Go | Apache License 2.0 | infracost/infracost | chore: remove deprecations from diff script (#774) | 1 | chore | null |
777,396 | 03.06.2021 10:28:39 | 21,600 | eecc446150ea0c75d2e2f955b229e89f8927c14d | fix: generating printable master config does not alter original
Since expconf, any S3 checkpoint storage configured in the master
which included the access key and access secret would be mangled while
generating a printable config, and experiments generated from that
master would no longer work. | [
{
"change_type": "MODIFY",
"diff": "@@ -96,7 +96,7 @@ func (c Config) Printable() ([]byte, error) {\nc.Telemetry.SegmentMasterKey = hiddenValue\nc.Telemetry.SegmentWebUIKey = hiddenValue\n- c.CheckpointStorage.Printable()\n+ c.CheckpointStorage = c.CheckpointStorage.Printable()\noptJSON, err := json.Marshal... | Python | Apache License 2.0 | determined-ai/determined | fix: generating printable master config does not alter original (#2502)
Since expconf, any S3 checkpoint storage configured in the master
which included the access key and access secret would be mangled while
generating a printable config, and experiments generated from that
master would no longer work. | 1 | fix | null |
126,276 | 03.06.2021 10:29:00 | 10,800 | 110d512be3964b933d586becb3b481a320a6fc67 | chore(embedded/store): validate replicated tx against current store | [
{
"change_type": "MODIFY",
"diff": "@@ -811,10 +811,10 @@ func (s *ImmuStore) appendData(entries []*KV, donec chan<- appendableResult) {\n}\nfunc (s *ImmuStore) Commit(entries []*KV, waitForIndexing bool) (*TxMetadata, error) {\n- return s.commitAt(entries, waitForIndexing, time.Now().Unix(), s.aht.Size())\... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): validate replicated tx against current store
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
791,723 | 03.06.2021 10:31:19 | 25,200 | 3f57de869e7bb9eb6081bba9e83effe5c1c0466f | tests(report): increase timeout for running axe on report renderer | [
{
"change_type": "MODIFY",
"diff": "@@ -323,8 +323,8 @@ describe('ReportRenderer', () => {\nresolve();\n});\n});\n- // Set timeout to 10s to give axe-core enough time to complete\n+ // This test takes 40s on fast hardware, and 50-60s on GHA.\n// https://github.com/dequelabs/axe-core/tree/b573b1c1/doc/exampl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(report): increase timeout for running axe on report renderer (#12610) | 1 | tests | report |
73,307 | 03.06.2021 10:32:24 | 14,400 | b7851a1f6658cee376cf66c71cce093c2a2ccd42 | docs: fix broken links
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "jsii-config is a command line utility for configuring [jsii enabled modules](../../README.md). It is useful to help convert an existing typescript module to a jsii module. It can also be used to revise existing jsii compiler configuration optiions, such as adding a new la... | TypeScript | Apache License 2.0 | aws/jsii | docs: fix broken links (#2867)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | docs | null |
217,237 | 03.06.2021 10:37:26 | -10,800 | d174ea9c9e249290f08c5103dc426f3f51caba79 | feat(website): change order for get-started (quick-start to bottom) | [
{
"change_type": "MODIFY",
"diff": "---\n-sidebar_position: 3\n+sidebar_position: 2\n---\n# Motivation\n",
"new_path": "docs/get-started/motivation.md",
"old_path": "docs/get-started/motivation.md"
},
{
"change_type": "MODIFY",
"diff": "---\n-sidebar_position: 2\n+sidebar_position: 1\n--... | JavaScript | MIT License | feature-sliced/documentation | feat(website): change order for get-started (quick-start to bottom) | 1 | feat | website |
126,276 | 03.06.2021 10:41:47 | 10,800 | 518786b3987541c1265ca52349622516b1cceb37 | chore(pkg/database): no wait for indexing during tx replication | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ type DB interface {\nCountAll() (*schema.EntryCount, error)\nTxByID(req *schema.TxRequest) (*schema.Tx, error)\nExportTxByID(req *schema.TxRequest) ([]byte, error)\n- ReplicateTx([]byte) (*schema.TxMetadata, error)\n+ ReplicateTx(exportedTx []byte) (*sch... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): no wait for indexing during tx replication
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
777,369 | 03.06.2021 10:55:56 | 21,600 | 106294a66a38bfbf53ce371466b64e8af2b101e3 | chore: migrate away from spot checks and move towards waiting for an expected case | [
{
"change_type": "DELETE",
"diff": "-# Dashboard\n-Tags: parallelizable\n-\n-Specification to test the dashboard page.\n-\n-## Sign in\n-\n-* Sign in as \"user-w-pw\" with \"special-pw\"\n-* Navigate to dashboard page\n-\n-// ## Check recent tasks\n-\n-// * Should have \"7\" recent task cards\n-\n-## Sign o... | Python | Apache License 2.0 | determined-ai/determined | chore: migrate away from spot checks and move towards waiting for an expected case (#2495) | 1 | chore | null |
791,321 | 03.06.2021 10:59:30 | 14,400 | 5711fb10d25c458807598d736a232bb2210a047a | fix(bttest): fix race condition in SampleRowKeys
Fixes mutex locking/unlocking and adds a test for concurrent operations. | [
{
"change_type": "MODIFY",
"diff": "@@ -252,12 +252,14 @@ func (s *server) ModifyColumnFamilies(ctx context.Context, req *btapb.ModifyColu\nfunc (s *server) DropRowRange(ctx context.Context, req *btapb.DropRowRangeRequest) (*emptypb.Empty, error) {\ns.mu.Lock()\n- defer s.mu.Unlock()\ntbl, ok := s.tables[re... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(bttest): fix race condition in SampleRowKeys (#4207)
Fixes mutex locking/unlocking and adds a test for concurrent operations. | 1 | fix | bttest |
71,578 | 03.06.2021 11:04:50 | 25,200 | da6f2c6752a5ad0bd602d267480ff05cb919e13b | chore: transfer shivlaks ownership to BenChaimberg | [
{
"change_type": "MODIFY",
"diff": "@@ -201,8 +201,8 @@ jobs:\n{\"keywords\":[\"(@aws-cdk/aws-sqs)\",\"(aws-sqs)\",\"(sqs)\"],\"labels\":[\"@aws-cdk/aws-sqs\"],\"assignees\":[\"njlynch\"]},\n{\"keywords\":[\"(@aws-cdk/aws-ssm)\",\"(aws-ssm)\",\"(ssm)\"],\"labels\":[\"@aws-cdk/aws-ssm\"],\"assignees\":[\"njl... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: transfer shivlaks ownership to BenChaimberg (#14976) | 1 | chore | null |
531,793 | 03.06.2021 11:09:18 | -3,600 | aeb9f21b136c6096c57cb7227f01034f33383719 | fix(ui): correct typescript errors | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ const MountedModal = (isOpen: boolean, isUpper?: boolean) => {\ndescribe(\"<ModalInner />\", () => {\nit(\"scroll isn't enabled if ref is null\", () => {\nconst useRefSpy = jest.spyOn(React, \"useRef\").mockImplementation(() =>\n- Object.defineProperty({... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): correct typescript errors | 1 | fix | ui |
386,581 | 03.06.2021 11:09:23 | -7,200 | dc4848a28f70b969865e7a207d0ccfd01c9f69d4 | feat: Use package in dev server. | [
{
"change_type": "MODIFY",
"diff": "@@ -5040,20 +5040,11 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"apollo-server-express\", \"virtual:dddca670fd0b7758fb2e1b1a3e18ac7ebd1ecd06ecdd7acec2b78bccf1d35802cb22904bfbb233b16515a81f5cb819421786d20887823d98022b367036c1ad51#npm:2.25.0\"],\n[\"babel... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Use @lowdefy/server package in dev server. | 1 | feat | null |
791,370 | 03.06.2021 11:09:46 | 21,600 | e1885929e4740898bf80a94cb196c63618eebf75 | chore: skip protos with broken imports | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,10 @@ var denylist = map[string]bool{\n// Temporarily stop generation of removed protos. Will be manually cleaned\n// up with: https://github.com/googleapis/google-cloud-go/issues/4098\n\"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1alpha2\"... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: skip protos with broken imports (#4209) | 1 | chore | null |
126,276 | 03.06.2021 11:10:20 | 10,800 | 82acf8d17431b22adbcaf2f1e17ef22cc6c46e2f | chore(embedded/store): edge-case validation with first tx | [
{
"change_type": "MODIFY",
"diff": "@@ -841,10 +841,14 @@ func (s *ImmuStore) commitUsing(entries []*KV, md *TxMetadata, waitForIndexing b\ncurrTxID, currAlh := s.Alh()\n- blRoot, err := s.aht.RootAt(blTxID)\n+ var blRoot [sha256.Size]byte\n+\n+ if blTxID > 0 {\n+ blRoot, err = s.aht.RootAt(blTxID)\nif err ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): edge-case validation with first tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
889,620 | 03.06.2021 11:25:43 | -28,800 | 480871c966eba64ad74356254765cbd09c8682b8 | fix(api): updating read progress from tachiyomi would mess up On Deck | [
{
"change_type": "MODIFY",
"diff": "@@ -405,7 +405,10 @@ class SeriesController(\nprincipal.user.id,\nUnpagedSorted(Sort.by(Sort.Order.asc(\"metadata.numberSort\"))),\n).filterIndexed { index, _ -> index < readProgress.lastBookRead }\n- .forEach { book -> bookLifecycle.markReadProgressCompleted(book.id, pri... | Kotlin | MIT License | gotson/komga | fix(api): updating read progress from tachiyomi would mess up On Deck | 1 | fix | api |
777,388 | 03.06.2021 11:29:01 | 21,600 | 1ca42b443e52a2f51f5d316a49f4642986cde24d | chore: fix TF version detection and RNG usage in test | [
{
"change_type": "MODIFY",
"diff": "import copy\nimport tempfile\nimport time\n+from typing import Union\nimport pytest\n@@ -252,7 +253,7 @@ def test_startup_hook() -> None:\n)\n-def _test_rng_restore(fixture: str, metrics: list) -> None:\n+def _test_rng_restore(fixture: str, metrics: list, tf2: Union[None,... | Python | Apache License 2.0 | determined-ai/determined | chore: fix TF version detection and RNG usage in test (#2500) | 1 | chore | null |
471,204 | 03.06.2021 11:43:31 | 14,400 | 287098d193241b755c0e95ff9d5f599e4efba0bd | chore: Link to spec versioning doc | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,10 @@ This is the JavaScript version of [OpenTelemetry](https://opentelemetry.io/), a\n| | 0.12.x | 0.11.x |\n| | 0.11.x | 0.10.x |\n+## Versioning\n+\n+The current version for each package can be found in the respective `package.json` file for that module. F... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: Link to spec versioning doc (#1737) | 1 | chore | null |
869,317 | 03.06.2021 11:54:52 | -7,200 | 527f46636d19d2e9dc1158fff56778fe3d7d4626 | feat: Thorchain driver | [
{
"change_type": "MODIFY",
"diff": "@@ -284,6 +284,7 @@ exports.Sushiswap = require('./sushiswap');\nexports.Switcheo = require('./switcheo');\nexports.Tchapp = require('./tchapp');\nexports.Therock = require('./therock');\n+exports.Thorchain = require('./thorchain');\nexports.Thoreexchange = require('./tho... | JavaScript | MIT License | coinranking/exchanges | feat: Thorchain driver | 1 | feat | null |
531,793 | 03.06.2021 11:55:50 | -3,600 | c4bc183897875881cea608d260604191b1c35dfb | fix(build): clean extra dirs | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ test: lint\n.PHONY: clean\nclean:\n- rm -fr $(NAME) $(NAME)-* ui/build ui/node_modules coverage.txt\n+ rm -fr $(NAME) $(NAME)-* ui/build ui/node_modules ui/coverage ui/e2e/node_modules coverage.txt\n.PHONY: show-version\nshow-version:\n",
"new_path":... | TypeScript | Apache License 2.0 | prymitive/karma | fix(build): clean extra dirs | 1 | fix | build |
392,551 | 03.06.2021 12:01:35 | -7,200 | b9c4799c97b04b1b688cb512077af94b0b88e7a4 | docs: add million markers example | [
{
"change_type": "MODIFY",
"diff": "@@ -63,12 +63,10 @@ slug: /\n### Marker\n| Example | Description |\n-| ------------------- | ----------------------------------- |\n-| Add | |\n-| Appearance | Configure marker style and behavior |\n-| Interact | |\n-| Map Synchronization | |\n-| One Million | |\n+| --- |... | TypeScript | MIT License | mapillary/mapillary-js | docs: add million markers example | 1 | docs | null |
531,793 | 03.06.2021 12:38:57 | -3,600 | 79c2fbc6e7e660eb5acb6f64646e457130d637fc | feat(backend): use automaxprocs for GOMAXPROCS | [
{
"change_type": "MODIFY",
"diff": "# Changelog\n+## [unreleased]\n+\n+### Added\n+\n+- Use [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs)\n+ to automatically adjust `GOMAXPROCS` to match Linux container CPU quota.\n+\n## v0.86\n### Added\n",
"new_path": "CHANGELOG.md",
"old_path": ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): use automaxprocs for GOMAXPROCS | 1 | feat | backend |
791,723 | 03.06.2021 13:00:16 | 25,200 | 761e47e066793e18a3bfb7be708326961276c1d5 | tests(treemap): add test for node coverage shading | [
{
"change_type": "MODIFY",
"diff": "const fs = require('fs');\nconst puppeteer = require('puppeteer');\nconst {server} = require('../../lighthouse-cli/test/fixtures/static-server.js');\n-const portNumber = 10200;\n+const portNumber = 20202;\nconst treemapUrl = `http://localhost:${portNumber}/dist/gh-pages/t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(treemap): add test for node coverage shading (#12609) | 1 | tests | treemap |
386,581 | 03.06.2021 13:27:44 | -7,200 | 4854f74733d3d3d5de0426b17669760e41785508 | feat: use lowdefy server in docker and lambda servers | [
{
"change_type": "MODIFY",
"diff": "@@ -5095,6 +5095,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/block-tools\", \"workspace:packages/blockTools\"],\n[\"@lowdefy/graphql\", \"workspace:packages/graphql\"],\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n+ [\"@lowd... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: use lowdefy server in docker and lambda servers | 1 | feat | null |
310,967 | 03.06.2021 13:34:11 | 18,000 | 868e61d70c54023e39896b677ceac331b0606167 | fix: updated `ionic start` to update lock files when the --no-deps arg is passed | [
{
"change_type": "MODIFY",
"diff": "@@ -592,6 +592,17 @@ Use the ${input('--type')} option to start projects using older versions of Ioni\nconst [installer, ...installerArgs] = await pkgManagerArgs(this.env.config.get('npmClient'), { command: 'install' });\nawait this.env.shell.run(installer, installerArgs,... | TypeScript | MIT License | ionic-team/ionic-cli | fix: updated `ionic start` to update lock files when the --no-deps arg is passed (#4706) | 1 | fix | null |
877,015 | 03.06.2021 13:37:25 | -7,200 | 8ffce71bc09e988814826f37ba55b5896e17f34f | refactor(@vtmn/css-button): stretched sizes | [
{
"change_type": "MODIFY",
"diff": "<div class=\"block\">\n<button\n- class=\"vtmn-btn vtmn-btn_variant--conversion vtmn-btn_size--stretched\"\n+ class=\"\n+ vtmn-btn\n+ vtmn-btn_variant--conversion\n+ vtmn-btn_size--small vtmn-btn_size--stretched\n+ \"\n+ >\n+ Button\n+ </button>\n+</div>\n+<div class=\"bl... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-button): stretched sizes (#340) | 1 | refactor | @vtmn/css-button |
791,682 | 03.06.2021 13:57:01 | 14,400 | a76fedd3f2fd05fd0213ab4f5b9fb3d5a1ecaaeb | core(fr): convert additional base artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,8 @@ const artifacts = {\nFormElements: '',\nFullPageScreenshot: '',\nGlobalListeners: '',\n+ HostFormFactor: '',\n+ HostUserAgent: '',\nIFrameElements: '',\nImageElements: '',\nInstallabilityErrors: '',\n@@ -57,6 +59,8 @@ for (const key of Object.keys(artifa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): convert additional base artifacts (#12594) | 1 | core | fr |
777,407 | 03.06.2021 14:02:16 | 14,400 | 2b04bf0c6336dbad4987ed157983931c0060c9ce | chore: fix TrialsSnapshotResponse comment typo | [
{
"change_type": "MODIFY",
"diff": "@@ -364,7 +364,7 @@ message TrialsSnapshotRequest {\nint32 period_seconds = 6;\n}\n-// Response to TrialSnapshotResponse\n+// Response to TrialsSnapshotRequest\nmessage TrialsSnapshotResponse {\noption (grpc.gateway.protoc_gen_swagger.options.openapiv2_schema) = {\njson_s... | Python | Apache License 2.0 | determined-ai/determined | chore: fix TrialsSnapshotResponse comment typo (#2492) | 1 | chore | null |
306,320 | 03.06.2021 14:07:26 | -3,600 | 1e960e00a7fe7846d1113b9d0a692f4b8e95764f | fix: fix project name for CI/CD integrations | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ func GenerateProjectName(metadata *ProjectMetadata) string {\n// Parses the \"org/repo\" from the git URL if possible.\n// Otherwise it just returns the URL.\nfunc nameFromRepoURL(url string) string {\n- r := regexp.MustCompile(`(?:\\w+@|https:\\/\\/)(?:... | Go | Apache License 2.0 | infracost/infracost | fix: fix project name for CI/CD integrations | 1 | fix | null |
869,317 | 03.06.2021 14:07:44 | -7,200 | 0fa2bdaff5bb9f0d8f4cf49c0cc52adc53df5e9f | fix: fix 1inch driver issues
Corrected base and quote and added checks to make sure
we don't do calculations with zeroes as otherwise we might
get some weird values, for example there were some tickers
with the close being Infinity. | [
{
"change_type": "MODIFY",
"diff": "@@ -14,15 +14,25 @@ class _1inch extends Driver {\nasync fetchTickers() {\nconst tickers = await request('https://governance.1inch.exchange/v1.1/protocol/pairs');\n- return tickers.map((ticker) => new Ticker({\n- base: ticker.token0.symbol,\n- baseReference: ticker.token0... | JavaScript | MIT License | coinranking/exchanges | fix: fix 1inch driver issues
Corrected base and quote and added checks to make sure
we don't do calculations with zeroes as otherwise we might
get some weird values, for example there were some tickers
with the close being Infinity. | 1 | fix | null |
306,309 | 03.06.2021 14:11:26 | -3,600 | 1c8343804e4dac43461e763f54d3aae6b6938a06 | chore: add buildkite | [
{
"change_type": "MODIFY",
"diff": "@@ -111,6 +111,8 @@ func ciPlatform() string {\nreturn \"circleci\"\n} else if IsTruthy(os.Getenv(\"JENKINS_HOME\")) {\nreturn \"jenkins\"\n+ } else if IsTruthy(os.Getenv(\"BUILDKITE\")) {\n+ return \"buildkite\"\n} else if IsTruthy(os.Getenv(\"SYSTEM_COLLECTIONURI\")) {\... | Go | Apache License 2.0 | infracost/infracost | chore: add buildkite | 1 | chore | null |
531,793 | 03.06.2021 14:19:14 | -3,600 | 186d2a4e0131c87047980a086bdf43b09129ebc0 | fix(backend): add a go_max_procs metric | [
{
"change_type": "MODIFY",
"diff": "- Use [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs)\nto automatically adjust `GOMAXPROCS` to match Linux container CPU quota.\n+ Runtime value of `GOMAXPROCS` is now exported as a `go_max_procs` metric.\n## v0.86\n",
"new_path": "CHANGELOG.md",
"... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): add a go_max_procs metric | 1 | fix | backend |
386,595 | 03.06.2021 14:38:04 | -7,200 | 305b3aa3f9ff51c605384e36902c15d3491a5736 | feat(engine): Add catchActions to events, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,15 +21,13 @@ class Actions {\nconstructor(context) {\nthis.context = context;\nthis.callAction = this.callAction.bind(this);\n+ this.callActionLoop = this.callActionLoop.bind(this);\nthis.callActions = this.callActions.bind(this);\nthis.displayMessage = this.displa... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(engine): Add catchActions to events, closes #608 | 1 | feat | engine |
386,595 | 03.06.2021 14:38:31 | -7,200 | 7e05b0eb75a92613507731e1cbceb71433d86e71 | fix(build): Handle try catch options in actions schema. | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,7 @@ async function buildBlock(block, blockContext) {\nblock.blockId = block.id;\nblock.id = `block:${blockContext.pageId}:${block.id}`;\nawait setBlockMeta(block, blockContext.metaLoader, blockContext.pageId);\n+\nlet newBlockContext = blockContext;\nif (blo... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(build): Handle try catch options in actions schema. | 1 | fix | build |
306,353 | 03.06.2021 14:41:50 | -18,000 | 6eaa5c6e8643c873127fdfac8aac7b542b520817 | feat(azure): Add support for TDU purchase model for Azure MSSQL
* added dtu purchase option
* added Compute cost component
* lint fix
* update golden file
Fixes and | [
{
"change_type": "MODIFY",
"diff": "@@ -648,6 +648,7 @@ resource_usage:\nazurerm_mssql_database.my_database:\nmonthly_vcore_hours: 600 # Monthly number of used vCore-hours for serverless compute.\nlong_term_retention_storage_gb: 1000 # Number of GBs used by long-term retention backup storage.\n+ extra_data_... | Go | Apache License 2.0 | infracost/infracost | feat(azure): Add support for TDU purchase model for Azure MSSQL (#773)
* added dtu purchase option
* added Compute cost component
* lint fix
* update golden file
Fixes #755 and #758 | 1 | feat | azure |
386,581 | 03.06.2021 14:43:55 | -7,200 | 4a78a9753c54ef217a14e99924a0f02b4bdddf9f | feat: Use lowdefy server in netlify server. | [
{
"change_type": "MODIFY",
"diff": "@@ -5164,6 +5164,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/block-tools\", \"workspace:packages/blockTools\"],\n[\"@lowdefy/graphql\", \"workspace:packages/graphql\"],\n[\"@lowdefy/node-utils\", \"workspace:packages/nodeUtils\"],\n+ [\"@lowd... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Use lowdefy server in netlify server. | 1 | feat | null |
777,396 | 03.06.2021 14:51:21 | 21,600 | 87b1e5984dd598b0c25507341c832195e929e205 | docs: add release note for printable config | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+ - Master Config: Fix a bug for master configs which had explicit S3\n+ secrets configured in ``checkpoint_storage``. The behavior was\n+ that experiments which did not override the master-provided\n+ checkpoint storage would fail.\n",
"... | Python | Apache License 2.0 | determined-ai/determined | docs: add release note for printable config (#2507) | 1 | docs | null |
392,551 | 03.06.2021 15:01:55 | -7,200 | d28368c5a8c8224c2fb79e5c84fe77e41a833a25 | docs: add core marker example | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ slug: /\n| Example | Description |\n| --- | --- |\n-| Display | Display markers with different appearance and behavior |\n+| [Display](/examples/component-marker) | Display markers with different [appearance](/api/interfaces/component.simplemarkeroptions... | TypeScript | MIT License | mapillary/mapillary-js | docs: add core marker example | 1 | docs | null |
276,943 | 03.06.2021 15:15:11 | 10,800 | af61cd1562bc42d66e5b350e63f5b68cf6cbb288 | fix(codeblock): add 'react-scripts' as dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ const getPackage = ([imports, component]) =>\ndependencies: {\nreact: 'latest',\n'react-dom': 'latest',\n+ 'react-scripts': 'latest',\n'@gympass/yoga': 'latest',\n'styled-components': 'latest',\n},\n",
"new_path": "packages/doc/src/components/CodeBlo... | JavaScript | MIT License | gympass/yoga | fix(codeblock): add 'react-scripts' as dependency | 1 | fix | codeblock |
126,311 | 03.06.2021 15:25:56 | -10,800 | 6e54e09a1ee7577393096015afec7926e9821f28 | feat: add /healthz and /version endpoints for immudb and immuclient auditor | [
{
"change_type": "MODIFY",
"diff": "@@ -104,6 +104,8 @@ func (cAgent *auditAgent) InitAgent() (AuditAgent, error) {\n}\n}\n+ auditMonitoringHTTPPort := viper.GetInt(\"audit-monitoring-port\")\n+\nvar pk *ecdsa.PublicKey\nif cliOpts.ServerSigningPubKey != \"\" {\npk, err = signer.ParsePublicKeyFile(cliOpts.S... | Go | Apache License 2.0 | codenotary/immudb | feat: add /healthz and /version endpoints for immudb and immuclient auditor
Signed-off-by: Valentin Padurean (Ogg) <912518+padurean@users.noreply.github.com> | 1 | feat | null |
756,013 | 03.06.2021 15:26:10 | 21,600 | 00d69dab293f166e8e17adc05b0121dd99534adf | feat(deployment): --genesis=FILE and unique digitalocean SSH keys | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ RUN echo 'deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main' >> /e\n# COPY --from=go-build /go/bin/journalbeat /usr/local/bin/\nWORKDIR /usr/src/agoric-sdk/packages/deployment\n-RUN ln -sf $PWD/ag-setup-cosmos /usr/local/bin/\n+RUN ln -sf $... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(deployment): --genesis=FILE and unique digitalocean SSH keys | 1 | feat | deployment |
71,637 | 03.06.2021 15:29:05 | 25,200 | a466ba556c311e32695ee1f8da8f0b2791a7c1fe | docs(aws-glue): catalogID should be described as the AWS account ID
In response to a support request from a customer, updates the description for the catalogID property to mention it is usually the AWS account ID, using the same wording used to describe the property on the corresponding properties interface. | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export class Database extends Resource implements IDatabase {\npublic readonly catalogArn: string;\n/**\n- * ID of the Glue catalog in which this database is stored.\n+ * The catalog id of the database (usually, the AWS account id).\n*/\npublic readonly ... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(aws-glue): catalogID should be described as the AWS account ID (#14942)
In response to a support request from a customer, updates the description for the catalogID property to mention it is usually the AWS account ID, using the same wording used to describe the property on the corresponding properties interface. | 1 | docs | aws-glue |
551,636 | 03.06.2021 15:55:58 | -3,600 | db3c7807e09bd0b5656bbf1da83df190fb0d6689 | chore(sql): updated insert lag syntax to fall inline with 'create table' and 'alter table' syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -541,17 +541,6 @@ public class SqlKeywords {\n&& (tok.charAt(i)) == 'r';\n}\n- public static boolean isLag(CharSequence tok) {\n- if (tok.length() != 3) {\n- return false;\n- }\n-\n- int i = 0;\n- return (tok.charAt(i++)) == 'l'\n- && (tok.charAt(i++)) == 'a'\n- && (to... | Java | Apache License 2.0 | questdb/questdb | chore(sql): updated insert lag syntax to fall inline with 'create table' and 'alter table' syntax (#1080) | 1 | chore | sql |
791,436 | 03.06.2021 16:02:48 | -36,000 | 7fce29af404f0623b483ca6d6f2af4c726105fa6 | feat(spanner): add a database name getter to client | [
{
"change_type": "MODIFY",
"diff": "@@ -82,6 +82,12 @@ type Client struct {\nqo QueryOptions\n}\n+// DatabaseName returns the full name of a database, e.g.,\n+// \"projects/spanner-cloud-test/instances/foo/databases/foodb\".\n+func (c *Client) DatabaseName() string {\n+ return c.sc.database\n+}\n+\n// Clien... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner): add a database name getter to client (#4190) | 1 | feat | spanner |
756,013 | 03.06.2021 16:06:31 | 21,600 | e706e747e8cdd54ed74f525b91d2d3fc2db61254 | feat(deployment): fetch --genesis=<url> | [
{
"change_type": "MODIFY",
"diff": "@@ -265,13 +265,21 @@ const askProvider = ({ inquirer }) => PROVIDERS => {\nreturn inquirer.prompt(questions);\n};\n-const doInit = ({ env, rd, wr, running, setup, inquirer, fetch }) => async (\n- progname,\n- args,\n-) => {\n+const doInit = ({\n+ env,\n+ rd,\n+ wr,\n+ ru... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(deployment): fetch --genesis=<url> | 1 | feat | deployment |
777,407 | 03.06.2021 16:49:04 | 14,400 | 24432fe176887327e07e73a4a3b992b1db209b17 | docs: add profiling how-to | [
{
"change_type": "ADD",
"diff": "+.. _howto-profiling:\n+\n+##############################\n+ How To Profile An Experiment\n+##############################\n+\n+When optimizing the training speed of a model, the first step is to\n+understand where and why training is slow. Once the bottlenecks have\n+been i... | Python | Apache License 2.0 | determined-ai/determined | docs: add profiling how-to [DET-5209] (#2384) | 1 | docs | null |
134,828 | 03.06.2021 16:55:50 | -7,200 | 5b86b2718d4696894d8276f2c06f8f282b681f22 | chore: [] add prefix to team name | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ updates:\ninterval: daily\nopen-pull-requests-limit: 99\nreviewers:\n- - 'team-extensibility'\n+ - 'contentful/team-extensibility'\nignore:\n- dependency-name: husky\nversions:\n@@ -24,7 +24,7 @@ updates:\ninterval: daily\nopen-pull-requests-limit: 99\nrev... | JavaScript | MIT License | contentful/create-contentful-app | chore: [] add prefix to team name (#486) | 1 | chore | null |
667,635 | 03.06.2021 17:50:25 | -28,800 | 0c33d3b48b3b960aec79e06aa5e2d78831f8095b | fix(ios): check if null pointer before setting __hippycurdir__ | [
{
"change_type": "MODIFY",
"diff": "@@ -228,7 +228,14 @@ static unicode_string_view NSStringToU8(NSString* str) {\nNSString *string = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];\ncontext->SetGlobalJsonVar(\"__HIPPYNATIVEGLOBAL__\", NSStringToU8(string));\ncontext->SetGlobalJsonVar(\"... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): check if null pointer before setting __hippycurdir__ | 1 | fix | ios |
777,401 | 03.06.2021 18:09:28 | 14,400 | 1f49553efccbcb60ab05d59e3e821b14c6670a4a | test: add e2e tests for profiling features
This change adds tests to cover all the observability features. | [
{
"change_type": "MODIFY",
"diff": "@@ -181,3 +181,10 @@ def set_pod_spec(config: Dict[Any, Any], pod_spec: Dict[Any, Any]) -> Dict[Any,\nconfig.setdefault(\"environment\", {})\nconfig[\"environment\"][\"pod_spec\"] = pod_spec\nreturn config\n+\n+\n+def set_profiling_enabled(config: Dict[Any, Any]) -> Dict[... | Python | Apache License 2.0 | determined-ai/determined | test: add e2e tests for profiling features [DET-5245] (#2481)
This change adds tests to cover all the observability features. | 1 | test | null |
386,595 | 03.06.2021 18:48:50 | -7,200 | 3d7969d9f6b483211820598b2deb69701ad2ed08 | fix(docs): Update docs for try catch actions. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,9 @@ _ref:\n- Events are triggered when something happens on a page, like clicking a button or loading a page.\n- A list of actions are executed sequentially by a triggered event.\n- If an action errors, the actions that follow are skipped.\n+ - Action errors... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Update docs for try catch actions. | 1 | fix | docs |
317,646 | 03.06.2021 19:55:08 | -7,200 | bf0fc0a8b5f30596e44f0d2fa83410b2fe78d222 | docs: add git executable version info
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,10 @@ sidebar_label: Git\n## What\n-Display `git status` information when in a git repository. Also works for subfolders.\n-Local changes can also shown by default using the following syntax for both the working and staging area:\n+Display git information when ... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: add git executable version info
relates to #753 | 1 | docs | null |
104,828 | 03.06.2021 20:20:30 | -7,200 | d605c4f9a6ff5a526154c76be8bb15780226b1ec | feat(mapcard): added draggable related content panels and updated react-dnd | [
{
"change_type": "MODIFY",
"diff": "\"mockdate\": \"^3.0.5\",\n\"polished\": \"^2.3.3\",\n\"prop-types\": \"^15.7.2\",\n- \"react-dnd\": \"11.1.3\",\n- \"react-dnd-html5-backend\": \"11.1.3\",\n+ \"react-dnd\": \"14.0.2\",\n+ \"react-dnd-html5-backend\": \"14.0.0\",\n\"react-grid-layout\": \"1.2.2\",\n\"rea... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): added draggable related content panels and updated react-dnd | 1 | feat | mapcard |
551,645 | 03.06.2021 20:28:07 | -10,800 | 334cc8090e65f6fafa0212fd4cf89e765772e1fb | chore: add CMake debug/release configuration | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ project(questdb)\nset(CMAKE_CXX_STANDARD 17)\nset(CMAKE_CXX_STANDARD_REQUIRED True)\nset(CMAKE_POSITION_INDEPENDENT_CODE ON)\n-set(CMAKE_BUILD_TYPE MinSizeRel)\n# deal with windows slashes in JAVA_HOME\nif ($ENV{JAVA_HOME})\n@@ -133,6 +132,9 @@ include(${Z... | Java | Apache License 2.0 | questdb/questdb | chore: add CMake debug/release configuration (#1094) | 1 | chore | null |
392,551 | 03.06.2021 20:38:20 | -7,200 | 4a51ddef8388e1309cb65fa0c0ccf27834b503cb | docs: add marker map synchronization example | [
{
"change_type": "MODIFY",
"diff": "@@ -65,8 +65,8 @@ slug: /\n| Example | Description |\n| --- | --- |\n| [Display](/examples/component-marker) | Display markers with different [appearance](/api/interfaces/component.simplemarkeroptions) and [behavior](/api/classes/component.markercomponent#getmarkeridat) |... | TypeScript | MIT License | mapillary/mapillary-js | docs: add marker map synchronization example | 1 | docs | null |
756,013 | 03.06.2021 21:42:57 | 21,600 | c9f8e5a27fb5b713a55b5198e0a05a6be297c9f1 | test: update top-level `yarn test` to run successfully | [
{
"change_type": "MODIFY",
"diff": "\"lint-fix\": \"yarn workspaces run lint-fix\",\n\"lint-check\": \"yarn workspaces run lint-check\",\n\"lint\": \"yarn workspaces run lint-check\",\n- \"test\": \"ava\",\n+ \"test\": \"yarn workspaces run test\",\n\"test:c8-all\": \"rm -rf coverage/tmp && C8_OPTIONS=\\\"-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test: update top-level `yarn test` to run successfully | 1 | test | null |
269,464 | 04.06.2021 00:12:47 | 0 | e25b6bb3134f69bca50a8b0c2e43e2ddb1a6ea60 | test: docker image template test cases
for | [
{
"change_type": "MODIFY",
"diff": "@@ -399,6 +399,48 @@ func TestRunPipe(t *testing.T) {\npubAssertError: shouldNotErr,\nmanifestAssertError: shouldNotErr,\n},\n+ \"image template with env\": {\n+ env: map[string]string{\n+ \"FOO\": \"test_run_pipe_template\",\n+ },\n+ dockers: []config.Docker{\n+ {\n+ Ima... | Go | MIT License | goreleaser/goreleaser | test: docker image template test cases
for #2281
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
71,297 | 04.06.2021 00:55:54 | -7,200 | ced9b38e0e30613befd48a9e198086412d19c175 | fix(docs): fixed typos in documentation
Fixed some documenations typos.
*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": "@@ -16,7 +16,7 @@ ALL CDK applications are composed of constructs, which are the basic building bl\nA construct can represent a single resource, such as an Amazon Simple Storage Service (Amazon S3) bucket, or it can represent a higher-level component consisting of multipl... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(docs): fixed typos in documentation (#14760)
Fixed some documenations typos.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | docs |
71,663 | 04.06.2021 03:22:43 | 25,200 | adf60bee27edb8fbedb8777b322db0443d8c90bb | chore(pkglint): v2 CLI package.json cannot have "main" and "types" keys
To prevent errors like
*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": "@@ -1707,6 +1707,31 @@ export class AwsCdkLibReadmeMatchesCore extends ValidationRule {\n}\n}\n+/**\n+ * Enforces that the aws-cdk's package.json on the V2 branch does not have the \"main\"\n+ * and \"types\" keys filled.\n+ */\n+export class CdkCliV2MissesMainAndTypes ex... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(pkglint): v2 CLI package.json cannot have "main" and "types" keys (#14962)
To prevent errors like #14909.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | pkglint |
126,276 | 04.06.2021 09:06:09 | 10,800 | 88fd50515d2affaaa4cb5f1e5b32427cd8b5e969 | chore(pkg/database): auto-registration when not present in the catalog | [
{
"change_type": "MODIFY",
"diff": "@@ -129,9 +129,19 @@ func OpenDb(op *DbOptions, catalogDB DB, log logger.Logger) (DB, error) {\n}\nerr = dbi.sqlEngine.UseDatabase(dbi.options.dbName)\n+ if err == sql.ErrDatabaseDoesNotExist {\n+ // Database registration may be needed when opening a database created with... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): auto-registration when not present in the catalog
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
777,369 | 04.06.2021 09:22:54 | 21,600 | 4fd3326277b03e8ad62047b7b27d65491a45ee10 | chore: task list filters | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Improvements**\n+\n+- WebUI: Migrate the task list table filters over to the native table\n+ filters.\n",
"new_path": "docs/release-notes/2466-task-list-filters.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import { Table ... | Python | Apache License 2.0 | determined-ai/determined | chore: task list filters [DET-5390] (#2466) | 1 | chore | null |
126,276 | 04.06.2021 09:23:22 | 10,800 | 23540d116beb88aae1818b317f6a31ea9fd5e987 | chore(pkg/database): retry database selection after registration
chore(pkg/database): remove duplicated error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -139,7 +139,9 @@ func OpenDb(op *DbOptions, catalogDB DB, log logger.Logger) (DB, error) {\n}\nlog.Infof(\"Database '%s' successfully registered\", dbDir)\n- } else if err != nil {\n+ err = dbi.sqlEngine.UseDatabase(dbi.options.dbName)\n+ }\n+ if err != nil {\nreturn n... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): retry database selection after registration
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
chore(pkg/database): remove duplicated error handling
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
777,369 | 04.06.2021 10:28:50 | 21,600 | 0c9ec27e06ea0b23e69664320c3df8b6e63b5ab9 | fix: avoid rc dev release mismatch notifications | [
{
"change_type": "MODIFY",
"diff": "@@ -38,8 +38,11 @@ const AppView: React.FC = () => {\nuseEffect(() => {\nsetupAnalytics(info);\n- // Check to make sure the WebUI version matches the platform version.\n- if (info.version !== process.env.VERSION) {\n+ /*\n+ * Check to make sure the WebUI version matches t... | Python | Apache License 2.0 | determined-ai/determined | fix: avoid rc dev release mismatch notifications (#2405) | 1 | fix | null |
71,742 | 04.06.2021 10:44:23 | 18,000 | d1b6ce44f6058c8ae037696a4e0d0557f9375062 | feat(ec2): Implement UserData methods in MultipartUserData
Implements:
*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": "@@ -1115,6 +1115,23 @@ new ec2.LaunchTemplate(stack, '', {\nFor more information see\n[Specifying Multiple User Data Blocks Using a MIME Multi Part Archive](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html#multi-part_user_data)... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ec2): Implement UserData methods in MultipartUserData (#14347)
Implements: https://github.com/aws/aws-cdk/issues/14346
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | ec2 |
342,861 | 04.06.2021 11:07:18 | -7,200 | a140dc94be81cdc354c4190db55396894805079c | fix(CarrierLogo): redirects | [
{
"change_type": "MODIFY",
"diff": "@@ -19,10 +19,10 @@ describe(\"CarrierLogo\", () => {\nexpect(screen.getByTitle(\"Ryanair\")).toBeInTheDocument();\nconst img = screen.getByRole(\"img\");\nexpect(img.getAttribute(\"src\")).toMatchInlineSnapshot(\n- `\"//images.kiwi.com/airlines/32/FR.png?default=airline.... | JavaScript | MIT License | kiwicom/orbit | fix(CarrierLogo): redirects (#2972) | 1 | fix | CarrierLogo |
756,032 | 04.06.2021 11:19:19 | 25,200 | 2ffa46cca65507c3a212b6b4215de21e87a83bba | chore: miscellaneous cleanups missed in earlier refactorings | [
{
"change_type": "MODIFY",
"diff": "*/\n/**\n+ * Provide a jig object for testing purposes only.\n+ *\n+ * The contract code provides a callback whose return result will\n+ * be made available to the test that started this contract. The\n+ * supplied callback will only be called in a testing context,\n+ * n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: miscellaneous cleanups missed in earlier refactorings (#3247) | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.