1. Sprint Release
- 1.5.5-r20784 r20788
- Release date – October 21st, 20142014
2. Tag Information
- SVN url for the released tag: https://svn.kuali.org/repos/ole/tags/builds/ole-1.5/1.5.5/20141021-r20784r20788/
3. Deliverables
Database Changes
...
DB changes that need to be applied are available at
MySQL - https://svn.kuali.org/repos/ole/tags/builds/ole-1.5/1.5.5/20141021-r20784r20788/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/1.5.5.sql (For MySQL)and
Oracle - https://svn.kuali.org/repos/ole/tags/builds/ole-1.5/1.5.5/20141021-r20784r20788/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/1.5.5.sql (For Oracle)
The DB Changes include
- Addition of a new index : https://jira.kuali.org/browse/OLE-7121
- Creation of a new table for https://jira.kuali.org/browse/OLE-7119
...
SI.NO | Issue Type | Key | Labels | Summary | Priority | Component/s | Comments |
1 | Enhancement | OLE-6947 | Modify Batch Jobs | Critical | System Integration | Modified to have only the 4 jobs listed in the JIRA as unscheduled. Other jobs have been left as scheduled/un-scheduled as before. | |
2 | Enhancement | OLE-7119 | Add a BIB_INFO_T table | Critical | System Integration | New table has been added to store bib information including title, author, publisher etc. This table is to be used for all title references in the eventually, thoughtthough, currently it is used in NCIP lookupUser service and Invoice document display. Bib Editor and Loaders shall be are populating the values in this table upon insert of or update of the bib table. A migration script is also available and needs to be executed to populate this table for institutions that are already on an earlier version of OLE. | |
3 | Bug/Defect | OLE-6925 | NCIP Response Times in Production Extremely Slow | Blocker | System Integration | Implemented changes to lookupUser service to use the new bib info table and corresponding item and holding tables for retrieving bib information to be returned for loan, patron and request information as part of the response for this service. | |