Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Sep 28, 2023
2 parents 3f9499e + e252a07 commit 20d5000
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 3 deletions.
1 change: 0 additions & 1 deletion collections/game-engines/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ items:
- hajimehoshi/ebiten
- HaxeFoundation/haxe
- bevyengine/bevy
- Esenthel/EsenthelEngine
- aws/lumberyard
- FlaxEngine/FlaxEngine
- ObEngine/ObEngine
Expand Down
2 changes: 1 addition & 1 deletion collections/made-in-bangladesh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ items:
- usmanhalalit/charisma
- usmanhalalit/laracsv
- boss-net/license-checker
- SOC-ASIA/action-sbom-upload
- sscsb/action-sbom-upload
- sulaiman-coder/profiler

display_name: Made in Bangladesh
Expand Down
2 changes: 1 addition & 1 deletion collections/riscv-cores/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ items:
- SonalPinto/kronos
- stevehoover/warp-v
- stnolting/neorv32
- riscv-steel/riscv-steel-core
- riscv-steel/riscv-steel
- klessydra/T13x
- klessydra/T03x
- klessydra/T02x
Expand Down
18 changes: 18 additions & 0 deletions topics/cicd/index.md
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)
Binary file modified topics/matlab/matlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions topics/postman/index.md
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
Binary file added topics/postman/postman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20d5000

Please sign in to comment.