aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * domain: allow the domain to be specified via clever_domain variablePaul Bonaud2018-09-282-3/+4
|/ | | | | | | | Every other variables are prefixed with `clever_` which makes the definition of variables clearer from a "app" configuration point of view. WDYT?
* Merge pull request #12 from paulrbr-fl/first-time-deployv1.3paulrbr-fl2018-09-211-0/+16
|\ | | | | deploy: Make sure repo is unshallow copy before pushing to clever
| * deploy: Make sure repo is unshallow copy before pushing to cleverPaul Bonaud2018-09-211-0/+16
|/ | | | | | | | If your build tool only uses a shallow clone of your project, Clever cloud will fail on first time git push. You need to git push a full clone of your git repo for the first time deployment to clever. This PR fixes that.
* Merge pull request #11 from gaetanfl/lintGaëtan2018-09-215-1/+13
|\ | | | | add ansible-lint test and fix warning
| * Install ansible-lintGaëtan Duchaussois2018-09-211-0/+1
| |
| * add ansible-lint test and fix warningGaëtan Duchaussois2018-09-215-1/+12
|/
* Merge pull request #10 from paulrbr-fl/python3-compatv1.2paulrbr-fl2018-09-212-2/+2
|\ | | | | python3: Change iteritems() to items() to be compatible with py3
| * python3: Change iteritems() to items() to be compatible with py3Paul Bonaud2018-09-211-1/+1
| |
| * warnings: Remove warning given by Ansible 2.5Paul Bonaud2018-09-211-1/+1
|/ | | | | | | | ``` [DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using `result|failed` instead use `result is failed`. This feature will be removed in version 2.9. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ```
* Merge pull request #9 from paulrbr-fl/ci-status-imgpaulrbr-fl2018-09-201-0/+3
|\ | | | | readme: Add the CI status as a image badge
| * readme: Add the CI status as a image badgePaul Bonaud2018-09-201-0/+3
|/
* Merge pull request #8 from fmenou/nixFrédéric Menou2018-07-091-11/+2
|\ | | | | Use Nix for build
| * Use Nix for buildFrédéric Menou2018-07-081-11/+2
|/
* Update Travis-Slack integrationFrédéric Menou2018-04-181-1/+1
|
* Merge pull request #7 from fmenou/better-wait-deployv1.1Frédéric Menou2018-03-302-2/+14
|\ | | | | Better wait deploy - take #2
| * Watch and wait for CleverFrédéric Menou2018-03-301-1/+13
| |
| * Fix typoFrédéric Menou2018-03-301-1/+1
|/
* Merge pull request #5 from fmenou/metrics-supportv1.0Frédéric Menou2018-02-281-1/+1
|\ | | | | Fix bool dump
| * Fix bool dumpFrédéric Menou2018-02-281-1/+1
|/
* Merge pull request #4 from fmenou/metrics-supportGaëtan2018-02-283-2/+5
|\ | | | | Metrics support
| * Missed renamed dictFrédéric Menou2018-02-271-1/+1
| |
| * ENABLE_METRICS => clever_metrics ; default to falseFrédéric Menou2018-02-273-1/+4
|/
* Merge pull request #3 from fmenou/slack-notificationsFrédéric Menou2018-02-271-1/+4
|\ | | | | Notify the #machine-room Slack channel
| * Fix Travis setupFrédéric Menou2018-02-271-0/+3
| |
| * Unrelevant webhook for private projectFrédéric Menou2018-02-271-1/+0
| | | | | | | | Might be useful if we open-source it.
| * Notify the #machine-room Slack channelFrédéric Menou2018-02-271-0/+1
|/
* Merge pull request #2 from gaetanfl/improve_clevernessGaëtan2018-02-276-6/+16
|\ | | | | Make the role more clever friendly
| * define safe default variable for clever and rename clever_app_tasks to ↵Gaëtan Duchaussois2018-02-266-6/+16
|/ | | | clever_app_tasks_file
* Merge pull request #1 from gaetanfl/first_tryGaëtan2018-02-2319-0/+380
|\ | | | | Migrating single tasks file to a galaxy role
| * add travis fileGaëtan Duchaussois2018-02-226-8/+40
| |
| * Migrating single tasks file to a galaxy roleGaëtan Duchaussois2018-02-2218-0/+348
|/
* Initial commitGaëtan2018-02-221-0/+2