gitlab-org--gitlab-foss/lib/gitlab/git
Lin Jen-Shin 0af35d7e30 Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules
* upstream/master: (507 commits)
  Add dropdowns documentation
  Convert migration to populate latest merge request ID into a background migration
  Set 0.69.0 instead of latest for codeclimate image
  De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb
  Update database_debugging.md
  Update database_debugging.md
  Move installation of apps higher
  Change to Google Kubernetes Cluster and add internal links
  Add Ingress description from official docs
  Add info on creating your own k8s cluster from the cluster page
  Add info about the installed apps in the Cluster docs
  Resolve "lock/confidential issuable sidebar custom svg icons iteration"
  Update HA README.md to clarify GitLab support does not troubleshoot DRBD.
  Update license_finder to 3.1.1
  Make sure NotesActions#noteable returns a Noteable in the update action
  Cache the number of user SSH keys
  Adjust openid_connect_spec to use `raise_error`
  Resolve "Clicking on GPG verification badge jumps to top of the page"
  Add changelog for container repository path update
  Update container repository path reference
  ...
2017-11-17 19:19:06 +08:00
..
conflict Move line code generation into Gitlab::Git 2017-10-12 22:13:05 -03:00
storage Allow enabling the circuitbreaker using an env variable 2017-10-23 13:53:49 +03:00
attributes.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
blame.rb Refactor Gitlab::Git::Commit to include a repository 2017-08-07 22:34:34 -04:00
blob.rb Detect changes to LFS pointers for pruning and integrity check 2017-11-01 16:41:05 +00:00
blob_snippet.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
branch.rb Fetch the merged branches at once 2017-10-27 15:55:08 +00:00
commit.rb Incorporate Gitaly's OperationService.UserFFBranch RPC 2017-10-31 16:28:09 -03:00
commit_stats.rb Migrate Git::CommitStats to Gitaly 2017-09-11 21:00:58 +02:00
compare.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
diff.rb Revert "Increase diff limits to 100 KB for collapse and 200 KB overall" 2017-10-02 13:54:40 +01:00
diff_collection.rb Refactor Gitlab::Git::Commit to include a repository 2017-08-07 22:34:34 -04:00
env.rb Add Gitlab::Git::Env.to_env_hash 2017-10-16 13:19:44 +02:00
gitmodules_parser.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
hook.rb add username to authorized result, so that gitlab-shell can pass it to hooks 2017-09-29 18:16:55 -04:00
hooks_service.rb Fix the incorrect value being used to set GL_USERNAME on hooks 2017-10-25 14:01:57 -03:00
index.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
lfs_changes.rb Gitlab::Git::RevList and LfsChanges use lazy popen 2017-11-06 10:20:14 +00:00
operation_service.rb Prepare Repository#fetch_source_branch for migration 2017-11-10 14:45:23 +00:00
path_helper.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
popen.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-06 21:44:57 +08:00
ref.rb Use helper instead of ad-hoc regex 2017-07-14 17:08:53 +02:00
remote_repository.rb Prepare Repository#fetch_source_branch for migration 2017-11-10 14:45:23 +00:00
repository.rb Merge branch 'zj-move-repo-exists-opt-out' into 'master' 2017-11-13 10:28:12 +00:00
repository_mirroring.rb Encapsulate git operations for mirroring in Gitlab::Git 2017-11-03 14:33:24 -03:00
rev_list.rb Gitlab::Git::RevList and LfsChanges use lazy popen 2017-11-06 10:20:14 +00:00
storage.rb Implement backoff for the circuitbreaker 2017-10-23 12:02:23 +03:00
tag.rb Make commit lookups explicit 2017-07-14 17:08:53 +02:00
tree.rb Implement fix for n+1 issue on flatten_tree helper 2017-09-06 17:47:25 -03:00
user.rb Support Gitaly::User's gl_username field 2017-10-23 17:31:48 -03:00
util.rb Add Gitaly notes and annotations to Gitlab::Git 2017-07-12 17:06:31 +02:00
wiki.rb Incorporate Gitaly's WikiService.WikiGetAllPages RPC 2017-11-13 16:54:50 -03:00
wiki_file.rb Add path attribute to WikiFile class 2017-10-26 13:04:33 +02:00
wiki_page.rb Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00
wiki_page_version.rb Hide Gollum inside Gitlab::Git::Wiki 2017-10-03 16:58:33 +00:00