forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CKAN deployment to CKAN 2.10 #149
Merged
Merged
Conversation
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
- Improve start_ckan setup scripts (DEV/PRO) to debian-based images. - Improve ennvars files. - Improve Solr schema to add language.
- Update ckanext-xloader to fixed version. - Update ckanext-geoview to latest. - Update ckanext-schemingdcat to latest alpha
… ownership of storage directory
…URL in CKAN configuration
…for Github Codespaces
- Improve proxy_server hosts - Include HTTP/HTTPS protocol in config. - Update CKAN_VERSION - Improve licenses.json from ckanext-schemingdcat. - Add datastore_sql_search option. - Remove unnecesary CKANEXT__XLOADER__API_TOKEN var.
mjanez
added
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
ckanext-schemingdcat
labels
Sep 18, 2024
…RVER_URL in .env.codespaces
- Add activity plugin - Add icons and improve ckan_site/description info.
- org/group templates using c.group_dict instead of newer group_dict. mjanez/ckanext-pages#2
…nto ckan-2.10.5
- Using CKAN_SYSADMIN_NAME envvar
- The --plugins options were removed from the uWSGI configuration because the plugins are already included when uWSGI is installed via pip. Specifying the plugins explicitly is unnecessary and can lead to errors if the plugins are not found in the expected locations. By removing the --plugins options, we rely on uWSGI's dynamic plugin loading mechanism, which ensures that the required plugins (e.g., python, http) are loaded correctly without the need for manual specification. - Add performance options.
…round execution and improve SMTP options - Prevent duplicate entries in crontab for harvester background processes.
…N ghcr image to 2.10.5
- 2 processes - 32768 buffer-size
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
ckanext-schemingdcat
documentation
Improvements or additions to documentation
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the CKAN deployment to version 2.10 and includes several improvements and fixes across various components of the deployment. Below are the key changes:
CKAN Version Update:
Start CKAN Setup Scripts:
start_ckan
setup scripts (DEV/PRO) to use Debian-based images.Solr Schema:
Documentation:
ckanext-schemingdcat
harvesters.Plugin Updates:
ckanext-xloader
to a fixed version.ckanext-geoview
to the latest version.ckanext-schemingdcat
to the latest alpha version.Refactoring:
prerun.py.override
to improve database connection checks and ownership of the storage directory.start_ckan_development.sh.override
to update licenses group URL in CKAN configuration.Environment Variables:
ennvars
:CKAN_VERSION
.licenses.json
fromckanext-schemingdcat
.datastore_sql_search
option.CKANEXT__XLOADER__API_TOKEN
variable.Related Issues