BigW Consortium Gitlab

  1. 18 Nov, 2016 1 commit
  2. 16 Nov, 2016 8 commits
  3. 15 Nov, 2016 2 commits
  4. 11 Nov, 2016 2 commits
  5. 09 Nov, 2016 7 commits
  6. 08 Nov, 2016 1 commit
  7. 07 Nov, 2016 6 commits
    • implements reset incoming email token on issues modal and account page, · 011e561b
      tiagonbotelho authored
      reactivates all tests and writes more tests for it
    • Process commits in a separate worker · 509910b8
      Yorick Peterse authored
      This moves the code used for processing commits from GitPushService to
      its own Sidekiq worker: ProcessCommitWorker.
      
      Using a Sidekiq worker allows us to process multiple commits in
      parallel. This in turn will lead to issues being closed faster and cross
      references being created faster. Furthermore by isolating this code into
      a separate class it's easier to test and maintain the code.
      
      The new worker also ensures it can efficiently check which issues can be
      closed, without having to run numerous SQL queries for every issue.
    • Added IssueCollection · f694f94c
      Yorick Peterse authored
      This class can be used to reduce a list of issues down to a subset based
      on user permissions. This class operates in such a way that it can
      reduce issues using as few queries as possible, if any at all.
    • Add the method ExternalIssue#project_id · 24261f2d
      Yorick Peterse authored
      This method returns the project's ID, making ExternalIssue slightly more
      compatible with Issue (which also defines the "project_id" method).
    • Add User#projects_with_reporter_access_limited_to · 467b346f
      Yorick Peterse authored
      This method can be used to retrieve a list of projects for a user that
      said user has reporter access to. This list is then be reduced down to
      a specific set of projects. This allows you to reduce a list of projects
      to a list of projects you have reporter access to in an efficient
      manner.
  8. 04 Nov, 2016 6 commits
  9. 03 Nov, 2016 4 commits
  10. 02 Nov, 2016 1 commit
  11. 01 Nov, 2016 2 commits