-
Notifications
You must be signed in to change notification settings - Fork 2
Jzlamal/aws file handler #453
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
Open
jzlamal
wants to merge
202
commits into
v7
Choose a base branch
from
jzlamal/aws-file-handler
base: v7
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(cache): add initial configuration for cache headers * feat(http_cache): implement cache control headers concern * feat(http_cache): fix cache headers with freshness and vary support * feat(http_cache): enhance cache control logic * feat(cache_headers): add generator for cache headers initializer and usage documentation * feat(http_cache): refine cache control logic and enhance timestamp handling * fix(tests): update cache control assertions in error and pages controller tests
…lect? if the model name should be shown (#428)
…oved response caching
…patibility and re-annotate models
…rdfile for JS integration, and update development environment settings
… documentation for caching strategy
…update tests for proper validation
* feat(file_placements): init multi picker via iframe * feat(console/ui): don't use form in index/header, extract query form to a component * chore(dependencies): replace 'annotate' with 'annot8' for Rails 8 compatibility and re-annotate models * fix(console): form footer layout * fix(console): rm obsolete js * fix(files): rm by_used scope join duplicates * feat(files): implement shift multiple selection for files * feat(files): dynamic primary_action for index based on batch state * feat(files): add add_to_picker button to batch bar * feat(files): add top pagy to index_for_picker * feat(cache): add cache management documentation and examples, fix Guardfile for JS integration, and update development environment settings * refactor(http_cache): update TTL handling for error pages and enhance documentation for caching strategy * fix(http_cache): add 'public' directive to Cache-Control headers and update tests for proper validation * feat(console): improve form/errors field recognition * feat(files): update picker, init multi picker placement component * feat(files): working multi picker for files * fix(nested_fields): handle same time in new id creation * fix(files): picker serializedFileJsonValueChanged * feat(files): init multipicker side-by-side layout * feat(files): live update batch/bar via MessageBus * chore(files): js cleanup * feat(files): implement embeds in multi_picker_fields * feat(files): handle no placements in multi_picker_fields * fix(console/ui): flash message from api calls * fix(files): minor errors --------- Co-authored-by: Filip Ornstein <filip@sinfin.cz>
* feat(cache): implement session cookie skipping for Cloudflare optimization and add RequiresSession concern for session management * feat(session): introduce ComponentSessionHelper and ComponentSessionRequirements for managing session state in components * refactor(session): migrate session management to ComponentSessionHelper for improved polymorphic handling in components * refactor(session): remove session management from form components and enhance caching behavior in component session requirements
* fix: selectedOptions.map.map is not a function, add missing locale, add alert about missing alt --------- Co-authored-by: Petr Marek <contact@petrmarek.eu>
* feat(select2): add clear button inside select * chore(guard): run * refactor: use view component to render clear button * feat(simple_form): add input_controls * fix: rename,move sass rules * fix: add click handler * add todo, fix callback * fix: add clear button to date range * fix css classes, remove duplicate function * fix(select): indicator position * fix(date-range) border radius * feat(text_input): add clear button * feat(text_autocomplete_input): add clear button * feat(autocomplete_input): add clear button * refactor(simple_form): remove unused component * feat(numeric_range): add clear button * style(clear_button): use mixin * style: use variables * fix(numeric_range): width on mobile * style(autocomplete): remove obsolete code * style(clear_button): remove unused code * style: ending line * refactor(clear_button) use dispatch * refactor: move styles * fix(clear_button): tests --------- Co-authored-by: Petr Marek <contact@petrmarek.eu>
* fix: do not allow to select image if it is not allowed for current site --------- Co-authored-by: Petr Marek <contact@petrmarek.eu>
# Conflicts: # Gemfile # Gemfile.lock # config/initializers/aws_file_handler.rb
# Conflicts: # Gemfile # Gemfile.lock # config/initializers/aws_file_handler.rb # test/dummy/db/schema.rb
…key, update 500 respons, add ability check for sent
…s, use class_name instead of class
… update image source
…ary AWS file handler URL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.