Skip to content

Releases: gwu-libraries/sfm-ui

Version 1.11.0

23 Oct 15:58
Compare
Choose a tag to compare

Changes in this release:

  • Added support for sharing collections with other SFM users.
  • Allowed changing seeds in some collection types without stopping harvesting.
  • Made search for accounts in export case-insensitive.
  • Fixed links to Twitter docs.

Version 1.10.0

28 Aug 14:17
Compare
Choose a tag to compare

Changes in this release:

  • Improvements to collection detail page to make render much faster.
  • Various UX improvements throughout the site, including adding tabs to various lists.
  • Handle long seed lists on export page.
  • Option for exporting active seeds only.

Version 1.9.0

22 Jun 18:33
Compare
Choose a tag to compare

Significant changes in version 1.9.0:

  • Sends emails to admin when error in ui or ui consumer.
  • Further work to prevent duplicate seeds in bulk add.
  • Added support for marking collections as inactive.
  • Fixed defect where change log for Twitter filter not displaying seed name.

Version 1.8.0

10 May 11:19
Compare
Choose a tag to compare

Changes in this release:

  • Added support for exporting seed lists from the collection detail page.
  • Added support for moving collections between collection sets.
  • Added delete and add note button for seeds
  • Fixed bug with harvest warnings that wasn’t giving the name of the problem account.
  • UX improvements to export page.
  • Improved harvest status emails.

Version 1.7.0

05 Apr 15:54
Compare
Choose a tag to compare

Changes in this release:

  • Enhancements to the seed list on the collection detail page:
    • Column labels are now specific to the collection type.
    • Can search for a specific seed.
    • User can add a change log note when turning off a collection.
    • User can add an arbitrary note to change log.
    • Activating/de-activating seeds is now replaced with deleting/undeleting seeds. In the seed list on the collection detail page, deleted/undeleted seeds are displayed in separate tabs.
  • Fixed defect when wanting to see all seeds on seed list on the collection detail page.

Version 1.6.0

14 Mar 14:15
Compare
Choose a tag to compare

Changes in this release:

  • Usability improvements to collection sets, collections, and credentials. These include:
    • More contextual help is available to users in the workflow of setting up a collection and credentials.
    • The “Add collection” button dropdown provides a description of each collection type.
    • To help users focus on the most important information on collection and credential pages, less important details are hidden in an accordion view.
    • Users do not need to click to login to SFM; the login form is now on the landing page.
  • Tightened up starting/stopping/skipping of Twitter stream harvests.
  • Allow exporting Twitter stream harvests as soon as tweets are available (instead of having to wait until the collection is turned off.)
  • On collection detail page, seed warnings are displayed next to the seed.
  • Improved logic for preventing creating duplicate seeds.
  • Fixes to admin interface to handle large lists (e.g., the list of possible parent harvests for a harvest) that was bogging down page rendering.

Version 1.5.1

08 Feb 13:51
Compare
Choose a tag to compare

No changes in this release.

Version 1.5.0

07 Feb 14:55
Compare
Choose a tag to compare

Changes in version 1.5.0:

  • Support minimal branding: adding contact, institution name, and institution URL in footer.
  • Added monitoring of SFM UI queue. The SFM UI queue receives status updates from harvesters and exporters, and updates the records for the harvests and exports. Monitoring will make problems with SFM UI consuming messages more evident to admins.
  • Warn admins on long queue lengths. Admins will now receive emails when queue lengths get too long. The queue lengths to trigger a warning are configurable.
  • Prevents multiple users from entering the same credentials.
  • Correctly handle quoted terms in search seeds (thanks Reed!)
  • Enforce authorizations consistently in UI. This should not be noticeable in normal use of the application. Note that anyone assigned the staff role will be able to view all collections and exports, but only make changes based on her group membership.
  • The SFM UI message consumer was moved into its own container from the container was runs the SFM UI application. This will make the logs for the message consumer more accessible and allow it to be automatically restarted by Docker.
  • Added guidance when entering Flickr seeds, as determining the correct identifiers to enter is confusing.

Version 1.4.3

17 Jan 18:54
Compare
Choose a tag to compare

No changes in this version.

Version 1.4.2

10 Jan 13:59
Compare
Choose a tag to compare

Tweaked upgrade instructions.