summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/groups
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-196-9/+14
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-2011-19/+33
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-1611-47/+60
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-1816-48/+60
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-205-7/+13
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-24/+38
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eeGitLab Bot2020-11-237-22/+34
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-1920-120/+95
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-215-24/+45
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-194-1/+14
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-206-3/+15
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-206-21/+47
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-184-6/+11
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-242-3/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-5/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-261-0/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-281-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-221-9/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-181-1/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-131-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-094-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-061-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-063-0/+104
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-18/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-4/+3
|
* Disable "transfer group" button when no parent group is selectedJan Beckmann2019-09-111-0/+2
| | | | | | Refactor project_edit.js to be reusable for this purpose Closes #64799
* Move gke_cluster_dropdowns to create_cluster dirEnrique Alcantara2019-08-271-1/+1
| | | | | | | | | | | This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud.
* CE port for Group bulk edit merge requestsEugenia Grieff2019-07-231-0/+4
| | | | | | | Add bulk update sidebar to merge requests template Add js to toggle sidebar Fix bulk update button in issues template Add specs for merge requests in bulk update service
* CE Port of Allow bulk update for group issuesFatih Acet2019-07-091-0/+4
| | | | | | | | This is a port MR for CE Original MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14141
* Bring Manual Ordering on Issue ListRajat Jain2019-06-261-0/+2
| | | | | | | | | On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
* Use exposed regex for frontend maskable checkmfluharty2019-06-061-0/+1
| | | | | | Pass string value in through haml template data attribute Evaluate it into a regex when initiating variable list Use it to determine whether to show the maskability warning
* Add leave link to access_granted emailmember-access-granted-leave-email-feLuke Bennett2019-05-031-0/+2
| | | | | | | | Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
* Merge branch 'keyval-labels' into 'master'Sean McGivern2019-04-052-2/+2
|\ | | | | | | | | [CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804
| * [frontend] backport of scoped labelsRajat Jain2019-04-042-2/+2
| | | | | | | | Scoped labels in EE require additional changes in CE code.
* | Improve project avatar settingsce-proj-settings-ok-avatar-onlyLuke Bennett2019-03-282-4/+4
|/ | | | Prioritize and simplify project settings content.
* Security Dashboard as default view for groupsGilbert Roulot2019-03-144-25/+38
| | | | | | | Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
* Provide EE backports for filtering by approver featureIgor2019-03-071-1/+2
| | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
* Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'"Igor2019-03-071-2/+1
| | | | This reverts merge request !24982
* Provide EE backports for filtering by approver featureIgor2019-03-071-1/+2
| | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
* Refactor PersistentUserCallout instantiationsLuke Bennett2019-03-062-4/+2
| | | | Uses a new factory method to DRY instantiation.
* CE backport of members-ee-codePhil Hughes2019-02-271-1/+1
|
* Fix issues filter search token ee importLuke Bennett2019-02-261-1/+1
|
* Merge branch 'filter-confidential-issues' into 'master'Kamil TrzciƄski2019-02-261-0/+2
| | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
* Revert "Merge branch 'filter-confidential-issues' into 'master'"Michael Kozono2019-02-251-2/+0
| | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b.
* Ability to filter confidential issuesRobert Schilling2019-02-211-0/+2
| | | | | Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.