-
-
Notifications
You must be signed in to change notification settings - Fork 74
docs: GitLab component blog #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Salahddine ABERKAN <[email protected]>
d6e5650 to
0f3e921
Compare
|
Hey @saberkan |
| title: Streamline Your API Testing with Microcks GitLab Components | ||
| date: 2025-10-16 | ||
| image: "images/blog/gitlab-components.png" | ||
| author: "Salahddine ABERKAN" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we put Capitalized Lower Case everywhere else, can you align on this style and replace with Aberkan?
lbroudoux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @saberkan
This is a great work! I had a few minor changes suggestions/questions. Also I would need you to push a new file under /content/author/saladine-aberkan.md to provide a short bio + links to your social networks. Here's mine as an example:
---
title: "Laurent Broudoux"
image: "images/blog/bio/lbroudoux.jpg"
social:
- icon : "fab fa-linkedin-in"
name: "linkedin"
link : "https://www.linkedin.com/in/laurentbroudoux/"
- icon : "fab fa-bluesky"
name: "bluesky"
link : "https://bsky.app/profile/lbroudoux.bsky.social"
- icon : "fab fa-mastodon"
name: "mastodon"
link : "https://hachyderm.io/@[email protected]"
- icon : "fab fa-github"
name: "github"
link : "https://github.com/lbroudoux"
- icon : "fab fa-x-twitter"
name: "twitter"
link : "https://twitter.com/lbroudoux"
---
Co-founder of Microcks | Director of Engineering at Postman Open TechnologiesThank you very much!
|
|
||
| ```yaml | ||
| include: | ||
| - component: gitlab.com/microcks-cncf/microcks-community/microcks-gitlab-components/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we put 0.0.2 here as it's the latest release?
| ``` | ||
|
|
||
| If the contract test fails, the pipeline stops, preventing broken APIs from reaching production. It's continuous verification in action! | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if a screenshot of the "all together" pipeline wouldn't be a nice addition?
Description
Related issue(s)