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-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-26Merge branch 'fix/gb/handle-max-pages-artifacts-size-correctly' into 'master'Kamil Trzciński
Handle maximum pages artifacts size correctly Closes #35317 See merge request !13072
2017-07-26Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern
Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088
2017-07-26Move exception handling to executeTiago Botelho
2017-07-25Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński
Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910
2017-07-25Fix rubocop offense in update pages service specsGrzegorz Bizon
2017-07-25Handle maximum pages artifacts size correctlyGrzegorz Bizon
2017-07-25Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into ↵Rémy Coutable
'master' New `/duplicate` quick action Closes #26372 See merge request !12845
2017-07-24Merge branch '33097-issue-tracker' into 'master'Sean McGivern
Associate Issues tab only with internal issues tracker Closes #33097 See merge request !12130
2017-07-24Fix editing project with container images presentGrzegorz Bizon
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-07-21Move duplicate issue management to a serviceSean McGivern
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-20Changes based on MR feedback.Ryan Scott
Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue.
2017-07-20Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott
2017-07-20Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (130 commits) Change auto-retry count to a correct value in docs Fix background migration cleanup specs Fix CI/CD job auto-retry specs Fix JS; make buttons sr accessibile; fix overlay remove redundant changelog entries Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3' Merge branch '33303-404-for-unauthorized-project' into 'security-9-3' Merge branch '33359-pers-snippet-files-location' into 'security-9-3' Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3' Hide description about protected branches to non-member Update CHANGELOG.md for 9.0.11 Update CHANGELOG.md for 9.1.8 Update CHANGELOG.md for 8.17.7 Update CHANGELOG.md for 9.2.8 Update CHANGELOG.md for 9.3.8 Respect blockquote line breaks in markdown 35209 Add wip message to new navigation preference section Add github imported projects count to usage data Add versions to Prometheus metrics doc Add Bulgarian translations of Pipeline Schedules ...
2017-07-20Use struct instead of hashLin Jen-Shin
2017-07-20Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński
Make it possible to auto retry a failed CI/CD job Closes #3442 See merge request !12909
2017-07-20Handle errors while a project is being deleted asynchronously.Timothy Andrew
1. Rescue all errors that `Projects::DestroyService` might throw, to prevent the worker from leaving things in an inconsistent state 2. Unmark the project as `pending_delete` 3. Add a `delete_error` text column to `projects`, and save the error message in there, to be shown to the project masters/owners.
2017-07-20Fix CI/CD job auto-retry specsGrzegorz Bizon
2017-07-19Merge branch '34930-fix-edited-by' into 'master'Sean McGivern
Fix issue detail if user who last edited an issue was deleted Closes #34930 See merge request !12933
2017-07-19Use hash to return multiple objectsLin Jen-Shin
2017-07-19Merge branch 'bjk/pipelines_created_total' into 'master'Grzegorz Bizon
Update piplines created metric name See merge request !12960
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-07-19Merge branch 'bvl-free-system-namespace' into 'master'Sean McGivern
Free `system` namespace by moving uploads into `uploads/-` Closes #33550 See merge request !12917
2017-07-19Update piplines created metric nameBen Kochie
* Use `_total` naming convention. * Add to metrics documentation.
2017-07-18Incorporate Gitaly's Commits#between RPCAlejandro Rodríguez
2017-07-18Instead of adding master, stub_not_protect_default_branchLin Jen-Shin
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-07-18Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (25 commits) Remove unneeded asserts and add tests for inactive RequestStore Rename the methods to make it fit with current name Follow feedback on the merge request Make sure it checks against the tag only when it's a tag Renamed Gitaly services fix transient rspec failure due to Poll.js race condition Refactor variables initialization in dropzone_input.js cache the cache key... avoid #respond_to? in Cache.id_for cache DeclarativePolicy.class_for at the class level Update 9.3-to-9.4.md fix padding on filtered search dropdown. Styles should only apply to li in list Cache Note#notable for commits and fix tests Add changelog entry Update the comments for the new functionality Use RequestStoreWrap for Commit#author Skip dead jobs queue for web hooks and project services Add RequestStoreWrap to cache via RequestStore Don't track cached queries in Gitlab::PerformanceBar::PeekQueryTracker Add changelog entry ...
2017-07-17Cache Note#notable for commits and fix testsLin Jen-Shin
2017-07-17Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (638 commits) Simplify background migrations stealing code Expire cached user IDs that can see the performance after 5 minutes Promote visibility level helpers from Group to Namespace Fix off-by-one error in background migration retries Recover from all exceptions when stealing bg migration Fix label creation from new list for subgroup projects move click handler to button. when on the icon it wasn't triggered in firefox Fix incorrect AWS ELB metrics. Fix wrong link to docs in docs styleguide Update issue-related docs Refactor groups docs Add subgroups limitations to Pages docs Update Google launcher details Split docs on IP whitelist for monitoring access Update health check docs Bump fog-core to 1.44.3 and fog providers' plugins to latest Introduce have_gitlab_http_status Remove Repository#search_files Update Pipeline's badge count in Merge Request and Commits view to match real-time content Fixes the user order being overriden in the autocomplete controller ...
2017-07-17Add specs for pipeline process with auto-retriesGrzegorz Bizon
This also resolve a possible race condition - a next stage should not start until are retries are done in a previous one.
2017-07-17Add specs seeding jobs with auto-retries configuredGrzegorz Bizon
2017-07-14Adds specs for renaming a project with container imagesGrzegorz Bizon
2017-07-14Add specs for changing default branch in a projectGrzegorz Bizon
2017-07-13Recover from renaming project that has container imagesGrzegorz Bizon
2017-07-11Repair Regression caused by - !11573Paul Charlton
some changes introduced by 4daa6da5407d235cbe4f7a787eaa29304446a870, 26b6e299e1c97b956306572c5c9f6c02f428bfd7, 17898ce021fc365c620d4600df68c3e7d2151619 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-10Fix milestones destroy serviceFelipe Artur
2017-07-07Merge branch 'dm-fix-project-path-helpers-production' into 'master'Douwe Maan
Include new URL helpers retroactively into includers of Gitlab::Routing Closes #34821 See merge request !12716
2017-07-07Merge branch 'fix-mrs-merged-immediately' into 'master'Robert Speicher
Don't mark empty MRs as merged on push to the target branch Closes #32800 See merge request !12711
2017-07-07Include new URL helpers retroactively into includers of Gitlab::RoutingDouwe Maan
2017-07-07Native group milestonesFelipe Artur
2017-07-07Don't mark empty MRs as merged on push to the target branchSean McGivern
When we push to an MR's target branch, we check if the MR's HEAD commit is contained in the push. This lets us mark MRs as merged if they were merged manually. However, we also added a feature where you can create an empty MR from an issue. If that MR is created around the time of a merge to the default branch, we would process the push after creating the MR, and consider it to be a manual merge. To fix that, we exclude empty MRs from this process. If they are empty, they were empty before the push we're processing, so we shouldn't touch them!
2017-07-07Merge branch 'bvl-backport-board-issue-create-service' into 'master'Douwe Maan
This makes the `Boards::CreateService` more reusable for EE See merge request !12704
2017-07-07This makes the `Boards::CreateService` more reusable for EEBob Van Landuyt
2017-07-07Remove /reassign quick actionToon Claes
/reassign should only work when multiple assignees are available. And since this is only the case for GitLab EE, remove it from CE. This was picked using 517c97eb12e44f354787313dd35ac7a1642f5b20 of gitlab-ee.
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-05Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin