Jan Böhmer
|
88ef1788ac
|
Add small time differences to the datafixtures log entries, to get a defined order
|
2024-06-23 18:03:54 +02:00 |
|
Jan Böhmer
|
c68a647e75
|
Added missing tests for LogEntryRepository
|
2024-06-23 16:07:42 +02:00 |
|
Jan Böhmer
|
e0e4b74b6f
|
Fixed getElementExistedAtTimestamp function()
|
2024-06-23 15:46:10 +02:00 |
|
Jan Böhmer
|
a4f440656a
|
Fixed timetravel feature on postgresql
|
2024-06-22 17:55:54 +02:00 |
|
Jan Böhmer
|
20f32c7f12
|
Applied rector suggestions
|
2024-06-22 00:31:43 +02:00 |
|
Jan Böhmer
|
8bb8118d9f
|
Use natural sorting for trees and others repository functions
|
2024-06-17 22:33:40 +02:00 |
|
Jan Böhmer
|
33a5e70b70
|
Fixed phpunit tests for postgres
|
2024-06-13 22:19:17 +02:00 |
|
Jan Böhmer
|
1830e9da3d
|
Fixed errors caused by change on how setParameters on query builder works
We replaced them by individual setParameter calls as this seems to be the easiest way to fix this
|
2024-06-10 00:08:53 +02:00 |
|
Jan Böhmer
|
5eb29746af
|
Revert "Fixed errors that query builder setParameters now expects an ArrayCollection instead of an array"
This reverts commit 78671b0bfe .
|
2024-06-10 00:04:22 +02:00 |
|
Jan Böhmer
|
78671b0bfe
|
Fixed errors that query builder setParameters now expects an ArrayCollection instead of an array
|
2024-06-09 23:51:11 +02:00 |
|
Jan Böhmer
|
60325e797d
|
Fixed the use of the removed ClassMetadataInfo constants
|
2024-06-09 23:45:22 +02:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
87533b6031
|
Fixed further inspection issues
|
2024-03-03 20:33:24 +01:00 |
|
Jan Böhmer
|
459ae163da
|
Restrict the depth of the category tree shown inside KiCAD to improve performance
The depth can be controlled via the EDA_KICAD_CATEGORY_DEPTH env
|
2023-12-03 14:42:33 +01:00 |
|
Jan Böhmer
|
7239aef47f
|
Ensure that the user property is really null in getLastUser function, if the target user was deleted
This fixes issue #414
|
2023-10-24 23:55:14 +02:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
bcd41c4d9b
|
Added possibility to authenticate with the given API token
|
2023-08-16 00:13:01 +02:00 |
|
Jan Böhmer
|
3bc6e61869
|
Added very basic system to add API tokens to an user
|
2023-08-15 23:36:56 +02:00 |
|
Jan Böhmer
|
b3153dac68
|
Fixed static analysis issue and added test for UserRepository
|
2023-08-01 16:20:31 +02:00 |
|
Jan Böhmer
|
62b1e33616
|
Fixed field ordering on SQLite
|
2023-07-29 16:42:27 +02:00 |
|
Jan Böhmer
|
a4d411656b
|
Added a field extension for SQLite and let the database sort the elements by the given ID order directly
|
2023-07-23 01:19:48 +02:00 |
|
Jan Böhmer
|
1ec4266f96
|
Fixed sorting for element choice type and added tests
|
2023-07-23 01:01:29 +02:00 |
|
Jan Böhmer
|
cd80552ce7
|
Fixed PHPstan issues
|
2023-07-23 00:14:29 +02:00 |
|
Jan Böhmer
|
8ce5f4a796
|
Do not cache entities directly in NodesListBuilder but cache only the IDs instead
Otherwise the doctrine proxies break, and we get issues with loading the preview_images in structural Elements.
|
2023-07-20 23:20:46 +02:00 |
|
Jan Böhmer
|
b74ab18a6d
|
Added possibility to define alternative names on data structures
This can be used to find elements, based on the data returned by info providers
|
2023-07-16 22:59:46 +02:00 |
|
Jan Böhmer
|
0cb46039dd
|
Allow to retrieve price and shopping informations from info providers
|
2023-07-14 00:09:22 +02:00 |
|
Jan Böhmer
|
6cd9640b30
|
Allow to automatically find or create entities from database based on info providers
|
2023-07-12 23:43:16 +02:00 |
|
Jan Böhmer
|
9adfcc7aec
|
Use an enum for target_type in log entries
|
2023-06-18 18:31:39 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
fc3290271c
|
Started to increase the phpstan level
|
2023-06-13 10:36:34 +02:00 |
|
Jan Böhmer
|
71cd4057a7
|
Use enums for LabelOptions
|
2023-06-12 23:39:30 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +02:00 |
|
Jan Böhmer
|
684334ba22
|
Improved code style of tests
|
2023-06-11 15:02:59 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
c24019fd57
|
Fixed error preventing the service container from compiling
|
2023-05-27 20:46:02 +02:00 |
|
Jan Böhmer
|
963a22783f
|
Use proper implementation of recursion depth limit, that really use the number of recusive calls, not the number of child elements
This fixes issue #267
|
2023-04-17 23:59:59 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
63df16a369
|
Removed unused imports
|
2023-04-15 22:27:19 +02:00 |
|
Jan Böhmer
|
13209c3236
|
Improved typing of properties
|
2023-04-15 22:25:03 +02:00 |
|
Jan Böhmer
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
5f5541ca12
|
Added UserSelectType and allow to set owner of a storage location
|
2023-04-02 21:50:22 +02:00 |
|
Jan Böhmer
|
61e2dde400
|
Allow to import category, footprint and manufacturer by giving a string in the CSV file
|
2023-03-12 21:10:48 +01:00 |
|
Jan Böhmer
|
6230ad971b
|
Merge branch 'keycloak'
|
2023-03-04 17:15:50 +01:00 |
|
Jan Böhmer
|
7394a23a83
|
Fixed infinite loop when an element gets assigned itself as parent
This fixes issue #230
|
2023-03-02 22:55:22 +01:00 |
|
Jan Böhmer
|
c831d57614
|
Added an console command to convert local to SAML users and vice versa
|
2023-02-23 23:36:40 +01:00 |
|
Jan Böhmer
|
97c3b9002a
|
Mark SAML users as so in database and disable local password changing then.
|
2023-02-21 00:29:50 +01:00 |
|
Jan Böhmer
|
ba5ae35809
|
Fixed some inspection issues
|
2023-02-05 03:01:25 +01:00 |
|
Jan Böhmer
|
5ead9cbf61
|
Fixed some incompatibility on PHP 7.4
|
2023-01-30 00:43:03 +01:00 |
|