Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: singularityhub/sregistry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: singularityhub/sregistry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 14 commits
  • 301 files changed
  • 4 contributors

Commits on Oct 13, 2022

  1. Allowing setting config vars from environment (#409)

    * allowing setting config vars from environment
    * refactor to use a single settings.py, allow a settings.yaml
    * consolidate secrets into same settings
    
    the user can now define variables directly in settings.py,
    via an external secrets.py or settings.yaml, or in
    the environment with SREGISTRY_ as a prefix.
    * ensure linting is done for new release
    * ensure SECRET_KEY also honored in environment
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    dfff8fd View commit details
    Browse the repository at this point in the history
  2. Automated deployment to update contributors 2022-10-13 (#411)

    Co-authored-by: github-actions <github-actions@users.noreply.github.com>
    github-actions[bot] and github-actions authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    cdc23db View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Adhere to YAML syntax

    Use colon instead of equal sign.
    SethosII authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5df1b1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #413 from SethosII/patch-1

    Adhere to YAML syntax in dummy-settings.yaml
    vsoch authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    20704d4 View commit details
    Browse the repository at this point in the history
  3. Automated deployment to update contributors 2023-03-24

    github-actions committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3c430bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #414 from singularityhub/contributors/update-2023-…

    …03-24
    
    [tributors] contributors/update-2023-03-24
    vsoch authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    be3bc13 View commit details
    Browse the repository at this point in the history
  5. Automated deployment to update contributors 2023-03-24

    github-actions committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    31a0c39 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #415 from singularityhub/contributors/update-2023-…

    …03-24
    
    [tributors] contributors/update-2023-03-24
    vsoch authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1cce4be View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Add missing package

    Package python-jose is required for LDAP authentication.
    SethosII authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b75a906 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #418 from SethosII/patch-2

    Add missing package
    vsoch authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    c0a03c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Remove wrong information (#417)

    * Remove wrong information
    Automated lookup attributed false information.
    
    * Add correct information
    SethosII authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ac5b129 View commit details
    Browse the repository at this point in the history
  2. Automated deployment to update contributors 2023-03-28 (#420)

    Co-authored-by: github-actions <github-actions@users.noreply.github.com>
    github-actions[bot] and github-actions authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4549462 View commit details
    Browse the repository at this point in the history
  3. Small documentation fixes (#419)

    * The openldap container doesn't include bash, use sh instead
    * Fix location of the login page screenshot
    * Move LDAP image to assets folder and fix image link
    * Move Globus images to assets folder and fix image links
    SethosII authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a4b0bf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. update dockerfile base (#421)

    * update dockerfile base
    * also using default models JsonField and setting default autofield
    * pin django 4.2
    
    Signed-off-by: vsoch <vsoch@users.noreply.github.com>
    vsoch authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2fdfc1f View commit details
    Browse the repository at this point in the history
Loading