Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Migration for missing datasource configuration on default rest datasources for git connected app. #36203

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

sondermanish
Copy link
Contributor

@sondermanish sondermanish commented Sep 9, 2024

Description

Fixes #Issue Number
or
Fixes Issue URL

Warning

If no issue exists, please create an issue first, and check with the maintainers if the issue is valid.

Automation

/ok-to-test tags="@tag.Git, @tag.ImportExport"

🔍 Cypress test results

Tip

🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
Workflow run: https://github.com/appsmithorg/appsmith/actions/runs/10789950948
Commit: 69729ce
Cypress dashboard.
Tags: @tag.Git, @tag.ImportExport
Spec:


Tue, 10 Sep 2024 10:07:42 UTC

Communication

Should the DevRel and Marketing teams inform users about this change?

  • Yes
  • No

Summary by CodeRabbit

  • New Features

    • Enhanced application JSON migration process to support additional contextual parameters, improving accuracy and relevance.
    • Introduced a new helper class to facilitate datasource configuration during migrations.
  • Bug Fixes

    • Improved handling of incompatible schemas during migration, ensuring robust error management.
  • Tests

    • Adjusted test cases to accommodate changes in method signatures for migration processes, ensuring continued functionality.

Copy link
Contributor

coderabbitai bot commented Sep 9, 2024

Walkthrough

This pull request introduces enhancements to the application JSON migration process within the Appsmith server. Key modifications include the addition of parameters to migration methods, improved handling of data source configurations, and updates to versioning. New helper classes and methods have been implemented to streamline migration logic, ensuring better compatibility and robustness. These changes aim to facilitate smoother migrations and improve the handling of application states during version transitions.

Changes

File Change Summary
.../git/ApplicationGitFileUtilsCEImpl.java Modified reconstructArtifactExchangeJsonFromFilesInRepo to include baseArtifactId and branchName parameters.
.../migrations/JsonSchemaMigration.java Updated migrateApplicationJsonToLatestSchema to accept baseApplicationId and branchName; added new migration logic.
.../migrations/JsonSchemaVersionsFallback.java Incremented serverVersion from 9 to 10.
.../migrations/MigrationHelperMethods.java Added methods for migrating application JSON to version ten, including datasource configuration handling.
.../migrations/utils/JsonSchemaMigrationHelper.java Introduced helper class to manage datasource configurations for REST API actions during migration.
.../git/autocommit/AutoCommitEventHandlerImplTest.java Updated test method signatures to reflect changes in migrateApplicationJsonToLatestSchema.
.../git/autocommit/AutoCommitServiceTest.java Modified test methods to accommodate new parameters in migrateApplicationJsonToLatestSchema.
.../migrations/JsonSchemaMigrationTest.java Adjusted test cases to include new parameters for migrateApplicationJsonToLatestSchema.

Possibly related issues

Poem

In the realm of code where schemas dwell,
New paths are forged, all working well.
With migrations smooth and data bright,
Auto-commit's magic takes flight.
So here's to changes, both bold and grand,
A brighter future, we now can stand! ✨

Tip

Announcements
  • The review status is no longer posted as a separate comment when there are no actionable or nitpick comments. In such cases, the review status is included in the walkthrough comment.
  • We have updated our review workflow to use the Anthropic's Claude family of models. Please share any feedback in the discussion post on our Discord.
  • Possibly related PRs: Walkthrough comment now includes a list of potentially related PRs to help you recall past context. Please share any feedback in the discussion post on our Discord.
  • Suggested labels: CodeRabbit can now suggest labels by learning from your past PRs in the walkthrough comment. You can also provide custom labeling instructions in the UI or configuration file.
  • Possibly related PRs, automatic label suggestions based on past PRs, learnings, and possibly related issues require data opt-in (enabled by default).

Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 44c001e and 69729ce.

Files selected for processing (2)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaMigration.java (5 hunks)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/MigrationHelperMethods.java (2 hunks)
Files skipped from review as they are similar to previous changes (2)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaMigration.java
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/MigrationHelperMethods.java

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added the skip-changelog Adding this label to a PR prevents it from being listed in the changelog label Sep 9, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d9a3090 and 293a8e0.

Files selected for processing (8)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/applications/git/ApplicationGitFileUtilsCEImpl.java (1 hunks)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaMigration.java (4 hunks)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaVersionsFallback.java (1 hunks)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/MigrationHelperMethods.java (2 hunks)
  • app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/utils/JsonSchemaMigrationHelper.java (1 hunks)
  • app/server/appsmith-server/src/test/java/com/appsmith/server/git/autocommit/AutoCommitEventHandlerImplTest.java (2 hunks)
  • app/server/appsmith-server/src/test/java/com/appsmith/server/git/autocommit/AutoCommitServiceTest.java (3 hunks)
  • app/server/appsmith-server/src/test/java/com/appsmith/server/migrations/JsonSchemaMigrationTest.java (2 hunks)
