845 Commits

Author SHA1 Message Date
Alexandre Bodin
fefc4a24ac v4.12.7 2023-08-25 23:19:00 +02:00
Ben Irvin
355d056a4d clarify language 2023-08-25 15:54:35 +02:00
Ben Irvin
24fa62999e improve comment 2023-08-23 17:09:17 +02:00
Ben Irvin
415a6a101b use inclusion check method 2023-08-23 17:01:11 +02:00
Ben Irvin
8727632ec5 add strapi assertions 2023-08-23 16:45:25 +02:00
Ben Irvin
dadc1f78e9 fix tests 2023-08-23 14:18:57 +02:00
Ben Irvin
6221af275d Merge branch 'fix/links-not-in-files-exclude' into fix/exclude-only-acts-also-on-restore 2023-08-23 13:12:32 +02:00
Ben Irvin
df96b7c8a4 await backup folder deletion 2023-08-23 12:47:46 +02:00
Ben Irvin
499ed0acdf fix logic for exclude in restore delete 2023-08-23 12:35:08 +02:00
Alexandre Bodin
e1658b575c init 2023-08-23 12:34:08 +02:00
Ben Irvin
f8ceb56bf0 only make file backup when necessary 2023-08-23 10:47:39 +02:00
Ben Irvin
b6f191475f fix extend method names 2023-08-21 18:28:06 +02:00
Ben Irvin
4929d9e2db tests for only 2023-08-21 18:18:37 +02:00
Ben Irvin
4b188f0f1b add test when exclude is not sent 2023-08-21 18:07:11 +02:00
Ben Irvin
bff68b4cdf fix skipping of stages 2023-08-21 18:03:38 +02:00
Ben Irvin
78e2119745 remove the problem line 2023-08-21 14:15:37 +02:00
Marc-Roig
c1935e7004
v4.12.5 2023-08-16 15:37:43 +02:00
Convly
f2fded55cf v4.12.4 2023-08-11 12:04:32 +02:00
Convly
be8985fa20 v4.12.1 2023-08-02 17:13:32 +02:00
Christian Capeans
180ac0c84c Merge branch 'main' of https://github.com/strapi/strapi into fix/deits-relations 2023-07-31 16:57:16 +02:00
Christian Capeans
1c1d77d5f0 Add test to check relations inside components are transferred 2023-07-31 13:02:53 +02:00
Ben Irvin
c46c760f01
Merge pull request #17452 from strapi/chore/improve-dts-errors 2023-07-31 10:25:02 +02:00
Gustav Hansen
20937a7464 Chore: Apply lint autofixable rules 2023-07-31 08:18:00 +02:00
Alexandre BODIN
6c81e74ebc
Merge pull request #17479 from strapi/chore/ts-color-picker-be 2023-07-28 15:20:19 +02:00
Alexandre Bodin
eb5a97801d Migrate color picker backend to ts and setup initial frontend configs 2023-07-27 20:38:48 +02:00
Marc-Roig
44b62b3870
Merge branch 'main' into releases/4.12.0 2023-07-27 16:59:14 +02:00
Marc-Roig
7f8109a1a7
v4.12.0 2023-07-27 16:38:18 +02:00
Christian Capeans
b8add03505 Fix failing test 2023-07-27 16:28:50 +02:00
Christian Capeans
a07abba4ea Add the type annotation back 2023-07-27 16:23:11 +02:00
Christian Capeans
1961dbbed6 Fix data transfer relations 2023-07-27 16:14:12 +02:00
Josh
f062ba1483 Revert "Migrate color-picker plugin to ts" 2023-07-27 13:28:06 +01:00
Josh
f7babb775e
Merge pull request #14807 from strapi/chore/init-playwright 2023-07-26 15:00:50 +01:00
Ben Irvin
0e5b7b15d4 simplify logic 2023-07-26 12:40:46 +02:00
Ben Irvin
39655b623a add info on unexpected header 2023-07-26 12:37:41 +02:00
Ben Irvin
87b9861299 improve messaging 2023-07-26 11:58:27 +02:00
derrickmehaffy
d8d8c60eba Update semver to remove audit warnings 2023-07-25 23:48:05 -07:00
Alexandre Bodin
4a615f2db4 test: add e2e tooling
Remove old cypress related files

Update config and reorg tests

Run test app before running playwright tests

feat: add beginning of authentication test

feat: add app template with database dumping ability

chore: pr amends

Run test app before running playwright tests

feat: add beginning of authentication test

feat: add app template with database dumping ability

chore: pr amends

init deits

fix: e2e test

chore: rename to e2e

chore: commit tar for data

Init playwright

Run test app before running playwright tests

feat: add beginning of authentication test

feat: add app template with database dumping ability

chore: pr amends

chore: remove unneeded workflow

fix: add private: true to the template so `test-apps` aren't published

docs: add docs

chore: add warning about DTS caveats

