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-22fix transient test failure - wait for dropdown contents to be visible before ↵transient-spec-failureSimon Knox
clicking
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-21Merge branch 'patch-1' into 'master'Rémy Coutable
Update GitLab CE/EE comparison & subscribe links in README.md See merge request !9404
2017-02-21Merge branch 'dropdown-loading-class-add' into 'master' Filipa Lacerda
Changes when loading indicator is added to dropdown See merge request !9345
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-21Update GitLab CE/EE comparison & subscribe links in README.mdPeter Dave Hello
2017-02-21Allow searching issues for strings containing colonsSimon Knox
2017-02-21Merge branch 'add-approving-license-process' into 'master' Clement Ho
Add process for requesting approval for licenses Closes gitlab-com/organization#22 See merge request !9242
2017-02-21Merge branch 'fix-spinach-failure' into 'master' Robert Speicher
Fix Spinach failure See merge request !9401
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-21Fix Spinach failureDouwe Maan
2017-02-21Merge branch 'rename-karma-job' into 'master' Alfredo Sumaran
Rename karma job to rake karma See merge request !9342
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 'dm-fix-editing-files-on-forks-quick' into 'master' Robert Speicher
Fix issue where files on a fork could not be edited Closes #28188 See merge request !9349
2017-02-20Merge branch 'ux-guide-add-personas' into 'master' Régis Freyd (GitLab)
UX Guide: Add personas See merge request !9390
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 'rs-document-timecop' into 'master' Rémy Coutable
Document Timecop usage for time-sensitive tests See merge request !9383
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-20[ci skip] UX Guide: Add personasAllison Whilden
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-20Reuse User#find_by_any_email on UserFormatter#find_by_emailDouglas Barbosa Alexandre
2017-02-20Use leading periods on UserFormatter#find_by_external_uidDouglas Barbosa Alexandre
2017-02-20Add CHANGELOG entryDouglas Barbosa Alexandre
2017-02-20Add a simple cache for Gitlab::GithubImport::Client#userDouglas Barbosa Alexandre
2017-02-20GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre
The returned email by the GitHub API is the user's publicly visible email address (or null if the user has not specified a public email address in their profile)
2017-02-20Don't use potentially slow ForkService in specDouwe Maan
2017-02-20Merge branch 'pedro-fix-line-ending' into 'master' Clement Ho
Fix wrong line ending [ci-skip] See merge request !9270
2017-02-20Merge branch 'remove-paginated-ressource' into 'master'Rémy Coutable
Remove shared example for pagination See merge request !9377
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-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2017-02-20Fixed eslint errorPhil Hughes
2017-02-20Merge branch 'zj-improve-performance-user-agent-details' into 'master' Rémy Coutable
Improve performance of User Agent Detail See merge request !9129
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-20Merge branch 'fix-vue-production-build' into 'master' Jacob Schatz
Utilize bundler-ready Vue distribution See merge request !9357
2017-02-20Merge branch 'fix-grammar' into 'master' Robert Speicher
Fix some grammar in the API docs See merge request !9379
2017-02-20Update GitLab Pages to v0.3.1Nick Thomas
2017-02-20Merge branch 'link-to-rspec-features-docs' into 'master' Rémy Coutable
Add link to external documentation of rspec-rails feature specs See merge request !8973
2017-02-20Document Timecop usage for time-sensitive testsRobert Speicher
2017-02-20Improve performance of User Agent DetailZ.J. van de Weg
2017-02-20Merge branch 'api-post-block' into 'master' Sean McGivern
API: Use POST to (un)block a user Closes #14596 See merge request !9371
2017-02-20Fix some grammar in the API docsRobert Schilling
2017-02-20Merge branch 'api-grape-datetime' into 'master' Rémy Coutable
Use grape validation for dates See merge request !9375
2017-02-20Remove shared example for paginationRobert Schilling
2017-02-20API: Use POST to (un)block a userRobert Schilling
2017-02-20API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`Robert Schilling
2017-02-20Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern
Download snippets with LF line-endings by default Closes #21240 See merge request !8999