Gitlab CI logs viewer

View full logs from Gitlab CI with ANSI code highlight

O que é Gitlab CI logs viewer?

Gitlab CI logs viewer é uma extensão do Chrome desenvolvida por 7rulnik, e sua principal característica é "View full logs from Gitlab CI with ANSI code highlight".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Gitlab CI logs viewer

Baixe arquivos de extensão Gitlab CI logs viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Gitlab CI logs viewer Gitlab CI logs viewer
ID mjjniaplbhdjmhkmfknkbemfjghofaff
URL Oficial https://chromewebstore.google.com/detail/gitlab-ci-logs-viewer/mjjniaplbhdjmhkmfknkbemfjghofaff
Descrição View full logs from Gitlab CI with ANSI code highlight
Tamanho do Arquivo 209 KB
Contagem de Instalações 495
Versão Atual 0.0.3
Última Atualização 2021-06-01
Data de Publicação 2020-05-03
Desenvolvedor 7rulnik
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/7rulnik/gitlab-job-log-viewer
Idiomas Suportados 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"
            ]
        }
    ]
}