1. 11 May, 2019 1 commit
  2. 10 May, 2019 1 commit
  3. 16 Apr, 2019 2 commits
  4. 15 Apr, 2019 2 commits
  5. 11 Apr, 2019 6 commits
  6. 10 Apr, 2019 5 commits
  7. 09 Apr, 2019 4 commits
  8. 08 Apr, 2019 10 commits
    • Alena Prokharchyk's avatar
      2cee9bf8
    • Alena Prokharchyk's avatar
      UI 2.2.38 · a46ebec5
      Alena Prokharchyk authored
      a46ebec5
    • Alena Prokharchyk's avatar
      Vendor changes · 83becd45
      Alena Prokharchyk authored
      83becd45
    • Craig Jellick's avatar
      Merge pull request #19442 from cjellick/perf-fixes · a86df2a0
      Craig Jellick authored
      Backport performance improvements
      a86df2a0
    • rmweir's avatar
      Add tests for project setter · 26111ada
      rmweir authored
      Added tests for logic in project setter store.
      26111ada
    • rmweir's avatar
      Find project namespaces before listing and filter · 61f2f3a8
      rmweir authored
      Now, identifies and supplies namespaces to namespace filter for requests
      associated with given project. Prior, the backend listed items belonging
      to all namespaces in all projects no matter what, and then filtered. This
      led to longer request times for projects that contained a fraction of
      total resources. Now, request times are improved and largely dependent on
      resource amount for the given project.
      61f2f3a8
    • Craig Jellick's avatar
      Update norman for project namespace filtering · 30318743
      Craig Jellick authored
      Backport of d040b643 from master
      
      Norman now tracks and assigns project namespaces
      which are necessary to filter project requests.
      30318743
    • Craig Jellick's avatar
      Update Norman · 20167e38
      Craig Jellick authored
      Manual backport of commit f2b601cc
      from master.
      
      Norman now has a recognized option for opting out of pagination.
      Prior, passing a limit of -1 would set the pagination limit to
      the default, 1000. The backend would serve a paginated response
      that the UI automatically aggregates. This led multiple api calls,
      each of which taking as long to return as a single non-paginated
      result. Now, one non-paginated response will be returned when
      limit is -1.
      20167e38
    • rmweir's avatar
      Run go tests · a2259dc5
      rmweir authored
      Test script now runs go tests. Disabled existing test setup in e2e
      package, as the the necessary dependencies for it appear to be
      missing.
      
      This reverts commit 3bb7a2778d186daaf61fc1ec8f28959ad8616dad.
      a2259dc5
    • rmweir's avatar
      Increase size of parent cache · 8e376ca1
      rmweir authored
      Increased size of parent cache to 100k from 1k. Prior, when retrieving
      a large number of resources (over 1k) items would shift out of the cache
      before being called again. This caused misses on most requests. Now,
      size of cache has increased 10x and misses have been largely reduced. Using
      non-expiration lru cache, as the data is static and does not need to be
      discarded after a set time.
      8e376ca1
  9. 05 Apr, 2019 1 commit
  10. 04 Apr, 2019 5 commits
  11. 03 Apr, 2019 2 commits
  12. 02 Apr, 2019 1 commit