Commit Graph
3879 Commits
Author SHA1 Message Date
Vito Albano 37d23aa8b2 Honestly i'm going on just for the challenge now' 2024-03-20 09:21:46 +00:00
Vito Albano 7d541eb7a9 Fixed unit tests after rebase 2024-03-20 09:21:46 +00:00
Vito Albano 8ec8cd21a3 Fixed unit tests after rebase 2024-03-20 09:21:46 +00:00
Vito Albano 90355df526 reverted broken rebase 2024-03-20 09:21:46 +00:00
Vito Albano 7d91017f1d Fixed the last e2es? 2024-03-20 09:21:46 +00:00
Vito Albano 81026b2c50 Fixed search e2es 2024-03-20 09:21:46 +00:00
Vito Albano 774cfebd14 fixed unit test problem and some other e2e 2024-03-20 09:21:46 +00:00
Vito Albano fb409d1dc0 rebased and fixed the wrong directive for matList' 2024-03-20 09:21:46 +00:00
Vito Albano 80f01904be Fixed slider search e2es 2024-03-20 09:21:46 +00:00
Vito Albano e9c4bc42b4 fixig e2es - task and version 2024-03-20 09:21:46 +00:00
Vito Albano 8eb2133f65 Fixed code flow switch setting 2024-03-20 09:21:46 +00:00
Vito Albano 7737ecd641 Fixing e2e - changing toggles 2024-03-20 09:21:46 +00:00
Vito Albano 67b91c9cff Rebase went little bit wrong -III 2024-03-20 09:21:45 +00:00
Vito Albano 20257b807f Rebase went little bit wrong -II 2024-03-20 09:21:45 +00:00
Vito Albano ead0d68c1e Fixing e2e - part III 2024-03-20 09:21:45 +00:00
Vito Albano f14147a512 Fixing unit after rebase 2024-03-20 09:21:45 +00:00
Vito Albano ec1f8c6cc6 E2E - fixing 2024-03-20 09:21:45 +00:00
Vito Albano 459847fb9e Fixed unit test failing 2024-03-20 09:21:45 +00:00
Vito Albano b1f3cc9aa8 Fixing styles not migrated by material 2024-03-20 09:21:45 +00:00
Vito Albano 1eae322937 Fixing e2e part 2 2024-03-20 09:21:45 +00:00
Vito Albano 0aacb00762 Fixed last unit tests 2024-03-20 09:21:45 +00:00
Vito Albano fd43f4e3b1 Fixed unit tests 2024-03-20 09:21:45 +00:00
Vito Albano 11939f7592 Fixed linting and js-api tests 2024-03-20 09:21:45 +00:00
Vito Albano 59ccd73088 Fixed most of unit tests failing 2024-03-20 09:21:45 +00:00
Vito Albano b82b9606df Rebased with the latest develop 2024-03-20 09:21:45 +00:00
Vito Albano cf0213d390 Fixed core unit test and excluded instable ones 2024-03-20 09:21:45 +00:00
Vito Albano e07787be9e Fixed storybook with migration to WP5 2024-03-20 09:21:45 +00:00
Vito Albano cefbbe88af Fixed linting 2024-03-20 09:21:45 +00:00
Vito Albano f33319ab0a Make all the part build 2024-03-20 09:21:45 +00:00
Vito Albano ed335e862c Building testing package 2024-03-20 09:21:45 +00:00
Vito Albano eec2955b00 Demo shell builds 2024-03-20 09:21:45 +00:00
Vito Albano f29ea760c8 Upgrading NX and start fixing styles 2024-03-20 09:21:45 +00:00
Vito Albano ed48748ea7 migration for material' 2024-03-20 09:21:45 +00:00
Vito Albano ab717e6087 Changed ng version before material migration 2024-03-20 09:21:45 +00:00
Mykyta Maliarchuk c642d0e5c2 [ACS-6150] Add category selector dialog (#9423)
* [ACS-6150] add category selector dialog

* [ACS-6150] fix import

* [ACS-6150] cr fix

* [ACS-6150] cr fix

* [ACS-6150] change describe name

* [ACS-6150] linting

* [ACS-6150] style fix

* [ACS-6150] align styles
2024-03-20 08:56:01 +01:00
Denys Vuika a09d1cfe97 [ACS-7284] injectable search configuration (#9448)
* injectable search configuration

* update docs
2024-03-18 13:22:38 -04:00
tomson 9616b50319 [ADF-23188] Image scroll issue, enable zoom on wheel (#9428) 2024-03-18 14:51:44 +01:00
jacekpluta c3459c40cc [ACS-7242] Resizing columns with panel opened on the right, e.g. nfo Drawer creates empty columns space when panel is closed. (#9446) 2024-03-18 11:45:24 +01:00
Bartosz Sekula 69de85ad06 [AAE-20769] Fix precision for incoming values in bigdecimal field (#9434)
* [AAE-20769] Fix precision for incoming values in bigdecimal field

* CR
2024-03-18 10:35:40 +01:00
Tomasz Gnyp b4f27d15b8 AAE-20848 Add display external property widget (#9429)
* AAE-20848 Add display external property widget

* revert css changes

* AAE-20848 validate validatable types

* AAE-20848 implement suggestions

* fix lint
2024-03-18 10:02:49 +01:00
Wojciech Duda c7db54dc8b AAE-20779 make selector regex more precise (#9431)
* AAE-20779 improve regex part 1

* AAE-20779 match nested selectors

* AAE-20779 only match classes

* AAE-20779 remove message changes

* AAE-20779 add matching for tag names
2024-03-15 14:05:23 +01:00
Wojciech Duda 0a1fd8dd2e AAE-20779 add custom eslint rule for material selectors (#9427)
* AAE-20779 create custom eslint rule

* AAE-20779 add dynamic error messages depending on the filetype

* AAE-20779 update regex for classes

* AAE-20779 remove console log, fix default message

* AAE-20779 lint fix

* AAE-20779 simplified error messages
2024-03-14 14:52:48 +01:00
Mykyta Maliarchuk e675a12dfd [ACS-6233] Enable metadata e2es (#9391)
* [ACS-6233] enable metadata e2es

* [ACS-6233][ci:force]

* [ACS-6233] cr fix

* [ACS-6233] cr fix

* [ACS-6233] fix e2e C260181
2024-03-13 15:40:04 +01:00
jacekpluta 32f2bf995d [AAE-21147] Data table columns width are not adjusting to screen size anymore. (#9426) 2024-03-12 17:31:59 +01:00
jacekpluta e9dc55bca2 [ACS-5575] Should use declaration-no-important rule in the stylelint-config.json file to avoid use of !important in ADF (#9302) 2024-03-11 15:33:09 +01:00
Rafal Szmit 6bc532abf2 AAE-21058-fix-illegal-selector (#9422) 2024-03-11 13:41:13 +01:00
jacekpluta 7ed137551c [ACS-6565] ADW - Document List View Header - UX Bugs (Additional fixes) (#9404) 2024-03-08 20:53:52 +01:00
AleksanderSklorz 5d545b5f0d [ACS-6581] Wrap comments into multiple lines (#9407)
* ACS-6581 Wrap comments into multiple lines

* ACS-6581 Used variable for border color

* ACS-6581 Changed value for padding

* ACS-6581 Used ellipsis and tooltip instead of wrapping comment

* ACS-6581 Add missing space
2024-03-08 15:44:53 +01:00
jacekpluta 78e7d4cede [ACS-6565] No items message in folder properties not displayed properly (#9413) 2024-03-08 14:51:01 +01:00
Rafal Szmit b8e62534bf AAE-19551 e2e material locators refactor (#9403)
* AAE-19551 e2e-material-locators-refactor

* testing lib

* e2e lib

* playwright refactor

* fix lint issues

* bring back excluded process e2e

* fix spinner

* locator fixes
2024-03-07 18:33:03 +00:00