Giter Club home page Giter Club logo

deploymentboard's Introduction

Deployment Board

Build Docker Image License

Deployment dashboard to display which story is deployed where

Screenshot

Prerequisites

  • docker/ docker-compose
  • java 11
  • maven
  • GNU make

Features

  • configurable environments (default: dev, int, stage, prod)
  • supported auth types: rsa key, plain text password
  • supported deployment info retrieval methods: http, https, scp/sftp, ssh, local shell command
  • supported deployment info formats: properties, json, yaml, xml
  • supported code repos: git via ssh

Usage

docker run --name deploymentboard --rm \
  -e JAVA_TOOL_OPTIONS='-Ddeploymentboard.config=file:/config/config.yaml -Ddeploymentboard.masterpassword=' \
  -v ${PWD}/backend/src/test/resources/test-config.yaml:/config/config.yaml \
  -v ${PWD}/workspace/:/tmp/workspace:rw \
  -p 8080:8080 \
  cbuschka/deploymentboard:latest

Local Development

Start Test Environment

make start-services

Develop Frontend

cd frontend/src/main/frontend && \
  nvm use && \
  yarn install && \
  yarn run start

Run and Debug

Then run and debug the spring boot webapp via your preferred IDE.

Build Docker Image

make build

Test Docker Image

make start-deploymentboard

Show Status of Test Environment

make show-status

Tail Test Environment Logs

make tail-logs

Shutdown Test Environment

make stop-services

License

Copyright (c) 2021 by Cornelius Buschka.

Apache License, Version 2.0

deploymentboard's People

Contributors

cbuschka avatar dependabot[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deploymentboard's Issues

Improve alogithm to determine issues

Currently the set of issues is determined by walking a range of commits. So commits reverted or commits if cherry-picked make the issue appear in the set although the commits do not effectively cause any change.

Improvement:
Create a diff of code between two commits and collect the issues from the commits effectively changing the code.

Lock system env for testing

Add a way to mark a system env as locked by for optionally until for testing. Also allow and to unlock system env. The lock status of a system env coud be returned by api.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.