summaryrefslogtreecommitdiff
path: root/app/helpers/namespaces_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug rendering group icons when forkingMark Fletcher2018-03-281-1/+1
| | | | - NamespacesHelper#namespace_icon should return a URL instead of an image_tag for groups
* Retrieve namespace owner's avatar by owner, not owner#email.Andreas Brandl2018-02-131-1/+1
|
* Guarantee the order of groups in the dropdownbvl-subgroup-in-dropdownsBob Van Landuyt2017-11-141-2/+5
| | | | | | | | So the groups with the same parent are listed together. The recursive cte seemed to do it by itself, but it is not guaranteed. By ordering on the `route.path` that includes every parent group, we can assume they're going to be in the right order.
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-1/+1
| | | | These dropdown options are used for creating and transfering projects.
* Add check for access to NamespaceRubén Dávila2017-08-301-2/+2
|
* Address some suggestions from first code reviewRubén Dávila2017-08-291-8/+7
|
* expand the help text with links and additional instructionsMike Greiling2017-08-261-1/+8
|
* dynamically disable/enable visibility options when changing namespaces in ↵Mike Greiling2017-08-261-1/+1
| | | | new project form
* Add some data attributes for options in namespace selectorRubén Dávila2017-08-261-17/+18
|
* Resolve "Gitlab administrator cannot create projects in every group"George Andrinopoulos2017-03-241-1/+7
|
* Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
|
* Fix preselected namespace when creating a projectDavid Piegza2017-02-211-0/+4
|
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* few fixes based on MR feedbackJames Lopez2016-09-201-11/+2
|
* Fix namespace helper - use pluck instead of slower map version.James Lopez2016-09-201-1/+1
|
* modify github import JS and controller so we can now specify a namespace ↵James Lopez2016-09-201-1/+13
| | | | | | | | and/or name for a project. - Fixed and added specs. - Added different namespace options depending on user privilages - Updated docs.
* hide help block when user is creating a new project inside a groupArinde Eniola2016-04-121-2/+10
|
* Unify new project namespace select and path inputDouwe Maan2015-12-021-3/+3
|
* Refactor select2 tagsDmitriy Zaporozhets2015-11-161-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Prevent database query each time we render group avatarDmitriy Zaporozhets2015-03-121-1/+1
|
* Improve fork to namespaces featureDmitriy Zaporozhets2014-11-141-0/+8
| | | | | | | | * Show namespace thumbnail differently if project was already forked * Show loading spinner when click on fork * Fork link navigates to personal namespace only if no manageable groups exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow masters to create projects in groupsDmitriy Zaporozhets2014-05-281-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Select2 tag for namespaces with ajax loadingDmitriy Zaporozhets2013-11-151-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove User#namespaces method from codeDmitriy Zaporozhets2013-11-051-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate global project taks. Removed more teams related functionalityDmitriy Zaporozhets2013-06-191-1/+0
|
* Remove Global namespace from options. Prepared file for migration of global ↵Dmitriy Zaporozhets2013-06-191-1/+0
| | | | projects
* Prevent Project.all & User.all in selectboxesDmitriy Zaporozhets2013-06-111-8/+2
|
* Syntax fix of sorting groups/usersDmitry Moskalchuk2013-02-191-2/+2
|
* Sort groups/namespaces by human nameDmitry Moskalchuk2013-02-161-2/+2
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-6/+7
|
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
|
* NamespacesHelperDmitriy Zaporozhets2012-11-271-0/+26