summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_project.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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-111-1/+5
| | | | Part of single codebase changes.
* Disable inaccessible navigation links upon archiving a projectElias Werberich2019-03-311-2/+2
|
* Port EE Insights Sidebar ItemsMark Fletcher2019-03-181-0/+2
|
* Style avatars for groups and projectsMartin Wortschack2019-02-251-1/+1
| | | | | | | | | - 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
* 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>
* 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
* 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
|
* backport changes from gitlab-ee!7903Simon Knox2018-11-081-2/+5
|
* 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.
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an SSH key and use it to clone and pushMark Lapierre2018-09-151-1/+1
| | | | | | | | | Adds 2 end-to-end tests: 1. Add and remove an SSH key 2. Add an SSH key and use it to clone and push Includes changes to factories to allow Git actions via SSH
* Move badge settings to general settingsWinnie Hellmann2018-09-031-5/+0
|
* Send resize parameters for avatarsTim Zallmann2018-08-071-1/+1
|
* Resolve "The comparison list for the modified icons"Sam Beckham2018-07-271-2/+2
|
* i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-231-27/+27
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* Milestone testsDan Davison2018-07-111-1/+1
|
* Added shortcuts help, i18n45739-add-metrics-to-operations-tabJose2018-07-041-2/+2
|
* Changes Operations navigation pathTiago Botelho2018-06-291-1/+1
|
* Remove GET empty from EnvironmentsControllerTiago Botelho2018-06-291-1/+1
|
* Prevents project first environment from being fetched in every project viewTiago Botelho2018-06-281-2/+2
|
* Fix metrics shortcutJose2018-06-261-1/+1
|
* Specify environment actions to distinguish between metrics and every other ↵Tiago Botelho2018-06-261-3/+3
| | | | environment related actions
* Rename sidebar metrics pathTiago Botelho2018-06-261-1/+1
|
* Adds empty environments pageTiago Botelho2018-06-261-1/+1
|
* Adds metrics to Operartions tab in projects sidebarTiago Botelho2018-06-261-0/+5
|
* Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez2018-06-251-3/+3
|
* Backport code from gitlab-ee!6182Lukas Eipert2018-06-201-5/+13
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-241-2/+2
|\
| * Merge branch 'issue_38418' into 'master'Rémy Coutable2018-05-241-2/+2
| |\ | | | | | | | | | | | | | | | | | | Fix sidebar issue count Closes #38418 See merge request gitlab-org/gitlab-ce!19022
| | * Fix sidebar issue countissue_38418Felipe Artur2018-05-241-2/+2
| | |
* | | Merge branch 'master' into bootstrap4Clement Ho2018-05-221-1/+1
|\ \ \ | |/ /
| * | Renamed 'Overview' to 'Project' in collapsed contextual navigation at a ↵Constance Okoghenun2018-05-211-1/+1
| | | | | | | | | | | | project level
* | | Merge branch 'master' into bootstrap4Clement Ho2018-05-211-2/+2
|\ \ \ | |/ /
| * | Merge branch 'update-cicd-icon' into 'master'Mike Greiling2018-05-181-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Update CI/CD icon to be the rocket Closes #46491 See merge request gitlab-org/gitlab-ce!19024