Matt-Yorkley
|
489529d30e
|
Merge pull request #5729 from luisramos0/image_settings
Remove Image settings page and standardise Paperclip styles
|
2020-10-22 15:58:14 +02:00 |
|
Luis Ramos
|
a4f21be99a
|
Merge pull request #6237 from openfoodfoundation/dependabot/bundler/ddtrace-0.42.0
Bump ddtrace from 0.41.0 to 0.42.0
|
2020-10-22 13:48:15 +01:00 |
|
dependabot-preview[bot]
|
20777bb80f
|
Bump ddtrace from 0.41.0 to 0.42.0
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DataDog/dd-trace-rb/compare/v0.41.0...v0.42.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-10-22 01:14:35 +00:00 |
|
Luis Ramos
|
032075c04a
|
Merge pull request #6119 from arku/chore/fire-event-removal
Remove fire_event method usage
|
2020-10-21 21:21:35 +01:00 |
|
Luis Ramos
|
78651012bb
|
Merge pull request #6177 from santakadev/fix-docker-setup
Fix docker local environment setup
|
2020-10-21 08:45:07 +01:00 |
|
Luis Ramos
|
d01f9b7aa1
|
Merge pull request #6227 from jhsu802701/fix_docker_scripts
docker-compose run --rm web -> docker-compose run web
|
2020-10-21 08:44:37 +01:00 |
|
Jason Hsu
|
a9feb53294
|
docker-compose run --rm web -> docker-compose run web
|
2020-10-20 17:48:46 -05:00 |
|
Matt-Yorkley
|
f5ce0d501d
|
Merge pull request #5870 from luisramos0/prefs
[Bye bye Spree] Bring models app_configuration and preference from spree_core
|
2020-10-20 21:12:54 +02:00 |
|
Luis Ramos
|
b267f542d1
|
Merge pull request #5980 from luisramos0/spree_clean_up
[Bye bye spree] Some clean up fixes to make it all work without spree
|
2020-10-20 18:52:54 +01:00 |
|
Luis Ramos
|
9f568c1e9d
|
Merge pull request #5928 from luisramos0/spree_core_js
[Bye bye spree] Bring final bits of js and css from spree_core
|
2020-10-20 13:20:41 +01:00 |
|
Luis Ramos
|
10ed1f04c1
|
Revert default styles to what they were before, we can do this in a separate PR
|
2020-10-20 11:25:55 +01:00 |
|
Luis Ramos
|
16f9ef4ace
|
Simplify method
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
f4d8bdc17e
|
Fix easy rubocop issues
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
f3490e5668
|
Replace Spree::Image with self
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
7cf6518175
|
Set default values for styles directly in the attachment property without using Spree::Config
Only use ENV vars for attachment path and url coming from ofn-install
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
d15abe14d1
|
Join reformat styles and set attachement definitions and explain why we need to run them every time Spree::Image is loaded although this is also done in the spree initializer
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
6151c7420b
|
Move S3 attachment definitions to Spree::Image
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
fdd7049857
|
Reuse Spree::Image.set_attachment_definitions
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
b66ad71017
|
Move image settings config out of Spree::config initialization
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
98c5fdcf26
|
Reuse some code from Spree::Image in the spree initializer and extract some code to a class method so we can reuse afterwards
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
25ab5f7f24
|
Move reformat_styles to initializer, it's the only place where it is used
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
a5a55b3c10
|
Add settings initialization from previous image settings controller to spree initializer
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
0f06195baa
|
Remove Image settings page, these settings will come from ofn-install now
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
bebffcc90f
|
Set new S3 and attachments configs from ofn-install
|
2020-10-20 11:20:37 +01:00 |
|
Luis Ramos
|
c291639962
|
Merge pull request #6156 from razanjoshi/add_simplecov
Add coverage threshold for simplecov.
|
2020-10-20 09:40:07 +01:00 |
|
Luis Ramos
|
c0880a1b9a
|
Merge pull request #6191 from mkllnk/draft-release
Add script to draft release notes
|
2020-10-19 12:22:24 +01:00 |
|
Arun Kumar Mohan
|
b0fa1464f8
|
Remove fire_event method usage
|
2020-10-18 20:36:38 -05:00 |
|
Luis Ramos
|
e6baca37c4
|
Merge pull request #6215 from Matt-Yorkley/states-filepath
Fix deployments
|
2020-10-18 23:16:53 +01:00 |
|
Matt-Yorkley
|
58c0d90575
|
Fix error in countries.rb
|
2020-10-18 19:49:48 +01:00 |
|
Matt-Yorkley
|
dc06f60d2c
|
Merge pull request #6211 from openfoodfoundation/dependabot/bundler/webmock-3.9.3
Bump webmock from 3.9.2 to 3.9.3
|
2020-10-18 12:22:07 +02:00 |
|
Matt-Yorkley
|
4cd645b60e
|
Merge pull request #6150 from openfoodfoundation/luisramos0-patch-1
Make the release notes intructions a bit more clear so new contributors make them short
|
2020-10-18 00:44:06 +02:00 |
|
Matt-Yorkley
|
961fbd22cf
|
Merge pull request #6183 from openfoodfoundation/dependabot/bundler/activerecord-import-1.0.7
Bump activerecord-import from 1.0.6 to 1.0.7
|
2020-10-18 00:42:17 +02:00 |
|
Matt-Yorkley
|
b7c8bae9e8
|
Merge pull request #6185 from openfoodfoundation/dependabot/bundler/i18n-js-3.8.0
Bump i18n-js from 3.7.1 to 3.8.0
|
2020-10-18 00:41:09 +02:00 |
|
Matt-Yorkley
|
3612386463
|
Make loading of Zones in db:seed idempotent (and avoid fatal errors if run twice)
|
2020-10-17 18:08:28 +01:00 |
|
Matt-Yorkley
|
e9e7bdc6cd
|
Set Spree::Config[:default_country_id]` from ENV vars if default country specified.
|
2020-10-17 17:54:48 +01:00 |
|
Matt-Yorkley
|
d1c066d360
|
Move states.yml back to it's former filepath
|
2020-10-17 17:14:26 +01:00 |
|
Rajan Joshi
|
13fe8b6198
|
Add more directories to filter.
|
2020-10-17 15:55:22 +01:00 |
|
dependabot-preview[bot]
|
b2e14b36dd
|
Bump webmock from 3.9.2 to 3.9.3
Bumps [webmock](https://github.com/bblimke/webmock) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.9.2...v3.9.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-10-17 07:47:24 +00:00 |
|
Luis Ramos
|
05bb75db00
|
Merge pull request #6089 from luisramos0/seed_data
[Bye bye spree] Prepare seed data for bye bye spree
|
2020-10-16 11:55:27 +01:00 |
|
Luis Ramos
|
22bd0f3a52
|
Merge pull request #6187 from jhsu802701/spec_support_request_stripe_helper
Updated RuboCop (spec/support/request/stripe_helper.rb)
|
2020-10-16 08:49:17 +01:00 |
|
Luis Ramos
|
94713522e5
|
Merge pull request #6189 from jhsu802701/update_db_schema
Updated db/schema.rb by running database migrations
|
2020-10-16 08:40:18 +01:00 |
|
Luis Ramos
|
49947614b3
|
Merge pull request #6190 from jhsu802701/rubocop_calculator_factory
Updated spec/factories/calculator_factory.rb for RuboCop
|
2020-10-16 08:36:53 +01:00 |
|
Jason Hsu
|
c39e238e83
|
Updated spec/factories/calculator_factory.rb to remove unnecessary space; reduces number of RuboCop offenses from 91 to 90
|
2020-10-16 00:08:19 -05:00 |
|
Maikel Linke
|
6c1139c296
|
Add script to draft release notes
|
2020-10-16 16:03:26 +11:00 |
|
Jason Hsu
|
0119d9d0eb
|
Updated db/schema.rb by running bundle exec rake db:migrate
|
2020-10-15 23:56:43 -05:00 |
|
Maikel Linke
|
3679e0fac9
|
Copy all translations from Transifex
|
2020-10-16 15:34:24 +11:00 |
|
Maikel
|
960da1e7e9
|
Merge pull request #6179 from openfoodfoundation/transifex
Transifex
|
2020-10-16 15:33:11 +11:00 |
|
Maikel
|
8c65498661
|
Merge pull request #5998 from andrewpbrett/shipping-per-pound
Per-pound shipping calculator
|
2020-10-16 15:27:57 +11:00 |
|
Maikel
|
07780c5663
|
Merge pull request #6146 from openfoodfoundation/dependabot/bundler/geocoder-1.6.4
Bump geocoder from 1.6.3 to 1.6.4
|
2020-10-16 15:26:41 +11:00 |
|
Jason Hsu
|
bdf0cb1364
|
Exclude spec/support/request/stripe_helper.rb from Metrics/ModuleLength cop; reduces number of offenses from 90 to 89
|
2020-10-15 23:25:32 -05:00 |
|