-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
d.redraw: Rewritten in C #3484
d.redraw: Rewritten in C #3484
Commits on Mar 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1cb89e - Browse repository at this point
Copy the full SHA c1cb89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e89ced - Browse repository at this point
Copy the full SHA 0e89cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2c2d8 - Browse repository at this point
Copy the full SHA 1a2c2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d59f3a - Browse repository at this point
Copy the full SHA 0d59f3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db5cc97 - Browse repository at this point
Copy the full SHA db5cc97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ecfc6 - Browse repository at this point
Copy the full SHA d1ecfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44673e6 - Browse repository at this point
Copy the full SHA 44673e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7ef2a - Browse repository at this point
Copy the full SHA 5a7ef2aView commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed8aeda - Browse repository at this point
Copy the full SHA ed8aedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5527fe7 - Browse repository at this point
Copy the full SHA 5527fe7View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fe50b8 - Browse repository at this point
Copy the full SHA 7fe50b8View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e21f34 - Browse repository at this point
Copy the full SHA 9e21f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57627d7 - Browse repository at this point
Copy the full SHA 57627d7View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87924f0 - Browse repository at this point
Copy the full SHA 87924f0View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7b78d0 - Browse repository at this point
Copy the full SHA e7b78d0View commit details
Commits on May 21, 2024
-
version: Replace references to 8.2 (OSGeo#2969)
* version: Replace references to 8.2 - Links to latest (current) stable in notebooks use the grass-stable URL. - singularity: Use tag instead of branch. Use an old tag for the example. Missing or need to be resolved elsewhere: general/g.version/g.version.html rpm/grass.spec doc/howto_release.md doc/development/submitting/general.md lib/init/grass.html * Update to 8.4.0 and new format for date for grass.html * Update to 8.4.0 and 2024 for g.version * Checkout "{tag or branch}" not 8.2.0 in an example.
Configuration menu - View commit details
-
Copy full SHA for 65c890f - Browse repository at this point
Copy the full SHA 65c890fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f75119 - Browse repository at this point
Copy the full SHA 3f75119View commit details -
CI(deps): Update github/codeql-action action to v3.25.3 (OSGeo#3671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5dc55ba - Browse repository at this point
Copy the full SHA 5dc55baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7bc61 - Browse repository at this point
Copy the full SHA 2f7bc61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3299601 - Browse repository at this point
Copy the full SHA 3299601View commit details -
r.in.wms: fix get region extent for WMS query, if location is 'XY loc…
…ation (unprojected)' (OSGeo#853)
Configuration menu - View commit details
-
Copy full SHA for 21ef8d0 - Browse repository at this point
Copy the full SHA 21ef8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15785e - Browse repository at this point
Copy the full SHA a15785eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2638867 - Browse repository at this point
Copy the full SHA 2638867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73b03de - Browse repository at this point
Copy the full SHA 73b03deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a0f3a - Browse repository at this point
Copy the full SHA b2a0f3aView commit details -
Checks: Fix Flake8 E501 (OSGeo#3541)
Fixes E501 (line too long). Docstrings (descriptions and parameters): fixed by using the existing format (authors' docstrings - length, parameters aligned or x indentations, etc), most of which are shorter than 88 characters. If results in rst code-blocks and doctest exceed the limit, use noqa: E501. Regex, Jinja2 HTML template strings strings: noqa: E501 More noqa: E501: Strings and comments were intended to be formatted in a specific way: For example, comments were used as measuring tape for string lengths. Print statements with strings which have ASCII tables etc. Using blackdoc for most of the code in comments. Flake8 can ignore a line or a file, but not a function.
Configuration menu - View commit details
-
Copy full SHA for 7fc980d - Browse repository at this point
Copy the full SHA 7fc980dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0efcbad - Browse repository at this point
Copy the full SHA 0efcbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5846f6 - Browse repository at this point
Copy the full SHA f5846f6View commit details -
wxGUI/dbmgr: fix enclosing column name with SQL standard double quotes (
OSGeo#3634) Enable to use (show/add/delete/rename/query) column name which is reserved DB backend keyword.
Configuration menu - View commit details
-
Copy full SHA for 7789cf3 - Browse repository at this point
Copy the full SHA 7789cf3View commit details -
g.message: Do not require full gisinit (OSGeo#3686)
The g.message does not need any of the session setup and it can be used during a setup process to report standardized messages to the user. This removes the need to have a full session before running g.message. GISRC is still needed, but the data (file) structures for mapset don't need to exist. The code is combination of what is in g.proj (the 'no init' call and comment) and g.dirseps (memory mode for GISRC). It is also syncing the corresponding lines in g.proj.
Configuration menu - View commit details
-
Copy full SHA for 2a099d9 - Browse repository at this point
Copy the full SHA 2a099d9View commit details -
CI(deps): Update docker/dockerfile:1.7 Docker digest to a57df69 (OSGe…
…o#3668) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80f9d4f - Browse repository at this point
Copy the full SHA 80f9d4fView commit details -
grass.script: Always use full env in create_project (OSGeo#3685)
For reporting errors the g.message tool is called, so the environment setup is always needed (except when doing XY without errors).
Configuration menu - View commit details
-
Copy full SHA for f345b1e - Browse repository at this point
Copy the full SHA f345b1eView commit details -
grass.script: Get GISBASE automatically in get_commands (OSGeo#3683)
* grass.script: Get GISBASE automatically in get_commands The _grass.script.get_commands_ function requires GISBASE (more specifically, path to binary executables and scripts). The need for GISBASE prevents its use before a session (more specifically the runtime part of it) is created. This changes the function to get the GISBASE automatically when not set. It also adds the standard env parameter other functions have (which is useful mainly for tests). * Add mock for tests
Configuration menu - View commit details
-
Copy full SHA for cb2efad - Browse repository at this point
Copy the full SHA cb2efadView commit details -
CI: Update msys2/setup-msys2 action to v2.23.0 (OSGeo#3690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ce8a07 - Browse repository at this point
Copy the full SHA 0ce8a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba00e43 - Browse repository at this point
Copy the full SHA ba00e43View commit details -
CI(deps): Update github/codeql-action action to v3.25.4 (OSGeo#3692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e635c59 - Browse repository at this point
Copy the full SHA e635c59View commit details -
CI(deps): Update softprops/action-gh-release action to v2.0.5 (OSGeo#…
…3691) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 61bf2ae - Browse repository at this point
Copy the full SHA 61bf2aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e9be6 - Browse repository at this point
Copy the full SHA 95e9be6View commit details