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

Cloud9 IDE integration #48

Merged
merged 7 commits into from
Jun 1, 2018
Merged

Cloud9 IDE integration #48

merged 7 commits into from
Jun 1, 2018

Commits on May 31, 2018

  1. Switch to global Node.js installation

    - Ditch nvm and install Node.js globally from NodeSource repos
    - List images after build (to check image sizes)
    lmakarov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    567082a View commit details
    Browse the repository at this point in the history
  2. Using and extending the default supervisord configuration

    - Starting supervisord using /etc/supervisor/supervisord.conf config, which includes /etc/supervisor/conf.d/*.conf
    - Removed non-essential settings from the custom supervisor.conf - pretty much all of them are covered in /etc/supervisor/supervisord.conf (in Debian Stretch)
    lmakarov committed May 31, 2018
    Configuration menu
    Copy the full SHA
    62dad43 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Build refactoring

    lmakarov committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5117baa View commit details
    Browse the repository at this point in the history
  2. Cloud9 IDE integration

    lmakarov committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    1e65a1b View commit details
    Browse the repository at this point in the history
  3. Cloud9 build and tests

    lmakarov committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    c28092d View commit details
    Browse the repository at this point in the history
  4. Fix missing yarn

    lmakarov committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    f13ecec View commit details
    Browse the repository at this point in the history
  5. Removed duplicate COPY statement in 5.6

    [ci skip]
    lmakarov committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    7afcb2b View commit details
    Browse the repository at this point in the history