Bluefin

Eases the management of large installations of targets and projects in Octopus Deploy

Bluefin란 무엇입니까?

Bluefin은(는) davidroberts63에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eases the management of large installations of targets and projects in Octopus Deploy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Bluefin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A small Chrome extension for Octopus Deploy to provide some additional functions to the user interface.

Features

 * Dashboard project collapser
 * Environment collapser
 * Filter machines by role or name
 * Integrated library template into step template library view - natively supported in Octopus since 3.7.0
 * Update step template usage across all projects - natively supported in Octopus since 3.7.0
 * Clone step - natively supported in Octopus since 3.7.16
 * Edit step as json (advanced)
 * View release deployment process
 * View resultant variable list - natively supported in Octopus since 3.4.0
 * Dashboard project filter - Allows searching even when all projects are shown in newer Octopus versions.

Updates
1.53.3
 * Fix viewing release deployment process
 * Fix edit step as json in newer Octopus
1.53.2
 * Dashboard project filter feature
 * Fix for environment filter and collapser showing on wrong pages due to change in header loading
 * Turn off update step template for Octopus 3.12.0 and up given it's native at that point
1.52.20
 * Fixes to stay compatible with upcoming release of Octopus 3.8.5
1.52.19
 * Fix disabling of some features incorrectly in prior versions of Octopus Deploy
1.52.18
 * Auto disable integrated community template library for Octopus 3.7.0 as it is provided out of the box
 * Auto disable clone step for Octopus 3.7.16 as it is provided out of the box
 * Auto disable resultant variable list for Octopus 3.4.0 as it is provided out of the box
1.52.17
 * Fixes for environment filter in 3.3+
1.52.15
 * Supports Octopus Deploy installations in virtual directories.
1.52.10
 * Fix breaks integrating with Octopus Deploy 3.4
 * Fix edit step as json showing up twice in menu
 * Show channel for release deployment process
1.51.15
 * Fix problem with steps marked as 'Run on Octopus Server' not being updated properly. 
1.51.12
 * Improve overflow display of resultant variables view
1.51.1
 * New feature: View resultant variable list
 * Add analytics for viewing release deployment process
1.5.4
 * Fix Update All template usage with child steps
1.5.2
 * Fix defect in machine status search
 * Fix options page reappearing when no options are changed
 * Add Octopus Deploy version to analytics
1.5.0
 * Deployment process for older releases can now be viewed. High level steps only
1.4.0
 * Steps can be edited as raw json (advanced)
1.3.5
 * Fix for project groups that start with a digit on dashboard
 * Clone step now works with child steps                    

확장 프로그램 기본 정보

이름 Bluefin Bluefin
ID gmnfhfdbcadjmpoigffmoondjhblabom
공식 URL https://chromewebstore.google.com/detail/bluefin/gmnfhfdbcadjmpoigffmoondjhblabom
설명 Eases the management of large installations of targets and projects in Octopus Deploy
파일 크기 123 KB
설치 횟수 571
현재 버전 1.53.3
최근 업데이트 2017-10-25
출시 날짜 2017-10-25
평점 4.79/5 총 14 개의 평점
개발자 davidroberts63
결제 유형 free
확장 프로그램 웹 사이트 http://bluefin.teapotcoder.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bluefin",
    "description": "Eases the management of large installations of targets and projects in Octopus Deploy",
    "version": "1.53.3",
    "author": "David Roberts (@davidroberts63), Matt Richardson (@squire_matt)",
    "homepage_url": "http:\/\/bluefin.teapotcoder.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*app",
                "http:\/\/*\/*app"
            ],
            "js": [
                "commonpygmy.js",
                "3.0\/pygmy.js",
                "3.0\/dashboard-collapser.js",
                "3.0\/dashboard-filter.js",
                "3.0\/environment-collapser.js",
                "3.0\/environment-filter.js",
                "3.0\/integrate-step-template-library.js",
                "3.0\/step-template-updater.js",
                "3.0\/clone-step.js",
                "3.0\/edit-step-as-json.js",
                "3.0\/view-release-deployment-process.js",
                "3.0\/view-resultant-variable-list.js",
                "octopygmy.js",
                "dashboard-collapser.js",
                "environment-collapser.js",
                "environment-rolename-filter.js",
                "integrate-step-template-library.js",
                "step-template-updater.js",
                "libs\/list.min.js",
                "libs\/underscore-min.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "bluefinlogo48.png",
        "64": "bluefinlogo64.png",
        "128": "bluefinlogo128.png"
    },
    "background": {
        "scripts": [
            "libs\/underscore-min.js",
            "3.0\/background\/pygmy.js",
            "3.0\/background\/step-template-update.js",
            "3.0\/background\/clone-step-handler.js",
            "3.0\/background\/edit-step-as-json-handler.js",
            "3.0\/background\/template-loader.js",
            "3.0\/background\/octopus-version-handler.js",
            "metrics.js",
            "libs\/mixpanel.js",
            "libs\/nanoajax.min.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "templates\/*.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'",
    "options_page": "options.html"
}