Skip to content

GTAS 1.7.0

Compare
Choose a tag to compare
@originalname51 originalname51 released this 18 Sep 19:45
· 1076 commits to master since this release
cc237d7

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:

  1. Run the database scripts, including the database migration for utc.

  2. 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