Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
    • Antoine Lambert's avatar
      templates/origin-save: Add a "Save again" button in requests list · 7f8d2f0b
      Antoine Lambert authored
      When clicking on it, the save request submission form will be automatically
      filled with the origin info related to the associated requests table row
      and the view will be scrolled to the top.
      
      Also rename "Visit type" to "Origin type" ast it is more comprehensible
      for non swh staff users.
      
      Closes T2325
      7f8d2f0b
    • Antoine Lambert's avatar
      templates/origin-save: Add a new "Info" column in save requests table · c0983d0e
      Antoine Lambert authored
      An "Info" button has been added in that new column. When clicking on it, a
      popover containing various loading task information will be displayed.
      
      For anonymous users, the displayed info are:
      
        - Task type
        - Task arguments
        - Task scheduling date
        - Task start date
        - Task termination date
        - Task duration
        - Task log (with Traceback removed in case of failed task,
          only the exception is displayed)
      
      For staff users, more internal info and a full traceback are displayed in
      case of a failed task.
      
      Related to T2325
      c0983d0e
    • Antoine Lambert's avatar
      common/origin_save: Speedup save requests list loading · 04170796
      Antoine Lambert authored
      When loading save requests list, the web application will try to find
      a visit date for each submitted origin save request. This process is
      repeated while a visit date has not been found yet.
      
      To speedup the loading of the requests lst, stop trying to find a visit
      date one month after a save request submission as those requests to storage
      are expensive and associated loading task surely ended up with errors.
      04170796
  2. Jun 25, 2020
    • Antoine Lambert's avatar
      common/identifiers: Fix missing lines qualifier processing in resolver · 608f13c1
      Antoine Lambert authored
      When a content object is anchored to a revision, the resolved url from the
      associated SWHID will target the revision view instead of the content one.
      
      So ensure the SWHID lines qualifier is also processed in that case in order
      for the "scroll to lines" feature to work each time a content is displayed
      in a view.
      
      Closes T2464
      608f13c1
    • Antoine Lambert's avatar
      templates/browse/search: Slightly modify search results UI · e5f80ec6
      Antoine Lambert authored
      Rename "Visit type" back to "Origin type" as this is more comprehensible for
      a user not familiar with SWH data model.
      
      Rename "Visit status" to "Archiving status" and simplify some tooltips for
      the same reason.
      
      Wrap some long code lines in origin search related Javascript code.
      
      Closes T2320
      e5f80ec6
    • Antoine Lambert's avatar
      templates/vault-create-tasks: Improve cooking request submission UX · 48874d55
      Antoine Lambert authored
      Instead of visiting the Downloads page each time a cooking request is submitted
      simply display an HTML alert at the botom left of the viewport indicating
      vault task creation success.
      
      Use the same reporting system to display vault service related errors.
      
      Closes T2321
      48874d55
  3. Jun 24, 2020
  4. Jun 23, 2020
  5. Jun 22, 2020
  6. Jun 19, 2020
  7. Jun 18, 2020
  8. Jun 17, 2020
  9. Jun 16, 2020
    • Antoine Lambert's avatar
      templates/layout: Add a switch to toggle full width rendering · 2740baa1
      Antoine Lambert authored
      Add a switch in the top left part of the UI in order to toggle full width
      rendering of web application content.
      
      This can be useful for high resolution screens or to extend the viewport width
      for source code rendering.
      
      The full width rendering state is also saved in browser local storage in order
      to restore it on each web application page load.
      
      Closes T2456
    • Antoine Lambert's avatar
      api: Update /revision/(sha1_git)/log/ endpoint · ab6de4ee
      Antoine Lambert authored
      Clarify the order in which revisions are returned (BFS) in documentation.
      
      Stop returning next-link in response headers as it is not sufficient to properly
      resume the BFS traversal on the revision graph.
      
      Remove any references to pagination in documentation and rename per_page query
      parameter to limit (also set its max value to 1000).
      
      Add warning in documentation explaining how a client can obtain the full BFS
      traversal of the revision graph.
      
      Remove useless optional prev_sha1s URL argument.
      
      Closes T2450
      ab6de4ee
  10. Jun 15, 2020
  11. Jun 12, 2020
  12. Jun 11, 2020
  13. Jun 09, 2020
  14. Jun 08, 2020
  15. Jun 05, 2020
Loading