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

Close #1687. Add Executables with Docker support #1707

Merged
merged 63 commits into from
Jun 17, 2017
Merged

Commits on May 28, 2017

  1. Configuration menu
    Copy the full SHA
    bc21afd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    fcc32d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20ff1c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f43c4f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    f05056b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca093c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01df888 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5648aa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee7b25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cefa7af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9144df2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddea1a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9553fd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a92a48c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    d99b43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d4c8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    738847c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    349edae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e78dc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. Add support for Whalebrew installed executables

    Whalebrew mounts a Docker volume to the host's current working directory (cwd)
    therefore the cwd needs to be the temp directory and all file paths which
    are to be beautified need to be given to Whalebrew as relative to cwd.
    Often this means the temporary directory is simply removed from the prefix
    of the file paths, and the cwd = the temporary directory.
    See https://github.com/bfirsh/whalebrew#how-it-works for details.
    Glavin001 committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    f945c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5f4a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5751a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84361e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    788cc72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26bbef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    e9f9a7b View commit details
    Browse the repository at this point in the history
  2. Close #1687. Add Docker support to Executables.

    Setup elm-format, php-cs-fixer, phpcbf, uncrustify with Docker.
    Glavin001 committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    baca098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beed2e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Configuration menu
    Copy the full SHA
    e674fbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5cd70b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165a9e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa4250 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7023a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fca67a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87d390b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a28106 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b840b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4203fb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    200f53e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7f0f72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43e4d8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3023fea View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    2737a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13601a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a36fc7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    999b256 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59a7820 View commit details
    Browse the repository at this point in the history
  6. Fix error in Travis CI YAML

    Glavin001 committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    d3d4dcc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. Update dependencies

    Glavin001 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    45fa446 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Glavin001 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    3909da3 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Glavin001 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    5378b0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5a00c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b2b06a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7899be9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40f1fe3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdccc2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6aee12b View commit details
    Browse the repository at this point in the history
  10. See #1687. Install Sass-convert and Uncrustify beautifiers via Docker…

    … for Linux Travis CI build
    Glavin001 committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    a83b1b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed9c458 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Configuration menu
    Copy the full SHA
    a23be4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996cf91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9f2b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5caa236 View commit details
    Browse the repository at this point in the history