-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test backend/requirements-docker.txt updating relstorage/psycopg2 ver…
…sions. Update to Plone 6.0.10.1. Sync requirements-bootstrap.txt Add collective.revisionmanager 1.2.2. Update instance.yaml for cookiecutter-zope-instance
- Loading branch information
Showing
12 changed files
with
32 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ARG PLONE_VERSION=6.0.9 | ||
ARG PLONE_VERSION=6.0.10.1 | ||
FROM plone/plone-backend:${PLONE_VERSION} | ||
ARG PLONE_VERSION=6.0.9 | ||
ARG PLONE_VERSION=6.0.10.1 | ||
|
||
LABEL maintainer="Plone Foundation <[email protected]>" \ | ||
org.label-schema.name="plone.org-backend" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-c https://dist.plone.org/release/6.0.9/constraints.txt | ||
-c https://dist.plone.org/release/6.0.10.1/constraints.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
default_context: | ||
initial_user_name: 'admin' | ||
initial_user_password: 'admin' | ||
|
||
load_zcml: | ||
package_includes: ['ploneorg'] | ||
|
||
initial_user_password: 'adminadmin' | ||
zcml_package_includes: ploneorg, collective.revisionmanager | ||
dos_protection_available: true | ||
|
||
db_storage: direct | ||
|
||
db_filestorage_location: ../data/filestorage/Data.fs | ||
db_blobs_location: ../data/blobs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# These packages are installed after creating the virtualenv and are needed to further configure and | ||
# install the main backend application. Keep these versions pinned and add possible subdependencies | ||
pip==23.3.2 | ||
# We cannoot use the generated constraints-mxdev.txt because it doesn't exist when bootstrapping | ||
pip==24.0 | ||
wheel==0.42.0 | ||
cookiecutter==2.5.0 | ||
mxdev==3.1.0 | ||
cookiecutter==2.6.0 | ||
prettyconf==2.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
-c constraints.txt | ||
-e src/ploneorg | ||
|
||
relstorage==4.0.0 | ||
psycopg2==2.9.9 | ||
collective.revisionmanager==1.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
|
||
relstorage==4.0.0 | ||
psycopg2==2.9.9 | ||
collective.revisionmanager==1.2.2 | ||
zope.testrunner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.9 | ||
6.0.10.1 |