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

switch image.rb to google storage via fog library #9807

Merged
merged 24 commits into from
Jul 17, 2021
Merged

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    32cad42 View commit details
    Browse the repository at this point in the history
  2. Update app/models/image.rb

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    d4be9b1 View commit details
    Browse the repository at this point in the history
  3. Update app/models/image.rb

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    e7624c5 View commit details
    Browse the repository at this point in the history
  4. Update app/models/image.rb

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ba45e87 View commit details
    Browse the repository at this point in the history
  5. Update image.rb

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    c63d63e View commit details
    Browse the repository at this point in the history
  6. Add missing env vars

    icarito authored and jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    ffbf35f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bbaa18 View commit details
    Browse the repository at this point in the history
  8. Update paperclip.rb

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    0ed8478 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed31b1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ea2ad2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a121884 View commit details
    Browse the repository at this point in the history
  12. install fog-google

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    51c3a79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c27a1b3 View commit details
    Browse the repository at this point in the history
  14. fixed local storage for dev

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    54c80b4 View commit details
    Browse the repository at this point in the history
  15. fog_host relative

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    0bf2c89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c57f901 View commit details
    Browse the repository at this point in the history
  17. Omit local_root parameter

    icarito authored and jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    28b1ba3 View commit details
    Browse the repository at this point in the history
  18. Revert "Omit local_root parameter"

    This reverts commit 8406611.
    icarito authored and jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    f23d70e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2f0a5d1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ff931ab View commit details
    Browse the repository at this point in the history
  21. google_project

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8ed064f View commit details
    Browse the repository at this point in the history
  22. Update Gemfile

    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    27bf119 View commit details
    Browse the repository at this point in the history
  23. remove XML keys

    ```
        google_storage_access_key_id: ENV["GOOGLE_STORAGE_KEY"] || '' ,
        google_storage_secret_access_key: ENV["GOOGLE_STORAGE_SECRET"] || ''
    ```
    jywarren committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    7bce205 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c9ac585 View commit details
    Browse the repository at this point in the history