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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
273,683 | 07.12.2021 03:05:19 | -3,600 | 149dbff92d8ea612553e7479991f2b43e4a903dd | chore(deps): upgrade to graphql v16 | [
{
"change_type": "MODIFY",
"diff": "@@ -53,13 +53,28 @@ class Schema {\nrunQuery (docOrQuery, variables = {}, operationName) {\nconst context = this.createContext()\n- const func = typeof docOrQuery === 'string' ? graphql : execute\nif (!this._schema) {\nthrow new Error(`GraphQL schema is not generated yet.... | JavaScript | MIT License | gridsome/gridsome | chore(deps): upgrade to graphql v16 | 1 | chore | deps |
317,842 | 07.12.2021 06:27:28 | 0 | d3c3dea1d76ce0edc4ae834989929351762a0137 | feat(language): parameter for version detection
applied to angular segment to read version from package.json | [
{
"change_type": "MODIFY",
"diff": "\"type\": \"shell\",\n\"command\": \"go\",\n\"label\": \"devcontainer: rebuild oh-my-posh\",\n- \"detail\": \"Build oh-my-posh for all shells when inside the devcaontainer\",\n+ \"detail\": \"Build oh-my-posh for all shells when inside the devcontainer\",\n\"options\": {\... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(language): parameter for version detection
applied to angular segment to read version from package.json | 1 | feat | language |
277,286 | 07.12.2021 08:26:07 | -3,600 | 26be18ff70f4de167ae1b48b3b4bbb19e28a7551 | ci: Do not build docs for nightly. | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ jobs:\nrun: make test-ui-ci\n- name: Build Release\n- run: make release\n+ run: make release-nightly\n- name: Update tag\nrun: git tag -f ${{ env.TAG }} && git push -f --tags\n",
"new_path": ".github/workflows/release-wave-nightly.yml",
"old_path... | Python | Apache License 2.0 | h2oai/wave | ci: Do not build docs for nightly. | 1 | ci | null |
942,613 | 07.12.2021 08:47:31 | 25,200 | a394d8204cbf841bb4de8d42c8ebdfd6775fe11e | fix: Add formik and yup back to preview dev deps
Add `formik` and `yup` to `preview-react`'s dev dependencies.
[category:Components] | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@workday/canvas-accent-icons-web\": \"^1.0.0\",\n- \"@workday/canvas-kit-labs-react\": \"^6.0.7\"\n+ \"@workday/canvas-kit-labs-react\": \"^6.0.7\",\n+ \"formik\": \"^2.2.9\",\n+ \"yup\": \"^0.31.1\"\n}\n}\n",
"new_path": "modules/preview... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Add formik and yup back to preview dev deps (#1376)
Add `formik` and `yup` to `preview-react`'s dev dependencies.
[category:Components] | 1 | fix | null |
304,862 | 07.12.2021 09:10:38 | 18,000 | 73b8181fd03cf026d2a8ad1999664abe5929fe1e | fix(join): Return error if column not found in schema | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,8 @@ type DatasetContext interface {\ntype DataCache interface {\nTable(flux.GroupKey) (flux.Table, error)\n- ForEach(func(flux.GroupKey))\n- ForEachWithContext(func(flux.GroupKey, Trigger, TableContext))\n+ ForEach(func(flux.GroupKey) error) error\n+ ForEach... | Go | MIT License | influxdata/flux | fix(join): Return error if column not found in schema (#4310) | 1 | fix | join |
306,406 | 07.12.2021 09:14:40 | -3,600 | f016883d7e57f69dcc25e00ad8e5893d83980bf0 | chore: accessibility blog | [
{
"change_type": "ADD",
"diff": "+---\n+title: The Accessibility of Lion\n+published: true\n+description: What does the term Accessibility mean within the context of Lion?\n+date: 2021-12-07\n+tags: [ux, accessibility]\n+cover_image: /blog/images/accessibility.png\n+---\n+\n+## Accessibility within Design S... | JavaScript | MIT License | ing-bank/lion | chore: accessibility blog | 1 | chore | null |
306,320 | 07.12.2021 09:48:50 | 0 | 7831306450cfe797e0c121faa8d97b27148c4863 | feat: parallelize multi-project runs | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,7 @@ require (\ngithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.0.0 // indirect\ngithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.0.1 // indirect\ngithub.com/gorilla/websocket v1.4.2 // indirect\n+ golang.org/x/sync v0.0.0-20210220032951-036812b... | Go | Apache License 2.0 | infracost/infracost | feat: parallelize multi-project runs | 1 | feat | null |
276,976 | 07.12.2021 10:56:33 | 10,800 | 1e4f3498c0d61ebfd4c522e23218d8d9daba3ae9 | refactor(component): adjusted the spacings on native Plan Card
I adjusted the spacings on native Plan Card to be equal to the Figma project, and I kept the web
style the same was. | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-undef, no-alert */\nimport React from 'react';\n-import { Card, PlanCard, EventCard, GymCard, Icon } from '@gympass/yoga';\n-import { MapPin, Smartphone, Star } from '@gympass/yoga-icons';\n+import {\n+ Card,\n+ PlanCard,\n+ EventCard,\n+ GymCard,\n+ ... | JavaScript | MIT License | gympass/yoga | refactor(component): adjusted the spacings on native Plan Card
I adjusted the spacings on native Plan Card to be equal to the Figma project, and I kept the web
style the same was. | 1 | refactor | component |
104,853 | 07.12.2021 11:22:37 | 18,000 | cf0c63999574c5343ce9f7972d6caf9aff49536a | feat(rule-builder): add more translations | [
{
"change_type": "MODIFY",
"diff": "@@ -79,6 +79,7 @@ export class RuleBuilderComponent implements OnInit {\nthis.i18n.setLocale('en', {\nRULE_BUILDER: {\nADD_RULE: 'Add rule',\n+ REMOVE_RULE: 'Remove rule',\nADD_NEW_RULE: 'Add new rule',\nADD_GROUP: 'Add group',\nADD_NEW_GROUP: 'Add new rule group',\n",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(rule-builder): add more translations | 1 | feat | rule-builder |
127,946 | 07.12.2021 11:23:50 | -3,600 | 0f7a3ed797c234a3ab5eed7449678c73bcb4016d | fix: check only Files not Directories for preview | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,15 @@ const getFilesFromDirectory = async (dirPath: string) => {\n(filenames) => filenames.split('.tsx')[0]\n);\n- const fileSources = filenames.map((fileName) => {\n- const pathToSourceCode = path.join('/', dirPath, fileName);\n+ const filePaths = filenames.... | TypeScript | MIT License | coingaming/moon-design | fix: check only Files not Directories for preview (#1505) | 1 | fix | null |
71,094 | 07.12.2021 12:09:44 | 0 | 58c2c65509e6e2f61ac98840458f2e43f38d1d97 | chore(apigateway): clarified the intent of `dataTraceEnabled`
Related to
*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": "@@ -141,8 +141,10 @@ export interface MethodDeploymentOptions {\nreadonly loggingLevel?: MethodLoggingLevel;\n/**\n- * Specifies whether data trace logging is enabled for this method, which\n- * effects the log entries pushed to Amazon CloudWatch Logs.\n+ * Specifies whet... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(apigateway): clarified the intent of `dataTraceEnabled` (#17861)
Related to https://github.com/aws/aws-cdk/issues/17578.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | apigateway |
342,861 | 07.12.2021 12:15:32 | -3,600 | 2c0e2f637ebe6ecedd54afc7d32dd0d7cd57d1d7 | fix(Tooltip): export interface | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { Popper } from \"../primitives/TooltipPrimitive\";\nimport * as Common from \"../common/common\";\ntype Size = \"small\" | \"medium\";\n-interface Props extends Common.Global, Popper {\n+export interface Props extends Common.Global, Popper {\nreado... | JavaScript | MIT License | kiwicom/orbit | fix(Tooltip): export interface (#3210) | 1 | fix | Tooltip |
126,295 | 07.12.2021 12:48:04 | -3,600 | f339b21213827ab16dabad7ce7aa1f41aa7797d3 | fix(pkg/server): fix keep alive session interceptor | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ func (s *ImmuServer) KeepAliveSessionInterceptor(ctx context.Context, req interf\nif err != nil {\nreturn nil, err\n}\n- if info.FullMethod == \"/immudb.schema.ImmuService/KeepALive\" {\n+ if info.FullMethod == \"/immudb.schema.ImmuService/KeepAlive\" {\... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/server): fix keep alive session interceptor
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | pkg/server |
217,922 | 07.12.2021 13:03:32 | -3,600 | 411ece47cf049f92e65571e4792b436d6210f0b7 | chore: lazy data model update | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,9 @@ export interface Bonuses {\nHeavyResistance?: BindResistance;\nIncreasedSpiritbondGain?: BindResistance;\nDesynthesisSkillGain?: BindResistance;\n- CP?: Cp;\nCraftsmanship?: Cp;\nControl?: Cp;\n+ CP?: Cp;\n}\nexport interface BindResistance {\n",
"ne... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: lazy data model update | 1 | chore | null |
217,922 | 07.12.2021 13:03:44 | -3,600 | a780bda2d5a7f3beaf8a8008b69bd79869f8bb26 | chore(release): 9.1.6 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"9.1.6\"></a>\n+## [9.1.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.1.6 | 1 | chore | release |
730,445 | 07.12.2021 13:06:29 | 28,800 | ceb5f7416719254beac83eb8811a40d407e4c2e0 | test(plugin-meetingsV2): add sipUrl to body from sipUri | [
{
"change_type": "MODIFY",
"diff": "@@ -214,6 +214,9 @@ MeetingInfoUtil.getRequestBody = (options) => {\nif (destination.info?.webExMeetingId) {\nbody.meetingKey = destination.info.webExMeetingId;\n}\n+ else if (destination.info?.sipUri) {\n+ body.sipUrl = destination.info.sipUri;\n+ }\nbreak;\ncase _MEETIN... | JavaScript | MIT License | webex/webex-js-sdk | test(plugin-meetingsV2): add sipUrl to body from sipUri | 1 | test | plugin-meetingsV2 |
730,445 | 07.12.2021 13:44:52 | 28,800 | 17494310001cd7dd4338697ef0e6dcd2d05cb76d | fix(plugin-meetings): anonymize IP addresses sent in metrics | [
{
"change_type": "MODIFY",
"diff": "Binary files a/package-lock.json and b/package-lock.json differ\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff": "\"highlight.js\": \"^11.0.1\",\n\"humanize-string\": \"^1.0.2\",\n\"in-publish\"... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): anonymize IP addresses sent in metrics | 1 | fix | plugin-meetings |
160,177 | 07.12.2021 13:50:14 | -28,800 | 8b6a5abf41967ff47d65e34a926d6b4ac37a9ad4 | feat: add node view types | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,34 @@ type Istate = {\nisHovered: boolean,\n};\n+type StyleAttribute = {\n+ width: number;\n+ height: number;\n+ fill: string;\n+ fillOpacity?: number;\n+ strokeWidth?: number;\n+ stroke: string;\n+ strokeOpacity?: number;\n+ opacity?: number;\n+ outlineColor... | TypeScript | Apache License 2.0 | didi/logicflow | feat: add node view types | 1 | feat | null |
777,353 | 07.12.2021 13:51:55 | 21,600 | 8c2b9701d757c17724f8f90e2f1d9d36a7212f40 | feat: Model Registry UX Phase 2 - Creation | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- WebUI: Add buttons to the WebUI to create new models in the Model Registry, as well as add\n+ checkpoints as versions to existing models. The Register Checkpoint modal can be accessed through\n+ the Checkpoint modal. The New Model modal... | Python | Apache License 2.0 | determined-ai/determined | feat: Model Registry UX Phase 2 - Creation [DET-6257] [DET-6258] (#3244) | 1 | feat | null |
266,154 | 07.12.2021 13:58:44 | 28,800 | f45237fb8ccbd7203962801da4c3b1667ea5671d | build(owl-bot): Upgrade `owl-bot` Cloud Function to Node v14
* build(owl-bot): Upgrade owl-bot cloud function to Node v14
The Dockerfiles were already on v14, this makes it consistent everywhere
* refactor(owl-bot): Change deprecated from `fs.rmDirSync` -> `fs.rmSync` | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ steps:\n- \"$_KEY_LOCATION\"\n- \"$_KEY_RING\"\n- \"$_FUNCTION_REGION\"\n- - \"nodejs12\"\n+ - \"nodejs14\"\n- \"540s\"\n- \"68a5145e-8907-4301-a4b6-b7e37892a510\"\n",
"new_path": "packages/owl-bot/cloudbuild.yaml",
"old_path": "packages/owl-bot/... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | build(owl-bot): Upgrade `owl-bot` Cloud Function to Node v14 (#3007)
* build(owl-bot): Upgrade owl-bot cloud function to Node v14
The Dockerfiles were already on v14, this makes it consistent everywhere
* refactor(owl-bot): Change deprecated from `fs.rmDirSync` -> `fs.rmSync` | 1 | build | owl-bot |
889,620 | 07.12.2021 14:43:45 | -28,800 | e55f493632f441a51372317988894a0cf333e00e | revert: remove the OPDS markread feature
impractical as clients would precache pages, messing with the read progress | [
{
"change_type": "DELETE",
"diff": "-package org.gotson.komga.interfaces.api\n-\n-internal const val MARK_READ = \"markread\"\n",
"new_path": null,
"old_path": "komga/src/main/kotlin/org/gotson/komga/interfaces/api/Constants.kt"
},
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,6 @@ im... | Kotlin | MIT License | gotson/komga | revert: remove the OPDS markread feature
impractical as clients would precache pages, messing with the read progress | 1 | revert | null |
401,147 | 07.12.2021 14:48:15 | -19,080 | a3f9984f3d413c2b5ff07c6a0ee2c439a6ca89f6 | fix: nested field issue in table component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -110,4 +110,4 @@ export const resolveValueByTableSize = (\nexport const getNestedValue = (obj: Record<string, unknown>, dottedKey: string) =>\n// @ts-ignore\n- dottedKey.split('.').reduce((acc, curr) => acc[curr], obj);\n+ dottedKey.split('.').reduce((acc, curr) => acc... | TypeScript | MIT License | medly/medly-components | fix: nested field issue in table component
affects: @medly-components/core | 1 | fix | null |
889,620 | 07.12.2021 14:54:24 | -28,800 | ce513733446ff4ddbef1fab2cefa14a84bac7a6c | feat(opds): support lastRead attribute on OPSD PSE links
part of OPDS PSE 1.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -582,6 +582,14 @@ class OpdsController(\n}\nprivate fun BookDto.toOpdsEntry(media: Media, prependNumber: Boolean, prepend: Int? = null): OpdsEntryAcquisition {\n+ val mediaTypes = media.pages.map { it.mediaType }.distinct()\n+\n+ val opdsLinkPageStreaming = if (mediaTy... | Kotlin | MIT License | gotson/komga | feat(opds): support lastRead attribute on OPSD PSE links
part of OPDS PSE 1.1 | 1 | feat | opds |
276,944 | 07.12.2021 15:00:48 | 10,800 | d5ad9d0f2f584a59c9be7465caaf8d0d9e8a4f07 | chore: allow number with slice as progress label | [
{
"change_type": "MODIFY",
"diff": "@@ -116,7 +116,7 @@ const Label = styled.Text`\n* of quantity. The use of labels numeric or alphabetic can increase the user\n* understanding. */\nconst Progress = ({ label, max, value, variant, ...props }) => {\n- const isNumber = !isNaN(label.value);\n+ const isNumber =... | JavaScript | MIT License | gympass/yoga | chore: allow number with slice as progress label | 1 | chore | null |
306,338 | 07.12.2021 15:04:11 | -3,600 | 42d73a7ea494c6e4adfeb878fca60ef6528be80d | fix(aws): fix default protocol for aws_transfer_server resource | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ func newTransferServer(d *schema.ResourceData, u *schema.UsageData) *schema.Reso\nprotocols = append(protocols, data.String())\n}\n} else {\n- defaultProtocol := \"FTPS\"\n+ defaultProtocol := \"SFTP\"\nprotocols = append(protocols, defaultProtocol)\n}\n... | Go | Apache License 2.0 | infracost/infracost | fix(aws): fix default protocol for aws_transfer_server resource
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/transfer_server#protocols | 1 | fix | aws |
777,353 | 07.12.2021 15:04:34 | 21,600 | c7a91b4c3f7a375c455f1ee7a46df1ad888b96ae | docs: updating model registry documentation | [
{
"change_type": "ADD",
"diff": "+.. _model-registry:\n+\n+################\n+ Model Registry\n+################\n+\n+The Model Registry is a way to group together conceptually related checkpoints (including ones\n+across different experiments), storing metadata and longform notes about a model, and retriev... | Python | Apache License 2.0 | determined-ai/determined | docs: updating model registry documentation [DET-6072] (#3276) | 1 | docs | null |
126,276 | 07.12.2021 15:04:42 | 10,800 | 318e0950e4187660be804d29505d16b29ad9b26e | feat(embedded/store): logical entries expiration | [
{
"change_type": "MODIFY",
"diff": "@@ -291,7 +291,7 @@ func (sqlTx *SQLTx) Closed() bool {\nfunc (c *Catalog) load(sqlPrefix []byte, tx *store.OngoingTx) error {\ndbReaderSpec := &store.KeyReaderSpec{\nPrefix: mapKey(sqlPrefix, catalogDatabasePrefix),\n- Filter: store.IgnoreDeleted,\n+ Filter: store.Ignore... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/store): logical entries expiration
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/store |
306,338 | 07.12.2021 15:04:56 | -3,600 | 87cd94e22bc47fd7a86c649c48220ed18d5225ae | chore(aws): refactor aws_transfer_server resource cost components
It was done in scope of updating the contributing guide. Decided to make
the changes in code for consistency as we're trying to keep same style
across resources. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,100 +35,87 @@ var TransferServerUsageSchema = []*schema.UsageItem{\n// PopulateUsage parses the u schema.UsageData into the TransferServer.\n// It uses the `infracost_usage` struct tags to populate data into the TransferServer.\n-func (t *TransferServer) PopulateUs... | Go | Apache License 2.0 | infracost/infracost | chore(aws): refactor aws_transfer_server resource cost components
It was done in scope of updating the contributing guide. Decided to make
the changes in code for consistency as we're trying to keep same style
across resources. | 1 | chore | aws |
217,922 | 07.12.2021 15:16:17 | -3,600 | 9e48d7a4da8066be72fb6ebfa93ce0769e31256b | fix(materia): fixed materia caps not being rounded properly | [
{
"change_type": "MODIFY",
"diff": "@@ -221,10 +221,10 @@ export class MateriaService {\nconst extract = extracts[materia.id];\nconst trades = getItemSource<TradeSource[]>(extract, DataType.TRADE_SOURCES);\nconst scripIds = [\n- 17833,\n- 17834,\n25199,\n- 25200\n+ 25200,\n+ 33913,\n+ 33914\n];\nconst scrip... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(materia): fixed materia caps not being rounded properly | 1 | fix | materia |
126,276 | 07.12.2021 15:22:20 | 10,800 | 35448e9f9d7f3b0fbf0ec2d11a6d441ae414e458 | chore(embedded/store): use fixed time during the lifespan of a tx | [
{
"change_type": "MODIFY",
"diff": "@@ -571,6 +571,7 @@ func (s *ImmuStore) Snapshot() (*Snapshot, error) {\nreturn &Snapshot{\nst: s,\nsnap: snap,\n+ ts: time.Now(),\n}, nil\n}\n@@ -583,6 +584,7 @@ func (s *ImmuStore) SnapshotSince(tx uint64) (*Snapshot, error) {\nreturn &Snapshot{\nst: s,\nsnap: snap,\n+ ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): use fixed time during the lifespan of a tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
889,620 | 07.12.2021 15:31:06 | -28,800 | c9d12d042b3463779cc20c39aa52720e7404365e | feat(opds): add Keep Reading and On Deck
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import org.gotson.komga.domain.model.BookSearchWithReadProgress\nimport org.gotson.komga.domain.model.Library\nimport org.gotson.komga.domain.model.Media\nimport org.gotson.komga.domain.model.ReadList\n+import org.gotson.komga.domain.model.ReadStatus\nimpo... | Kotlin | MIT License | gotson/komga | feat(opds): add Keep Reading and On Deck
closes #737 | 1 | feat | opds |
160,177 | 07.12.2021 15:33:07 | -28,800 | 921a09ba4b30a819eb315316e174a7bccfc9ffc8 | feat: use loose class properties | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,8 @@ module.exports = {\n{ \"legacy\": true }\n],\n[\n- \"@babel/plugin-proposal-class-properties\"\n+ \"@babel/plugin-proposal-class-properties\",\n+ { \"loose\": true }\n],\n]\n}\n",
"new_path": "babel.config.js",
"old_path": "babel.config.js"
},
... | TypeScript | Apache License 2.0 | didi/logicflow | feat: use loose class properties | 1 | feat | null |
617,469 | 07.12.2021 15:33:16 | -3,600 | ac2f192c07d53b7eaac0c599d0d83ae571377039 | fix(accordion): do not crash if no titleLevel | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,11 @@ import Html from \"../../src/common/Html\";\n//Custom MDX component\nconst Tab = (props) => (\n<StyledAccordion\n+ titleLevel={3}\nitems={[\n{\nbody: props.children,\n- title: <h3>{props.title}</h3>,\n+ title: props.title,\n},\n]}\n/>\n@@ -19,7 +20,7 @@ ... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(accordion): do not crash if no titleLevel (#4104) | 1 | fix | accordion |
126,295 | 07.12.2021 15:33:37 | -3,600 | d83280b99b57a15fc405156da05d4f2500e38606 | chore: refining sdk client constructor and add readOnly tx guard | [
{
"change_type": "MODIFY",
"diff": "@@ -169,7 +169,7 @@ type ImmuClient interface {\nVerifyRow(ctx context.Context, row *schema.Row, table string, pkVals []*schema.SQLValue) error\n- NewTx(ctx context.Context, opts *TxOptions) (Tx, error)\n+ NewTx(ctx context.Context) (Tx, error)\n}\nconst DefaultDB = \"def... | Go | Apache License 2.0 | codenotary/immudb | chore: refining sdk client constructor and add readOnly tx guard
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
217,922 | 07.12.2021 15:34:55 | -3,600 | c93b84a4b0c1057e52452c23d8199781e07cb024 | chore(materia): added G8 materia slot icons as placeholders for 9 and 10 | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/apps/client/src/assets/icons/materia/slot_normal_grade08.png differ\n",
"new_path": "apps/client/src/assets/icons/materia/slot_normal_grade08.png",
"old_path": "apps/client/src/assets/icons/materia/slot_normal_grade08.png"
},
{
"c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(materia): added G8 materia slot icons as placeholders for 9 and 10 | 1 | chore | materia |
276,944 | 07.12.2021 15:38:46 | 10,800 | e628b2c7559a814d4c89ba6e9d6171c8655e0052 | chore: update progress label font color | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,7 @@ const Label = styled.Text`\nyoga: {\nbaseFont,\nspacing,\n+ colors,\ncomponents: { progress },\n},\n},\n@@ -97,6 +98,7 @@ const Label = styled.Text`\nfont-family: ${baseFont.family};\nfont-size: ${progress.label.font.size}px;\ntext-align: ${align};\n+ co... | JavaScript | MIT License | gympass/yoga | chore: update progress label font color | 1 | chore | null |
217,922 | 07.12.2021 15:39:26 | -3,600 | bf855449047ff789cfb03099f8c0d8167c5ed215 | fix(list): fixed tags translation for new list tags | [
{
"change_type": "MODIFY",
"diff": "\"HEAVENSWARD\": \"Heavensward\",\n\"STORMBLOOD\": \"Stormblood\",\n\"SHADOWBRINGERS\": \"Shadowbringers\",\n+ \"ENDWALKER\": \"Endwalker\",\n\"OUTDATED\": \"Outdated\",\n\"GEAR\": \"Gear\",\n\"CONSUMABLE\": \"Consumable\",\n\"WHM\": \"WHM\",\n\"SCH\": \"SCH\",\n\"AST\": ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed tags translation for new list tags | 1 | fix | list |
126,295 | 07.12.2021 15:43:57 | -3,600 | 975f1d9396b0a01395cfc1da669862aff45fba30 | chore(tsting): add index compactor in long running stress tool | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ func (hb *heartBeater) KeepAlive(ctx context.Context) {\ncase <-hb.done:\nreturn\ncase t := <-hb.t.C:\n- hb.logger.Debugf(\"keep alive for %d at %s\\n\", hb.sessionID, t.String())\n+ hb.logger.Debugf(\"keep alive for %s at %s\\n\", hb.sessionID, t.String... | Go | Apache License 2.0 | codenotary/immudb | chore(tsting): add index compactor in long running stress tool
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | tsting |
865,917 | 07.12.2021 15:48:15 | -3,600 | 015974e869dcf5c5a6bb910a490e5ec5d28e1e6f | feat(create-new-action): add shortcut to open action
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -124,7 +124,17 @@ class MenuBuilder {\n}\nappendNewFile() {\n- const submenuTemplate = this.getNewFileSubmenuTemplate();\n+ let submenuTemplate = this.getNewFileSubmenuTemplate();\n+\n+ // add dropdown shortcut\n+ submenuTemplate = [\n+ ...submenuTemplate,\n+ {\n+ labe... | JavaScript | MIT License | camunda/camunda-modeler | feat(create-new-action): add shortcut to open action
Closes #2556 | 1 | feat | create-new-action |
217,922 | 07.12.2021 15:54:36 | -3,600 | 61f77f80e2ffabf103e9838aa361cb223f82b525 | fix(list): fixed trades panel sometimes showing as empty while it's not | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ export class NpcBreakdown {\n})\n).subscribe(scored => {\nconst bestNpc = scored.sort((a, b) => b.score - a.score)[0];\n- this.addRow(bestNpc.npc?.id || -1, row);\n+ this.addRow(bestNpc?.npc?.id || -1, row);\n});\n}\n",
"new_path": "apps/client/src/a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed trades panel sometimes showing as empty while it's not | 1 | fix | list |
160,177 | 07.12.2021 15:54:59 | -28,800 | 7fed1fb9557e3ac7f6f7fc11ad3afcc1d3d7bad8 | feat: babel use loose mode | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,16 @@ module.exports = {\n{ \"legacy\": true }\n],\n[\n- \"@babel/plugin-proposal-class-properties\"\n+ \"@babel/plugin-proposal-class-properties\",\n+ { \"loose\": true }\n+ ],\n+ [\n+ \"@babel/plugin-proposal-private-methods\",\n+ { \"loose\": true }\n+ ],\... | TypeScript | Apache License 2.0 | didi/logicflow | feat: babel use loose mode | 1 | feat | null |
503,918 | 07.12.2021 15:55:47 | -7,200 | 71eac444c6c72a88f44e79fe9bbc3973375f85d2 | fix(DragDrop): don't overwrite children class with Droppable class | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,11 @@ export const Droppable: React.FunctionComponent<DroppableProps> = ({\nconst childProps = {\n'data-pf-droppable': zone,\n'data-pf-droppableid': droppableId,\n- className: css(styles.droppable, className),\n+ // if has no wrapper is set, don't overwrite c... | TypeScript | MIT License | patternfly/patternfly-react | fix(DragDrop): don't overwrite children class with Droppable class (#6672)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | DragDrop |
126,295 | 07.12.2021 15:59:09 | -3,600 | 577e86e8762b9ef89aa3d62b7c88cb37142d4193 | fix(testing): using pointers for job channels | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ func main() {\nlog.SetFlags(log.LstdFlags | log.Lshortfile)\nconfig = parseConfig()\njobs := entriesGenerator()\n- okJobs := make(chan schema.KeyValue)\n+ okJobs := make(chan *schema.KeyValue)\ndone := make(chan bool)\ndoner := make(chan bool)\n@@ -97,9 ... | Go | Apache License 2.0 | codenotary/immudb | fix(testing): using pointers for job channels
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | testing |
126,276 | 07.12.2021 16:08:33 | 10,800 | 8771ea045fd6663f140b5a6ed6ffcf7a82d18c29 | chore(embedded/store): mandatory expiration filter | [
{
"change_type": "MODIFY",
"diff": "@@ -291,7 +291,7 @@ func (sqlTx *SQLTx) Closed() bool {\nfunc (c *Catalog) load(sqlPrefix []byte, tx *store.OngoingTx) error {\ndbReaderSpec := &store.KeyReaderSpec{\nPrefix: mapKey(sqlPrefix, catalogDatabasePrefix),\n- Filter: store.IgnoreDeletedOrExpired,\n+ Filter: sto... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): mandatory expiration filter
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
126,276 | 07.12.2021 16:19:32 | 10,800 | e4cc7ffb1622423059cd5cd8518bad06129c0aee | chore(embedded/store): prevent value reading of expired entries | [
{
"change_type": "MODIFY",
"diff": "@@ -1515,7 +1515,7 @@ func (s *ImmuStore) ExportTx(txID uint64, tx *Tx) ([]byte, error) {\nvalBs := make([]byte, s.maxValueLen)\nfor _, e := range tx.Entries() {\n- _, err = s.ReadValueAt(valBs[:e.vLen], e.vOff, e.hVal)\n+ _, err = s.readValueAt(valBs[:e.vLen], e.vOff, e.... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): prevent value reading of expired entries
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
306,338 | 07.12.2021 16:22:49 | -3,600 | aaac0cae42b527f12fdeb15af39e2daa61972157 | fix(azure): update Azure PostgreSQL Flexible Server price filters
The latest Pricing API update dropped "LRS" from the `meterName` value. | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,7 @@ func NewAzureRMPostrgreSQLFlexibleServer(d *schema.ResourceData, u *schema.Usage\nProductFamily: strPtr(\"Databases\"),\nAttributeFilters: []*schema.AttributeFilter{\n{Key: \"productName\", Value: strPtr(\"Azure Database for PostgreSQL Flexible Server ... | Go | Apache License 2.0 | infracost/infracost | fix(azure): update Azure PostgreSQL Flexible Server price filters
The latest Pricing API update dropped "LRS" from the `meterName` value. | 1 | fix | azure |
126,295 | 07.12.2021 16:23:07 | -3,600 | 8f54f0b3ea0524099d233bbf722f47824cbf163d | chore(pkg/server/sessions): polish logger call | [
{
"change_type": "MODIFY",
"diff": "@@ -225,8 +225,7 @@ func (sm *manager) expireSessions() {\nsm.DeleteSession(ID)\nsm.logger.Debugf(\"removed Dead session %s\", ID)\n}\n- sm.logger.Debugf(\"opened sessions count: %d\", len(sm.sessions))\n- sm.logger.Debugf(\"idle sessions count: %d\", idleSessCount)\n+ sm... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server/sessions): polish logger call
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/server/sessions |
617,469 | 07.12.2021 16:25:15 | -3,600 | cce3742b5a61d454014a706587f0892821c9f5d4 | fix(simulateur): change url of salaire brut/net to mon-entreprise.urssaf.fr | [
{
"change_type": "MODIFY",
"diff": "@@ -15,4 +15,4 @@ Sitemap: https://prod-test-hostname/sitemap.xml\"\nexports[`/NODE_ENV=* should set dev CSP 1`] = `undefined`;\n-exports[`/NODE_ENV=production should set production CSP 1`] = `\"default-src 'self' *.travail.gouv.fr *.data.gouv.fr *.fabrique.social.gouv.fr... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(simulateur): change url of salaire brut/net to mon-entreprise.urssaf.fr (#4106) | 1 | fix | simulateur |
277,273 | 07.12.2021 16:28:09 | 28,800 | a2c9fbc0b5154084e3de2df599831b89c5716eb2 | feat: Add server connection timeout handling to Wave apps. Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,7 @@ class _Config:\nself.hub_base_url = _get_env('BASE_URL', '/')\nself.hub_host_address = _get_env('ADDRESS', 'http://127.0.0.1:10101')\nself.hub_address = self.hub_host_address + self.hub_base_url\n+ self.hub_connection_timeout: int = int(_get_env('CONNECT... | Python | Apache License 2.0 | h2oai/wave | feat: Add server connection timeout handling to Wave apps. Closes #1150 | 1 | feat | null |
217,922 | 07.12.2021 16:46:57 | -3,600 | fbc8e3ae6f84abb4cea602a22e0e56a5b4c6d197 | fix(gearset-editor): fixed filter labels | [
{
"change_type": "MODIFY",
"diff": "</nz-form-item>\n<!--Elvl filter (equipment level)-->\n<nz-form-item fxLayout=\"row\" fxLayoutAlign=\"center center\">\n- <nz-form-label nzFor=\"elvl\">{{'filters/lvl' | translate}}</nz-form-label>\n+ <nz-form-label nzFor=\"elvl\">{{'SEARCH_FILTERS.Level' | translate}}</n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearset-editor): fixed filter labels | 1 | fix | gearset-editor |
380,730 | 07.12.2021 16:49:03 | -3,600 | 5feb120e8c75d7b8c082d5c4b68185ef5dcc3ebc | fix: cloud service `import()` on case-sensitive filesystems | [
{
"change_type": "MODIFY",
"diff": "@@ -73,9 +73,11 @@ export default async function command(\n// If service key is present in configuration, synchronize with cloud translation platform\nif (typeof config.service === 'object' && config.service.name && config.service.name.length) {\n- import(`./services/${co... | TypeScript | MIT License | lingui/js-lingui | fix: cloud service `import()` on case-sensitive filesystems (#1174) | 1 | fix | null |
791,282 | 07.12.2021 16:50:07 | 28,800 | 828a9d24c482854281a829ae6c960e6d953926d9 | chore(storage): reenable gRPC integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -1224,8 +1224,6 @@ func TestIntegration_MultiMessageWriteGRPC(t *testing.T) {\n}\nfunc TestIntegration_MultiChunkWriteGRPC(t *testing.T) {\n- t.Skip(\"Skipped due to internal bug b/205986378\")\n-\nctx := context.Background()\n// Create an HTTP client to read test data... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): reenable gRPC integration test (#5200) | 1 | chore | storage |
777,353 | 07.12.2021 17:22:16 | 21,600 | b923ef3eee2caf3c875beea7e705a5e56c0f73d3 | fix: various model registry tweaks | [
{
"change_type": "MODIFY",
"diff": "@@ -28,12 +28,12 @@ const DownloadModelPopover: React.FC<Props> = (\nreturn (\n<Modal\nfooter={null}\n- title=\"Download with Determined CLI\"\n+ title=\"Download\"\nvisible={visible}\nonCancel={onClose}>\n<div className={css.base}>\n<div className={css.topLine}>\n- <p>Do... | Python | Apache License 2.0 | determined-ai/determined | fix: various model registry tweaks (#3278) | 1 | fix | null |
126,276 | 07.12.2021 17:24:53 | 10,800 | 75dcd2e8f1091c66d78b955205d04682ef779e35 | chore(pkg/auth): require admin permission to export and replicate txs | [
{
"change_type": "MODIFY",
"diff": "@@ -91,8 +91,6 @@ var methodsPermissions = map[string][]uint32{\n\"StreamHistory\": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},\n\"TxByID\": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},\n\"TxScan\": {PermissionSysAdmin, Permissio... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/auth): require admin permission to export and replicate txs
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/auth |
104,828 | 07.12.2021 17:46:50 | -3,600 | 66bd1b278e43b04ce73c04d6fc610cb77132f710 | fix(overflowmenu): support different sizes | [
{
"change_type": "MODIFY",
"diff": "}\n.#{$iot-prefix}--btn.#{$prefix}--btn--ghost {\n+ &:not(.#{$prefix}--btn--sm.#{$prefix}--btn--icon-only) {\npadding-left: $spacing-05;\npadding-right: $spacing-05;\n}\n+ }\n.#{$prefix}--btn-set .#{$prefix}--btn:last-of-type:not(:focus) {\nbox-shadow: rem(1px) 0 0 0 $but... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(overflowmenu): support different sizes | 1 | fix | overflowmenu |
617,459 | 07.12.2021 17:56:41 | -3,600 | e80cbb5fb86e51c40075d605aab3242a1169922b | ci: replace on push by on pull_request | [
{
"change_type": "MODIFY",
"diff": "name: Kubernetes manifests tests\n-on: [push]\n+on: [pull_request]\nconcurrency:\ncancel-in-progress: true\n",
"new_path": ".github/workflows/k8s.yml",
"old_path": ".github/workflows/k8s.yml"
},
{
"change_type": "MODIFY",
"diff": "name: Code quality\n-... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | ci: replace on push by on pull_request (#4110) | 1 | ci | null |
705,211 | 07.12.2021 18:19:27 | 18,000 | 9544fc5f55ca87f66dd485e531fd9c5b9c640baa | chore: Update Uno packages to latest stable 4.0.9 | [
{
"change_type": "MODIFY",
"diff": "</PropertyGroup>\n<ItemGroup>\n- <PackageReference Include=\"Uno.UI\" Version=\"4.0.7\" />\n+ <PackageReference Include=\"Uno.UI\" Version=\"4.0.9\" />\n</ItemGroup>\n<ItemGroup Condition=\"'$(TargetFramework)'=='uap10.0.18362'\">\n<PackageReference Include=\"Microsoft.UI... | C# | Apache License 2.0 | unoplatform/uno.themes | chore: Update Uno packages to latest stable 4.0.9 | 1 | chore | null |
104,828 | 07.12.2021 18:48:49 | -3,600 | 008a23b60430020ce56018f058d674b8d0d5eb96 | fix(list): support new empty states | [
{
"change_type": "MODIFY",
"diff": "@@ -201,7 +201,7 @@ export const TabsWithEmptyState = () => {\nexport const Playground = () => (\n<EmptyState\nicon={select(\n- 'image',\n+ 'icon',\n['error', 'error404', 'empty', 'not-authorized', 'no-result', 'success', null],\n'empty'\n)}\n",
"new_path": "packages/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): support new empty states | 1 | fix | list |
126,276 | 07.12.2021 19:36:23 | 10,800 | cf6375ee298eb011fc7973caf560ac6f0d37f75d | feat(pkg/client): expirable set | [
{
"change_type": "MODIFY",
"diff": "@@ -23,13 +23,14 @@ import (\n\"crypto/tls\"\n\"crypto/x509\"\n\"fmt\"\n- \"github.com/codenotary/immudb/pkg/client/heartbeater\"\n- \"github.com/codenotary/immudb/pkg/client/tokenservice\"\n\"io\"\n\"io/ioutil\"\n\"os\"\n\"time\"\n+ \"github.com/codenotary/immudb/pkg/cli... | Go | Apache License 2.0 | codenotary/immudb | feat(pkg/client): expirable set
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | pkg/client |
711,675 | 07.12.2021 19:37:11 | -39,600 | 5f5f767e145938959a0f17d3abe1a25091c6779b | fix(core): Add Permission.ReadProduct to Allow decorator of TaxRateResolver.taxRates | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,11 @@ export class TaxRateResolver {\nconstructor(private taxRateService: TaxRateService) {}\n@Query()\n- @Allow(Permission.ReadSettings, Permission.ReadCatalog, Permission.ReadTaxRate)\n- taxRates(@Ctx() ctx: RequestContext, @Args() args: QueryTaxRatesArgs):... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Add Permission.ReadProduct to Allow decorator of TaxRateResolver.taxRates (#1258) | 1 | fix | core |
667,713 | 07.12.2021 20:43:55 | -28,800 | 3f728cdb239ecedb368b925a923611bd5855e05d | fix(android): add getComponentName to engine context interface | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,8 @@ import com.tencent.mtt.hippy.utils.TimeMonitor;\n@SuppressWarnings(\"unused\")\npublic interface HippyEngineContext {\n+ String getComponentName();\n+\nHippyGlobalConfigs getGlobalConfigs();\nHippyModuleManager getModuleManager();\n",
"new_path": "an... | C++ | Apache License 2.0 | tencent/hippy | fix(android): add getComponentName to engine context interface | 1 | fix | android |
865,939 | 07.12.2021 20:57:27 | -3,600 | 1a47b6d6fa104a77889195a62cf2ca51bf1b5c0f | feat(notifications): add slide-in animation | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,13 @@ export default class Notification extends PureComponent {\ntype\n} = this.props;\n- return this.state.error ? null : <div className={ classnames(css.Notification, type) }>\n+ return this.state.error ? null :\n+ (\n+ <div\n+ className={ classnames(css.No... | JavaScript | MIT License | camunda/camunda-modeler | feat(notifications): add slide-in animation | 1 | feat | notifications |
342,861 | 07.12.2021 21:58:53 | -3,600 | b06ae0bb4cabe40b8855bd08aaa8017e8717a46f | fix(gulp): fix gulp error | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ const transform = require(\"through2\").obj;\nconst path = require(\"path\");\nconst dotenv = require(\"dotenv-safe\");\n-function configureGitHubToken(done) {\n+async function configureGitHubToken(done) {\ntry {\ndotenv.config({\nallowEmptyValues: true,... | JavaScript | MIT License | kiwicom/orbit | fix(gulp): fix gulp error | 1 | fix | gulp |
269,464 | 07.12.2021 22:06:02 | 10,800 | 8c06005bc66ff3435bd9bee32a36ebabf685cd41 | docs: add github actions error when no pat | [
{
"change_type": "MODIFY",
"diff": "@@ -133,6 +133,7 @@ nav:\n- errors/dirty.md\n- errors/multiple-tokens.md\n- errors/no-main.md\n+ - errors/resource-not-accessible-by-integration.md\n- deprecations.md\n- Cookbooks:\n- About: cookbooks/index.md\n",
"new_path": "www/mkdocs.yml",
"old_path": "www/mkd... | Go | MIT License | goreleaser/goreleaser | docs: add github actions error when no pat
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
530,289 | 07.12.2021 23:01:45 | 28,800 | 543b3e9f1f428e46bc8d5282d4c4ef4c25237342 | fix: remove gitattributes spacing alignment
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": "@@ -39,11 +39,10 @@ export class GitAttributesFile extends FileBase {\nreturn undefined;\n}\n- const maxLen = Math.max(...entries.map(([glob]) => glob.length));\nreturn [\n`# ${FileBase.PROJEN_MARKER}`,\n'',\n- ...entries.map(([name, attributes]) => `${name.padEnd(maxLen,... | TypeScript | Apache License 2.0 | projen/projen | fix: remove gitattributes spacing alignment (#1303)
Fixes #1085
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
104,828 | 08.12.2021 00:49:41 | -3,600 | 0240d21786c3749e6ed70d9fae681422fbe9192a | fix(list): update style for pagination | [
{
"change_type": "MODIFY",
"diff": "@@ -227,7 +227,7 @@ const List = forwardRef((props, ref) => {\n/>\n{pagination && !isLoading ? (\n<div className={`${iotPrefix}--list--page`}>\n- <SimplePagination {...pagination} />\n+ <SimplePagination {...pagination} size=\"md\" />\n</div>\n) : null}\n</div>\n",
"n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): update style for pagination | 1 | fix | list |
603,467 | 08.12.2021 01:48:37 | 0 | 52411db8a0fc72a371245c170192dae74da48de6 | test(web): migrated old Target tests
re | [
{
"change_type": "ADD",
"diff": "+import 'mocha';\n+\n+import { contain, Ensure, equals, isFalse, isTrue } from '@serenity-js/assertions';\n+import { actorCalled, Question } from '@serenity-js/core';\n+import { Navigate, PageElement, PageElements, Text } from '@serenity-js/web';\n+import { expect } from '@i... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): migrated old Target tests
re #805 | 1 | test | web |
104,825 | 08.12.2021 03:08:02 | 18,000 | 3f2352a45542d907d5f05990196fecaaa4f95a7d | fix(table): fill header item with provided props | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,17 @@ export class AITableHeaderItem extends TableHeaderItem {\n* Defines the alignment of the the header item and the column below it.\n*/\nalignment: 'start' | 'center' | 'end' = 'start';\n+\n+ constructor(rawData?: any) {\n+ super(rawData);\n+\n+ const defau... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fill header item with provided props | 1 | fix | table |
71,165 | 08.12.2021 04:48:23 | 28,800 | 2b759caddc16de9fcb41c3a0941c21ef94647cb3 | fix(assets): remove the original-path metadata
Revert `aws:asset:original-path` to fix | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,6 @@ describe('code', () => {\nexpect(stack).toHaveResource('AWS::Lambda::Function', {\nMetadata: {\n[cxapi.ASSET_RESOURCE_METADATA_PATH_KEY]: 'asset.9678c34eca93259d11f2d714177347afd66c50116e1e08996eff893d3ca81232',\n- [cxapi.ASSET_RESOURCE_METADATA_ORIGINAL... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(assets): remove the original-path metadata (#17901)
Revert `aws:asset:original-path` to fix #17706 | 1 | fix | assets |
777,369 | 08.12.2021 08:38:20 | 25,200 | 3b4dd314bd667317801ada87927f2b9a20c71c1d | chore: rename master to cluster in the webui | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ const ActionSheetContainer = () => {\n<ActionSheet\nactions={[\n{ icon: 'jupyter-lab', label: 'Launch JupyterLab' },\n- { icon: 'logs', label: 'Master Logs', path: paths.masterLogs(), popout: true },\n+ { icon: 'logs', label: 'Cluster Logs', path: paths.... | Python | Apache License 2.0 | determined-ai/determined | chore: rename master to cluster in the webui [DET-6273] (#3264) | 1 | chore | null |
129,371 | 08.12.2021 09:20:47 | -28,800 | b06b034764908e3e69e5fdf0812f5000954f5c16 | refactor(config): add CzSettings and Questions TypedDict | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ class Init:\nout.line(f\"Config file {self.config.path} already exists\")\ndef _ask_config_path(self) -> str:\n- name = questionary.select(\n+ name: str = questionary.select(\n\"Please choose a supported config file: (default: pyproject.toml)\",\nchoices... | Python | MIT License | commitizen-tools/commitizen | refactor(config): add CzSettings and Questions TypedDict | 1 | refactor | config |
129,371 | 08.12.2021 09:32:53 | -28,800 | 6c4f99260dbff8789266867e9305048be0fe5890 | style(mypy): enforce warn_return_any check | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ ignore_missing_imports = true\ndisallow_untyped_decorators = true\n# disallow_any_generics = True\ndisallow_subclassing_any = true\n-# warn_return_any = True\n+warn_return_any = True\nwarn_redundant_casts = true\nwarn_unused_ignores = true\nwarn_unused_c... | Python | MIT License | commitizen-tools/commitizen | style(mypy): enforce warn_return_any check | 1 | style | mypy |
129,371 | 08.12.2021 09:43:19 | -28,800 | 7f5d435c10083808cb3e53d80658f590619c8363 | fix: import TypedDict from type_extensions for backward compatibility | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,11 @@ from typing import (\nOptional,\nOrderedDict,\nTuple,\n- TypedDict,\nUnion,\n)\n+from typing_extensions import TypedDict\n+\n# Type\nQuestions = Iterable[MutableMapping[str, Any]]\n",
"new_path": "commitizen/defaults.py",
"old_path": "commitizen/... | Python | MIT License | commitizen-tools/commitizen | fix: import TypedDict from type_extensions for backward compatibility | 1 | fix | null |
126,295 | 08.12.2021 09:48:33 | -3,600 | 3e2b1a3c31378b12b377c08fb49efc0521201cd2 | test(pkg/client): increase session test coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,7 @@ type ImmuServiceClientMock struct {\nChangePermissionF func(ctx context.Context, in *schema.ChangePermissionRequest, opts ...grpc.CallOption) (*empty.Empty, error)\nSetActiveUserF func(ctx context.Context, in *schema.SetActiveUserRequest, opts ...grpc.Ca... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/client): increase session test coverage
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | test | pkg/client |
711,597 | 08.12.2021 09:48:33 | -3,600 | 1d93db847d5b5bd19609de3431f5e86e01417a14 | feat(payments-plugin): Add support for Braintree vault to store cc data | [
{
"change_type": "MODIFY",
"diff": "import { LanguageCode } from '@vendure/common/lib/generated-types';\n-import { Injector, Logger, PaymentMethodHandler } from '@vendure/core';\n+import {\n+ Customer,\n+ EntityHydrator,\n+ Injector,\n+ InternalServerError,\n+ Logger,\n+ Order,\n+ PaymentMethodHandler,\n+ R... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(payments-plugin): Add support for Braintree vault to store cc data | 1 | feat | payments-plugin |
129,371 | 08.12.2021 10:03:29 | -28,800 | 3dc0bf6bf06f70f06029f447ff551f918dd72cc3 | style(defaults): annoate OrderedDict through 'OrderedDict' for 3.6 compatibility | [
{
"change_type": "MODIFY",
"diff": "-import collections\nimport pathlib\n-from typing import (\n- Any,\n- Iterable,\n- List,\n- MutableMapping,\n- Optional,\n- OrderedDict,\n- Tuple,\n- Union,\n-)\n+from collections import OrderedDict\n+from typing import Any, Iterable, List, MutableMapping, Optional, Tuple... | Python | MIT License | commitizen-tools/commitizen | style(defaults): annoate OrderedDict through 'OrderedDict' for 3.6 compatibility | 1 | style | defaults |
126,276 | 08.12.2021 10:11:18 | 10,800 | 7f868b017d173ba034c26b3bda87c0dadb0cfc4f | chore(embedded/sql): support for escaped strings | [
{
"change_type": "MODIFY",
"diff": "@@ -202,11 +202,11 @@ func (l *lexer) Lex(lval *yySymType) int {\nreturn ERROR\n}\n- if '\\t' == ch {\n+ if ch == '\\t' {\ncontinue\n}\n- if '/' == ch && '*' == l.r.nextChar {\n+ if ch == '/' && l.r.nextChar == '*' {\nl.r.ReadByte()\nfor {\n@@ -219,7 +219,7 @@ func (l *le... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): support for escaped strings
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
129,371 | 08.12.2021 10:11:25 | -28,800 | 732133e31dfcfd5517c0b91ea01ad2a7eb9ad8ce | build(poetry): update black version for python 3.9 and upgrade least support python version to python 3.6.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ classifiers = [\n]\n[tool.poetry.dependencies]\n-python = \"^3.6.1\"\n+python = \"^3.6.2\"\nquestionary = \"^1.4.0\"\ndecli = \"^0.5.2\"\ncolorama = \"^0.4.1\"\n@@ -57,7 +57,7 @@ argcomplete = \"^1.12.1\"\n[tool.poetry.dev-dependencies]\nipython = \"^7.2... | Python | MIT License | commitizen-tools/commitizen | build(poetry): update black version for python 3.9 and upgrade least support python version to python 3.6.2 | 1 | build | poetry |
306,320 | 08.12.2021 10:12:15 | 0 | dbb2e97dd02f090d0d23436fd2ad7e4453dcf9c5 | feat: add configure options for tls_ca_cert_file and tls_insecure_skip_verify | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,13 @@ import (\n\"github.com/spf13/cobra\"\n)\n-var validConfigureKeys = []string{\"api_key\", \"pricing_api_endpoint\", \"currency\"}\n+var validConfigureKeys = []string{\n+ \"api_key\",\n+ \"pricing_api_endpoint\",\n+ \"tls_insecure_skip_verify\",\n+ \"tls_... | Go | Apache License 2.0 | infracost/infracost | feat: add configure options for tls_ca_cert_file and tls_insecure_skip_verify (#1187) | 1 | feat | null |
129,371 | 08.12.2021 10:21:22 | -28,800 | e51dac51d53810827cd2741d7ac9127b663e2890 | refactor(conventional_commits): remove duplicate patterns and import from defaults | [
{
"change_type": "MODIFY",
"diff": "import os\nimport re\n-from collections import OrderedDict\nfrom commitizen import defaults\nfrom commitizen.cz.base import BaseCommitizen\n@@ -29,18 +28,9 @@ def parse_subject(text):\nclass ConventionalCommitsCz(BaseCommitizen):\n- bump_pattern = r\"^(BREAKING[\\-\\ ]CHA... | Python | MIT License | commitizen-tools/commitizen | refactor(conventional_commits): remove duplicate patterns and import from defaults | 1 | refactor | conventional_commits |
777,369 | 08.12.2021 10:23:26 | 25,200 | f38996aad5aa5b94fc7f5ba0f118472c0e02dac4 | refactor: customized timeago | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==\",\n\"dev\": true\n},\n- \"timeago-react\": {\n- \"version\": \"3.0.3\",\n- \"resolved\": \"https://registry.npmjs.org/timeago-react/-/timeago-react-3.0.3.tgz\... | Python | Apache License 2.0 | determined-ai/determined | refactor: customized timeago [DET-6244] (#3283) | 1 | refactor | null |
756,013 | 08.12.2021 10:24:34 | 21,600 | c03646d7387200c3664e7aa03113514363a4611a | feat(deployment)!: optional first block argument to `crunch.mjs` | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,15 @@ import fs from 'fs';\n// eslint-disable-next-line import/no-extraneous-dependencies\nimport ReadlineTransform from 'readline-transform';\n-const [TRACE_FILE, LAST_BLOCK_HEIGHT = 0] = process.argv.slice(2);\n+const [\n+ TRACE_FILE,\n+ FIRST_BLOCK_HEIGHT = ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(deployment)!: optional first block argument to `crunch.mjs` | 1 | feat | deployment |
129,371 | 08.12.2021 10:27:15 | -28,800 | 4613dc25b26d762b8adfcc718bfec441b5b3f249 | ci(github-actions): add back 3.7 runner to pythonpackage | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ jobs:\npython-check:\nstrategy:\nmatrix:\n- python-version: [3.6, 3.8, 3.9]\n+ python-version: [3.6, 3.7, 3.8, 3.9]\nplatform: [ubuntu-latest, macos-latest, windows-latest]\nruns-on: ${{ matrix.platform }}\nsteps:\n",
"new_path": ".github/workflows/pyt... | Python | MIT License | commitizen-tools/commitizen | ci(github-actions): add back 3.7 runner to pythonpackage | 1 | ci | github-actions |
603,467 | 08.12.2021 10:28:00 | 0 | b82cf1e68fea9d05849817c6311cff54fd8d5ef8 | chore(deps): updated chai | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@types/body-parser\": \"^1.19.0\",\n- \"@types/chai\": \"^4.2.22\",\n+ \"@types/chai\": \"^4.3.0\",\n\"@types/express\": \"^4.17.13\",\n\"@types/mocha\": \"^9.0.0\",\n\"cross-env\": \"^7.0.3\",\n",
"new_path": "examples/calculator-app/pac... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(deps): updated chai | 1 | chore | deps |
756,013 | 08.12.2021 10:29:20 | 21,600 | 29ea33e33176227db5ca4ae04c48a899ebcaa252 | build(deps): require Golang 1.17 (for Mac M1 compatibility) | [
{
"change_type": "MODIFY",
"diff": "module github.com/Agoric/agoric-sdk\n-go 1.15\n+go 1.17\nrequire (\ngithub.com/armon/go-metrics v0.3.9\n",
"new_path": "go.mod",
"old_path": "go.mod"
},
{
"change_type": "MODIFY",
"diff": "-//+build !go1.15\n+//+build !go1.17\npackage gaia\n-cosmic-swi... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(deps): require Golang 1.17 (for Mac M1 compatibility) | 1 | build | deps |
756,013 | 08.12.2021 10:31:48 | 21,600 | 8a6bfb8351f4f74634de284e6def974b0598a37b | ci(deps): use Golang 1.17 | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ jobs:\nclean: 'false'\n- uses: ./.github/actions/restore-golang\nwith:\n- go-version: 1.15\n+ go-version: 1.17\n- uses: ./.github/actions/restore-node\nwith:\nnode-version: 14.x\n",
"new_path": ".github/workflows/deployment-test.yml",
"old_path":... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(deps): use Golang 1.17 | 1 | ci | deps |
129,371 | 08.12.2021 10:33:12 | -28,800 | b5c66e121e5e7c0840884c1c41bffe1964538f20 | ci(github-actions): upgrade setup-python to v2 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ jobs:\nwith:\nfetch-depth: 0\n- name: Set up Python ${{ matrix.python-version }}\n- uses: actions/setup-python@v1\n+ uses: actions/setup-python@v2\nwith:\npython-version: ${{ matrix.python-version }}\n- name: Install dependencies\n",
"new_path": ".gi... | Python | MIT License | commitizen-tools/commitizen | ci(github-actions): upgrade setup-python to v2 | 1 | ci | github-actions |
756,013 | 08.12.2021 10:36:33 | 21,600 | 422ce97a6e6951fb1de92390748026b3e0edd232 | chore(go): go mod tidy | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,104 @@ require (\ngopkg.in/yaml.v2 v2.4.0\n)\n+require (\n+ filippo.io/edwards25519 v1.0.0-beta.2 // indirect\n+ github.com/99designs/keyring v1.1.6 // indirect\n+ github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect\n+ github.com... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(go): go mod tidy | 1 | chore | go |
865,921 | 08.12.2021 10:37:49 | -3,600 | 29d5da849428d4eacc83e8108be8474e8a768fba | chore(client): define overlay variables locally | [
{
"change_type": "MODIFY",
"diff": "-:local(.Overlay) {\n+:root {\n+ --overlay-border-color: var(--color-grey-225-10-75);\n+ --overlay-background-color: var(--color-white);\n+ --overlay-font-color: var(--color-grey-225-10-15);\n+ --overlay-title-color: var(--color-grey-225-10-15);\n+ --overlay-link-color: v... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): define overlay variables locally | 1 | chore | client |
129,371 | 08.12.2021 10:39:29 | -28,800 | 65645e05df7cc404831546a7289406e2b9f76e11 | style: format the code through the latest black | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,11 @@ def test_check_conventional_commit_succeeds(mocker, capsys):\n@pytest.mark.parametrize(\n- \"commit_msg\", (\"feat!(lang): removed polish language\", \"no conventional commit\",),\n+ \"commit_msg\",\n+ (\n+ \"feat!(lang): removed polish language\",\n+... | Python | MIT License | commitizen-tools/commitizen | style: format the code through the latest black | 1 | style | null |
865,921 | 08.12.2021 10:41:02 | -3,600 | ee00d6a682d08e14fffe5cc1537f2ccf7295586f | chore(client): define tabbed variables locally | [
{
"change_type": "MODIFY",
"diff": ":root {\n--tab-max-width: 220px;\n+ --tab-bar-background-color: var(--color-grey-225-10-85);\n+ --tab-bar-border-color: var(--color-grey-225-10-75);\n+ --tabs-container-background-color: var(--color-grey-225-10-85);\n+ --tab-font-color: var(--color-grey-225-10-15);\n+ --t... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): define tabbed variables locally | 1 | chore | client |
251,200 | 08.12.2021 10:48:27 | -7,200 | f2bd2ab0095569ad5df225171aa6e690cf6022ea | fix(4.3.1): removed sessionIdEnabled property | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,6 @@ public class AppConfiguration implements Configuration {\nprivate int sessionIdUnusedLifetime;\nprivate int sessionIdUnauthenticatedUnusedLifetime = 120; // 120 seconds\n- private Boolean sessionIdEnabled;\nprivate Boolean sessionIdPersistOnPromptNone;... | Java | MIT License | gluufederation/oxauth | fix(4.3.1): removed sessionIdEnabled property
https://github.com/GluuFederation/oxAuth/issues/900 | 1 | fix | 4.3.1 |
942,583 | 08.12.2021 10:56:38 | 25,200 | ede1af117f9fd2c795651f4665b27c1123ec769a | chore: Have verify action to wait on visual tests [skip release]
For a more accurate verify process, I've added `visual-testing` to the verify step as a dependency.
[category:Infrastructure] | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ jobs:\ntoken: ${{ secrets.GITHUB_TOKEN }}\nappCode: dlpro96xybh\nstorybookBuildDir: docs\n- exitOnceUploaded: true\n+ exitOnceUploaded: false\nexitZeroOnChanges: true\nintegration-test:\n@@ -183,7 +183,7 @@ jobs:\nverify:\nruns-on: ubuntu-latest\n- nee... | TypeScript | Apache License 2.0 | workday/canvas-kit | chore: Have verify action to wait on visual tests [skip release] (#1385)
For a more accurate verify process, I've added `visual-testing` to the verify step as a dependency.
[category:Infrastructure] | 1 | chore | null |
777,379 | 08.12.2021 11:01:46 | 18,000 | 2561e2abec00563b0d32927580933e5338345bed | fix: model version last_updated_time | [
{
"change_type": "MODIFY",
"diff": "WITH mv AS (\n- SELECT version, checkpoint_uuid, model_versions.id, creation_time, name, comment, metadata, labels, notes, username\n+ SELECT version, checkpoint_uuid, model_versions.id, creation_time, name, comment, metadata, labels, notes, username, last_updated_time\nF... | Python | Apache License 2.0 | determined-ai/determined | fix: model version last_updated_time (#3285) | 1 | fix | null |
127,946 | 08.12.2021 11:13:02 | -3,600 | 4a2e187af41f786d3cb5cd6e9884391f01001c7d | feat: use only one worker for jest in ci | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"next build\",\n\"start\": \"next start -p 80\",\n\"test\": \"jest --watch\",\n- \"test:ci\": \"jest --ci\"\n+ \"test:ci\": \"jest -w 1 --ci\"\n},\n\"dependencies\": {\n\"@headlessui/react\": \"1.2.0\",\n",
"new_path": "next-docs/package.json",
"old_pa... | TypeScript | MIT License | coingaming/moon-design | feat: use only one worker for jest in ci | 1 | feat | null |
777,379 | 08.12.2021 11:18:42 | 18,000 | e89861a966e316d6ab55a774ffe836c2c4d32422 | fix: CLI keeps activate_experiment for old master servers | [
{
"change_type": "MODIFY",
"diff": "@@ -216,7 +216,7 @@ def create_experiment(\nadditional_body_fields: Optional[Dict[str, Any]] = None,\n) -> int:\nbody = {\n- \"activate\": activate,\n+ \"activate\": False,\n\"experiment_config\": yaml.safe_dump(config),\n\"model_definition\": [e.dict() for e in model_con... | Python | Apache License 2.0 | determined-ai/determined | fix: CLI keeps activate_experiment for old master servers (#3284) | 1 | fix | null |
877,015 | 08.12.2021 11:43:27 | -3,600 | 32c5146c1f74da65cdfb6506b3a829317abd2ae7 | docs: typo in CONTRIBUTING.md | [
{
"change_type": "MODIFY",
"diff": "# Contributing\n-If you are on this page it means you are almost ready to contribute proposing changes, fixing issues or anything else about Decathlon Design System library for web application.\n+If you are on this page it means you are almost ready to contribute proposin... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: typo in CONTRIBUTING.md | 1 | docs | null |
777,353 | 08.12.2021 12:06:20 | 21,600 | f4302d87f4bfbacf0cbbb95365ec2f6fb411176c | fix: add visual indicators that you can't edit an archived model | [
{
"change_type": "MODIFY",
"diff": "border-color: var(--theme-colors-danger-light);\n}\n}\n+.base.disabled .growWrap:hover > textarea {\n+ border-color: transparent;\n+}\n",
"new_path": "webui/react/src/components/InlineEditor.module.scss",
"old_path": "webui/react/src/components/InlineEditor.module... | Python | Apache License 2.0 | determined-ai/determined | fix: add visual indicators that you can't edit an archived model [DET-6280] (#3279) | 1 | fix | null |
317,646 | 08.12.2021 12:06:54 | -3,600 | 75eb09e6dc90ebdb3c4fbf50bdbd462cf09fe661 | fix(color): do not fail on nil colors
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -179,9 +179,9 @@ func (a *AnsiWriter) asAnsiColors(background, foreground string) (AnsiColor, Ans\nfunc (a *AnsiWriter) isKeyword(color string) (string, bool) {\nswitch {\n- case color == Background:\n+ case color == Background && a.Colors != nil:\nreturn a.Colors.Back... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(color): do not fail on nil colors
resolves #1388 | 1 | fix | color |
756,013 | 08.12.2021 12:07:36 | 21,600 | c9c8d81f476a0df7559eae35c0dd323cd26a9d7b | fix(cosmos): don't twiddle the genesis params, set them explicitly | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import (\n\"github.com/rakyll/statik/fs\"\nabci \"github.com/tendermint/tendermint/abci/types\"\n+ tmjson \"github.com/tendermint/tendermint/libs/json\"\n\"github.com/tendermint/tendermint/libs/log\"\ntmos \"github.com/tendermint/tendermint/libs/os\"\ndb... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): don't twiddle the genesis params, set them explicitly | 1 | fix | cosmos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.