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ファイルをダウンロード
Gitlab CI logs viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |