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

Create volume for /tmp #82

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft

Create volume for /tmp #82

wants to merge 8 commits into from

Commits on Jun 28, 2023

  1. Remove default plugins (#70)

    Default plugins should be installed only using
    the blueprint mechanism from the ecosystem. With
    the old list of default plugins, this was not
    really usable, because the old list of default
    plugins always installed nearly all plugins
    available, so that the user had no way to create
    a smaller default set.
    
    So with this, we completely remove the default
    plugin list. All necessary plugins like the
    legacy plugins for CAS will still be installed by
    the dependency checks.
    pfeuffer committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    beb0407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d65b61 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Use Java 17 (#77)

    * Use Java 17
    
    * Bump script plugin version to 2.5.0
    
    ---------
    
    Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
    pfeuffer and eheimbuch committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fa0baf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration for store caches (#75)

    * Prepare for store caches
    
    * Prepare for store caches
    
    * Fix cache property name
    
    * Remove oss plugin center url for snapshots
    
    * Log change
    pfeuffer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d90ab75 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix integration tests (#78)

    pfeuffer committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bc827cd View commit details
    Browse the repository at this point in the history
  2. Fix goss test

    pfeuffer committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    45db239 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Create volume for /tmp

    Without this volume it might be possible,
    that big temporary files are written in the
    docker image which might lead to errors due
    to full drives.
    pfeuffer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5d3b68d View commit details
    Browse the repository at this point in the history
  2. Log change

    pfeuffer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6ec7e16 View commit details
    Browse the repository at this point in the history