Verified Commit f6a0ea65 authored by Andreas Brandl's avatar Andreas Brandl
Browse files

Move Runway team page to infrastructure-platforms/gitlab-delivery

Move the Runway team page to its correct location under gitlab-delivery
as part of the Infrastructure Platforms department reorganization.

Changes:
- Move runway team page from infrastructure/team/runway/ to
  infrastructure-platforms/gitlab-delivery/runway/
- Update files that referenced the runway team page path
- Add redirects for old paths (infrastructure/team/runway/)

Related: gitlab-com/gl-infra/mstaff#491
parent c7639664
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ These are the stakeholders:
| [Editor Extensions: VS Code](/handbook/engineering/ai/editor-extensions-vscode/) | Maintains the GitLab Workflow VS Code Extension ([maintainers](https://gitlab-org.gitlab.io/gitlab-roulette/?currentProject=gitlab-vscode-extension&mode=show&hidden=reviewer)) & [Web IDE](https://gitlab.com/gitlab-org/gitlab-web-ide) extensions and the [language server](https://gitlab.com/groups/gitlab-org/-/epics/2431). Also contributes with UX improvements for Code Suggestions within GitLab Workflow. |
| [Editor Extensions: Multi-Platform](/handbook/engineering/ai/editor-extensions-multi-platform/) | <ul><li>[JetBrains](https://gitlab.com/gitlab-org/editor-extensions/gitlab-jetbrains-plugin), [Neovim](https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim) & [Visual Studio](https://gitlab.com/gitlab-org/editor-extensions/gitlab-visual-studio-extension) editor extensions</li> <li>Co-owns [Language Server](https://gitlab.com/gitlab-org/editor-extensions/gitlab-lsp) with [Editor Extensions: VS Code](/handbook/engineering/ai/editor-extensions-vscode/) </li><li>Duo CLI (Ideation/MVC phase)</li></ul>  |
| [Global Search](/handbook/engineering/ai/search/) | Abstraction Layer / Vector Storage / Semantic |
| [Infrastructure Platforms - Runway](/handbook/engineering/infrastructure/team/runway/) | AI Gateway Scalability / Runway infrastructure |
| [Infrastructure Platforms - Runway](/handbook/engineering/infrastructure-platforms/gitlab-delivery/runway/) | AI Gateway Scalability / Runway infrastructure |
| [Workflow Catalog](/handbook/engineering/ai/workflow-catalog) | AI Catalog / Custom Agents / Custom Flows |

## Counterparts
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ toc_hide: true

## Ownership

`cloud.gitlab.com` endpoint is owned by the [Runway Team](../../../../../infrastructure/team/runway/_index.md).
`cloud.gitlab.com` endpoint is owned by the [Runway Team](/handbook/engineering/infrastructure-platforms/gitlab-delivery/runway/).

## Context

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ title: "Database Operations Team"

The mission of the Database Operations team at GitLab is to Build, Run, Own and Evolve the entire lifecycle of the PostgreSQL database engine for GitLab.com.

The team is focused on owning the reliability, scalability, performance & security of the database engine and its supporting services. The team should be seeking to build their services on top of [Runway](/handbook/engineering/infrastructure/team/runway/_index.md) services and cloud vendor managed products, where appropriate, to reduce complexity, improve efficiency and deliver new capabilities quicker.
The team is focused on owning the reliability, scalability, performance & security of the database engine and its supporting services. The team should be seeking to build their services on top of [Runway](/handbook/engineering/infrastructure-platforms/gitlab-delivery/runway/) services and cloud vendor managed products, where appropriate, to reduce complexity, improve efficiency and deliver new capabilities quicker.

The team uses [Engineering Principals](/handbook/engineering/development/principles/) to guide the decisions it makes for it's services. The team does not explicitly have any self hosted product responsibilities but we should contribute the lessons we learn running the database engine for GitLab at scale in production  back to the Product, Development & Support teams to improve overall customer experience with GitLab, as well as collaborating with the Support teams when self managed customers encounter complex database engine issues.

+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ flowchart LR
    PRODENG --> Observability
    click Observability "/handbook/engineering/infrastructure-platforms/production-engineering/observability/"
    PRODENG --> Runway
    click Runway "/handbook/engineering/infrastructure/team/runway/"
    click Runway "/handbook/engineering/infrastructure-platforms/gitlab-delivery/runway/"
    PRODENG --> CCU[Cloud Cost Utilization]
    click CCU "/handbook/engineering/infrastructure-platforms/production-engineering/cloud-cost-utilization/"

Loading