Changes between Version 41 and Version 42 of Grass8/NewFeatures80


Ignore:
Timestamp:
Feb 17, 2022, 5:54:49 AM (2 years ago)
Author:
neteler
Comment:

fix wording, order

Legend:

Unmodified
Added
Removed
Modified
  • Grass8/NewFeatures80

    v41 v42  
    150150== Source Code Quality ==
    151151
    152 We use !GitHub actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions
     152We use !GitHub Actions for a number of automated source code quality tests: https://github.com/OSGeo/grass/actions
    153153
    154154For this, the source code has been substantially cleaned up:
     
    159159 * Test compilation after each change on different operating systems (Windows, Linux, docker)
    160160
     161=== Unit tests / CI ===
     162
     163 * Unit tests via !GitHub Actions have been activated in all branches: https://github.com/OSGeo/grass/actions This is a way to avoid the introduction of errors by executing automated tests on various platforms and operating systems before the suggested code is merged into GRASS GIS.
     164
    161165== Source Code Portability ==
    162166
     
    165169 * Mac: Unified use of addonbase
    166170 * MS-Windows/OSGeo4W: Support for OSGeo4W/v2
    167 === Unit tests / CI ===
    168 
    169  * !GitHub Actions have been activated in all branches: https://github.com/OSGeo/grass/actions This is a way to avoid the introduction of errors by automated tests on various platforms and operating systems before the suggested code is merged into GRASS GIS.
    170171
    171172=== JSON / REST support ===
     
    173174 * json parser: Fixed gis parser json implementation
    174175 * json parser: change of '+' to '@' for URLs
     176
    175177=== Docker and Singularity support ===
    176178
    177179 * Updates for Alpine, Debian, Ubuntu docker images
    178180 * Singularity support added
     181
    179182== New GRASS GIS 8 Addons ==
    180183