SlideShare a Scribd company logo
Why you can't ignore GitLab anymore
Ivan Nemytchenko, @inem, inem.at
Developer Advocate at GitLab
1. What is GitLab
2. Awesome features
3. Contribution
4. Architecture
5. ± Lean Poker
Standard behavior
→ Github by default
→ Bitbucket when you don't want to upgrade
→ GitLab - need to install and maintain :
GitLab.com
GitLab.com
Private repositories for free
GitLab on your own
server
Why you can't ignore GitLab
Installation from source
Installation with omnibus
Update from source
Update from source
Update with omnibus
apt-get update gitlab-ce
Two ways to use GitLab for free
→ GitLab.com
→ Install with omnibus
Features
[WIP]
TODOs
Merge when build succeds
GitLab Pages
Static Site Generators
YAML
Markdown
HAML
SASS
↓
HTML
CSS
Github Pages
Jekyll
jekyllrb.com
...
git push
...magic happens
yourwebsite.github.io
Middleman
middlemanapp.com
...
middleman build
git add public
git commit
git push
staticgen.com
GitLab CI
Continuous Integration
→ runs tests
→ deployment
Why you can't ignore GitLab
Why you can't ignore GitLab
GitLab Pages + GitLab CI
GitLab Pages examples
gitlab.com/groups/pages
Fork & push changes
gitlab.com/groups/pages
.gitlab-ci.yml
Runners
inem.at/gl_runner
pages.gitlab.io
GitLab Pages recap
→ Use with any static website generator
→ Add custom domains to your site, and SSL
certificates
→ Create custom error pages for your websites
→ It is FREE
CI with GitLab
→ runs tests
→ deployment
→ generate static websites
→ generate code metrics
→ generate documentation
Why you can't ignore GitLab
Why contribute to GitLab
→ Get feedback
→ Great addition to your resume
→ Get a job at GitLab
How to contribute to
GitLab
→ Grab an issue
→ Comment on it
→ Create MR
→ Tests should pass
Everyone can
contribute
about.gitlab.com/strategy
Architecture of the app
GitLab Development Kit
gitlab.com/gitlab-org/gitlab-development-kit
→ MVC
→ Services
→ Finders
Services
class CreateSnippetService < BaseService
def execute
if project.nil?
snippet = PersonalSnippet.new(params)
else
snippet = project.snippets.build(params)
end
unless Gitlab::VisibilityLevel.allowed_for?(current_user, params[:visibility_level])
deny_visibility_level(snippet)
return snippet
end
snippet.author = current_user
snippet.save
snippet
end
end
Finders
Everyone can
contribute
about.gitlab.com/strategy
Lean Poker
leanpoker.org
Why you can't ignore GitLab
def bet_request(game_state)
end
Why you can't ignore GitLab
Why you can't ignore GitLab
Why you can't ignore GitLab
What is GitLab?
Opinionated and integrated set of tools based on
convention over configuration that offers superior
user experience
Thank you
inem.at/pivorak

More Related Content

What's hot (20)

PDF
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
PDF
Gitlab and Lingvokot
Lingvokot
 
PDF
GitLab as an Alternative Development Platform for Github.com
B1 Systems GmbH
 
PDF
Jenkins vs GitLab CI
CEE-SEC(R)
 
PDF
Know the Science behind WorkFlows using Git & GitHhub
Edureka!
 
PDF
沒有 GUI 的 Git
Chia Wei Tsai
 
PDF
Gitlab ci-cd
Dan MAGIER
 
PDF
How to use any static site generator with GitLab Pages.
Ivan Nemytchenko
 
PDF
Gitlab ci, cncf.sk
Juraj Hantak
 
PPTX
Hacking Git and GitHub
Edureka!
 
PDF
Introduction to GitHub Actions
Knoldus Inc.
 
PDF
Introduction to GitHub Actions
Bo-Yi Wu
 
PDF
GitLab - Java User Group
PhilippWestphalen
 
PDF
Intro to Github Actions @likecoin
William Chong
 
