Skip to content

Commit d52dc6c

Browse files
authored
Merge branch 'main' into main
2 parents ab86f11 + 27a4925 commit d52dc6c

File tree

8 files changed

+36
-3
lines changed

8 files changed

+36
-3
lines changed

collections/clean-code-linters/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ items:
3333
- pmd/pmd
3434
- diffplug/spotless
3535
- spotbugs/spotbugs
36+
- trunk-io/plugins
3637
display_name: Clean code linters
3738
created_by: holman
3839
---

collections/game-engines/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ items:
4343
- hajimehoshi/ebiten
4444
- HaxeFoundation/haxe
4545
- bevyengine/bevy
46-
- Esenthel/EsenthelEngine
4746
- aws/lumberyard
4847
- FlaxEngine/FlaxEngine
4948
- ObEngine/ObEngine

collections/made-in-bangladesh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- usmanhalalit/charisma
3030
- usmanhalalit/laracsv
3131
- boss-net/license-checker
32-
- SOC-ASIA/action-sbom-upload
32+
- sscsb/action-sbom-upload
3333
- sulaiman-coder/profiler
3434

3535
display_name: Made in Bangladesh

collections/riscv-cores/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ items:
2929
- SonalPinto/kronos
3030
- stevehoover/warp-v
3131
- stnolting/neorv32
32-
- riscv-steel/riscv-steel-core
32+
- riscv-steel/riscv-steel
3333
- klessydra/T13x
3434
- klessydra/T03x
3535
- klessydra/T02x

topics/cicd/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
aliases: ci-cd
3+
display_name: CI/CD
4+
short_description: CI/CD is a build automation strategy and part of DevOps.
5+
topic: cicd
6+
wikipedia_url: https://en.wikipedia.org/wiki/CI/CD
7+
related: continuous-delivery, continuous-integration, continuous-deployment, pipelines-as-code, devops, build-automation
8+
---
9+
**CI/CD** is a build automation strategy and part of DevOps
10+
11+
* **[Continuous integration](https://github.com/topics/continuous-integration)**: Frequent merging of several small changes into a main branch.
12+
* **[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.
13+
* **[Continuous deployment](https://github.com/topics/continuous-deployment)**: When new software functionality is rolled out completely automatically.
14+
15+
[![](https://img.shields.io/badge/%E2%86%91%20parent-DevOps-blue)](https://github.com/topics/devops)
16+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20integration-green)](https://github.com/topics/continuous-integration)
17+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20delivery-green)](https://github.com/topics/continuous-delivery)
18+
[![](https://img.shields.io/badge/%E2%86%92%20child-continuous%20deployment-green)](https://github.com/topics/continuous-deployment)

topics/matlab/matlab.png

-20.7 KB
Loading

topics/postman/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
display_name: Postman
3+
short_description: Postman is a HTTP and REST API testing tool.
4+
topic: postman
5+
related: postman-collection, newman, swagger, openapi, rest-api, graphql, api-design, developer-tools, api-testing
6+
wikipedia_url: https://en.wikipedia.org/wiki/Postman_(software)
7+
github_url: https://github.com/postmanlabs
8+
created_by: Abhinav Asthana, Ankit Sobti, Abhijit Kane
9+
logo: postman.png
10+
---
11+
**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
12+
* using variables (collection, environment, etc.) in different places (path, query string, etc.)
13+
* Collections: Group requests in folders, export collections and write documentation for them
14+
* Scripting: Modify the request before sending as well as test and visualize its results
15+
* Design APIs: Create OpenAPI schema files and store them in your version control system

topics/postman/postman.png

16.6 KB
Loading

0 commit comments

Comments
 (0)