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

Feature count refresh #887

Merged
merged 20 commits into from
Jul 3, 2024
Merged

Feature count refresh #887

merged 20 commits into from
Jul 3, 2024

Conversation

wlorenzetti
Copy link
Member

Closes: #886

@wlorenzetti wlorenzetti added this to the v3.8.1 milestone Jun 26, 2024
@wlorenzetti wlorenzetti self-assigned this Jun 26, 2024
@wlorenzetti wlorenzetti marked this pull request as ready for review July 3, 2024 07:47
@wlorenzetti wlorenzetti merged commit b7ffb5d into dev Jul 3, 2024
4 checks passed
@wlorenzetti wlorenzetti deleted the feature_count_refresh branch July 3, 2024 07:47
Copy link

github-actions bot commented Jul 3, 2024

The backport to v.3.7.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-v.3.7.x v.3.7.x
# Navigate to the new working tree
cd .worktrees/backport-v.3.7.x
# Create a new branch
git switch --create backport-887-to-v.3.7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b7ffb5dcd7dd839333db52a1a00da8edc71aa6c7
# Push it to GitHub
git push --set-upstream origin backport-887-to-v.3.7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v.3.7.x

Then, create a pull request where the base branch is v.3.7.x and the compare/head branch is backport-887-to-v.3.7.x.

github-actions bot pushed a commit that referenced this pull request Jul 3, 2024
* 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 <lorenzett@gis3w.it>
(cherry picked from commit b7ffb5d)
wlorenzetti added a commit that referenced this pull request Jul 3, 2024
* 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 <lorenzett@gis3w.it>
(cherry picked from commit b7ffb5d)

Co-authored-by: Walter Lorenzetti <lorenzetti@gis3w.it>
wlorenzetti added a commit that referenced this pull request Jul 3, 2024
* 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 <lorenzett@gis3w.it>
(cherry picked from commit b7ffb5d)
wlorenzetti added a commit that referenced this pull request Jul 3, 2024
* 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 <lorenzett@gis3w.it>
(cherry picked from commit b7ffb5d)
wlorenzetti pushed a commit that referenced this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Layer Feature Count is not refreshed
1 participant