Pierre Noël
b3a9b5ad76
add pluginOptions
2021-02-10 14:29:54 +01:00
mfrachet
2755a10885
Merge branch 'features/i18n' of github.com:strapi/strapi into features/i18n-front
2021-02-05 08:16:07 +01:00
cyril lopez
0392758cc2
Merge pull request #9291 from strapi/features/i18n-front-delete-popup
...
Features/i18n front delete popup
2021-02-02 13:54:04 +01:00
mfrachet
ecb1b9facb
Add delete modal and tests for that
2021-02-02 13:50:16 +01:00
mfrachet
1f2f4c2986
Merge branch 'features/i18n' of github.com:strapi/strapi into features/i18n-front
2021-02-02 13:38:48 +01:00
Pierre Noël
24e1d979a7
update tests
2021-02-02 11:30:24 +01:00
mfrachet
d1b89fd391
[ContentManager] Improving Drag&Drop experience
2021-01-29 11:58:47 +01:00
Pierre Noël
291aeb07bc
add read/create/update route for locales
2021-01-29 10:12:34 +01:00
Alexandre Bodin
fd6771315d
add i18n plugin to testApp
2021-01-28 11:31:10 +01:00
Kim, Harim
ac3d10006c
Add session option to Strapi query for Mongo Multi-Document transaction ( #6447 )
...
* add session option to mongo queries for transaction
Signed-off-by: harimkims <harimkims@gmail.com>
* seperate session parameter in buildQuery functions
Signed-off-by: harimkims <harimkims@gmail.com>
* clarify comment about mongoose create requirement
Signed-off-by: harimkims <harimkims@gmail.com>
Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-13 10:37:23 +01:00
Convly
45c0152820
Fix tests, update snapshots
2021-01-12 17:25:48 +01:00
Convly
5228236246
Merge branch 'master' into features/sso
2021-01-12 11:36:11 +01:00
Convly
28b5ed87f2
Remove node/no-extraneous comment
2021-01-08 10:09:11 +01:00
Convly
b9edf6ba56
Take pr review into account
2021-01-08 10:09:10 +01:00
Convly
579e4c32e9
Reworked the test builder
2021-01-08 10:09:10 +01:00
Convly
c3a2c7024d
PR review adjustments
2021-01-08 10:09:10 +01:00
Convly
2431149912
Lint fixes
2021-01-08 10:09:09 +01:00
Pierre Noël
8b088f323c
Fix test auth-admin
2021-01-08 10:09:09 +01:00
Convly
2a483ba958
Cleanup
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 10:09:08 +01:00
Convly
987a7c1022
Fix ci
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 10:09:07 +01:00
Convly
2f7615092a
Fix snapshots
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 10:09:06 +01:00
Convly
44b213dc6d
Fix memory leak (causing heap overflow)
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 10:09:06 +01:00
Convly
44659fc43e
heap out of memory
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 09:52:22 +01:00
Convly
857a78e252
Add all missing e2e tests (draft)
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 09:52:22 +01:00
Convly
abda7e674a
TestBuilder v1 + impl in packages/strapi
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 09:52:21 +01:00
Convly
5bf9375381
First impl (wip)
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 09:52:21 +01:00
Convly
375e967a80
Init rework, add example with supertest
...
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2021-01-08 09:52:20 +01:00
Alexandre Bodin
d34cc8d485
Remove unwanted console.log
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-10 12:50:29 +01:00
Alexandre Bodin
04c85dd218
Apply feedbacks
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-06 19:25:09 +01:00
Alexandre Bodin
08a603623b
Cleanup tests
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:46 +01:00
Alexandre Bodin
07e7cfc0bd
Make lint stricter and fix the errors
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-11-02 19:41:42 +01:00
Jean-Sébastien Herbaux
c4716d5668
[D&P] Return published content by default from get apis ( #7657 )
...
* Add _publicationState request param / Returns live by default for CT that have D&P activated
Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-09-22 17:39:46 +02:00
Pierre Noël
f7bd0886bb
add options 'editable' and 'restrictRelationsTo' in CTB ( #7768 )
...
* add options 'editable' and 'restrictRelationsTo' in CTB
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:46 +02:00
Pierre Noël
4652f2083c
refacto expect.toBeISOString
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:43 +02:00
Pierre Noël
74a85c1127
Add migration d&p
2020-09-22 17:39:40 +02:00
Pierre Noël
38216554d5
Draft publish/remove some validators for drafts ( #7537 )
...
* remove required + minLength validator for drafts
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:24 +02:00
Pierre Noël
e29c1b7de9
add published_at ( #7374 )
...
* add published_at
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-09-22 17:39:18 +02:00
Alexandre BODIN
7394a35c51
Fix CE tests for travis ( #7218 )
...
* Fix CE tests for travis
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* Start app in CE too
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
* Cleanup
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-29 13:24:27 +02:00
Alexandre Bodin
b71ffa6c6c
Merge branch 'master' into features/rbac
2020-07-16 14:52:55 +02:00
Nick Hayden
a43b14e250
FIX - Update regex error value for English translation ( #6976 )
...
Co-authored-by: Nick Hayden <nick@192-168-1-101.tpgi.com.au>
2020-07-16 11:18:48 +02:00
Alexandre Bodin
cdc9bc2167
Allow multiple args in policies
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 11:48:43 +02:00
Alexandre Bodin
29fcf7c3cd
Clean find relation list and tests
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 11:48:42 +02:00
Pierre Noël
25bea051e0
prevent delete user route to delete last superAdmin
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 11:10:11 +02:00
Convly
d69101427f
Fix PR: Refactor user e2e tests, fix domain logic, add user::deleteOne route
2020-07-08 11:04:22 +02:00
Pierre Noël
e1209af1de
refacto
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 10:56:57 +02:00
Pierre Noël
182ec648d5
add loading of ee files + add create role
...
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-07-08 10:56:55 +02:00
Alexandre Bodin
35d87bfdcd
Cleanup
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:53:23 +02:00
Alexandre Bodin
7a056c2f45
Add admin registeration API
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:53:19 +02:00
Alexandre Bodin
252bb3afe3
Remove email update of admin during test that break next tests
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:51:03 +02:00
Alexandre Bodin
07f716cee8
Cleanup code
...
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-07-08 10:24:48 +02:00