-
Notifications
You must be signed in to change notification settings - Fork 2
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
auth methods + QCA #67
Open
3nids
wants to merge
1,381
commits into
m-kuhn:vcpkg_bindings
Choose a base branch
from
3nids:vcpkg_bindings
base: vcpkg_bindings
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Ignore custom developer configuration/settings files
…tialization-in-tests [tests][auth] Fix unreported issue with auth tests skipped, fix storage of ssl protocol
Also add new optional output a table containing calculated statistics similar to the Statistics by categories algorithm (fix qgis#46241)
Skip the parallel renderer check when the force vector flag is set, as that flag is incompatible with parallel rendering and we end up running a duplicate raster check anyway. Also avoids some console warnings when running the test.
According to the Qt docs this is faster, and also gives us the stability of compile-time assurances that T is correctly registered as a metatype (and doesn't have typos!)
Prevent expandAuthConfig in createSqlVectorLayer
Remove an outdated constraint preventing processing tools from operating on GRASS provider vector layers. These native QGIS algorithms "just work" with GRASS provider vectors, so there's no reason to explicitly block them anymore...
export the layer to an OGR compatible source first Use the same logic we use eg for auto-exporting memory layers so that GDAL tools "just work" with GRASS provider vector layers
Don't try to translate boolean object
Allow running processing tools on grass vector layers
compatibilty with provider's supported formats, rename the existing FID column if we can't write the FID values into the GPKG Eg when the source layer has string/duplicate fids, we warn the user and then automatically move the existing fids to a "OLD_FID" field
This QgsGdalCloudProviderConnection subclass represents a connection to a cloud storage provider (eg S3) via GDAL's VSI handlers
Provide a method so that external classes can use this same logic to create their own layer items containing sublayers for file-like paths.
Adds a browser data item provider which shows connections to cloud storage providers handled by GDAL's VSI handlers. Allows loading vector and raster layers from VSI cloud storage connections via the browser.
For configuring connections to GDAL supported cloud storage containers
fixes some cases where the sprite was not defined (mainly when data defined) + support step definition
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.
I had the first commit in my history, do you want only the second one?