-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
[JavaScript] reduce mainLizmap dependencies #3857
[JavaScript] reduce mainLizmap dependencies #3857
Conversation
77c8ba2
to
89ff386
Compare
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
b395ae3
to
8119c9c
Compare
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
8119c9c
to
87670d1
Compare
The Lizmap project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 2 months and is being automatically marked as "stale". |
9935dd8
to
78da25a
Compare
88e4208
to
8cd9b27
Compare
8cd9b27
to
8dc5a03
Compare
The backport to
stderr
stdout
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-release_3_9 release_3_9
# Navigate to the new working tree
cd .worktrees/backport-release_3_9
# Create a new branch
git switch --create backport-3857-to-release_3_9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 5c39ba0096f157e60d6d5a6ebb0953f13dd98f4f,5a0cd6178efe95400711ff83d4e31e30a14b36e9,f12a95710051277d712d140fa367a3ff9840bd7e,56c0046f9f9ed276a2c44ca60b5334095bf00e92,8dc5a03f1ce3b26edb62ab8f778b78e9a48af341
# Push it to GitHub
git push --set-upstream origin backport-3857-to-release_3_9
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3_9 Then, create a pull request where the |
Remove dependencies of Globals mainLizmap singleton