BigW Consortium Gitlab

  1. 18 Jul, 2017 3 commits
  2. 14 Jul, 2017 3 commits
  3. 13 Jul, 2017 2 commits
  4. 12 Jul, 2017 2 commits
  5. 07 Jul, 2017 2 commits
  6. 05 Jul, 2017 3 commits
  7. 04 Jul, 2017 1 commit
  8. 30 Jun, 2017 2 commits
  9. 29 Jun, 2017 1 commit
  10. 28 Jun, 2017 1 commit
  11. 27 Jun, 2017 3 commits
  12. 22 Jun, 2017 1 commit
  13. 21 Jun, 2017 2 commits
  14. 16 Jun, 2017 2 commits
    • repository: index submodules by path · b30c16aa
      David Turner authored
      Submodules have a name in the configuration, but this name is simply
      the path at which the submodule was initially checked in (by default
      -- the name is totally arbitrary).  If a submodule is moved, it
      retains its original name, but its path changes.  Since we discover
      submodules inside trees, we have their path but not necessarily their
      name.
      
      Make the submodules() function return the submodule hash indexed by
      path rather than name, so that renamed submodules can be looked up.
      Signed-off-by: 's avatarDavid Turner <novalis@novalis.org>
    • Add table for files in merge request diffs · 9a73b634
      Sean McGivern authored
      This adds an ID-less table containing one row per file, per merge request
      diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised
      currently, with the advantage that we can easily query the attributes of this
      new table.
      
      It does not migrate existing data, so we have fallback code when the legacy
      st_diffs column is present instead. For a merge request diff to be valid, it
      should have at most one of:
      
      * Rows in this new table, with the correct merge_request_diff_id.
      * A non-NULL st_diffs column.
      
      It may have neither, if the diff is empty.
  15. 14 Jun, 2017 1 commit
  16. 08 Jun, 2017 1 commit
  17. 06 Jun, 2017 1 commit
  18. 02 Jun, 2017 2 commits
  19. 01 Jun, 2017 1 commit
  20. 31 May, 2017 2 commits
  21. 30 May, 2017 2 commits
  22. 29 May, 2017 1 commit
  23. 23 May, 2017 1 commit