Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
separatorbrackets
printablefalse

Changes

Jira Legacy
serverSystem JIRA
columnstype,key,summary,components,parent,status
columnIdsissuetype,issuekey,summary,components,parent,status
maximumIssues1000
jqlQueryfixVersion = 18950
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c

Additionally, in dcb-service

  • v.4.0.2

    • logging adjustments to BorrowingAgencyService

    • Don't pretty print json logs

    • NONCIRC items are not requestable

  • v.4.0.3

    • Expose environment variable to default logger

    • Correct misaligned property name for virtualPatron in SupplierRequest

    • Add data fetcher for requesting patron identity

    • Comment out AWS logging

  • v.4.0.4

    • Fix duplicate bibs in ingest record view

    • Fix patron blocks returning 404 being treated as an error

    • Enrich supplier request with patron request object when tracking

  • v.4.0.5

    • Raise problem exception when invalid data types are passed to Polaris when adding or updating items

Additionally, in dcb-admin-ui

  • NA

Deployment

Summary

Change Category

Required

Recommended

Not Required

Complete reset

Environment configuration

Host LMS configuration or setup

Service configuration

Ingest

Index

Library configuration

Deploy new Executables

Instructions

Verification

After clear down

  •  Request a full repopulation of the Open/Elastic search index
Code Block
languagebash
#!/bin/bash

. ./setTarget.sh

TOKEN=`./login`

curl -X POST $TARGET/admin/reindex -H "Accept-Language: en" -H "Content-Type: application/json"  -H "Authorization: Bearer $TOKEN" -d '{}'


After deployment

  •