An error occurred fetching the project authors.
  1. 03 Feb, 2017 2 commits
    • Filipa Lacerda's avatar
      Moves pagination to shared folder · 184f60a0
      Filipa Lacerda authored
      Document and remove unused code
      
      Declare components in a consistent way;
      Use " instead of ' to improve consistency;
      Update documentation;
      Fix commit author verification to match the use cases;
      
      Adds tests for the added components
      
      Fix paths in pagination spec
      
      Adds tests to pipelines table used in merge requests and commits
      
      Use same resource interceptor
      
      Fix eslint error
      184f60a0
    • Filipa Lacerda's avatar
      First iteration · 037b4fe9
      Filipa Lacerda authored
      Create shared folder for vue common files
      Update paths
      
      Second iteration - refactor main component to be 100% reusable between the 3 tables
      037b4fe9
  2. 18 Jan, 2017 1 commit
  3. 14 Dec, 2016 1 commit
  4. 26 Oct, 2016 1 commit
  5. 06 Sep, 2016 1 commit
    • Stan Hu's avatar
      Reduce intermittent spec failures by making VueJS resource interceptor · 924141fb
      Stan Hu authored
      decrement outstanding resource counts when HTTP response is received
      
      Before the count would be reduced 500 ms after a DOM update tick, which could
      cause race conditions since the `DatabaseCleaner` could run in the middle of
      a Rails controller handling the response.
      
      Partial fix to #21197 and other intermittent spec failures.
      924141fb
  6. 18 Aug, 2016 1 commit
  7. 17 Aug, 2016 2 commits