forked from ckan/ckanext-report
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update test container to support CKAN 2.11 - update to Selenium 4 - drop Python 2 support - add Docker Compose 2 support - replace Nosetests with pytest - sync test config with other repos
- Loading branch information
Showing
26 changed files
with
278 additions
and
268 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
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ beaker.session.key = ckan | |
# This is the secret token that the beaker library uses to hash the cookie sent | ||
# to the client. `paster make-config` generates a unique value for this each | ||
# time it generates a config file. | ||
SECRET_KEY = bSmgPpaxg2M+ZRes3u1TXwIcE | ||
beaker.session.secret = bSmgPpaxg2M+ZRes3u1TXwIcE | ||
|
||
# `paster make-config` generates a unique value for this each time it generates | ||
|
@@ -67,7 +68,7 @@ ckan.plugins = report tagless_report | |
smtp.test_server = localhost:8025 | ||
smtp.mail_from = [email protected] | ||
|
||
# Logging configuration | ||
## Logging configuration | ||
[loggers] | ||
keys = root, ckan, ckanext | ||
|
||
|
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
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
Oops, something went wrong.