Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Documentation for everything #39

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 27, 2019

  1. Finalize Configuration and CLI (#37)

    * Add missing CLI flags and ENV variables to configuration
    * Restructure CLI layout. Add 'branch' and 'domain' sub commands
    * Refactor: Separate Config sources from Settings-Value
      MiqFlow::Config now does the config processing and presents the
      update_* methods to the rest of the program
      MiqFlow::Settings implements the update_* methods
    * FIX wrong boolean for clear_tmp
    * Add support for /etc/miqflow.yaml
    * Remove support for configuration files in the current working directory
    * Add support for configurable branch naming conventions
    * Removes unnecessary restriction for branch names
    * Replace invalid charachters in MIQ domain names
    * Shorten domain prefix to 'feat' (prev 'feature')
    * Refactor Travis build
    ThomasBuchinger committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    408be68 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. release changelog

    Thomas Buchinger committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7836533 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Add User Guide and update outdated README (#39)

    Also fix a minor error in the CLI help text
    Thomas Buchinger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4b5ed04 View commit details
    Browse the repository at this point in the history
  2. supporting documentation

    Thomas Buchinger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    5331dd8 View commit details
    Browse the repository at this point in the history
  3. monir stuff in reference.md

    Thomas Buchinger committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4e535a6 View commit details
    Browse the repository at this point in the history