fdel-car
|
49727cbb6d
|
Replace comments with JSDoc
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
0609de2814
|
Populate default features array even during init
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
e1e812de0a
|
Remove double ee check
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
6fe16dca5c
|
Add shiftCronExpression utils
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
5f86716429
|
Apply Alex's missing feedback
|
2023-01-25 19:52:07 +01:00 |
|
ivanThePleasant
|
c43369165c
|
Use ee_store instead of the core_store
Use ee_store instead of the core_store
Use ee_store instead of the core_store
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
f4ef160992
|
Rework license fetching and add error handling
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
2aecf83e18
|
Add cron job to dynamically update the license
|
2023-01-25 19:52:07 +01:00 |
|
fdel-car
|
b37a8be684
|
Add online license check
|
2023-01-25 19:52:07 +01:00 |
|
Alexandre Bodin
|
5a2b379fa0
|
Runtime server feature flag
|
2023-01-25 19:52:07 +01:00 |
|
Alexandre Bodin
|
9211620591
|
Get features from the licenseInfo for the default type mapping
|
2023-01-25 19:52:07 +01:00 |
|
Alexandre Bodin
|
401d3e1907
|
Lazy init of EE info
|
2023-01-25 19:52:07 +01:00 |
|
Jean-Sébastien Herbaux
|
a1a54c899a
|
Merge branch 'main' into features/deits
|
2023-01-25 19:49:01 +01:00 |
|
Jean-Sébastien Herbaux
|
de2e6f2558
|
Merge pull request #15536 from strapi/feature/audit-logs
|
2023-01-25 19:48:09 +01:00 |
|
fdel-car
|
0806591427
|
Remove --detectOpenHandles from "api" tests
|
2023-01-25 19:27:05 +01:00 |
|
Convly
|
0b2cb5664d
|
Merge branch 'deits/process-listener' into features/deits
|
2023-01-25 18:51:26 +01:00 |
|
Convly
|
6affdd3d66
|
Move from function to arrow function
|
2023-01-25 18:51:03 +01:00 |
|
Rémi de Juvigny
|
10274e4685
|
Mock audit log provider in API tests
|
2023-01-25 18:50:36 +01:00 |
|
Convly
|
8f9714ec08
|
Fix mysql & postgres imports
|
2023-01-25 18:44:59 +01:00 |
|
Simone Taeggi
|
d801ed12fe
|
replace axiosInstance in the useConfig hook to replace the api call with the useFetchClient get and put methods and update test
|
2023-01-25 17:19:19 +01:00 |
|
Rémi de Juvigny
|
9ef1bea85f
|
Fix api tests
|
2023-01-25 16:58:37 +01:00 |
|
Gustav Hansen
|
d6d31857b1
|
Chore: Minor code cleanup
|
2023-01-25 16:42:02 +01:00 |
|
Jean-Sébastien Herbaux
|
e10ac14726
|
Merge branch 'main' into features/deits
|
2023-01-25 16:34:56 +01:00 |
|
Jean-Sébastien Herbaux
|
13c57e8b9a
|
Merge pull request #15574 from strapi/deits/fixes
|
2023-01-25 16:33:40 +01:00 |
|
Convly
|
c631b7f77c
|
Review fixes
|
2023-01-25 16:31:51 +01:00 |
|
Simone Taeggi
|
8f0366eac8
|
replace axiosInstance in the useBulkRemove hook to replace the api call with the useFetchClient get method and update test
|
2023-01-25 16:26:04 +01:00 |
|
markkaylor
|
caaa14964d
|
Merge branch 'main' into feature/audit-logs
|
2023-01-25 15:56:51 +01:00 |
|
Pierre Noël
|
85a9359756
|
Merge pull request #15554 from strapi/fix/performance-issues-clean-order-mysql
Improve SQL queries when cleaning orders
|
2023-01-25 15:53:15 +01:00 |
|
Mark Kaylor
|
37a6c0516e
|
Move useRealTimers to afterAll
|
2023-01-25 15:52:22 +01:00 |
|
Simone Taeggi
|
40dcc501d4
|
replace axiosInstance in the useBulkMove hook to replace the api call with the useFetchClient get method and update test
|
2023-01-25 15:50:29 +01:00 |
|
Christian
|
d0edd25ceb
|
Merge pull request #15382 from strapi/fix/unvalidated-cognito-access
Fix: Access/ID Tokens using Cognito Login Provider
|
2023-01-25 15:47:19 +01:00 |
|
Simone Taeggi
|
803ff586ab
|
replace axiosInstance in the useAssets hook to replace the api call with the useFetchClient get method
|
2023-01-25 15:28:28 +01:00 |
|
markkaylor
|
85916f4bbf
|
Merge branch 'main' into feature/audit-logs
|
2023-01-25 15:17:33 +01:00 |
|
Ben Irvin
|
dcf70144c5
|
test exiting on sigint
|
2023-01-25 15:10:39 +01:00 |
|
Gustav Hansen
|
d359e8315e
|
Fix failing tests for BulkMoveDialog
|
2023-01-25 15:09:21 +01:00 |
|
Gustav Hansen
|
e565118862
|
Fix getAPIInnerErrors() tests
|
2023-01-25 15:08:58 +01:00 |
|
Gustav Hansen
|
9a6ead1124
|
Refactor normalizeAPIError
|
2023-01-25 15:08:42 +01:00 |
|
Simone
|
0d6e7936c0
|
Merge branch 'main' into enhancement/axios-migration-users-permissions
|
2023-01-25 14:48:45 +01:00 |
|
Gustav Hansen
|
536f23bc32
|
CM: Use new error handling utility for content-type CRUD operations
|
2023-01-25 14:31:21 +01:00 |
|
Pierre Noël
|
64cf2c26c8
|
add SQL request as a comment
|
2023-01-25 14:28:28 +01:00 |
|
Pierre Noël
|
6d92bbca8a
|
use window function for mariaDB and MySQL 8
|
2023-01-25 14:28:28 +01:00 |
|
Pierre Noël
|
c9df9b7497
|
fix ambiguous column name
|
2023-01-25 14:28:28 +01:00 |
|
Pierre Noël
|
c505a62f7e
|
change WHERE clause to avoid deadlock
|
2023-01-25 14:28:27 +01:00 |
|
Pierre Noël
|
aad60aab38
|
change SQL request logic
|
2023-01-25 14:28:27 +01:00 |
|
Pierre Noël
|
c909df5d45
|
Merge pull request #15535 from strapi/fix/sequential-requests-deadlock
Prevent deadlocks on components and locale updates
|
2023-01-25 14:28:00 +01:00 |
|
Jean-Sébastien Herbaux
|
3346f92fd0
|
Merge branch 'main' into features/deits
|
2023-01-25 14:27:57 +01:00 |
|
Gustav Hansen
|
54142e5eaf
|
Improve error normalization
|
2023-01-25 13:33:19 +01:00 |
|
Gustav Hansen
|
f5b3f91a32
|
Make formatAPIError() largely independent from the error type
|
2023-01-25 13:33:19 +01:00 |
|
Gustav Hansen
|
6e519d713c
|
Add useAPIErrorHandler() hook
|
2023-01-25 13:33:16 +01:00 |
|
Gustav Hansen
|
8e9f2b74ed
|
Enhancement: Add API error handling utilities
|
2023-01-25 13:32:40 +01:00 |
|