discourse-assign/spec
Alan Guo Xiang Tan 7867cc4b03
DEV: Fix incorrect fabrication leading to index violation errors (#488)
This was causing the tests to be flaky with the following errors on CI:

```
PG::UniqueViolation: ERROR:  duplicate key value violates unique constraint "index_assignments_on_target_id_and_target_type"
       DETAIL:  Key (target_id, target_type)=(39, Topic) already exists.
```
2023-07-06 07:30:41 +08:00
..
components FEATURE: allow adding note when bulk assigning topics (#466) 2023-05-02 15:20:44 +05:30
fabricators FIX: Sum assignments for group and group users (#482) 2023-07-03 10:58:46 +08:00
integration DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
jobs UX: Rephrase notification message (#417) 2023-01-03 21:25:13 +01:00
lib FEATURE: skip group invite if all members can see topic already. (#474) 2023-05-27 22:29:38 +05:30
models FIX: Sum assignments for group and group users (#482) 2023-07-03 10:58:46 +08:00
requests DEV: Fix incorrect fabrication leading to index violation errors (#488) 2023-07-06 07:30:41 +08:00
serializers DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
support DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
system DEV: Try fix flaky spec (#485) 2023-07-05 12:10:48 +10:00
plugin_spec.rb DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00