omen

Read the clouds and detect Drupal environment

Downloads
121.5K
Stars
5
Committers
2

Bot releases are visible (Hide)

omen - 0.7.0 Drupal 10 support Latest Release

Published by back-2-95 almost 2 years ago

  • Drupal 10 is released soon so including a fix to work with Symfony 6 headers and added 1 database setting for it
  • Dropped support for Drupal 9.3
omen - 0.6.0 Drop support for Drupal 9.2

Published by back-2-95 over 2 years ago

  • Add get_defined_vars() as input
  • Use static methods for get and show
  • Show BC break message in CLI mode without HTML
  • Bump up the supported Drupal core version to 9.3

CleanShot 2022-07-19 at 11 37 51

CleanShot 2022-07-19 at 11 36 35

omen - 0.5.1 Small Tugboat tweak

Published by back-2-95 over 2 years ago

  • Tugboat: create DRUPAL_HASH_SALT using TUGBOAT_REPO_ID
omen - 0.5.0 Remove EOL support and add Tugboat support

Published by back-2-95 over 2 years ago

  • Drop support for PHP 7.3 (EOL)
  • Drop support for Drupal 8 (EOL)
  • Add support for Drupal 10 (in Alpha)
  • Add support for Tugboat
omen - 0.4.0 Bump up versions to supported

Published by back-2-95 about 3 years ago

  • Min PHP version is now 7.3
  • Min Drupal version is now 8.9
omen - 0.3.2 Small fix on DRUSH_OPTIONS_URI handling

Published by back-2-95 over 3 years ago

  • Fixed DRUSH_OPTIONS_URI might end up being null and PHP 8.0 will fail on that.
omen - 0.3.1 Small fix on DRUPAL_ROUTES handling

Published by back-2-95 over 3 years ago

  • Fixed DRUPAL_ROUTES might end up being null and PHP 8.0 will fail on that.
omen - 0.3.0

Published by back-2-95 over 3 years ago

  • Removed support for Amazee.io Legacy
  • Don't reset $settings['trusted_host_patterns'] if it's already set
omen - 0.2.1 PHP 8 Support

Published by back-2-95 almost 4 years ago

  • Support PHP 8
omen - 0.2.0 Setting proxies per detected environment AND OMEN_TOKEN

Published by back-2-95 about 4 years ago

  • Handle reverse proxies case by case (e.g. Lagoon)
  • Allow environments to set $config and $settings values
  • OMEN_TOKEN ENV var to make it possible to print configuration with it
omen - 0.2.0-rc1 Setting proxies per detected environment

Published by back-2-95 about 4 years ago

  • Handle reverse proxies case by case (e.g. Lagoon)
  • Allow environments to set $config and $settings values
omen - 0.1.9 Added $settings['reverse_proxy_header'] = 'X_FORWARDED';

Published by back-2-95 over 4 years ago

  • Added $settings['reverse_proxy_header'] = 'X_FORWARDED'; to fix error with Varnish and POST-requests.
omen - 0.1.8 Add check for HTTP_X_FORWARDED_FOR

Published by back-2-95 over 4 years ago

  • Add check for HTTP_X_FORWARDED_FOR as it might not always exist. E.g. in CI environment
omen - 0.1.7 Set reverse proxy

Published by back-2-95 over 4 years ago

  • Set reverse proxy if $_SERVER['REMOTE_ADDR'] !== $_SERVER['HTTP_X_FORWARDED_FOR']
omen - 0.1.6

Published by back-2-95 over 4 years ago

  • Default values for a first contrib module: Simple Environment Indicator
  • Handling of HTTPS ($_SERVER['HTTPS'] and $_SERVER["SERVER_PORT"])
  • Run all tests against all 3 envs (dev, test and prod)
omen - 0.1.5 Fix showConfiguration and improve handling DRUSH_OPTIONS_URI

Published by back-2-95 over 4 years ago

  • showConfiguration caused Fix NOTICE: PHP message: TypeError: get_class() expects parameter 1 to be object, null given when there is no Omen detected.
  • First host is used as DRUSH_OPTIONS_URI if it's not explicitly set
omen - 0.1.4 Hash salt and file paths detection improvement

Published by back-2-95 over 4 years ago

  • Allow hash_salt and file paths to be taken from ENV or env.settings.php files before default values.
omen - 0.1.3 Fixed hash salt detection for Amazee.io Legacy

Published by back-2-95 over 4 years ago

  • Detect hash_salt in Amazee.io Legacy
omen - 0.1.2 Lagoon & AmazeeIoLegacy trust patterns

Published by back-2-95 over 4 years ago

  • Added a possibility for an Omen to declare trusted host patterns
  • Added ^.+\.docker\.amazee\.io$ for AmazeeIoLegacy and Lagoon
omen - 0.1.1 Fix config_sync_directory setting

Published by back-2-95 over 4 years ago

  • Fix config_sync_directory before and after Drupal 8.8