chore: tweak docs

docs(e2e): add correct route to api example for template

chore: fix package.json tests

chore: update from feature/DEITS

chore: updates from DTS

chore: update data-transfer

Update yarn.lock

fix: remove duplicate type

chore(e2e): set up folder structure

fix(e2e): avoid clearing 'admin_' DB tables through DTS or DB Dump

feat(e2e): DTS scripts and backup files

add route to change rate limit

fix wront appPath for API test in CI

no template by default when creating a test app

Fix typo double equal

fix template path for e2e tests

chore(e2e): fix broken signup spec

feat(e2e): basic logout test spec

Login e2e tests

globalSetup attempt

use withAdmin backup

cleanup

fix playwright config & rate limit test

remove example.spec.js

refactor and merge some login tests

Chore: Cleanup login and signup specs

feat(e2e): sign up password error cases

feat(e2e): add homepage expectation to signup spec

refactor(e2e)

refactor(e2e): signUp

refactor(e2e): use global login util for logout and logins specs

Init playwright

fix: remove duplicate type

chore: uncomment transfer route registering

Update yarn.lock

chore: update data-transfer

chore: updates from DTS

chore: update from feature/DEITS

chore: fix package.json tests

docs(e2e): add correct route to api example for template

chore: tweak docs

chore: add warning about DTS caveats

docs: add docs

fix: add private: true to the template so `test-apps` aren't published

chore: remove unneeded workflow

chore: pr amends

feat: add app template with database dumping ability

feat: add beginning of authentication test

Run test app before running playwright tests

Init playwright

chore: commit tar for data

chore: rename to e2e

fix: e2e test

init deits

chore: pr amends

feat: add app template with database dumping ability

feat: add beginning of authentication test

Run test app before running playwright tests

chore: pr amends

feat: add app template with database dumping ability

feat: add beginning of authentication test

Run test app before running playwright tests

Update config and reorg tests

Remove old cypress related files

chore(e2e): cleanup e2e dir

chore(docs): improve e2e testing documentation

chore(docs): PR feedback

chore: tweak action to run browsers in matrix & build packages

chore: fix tests based on merge

chore: shuffle e2e tests and add first conent-type

fix: tests

Make use of yarn linking for api & e2e tests

Chore: Fix running backend unit tests

Chore: Bring opts.run back

Chore: Update playwright

Chore: Update Playwright setup

fix: workflow

chore: fix path to package.json

chore: build ts projects before tests

chore: update e2e workflow

chore: add no-immutable

Use simpler transfer token to avoid misinterpretation

Remove console.log

Ensure that the custom transfer token exists in the e2e test app's database upon startup

Use the custom transfer token for transferring data to the e2e test app

Fix code analysis warning

Define and export a constant for the custom transfer token

Allow passing a custom access key for the transfer token service

chore: add test-apps to workspace

chore: update lockfile
Co-Authored-By: Josh <37798644+joshuaellis@users.noreply.github.com>
Co-Authored-By: Gustav Hansen <gu@stav.dev>
Co-Authored-By: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-Authored-By: Jean-Sébastien Herbaux <25851739+Convly@users.noreply.github.com>
2023-07-25 14:20:49 +01:00
Ben Irvin
a10084ea9f
Merge pull request #16557 from strapi/chore/replace-node-14-with-20 2023-07-24 18:44:20 +02:00
Alexandre BODIN
af5e67b7e8
Merge pull request #17398 from strapi/chore/ts-color-picker 2023-07-24 18:43:10 +02:00
Ben Irvin
ea684e159a
Merge branch 'main' into chore/replace-node-14-with-20 2023-07-24 16:33:10 +02:00
Christian Capeans
0389630a42 Add context to the attemptResolveError function 2023-07-24 15:07:15 +02:00
Christian Capeans
26e9bcf3e1 Rename function 2023-07-24 14:12:00 +02:00
Ben Irvin
9bbbcccf7a ensure before attempting 2023-07-24 13:11:22 +02:00
Alexandre Bodin
5b1ecac1fa Migrate color-picker plugin to ts 2023-07-24 12:02:14 +02:00
Christian Capeans
6f967c7092 Fix compilation errors 2023-07-21 15:44:09 +02:00
Christian Capeans
fb14ffa18e Merge branch 'main' of https://github.com/strapi/strapi into fix/16340-transfer-k8s-pv 2023-07-21 15:24:34 +02:00
Christian Capeans
4894c9557b Add generic error handlers 2023-07-21 14:31:11 +02:00
Convly
b4a4e42919 Merge branch 'main' of github.com:strapi/strapi into releases/4.11.6 2023-07-19 16:47:47 +02:00
Convly
1edefac8a3 v4.11.7 2023-07-19 16:39:46 +02:00
Christian Capeans
014fc1b5c2 Fix tests and code cleaning 2023-07-19 12:38:50 +02:00