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-01-14Merge branch '26587-metrics-middleware-endpoint-is-nil' into 'master' Yorick Peterse
Resolve "Metrics middleware: endpoint is nil" Closes #26587 See merge request !8544
2017-01-14Merge branch 'fix-build-sort-order' into 'master' Robert Speicher
Resolve "Sort order for pipeline build lists doesn't properly handle numbers" Closes #25428 See merge request !8277
2017-01-13Merge branch 'fix-single-team-specs' into 'master' Robert Speicher
Improve single mattermost team select disabled state See merge request !8276
2017-01-13revise sortable_name test formattingMike Greiling
2017-01-13Merge branch 'fix/merge-separate-build-spec-files' into 'master' Robert Speicher
Merge separate build spec files into one in correct location Closes #24579 See merge request !8564
2017-01-13Improve disabled state selectLuke "Jared" Bennett
Add tests
2017-01-13Merge branch 'fix/serialized-commit-path' into 'master' Rémy Coutable
Update commit entity to point to valid commit page Closes #26624 See merge request !8558
2017-01-13Merge branch 'zj-fix-broken-link-docs' into 'master' Robert Speicher
Fix broken link in docs Closes #26544 [ci skip] See merge request !8529
2017-01-13Merge branch 'env-var-in-redis-config' into 'master' Rémy Coutable
Allow to use ENV variables in redis config See merge request !8073
2017-01-13Merge branch 'milestone-issuable-labels-spacing' into 'master' Annabel Dunstone Gray
Fixed spacing of labels in issuable row on milestone#show See merge request !8563
2017-01-13Fix Rubocop offense in build specsGrzegorz Bizon
2017-01-13Add Changelog for commit links fix on pipelines pageGrzegorz Bizon
2017-01-13Remove empty build spec file from invalid locationGrzegorz Bizon
2017-01-13Merge build specs into file that has valid locationGrzegorz Bizon
2017-01-13Fixed spacing of labels in issuable row on milestone#showPhil Hughes
2017-01-13Update commit entity to point to valid commit pageGrzegorz Bizon
2017-01-13Merge branch 'fix-ruby21-milestone-api-specs' into 'master' Sean McGivern
Fix milestone API specs in Ruby 2.1 See merge request !8555
2017-01-13Put .gitlab-ci.yml back to only 2.1 on masterSean McGivern
[ci skip]
2017-01-13Only escape the 'No Milestone' paramSean McGivern
This is less invasive than the parent commit.
2017-01-13Fix milestone API specs in Ruby 2.1Sean McGivern
Ruby 2.3: ``` URI.parse('http://foo/bar?baz quux') => #<URI::HTTP http://foo/bar?baz%20quux> ``` Ruby 2.1: ``` URI.parse('http://foo/bar?baz quux') URI::InvalidURIError: bad URI(is not URI?): http://foo/bar?baz quux ```
2017-01-13Merge branch 'fix/git-migration' into 'master' Sean McGivern
Add check for new path existence Closes #26641 See merge request !8554
2017-01-13Merge branch 'clipboard-button-text' into 'master' Sean McGivern
Copy <some text> to clipboard See merge request !8535
2017-01-13Merge branch '23194-fix-no-milestone-option-for-projects-endpoint' into ↵Sean McGivern
'master' Fixes the incoherent filtering by milestone in `/projects/:id/issues` and `/groups/:id/issues` endpoints Closes #23194 See merge request !8457
2017-01-13Add check for new path existenceJames Lopez
2017-01-13Allow to use ENV variables in redis configSemyon Pupkov
2017-01-13Merge branch '26627-update-gitlab-markup-to-1-5-1-again' into 'master' Robert Speicher
Update gitlab-markup back to 1.5.1 in Gemfile Closes #26627 See merge request !8550
2017-01-13Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard help spinach test to rspec See merge request !8436
2017-01-13Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard group spinach test to rspec See merge request !8434
2017-01-13Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard archived projects spinach tests to rspec See merge request !8431
2017-01-13Merge branch 'move-dashboard-activetab-spinach-to-rspec' into 'master' Rémy Coutable
Move dashboard active tab spinach test to rspec See merge request !8423
2017-01-13Merge branch 'remove-double-let' into 'master' Rémy Coutable
Remove duplicate let in cycle_analytics_spec See merge request !8422
2017-01-13Merge branch 'move-admin-users-spinach-tests-to-rspec' into 'master' Rémy Coutable
Move admin users spinach tests to rspec See merge request !8395
2017-01-13Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.routeRémy Coutable
`endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]` but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Text for copy to clipboard: URL, personal access token, commands, referencevictorwu
2017-01-13Merge branch 'refactor-controller-params' into 'master' Robert Speicher
Refactor controller params See merge request !8522
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
- Use IssuesFinder for the /issues API resouce - Tests for iid filter in project issues API resource - Tests for No Milestone filter in issues API resources The "No Milestone" case was not previously tested, and the `/issues` resource did not support the the `milestone` parameter. - Return issues where all labels match from the issues and project issues API resources, like the group issues resource already does. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Adding 'IssueFinder' for 'projects' API endpointPanagiotis Atmatzidis
Current filtering for "/projects/:id/issues" endpoint returns no results for "No Milestone" query. This PR introduces fix by copying filtering from "/groups/:id/issues" which works as expected.
2017-01-13Merge branch '24185-legacy-ci-status-reactive-cache' into 'security'Robert Speicher
Use ReactiveCaching to update external CI status asynchronously See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2055
2017-01-13Refactor authorized params in GroupsControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Refactor allowed params in ServiceParamsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Merge branch '26615-pipeline-status-cell' into 'master' Annabel Dunstone Gray
Fixes pipeline status cell is too wide by adding missing classes in table head cells Closes #26615 See merge request !8549
2017-01-13Update gitlab-markup back to 1.5.1 in GemfileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-13Merge branch 'add-changelog-search-bar-first-iteration' into 'master' Jacob Schatz
Add changelog for search-bar-first-iteration See merge request !8546
2017-01-13Fixes pipeline status cell is too wide by adding missing classes in table ↵Filipa Lacerda
head cells Adds mr id to changelog
2017-01-12Merge branch 'redundant-parenthesis-removal-in-test' into 'master' Robert Speicher
Remove redundant parentheses in TodosController spec [ci skip] See merge request !8548
2017-01-12fixes the issueTiago Botelho
2017-01-12Add changelog for search-bar-first-iterationClement Ho
2017-01-12Merge branch 'use-configured-git' into 'master' Douwe Maan
Use configured git rather thans system git See merge request !8460
2017-01-12Merge branch 'zj-unadressable-url-variables' into 'master' Douwe Maan
Do not check for valid url for .gitlab-ci.yml Closes #22970 See merge request !8451
2017-01-12Merge branch 'fill-authorized-projects' into 'master' Douwe Maan
Fill missing authorized projects rows Closes #26194 See merge request !8476