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

config: automatic manifest generation #18

Merged

Commits on Feb 15, 2017

  1. config: automatic build configuration files

    * (addresses reanahub/reana#13)
    
    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    7c35dd0 View commit details
    Browse the repository at this point in the history
  2. config: organize configuration as directory tree

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    c5f8466 View commit details
    Browse the repository at this point in the history
  3. config: split multiple yaml files

    * Since config for namespaces, quotas and workers are stored in a
      single jinja template, the output was a single file with many yaml
      files inside. This commit generates a file for each yaml.
    
    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    ffcb32a View commit details
    Browse the repository at this point in the history
  4. config: add script and templates as resources

    * In order to make `build-manifests.sh` accesible when installing the
      package, both the script and the `templates` directory have been added
      to it.
    
    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    c89b155 View commit details
    Browse the repository at this point in the history
  5. config: amend output config directory

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    1d9dde6 View commit details
    Browse the repository at this point in the history
  6. docs: add getting started and configuration

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    43a6dab View commit details
    Browse the repository at this point in the history
  7. config: amend build-configuration script

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    67012e9 View commit details
    Browse the repository at this point in the history
  8. config: use sh in build script

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    002672a View commit details
    Browse the repository at this point in the history
  9. kwalitee: clean build script

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    77c316a View commit details
    Browse the repository at this point in the history
  10. docs: amend build manifests command

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    221a3b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. kwalitee: add license header

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    a7302c0 View commit details
    Browse the repository at this point in the history
  2. docs: improve getting started and configuration

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    721df71 View commit details
    Browse the repository at this point in the history
  3. tests: add reana-resources-k8s script to travis

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    0412a39 View commit details
    Browse the repository at this point in the history
  4. installation: add jinja2-cli and PyYAML dependency

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    25b5509 View commit details
    Browse the repository at this point in the history
  5. config: generate config inside current directory

    Signed-off-by: Diego Rodriguez <[email protected]>
    Diego Rodriguez committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    125e02d View commit details
    Browse the repository at this point in the history