summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar
Commit message (Collapse)AuthorAgeFilesLines
* Add packages nav to group sidebardz-group-packages-page-ceDmitriy Zaporozhets2019-06-191-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix sidebar flyout navigationfix-flyout-navsLuke Bennett2019-06-131-1/+1
| | | | Show flyout nav for active item when collapsed.
* Add project Dependency List sidebar entry11396-dependency-list-connect-frontend-to-backend-ceMark Florian2019-06-061-0/+2
| | | | | This is a CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13968.
* Resolve CE/EE diffs in app/views/layouts viewlayouts-scbLuke Bennett2019-05-114-4/+18
| | | | Part of single codebase changes.
* i18n: externalize strings from user profile settingsantony liu2019-05-091-1/+1
|
* Merge branch 'dz-registry-proxy-ui-ce' into 'master'Tim Zallmann2019-05-071-0/+1
|\ | | | | | | | | CE Backport for Dependency Proxy UI See merge request gitlab-org/gitlab-ce!27965
| * Backport change to group sidebardz-registry-proxy-ui-cemfluharty2019-05-011-0/+1
| |
* | Check instance cluster feature at policy levelJames Fargher2019-05-071-11/+12
| | | | | | | | Try to simplify feature flag checks by using policies
* | Instance level kubernetes clusters adminJames Fargher2019-05-071-0/+12
|/ | | | | Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
* Add QA tests for the performance bar60356-add-qa-tests-for-the-performance-barSean McGivern2019-04-161-1/+1
| | | | | | | | These are very high-level. Currently, they test: 1. That the performance bar appears. 2. That it has detailed metrics for Postgres and Gitaly. 3. That AJAX requests are included in the request selector.
* Disable inaccessible navigation links upon archiving a projectElias Werberich2019-03-311-2/+2
|
* Port EE Insights Sidebar ItemsMark Fletcher2019-03-182-0/+4
|
* Security Dashboard as default view for groupsGilbert Roulot2019-03-141-5/+6
| | | | | | | 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
* Add qa class and some refactorSanad Liaquat2019-03-071-1/+1
|
* Style avatars for groups and projectsMartin Wortschack2019-02-252-2/+2
| | | | | | | | | - Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
* Add render_if_exists for sidebar and preferencesVictor Zagorodny2019-02-051-1/+1
|
* adding a spec for issues/310Mesut Güneş2019-02-011-1/+1
|
* Fixed bug when external wiki is enabledFrancisco Javier López2019-01-311-3/+18
| | | | | | | | When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
* Merge branch 'split-project-menu-into-separate-submenus' into 'master'Mark Lapierre2019-01-241-3/+3
|\ | | | | | | | | Split project menu into separate submenus See merge request gitlab-org/gitlab-ce!24501
| * Split `Page::Project::Menu` into separate submenusWalmyr Filho2019-01-241-3/+3
| | | | | | | | https://gitlab.com/gitlab-org/quality/team-tasks/issues/84
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Avatar in the settings sidebarYoginth2019-01-231-1/+1
|
* Merge branch '56213-remove-error_tracking-feature-flag' into 'master'Kamil Trzciński2019-01-191-1/+1
|\ | | | | | | | | | | | | Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
| * Remove `error_tracking` feature flagPeter Leitzen2019-01-151-1/+1
| | | | | | | | | | | | | | We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
* | Merge branch ↵Dan Davison2019-01-161-1/+1
|\ \ | | | | | | | | | | | | | | | | | | '56043-failure-in-qa-specs-features-browser_ui-7_configure-auto_devops-create_project_with_auto_devops_spec-rb' into 'master' Small screen fix for "Failure in qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb" See merge request gitlab-org/gitlab-ce!24209
| * | Try use elements for all project menu nav in qaJames Fargher2019-01-171-1/+1
| | |
* | | Add test case to check that branches are correctly listed after CRUD operationsWalmyr2019-01-161-2/+2
| |/ |/|
* | List Sentry Errors in GitLab - FrontendSimon Knox2019-01-111-0/+6
| |
* | Remove releases_page feature flagShinya Maeda2019-01-111-1/+1
|/ | | | | | We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
* Move settings operations controller from EE to CEmove-settings-oprations-to-cePeter Leitzen2019-01-061-1/+4
| | | | | This commit prepares the structure for the upcoming feature error tracking.
* Add releases APIAlessio Caiazza2018-12-311-1/+1
| | | | | | | | | | | This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
* Reorder sidebar menu item for group clustersGeorge Tsiolis2018-12-221-13/+13
|
* Adds releases index routeFilipa Lacerda2018-12-181-1/+6
| | | | | | Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
* Add operations_path helperMatija Čupić2018-12-081-2/+2
|
* Introduce Knative Serverless TabDylan Griffith2018-12-061-0/+6
|
* Add qa classSanad Liaquat2018-11-261-1/+1
|
* Merge branch '34758-group-cluster-controller' into 'master'Kamil Trzciński2018-11-091-0/+13
|\ | | | | | | | | User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ce!22450
| * Adds Kubernetes sidebar for groupsThong Kuah2018-11-081-0/+13
| | | | | | | | | | As this is the only item in this menu, make Kubernetes the link for the sidebar item too.
* | backport changes from gitlab-ee!7903Simon Knox2018-11-081-2/+5
|/
* CE backport - Chart showing issues created per monthConstance Okoghenun2018-11-071-0/+2
|
* Sync group sidebar template with EEadd-security-dashboard-link-cesamdbeckham2018-10-231-1/+13
| | | | - Allow to extend nav links for the Group sidebar
* Extend Create New Merge Request test to also add a labelAleksandr Soborov2018-10-171-2/+2
|
* Add test to add a new project memberMark Lapierre2018-10-101-1/+1
| | | | Adds a new QA test and the required page objects and related changes
* Move to using qa-* selectorsThong Kuah2018-10-091-1/+1
| | | | | | | Adds the corresponding qa-* classes into the view files for each new Page element we added. Adjust the click actions to match.
* Add element classes used in ee branch qa-257-group-saml-ssosliaquat2018-10-031-3/+3
|
* [QA] Improve admin hashed-storage settingsRémy Coutable2018-10-021-4/+4
| | | | | | | | | | This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa-257-group-saml-sso-ce-pre-req' into 'master'40085-add-a-create_merge_request-quick-action-2Rémy Coutable2018-09-271-1/+1
|\ | | | | | | | | Adds css classes to aid GitLab-QA tests See merge request gitlab-org/gitlab-ce!21935
| * Added css class to aid gitlab-qa testsqa-257-group-saml-sso-ce-pre-reqsliaquat2018-09-261-1/+1
| |
* | Merge branch 'ee-admin-geo-namespace-support' into 'master'Douglas Barbosa Alexandre2018-09-211-3/+3
|\ \ | | | | | | | | | | | | Backport Admin menu changes from EE See merge request gitlab-org/gitlab-ce!21864
| * | Backport Admin menu changes from EEGabriel Mazetto2018-09-211-3/+3
| | | | | | | | | | | | | | | | | | Using path syntax to include Admin namespace as part of Project controller menu expansion code, in order to not conflict with same controller name but in Geo namespace.