Skip to content

Releases: AdvancedPhotonSource/traveler

APS Patch Release 1.6.5

28 Nov 23:31
818ea8c
Compare
Choose a tag to compare
  • Resolve issue where traveler will not functional unless it has sections defined.

APS Patch Release 1.6.4

17 Aug 20:27
Compare
Choose a tag to compare
  • Add API to download files from eTraveler system.

APS Patch Release 1.6.3

07 Jul 16:00
Compare
Choose a tag to compare
  • Increase upload size on traveler to 50MB.
  • Update API to show version of form.
  • Resolve size limitation of etraveler form.

APS Patch Release 1.6.2

17 Oct 20:49
Compare
Choose a tag to compare
  • Resolve issue with not being able to upload multiple files onto discrepancy logs.

APS Patch Release 1.6.1

20 Jul 20:46
Compare
Choose a tag to compare
  • Resolve issue with date validation that end in 0.

APS Release 1.6.0

07 Jul 19:34
Compare
Choose a tag to compare

Form work in progress auto save

  • Form will automatically save after user makes changes to the draft form.
  • Notify user of session loss or connection loss to server.
    • Keep read only tab to allow user to review last unsaved change.
    • Provide a link that will automatically open in new tab and prompt user to log in and reload form.
  • Allow user to go back to the form at any time and the unsaved changes will automatically load next time they navigate to the form.
  • Provide a switcher to saved form and unsaved form when form is loaded from unsaved changes.

API Enhancements

  • Users can now generate an api key from their profile given the API permission.
  • Users can now authenticate into the API using the new API Key and perform most read operations.
  • A new API permission grants user ability to generate key and to use the key to authenticate
  • The API keys have a default expiration of 30 days but can be changed in the API configuration file.
  • Ability to verify user permission from web and API side
  • Ability to enter data into traveler via API
    • System API account can write data as any user.
    • First API call where users can write using the new API Key authentication.
  • Ability to upload data into traveler upload field via API.
  • New system API only call with ability to update traveler status.
  • Admins can grant the API permission for each user.

MQTT

  • Data changed message is now sent with User defined key if available.
  • When lost connection to mqtt reconnect try is every minute.
  • Resolve issue with file upload not publishing mqtt event.

APS Patch Release 1.5.5

08 Mar 21:15
Compare
Choose a tag to compare
  • Ability to specify a custom/specific file type for file upload input at the form design stage (Allowing additional formats such as zip).
  • Retain the original file name when downloading an uploaded file from the server.

APS Patch Release 1.5.4

01 Feb 22:52
Compare
Choose a tag to compare
  • Ability to archive previously released forms during form release. (@rfgunion)
  • Resolve missing prefix from some views (@rfgunion)
  • Add option for fetching travelers from API that were created from specific form id.
  • Resolve issue with restoring a large db.

APS Patch Release 1.5.3

17 Jan 21:21
Compare
Choose a tag to compare
  • Allow toggle hide of navigation side panel in traveler to reveal covered parts of traveler such as discrepancy log.

APS Patch Release 1.5.2

06 Oct 17:00
Compare
Choose a tag to compare
  • Update the process manager from forever to pm2.