Skip to content

Conversation

@rjernst
Copy link
Member

@rjernst rjernst commented Aug 25, 2025

This commit further tweaks terminology for the new file-based transport version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound

This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
@rjernst rjernst requested a review from a team as a code owner August 25, 2025 18:16
@elasticsearchmachine elasticsearchmachine added needs:triage Requires assignment of a team area label v9.2.0 labels Aug 25, 2025
@rjernst rjernst added >non-issue :Core/Infra/Core Core issues without another label v8.18.6 v8.19.3 v9.1.4 v9.0.7 and removed needs:triage Requires assignment of a team area label labels Aug 25, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Aug 25, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@rjernst rjernst added auto-backport Automatically create backport pull requests when merged and removed Team:Core/Infra Meta label for core/infra team labels Aug 25, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Core/Infra Meta label for core/infra team label Aug 25, 2025
@elasticsearchmachine elasticsearchmachine added the serverless-linked Added by automation, don't add manually label Aug 25, 2025
for (var latestFile : stream.toList()) {
String contents = Files.readString(latestFile, StandardCharsets.UTF_8).strip();
var latest = TransportVersionLatest.fromString(latestFile, contents);
var latest = TransportVersionUpperBound.fromString(latestFile, contents);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also rename the local variables here to match?

@rjernst rjernst enabled auto-merge (squash) August 25, 2025 22:40
@rjernst rjernst merged commit 8bbddc4 into elastic:main Aug 25, 2025
33 checks passed
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.18 Commit could not be cherrypicked due to conflicts
8.19 Commit could not be cherrypicked due to conflicts
9.1 Commit could not be cherrypicked due to conflicts
9.0 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 133492

@rjernst rjernst deleted the transport/terminology_cleanup2 branch August 26, 2025 03:52
rjernst added a commit to rjernst/elasticsearch that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
rjernst added a commit to rjernst/elasticsearch that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
rjernst added a commit to rjernst/elasticsearch that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
rjernst added a commit to rjernst/elasticsearch that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
sarog pushed a commit to portsbuild/elasticsearch that referenced this pull request Sep 11, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
sarog pushed a commit to portsbuild/elasticsearch that referenced this pull request Sep 19, 2025
This commit further tweaks terminology for the new file-based transport
version system. Specially it renames:
named -> referable
unreferenced -> unreferable
latest -> upper_bound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-backport Automatically create backport pull requests when merged backport pending :Core/Infra/Core Core issues without another label >non-issue serverless-linked Added by automation, don't add manually Team:Core/Infra Meta label for core/infra team v8.18.6 v8.19.3 v9.0.7 v9.1.4 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants