- Notifications
You must be signed in to change notification settings - Fork165
Command bar#686
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Command bar#686
Changes fromall commits
Commits
Show all changes
18 commits Select commitHold shift + click to select a range
f777828 Add new topic for quick search
NimRegevf737074 Update command-bar.md
NimRegev0a033b3 Update nav.yml
NimRegevfb39fda Update command-bar.md
NimRegevaab16e8 Update quick-search-options.png
NimRegevddf4564 Move quick search bucket
NimRegev58ae296 Update command-bar.md
NimRegev61d70c7 Add note on handshake
NimRegevc4f1173 Update command-bar.md
NimRegev6e3f7e1 Add enable new codefresh experience
NimRegev50218b8 Add keyboard shortcuts for global
NimRegev3030875 Update command-bar.md
NimRegev41e650e Update command-bar.md
NimRegev2c68258 Update enable new experience
NimRegev92c4848 Update command-bar.md
NimRegevaaf6ef6 Update xrefs and screenshot
NimRegeva24839a Update enable-new-experience.md
NimRegev99c435a Update nav.yml
NimRegevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,103 @@ | ||
| --- | ||
| title: "Global Search & Navigation" | ||
| description: "How to perform actions, search for entities, find features, and more with Global Search & Navigation" | ||
| group: getting-started | ||
| toc: true | ||
| --- | ||
| Stay where you are in Codefresh and get to what you want without extra clicks! Be it navigation, actions such as switching accounts, or finding entities such as pipelines or builds, Codefresh Global Search & Navigation is your answer. | ||
| ## About Global Search & Navigation | ||
| Global Search & Navigation is always available in the toolbar, displayed on the top-left. | ||
| > **TIP**: | ||
| If you don't see it, you may have to [enable the Codefresh New Experience]({{site.baseurl}}/docs/new-codefresh/enable-new-experience/#enable-the-codefresh-new-experience). | ||
| When you click the Global Search field, you can see the predefined categories to jump-start your search for **Pipelines** **Projects**, or **Documentation**. | ||
| To start the search, click a category or directly type in the first letters of what you're looking for. | ||
| Select the option or use the shortcut keys. See [Keyboard shortcuts for Global Search & Navigation](#keyboard-shortcuts-for-global-search--navigation). | ||
| >**TIP**: | ||
| The results are synced to your permissions and account settings. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/administration/command-bar/quick-search-options.png" | ||
| url="/images/administration/command-bar/quick-search-options.png" | ||
| alt="Global Search & Navigation in Codefresh" | ||
| caption="Global Search & Navigation in Codefresh" | ||
| max-width="60%" | ||
| %} | ||
| We are always adding more options, so stay tuned to our online announcements. | ||
| >**NOTE**: | ||
| >The Global Search & Navigation feature establishes an initial handshake request with the data source API on inital loading. The outcome of this request does not impact functionality, even in on-premises or air-gapped environments where it will fail. | ||
| >Although your monitoring or alerting systems may flag it as a failure, you can safely disregard the failure notification. | ||
| ## Keyboard shortcuts for Global Search & Navigation | ||
| Here are a few keyboard shortcuts to work with Global Search & Navigation. | ||
| {: .table .table-bordered .table-hover} | ||
| | Navigate to | Keyboard Shortcuts | | ||
| | ---------- | -------------------------- | | ||
| | Global Search | **⌘+ K** | | ||
| | Projects | **P** then **R** | | ||
| | Builds | **B** | | ||
| | Steps | **S** then **T** | | ||
| | GitOps Apps | **A** then **P** | | ||
| | Helm Boards | **H** then **B** | | ||
| | DORA Metrics | **D** then **R** | | ||
| | Images | **I** then **M** | | ||
| ## Find actions & configuration settings | ||
| In addition to quickly navigating to specific entities such as Builds and Pipelines, administrators can navigate to configuration settings such as Single Sign-On, and installation actions. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/administration/command-bar/quick-search-single-sign-on.png" | ||
| url="/images/administration/command-bar/quick-search-single-sign-on.png" | ||
| alt="Example: Finding Single Sign-On with Global Navigation & Search" | ||
| caption="Example: Finding Single Sign-On with Global Navigation & Search" | ||
| max-width="60%" | ||
| %} | ||
| ## Switch accounts | ||
| Use Global Search & Navigation to switch between Codefresh accounts. | ||
| Instead of selecting the account to sign in to from your avatar, stay where you are, and use our built-in action to switch accounts. | ||
| * In the Global Search field, start typing `accounts` to get to the Switch Account action. | ||
| * Select **Switch Account**** to see the list of accounts, and then either select or use auto-complete to select the account. | ||
| {% include | ||
| image.html | ||
| lightbox="true" | ||
| file="/images/administration/command-bar/switch-account.png" | ||
| url="/images/administration/command-bar/switch-account.png" | ||
| alt="Switch accounts with Global Navigation & Search" | ||
| caption="Switch accounts with Global Navigation & Search" | ||
| max-width="60%" | ||
| %} | ||
| ## Related articles | ||
| [Account and user settings]({{site.baseurl}}/docs/administration/account-user-management) | ||
| [Codefresh for CI]({{site.baseurl}}/docs/getting-started/ci-codefresh/) | ||
| [Codefresh for CD]({{site.baseurl}}/docs/getting-started/cd-codefresh/) | ||
| [Concepts in Codefresh]({{site.baseurl}}/docs/getting-started/concepts/) | ||
| [Introduction to Codefresh]({{site.baseurl}}/docs/getting-started/intro-to-codefresh/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| --- | ||
| title: "The Codefresh New Experience" | ||
| description: "Enable the Codefresh New Experience" | ||
| toc: true | ||
| --- | ||
| Unveiling the Codefresh New Experience, bringing you new navigation, features, and functionality, with seamless access to both Codefresh Pipelines and Codefresh GitOps. | ||
| Here are a few highlights: | ||
| * [Pipelines Dashboard]({{site.baseurl}}/docs/dashboards/home-dashboard/#pipelines-dashboard): Our new Home dashboard includes a dedicated Pipelines Dashboard. Easily monitor pipeline metrics and performance to gain insights and optimize pipeline definitions. | ||
| * [Images Dashboard]({{site.baseurl}}/docs/dashboards/images/): We have redesigned the Images dashboard with a new layout, grouping images by repository. | ||
| * [Global Search & Navigation]({{site.baseurl}}/docs/getting-started/command-bar/): Quickly locate specific features or functionalities while staying where you are. | ||
| * [Enhanced navigation]({{site.baseurl}}/docs/new-codefresh/menu-navigation/): Navigation options are categorized by user options (accessed by clicking your Avatar in the toolbar), account-level administration and configuration, and features and functionality. | ||
| ## Enable the Codefresh New Experience | ||
| As a Codefresh admin, you can enable the Codefresh New Experience for a specific account. You also flexibility to switch back to the previous version of Codefresh at any time. | ||
| 1. In the Codefresh UI, on the toolbar, click the **Settings** icon and then select **Account Settings**. | ||
| 1. From General in the sidebar, select **Account Information**. | ||
| 1. Click **Enable the New Experience**. | ||
| **To restore the previous version:** | ||
| 1. In the Codefresh UI, on the toolbar, click the **Settings** icon and then select **Account Settings**. | ||
| 1. From General in the sidebar, select **Organization Information**. | ||
| 1. Scroll down to **Switch to Classic Codefresh**, and click **Return to previous version**. | ||
| ## Related articles | ||
| [Codefresh for CI]({{site.baseurl}}/docs/getting-started/ci-codefresh/) | ||
| [Codefresh for CD]({{site.baseurl}}/docs/getting-started/cd-codefresh/) | ||
| [Concepts in Codefresh]({{site.baseurl}}/docs/getting-started/concepts/) | ||
| [Introduction to Codefresh]({{site.baseurl}}/docs/getting-started/intro-to-codefresh/) |
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.