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

auth methods + QCA #67

Open
wants to merge 1,381 commits into
base: vcpkg_bindings
Choose a base branch
from
Open

auth methods + QCA #67

wants to merge 1,381 commits into from

Conversation

3nids
Copy link

@3nids 3nids commented Apr 15, 2024

I had the first commit in my history, do you want only the second one?

elpaso and others added 28 commits July 4, 2024 17:58
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.