Additional comments not posted (13)
app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaVersionsFallback.java (1)

7-7: Approved server version increment.

The update of serverVersion from 9 to 10 is noted and approved. Please ensure that all dependent systems and migration scripts are updated accordingly to accommodate this version change.

app/server/appsmith-server/src/test/java/com/appsmith/server/migrations/JsonSchemaMigrationTest.java (1)

100-100: Approved method signature change, suggest documenting new parameters.

The updates to migrateApplicationJsonToLatestSchema to include two additional parameters are approved. However, it's crucial to document the intended use of these parameters and ensure that they are adequately tested once their usage is implemented. Currently, passing them as null does not test their functionality.

Also applies to: 124-124

app/server/appsmith-server/src/test/java/com/appsmith/server/git/autocommit/AutoCommitServiceTest.java (3)

287-288: Approve the updated method signature usage.

The test method testAutoCommit_whenOnlyServerIsEligibleForMigration_commitSuccess correctly uses the updated method signature of migrateApplicationJsonToLatestSchema with two additional string parameters. Ensure that these parameters are appropriately handled within the method definition.


575-576: Approve the updated method signature usage.

The test method testAutoCommit_whenServerIsRunningMigrationCallsAutocommitAgainOnSameBranch_ReturnsAutoCommitInProgress correctly uses the updated method signature of migrateApplicationJsonToLatestSchema with two additional string parameters. Verify that these parameters are effectively utilized within the method definition.


649-650: Approve the updated method signature usage.

The test method testAutoCommit_whenServerIsRunningMigrationCallsAutocommitAgainOnDiffBranch_ReturnsAutoCommitLocked correctly uses the updated method signature of migrateApplicationJsonToLatestSchema with two additional string parameters. It's crucial to check that these parameters are properly managed within the method itself.

app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/MigrationHelperMethods.java (2)

1273-1294: Approve the addition of doesRestApiRequireMigration.

The method doesRestApiRequireMigration is a useful addition for quickly determining if any actions in an ApplicationJson require migration due to missing data source configurations. Ensure that this method is thoroughly tested to confirm its accuracy in identifying actions that truly require migration.


1303-1325: Approve the addition of setDatasourceConfigDetailsInDefaultRestDatasourceForActions.

The method setDatasourceConfigDetailsInDefaultRestDatasourceForActions correctly handles the setting of data source configurations for actions with default REST data sources. Review the defaulting logic that sets the URL to an empty string to ensure it behaves as expected in scenarios where no valid URL is found.

app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/JsonSchemaMigration.java (3)

9-9: Approved addition of JsonSchemaMigrationHelper.

The addition of JsonSchemaMigrationHelper as a dependency is a positive change, enhancing the handling of datasource configurations during migrations.


197-212: Approved addition of nonReactiveServerMigrationForImport method.

The new method nonReactiveServerMigrationForImport is a crucial addition for handling non-reactive migrations, especially in scenarios where datasource configurations are empty.

It is recommended to conduct thorough testing of this method to ensure it handles all edge cases effectively.


66-106: Approved changes to method signature with suggestions for verification.

The addition of baseApplicationId and branchName to the method migrateApplicationJsonToLatestSchema enhances its functionality by making the migration process more context-aware.

Please ensure that these new parameters are integrated correctly across all calls to this method in the system to avoid any potential issues.

Run the following script to verify the method usage:

Verification successful

Ensure comprehensive testing of new parameters in migrateApplicationJsonToLatestSchema.

The method migrateApplicationJsonToLatestSchema has been updated to include baseApplicationId and branchName, and these changes are reflected in both the main codebase and test files. It is crucial to verify that all scenarios, including those where these parameters might be null, are thoroughly tested and managed to prevent potential issues.

  • Confirm that all calls to this method in the codebase are updated to match the new signature.
  • Ensure that the logic within the method can handle null values appropriately, as seen in the test cases.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify all function calls to `migrateApplicationJsonToLatestSchema` match the new signature.

# Test: Search for the function usage. Expect: Only occurrences of the new signature.
rg --type java -A 5 $'migrateApplicationJsonToLatestSchema'

Length of output: 11513

app/server/appsmith-server/src/test/java/com/appsmith/server/git/autocommit/AutoCommitEventHandlerImplTest.java (2)

