cyrillefr
42daf314c4
Fixes variable number naming offenses in spec variables
2025-05-08 09:28:01 +02:00
cyrillefr
55ad9429db
Fixes variable number naming offenses in spree module
2025-05-08 09:24:28 +02:00
Maikel Linke
0cf9cf3122
Combine system specs for better balance
2025-05-08 12:11:28 +10:00
Maikel
5d4f8313f3
Merge pull request #13305 from filipefurtad0/split_system_specs
...
Split system specs
2025-05-08 10:40:57 +10:00
Maikel
4ef17d3794
Merge pull request #13300 from filipefurtad0/fix_flaky_simple_spec_again
...
Adds tests to toggle the css sections (distributed products)
2025-05-08 10:39:17 +10:00
Maikel
bc3f847a9d
Merge pull request #13299 from cyrillefr/FixRubocopNamingMethodParameterName
...
Fixes NamingMethodParameterName rubocop offense
2025-05-08 10:34:50 +10:00
Ashish Gaur
c4ab8bb1e7
13221 Revert back schema changes
2025-05-07 13:37:55 +05:30
Gaetan Craig-Riou
b82bd6c0dc
Per rebview, add missing aria-label translation
2025-05-07 15:18:54 +10:00
Gaetan Craig-Riou
eb1919cce9
Update spec/system/admin/products_v3/index_spec.rb
...
Co-authored-by: Maikel <maikel@email.org.au >
2025-05-07 14:58:41 +10:00
Gaetan Craig-Riou
652cbd8874
Merge pull request #13294 from openfoodfoundation/dependabot/npm_and_yarn/jasmine-core-5.7.1
...
Bump jasmine-core from 5.7.0 to 5.7.1
2025-05-07 14:03:45 +10:00
Gaetan Craig-Riou
b3834d0476
Merge pull request #13295 from openfoodfoundation/dependabot/npm_and_yarn/floating-ui/dom-1.7.0
...
Bump @floating-ui/dom from 1.6.13 to 1.7.0
2025-05-07 14:03:02 +10:00
Gaetan Craig-Riou
532ce7a4d7
Merge pull request #13298 from dacook/cleanup-address-finder
...
Cleanup AddressFinder
2025-05-07 12:16:04 +10:00
filipefurtad0
af8059c22f
Splits shopping_spec
2025-05-06 18:08:51 +01:00
filipefurtad0
e7edc068ef
Splits order_spec
2025-05-06 17:25:01 +01:00
Maikel Linke
87f81a51d4
Test system with more workers
...
System specs have been quite slow, taking up to 10 minutes per worker.
But now that we freed up a worker from linting and two workers from
models, we can add these to the system specs to reduce the time to test
completion.
2025-05-06 11:44:38 +10:00
Maikel Linke
1b7aa6406f
Test controllers and models in one job
...
The execution time is relatively low but reducing the model workers from
2 to 1 would increase the execution time too much. Combining controllers
and models allows for better balancing.
2025-05-06 11:44:38 +10:00
Maikel Linke
ba46b597f5
Run all linters in the same job
...
This saves a bit of setup time. And it frees up a worker for the main
integration tests.
2025-05-06 11:31:41 +10:00
Maikel Linke
5cb2d0e061
Remove defunct Mapi workflow
...
A contributor added this workflow to promote their service. But we never
found a use for it and at some point it broke because we didn't update
it. It has been disabled for two years now. Let's clean it up.
2025-05-06 11:25:56 +10:00
Maikel Linke
4c6d7148b5
Remove custom brakeman config, now using default
...
I activated the default Brakeman config via Github security settings.
2025-05-06 11:25:12 +10:00
Maikel
6446676853
Merge pull request #13301 from filipefurtad0/update_knapsack_pro
...
Updates Knapsack Pro
2025-05-06 11:09:32 +10:00
filipefurtad0
e069cad034
Updates Knapsack Pro
2025-05-05 20:16:56 +01:00
filipefurtad0
81d35741a1
Adds tests to toggle the css sections
...
It's a lucky guess, but the idea is that pre-loading the CSS sections and its contents makes it slightly faster, for following assertions, which are the flaky offenders
2025-05-05 19:50:32 +01:00
Ashish Gaur
5fc3fe03ee
13221 Add spec for checking flash error is shown when editing a shipped order
2025-05-05 20:37:59 +05:30
Ashish Gaur
4d01b2b976
13221 Revert adding product_name to line_items table
2025-05-05 20:10:55 +05:30
Ashish Gaur
8d96411741
13221 Fix rubocop issues
2025-05-05 20:03:47 +05:30
Ashish Gaur
c533111509
13221 Don't allow shipped orders to process update request
2025-05-05 20:03:47 +05:30
Ashish Gaur
e122fe3d2d
13221 Use have_select2 in rspec to test s2id matcher
2025-05-05 20:03:47 +05:30
Ashish Gaur
58b6a97d3e
Add spec for order not editable after shipping
2025-05-05 20:03:47 +05:30
Ashish Gaur
475cfdc8f0
Show cannot add item to shipped order in the Add products section
2025-05-05 20:03:47 +05:30
Ashish Gaur
42e2d3cdd5
13221 - Don't allow shipped orders to be editable
2025-05-05 20:03:47 +05:30
cyrillefr
f6df412355
Fixes NamingMethodParameterName rubocop offense
2025-05-05 10:39:15 +02:00
Maikel
45a0185744
Merge pull request #13279 from filipefurtad0/reproduce_12933_stock_reset
...
Reproduces bug #12933 , setting the test case as pending
2025-05-05 14:58:41 +10:00
Gaetan Craig-Riou
347d20c3fb
Add system test for tags
2025-05-05 14:57:02 +10:00
Gaetan Craig-Riou
0ca3dca675
Per review, extract tags options from template
...
Now it also scope the tags to the available variant, ie the logged in
user will only see only tag that was used by them.
2025-05-05 14:56:50 +10:00
Gaetan Craig-Riou
ba4b241240
Add link to where the patch came from
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
8c1c51cb6d
Put tag filter behind feature flag
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
4d970af2fc
Re style tag to match tom select tags
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
19fdfbaccb
Style the select tag filter
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
57af1de680
Remove closeAfterSelect option
...
We need the dropdown to stay open after select so that a multi-selection
select work as expected.
Docs : https://tom-select.js.org/docs/
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
e7aae5a03c
Add tag search
...
First minimal implementation with a basic filter UI. Only support search
by any of the selected tags
2025-05-05 14:54:55 +10:00
Gaetan Craig-Riou
3bb0176887
Set up variant tags as searchable
2025-05-05 14:54:54 +10:00
David Cook
0225db6840
Refactor without setter methods
...
This class was originally built to flexibly accept paramters in any order. It also allowed you to specify multiple of the same type of parameter, with the later one overriding the earlier.
This is too flexible and likely to cause mistakes. And besides, we don't use that feature!
2025-05-05 12:59:27 +10:00
David Cook
3ec14607a6
Merge pull request #13286 from chitty/apr29-rubocop-style-corrections
...
Rubocop Style corrections
2025-05-05 12:53:57 +10:00
David Cook
29a14848ea
Merge pull request #13285 from cyrillefr/FixRubocopNamingMemoizedInstanceVariableName
...
Fixes Rubocop Naming NamingMemoizedInstanceVariableName cop
2025-05-05 12:48:28 +10:00
David Cook
eadfa8c965
Update from code review
...
Co-authored-by: Gaetan Craig-Riou <40413322+rioug@users.noreply.github.com >
2025-05-05 12:09:58 +10:00
Gaetan Craig-Riou
2107c05f15
Merge pull request #13289 from openfoodfoundation/dependabot/npm_and_yarn/trix-2.1.14
...
Bump trix from 2.1.13 to 2.1.14
2025-05-05 10:33:40 +10:00
filipefurtad0
074d7194d9
Adapts existing spec to check for unusual characters on the supplier name
2025-05-04 20:49:48 +01:00
filipefurtad0
01b6ff6d09
Update all locales with the latest Transifex translations
v5.0.26
2025-05-03 17:39:57 +01:00
Filipe
846cb4dd89
Merge pull request #13252 from rioug/13159-add-tag-variant
...
[Variant tags] Add variant tag on Bulk Edit Product screen
2025-05-03 17:34:51 +01:00
filipefurtad0
44e02b76f9
Adds the ng-bind html parameter to the producer column
2025-05-03 16:58:00 +01:00