Commit Graph

132 Commits

Author SHA1 Message Date
Yuri Kuznetsov e3fe496321 move 2022-01-27 12:52:40 +02:00
Yuri Kuznetsov d2a1e8f771 fixes 2021-11-10 16:40:33 +02:00
Yuri Kuznetsov c8bed9af32 fixes 2021-11-09 17:46:54 +02:00
Yuri Kuznetsov c61513cf84 fixes 2021-11-05 12:02:06 +02:00
Yuri Kuznetsov 8286d7b621 fixes 2021-10-29 12:46:57 +03:00
Yuri Kuznetsov 3d24f63fd7 refactoring 2021-06-26 11:26:18 +03:00
Yuri Kuznetsov 217fcaaddc refactoring 2021-06-25 13:01:22 +03:00
Yuri Kuznetsov 3c6b485321 renaming 2021-06-11 11:00:57 +03:00
Yuri Kuznetsov 4e08c0f3cf cs fix 2021-06-11 10:55:49 +03:00
Yuri Kuznetsov c9c45ec8d1 cs fix 2021-06-11 10:48:42 +03:00
Arkady b19c543988 fix cs (#1995)
* remove leading slashes in `use` clauses

* remove spaces inside parenthesis

* ensure one blank line after the `use` statement

* ensure cast are written in lower case

* fix whitespace around the keyword of a class

* remove spaces after function call

* remove trailing whitespace

* standardize spaces around ternary operator

* ensure php keywords are in lower case

* remove whitespace before closing semicolon

* ensure whitespace after each comma in array

* ensure `true`, `false`, and `null` are lower case
2021-05-12 23:53:11 +03:00
Yuri Kuznetsov 97b263cf57 cs fix 2021-05-11 10:14:26 +03:00
Yuri Kuznetsov fa140f09fc relation table id bigint 2021-05-10 13:07:16 +03:00
Yuri Kuznetsov 44f25f7497 typo fixes and cleanup 2021-05-09 14:40:40 +03:00
Yuri Kuznetsov 296358e473 gr globals 2021-05-06 17:02:24 +03:00
Yuri Kuznetsov 02e2f42481 refacoring 2021-04-25 12:12:52 +03:00
Yuri Kuznetsov e4fd5d7293 refactoring 2021-04-24 13:51:53 +03:00
Taras Machyshyn 124cce55bd 2021 license 2021-01-25 16:37:54 +02:00
Taras Machyshyn 74ad947ade Fixes for DBAL v3.0 2020-12-30 15:36:39 +02:00
Yuri Kuznetsov df179212b1 orm metadata refactoring 2020-12-21 13:01:07 +02:00
Yuri Kuznetsov 5e3168039a emailaddress phonenumber repository fixes 2020-09-19 14:00:07 +03:00
Yuri Kuznetsov bf93834fd3 refactoring 2020-09-17 20:17:07 +03:00
Yuri Kuznetsov 8fdc0ab84d currency rate populate improvement 2020-08-25 17:39:32 +03:00
Yuri Kuznetsov 3d7a04be8e query executor method rename 2020-08-18 20:01:13 +03:00
Yuri Kuznetsov e7992e356a grand orm refactoring 2020-08-12 14:38:49 +03:00
Yuri Kuznetsov a3b2f18a32 import fixes and orm usage 2020-07-24 10:56:06 +03:00
Yuri Kuznetsov 5d3996ae03 orm usage 2020-07-23 15:02:02 +03:00
Yuri Kuznetsov 2dbbf72a6c cs fixes 2020-07-23 11:11:04 +03:00
Yuri Kuznetsov 455ef1138f orm usage and fixes 2020-07-23 10:54:49 +03:00
Yuri Kuznetsov 8004e4eda8 currency use orm 2020-07-22 15:39:19 +03:00
Yuri Kuznetsov 6b2fdf5400 decoupling 2020-06-22 19:16:40 +03:00
Yuri Kuznetsov c0b68e7da5 class parser change 2020-06-17 16:21:39 +03:00
Taras Machyshyn bf131b7a0e Added 'dbType' => 'longtext' for text fields 2020-05-01 14:29:28 +03:00
Taras Machyshyn b352a194ea Fixed mb4 collation for MariaDB 2020-04-10 16:15:48 +03:00
Taras Machyshyn 1c9095a9f4 Changed max index length due to MariaDB changes 2020-04-10 12:13:27 +03:00
unitorzero 8a4302a8d9 Implementing feature 'Skip rebuild' (#1652)
* Implementing feature "Skip rebuild".

* fixes
2020-03-31 13:41:24 +03:00
Yuri Kuznetsov 372fbc7771 Merge branch 'hotfix/5.7.12' 2020-01-23 10:22:04 +02:00
Taras Machyshyn 39ef9ebd3b Merge branch 'hotfix/5.7.12' of ssh://172.20.0.1/var/git/espo/backend into hotfix/5.7.12 2020-01-21 14:56:26 +02:00
Taras Machyshyn 5c4128e5ee Rebuild minor improvements 2020-01-21 14:40:48 +02:00
Yuri Kuznetsov af77ee2222 Merge branch 'hotfix/5.7.12' 2020-01-21 10:30:20 +02:00
beppe9000 6699e66c29 Increase logging of many-to-many relation operations and log invalid foreach parameter error for mid keys (#1579)
closes #1577
2020-01-21 10:24:04 +02:00
Taras Machyshyn fec23a0e93 New 2020 year 2020-01-03 16:33:30 +02:00
Taras Machyshyn 3f40c6b18f Display all indexes in ORM metadata 2019-12-17 13:05:28 +02:00
Taras Machyshyn 5923757810 Database indexes changes 2019-10-18 10:40:07 +03:00
Taras Machyshyn 52dda066cd Index name consists of a list of fields for relation tables 2019-10-09 10:34:26 +03:00
Taras Machyshyn a9f36a352d Orm: defined index name for relations 2019-10-08 15:07:55 +03:00
yuri 7cac38f39d Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend 2019-10-03 14:30:22 +03:00
Taras Machyshyn 6acba3efb8 Fixes for 'indexes' attribute for manyMany relationships 2019-10-01 17:17:39 +03:00
yuri 2df476d734 Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend 2019-10-01 10:16:48 +03:00
Taras Machyshyn 87036f83e1 Added 'indexes' attribute for manyMany relationships 2019-09-30 17:47:55 +03:00