GitLab Features Flashcards
what is GitLab Package Registry
allow orga to utilize GitLab comme repo privé pour une variété de package manager (app, dependencies, container, artifacts)
what is Container Registry
is a secure and private registry for container images. It’s built on open source software and completely integrated within GitLab. Use GitLab CI/CD to create and publish images. Use the GitLab API to manage the registry across groups and projects
What is a Release
A Git tag associate with releases notes + generic packages + metadata
Quels sont les 4 grandes Features de Release
Review Apps / Feature Flags / Release Evidence / GitLab Pages
Quels sont les 4 types possibles de Review Apps
Auto Live Preview / One-click to collaborate / Fully-integrated / deployment flexibility
Which of the following GitLab products allows developers to communicate testing issues with each other before the code is released?
Review App
What GitLab feature allows users to publish static websites?
GitLab Pages
True or False: Auto DevOps detects your programming language and uses CI/CD templates to create and run default pipelines to build and test your application.
True