Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Gpl 568 ui for log errors #15

Merged
merged 10 commits into from
Aug 3, 2020
Merged

Gpl 568 ui for log errors #15

merged 10 commits into from
Aug 3, 2020

Commits on Jul 30, 2020

  1. Added Imports tab to UI

    harrietc52 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d2ee216 View commit details
    Browse the repository at this point in the history
  2. improve method name

    KatyTaylor committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    c78766a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fdf25f View commit details
    Browse the repository at this point in the history
  4. Return all records from lighthouse service (up to 10,000), and add pa…

    …gination
    
    - 'lighthouse' repo change was needed to allow max_results to go up this high
    - there are only around 365 records at the moment and only a few added daily, so will take a while to reach the limit
    - TODO: order by date descending in the API call, so it doesn't matter if we hit the limit, we still see the latest records?
    - needed to switch from using the provider method in the table to using created() function to get the pagination to work, as it was setting rows() after loading the table
    KatyTaylor committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    1a72fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9864d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e65412 View commit details
    Browse the repository at this point in the history
  7. format errors more nicely

    - add a bullet point for each error
    - realised we had this checkbox hanging around from copy-paste from another page
    KatyTaylor committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    03bcd29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b300854 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Merge branch 'develop' of https://github.com/sanger/lighthouse-ui int…

    …o GPL-568-ui-for-log-errors
    
    # Conflicts:
    #	test/modules/api.spec.js
    KatyTaylor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    b512d85 View commit details
    Browse the repository at this point in the history
  2. whitespace

    KatyTaylor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8784351 View commit details
    Browse the repository at this point in the history