Neal Chambers
085d0f27f7
Move Timestamp Generation into its own Method
2023-10-06 11:19:31 +09:00
Neal Chambers
aaa42ce410
Add Filtering for Optional Relationships
2023-10-06 11:06:54 +09:00
Neal Chambers
3c51b48225
Fix Formatting and Bugs
2023-10-06 11:06:54 +09:00
Neal Chambers
6d22ec5605
Improve Migration Timestamping
2023-10-06 11:06:54 +09:00
Neal Chambers
2b4bf185d6
Replace Duplicate Model Detection with Column Specific Foreign Key Check
2023-10-06 11:06:54 +09:00
Neal Chambers
f02da9f59e
Update schema.rb with new Foreign Keys
2023-10-06 11:06:54 +09:00
Neal Chambers
f1c61fa3aa
Add Option to Write Migrations to Disk
2023-10-06 11:06:54 +09:00
Neal Chambers
fd8e94cb50
Update Migrations to Include Commented-Out Orphaned Record Query
2023-10-06 11:06:54 +09:00
Neal Chambers
2d6784b88d
Allow Full Modulized Class Name to be Used for TODOs
2023-10-06 11:06:54 +09:00
Neal Chambers
d4c363ac39
Reduce Cyclomatic Complexity
2023-10-06 11:06:54 +09:00
Neal Chambers
099b2f455f
Remove Unified Orphaned Records SQLs
2023-10-06 11:06:54 +09:00
Neal Chambers
9df42f596c
Add SQL to Migration Files
2023-10-06 11:06:54 +09:00
Neal Chambers
7ec1f69e2a
Create Foreign Key TODO
2023-10-06 11:06:54 +09:00
Neal Chambers
800d50d732
Add Foreign Key Column to Migrations
2023-10-06 11:06:54 +09:00
Neal Chambers
816ffe6e32
Convert rake task to spec
2023-10-06 11:06:54 +09:00
Neal Chambers
6729218846
Improve SQL query to Allow for Optional Relationships
2023-10-06 11:06:54 +09:00
Neal Chambers
72e75c0e2d
Remove Delete on Cascade from Migrations
2023-10-06 11:06:54 +09:00
Neal Chambers
3590da6106
Remove Old Migrations
2023-10-06 11:06:54 +09:00
Neal Chambers
bf2c6128a7
Add Foreign Key Column
2023-10-06 11:06:54 +09:00
Neal Chambers
78cb4c6adc
Add migrations to add foreign keys to database
2023-10-06 11:06:54 +09:00
Neal Chambers
5b87890141
Add SQL script to check for Orphaned Records
2023-10-06 11:06:54 +09:00
Neal Chambers
cb864411ee
Add Rake Task that Generates Migrations for Missing Foreign Keys
2023-10-06 11:06:50 +09:00
Maikel Linke
ff60dacebd
Update all locales with the latest Transifex translations
v4.4.14
2023-10-06 11:23:43 +11:00
David Cook
3f27fb69b3
Merge pull request #11625 from aisayo/patch-1
...
Update README.md
2023-10-05 09:52:03 +11:00
David Cook
ee13d1072c
Merge pull request #11624 from filipefurtad0/make_seed_data_enteprise_visible
...
[dev ENV only] Adds attribute to enterprise factory
2023-10-05 09:10:23 +11:00
aisayo
97f315b363
Update README.md
...
Outdated instructions
2023-10-04 15:34:37 -04:00
filipefurtad0
0e699e9cee
Adds attribute to enterprise factory
...
so that sample data rake task creates visible enterprises by default
2023-10-04 18:00:36 +01:00
Sigmund Petersen
4e8cd330b3
Merge pull request #11571 from dacook/buu-editing-fixups
...
[BUU] editing fixups
2023-10-04 13:48:31 +02:00
David Cook
6f43165006
Show generic error message when StimulusReflex fails
...
I decided not to invest the time to figure out how to test this..
The messages should have the same effect as the 500 error, but not technically a 500 because it's not handling a HTTP response. The documentation seems to state this covers server-side errors only (not network errors for example). I couldn't find any way to handle network errors with action cable.
2023-10-04 13:40:36 +02:00
David Cook
6d35b1ac71
Fix bulk form input styles
...
'header' fields are meant to be bold, and the field backgrounds are meant to match the cell background colour.
2023-10-04 13:40:36 +02:00
David Cook
cd63ab63d8
Refactor form code
...
Co-authored-by: Maikel <maikel@email.org.au >
2023-10-04 13:40:36 +02:00
David Cook
ed207e3df6
DRY up code
2023-10-04 13:40:36 +02:00
David Cook
4467758a9f
Apply code suggestion
...
Co-authored-by: Jean-Baptiste Bellet <jb.bellet@gmail.com >
2023-10-04 13:40:36 +02:00
David Cook
136b370de1
Merge pull request #11621 from openfoodfoundation/dependabot/bundler/valid_email2-5.1.0
...
chore(deps): bump valid_email2 from 5.0.5 to 5.1.0
2023-10-04 15:33:26 +11:00
David Cook
7ffe318352
Merge pull request #11616 from openfoodfoundation/dependabot/bundler/sidekiq-7.1.5
...
chore(deps): bump sidekiq from 7.1.4 to 7.1.5
2023-10-04 15:21:03 +11:00
dependabot[bot]
2b2bb6d46b
chore(deps): bump valid_email2 from 5.0.5 to 5.1.0
...
Bumps [valid_email2](https://github.com/micke/valid_email2 ) from 5.0.5 to 5.1.0.
- [Changelog](https://github.com/micke/valid_email2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micke/valid_email2/compare/v5.0.5...v5.1.0 )
---
updated-dependencies:
- dependency-name: valid_email2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-04 03:50:57 +00:00
David Cook
057a9f73ed
Merge pull request #11605 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.21.2
...
chore(deps-dev): bump rubocop-rails from 2.21.1 to 2.21.2
2023-10-04 14:49:03 +11:00
Maikel
05b30a72e5
Merge pull request #11604 from openfoodfoundation/dependabot/bundler/valid_email2-5.0.5
...
chore(deps): bump valid_email2 from 5.0.3 to 5.0.5
2023-10-04 14:45:45 +11:00
Maikel
2ac2b30b14
Merge pull request #11588 from filipefurtad0/split_subscription_spec
...
Splits bottleneck system/admin/subscriptions_spec.rb
2023-10-04 13:33:20 +11:00
filipefurtad0
14caf3b25c
Moves helper into support folder
...
Wraps SubscripionHelper module around definitions
2023-10-03 09:49:26 +01:00
filipefurtad0
181ddcefbc
Updates rubocop_todo file
...
Removes local untracked files
2023-10-03 09:49:26 +01:00
filipefurtad0
bc73d09438
Declares enable_subscriptions separately
2023-10-03 09:49:26 +01:00
filipefurtad0
96432ebec2
Splits files into new folder
...
Creates helper file for existing methods
2023-10-03 09:49:26 +01:00
filipefurtad0
8bc2feda23
Asserts for subscription instructions and tab
2023-10-03 09:49:26 +01:00
filipefurtad0
b554308f10
Sets correct context
2023-10-03 09:49:26 +01:00
dependabot[bot]
db3cdd95a3
chore(deps): bump sidekiq from 7.1.4 to 7.1.5
...
Bumps [sidekiq](https://github.com/sidekiq/sidekiq ) from 7.1.4 to 7.1.5.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md )
- [Commits](https://github.com/sidekiq/sidekiq/compare/v7.1.4...v7.1.5 )
---
updated-dependencies:
- dependency-name: sidekiq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 05:28:17 +00:00
David Cook
2558855ad5
Merge pull request #11595 from openfoodfoundation/dependabot/bundler/rubocop-1.56.4
...
chore(deps-dev): bump rubocop from 1.56.3 to 1.56.4
2023-10-03 16:26:21 +11:00
dependabot[bot]
372defe20f
chore(deps-dev): bump rubocop-rails from 2.21.1 to 2.21.2
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.21.1...v2.21.2 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-02 09:18:16 +00:00
dependabot[bot]
0cd87a7bbf
chore(deps): bump valid_email2 from 5.0.3 to 5.0.5
...
Bumps [valid_email2](https://github.com/micke/valid_email2 ) from 5.0.3 to 5.0.5.
- [Changelog](https://github.com/micke/valid_email2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micke/valid_email2/compare/v5.0.3...v5.0.5 )
---
updated-dependencies:
- dependency-name: valid_email2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-02 09:06:58 +00:00
Maikel
b122c93055
Merge pull request #11586 from macanudo527/fix_stylehash_11
...
Fix Style/HashSyntax 12/13
2023-10-02 16:25:21 +11:00