Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add requestgroups pages #4

Merged
merged 19 commits into from Aug 27, 2020
Merged

Commits on Aug 18, 2020

  1. Copy the full SHA
    a5ea86c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Copy the full SHA
    ae7abae View commit details
    Browse the repository at this point in the history
  2. Add request detail

    eheinrich committed Aug 19, 2020
    Copy the full SHA
    78b50e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Copy the full SHA
    95fdc4f View commit details
    Browse the repository at this point in the history
  2. Add compose page

    eheinrich committed Aug 20, 2020
    Copy the full SHA
    68301c4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    749adae View commit details
    Browse the repository at this point in the history
  4. Only add csrf token in header for unsafe methods and to the observati…

    …on portal api backend as they were being sent with every ajax request
    eheinrich committed Aug 20, 2020
    Copy the full SHA
    7d42f51 View commit details
    Browse the repository at this point in the history
  5. Refactor the request and requestgroups detail pages to use the same c…

    …omponent, which saves from having to download the same requestgroup twice when there is only one request, and gets rids of lots of duplication
    eheinrich committed Aug 20, 2020
    Copy the full SHA
    467a819 View commit details
    Browse the repository at this point in the history
  6. Fix loading in drafts

    eheinrich committed Aug 20, 2020
    Copy the full SHA
    345bf34 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Some minor fixes

    eheinrich committed Aug 21, 2020
    Copy the full SHA
    5d9bf3a View commit details
    Browse the repository at this point in the history
  2. Add a navigation guard that checks if a route required auth, and redi…

    …rect to that route if it does
    eheinrich committed Aug 21, 2020
    Copy the full SHA
    0587829 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Update request id when switching between request detail pages while s…

    …till using the same component
    eheinrich committed Aug 24, 2020
    Copy the full SHA
    d205a29 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Added recommended vue eslint configuration, and a couple of other esl…

    …int configurations, and then fixed issues
    eheinrich committed Aug 25, 2020
    Copy the full SHA
    b78886d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a9e0430 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Update an alert message to be more descriptive, add a comment clarify…

    …ing something that seems hacky
    eheinrich committed Aug 26, 2020
    Copy the full SHA
    84c8b9a View commit details
    Browse the repository at this point in the history
  2. update some type checks

    eheinrich committed Aug 26, 2020
    Copy the full SHA
    234dde4 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Copy the full SHA
    249d96c View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    eheinrich committed Aug 27, 2020
    Copy the full SHA
    9e01965 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from LCOGT/feature/cleanup-code-formatting

    Feature/cleanup code formatting
    eheinrich committed Aug 27, 2020
    Copy the full SHA
    1e6e40a View commit details
    Browse the repository at this point in the history