View Git records for a file Historical information about files in your repository is available in the GitLab UI: Git file history: shows the commit history of an entire file. Git blame: shows each line of a text-based file, and the most recent commit that changed the line. ...
View webhook request history History View the history of webhook requests to monitor their performance and troubleshoot issues. Prerequisites: For project webhooks, you must have at least the Maintainer role for the project. For group webhooks, you must have the Owner role for the group. ...
GitLab is an open-source version management system developed with Ruby on Rails for Git project repository management. It supports web-based access to public and private
Show file tree Hide file tree Showing 41 changed files with 386 additions and 179 deletions. Whitespace Ignore whitespace Split Unified app/views/admin/dashboard index.html.haml config events view_admin_dashboard_pageload.yml metrics counts_28d count_distinct_user_id_from_view_...
v-if="shouldShowViewRoadmapAction" :item="viewOnARoadmap" @action="trackEvent('view_epic_on_roadmap')" /> </gl-disclosure-dropdown> </div> </template> 2 changes: 1 addition & 1 deletion 2 app/models/commit_status.rb Original file line numberDiff line numberDiff line change @@ -...
$this->viewType = (isset($params->viewType) and $params->viewType == 'json') ? 'json' : 'html'; $this->params = $params; $this->view->code = $this->get->blockid; $this->view->title = $this->get->blockTitle; $func = 'print' . ucfirst($code) . 'Block'; ...
View CI/CD job output. View the output of a running or finished job in an editor tab. Test your GitLab CI/CD configurationlocally. Auto-complete GitLab CI/CD variablesin your.gitlab-ci.ymlpipeline file. AI-assisted features GitLab Duo Chat: Interact with an AI assistant directly in VS...
exit 0 ;; 3in1) KUBECONFIG=./all-readonly-k8s1.conf:all-readonly-k8s2.conf:all-readonly-k8s3.conf kubectl config view --flatten > ./all-readonly-3in1.conf kubectl --kubeconfig=./all-readonly-3in1.conf config use-context "k8s3" kubectl --kubeconfig=./all-readonly-3in1.conf...
Let’s start by creating a GitLab project and adding an HTML file to it. You will later copy the HTML file into an Nginx Docker image, which in turn you’ll deploy to the server. Log in to your GitLab instance and clickNew project. ...
Doing this for every HTML artifact for all of your builds can become an intrusive time-sink that interrupts the flow of work with continual context-switching.Previously, it was possible to view HTML artifacts in a browser window using GitLab Pages instead of downloading them locally, but this ...