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

Fixes #273/#276 #277

Merged
merged 4 commits into from
Oct 23, 2024
Merged

Fixes #273/#276 #277

merged 4 commits into from
Oct 23, 2024

Conversation

mattiagiupponi
Copy link
Contributor

@mattiagiupponi mattiagiupponi commented Oct 22, 2024

@mattiagiupponi mattiagiupponi changed the title Issue 273 Fixes #273/#276 Oct 22, 2024
@mattiagiupponi mattiagiupponi self-assigned this Oct 22, 2024
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  importer
  celery_tasks.py
  orchestrator.py
  importer/handlers/common
  metadata.py
  raster.py 107
  remote.py 87
  vector.py 814
  importer/handlers/shapefile
  handler.py
  importer/handlers/tiles3d
  handler.py
Project Total  

This report was generated by python-coverage-comment-action

@giohappy giohappy merged commit 382c6d0 into master Oct 23, 2024
2 checks passed
Copy link

The backport to 1.1.x failed:

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

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-1.1.x 1.1.x
# Navigate to the new working tree
cd .worktrees/backport-1.1.x
# Create a new branch
git switch --create backport-277-to-1.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 382c6d0275e10e125f555e815d06cd8c72f7f745
# Push it to GitHub
git push --set-upstream origin backport-277-to-1.1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.1.x

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

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.

store spatial file is always false during cloning connect resource to execution request
2 participants