Gaetan Craig-Riou
082f78c772
Merge pull request #11873 from dacook/viewcomponent-sidecar
...
ViewComponent sidecar
2023-12-01 10:44:13 +11:00
David Cook
9658223700
Merge pull request #11792 from filipefurtad0/invoice_printing_legal_invoices_feature
...
Adds a pending spec for legal invoices feature issue #11791
2023-12-01 09:11:51 +11:00
Maikel
dd786312bf
Merge pull request #11876 from openfoodfoundation/dependabot/bundler/rswag-ui-2.13.0
...
chore(deps): bump rswag-ui from 2.12.0 to 2.13.0
2023-12-01 09:08:11 +11:00
Maikel
5bfb72f65f
Merge pull request #11875 from openfoodfoundation/dependabot/bundler/rswag-api-2.13.0
...
chore(deps): bump rswag-api from 2.12.0 to 2.13.0
2023-12-01 09:07:42 +11:00
Maikel
e54e9b2110
Merge pull request #11878 from openfoodfoundation/dependabot/bundler/rswag-specs-2.13.0
...
chore(deps-dev): bump rswag-specs from 2.12.0 to 2.13.0
2023-12-01 09:07:10 +11:00
Maikel
bc614c7b89
Merge pull request #11877 from openfoodfoundation/dependabot/bundler/knapsack_pro-6.0.0
...
chore(deps-dev): bump knapsack_pro from 5.7.0 to 6.0.0
2023-12-01 09:05:20 +11:00
Maikel Linke
08d0345967
Simplify feature selection in spec
2023-12-01 08:55:47 +11:00
filipefurtad0
3bf4e47d53
Sets shared example for invoice bulk printing
...
with legal invoices feature enabled and disabled
2023-11-30 12:44:49 +00:00
dependabot[bot]
22e9cf66e2
chore(deps-dev): bump rswag-specs from 2.12.0 to 2.13.0
...
Bumps [rswag-specs](https://github.com/rswag/rswag ) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.12.0...2.13.0 )
---
updated-dependencies:
- dependency-name: rswag-specs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-30 09:37:20 +00:00
dependabot[bot]
235d17a2b8
chore(deps-dev): bump knapsack_pro from 5.7.0 to 6.0.0
...
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby ) from 5.7.0 to 6.0.0.
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.7.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: knapsack_pro
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-30 09:30:00 +00:00
dependabot[bot]
4d9137a2a6
chore(deps): bump rswag-ui from 2.12.0 to 2.13.0
...
Bumps [rswag-ui](https://github.com/rswag/rswag ) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.12.0...2.13.0 )
---
updated-dependencies:
- dependency-name: rswag-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-30 09:28:58 +00:00
dependabot[bot]
58892b5a37
chore(deps): bump rswag-api from 2.12.0 to 2.13.0
...
Bumps [rswag-api](https://github.com/rswag/rswag ) from 2.12.0 to 2.13.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.12.0...2.13.0 )
---
updated-dependencies:
- dependency-name: rswag-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-30 09:19:25 +00:00
David Cook
58215727bc
[fixup]
...
- Style/ClassAndModuleChildren: Use nested module/class definitions instead of compact style.
- fix spec
2023-11-30 13:47:39 +11:00
Maikel
ccc460a990
Merge pull request #11868 from openfoodfoundation/dependabot/bundler/aws-sdk-s3-1.141.0
...
chore(deps): bump aws-sdk-s3 from 1.140.0 to 1.141.0
2023-11-30 13:03:53 +11:00
David Cook
2013750732
Rename files to match recommended naming scheme
...
This naming scheme removes some duplication which is nice, but it's a little strange and results in a longer name overall. I don't like it very much because:
- filenames don't include the component's actual name. This makes it slightly harder to find them in my text editor (but I'd probably get used to that)
- the namespace and class naming isn't exactly right. This is _the_ vertical_ellipsis_menu, not a subcomponent.
- the stimulus controller name is now longer, adding more cruft to the HTML.
Lots of discussion here: https://github.com/ViewComponent/view_component/discussions/67
People tried to come up with a better way (and I was tempted to try myself). It seems this approach won. I guess it's not so bad if your component names are shorter.
2023-11-30 12:25:18 +11:00
David Cook
f6d72127a7
Move controller to sidecar directory
2023-11-30 12:18:55 +11:00
David Cook
ed93c77578
Load Stimulus controllers from 'sidecar' directories
...
Javascript files can now be included in the component directory, alongside HTML and CSS.
As per https://viewcomponent.org/guide/javascript_and_css.html
2023-11-30 12:18:55 +11:00
dependabot[bot]
db652acf67
chore(deps): bump aws-sdk-s3 from 1.140.0 to 1.141.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.140.0 to 1.141.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-29 09:04:14 +00:00
Rachel Arnould
63bf574b02
Merge pull request #11807 from abdellani/fix-bulk-invoice-printing
...
[Invoices] fix bulk invoice printing
2023-11-29 08:17:38 +01:00
Maikel
afdd68269c
Merge pull request #11866 from openfoodfoundation/dependabot/bundler/view_component-3.8.0
...
chore(deps): bump view_component from 3.7.0 to 3.8.0
2023-11-29 13:59:52 +11:00
Mohamed ABDELLANI
9ce62cf6af
replace link_to with contant_tag
2023-11-28 15:02:03 +01:00
Konrad
d4cebfdb4f
Merge pull request #11837 from binarygit/open-link-in-new-page
...
Open external link in product description inside new page
2023-11-28 11:09:35 +01:00
dependabot[bot]
794d964007
chore(deps): bump view_component from 3.7.0 to 3.8.0
...
Bumps [view_component](https://github.com/viewcomponent/view_component ) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/viewcomponent/view_component/releases )
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/viewcomponent/view_component/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: view_component
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-28 09:45:44 +00:00
David Cook
40742d6308
Merge pull request #11861 from openfoodfoundation/dependabot/bundler/rswag-ui-2.12.0
...
chore(deps): bump rswag-ui from 2.11.0 to 2.12.0
2023-11-28 13:57:05 +11:00
David Cook
77c55838fa
Merge pull request #11860 from openfoodfoundation/dependabot/bundler/rswag-api-2.12.0
...
chore(deps): bump rswag-api from 2.11.0 to 2.12.0
2023-11-28 13:52:54 +11:00
David Cook
021d11c5dd
Merge pull request #11859 from openfoodfoundation/dependabot/bundler/aws-sdk-s3-1.140.0
...
chore(deps): bump aws-sdk-s3 from 1.139.0 to 1.140.0
2023-11-28 13:47:43 +11:00
dependabot[bot]
457b9e4010
chore(deps): bump rswag-ui from 2.11.0 to 2.12.0
...
Bumps [rswag-ui](https://github.com/rswag/rswag ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: rswag-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-28 02:38:02 +00:00
dependabot[bot]
868b96fff0
chore(deps): bump rswag-api from 2.11.0 to 2.12.0
...
Bumps [rswag-api](https://github.com/rswag/rswag ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: rswag-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-28 02:38:00 +00:00
David Cook
e3ef791e10
Merge pull request #11858 from openfoodfoundation/dependabot/bundler/rswag-specs-2.12.0
...
chore(deps-dev): bump rswag-specs from 2.11.0 to 2.12.0
2023-11-28 13:36:37 +11:00
David Cook
bac023abf9
Merge pull request #11857 from mkllnk/default-host
...
Remove unnecessary host config in specs
2023-11-28 13:23:38 +11:00
dependabot[bot]
a2b64f9ebb
chore(deps): bump aws-sdk-s3 from 1.139.0 to 1.140.0
...
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby ) from 1.139.0 to 1.140.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases )
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-ruby/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-27 09:47:30 +00:00
dependabot[bot]
2f9375dcb2
chore(deps-dev): bump rswag-specs from 2.11.0 to 2.12.0
...
Bumps [rswag-specs](https://github.com/rswag/rswag ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/rswag/rswag/releases )
- [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rswag/rswag/compare/2.11.0...2.12.0 )
---
updated-dependencies:
- dependency-name: rswag-specs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-27 09:43:36 +00:00
Maikel Linke
4c5c39f23b
Remove unnecessary host config in specs
2023-11-27 10:51:23 +11:00
Gaetan Craig-Riou
4b070f8447
Merge pull request #11848 from dacook/vertical_ellipsis_menu_component
...
Vertical ellipsis menu component
2023-11-27 10:21:09 +11:00
Maikel
d067f1329f
Merge pull request #11856 from duleorlovic/add_hi_and_mr_locale
...
Add hi and mr locale using tx pull -l hi
2023-11-27 09:18:03 +11:00
Dusan Orlovic
fc42330383
Add hi and mr locale using tx pull -l hi
2023-11-26 08:35:50 +01:00
Filipe
92686c97d6
Merge pull request #11853 from dacook/check_pdf_file_bulk_invoice_print2
...
Spec refactor
2023-11-24 10:14:53 +00:00
David Cook
e53960bae7
Disable Rails/OutputSafety for specs
...
This cop is to protect against user input. There's no user input (or users) in specs.
2023-11-24 16:35:45 +11:00
David Cook
d989b8ad2f
Remove unnecessary partial
...
Yay, now it's compact enough to fit in the table partial.
(Although we should probably try to reduce that one down one day..)
2023-11-24 16:28:00 +11:00
David Cook
968a224da6
Move vertical ellipsis menu to a ViewComponent
...
Javascript hasn't been moved in, as we don't seem to be set up for that yet.
We could make it smarter, and pass in an array of parameters to build the links (as in _order_links.html.haml). But why make it complicated if we don't need to?
2023-11-24 16:23:18 +11:00
David Cook
2bd2bea7b7
Remove need for class
...
Generally, I would say that style rules should have a BEM-style class name, but in this case it's terribly convenient to support a tags directly.
2023-11-24 16:14:28 +11:00
Maikel Linke
f2f63eb416
Update all locales with the latest Transifex translations
v4.4.21
2023-11-24 14:23:46 +11:00
Maikel Linke
777060ea6b
Remove old script
...
We use Github to draft releases these days.
2023-11-24 14:22:42 +11:00
David Cook
3bfe0f86f2
Merge pull request #11852 from filipefurtad0/fix_display_inventory_warning_spec
...
Fix display inventory warning spec
2023-11-24 13:46:41 +11:00
David Cook
358470f801
Merge pull request #11849 from openfoodfoundation/dependabot/bundler/aws-sdk-s3-1.139.0
...
chore(deps): bump aws-sdk-s3 from 1.138.0 to 1.139.0
2023-11-24 13:29:41 +11:00
David Cook
eecca8ee96
Refactor: match url with regexp
...
And remove unnecessary button click.
2023-11-24 12:41:02 +11:00
Gaetan Craig-Riou
f10c35dc32
Merge pull request #11850 from openfoodfoundation/dependabot/bundler/spring-4.1.3
...
chore(deps-dev): bump spring from 4.1.2 to 4.1.3
2023-11-24 12:31:29 +11:00
Gaetan Craig-Riou
8b5e543ba5
Merge pull request #11836 from filipefurtad0/check_pdf_file_bulk_invoice_print
...
Extends bulk print invoice spec to assert on file contents
2023-11-24 11:42:49 +11:00
David Cook
907d559eef
Merge pull request #11847 from mkllnk/spec-opt
...
Avoid precompiling assets unnecessarily
2023-11-24 09:16:50 +11:00
filipefurtad0
0390d52f18
Adds test to reproduce issue #11851
2023-11-23 19:49:34 +00:00