Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!979
Issue
#3311472
Set minimum stability for form
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3311472
Set minimum stability for form
issue/automatic_updates-3311472:3311472-minimumStability
into
3.0.x
Overview
9
Commits
13
Pipelines
1
Changes
5
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3311472:3311472-minimumStability
into
3.0.x
1 year ago
Overview
9
Commits
13
Pipelines
1
Changes
5
Expand
Closes
#3311472
0
0
Merge request reports
Compare
3.0.x
version 6
6800143c
1 year ago
version 5
3152923d
1 year ago
version 4
59d190ef
1 year ago
version 3
ea004d28
1 year ago
version 2
cbc4b4bd
1 year ago
version 1
c87cf876
1 year ago
3.0.x (base)
and
version 2
latest version
08b27c07
13 commits,
1 year ago
version 6
6800143c
13 commits,
1 year ago
version 5
3152923d
12 commits,
1 year ago
version 4
59d190ef
11 commits,
1 year ago
version 3
ea004d28
10 commits,
1 year ago
version 2
cbc4b4bd
8 commits,
1 year ago
version 1
c87cf876
6 commits,
1 year ago
5 files
+
150
−
10
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
package_manager/tests/fixtures/release-history/drupal.9.8.0-rc1.xml
0 → 100644
+
79
−
0
Options
<?xml version="1.0" encoding="utf-8"?>
<!--
This fixture is used by \Drupal\Tests\automatic_updates\Functional\UpdaterFormTest.
Contains metadata about the following (fake) releases of Drupal core, in order:
- 9.8.0-rc1
- 9.7.0
- 9.8.x-dev
-->
<project
xmlns:dc=
"http://purl.org/dc/elements/1.1/"
>
<title>
Drupal
</title>
<short_name>
drupal
</short_name>
<dc:creator>
Drupal
</dc:creator>
<supported_branches>
9.8.,9.7.
</supported_branches>
<project_status>
published
</project_status>
<link>
http://example.com/project/drupal
</link>
<terms>
<term>
<name>
Projects
</name>
<value>
Drupal project
</value>
</term>
</terms>
<releases>
<release>
<name>
Drupal 9.8.0-rc1
</name>
<version>
9.8.0-rc1
</version>
<status>
published
</status>
<release_link>
http://example.com/drupal-9-8-0-rc1-release
</release_link>
<download_link>
http://example.com/drupal-9-8-0-rc1-.tar.gz
</download_link>
<date>
1250424521
</date>
<terms>
<term>
<name>
Release type
</name>
<value>
New features
</value>
</term>
<term>
<name>
Release type
</name>
<value>
Bug fixes
</value>
</term>
</terms>
</release>
<release>
<name>
Drupal 9.7.0
</name>
<version>
9.7.0
</version>
<status>
published
</status>
<release_link>
http://example.com/drupal-9-7-0-release
</release_link>
<download_link>
http://example.com/drupal-9-7-0.tar.gz
</download_link>
<date>
1250424521
</date>
<terms>
<term>
<name>
Release type
</name>
<value>
New features
</value>
</term>
<term>
<name>
Release type
</name>
<value>
Bug fixes
</value>
</term>
</terms>
</release>
<release>
<name>
Drupal 9.8.x-dev
</name>
<version>
9.8.x-dev
</version>
<status>
published
</status>
<release_link>
http://example.com/drupal-9-8-x-dex-release
</release_link>
<download_link>
http://example.com/drupal-9-8-x-dex.tar.gz
</download_link>
<date>
1250424521
</date>
<terms>
<term>
<name>
Release type
</name>
<value>
New features
</value>
</term>
<term>
<name>
Release type
</name>
<value>
Bug fixes
</value>
</term>
</terms>
</release>
</releases>
</project>
Loading