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-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-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-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-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>
2017-02-21Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda
Truncate long title text on Todo items Closes #28186 See merge request !9311
2017-02-21API: Use POST requests to mark todos as doneRobert Schilling
2017-02-21Fix the commit search UIPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
2017-02-21Changed coverage reg expression placeholder text to be more like a placeholderdimitrieh
2017-02-21Merge branch '28357-colon-search' into 'master' Clement Ho
Allow searching issues for strings containing colons Closes #28357 See merge request !9400
2017-02-21Allow searching issues for strings containing colonsSimon Knox
2017-02-21Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho
Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
2017-02-20Merge branch '27934-left-align-nav' into 'master' Alfredo Sumaran
Resolve "Left align nav items" Closes #27934 See merge request !9338
2017-02-20Merge branch '26315-unify-labels-filter-behavior' into 'master' Rémy Coutable
Unify issues search behavior by always filtering when ALL labels matches Closes #26315 See merge request !8849
2017-02-20Merge branch 'feature/github-find-users-by-email' into 'master' Robert Speicher
GitHub Importer - Find users based on their email address Closes #15181 See merge request !8958
2017-02-20Merge branch '28204-option-to-disable-webpack-dev-server-livereload' into ↵Alfredo Sumaran
'master' Pick up option from GDK to disable webpack dev server livereload Closes #28204 See merge request !9287
2017-02-20Merge branch 'authentiq-backchannel-logout' into 'master' Douwe Maan
Remote logout functionality on Authentiq OAuth provider See merge request !9381
2017-02-20Merge branch 'updated-pages-0.3.1' into 'master' Robert Speicher
Update GitLab Pages to v0.3.1 See merge request !9387
2017-02-20Merge branch 'artifactsdoc' into 'master'Robert Speicher
Added documentation for permalinks to most recent build artifacts Closes #27361 See merge request !8934
2017-02-20Add CHANGELOG entryDouglas Barbosa Alexandre
2017-02-20Merge branch 'api-star-restful' into 'master'Rémy Coutable
API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar` Closes #28328 See merge request !9328
2017-02-20ChangelogGabriel Mazetto
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-02-20Added documentation for permalinks to most recent build artifactsChristian Godenschwager
- Documented how to download single files from most recent artifacts - Documented how to browse most recent artifacts
2017-02-20Unify issues search behavior by always filtering when ALL labels matchesOswaldo Ferreira
2017-02-20Add user deletion permission check in `Users::DestroyService`Stan Hu
We saw from a recent incident that the `Users::DestroyService` would attempt to delete a user over and over. Revoking the permissions from the current user did not help. We should ensure that the current user does, in fact, have permissions to delete the user. Signed-off-by: Rémy Coutable <remy@rymai.me>