-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
35 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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 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 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,18 @@ | ||
--- | ||
aliases: ci-cd | ||
display_name: CI/CD | ||
short_description: CI/CD is a build automation strategy and part of DevOps. | ||
topic: cicd | ||
wikipedia_url: https://en.wikipedia.org/wiki/CI/CD | ||
related: continuous-delivery, continuous-integration, continuous-deployment, pipelines-as-code, devops, build-automation | ||
--- | ||
**CI/CD** is a build automation strategy and part of DevOps | ||
|
||
* **[Continuous integration](https://github.com/topics/continuous-integration)**: Frequent merging of several small changes into a main branch. | ||
* **[Continuous delivery](https://github.com/topics/continuous-delivery)**: When teams produce software in short cycles with high speed and frequency so that reliable software can be released at any time, and with a simple and repeatable deployment process when deciding to deploy. | ||
* **[Continuous deployment](https://github.com/topics/continuous-deployment)**: When new software functionality is rolled out completely automatically. | ||
|
||
[![](https://img.shields.io/badge/%E2%86%91%20parent-DevOps-blue)](https://github.com/topics/devops) | ||
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20integration-green)](https://github.com/topics/continuous-integration) | ||
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20delivery-green)](https://github.com/topics/continuous-delivery) | ||
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20deployment-green)](https://github.com/topics/continuous-deployment) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,15 @@ | ||
--- | ||
display_name: Postman | ||
short_description: Postman is a HTTP and REST API testing tool. | ||
topic: postman | ||
related: postman-collection, newman, swagger, openapi, rest-api, graphql, api-design, developer-tools, api-testing | ||
wikipedia_url: https://en.wikipedia.org/wiki/Postman_(software) | ||
github_url: https://github.com/postmanlabs | ||
created_by: Abhinav Asthana, Ankit Sobti, Abhijit Kane | ||
logo: postman.png | ||
--- | ||
**Postman** is an API platform for developers for building and using APIs. This tool cannot only make requests with different HTTP verbs to different URLs, it also offers | ||
* using variables (collection, environment, etc.) in different places (path, query string, etc.) | ||
* Collections: Group requests in folders, export collections and write documentation for them | ||
* Scripting: Modify the request before sending as well as test and visualize its results | ||
* Design APIs: Create OpenAPI schema files and store them in your version control system |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.