PDF
Concourse updates
Gwenn Etourneau
 
PDF
ConcourseCi Dockerimage
Gwenn Etourneau
 
PPTX
GitHub Actions - Melbourne UG
Natraj Yegnaraman
 
PDF
Log monitoring with Logstash and Icinga
OlinData
 
PDF
Gitlab Training with GIT and SourceTree
Teerapat Khunpech
 
KEY
Travis CI
bsiggelkow
 
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
Gitlab and Lingvokot
Lingvokot
 
GitLab as an Alternative Development Platform for Github.com
B1 Systems GmbH
 
Jenkins vs GitLab CI
CEE-SEC(R)
 
Know the Science behind WorkFlows using Git & GitHhub
Edureka!
 
沒有 GUI 的 Git
Chia Wei Tsai
 
Gitlab ci-cd
Dan MAGIER
 
How to use any static site generator with GitLab Pages.
Ivan Nemytchenko
 
Gitlab ci, cncf.sk
Juraj Hantak
 
Hacking Git and GitHub
Edureka!
 
Introduction to GitHub Actions
Knoldus Inc.
 
Introduction to GitHub Actions
Bo-Yi Wu
 
GitLab - Java User Group
PhilippWestphalen
 
Intro to Github Actions @likecoin
William Chong
 
Concourse updates
Gwenn Etourneau
 
ConcourseCi Dockerimage
Gwenn Etourneau
 
GitHub Actions - Melbourne UG
Natraj Yegnaraman
 
Log monitoring with Logstash and Icinga
OlinData
 
Gitlab Training with GIT and SourceTree
Teerapat Khunpech
 
Travis CI
bsiggelkow
 

Viewers also liked (20)

PPTX
GitFlow, SourceTree and GitLab
Shinu Suresh
 
PDF
Formation autour de git et git lab
Abdelghani Azri
 
PDF
Idea to Production - with Gitlab and Kubernetes
Simon Dittlmann
 
PDF
Git + gitlab + sourcetree
현우 고
 
PPTX
GitLab 8.5 Highlights and Step-by-step tutorial
Heather McNamee
 
PDF
WordCamp Lyon 2015 - WordPress, Git et l'intégration continue
Stéphane HULARD
 
PDF
Webinar - Continuous Integration with GitLab
OlinData
 
PDF
Growing an Open Company
🌍 Job van der Voort
 
PDF
UDD: building polyglot anti-framework by Marek Piasecki
Pivorak MeetUp
 
PDF
Trailblazer Introduction by Nick Sutterer
Pivorak MeetUp
 
PDF
GIS on Rails
Pivorak MeetUp
 
PDF
Lightweight APIs in mRuby
Pivorak MeetUp
 
PDF
"5 skills to master" by Alexander Skakunov
Pivorak MeetUp
 
PDF
Overcommit for #pivorak
Pivorak MeetUp
 
PDF
The Silver Bullet Syndrome by Alexey Vasiliev
Pivorak MeetUp
 
PPTX
Building component based rails applications. part 1.
Pivorak MeetUp
 
PPTX
Building Component Based Rails Applications. Part 2.
Pivorak MeetUp
 
PDF
Espec |> Elixir BDD
Pivorak MeetUp
 
PDF
Pivorak Clojure by Dmytro Bignyak
Pivorak MeetUp
 
PPTX
Права інтелектуальної власності в IT сфері.
Pivorak MeetUp
 
GitFlow, SourceTree and GitLab
Shinu Suresh
 
Formation autour de git et git lab
Abdelghani Azri
 
Idea to Production - with Gitlab and Kubernetes
Simon Dittlmann
 
Git + gitlab + sourcetree
현우 고
 
GitLab 8.5 Highlights and Step-by-step tutorial
Heather McNamee
 
WordCamp Lyon 2015 - WordPress, Git et l'intégration continue
Stéphane HULARD
 
Webinar - Continuous Integration with GitLab
OlinData
 
