An error occurred fetching the project authors.
- 18 May, 2021 1 commit
-
-
Francisco Javier López authored
In this commit, we're moving the `Members` menu in the project sidebar, to the `Project Information` menu.
-
- 14 May, 2021 2 commits
-
-
Francisco Javier López authored
In this commit we add a new `Deployment` menu to the project sidebar. This menu is going to contain the menu items: `Feature Flags`, `Environments`, and `Releases`. These menu items are coming from the `Operations` menu and also the `Project information` one.
-
Francisco Javier López authored
In this commit we move the menu item "Labels" from the Issues menu and its own menu when the issues are disabled, to the project information menu. That way, we'll show always the labels menu no matter the status of the issues feature.
-
- 10 May, 2021 1 commit
-
-
Francisco Javier López authored
This commits move thehidden menu from the HAML view to the new refactor.
-
- 07 May, 2021 2 commits
-
-
Francisco Javier López authored
In this commit we perform several changes to the Project Overview menu: - First we are renaming it to `Project information` - We're changing the sprite icon to `project` - We're also removing the `Details` menu
-
Francisco Javier López authored
This commits move the Settings menu from the HAML view to the new refactor.
-
- 06 May, 2021 1 commit
-
-
Francisco Javier López authored
This commits move the Snippets and Members menus from the HAML view to the new refactor.
-
- 05 May, 2021 2 commits
-
-
Francisco Javier López authored
This commits move the Confluence, External Wiki, and Wiki menus from the HAML view to the new refactor.
-
Francisco Javier López authored
In this commit we add the new Infrastructure menu behind a feature flag, to the project sidebar. It contains some menus from the Operations menu.
-
- 04 May, 2021 1 commit
-
-
Francisco Javier López authored
This commits move the Analytics menu from the HAML view to the new refactor.
-
- 03 May, 2021 1 commit
-
-
Francisco Javier López authored
This commits move the Packages & Registries menu from the HAML view to the new refactor.
-
- 30 Apr, 2021 1 commit
-
-
Francisco Javier López authored
-
- 29 Apr, 2021 3 commits
-
-
Francisco Javier López authored
This commits move the Security & Compliance menu from the HAML view to the new refactor.
-
Nicolas Dular authored
Shows a badge on the "Learn GitLab" project menu with the completion percentage of the onboarding progress.
-
Francisco Javier López authored
This commits move the CI/CD menu from the HAML view to the new refactor.
-
- 27 Apr, 2021 2 commits
-
-
Francisco Javier López authored
This commits move the Merge Requests and Requirements menus from the HAML view to the new refactor.
-
Francisco Javier López authored
This commits move the External Issue Tracker, Jira, and Labels menus from the HAML view to the new refactor.
-
- 26 Apr, 2021 1 commit
-
-
Francisco Javier López authored
In this commit we move the Issues menu from the HAML file to the new project sidebar refactor.
-
- 20 Apr, 2021 1 commit
-
-
Francisco Javier López authored
In this commit we add the `Repository` menu to the new project sidebar refactor.
-
- 19 Apr, 2021 1 commit
-
-
Francisco Javier López authored
In this commit we replace, in the project sidebar refactor, the title attribute in favour of aria-label one.
-
- 15 Apr, 2021 2 commits
-
-
Francisco Javier López authored
In this commit we add the `Learn Gitlab` menu to the new project sidebar refactor.
-
Francisco Javier López authored
-
- 29 Mar, 2021 1 commit
-
-
Francisco Javier López authored
We're going to refactor sidebars, and we need this refactor in order to use one method for each sidebar.
-
- 25 Mar, 2021 1 commit
-
-
Justin Ho Tuan Duong authored
Use it as a password field's description
-
- 10 Mar, 2021 1 commit
-
-
Marcel Amirault authored
The standard is to use CI/CD not CI / CD
-
- 19 Jan, 2021 1 commit
-
-
Doug Stull authored
- wasn't showing up due to incorrect helper logic
-
- 30 Oct, 2020 3 commits
-
-
Miguel Rincon authored
In order to avoid increasing complexity in the projects_helper, this change moves can_view_pipeline_editor to its own module.
-
Miguel Rincon authored
As we have a new reference to can_collaborate_with_project, the tests for the sidebar should include a check for this. Addtionally, a new test to check the editor link has been added.
-
Miguel Rincon authored
This change adds a new page and menu item for the pipeline authoring page behind the feature flag `:ci_pipeline_authoring_page`. It adds the boilerplate for adding Vue scripts into the page. Updated feature tests that check for an "Edit" link, so they can be more precise.
-
- 15 Oct, 2020 1 commit
-
-
sfang97 authored
Rebase with master Fix sidebar spec Remove another feature_enabled blocker Change double quote to single quote Created by isn't available yet Add note to Core badge Remove merge conflict Set feature_enabled to true Remove feature disabled shared example Address MR review comments Address TW comments Add EE specs Free vs paid .com Don't need parantheses Add self-managed specs to ee Master version of ee access token spec Add space to readme Stub should check namespace plan Add more ee specs Fix indentation of shared example Remove .com reference Fix ee spec Apply some MR suggestions Change date format Project access token shared example Stub non ee application setting Shared example cleanup- still failing Change shared example nam Fix feature unavailable specs Remove stub namespace check Add back stub check namespace plan Stub application setting Change test back to context Add back stub ee app setting Restructure shared texamples file Use multiple Rspec.shared_examples, one for each method. Also test feature unavailable Restructure shared examples Test feature unavailable Add changelog entry Add changelog entry Revert "Add changelog entry" This reverts commit 17c94b23043af6c37350cf0aab7c917123ffb02d.
-
- 08 Oct, 2020 1 commit
-
-
Peter Leitzen authored
This commit moves the final parts of Tracing to Core like operation settings HAML and navigation sidebar. This commit also removes the license `tracing`.
-
- 20 Jul, 2020 1 commit
-
-
Giorgenes Gelatti authored
- Move controllers, views and specs to core. - Enables packages in core for everyone. - Remove Gitlab.ee? checks for package. - Move packages_enabled in project entity to core - Move project#has_package? specs to core - Move project#has_package? to core - Fix package js paths
-
- 14 Jul, 2020 2 commits
-
-
Luke Duncalfe authored
The Confluence nav item now links to a landing page for the user. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
Luke Duncalfe authored
Adds a new ConfluenceService, which, when enabled can provide a new Confluence side nav item that links to a Confluence Cloud URI, replacing the regular GitLab Wiki nav item. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
- 23 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit stops using RSpec monkey patching in several specs.
-
- 11 Jun, 2020 1 commit
-
-
Markus Koller authored
- Add generic `wiki_path` / `wiki_page_path` helpers. - Move views into `app/views/shared`. - Move JS assets into `app/assets/javascripts/pages/shared`. - Refer to `@wiki` instead of `@project` in views. - Use constants on `Wiki` instead of `ProjectWiki`.
-
- 14 May, 2020 1 commit
-
-
Tristan Read authored
-
- 13 May, 2020 1 commit
-
-
peterhegman authored
Project level access tokens can be added from "Settings" -> "Access Tokens". A bot user is created with an access token and added to the project. Self-managed only feature. Change `project-access-tokens` to `access-tokens` to make them more flexible
-
- 23 Apr, 2020 1 commit
-
-
Tristan Read authored
-
- 12 Mar, 2020 1 commit
-
-
Adam Hegyi authored
- analytics_pages_under_project_analytics_sidebar - analytics_pages_under_group_analytics_sidebar - group_level_productivity_analytics
-