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

Remove version.qualified from MainResponse #35412

Merged
merged 18 commits into from
Nov 29, 2018

Conversation

alpar-t
Copy link
Contributor

@alpar-t alpar-t commented Nov 9, 2018

Concluding the discussions after merging #35334.
version.qualified is removed from the main response and
the fully qualified version will be returned as version.number.

The fully qualified version will be returned as `version.number`
@alpar-t alpar-t added >non-issue :Delivery/Build Build or test infrastructure :Core/Infra/Core Core issues without another label v7.0.0 labels Nov 9, 2018
@alpar-t alpar-t requested review from nik9000 and jasontedor November 9, 2018 14:55
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@alpar-t
Copy link
Contributor Author

alpar-t commented Nov 14, 2018

@elasticmachine test this please

@alpar-t
Copy link
Contributor Author

alpar-t commented Nov 16, 2018

@elasticmachine restest this please

@@ -150,15 +150,15 @@ public void testLookupRemoteVersion() throws Exception {
assertTrue(called.get());
called.set(false);
sourceWithMockedRemoteCall(false, ContentType.APPLICATION_JSON, "main/5_0_0_alpha_3.json").lookupRemoteVersion(v -> {
// V_5_0_0_alpha3
assertEquals(Version.fromId(5000003), v);
// V_5_0_0 since we no longer consider qualifier in Version
Copy link
Member

Choose a reason for hiding this comment

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

Since 7 I think.

@alpar-t
Copy link
Contributor Author

alpar-t commented Nov 19, 2018

@elasticmachine test this please

@alpar-t
Copy link
Contributor Author

alpar-t commented Nov 20, 2018

@elasticmachine test this please

@alpar-t
Copy link
Contributor Author

alpar-t commented Nov 21, 2018

@nik9000 can you take another look ?

Copy link
Member

@nik9000 nik9000 left a comment

Choose a reason for hiding this comment

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

LGTM

@alpar-t alpar-t merged commit e0a678f into elastic:master Nov 29, 2018
@alpar-t alpar-t deleted the no-more-qualified-version branch November 29, 2018 06:41
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label :Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants