Releases: US-CBP/GTAS
GTAS 1.8
Release 1.8
We’re happy to release GTAS 1.8 with language translation, hit notification, and new reports for Kibana!
New Features:
• Translation feature added. All pages, with the exception of queries and flights, are now able to be translated.
• Added system to use AWS for notification of hit or watchlist hit
• Added indexes to Kibana allowing for report generation
• Developed message count compliance report
• Refined roles to be specific to what they allow
Bug Fixes / Other:
• Date stamps on excel fixed and now display correctly
• Parsing error when a seat has a leading 0
• The ability for an admin to disable themselves has been removed
• Query error when no results are returned has been addressed
• Null pointer error load relating to passenger resolution and id tag
• Document parsing error has now been resolves; Visas now process correctly
GTAS 1.7.3
Fixed an issue with flight page - added time to date to reduce amount of flights seen and provide more relevant information.
GTAS 1.7.2
Updated passenger resolution to be more strict
Updated passenger resolution to use passenger repository instead of flight passenger repository
GTAS 1.7.1
Document equality bug fixed
Document visa parse failure fixed
Null pointer with passenger resolution fixed
Null pointer scenario with count down times fixed
Updated application version to 1.7
GTAS 1.7.0
Release notes GTAS 1.7.0
User Impact Stories:
• Update Flight Loading Page to show all flights by departure and arrival
• Improved loading time of passenger list page
• Added a noncontiguous trip type
• Added option to export grids to excel
• Updated flight grid to display ETA and ETD
• Added a help button that shows GTAS version number
• Fixed flight location bug
Bug fixes and Other Backend Enhancements:
• Updated backend to run with all UTC time zones
• Created cache for incoming messages; Messages now are never purely in memory
• Passengers inter-flight resolution updated with tiered system and strict system (instead of only first name and last name)
• Updated build process to pull from latest NPM repo
• Bug fixes related to link analysis
• Updated initial hibernate creation
Requirements to get from 1.6 to 1.7:
-
Run the database scripts, including the database migration for utc.
-
Add the following properties to the application properties:
message.dir.working=<Path to directory where to store parsed messages> message.dir.error=<Path to directory where to store failed messages> allow.loosen.resolution=true
GTAS 1.6.2
Fixed an issue with the passenger grid.
GTAS 1.6.1
** Loosened parser requirements to allow messages that do not conform to spec to parse by allowing ORG, RCI, and MSG to be conditional instead of mandatory.
GTAS 1.6.0
Release notes GTAS 1.6
User Impact Stories:
• GTAS now supports an integrated Neo 4 J front end. This can be found on the passenger details page under a page called "Link Analysis".
• Increased passenger detail page loading performance.
• Removed feedback button
• Tool tips now shown on rules to help describe entities.
• Filtering added to passenger page
• Added ability to add category to watchlist, added ability for front end to see all categories
Bug fixes and Other Backend Enhancements:
• GTAS now has a dockerized version (Mac/Linux Only).
• Added scripts for Gtas to upgrade from 1.2.1 to 1.6
• Several backend changes to parsing.
• Null pointers on the controllers fixed (Address and Bag related)
• Several user location issues fixed
• Added ability to turn off case creation on a partial hit
• A limit to concurrent messages the loader can process has been introduced
• Applications properties was enhanced, fixed a bug with hibernate properties
GTAS 1.5.0
Updates to docker - no impact on GTAS core codebase
Added timestamp on passenger details page
Added ability to add watch list category
Performance increase on passenger detail page load when passenger has APIS message
Updated webapplication to read from config file
GTAS 1.4.0
Removed Redis.
Added ability to download logs from the web application.