9899 Commits

Author SHA1 Message Date
Josh
e19c0f92cb fix: do not populate a single component if it doesn't exist in initialdata 2023-03-21 10:08:54 +00:00
dependabot[bot]
35c625f155
build(deps): bump react-intl from 6.2.8 to 6.3.2
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.2.8 to 6.3.2.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.2.8...react-intl@6.3.2)

---
updated-dependencies:
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 10:07:10 +00:00
dependabot[bot]
d7e3dbfdd4
build(deps): bump webpack-dev-server from 4.11.1 to 4.13.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.1 to 4.13.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.1...v4.13.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-21 09:58:38 +00:00
Gustav Hansen
c592aff2dd Chore: Fix tests by mocking useTracking 2023-03-21 09:37:36 +01:00
Jamie Howard
2e2bfe1fd0 feature(ee): persist RW db tables when feature is enabled 2023-03-20 16:38:39 +00:00
Christian Capeans
0383af72b3 Fix typo 2023-03-20 17:12:22 +01:00
Simone Taeggi
ff37d666d0 Merge branch 'main' into features/data-transfer 2023-03-20 17:00:08 +01:00
Alexandre BODIN
c2bb76d806
Revert "chore(deps): bump glob from 7.2.0 to 7.2.3" 2023-03-20 15:14:00 +01:00
Alexandre BODIN
1db941333c
Merge pull request #15979 from strapi/dependabot/npm_and_yarn/glob-7.2.3 2023-03-20 15:13:31 +01:00
Marc
9810977479
Update index.js 2023-03-20 14:27:27 +01:00
Gustav Hansen
acd39de7e5 Review Workflow Settings: track events 2023-03-20 13:02:22 +01:00
Jamie Howard
64a0f9eb50 Merge remote-tracking branch 'origin/main' into feature/review-workflow 2023-03-20 11:42:58 +00:00
Gustav Hansen
746593c17b
Merge pull request #16119 from strapi/chore/lodash-reduce-and-restrict
Reduce and optimize lodash usage in the admin app
2023-03-20 12:31:47 +01:00
Jamie Howard
cd29d8ba6b
Merge pull request #16084 from strapi/feature/persist-ee-tables 2023-03-20 11:30:12 +00:00
Jamie Howard
04723bf727 chore(ee): PR feedback 2023-03-20 11:01:17 +00:00
Marc-Roig
516500dd07 do not wait for send upload plugin metrics 2023-03-20 11:30:52 +01:00
Marc-Roig
65ff3ca49a rename events 2023-03-20 11:30:05 +01:00
Convly
3351b78b5b Prettier fix 2023-03-20 10:16:31 +01:00
Convly
5a05cc549b Add tests for the filters & sort on ID 2023-03-20 10:11:49 +01:00
Convly
fbb22891a8 Allow to sort by ID in the sort sanitize operations 2023-03-20 10:11:33 +01:00
Marc-Roig
d4ab28d9c1 do not await telemetry 2023-03-20 09:58:25 +01:00
Jamie Howard
d90e1f818c feature(ee): add entities to default stage on creation 2023-03-17 15:23:11 +00:00
Jamie Howard
2c7906cdd0 fix(ee): correct await 2023-03-17 14:32:45 +00:00
Marc-Roig
8bd5eb9745 update names of event properties 2023-03-17 15:00:01 +01:00
Jamie Howard
b17dd81556 chore: improve naming of persisted tables 2023-03-17 13:31:55 +00:00
Gustav Hansen
d3da03c099 Helper-Plugin: Optimize lodash imports 2023-03-17 14:25:53 +01:00
Gustav Hansen
a9fb1f3130 Reduce and optimize lodash imports 2023-03-17 14:25:53 +01:00
Bassel
27a7f3bc32 Merge branch 'main' into fix/transfer-wrong-url 2023-03-17 15:18:23 +02:00
Simone
6c2eae0754
Merge branch 'features/data-transfer' into data-transfer/error-salt-token-missing 2023-03-17 11:30:07 +01:00
Simone Taeggi
bbe64d6837 Merge branch 'main' into features/data-transfer 2023-03-17 11:28:23 +01:00
Simone
f7a3491cb5
Merge branch 'features/data-transfer' into data-transfer/error-salt-token-missing 2023-03-17 10:29:33 +01:00
Marc
69e34ff84a
Merge pull request #16112 from strapi/fix/sort-by-published-at 2023-03-17 09:24:10 +01:00
Josh
fd978f3f79 chore: update snapshots & tests for DS 1.6.6
chore: update tests
2023-03-16 19:44:54 +00:00
Josh
2f6ced23e3 chore: update packages 2023-03-16 19:24:44 +00:00
Gustav Hansen
9304437507 InformationBoxEE: Remove error conditional, add id attribute to Field 2023-03-16 18:24:07 +01:00
Gustav Hansen
b7d9c1e511 InformationBoxEE: Fix tests 2023-03-16 18:24:07 +01:00
Gustav Hansen
0f1df62d29 InformationBoxEE: Improve error handline 2023-03-16 18:24:07 +01:00
Gustav Hansen
d00617b8ac InformationBoxEE: Simplify data mutation 2023-03-16 18:24:07 +01:00
Gustav Hansen
dfa74f932a CM: Add onChange handler to entity stage select 2023-03-16 18:24:07 +01:00
Convly
cc73bed97b v4.8.2 2023-03-16 17:49:52 +01:00
Marc-Roig
28ebe15abe add published at attribute to be filterable and sortable 2023-03-16 17:18:29 +01:00
Gustav Hansen
71d9da70eb Chore: Update snapshot tests 2023-03-16 17:05:19 +01:00
Marc-Roig
40650c4088 fix test 2023-03-16 16:55:14 +01:00
Marc-Roig
19c774fa57 change metric file to be index..js 2023-03-16 16:55:08 +01:00
Convly
366eb8a0d0 Merge branch 'main' into features/data-transfer 2023-03-16 16:47:11 +01:00
Gustav Hansen
d2501d4ed9 Settings: Replace Stack with Flex 2023-03-16 16:34:39 +01:00
Gustav Hansen
aa6103f449 Settings: Use plural for rw page in settings menu 2023-03-16 16:10:33 +01:00
Gustav Hansen
74d01e311c Settings: Add test for onChange updates, improve mocking 2023-03-16 16:10:33 +01:00
Gustav Hansen
ac05b59a32 Settings: Update redux state onChange instead of onBlur 2023-03-16 16:10:32 +01:00
Gustav Hansen
dc8c0164aa Settings: Resolve DS todos 2023-03-16 16:10:32 +01:00