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

Bmoric/extract source definition specification api #18997

Merged

Conversation

benmoriceau
Copy link
Contributor

What

In order to be prepared for a smoother migration to Micronaut for the server, an effort must be made to break the ConfigurationApi into multiple classes. This PR is the first one of a series of PR to come.

How

Extract the SourceDefinitionSpecificationApi into its own class

Recommended reading order

No specific order

@github-actions github-actions bot added area/platform issues related to the platform area/server labels Nov 4, 2022
@benmoriceau benmoriceau changed the base branch from master to bmoric/extract-workspace-api November 4, 2022 22:18
@benmoriceau benmoriceau temporarily deployed to more-secrets November 4, 2022 22:19 Inactive
Base automatically changed from bmoric/extract-workspace-api to master November 8, 2022 18:15
@benmoriceau benmoriceau temporarily deployed to more-secrets November 8, 2022 18:42 Inactive
@benmoriceau benmoriceau temporarily deployed to more-secrets November 8, 2022 19:44 Inactive
ConfigurationApiFactory.secretsRepositoryReader = secretsRepositoryReader;
ConfigurationApiFactory.secretsRepositoryWriter = secretsRepositoryWriter;
ConfigurationApiFactory.synchronousSchedulerClient = synchronousSchedulerClient;
final Map<String, String> mdc) {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can fix the indent

@benmoriceau benmoriceau merged commit 77d22c5 into master Nov 8, 2022
@benmoriceau benmoriceau deleted the bmoric/extract-source-definition-specification-api branch November 8, 2022 22:40
akashkulk pushed a commit that referenced this pull request Dec 2, 2022
* Extract Operation API

* Extract scheduler API

* Format

* extract source api

* Extract source definition api

* Add path

* Extract State API

* extract webbackend api

* extract webbackend api

* extract workspace api

* Extract source definition specification api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants