Skip to content
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
wants to merge 107 commits into from
Closed

Backport 985 to v.3.8.x #988

wants to merge 107 commits into from

Conversation

wlorenzetti
Copy link
Member

No description provided.

Raruto and others added 30 commits June 18, 2024 12:21
## 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]>
  add missing cursor svg images
* 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]>
* 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]>
volterra79 and others added 25 commits October 23, 2024 14:14
 g3w-client context-menu branch
* 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]>
  context-menu
* 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]>
* 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]>
  Fix edit  deep relations commit
…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]>
* 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]>
  Fix create filter token
Co-authored-by: wlorenzetti <[email protected]>
(cherry picked from commit 4b25f9e)
@wlorenzetti wlorenzetti added the bug Something isn't working label Dec 9, 2024
@wlorenzetti wlorenzetti added this to the v3.8.4 milestone Dec 9, 2024
@wlorenzetti wlorenzetti self-assigned this Dec 9, 2024
@wlorenzetti wlorenzetti closed this Dec 9, 2024
@wlorenzetti wlorenzetti deleted the backport-985-to-v.3.8.x branch December 9, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants