Skip to content

Releases: lpoaura/GN2PG

1.6.9

08 Oct 08:55
8b1541d
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.6.7...1.6.9

1.6.7

07 Oct 14:30
0cd63cb
Compare
Choose a tag to compare

What's Changed

Fixes

  • Populate additional_data (if column exists) on gn_meta.t_datasets, gn_meta.t_acquisition_frameworks and gn_synthese.t_sources, fix #87 by @lpofredc in #88
  • Replace module pkg_resouces by native importlib, fix #87 by @lpofredc in #88
  • Add default values for missing many to many relations on acquisition frameworks, fix #92 by @lpofredc in #93

TODO: For users who use gn2pg to populate a GeoNature db, you should apply new SQL trigger functions.

pip install --upgrade gn2pg-client
gn2pg_cli --custom-script=to_gnsynthese myconfig.toml

Full Changelog: 1.6.6...1.6.7

1.6.6

20 Aug 13:56
a276861
Compare
Choose a tag to compare

What's Changed

  • fix pagination calculation (fix #81) by @lpofredc in #82
  • Fix missing data on metadata within full exports with metadata (fix #79, fix #78)

TODO

For GeoNature databases, you should update triggers scripts by executing this command line:

gn2pg_cli --custom-script to_gnsynthese <myconfigfile>

Full Changelog: 1.6.5...1.6.6

1.6.5

11 Jun 13:38
1b8ceb3
Compare
Choose a tag to compare

Fixes

  • Fix trigger to populate additional data (fix #73).

Version note

If you are using triggers to automatically populate GeoNature database, you should apply new SQL scripts:

pip install --upgrade gn2pg-client
gn2pg_cli --custom-script to_gnsynthese <myconfigfile>
psql -d <database name> -c 'UPDATE gn2pg_import.data_json SET item=item;'

Full Changelog: 1.6.4...1.6.5

1.6.4

24 Apr 14:37
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: 1.6.3...1.6.4

1.6.3

11 Apr 09:32
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: 1.6.2...1.6.3

1.6.2

08 Apr 15:23
Compare
Choose a tag to compare

Full Changelog: v1.6.1...1.6.2

v1.6.1

23 Jan 09:05
Compare
Choose a tag to compare

What's Changed

  • fix readthedocs config
  • update dependencies

Full Changelog: v1.6.0...v1.6.1

v1.6.0

27 Sep 14:36
f14cd0d
Compare
Choose a tag to compare

What's Changed

  • fix email conflict error on t_roles by not populating email by @lpofredc in #46
  • fix Erreur en fin d'update sur 'total_filtered' #49

❗ Caution

If GeoNature sources are on latest versions (v2.13.x), ensure that Utils-Flask-SQLAlchemy is version 0.3.6+ as mentionned in #48.

📝 Update

pip install --upgrade gn2pg-client

If client database is a GeoNature DB, apply last SQL Scripts

gn2pg_cli --custom-script to_gnsynthese <myconfigfile>

Full Changelog: v1.5.1...v1.6.0

v1.5.1

29 May 15:15
5b545c9
Compare
Choose a tag to compare

What's Changed

  • Refactor/tognsynthese optimisation by @ophdlv in #44
  • Docs: update Changelogs

With the financial support of Office français de la biodiversité.

Full Changelog: v1.5.0...v1.5.1