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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
306,320 | 24.01.2022 09:19:32 | 0 | e10589e2000442a8ebe8c092f88917dde99e63f3 | refactor: migrate aws_ecs_service to new structure | [
{
"change_type": "MODIFY",
"diff": "package aws\nimport (\n- \"fmt\"\n\"regexp\"\n+ \"strconv\"\n\"strings\"\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n-\n- \"github.com/shopspring/decimal\"\n)\n-func GetECSServiceRegistryItem() *schema.... | Go | Apache License 2.0 | infracost/infracost | refactor: migrate aws_ecs_service to new structure | 1 | refactor | null |
126,276 | 24.01.2022 09:19:46 | 10,800 | 449e70b6c76d740ae34df1a1dc8cb11e42b37b5c | chore(embedded/sql): ensure db selection is the last operation | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ import (\n\"github.com/codenotary/immudb/embedded/store\"\n)\n-var ErrNoSupported = errors.New(\"not yet supported\")\n+var ErrNoSupported = errors.New(\"not supported\")\nvar ErrIllegalArguments = store.ErrIllegalArguments\nvar ErrParsingError = errors.... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): ensure db selection is the last operation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
777,374 | 24.01.2022 09:25:42 | 28,800 | a29990acb0400a7eddc411090227dc6103795cdc | chore: support concurrent agents with matching fluent names. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import (\n\"path/filepath\"\n\"regexp\"\n\"strconv\"\n+ \"strings\"\n\"time\"\n\"github.com/determined-ai/determined/master/pkg/aproto\"\n@@ -41,6 +42,10 @@ func removeContainerByName(docker *client.Client, name string) error {\nreturn errors.Wrap(err, \"f... | Python | Apache License 2.0 | determined-ai/determined | chore: support concurrent agents with matching fluent names. (#3460) | 1 | chore | null |
386,595 | 24.01.2022 09:35:00 | -7,200 | c737cb3d780872a39e0482b41a25c1670d424dea | chore: Add dev script instructions to contributing sections. | [
{
"change_type": "MODIFY",
"diff": "# Lowdefy Contributor Guide\n+- [Starting the Lowdefy server](#starting-the-lowdefy-server)\n- [Asking a question](#asking-a-question)\n- [Reporting bugs](#reporting-bugs)\n- [Suggesting features](#suggesting-features)\n- [Responding to questions](#responding-to-questions... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Add dev script instructions to contributing sections. | 1 | chore | null |
777,389 | 24.01.2022 09:36:01 | 28,800 | f664db6bda71235239c441fca36464188a57031b | chore: associate gc tasks with their job
lean into the assumption that Det tasks are always associated with a job
to simplify setting and retrieving some job attributes. | [
{
"change_type": "MODIFY",
"diff": "@@ -190,6 +190,8 @@ func (a *apiServer) deleteExperiment(exp *model.Experiment) error {\naddr := actor.Addr(fmt.Sprintf(\"delete-checkpoint-gc-%s\", uuid.New().String()))\nif gcErr := a.m.system.MustActorOf(addr, &checkpointGCTask{\ntaskID: model.NewTaskID(),\n+ jobID: ex... | Python | Apache License 2.0 | determined-ai/determined | chore: associate gc tasks with their job (#3464)
lean into the assumption that Det tasks are always associated with a job
to simplify setting and retrieving some job attributes. | 1 | chore | null |
386,595 | 24.01.2022 09:39:02 | -7,200 | 2600c0360a47b0201a1eaf6eea111aa82a200a07 | chore: Fix yarnrc. | [
{
"change_type": "MODIFY",
"diff": "packageExtensions:\necharts-for-react@*:\ndependencies:\n- tslib: '*'\n+ tslib: \"*\"\nrc-cascader@*:\ndependencies:\n- react: '*'\n- react-dom: '*'\n- classnames: '*'\n+ react: \"*\"\n+ react-dom: \"*\"\n+ classnames: \"*\"\nrc-checkbox@*:\ndependencies:\n- react: '*'\n-... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix yarnrc. | 1 | chore | null |
217,922 | 24.01.2022 09:42:37 | -3,600 | b1321d129fb3e4e3e4be74fd5267374654fefad0 | chore: more error logging for carbuncle plushy completion import | [
{
"change_type": "MODIFY",
"diff": "@@ -86,6 +86,7 @@ export class FishingLogTrackerComponent extends TrackerComponent {\nthis.message.success(this.translate.instant('LOG_TRACKER.Import_from_carbuncleplushy_success'));\n}\n} catch (e) {\n+ console.error(e);\nthis.message.error(this.translate.instant('LOG_TR... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more error logging for carbuncle plushy completion import | 1 | chore | null |
386,595 | 24.01.2022 09:43:14 | -7,200 | 56b5676fc57fae3d67ba7518f3503763482f3a83 | chore: Fix typo in cli docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ _ref:\nWe recommend setting the build command to `npx lowdefy@latest build-netlify`. The Netlify publish directory should be set to `.lowdefy/publish`, and the functions directory set to `.lowdefy/functions`.\n- - `--config-directory <config-directory>`:... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix typo in cli docs. | 1 | chore | null |
386,595 | 24.01.2022 09:54:32 | -7,200 | 205c39aa36e0223aa0b8dc8b5495ebd66a1ac586 | chore: Remove todo. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,6 @@ async function run() {\ntry {\nconst serverPromise = startServer(context);\nawait wait(800);\n- // TODO: set correct port\nopener(`http://localhost:${context.port}`);\nawait serverPromise;\n} catch (error) {\n",
"new_path": "packages/server-dev/src/m... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Remove todo. | 1 | chore | null |
756,051 | 24.01.2022 10:06:55 | 21,600 | ffbb95f29e5edc39ce396bb093e20e4468a1a5d0 | docs(vats): flesh out types for chain-behaviors.js
- prune logging | [
{
"change_type": "MODIFY",
"diff": "+// @ts-check\nimport { E, Far } from '@agoric/far';\nimport { deeplyFulfilled } from '@agoric/marshal';\nimport {\n@@ -79,9 +80,11 @@ export const makeClientManager = async ({\nproduce: { client, clientCreator: clientCreatorP },\n}) => {\n// Create a subscription of chai... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(vats): flesh out types for chain-behaviors.js
- prune logging | 1 | docs | vats |
71,080 | 24.01.2022 10:26:17 | 18,000 | f8e6599a2ddc5e1e460e6f0cd7bbeccc3cd76510 | chore: make a few more examples compile
cognito
acmpca
codeguruprofiler
cloud9
signer
*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": "This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.\n-```ts\n+```ts nofixture\nimport * as acmpca from '@aws-cdk/aws-acmpca';\n```\n@@ -62,6 +62,8 @@ If you need to pass the higher-level `ICertificateAuthority` somewhere,\nyou c... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: make a few more examples compile (#18605)
- cognito
- acmpca
- codeguruprofiler
- cloud9
- signer
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
756,051 | 24.01.2022 10:37:05 | 21,600 | 29f63245a8308599e2e021ef04ba930fd9dc51e1 | feat(vats): produce priceAuthorityAdmin from startVaultFactory | [
{
"change_type": "MODIFY",
"diff": "@@ -19,11 +19,17 @@ import { BLD_ISSUER_ENTRY } from '../issuers.js';\n* nameAdmins: ERef<Store<NameHub, NameAdmin>>,\n* board: ERef<Board>,\n* chainTimerService: ERef<TimerService>,\n- * loadVat: ERef<VatLoader<unknown>>,\n+ * loadVat: ERef<VatLoader<PriceAuthorityVat>>,... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): produce priceAuthorityAdmin from startVaultFactory | 1 | feat | vats |
551,636 | 24.01.2022 10:41:53 | 0 | 3cfe1bb9add81ca0daf1a02090d03c5a4eb5714f | refactor(core): cleaner algo to resolve race condition between pool return and close | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,6 @@ import io.questdb.std.ConcurrentHashMap;\nimport io.questdb.std.Unsafe;\nimport java.util.Arrays;\n-import java.util.Iterator;\nimport java.util.Map;\npublic class ReaderPool extends AbstractPool implements ResourcePool<TableReader> {\n@@ -234,10 +233,7 ... | Java | Apache License 2.0 | questdb/questdb | refactor(core): cleaner algo to resolve race condition between pool return and close (#1821) | 1 | refactor | core |
617,459 | 24.01.2022 10:45:06 | -3,600 | 6d05d548c3a27602c145cf55081646bcdd2c474d | feat(redirection): add new redirection + simplify mapping redirection | [
{
"change_type": "MODIFY",
"diff": "export const MappingReplacement = [\n- {\n- id: \"3239\",\n- rules: [\n{\nnewValue: \"3239\",\npath: [\"contribution\"],\n@@ -16,11 +13,6 @@ export const MappingReplacement = [\n\"3239-secteur-des-particuliers-employeurs-et-de-lemploi-a-domicile\",\n],\n},\n- ],\n- },\n- ... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(redirection): add new redirection + simplify mapping redirection (#4190) | 1 | feat | redirection |
277,273 | 24.01.2022 10:53:05 | 28,800 | c58937809d454dc60282fc6ee1113c0c96a293ae | fix: Revert changes to setup.py | [
{
"change_type": "MODIFY",
"diff": "@@ -24,9 +24,7 @@ with open('README.md', 'r') as readme_markdown:\nconda_description = readme_markdown.read()\nplatform = os.getenv('OS', 'darwin')\n-__version__ = 'DEV'\n-exec(open('h2o_wave/version.py').read())\n-version = __version__\n+version = os.getenv('VERSION', 'D... | Python | Apache License 2.0 | h2oai/wave | fix: Revert changes to setup.py | 1 | fix | null |
277,273 | 24.01.2022 11:03:17 | 28,800 | b6415b50148816c1044b9727b415a3f1aa11acc5 | fix: Include certifi in reqs to workaround OSX urllib cert verification failure | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,7 @@ setuptools.setup(\n],\npython_requires='>=3.6.1',\ninstall_requires=[\n+ 'certifi', # Workaround for urllib.error.URLError SSL: CERTIFICATE_VERIFY_FAILED on OSX\n'Click',\n'httpx==0.16.1',\n'starlette==0.13.8',\n",
"new_path": "py/setup.py",
"old... | Python | Apache License 2.0 | h2oai/wave | fix: Include certifi in reqs to workaround OSX urllib cert verification failure | 1 | fix | null |
877,026 | 24.01.2022 11:13:30 | -3,600 | 5e7158337a7a0b7931e0b14616c15d809e9f8b78 | feat(@vtmn/css): remove focus visible when disabled + add cursor and no event | [
{
"change_type": "DELETE",
"diff": "-<div class=\"block\">\n- <div class=\"vtmn-rating vtmn-rating_size--medium\">\n- <div class=\"vtmn-rating--interactive\">\n- <input type=\"radio\" id=\"star5-4\" name=\"rating-4\" value=\"5\" />\n- <label for=\"star5-4\" title=\"5 stars\"></label>\n-\n- <input type=\"rad... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): remove focus visible when disabled + add cursor and no event (#925) | 1 | feat | @vtmn/css |
877,026 | 24.01.2022 11:14:04 | -3,600 | 1f452d9631739fb2888428ae0beeff18f8477136 | feat(@vtmn/css): add showcase with text for text input / textarea | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n+<div class=\"block\">\n+ <div>\n+ <label class=\"vtmn-text-input_label\" for=\"my-first-input-disabled\"\n+ >Text input with text</label\n+ >\n+ <div class=\"vtmn-text-input_container\">\n+ <input\n+ type=\"text\"\n+ class=\"vtmn-text-input\"\n+ id=\"my-f... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): add showcase with text for text input / textarea (#924)
Co-authored-by: Laurent Thiebault <laurent.thiebault@decathlon.com> | 1 | feat | @vtmn/css |
877,026 | 24.01.2022 11:15:15 | -3,600 | 5a51eebf54cd8cc8a38bd3c7ca3f740054bb5fb7 | feat(@vtmn/css): fix incorrect class for css props | [
{
"change_type": "MODIFY",
"diff": "var(--vtmn-shadow_100);\n}\n-.vtmn-search > input[type='search']:not(:disabled):focus-visible {\n+.vtmn-search_variant--on-content\n+ > input[type='search']:not(:disabled):focus-visible {\nbox-shadow: inset 0 0 0 rem(2px) var(--vtmn-semantic-color_border-active),\nvar(--v... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): fix incorrect class for css props (#923) | 1 | feat | @vtmn/css |
711,668 | 24.01.2022 11:25:18 | -3,600 | 0e320e60bc3ec0dfa0530b7da96feaaab317d4e5 | docs: Fix payments-plugin link in developer guide | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ showtoc: true\nVendure can support many kinds of payment workflows, such as authorizing and capturing payment in a single step upon checkout or authorizing on checkout and then capturing on fulfillment.\n{{< alert \"primary\" >}}\n-For a complete working e... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Fix payments-plugin link in developer guide (#1368) | 1 | docs | null |
276,982 | 24.01.2022 11:28:36 | 10,800 | f34b2ff0528d43cfcd85f9f86d439933e6ae5b84 | docs(header): add docs | [
{
"change_type": "MODIFY",
"diff": "@@ -9,4 +9,33 @@ metaDescription: 'Header Component'\n# Header\n+### Default\n+```javascript\n+<Box display=\"flex\" width=\"100%\">\n+ <Header />\n+</Box>\n+```\n+\n+### Logo with link\n+\n+```javascript\n+<Box display=\"flex\" width=\"100%\">\n+ <Header link='/'/>\n+</B... | JavaScript | MIT License | gympass/yoga | docs(header): add docs | 1 | docs | header |
276,982 | 24.01.2022 11:35:14 | 10,800 | efb06aad50b961903bf6a9e79b4754a166e47e17 | test(header): add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,18 @@ describe('<Header />', () => {\nexpect(container).toMatchSnapshot();\n});\n+ it('should have link', () => {\n+ const gympassLink = 'https://site.gympass.com/br';\n+\n+ render(\n+ <ThemeProvider>\n+ <Header link={gympassLink} />\n+ </ThemeProvider>,\n+ )... | JavaScript | MIT License | gympass/yoga | test(header): add tests | 1 | test | header |
865,916 | 24.01.2022 11:39:22 | -3,600 | e1cb70a3f3090481a32660694cdbd10dae69a499 | chore: update electron to v12.1.x | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@electron/get\": {\n- \"version\": \"1.12.4\",\n- \"resolved\": \"https://registry.npmjs.org/@electron/get/-/get-1.12.4.tgz\",\n- \"integrity\": \"sha512-6nr9DbJPUR9Xujw6zD3y+rS95TyItEVM0NVjt1EehY2vUWfIgPiIPVHxCvaTS0xr2B+DRxovYVKbuOWqC35kjg==\",\n+ \"version\": \... | JavaScript | MIT License | camunda/camunda-modeler | chore: update electron to v12.1.x | 1 | chore | null |
342,895 | 24.01.2022 11:48:50 | -3,600 | b669714df39c9f8c23d03103ced7a57a861480fd | docs(ios): update iOS components availability | [
{
"change_type": "MODIFY",
"diff": "- component: Alert\nfigma: Released\nreact: Released\n- ios: N/A\n+ ios: Released\nandroid: Released\ndocs: Released\ngroup: Information\n- component: BadgeList\nfigma: Released\nreact: Released\n- ios: N/A\n+ ios: Released\nandroid: N/A\ndocs: Released\ngroup: Informatio... | JavaScript | MIT License | kiwicom/orbit | docs(ios): update iOS components availability | 1 | docs | ios |
380,712 | 24.01.2022 11:56:47 | -3,600 | 3481762499bacb90436ad55ca79154cfdfbd3e34 | chore(examples): update cra example to latest lingui version | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"0.1.0\",\n\"private\": true,\n\"dependencies\": {\n- \"@lingui/react\": \"^3.12.1\",\n- \"@lingui/core\": \"^3.12.1\",\n+ \"@lingui/react\": \"^3.13.2\",\n+ \"@lingui/core\": \"^3.13.2\",\n\"react\": \"^17.0.1\",\n\"react-dom\": \"^17.0.1\"\n},\n\"@types/re... | TypeScript | MIT License | lingui/js-lingui | chore(examples): update cra example to latest lingui version | 1 | chore | examples |
530,353 | 24.01.2022 12:12:35 | -3,600 | bc534659e65773fdebe10384d8e435ac84c2789a | feat(cdk8s): constructs version inference
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": "+import * as semver from \"semver\";\nimport { ConstructLibrary, ConstructLibraryOptions } from \"../cdk\";\nexport interface ConstructLibraryCdk8sOptions extends ConstructLibraryOptions {\n/**\n* Minimum target version this library is tested against.\n*\n- * @default \"1... | TypeScript | Apache License 2.0 | projen/projen | feat(cdk8s): constructs version inference (#1556)
Fixes #1548
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | feat | cdk8s |
276,982 | 24.01.2022 12:21:26 | 10,800 | 64e8127a4fe33abc1e2c31f9d0f99cd3fcb18227 | docs(header): add more info | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,18 @@ metaDescription: 'Header Component'\n---\n-\n# Header\n+### Reference\n+\n+The Header displays information and actions relating to the current screen.\n+\n+### Usage\n### Default\n```javascript\n-<Box display=\"flex\" width=\"100%\">\n+<Box width=\"100%\... | JavaScript | MIT License | gympass/yoga | docs(header): add more info | 1 | docs | header |
14,244 | 24.01.2022 12:45:48 | -3,600 | 613b1444c3ff21261d2ee7bddef04fbf316e1c8c | chore: adjust bundlesize to actual bundle sizes | [
{
"change_type": "MODIFY",
"diff": "},\n{\n\"path\": \"packages/autocomplete-plugin-recent-searches/dist/umd/index.production.js\",\n- \"maxSize\": \"4 kB\"\n+ \"maxSize\": \"3 kB\"\n},\n{\n\"path\": \"packages/autocomplete-plugin-query-suggestions/dist/umd/index.production.js\",\n- \"maxSize\": \"4 kB\"\n+... | TypeScript | MIT License | algolia/autocomplete | chore: adjust bundlesize to actual bundle sizes (#874) | 1 | chore | null |
847,143 | 24.01.2022 12:46:28 | -28,800 | 0bd4e81e3e5de56a9edca0ba66dc7f1231c014ea | test(reading-time2): fix tests | [
{
"change_type": "MODIFY",
"diff": "-import { getChinese, getWordNumber, getReadingTime } from \"../../src/node\";\n+import {\n+ getChinese,\n+ getWordNumber,\n+ getReadingTime,\n+} from \"../../src/node/reading-time\";\ndescribe(\"Reading Time Test\", () => {\nit(\"Words test\", () => {\n",
"new_path":... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | test(reading-time2): fix tests | 1 | test | reading-time2 |
847,143 | 24.01.2022 12:57:32 | -28,800 | 7de7e9f8a4eb079ef5556d0c64e14dd0475f91a9 | feat(shared): improve reg speed | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ export const getDate = (\n}\nconst timeRegPattern =\n- /(?:(\\d+)[/-](\\d+)[/-](\\d+))?\\s*(?:(\\d+):(\\d+)(?::(\\d+))?)?/u;\n+ /(?:(\\d{2,4})[/-](\\d{1,2})[/-](\\d{1,2}))?\\s*(?:(\\d{1,2}):(\\d{1,2})(?::(\\d{1,2}))?)?/u;\nconst result = timeRegPattern.e... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(shared): improve reg speed | 1 | feat | shared |
306,635 | 24.01.2022 13:29:23 | -19,080 | 1697a6f0dea7565de2a7e0d6c72deb79dec8301f | docs(mds): fix tabs transition | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ const ComponentsContainer = ({\nconst pagePath = relativePagePath.split('/');\nconst pages = pagePath.slice(0, pagePath.length - 1);\nconst path = `${pages.join('/')}/${nextTabSlug}/`;\n- navigate(path);\n+ navigate(path, { state: { animation: false }, }... | TypeScript | MIT License | innovaccer/design-system | docs(mds): fix tabs transition | 1 | docs | mds |
756,013 | 24.01.2022 13:36:47 | 21,600 | c50248e74e77cc6f62a7a849b90b239548d9c49d | fix(vats): get `configuration.clientHome` updates to `agoric` | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ import {\n} from '@agoric/zoe/src/contractSupport/index.js';\nimport { AmountMath, AssetKind } from '@agoric/ertp';\nimport { Nat } from '@agoric/nat';\n+import { observeNotifier } from '@agoric/notifier';\nimport { makeBridgeManager } from './bridge.js'... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats): get `configuration.clientHome` updates to `agoric` | 1 | fix | vats |
551,689 | 24.01.2022 13:45:31 | 0 | 7e99adab5f3210c53195100629e38bd4fd778652 | chore(ilp): support tags in fuzz test | [
{
"change_type": "MODIFY",
"diff": "@@ -458,8 +458,7 @@ public class TableReader implements Closeable, SymbolTableSource {\n}\n}\n- public void reshuffleSymbolMapReaders(long pTransitionIndex) {\n- final int columnCount = Unsafe.getUnsafe().getInt(pTransitionIndex + 4);\n+ private void reshuffleSymbolMapRea... | Java | Apache License 2.0 | questdb/questdb | chore(ilp): support tags in fuzz test (#1817) | 1 | chore | ilp |
756,039 | 24.01.2022 13:53:35 | 28,800 | c58f07ddd97e6bf06da99284df6eaf2fcb5f2f46 | fix(wallet): fix indefinite loading state | [
{
"change_type": "MODIFY",
"diff": "@@ -134,18 +134,14 @@ const Provider = ({ children }) => {\nconst [schemaActions, setSchemaActions] = useState(null);\nconst setBackend = backend => {\n- observeIterator(backend, {\n- updateState: schema => {\n- setSchemaActions(schema.actions);\n- observeIterator(schema.... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): fix indefinite loading state | 1 | fix | wallet |
756,029 | 24.01.2022 13:55:37 | 28,800 | fc6f0a503256c0a20dc9a1750be80ef27a9d4f6a | fix(xsnap): Run tests with eventual-send JavaScript | [
{
"change_type": "MODIFY",
"diff": "// eslint-disable-next-line import/no-extraneous-dependencies\nimport test from 'ava';\n+import '@agoric/install-ses';\n+\nimport * as proc from 'child_process';\nimport * as os from 'os';\nimport * as fs from 'fs';\n",
"new_path": "packages/xsnap/test/test-boot-lockd... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap): Run tests with eventual-send JavaScript | 1 | fix | xsnap |
889,620 | 24.01.2022 13:56:45 | -28,800 | 996366528d6c4ddabcc75b8fabdba87294c5567d | fix(opds): links are missing the publisher parameter
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -306,6 +306,7 @@ class OpdsController(\nval builder = uriBuilder(ROUTE_SERIES_ALL)\n.queryParamIfPresent(\"search\", Optional.ofNullable(searchTerm))\n+ .queryParamIfPresent(\"publisher\", Optional.ofNullable(publishers))\nreturn OpdsFeedNavigation(\nid = ID_SERIES_ALL... | Kotlin | MIT License | gotson/komga | fix(opds): links are missing the publisher parameter
closes #777 | 1 | fix | opds |
889,620 | 24.01.2022 14:00:44 | -28,800 | 9eeb3cfddf7f4a0eef40eca341b5caa3fad86b7f | build: simplify dev environment | [
{
"change_type": "MODIFY",
"diff": "komga:\n+ workspace: localdb\ndatabase:\n- file: \\${komga.config-dir}/localdb.sqlite\n+ file: \\${komga.config-dir}/\\${komga.workspace}.sqlite\nlucene:\n- data-directory: \\${komga.config-dir}/lucene/localdb\n+ data-directory: \\${komga.config-dir}/lucene/\\${komga.work... | Kotlin | MIT License | gotson/komga | build: simplify dev environment | 1 | build | null |
71,094 | 24.01.2022 14:04:02 | 0 | 43f232ddc0a18e9a2fada2fbead758ab3538adc2 | feat(s3): custom role for the bucket notifications handler
Allow users to pass a custom role to `Bucket`, which will be used by the notifications handler.
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": "@@ -427,6 +427,13 @@ export interface BucketAttributes {\n* @default - it's assumed the bucket is in the same region as the scope it's being imported into\n*/\nreadonly region?: string;\n+\n+ /**\n+ * The role to be used by the notifications handler\n+ *\n+ * @default - a... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(s3): custom role for the bucket notifications handler (#17794)
Allow users to pass a custom role to `Bucket`, which will be used by the notifications handler.
Fixes #9918, #13241.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | s3 |
756,013 | 24.01.2022 14:18:44 | 21,600 | 3c3a353bb67b8b623e5b931632d28d96a535f215 | fix(xsnap): use `object-inspect` to render `print` output better | [
{
"change_type": "MODIFY",
"diff": "@@ -250,6 +250,7 @@ function makeWorker(port) {\nconst makeLogMaker = dst => {\n/** @param {string} level */\nconst makeLog = level => {\n+ // Capture the `console.log`, etc.'s `printAll` function.\nconst printAll = console[level];\nassert.typeof(printAll, 'function');\nc... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap): use `object-inspect` to render `print` output better | 1 | fix | xsnap |
889,620 | 24.01.2022 14:20:58 | -28,800 | ecbba653bf7045ffa781b70b80baf77a47ba2651 | fix(webreader): mark read could miss the last page in double pages
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,9 @@ export default Vue.extend({\ncarouselPage(val, old) {\nthis.$debug('[watch:carouselPage', `old:${old}`, `new:${val}`)\nif (this.carouselPage >= 0 && this.carouselPage < this.spreads.length && this.spreads.length > 0) {\n- this.$emit('update:page', this... | Kotlin | MIT License | gotson/komga | fix(webreader): mark read could miss the last page in double pages
closes #772 | 1 | fix | webreader |
889,620 | 24.01.2022 14:22:18 | -28,800 | af4d0e3dc221bafb43cc8fc2d678ea5efe7066d4 | ci: don't mark enhancement and bug as stale | [
{
"change_type": "MODIFY",
"diff": "@@ -19,5 +19,5 @@ jobs:\nfor your contributions.\ndays-before-stale: 90\ndays-before-close: 14\n- exempt-issue-labels: 'pinned,security,tech debt'\n+ exempt-issue-labels: 'pinned,security,tech debt,enhancement,bug'\nexempt-all-assignees: true\n",
"new_path": ".github/... | Kotlin | MIT License | gotson/komga | ci: don't mark enhancement and bug as stale | 1 | ci | null |
756,029 | 24.01.2022 14:23:15 | 28,800 | d5f54c64585edf3759afb8c8ad3052815eb334eb | fix(SwingSet): Update snapshot hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -164,7 +164,7 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nconst h2 = await store.save(vat.snapshot);\nt.is(\nh2,\n- 'f32b2b4a91a597cbfcf3bc1a535b1e294f43e0cad01082aa6d933637c2a7c129',\n+ '9e11a482f0d4bd25c988a4e102d24c0d239afe332981787a674f8... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(SwingSet): Update snapshot hashes | 1 | fix | SwingSet |
428,361 | 24.01.2022 14:41:07 | 18,000 | e61a741f69a6ac6ff860bc7262e0dbfcba8826c8 | test(NODE-2556): add integration testing for listDatabases' authorizedDatabases flag | [
{
"change_type": "ADD",
"diff": "+import { expect } from 'chai';\n+\n+import type { MongoClient } from '../../../src';\n+\n+const REQUIRED_DBS = ['admin', 'local', 'config'];\n+const DB_NAME = 'listDatabasesTest';\n+\n+describe('listDatabases() spec prose', function () {\n+ /**\n+ * Execute the method to en... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | test(NODE-2556): add integration testing for listDatabases' authorizedDatabases flag (#3101)
Co-authored-by: Neal Beeken <neal.beeken@mongodb.com> | 1 | test | NODE-2556 |
815,577 | 24.01.2022 14:43:49 | -28,800 | 393d97fad5f9df15f44ef048e9bffd45f4200497 | chore: upgrade molecule | [
{
"change_type": "MODIFY",
"diff": "@@ -2866,9 +2866,9 @@ dependencies = [\n[[package]]\nname = \"molecule\"\n-version = \"0.7.2\"\n+version = \"0.7.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"be5f63176422224eadd975789462a96cedaf339cd1009ef92fbdfaad39d35f5f\"\n+che... | Rust | MIT License | nervosnetwork/ckb | chore: upgrade molecule | 1 | chore | null |
841,390 | 24.01.2022 14:48:52 | -32,400 | d1c90a4e5f2ddfc71c6143ef07e16af352da25fa | feat(es/bugfix): Add `bugfix-safari-id-destructuring-collision-in-function-expression` | [
{
"change_type": "ADD",
"diff": "+{\n+ \"env\": {\n+ \"targets\": {\n+ \"safari\": \"14.0\"\n+ }\n+ }\n+}\n",
"new_path": "crates/swc/tests/fixture/bugfix-safari-id-destructuring-collision-in-function-expression/1/input/.swcrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+var a... | Rust | Apache License 2.0 | swc-project/swc | feat(es/bugfix): Add `bugfix-safari-id-destructuring-collision-in-function-expression` (#3109) | 1 | feat | es/bugfix |
447,446 | 24.01.2022 15:27:34 | -3,600 | f7795886cfb8ecc1da593acdca90b639b32315cd | fix: improve ProgressStep styles | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';\nimport { Provider } from './context';\nimport StyledContainer from './styled/container';\nimport StyledIndicatorList from './styled/indicatorList';\n-import StyledIndicatorBar from './styled/indicatorBar';\n/**\n* The P... | JavaScript | MIT License | nexxtway/react-rainbow | fix: improve ProgressStep styles (#2361)
Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> | 1 | fix | null |
756,029 | 24.01.2022 15:40:20 | 28,800 | 6a5f89497b91a2d97bb251bddcfef4aedd5ec2a5 | test(SwingSet): Tooling to update xsnap hashes | [
{
"change_type": "MODIFY",
"diff": "+/* global process */\nimport '@agoric/install-ses';\nimport fs from 'fs';\nimport path from 'path';\n+import url from 'url';\nimport { spawn } from 'child_process';\nimport { type as osType } from 'os';\nimport tmp from 'tmp';\n@@ -17,8 +19,8 @@ const ld = (() => {\n/** ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(SwingSet): Tooling to update xsnap hashes | 1 | test | SwingSet |
217,922 | 24.01.2022 15:45:13 | -3,600 | 84de85e2b5d7120e49e0a27098f5477ed7b81e0b | fix(db): fixed duplicates and wrong entries in voyage data | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import { VoyageSource } from '../../model/voyage-source';\nimport { LazyDataFacade } from '../../../../lazy-data/+state/lazy-data.facade';\nimport { combineLatest, Observable } from 'rxjs';\nimport { map } from 'rxjs/operators';\n+import { uniqBy } from 'l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed duplicates and wrong entries in voyage data | 1 | fix | db |
877,026 | 24.01.2022 16:20:09 | -3,600 | 719a379f5863d9c95e67795fb1ca0e4975e12a4e | feat(@vtmn/css): remove outline when components are focus on mobile devices | [
{
"change_type": "MODIFY",
"diff": "box-shadow: var(--vtmn-shadow_200);\nborder-radius: var(--vtmn-radius_100);\nz-index: var(--vtmn-z-index_alert);\n+ outline: 0;\n}\n.vtmn-alert_content {\n",
"new_path": "packages/sources/css/src/components/overlays/alert/src/index.css",
"old_path": "packages/sour... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): remove outline when components are focus on mobile devices (#931) | 1 | feat | @vtmn/css |
877,026 | 24.01.2022 16:20:24 | -3,600 | 968e94d883cdaf2137b70593aa8d8f17050c8334 | feat(@vtmn/css): fix box shadow on mobile + remove radius on mobile | [
{
"change_type": "MODIFY",
"diff": "box-shadow: inset 0 0 0 rem(2px) var(--vtmn-semantic-color_border-secondary);\ntext-align: center;\nz-index: 1;\n- appearance: textfield;\n+ appearance: none;\ntransition: var(--vtmn-transition_focus-visible);\n+ border-radius: 0;\n}\n.vtmn-quantity input[type='number']::... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css): fix box shadow on mobile + remove radius on mobile (#927) | 1 | feat | @vtmn/css |
104,842 | 24.01.2022 16:27:09 | 18,000 | de46d6b401354b18a3415760f305cbd073542994 | fix(table): filter tag has wrong color on hover
3189 | [
{
"change_type": "MODIFY",
"diff": "@@ -101,8 +101,8 @@ html[dir='rtl'] {\nborder-top: 1px solid $ui-03;\n.#{$prefix}--tag {\n- color: $interactive-01;\n- background-color: $carbon--blue-20;\n+ color: $active-primary;\n+ background-color: $highlight;\n}\n}\n",
"new_path": "packages/react/src/components/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): filter tag has wrong color on hover
3189 | 1 | fix | table |
667,635 | 24.01.2022 16:32:52 | -28,800 | 7d1e2f67b89ec7282eded1c498dd44c0301209a0 | feat(ios): localstorage can handle error | [
{
"change_type": "MODIFY",
"diff": "* Keys and values must always be strings or an error is returned.\n*/\nextern NSString *const HippyStorageDirectory;\n+\n+extern NSUInteger HPLOCALSTORAGEIOTYPEREAD;\n+\n+extern NSUInteger HPLOCALSTORAGEIOTYPEWRITE;\n+\n@interface HippyAsyncLocalStorage : NSObject <HippyB... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): localstorage can handle error | 1 | feat | ios |
276,961 | 24.01.2022 16:32:53 | 10,800 | 1a9e70fa896b3b7a0422a3446198d1c5a4228068 | fix(chips): add 'function' option in prop types of icon prop | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled, { withTheme } from 'styled-components';\n-import { node, number, arrayOf, bool, func } from 'prop-types';\n+import { node, number, arrayOf, bool, func, oneOfType } from 'prop-types';\nimport { hexToRgb } from '@gympass/yoga-commo... | JavaScript | MIT License | gympass/yoga | fix(chips): add 'function' option in prop types of icon prop | 1 | fix | chips |
617,459 | 24.01.2022 16:50:37 | -3,600 | b88c03b021caf58f8298bc7f4396aa6d11d42b98 | fix(pass): url | [
{
"change_type": "MODIFY",
"diff": "@@ -37,12 +37,12 @@ export const MappingReplacement = [\n],\n},\n{\n- newValue: \"pass-vaccinal-et-contrat-de-travail\",\n+ newValue: \"covid-19-pass-vaccinal-et-contrat-de-travail-infographie\",\npath: [\"information\"],\npreviousValues: [\"pass-sanitaire-et-contrat-de-t... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(pass): url (#4207) | 1 | fix | pass |
756,051 | 24.01.2022 16:51:12 | 21,600 | eaef2f65f35f75bb2f38de33ef3dc491ba20a65b | chore(vats): don't treat connectVattpWithMailbox as bootstrap action
Connecting vattp / mailbox is more part of the SwingSet API. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,23 +16,6 @@ const { keys } = Object;\n* since we may want/need them later.\n*/\n-/**\n- * @param {{\n- * vatPowers: { D: DProxy }, // D type is approximate\n- * vats: { vattp: VattpVat },\n- * devices: { mailbox: MailboxDevice },\n- * }} powers\n- */\n-export const... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(vats): don't treat connectVattpWithMailbox as bootstrap action
Connecting vattp / mailbox is more part of the SwingSet API. | 1 | chore | vats |
877,015 | 24.01.2022 17:08:11 | -3,600 | e96503b84298b77c004470201842686dcf5195bd | fix(@vtmn/icons): send-plane icons | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/sources/icons/src/vitamix/send-plane-2-fill.svg and b/packages/sources/icons/src/vitamix/send-plane-2-fill.svg differ\n",
"new_path": "packages/sources/icons/src/vitamix/send-plane-2-fill.svg",
"old_path": "packages/sources/icons/src/vitami... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/icons): send-plane icons (#943) | 1 | fix | @vtmn/icons |
865,926 | 24.01.2022 17:21:21 | -3,600 | 0dea820ac04d4b62b134fdac9580620e95bd7360 | feat(release-info): prepare for v5.0.0.alpha.0
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,18 +44,25 @@ export function ReleaseInfo(props) {\n<div className={ css.ReleaseInfo }>\n<ul className=\"dashed\">\n<li>\n- <h4>Support for Camunda Cloud 1.3</h4>\n- With this release, we added support for Camunda Cloud 1.3.<br />\n- You can now assign a User Task t... | JavaScript | MIT License | camunda/camunda-modeler | feat(release-info): prepare for v5.0.0.alpha.0
Closes #2670 | 1 | feat | release-info |
530,318 | 24.01.2022 17:25:29 | 25,200 | 01bdd638fa870cf45fd97c1ee8f031f29f815c17 | feat(cdk8s): import an explicit k8s spec version
Allows users to specify the `k8s` version to import.
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": "@@ -2,6 +2,7 @@ import * as path from \"path\";\nimport * as fs from \"fs-extra\";\nimport { Component } from \"../component\";\nimport { TypeScriptAppProject, TypeScriptProjectOptions } from \"../typescript\";\n+import { YamlFile } from \"../yaml\";\nexport interface Cdk... | TypeScript | Apache License 2.0 | projen/projen | feat(cdk8s): import an explicit k8s spec version (#1558)
Allows users to specify the `k8s` version to import.
Fixes #1557
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | feat | cdk8s |
419,470 | 24.01.2022 17:25:35 | -28,800 | 88e23095ae0165ff792c2029222b1bf12038f09a | fix(core): fix missing embedded columns on joined select query | [
{
"change_type": "MODIFY",
"diff": "@@ -376,7 +376,7 @@ export abstract class Platform {\nreturn false;\n}\n- return [ReferenceType.SCALAR, ReferenceType.MANY_TO_ONE].includes(prop.reference) || (prop.reference === ReferenceType.ONE_TO_ONE && prop.owner);\n+ return [ReferenceType.SCALAR, ReferenceType.MANY_... | TypeScript | MIT License | mikro-orm/mikro-orm | fix(core): fix missing embedded columns on joined select query (#2664)
Co-authored-by: Adlan Arif Zakaria <adlan@newsoft.com.my> | 1 | fix | core |
777,354 | 24.01.2022 17:41:33 | 28,800 | 2f4883f2470bb878782b4d1e19dc357298f416f1 | fix: running experiment log misbehave
This may not be the optimal solution for this issue, contact me if anything comes up | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,7 @@ const defaultLocal = {\nisOnBottom: false,\nisOnTop: false,\nisScrollReady: false,\n+ isStreamReady: false,\npreviousHeight: 0,\npreviousWidth: 0,\n};\n@@ -147,7 +148,14 @@ const LogViewerCore: React.FC<Props> = ({\nconst addLogs = useCallback((newLogs: ... | Python | Apache License 2.0 | determined-ai/determined | fix: running experiment log misbehave [DET-6339] (#3484)
This may not be the optimal solution for this issue, contact me if anything comes up | 1 | fix | null |
126,276 | 24.01.2022 17:50:44 | 10,800 | 53619d98471a63ddf8dfb398a5145b31bc8f1b02 | chore(pkg/database): provide query parameters during resolution | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ type DB interface {\nSQLQuery(req *schema.SQLQueryRequest, tx *sql.SQLTx) (*schema.SQLQueryResult, error)\nSQLQueryPrepared(stmt *sql.SelectStmt, namedParams []*schema.NamedParam, tx *sql.SQLTx) (*schema.SQLQueryResult, error)\n- SQLQueryRowReader(stmt *... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): provide query parameters during resolution
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
756,029 | 24.01.2022 17:53:33 | 28,800 | d519dfb64749a06e961ea4d3fe21b239265ef47f | refactor: git rm -rf packages/lockdown | [
{
"change_type": "DELETE",
"diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-### 0.1.1 (2021-12-02)\n-\n-\n-### Features\n-\n-* **install-ses:** provide some composable en... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: git rm -rf packages/lockdown | 1 | refactor | null |
756,029 | 24.01.2022 17:55:31 | 28,800 | 9b7351af2792465b32fe32fb5fc2b5e144d52979 | refactor: git grep '@agoric/lockdown' | files | xargs sed -i '' 's|@agoric/lockdown|@endo/lockdown|g' | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ export default [\n\"@agoric/import-bundle\",\n\"@agoric/import-manager\",\n\"@agoric/install-ses\",\n- \"@agoric/lockdown\",\n+ \"@endo/lockdown\",\n\"@agoric/marshal\",\n\"@agoric/notifier\",\n\"@agoric/pegasus\",\n",
"new_path": "packages/agoric-cl... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: git grep '@agoric/lockdown' | files | xargs sed -i '' 's|@agoric/lockdown|@endo/lockdown|g' | 1 | refactor | null |
756,029 | 24.01.2022 17:56:31 | 28,800 | dd95ccff2e75d6841d83e4c2c8883864bfd1aced | refactor: ./scripts/set-versions.sh < versions.json | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"eslint '**/*.js'\"\n},\n\"devDependencies\": {\n- \"@endo/lockdown\": \"^0.1.1\",\n+ \"@endo/lockdown\": \"^0.1.2\",\n\"@endo/ses-ava\": \"^0.2.14\",\n\"ava\": \"^3.12.1\"\n},\n",
"new_path": "packages/bundle-source/package.json",
"old_path": "packages... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: ./scripts/set-versions.sh < versions.json | 1 | refactor | null |
743,943 | 24.01.2022 18:09:08 | -3,600 | 00e4ebbe3acd438e73fdb101e75b4f879eb6d345 | feat(completion): positional arguments completion | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ export class Completion implements CompletionInstance {\nprivate aliases: DetailedArguments['aliases'] | null = null;\nprivate customCompletionFunction: CompletionFunction | null = null;\n+ private indexAfterLastReset = 0;\nprivate readonly zshShell: boo... | JavaScript | MIT License | yargs/yargs | feat(completion): positional arguments completion (#2090) | 1 | feat | completion |
217,922 | 24.01.2022 18:41:25 | -3,600 | 73b5a66d021860be82879a0c4827442a91b29e98 | chore: better debounce on non-slow mode for autofill | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,7 @@ export class PacketCaptureTrackerService {\nwithLatestFrom(statusIsNull$),\ndebounce(([, statusIsNull]) => {\nif (statusIsNull) {\n- return timer(500);\n+ return timer(2000);\n}\nreturn timer(8000);\n}),\n",
"new_path": "apps/client/src/app/core/el... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better debounce on non-slow mode for autofill | 1 | chore | null |
756,013 | 24.01.2022 19:02:45 | 21,600 | 8916d2df6ee14e64c2801c671cfd853b5152358c | test(xsnap): test the inspect implementation | [
{
"change_type": "ADD",
"diff": "+import test from 'ava';\n+\n+import inspect from '../lib/object-inspect.js';\n+\n+test('inspect', t => {\n+ t.is(inspect(1), '1');\n+ t.is(inspect(1n), '1n');\n+ t.is(inspect(1.1), '1.1');\n+ t.is(inspect(true), 'true');\n+ t.is(inspect(false), 'false');\n+ t.is(inspect(nul... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(xsnap): test the inspect implementation | 1 | test | xsnap |
756,013 | 24.01.2022 19:26:15 | 21,600 | 1b34361e994cd8824fdd2be88e5f4a53e00c71d3 | test(SwingSet): update snapshot golden hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -164,7 +164,7 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nconst h2 = await store.save(vat.snapshot);\nt.is(\nh2,\n- '9e11a482f0d4bd25c988a4e102d24c0d239afe332981787a674f84149a63f0a0',\n+ '994211d096e8b5b7a975074fe155bf4963e350abd7b67e24fbe44... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(SwingSet): update snapshot golden hashes | 1 | test | SwingSet |
76,611 | 24.01.2022 19:44:32 | -3,600 | cdb404e8648124d9445d72cce552444231734e31 | fix: add workaround to keep links in dialogs | [
{
"change_type": "MODIFY",
"diff": "@@ -55,9 +55,19 @@ function trimBetween(line, left, right, shouldBeFirst = false) {\n};\n}\n+const CARD_LINK_REGEX = /.*\\!?\\[.*\\]\\(https?\\:\\/\\/.*\\).*/ig;\n+\nfunction trimLine(line) {\nconst trimmedCondition = trimBetween(line.trim(), '[', ']', true);\n- const tri... | JavaScript | MIT License | axa-group/nlp.js | fix: add workaround to keep links in dialogs | 1 | fix | null |
756,013 | 24.01.2022 19:48:11 | 21,600 | f12566e178cc33ee28e54996a611ea0866f36442 | test(xsnap): update golden console output | [
{
"change_type": "MODIFY",
"diff": "@@ -204,24 +204,24 @@ test('console - objects should include detail', async t => {\n[\n'Error#1:',\n'assertion text',\n- '{\"prop1\":[\"elem1a\",\"elem1b\"],\"prop2\":[\"elem2a\",\"elem2b\"]}',\n+ `{ prop1: [ 'elem1a', 'elem1b' ], prop2: [ 'elem2a', 'elem2b' ] }`,\n],\n[\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(xsnap): update golden console output | 1 | test | xsnap |
756,029 | 24.01.2022 19:59:20 | 28,800 | 02cb88008955c51bf6e71d062cfb71af52585465 | refactor: Remove lockdown CI | [
{
"change_type": "MODIFY",
"diff": "@@ -204,8 +204,6 @@ jobs:\nrun: cd packages/import-manager && yarn test\n- name: yarn test (install-ses)\nrun: cd packages/install-ses && yarn test\n- - name: yarn test (lockdown)\n- run: cd packages/lockdown && yarn test\n- name: yarn test (marshal)\nrun: cd packages/mar... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove lockdown CI | 1 | refactor | null |
160,177 | 24.01.2022 20:47:50 | -28,800 | d9e2403e00bce05c65d4d5b018ac3e2b9072cecd | feat: group support resize | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,7 @@ const guide = [\n'extension/component-minimap',\n'extension/component-selection',\n'extension/extension-node-resize',\n+ 'extension/component-group',\n'extension/extension-insert-node-in-polyline.md',\n// 'extension/extension-components',\n'extension/ada... | TypeScript | Apache License 2.0 | didi/logicflow | feat: group support resize | 1 | feat | null |
756,013 | 24.01.2022 20:48:45 | 21,600 | e41aa32ada58ab00947c6039db73a31a3d171eb0 | build(xsnap): `--show-env` prefers override vars over Git
When building in a Docker container, we use the override vars but
don't have access to the Git repo. Builds were failing and this
fixes them. | [
{
"change_type": "MODIFY",
"diff": "@@ -176,15 +176,21 @@ async function main(args, { env, stdout, spawn, fs, os }) {\n];\nif (args.includes('--show-env')) {\n- for (const { path, envPrefix } of submodules) {\n- const submodule = makeSubmodule(path, '?', { git });\n+ for (const submodule of submodules) {\n+... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(xsnap): `--show-env` prefers override vars over Git
When building in a Docker container, we use the override vars but
don't have access to the Git repo. Builds were failing and this
fixes them. | 1 | build | xsnap |
841,421 | 24.01.2022 21:10:20 | -32,400 | 8007b2dc9338e34a1e9780606fd35181890af990 | feat(es/minifier): Handle array literals in `sequences`
swc_ecma_minifier:
- `sequences`: Implement more rules for array literals. | [
{
"change_type": "MODIFY",
"diff": "@@ -895,6 +895,16 @@ where\nfalse\n}\n+ Expr::Array(e) => {\n+ for elem in e.elems.iter().flatten() {\n+ if !self.is_skippable_for_seq(a, &elem.expr) {\n+ return false;\n+ }\n+ }\n+\n+ true\n+ }\n+\n_ => false,\n}\n}\n@@ -1059,14 +1069,11 @@ where\nreturn Ok(true);\n}\n- ... | Rust | Apache License 2.0 | swc-project/swc | feat(es/minifier): Handle array literals in `sequences` (#3348)
swc_ecma_minifier:
- `sequences`: Implement more rules for array literals. | 1 | feat | es/minifier |
841,421 | 24.01.2022 22:06:17 | -32,400 | d9dc2b99dde69792db4f5a31ffc983f8b04c0bef | fix(swc): Respect `jsc.experimental.keepImportAssertions`
swc:
- Fix `Merge` impl of `JscExperimental`. | [
{
"change_type": "MODIFY",
"diff": "@@ -985,8 +985,13 @@ pub struct JscExperimental {\nimpl Merge for JscExperimental {\nfn merge(&mut self, from: &Self) {\nif self.plugins.is_none() {\n- *self = from.clone();\n+ self.plugins = from.plugins.clone();\n+ }\n+ if self.cache_root.is_none() {\n+ self.cache_root ... | Rust | Apache License 2.0 | swc-project/swc | fix(swc): Respect `jsc.experimental.keepImportAssertions` (#3352)
swc:
- Fix `Merge` impl of `JscExperimental`. | 1 | fix | swc |
866,400 | 24.01.2022 22:30:55 | 18,000 | a3920a9bab7271e7e694d6bdf1e0d3d6cc33bcab | test(footer): increase selector specificity to avoid false negatives
### Related Ticket(s)
Closes
### Description
Increases selector specificity from `li a` to `.bx--legal-nav__list-item .bx--footer__link` in an attempt to avoid erroneous test failures.
### Changelog
**Changed**
Reduced testing errors | [
{
"change_type": "MODIFY",
"diff": "/**\n- * Copyright IBM Corp. 2021\n+ * Copyright IBM Corp. 2021, 2022\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@@ -266,7 +266,7 @@ describe('Footer | Short (desktop)', () => {\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(footer): increase selector specificity to avoid false negatives (#8097)
### Related Ticket(s)
Closes #7898
### Description
Increases selector specificity from `li a` to `.bx--legal-nav__list-item .bx--footer__link` in an attempt to avoid erroneous test failures.
### Changelog
**Changed**
- Reduced testing errors | 1 | test | footer |
756,013 | 24.01.2022 22:46:08 | 21,600 | 95e511c33f1d5e62c8daeb8c0f372fbb764da643 | build(deps): regenerate yarn.lock | [
{
"change_type": "MODIFY",
"diff": "@@ -14613,11 +14613,6 @@ node-gyp@^7.1.0:\ntar \"^6.0.2\"\nwhich \"^2.0.2\"\n-node-inspect-extracted@^1.0.8:\n- version \"1.0.8\"\n- resolved \"https://registry.yarnpkg.com/node-inspect-extracted/-/node-inspect-extracted-1.0.8.tgz#2d0660c25857f703bde0f73507ed9ad7d0b592d0\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(deps): regenerate yarn.lock | 1 | build | deps |
76,611 | 24.01.2022 23:10:40 | -3,600 | 8e23165217aff73be73c5834f49f26b238b56a33 | fix: remove unnecessary escape characters | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ function trimBetween(line, left, right, shouldBeFirst = false) {\n};\n}\n-const CARD_LINK_REGEX = /.*\\!?\\[.*\\]\\(https?\\:\\/\\/.*\\).*/ig;\n+const CARD_LINK_REGEX = /.*!?\\[.*\\]\\(https?:\\/\\/.*\\).*/ig;\nfunction trimLine(line) {\nconst trimmedCon... | JavaScript | MIT License | axa-group/nlp.js | fix: remove unnecessary escape characters | 1 | fix | null |
756,013 | 24.01.2022 23:28:21 | 21,600 | 535b3dedaec91ef31768706b0cdfda9a33f87e23 | chore(prettierignore): ignore imported `object-inspect.js` | [
{
"change_type": "MODIFY",
"diff": "@@ -9,5 +9,8 @@ public\n/packages/xsnap/moddable\n/packages/xsnap/xsnap-native\n+# copied from upstream\n+/packages/xsnap/lib/object-inspect.js\n+\n# XXX unsupported syntax; will be addressed in https://github.com/Agoric/agoric-sdk/issues/4329\n/packages/captp/src/ts-type... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(prettierignore): ignore imported `object-inspect.js` | 1 | chore | prettierignore |
841,509 | 25.01.2022 00:13:39 | 28,800 | a8debc17f6082c033d3734a8e2c0cccc598c1d08 | feat(plugin): Pass host context to plugins for diagnostics emission | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,10 @@ use std::fmt;\nfeature = \"diagnostic-serde\",\nderive(serde::Serialize, serde::Deserialize)\n)]\n+#[cfg_attr(\n+ feature = \"plugin-base\",\n+ derive(rkyv::Archive, rkyv::Serialize, rkyv::Deserialize)\n+)]\npub struct Diagnostic {\npub level: Level,\np... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin): Pass host context to plugins for diagnostics emission (#3359) | 1 | feat | plugin |
404,827 | 25.01.2022 01:14:39 | -3,600 | 82fd7fd14b4b7c4db715169c5948705d0fdeec40 | refactor: initial preset slug implementation | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/app/public/preview/bytes-and-humans.png",
"old_path": "packages/app/public/preview/bytesandhumans.png"
},
{
"change_type": "RENAME",
"diff": "@@ -53,4 +53,4 @@ const query = {\nprimaryColor: '#85FFE0'\n}\n-export const bytesand... | JavaScript | MIT License | microlinkhq/cards | refactor: initial preset slug implementation | 1 | refactor | null |
404,827 | 25.01.2022 01:19:40 | -3,600 | 63fd792c8f3c018bcd7e02ad8e460c693b88e69e | chore: lint presets | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ const code = (\nbottom: '-16px',\nbackgroundColor: polished.rgba(query.highlight, 0.15),\nborderLeft: `3px solid ${query.highlight}`,\n- borderRight: `3px solid ${query.highlight}`,\n+ borderRight: `3px solid ${query.highlight}`\n}\n}}\n>\n",
"new_pa... | JavaScript | MIT License | microlinkhq/cards | chore: lint presets | 1 | chore | null |
404,827 | 25.01.2022 01:29:18 | -3,600 | f7d2fa13e7ad44d5d0eea7a81575836954a8219f | chore: arg renaming | [
{
"change_type": "MODIFY",
"diff": "@@ -36,11 +36,11 @@ export default function AppContextProvider ({ children }) {\nconst { isOverlay, showOverlay, hideOverlay } = overlayContext(onOverlayShow)\nconst onPresetChange = useCallback(\n- (presetName, newPreset) => {\n+ (presetSlug, newPreset) => {\npresetRef.c... | JavaScript | MIT License | microlinkhq/cards | chore: arg renaming | 1 | chore | null |
841,488 | 25.01.2022 04:55:43 | -28,800 | 29aaac1f15f747ea3f938bcab1d536168e9d36a6 | fix(es/compat): Handle nested functions in `private_field` | [
{
"change_type": "MODIFY",
"diff": "-use std::{iter, mem};\n+use std::iter;\nuse swc_atoms::JsWord;\nuse swc_common::{collections::AHashSet, util::take::Take, Mark, Spanned, SyntaxContext, DUMMY_SP};\nuse swc_ecma_ast::*;\n@@ -98,7 +98,8 @@ pub(super) struct FieldAccessFolder<'a> {\nmacro_rules! take_vars {... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Handle nested functions in `private_field` (#3355) | 1 | fix | es/compat |
76,611 | 25.01.2022 05:17:23 | -3,600 | f14d803f2300d23b72a0b5e1deed1fa940e1493a | feat: align msbf & fb connnector hooks | [
{
"change_type": "MODIFY",
"diff": "@@ -79,9 +79,6 @@ class FbConnector extends Connector {\nthis.adapter.processActivity(req, res, async (context) => {\nif (context.activity.type === ActivityTypes.Message) {\ntry {\n- if (this.onReceiveInput) {\n- await this.onReceiveInput(context.activity, context);\n- }\... | JavaScript | MIT License | axa-group/nlp.js | feat: align msbf & fb connnector hooks | 1 | feat | null |
841,473 | 25.01.2022 05:21:06 | -28,800 | afdb168aad9096e4653580a52cc7736915cd2b69 | fix(es/loader): Add an option to resolve symlinks with `true` as a default | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ pub fn collect_deps(cm: Arc<SourceMap>, working_dir: &Path, entry: &Path) -> Res\nresolver: Box::new(NodeModulesResolver::new(\nTargetEnv::Node,\nDefault::default(),\n+ false,\n)),\n};\n",
"new_path": "crates/dbg-swc/src/reduce_min/deps.rs",
"old... | Rust | Apache License 2.0 | swc-project/swc | fix(es/loader): Add an option to resolve symlinks with `true` as a default (#3340) | 1 | fix | es/loader |
841,421 | 25.01.2022 05:21:27 | -32,400 | a635e9f35bb2a718abad56286d7b6fcecdfe4e58 | chore(ci): Update `thread_local` | [
{
"change_type": "MODIFY",
"diff": "@@ -3714,9 +3714,9 @@ dependencies = [\n[[package]]\nname = \"thread_local\"\n-version = \"1.1.3\"\n+version = \"1.1.4\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd\"\n... | Rust | Apache License 2.0 | swc-project/swc | chore(ci): Update `thread_local` (#3357) | 1 | chore | ci |
599,909 | 25.01.2022 06:00:53 | -14,400 | d7779408d162949b2eafcacefc8eabe53fae229f | fix(logs): handle log message nested extra properties | [
{
"change_type": "MODIFY",
"diff": "import { Router } from 'express';\nimport rateLimit from 'express-rate-limit';\nimport fs from 'fs';\n-import { merge, omit, sortBy } from 'lodash';\n+import { merge, omit, set, sortBy } from 'lodash';\nimport { rescheduleJob } from 'node-schedule';\nimport path from 'pat... | TypeScript | MIT License | sct/overseerr | fix(logs): handle log message nested extra properties (#2459) | 1 | fix | logs |
392,551 | 25.01.2022 08:25:10 | 28,800 | af79803e852ee41adc47a09dae28d161c2fc7844 | fix: correct doc contribution setup command | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ If you want to use data from the Mapillary platform during development, first yo\nSetup your MapillaryJS development environment with the following command:\n```zsh\n-ACCESS_TOKEN=<YOUR_CLIENT_ACCESS_TOKEN> yarn setup\n+MAPILLARY_ACCESS_TOKEN=\"<YOUR_CLI... | TypeScript | MIT License | mapillary/mapillary-js | fix: correct doc contribution setup command | 1 | fix | null |
756,029 | 25.01.2022 08:30:02 | 28,800 | 1b5c4961237ff12a8dba13d81bba8dcd7e0d0667 | refactor: Update SwingSet xsnap hashes | [
{
"change_type": "MODIFY",
"diff": "{\n\"initial\": \"5074bc800f9d6f1e1821c2a50214f9ccdf4d45507e44409455f3da08d937e8a1\",\n- \"bootstrap\": \"994211d096e8b5b7a975074fe155bf4963e350abd7b67e24fbe444401d82613b\",\n- \"sanity\": \"243821fd617ad4cd06a19ee08a2d1fb2957c9ab3de49624dc38acd16203d5e9e\"\n+ \"bootstrap... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Update SwingSet xsnap hashes | 1 | refactor | null |
756,043 | 25.01.2022 08:50:54 | 28,800 | 402c3aa6acaf146f96a5d779cd1c4adc0857b469 | chore(run-protocol): type documentation | [
{
"change_type": "MODIFY",
"diff": "*/\n/**\n- * @typedef {Object} vaultFactoryPublicFacet - the public facet\n+ * @typedef {Object} VaultFactoryPublicFacet - the public facet\n* @property {() => Promise<Invitation>} makeLoanInvitation\n* @property {() => Promise<Array<Collateral>>} getCollaterals\n* @prope... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(run-protocol): type documentation | 1 | chore | run-protocol |
756,043 | 25.01.2022 08:51:27 | 28,800 | 54d509e74517c4385183b13cbf30c2976944ddd0 | feat(run-protocol): variable rate vault/loan | [
{
"change_type": "MODIFY",
"diff": "@@ -71,12 +71,6 @@ export const makeVaultKit = (\nconst { brand: runBrand } = runMint.getIssuerRecord();\nlet runDebt = AmountMath.makeEmpty(runBrand);\n- const interestCalculator = makeInterestCalculator(\n- runBrand,\n- manager.getInterestRate(),\n- manager.getChargingP... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(run-protocol): variable rate vault/loan | 1 | feat | run-protocol |
76,611 | 25.01.2022 09:01:07 | -3,600 | a2f7518cf4f4e6575d35c81490694d4173a4d75c | fix: update msbf say | [
{
"change_type": "MODIFY",
"diff": "@@ -116,10 +116,12 @@ class MsbfConnector extends Connector {\n}\nasync say(input, context) {\n+ let nlpjsCtx = context;\nif (!context) {\ncontext = input.msbfContext;\n}\nif (!context.sendActivity) {\n+ nlpjsCtx = context;\ncontext = context.parent;\n}\nif (input.answer)... | JavaScript | MIT License | axa-group/nlp.js | fix: update msbf say | 1 | fix | null |
865,926 | 25.01.2022 09:11:07 | -3,600 | c838c5db9de3b4865c34a8f23f49b8efd7990513 | chore(release-info): change wording | [
{
"change_type": "MODIFY",
"diff": "@@ -46,8 +46,8 @@ export function ReleaseInfo(props) {\n<li>\n<h4>Support for Camunda Cloud 1.4</h4>\nWith this release, we added support for Camunda Cloud 1.4.<br />\n- You can now evaluate DMN decision in a Business Rules Task.\n- Specify called decision by ID and assig... | JavaScript | MIT License | camunda/camunda-modeler | chore(release-info): change wording
Co-authored-by: MaxTru <42800119+MaxTru@users.noreply.github.com> | 1 | chore | release-info |
865,926 | 25.01.2022 09:11:37 | -3,600 | cd688c4792e5c2f83b041360c07ccde9bfae571c | chore(release-info): improve label | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ export function ReleaseInfo(props) {\nWith this release, we added support for Camunda Cloud 1.4.<br />\nYou can now evaluate a DMN decision in a Business Rules Task.\nSpecify the called decision (DMN) by its ID and assign the result to a variable via the... | JavaScript | MIT License | camunda/camunda-modeler | chore(release-info): improve label
Co-authored-by: MaxTru <42800119+MaxTru@users.noreply.github.com> | 1 | chore | release-info |
265,942 | 25.01.2022 09:45:56 | 18,000 | 728ebe82044a3a2db9199f441fcb934980e36179 | chore: fix typo in function name | [
{
"change_type": "MODIFY",
"diff": "@@ -94,12 +94,12 @@ describe('retry conformance testing', () => {\n) {\nconst testCase: RetryTestCase = retryTestCases[testCaseIndex];\ndescribe(`Scenario ${testCase.id}`, () => {\n- excecuteScenario(testCase);\n+ executeScenario(testCase);\n});\n}\n});\n-function excecut... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | chore: fix typo in function name (#1762) | 1 | chore | null |
141,549 | 25.01.2022 09:47:32 | -39,600 | bdb257d65752d0ff61b9c43962f06d4950139357 | chore: update yeoman-generator to address CVE-2022-0144 vulnerability | [
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"lodash\": \"^4.17.21\",\n- \"yeoman-generator\": \"^5.4.2\"\n+ \"yeoman-generator\": \"^5.6.1\"\n}\n}\n",
"new_path": "packages/generator/package.json",
"old_path": "packages/generator/package.json"
},
{
"change_type": "MODIFY",
... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: update yeoman-generator to address CVE-2022-0144 vulnerability (#2414)
Co-authored-by: Harry Ta <harry.ta@cultureamp.com> | 1 | chore | null |
777,389 | 25.01.2022 10:02:48 | 28,800 | c2d31771da131fda2dc4c6b8cbb3a1146624954d | test: support parallel running of auth test suite | [
{
"change_type": "MODIFY",
"diff": "@@ -3,19 +3,21 @@ Tags: parallelizable\nSpecification to test authentication related operations.\n-## Sign out\n+## Prepare the state\n-* Sign out\n+* Ensure user is signed out\n## Sign in as user without password\n* Sign in as \"user-wo-pw\" without password\n-* Sign out... | Python | Apache License 2.0 | determined-ai/determined | test: support parallel running of auth test suite (#3443) | 1 | test | null |
866,394 | 25.01.2022 10:12:38 | 18,000 | db978d78e9622e3649de84e321cb1ed3961e1c5d | fix(github-actions): adjust canary deployment of WC experimental | [
{
"change_type": "MODIFY",
"diff": "@@ -164,6 +164,7 @@ jobs:\nKALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}\nKALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}\nPROFILE_HOST: ${{ secrets.PROFILE_HOST }}\n+ DDS_FLAGS_ALL: true\n- name: Building @carbon/ibmdotcom-web-components experimental storyboo... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(github-actions): adjust canary deployment of WC experimental | 1 | fix | github-actions |
306,900 | 25.01.2022 10:33:52 | -3,600 | 23c9ac5171659394db46549dc6b4b474c2c56335 | fix(elements|ino-input): prevent undefined reference on error set | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,7 @@ export class Input implements ComponentInterface {\n@Watch('error')\nerrorHandler(value?: boolean) {\n- if (this.disabled) return;\n+ if (this.disabled || !this.textfield) return;\nif (value) {\nthis.textfield.valid = false;\n@@ -219,7 +219,7 @@ export... | TypeScript | MIT License | inovex/elements | fix(elements|ino-input): prevent undefined reference on error set (#498) | 1 | fix | elements|ino-input |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.