BigW Consortium Gitlab

  1. 18 Oct, 2016 1 commit
  2. 17 Oct, 2016 2 commits
  3. 15 Oct, 2016 4 commits
  4. 13 Oct, 2016 1 commit
  5. 09 Oct, 2016 1 commit
  6. 04 Oct, 2016 1 commit
    • Simplify Mentionable concern instance methods · 4ff345c4
      Paco Guzman authored
      We remove some arguments that are rarely used or 
      used just to simplify setups on specs.
      
      Modified Mentionable#create_new_cross_references method 
      we don’t need to calculate previous references to avoid the 
      duplication because we do that at database level when 
      creating references extracted from the current entity state.
      
      MergeRequests won’t create cross_references for commits that are included so we change a spec to use a different merge request to make references to commits to other branches
  7. 30 Sep, 2016 2 commits
  8. 28 Sep, 2016 2 commits
  9. 26 Sep, 2016 2 commits
  10. 20 Sep, 2016 3 commits
    • Implement a second round of review comments from @DouweM. · 918e589c
      Timothy Andrew authored
      - Don't use `TableReferences` - using `.arel_table` is shorter!
      - Move some database-related code to `Gitlab::Database`
      - Remove the `MergeRequest#issues_closed` and
        `Issue#closed_by_merge_requests`  associations. They were either
        shadowing or were too similar to existing methods. They are not being
        used anywhere, so it's better to remove them to reduce confusion.
      - Use Rails 3-style validations
      - Index for `MergeRequest::Metrics#first_deployed_to_production_at`
      - Only include `CycleAnalyticsHelpers::TestGeneration` for specs that
        need it.
      - Other minor refactorings.
    • Fix all cycle analytics specs. · d0e101e9
      Timothy Andrew authored
      A number of failures were introduced due to performance
      improvements (like pre-calculating metrics).
  11. 15 Sep, 2016 1 commit
  12. 09 Sep, 2016 10 commits
  13. 08 Sep, 2016 4 commits
  14. 07 Sep, 2016 6 commits