Skip to content

GTAS 1.11

Compare
Choose a tag to compare
@originalname51 originalname51 released this 14 Apr 19:53
· 208 commits to master since this release
6dfa5f1

Release notes GTAS 1.11

User Impact Stories:

  • GTAS now supports asynchronous hits. At the start of each rule run the rule engine will process all hits from the pending hits table into hits. This allows for asynchronous rule hit processing.
  • Tamr integration. GTAS now supports a full Tamr integration. Tamr is used for passenger resolution. This is both used for resolving passengers to show flight history as well as to resolve passengers against a watchlist.
  • Several enhancements to docker deployment including
    • Setting the the version of java used on scheduler and webapp as well as application properties.

Bug fixes and Other Backend Enhancements:

  • Several docker bug fixes and updates.
  • Rule engine can now process messages with no passengers.
  • Watchlist records can be deleted provided they have no hits.
  • Flightpax object has been deprecated. Portions of the front end that used the FlightPax object now use either calculated objects or different fields.
  • Code Analysis shows 0 bugs (A rating), 0 vulnerabilities, x109 security hotspots(A rating), 39 day technical debt, 2.2k code smells (A rating), 33.7% code coverage, 295 unit test, 7.1% duplications, 249 duplicated blocks.