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

Drop azure-storage #8434

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ gem 'alaveteli_features', path: 'gems/alaveteli_features'

# Storage backends
gem 'aws-sdk-s3', require: false
gem 'azure-storage', require: false
gem 'google-cloud-storage', '~> 1.47', require: false

# Storage content analyzers
Expand Down
12 changes: 0 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,6 @@ GEM
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
aws-eventstream (~> 1, >= 1.0.2)
azure-core (0.1.15)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6)
azure-storage (0.15.0.preview)
azure-core (~> 0.1)
faraday (~> 0.9)
faraday_middleware (~> 0.10)
nokogiri (~> 1.6, >= 1.6.8)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
Expand Down Expand Up @@ -214,8 +205,6 @@ GEM
railties (>= 3.1.0)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
fast_gettext (3.1.0)
prime
fivemat (1.3.7)
Expand Down Expand Up @@ -592,7 +581,6 @@ DEPENDENCIES
alaveteli_features!
annotate (< 3.2.1)
aws-sdk-s3
azure-storage
bcrypt (~> 3.1.20)
bootstrap-sass (~> 2.3.2.2)
bullet (~> 7.2.0)
Expand Down
6 changes: 0 additions & 6 deletions config/storage.yml-example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
# region: ''
# bucket: ''
#
# azure:
# service: AzureStorage
# storage_account_name: ''
# storage_access_key: ''
# container: ''
#
# google:
# service: GCS
# credentials:
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Highlighted Features

* Drop support for Azure storage (Graeme Porteous)
* Add basic Citation searching in admin UI (Gareth Rees)
* Improve citations admin to allow title and description updates (Graeme
Porteous)
Expand Down Expand Up @@ -109,6 +110,13 @@
DAEMON=puma.service`. For detailed instructions, refer to [the
documentation](https://alaveteli.org/docs/installing/cron_and_daemons/#puma).

* _Required:_ This release drops support for Azure storage. This is because the
Azure gem hasn't been updated in a long time and is preventing upgrades and
feature development. If you depend on this gem for storage please migrate to
a different storage backend before upgrading. We're not expecting other sites
to have used this gem but if you do please reach out if you need assistance
migrating.

* _Optional:_ Bodies with not many requests will automatically get tagged
`not_many_requests` as they are updated. If you want to automatically tag them
all in one go, run the following from the app root directory:
Expand Down
Loading