Gitlab CI logs viewer
View full logs from Gitlab CI with ANSI code highlight
Gitlab CI logs viewer란 무엇입니까?
Gitlab CI logs viewer은(는) 7rulnik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View full logs from Gitlab CI with ANSI code highlight"입니다.
확장 프로그램 스크린샷
Gitlab CI logs viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension for viewing full CI logs from Gitlab. If you have large logs Gitlab will show only part for it. Gitlab has a link to the full log but it's completely unusable due of lack ANSI code highlight and text formatting. This extension parses ANSI codes and shows your's full logs with code highlights. It works with self-hosted Gitlab instances for links like http(s)://[your-gitlab-hostname]/[path-to-project]/-/jobs/[job-number]/raw and with gitlab.com
확장 프로그램 기본 정보
이름 | Gitlab CI logs viewer |
ID | mjjniaplbhdjmhkmfknkbemfjghofaff |
공식 URL | https://chromewebstore.google.com/detail/gitlab-ci-logs-viewer/mjjniaplbhdjmhkmfknkbemfjghofaff |
설명 | View full logs from Gitlab CI with ANSI code highlight |
파일 크기 | 209 KB |
설치 횟수 | 495 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2021-06-01 |
출시 날짜 | 2020-05-03 |
개발자 | 7rulnik |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/7rulnik/gitlab-job-log-viewer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gitlab CI logs viewer", "description": "View full logs from Gitlab CI with ANSI code highlight", "version": "0.0.3", "homepage_url": "https:\/\/github.com\/7rulnik\/gitlab-job-log-viewer", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*\/-\/jobs\/*\/raw", "*:\/\/*\/*\/*\/*\/*\/*\/*\/job.log*", "https:\/\/storage.googleapis.com\/gitlab-gprd-artifacts\/*\/job.log*" ], "css": [ "static\/css\/main.3bf5eea2.chunk.css" ], "js": [ "static\/js\/runtime-main.109c6180.js", "static\/js\/2.6e1fcff8.chunk.js", "static\/js\/main.138f6f9b.chunk.js" ] } ] } |