-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat: rework export service #10413
Merged
Merged
feat: rework export service #10413
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
michel-barret
force-pushed
the
8200
branch
10 times, most recently
from
January 17, 2025 08:07
38ce3c2
to
1b507aa
Compare
jourdiw
reviewed
Jan 17, 2025
...i-service/src/main/java/io/gravitee/apim/core/api/model/import_definition/ApiDescriptor.java
Show resolved
Hide resolved
michel-barret
added a commit
that referenced
this pull request
Jan 17, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it
Merged
michel-barret
added a commit
that referenced
this pull request
Jan 17, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it
michel-barret
added a commit
that referenced
this pull request
Jan 17, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it
mergify bot
pushed a commit
that referenced
this pull request
Jan 17, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it (cherry picked from commit 482b40d)
michel-barret
added a commit
that referenced
this pull request
Jan 20, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it (cherry picked from commit 482b40d)
michel-barret
force-pushed
the
8200
branch
4 times, most recently
from
January 20, 2025 10:38
e2057e2
to
6ed90e9
Compare
jgiovaresco
reviewed
Jan 20, 2025
...tory-jdbc/src/main/java/io/gravitee/repository/jdbc/management/JdbcMembershipRepository.java
Outdated
Show resolved
Hide resolved
...ngodb/src/main/java/io/gravitee/repository/mongodb/management/MongoMembershipRepository.java
Outdated
Show resolved
Hide resolved
...ngodb/src/main/java/io/gravitee/repository/mongodb/management/MongoMembershipRepository.java
Outdated
Show resolved
Hide resolved
...-service/src/main/java/io/gravitee/apim/core/documentation/crud_service/PageCrudService.java
Outdated
Show resolved
Hide resolved
michel-barret
force-pushed
the
8200
branch
5 times, most recently
from
January 27, 2025 07:54
0a115b6
to
72fa117
Compare
michel-barret
force-pushed
the
8200
branch
4 times, most recently
from
January 27, 2025 13:10
505c707
to
8e79b40
Compare
naouf4l-grav
pushed a commit
that referenced
this pull request
Jan 27, 2025
**Issue** [APIM-8360](https://gravitee.atlassian.net/browse/APIM-8360) ## Description I apply it only for 4.6 because [another PR to master](#10413) will completly rework it (cherry picked from commit 482b40d)
jgiovaresco
reviewed
Jan 27, 2025
...tory-jdbc/src/main/java/io/gravitee/repository/jdbc/management/JdbcMembershipRepository.java
Outdated
Show resolved
Hide resolved
...vice/src/main/java/io/gravitee/apim/infra/domain_service/api/ApiExportDomainServiceImpl.java
Outdated
Show resolved
Hide resolved
michel-barret
force-pushed
the
8200
branch
2 times, most recently
from
January 28, 2025 14:07
e81241c
to
731e4e0
Compare
jgiovaresco
reviewed
Jan 28, 2025
...rest-api-service/src/main/java/io/gravitee/apim/infra/adapter/GraviteeDefinitionAdapter.java
Outdated
Show resolved
Hide resolved
michel-barret
force-pushed
the
8200
branch
6 times, most recently
from
January 29, 2025 07:15
e88fc9f
to
5d7c09a
Compare
jgiovaresco
approved these changes
Jan 29, 2025
michel-barret
force-pushed
the
8200
branch
5 times, most recently
from
January 29, 2025 09:23
88785e5
to
17a6771
Compare
APIM-8200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
https://gravitee.atlassian.net/browse/APIM-8200
Description
Rework export to prepare used same way to all types of APIs
📚 View the storybook of this branch here