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
path: root/app
AgeCommit message (Collapse)Author
2017-02-15dev favicon is blue, not purpleSimon Knox
2017-02-15override favicon for development to find tabs more easilySimon Knox
2017-02-15Merge branch 'create-new-project-ui-fix' into 'master' Dmitriy Zaporozhets
Layout alignment fix in new project and edit project screen See merge request !9201
2017-02-15Merge branch '27925-fix-mr-stray-pipelines-api-request' into 'master' Filipa Lacerda
Fix stray pipelines API request when showing MR Closes #27925 See merge request !9213
2017-02-15Merge branch 'not_ignore_parameter_of_mr_change_branches_path' into 'master'Rémy Coutable
Don't ignore the parameter of MergeRequestsHelper#mr_change_branches_path See merge request !9223
2017-02-15Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets
Nested groups improvements pt 3 See merge request !9227
2017-02-15Fix stray pipelines API request when showing MREric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
2017-02-15Merge branch '28142-overlap-bugs' into 'master' Alfredo Sumaran
Fix z index bugs Closes #28142 See merge request !9236
2017-02-15Merge branch 'master' into 'master' Clement Ho
Fix smaller height of Activity header page Closes #27631 See merge request !8952
2017-02-15Merge remote-tracking branch 'origin/master' into ↵Dmitriy Zaporozhets
dz-nested-groups-improvements-3
2017-02-15#27631: Add missing top-area div to activity header pagenerro
2017-02-14Merge branch 'issue_27317' into 'master' Alfredo Sumaran
Fix timezone on issue boards due date Closes #27317 See merge request !9150
2017-02-14Merge branch '26287-link-branch-in-calendar-activity' into 'master'Rémy Coutable
Add Links to Branches in Calendar Activity Closes #26287 See merge request !9224
2017-02-14Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets
# Conflicts: # doc/api/projects.md
2017-02-14Fix z index bugsAnnabel Dunstone Gray
2017-02-14Add Links to Branches in Calendar ActivityJan Christophersen
2017-02-14Merge branch '19302-wiki-page-delete-does-not-trigger-the-webhook' into ↵Rémy Coutable
'master' Resolve "Wiki page delete does not trigger the webhook" Closes #19302 See merge request !8198
2017-02-14Merge branch '26286-most-recent-activity-profile-header' into 'master' Annabel Dunstone Gray
Add 'Most Recent Activity' header to User Profile Closes #26286 See merge request !9189
2017-02-14Merge branch 'use-es6-promise-package' into 'master' Alfredo Sumaran
Use es6-promise package to avoid webpack warnings See merge request !9215
2017-02-14Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-14Merge branch '27932-merge-request-pipelines-displays-json' into 'master' Alfredo Sumaran
Adds `.json` to the endpoint requested in order to avoid showing JSON Closes #27932 See merge request !9105
2017-02-14Merge branch '27924-set-max-width-mini-pipeline-text' into 'master' Filipa Lacerda
Set max width for text in mini pipeline graph Closes #27924 See merge request !9188
2017-02-14Fix timezone on issue boards due dateFelipe Artur
2017-02-14Don't ignore the parameter of MergeRequestsHelper#mr_change_branches_pathDongqing Hu
2017-02-14Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-14Set max width for text in mini pipeline graphSam Rose
2017-02-14Merge branch '22645-add-discussion-contribs-to-calendar' into 'master' Sean McGivern
Add discussion events to contributions calendar Closes #22645 See merge request !8821
2017-02-14Merge branch '27966-branch-ref-switcher-input-filter-broken' into 'master' Filipa Lacerda
Display loading indicator when filtering ref switcher dropdown Closes #27966 See merge request !9144
2017-02-14Execute web hooks for WikiPage delete operationMark Fletcher
* Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
2017-02-14Make WikiPage comparable according to StaticModel interfaceMark Fletcher
* Add WikiPage#id method returning associated SHA for wiki page commit
2017-02-14Use es6-promise package to avoid webpack warningsEric Eastwood
See https://github.com/stefanpenner/es6-promise/issues/100 ``` [WDS] Warnings while compiling. ./vendor/assets/javascripts/es6-promise.auto.js Module not found: Error: Can't resolve 'vertx' in '/Users/eric/Documents/gitlab/gitlab-development-kit/gitlab/vendor/assets/javascripts' @ ./vendor/assets/javascripts/es6-promise.auto.js 140:16-26 @ ./app/assets/javascripts/application.js @ multi (webpack)-dev-server/client?http://localhost:3808 ./application.js ```
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-02-13Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into ↵Douwe Maan
'master' Make deploy key not show in User's keys list Closes #27480 See merge request !9024
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-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-13Layout alignment fix in new project and edit project screenPratik Borsadiya
2017-02-13Display loading indicator when filtering ref switcher dropdownClement Ho
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-13Respect autocrlf setting when creating/updating file through web UIDouwe Maan
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 '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