Matthieu MOREL
aef818e0f0
enable revive linter
2021-12-27 11:45:36 +01:00
MOREL Matthieu
21423b914f
require lint before tests
...
use golangci/golangci-lint-action instead of reviewdog/action-golangci-lint as the second was not reporting any failures even if there was some.
Report code coverage with codecov/codecov-action
I have set some flags per dialect and go version
Several linters has been fixed, some disabled so the build can pass
2021-12-27 09:33:36 +01:00
Jinzhu
8627634959
Fix create associations with zero primary key, close #4890
2021-12-02 10:20:16 +08:00
Jinzhu
27e2753c9d
Fix create duplicated value when updating nested has many relationship, close #4796
2021-11-29 18:43:39 +08:00
Jinzhu
e1b4c066a8
Fix FullSaveAssociations, close #4874
2021-11-29 11:02:44 +08:00
Ikko Ashimine
bcf2b385a4
Fix typo in associations_test.go ( #4407 )
...
occured -> occurred
2021-05-27 17:40:28 +08:00
Deviller
d66af581b4
Fix Association.Replace() error returning ( #3766 )
...
* Fix Association.Replace() error returning
* Fallback to gorm.Model at TestAssociationNotNullClear()
2020-11-19 19:24:34 +08:00
Jinzhu
2416eabd3f
Change unique_idnex to UniqueIndex
2020-07-04 00:36:27 +08:00
Jinzhu
4f19e2a7b3
Test ForeignKeyConstraints
2020-06-20 01:20:18 +08:00
Jinzhu
8bb05a5a69
Refactor tests files
2020-06-02 10:50:38 +08:00
Jinzhu
e986371a42
Rename package name
2020-06-02 09:18:01 +08:00
Jinzhu
1559fe24e5
Add more updates test
2020-06-01 19:41:33 +08:00
Jinzhu
c299cb8db6
Refactor association
2020-05-26 11:19:01 +08:00
Jinzhu
8de2bb4eab
Test single table many2many association
2020-05-26 01:57:22 +08:00
Jinzhu
33a58c548b
Test single table has many association
2020-05-26 01:43:10 +08:00
Jinzhu
457f1e5d73
Test Many2Many Association for Slice
2020-05-26 01:21:15 +08:00
Jinzhu
dea48a8c59
Test Many2Many Association
2020-05-26 00:16:44 +08:00
Jinzhu
cc064f26ee
Add on conflict support
2020-05-25 23:11:42 +08:00
Jinzhu
135d9f8b03
Test HasMany Association for Slice
2020-05-25 11:57:58 +08:00
Jinzhu
5d9b57cc4e
Test HasMany Association
2020-05-25 11:11:09 +08:00
Jinzhu
91eaf0bb21
Test HasOne Association for Slice
2020-05-24 23:43:42 +08:00
Jinzhu
6a0ef985ff
Test Polymorphic HasOne Association
2020-05-24 23:28:06 +08:00
Jinzhu
68a7a8207a
Test HasOne Association
2020-05-24 23:07:42 +08:00
Jinzhu
677c745b62
Test shared association
2020-05-24 21:46:53 +08:00
Jinzhu
2db33730b6
Add Slice Association for BelongsTo
2020-05-24 20:53:20 +08:00
Jinzhu
91a695893c
Test Association For BelongsTo
2020-05-24 18:33:15 +08:00
Jinzhu
cbc4a81140
Add Count tests
2020-05-24 11:35:19 +08:00
Jinzhu
f0a442adff
Refactor tests
2020-05-23 23:50:48 +08:00