Growing an Open Company
🌍 Job van der Voort
 
UDD: building polyglot anti-framework by Marek Piasecki
Pivorak MeetUp
 
Trailblazer Introduction by Nick Sutterer
Pivorak MeetUp
 
GIS on Rails
Pivorak MeetUp
 
Lightweight APIs in mRuby
Pivorak MeetUp
 
"5 skills to master" by Alexander Skakunov
Pivorak MeetUp
 
Overcommit for #pivorak
Pivorak MeetUp
 
The Silver Bullet Syndrome by Alexey Vasiliev
Pivorak MeetUp
 
Building component based rails applications. part 1.
Pivorak MeetUp
 
Building Component Based Rails Applications. Part 2.
Pivorak MeetUp
 
Espec |> Elixir BDD
Pivorak MeetUp
 
Pivorak Clojure by Dmytro Bignyak
Pivorak MeetUp
 
Права інтелектуальної власності в IT сфері.
Pivorak MeetUp
 
Ad

Similar to Why you can't ignore GitLab (20)

PDF
Почему вы не можете игнорировать GitLab в 2016 году, Иван Немытченко, Gitlab...
it-people
 
PPTX
Git Lab Introduction
Krunal Doshi
 
PDF
Github Case Study By Amil Ali
AmilAli1
 
PPTX
Difference between Github vs Gitlab vs Bitbucket
jeetendra mandal
 
PDF
What's New in GitLab and Software Development Trends
Noa Harel
 
PDF
GitLab: One Tool for Software Development (2018-02-06 @ SEIUM, Braga, Portugal)
Pedro Moreira da Silva
 
PPTX
Git step by step
Mithun Ghose
 
PDF
Git tech
Taj Nehme
 
PDF
Gitlab for JS developers (BrisJs meetup, 2019-Apr-01)
Vladimir Roudakov
 
PPTX
GitLab 8.6 - Release Webcast
GitLab, Inc
 
PDF
Introducing GitLab (June 2018)
Noa Harel
 
PPTX
Background info on git / github
btopro
 
PPTX
Intro to Git for Project Managers
OyeLabs
 
ODP
Git slides
55020
 
PPTX
Introduction to Gitlab | Gitlab 101 | Training Session
Anwarul Islam
 
PDF
Gitlab - A open source software | Github
PragatiUpadhyay28
 
PDF
Difference Between GitHub and GitLab: Code Warriors
Marrie Morris
 
PPTX
Neoito — GitLab for project management
Neoito
 
PPTX
Up GitLab Presentation 2015
Kumaran Balachandran
 
Почему вы не можете игнорировать GitLab в 2016 году, Иван Немытченко, Gitlab...
it-people
 
Git Lab Introduction
Krunal Doshi
 
Github Case Study By Amil Ali
AmilAli1
 
Difference between Github vs Gitlab vs Bitbucket
jeetendra mandal
 
What's New in GitLab and Software Development Trends
Noa Harel
 
GitLab: One Tool for Software Development (2018-02-06 @ SEIUM, Braga, Portugal)
Pedro Moreira da Silva
 
Git step by step
Mithun Ghose
 
Git tech
Taj Nehme
 
Gitlab for JS developers (BrisJs meetup, 2019-Apr-01)
Vladimir Roudakov
 
GitLab 8.6 - Release Webcast
GitLab, Inc
 
Introducing GitLab (June 2018)
Noa Harel
 
Background info on git / github
btopro
 
Intro to Git for Project Managers
OyeLabs
 
Git slides
55020
 
Introduction to Gitlab | Gitlab 101 | Training Session
Anwarul Islam
 
Gitlab - A open source software | Github
PragatiUpadhyay28
 
Difference Between GitHub and GitLab: Code Warriors
Marrie Morris
 
Neoito — GitLab for project management
Neoito
 
Up GitLab Presentation 2015
Kumaran Balachandran
 
Ad

More from Pivorak MeetUp (20)

PDF
Lisp(Lots of Irritating Superfluous Parentheses)
Pivorak MeetUp
 
