evergreen:tags/rel_3_8_0

Last commit made on 2021-11-18
Get this branch:
git clone -b tags/rel_3_8_0 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_8_0
Repository:
lp:evergreen

Recent commits

32df6cb... by Jason Boyer <email address hidden>

Forward Port 3.6.3 Upgrade Script

1432d3d... by Galen Charlton <email address hidden>

Bumping version numbers and adding Changelog

Signed-off-by: Galen Charlton <email address hidden>

ee1c785... by Galen Charlton <email address hidden>

bump up Perl version for 3.8.0

Signed-off-by: Galen Charlton <email address hidden>

0b97be6... by Galen Charlton <email address hidden>

Translation updates - po files - 3.8.0

Signed-off-by: Galen Charlton <email address hidden>

ec159b5... by Galen Charlton <email address hidden>

final update to release notes for 3.8.0

Signed-off-by: Galen Charlton <email address hidden>

1700cfe... by Galen Charlton <email address hidden>

update upgrade script for 3.7.1-3.8.0

Signed-off-by: Galen Charlton <email address hidden>

badbf9f... by Jeff Davis

LP#1830089: close transaction and update copy status on payment or adjust to zero

When you make a payment that sets the balance owed to zero, Evergreen
closes the transaction and sets the item status to Lost & Paid (if
appropriate). Adjust to Zero should do the same thing, but hitherto it
would not update the item status. This commit refactors some code to
ensure that Evergreen gives the same result whether you make a payment
or adjust to zero.

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Terran McCanna <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

500bbd6... by Galen Charlton <email address hidden>

update Czech translations for Angular staff client

Signed-off-by: Galen Charlton <email address hidden>

5009e59... by Jason Stephenson

LP1948594: Fix pgtap live test

Fix the lp1145213_test_func_asset.merge_record_assets.pg pgtap live
test by removing the COMMIT and adding a ROLLBACK at the end. This
permits the test to run multiple times without requiring a database
reload.

To verify the bug:

1. Install the pgtap package appropriate for your PostgreSQL database
version.

2. Load a fresh database with eg_db_config using the --load-all-sample
option.

3. Create the pgtap extension in the evergreen database.

4. Run the Open-ILS/src/sql/Pg/live_t/ tests with pg_prove.

5. Repeat step 4, and if this patch has not been applied, then the
lp1145213_test_func_asset.merge_record_assets.pg tests will fail on
the second run.

To test the fix, repeat steps 2 - 5, above, after pulling this commit.
Step 5 should succeed.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Galen Charlton <email address hidden>

8520d17... by Galen Charlton <email address hidden>

LP#1947173: stamp schema update

Signed-off-by: Galen Charlton <email address hidden>