lp:evergreen/3.5

Created by Dan Wells and last modified
Get this branch:
bzr branch lp:evergreen/3.5

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Evergreen Bug Wranglers
Project:
Evergreen
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at git://git.evergreen-ils.org/Evergreen.git,branch=rel_3_5.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log

Recent revisions

24170. By Josh Stompro <email address hidden>

LP#1924562 - pingest.pl help typo for --max-duration

In the help command example the argument --duration is used but
--max-duration is the correct command.

Signed-off-by: Josh Stompro <email address hidden>
Signed-off-by: Jason Boyer <email address hidden>

24169. By Jason Stephenson

Lp 1899974: Export PERL5LIB in oils_ctl.sh

A change in Perl release 5.26.0 necessitates that the SIP_DIR variable
(default value "/opt/SIPServer") be exported to the environment in
oils_ctl.sh when attempting to start SIPServer. This change affects
Ubuntu 18.04 (Bionic Beaver) and Debian 10 (Buster) and any future
releases.

To verify the bug:

1. Install OpenSRF, Evergreen, and SIPServer on an affected O/S.
2. Start OpenSRF service.
3. Start SIPServer via oils_ctl.sh:
   oils_ctl.sh -a start_sip
4. Notice the "Starting OILS SIP Server" message is printed with no
   indication of failure.
5. Verify that the PID file exists: /openils/var/run/oils_sip.pid
6. Verify that no SIPServer processes are actually running:
   pgrep -af SIPServer
   The above should produce no output.

To test this patch:

1. Apply this patch and install oils_ctl.sh to /openils/bin/.
2. Assuming you have run the previous steps, delete the PID file:
   rm /openils/var/run/oils_sip.pid
3. Start SIPServer via oils_ctl.sh:
   oils_ctl.sh -a start_sip
4. Notice the "Starting OILS SIP Server" message is printed.
5. Verify that the PID file exists: /openils/var/run/oils_sip.pid
6. `pgrep -af SIPServer` should produce output.

It is safe to apply this patch on an unaffected O/S. Explicitly
adding SIP_DIR to PERL5LIB will have no detrimental effect on any O/S
currently supported by Evergreen.

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

24168. By Adam Bowling

LP1937875: Remove GitHub reference from package.js

Removes the call to GitHub (required under legacy circumstances),
since it can cause some machines lacking SSH keys for GitHub to
fail when "npm install" is run for the AngularJS web client.

Signed-off-by: Adam Bowling <email address hidden>
Signed-off-by: Jason Boyer <email address hidden>

24167. By Jason Stephenson

LP1923076: Add Perl live test

Add lp1923076-test-perl-scalar-return.t to the Perl live tests to test
a couple of back end calls affected by the changes in this branch.
These backend calls are those that are easily testable with Concerto
data.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

24166. By Jason Stephenson

LP1923976: Remove some dead code

Remove a block of commented code that was turned up while working on
this issue. This is in its own commit to make it easier to revert, if
necessary.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

24165. By Jason Stephenson

LP1923076: Add cast to int in more places

Add cast to int of scalar used on arrays in more places where it seems
necessary.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

24164. By Jeff Davis

LP#1923076: ensure length of empty array is treated as a number when retrieving hold counts

Thanks to Jason Stephenson for suggesting this solution.

Signed-off-by: Jeff Davis <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Mike Rylander <email address hidden>

24163. By Jason Boyer <email address hidden>

LP1923225 Followup: Record Subjects, Contents, and Summary

These 3 parts of the TPAC still had highlighted display fields being
run through the html filter, double-escaping them.

Signed-off-by: Jason Boyer <email address hidden>

24162. By Jason Stephenson

Forward port 3.5.4 to 3.5.5 db upgrade script

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

24161. By Jason Stephenson

Forward port 3.5.3 to 3.5.4 db upgrade script

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

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.