summaryrefslogtreecommitdiff
path: root/app/models/repository.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add rugged_is_ancestor methodJacob Vosmaer2017-08-011-1/+1
|
* Make disk_path keyword argument and optionalGabriel Mazetto2017-08-011-2/+2
|
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-10/+12
|
* Removed `Repository#blob_by_oid` unused methodremove_blob_by_oidAndrew Newdigate2017-07-261-4/+0
|
* Implement GRPC call to RepositoryServiceZ.J. van de Weg2017-07-261-3/+10
|
* More Gitaly annotationsJacob Vosmaer2017-07-131-0/+2
|
* Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin2017-07-051-2/+2
|
* Follow feedback on the merge requestLin Jen-Shin2017-07-041-2/+2
|
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-06-301-16/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32815--Add-Custom-CI-Config-Path * upstream/master: (123 commits) Backport changes to Projects::IssuesController and the search bar bugfix: use `require_dependency` to bring in DeclarativePolicy Resolve "Select branch dropdown is too close to branch name" Clean up issuable lists Defer project destroys within a namespace in Groups::DestroyService#async_execute Fixed new navgiation bar logo height in Safari Resolve "Issue dropdown persists when adding issue number to issue description" Move verification to block level instead of paragraph Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'" Added code for defining SHA attributes Minor edits Job details won't scroll horizontally to show long lines Run mysql tests on stable preperation branches like 9-3-stable-patch-2 Bring back branches badge to main project page optimize translation content based on comments supplement traditional chinese in taiwan translation Inserts exact matches of username, email and name to the top of the user search list Remove Namespace model default scope override and write additional test to Project search optimize translation content based on comments Limit OpenGraph image size to 64x64 ...
| * Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer2017-06-271-16/+0
| |
* | Merge remote-tracking branch 'upstream/master' into ↵15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-491/+511
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ...
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
| |
| * Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon2017-06-081-1/+1
| |\ | | | | | | | | | | | | Blob#load_all_data! doesn’t need an argument See merge request !11977
| | * Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
| | |
| * | nil-check Repository::is_ancestor?Kim Carlbäcker2017-06-081-0/+2
| |/
| * Incorporate Gitaly's local_branches operation into repo codegitaly-local-branchesAlejandro Rodríguez2017-05-171-15/+1
| |
| * Don't reuse gRPC channelsJacob Vosmaer2017-05-151-2/+0
| | | | | | | | | | | | It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
| * Fix displaying a repository without a readmedm-fix-repository-without-readmeDouwe Maan2017-05-111-2/+2
| |
| * Reset Repository#license memo when license file is changedDouwe Maan2017-05-101-7/+13
| |
| * Implement auxiliary blob viewersDouwe Maan2017-05-101-2/+9
| |
| * Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-101-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| | * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
| |/
| * Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan2017-05-031-19/+23
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
| | * removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-19/+23
| | |
| * | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-7/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
| | * | Cleanupgitaly-branch-tag-countKim "BKC" Carlbäcker2017-04-281-3/+1
| | | |
| | * | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | - Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
| * | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-9/+7
| |/ / | | | | | | | | | - Upgrade Gitaly-version
| * | Pass project to BlobDouwe Maan2017-04-271-1/+1
| | |
| * | Avoid including the MarkupHelperToon Claes2017-04-271-2/+1
| | |
| * | Refactor MarkupHelperDouwe Maan2017-04-271-1/+1
| | |
| * | Cache the rendered README, but post-process on showToon Claes2017-04-271-5/+10
| |/ | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
| * Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan2017-04-171-1/+1
| |\ | | | | | | | | | | | | | | | | | | Fix following with multiple paths Closes gitlab-ee#2175 See merge request !10737
| | * Fix following with multiple pathsfix-follow-with-multiple-pathsSean McGivern2017-04-171-1/+1
| | | | | | | | | | | | | | | `git log --follow` is only supported for a single path. CE doesn't currently pass multiple paths, but EE does.
| * | Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-7/+1
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'gitaly-testing' into 'master' Rémy Coutable2017-04-121-7/+9
| |\ | | | | | | | | | | | | Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298
| | * Setup and run a Gitaly server for testing if GitalyClient is enabledgitaly-testingAlejandro Rodríguez2017-04-111-7/+9
| | |
| * | Fix redundant cache expiration in Repositoryblackst0ne2017-04-101-2/+0
| |/
| * Combine delegations in one lineJacob Vosmaer2017-04-071-2/+1
| |
| * Send more Gitaly::Repository fieldsJacob Vosmaer2017-04-071-0/+3
| |
| * Use Gitaly for Environment#first_deployment_forKim "BKC" Carlbäcker2017-04-061-8/+2
| |
| * Rename {create,inizialize}_raw_repositorygitaly-refsJacob Vosmaer2017-04-051-3/+3
| |
| * Incorporate Gitaly client for refs serviceAlejandro Rodríguez2017-04-041-10/+7
| |
| * Refactoring Projects::ImportServiceDouglas Barbosa Alexandre2017-04-031-4/+0
| |
| * Move methods that are not related to mirroring to the repository modelDouglas Barbosa Alexandre2017-04-031-6/+20
| |
| * Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-0/+8
| |
| * Make GitLab use Gitaly for commit_is_ancestorKim "BKC" Carlbäcker2017-03-301-1/+7
| | | | | | | | - Migration in Repository#is_ancestor?
| * Returns correct header data for commits endpointOswaldo Ferreira2017-03-071-3/+5
| |
| * Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381