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 an option to develop in a reproducible and containerized environment #10794

Closed
wants to merge 15 commits into from

Commits on Sep 8, 2019

  1. Configuration menu
    Copy the full SHA
    314d3ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38db7f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ea04a View commit details
    Browse the repository at this point in the history
  4. Remove Nginx server for compiled webapp

    Use already available webpack for development purposes only
    KeyWeeUsr committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    42b07ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c260d31 View commit details
    Browse the repository at this point in the history
  6. Overlay original repo content over /src folder to fix missing files

    Apparently 'scripts' and 'package.json' are not enough as mentioned
    in the docs and there is something hidden. Webpack errors:
    
    ERROR in Entry module not found: Error: Can't resolve './src' in '/src'
    ERROR in multi (webpack)-dev-server/client?http://0.0.0.0 ./src
    KeyWeeUsr committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    21861bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4a09a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

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

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    ea918e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3506983 View commit details
    Browse the repository at this point in the history
  3. Add docker-link-repos.sh to entrypoint

    This will allow to link external matrix-react-sdk/matrix-js-sdk
    from host machine after the long installation process has been completed
    and re-launch the installation with the only deps changed being Matrix SDKs
    producing a quick installation.
    KeyWeeUsr committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    781e426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e0195e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    492076a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c95e7a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

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