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-13Add omniauth-oauth2-generic strategyJoe Marty
- Allows configurable Single Sign On with most simple OAuth2 providers - Adds documentation for the new strategy Closes #26744
2017-02-13Merge branch '22818-licence-gitignore-and-yml-endpoints-removal' into 'master' Rémy Coutable
Remove deprecated templates endpoints in V4 Closes #22818 See merge request !8853
2017-02-13Merge branch 'option-to-be-notified-of-own-activity' into 'master' Douwe Maan
Add option to receive email notifications about your own activity See merge request !8836
2017-02-13Merge branch '24333-close-issues-with-merge-request-title-ui' into 'master' Rémy Coutable
Show mentioned/issues being closed from a Merge Requests title Closes #24333 See merge request !9194
2017-02-13Merge branch '27395-reduce-group-activity-sql-queries' into 'master' Yorick Peterse
Resolve "GroupsController#activity.json is REALLY slow due to SQL" Closes #27395 See merge request !9088
2017-02-13Merge branch 'rs-rubocop-rspec' into 'master' Rémy Coutable
Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops See merge request !9151
2017-02-13Merge branch 'dm-quick-fix-web-edit-new-lines' into 'master' Robert Speicher
Respect autocrlf setting when creating/updating file through web UI Closes gitlab-com/www-gitlab-com#1152 See merge request !9198
2017-02-13Merge branch 'sh-add-labels-index' into 'master' Yorick Peterse
Add indices to improve loading of labels page Closes #25413 See merge request !9121
2017-02-13Add comment events to contributions calendarRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-13Add 'Most Recent Activity' header to the User Profile pageJan Christophersen
2017-02-13Display loading indicator when filtering ref switcher dropdownClement Ho
2017-02-13Merge branch 'silence-webpack' into 'master' Filipa Lacerda
only print errors and warnings from webpack dev server See merge request !9118
2017-02-13Merge branch '27939-fix-current-build-arrow' into 'master' Filipa Lacerda
Fix current build arrow Closes #27939 See merge request !9154
2017-02-13Merge branch '23535-folders-in-wiki-repository' into 'master' Douwe Maan
Show directory hierarchy when listing wiki pages Closes #23535 See merge request !8133
2017-02-13Add indices to improve loading of labels pageStan Hu
2017-02-13Have some simple way to create connection poolLin Jen-Shin
2017-02-13Respect autocrlf setting when creating/updating file through web UIDouwe Maan
2017-02-13Don't connect in Gitlab::Database.adapter_nameYorick Peterse
We don't need to connect when requesting the name of the database adapter. This in turn should prevent us from requesting/leaking connections just by asking whether we're using PostgreSQL or MySQL.
2017-02-13Enable `Lint/EmptyWhen` cop and correct offenseRobert Speicher
2017-02-13Remove deprecated templates endpoints in V4Oswaldo Ferreira
2017-02-13Show mentioned/issues being closed from a Merge Requests titleJan Christophersen
2017-02-13Merge branch 'dynamic-header-fixture' into 'master' Clement Ho
Replace static fixture for header_spec.js See merge request !9174
2017-02-13Merge branch 'new-branch-fixture' into 'master' Clement Ho
Replace static fixture for new_branch_spec.js See merge request !9131
2017-02-13Merge branch '28032-tooltips-file-name' into 'master' Annabel Dunstone Gray
Adds container to tooltip in order to make it work with overflow:hidden in parent element Closes #28032 See merge request !9170
2017-02-13Merge branch '28034-icon-in-issue-search-dropdown-still-animates' into 'master'Annabel Dunstone Gray
Resolve "Icon in issue search dropdown still animates" Closes #28034 See merge request !9156
2017-02-13Make deploy key not show in User's keys listPawel Chojnacki
2017-02-13Merge branch ↵Annabel Dunstone Gray
'27947-missing-margin-between-loading-icon-and-text-in-merge-request-widget' into 'master' Resolve "Missing margin between loading icon and text in Merge Request Widget" Closes #27947 See merge request !9119
2017-02-13Merge branch 'fix/cycle-analytics-events-limit' into 'master' Sean McGivern
Add limit to the number of events showed in cycle analytics See merge request !7743
2017-02-13Use preload for Event#target since it's a polymorphic associationRémy Coutable
Also, don't use limit in subquery, MySQL don't like that. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-13Include :author, :project, and :target in Event.with_associationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-13Don't instantiate AR objects in Event.in_projectsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-13Merge branch '27886_rebasing_fix' into 'master'Sean McGivern
Mark as WIP based on MR commits only Closes #27886 See merge request !9085
2017-02-13Fix UX Guide apostrophe use for singular common nounsPedro Moreira da Silva
2017-02-13Merge branch 'make-rubocop-happy-again' into 'master'Rémy Coutable
Use safe navigation operator to make rubocop happy See merge request !9185
2017-02-13Merge branch '24976-start-of-line-mention' into 'master' Sean McGivern
Feature to create directly addressed Todos when mentioned in beginning Closes #24976 See merge request !7926
2017-02-13Use safe navigation operator to make rubocop happywinniehell
2017-02-13Merge branch 'issue-boards-docs-update' into 'master' Achilleas Pipinellis
Updated issue boards docs Closes #27872 See merge request !9097
2017-02-13Merge branch '20732_member_exists_409' into 'master'Sean McGivern
Add member: Always return 409 when a member exists Closes #20732 See merge request !9093
2017-02-13Merge branch '27608-fixes-markdown-in-activity-feed-is-light-gray' into ↵Filipa Lacerda
'master' removes grayish blue color for events activity Closes #27608 See merge request !9179
2017-02-13Merge branch 'issue_25900_2' into 'master' Sean McGivern
Gather issuable metadata to avoid n+ queries on index view Closes #25900 See merge request !9006
2017-02-13Update issue boards docsAchilleas Pipinellis
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
Update Rubocop to Ruby 2.3 See merge request !8994
2017-02-13Merge branch 'docs/merge_requests_index' into 'master' Achilleas Pipinellis
Move merge requests index file inside the merge_requests dir See merge request !9181
2017-02-13Move merge requests index file inside the merge_requests dirAchilleas Pipinellis
[ci skip]
2017-02-13Merge branch 'fix_issue_from_milestone' into 'master'Rémy Coutable
Fix issue from milestone See merge request !8895
2017-02-13Merge branch 'concurrent-foreign-keys' into 'master'Rémy Coutable
Add method for creating foreign keys concurrently See merge request !9069
2017-02-13Merge branch 'rename_files_delete_service' into 'master' Rémy Coutable
Rename Files::DeleteService to Files::DestroyService See merge request !9110
2017-02-13Fixes markdown in activity feed is light grayNur Rony
2017-02-13Mark as WIP based on MR commits onlyJarka Kadlecova
2017-02-13Fix current build arrowEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27939