Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@12-10-stable-ee | GitLab Bot | 2020-04-24 | 2 | -3/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-31 | 1 | -5/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-26 | 1 | -0/+16 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-04 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-28 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-28 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-22 | 1 | -9/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-18 | 1 | -1/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-10 | 1 | -2/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-13 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-09 | 4 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-06 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-06 | 3 | -0/+104 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-01 | 1 | -18/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-17 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-27 | 1 | -4/+3 |
| | |||||
* | Disable "transfer group" button when no parent group is selected | Jan Beckmann | 2019-09-11 | 1 | -0/+2 |
| | | | | | | Refactor project_edit.js to be reusable for this purpose Closes #64799 | ||||
* | Move gke_cluster_dropdowns to create_cluster dir | Enrique Alcantara | 2019-08-27 | 1 | -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 requests | Eugenia Grieff | 2019-07-23 | 1 | -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 issues | Fatih Acet | 2019-07-09 | 1 | -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 List | Rajat Jain | 2019-06-26 | 1 | -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 check | mfluharty | 2019-06-06 | 1 | -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-fe | Luke Bennett | 2019-05-03 | 1 | -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 McGivern | 2019-04-05 | 2 | -2/+2 |
|\ | | | | | | | | | [CE] Add mutually exclusive labels See merge request gitlab-org/gitlab-ce!26804 | ||||
| * | [frontend] backport of scoped labels | Rajat Jain | 2019-04-04 | 2 | -2/+2 |
| | | | | | | | | Scoped labels in EE require additional changes in CE code. | ||||
* | | Improve project avatar settingsce-proj-settings-ok-avatar-only | Luke Bennett | 2019-03-28 | 2 | -4/+4 |
|/ | | | | Prioritize and simplify project settings content. | ||||
* | Security Dashboard as default view for groups | Gilbert Roulot | 2019-03-14 | 4 | -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 feature | Igor | 2019-03-07 | 1 | -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'" | Igor | 2019-03-07 | 1 | -2/+1 |
| | | | | This reverts merge request !24982 | ||||
* | Provide EE backports for filtering by approver feature | Igor | 2019-03-07 | 1 | -1/+2 |
| | | | | | Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files | ||||
* | Refactor PersistentUserCallout instantiations | Luke Bennett | 2019-03-06 | 2 | -4/+2 |
| | | | | Uses a new factory method to DRY instantiation. | ||||
* | CE backport of members-ee-code | Phil Hughes | 2019-02-27 | 1 | -1/+1 |
| | |||||
* | Fix issues filter search token ee import | Luke Bennett | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'filter-confidential-issues' into 'master' | Kamil Trzciński | 2019-02-26 | 1 | -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 Kozono | 2019-02-25 | 1 | -2/+0 |
| | | | | | This reverts commit d133bf84c668df3dfc9938bb04150754cb873c8b, reversing changes made to 7981c0292b07a0138b096fa082341fcb13e9ce2b. | ||||
* | Ability to filter confidential issues | Robert Schilling | 2019-02-21 | 1 | -0/+2 |
| | | | | | Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder. | ||||
* | Rename entrypoint for clusters update/edit page | Mike Greiling | 2019-01-22 | 1 | -0/+0 |
| | |||||
* | Port GitLab.com gold trial callout changes to CEce-revert-revert-gold-trial-mrs | Luke Bennett | 2019-01-03 | 2 | -4/+12 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731 | ||||
* | Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵ | Luke Bennett | 2018-12-06 | 2 | -12/+4 |
| | | | | | | | 'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6. | ||||
* | Backport: Callout CSS, group edit selection JS | Dennis Tang | 2018-11-27 | 1 | -0/+4 |
| | |||||
* | Promote the GitLab.com Gold trial on a users default dashboardce-6983-promote-starting-a-gitlab-com-trial | Luke Bennett | 2018-11-21 | 2 | -4/+12 |
| | | | | | | | Show a dismissable callout on a users dashboard for a free trial of the GitLab.com Gold plan. Hide the callout from users who have dismissed the callout, are already on a trial or are already on the gold plan | ||||
* | Remove integration toggle from cluster index page | Mike Greiling | 2018-11-08 | 1 | -2/+2 |
| | |||||
* | Extend clusters_controller for group type clusters | Thong Kuah | 2018-11-08 | 5 | -0/+36 |
| | | | | | | | | | - Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups | ||||
* | Renaming Secret Variables in the codebase | Marcel Amirault | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | Backport CE to changes to support group-level file templates | Nick Thomas | 2018-10-19 | 1 | -0/+3 |
| | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase. | ||||
* | Prioritize group settings, improve panel titles, disable submit without changes | Luke Bennett | 2018-10-15 | 1 | -0/+4 |
| | |||||
* | #13650 added wip search functionality and tests | Chantal Rollison | 2018-10-03 | 1 | -0/+2 |
| | |||||
* | Merge branch 'refactor-main-js' into 'master' | Phil Hughes | 2018-09-19 | 2 | -2/+2 |
|\ | | | | | | | | | Refactor main.js content See merge request gitlab-org/gitlab-ce!19783 | ||||
| * | Move shortcuts classes into behaviors/shortcuts | Mike Greiling | 2018-09-18 | 2 | -2/+2 |
| | |