Skip to content

Commit

Permalink
github workflows overview
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Salac <richard.salac@broadcom.com>
  • Loading branch information
richard-salac committed Sep 25, 2024
1 parent 8890695 commit 11bd0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# API Mediation Layer

[Build Status](https://github.com/zowe/api-layer/actions)

[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=coverage)](https://sonarcloud.io/dashboard?id=zowe_api-layer)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=zowe_api-layer&metric=alert_status)](https://sonarcloud.io/dashboard?id=zowe_api-layer)
[Workflows status overview](WORKFLOWS_STATUS_OVERVIEW.MD)

The API Mediation Layer (API ML) provides a single point of access for mainframe service REST APIs. The API ML offers enterprise, cloud-like features such as high-availability, scalability, dynamic API discovery, consistent security, a single sign-on experience, and documentation. The API ML consists of three components: the Gateway, the Discovery Service, and the API Catalog. The API ML facilitates secure communication across loosely coupled microservices through the API Gateway. The Discovery Service enables you to determine the location and status of service instances running inside the API ML ecosystem. The API Catalog provides a user-friendly, easy-to-use interface to view all discovered services, their associated APIs, and Swagger documentation.

Expand Down
3 changes: 1 addition & 2 deletions PIPELINE_STATUS.MD → WORKFLOWS_STATUS_OVERVIEW.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pipeline status
# Workflows status Overview

## v3.x.x

Expand Down Expand Up @@ -26,7 +26,6 @@
### Scheduled

[![Automated binary release](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml/badge.svg?branch=v2.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/automated-release.yml)
[![Renovate](https://github.com/zowe/api-layer/actions/workflows/renovate-bot.yml/badge.svg?branch=v2.x.x&event=schedule)](https://github.com/zowe/api-layer/actions/workflows/renovate-bot.yml)

### On PR merge

Expand Down

0 comments on commit 11bd0a3

Please sign in to comment.