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

Develop Prepares next minor release. #2579

Merged
merged 182 commits into from Oct 27, 2023
Merged

Develop Prepares next minor release. #2579

merged 182 commits into from Oct 27, 2023

Conversation

cvvergara
Copy link
Member

Prepares next minor release.

@pgRouting/admins

cvvergara and others added 30 commits February 3, 2023 15:36
* Add PGPORT back
* Don't rely on folder being part of a git repository
* Test whenever source changes
* Fix test. Missing space before AS
* Missed a file for AS fix
* Add PGPORT back
* Don't rely on folder being part of a git repository
* Test whenever source changes
* Fix test. Missing space before AS
* Missed a file for AS fix
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
Currently translated at 87.2% (4535 of 5199 strings)

Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/
Translation: pgRouting/pgRouting
* [locale] fix error on locale files
* [locale] fix error on pot file
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
Currently translated at 87.2% (4537 of 5199 strings)

Translated using Weblate (Spanish)

Currently translated at 87.2% (4537 of 5199 strings)

Translated using Weblate (Spanish)

Currently translated at 87.2% (4535 of 5199 strings)

Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/
Translation: pgRouting/pgRouting
* Automatic page history links (#2489)

* [doc] Creating function to display page history
* [doc] Updating the build to use the new function
* [doc] removing manually mantained page history
* [locale] updating pot & en/po files
* [CI] main is not the latest
* [doc] As per 3.5.0: 3.0 is on the supported side

* Update locale: commit 3b08845

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [C]:hammer: using one header file for the postgres data getters
  * Also simplifying the get_edges_* functions
* [C]:hammer: using the header and adjusting internal code
* [C]:wrench: using the pgdata_getter header
* [types]:hammer: cleaning types for maxCardinalityMatch
* :bug: adding missing line of code
* :bug: removing duplicate include
* 🚚 moving arrays_input for cpp compilation
* 🔨 arrays_input is compiled as cpp and linked as C
* 🔧 adjusting code to the one function for getting integer arrays from postgres
* 📚 🐛 fixing doxygen documentation
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
* [C++] adding missing namespace pgrouting
* [doc] included strings to files & space adjustment on version result
* [allpairs] Adding: use namespace directive
* [alpha_shape] Adding: use namespace directive
* [astar] Adding: use namespace directive
* [bdAstar] Adding: use namespace directive
* [bdDijkstra] Adding: use namespace directive
* [bellman_ford] Adding: use namespace directive
* [breadthFirstSearch] Adding: use namespace directive
* [chinese] Adding: use namespace directive
* [circuits] Adding: use namespace directive
* [coloring] Adding: use namespace directive
* [components] Adding: use namespace directive
* [contraction] Adding: use namespace directive
* [cpp_common] Adding: use namespace directive
* [dagShortestPath] Adding: use namespace directive
* [dijkstra] Adding: use namespace directive
* [dominator] Adding: use namespace directive
* [driving_distance] Adding: use namespace directive
* [ksp] Adding: use namespace directive
* [lineGraph] Adding: use namespace directive
* [max_flow] Adding: use namespace directive
* [mincut] Adding: use namespace directive
* [ordering] Adding: use namespace directive
* [pickDeliver] Adding: use namespace directive
* [planar] Adding: use namespace directive
* [spanningTree] Adding: use namespace directive
* [topologicalSort] Adding: use namespace directive
* [transitiveClosure] Adding: use namespace directive
* [traversal] Adding: use namespace directive
* [trsp] Adding: use namespace directive
* [tsp] Adding: use namespace directive
* [withPoints] Adding: use namespace directive
* [clang] fix clang warnings
* Update locale: commit 370afe5
* [locale] cleaning comments

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
* [C++] template to get sql query data
* [C++] fetch part from the *_input files
* [C++/C] get_ part from the *_input files
* [lint]:broom: removing previousely splitted files (into getters & fetchers)
* [C->C++] get_check_data is used & compiled by c++
* [C++] Adjusted to C++ and reorganized dev-doc
* [C] new function to generate error on postgres
* [C++/C] postgres_connection can be included on C++ files
* [dev-doc] adjusted comment on how to use pgr_get_edges
* [build] adjusting the build to new files
* [C->C++] information about columns processed on c++
* [C->C++] adjusting info_t to changes
* [allpairs] Adjusting code to changes
* [alpha_shape] Adjusting code to changes
* [astar] Adjusting code to changes
* [bdAstar] Adjusting code to changes
* [bdDijkstra] Adjusting code to changes
* [bellman_ford] Adjusting code to changes
* [breadthFirstSearch] Adjusting code to changes
* [chinese] Adjusting code to changes
* [circuits] Adjusting code to changes
* [coloring] Adjusting code to changes
* [components] Adjusting code to changes
* [contraction] Adjusting code to changes
* [dagShortestPath] Adjusting code to changes
* [dijkstra] Adjusting code to changes
* [dominator] Adjusting code to changes
* [driving_distance] Adjusting code to changes
* [ksp] Adjusting code to changes
* [lineGraph] Adjusting code to changes
* [max_flow] Adjusting code to changes
* [mincut] Adjusting code to changes
* [ordering] Adjusting code to changes
* [pickDeliver] Adjusting code to changes
* [planar] Adjusting code to changes
* [spanningTree] Adjusting code to changes
* [topologicalSort] Adjusting code to changes
* [transitiveClosure] Adjusting code to changes
* [traversal] Adjusting code to changes
* [trsp] Adjusting code to changes
* [tsp] Adjusting code to changes
* [withPoints] Adjusting code to changes
* [lint]:broom: removing unused files
* [info_t] refining
* [pgdata_getters] using namespace directives
* [get_data] documenting & refining
* [pgdata_fetchers] refining
* [get_check_data] using namespace directives
* [CI] removing windows CI
Currently translated at 86.7% (4323 of 4985 strings)

Translated using Weblate (Spanish)

Currently translated at 86.7% (4323 of 4985 strings)

Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/
Translation: pgRouting/pgRouting
* Fix winnie build and test.  References #2513

* Exclude checking winnie's build script from shell checking

* Didn't exclude right test
* [dijkstra] Removing duplicated code
* [dijkstra] Simplifying if-then-else on dijkstra driver
* [dijkstra] Removing unused code and unnecesary comments
* [NEWS] updating news
github-actions bot and others added 18 commits October 19, 2023 18:19
Added translation using Weblate (German)

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
Added translation using Weblate (German)

Co-authored-by: Regina Obe <regina@arrival3d.com>
Currently translated at 89.5% (4622 of 5163 strings)

Translated using Weblate (Spanish)

Currently translated at 89.5% (4631 of 5172 strings)

Translated using Weblate (Spanish)

Currently translated at 87.4% (4549 of 5203 strings)

Translated using Weblate (Spanish)

Currently translated at 84.9% (4420 of 5203 strings)

Translated using Weblate (Spanish)

Currently translated at 85.8% (4471 of 5206 strings)

Translated using Weblate (Spanish)

Currently translated at 83.1% (4320 of 5195 strings)

Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/
Translation: pgRouting/pgRouting
Currently translated at 100.0% (102 of 102 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 1.9% (100 of 5195 strings)

Co-authored-by: Wangdapeng <wangdapeng20191008@gmail.com>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/index/zh_Hans/
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Translation: pgRouting/index
Translation: pgRouting/pgRouting
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/
Translation: pgRouting/pgRouting
Currently translated at 81.4% (4238 of 5203 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 71.2% (3709 of 5203 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 70.4% (3669 of 5206 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 60.6% (3158 of 5206 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 55.6% (2896 of 5206 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 26.4% (1375 of 5206 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (102 of 102 strings)

Translated using Weblate (Chinese (Simplified))

Currently translated at 20.6% (1074 of 5206 strings)

Co-authored-by: Zuochenwei <zuochenwei5@gmail.com>
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/index/zh_Hans/
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Translation: pgRouting/index
Translation: pgRouting/pgRouting
Currently translated at 82.3% (4407 of 5354 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Currently translated at 82.3% (4407 of 5354 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Currently translated at 89.5% (4623 of 5163 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/
Currently translated at 84.4% (4520 of 5354 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Currently translated at 84.4% (4520 of 5354 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
Currently translated at 100.0% (102 of 102 strings)

Translation: pgRouting/index
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/index/zh_Hans/
Currently translated at 100.0% (5354 of 5354 strings)

Translation: pgRouting/pgRouting
Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/zh_Hans/
@cvvergara cvvergara merged commit 4c32f38 into main Oct 27, 2023
18 of 19 checks passed
Copy link
Contributor

@omshinde omshinde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NEWS and Release Notes - check
Thanks for the efforts.

@cvvergara cvvergara changed the title Develop Develop Prepares next minor release. Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants