evergreen:rel_3_0

Last commit made on 2018-10-17
Get this branch:
git clone -b rel_3_0 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
rel_3_0
Repository:
lp:evergreen

Recent commits

bc078fe... by Jason Stephenson

Fix Perl live test: 20-hold-targeter.t.

It was expecting 31 copies on hold 263 and there are only 24. This test
was fixed in master but never backported.

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

6abc681... by Jason Stephenson

Forward port 3.0.13 DB upgrade script.

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

f5ca113... by Jason Stephenson

Add Release Notes for 3.0.13.

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

a4dfe5f... by Dan Wells

LP#1796978 Realign working copy refresh with proper condition

The "working copy" grid needs to update whenever the copy data above
updates. I *believe* this aligns the refresh with its intended
condition.

This appears to have come about via bug #1732761, so retesting of
that fix may be in order.

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

e9e5318... by Dan Wells

LP#1796971 Wait for call number and copy before loading locations

In cases where add a copy to a call number, we fetch the original
call number via async, then attach the new copy to it. Before this
commit, however, we were not waiting for the call number fetch
promise to resolve, so the copy wasn't there to use for limiting the
location load.

Since the async request is internal to a loop, one way out is to
capture that promise, then make sure it resolves before loading the
locations.

(We previously returned the copies from the internal function, but that
value wasn't being used anyway, so we don't worry about unwrapping the
$q.all() when it resolves.)

Signed-off-by: Dan Wells <email address hidden>
Signed-off-by: John Amundson <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>

bbbafc4... by Jason Stephenson

Revert "LP#1740412 Grid cell content tooltips"

This reverts commit b1e0da12b30a3a960fe7834f5862c02f5828846f.

Remove tooltips functionality that causes performance hit.

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

59c21e2... by Jason Stephenson

Revert "LP#1740412 Grid cell tooltips limited to long content"

This reverts commit e8115509bd907248bdb1088e68fcacd5dc15d899.

Remove tooltips functionality that causes performance hit.

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

ef34ccc... by Jason Stephenson

Revert "LP#1740412 Grid cell tooltips moved to top-left"

This reverts commit d2ab77bc8a2e59d3ad535868525b1a99fbe4ebdd.

Remove tooltips functionality that causes performance hit.

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

1acb259... by Jason Stephenson

Revert "LP#1740412 Double grid tooltip max width"

This reverts commit 76fa907a2fd76bbfb3899f302109f9d51c6d756e.

Remove tooltips functionality that causes performance hit.

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

ae9d1c8... by Jason Stephenson

Revert "LP#1794176 Avoid capturing grid cell tooltip/display values"

This reverts commit 4a5521ec38cdef5d47dd76b0b6bf994ba8998995.

Remove tooltips functionality that causes performance hit.

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