Skip to content

Commit d7cb5cb

Browse files
author
Bertrand Thomas
committed
Merge branch 'feature/gitlab-ci-pipeline' into 'main'
Feature/Create CI pipeline in GitLab See merge request devpro-labs/docs/information-technology-guide!1
2 parents fd17bef + f27239b commit d7cb5cb

52 files changed

Lines changed: 1159 additions & 48 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitlab-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
stages:
2+
- build
3+
4+
lint-markdown:
5+
stage: build
6+
image: node:lts
7+
script:
8+
- npm install -g markdownlint-cli
9+
- markdownlint "**/*.md"
10+
11+
lint-yaml:
12+
stage: build
13+
image: python:3.13
14+
script:
15+
- pip install yamllint
16+
- yamllint .

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Information Technology Guide
22

3-
[![CI](https://github.com/devpro/information-technology-guide/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/devpro/information-technology-guide/actions/workflows/ci.yml)
3+
[![GitHub Action CI status](https://github.com/devpro/information-technology-guide/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/devpro/information-technology-guide/actions/workflows/ci.yml)
4+
[![GitLab Pipeline Status](https://gitlab.com/devpro-labs/docs/information-technology-guide/badges/main/pipeline.svg)](https://gitlab.com/devpro-labs/docs/information-technology-guide/-/pipelines)
5+
<!-- [![GitLab Pipeline Status](https://img.shields.io/gitlab/pipeline/devpro-labs/docs/information-technology-guide/main?label=Pipeline&logo=gitlab)](https://gitlab.com/devpro-labs/docs/information-technology-guide/-/pipelines) -->
46

57
Resources to help you learn about Information Technology (IT).
68

docs/companies/cisco/cisco.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Cisco

docs/companies/civo/civo.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Civo
2+
3+
[civo.com](https://www.civo.com/)

docs/companies/companies.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@
55
* [Akuity](https://akuity.io/)
66
* [Amazon](amazon/amazon.md)
77
* [Aqua](aqua/aqua.md)
8-
* [Civo](https://www.civo.com/)
8+
* [Cisco](cisco/cisco.md)
9+
* [Civo](civo/civo.md)
910
* [Confluent](confluent/confluent.md)
1011
* [Docker](docker/docker.md)
1112
* [Elastic](elastic/elastic.md)
12-
* [Elastisys](https://elastisys.com)
13+
* [Elastisys](elastisys/elastsys.md)
1314
* [Gitlab](gitlab/gitlab.md)
1415
* [Google](google/google.md)
16+
* [Grafana Labs](grafana-labs/grafana-labs.md)
1517
* [Harness](harness/harness.md)
1618
* [HashiCorp](hashicorp/hashicorp.md)
1719
* [Isovalent](https://isovalent.com/)
1820
* [JetBrains](jetbrains/jetbrains.md)
1921
* [JFrog](jfrog/jfrog.md)
2022
* [Microsoft](microsoft/microsoft.md)
2123
* [Mongodb](mongodb/mongodb.md)
22-
* [Netskope](https://www.netskope.com/)
24+
* [Netskope](netskope/netskope.md)
2325
* [ngrok](ngrok/ngrok.md)
2426
* [Oracle](oracle/oracle.md)
2527
* [Perforce](perforce/perforce.md)
2628
* [Red Hat](redhat/redhat.md)
27-
* [Sensio Labs](sensiolabs/sensiolabs.md)
28-
* [Splunk](https://www.splunk.com/)
29+
* [SensioLabs](sensiolabs/sensiolabs.md)
30+
* [Splunk](splunk/splunk.md)
2931
* [SUSE](suse/suse.md)
3032
* [Sysdig](sysdig/sysdig.md)
3133
* [Tailwind Labs](tailwind-labs/tailwind-labs.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Elastisys
2+
3+
[elastisys.com](https://elastisys.com)

docs/companies/gitlab/duo.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# GitLab Duo
2+
3+
> Ship more secure software faster with AI throughout the entire software development lifecycle
4+
5+
🌐 [about.gitlab.com/solutions/gitlab-duo-pro](https://about.gitlab.com/solutions/gitlab-duo-pro/sales/)

docs/companies/gitlab/gitlab-installation.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/companies/gitlab/gitlab.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
# GitLab
22

3-
🌐 [about](https://about.gitlab.com/), [console](https://gitlab.com/), [docs](https://docs.gitlab.com/)
4-
5-
## The company
6-
7-
[The GitLab Handbook](https://handbook.gitlab.com/) is the first thing to look at, a truly amazing resource.
8-
You can even look at the [source code](https://gitlab.com/gitlab-com/content-sites/handbook)!
9-
10-
GitLab started in 2011 as an open-source project.
3+
> GitLab is the most comprehensive AI-powered DevSecOps Platform
114
12-
### Methodologies & Pratices
13-
14-
- [MEDDPPICC](https://handbook.gitlab.com/handbook/sales/meddppicc/) (Metrics, Economic Buyer, Decision Process, Decision Criteria, Partner, Paper Process, Identify Pain, Champion, Competition)
15-
16-
- [TeamOps](https://about.gitlab.com/teamops/)
17-
18-
### Tools
5+
🌐 [about](https://about.gitlab.com/), [console](https://gitlab.com/), [docs](https://docs.gitlab.com/)
196

20-
- Salesforce
21-
- [Slack](https://gitlab.enterprise.slack.com/)
7+
## Introduction
228

23-
## The offering
9+
GitLab is a company that provides an Application Lifecycle Management (ALM) platform. It started in 2011 as an open-source project.
2410

25-
### Platform
11+
GitLab have created [Handbook](handbook.md) to share internally and externally all their processes in one place (amazing!).
2612

27-
SaaS or self-managed
13+
## Main features
2814

29-
### GitLab Duo
15+
* SCM (Source Code Management)
16+
* Git repositories
17+
* Git branches
18+
* Merge requests
19+
* Project management
20+
* CI/CD (Continuous Integration/Continuous Delivery) automation
21+
* [Pipelines](./pipelines.md)
22+
* [Runners](./runners.md)
23+
* Registries
24+
* Documentation (wiki)
25+
* Web hosting
26+
* [GitLab Pages](./pages.md)
3027

31-
> Ship more secure software faster with AI throughout the entire software development lifecycle
28+
## Offering
3229

33-
🌐 [about.gitlab.com/solutions/gitlab-duo-pro](https://about.gitlab.com/solutions/gitlab-duo-pro/sales/)
30+
* [GitLab Duo](duo.md)
31+
* [GitLab Platform](platform.md)

docs/companies/gitlab/handbook.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GitLab Handbook
2+
3+
[handbook.gitlab.com](https://handbook.gitlab.com/), [code](https://gitlab.com/gitlab-com/content-sites/handbook)
4+
5+
Here is what we can learn from GitLab from the Handbook!
6+
7+
## Methodologies & Pratices
8+
9+
* [MEDDPPICC](https://handbook.gitlab.com/handbook/sales/meddppicc/) (Metrics, Economic Buyer, Decision Process, Decision Criteria, Partner, Paper Process, Identify Pain, Champion, Competition)
10+
* [TeamOps](https://about.gitlab.com/teamops/)
11+
12+
## Tools
13+
14+
* Salesforce
15+
* [Slack](https://gitlab.enterprise.slack.com/)

0 commit comments

Comments
 (0)