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

Reduce fetch depth #none #2

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Commits on Mar 21, 2019

  1. Update Docker file

    Add labels for metadata and move to an alpine base image
    jbygdell committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    856f0e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Add build-hooks for docker-hub

    This is used to inject the metadata variables
    jbygdell committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    38d60c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

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

Commits on Mar 27, 2019

  1. Use static shovels

    dtitov committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    fc1f66e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Fix MQ version

    jbygdell committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c31cd98 View commit details
    Browse the repository at this point in the history
  2. Fix env-vars naming

    dtitov committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    d8ce073 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from jbygdell/feature/docker-image

    Feature/docker image
    silverdaz authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    2a66f91 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    43a62bb View commit details
    Browse the repository at this point in the history
  2. Adding templates

    silverdaz committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    e3d88bd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. Merge pull request #7 from EGA-archive/templates

    Adding templates
    omllobet authored Apr 5, 2019
    Configuration menu
    Copy the full SHA
    fc29230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    115d84e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c309438 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    9fdce39 View commit details
    Browse the repository at this point in the history
  2. Add checks of env-vars

    dtitov committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    7185170 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Merge pull request #4 from EGA-archive/feature/static-shovels

    Use static shovels
    silverdaz authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e529cbf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Add TLS config

    Update rabbitmq config to enable TLS for local connections.
    The following restrictions apply; verification of both the server and client is enforced. Connection is not allowed unless mutual verification is ok. TLS version 1.2 or above is required.
    jbygdell committed May 10, 2019
    Configuration menu
    Copy the full SHA
    088f5fa View commit details
    Browse the repository at this point in the history
  2. Replace sed in entrypoint script

    This is due to how the new connection string looks like.
    jbygdell committed May 10, 2019
    Configuration menu
    Copy the full SHA
    c349c0a View commit details
    Browse the repository at this point in the history
  3. Update Docker file

    Add ca-certificates so that we can validate publicly signed certificates.
    jbygdell committed May 10, 2019
    Configuration menu
    Copy the full SHA
    4ef024b View commit details
    Browse the repository at this point in the history
  4. Parameterize the cert paths

    jbygdell committed May 10, 2019
    Configuration menu
    Copy the full SHA
    4638949 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from EGA-archive/tls

    Add TLS config for local connections
    silverdaz authored May 10, 2019
    Configuration menu
    Copy the full SHA
    e03e316 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

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

Commits on May 14, 2019

  1. Merge pull request #12 from EGA-archive/permissions-fix

    Fixing permissions on some files read by rabbitmq user
    silverdaz authored May 14, 2019
    Configuration menu
    Copy the full SHA
    1fdb700 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Run container as rabbitmq user

    Improve security by not starting the container as root.
    As long as injected files are placed in the appropriate paths they will still be owned by the rabbitmq user.
    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    e4eb031 View commit details
    Browse the repository at this point in the history
  2. Add more config options to entrypoint script

    Allow the user to explicitly name the default `vhost` to something other than `/`.  Add option to disable peer verification of tls certificates.
    Remove unnecessary ownership changes of injected files.
    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    746d510 View commit details
    Browse the repository at this point in the history
  3. Update readme

    jbygdell committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    db8b7a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Merge pull request #1 from neicnordic/feature/conf

    Add config options
    blankdots authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    ad71a3e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

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

Commits on Jul 23, 2019

  1. Merge pull request #2 from neicnordic/feature/hooks

    Update build hook to use nbis repository
    blankdots authored Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1d9255a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Add ENVs to Dockerfile

    Add default values to some ENVs to specify where the persisted config files are located.
    jbygdell committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    df63234 View commit details
    Browse the repository at this point in the history
  2. Update entrypoint script

    Remove bash specific tests and ensure that the config files are written to persistent storage.
    jbygdell committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    19a5ceb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from neicnordic/fixes

    Fixes
    blankdots authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    a070c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    30944bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from neicnordic/fixes

    Prepend "/" to vhost name in shovel URI
    blankdots authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    0011923 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Update entrypoint script

    Sets up the MQ for standalone configuration when the ENV `CEGA_CONNECTION`
    is absent
    jbygdell committed May 5, 2020
    Configuration menu
    Copy the full SHA
    58a001e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b958dd8 View commit details
    Browse the repository at this point in the history
  3. Rename entrypoint script

    One further step in migrating from the (l)ega naming schema.
    jbygdell committed May 5, 2020
    Configuration menu
    Copy the full SHA
    39de494 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Merge pull request #6 from neicnordic/standalone

    Standalone
    blankdots authored May 13, 2020
    Configuration menu
    Copy the full SHA
    3531a6d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Use files.verified shovel

    We should publish to this queue whenever we have successfully verified a file.
    jonandernovella committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5cd5bd0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge pull request #7 from neicnordic/feature/verified

    Shovel messages from files.verified
    blankdots authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    027f903 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Update config

    jbygdell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    9518da8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e0890 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    36c407e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from neicnordic/New_config

    New config
    jbygdell authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8145ef8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Add missing error queue

    jbygdell committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    add7254 View commit details
    Browse the repository at this point in the history
  2. Add bindings

    jbygdell committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    671ba65 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from neicnordic/New_config

    New config
    jbygdell authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    88c0055 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. add backup queue

    blankdots committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c04af16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from neicnordic/feature/backup-queue

    Add backup queue
    blankdots authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    606b935 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    blankdots authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b93ca97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from neicnordic/rename-to-sda

    Update README.md
    blankdots authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a8df380 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. add missing mappings queue

    blankdots committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4d61b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9856660 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Merge pull request #13 from neicnordic/bugfix/missing-queues

    fix missing mappings queue and source for stand-alone
    jbygdell authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    25e11e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    5e17cba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from neicnordic/tag_and_build

    bump version & publish dockerhub & github registry #none
    blankdots authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    76681f8 View commit details
    Browse the repository at this point in the history
  3. Update mq version to 3.8.16

    jbygdell committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    410cac4 View commit details
    Browse the repository at this point in the history
  4. Rework entrypoint script to not generate self signed certificates.

    Adds the NOTLS env to disable SSL completely
    jbygdell committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    ff6a22b View commit details
    Browse the repository at this point in the history
  5. Update README

    jbygdell committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bce59c2 View commit details
    Browse the repository at this point in the history
  6. Delete obsolete hooks folder

    This is not needed anymore since Docker Hub is not building images any longer.
    jbygdell committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    521e969 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge pull request #21 from neicnordic/no_tls

    NoTLS option #minor
    norling authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    f122a3d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Update tag_and_build.yaml

    Set fetch depth to 1
    jbygdell authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e9b6c63 View commit details
    Browse the repository at this point in the history