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-08-11Since now fetch_ref is reliable, we could just rely on itLin Jen-Shin
2017-08-10Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin
so that we don't have to fetch it for non-forks
2017-08-10Just detect exit status rather than check refLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13416#note_37193731 So we just try a cheaper way to detect it if it works or not
2017-08-09Fix some tests and report the error messageLin Jen-Shin
2017-08-09Detect if we didn't create the ref soonerLin Jen-Shin
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-08Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets
Incorporate Gitaly's CommitService.FindCommit RPC Closes gitaly#402 See merge request !13094
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-07Migrate Repository#find_commits_by_message to GitalyAhmad Sherif
Closes gitaly#443
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
2017-08-01Add rugged_is_ancestor methodJacob Vosmaer
2017-08-01Make disk_path keyword argument and optionalGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-26Removed `Repository#blob_by_oid` unused methodAndrew Newdigate
2017-07-26Implement GRPC call to RepositoryServiceZ.J. van de Weg
2017-07-13More Gitaly annotationsJacob Vosmaer
2017-07-05Add back Pipeline#ci_yaml_file_path due to all the troublesLin Jen-Shin
2017-07-03Follow feedback on the merge requestLin Jen-Shin
2017-06-30Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
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 ...
2017-06-28Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
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 ...
2017-06-27Make Gitlab::Ggit::Repository#submodules privateJacob Vosmaer
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-08Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon
Blob#load_all_data! doesn’t need an argument See merge request !11977
2017-06-08nil-check Repository::is_ancestor?Kim Carlbäcker
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-05-18Incorporate Gitaly's local_branches operation into repo codeAlejandro Rodríguez
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
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.
2017-05-11Fix displaying a repository without a readmeDouwe Maan
2017-05-11Reset Repository#license memo when license file is changedDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-04Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan
'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
2017-05-03removes the possibility of commit messages having carriage returnsTiago Botelho
2017-05-02Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern
Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
2017-04-28Fix Gitaly::Commit#is_ancestorKim "BKC" Carlbäcker
- Upgrade Gitaly-version
2017-04-28CleanupKim "BKC" Carlbäcker
2017-04-28Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker
- Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
2017-04-27Pass project to BlobDouwe Maan
2017-04-27Avoid including the MarkupHelperToon Claes
2017-04-27Refactor MarkupHelperDouwe Maan
2017-04-27Cache the rendered README, but post-process on showToon Claes
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.
2017-04-17Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan
Fix following with multiple paths Closes gitlab-ee#2175 See merge request !10737
2017-04-17Fix following with multiple pathsSean McGivern
`git log --follow` is only supported for a single path. CE doesn't currently pass multiple paths, but EE does.
2017-04-17Removes `Repository#version` method and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-12Merge branch 'gitaly-testing' into 'master' Rémy Coutable
Setup and run a Gitaly server for testing if GitalyClient is enabled See merge request !10298