Skip to content

Releases: BerkeleyLibrary/UCBEARS

v1.8.1 AP-622 delay shutdown

30 Mar 20:18
Immutable release. Only release title and notes can be modified.
44a7349

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

v1.8.0 AP-587 update dependencies

09 Mar 18:45
Immutable release. Only release title and notes can be modified.
28f57a8

Choose a tag to compare

What's Changed

Full Changelog: 1.7.9...1.8.0

1.7.9

19 Feb 23:38
Immutable release. Only release title and notes can be modified.
299ef0c

Choose a tag to compare

Refactors healthchecks to leverage new iipsrv healthcheck (BerkeleyLibrary/iipsrv#8).

What's Changed

Full Changelog: 1.7.8...1.7.9

v1.7.8 okcomputer healthchecks, updates Dockerfile

05 Feb 20:10
Immutable release. Only release title and notes can be modified.
7873328

Choose a tag to compare

Add OKcomputer healthchecks
Installs yarn in /usr/local/yarn
prod target builds in /opt/app and with symbolic link to /usr/local/yarn/node_modules

v1.7.7 AP-542 update Dockerfile, reconfigure how yarn is installed

03 Feb 18:40
Immutable release. Only release title and notes can be modified.
ee2c1de

Choose a tag to compare

Dockerfile: Install Yarn for dev as well (#12)

docker-compose: Don't bind /opt/app

This will prevent 'hot reload' from working inside Docker (the image
will need to be rebuilt for every change), but it does ensure webpack
works correctly.  Otherwise, the binstub is overridden by our own bin/
(and can't be put back because node_modules/ isn't available either).

changing where yarn is built

changes for yarn path

Fixing yarn issue in development

deals with gpg expired key

running yarn build from /usr/local/yarn

copying over yarn files for prod from dev

added destination directory for copy of yarn dir from dev to prod

moving back to /opt/app in prod to precompile assets

removed custom gpg key from Dockerfile

putting gpg key set back in to Dockerfile

gpg key was renewed so using the original access method

removed old call to fetch yarn

update env for yarn path, using --cwd for yarn install instead of switching WORKDIR

Co-authored-by: A. Wilcox <AWilcox@Wilcox-Tech.com>

v1.7.6 DP-2238 ucbears logo update

03 Feb 17:36
Immutable release. Only release title and notes can be modified.
1473857

Choose a tag to compare

style change for new UC logo in header (#14)

removed some styling for header logo

Co-authored-by: David Zuckerman <dzuckerm@library.berkeley.edu>

v1.7.5

18 Dec 01:47
Immutable release. Only release title and notes can be modified.
fe6b42f

Choose a tag to compare

What's Changed

Full Changelog: 1.7.4...1.7.5

v1.7.4

18 Dec 01:03
Immutable release. Only release title and notes can be modified.
acd6106

Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.7.4

1.7.3

17 Dec 20:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • ADA-314 fix icons in items table to make them tab friendly
  • Fix ESLint issues
  • ADA-323 item keyword search accessibility fixes
  • ADA-325 add aria required to term start date field
  • ADA-324 add aria required to term name field
  • Add key back to term facet template
  • Improve aria labels for facets and item table
  • ADA-311 remove title to avoid redundancy w/aria-labelledby
  • Removing unneeded keys from v-if-else lines
  • ADA-321 add note to clarify that the table acts as a form and saves changes automatically
  • fix eslinting issues
  • ADA-327 fix accessibility issues with term form fields
  • ADA-321 Fix items term column in table to function properly
  • ADA-332 fix table cell headers for stats page
  • Change heading before table to a caption IN table to hopefully pass accessiblity checks
  • ADA-331 add aria-label for term end date
  • ADA-330 add aria-label for term start date
  • ADA-329 add term name aria-label
  • ADA-328 add aria-label for term default checkbox
  • Removing trailing space eslint found
  • ADA-322 make search box placeholder text darker gray
  • ADA-313 remove highlight color from footer anchor tags to fix contrast ratio
  • ADA-312 add aria label to Items pagination nav
  • ADA-311 add aria-labelledby for Active column checkboxes
  • ADA-310 Add aria label for copies column
  • ADA-308 Status and Complete? had misnamed labels
  • ADA 307: fix dev environment issues for iipsrv and vue hotloading