445-445: Method signature change correctly reflected in tests.

The update to migrateApplicationJsonToLatestSchema to include two additional string parameters is correctly reflected in the test cases. This change allows for more detailed testing scenarios, aligning with the PR's objectives to enhance the migration process.


577-579: Appropriate use of Mockito.anyString() for flexible testing.

The use of Mockito.anyString() in the test cases for migrateApplicationJsonToLatestSchema is appropriate. It allows the tests to cover a range of input scenarios, ensuring that the method is robust against various string inputs.

app/server/appsmith-server/src/main/java/com/appsmith/server/applications/git/ApplicationGitFileUtilsCEImpl.java (1)

365-366: Enhanced functionality with new parameters in migration method.

The addition of baseArtifactId and branchName as parameters to migrateApplicationJsonToLatestSchema enhances the migration process by utilizing additional contextual information. This change is consistent with the PR's objectives and is correctly implemented in the method reconstructArtifactExchangeJsonFromFilesInRepository.

Comment on lines 25 to 67
public Mono<ApplicationJson> addDatasourceConfigurationToDefaultRestApiActions(
String baseApplicationId, String branchName, ApplicationJson applicationJson) {

if (!StringUtils.hasText(baseApplicationId) || !StringUtils.hasText(branchName)) {
MigrationHelperMethods.migrateApplicationJsonToVersionTen(applicationJson, Map.of());
return Mono.just(applicationJson);
}

Mono<Application> applicationMono = applicationService
.findByBranchNameAndBaseApplicationId(branchName, baseApplicationId, null)
.cache();

return applicationMono
.flatMap(branchedApplication -> {
return newActionService
.findAllByApplicationIdAndViewMode(
branchedApplication.getId(), Boolean.FALSE, Optional.empty(), Optional.empty())
.filter(action -> {
if (action.getUnpublishedAction() == null
|| action.getUnpublishedAction().getDatasource() == null) {
return false;
}

boolean reverseFlag = StringUtils.hasText(action.getUnpublishedAction()
.getDatasource()
.getId())
|| !PluginConstants.DEFAULT_REST_DATASOURCE.equals(action.getUnpublishedAction()
.getDatasource()
.getName());

return !reverseFlag;
})
.collectMap(NewAction::getGitSyncId);
})
.map(newActionMap -> {
MigrationHelperMethods.migrateApplicationJsonToVersionTen(applicationJson, newActionMap);
return applicationJson;
})
.switchIfEmpty(Mono.defer(() -> Mono.just(applicationJson).map(applicationJson1 -> {
MigrationHelperMethods.migrateApplicationJsonToVersionTen(applicationJson, Map.of());
return applicationJson;
})));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well-structured migration helper method, but consider enhancing documentation.

The method addDatasourceConfigurationToDefaultRestApiActions is well-implemented with appropriate checks and reactive patterns. However, the logic within the flatMap operation is quite complex, involving filtering and mapping over actions. It would be beneficial to add more detailed comments explaining the purpose and functionality of these operations to aid future maintainability.

Comment on lines 1243 to 1265
public static void migrateApplicationJsonToVersionTen(
ApplicationJson applicationJson, Map<String, NewAction> defaultDatasourceActionMap) {
List<NewAction> actionList = applicationJson.getActionList();
if (CollectionUtils.isNullOrEmpty(actionList)) {
return;
}

for (NewAction action : actionList) {
if (action.getUnpublishedAction() == null
|| action.getUnpublishedAction().getDatasource() == null) {
continue;
}

// Idea is to add datasourceConfiguration to existing DEFAULT_REST_DATASOURCE apis,
// for which the datasource configuration is missing
// the url would be set to empty string as right url is not present over here.
Datasource actionDatasource = action.getUnpublishedAction().getDatasource();
if (actionDatasource.getDatasourceConfiguration() == null
&& !org.springframework.util.StringUtils.hasText(actionDatasource.getId())
&& PluginConstants.DEFAULT_REST_DATASOURCE.equals(actionDatasource.getName())) {
setDatasourceConfigDetailsInDefaultRestDatasourceForActions(action, defaultDatasourceActionMap);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve the addition of migrateApplicationJsonToVersionTen.

The method migrateApplicationJsonToVersionTen is well-implemented to ensure that actions with default REST data sources are correctly configured during the migration process. Consider adding unit tests to cover scenarios where actions do not meet the criteria for migration to ensure that they are not inadvertently modified.

Would you like me to help in writing these unit tests?

// All migration above version 9 is reactive
// TODO: make import flow migration reactive
return Mono.just(migrateServerSchema(appJson))
.flatMap(migratedApplicationJson -> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this an additional systematic path similar to the json file migrations? This is a legitimate case of a new data point that needs to be added to the repository, and, although is expected fewer times than file migrations, should be accounted for as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So what you mean is that let's add a reactive migration set separately itself?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes please

* @param applicationJson
* @return
*/
private ApplicationJson nonReactiveServerMigrationForImport(ApplicationJson applicationJson) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this a separate method?

}

Datasource actionDatasource = action.getUnpublishedAction().getDatasource();
if (actionDatasource.getDatasourceConfiguration() == null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we need this to run for ds config with empty url as well? For apps like Akhil's that got affected by the previous version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can run for that as well, but do we have any unintended consequences?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triggering it again for something that already exists on git is going to only get the correct value from DB. The extent of unintended consequence would be in case the user was supposed to truly see that as an uncommitted change but we went ahead and forcefully committed it. We can live with that, considering that at the current moment the data is already lost for the user, and there is no "right version" on the repo, except in their history.

Copy link

github-actions bot commented Sep 9, 2024

Failed server tests

  • com.appsmith.server.git.ServerSchemaMigrationEnforcerTest#saveGitRepo_ImportAndThenExport_diffOccurs
  • com.appsmith.server.git.autocommit.AutoCommitEventHandlerImplTest#autoCommitDSLMigration_WithFS_WhenNoAutoCommitInProgress_AllStepsSuccessfullyCompleted
  • com.appsmith.server.git.autocommit.AutoCommitEventHandlerImplTest#autoCommitServerMigration_WhenNoAutoCommitInProgress_AllStepsSuccessfullyCompleted_CaseJsonSchemaMigration
  • com.appsmith.server.git.autocommit.AutoCommitEventHandlerImplTest#autocommitServerMigration_WhenSerialisationLogicChanges_CommitSuccess

Copy link

Failed server tests

  • com.appsmith.server.solutions.DatasourceStructureSolutionTest#verifyUseCachedStructureWhenStructurePresentWithNoEnvironment

@sondermanish sondermanish self-assigned this Sep 10, 2024
@sondermanish sondermanish added the ok-to-test Required label for CI label Sep 10, 2024
@sondermanish sondermanish merged commit da5d37e into release Sep 10, 2024
50 checks passed
@sondermanish sondermanish deleted the chore/action-migration branch September 10, 2024 11:23
sondermanish added a commit that referenced this pull request Sep 11, 2024
… datasources for git connected app. (#36203)

## Description



Fixes #`Issue Number`  
_or_  
Fixes `Issue URL`
> [!WARNING]  
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._

## Automation

/ok-to-test tags="@tag.Git, @tag.ImportExport"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10789950948>
> Commit: 69729ce
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10789950948&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Git, @tag.ImportExport`
> Spec:
> <hr>Tue, 10 Sep 2024 10:07:42 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Enhanced application JSON migration process to support additional
contextual parameters, improving accuracy and relevance.
- Introduced a new helper class to facilitate datasource configuration
during migrations.

- **Bug Fixes**
- Improved handling of incompatible schemas during migration, ensuring
robust error management.

- **Tests**
- Adjusted test cases to accommodate changes in method signatures for
migration processes, ensuring continued functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@sondermanish sondermanish mentioned this pull request Sep 11, 2024
2 tasks
Shivam-z pushed a commit to Shivam-z/appsmith that referenced this pull request Sep 26, 2024
… datasources for git connected app. (appsmithorg#36203)

## Description



Fixes #`Issue Number`  
_or_  
Fixes `Issue URL`
> [!WARNING]  
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._

## Automation

/ok-to-test tags="@tag.Git, @tag.ImportExport"

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10789950948>
> Commit: 69729ce
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10789950948&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Git, @tag.ImportExport`
> Spec:
> <hr>Tue, 10 Sep 2024 10:07:42 UTC
<!-- end of auto-generated comment: Cypress test results  -->


## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Enhanced application JSON migration process to support additional
contextual parameters, improving accuracy and relevance.
- Introduced a new helper class to facilitate datasource configuration
during migrations.

- **Bug Fixes**
- Improved handling of incompatible schemas during migration, ensuring
robust error management.

- **Tests**
- Adjusted test cases to accommodate changes in method signatures for
migration processes, ensuring continued functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@coderabbitai coderabbitai bot mentioned this pull request Nov 6, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Required label for CI skip-changelog Adding this label to a PR prevents it from being listed in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants