author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
711,597 | 01.06.2021 11:46:02 | -7,200 | d130134b1e91aca5377a4eb86dc75b8c79fe5344 | feat(core): Allow Plugin entities to be defined with a function
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,10 @@ export function getEntitiesFromPlugins(plugins?: Array<Type<any> | DynamicModule\n}\nreturn plugins\n.map(p => reflectMetadata(p, PLUGIN_METADATA.ENTITIES))\n- .reduce((all, entities) => [...all, ...(entities || [])], []);\n+ .reduce((all, entities) => ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Allow Plugin entities to be defined with a function
Closes #906 | 1 | feat | core |
873,688 | 01.06.2021 11:47:12 | -7,200 | b34c8338027bec8497e036345c576983b7c1053f | fix(default-field-editors): re-render Field children on locale change | [
{
"change_type": "MODIFY",
"diff": "@@ -14,16 +14,22 @@ jest.mock('@contentful/field-editor-reference', () => ({\nSingleEntryReferenceEditor: jest.fn(() => <div>mock</div>),\n}));\n-const [field] = createFakeFieldAPI();\n+const getSdk = (customize?: (field: any) => any, initialValue?: any) => {\n+ const [fi... | TypeScript | MIT License | contentful/field-editors | fix(default-field-editors): re-render Field children on locale change (#733) | 1 | fix | default-field-editors |
791,682 | 01.06.2021 11:51:14 | 14,400 | 027190b64e469e0cb6e741262dbb17d3b1405df1 | core(fr): add settings to context | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ const artifacts = {\nEmbeddedContent: '',\nFontSize: '',\nFormElements: '',\n+ FullPageScreenshot: '',\nGlobalListeners: '',\nIFrameElements: '',\nImageElements: '',\n@@ -71,6 +72,7 @@ const defaultConfig = {\n{id: artifacts.EmbeddedContent, gatherer: 's... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add settings to context (#12574) | 1 | core | fr |
777,367 | 01.06.2021 12:10:11 | 25,200 | 2e38dfabe7951f6de8168e2ec0b9cdd0b53db3b6 | chore: reword README for schemas | [
{
"change_type": "DELETE",
"diff": "-JSON-SCHEMA AS THE EXPERIMENT CONFIG DEFINITION\n-\n-Linting:\n- - There is a linter which enforces various custom checks to ensure that the\n- assumptions we make in our system will be enforced by the schemas\n- - The linter also enforces basic formatting requirements\n... | Python | Apache License 2.0 | determined-ai/determined | chore: reword README for schemas (#2474) | 1 | chore | null |
711,597 | 01.06.2021 12:46:41 | -7,200 | 0ad4e6ac1b1fa1d0d3f56a94277995df6bf6943c | chore(core): Fix bad refactor | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ import { TransactionalConnection } from '../../../service/transaction/transactio\n* @docsCategory Promotions\n*/\nexport class FacetValueChecker {\n- private variantCache = new TtlCache<ID, ProductVariant>({ ttlMs: 5000 });\n+ private variantCache = new ... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Fix bad refactor | 1 | chore | core |
777,367 | 01.06.2021 12:52:09 | 25,200 | 6a673830b3b0b06f46ef030df6e42c79e847ee90 | fix: propagate slots when it is 0 | [
{
"change_type": "MODIFY",
"diff": "@@ -216,7 +216,7 @@ func (d *DeviceConfig) UnmarshalJSON(data []byte) error {\n// ResourcesConfig configures resource usage for an experiment, command, notebook, or tensorboard.\ntype ResourcesConfig struct {\n- Slots int `json:\"slots,omitempty\"`\n+ Slots int `json:\"sl... | Python | Apache License 2.0 | determined-ai/determined | fix: propagate slots when it is 0 (#2477) | 1 | fix | null |
756,013 | 01.06.2021 13:30:57 | 21,600 | 8a5067d80b3fbd3c2ed129ade938d33cd4331ab8 | chore: update to adhere better to conventional-commits | [
{
"change_type": "MODIFY",
"diff": "\"version\": {\n\"message\": \"chore(release): publish\",\n\"conventionalCommits\": true,\n- \"preid\": \"dev\"\n+ \"preid\": \"dev\",\n+ \"changelogPreset\": \"conventionalcommits\"\n}\n},\n\"packages\": [\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: update to adhere better to conventional-commits | 1 | chore | null |
756,029 | 01.06.2021 13:33:15 | 25,200 | 757d6d56f67b97166fa5c9d9febf3c9c7e256b81 | fix: Upgrade handlebars | [
{
"change_type": "MODIFY",
"diff": "@@ -6603,13 +6603,14 @@ graceful-fs@^4.2.4:\nintegrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==\nhandlebars@^4.4.0:\n- version \"4.7.3\"\n- resolved \"https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ec... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: Upgrade handlebars (#3231) | 1 | fix | null |
185,937 | 01.06.2021 13:43:17 | 25,200 | 0b03b103250eeeefb4a237964aa025249fa33e10 | chore: update master e/e to main | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ const TEST_TEMPLATE_BRANCH = 'test-template';\n* Ensure we have a fiddle for the specified Electron branch.\n* If we don't have it already, download it from electron-quick-start.\n*\n- * @param {string} branch - Electron branchname, e.g. `12-x-y` or `mas... | TypeScript | MIT License | electron/fiddle | chore: update master e/e to main (#701) | 1 | chore | null |
71,327 | 01.06.2021 13:49:10 | -7,200 | 40d2ff964c97954c70d79a09d60fcb795ef16791 | feat(cloudfront): add L2 support for CloudFront functions
Add support for CloudFront functions
/cc
*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": "@@ -386,6 +386,28 @@ new cloudfront.Distribution(this, 'distro', {\n});\n```\n+### CloudFront Function\n+\n+You can also deploy CloudFront functions and add them to a CloudFront distribution.\n+\n+```ts\n+const cfFunction = new cloudfront.Function(stack, 'Function', {\n+ ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cloudfront): add L2 support for CloudFront functions (#14511)
Add support for CloudFront functions
/cc @njlynch
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | cloudfront |
791,834 | 01.06.2021 14:03:14 | 18,000 | c3698d3b62f3e7c3dd81d952150001d4ad45ae30 | deps: update lighthouse-plugin-publisher-ads to latest | [
{
"change_type": "MODIFY",
"diff": "\"jsdom\": \"^12.2.0\",\n\"jsonld\": \"^5.2.0\",\n\"jsonlint-mod\": \"^1.7.6\",\n- \"lighthouse-plugin-publisher-ads\": \"^1.3.0\",\n+ \"lighthouse-plugin-publisher-ads\": \"^1.4.1\",\n\"mime-types\": \"^2.1.30\",\n\"node-fetch\": \"^2.6.1\",\n\"npm-run-posix-or-windows\"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update lighthouse-plugin-publisher-ads to latest (#12592) | 1 | deps | null |
386,581 | 01.06.2021 14:04:10 | -7,200 | 0f52b350483f1e6157040eb6539266839bb563c4 | feat: Update docker server dockerfile. | [
{
"change_type": "MODIFY",
"diff": "+FROM node:14-buster AS build\n+\n+WORKDIR /lowdefy\n+\n+COPY . .\n+\n+# Install all dependencies needed for production build\n+# Can't try and cache this for src changes (just copy package.json)\n+# since we yarn install later\n+RUN yarn install\n+RUN yarn build\n+\n+# B... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Update docker server dockerfile. | 1 | feat | null |
306,320 | 01.06.2021 14:24:40 | -3,600 | 7497931f69f53a0b2d140e89bb552981d3dc2a33 | feat: add project name to output | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,13 @@ func runMain(cmd *cobra.Command, cfg *config.Config) error {\ncfg.Environment.HasUsageFile = true\n}\n- project, err := provider.LoadResources(u)\n+ metadata := config.DetectProjectMetadata(projectCfg)\n+ metadata.Type = provider.Type()\n+ provider.AddM... | Go | Apache License 2.0 | infracost/infracost | feat: add project name to output | 1 | feat | null |
730,530 | 01.06.2021 14:41:31 | 18,000 | 27d3b6e44b88512bac730e019398f3d231b2c021 | fix(meetings): use proper metrics methods in move media calls | [
{
"change_type": "MODIFY",
"diff": "@@ -2872,7 +2872,8 @@ export default class Meeting extends StatelessWebexPlugin {\nthrow new ParameterError('Cannot move call without a resourceId.');\n}\n- Metrics.mediaCapabilities({\n+ Metrics.postEvent({\n+ event: eventType.MEDIA_CAPABILITIES,\nmeeting: this,\ndata: {... | JavaScript | MIT License | webex/webex-js-sdk | fix(meetings): use proper metrics methods in move media calls | 1 | fix | meetings |
838,025 | 01.06.2021 14:55:57 | -10,800 | 460888a7d50479161a8253837a4843a97954adec | feat: new games module | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,9 @@ Version API 5.131.\n- Machine-readable ontology describing persons\n- Works with users and groups\n- The only place to get page creation date\n+- [Games](https://pkg.go.dev/github.com/SevereCloud/vksdk/v2/games)\n+ - Checking launch parameters\n+ - Inter... | Go | MIT License | severecloud/vksdk | feat: new games module | 1 | feat | null |
838,025 | 01.06.2021 15:10:26 | -10,800 | a6a846fa32e77de08cf2af0af8a4e0b453dbf398 | test: fix streaming run | [
{
"change_type": "MODIFY",
"diff": "@@ -171,7 +171,7 @@ func TestStreaming_Run(t *testing.T) { //nolint:paralleltest\n}\n}\n-func TestStreaming_Run_BadStreamID(t *testing.T) { //nolint:paralleltest\n+/*func TestStreaming_Run_BadStreamID(t *testing.T) { //nolint:paralleltest\nneedServiceToken(t)\nstream.Stre... | Go | MIT License | severecloud/vksdk | test: fix streaming run | 1 | test | null |
530,294 | 01.06.2021 15:46:58 | -36,000 | 3481d48d49f0282fbac117064a64d1ea3d4a69f8 | fix(python): venvOptions not respected
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": "@@ -189,7 +189,7 @@ export class PythonProject extends Project {\n}\nif (options.venv ?? true) {\n- this.envManager = new Venv(this);\n+ this.envManager = new Venv(this, options.venvOptions);\n}\nif (options.pip ?? true) {\n",
"new_path": "src/python/python-project.ts... | TypeScript | Apache License 2.0 | projen/projen | fix(python): venvOptions not respected (#819)
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | python |
104,853 | 01.06.2021 15:50:02 | 14,400 | e7c7a8d47b6333155dd0ca906f3f9d0123d04744 | chore(flyout-menu): use ibmButton | [
{
"change_type": "MODIFY",
"diff": "@@ -43,17 +43,15 @@ import { Filter16 } from '@carbon/icons';\naria-label=\"Helpful description\"\ndata-testid=\"flyout-menu-button\"\ntabindex=\"0\"\n+ ibmButton=\"ghost\"\n+ iconOnly=\"true\"\nclass=\"\niot--flyout-menu--trigger-button\niot--btn\n- bx--btn\n- bx--btn--g... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(flyout-menu): use ibmButton | 1 | chore | flyout-menu |
838,025 | 01.06.2021 15:56:17 | -10,800 | 1de943bfc3df19db5e367de939a1c63dccc0d0ec | test: fix store_test.go | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ func TestVK_StoreGetFavoriteStickers(t *testing.T) {\nneedUserToken(t)\n_, err := vkUser.StoreAddStickersToFavorite(api.Params{\n- \"sticker_ids\": 1,\n+ \"sticker_ids\": 9008,\n})\nnoError(t, err)\n@@ -24,7 +24,7 @@ func TestVK_StoreGetFavoriteStickers(... | Go | MIT License | severecloud/vksdk | test: fix store_test.go | 1 | test | null |
386,581 | 01.06.2021 16:01:20 | -7,200 | cedea93f6b22dfb255e40aefc50172b01bafdfea | feat(server-docker): Update lowdefy app directory in dockerfile | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,9 @@ FROM node:14-alpine\nENV NODE_ENV=production\n-RUN mkdir -p /home/node/app && chown -R node:node /home/node/app\n+RUN mkdir -p /home/node/lowdefy && chown -R node:node /home/node/lowdefy\n-WORKDIR /home/node/app\n+WORKDIR /home/node/lowdefy\nUSER node\n@... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(server-docker): Update lowdefy app directory in dockerfile | 1 | feat | server-docker |
503,943 | 01.06.2021 16:39:26 | -7,200 | 76c428a1585411872d133ca1a3d7a113071aa488 | docs(Select): fix Custom Filtering demo | [
{
"change_type": "MODIFY",
"diff": "@@ -1454,8 +1454,12 @@ class TypeaheadSelectInput extends React.Component {\n};\nthis.customFilter = (_, value) => {\n- let input = new RegExp(value, 'i');\n- return value !== '' ? this.options.filter(child => input.test(value)) : this.options;\n+ if (!value) {\n+ return ... | TypeScript | MIT License | patternfly/patternfly-react | docs(Select): fix Custom Filtering demo (#5829) | 1 | docs | Select |
104,866 | 01.06.2021 16:57:32 | 14,400 | 773b2a0f915349ff94f8e1b7f1e7a3f53a52f5b0 | fix(datetimepicker): add hover style and fix bottom border | [
{
"change_type": "MODIFY",
"diff": "display: block;\nbackground-color: $ui-01;\nborder: none;\n- border-bottom: 1px solid $carbon--gray-50;\nwidth: 100%;\nheight: $spacing-08;\ncursor: pointer;\ncolor: $carbon--gray-100;\noutline: 0.125rem solid transparent;\ntransition: background-color $duration--fast-01 ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): add hover style and fix bottom border | 1 | fix | datetimepicker |
104,866 | 01.06.2021 17:05:46 | 14,400 | 6b2b7b00073a7ee7cfb73747ac36965fc25cc49e | feat(datetimepicker): add angular datetime picker | [
{
"change_type": "MODIFY",
"diff": "\"@ai-apps/styles\": \"^2.145.1-next.0\",\n\"@carbon/icons\": \"10.20.0\",\n\"@carbon/telemetry\": \"0.0.0-alpha.6\",\n+ \"date-fns\": \"^2.22.1\",\n\"flatpickr\": \"4.6.1\"\n}\n}\n",
"new_path": "packages/angular/package.json",
"old_path": "packages/angular/packa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(datetimepicker): add angular datetime picker | 1 | feat | datetimepicker |
777,419 | 01.06.2021 17:58:45 | -7,200 | f893eeef6c0873c9b03186bdb480467dda4f9768 | fix: timing metric chart x-axis tick off | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const TimingMetricChart: React.FC<Props> = ({ trial }: Props) => {\nconst range = scaleMax - scaleMin + 1;\nconst factor = findFactorOfNumber(range).reverse()\n.find(factor => plotDim / factor > 35);\n- return factor ? (plotDim / factor) : 35;\n+ return ... | Python | Apache License 2.0 | determined-ai/determined | fix: timing metric chart x-axis tick off [DET-5501] (#2472) | 1 | fix | null |
531,793 | 01.06.2021 18:17:06 | -3,600 | c2013d4a055cb857264d4327c92e8ef015dc94c9 | fix(ui): tweak swimline css | [
{
"change_type": "MODIFY",
"diff": "@@ -21,12 +21,15 @@ const Swimlane: FC<{\n}> = ({ alertStore, settingsStore, grid, isExpanded, onToggle }) => {\nreturn (\n<h5 className=\"components-grid-swimlane d-flex flex-row justify-content-between rounded px-2 py-1 my-1 border border-dark\">\n- <span className=\"fl... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): tweak swimline css | 1 | fix | ui |
71,464 | 01.06.2021 18:23:05 | -10,800 | d07a49ff00ae07ea013ce6cc83d768e7729225a8 | fix(elasticsearch): 'r6gd' not marked as supported type for instance storage
According to it's now supported .
Fixes
*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": "@@ -1454,8 +1454,8 @@ export class Domain extends DomainBase implements IDomain, ec2.IConnectable {\n// Validate against instance type restrictions, per\n// https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-instance-types.html\n- if (is... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(elasticsearch): 'r6gd' not marked as supported type for instance storage (#14894)
According to https://aws.amazon.com/elasticsearch-service/pricing/ it's now supported .
Fixes #14773
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | elasticsearch |
777,396 | 01.06.2021 18:51:43 | 21,600 | c5201873f29917ab9748eb2d7e1e3f84011f7032 | chore: deprecate det.experimental.create_trial_instance()
The Native API was deprecated in 0.13.5. | [
{
"change_type": "MODIFY",
"diff": "#########################\n.. automodule:: determined.experimental\n- :members: create, create_trial_instance\n+ :members: create\n****************\n``Checkpoint``\n",
"new_path": "docs/reference/api/experimental.txt",
"old_path": "docs/reference/api/experimental.... | Python | Apache License 2.0 | determined-ai/determined | chore: deprecate det.experimental.create_trial_instance() (#2479)
The Native API was deprecated in 0.13.5. | 1 | chore | null |
777,419 | 01.06.2021 19:19:32 | -7,200 | 3d6e73db2fa3e346c7bb3f1e55502d48039f0f87 | fix: show x axis label on all plots | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,7 @@ const ClusterHistoricalUsageChart: React.FC<ClusterHistoricalUsageChartProps> =\nreturn {\naxes: [\n{\n+ label: timeSeries.label,\nspace: (self, axisIdx, scaleMin, scaleMax, plotDim) => {\nconst rangeSecs = scaleMax - scaleMin;\nconst rangeDays = rangeSe... | Python | Apache License 2.0 | determined-ai/determined | fix: show x axis label on all plots [DET-5500] (#2471) | 1 | fix | null |
304,908 | 01.06.2021 19:49:54 | -3,600 | 021c689b14bf241c6abc4ca8b295f9e91debd7d5 | fix: acceptance tests don't seem to catch different timestamp | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "MODIFY",
"diff": "@@ -21,7... | Go | MIT License | influxdata/flux | fix: acceptance tests don't seem to catch different timestamp (#3774) | 1 | fix | null |
104,828 | 01.06.2021 20:18:09 | -7,200 | b00a820b27b68d6129ed50b1fe197c5062b1ed7e | fix(table): merge fix column resize with useprevious | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import TableCellRenderer from '../TableCellRenderer/TableCellRenderer';\nimport { tableTranslateWithId } from '../../../utils/componentUtilityFunctions';\nimport { settings } from '../../../constants/Settings';\nimport { OverflowMenu, OverflowMenuItem } ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): merge fix column resize with useprevious | 1 | fix | table |
104,828 | 01.06.2021 21:03:52 | -7,200 | d193b3999f2f81987d265e5a399deacd06b5b460 | fix(chore): fixed yarn lock | [
{
"change_type": "MODIFY",
"diff": "dependencies:\n\"@types/react\" \"*\"\n-<<<<<<< HEAD\n-\"@types/react-color@^3.0.1\":\n- version \"3.0.1\"\n- resolved \"https://registry.yarnpkg.com/@types/react-color/-/react-color-3.0.1.tgz#5433e2f503ea0e0831cbc6fd0c20f8157d93add0\"\n- integrity sha512-J6mYm43Sid9y+OjZ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(chore): fixed yarn lock | 1 | fix | chore |
471,327 | 01.06.2021 21:22:54 | -7,200 | 7ca20f8fdcfc9d104cf380bc6d70fcdce50b6bfd | fix: dns plugin remove hostname attribute | [
{
"change_type": "MODIFY",
"diff": "import { LookupAddress } from 'dns';\nimport { diag, Span, SpanKind } from '@opentelemetry/api';\n-import { SemanticAttributes } from '@opentelemetry/semantic-conventions';\nimport {\nInstrumentationBase,\nInstrumentationNodeModuleDefinition,\n@@ -113,9 +112,6 @@ export c... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: dns plugin remove hostname attribute (#488) | 1 | fix | null |
667,676 | 01.06.2021 21:52:37 | -28,800 | 5e2d75ea5c9d2773b7dc8d8671aee8a1fefebb21 | fix(core): fix unicode_string_view null pointer bug | [
{
"change_type": "MODIFY",
"diff": "#include \"jni/scoped_java_ref.h\"\ntemplate <typename CharType>\n-bool ReadAsset(const char* path,\n+bool ReadAsset(const unicode_string_view& path,\nAAssetManager* aasset_manager,\nstd::basic_string<CharType>& bytes,\nbool is_auto_fill) {\n- const char* asset_path;\n- s... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix unicode_string_view null pointer bug (#787) | 1 | fix | core |
815,609 | 01.06.2021 22:02:33 | -28,800 | 362784a47e314bbadf6d132d5a9ec03304a59344 | docs: fix missing links and deprecated descriptions | [
{
"change_type": "MODIFY",
"diff": "//! CKB chain service.\n//!\n-//! [ChainService] background base on database, handle block importing,\n-//! the [ChainController] is responsible for receive the request and returning response\n+//! [`ChainService`] background base on database, handle block importing,\n+//... | Rust | MIT License | nervosnetwork/ckb | docs: fix missing links and deprecated descriptions | 1 | docs | null |
791,411 | 01.06.2021 22:46:58 | 25,200 | e9353451237e658bde2e41b30e8270fbc5987b39 | feat(spanner): add custom instance config to tests | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,11 @@ var (\n// by setting the environment variable GCLOUD_TESTS_GOLANG_SPANNER_HOST\nspannerHost = getSpannerHost()\n+ // instanceConfig specifies the instance config used to create an instance for testing.\n+ // It can be changed by setting the environment ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(spanner): add custom instance config to tests (#4194) | 1 | feat | spanner |
777,401 | 01.06.2021 23:00:21 | 14,400 | 3f532898cf3381936c3b4cf223abfc38c1938c57 | fix: send all batches from harness profiler
This change ensures that all metric batches are sent on shutdown from the harness profiler. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ from determined.common.api import TrialProfilerMetricsBatch\nSYSTEM_METRIC_TYPE_ENUM = \"PROFILER_METRIC_TYPE_SYSTEM\"\nTIMING_METRIC_TYPE_ENUM = \"PROFILER_METRIC_TYPE_TIMING\"\n-\n+MAX_COLLECTION_SECONDS = 300\nLOG_NAMESPACE = \"determined-profiler\"\n... | Python | Apache License 2.0 | determined-ai/determined | fix: send all batches from harness profiler [DET-5566] (#2473)
This change ensures that all metric batches are sent on shutdown from the harness profiler. | 1 | fix | null |
688,431 | 02.06.2021 00:14:24 | -10,800 | 339172ffea8cb0f9330ef705f9c4e8c192e90ed1 | fix(TagSelector): reduce height | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/picasso/src/TagSelector/__image_snapshots__/tagselector-custom-label-rendering-snap.png and b/packages/picasso/src/TagSelector/__image_snapshots__/tagselector-custom-label-rendering-snap.png differ\n",
"new_path": "packages/picasso/src/TagSelec... | TypeScript | MIT License | toptal/picasso | fix(TagSelector): reduce height (#2091) | 1 | fix | TagSelector |
71,757 | 02.06.2021 07:09:08 | -28,800 | 1956ef6708d59329da61fbdd6056de4727e1e2e1 | feat(eks): support Kubernetes 1.20
Support KubernetesVersion 1.20
Fixes:
*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": "@@ -49,7 +49,7 @@ This example defines an Amazon EKS cluster with the following configuration:\n```ts\n// provisiong a cluster\nconst cluster = new eks.Cluster(this, 'hello-eks', {\n- version: eks.KubernetesVersion.V1_19,\n+ version: eks.KubernetesVersion.V1_20,\n});\n// ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(eks): support Kubernetes 1.20 (#14758)
Support KubernetesVersion 1.20
Fixes: #14756
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | eks |
126,276 | 02.06.2021 08:01:06 | 10,800 | 9b27d6193681956a4fd7fc79ecbe763bc3bb0602 | feat(cmd/immuadmin): add flag to create database as a replica | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,7 @@ func (cl *commandline) database(cmd *cobra.Command) {\nPersistentPostRun: cl.disconnect,\nValidArgs: []string{\"list\", \"create\", \"use\", \"clean\"},\n}\n+\nccd := &cobra.Command{\nUse: \"list\",\nShort: \"List all databases\",\n@@ -63,6 +64,7 @@ func... | Go | Apache License 2.0 | codenotary/immudb | feat(cmd/immuadmin): add flag to create database as a replica
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | cmd/immuadmin |
777,401 | 02.06.2021 09:10:33 | 14,400 | ba07a04ebeaf27ae7108e4c51942e27b9b64fca1 | chore: promote profiler APIs out of unimplemented
This change promotes the profiling APIs out of "unimplemented" status. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,11 +24,11 @@ from determined._swagger.client.api.experiments_api import ExperimentsApi\nfrom determined._swagger.client.api.internal_api import InternalApi\nfrom determined._swagger.client.api.models_api import ModelsApi\nfrom determined._swagger.client.api.noteboo... | Python | Apache License 2.0 | determined-ai/determined | chore: promote profiler APIs out of unimplemented (#2485) [DET-5587]
This change promotes the profiling APIs out of "unimplemented" status. | 1 | chore | null |
426,687 | 02.06.2021 09:23:39 | -7,200 | 7c4dd6cd301203775e36937c7624f85f69ca94e2 | feat(rollup-plugin-html): support picture tags with `<source srset="...">` | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/rollup-plugin-html': minor\n+---\n+\n+Support `picture` tags by handling `source` tags with `srcset` attributes.\n+\n+Example of supported html\n+\n+```html\n+<picture>\n+ <source type=\"image/avif\" srcset=\"small.avif 30w, big.avif 60w\" sizes=\"30px\" />\n+ <... | TypeScript | MIT License | modernweb-dev/web | feat(rollup-plugin-html): support picture tags with `<source srset="...">` | 1 | feat | rollup-plugin-html |
266,172 | 02.06.2021 09:50:28 | 21,600 | 616ab7aa7553eaa653897002af5fd05f3fae6553 | chore: add the "owlbot:run" label to labels list | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Add this label to force Kokoro to re-run the tests.\",\n\"color\": \"C1FFB2\"\n},\n+ {\n+ \"name\": \"owlbot:run\",\n+ \"description\": \"Add this label to trigger the Owlbot post processor.\",\n+ \"color\": \"84D2D4\"\n+ },\n{\n\"name\": \"cla: yes\",\... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore: add the "owlbot:run" label to labels list (#1925) | 1 | chore | null |
306,309 | 02.06.2021 10:03:44 | -3,600 | 3dfa6656ddf37338351cb0c9f8d42ea341064f4a | fix(azure): default to an Azure region instead of skipping
Since cloud prices different in small way between regions, and we show
cost estimates (not 100% accurate costs), it seems better to use a
default region price vs showing nothing. | [
{
"change_type": "MODIFY",
"diff": "@@ -22,19 +22,19 @@ func GetAzureRMAppIsolatedServicePlanRegistryItem() *schema.RegistryItem {\n}\nfunc NewAzureRMAppIsolatedServicePlan(d *schema.ResourceData, u *schema.UsageData) *schema.Resource {\n+ region := d.Get(\"region\").String()\ntier := \"I1\"\nif d.Get(\"pri... | Go | Apache License 2.0 | infracost/infracost | fix(azure): default to an Azure region instead of skipping (#760)
Since cloud prices different in small way between regions, and we show
cost estimates (not 100% accurate costs), it seems better to use a
default region price vs showing nothing. | 1 | fix | azure |
276,939 | 02.06.2021 10:23:11 | 10,800 | 93c8329bf2efe5e293d3525e65b4e2643faeeb99 | feat(text): add letter-spacing to Text.Section
Text.Section should have a letter-spacing of 1px, which was applied in this change | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,7 @@ const Text = ({ fontSizes, lineHeights, fontWeights }) => ({\nfontsize: fontSizes.xsmall,\nlineHeight: lineHeights.xsmall,\nfontWeight: fontWeights.medium,\n+ letterSpacing: 1,\ntextTransform: 'uppercase',\n},\nsmallestException: {\n",
"new_path": "p... | JavaScript | MIT License | gympass/yoga | feat(text): add letter-spacing to Text.Section
Text.Section should have a letter-spacing of 1px, which was applied in this change | 1 | feat | text |
531,793 | 02.06.2021 10:54:34 | -3,600 | e628d9b848c7ae12fedb72eda7962b8d9e975d7f | fix(ui): reduce animations in silence browser | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ const Browser: FC<{\n<Placeholder content=\"Nothing to show\" />\n) : (\n<>\n- <TransitionGroup component={null} appear enter exit={false}>\n+ <TransitionGroup component={null} appear={false} enter exit={false}>\n{response\n.slice((activePage - 1) * ma... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): reduce animations in silence browser | 1 | fix | ui |
791,704 | 02.06.2021 11:24:43 | 25,200 | dbe7884696c9165bea0da262a1066aab5f2cbb4c | misc(treemap): fix node coverage shading | [
{
"change_type": "MODIFY",
"diff": "@@ -620,8 +620,8 @@ class TreemapViewer {\n// Shade the element to communicate coverage.\nif (this.currentViewMode.id === 'unused-bytes') {\n- const pctUsed = (1 - (node.unusedBytes || 0) / node.resourceBytes) * 100;\n- node.dom.style.setProperty('--pctUsed', `${pctUsed}%... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(treemap): fix node coverage shading (#12603) | 1 | misc | treemap |
791,704 | 02.06.2021 11:25:19 | 25,200 | 98e1d81dbd2e8bb72a8ed0604c09ea3b302b07eb | misc(treemap): elide origin from url if same as requestedUrl | [
{
"change_type": "MODIFY",
"diff": "@@ -64,10 +64,22 @@ class TreemapViewer {\n/** @type {WeakMap<LH.Treemap.Node, LH.Treemap.NodePath>} */\nthis.nodeToPathMap = new WeakMap();\n- this.documentUrl = options.lhr.requestedUrl;\n+ this.documentUrl = new URL(options.lhr.requestedUrl);\nthis.el = el;\nthis.getHu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(treemap): elide origin from url if same as requestedUrl (#12598) | 1 | misc | treemap |
342,890 | 02.06.2021 11:29:49 | -7,200 | d4d9ee15d34d9880ddbf7543bb3b39fccf2a8a2d | fix: reposition footer
to prevent it from covering being covered
by the rocket image on the home page | [
{
"change_type": "MODIFY",
"diff": "@@ -12,11 +12,11 @@ import { MAX_CONTENT_WIDTH, CONTENT_PADDING } from \"../consts\";\nimport useDevMode from \"../hooks/useDevMode\";\nconst StyledFooter = styled.footer<{ hasGradient?: boolean }>`\n+ position: relative; /* so it's on top of elements like the rocket imag... | JavaScript | MIT License | kiwicom/orbit | fix: reposition footer
to prevent it from covering being covered
by the rocket image on the home page | 1 | fix | null |
551,636 | 02.06.2021 11:32:14 | -3,600 | 375d30367d42d943086cf44a543d354586931f36 | fix(sql): added 'us' units to alter table set param commitLag | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ public class TxnScoreboard implements Closeable {\nif (acquireTxn(mem, txn)) {\nreturn;\n}\n- throw CairoException.instance(0).put(\"max txn-txn-inflight limit reached [txn=\").put(txn).put(\", min=\").put(getMin()).put(']');\n+ throw CairoException.inst... | Java | Apache License 2.0 | questdb/questdb | fix(sql): added 'us' units to alter table set param commitLag (#1078) | 1 | fix | sql |
777,396 | 02.06.2021 11:42:49 | 21,600 | 341fb4faf43ca31443dc18283f6db102fa98c9c1 | chore: trim unused parts of rendezvous info | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import logging\nfrom typing import Any, Dict, List, Optional, Tuple, cast\nimport determined as det\n-from determined import constants, workload\n+from determined import workload\nfrom determined.common import check, types\n@@ -24,7 +24,7 @@ class EnvConte... | Python | Apache License 2.0 | determined-ai/determined | chore: trim unused parts of rendezvous info (#2381) | 1 | chore | null |
104,828 | 02.06.2021 11:51:46 | -7,200 | e74eab40d437ac3ba5f7c5e411254a3878c89de0 | fix(mapcard): only show layered mapcontrols trigger if there are any controls | [
{
"change_type": "MODIFY",
"diff": "@@ -371,6 +371,27 @@ describe('MapCards', () => {\nexpect(rainyClickCallback).toHaveBeenCalled();\n});\n+ it('only adds layered control trigger button if there are layered controls to show', () => {\n+ render(\n+ <MapCard\n+ id=\"map-card\"\n+ testId=\"map-card\"\n+ mapCo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(mapcard): only show layered mapcontrols trigger if there are any controls | 1 | fix | mapcard |
126,276 | 02.06.2021 12:10:34 | 10,800 | faa2984de2187d92f17d518e2d0153b47d747afe | chore: enhance Makefile so to automatically download latest webconsole if not already present | [
{
"change_type": "MODIFY",
"diff": "@@ -50,8 +50,13 @@ all: immudb immuclient immuadmin immutest\nrebuild: clean build/codegen all\n.PHONY: webconsole\n+ifdef WEBCONSOLE\n+webconsole: ./webconsole/dist\n+ $(GO) generate $(IMMUDB_BUILD_TAGS) ./webconsole\n+else\nwebconsole:\n$(GO) generate $(IMMUDB_BUILD_TAG... | Go | Apache License 2.0 | codenotary/immudb | chore: enhance Makefile so to automatically download latest webconsole if not already present
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | null |
815,595 | 02.06.2021 12:25:21 | -28,800 | f800a13e7cb4f405c0b37948568ef2ab70ae5e7a | feat: scheudle benchmark and sync-mainnet
Schedule testing results will be reported to | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,22 @@ on:\n# Submit your review with a comment body containing \"#benchmark\"\npull_request_review:\ntypes: [ submitted ]\n+ schedule:\n+ - cron: '0 0 * * *'\njobs:\nbuild_modified_ckb:\nname: Build Modified CKB\n- runs-on: [ self-hosted, Linux, X64, building ... | Rust | MIT License | nervosnetwork/ckb | feat: scheudle benchmark and sync-mainnet
Schedule testing results will be reported to https://github.com/nervosnetwork/ckb/pull/2372 | 1 | feat | null |
276,989 | 02.06.2021 12:43:59 | 10,800 | 990a7e62263613629fa09dbf72844fb512f2ad2c | test(system): add color test | [
{
"change_type": "ADD",
"diff": "+import { css } from 'styled-components';\n+import { backgroundColor } from './color';\n+\n+const colors = {\n+ vibin: '#D8385E',\n+ hope: '#1D856C',\n+ feedback: {\n+ info: '#7068D4',\n+ },\n+};\n+\n+const theme = {\n+ yoga: {\n+ colors,\n+ },\n+};\n+\n+describe('background... | JavaScript | MIT License | gympass/yoga | test(system): add color test | 1 | test | system |
276,989 | 02.06.2021 12:44:46 | 10,800 | f4bc7b1a38e75d88fd3106a14b2945de26ca0b40 | test(system): add elevation test | [
{
"change_type": "ADD",
"diff": "+import { css } from 'styled-components';\n+import { elevation } from './elevation';\n+\n+const shadow = umbra =>\n+ Number(umbra) && umbra > 0\n+ ? `0 ${umbra}px ${umbra * 2}px rgb(0, 0, 0, 0.25)`\n+ : 'none';\n+\n+const elevations = [0, 1, 2].map(shadow);\n+[elevations.zer... | JavaScript | MIT License | gympass/yoga | test(system): add elevation test | 1 | test | system |
276,989 | 02.06.2021 12:45:31 | 10,800 | 1a26e5cedb5f0a0509ea3ab8ee819dc60eed4c6f | test(system): add spacing test | [
{
"change_type": "ADD",
"diff": "+import { css } from 'styled-components';\n+import {\n+ margin,\n+ marginTop,\n+ marginRight,\n+ marginBottom,\n+ marginLeft,\n+ marginHorizontal,\n+ marginVertical,\n+ padding,\n+ paddingTop,\n+ paddingRight,\n+ paddingBottom,\n+ paddingLeft,\n+ paddingHorizontal,\n+ paddin... | JavaScript | MIT License | gympass/yoga | test(system): add spacing test | 1 | test | system |
304,879 | 02.06.2021 12:45:34 | 21,600 | 91463ba3a7f7662461b57052540de4de9e0e0703 | fix: reclassify map type error as user error
This patch reclassifies a map evaluation error as `Invalid` rather than
as `Internal`. | [
{
"change_type": "MODIFY",
"diff": "@@ -154,7 +154,7 @@ func (t *mapTransformation) Process(id execute.DatasetID, tbl flux.Table) error\nfor i := 0; i < l; i++ {\nm, err := fn.Eval(t.ctx, i, cr)\nif err != nil {\n- return errors.Wrap(err, codes.Inherit, \"failed to evaluate map function\")\n+ return errors.... | Go | MIT License | influxdata/flux | fix: reclassify map type error as user error (#3777)
This patch reclassifies a map evaluation error as `Invalid` rather than
as `Internal`. | 1 | fix | null |
276,989 | 02.06.2021 12:46:22 | 10,800 | 539429a86a67d79fa82e95b78b832730ac7d4d2a | test(system): add typography test | [
{
"change_type": "ADD",
"diff": "+import { css } from 'styled-components';\n+import {\n+ fontSize,\n+ fontWeight,\n+ color,\n+ lineHeight,\n+ typography,\n+} from './typography';\n+\n+const fontSizes = [10, 20, 40];\n+[fontSizes.small, fontSizes.medium, fontSizes.large] = fontSizes;\n+\n+const lineHeights =... | JavaScript | MIT License | gympass/yoga | test(system): add typography test | 1 | test | system |
276,989 | 02.06.2021 12:47:22 | 10,800 | 713b43b0799e9cebd82caad523495c86eca3f3a0 | build(system): add build scripts | [
{
"change_type": "MODIFY",
"diff": "\"build:tokens\": \"lerna run build --scope=@gympass/yoga-tokens --stream\",\n\"build:doc\": \"lerna run build --scope=@gympass/yoga-doc --stream\",\n\"build:packages\": \"lerna run build --ignore=@gympass/yoga-doc --stream\",\n+ \"build:system\": \"lerna run build --scop... | JavaScript | MIT License | gympass/yoga | build(system): add build scripts | 1 | build | system |
791,723 | 02.06.2021 13:18:15 | 25,200 | 248562036b3bb97f35e5ff5dd29b38882bdd7d7f | misc: fix typos and update faq answer | [
{
"change_type": "MODIFY",
"diff": "@@ -111,17 +111,14 @@ any substantial improvement to your lab metrics should be observable in the\nfield once it's been deployed. The higher the Lighthouse score, the less you're\nleaving up to chance in the field.\n-### What blindspots from the field does lab tooling ill... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: fix typos and update faq answer (#12605) | 1 | misc | null |
277,273 | 02.06.2021 13:18:33 | 25,200 | effd88161affb46614ceab7db03ae13e72919857 | feat: Allow CSS selectors in a script's target | [
{
"change_type": "MODIFY",
"diff": "@@ -7358,7 +7358,7 @@ class InlineScript:\nself.requires = requires\n\"\"\"The names of modules required on the page's `window` global before running this script.\"\"\"\nself.targets = targets\n- \"\"\"The IDs of the HTML elements required to be present on the page before... | Python | Apache License 2.0 | h2oai/wave | feat: Allow CSS selectors in a script's target #856 | 1 | feat | null |
277,273 | 02.06.2021 13:24:24 | 25,200 | 87c89930f2b179fc16a2086c5902be603b5396ea | docs: Update docs for a script's target | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ q.page['example'] = ui.markup_card(\nIn the above example, we create an empty `div` HTML element on the page, load an animation library (anime.js), add a bit of Javascript to animate the `div` element. To tie things together correctly, we pass two additi... | Python | Apache License 2.0 | h2oai/wave | docs: Update docs for a script's target #856 | 1 | docs | null |
756,029 | 02.06.2021 13:43:55 | 25,200 | 3c530b072fffdaf4024189224de5cd48647435d2 | refactor: SES 0.13 no longer provides a distinct ses/lockdown | [
{
"change_type": "MODIFY",
"diff": "-import 'ses/lockdown';\n+import 'ses';\nimport '@agoric/eventual-send/shim';\nlockdown();\n",
"new_path": "packages/dapp-svelte-wallet/ui/src/install-ses-lockdown.js",
"old_path": "packages/dapp-svelte-wallet/ui/src/install-ses-lockdown.js"
},
{
"change_t... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: SES 0.13 no longer provides a distinct ses/lockdown | 1 | refactor | null |
756,029 | 02.06.2021 13:44:29 | 25,200 | 5f2ecb29b0c942d0bb67de881b35c3db49cecb98 | chore: Add script for syncing versions with Endo | [
{
"change_type": "ADD",
"diff": "+#!/bin/bash\n+set -ueo pipefail\n+\n+# Gather a map of the versions from this or another workspace.\n+WORKDIR=${1:-.}\n+\n+cd -- \"$WORKDIR\"\n+yarn workspaces --json info |\n+jq -r '.data | fromjson | .[].location | \"\\(.)/package.json\"' |\n+xargs jq '{key: .name, value:... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: Add script for syncing versions with Endo | 1 | chore | null |
791,704 | 02.06.2021 13:53:08 | 25,200 | 7a4a31729935d93c26fbe0dc2f9b2ccdcf921fa8 | tests: fix flaky cache test | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,18 @@ function networkRecord(options = {}) {\n}\ndescribe('Cache headers audit', () => {\n+ // Stub Date.now so the tests are not sensitive to timing.\n+ let dateNowFn;\n+ beforeAll(() => {\n+ dateNowFn = Date.now;\n+ const now = Date.now();\n+ Date.now = () ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: fix flaky cache test (#12606) | 1 | tests | null |
791,690 | 02.06.2021 13:54:36 | 18,000 | c5fddd9e5520fea397ed498baba52b69f676bbb0 | core(fr): align base artifacts with legacy gather-runner | [
{
"change_type": "MODIFY",
"diff": "const Audit = require('../../audits/audit.js');\n+/** @type {Record<keyof LH.FRBaseArtifacts, string>} */\n+const baseArtifactKeySource = {\n+ fetchTime: '',\n+ LighthouseRunWarnings: '',\n+ HostFormFactor: '',\n+ HostUserAgent: '',\n+ BenchmarkIndex: '',\n+ settings: '',... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): align base artifacts with legacy gather-runner (#12510) | 1 | core | fr |
276,989 | 02.06.2021 14:01:18 | 10,800 | 18db135b714fc60e286d1a05a538dbe234858007 | refactor(system): remove system from Tag | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\nimport { oneOf, node } from 'prop-types';\n-import { spacing } from '@gympass/yoga-system';\nconst StyledTag = styled.div`\ndisplay: inline-flex;\n@@ -41,8 +40,6 @@ const StyledTag = styled.div`\nline-he... | JavaScript | MIT License | gympass/yoga | refactor(system): remove system from Tag | 1 | refactor | system |
777,409 | 02.06.2021 14:08:50 | 25,200 | d5145feb77fce3a4e4a2e7cbea985ff83df3fb49 | docs: Release notes for 0.15.6. | [
{
"change_type": "MODIFY",
"diff": "Version 0.15\n**************\n+Version 0.15.6\n+==============\n+\n+**Release Date:** June 2, 2021\n+\n+**New Features**\n+\n+- Add PyTorch's `word-level language modeling RNN example\n+ <https://github.com/pytorch/examples/tree/master/word_language_model>`__\n+ as a `Det... | Python | Apache License 2.0 | determined-ai/determined | docs: Release notes for 0.15.6. (#2493) | 1 | docs | null |
699,201 | 02.06.2021 14:09:12 | 14,400 | c76ed7f95a56678715ae8a96b192dd0b6dba8eba | feat(input-box): allow input type to be set to date | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ if (process.env.NODE_ENV === 'development') {\ninsertBefore: PropTypes.node,\nreadOnly: PropTypes.bool,\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\n- type: PropTypes.oneOf(['text', 'email', 'hidden', 'number', 'password', 'search', '... | TypeScript | MIT License | twilio-labs/paste | feat(input-box): allow input type to be set to date | 1 | feat | input-box |
699,201 | 02.06.2021 14:10:31 | 14,400 | 774d02e8187989d3519f07a35a32387f917c79ee | feat(input): allow input type to be set to date | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,7 @@ exports[`Input render should render 1`] = `\npadding-top: 0.5rem;\nresize: none;\nwidth: 100%;\n+ cursor: auto;\n}\n.emotion-0::-webkit-input-placeholder {\n@@ -103,6 +104,14 @@ exports[`Input render should render 1`] = `\n-webkit-opacity: 1;\n}\n+.emoti... | TypeScript | MIT License | twilio-labs/paste | feat(input): allow input type to be set to date | 1 | feat | input |
699,201 | 02.06.2021 14:11:20 | 14,400 | cf6df1fc8e233cc9f979a51403669d8ab133da31 | feat(form): allow form type to be set to date | [
{
"change_type": "MODIFY",
"diff": "import * as PropTypes from 'prop-types';\n-export type FormInputTypes = 'text' | 'email' | 'hidden' | 'number' | 'password' | 'search' | 'tel';\n+export type FormInputTypes = 'text' | 'email' | 'hidden' | 'number' | 'password' | 'search' | 'tel' | 'date';\nexport type Fie... | TypeScript | MIT License | twilio-labs/paste | feat(form): allow form type to be set to date | 1 | feat | form |
699,201 | 02.06.2021 14:12:41 | 14,400 | 27b69c04baaa0c004e465fc800f608a2c9537d6a | feat(date-picker): add date picker package | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import {matchers} from 'jest-emotion';\n+import {render, screen} from '@testing-library/react';\n+// @ts-ignore typescript doesn't like js imports\n+import axe from '../../../../../.jest/axe-helper';\n+import {formatReturnDate} from '../src... | TypeScript | MIT License | twilio-labs/paste | feat(date-picker): add date picker package | 1 | feat | date-picker |
104,828 | 02.06.2021 14:13:03 | -7,200 | fdd7965694dba9135e328b2d730b76d95f27b34d | fix(mapcard): fixed bem style | [
{
"change_type": "MODIFY",
"diff": "@@ -61,8 +61,8 @@ const Legend = ({\nreturn isFullWidth ? (\n<div\ndata-testid={testId}\n- className={classnames(`${iotPrefix}--map-legend`, `${iotPrefix}--map-legend__fullwidth`, {\n- [`${iotPrefix}--map-legend__fullwidth--collapsed`]: isCollapsed,\n+ className={classnam... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(mapcard): fixed bem style | 1 | fix | mapcard |
699,201 | 02.06.2021 14:14:05 | 14,400 | 5d0565ecc992653e0e9136bca16e50cb981d8341 | feat(core): add date picker package | [
{
"change_type": "MODIFY",
"diff": "\"/packages/paste-core/components/combobox\",\n\"/packages/paste-core/primitives/combobox\",\n\"/packages/paste-customization\",\n+ \"/packages/paste-core/components/date-picker\",\n\"/packages/paste-design-tokens\",\n\"/packages/paste-core/components/disclosure\",\n\"/pa... | TypeScript | MIT License | twilio-labs/paste | feat(core): add date picker package | 1 | feat | core |
699,201 | 02.06.2021 14:16:47 | 14,400 | ed8e7ccfc8a0d4a6aa18e8741796496690459b5d | chore(changeset): input-box, input, form, date-picker changesets | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/input': patch\n+'@twilio-paste/core': patch\n+---\n+\n+Added type 'date' to Input types for date picker component\n",
"new_path": ".changeset/fluffy-moose-remain.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+---\n+'@twil... | TypeScript | MIT License | twilio-labs/paste | chore(changeset): input-box, input, form, date-picker changesets | 1 | chore | changeset |
866,394 | 02.06.2021 14:21:36 | 14,400 | 6fc216f37766721fa1decb8609ffd8c72f65b1c7 | chore(cloud-foundry): updating manifest configs to force https
### Related Ticket(s)
No related issue
### Description
This will force https for all of our cloud foundry apps for `Carbon for IBM.com`.
### Changelog
**Changed**
various manifest files for cloud foundry | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ applications:\npath: ./storybook-static\nmemory: 64M\nbuildpack: https://github.com/cloudfoundry/staticfile-buildpack.git\n+ force_https: true\nroutes:\n- route: ibmdotcom-react-canary.mybluemix.net\n",
"new_path": "packages/react/manifest-canary.yml",... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(cloud-foundry): updating manifest configs to force https (#6238)
### Related Ticket(s)
No related issue
### Description
This will force https for all of our cloud foundry apps for `Carbon for IBM.com`.
### Changelog
**Changed**
- various manifest files for cloud foundry | 1 | chore | cloud-foundry |
104,828 | 02.06.2021 14:28:18 | -7,200 | 1738f8765e7a9a984385f4343d1c8ec36362ae2c | fix(mapcard): fixed proptype error | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ mapboxgl.accessToken =\n'pk.eyJ1IjoiZGF2aWRpY3VzIiwiYSI6ImNrbTN4OWpsZTBjYm0ybnBsaWZkemV6MmgifQ.jpqC4rJzYG6CY3IXc9NLuw';\nconst propTypes = {\n- data: PropTypes.shape(PropTypes.any),\n+ data: PropTypes.shape({}),\noptions: PropTypes.arrayOf(\nPropTypes.sh... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(mapcard): fixed proptype error | 1 | fix | mapcard |
791,375 | 02.06.2021 15:13:58 | -32,400 | 9a3b416221f3c8b3793837e2a459b1d7cd9c479f | fix(spanner): add missing NUMERIC type to the doc for Row | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,8 @@ import (\n// *[]bool, *[]NullBool - BOOL ARRAY\n// *float64(not NULL), *NullFloat64 - FLOAT64\n// *[]float64, *[]NullFloat64 - FLOAT64 ARRAY\n+// *big.Rat(not NULL), *NullNumeric - NUMERIC\n+// *[]big.Rat, *[]NullNumeric - NUMERIC ARRAY\n// *time.Time(no... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(spanner): add missing NUMERIC type to the doc for Row (#4116)
Co-authored-by: Hengfeng Li <hengfeng@google.com> | 1 | fix | spanner |
141,508 | 02.06.2021 15:18:10 | -36,000 | ff675447bcaf53e8e11c708d59349a31b90f8658 | fix: Only add aria-labelledby when Icon is meaningful img | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,6 @@ exports[`matches snapshot with everything enabled 1`] = `\n<div>\n<svg\naria-hidden=\"true\"\n- aria-labelledby=\"80284680-3304-5869-9788-7428e6c6ee86\"\nclass=\"icon\"\nfocusable=\"false\"\nrole=\"presentation\"\n@@ -79,7 +78,6 @@ exports[`matches snaps... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Only add aria-labelledby when Icon is meaningful img (#1665) | 1 | fix | null |
777,369 | 02.06.2021 15:21:01 | 21,600 | 0b0e9ca80b249fa8c6533cf35457a1e04624e1d3 | chore: update eslint-no-unused-vars to handle special cases | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,10 @@ module.exports = {\ninterfaces: { order: 'alphabetically' },\ntypeLiterals: { order: 'alphabetically' },\n} ],\n- '@typescript-eslint/no-unused-vars': 'error',\n+ '@typescript-eslint/no-unused-vars': [\n+ 'error',\n+ { args: 'after-used', ignoreRestSibl... | Python | Apache License 2.0 | determined-ai/determined | chore: update eslint-no-unused-vars to handle special cases (#2496) | 1 | chore | null |
807,849 | 02.06.2021 15:21:26 | 25,200 | c019815dc52d61db01aa5e4384c0e9c3f8d6264f | chore(lockfile): Sync workspace versions | [
{
"change_type": "MODIFY",
"diff": "},\n\"commands/add\": {\n\"name\": \"@lerna/add\",\n- \"version\": \"3.21.0\",\n+ \"version\": \"4.0.0\",\n\"license\": \"MIT\",\n\"dependencies\": {\n\"@lerna/bootstrap\": \"file:../bootstrap\",\n},\n\"commands/bootstrap\": {\n\"name\": \"@lerna/bootstrap\",\n- \"version... | JavaScript | MIT License | lerna/lerna | chore(lockfile): Sync workspace versions | 1 | chore | lockfile |
807,849 | 02.06.2021 15:22:28 | 25,200 | 326a6a269fd3c26d86b6ced44ba81d8d0a4e398f | chore: npm audit --fix | [
{
"change_type": "MODIFY",
"diff": "\"optional\": true\n},\n\"node_modules/handlebars\": {\n- \"version\": \"4.7.6\",\n- \"resolved\": \"https://registry.npmjs.org/handlebars/-/handlebars-4.7.6.tgz\",\n- \"integrity\": \"sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EG... | JavaScript | MIT License | lerna/lerna | chore: npm audit --fix | 1 | chore | null |
306,309 | 02.06.2021 15:25:09 | -3,600 | b2c0c5f98d6a8fae07dbe5989f3bb5932fcdd975 | fix(azure): make Function pricing calcs more robust
Handle azurerm_app_service_plan being unavailable by falling back to
any available usage file params
fix bug in gbSecond calculation
fix bug in Executions cost calc as the Azure pricing API returns
the price per 10 units
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -498,7 +498,7 @@ resource_usage:\nmonthly_executions: 100000 # Monthly executions to the function. Only applicable for Consumption plan.\nexecution_duration_ms: 500 # Average duration of each execution in milliseconds. Only applicable for Consumption plan.\nmemory_mb: ... | Go | Apache License 2.0 | infracost/infracost | fix(azure): make Function pricing calcs more robust (#767)
- Handle azurerm_app_service_plan being unavailable by falling back to
any available usage file params
- fix bug in gbSecond calculation
- fix bug in Executions cost calc as the Azure pricing API returns
the price per 10 units
Fixes #757 | 1 | fix | azure |
392,551 | 02.06.2021 15:33:58 | -7,200 | 24560695b79eec1230620ef4fc1805a9b6093711 | docs: add tag example | [
{
"change_type": "MODIFY",
"diff": "@@ -48,29 +48,27 @@ slug: /\n### Tag\n| Example | Description |\n-| --------------------- | --------------------------------- |\n-| Show tags | Show point, polygon and rect tags |\n-| Configure tags | |\n-| Create tags | |\n-| Listen to tag changes | |\n-| Hover tags | |\... | TypeScript | MIT License | mapillary/mapillary-js | docs: add tag example | 1 | docs | null |
807,849 | 02.06.2021 15:45:32 | 25,200 | 5250e9fdcc2a88504b26792f40eaa4da7d15b386 | chore(ci): Add Node v14 to matrix | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ jobs:\n- uses: actions/setup-node@v1\nwith:\n# only lint on latest node\n- node-version: 12\n+ node-version: 14\n- uses: actions/cache@v2\nwith:\npath: ~/.npm\n@@ -32,7 +32,7 @@ jobs:\nstrategy:\nfail-fast: true\nmatrix:\n- node: [ 12, 10 ]\n+ node: [ 14... | JavaScript | MIT License | lerna/lerna | chore(ci): Add Node v14 to matrix | 1 | chore | ci |
807,849 | 02.06.2021 15:46:25 | 25,200 | a47fc294393a3e9507a8207a5a2f07648a524722 | chore(ci): Install npm@7 | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ jobs:\nkey: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}\nrestore-keys: |\n${{ runner.os }}-node-\n- - run: npm -g i npm@next-7\n+ - run: npm -g i npm@7\n- run: npm ci\n- run: npm run ci:lint\n",
"new_path": ".github/workflows/ci.yaml"... | JavaScript | MIT License | lerna/lerna | chore(ci): Install npm@7 | 1 | chore | ci |
711,659 | 02.06.2021 15:47:06 | -10,800 | 1e8c1375f7e6ff8f80b90ac1cd40e9c4a53ae1bf | perf(core): Improve performance of apply-collection-filters job | [
{
"change_type": "MODIFY",
"diff": "@@ -87,9 +87,7 @@ export class CollectionService implements OnModuleInit {\nLogger.verbose(`Processing ${job.data.collectionIds.length} Collections`);\nlet completed = 0;\nfor (const collectionId of job.data.collectionIds) {\n- const collection = await this.connection.get... | TypeScript | MIT License | vendure-ecommerce/vendure | perf(core): Improve performance of apply-collection-filters job (#915) | 1 | perf | core |
185,944 | 02.06.2021 15:47:34 | 18,000 | f3a1a1d8d4637672ea872a8eea087f532a0cf1da | feat: allow obsolete versions to be toggled in cli
When bisecting from the command line, it's possible that the last known
good version is an unsupported release. Thus, it's necessary to be able
to re-enable unsupported releases from the command line. | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,7 @@ export interface SetupRequest {\nversion?: string;\nshowChannels: ElectronReleaseChannel[];\nhideChannels: ElectronReleaseChannel[];\n+ useObsolete?: boolean;\n}\nexport interface BisectRequest {\n",
"new_path": "src/interfaces.ts",
"old_path": "... | TypeScript | MIT License | electron/fiddle | feat: allow obsolete versions to be toggled in cli (#697)
When bisecting from the command line, it's possible that the last known
good version is an unsupported release. Thus, it's necessary to be able
to re-enable unsupported releases from the command line. | 1 | feat | null |
276,989 | 02.06.2021 15:50:11 | 10,800 | a50c91435ac073e0c4de4347c75ea839cfc05846 | refactor(chips): update border-color | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { node, number, arrayOf, bool, func } from 'prop-types';\n+import { number, arrayOf, bool, func, node } from 'prop-types';\nimport styled, { css, withTheme } from 'styled-components';\nimport { TouchableWithoutFeedback } from 'react-nat... | JavaScript | MIT License | gympass/yoga | refactor(chips): update border-color | 1 | refactor | chips |
276,989 | 02.06.2021 15:54:08 | 10,800 | 9efa71778e9754e463c48ff2ff3c384cd50d3f51 | test(chips): update snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ exports[`<Chips /> Snapshots counter should match snapshot 1`] = `\nArray [\nObject {\n\"alignItems\": \"center\",\n+ \"borderColor\": \"#D7D7E0\",\n\"borderRadius\": 8,\n\"borderStyle\": \"solid\",\n\"borderWidth\": 1,\n@@ -81,6 +82,7 @@ exports[`<Chips... | JavaScript | MIT License | gympass/yoga | test(chips): update snapshot | 1 | test | chips |
276,989 | 02.06.2021 16:00:51 | 10,800 | 135bbe43af443addf914202e73f44d6d46dcd7a6 | refactor(chips): update master | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ const Wrapper = styled.View`\nselected\n? css`\nbackground-color: ${theme.colors.yoga};\n- border-color: ${theme.colors.secondary};\n+ border-color: ${theme.colors.primary};\n`\n: ''}\n`;\n@@ -51,7 +51,7 @@ const StyledChips = styled(Text)`\n${({ selecte... | JavaScript | MIT License | gympass/yoga | refactor(chips): update master | 1 | refactor | chips |
667,713 | 02.06.2021 16:04:31 | -28,800 | 53dc4a543bffb2187b855f01f6b5cabc50d3872d | feat(android): add onTopReached event for RecyclerView | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,8 @@ import com.tencent.mtt.hippy.views.scroll.HippyScrollViewEventHelper;\npublic class RecyclerViewEventHelper extends OnScrollListener implements OnLayoutChangeListener,\nOnAttachStateChangeListener, OverPullListener {\n+ public static final String EVENT_O... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add onTopReached event for RecyclerView | 1 | feat | android |
276,989 | 02.06.2021 16:11:05 | 10,800 | c9534220fe446727d265f57a23b7635d6c1b32be | refactor(chips): update with master | [
{
"change_type": "MODIFY",
"diff": "@@ -83,14 +83,14 @@ const Wrapper = styled.button`\n${commonStyles}\nbackground-color: ${colors.yoga};\n- color: ${colors.secondary};\n+ color: ${colors.primary};\nborder-color: transparent;\nfont-weight: ${fontWeights.medium};\n&:hover:enabled {\n- border-color: ${colors... | JavaScript | MIT License | gympass/yoga | refactor(chips): update with master | 1 | refactor | chips |
276,989 | 02.06.2021 16:20:42 | 10,800 | 3fd9ab0e1070b9fb50b788df7e1fff3f55d9052f | refactor(chips): revisit Icon spacings | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import styled from 'styled-components';\n+import styled, { withTheme } from 'styled-components';\nimport { node, number, arrayOf, bool, func } from 'prop-types';\nimport { hexToRgb } from '@gympass/yoga-common';\n@@ -68,14 +68,6 @@ const Wrapp... | JavaScript | MIT License | gympass/yoga | refactor(chips): revisit Icon spacings | 1 | refactor | chips |
791,682 | 02.06.2021 16:30:14 | 14,400 | a938fc497a710c723fb21a70460d38a03ae88fe6 | tests(smoke): relative source map hash | [
{
"change_type": "MODIFY",
"diff": "<head>\n<script>\n// Use a source map so we can test the injected iframe fetcher.\n- //# sourceMappingURL=http://localhost:10200/source-map/script.js.map\n+ //# sourceMappingURL=source-map/script.js.map\n</script>\n</head>\n<body>\n",
"new_path": "lighthouse-cli/test/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smoke): relative source map hash (#12607) | 1 | tests | smoke |
185,952 | 02.06.2021 16:42:17 | 25,200 | d84cdd0bc971e586465d9fe7221e792c2e269032 | chore: release v0.23.2 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"electron-fiddle\",\n\"productName\": \"Electron Fiddle\",\n- \"version\": \"0.23.1\",\n+ \"version\": \"0.23.2\",\n\"description\": \"The easiest way to get started with Electron\",\n\"repository\": \"https://github.com/electron/fiddle\",\n\"main\": \"./dis... | TypeScript | MIT License | electron/fiddle | chore: release v0.23.2 (#702) | 1 | chore | null |
667,713 | 02.06.2021 16:45:44 | -28,800 | c99ab9f57a1ff8e11165daa4e67f0477c58872f8 | refactor(android): add getHeight and getWidth for HippyDrawable | [
{
"change_type": "MODIFY",
"diff": "@@ -48,17 +48,10 @@ public class ImageLoaderModule extends HippyNativeModuleBase {\n@Override\npublic void onRequestSuccess(HippyDrawable hippyDrawable) {\nif (hippyDrawable != null) {\n- Bitmap bitmap = hippyDrawable.getBitmap();\n- if (bitmap != null) {\n- int width = b... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): add getHeight and getWidth for HippyDrawable | 1 | refactor | android |
866,395 | 02.06.2021 17:04:07 | 14,400 | ab46a79b12ae45bd61ebda7b26db0e16ed61a053 | feat(notification): add low contrast mode | [
{
"change_type": "MODIFY",
"diff": "//\n-// Copyright IBM Corp. 2019\n+// Copyright IBM Corp. 2019, 2021\n//\n// This source code is licensed under the Apache-2.0 license found in the\n// LICENSE file in the root directory of this source tree.\n@@ -31,16 +31,36 @@ $css--plex: true !default;\n:host(#{$prefix... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(notification): add low contrast mode (#646) | 1 | feat | notification |
777,396 | 02.06.2021 17:14:25 | 21,600 | bae9c2d5e8655b398295e60ca403079dfa8dd0f3 | chore: fix some semi-broken unit tests
Fix test_ipc: the child process never exited.
Fix test_to_device_warnings: there is no longer any need for
multiprocessing.Queue(). | [
{
"change_type": "MODIFY",
"diff": "import logging\n-import multiprocessing\n-import sys\n+import queue\nimport typing\nfrom logging import handlers\n@@ -168,23 +167,21 @@ def test_to_device() -> None:\n@pytest.mark.parametrize(\"dedup_between_calls\", [True, False])\n-@pytest.mark.skipif(\n- sys.platform =... | Python | Apache License 2.0 | determined-ai/determined | chore: fix some semi-broken unit tests (#2483)
Fix test_ipc: the child process never exited.
Fix test_to_device_warnings: there is no longer any need for
multiprocessing.Queue(). | 1 | chore | null |
151,430 | 02.06.2021 17:15:28 | 25,200 | 7a8061eed866223790a85862fcbc0616f083a3b1 | refactor: fix identify race condition | [
{
"change_type": "MODIFY",
"diff": "@@ -324,7 +324,7 @@ function awsPinpointPlugin(pluginConfig = {}) {\n...(!Object.keys(userInfo).length) ? {} : {\nUser: userInfo\n},\n- })\n+ }, false)\n},\nloaded: () => !!recordEvent,\n}\n",
"new_path": "packages/analytics-plugin-aws-pinpoint/src/browser.js",
"o... | JavaScript | MIT License | davidwells/analytics | refactor: fix identify race condition
Signed-off-by: David Wells <> | 1 | refactor | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.