Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Sprint Release

...

Oracle : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.sql

MySQL : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/3.0.sql


In 3.0 Sprint 16, For JIRA

Jira Legacy
serverJIRA (openlibraryenvironment.atlassian.net)
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c
keyOLE-9100
, OLE_DS_DELETED_BIB_T table was created with Bib_id and Date_Updated column.
In 3.0 Sprint 21, FOR JIRA
Jira Legacy
serverJIRA (openlibraryenvironment.atlassian.net)
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c
keyOLE-9158
Using ALTER command, multiple columns and data types were added/modified which were causing problems due to the existing records in the table.

In 3.0 Sprint 22, To overcome the problems in OLE_DS_DELETED_BIB_T table,

OLE-9158

After taking backup of OLE_DS_DELETED_BIB_T

...

CREATE TABLE OLE_DS_DELETED_BIB_T
(
ID NUMBER(19,0)
, DELETED_BIB_ID VARCHAR2(11)
, IS_BIB_DELETED VARCHAR2(1)
, DELETED_HOLDINGS_ID VARCHAR2(11)
, IS_HOLDINGS_DELETED VARCHAR2(1)
, DELETED_ITEM_ID VARCHAR2(11)
, IS_ITEM_DELETED VARCHAR2(1)
, DATE_UPDATED TIMESTAMP
, CONTENT CLOB


)

OLE-9068

Added new Parameter  "GOBI_API_USER" with value "gobiapi"

...

Mapped the following roles to the "gobi-api" user :

  1. OLE_Cataloging_Admin (OLE10058)
  2. Cataloger (OLE10085)
  3. Cataloging Super User (OLE10077)

Oracle : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.sql

MySQL : https://github.com/openlibraryenvironment/ole/blob/3.0-Sprint-22/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/3.0.sql


Workflow xml change:

NIL

4. Jiras

Priorities – TrivialImage ModifiedTrivial; MinorImage ModifiedMinor; MajorImage ModifiedMajor; CriticalImage ModifiedCritical; BlockerImage Modified Blocker

Issue Types - TaskImage Modified Task; Sub TaskImage ModifiedSub Task Image Modified Bug/Defect; EnhancementImage Modified Enhancement; Enhancement (PP)Image Modified Enhancement (PP)


Jira Legacy
serverJIRA (openlibraryenvironment.atlassian.net)
columnscomponents,key,summary,priority,type,labels,status,updated
maximumIssues1000
jqlQueryproject = OLE AND key in (OLE-9084,OLE-9149, OLE-9068,OLE-9079,OLE-8876,OLE-9172,OLE-9173,OLE-9163,OLE-9124,OLE-7362,OLE-9158) ORDER BY key
serverIda6f93653-ee50-3e81-88ad-29eb84ada35c