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
Commits
a84d4fb2
Commit
a84d4fb2
authored
3 years ago
by
Adam G-H
Committed by
Adam G-H
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
more ted feedback
parent
f8162768
No related branches found
No related tags found
1 merge request
!115
Issue #3248976: Add API documentation for Package Manager
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package_manager/package_manager.api.php
+5
-3
5 additions, 3 deletions
package_manager/package_manager.api.php
with
5 additions
and
3 deletions
package_manager/package_manager.api.php
+
5
−
3
View file @
a84d4fb2
...
...
@@ -129,9 +129,11 @@
* of the stage life cycle, to ensure that both the active directory and staging
* area are kept in a safe, consistent state:
*
* - No Composer operation which changes the lock file may be executed in the
* active directory while a staging area exists, either via Package Manager's
* API or externally.
* - If the composer.lock file is changed (e.g., by installing or updating a
* package) in the active directory after a staging area has been created,
* Package Manager will refuse to make any further changes to the staging
* area or apply the staged changes to the active directory.
* - The Drupal site must not have any pending database updates.
* - Composer must use HTTPS to download packages and metadata (i.e., Composer's
* secure-http configuration option must be enabled). This is the default
* behavior.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment