- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 261 for unreleased (0.09 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java
* <dd>last released major</dd> * <dt>N, N > 0</dt> * <dd>last released minor</dd> * </dl> * * <ul> * <li>the unreleased <b>major</b>, M+1.0.0 on the `master` branch</li> * <li>the unreleased <b>minor</b>, M.N.0 on the `M.x` (x is literal) branch</li> * <li>the unreleased <b>bugfix</b>, M.N.c (c > 0) on the `M.N` branch</li>
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 16.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java
/** * We want to be able to do BWC tests for unreleased versions without relying on and waiting for snapshots. * For this we need to check out and build the unreleased versions. * Since these depend on the current version, we can't name the Gradle projects statically, and don't know what the * unreleased versions are when Gradle projects are set up, so we use "build-unreleased-version-*" as placeholders
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 09:11:28 GMT 2021 - 14.5K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 14.1K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/release-highlights.asciidoc
[[release-highlights]] == What's new in {minor-version} coming::[{minor-version}] Here are the highlights of what's new and improved in {es} {minor-version}! ifeval::[\\{release-state}\\"!=\\"unreleased\\"] For detailed information about this release, see the <<es-release-notes>> and <<breaking-changes>>. endif::[] <% if (priorVersions.size() > 0) { %> // Add previous release to the list Other versions: <%
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 848 bytes - Click Count (0) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/BwcVersionsTests.java
private static final Map<String, List<String>> sampleVersions = new HashMap<>(); @Rule public ExpectedException expectedEx = ExpectedException.none(); static { // unreleased major and two unreleased minors ( minor in feature freeze ) sampleVersions.put("8.0.0", asList("7_0_0", "7_0_1", "7_1_0", "7_1_1", "7_2_0", "7_3_0", "8.0.0")); sampleVersions.put( "7.0.0-alpha1",Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 23.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
); } return null; })); } /** * Will be removed once this is backported to all unreleased branches. */ private static String getProjectConfig(ElasticsearchDistribution distribution, BwcVersions.UnreleasedVersionInfo info) { String distributionProjectName = distributionProjectName(distribution);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.bwc-test.gradle
ext.bwcTaskName = { Version version -> return "v${version}#bwcTest" } def bwcTestSnapshots = tasks.register("bwcTestSnapshots") { if (project.bwc_tests_enabled) { dependsOn tasks.matching { task -> BuildParams.bwcVersions.unreleased.any { version -> bwcTaskName(version) == task.name } } } } tasks.register("bwcTest") { description = 'Runs backwards compatibility tests.' group = 'verification' if (project.bwc_tests_enabled) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 30 12:11:25 GMT 2021 - 1.2K bytes - Click Count (0) -
TESTING.asciidoc
When running `./gradlew check`, minimal bwc checks are also run against compatible versions that are not yet released. ==== BWC Testing against a specific remote/branch Sometimes a backward compatibility change spans two versions. A common case is a new functionality that needs a BWC bridge in an unreleased versioned of a release branch (for example, 5.x).
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
tests/test_annotated.py
return {"foo": foo} @app.get("/multiple") async def multiple(foo: Annotated[str, object(), Query(min_length=1)]): return {"foo": foo} @app.get("/unrelated") async def unrelated(foo: Annotated[str, object()]): return {"foo": foo} client = TestClient(app) foo_is_missing = { "detail": [ { "loc": ["query", "foo"],Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 10.5K bytes - Click Count (0) -
doc/initial/1-intro.md
<style> main ul li { margin: 0.5em 0; } </style> ## DRAFT RELEASE NOTES — Introduction to Go 1.N {#introduction} **Go 1.N is not yet released. These are work-in-progress release notes.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Dec 27 16:54:04 GMT 2024 - 246 bytes - Click Count (0)