Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-27Fetch the merged branches at onceLin Jen-Shin (godfat)
2017-10-27Merge branch 'zj-commit-cache' into 'master'Sean McGivern
Cache commits on the repository model See merge request gitlab-org/gitlab-ce!14863
2017-10-27Cache commits on the repository modelZeger-Jan van de Weg
Now, when requesting a commit from the Repository model, the results are not cached. This means we're fetching the same commit by oid multiple times during the same request. To prevent us from doing this, we now cache results. Caching is done only based on object id (aka SHA). Given we cache on the Repository model, results are scoped to the associated project, eventhough the change of two repositories having the same oids for different commits is small.
2017-10-20Avoid calling underlying methods on non-existing reposAlejandro Rodríguez
This saves us Rugged/gRPC invocations
2017-10-13Merge Merge Requests via GitalyJacob Vosmaer
2017-10-12Cache issuable template namesSean McGivern
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-05Gitaly namespace service enabled for GitLabZeger-Jan van de Weg
2017-10-04Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer
2017-10-04Merge branch 'gitaly-delete-branch' into 'master'Douwe Maan
Implement OperationService.UserDeleteBranch Gitaly RPC See merge request gitlab-org/gitlab-ce!14603
2017-10-04Add OperationService.UserDeleteBranch Gitaly RPCAlejandro Rodríguez
2017-10-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov
2017-10-02Merge branch 'gitaly-add-branch' into 'master'Sean McGivern
Implement OperationService.UserAddBranch Gitaly RPC Closes gitaly#544 See merge request gitlab-org/gitlab-ce!14522
2017-10-02Merge branch 'remote_user' into 'master'Douwe Maan
Add GL_USERNAME environment variable for hooks See merge request gitlab-org/gitlab-ce!13264
2017-10-02Fix pushes to an empty repository not invalidating has_visible_content? cacheStan Hu
`Repository#has_visible_content?` used to rely on the cached count of local branches, but since it is now an independently cached value it needs to be invalidated on its own. Closes #38646
2017-09-30Implement OperationService.UserAddBranch Gitaly RPCAlejandro Rodríguez
2017-09-30Add username as GL_USERNAME in hooks (http)David Turner
When calling pre-receive, post-receive, and update hooks, add the GitLab username as the GL_USERNAME environment variable. This patch only handles cases where pushes are over http, or via the web interface. Later, we will address the ssh case.
2017-09-29Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)
2017-09-29Migrate Gitlab::Git::Repository#add_tag to GitalyAhmad Sherif
Closes gitaly#601
2017-09-29Merge branch 'feature/migrate-repository-rm-tag-to-gitaly' into 'master'Robert Speicher
Migrate Git::Repository#rm_tag to Gitaly Closes gitaly#562 See merge request gitlab-org/gitlab-ce!14388
2017-09-29Merge branch 'master' into ff_port_from_eeEric Eastwood
Conflicts: app/models/project.rb db/schema.rb
2017-09-29Migrate Git::Repository#rm_tag to GitalyAhmad Sherif
Closes gitaly#562
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-20Add spec for Repository#ff_merge (ported from EE)Valery Sizov
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-15Prepare Repository#merge for migration to GitalyJacob Vosmaer
2017-09-14Rename Gitlab::Git::Committer to UserJacob Vosmaer
2017-09-04Merge branch 'move-git-operation-service' into 'master'Sean McGivern
Move GitOperationService to Gitlab::Git See merge request !13984
2017-09-04Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern
Prepare GitOperationService for moving to Gitlab::Git See merge request !13773
2017-09-01Move GitOperationService to Gitlab::GitJacob Vosmaer
2017-09-01Fix whitespaceJacob Vosmaer
2017-09-01Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern
Add 'from commit' information to cherry-picked commits See merge request !13475
2017-09-01Remove empty lineJacob Vosmaer
2017-09-01Restore with_branch cache specJacob Vosmaer
2017-08-31Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer
2017-08-30Merge branch 'perf.slow-issuable' into 'master'Sean McGivern
Perf.slow issuable Closes #32844 See merge request !13685
2017-08-29Further break with_repo_branch_commit into partsLin Jen-Shin
So it's more clear what could happen. Also add more tests about the behaviour.
2017-08-29replace `is_ancestor?` with `ancestor?`Maxim Rydkin
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-23Make gl_repository a G::G::Repository attributeJacob Vosmaer
2017-08-23Decouple GitOperationService from UserJacob Vosmaer
2017-08-16Extended UTs for the new cherry-pick message formatSaverio Miroddi
2017-08-11Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
36089-handle-ref-failure-better * upstream/master: (62 commits) Update gitlab.po: Missing 'r' in "Fouché" that comes from "Fourcher" verb. Docs: update user docs index Fix minor typos in views Fix Layout/SpaceBeforeBlockBraces violation in bin/changelog_spec Merge branch 'rs-alphanumeric-ssh-params' into 'security-9-4' Merge branch 'import-symlinks-9-3' into 'security-9-3' Fix wrong method call on prometheus histogram Document new all-in-one Helm chart - docs Fix 404 on link path Fix line numbers not matching up to code in code viewer. Hide overflow-x on collapsed sidebar removed global use of breakpoint checker Increase performance of the breakpoint size checker Filter sensitive query string parameters from NGINX access logs Added a template for database changes Render new issue link in failed job as a regular link instead of a UJS one Include RE2 in the upgrade docs Remove affix plugin from issuable sidebar with new navigation Fix linter error alternative route for download archive ...
2017-08-09Detect if we didn't create the ref soonerLin Jen-Shin
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-07Migrate Repository#find_commits_by_message to GitalyAhmad Sherif
Closes gitaly#443
2017-08-07GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt
2017-08-07Merge branch 'master' into 'bvl-nfs-circuitbreaker'Douwe Maan
# Conflicts: # app/models/repository.rb # spec/models/repository_spec.rb
2017-08-04Add a Circuitbreaker for storage pathsBob Van Landuyt
2017-08-03Migrate Repository#last_commit_for_path to GitalyAhmad Sherif
Closes gitaly#433