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: sameersbn/docker-redmine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.1
Choose a base ref
...
head repository: sameersbn/docker-redmine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.2
Choose a head ref
  • 16 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 25, 2024

  1. Replace unicorn application server with the puma application server

    unicorn 6.1.0 does not support rack 3, there doesnt seem to be progress towards releasing a fixed version. So switch to puma
    
    Fixes issue #569
    jcormier committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b240f26 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. release: 6.0.1-1

    Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
    jcormier committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3907217 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    bd199ed View commit details
    Browse the repository at this point in the history
  2. Add RAILS_RELATIVE_URL_ROOT to puma config

    Accidentally dropped this ENV setting when switching from unicorn to puma
    Fixes #570
    jcormier committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bf5d917 View commit details
    Browse the repository at this point in the history
  3. release: 6.0.1-2

    Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
    jcormier committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    baa1cc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    c0a1fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474677e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    679fd5f View commit details
    Browse the repository at this point in the history
  4. Install jq in container

    Used for parsing json output from get_aws_secret.rb
    abinoam committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1e1cba4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8526c7 View commit details
    Browse the repository at this point in the history
  6. Move DB_SSL_MODE logic to finalize_database_parameters

    The main reason of this is for aws template.
    We get the database configuration (and credentials) remotely.
    So, at the time env-defaults is called, the adapter is not defined.
    abinoam committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    7cbdcf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfe24b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Merge pull request #571 from abinoam/aws_secrets

    Getting credentials at runtime from AWS Secrets Manager
    jcormier authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    458b6b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Update to redmine 6.0.2

    jcormier committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    20ed4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879855b View commit details
    Browse the repository at this point in the history
  3. release: 6.0.2

    Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
    jcormier committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    3d9a4e2 View commit details
    Browse the repository at this point in the history
Loading