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

Add update configuration [https://github.com/dahromy/glide-symfony] #1645

Closed
wants to merge 8 commits into from

Commits on Jul 9, 2024

  1. Add Glide bundle configuration files

    Added a manifest.json and a dahromy_glide.yaml to configure the Glide bundle in Symfony. The manifest.json includes the bundle and its environment-specific parameters, while the dahromy_glide.yaml sets up source, cache locations and the glide signature key.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    400319f View commit details
    Browse the repository at this point in the history
  2. Add 'gd' driver to dahromy_glide configuration

    The gd library driver has been added to the dahromy_glide.yaml configuration file. This change enables image processing capabilities provided by the gd library in the dahromy/glide-symfony project.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b68abb2 View commit details
    Browse the repository at this point in the history
  3. Add base_url to glide configuration

    In the dahromy_glide.yaml configuration file, a new line specifying the base_url for image storage has been added. This amendment allows the glide library to know where to store and retrieve images.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3bc6c6f View commit details
    Browse the repository at this point in the history
  4. Add newline at the end of glide.yaml file

    A newline has been added at the end of the dahromy_glide.yaml file. This is in accordance with standard coding practices and helps to prevent any potential parsing errors due to the absence of a newline.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    80761aa View commit details
    Browse the repository at this point in the history
  5. Remove 'gd' driver and base_url from glide config

    The 'gd' driver and the 'base_url' configuration option have been removed from the Glide configuration. Other default configuration options can be added as needed. This change simplifies the default configuration.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c372347 View commit details
    Browse the repository at this point in the history
  6. Move manifest and config files to 1.0 directory

    All manifest and config files have been moved to a newly created 1.0 directory. This change is to improve file organization and version control. The structure change does not bring any functionality differences.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    331332e View commit details
    Browse the repository at this point in the history
  7. Add PHP version conflict in manifest.json

    The update adds a "conflict" field to the manifest.json which restricts the usage of the package with PHP versions less than 8.0. This ensures that the application is run on the supported PHP versions, preventing any compatibility issues.
    dahromy committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7a9641e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add new project files and update configuration

    This commit introduces new .idea project files and updates DahRomy Glide Bundle routes and configuration. The various .idea files correspond to Project Modules, Git Toolbox settings and PHP options. Additionally, the Glide configuration has been altered to change the source directory and the signature key has been removed.
    dahromy committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2e80f68 View commit details
    Browse the repository at this point in the history