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-02-23Merge branch '26900-pipelines-tabs' into 'master' Kamil Trzciński
Resolve "CI - Pipelines and Builds screens are inconsistent" Closes #26900 See merge request !9265
2017-02-23Merge branch 'api-notes-entity-fields' into 'master' Sean McGivern
Remove deprecated `upvotes` and `downvotes` from the notes API Closes #28441 See merge request !9384
2017-02-23Merge branch 'master' into 26900-pipelines-tabsFilipa Lacerda
* master: (361 commits) Code style improvements remove require.context from network_bundle remove require.context from graphs_bundle remove require.context from filtered_search_bundle Ignore two Rails CVEs in bundler:audit job Remove Pages readme Change Pages redirect Add missing index.md to Pages docs Added double newline after file upload markdown insert Reorder main index items in Pages overview remove html comments remove <> wrapping text - part 3 wrapping text - part 2 [ci skip] fix link wrap text - part 1 - [ci skip] typo fix spelling, add intermediate cert link Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag remove link to unfinished video ...
2017-02-23Rebase to master for avoiding failing testsGeorge Andrinopoulos
2017-02-23Code style improvementsAlfredo Sumaran
2017-02-22Merge branch '22466-task-list-alignment' into 'master' Annabel Dunstone Gray
Align Task List Checkboxes Closes #22466 See merge request !6487
2017-02-22Merge branch 'add-issues-tooltip' into 'master' Alfredo Sumaran
Added tooltip to add issues button on issue boards Closes #27985 See merge request !9142
2017-02-22Merge branch 'revert-2cf17c42' into 'master' Alfredo Sumaran
Revert "Merge branch '27934-left-align-nav' into 'master'" See merge request !9423
2017-02-22Merge branch 'master' into 'api-notes-entity-fields'Robert Schilling
# Conflicts: # doc/api/v3_to_v4.md
2017-02-22Merge branch '28458-present-gitlab-version-for-v4-changes-on-docs' into ↵Sean McGivern
'master' Present GitLab version for each V3 to V4 API change on v3_to_v4.md Closes #28458 See merge request !9425
2017-02-22Merge branch 'feature/brand-logo-in-emails' into 'master' Sean McGivern
Custom brand header logo in emails Closes #24969 and #25570 See merge request !9049
2017-02-22Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern
Add merge request count to each issue on issues list Closes #19786 and #23208 See merge request !9252
2017-02-22Merge branch '27032-add-a-house-keeping-api-call' into 'master' Rémy Coutable
Add housekeeping endpoint for Projects API Closes #27032 See merge request !9421
2017-02-22Merge branch 'zj-fix-slash-command-labels' into 'master' Douwe Maan
Chat slash commands show labels correctly Closes #28358 See merge request !9408
2017-02-22Merge branch '28524-gitlab-ci-yml-coverage-key-is-unknown' into 'master' Rémy Coutable
Document when current coverage configuration option was introduced Closes #28524 See merge request !9443
2017-02-22Present GitLab version for each V3 to V4 API change on v3_to_v4.mdOswaldo Ferreira
2017-02-22Update CHANGELOG.md for 8.17.0Felipe Artur
[ci skip]
2017-02-22Merge branch 'lnovy/gitlab-ce-empty-variables' into 'master'Rémy Coutable
UI: Allow a project variable to be set to an empty value See merge request !9414
2017-02-22Merge branch '26087-asciidoc-cicd-badges-snippet' into 'master'Rémy Coutable
Add AsciiDoc snippet for CI/CD Badges Closes #26087 See merge request !9164
2017-02-22Add housekeeping endpoint for Projects APIMark Fletcher
2017-02-22Remove deprecated `upvotes` and `downvotes` from the notes APIRobert Schilling
2017-02-22Document when current coverage configuration option was introducedMark Fletcher
* Introduced in v8.17 [skip ci]
2017-02-22Merge branch '22132-rename-branch-name-params-to-branch' into 'master' Rémy Coutable
Standardize branch name params as `branch` on V4 API Closes #22132 See merge request !8936
2017-02-22Merge branch 'api-subscription-restful' into 'master' Sean McGivern
API: Make subscription API more RESTfuL Closes #28327 See merge request !9325
2017-02-22add changelog entryAlexis Reigel
2017-02-22Merge branch 'issue_28051_2' into 'master'Sean McGivern
Create compare object with default branch when target branch is missing Closes #28051 See merge request !9263
2017-02-22Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern
Spam check and reCAPTCHA improvements Closes #28093 See merge request !9248
2017-02-22Merge branch '28462-fix-delimiter-removes-issue-in-todo-counter' into 'master'Sean McGivern
fixes delimiter removes when todo marked as done Closes #28462 See merge request !9435
2017-02-22Merge branch '27287-label-dropdown-error-messages' into 'master'Sean McGivern
Fix form response errors not shown for create label dropdown. See merge request !9058
2017-02-22fixes delimiter removes when todo marked as doneNur Rony
2017-02-22Merge branch 'add-filtered-search-to-mr' into 'master' Alfredo Sumaran
Add filtered search to MR page Closes #27131 See merge request !9284
2017-02-22Merge branch '26881-backup-fails-if-data-changes' into 'master' Douwe Maan
Copy data before compression to prevent 'file changed as we read it' Closes #26881 See merge request !8728
2017-02-22Merge branch '26703-todos-count' into 'master' Clement Ho
#26703 change todos counter position & format ( for large counts ) Closes #26703 See merge request !9171
2017-02-22# This is a combination of 2 commits.Drew Blessing
# This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
2017-02-21Merge branch '1363-redo-mailroom-support' into 'master' Douwe Maan
Redo internals of Incoming Mail Support See merge request !9385
2017-02-21Create compare object with default branch when target branch is missingFelipe Artur
2017-02-21Merge branch 'commit-search-ui-fix' into 'master' Annabel Dunstone Gray
Fix the commit search UI Closes gitlab-ee#1765 See merge request !9411
2017-02-21Revert "Merge branch '27934-left-align-nav' into 'master'"Annabel Dunstone Gray
This reverts merge request !9338
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-21change todos counter position & format ( for large counts )mhasbini
2017-02-21Add filtered search to MR pageClement Ho
2017-02-21Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda
Rename retry failed button on pipeline page to just retry See merge request !9369
2017-02-21Merge branch 'sh-delete-user-permission-check' into 'master' Stan Hu
Add user deletion permission check in `Users::DestroyService` See merge request !8974
2017-02-21Merge branch '28389-ux-problem-with-pipeline-coverage-placeholder' into ↵Annabel Dunstone Gray
'master' Changed coverage reg expression placeholder text to be more like a placeholder Closes #28389 See merge request !9407
2017-02-21API: Make subscription API more RESTfuLRobert Schilling
2017-02-21Merge branch 'api-todos-restful' into 'master' Sean McGivern
Use POST methods to mark Todos as done Closes #28467 See merge request !9410
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-21Merge branch 'group-memebrs-owner-level' into 'master'Sean McGivern
Added ability to change user permissions in group to owner Closes #28233 See merge request !9299
2017-02-21Merge branch 'snippets-search' into 'master'Sean McGivern
Fixed alignment of snippet search results Closes #26832 See merge request !9228
2017-02-21UI: Allow a project variable to be set to an empty valueLukáš Nový
Signed-off-by: Rémy Coutable <remy@rymai.me>