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

Web apps #3

Merged
merged 49 commits into from
Feb 7, 2018
Merged

Web apps #3

merged 49 commits into from
Feb 7, 2018

Commits on Jan 21, 2018

  1. Add dependencies set-up

    jburel committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    7989674 View commit details
    Browse the repository at this point in the history
  2. Change order

    jburel committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    9a0f628 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Run command as root

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    247642c View commit details
    Browse the repository at this point in the history
  2. Rename file

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a556a4c View commit details
    Browse the repository at this point in the history
  3. Add option to exclude files

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    712295f View commit details
    Browse the repository at this point in the history
  4. Add new parameter

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a27ce10 View commit details
    Browse the repository at this point in the history
  5. Simplify exclude check

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    8dae16c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70bfa7a View commit details
    Browse the repository at this point in the history
  7. Run test as root

    jburel committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    1ed0bbc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Add dependencies

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    ac139d9 View commit details
    Browse the repository at this point in the history
  2. Specify directory

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0b54888 View commit details
    Browse the repository at this point in the history
  3. Rename file used to override

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    aa80f7d View commit details
    Browse the repository at this point in the history
  4. Split setup

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fd20c52 View commit details
    Browse the repository at this point in the history
  5. Add steps

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4e76c70 View commit details
    Browse the repository at this point in the history
  6. Minor fix

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    db79034 View commit details
    Browse the repository at this point in the history
  7. Review files

    jburel committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bdba0de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f5d216 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Copy before start up

    jburel committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    044b49f View commit details
    Browse the repository at this point in the history
  2. Fix permissions

    jburel committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    e143dec View commit details
    Browse the repository at this point in the history
  3. Fix parameter passing

    jburel committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    6a5b2bd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

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

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    1a8a534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4b74d View commit details
    Browse the repository at this point in the history
  3. Introduce app-config file

    Use a file in case we need further configuration e.g. open_with
    jburel committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    e24eadd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    c91a334 View commit details
    Browse the repository at this point in the history
  2. Use script dependencies

    jburel committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    61380a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. docker: add wrapper for all stages

    Each of the docker wrappers (app-docker, cli-docker, etc)
    can make use of this single script in order to integrate
    the various actions that they would like to perform.
    
    In most cases, `. "$(dirname "$0")/docker app"` should
    suffice as the entirety of script. With time, these scripts
    might should be deprecated.
    
    In travis, the `.omero/app-docker` invocations should still
    work, but `.omero/docker app scripts`, for example, should
    be usable for a multi-staged build.
    
    To test what the script would do, use:
    
    ```
      ACTION=echo .omero/docker app scripts
    ```
    joshmoore authored and jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    e3a757a View commit details
    Browse the repository at this point in the history
  2. docker: fix for "lib" stage and other issues

    lib-docker depends on having a local phase.
    Now, the run function can take a first argument
    of `--local` to perform actions outside of docker.
    joshmoore committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    ba4329a View commit details
    Browse the repository at this point in the history
  3. docker: add --user support

    Some docker commands need to be called with
    `-u $USER` as defined in each stage. This flag
    now permits to swap away from `-u root`.
    joshmoore committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    429bc49 View commit details
    Browse the repository at this point in the history
  4. Fix typo and ignore deps

    jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    2160444 View commit details
    Browse the repository at this point in the history
  5. invoke correct file

    jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    18fbe90 View commit details
    Browse the repository at this point in the history
  6. Ignore app-build

    jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    636e4bb View commit details
    Browse the repository at this point in the history
  7. Look for setup.py

    jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d3ca50d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    777ad40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07c5581 View commit details
    Browse the repository at this point in the history
  10. include utils file

    jburel committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    adb1d9f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Fix name

    jburel committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    8ab5ca5 View commit details
    Browse the repository at this point in the history
  2. Fix path

    jburel committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    5657034 View commit details
    Browse the repository at this point in the history
  3. Add setuptools

    jburel committed Feb 4, 2018
    Configuration menu
    Copy the full SHA
    be85c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    d9b1c4b View commit details
    Browse the repository at this point in the history
  2. Update readme

    jburel committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    31433dd View commit details
    Browse the repository at this point in the history
  3. Use bash

    jburel committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    5d05727 View commit details
    Browse the repository at this point in the history
  4. Remove printf

    jburel committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    a01beeb View commit details
    Browse the repository at this point in the history
  5. Use new approach

    jburel committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    fdbd628 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Do not run test as root

    jburel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    3c20072 View commit details
    Browse the repository at this point in the history
  2. Export variables

    jburel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    81e8c41 View commit details
    Browse the repository at this point in the history
  3. Add extra step

    jburel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    b937610 View commit details
    Browse the repository at this point in the history
  4. Remove export

    jburel committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    82819c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Remove commented out code

    jburel committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    108ad83 View commit details
    Browse the repository at this point in the history