-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Backport 985 to v.3.8.x #988
Closed
Closed
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
## Before ``` # Wait for postgis wait-for-it -h ${G3WSUITE_POSTGRES_HOST:-postgis} -p ${G3WSUITE_POSTGRES_PORT:-5432} -t 60 ``` ## After ``` # Wait for postgis until pg_isready -h ${G3WSUITE_POSTGRES_HOST:-postgis} -p ${G3WSUITE_POSTGRES_PORT:-5432}; do echo "wait 30s until is ready" sleep 30; done ```
* Try to invalidate the project cache * Refresh qgis project after commit layers. * Fix test * Fix test * Fix test * Remove version declaration * Update qgis deploy * Fix tests * Test * Fix test * Fix test * Fix tests * Fix test * Fix test * Test * Test * test by qgis version * Fix test with docker script * Typo --------- Co-authored-by: wlorenzetti <[email protected]>
Co-authored-by: wlorenzetti <[email protected]>
* Fix prefix management * Typo --------- Co-authored-by: wlorenzetti <[email protected]>
* feat - use environment variable for superuser admin and password * Update ci_scripts/setup_suite.sh Co-authored-by: Raruto <[email protected]> * Update ci_scripts/setup_suite.sh Co-authored-by: Raruto <[email protected]> --------- Co-authored-by: Raruto <[email protected]>
Co-authored-by: wlorenzetti <[email protected]>
* closes: #434 * missing copytree for `DATASOURCE_PATH`
* Fix regex expression. * Update test. * Optional blank spaces --------- Co-authored-by: wlorenzetti <[email protected]>
* feat - use environment variable for superuser admin and password * Update ci_scripts/setup_suite.sh Co-authored-by: Raruto <[email protected]> * Update ci_scripts/setup_suite.sh Co-authored-by: Raruto <[email protected]> * task: update french translation --------- Co-authored-by: Raruto <[email protected]>
* Add add_user_group_field and edit_user_group_field. * Add fields to the form * Typo field type. * Add user group fields management in the form. * Add logging fields management on editing. * Extend cleaning form logging field. * Update detail project page * Fix getting form data * Update tests. --------- Co-authored-by: wlorenzetti <[email protected]>
Co-authored-by: wlorenzetti <[email protected]>
* Add geometry column to csv export vector layer. * Fix test --------- Co-authored-by: wlorenzetti <[email protected]>
* Add 'autofilter' parameter management for /vector/api/data * Add logging error. * ⬆️ Client g3w-suite/g3w-client#676 * Parameter comparison using str * Add tests for autofilter * ⬆️ Client g3w-suite/g3w-client#676 * ⬆️ Client g3w-suite/g3w-client@3b27599 * ⬆️ Client g3w-suite/g3w-client@8ce29b6 --------- Co-authored-by: wlorenzetti <[email protected]> Co-authored-by: volterra79 <[email protected]>
Co-authored-by: wlorenzetti <[email protected]>
* Create base copy permissions form * Create base view and template for copy permission action. * Add url for copy permission. * Create button and template * Add choices to fields * Add required to fields form * Add view * Users groups management * Add viewers users groups to the form * Add users groups management * Start testing * Add test for copy permissions * Change icon --------- Co-authored-by: wlorenzetti <[email protected]>
requires backport
…ith pagination (#973) * Add 'autofilter' parameter management for /vector/api/data * Add logging error. * ⬆️ Client g3w-suite/g3w-client#676 * Parameter comparison using str * Add tests for autofilter * ⬆️ Client g3w-suite/g3w-client#676 * ⬆️ Client g3w-suite/g3w-client@3b27599 * ⬆️ Client g3w-suite/g3w-client@8ce29b6 * Add a list of total feature id when autofilter parameter is set * Add total_feature_ids property and management * Add 'paginate' property management in search widget * Reset limit in QgsFeatureRequest * ⬆️ Client g3w-suite/g3w-client#681 * ⬆️ Client g3w-suite/g3w-client#681 * ⬆️ Client g3w-suite/g3w-client#681 * ⬆️ Client g3w-suite/g3w-client@9a2cf74 * ⬆️ Client g3w-suite/g3w-client@9e6ebde * ⬆️ Client g3w-suite/g3w-client@a3319ad * ⬆️ Client g3w-suite/g3w-client@3229619 * Fix reset SessioTokenFilter on /api/iniconfig request when QDJANGO_PRJ_CACHE = True * ⬆️ Client g3w-suite/g3w-client@b314d09 * ⬆️ Client g3w-suite/g3w-client@ff03caa * Fix for requests internal (without user) * ⬆️ Client g3w-suite/g3w-client@e6278f2 * ⬆️ Client g3w-suite/g3w-client@1641752 * ⬆️ Client Fix hightlight features * ⬆️ Client g3w-suite/g3w-client@9ad13cd g3w-suite/g3w-client-plugin-editing#139 --------- Co-authored-by: wlorenzetti <[email protected]> Co-authored-by: volterra79 <[email protected]>
Co-authored-by: wlorenzetti <[email protected]>
* Filter fields by user * Move filter fields by user to general api. Add test. --------- Co-authored-by: wlorenzetti <[email protected]>
* Update dockerfiles for CI to Ubuntu Noble. * Typo * Add `--break-system-packages` to pip3 command for PEP 668. * Fix SyntaxWarning. * Fix test. * Fix test * Temporary remove tests for openroute service * Update requirements versions in openrouteservice module * Restore openrouteservice tests * Space * Update cassete * Test * Update cassetes * Update cassetes * Update README --------- Co-authored-by: wlorenzetti <[email protected]>
* Change default language to en. * Update fixture * Change language order --------- Co-authored-by: wlorenzetti <[email protected]>
Co-authored-by: wlorenzetti <[email protected]> (cherry picked from commit 4b25f9e)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.