PDF
Some strange stories about mocks.
Pivorak MeetUp
 
PDF
Business-friendly library for inter-service communication
Pivorak MeetUp
 
PDF
How i was a team leader once
Pivorak MeetUp
 
PDF
Rails MVC by Sergiy Koshovyi
Pivorak MeetUp
 
PDF
Introduction to Rails by Evgeniy Hinyuk
Pivorak MeetUp
 
PPTX
Ruby OOP (in Ukrainian)
Pivorak MeetUp
 
PDF
Testing in Ruby
Pivorak MeetUp
 
PDF
Ruby Summer Course by #pivorak & OnApp - OOP Basics in Ruby
Pivorak MeetUp
 
PDF
The Saga Pattern: 2 years later by Robert Pankowecki
Pivorak MeetUp
 
PDF
Data and Bounded Contexts by Volodymyr Byno
Pivorak MeetUp
 
PDF
Successful Remote Development by Alex Rozumii
Pivorak MeetUp
 
PDF
Origins of Elixir programming language
Pivorak MeetUp
 
PDF
Functional Immutable CSS
Pivorak MeetUp
 
PDF
Multi language FBP with Flowex by Anton Mishchuk
Pivorak MeetUp
 
PDF
Detective story of one clever user - Lightning Talk By Sergiy Kukunin
Pivorak MeetUp
 
PDF
CryptoParty: Introduction by Olexii Markovets
Pivorak MeetUp
 
PDF
How to make first million by 30 (or not, but tryin') - by Marek Piasecki
Pivorak MeetUp
 
PDF
GIS on Rails by Oleksandr Kychun
Pivorak MeetUp
 
PDF
Unikernels - Keep It Simple to the Bare Metal
Pivorak MeetUp
 
Lisp(Lots of Irritating Superfluous Parentheses)
Pivorak MeetUp
 
Some strange stories about mocks.
Pivorak MeetUp
 
Business-friendly library for inter-service communication
Pivorak MeetUp
 
How i was a team leader once
Pivorak MeetUp
 
Rails MVC by Sergiy Koshovyi
Pivorak MeetUp
 
Introduction to Rails by Evgeniy Hinyuk
Pivorak MeetUp
 
Ruby OOP (in Ukrainian)
Pivorak MeetUp
 
Testing in Ruby
Pivorak MeetUp
 
Ruby Summer Course by #pivorak & OnApp - OOP Basics in Ruby
Pivorak MeetUp
 
The Saga Pattern: 2 years later by Robert Pankowecki
Pivorak MeetUp
 
Data and Bounded Contexts by Volodymyr Byno
Pivorak MeetUp
 
Successful Remote Development by Alex Rozumii
Pivorak MeetUp
 
Origins of Elixir programming language
Pivorak MeetUp
 
Functional Immutable CSS
Pivorak MeetUp
 
Multi language FBP with Flowex by Anton Mishchuk
Pivorak MeetUp
 
Detective story of one clever user - Lightning Talk By Sergiy Kukunin
Pivorak MeetUp
 
CryptoParty: Introduction by Olexii Markovets
Pivorak MeetUp
 
How to make first million by 30 (or not, but tryin') - by Marek Piasecki
Pivorak MeetUp
 
GIS on Rails by Oleksandr Kychun
Pivorak MeetUp
 
Unikernels - Keep It Simple to the Bare Metal
Pivorak MeetUp
 

Recently uploaded (20)

PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PDF
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
Technical-Careers-Roadmap-in-Software-Market.pdf
Hussein Ali
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PDF
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Tally software_Introduction_Presentation
AditiBansal54083
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
MiniTool Power Data Recovery 8.8 With Crack New Latest 2025
bashirkhan333g
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Technical-Careers-Roadmap-in-Software-Market.pdf
Hussein Ali
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Empower Your Tech Vision- Why Businesses Prefer to Hire Remote Developers fro...
logixshapers59
 

Why you can't ignore GitLab