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
2016-03-25Add Assign to me button and unassigned.Jacob Schatz
2016-03-25Assign current user when no user is assigned linkJacob Schatz
2016-03-25Add js-extras so show any and show no for milestones show up.Jacob Schatz
2016-03-25Remove console logJacob Schatz
2016-03-25Fix subscription button by hooking it back up.Jacob Schatz
2016-03-25Fix broken functionality in sidebar after merge.Jacob Schatz
Added nice animations too.
2016-03-25Don't attempt to look up an avatar in repo if repo directory does not existStan Hu
Closes #14580
2016-03-25Make sure Repository#gitlab_ci_yml is safe to use even when repository is ↵Dmitriy Zaporozhets
missing Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Small refactoring and rewordingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-25Fix specsAlfredo Sumaran
2016-03-25Fix endpointAlfredo Sumaran
2016-03-25Remove unnecessary sentenceAlfredo Sumaran
2016-03-25Add missing #Alfredo Sumaran
2016-03-25Rename header for dropdownsJacob Schatz
2016-03-25Add multi select stay open functionalityJacob Schatz
2016-03-25New dropdowns work on merge requests too!Jacob Schatz
2016-03-25Adds new dropdown ajax to user selectionJacob Schatz
2016-03-25Adding dropdown for usersJacob Schatz
2016-03-25Remove api calls from api.js.coffee.Jacob Schatz
Using respond to instead
2016-03-25Make remove multi and remove single work.Jacob Schatz
Make add single and add multi work properly. Multiple inputs for multiselect
2016-03-25Fix bugs with select dropdown and multiselectionJacob Schatz
2016-03-25Removes bugs with selection.Jacob Schatz
Adds deselect still a WIP.
2016-03-25Fix up commit messageJacob Schatz
2016-03-25Add labels as proper POST arrays using new dropdownJacob Schatz
2016-03-25Add milestone sidebar update via JSONJacob Schatz
2016-03-25Make label search work with JSON dataJacob Schatz
2016-03-25Ajax call to milestones via new dropdownsJacob Schatz
2016-03-25Sidebar milestone updatable via JSONJacob Schatz
2016-03-25Adds milestone API JS callJacob Schatz
2016-03-25Updates sidebar milestone to use new dropdownsJacob Schatz
2016-03-25Merge branch 'clarify_lfs' into 'master' Achilleas Pipinellis
Clarify LFS configuration A user on Twitter was confused (rightfully so) because LFS admin docs suggest you must set a storage path. In fact, Omnibus defaults to a very sane location. Add a comment to the snippet outlining the default. See merge request !3388
2016-03-25Upgrade Brakeman from 3.1.4 to 3.2.1connorshea
Includes support for Rails 5, bug fixes, and various additional vulnerability checks. See Changelog for more information (https://github.com/presidentbeef/brakeman/blob/master/CHANGES)
2016-03-25Upgrade web-console to 2.3.0connorshea
Rails 5 compatibility release. See the Changelog for more information: https://github.com/rails/web-console/releases/tag/v2.3.0
2016-03-25Upgrade font-awesome-rails to 4.5.0.1connorshea
Includes Rails 5 support. See changelog for details: https://github.com/bokmann/font-awesome-rails/releases/tag/v4.5.0.1
2016-03-25Upgrade Bullet to 5.0.0connorshea
Includes Rails 5 support. See changelog for details (https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md).
2016-03-25Describe CI stuff.Sytse Sijbrandij
2016-03-25Remove release docs from the CE repositoryRobert Speicher
More detailed, updated, and accurate versions of these docs now live in https://gitlab.com/gitlab-org/release-tools [ci skip]
2016-03-24add link to forks pages in fork counter buttonArinde Eniola
2016-03-24Merge branch 'issue_14610' into 'master' Robert Speicher
Fix cancel button on issuable edit form See merge request !3392
2016-03-24Fix link when issuable is newAlfredo Sumaran
2016-03-24Fix cancel link on issuable edit formAlfredo Sumaran
2016-03-24Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich
preferences. Fixes #14585.
2016-03-24Merge branch ↵Douwe Maan
'fix-comments-on-confidential-issues-show-activity-feed-for-non-members' into 'master' Comments on confidential issues doesn't show in activity feed to non-members Closes #14568 See merge request !3375
2016-03-24Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre
2016-03-24Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre
2016-03-24Merge branch 'project-dropdown-width' into 'master' Jacob Schatz
Fixed issue with width of project select dropdown Before: ![Screen_Shot_2016-03-24_at_13.42.53](/uploads/25580c45dc339f7f932f032ac2d10fba/Screen_Shot_2016-03-24_at_13.42.53.png) ![Screen_Shot_2016-03-24_at_13.43.04](/uploads/e4d1d4e332d27f14c980264bef9dc4d9/Screen_Shot_2016-03-24_at_13.43.04.png) After: ![Screen_Shot_2016-03-24_at_13.42.38](/uploads/68b8e161d86b41849f9e8a1d9c8fd36c/Screen_Shot_2016-03-24_at_13.42.38.png) ![Screen_Shot_2016-03-24_at_13.43.13](/uploads/f3fe732bcd517efea3a1d7c761bb6a0e/Screen_Shot_2016-03-24_at_13.43.13.png) See merge request !3386
2016-03-24Clarify LFS configurationDrew Blessing
2016-03-24Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-24Merge branch 'sidebar-bold-fix' into 'master' Jacob Schatz
Fixed bold in sidebar ![Screen_Shot_2016-03-23_at_12.01.54](/uploads/d50ae3426efcb2436b3debdd80073b2f/Screen_Shot_2016-03-23_at_12.01.54.png) This is to go with https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/289 See merge request !3358
2016-03-24Merge branch 'fix-password-settings-regressions' into 'master' Jacob Schatz
Shows password form when signed in with linked account Closes #14379 Doing this to get the builds passing for !3325 See merge request !3381