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

feat(backend): sort by run metrics - step 3. Part of #3591 #4251

Merged
merged 38 commits into from
Jul 31, 2020

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    5b67273 View commit details
    Browse the repository at this point in the history
  2. Revert "enable pagination when expanding experiment in both the home …

    …page and the archive page"
    
    This reverts commit 5b67273.
    jingzhang36 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d3f8d1d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    601c257 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    949e99b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad60e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Configuration menu
    Copy the full SHA
    61128e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Configuration menu
    Copy the full SHA
    0f3003b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    88f9df9 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    9d65153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf9d42c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    5e49d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbcd57f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    983c0e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

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

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    2ec3b1c View commit details
    Browse the repository at this point in the history
  2. sorting by run metrics is different from sorting by name, uuid, creat…

    …ed at, etc. The lattre are direct field in listable object, the former is an element in an arrary-typed field in listable object. In other words, the latter are columns in table, the former is not.
    jingzhang36 committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0dbe684 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    432e9e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eca6ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b0857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76048b7 View commit details
    Browse the repository at this point in the history
  5. fix unit test

    jingzhang36 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f5859ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd401bf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    a75254d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5e1c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. move model specific code to model; prevent model package depends on l…

    …ist package; let list package depends on modelpackage; marshal/unmarshal listable interface; include listable interface in token.
    jingzhang36 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    1b3dcc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    80f514e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98353f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    ee22b69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    998ccc7 View commit details
    Browse the repository at this point in the history
  3. add a validation check

    jingzhang36 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    afc06b9 View commit details
    Browse the repository at this point in the history
  4. Listable object can be too large to be in token. So replace it with only

    relevant fields taken out of it. In the future, if more fields in
    Listable object become relevant, manually add it to token
    jingzhang36 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    be4be61 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    5457634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    576ee2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69be419 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b697ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c71128 View commit details
    Browse the repository at this point in the history
  6. matches func update

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