From 29e548b154684d60541df556056c6b3ba6b51647 Mon Sep 17 00:00:00 2001 From: bakhirev Date: Thu, 14 Sep 2023 10:14:45 +0300 Subject: [PATCH] TASK-0000 feat(main): update all project on github --- build/asset-manifest.json | 12 +- build/assets/log.txt | 4544 ++++++++--------- build/index.html | 2 +- build/logo192.png | Bin 5347 -> 9490 bytes build/logo512.png | Bin 9664 -> 24392 bytes build/static/css/main.a871f7d5.css | 2 - build/static/css/main.a871f7d5.css.map | 1 - build/static/js/main.16986165.js | 3 - build/static/js/main.16986165.js.LICENSE.txt | 74 - build/static/js/main.16986165.js.map | 1 - package-lock.json | 16 +- public/assets/log.txt | 4544 ++++++++--------- public/index.html | 18 + public/logo192.png | Bin 5347 -> 9490 bytes public/logo512.png | Bin 9664 -> 24392 bytes src/index.tsx | 12 +- src/ts/api/settings.ts | 32 +- src/ts/components/Console/index.tsx | 2 + src/ts/components/DayInfo/index.module.scss | 10 +- src/ts/components/DayInfo/index.tsx | 22 +- .../components/Description/index.module.scss | 3 + src/ts/components/DropZone/index.module.scss | 2 +- .../components/LineChart/components/Line.tsx | 7 +- .../LineChart/helpers/getOptions.ts | 7 +- src/ts/components/LineChart/index.tsx | 10 +- .../components/LineChart/interfaces/index.ts | 1 + .../NothingFound/components/IsStaff.tsx | 2 +- .../Notifications/interfaces/Message.ts | 4 +- .../components/Notifications/store/index.ts | 16 +- .../Notifications/styles/index.module.scss | 46 +- .../Table — копия/components/Body.tsx | 68 - .../Table — копия/components/Column.tsx | 61 - .../Table — копия/components/Header.tsx | 64 - .../components/cells/CellDefault.tsx | 45 - .../Table — копия/helpers/getColumnConfigs.ts | 30 - .../helpers/getDefaultColumnWidth.ts | 20 - .../Table — копия/helpers/getDefaultProps.ts | 41 - src/ts/components/Table — копия/index.tsx | 63 - .../Table — копия/interfaces/Column.ts | 49 - .../Table — копия/styles/header.module.scss | 28 - .../Table — копия/styles/index.module.scss | 92 - src/ts/components/Table/components/Body.tsx | 2 +- .../Table/helpers/getDefaultColumnWidth.ts | 8 +- src/ts/components/Table/index.tsx | 24 +- src/ts/components/Tempo/components/Column.tsx | 2 +- src/ts/components/Tempo/components/Tasks.tsx | 21 +- .../components/Tempo/styles/task.module.scss | 5 +- src/ts/components/UiKit/components/Switch.tsx | 18 +- .../components/UiKit/components/Wrapper.tsx | 2 +- .../components/YearChart/components/Body.tsx | 4 +- .../components/YearChart/components/Day.tsx | 10 +- .../components/YearChart/components/Month.tsx | 86 +- src/ts/components/YearChart/index.tsx | 23 +- src/ts/config/translations/ru.ts | 18 +- src/ts/helpers/DataGrip/components/author.ts | 56 +- src/ts/helpers/DataGrip/components/counter.ts | 3 +- src/ts/helpers/DataGrip/components/pr.ts | 156 +- src/ts/helpers/DataGrip/index.ts | 14 +- src/ts/helpers/Parser/index.ts | 11 +- src/ts/helpers/Parser/user_info.ts | 39 +- src/ts/helpers/ParserTelegramm/user_info.ts | 1 + src/ts/helpers/achievement/byAuthor.ts | 36 +- src/ts/helpers/achievement/constants/list.ts | 14 +- src/ts/interfaces/Commit.ts | 7 +- src/ts/pages/Common/components/Commits.tsx | 2 +- .../PageWrapper/components/header/Title.tsx | 42 +- .../components/sidebar/MenuItem.tsx | 4 +- .../PageWrapper/components/sidebar/Person.tsx | 16 +- .../PageWrapper/components/sidebar/Team.tsx | 55 +- src/ts/pages/Person/components/Tempo.tsx | 3 +- src/ts/pages/Person/components/Total.tsx | 11 + src/ts/pages/Person/components/Year.tsx | 27 - src/ts/pages/Person/index.tsx | 18 +- src/ts/pages/Settings/components/Common.tsx | 23 +- src/ts/pages/Settings/components/Form.tsx | 8 +- src/ts/pages/Settings/components/Salary.tsx | 19 + src/ts/pages/Settings/components/User.tsx | 6 +- .../pages/Settings/components/UserSalary.tsx | 2 +- .../Settings/helpers/getEmptySettings.ts | 27 +- src/ts/pages/Settings/helpers/settings.ts | 10 +- src/ts/pages/Settings/interfaces/Setting.ts | 39 - src/ts/pages/Settings/store/Form.ts | 8 +- src/ts/pages/Team/components/Author.tsx | 2 +- src/ts/pages/Team/components/Tempo.tsx | 3 +- src/ts/pages/Team/components/Top.tsx | 36 + src/ts/pages/Team/components/Total.tsx | 4 +- src/ts/pages/Team/components/Tree.tsx | 3 +- src/ts/pages/Team/components/TreeFilters.tsx | 4 +- src/ts/pages/Team/components/Year.tsx | 32 - src/ts/pages/Team/index.tsx | 24 +- src/ts/pages/Welcome/index.tsx | 77 +- src/ts/pages/Welcome/styles/index.module.scss | 28 +- src/ts/store/DataGrip.ts | 1 - src/ts/store/Form.ts | 1 - 94 files changed, 5409 insertions(+), 5640 deletions(-) delete mode 100644 build/static/css/main.a871f7d5.css delete mode 100644 build/static/css/main.a871f7d5.css.map delete mode 100644 build/static/js/main.16986165.js delete mode 100644 build/static/js/main.16986165.js.LICENSE.txt delete mode 100644 build/static/js/main.16986165.js.map delete mode 100644 src/ts/components/Table — копия/components/Body.tsx delete mode 100644 src/ts/components/Table — копия/components/Column.tsx delete mode 100644 src/ts/components/Table — копия/components/Header.tsx delete mode 100644 src/ts/components/Table — копия/components/cells/CellDefault.tsx delete mode 100644 src/ts/components/Table — копия/helpers/getColumnConfigs.ts delete mode 100644 src/ts/components/Table — копия/helpers/getDefaultColumnWidth.ts delete mode 100644 src/ts/components/Table — копия/helpers/getDefaultProps.ts delete mode 100644 src/ts/components/Table — копия/index.tsx delete mode 100644 src/ts/components/Table — копия/interfaces/Column.ts delete mode 100644 src/ts/components/Table — копия/styles/header.module.scss delete mode 100644 src/ts/components/Table — копия/styles/index.module.scss delete mode 100644 src/ts/pages/Person/components/Year.tsx delete mode 100644 src/ts/pages/Settings/interfaces/Setting.ts delete mode 100644 src/ts/pages/Team/components/Year.tsx diff --git a/build/asset-manifest.json b/build/asset-manifest.json index 92ed6ee..1988545 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,17 +1,17 @@ { "files": { - "main.css": "./static/css/main.a871f7d5.css", - "main.js": "./static/js/main.16986165.js", + "main.css": "./static/css/main.c2f3798a.css", + "main.js": "./static/js/main.0fa5ec0a.js", "static/media/car.png": "./static/media/car.b8dd8738e37fe866285f.png", "index.html": "./index.html", "static/media/warning.svg": "./static/media/warning.e39a87773603f3ab157f.svg", "static/media/info.svg": "./static/media/info.954631f6b19e3fe9c495.svg", "static/media/alert.svg": "./static/media/alert.41e2b99c481139c13074.svg", - "main.a871f7d5.css.map": "./static/css/main.a871f7d5.css.map", - "main.16986165.js.map": "./static/js/main.16986165.js.map" + "main.c2f3798a.css.map": "./static/css/main.c2f3798a.css.map", + "main.0fa5ec0a.js.map": "./static/js/main.0fa5ec0a.js.map" }, "entrypoints": [ - "static/css/main.a871f7d5.css", - "static/js/main.16986165.js" + "static/css/main.c2f3798a.css", + "static/js/main.0fa5ec0a.js" ] } \ No newline at end of file diff --git a/build/assets/log.txt b/build/assets/log.txt index d60ea40..4662a18 100644 --- a/build/assets/log.txt +++ b/build/assets/log.txt @@ -3281,7 +3281,7 @@ report.push(`2021-02-18T14:48:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13 refac report.push(`2 2 package.json`); report.push(``); report.push(`2021-02-19T17:18:51+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #1 in SUIS/subo-frontend from SUBO-13-Update-SCSS-lint-rules-and-project-structure to develop`); -report.push(`2021-02-20T10:40:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-34 feat: add new form for work with tasks`); +report.push(`2021-02-20T10:40:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-34 feat(profile): add new form for work with tasks`); report.push(`2 2 package.json`); report.push(`1 0 src/index.tsx`); report.push(`11 11 src/styles/fonts.scss`); @@ -3358,7 +3358,7 @@ report.push(`2021-02-25T09:13:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-50 feat: report.push(`2 15 src/ts/interfaces/RequestTemplate.ts`); report.push(``); report.push(`2021-02-25T09:15:32+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #5 in SUIS/subo-frontend from feature/SUBO-50-Add-validator-for-form to master`); -report.push(`2021-02-26T11:51:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat: create main page by user story`); +report.push(`2021-02-26T11:51:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat(traffic chart): create main page by user story`); report.push(`5 4 README.md`); report.push(`16 16 package-lock.json`); report.push(`1 1 package.json`); @@ -3373,15 +3373,15 @@ report.push(`26 0 src/ts/pages/PageWrapper/index.tsx`); report.push(`26 0 src/ts/pages/PageWrapper/store/CatalogueListStore.ts`); report.push(`1 5 src/ts/pages/RequestForm/index.tsx`); report.push(``); -report.push(`2021-02-26T12:37:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat: install vtb ui kit`); +report.push(`2021-02-26T12:37:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat(traffic chart): install vtb ui kit`); report.push(`839 20 package-lock.json`); report.push(`1 0 package.json`); report.push(`5 0 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2021-02-26T12:47:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 fix: add information in README about VTB Ui Kit`); +report.push(`2021-02-26T12:47:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 fix(faq): add information in README about VTB Ui Kit`); report.push(`20 1 README.md`); report.push(``); -report.push(`2021-03-01T14:18:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat: create main page by User story`); +report.push(`2021-03-01T14:18:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat(traffic chart): create main page by User story`); report.push(`208 208 .stylelintrc.json`); report.push(`6 0 src/assets/images/home.svg`); report.push(`5 4 src/styles/index.scss`); @@ -3408,7 +3408,7 @@ report.push(`21 0 src/ts/pages/PageWrapper/styles/index.scss`); report.push(`19 0 src/ts/pages/PageWrapper/styles/search.scss`); report.push(`73 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-01T17:15:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat: create main page by User Story`); +report.push(`2021-03-01T17:15:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-27 feat(traffic chart): create main page by User Story`); report.push(`1 0 package.json`); report.push(`1 0 src/assets/admiral-icons/category/AcceptOutline.svg`); report.push(`1 0 src/assets/admiral-icons/category/AcceptSolid.svg`); @@ -4033,7 +4033,7 @@ report.push(`13 3 src/ts/pages/PageWrapper/components/SideBarSubMenu.tsx`); report.push(`3 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2021-03-03T11:09:16+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #7 in SUIS/subo-frontend from feature/SUBO-62-Create-icon-wrapper to master`); -report.push(`2021-03-04T11:56:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-75 feat: Add docker in project`); +report.push(`2021-03-04T11:56:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-75 feat(profile): Add docker in project`); report.push(`11 0 Dockerfile`); report.push(`29 0 README.md`); report.push(``); @@ -4118,7 +4118,7 @@ report.push(`62 28 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`29 29 src/ts/pages/RequestForm/index.scss`); report.push(``); report.push(`2021-03-10T13:30:12+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #12 in SUIS/subo-frontend from feature/SUBO-90-Update-main-page-layout- to master`); -report.push(`2021-03-11T13:57:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-07 feat: create catalogue page by design`); +report.push(`2021-03-11T13:57:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-07 feat(traffic chart): create catalogue page by design`); report.push(`1 9 package-lock.json`); report.push(`1 1 package.json`); report.push(`4 4 src/ts/components/more/index.tsx`); @@ -4188,7 +4188,7 @@ report.push(`1 1 src/ts/pages/RequestForm/index.scss`); report.push(`2 6 tsconfig.json`); report.push(``); report.push(`2021-03-12T10:42:57+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #14 in SUIS/subo-frontend from feature/SUBO-78-Add-paths-configs to master`); -report.push(`2021-03-15T15:10:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-77 feat: add page access request`); +report.push(`2021-03-15T15:10:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-77 feat(traffic chart): add page access request`); report.push(`2 2 src/ts/components/form/CheckboxWrapper.tsx`); report.push(`11 8 src/ts/components/form/ElementWrapper.tsx`); report.push(`1 0 src/ts/components/form/FormWrapper.tsx`); @@ -4210,7 +4210,7 @@ report.push(`11 3 src/ts/pages/Catalogue/components/line/LineThree.tsx`); report.push(`6 3 src/ts/pages/Catalogue/components/line/LineTwo.tsx`); report.push(`1 1 src/ts/pages/MainPage/components/CatalogueItem.tsx`); report.push(``); -report.push(`2021-03-15T15:11:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-77 feat: add page access request`); +report.push(`2021-03-15T15:11:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-77 feat(traffic chart): add page access request`); report.push(`1 1 src/ts/pages/AccessRequest/index.scss`); report.push(``); report.push(`2021-03-15T15:52:09+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #15 in SUIS/subo-frontend from feature/SUBO-77-Create-request-page to master`); @@ -4242,7 +4242,7 @@ report.push(`2021-03-17T12:28:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: report.push(`7 0 README.md`); report.push(``); report.push(`2021-03-17T12:29:16+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #17 in SUIS/subo-frontend from bugfix/SUBO-70-Change-docker-config to master`); -report.push(`2021-03-18T11:28:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-05 feat: change mock in API on URL from backend`); +report.push(`2021-03-18T11:28:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-05 feat(profile): change mock in API on URL from backend`); report.push(`1 1 src/ts/helpers/HttpClient.ts`); report.push(`32 0 src/ts/interfaces/Category.ts`); report.push(`0 6 src/ts/pages/Authorization/components/AuthorizationSuccess.tsx`); @@ -4344,7 +4344,7 @@ report.push(`1 0 src/ts/pages/Catalogue/components/categories/HeaderTitle.tsx`); report.push(`3 2 src/ts/pages/Catalogue/components/categories/Level0.tsx`); report.push(``); report.push(`2021-03-23T08:56:43+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #25 in SUIS/subo-frontend from feature/SUBO-110-Change-API-for-DataLoader to master`); -report.push(`2021-03-23T12:47:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-91 fix: add mock for demo`); +report.push(`2021-03-23T12:47:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-91 fix(AIS): add mock for demo`); report.push(`15 27 src/ts/components/form/SelectWrapper.tsx`); report.push(`1 1 src/ts/components/form/TextWrapper.tsx`); report.push(`2 6 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -4540,7 +4540,7 @@ report.push(`2021-03-29T10:17:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-139 fix: report.push(`2 2 src/ts/pages/Authorization/api.ts`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-03-29T11:20:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-145 feat: add ButtonGroup wrapper in accessRequest`); +report.push(`2021-03-29T11:20:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-145 feat(profile): add ButtonGroup wrapper in accessRequest`); report.push(`65 0 src/ts/components/form/ButtonGroupWrapper.tsx`); report.push(`5 0 src/ts/components/form/index.scss`); report.push(`0 18 src/ts/components/input/index.scss`); @@ -4681,13 +4681,13 @@ report.push(`12 0 .prettierrc.js`); report.push(`196 69 package-lock.json`); report.push(`3 1 package.json`); report.push(``); -report.push(`2021-04-01T11:32:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-144 feat: added modal window logic`); +report.push(`2021-04-01T11:32:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-144 feat(profile): added modal window logic`); report.push(`7 0 src/ts/pages/AccessRequest/api.ts`); report.push(`148 140 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 29 src/ts/pages/AccessRequest/index.tsx`); report.push(`6 0 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-04-01T14:49:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-144 feat: changed modal window logic and css styles`); +report.push(`2021-04-01T14:49:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-144 feat(profile): changed modal window logic and css styles`); report.push(`7 8 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 2 src/ts/pages/AccessRequest/index.scss`); report.push(`2 2 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); @@ -4814,7 +4814,7 @@ report.push(`1 1 src/ts/pages/MainPage/styles/task.scss`); report.push(`2 2 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); report.push(`2021-04-02T17:29:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #49 in SUIS/subo-frontend from bugfix/SUBO-63-Fix-style-catalogue-by-design-2 to master`); -report.push(`2021-04-05T09:35:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat: add config for request to backend`); +report.push(`2021-04-05T09:35:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat(profile): add config for request to backend`); report.push(`1 0 package-lock.json`); report.push(`2 1 package.json`); report.push(`13 0 src/setupProxy.ts`); @@ -4822,7 +4822,7 @@ report.push(`3 3 src/ts/helpers/HttpClient.ts`); report.push(`16 18 src/ts/pages/Authorization/api.ts`); report.push(`46 41 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-04-05T10:31:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-147 feat: add logic for loading breadcrumbs`); +report.push(`2021-04-05T10:31:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-147 feat(traffic chart): add logic for loading breadcrumbs`); report.push(`27 0 src/ts/helpers/renderRoutes.tsx`); report.push(`14 0 src/ts/helpers/routes.tsx`); report.push(`6 17 src/ts/pages/AccessRequest/index.tsx`); @@ -4831,7 +4831,7 @@ report.push(`33 3 src/ts/pages/Catalogue/api.ts`); report.push(`20 10 src/ts/pages/Catalogue/index.tsx`); report.push(`22 0 src/ts/pages/Catalogue/store/CatalogueRoutesStore.ts`); report.push(``); -report.push(`2021-04-05T12:12:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat: add config for requests to backend`); +report.push(`2021-04-05T12:12:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat(profile): add config for requests to backend`); report.push(`0 1 package.json`); report.push(`12 0 src/setupProxy.js`); report.push(`0 13 src/setupProxy.ts`); @@ -4853,7 +4853,7 @@ report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`) report.push(`4 4 src/ts/pages/MainPage/index.tsx`); report.push(`3 1 tsconfig.json`); report.push(``); -report.push(`2021-04-05T12:16:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat: add config for requests to backend`); +report.push(`2021-04-05T12:16:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat(profile): add config for requests to backend`); report.push(`2 1 .eslintrc.js`); report.push(``); report.push(`2021-04-05T13:33:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 fix: update loader for update parameters`); @@ -4870,7 +4870,7 @@ report.push(``); report.push(`2021-04-05T15:16:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 refactor: update config for nginx`); report.push(`1 1 README.md`); report.push(``); -report.push(`2021-04-05T15:19:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-147 fix: fix logic for loading breadcrumbs`); +report.push(`2021-04-05T15:19:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-147 fix(faq): fix logic for loading breadcrumbs`); report.push(`0 27 src/ts/helpers/renderRoutes.tsx`); report.push(`0 14 src/ts/helpers/routes.tsx`); report.push(`3 3 src/ts/interfaces/Category.ts`); @@ -4880,7 +4880,7 @@ report.push(`9 39 src/ts/pages/Catalogue/api.ts`); report.push(`10 20 src/ts/pages/Catalogue/index.tsx`); report.push(`0 22 src/ts/pages/Catalogue/store/CatalogueRoutesStore.ts`); report.push(``); -report.push(`2021-04-05T17:06:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-107 feat: add data render logic`); +report.push(`2021-04-05T17:06:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-107 feat(traffic chart): add data render logic`); report.push(`7 0 src/ts/interfaces/Task.ts`); report.push(`50 0 src/ts/pages/MainPage/api.ts`); report.push(`30 6 src/ts/pages/MainPage/components/tasks/Board.tsx`); @@ -4888,7 +4888,7 @@ report.push(`8 3 src/ts/pages/MainPage/components/tasks/Header.tsx`); report.push(`26 6 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`16 2 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-05T17:21:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat: add config for requests to backend`); +report.push(`2021-04-05T17:21:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat(profile): add config for requests to backend`); report.push(`1 3 Dockerfile`); report.push(`10 2 nginx.conf`); report.push(``); @@ -4906,14 +4906,14 @@ report.push(`41 0 nginx.local.conf`); report.push(`1 1 src/ts/pages/Catalogue/api.ts`); report.push(``); report.push(`2021-04-06T10:36:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #51 in SUIS/subo-frontend from feature/SUBO-175-Add-config-for-requests-to-backend to master`); -report.push(`2021-04-06T10:55:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-107 fix: fix datetime input format`); +report.push(`2021-04-06T10:55:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-107 fix(faq): fix datetime input format`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); report.push(`1 2 src/ts/interfaces/Task.ts`); report.push(`6 12 src/ts/pages/MainPage/api.ts`); report.push(`6 7 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(``); report.push(`2021-04-06T10:58:36+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #52 in SUIS/subo-frontend from feature/SUBO-107-add-logic-for-TaskBoard-component to master`); -report.push(`2021-04-06T12:02:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat: add network in docker compose for works with frontend. Container itsm-ui use this network for proxy to API`); +report.push(`2021-04-06T12:02:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 feat(profile): add network in docker compose for works with frontend. Container itsm-ui use this network for proxy to API`); report.push(`1 1 Dockerfile`); report.push(`11 2 README.md`); report.push(`19 0 docker-compose.yml`); @@ -4925,7 +4925,7 @@ report.push(`2 2 src/setupProxy.js`); report.push(``); report.push(`2021-04-06T13:00:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #54 in SUIS/subo-frontend from feature/SUBO-175-Add-docker-compose-and-network to master`); report.push(`2021-04-06T13:24:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-82 test: add tests for store`); -report.push(`2021-04-06T13:55:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-82 fix: change import for dataLoader`); +report.push(`2021-04-06T13:55:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-82 fix(OIR): change import for dataLoader`); report.push(`1 1 src/ts/components/form/ButtonGroupWrapper.tsx`); report.push(`1 1 src/ts/components/form/SelectWrapper.tsx`); report.push(``); @@ -4937,7 +4937,7 @@ report.push(`1 1 src/ts/pages/MainPage/components/tasks/Header.tsx`); report.push(`2 2 src/ts/pages/MainPage/index.tsx`); report.push(``); report.push(`2021-04-06T19:17:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #53 in SUIS/subo-frontend from feature/SUBO-82-Add-tests-for-store to master`); -report.push(`2021-04-07T11:33:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 feat: add requests to backend on favorites page`); +report.push(`2021-04-07T11:33:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 feat(profile): add requests to backend on favorites page`); report.push(`59 0 src/ts/pages/Catalogue/api.ts`); report.push(`0 64 src/ts/pages/Catalogue/components/Favorites.tsx`); report.push(`51 0 src/ts/pages/Catalogue/components/favorites/index.tsx`); @@ -4966,7 +4966,7 @@ report.push(`4 7 src/ts/components/DataLoader/paginators/ShowAll.tsx`); report.push(`2 2 src/ts/components/DataLoader/store/index.ts`); report.push(`3 2 src/ts/interfaces/Pagination.ts`); report.push(``); -report.push(`2021-04-07T16:14:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix: fix props structure of TaskBoard and Task components`); +report.push(`2021-04-07T16:14:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix(AIS): fix props structure of TaskBoard and Task components`); report.push(`0 1 src/ts/interfaces/Task.ts`); report.push(`12 10 src/ts/pages/MainPage/api.ts`); report.push(`29 10 src/ts/pages/MainPage/components/tasks/Board.tsx`); @@ -4974,7 +4974,7 @@ report.push(`1 1 src/ts/pages/MainPage/components/tasks/Header.tsx`); report.push(`13 9 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`20 3 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-07T16:16:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix: fix NothingFound component logic and add new props to DataLoader`); +report.push(`2021-04-07T16:16:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix(AIS): fix NothingFound component logic and add new props to DataLoader`); report.push(`57 0 src/assets/images/nothing-found-responsive.svg`); report.push(`7 1 src/ts/components/DataLoader/index.tsx`); report.push(`15 3 src/ts/components/NothingFound/index.scss`); @@ -4982,8 +4982,8 @@ report.push(`28 8 src/ts/components/NothingFound/index.tsx`); report.push(`18 11 src/ts/components/more/index.tsx`); report.push(`11 3 src/ts/pages/Catalogue/components/Favorites.tsx`); report.push(``); -report.push(`2021-04-07T17:46:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix: solve merge conflicts`); -report.push(`2021-04-07T18:08:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix: add nothingFoundMessage prop to DataLoader`); +report.push(`2021-04-07T17:46:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix(AIS): solve merge conflicts`); +report.push(`2021-04-07T18:08:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 fix(AIS): add nothingFoundMessage prop to DataLoader`); report.push(`9 1 src/ts/components/DataLoader/index.tsx`); report.push(``); report.push(`2021-04-07T20:15:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #55 in SUIS/subo-frontend from feature/SUBO-141-add-nothing-found-block-to-DataLoader to master`); @@ -5038,7 +5038,7 @@ report.push(`12 10 src/ts/pages/MainPage/index.tsx`); report.push(`8 0 src/ts/pages/MainPage/styles/index.scss`); report.push(`4 0 src/ts/pages/MainPage/styles/search.scss`); report.push(``); -report.push(`2021-04-09T12:26:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-151 fix: add TS interface for props validation`); +report.push(`2021-04-09T12:26:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-151 fix(AIS): add TS interface for props validation`); report.push(`9 1 src/ts/pages/MainPage/components/Header.tsx`); report.push(`5 1 src/ts/pages/MainPage/components/Search.tsx`); report.push(``); @@ -5082,17 +5082,17 @@ report.push(`1 1 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`2 2 src/ts/pages/MainPage/index.tsx`); report.push(``); report.push(`2021-04-09T14:10:35+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #63 in SUIS/subo-frontend from bugfix/SUBO-83-Rename-folders-2 to master`); -report.push(`2021-04-12T11:57:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-205 feat: add favorites on first page of catalogue`); +report.push(`2021-04-12T11:57:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-205 feat(profile): add favorites on first page of catalogue`); report.push(`5 2 src/setupProxy.js`); report.push(`1 1 src/ts/helpers/HttpClient.ts`); report.push(`43 42 src/ts/pages/Catalogue/api.ts`); report.push(`27 13 src/ts/pages/Catalogue/components/categories/CategoryDetailsList.tsx`); report.push(`2 19 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); -report.push(`2021-04-12T11:58:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-205 feat: add favorites on first page of catalogue`); +report.push(`2021-04-12T11:58:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-205 feat(profile): add favorites on first page of catalogue`); report.push(`22 0 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(``); -report.push(`2021-04-12T14:34:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat: move mocks for api in proxy config, remove mock from api.ts files`); +report.push(`2021-04-12T14:34:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat(Excel): move mocks for api in proxy config, remove mock from api.ts files`); report.push(`1 0 .eslintrc.js`); report.push(`36 5 src/setupProxy.js`); report.push(`1 0 src/ts/helpers/HttpClient.ts`); @@ -5116,8 +5116,8 @@ report.push(``); report.push(`2021-04-12T16:23:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: fix url property`); report.push(`4 4 src/ts/pages/Catalogue/components/Header.tsx`); report.push(``); -report.push(`2021-04-12T16:23:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat: add api mock in server`); -report.push(`2021-04-12T17:46:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat: update API format and add paths in proxy settings`); +report.push(`2021-04-12T16:23:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat(Excel): add api mock in server`); +report.push(`2021-04-12T17:46:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat(Excel): update API format and add paths in proxy settings`); report.push(`6 4 src/setupProxy.js`); report.push(`1 1 src/ts/helpers/HttpMock.cjs`); report.push(`1 1 src/ts/pages/Authorization/api.mock.cjs`); @@ -5125,7 +5125,7 @@ report.push(`4 5 src/ts/pages/Catalogue/components/categories/CategoryDetailsLis report.push(`7 5 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-12T17:52:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat: update API format and add paths in proxy settings`); +report.push(`2021-04-12T17:52:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 feat(Excel): update API format and add paths in proxy settings`); report.push(`2 2 src/ts/pages/MainPage/api.ts`); report.push(``); report.push(`2021-04-12T18:23:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: restore deleted http.get for getFavorites`); @@ -5173,7 +5173,7 @@ report.push(`1 1 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); report.push(`2021-04-13T17:26:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #67 in SUIS/subo-frontend from bugfix/SUBO-222-Rename-parent-id-and-update-favorite-api to master`); -report.push(`2021-04-14T11:36:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 feat: change props in TaskBoard, add id for tests`); +report.push(`2021-04-14T11:36:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 feat(traffic chart): change props in TaskBoard, add id for tests`); report.push(`2 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`29 37 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`34 3 src/ts/pages/MainPage/components/tasks/Header.tsx`); @@ -5181,16 +5181,16 @@ report.push(`21 22 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`8 14 src/ts/pages/MainPage/index.tsx`); report.push(`4 0 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-04-14T11:54:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 feat: change props in TaskBoard, add id for tests`); +report.push(`2021-04-14T11:54:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 feat(traffic chart): change props in TaskBoard, add id for tests`); report.push(`2 2 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`1 4 src/ts/pages/MainPage/components/tasks/Header.tsx`); report.push(`7 13 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(``); -report.push(`2021-04-14T12:12:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 fix: add sendError, fix show error message`); +report.push(`2021-04-14T12:12:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 fix(faq): add sendError, fix show error message`); report.push(`2 1 src/ts/components/DataLoader/store/index.ts`); report.push(`13 0 src/ts/helpers/HttpMock.cjs`); report.push(``); -report.push(`2021-04-14T12:36:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 fix: add sendError, fix show error message`); +report.push(`2021-04-14T12:36:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-207 fix(faq): add sendError, fix show error message`); report.push(`0 2 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); report.push(`2021-04-14T14:23:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-210 feat: add ids to components for testing`); @@ -5261,7 +5261,7 @@ report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2021-04-15T13:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #69 in SUIS/subo-frontend from feature/SUBO-210-add-id-to-elements-for-testing to master`); report.push(`2021-04-15T13:23:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-206 fix: merge with master (add auto request accessToken for 401 error, change requests on favorite page)`); -report.push(`2021-04-15T17:53:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-214 feat: add handling pressing Enter while login`); +report.push(`2021-04-15T17:53:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-214 feat(profile): add handling pressing Enter while login`); report.push(`19 4 src/ts/pages/Authorization/components/Login.tsx`); report.push(`5 13 src/ts/pages/Catalogue/components/Header.tsx`); report.push(``); @@ -5298,7 +5298,7 @@ report.push(`12 24 src/ts/components/DataLoader/index.tsx`); report.push(`3 3 src/ts/components/NothingFound/index.tsx`); report.push(`6 4 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(``); -report.push(`2021-04-19T23:39:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat: add convertor for JSONSchema`); +report.push(`2021-04-19T23:39:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat(traffic chart): add convertor for JSONSchema`); report.push(`9 9 src/setupProxy.js`); report.push(`52 0 src/ts/components/JsonSchema/example.tsx`); report.push(`88 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -5310,18 +5310,18 @@ report.push(`54 0 src/ts/components/JsonSchema/widgets/input.tsx`); report.push(`20 3 src/ts/components/form/ElementWrapper.tsx`); report.push(`3 0 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-20T00:56:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat: add convertor for JSONSchema`); +report.push(`2021-04-20T00:56:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat(traffic chart): add convertor for JSONSchema`); report.push(`1 2 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`12 3 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`31 20 src/ts/components/JsonSchema/widgets/input.tsx`); report.push(`0 3 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-20T00:57:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat: add convertor for JSONSchema`); +report.push(`2021-04-20T00:57:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-187 feat(traffic chart): add convertor for JSONSchema`); report.push(`9 9 src/setupProxy.js`); report.push(``); report.push(`2021-04-20T10:52:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #76 in SUIS/subo-frontend from feature/SUBO-187-Add-convertor-for-JSONSchema to master`); -report.push(`2021-04-20T12:01:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-211 fix: change children for NothingFound`); +report.push(`2021-04-20T12:01:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-211 fix(AIS): change children for NothingFound`); report.push(`6 4 src/ts/components/NothingFound/index.tsx`); report.push(`12 15 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(`20 23 src/ts/pages/MainPage/components/Favorite.tsx`); @@ -5445,12 +5445,12 @@ report.push(`2021-04-22T17:19:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-20 report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); report.push(``); report.push(`2021-04-23T09:01:50+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #81 in SUIS/subo-frontend from bugfix/SUBO-208-correct-the-display-of-error-messages-on-the-request-page to master`); -report.push(`2021-04-23T09:43:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-15 feat: add ScrollTop element`); +report.push(`2021-04-23T09:43:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-15 feat(profile): add ScrollTop element`); report.push(`17 0 src/ts/helpers/ScrollTop.tsx`); report.push(`2 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(``); report.push(`2021-04-23T10:39:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #82 in SUIS/subo-frontend from feature/SUBO-15-Add-ScrollTop-element to master`); -report.push(`2021-04-23T13:08:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-202 fix: recolor ButtonGroup component`); +report.push(`2021-04-23T13:08:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-202 fix(OIR): recolor ButtonGroup component`); report.push(`4 0 src/ts/components/JsonSchema/styles/radio.scss`); report.push(``); report.push(`2021-04-26T09:16:17+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #83 in SUIS/subo-frontend from bugfix/SUBO-202-recolor-ButtonGroup-component to master`); @@ -5459,7 +5459,7 @@ report.push(`0 1 src/ts/components/Title/index.scss`); report.push(`12 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`4 0 src/ts/pages/AccessRequest/index.scss`); report.push(``); -report.push(`2021-04-26T13:24:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-242 fix: fix Title component styles`); +report.push(`2021-04-26T13:24:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-242 fix(OIR): fix Title component styles`); report.push(`1 0 src/ts/components/Title/index.scss`); report.push(``); report.push(`2021-04-27T09:19:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #84 in SUIS/subo-frontend from feature/SUBO-242-refactor-FileUploader-component to master`); @@ -5528,12 +5528,12 @@ report.push(`38 0 src/ts/pages/AccessRequest/styles/help.scss`); report.push(`30 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`32 0 src/ts/pages/AccessRequest/styles/success.scss`); report.push(``); -report.push(`2021-04-29T15:30:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix: fix callback condition logic`); +report.push(`2021-04-29T15:30:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix(AIS): fix callback condition logic`); report.push(`1 1 src/ts/components/JsonSchema/helpers/validation.ts`); report.push(`7 4 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2021-04-29T15:58:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #90 in ACRQ/acrq-frontend from feature/SUBO-252-Change-validation-for-Form to master`); -report.push(`2021-04-29T16:52:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix: solve merge conflicts`); +report.push(`2021-04-29T16:52:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix(AIS): solve merge conflicts`); report.push(`1 5 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`10 7 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`10 7 src/ts/components/JsonSchema/components/widgets/Select.tsx`); @@ -5549,7 +5549,7 @@ report.push(`38 0 src/ts/pages/AccessRequest/styles/help.scss`); report.push(`30 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`32 0 src/ts/pages/AccessRequest/styles/success.scss`); report.push(``); -report.push(`2021-04-29T16:55:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix: solve merge conflicts`); +report.push(`2021-04-29T16:55:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 fix(AIS): solve merge conflicts`); report.push(`2021-04-29T17:18:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #89 in ACRQ/acrq-frontend from feature/SUBO-251-add-validation-via-callback-functions to master`); report.push(`2021-04-30T12:09:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-268 fix: delete validation from interfaces and remove old http.mock`); report.push(`4 4 src/ts/helpers/HttpClient.test.ts`); @@ -5637,7 +5637,7 @@ report.push(`6 0 src/ts/pages/News/styles/index.scss`); report.push(`45 0 src/ts/pages/News/styles/popular.scss`); report.push(`18 0 src/ts/pages/News/styles/wrapper.scss`); report.push(``); -report.push(`2021-05-05T12:03:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-271 fix: add semantic markup`); +report.push(`2021-05-05T12:03:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-271 fix(AIS): add semantic markup`); report.push(`2 1 src/ts/pages/News/api.mock.cjs`); report.push(`34 11 src/ts/pages/News/components/OneNews.tsx`); report.push(`4 1 src/ts/pages/News/styles/item.scss`); @@ -5722,7 +5722,7 @@ report.push(`1 1 src/ts/components/More/index.tsx`); report.push(`0 5 src/ts/pages/News/styles/popular.scss`); report.push(``); report.push(`2021-05-07T11:04:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #102 in ACRQ/acrq-frontend from feature/SUBO-278-Create-Buttons-snippet to master`); -report.push(`2021-05-07T12:30:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-295 feat: replace custom icons with icons from ADMIRAL`); +report.push(`2021-05-07T12:30:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-295 feat(profile): replace custom icons with icons from ADMIRAL`); report.push(`7 7 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2021-05-07T13:34:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-295 fix: fix user profile icon/photo size`); @@ -5731,7 +5731,7 @@ report.push(`4 4 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`7 7 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2021-05-11T16:53:56+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #103 in ACRQ/acrq-frontend from feature/SUBO-295-replace-custom-icons-with-icons-from-ADMIRAL to master`); -report.push(`2021-05-13T11:37:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 feat: add pagination to News page`); +report.push(`2021-05-13T11:37:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 feat(profile): add pagination to News page`); report.push(`34 0 src/ts/components/DataLoader/index.scss`); report.push(`192 0 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`8 1 src/ts/components/DataLoader/store/index.ts`); @@ -5776,7 +5776,7 @@ report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(``); report.push(`2021-05-13T16:13:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #105 in ACRQ/acrq-frontend from SUBO-300-Add-new-view-for-catalogue to master`); report.push(`2021-05-13T16:29:44+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #104 in ACRQ/acrq-frontend from feature/SUBO-305-add-pagination-to-News-page to master`); -report.push(`2021-05-14T09:25:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: change style for catalogue header`); +report.push(`2021-05-14T09:25:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): change style for catalogue header`); report.push(`15 4 src/ts/pages/Catalogue/index.tsx`); report.push(`23 0 src/ts/snippets/HeaderLight/index.scss`); report.push(`44 5 src/ts/snippets/HeaderLight/index.tsx`); @@ -5812,7 +5812,7 @@ report.push(`2021-05-14T09:39:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); report.push(`2021-05-14T10:29:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #107 in ACRQ/acrq-frontend from bugfix/SUBO-236-Change-style-for-catalog-header to master`); -report.push(`2021-05-14T11:37:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: fix style for breadcrumbs`); +report.push(`2021-05-14T11:37:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): fix style for breadcrumbs`); report.push(`0 16 src/ts/pages/Catalogue/components/Categories.tsx`); report.push(`13 1 src/ts/pages/Catalogue/index.tsx`); report.push(`1 4 src/ts/pages/MainPage/index.tsx`); @@ -5820,7 +5820,7 @@ report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(`8 0 src/ts/snippets/HeaderLight/index.scss`); report.push(`23 2 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2021-05-14T13:25:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: add icons for catalogue`); +report.push(`2021-05-14T13:25:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): add icons for catalogue`); report.push(`5 0 src/assets/catalogue-icons/CustomerService.svg`); report.push(`4 0 src/assets/catalogue-icons/InformationTechnology.svg`); report.push(`3 0 src/assets/catalogue-icons/MachineryAndEquipment.svg`); @@ -5851,12 +5851,12 @@ report.push(`1 1 src/ts/pages/MainPage/styles/task.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/index.scss`); report.push(``); report.push(`2021-05-16T11:56:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #108 in ACRQ/acrq-frontend from bugfix/SUBO-236-Fix-style-and-add-animation to master`); -report.push(`2021-05-16T12:04:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-301 fix: fix icon type and delete max-width property of catalogue-page-banners`); +report.push(`2021-05-16T12:04:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-301 fix(AIS): fix icon type and delete max-width property of catalogue-page-banners`); report.push(`1 1 src/ts/pages/Catalogue/components/banners/BannerSmall.tsx`); report.push(`0 1 src/ts/pages/Catalogue/styles/banners.scss`); report.push(``); report.push(`2021-05-17T09:18:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #109 in ACRQ/acrq-frontend from feature/SUBO-301-re-layout-the-Catalog-page-banners to master`); -report.push(`2021-05-17T12:47:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: add preload catalogue tree`); +report.push(`2021-05-17T12:47:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): add preload catalogue tree`); report.push(`3 3 src/setupProxy.js`); report.push(`30 15 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`19 29 src/ts/pages/Catalogue/components/Categories.tsx`); @@ -5868,10 +5868,10 @@ report.push(`43 0 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(`29 9 src/ts/pages/Catalogue/index.tsx`); report.push(`1 0 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2021-05-17T12:49:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: add preload catalogue tree`); +report.push(`2021-05-17T12:49:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): add preload catalogue tree`); report.push(`3 3 src/setupProxy.js`); report.push(``); -report.push(`2021-05-17T13:57:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: add accordion for catalogue sidebar`); +report.push(`2021-05-17T13:57:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): add accordion for catalogue sidebar`); report.push(`20 5 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`5 0 src/ts/pages/Catalogue/styles/categories.scss`); report.push(``); @@ -5897,7 +5897,7 @@ report.push(``); report.push(`2021-05-17T18:16:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-314 fix: togglePage function`); report.push(`1 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-05-18T07:51:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat: change count sub categories in banner`); +report.push(`2021-05-18T07:51:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 feat(Excel): change count sub categories in banner`); report.push(`3 2 src/ts/pages/Catalogue/components/banners/BannersList.tsx`); report.push(`1 1 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(``); @@ -6000,7 +6000,7 @@ report.push(``); report.push(`2021-05-18T22:51:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-315 fix: return Banners slider to News page`); report.push(`7 7 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-18T23:40:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix: correct Breadcrumbs component`); +report.push(`2021-05-18T23:40:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix(OIR): correct Breadcrumbs component`); report.push(`3 1 src/ts/pages/AccessRequest/index.tsx`); report.push(`6 1 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`4 0 src/ts/snippets/HeaderLight/index.scss`); @@ -6014,7 +6014,7 @@ report.push(`88 28 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(`105 8 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-05-19T12:45:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #124 in ACRQ/acrq-frontend from feature/SUBO-303-Add-aprove-block to master`); -report.push(`2021-05-19T17:24:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix: fix test for More component and create other tests`); +report.push(`2021-05-19T17:24:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix(OIR): fix test for More component and create other tests`); report.push(`5 5 README.md`); report.push(`2 1 package.json`); report.push(`0 0 src/assets/images/{mack-book-pro.svg => macbook.svg}`); @@ -6028,11 +6028,11 @@ report.push(`1 1 src/ts/pages/MainPage/api.mock.cjs`); report.push(`1 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`1 1 src/ts/pages/MainPage/styles/favorite.scss`); report.push(``); -report.push(`2021-05-19T17:41:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix: delete link test for Banners component`); +report.push(`2021-05-19T17:41:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix(OIR): delete link test for Banners component`); report.push(`3 1 src/ts/components/Banners/banner.tsx`); report.push(`0 16 src/ts/components/Banners/index.test.tsx`); report.push(``); -report.push(`2021-05-19T17:45:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix: fix formatting`); +report.push(`2021-05-19T17:45:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-312 fix(OIR): fix formatting`); report.push(`10 11 src/ts/components/Banners/banner.tsx`); report.push(``); report.push(`2021-05-20T09:18:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #125 in ACRQ/acrq-frontend from bugfix/SUBO-312-fix-test-for-More-component to master`); @@ -6089,7 +6089,7 @@ report.push(`2021-05-20T14:40:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge p report.push(`2021-05-20T16:07:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-304 fix: remove keyDownEvvent, fix eslint style`); report.push(`0 1 src/ts/pages/Catalogue/components/line/CategoryDetailsItem.tsx`); report.push(``); -report.push(`2021-05-20T17:51:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-302 fix: correct the Reconciliation page`); +report.push(`2021-05-20T17:51:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-302 fix(OIR): correct the Reconciliation page`); report.push(`3 0 src/assets/images/download-arrow.svg`); report.push(`1 1 src/ts/components/Image/index.tsx`); report.push(`0 1 src/ts/pages/Catalogue/components/line/CategoryDetailsItem.tsx`); @@ -6102,7 +6102,7 @@ report.push(`6 8 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-05-20T17:52:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #131 in ACRQ/acrq-frontend from bugfix/SUBO-304-Remove-keyDownEvent to master`); report.push(`2021-05-20T17:53:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-302-correct-the-Reconciliation-page`); -report.push(`2021-05-21T09:42:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-302 fix: correct src path for Image component`); +report.push(`2021-05-21T09:42:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-302 fix(OIR): correct src path for Image component`); report.push(`1 1 src/ts/components/Image/index.tsx`); report.push(``); report.push(`2021-05-21T09:47:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #132 in ACRQ/acrq-frontend from bugfix/SUBO-302-correct-the-Reconciliation-page to master`); @@ -6174,30 +6174,30 @@ report.push(`2021-05-21T21:55:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 fix: report.push(`29 29 src/setupProxy.js`); report.push(``); report.push(`2021-05-24T09:38:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #137 in ACRQ/acrq-frontend from bugfix/SUBO-358-Change-proxy-for-pages to master`); -report.push(`2021-05-24T10:08:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (1)`); +report.push(`2021-05-24T10:08:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (1)`); report.push(`6 1 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2021-05-24T10:10:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (2)`); +report.push(`2021-05-24T10:10:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (2)`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-05-24T10:14:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (3)`); +report.push(`2021-05-24T10:14:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (3)`); report.push(`3 0 src/assets/custom-ui-kit/TuneSolid.svg`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2021-05-24T11:06:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (6)`); +report.push(`2021-05-24T11:06:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (6)`); report.push(`119 0 src/assets/images/NothingFoundFavorite.svg`); report.push(`1 0 src/ts/components/Image/index.tsx`); report.push(`1 1 src/ts/components/NothingFound/index.scss`); report.push(`10 6 src/ts/components/NothingFound/index.tsx`); report.push(`3 1 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(``); -report.push(`2021-05-24T11:07:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (6)`); +report.push(`2021-05-24T11:07:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (6)`); report.push(`0 1 src/ts/components/NothingFound/index.tsx`); report.push(``); -report.push(`2021-05-24T11:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: comment Catalogue (9)`); +report.push(`2021-05-24T11:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): comment Catalogue (9)`); report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-05-24T11:50:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: change style for catalogue (10, 11)`); +report.push(`2021-05-24T11:50:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): change style for catalogue (10, 11)`); report.push(`0 1 src/ts/components/Image/index.tsx`); report.push(`5 0 src/ts/interfaces/Pagination.ts`); report.push(`3 3 src/ts/pages/Catalogue/api.ts`); @@ -6209,13 +6209,13 @@ report.push(`2 2 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(`2 0 src/ts/pages/Catalogue/styles/categories.scss`); report.push(`4 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-05-24T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: change style for catalogue (8)`); +report.push(`2021-05-24T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): change style for catalogue (8)`); report.push(`4 1 src/ts/pages/Catalogue/components/banners/BannerBig.tsx`); report.push(`4 1 src/ts/pages/Catalogue/components/banners/BannerSmall.tsx`); report.push(`2 0 src/ts/pages/Catalogue/components/banners/BannersList.tsx`); report.push(`0 1 src/ts/pages/Catalogue/styles/banner.scss`); report.push(``); -report.push(`2021-05-24T12:14:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix Sidebar (1, 2, 6)`); +report.push(`2021-05-24T12:14:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix Sidebar (1, 2, 6)`); report.push(`2 4 src/assets/custom-ui-kit/FolderSolid.svg`); report.push(`2 4 src/assets/custom-ui-kit/HelpSolid.svg`); report.push(`2 4 src/assets/custom-ui-kit/HomeSolid.svg`); @@ -6227,37 +6227,37 @@ report.push(`3 0 src/assets/custom-ui-kit/TreatmentsSolid.svg`); report.push(`6 0 src/assets/images/main-logo.svg`); report.push(`18 11 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-05-24T12:48:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix Sidebar (4, 5)`); +report.push(`2021-05-24T12:48:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix Sidebar (4, 5)`); report.push(`11 11 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2021-05-24T12:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: bug with buttons (8)`); +report.push(`2021-05-24T12:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): bug with buttons (8)`); report.push(`2 3 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`3 1 src/ts/pages/Catalogue/index.tsx`); report.push(`6 1 src/ts/pages/News/index.tsx`); report.push(`6 12 src/ts/snippets/Buttons/index.tsx`); report.push(``); report.push(`2021-05-24T13:00:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #139 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-style-for-sidebar to master`); -report.push(`2021-05-24T13:13:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix comment Catalogue (2)`); +report.push(`2021-05-24T13:13:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix comment Catalogue (2)`); report.push(`1 1 src/ts/snippets/Header/styles/search.scss`); report.push(``); report.push(`2021-05-24T13:14:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #138 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-style-for-catalogue to master`); -report.push(`2021-05-24T13:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix user name in the Header`); +report.push(`2021-05-24T13:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix user name in the Header`); report.push(`2 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-05-24T13:22:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for catalogue (5, NotFound in favorites)`); +report.push(`2021-05-24T13:22:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for catalogue (5, NotFound in favorites)`); report.push(`5 2 src/ts/components/DataLoader/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/styles/index.scss`); report.push(``); report.push(`2021-05-24T13:24:13+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #141 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-user-name-in-the-Header to master`); -report.push(`2021-05-24T13:33:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for catalogue (4)`); +report.push(`2021-05-24T13:33:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for catalogue (4)`); report.push(`1 1 src/ts/pages/Catalogue/styles/banners.scss`); report.push(``); report.push(`2021-05-24T13:35:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #140 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-style-for-catalogue-(step-2) to master`); -report.push(`2021-05-24T13:38:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: rename portal`); +report.push(`2021-05-24T13:38:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): rename portal`); report.push(`35 35 public/index.html`); report.push(``); report.push(`2021-05-24T14:11:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #142 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-style-for-catalogue-step-3 to master`); -report.push(`2021-05-24T14:38:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for request (1)`); +report.push(`2021-05-24T14:38:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for request (1)`); report.push(`1 1 src/ts/interfaces/AccessRequest.ts`); report.push(`3 3 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(`171 176 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -6266,41 +6266,41 @@ report.push(`1 1 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`19 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`10 10 src/ts/pages/Catalogue/api.mock.cjs`); report.push(``); -report.push(`2021-05-24T16:00:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for requests (1)`); +report.push(`2021-05-24T16:00:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for requests (1)`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`23 7 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`19 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(``); -report.push(`2021-05-24T16:01:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: URL for swagger`); +report.push(`2021-05-24T16:01:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): URL for swagger`); report.push(`1 1 nginx.conf`); report.push(`0 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-05-24T16:14:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for helper`); +report.push(`2021-05-24T16:14:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for helper`); report.push(`1 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`4 4 src/ts/pages/AccessRequest/styles/help.scss`); report.push(`8 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(``); -report.push(`2021-05-24T16:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix comment Main (1, 2)`); +report.push(`2021-05-24T16:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix comment Main (1, 2)`); report.push(`17 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`17 1 src/ts/pages/MainPage/styles/favorite.scss`); report.push(``); -report.push(`2021-05-24T16:15:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: style for helper`); +report.push(`2021-05-24T16:15:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): style for helper`); report.push(`0 1 src/ts/pages/AccessRequest/index.tsx`); report.push(``); -report.push(`2021-05-24T16:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix comment Main (3, 4)`); +report.push(`2021-05-24T16:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix comment Main (3, 4)`); report.push(`1 0 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`1 0 src/ts/pages/MainPage/styles/favorite.scss`); report.push(``); report.push(`2021-05-24T16:25:53+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #144 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-styles-for-Main to master`); report.push(`2021-05-24T16:26:28+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #143 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-style-for-request to master`); -report.push(`2021-05-24T16:40:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix Sidebar item line-height`); +report.push(`2021-05-24T16:40:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix Sidebar item line-height`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-05-24T16:51:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: replace path to Reconciliations page`); +report.push(`2021-05-24T16:51:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): replace path to Reconciliations page`); report.push(`4 4 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2021-05-24T16:51:51+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #145 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-Sidebar-item-line-height to master`); -report.push(`2021-05-24T16:52:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix link name for Treatments page`); +report.push(`2021-05-24T16:52:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix link name for Treatments page`); report.push(`2 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2021-05-24T17:14:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 feat: add SM service in Nginx`); @@ -6325,7 +6325,7 @@ report.push(`158 0 src/ts/pages/Treatments/TreatmentsListItem.tsx`); report.push(`61 0 src/ts/pages/Treatments/index.tsx`); report.push(``); report.push(`2021-05-24T21:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #147 in ACRQ/acrq-frontend from feature/SUBO-292-add-request-statuses-to-Reconciliation-page to master`); -report.push(`2021-05-24T22:49:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: add hacks for demo`); +report.push(`2021-05-24T22:49:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): add hacks for demo`); report.push(`10 6 src/setupProxy.js`); report.push(`1 0 src/ts/interfaces/Category.ts`); report.push(`1 1 src/ts/interfaces/News.ts`); @@ -6349,30 +6349,30 @@ report.push(`15 7 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(`6 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-05-24T22:51:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #149 in ACRQ/acrq-frontend from bugfix/SUBO-311-Add-TextArea-widget to master`); -report.push(`2021-05-24T22:54:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: merge with master`); -report.push(`2021-05-24T22:56:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: merge with master`); +report.push(`2021-05-24T22:54:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): merge with master`); +report.push(`2021-05-24T22:56:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): merge with master`); report.push(`3 2 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(``); -report.push(`2021-05-24T23:02:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: merge with master`); +report.push(`2021-05-24T23:02:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): merge with master`); report.push(`1 2 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(``); -report.push(`2021-05-24T23:20:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: merge with master`); +report.push(`2021-05-24T23:20:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): merge with master`); report.push(`4 2 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`23 6 src/ts/pages/AccessRequest/api.ts`); report.push(``); report.push(`2021-05-24T23:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #148 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-for-demo to master`); -report.push(`2021-05-25T10:37:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix comment News (1, 2)`); +report.push(`2021-05-25T10:37:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix comment News (1, 2)`); report.push(`99 0 src/assets/images/NothingFoundNewsFavorites.svg`); report.push(`24 2 src/ts/pages/News/index.tsx`); report.push(`5 0 src/ts/pages/News/styles/index.scss`); report.push(``); -report.push(`2021-05-25T10:55:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix Reconciliation and Treatments pages`); +report.push(`2021-05-25T10:55:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix Reconciliation and Treatments pages`); report.push(`3 3 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-05-25T11:20:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix favorites in News`); +report.push(`2021-05-25T11:20:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix favorites in News`); report.push(`1 1 src/ts/pages/News/styles/index.scss`); report.push(``); -report.push(`2021-05-25T11:27:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: update style for demo`); +report.push(`2021-05-25T11:27:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): update style for demo`); report.push(`2 2 src/ts/components/Title/index.tsx`); report.push(`23 1 src/ts/pages/AccessRequest/api.ts`); report.push(`5 45 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -6389,15 +6389,15 @@ report.push(``); report.push(`2021-05-25T11:28:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #152 in ACRQ/acrq-frontend from bugfix/SUBO-311-Fix-catalogue to master`); report.push(`2021-05-25T11:29:13+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #151 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-Reconciliation-page to master`); report.push(`2021-05-25T11:29:26+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #150 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-favorites-and-footer-in-the-News to master`); -report.push(`2021-05-25T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix Modal window in the AccessRequest page`); +report.push(`2021-05-25T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix Modal window in the AccessRequest page`); report.push(`2 3 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`17 0 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(``); -report.push(`2021-05-25T12:51:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix style for icon for add request to favorites`); +report.push(`2021-05-25T12:51:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix style for icon for add request to favorites`); report.push(`9 8 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`4 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(``); -report.push(`2021-05-25T13:16:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: add banners`); +report.push(`2021-05-25T13:16:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): add banners`); report.push(`72 0 src/assets/images/banners/Balans.svg`); report.push(`87 0 src/assets/images/banners/Help.svg`); report.push(`10241 0 src/assets/images/banners/IT.svg`); @@ -6410,7 +6410,7 @@ report.push(`1 1 src/ts/pages/Catalogue/styles/categories.scss`); report.push(``); report.push(`2021-05-25T13:17:20+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #153 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-AccessRequest-Modal-window to master`); report.push(`2021-05-25T13:18:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #154 in ACRQ/acrq-frontend from bugfix/SUBO-311-Add-banners to master`); -report.push(`2021-05-25T13:35:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix: change icons in banners`); +report.push(`2021-05-25T13:35:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 fix(AIS): change icons in banners`); report.push(`119 10214 src/assets/images/banners/IT.svg`); report.push(`0 67 src/assets/images/big-banner.svg`); report.push(`0 68 src/assets/images/small-banner.svg`); @@ -6418,11 +6418,11 @@ report.push(`2 2 src/ts/pages/Catalogue/components/banners/BannerBig.tsx`); report.push(`2 2 src/ts/pages/Catalogue/components/banners/BannerSmall.tsx`); report.push(``); report.push(`2021-05-25T13:38:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #155 in ACRQ/acrq-frontend from bugfix/SUBO-311-Change-icons-in-catalogue to master`); -report.push(`2021-05-25T17:29:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: correct margins for request in the Reconciliations page`); +report.push(`2021-05-25T17:29:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): correct margins for request in the Reconciliations page`); report.push(`31 6 src/ts/pages/Requests/styles/item.scss`); report.push(`4 1 src/ts/pages/Treatments/TreatmentsListItem.tsx`); report.push(``); -report.push(`2021-05-25T17:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix: fix css property order`); +report.push(`2021-05-25T17:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-311 fix(AIS): fix css property order`); report.push(`1 1 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-05-25T23:30:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #156 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-margins-for-request-in-the-Reconciliations-page to master`); @@ -6431,7 +6431,7 @@ report.push(`35 33 src/setupProxy.js`); report.push(`3 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`97 48 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-26T16:13:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-255 feat: Table 1 - layout the base of table`); +report.push(`2021-05-26T16:13:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-255 feat(profile): Table 1 - layout the base of table`); report.push(`2 1 src/setupProxy.js`); report.push(`36 0 src/ts/components/Table/components/TableBody.tsx`); report.push(`36 0 src/ts/components/Table/components/TableCell.tsx`); @@ -6446,7 +6446,7 @@ report.push(``); report.push(`2021-05-26T16:32:46+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #157 in ACRQ/acrq-frontend from feature/SUBO-255-table-1-layout-the-base-of-table to master`); report.push(`2021-05-26T16:35:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-368 fix: merge with develop`); report.push(`2021-05-26T17:01:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #158 in ACRQ/acrq-frontend from bugfix/SUBO-368-Fix-router-in-news to master`); -report.push(`2021-05-27T13:26:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-256 feat: Table 2 - add Column component and switching table view`); +report.push(`2021-05-27T13:26:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-256 feat(Excel): Table 2 - add Column component and switching table view`); report.push(`34 0 src/ts/components/Table/components/Column.tsx`); report.push(`11 0 src/ts/components/Table/helpers/TableColumn.ts`); report.push(`12 7 src/ts/components/Table/index.tsx`); @@ -6454,7 +6454,7 @@ report.push(`7 5 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`101 36 src/ts/pages/Requests/index.tsx`); report.push(`17 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-05-27T13:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-256 feat: Table 2 - add forEach to TableBody and correct some mistakes`); +report.push(`2021-05-27T13:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-256 feat(Excel): Table 2 - add forEach to TableBody and correct some mistakes`); report.push(`5 5 src/ts/components/Table/components/TableBody.tsx`); report.push(`3 3 src/ts/components/Table/components/Templates.tsx`); report.push(``); @@ -6503,7 +6503,7 @@ report.push(`4 3 src/ts/pages/Catalogue/components/categories/CategoryDetailsTre report.push(`1 1 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(``); report.push(`2021-05-31T10:27:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #160 in ACRQ/acrq-frontend from bugfix/SUBO-369-Refactoring-catalogue-tree to master`); -report.push(`2021-05-31T10:56:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: add notFound page`); +report.push(`2021-05-31T10:56:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): add notFound page`); report.push(`97 0 src/assets/images/NothingFoundPage.svg`); report.push(`2 1 src/ts/components/NothingFound/index.scss`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); @@ -6513,7 +6513,7 @@ report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`8 2 src/ts/pages/PageWrapper/index.tsx`); report.push(`1 1 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2021-05-31T10:58:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: add notFound page`); +report.push(`2021-05-31T10:58:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): add notFound page`); report.push(`8 5 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); @@ -6551,7 +6551,7 @@ report.push(``); report.push(`2021-05-31T15:01:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #162 in ACRQ/acrq-frontend from bugfix/SUBO-257-Refactor-icons to master`); report.push(`2021-05-31T15:25:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/SUBO-250-table-3-realize-the-logic-of-column-pinning' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-254-table-4-create-Settings-component`); report.push(`2021-05-31T16:26:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #163 in ACRQ/acrq-frontend from feature/SUBO-250-table-3-realize-the-logic-of-column-pinning to master`); -report.push(`2021-06-01T09:48:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: add new icons for catalogue`); +report.push(`2021-06-01T09:48:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): add new icons for catalogue`); report.push(`61 0 src/assets/catalogue-icons/InformationTechnologyColor.svg`); report.push(`26 14 src/assets/{images/ic-product-credit-2.svg => catalogue-icons/MachineryAndEquipmentColor.svg}`); report.push(`69 0 src/assets/catalogue-icons/ProcessSupportColor.svg`); @@ -6566,18 +6566,18 @@ report.push(`14 26 src/ts/pages/MainPage/index.tsx`); report.push(`2 2 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`2 2 src/ts/pages/MainPage/styles/hacks.scss`); report.push(``); -report.push(`2021-06-01T11:38:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: change color and icons for requests and categories`); +report.push(`2021-06-01T11:38:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): change color and icons for requests and categories`); report.push(`3 2 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`4 3 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`25 0 src/ts/pages/Catalogue/helpers/icons.ts`); report.push(`8 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-06-01T11:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: change color and icons for requests and categories`); +report.push(`2021-06-01T11:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): change color and icons for requests and categories`); report.push(`2 2 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); report.push(`2021-06-01T12:15:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #164 in ACRQ/acrq-frontend from feature/SUBO-257-Update-icons-fo-categories to master`); report.push(`2021-06-01T12:15:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #165 in ACRQ/acrq-frontend from feature/SUBO-257-Change-color-and-icons-for-requests to master`); -report.push(`2021-06-01T13:41:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-254 feat: Table-4 - create Settings component`); +report.push(`2021-06-01T13:41:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-254 feat(profile): Table-4 - create Settings component`); report.push(`4 0 src/assets/images/close.svg`); report.push(`3 0 src/assets/images/picker.svg`); report.push(`3 0 src/assets/images/search.svg`); @@ -6614,7 +6614,7 @@ report.push(`30 12 src/ts/components/Table/styles/settings.scss`); report.push(`0 9 src/ts/pages/Requests/index.tsx`); report.push(`1 1 src/ts/pages/Requests/styles/control.scss`); report.push(``); -report.push(`2021-06-02T09:28:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat: change style and icons by design`); +report.push(`2021-06-02T09:28:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 feat(traffic chart): change style and icons by design`); report.push(`18 0 src/assets/catalogue-icons/BalanceSheet.svg`); report.push(`14 0 src/assets/catalogue-icons/CalculationInformation.svg`); report.push(`15 0 src/assets/catalogue-icons/MonitoringCompliance.svg`); @@ -6626,7 +6626,7 @@ report.push(`9 9 src/ts/pages/MainPage/components/CatalogueItem.tsx`); report.push(``); report.push(`2021-06-02T09:37:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #168 in ACRQ/acrq-frontend from bugfix/SUBO-257-Change-style-and-icons-by-design to master`); report.push(`2021-06-02T11:47:52+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #167 in ACRQ/acrq-frontend from feature/SUBO-254-table-4-create-Settings-component to master`); -report.push(`2021-06-02T14:02:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat: add notifications page`); +report.push(`2021-06-02T14:02:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat(profile): add notifications page`); report.push(`2 0 src/setupProxy.js`); report.push(`22 5 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`9 1 src/ts/helpers/HttpMock.cjs`); @@ -6643,7 +6643,7 @@ report.push(`5 0 src/ts/pages/Notifications/styles/hacks.scss`); report.push(`14 0 src/ts/pages/Notifications/styles/index.scss`); report.push(`58 0 src/ts/pages/Notifications/styles/item.scss`); report.push(``); -report.push(`2021-06-02T14:13:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat: add notifications page`); +report.push(`2021-06-02T14:13:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat(profile): add notifications page`); report.push(`7 2 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(``); report.push(`2021-06-02T18:29:28+05:00>Victor Viktorovich>viktorovich@mail.com>Fix docker registry url`); @@ -6668,11 +6668,11 @@ report.push(`37 2 src/ts/pages/Requests/index.tsx`); report.push(``); report.push(`2021-06-02T18:53:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-372-table-5-implement-a-cell-with-menu-for-row-control`); report.push(`2021-06-03T09:40:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #171 in ACRQ/acrq-frontend from feature/SUBO-372-table-5-implement-a-cell-with-menu-for-row-control to master`); -report.push(`2021-06-03T10:14:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-372 fix: correct Overflow size`); +report.push(`2021-06-03T10:14:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-372 fix(OIR): correct Overflow size`); report.push(`1 1 src/ts/components/Table/components/Templates.tsx`); report.push(``); report.push(`2021-06-03T10:16:18+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #172 in ACRQ/acrq-frontend from feature/SUBO-372-table-5-implement-a-cell-with-menu-for-row-control to master`); -report.push(`2021-06-03T12:48:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat: add master checkbox, refator controll pannel`); +report.push(`2021-06-03T12:48:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-234 feat(profile): add master checkbox, refator controll pannel`); report.push(`2 0 src/setupProxy.js`); report.push(`6 0 src/ts/pages/Notifications/api.mock.cjs`); report.push(`5 2 src/ts/pages/Notifications/api.ts`); @@ -6722,18 +6722,18 @@ report.push(`4 1 src/ts/components/Table/helpers/TableColumn.ts`); report.push(`12 6 src/ts/components/Table/index.tsx`); report.push(`10 0 src/ts/components/Table/styles/hacks.scss`); report.push(``); -report.push(`2021-06-03T18:56:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix: correct key for li element in the Settings component`); +report.push(`2021-06-03T18:56:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix(AIS): correct key for li element in the Settings component`); report.push(`2 2 src/ts/components/Table/components/Settings.tsx`); report.push(``); -report.push(`2021-06-04T09:59:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix: replace UI Kit src and dist and correct Overflow menu props`); +report.push(`2021-06-04T09:59:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix(AIS): replace UI Kit src and dist and correct Overflow menu props`); report.push(`3 4 src/ts/components/Table/components/Templates.tsx`); report.push(``); -report.push(`2021-06-04T10:06:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix: correct file name for MasterCheckbox`); +report.push(`2021-06-04T10:06:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 fix(AIS): correct file name for MasterCheckbox`); report.push(`1 1 src/ts/components/Table/components/TableHead.tsx`); report.push(`0 0 src/ts/components/Table/components/{TableMasteCheckbox.tsx => TableMasterCheckbox.tsx}`); report.push(``); report.push(`2021-06-04T10:54:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #174 in ACRQ/acrq-frontend from feature/SUBO-371-table-6-realize-master-checkbox to master`); -report.push(`2021-06-04T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat: change style for Authorization page`); +report.push(`2021-06-04T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat(traffic chart): change style for Authorization page`); report.push(`11 5 README.md`); report.push(`- - src/assets/images/authorization.jpg`); report.push(`3 4 src/ts/components/Table/components/Templates.tsx`); @@ -6744,8 +6744,8 @@ report.push(`8 8 src/ts/pages/Authorization/index.tsx`); report.push(`6 0 src/ts/pages/Authorization/styles/hacks.scss`); report.push(`70 6 src/ts/pages/Authorization/styles/index.scss`); report.push(``); -report.push(`2021-06-04T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 fix: merge with master`); -report.push(`2021-06-04T13:47:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 fix: change style for first loading`); +report.push(`2021-06-04T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 fix(faq): merge with master`); +report.push(`2021-06-04T13:47:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 fix(faq): change style for first loading`); report.push(`1 0 src/ts/pages/Authorization/components/Loading.tsx`); report.push(`4 4 src/ts/pages/Authorization/index.tsx`); report.push(`6 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); @@ -6775,12 +6775,12 @@ report.push(`0 36 src/ts/pages/Requests/api.mock.cjs`); report.push(`0 3 src/ts/pages/Requests/api.ts`); report.push(`103 20 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-04T16:34:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat: add nginx config for new service`); +report.push(`2021-06-04T16:34:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat(traffic chart): add nginx config for new service`); report.push(`4 0 nginx.conf`); report.push(`1 1 package.json`); report.push(``); report.push(`2021-06-04T16:39:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #176 in ACRQ/acrq-frontend from feature/SUBO-347-Added-select-element-for-users-changes to master`); -report.push(`2021-06-07T09:10:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat: add tools for administrator`); +report.push(`2021-06-07T09:10:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat(traffic chart): add tools for administrator`); report.push(`3 3 src/setupProxy.js`); report.push(`1 0 src/ts/helpers/HttpClient.ts`); report.push(`7 0 src/ts/pages/Authorization/api.ts`); @@ -6797,14 +6797,14 @@ report.push(`6 4 src/ts/components/Table/index.scss`); report.push(`11 1 src/ts/components/Table/index.tsx`); report.push(`2 2 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-07T09:48:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat: add tools for administrator`); +report.push(`2021-06-07T09:48:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat(traffic chart): add tools for administrator`); report.push(`1 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(`20 5 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`4 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`0 1 src/ts/pages/Authorization/styles/form.scss`); report.push(`0 1 src/ts/pages/Authorization/styles/index.scss`); report.push(``); -report.push(`2021-06-07T09:59:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat: add tools for administrator`); +report.push(`2021-06-07T09:59:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-347 feat(traffic chart): add tools for administrator`); report.push(`2 2 src/ts/pages/Authorization/api.ts`); report.push(``); report.push(`2021-06-07T10:13:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #179 in ACRQ/acrq-frontend from feature/SUBO-347-Add-tools-for-adminostrator to master`); @@ -6925,7 +6925,7 @@ report.push(`5 0 src/ts/pages/Requests/api.ts`); report.push(`12 6 src/ts/pages/Requests/index.tsx`); report.push(``); report.push(`2021-06-09T17:27:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #185 in ACRQ/acrq-frontend from feature/SUBO-442-Create-custom-Select-element to master`); -report.push(`2021-06-09T18:12:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-392 fix: Table 7 - added hack for prevent error with null callback due to JSON.stringify()`); +report.push(`2021-06-09T18:12:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-392 fix(OIR): Table 7 - added hack for prevent error with null callback due to JSON.stringify()`); report.push(`5 3 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(``); report.push(`2021-06-10T09:19:26+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #186 in ACRQ/acrq-frontend from feature/SUBO-392-table-7-realize-sorting to master`); @@ -6944,7 +6944,7 @@ report.push(`39 6 src/ts/components/Select/index.tsx`); report.push(`1 5 src/ts/pages/AccessRequest/api.ts`); report.push(`4 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-06-10T17:04:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-444 feat: add search in Select element`); +report.push(`2021-06-10T17:04:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-444 feat(profile): add search in Select element`); report.push(`2 1 src/ts/components/DataLoader/index.tsx`); report.push(`0 3 src/ts/components/DataLoader/store/index.ts`); report.push(`6 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); @@ -6961,7 +6961,7 @@ report.push(`26 0 src/ts/components/Select/styles/index.scss`); report.push(`1 1 src/ts/interfaces/AccessRequest.ts`); report.push(`0 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-06-10T17:20:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-444 feat: add search in Select element`); +report.push(`2021-06-10T17:20:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-444 feat(profile): add search in Select element`); report.push(`1 1 src/ts/interfaces/AccessRequest.ts`); report.push(`1 3 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); @@ -6983,7 +6983,7 @@ report.push(`54 2 src/ts/components/Table/components/TableHead.tsx`); report.push(`22 4 src/ts/components/Table/index.scss`); report.push(`37 2 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-11T12:25:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-476 feat: add typograf for text on Approving page, refactor Approve list item`); +report.push(`2021-06-11T12:25:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-476 feat(Excel): add typograf for text on Approving page, refactor Approve list item`); report.push(`2 1 src/ts/components/Title/index.tsx`); report.push(`7 0 src/ts/helpers/formatter.ts`); report.push(`2 2 src/ts/pages/Requests/components/RequestsList.tsx`); @@ -7079,14 +7079,14 @@ report.push(`11 1 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`14 3 src/ts/pages/PageWrapper/index.tsx`); report.push(`14 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-06-15T14:06:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-461 fix: change request in admin panel for getUsers`); +report.push(`2021-06-15T14:06:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-461 fix(AIS): change request in admin panel for getUsers`); report.push(`1 1 src/setupProxy.js`); report.push(`4 2 src/ts/pages/Authorization/api.ts`); report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`4 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`3 2 src/ts/pages/Authorization/styles/tools.scss`); report.push(``); -report.push(`2021-06-15T14:27:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-394 feat: Table 9 - created drag-and-drop interface for table columns`); +report.push(`2021-06-15T14:27:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-394 feat(profile): Table 9 - created drag-and-drop interface for table columns`); report.push(`37 0 src/ts/components/Table/components/TableHead.tsx`); report.push(`29 0 src/ts/components/Table/index.tsx`); report.push(``); @@ -7142,7 +7142,7 @@ report.push(`2 0 src/ts/interfaces/AccessRequest.ts`); report.push(`8 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2021-06-16T12:07:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #195: SUBO-398 Integration with backend API for Request and Catalogue page`); -report.push(`2021-06-16T12:34:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-445 feat: add custom select items`); +report.push(`2021-06-16T12:34:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-445 feat(profile): add custom select items`); report.push(`6 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`7 0 src/ts/components/Select/components/list/Static.tsx`); @@ -7291,15 +7291,15 @@ report.push(`1 1 src/ts/pages/MainPage/components/FavoriteItem.tsx`); report.push(``); report.push(`2021-06-18T13:45:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #205: SUBO-453 feat: add road map for requests`); report.push(`2021-06-18T13:46:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #206: SUBO-383 fix: change style by comments from Designer pt. 1.1...4`); -report.push(`2021-06-18T16:05:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add terminolodgy store for Request status`); +report.push(`2021-06-18T16:05:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add terminolodgy store for Request status`); report.push(`3 0 src/ts/pages/Authorization/api.ts`); report.push(`2 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-06-18T16:08:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add terminolodgy store for Request status`); +report.push(`2021-06-18T16:08:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add terminolodgy store for Request status`); report.push(`10 0 src/ts/interfaces/RequestStatus.ts`); report.push(`32 0 src/ts/pages/Authorization/store/Terminology.ts`); report.push(``); -report.push(`2021-06-18T17:38:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 feat: created Help page ver.1`); +report.push(`2021-06-18T17:38:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 feat(Excel): created Help page ver.1`); report.push(`38 9 src/setupProxy.js`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`27 0 src/ts/pages/Help/api.mock.cjs`); @@ -7316,8 +7316,8 @@ report.push(`2021-06-18T17:58:10+03:00>Victor Viktorovich>viktorovich@mail.com>A report.push(`8 0 nginx.conf`); report.push(``); report.push(`2021-06-18T18:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #208: Add locations for camunda-service`); -report.push(`2021-06-18T18:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #207: SUBO-455 feat: add terminolodgy store for Request status`); -report.push(`2021-06-18T20:10:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: integration with backend API for actions`); +report.push(`2021-06-18T18:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #207: SUBO-455 feat(profile): add terminolodgy store for Request status`); +report.push(`2021-06-18T20:10:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): integration with backend API for actions`); report.push(`5 0 src/ts/interfaces/Request.ts`); report.push(`0 25 src/ts/interfaces/RequestForm.ts`); report.push(`0 29 src/ts/interfaces/RequestTemplate.ts`); @@ -7357,7 +7357,7 @@ report.push(`9 2 src/ts/pages/Treatments/TreatmentsList.tsx`); report.push(`9 23 src/ts/pages/Treatments/TreatmentsListItem.tsx`); report.push(`44 22 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-18T20:14:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: integration with backend API for actions`); +report.push(`2021-06-18T20:14:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): integration with backend API for actions`); report.push(`4 2 src/ts/pages/Requests/api.ts`); report.push(`3 2 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); @@ -7408,7 +7408,7 @@ report.push(`2021-06-19T11:34:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); report.push(`2021-06-19T11:40:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #210: SUBO-455 fix: change data in Select User`); -report.push(`2021-06-20T11:56:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-454 feat: add integration with backend API`); +report.push(`2021-06-20T11:56:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-454 feat(profile): add integration with backend API`); report.push(`3 0 src/ts/interfaces/Request.ts`); report.push(`1 0 src/ts/interfaces/Role.ts`); report.push(`1 4 src/ts/pages/AccessRequest/api.ts`); @@ -7421,8 +7421,8 @@ report.push(`60 0 src/ts/pages/Requests/components/item/Groups.tsx`); report.push(`26 0 src/ts/pages/Requests/components/item/Roles.tsx`); report.push(`3 4 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-06-20T12:08:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #211: SUBO-454 feat: add integration with backend API`); -report.push(`2021-06-20T19:46:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add actions from Backend`); +report.push(`2021-06-20T12:08:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #211: SUBO-454 feat(profile): add integration with backend API`); +report.push(`2021-06-20T19:46:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add actions from Backend`); report.push(`1 1 src/setupProxy.js`); report.push(`0 17 src/ts/interfaces/AccessRequest.ts`); report.push(`0 5 src/ts/interfaces/RequestAvailableActions.ts`); @@ -7475,7 +7475,7 @@ report.push(``); report.push(`2021-06-20T23:47:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 fix: corrected setupProxy`); report.push(`9 28 src/setupProxy.js`); report.push(``); -report.push(`2021-06-20T23:57:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add action from backend`); +report.push(`2021-06-20T23:57:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add action from backend`); report.push(`9 15 src/ts/components/Table/index.tsx`); report.push(`0 20 src/ts/interfaces/Request.ts`); report.push(`1 0 src/ts/interfaces/request/AvailableActions.ts`); @@ -7504,7 +7504,7 @@ report.push(``); report.push(`2021-06-21T00:00:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 fix: corrected styles`); report.push(`11 11 src/ts/pages/Help/index.scss`); report.push(``); -report.push(`2021-06-21T00:18:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add action from backend`); +report.push(`2021-06-21T00:18:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add action from backend`); report.push(`2 2 src/ts/interfaces/request/Status.ts`); report.push(`1 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`1 1 src/ts/pages/Requests/api.ts`); @@ -7513,9 +7513,9 @@ report.push(``); report.push(`2021-06-21T00:20:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 docs: put the comment`); report.push(`3 3 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2021-06-21T09:31:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #212: SUBO-455 feat: add actions from Backend`); +report.push(`2021-06-21T09:31:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #212: SUBO-455 feat(profile): add actions from Backend`); report.push(`2021-06-21T09:42:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #213: Feature/SUBO-456 add Help page`); -report.push(`2021-06-21T12:56:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat: add modal window for reject request`); +report.push(`2021-06-21T12:56:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 feat(profile): add modal window for reject request`); report.push(`29 13 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 3 src/ts/pages/Authorization/api.ts`); report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); @@ -7637,14 +7637,14 @@ report.push(`2021-06-22T11:22:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-38 report.push(`24 8 src/ts/pages/News/api.ts`); report.push(`1 25 src/ts/pages/News/components/NewsList.tsx`); report.push(``); -report.push(`2021-06-22T11:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-462 fix: change style by comments on Demo`); +report.push(`2021-06-22T11:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-462 fix(OIR): change style by comments on Demo`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`2 8 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`1 0 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`10 2 src/ts/pages/Requests/components/view/cards.tsx`); report.push(``); -report.push(`2021-06-22T11:31:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #222: SUBO-462 fix: change style by comments on Demo`); +report.push(`2021-06-22T11:31:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #222: SUBO-462 fix(OIR): change style by comments on Demo`); report.push(`2021-06-22T11:34:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #223: Bugfix/SUBO-383 fix style by comments from Designer`); report.push(`2021-06-24T12:25:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-514 fix: change logic in pagination and authorization for remove double request and Error in React`); report.push(`36 11 src/ts/components/DataLoader/index.tsx`); @@ -7659,7 +7659,7 @@ report.push(``); report.push(`2021-06-24T12:28:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-514 fix: change logic in pagination and authorization for remove double request and Error in React`); report.push(`1 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2021-06-24T14:28:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-446 feat: created LazyScroll component`); +report.push(`2021-06-24T14:28:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-446 feat(Excel): created LazyScroll component`); report.push(`55 0 src/ts/components/DataLoader/paginators/LazyScroll.tsx`); report.push(`5 0 src/ts/components/DataLoader/styles/index.scss`); report.push(`11 9 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -7686,12 +7686,12 @@ report.push(`2021-06-24T16:46:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2021-06-25T10:26:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-519 fix: change CSS select for UI Kit`); report.push(`1 1 src/ts/pages/Catalogue/index.tsx`); report.push(``); -report.push(`2021-06-25T13:18:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-447 feat: added calculation of Select menu placement`); +report.push(`2021-06-25T13:18:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-447 feat(traffic chart): added calculation of Select menu placement`); report.push(`5 2 src/ts/components/Select/components/list/index.tsx`); report.push(`23 5 src/ts/components/Select/index.tsx`); report.push(`5 0 src/ts/components/Select/styles/index.scss`); report.push(``); -report.push(`2021-06-25T14:07:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix: add auto validation for Form`); +report.push(`2021-06-25T14:07:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix(faq): add auto validation for Form`); report.push(`0 3 src/ts/components/DataLoader/store/index.ts`); report.push(`14 10 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`14 3 src/ts/components/JsonSchema/components/widgets/Date.tsx`); @@ -7705,18 +7705,18 @@ report.push(`55 51 src/ts/pages/Requests/components/ConfirmAction.tsx`); report.push(`8 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2021-06-25T14:34:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix: errors in console`); +report.push(`2021-06-25T14:34:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix(faq): errors in console`); report.push(`0 1 src/ts/pages/Requests/api.ts`); report.push(`4 1 src/ts/pages/Requests/components/item/Groups.tsx`); report.push(`4 1 src/ts/pages/Template/components/Groups.tsx`); report.push(``); -report.push(`2021-06-25T15:23:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-447 fix: fixed bug with non-calculated menu placement at the input clicking moment`); +report.push(`2021-06-25T15:23:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-447 fix(faq): fixed bug with non-calculated menu placement at the input clicking moment`); report.push(`3 0 src/ts/components/Select/components/value/Single.tsx`); report.push(`4 0 src/ts/components/Select/components/value/index.tsx`); report.push(`1 0 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-06-25T15:40:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #227: SUBO-447 feat: added calculation of Select menu placement`); -report.push(`2021-06-25T16:13:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix: validation in forms`); +report.push(`2021-06-25T15:40:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #227: SUBO-447 feat(traffic chart): added calculation of Select menu placement`); +report.push(`2021-06-25T16:13:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-517 fix(faq): validation in forms`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); @@ -7728,7 +7728,7 @@ report.push(`3 5 src/ts/components/Select/components/Search.tsx`); report.push(`1 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`1 2 src/ts/components/Select/styles/index.scss`); report.push(``); -report.push(`2021-06-28T11:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 feat: add Local search for Main page`); +report.push(`2021-06-28T11:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 feat(profile): add Local search for Main page`); report.push(`27 0 src/ts/helpers/search.ts`); report.push(`25 6 src/ts/snippets/Header/components/Search.tsx`); report.push(`148 0 src/ts/snippets/Header/helpers/search.ts`); @@ -7809,7 +7809,7 @@ report.push(`2021-06-30T14:52:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge b report.push(`2021-06-30T16:04:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-509 fix: corrected notification message`); report.push(`1 1 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2021-06-30T17:47:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix: add icons for Rquest status`); +report.push(`2021-06-30T17:47:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix(AIS): add icons for Rquest status`); report.push(`- - public/{ => assets/images/favicon}/apple-touch-icon-114x114.png`); report.push(`- - public/{ => assets/images/favicon}/apple-touch-icon-120x120.png`); report.push(`- - public/{ => assets/images/favicon}/apple-touch-icon-144x144.png`); @@ -7864,8 +7864,8 @@ report.push(`1 2 src/ts/pages/Template/index.tsx`); report.push(``); report.push(`2021-07-01T09:56:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #235: SUBO-509 feat: added ErrorBoundary component and unhandlerejection listener for async requests`); report.push(`2021-07-01T09:57:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #236: SUBO-515 fix: update default User in Template`); -report.push(`2021-07-01T10:14:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix: merge with develop`); -report.push(`2021-07-01T10:31:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix: add checking for empty URL`); +report.push(`2021-07-01T10:14:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix(AIS): merge with develop`); +report.push(`2021-07-01T10:31:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix(AIS): add checking for empty URL`); report.push(`1 1 src/ts/components/Image/index.tsx`); report.push(`7 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); @@ -7873,7 +7873,7 @@ report.push(`2021-07-01T10:39:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 feat report.push(`8 3 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`3 4 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); -report.push(`2021-07-01T10:44:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix: update tool position because Error alert blocked this`); +report.push(`2021-07-01T10:44:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 fix(AIS): update tool position because Error alert blocked this`); report.push(`1 1 src/ts/pages/Authorization/styles/tools.scss`); report.push(``); report.push(`2021-07-01T10:53:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #237: SUBO-511 Add icons for Requests status`); @@ -7893,7 +7893,7 @@ report.push(`1 1 src/ts/pages/News/styles/index.scss`); report.push(`1 1 src/ts/pages/Requests/styles/index.scss`); report.push(``); report.push(`2021-07-02T09:41:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #238: SUBO-515 Refactor and fix style by comments from Designer`); -report.push(`2021-07-02T10:25:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 feat: add validation for Group on RequestPage`); +report.push(`2021-07-02T10:25:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 feat(profile): add validation for Group on RequestPage`); report.push(`4 1 src/ts/interfaces/request/RequestNew.ts`); report.push(`19 15 src/ts/pages/Template/components/Template.tsx`); report.push(`1 18 src/ts/pages/Template/index.tsx`); @@ -7934,7 +7934,7 @@ report.push(`3 3 src/ts/pages/Requests/api.ts`); report.push(`7 0 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`26 15 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-07-02T13:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix: fixed setupProxy`); +report.push(`2021-07-02T13:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix(OIR): fixed setupProxy`); report.push(`2 2 src/setupProxy.js`); report.push(``); report.push(`2021-07-05T08:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #240: Bugfix/SUBO-452 table 11 bugs fixing and refactoring`); @@ -8014,17 +8014,17 @@ report.push(`2021-07-06T10:42:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: report.push(`3 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); report.push(`2021-07-06T11:01:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #246: SUBO-515 Refactor access groups pt 7`); -report.push(`2021-07-06T12:47:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix: corrected style for table`); +report.push(`2021-07-06T12:47:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix(OIR): corrected style for table`); report.push(`2 2 src/ts/components/Table/helpers/getColumnConfigs.ts`); report.push(`12 4 src/ts/components/Table/index.scss`); report.push(``); -report.push(`2021-07-06T12:48:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix: corrected style for table`); +report.push(`2021-07-06T12:48:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix(OIR): corrected style for table`); report.push(`2 2 src/ts/components/Table/index.scss`); report.push(``); -report.push(`2021-07-06T13:00:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix: fixed bug with columns visibility in the Settings`); +report.push(`2021-07-06T13:00:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix(OIR): fixed bug with columns visibility in the Settings`); report.push(`20 16 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-07-06T17:04:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix: fixed bug with localStorage`); +report.push(`2021-07-06T17:04:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 fix(OIR): fixed bug with localStorage`); report.push(`64 0 src/ts/components/Table/helpers/mergeObjects.ts`); report.push(`50 0 src/ts/components/Table/helpers/updateLocalStorage.ts`); report.push(`6 31 src/ts/components/Table/index.tsx`); @@ -8042,7 +8042,7 @@ report.push(`22 0 src/ts/pages/Search/components/TotalElements.tsx`); report.push(`75 0 src/ts/pages/Search/index.tsx`); report.push(`59 0 src/ts/pages/Search/styles/index.scss`); report.push(``); -report.push(`2021-07-07T18:35:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-235 feat: created the base of Profile page and added user info board`); +report.push(`2021-07-07T18:35:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-235 feat(profile): created the base of Profile page and added user info board`); report.push(`3 0 src/assets/images/profile/plus.svg`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -8062,7 +8062,7 @@ report.push(`9 0 src/ts/pages/Profile/view/List.tsx`); report.push(`9 0 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); report.push(`2021-07-07T19:06:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #248: SUBO-549 feat: add Search page`); -report.push(`2021-07-08T09:35:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #249: SUBO-235 feat: created the base of Profile page and added user info board`); +report.push(`2021-07-08T09:35:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #249: SUBO-235 feat(profile): created the base of Profile page and added user info board`); report.push(`2021-07-08T10:53:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-585 refactor: add DataLoader inside card, fix style by design`); report.push(`87 0 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`32 71 src/ts/pages/Requests/components/item/FullItem.tsx`); @@ -8077,10 +8077,10 @@ report.push(`1 1 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/ShortItem.tsx`); report.push(`1 0 src/ts/pages/Template/components/Groups.tsx`); report.push(``); -report.push(`2021-07-08T17:24:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat: add hidden token refresh`); +report.push(`2021-07-08T17:24:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat(Excel): add hidden token refresh`); report.push(`7 7 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-07-08T22:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-507 feat: created the list of accesses in the form of cards`); +report.push(`2021-07-08T22:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-507 feat(traffic chart): created the list of accesses in the form of cards`); report.push(`1 1 src/ts/helpers/HttpMock.ts`); report.push(`0 0 src/ts/pages/Profile/api.mock.cjs`); report.push(`34 0 src/ts/pages/Profile/api.ts`); @@ -8101,17 +8101,17 @@ report.push(`17 2 src/ts/pages/Profile/view/List.tsx`); report.push(`17 2 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); report.push(`2021-07-08T22:57:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #250: SUBO-585 Add DataLoader inside card, fix style by comments from Design`); -report.push(`2021-07-08T23:17:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-507 fix: added PlusSolid icon form Admiral`); +report.push(`2021-07-08T23:17:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-507 fix(faq): added PlusSolid icon form Admiral`); report.push(`4 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`5 2 src/ts/pages/Profile/styles/board.scss`); report.push(``); report.push(`2021-07-09T08:48:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #251: Feature/SUBO-507 layout the list of accesses in the form of cards`); -report.push(`2021-07-09T09:17:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat: add hidden token refresh`); +report.push(`2021-07-09T09:17:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat(Excel): add hidden token refresh`); report.push(`65 21 src/ts/helpers/HttpClient.ts`); report.push(`2 2 src/ts/pages/Authorization/api.ts`); report.push(`15 10 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-07-09T09:20:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat: add hidden token refresh`); +report.push(`2021-07-09T09:20:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-586 feat(Excel): add hidden token refresh`); report.push(`9 11 src/ts/helpers/HttpClient.ts`); report.push(``); report.push(`2021-07-09T09:33:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #252: SUBO-586 Add hidden token refresh`); @@ -8124,7 +8124,7 @@ report.push(`76 0 src/ts/pages/Requests/components/modal/Feedback.tsx`); report.push(`8 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`6 3 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-09T16:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 feat: added the cards tile view, control panel, fixed comments from previous PR`); +report.push(`2021-07-09T16:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 feat(Excel): added the cards tile view, control panel, fixed comments from previous PR`); report.push(`11 10 src/ts/components/Table/helpers/updateLocalStorage.ts`); report.push(`1 1 src/ts/helpers/HttpMock.ts`); report.push(`11 3 src/ts/pages/Profile/api.ts`); @@ -8147,8 +8147,8 @@ report.push(`4 4 src/ts/pages/Profile/view/Tile.tsx`); report.push(`1 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); report.push(`2021-07-09T17:04:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #253: SUBO-550 feat: add modal view for feedback`); -report.push(`2021-07-12T09:49:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #254: SUBO-506 feat: added the cards tile view, control panel, fixed comments from previous PR`); -report.push(`2021-07-12T14:10:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 feat: added modal window for tile view of accesses`); +report.push(`2021-07-12T09:49:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #254: SUBO-506 feat(Excel): added the cards tile view, control panel, fixed comments from previous PR`); +report.push(`2021-07-12T14:10:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 feat(Excel): added modal window for tile view of accesses`); report.push(`7 1 src/ts/pages/Profile/components/Main.tsx`); report.push(`83 0 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(`11 4 src/ts/pages/Profile/components/ShortCard.tsx`); @@ -8160,28 +8160,28 @@ report.push(`2021-07-12T14:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-50 report.push(`2 2 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(``); report.push(`2021-07-12T14:32:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #255: Feature/SUBO-506 add modal window and refactor`); -report.push(`2021-07-12T15:34:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T15:34:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`82 43 package-lock.json`); report.push(`2 1 package.json`); report.push(`3 0 src/index.tsx`); report.push(`48 43 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2021-07-12T15:43:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T15:43:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T15:52:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T15:52:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T16:07:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T16:07:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T16:13:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T16:13:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T16:44:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T16:44:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`2 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T16:49:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat: add new UI Kit in project`); +report.push(`2021-07-12T16:49:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 feat(Excel): add new UI Kit in project`); report.push(`1 1 Dockerfile`); report.push(``); report.push(`2021-07-12T17:35:14+03:00>Lee Key777>lee@mail.ch>add token for auth nexus`); @@ -8352,11 +8352,11 @@ report.push(`45 0 src/ts/components/Table/styles/info.scss`); report.push(`0 2 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); report.push(`2021-07-15T13:20:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #264: Feature/SUBO-550 Add component Rating, integration with backend for Feedback`); -report.push(`2021-07-15T14:24:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-542 fix: corrected eye icon`); +report.push(`2021-07-15T14:24:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-542 fix(OIR): corrected eye icon`); report.push(`1 1 src/ts/components/Table/components/templates/CellButton.tsx`); report.push(``); report.push(`2021-07-15T16:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #265: SUBO-542 feat: added the ability to expand rows`); -report.push(`2021-07-16T09:21:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add integration with backend for Roadmap`); +report.push(`2021-07-16T09:21:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add integration with backend for Roadmap`); report.push(`0 51 src/ts/components/RequestStatus/index.tsx`); report.push(`0 1 src/ts/components/index.scss`); report.push(`8 7 src/ts/interfaces/request/RoadMap.ts`); @@ -8380,14 +8380,14 @@ report.push(`8 67 src/ts/{pages/Requests => snippets/RequestStatus}/styles/roadm report.push(`17 3 src/ts/{components/RequestStatus/index.scss => snippets/RequestStatus/styles/title.scss}`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2021-07-16T09:34:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add integration with backend for Roadmap`); +report.push(`2021-07-16T09:34:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add integration with backend for Roadmap`); report.push(`19 13 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`0 5 src/ts/pages/Requests/components/item/Header.tsx`); report.push(`12 6 src/ts/pages/Requests/components/item/ShortItem.tsx`); report.push(`12 7 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-07-16T09:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #266: SUBO-555 feat: add integration with backend for Roadmap`); -report.push(`2021-07-16T10:01:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add integration with backend for RoadMap (2)`); +report.push(`2021-07-16T09:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #266: SUBO-555 feat(profile): add integration with backend for Roadmap`); +report.push(`2021-07-16T10:01:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add integration with backend for RoadMap (2)`); report.push(`1 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-07-16T11:58:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-630 feat: created filter panel in the requests pages`); @@ -8402,7 +8402,7 @@ report.push(``); report.push(`2021-07-16T12:07:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-630 fix: added style variable`); report.push(`11 10 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); -report.push(`2021-07-16T12:08:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add send Email`); +report.push(`2021-07-16T12:08:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add send Email`); report.push(`0 1 src/ts/interfaces/request/RequestMedium.ts`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`3 2 src/ts/interfaces/request/RoadMap.ts`); @@ -8422,14 +8422,14 @@ report.push(`9 0 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); report.push(`2021-07-16T12:10:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #267: Feature/SUBO-630 layout filter window for requests pages`); report.push(`2021-07-16T12:13:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #268: SUBO-555 Fix layout for RoadMap, add send Email`); -report.push(`2021-07-16T12:53:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: change style for RoadMap`); +report.push(`2021-07-16T12:53:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): change style for RoadMap`); report.push(`4 5 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Title.tsx`); report.push(`44 18 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-07-16T14:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #269: SUBO-555 feat: change style for RoadMap`); -report.push(`2021-07-18T21:12:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add hacks for RoadMap`); +report.push(`2021-07-16T14:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #269: SUBO-555 feat(profile): change style for RoadMap`); +report.push(`2021-07-18T21:12:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add hacks for RoadMap`); report.push(`6 6 public/assets/images/status/adjustment.svg`); report.push(`3 3 public/assets/images/status/approval.svg`); report.push(`2 2 public/assets/images/status/canceled.svg`); @@ -8470,7 +8470,7 @@ report.push(`15 5 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`6 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(`6 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-07-18T21:21:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat: add hacks for RoadMap`); +report.push(`2021-07-18T21:21:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-555 feat(profile): add hacks for RoadMap`); report.push(`0 1 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-07-18T23:09:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change task board on Main page (3.1, 3.2)`); @@ -8588,7 +8588,7 @@ report.push(`2021-07-20T10:33:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: report.push(`11 9 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(``); report.push(`2021-07-20T10:35:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #278: SUBO-609 add solution comment for Request, change icon for Draft status, fix style by comments on demo`); -report.push(`2021-07-21T11:48:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-655 feat: add ids for Roadmap for tests`); +report.push(`2021-07-21T11:48:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-655 feat(profile): add ids for Roadmap for tests`); report.push(`4 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/components/List.tsx`); @@ -8599,15 +8599,15 @@ report.push(`9 3 src/ts/snippets/RequestStatus/components/roadmap/RoadMap.tsx`); report.push(`13 3 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`17 4 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2021-07-21T12:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-651 fix: fixed Help page`); +report.push(`2021-07-21T12:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-651 fix(AIS): fixed Help page`); report.push(`9 36 src/ts/pages/Help/components/TabContent.tsx`); report.push(`49 0 src/ts/pages/Help/helpers/getMockData.ts`); report.push(`19 13 src/ts/pages/Help/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-07-21T12:06:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #279: SUBO-655 feat: add ids for Roadmap for tests`); -report.push(`2021-07-21T12:26:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #280: SUBO-651 fix: fixed Help page`); -report.push(`2021-07-21T13:41:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-657 feat: add group aproval for requests`); +report.push(`2021-07-21T12:06:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #279: SUBO-655 feat(profile): add ids for Roadmap for tests`); +report.push(`2021-07-21T12:26:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #280: SUBO-651 fix(AIS): fixed Help page`); +report.push(`2021-07-21T13:41:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-657 feat(traffic chart): add group aproval for requests`); report.push(`0 1 src/ts/components/Table/components/MasterCheckbox.tsx`); report.push(`8 22 src/ts/components/Table/components/templates/CellCheckbox.tsx`); report.push(`21 23 src/ts/components/Table/index.tsx`); @@ -8616,14 +8616,14 @@ report.push(`24 8 src/ts/pages/Reconciliations/index.tsx`); report.push(`3 3 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`7 3 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-07-21T13:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #281: SUBO-657 feat: add group aproval for requests`); -report.push(`2021-07-21T14:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-652 fix: corrected news api for mocks`); +report.push(`2021-07-21T13:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #281: SUBO-657 feat(traffic chart): add group aproval for requests`); +report.push(`2021-07-21T14:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-652 fix(OIR): corrected news api for mocks`); report.push(`41 40 src/ts/pages/News/api.ts`); report.push(`2 2 src/ts/pages/News/components/NewsListLoader.tsx`); report.push(`7 1 src/ts/pages/News/styles/index.scss`); report.push(``); -report.push(`2021-07-21T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #282: SUBO-652 fix: corrected news api for mocks`); -report.push(`2021-07-22T09:58:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-657 feat: add group aproval for requests`); +report.push(`2021-07-21T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #282: SUBO-652 fix(OIR): corrected news api for mocks`); +report.push(`2021-07-22T09:58:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-657 feat(traffic chart): add group aproval for requests`); report.push(`8 0 src/ts/components/Table/components/TableCell.tsx`); report.push(`76 0 src/ts/components/Table/components/templates/CellStatusTag.tsx`); report.push(`1 0 src/ts/components/Table/styles/index.scss`); @@ -8636,7 +8636,7 @@ report.push(`1 1 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`1 1 src/ts/pages/Requests/components/view/table.tsx`); report.push(`20 6 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-07-22T10:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #283: SUBO-657 feat: add group aproval for requests`); +report.push(`2021-07-22T10:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #283: SUBO-657 feat(traffic chart): add group aproval for requests`); report.push(`2021-07-22T13:07:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-629 feat: search in new window`); report.push(`3 11 src/ts/pages/Search/api.ts`); report.push(`46 0 src/ts/pages/Search/components/Header.tsx`); @@ -8681,7 +8681,7 @@ report.push(`2021-07-23T09:45:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-629 feat report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`3 2 src/ts/pages/Search/components/Item.tsx`); report.push(``); -report.push(`2021-07-23T11:41:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat: add new page for Draft request`); +report.push(`2021-07-23T11:41:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat(Excel): add new page for Draft request`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`68 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -8707,13 +8707,13 @@ report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`12 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`27 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-07-23T13:10:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat: add new page for Draft request`); +report.push(`2021-07-23T13:10:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat(Excel): add new page for Draft request`); report.push(`18 3 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`3 2 src/ts/pages/Draft/index.tsx`); report.push(`6 3 src/ts/pages/Requests/components/item/Info.tsx`); report.push(`4 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-07-23T15:50:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 feat: relayout roadmap on new design for modal window`); +report.push(`2021-07-23T15:50:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 feat(Excel): relayout roadmap on new design for modal window`); report.push(`1 0 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`5 2 src/ts/snippets/RequestStatus/components/Title.tsx`); @@ -8722,17 +8722,17 @@ report.push(`12 1 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(`5 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); report.push(`2021-07-26T08:56:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #287: Feature/SUBO-656 relayout roadmap for modal window`); -report.push(`2021-07-26T09:43:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat: add new page for Draft request`); +report.push(`2021-07-26T09:43:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat(Excel): add new page for Draft request`); report.push(`1 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/Draft/index.tsx`); report.push(`17 13 src/ts/pages/Template/components/ErrorNotification.tsx`); report.push(`4 4 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-26T09:51:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat: add new page for Draft request`); +report.push(`2021-07-26T09:51:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-636 feat(Excel): add new page for Draft request`); report.push(`2 11 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`26 20 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-07-26T10:27:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-674 feat: Add SD id in RoadMap, change style for completed tasks`); +report.push(`2021-07-26T10:27:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-674 feat(profile): Add SD id in RoadMap, change style for completed tasks`); report.push(`1 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`6 3 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`24 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); @@ -8741,15 +8741,15 @@ report.push(`1 1 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-07-26T10:31:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-674 feat: change style for waiting tasks`); +report.push(`2021-07-26T10:31:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-674 feat(profile): change style for waiting tasks`); report.push(`3 0 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`3 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(`0 1 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); -report.push(`2021-07-26T10:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #289: SUBO-674 feat: Add SD id in RoadMap, change style for completed tasks`); -report.push(`2021-07-26T10:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #288: SUBO-636 feat: add new page for Draft request`); -report.push(`2021-07-26T11:02:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 feat: created adaptive version of RequestStatus with modal window`); +report.push(`2021-07-26T10:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #289: SUBO-674 feat(profile): Add SD id in RoadMap, change style for completed tasks`); +report.push(`2021-07-26T10:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #288: SUBO-636 feat(Excel): add new page for Draft request`); +report.push(`2021-07-26T11:02:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 feat(Excel): created adaptive version of RequestStatus with modal window`); report.push(`114 46 src/ts/pages/Requests/components/item/index.tsx`); report.push(`20 0 src/ts/pages/Requests/styles/item.scss`); report.push(`12 0 src/ts/snippets/RequestStatus/styles/roadmap.scss`); @@ -8775,7 +8775,7 @@ report.push(`0 12 src/ts/pages/Requests/styles/item.scss`); report.push(``); report.push(`2021-07-27T09:31:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #292: Feature/SUBO-656 create modal window with graph status`); report.push(`2021-07-27T09:32:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #291: SUBO-648 feat: added request for logout button`); -report.push(`2021-07-27T09:44:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 feat: change buttons for Draft`); +report.push(`2021-07-27T09:44:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 feat(profile): change buttons for Draft`); report.push(`1 0 src/ts/interfaces/request/RequestNew.ts`); report.push(`3 1 src/ts/pages/Template/components/CreateRequestAccess.tsx`); report.push(`5 1 src/ts/pages/Template/components/Template.tsx`); @@ -8785,11 +8785,11 @@ report.push(`2021-07-27T09:47:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-648 fix: report.push(`1 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); report.push(`2021-07-27T09:50:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #293: SUBO-625 Change buttons for Draft`); -report.push(`2021-07-27T15:01:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix: change style for roadmap by comment pt. 2`); +report.push(`2021-07-27T15:01:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix(OIR): change style for roadmap by comment pt. 2`); report.push(`12 55 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`5 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); -report.push(`2021-07-27T15:29:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-694 feat: table - changed column resizing logic and fixed layout bugs`); +report.push(`2021-07-27T15:29:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-694 feat(profile): table - changed column resizing logic and fixed layout bugs`); report.push(`2 2 src/setupProxy.js`); report.push(`56 0 src/ts/components/Table/components/BackroundTableGrid.tsx`); report.push(`4 39 src/ts/components/Table/components/TableHead.tsx`); @@ -8809,13 +8809,13 @@ report.push(`4 4 src/ts/components/Table/components/{BackroundTableGrid.tsx => B report.push(`0 7 src/ts/components/Table/components/TableHead.tsx`); report.push(`2 8 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-07-27T15:51:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix: change incos in catalogue by comments from Designer`); +report.push(`2021-07-27T15:51:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix(OIR): change incos in catalogue by comments from Designer`); report.push(`1 4 src/ts/pages/AccessRequest/index.tsx`); report.push(`16 19 src/ts/pages/Catalogue/helpers/icons.ts`); report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`1 1 src/ts/pages/Draft/index.tsx`); report.push(``); -report.push(`2021-07-27T15:59:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix: change style for roadmap by comment pt. 2`); +report.push(`2021-07-27T15:59:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix(OIR): change style for roadmap by comment pt. 2`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`6 5 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`8 0 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); @@ -8830,14 +8830,14 @@ report.push(`4 4 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); report.push(`2021-07-28T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #294: Feature/SUBO-694 change column resizing logic`); report.push(`2021-07-28T09:50:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-642-Change-description-for-RoadMap`); -report.push(`2021-07-28T10:56:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix: add candidate list`); +report.push(`2021-07-28T10:56:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-642 fix(OIR): add candidate list`); report.push(`57 0 src/ts/snippets/RequestStatus/components/roadmap/Candidates.tsx`); report.push(``); report.push(`2021-07-28T11:02:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/SUBO-642-Change-description-for-RoadMap' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-642-Change-description-for-RoadMap`); -report.push(`2021-07-28T11:06:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-642 fix: removed mocks for reconciliations`); +report.push(`2021-07-28T11:06:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-642 fix(OIR): removed mocks for reconciliations`); report.push(`2 3 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2021-07-28T11:07:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #295: SUBO-642 fix: change style for roadmap by comment pt. 2`); +report.push(`2021-07-28T11:07:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #295: SUBO-642 fix(OIR): change style for roadmap by comment pt. 2`); report.push(`2021-07-28T11:31:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-694 fix: corrected styles for row details in the reconciliations table`); report.push(`4 0 src/ts/components/Table/styles/info.scss`); report.push(``); @@ -8851,7 +8851,7 @@ report.push(`9 9 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`9 69 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`62 0 src/ts/pages/Requests/components/ControlPanelDate.tsx`); report.push(``); -report.push(`2021-07-28T20:20:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix: pt. 1, 2.1, 5, 6`); +report.push(`2021-07-28T20:20:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix(faq): pt. 1, 2.1, 5, 6`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); report.push(`0 5 src/ts/pages/Catalogue/index.tsx`); @@ -8874,11 +8874,11 @@ report.push(`2021-07-29T09:49:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-738 fix: report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2021-07-29T09:50:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #297: SUBO-738 Hide some pages after demo`); -report.push(`2021-07-29T10:56:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix: change margin by comments from designer`); +report.push(`2021-07-29T10:56:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix(faq): change margin by comments from designer`); report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2021-07-29T10:57:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix: remove hack for backend`); +report.push(`2021-07-29T10:57:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix(faq): remove hack for backend`); report.push(`1 7 src/ts/pages/Catalogue/api.ts`); report.push(``); report.push(`2021-07-29T11:30:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-738 fix: change margin for pt. 9`); @@ -8892,13 +8892,13 @@ report.push(`4 0 src/ts/pages/Requests/styles/filter.scss`); report.push(`1 1 src/ts/pages/Requests/styles/index.scss`); report.push(``); report.push(`2021-07-29T12:17:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #298: SUBO-737 Fix padding and margin by comments from designer`); -report.push(`2021-07-29T12:24:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix: change height by comment from designer`); +report.push(`2021-07-29T12:24:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-737 fix(faq): change height by comment from designer`); report.push(`4 0 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-07-29T12:26:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-747 fix: change hack for backend`); +report.push(`2021-07-29T12:26:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-747 fix(faq): change hack for backend`); report.push(`1 1 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-07-29T12:28:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-747 fix: change hack for backend`); +report.push(`2021-07-29T12:28:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-747 fix(faq): change hack for backend`); report.push(`1 1 src/ts/pages/Requests/api.ts`); report.push(``); report.push(`2021-07-29T12:29:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #299: SUBO-737 Fix padding and margin by comments from designer`); @@ -8968,14 +8968,14 @@ report.push(`0 1 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`2 2 src/ts/pages/Template/styles/header.scss`); report.push(``); report.push(`2021-07-30T13:40:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #304: SUBO-749 Show all roles in Request, show Status in header`); -report.push(`2021-08-02T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 feat: Add auto-open roadmap, remove hacks for taskStage, fix color fo roadmap steps`); +report.push(`2021-08-02T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 feat(profile): Add auto-open roadmap, remove hacks for taskStage, fix color fo roadmap steps`); report.push(`8 1 src/ts/helpers/constants.ts`); report.push(`34 43 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`3 15 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`0 8 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`3 2 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); -report.push(`2021-08-02T10:37:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #305: SUBO-734 feat: Add auto-open roadmap, remove hacks for taskStage, fix color fo roadmap steps`); +report.push(`2021-08-02T10:37:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #305: SUBO-734 feat(profile): Add auto-open roadmap, remove hacks for taskStage, fix color fo roadmap steps`); report.push(`2021-08-02T10:45:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-745 fix: removed Search bar from Header and added by icon clicking`); report.push(`0 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`12 4 src/ts/pages/Requests/components/ControlPanel.tsx`); @@ -9008,14 +9008,14 @@ report.push(``); report.push(`2021-08-02T12:37:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 fix: change status for roadmap by design`); report.push(`2 2 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-08-02T12:58:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 feat: add roadmap on Draft page`); +report.push(`2021-08-02T12:58:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 feat(profile): add roadmap on Draft page`); report.push(`1 0 src/ts/pages/Draft/index.tsx`); report.push(`14 0 src/ts/pages/Template/components/Template.tsx`); report.push(`4 0 src/ts/pages/Template/styles/index.scss`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); report.push(`2021-08-02T13:02:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #307: SUBO-734 Change style for roadmap and roles`); -report.push(`2021-08-03T12:00:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-747 fix: corrected Pagination component and routing logic`); +report.push(`2021-08-03T12:00:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-747 fix(faq): corrected Pagination component and routing logic`); report.push(`5 1 package-lock.json`); report.push(`20 10 src/ts/components/DataLoader/index.tsx`); report.push(`23 29 src/ts/components/DataLoader/paginators/Pagination.tsx`); @@ -9029,7 +9029,7 @@ report.push(`2 2 src/ts/pages/Search/index.tsx`); report.push(`10 6 src/ts/pages/Treatments/index.tsx`); report.push(`2 1 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-08-03T13:11:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #308: SUBO-747 fix: corrected Pagination component and routing logic`); +report.push(`2021-08-03T13:11:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #308: SUBO-747 fix(faq): corrected Pagination component and routing logic`); report.push(`2021-08-03T15:13:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-768 fix: added expanding of roadmap phase by clicking on the icon`); report.push(`1 0 src/ts/snippets/RequestStatus/components/Title.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/title.scss`); @@ -9055,7 +9055,7 @@ report.push(`11 2 src/ts/pages/Authorization/styles/form.scss`); report.push(`2 3 src/ts/pages/Authorization/styles/hacks.scss`); report.push(`3 0 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2021-08-04T13:09:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat: add multiple in Select`); +report.push(`2021-08-04T13:09:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat(traffic chart): add multiple in Select`); report.push(`3 1 src/setupProxy.js`); report.push(`31 22 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -9075,7 +9075,7 @@ report.push(``); report.push(`2021-08-04T13:12:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-735 fix: corrected setupProxy`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2021-08-04T13:41:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat: fix style for disable state`); +report.push(`2021-08-04T13:41:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat(traffic chart): fix style for disable state`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 1 src/ts/components/Select/components/Item.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -9085,8 +9085,8 @@ report.push(`9 5 src/ts/components/Select/index.tsx`); report.push(`20 6 src/ts/components/Select/styles/index.scss`); report.push(``); report.push(`2021-08-04T14:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #311: Bugfix/SUBO-735 corrected styles for Login page`); -report.push(`2021-08-04T15:26:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat: merge with backend`); -report.push(`2021-08-04T15:34:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #312: SUBO-637 feat: add multiple in Select`); +report.push(`2021-08-04T15:26:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 feat(traffic chart): merge with backend`); +report.push(`2021-08-04T15:34:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #312: SUBO-637 feat(traffic chart): add multiple in Select`); report.push(`2021-08-04T17:35:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-765 fix: added interactivity for Help block in Request page`); report.push(`6 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); @@ -9114,7 +9114,7 @@ report.push(`2 2 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`10 14 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2021-08-05T09:51:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #314: SUBO-625 Show roles from category in Draft`); -report.push(`2021-08-05T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-762 fix: show hover effect for selected item in sidebar`); +report.push(`2021-08-05T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-762 fix(OIR): show hover effect for selected item in sidebar`); report.push(`10 10 src/ts/pages/Authorization/components/Success.tsx`); report.push(`14 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`4 2 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); @@ -9130,7 +9130,7 @@ report.push(`2021-08-05T12:47:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-80 report.push(`11 9 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); report.push(`2021-08-05T12:53:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #316: SUBO-763 fix: change layout for columns in catalogue`); -report.push(`2021-08-05T12:55:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #315: SUBO-762 fix: show hover effect for selected item in sidebar`); +report.push(`2021-08-05T12:55:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #315: SUBO-762 fix(OIR): show hover effect for selected item in sidebar`); report.push(`2021-08-05T13:01:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: hide views for news (comment pt. 2)`); report.push(`1 1 src/ts/pages/News/styles/item.scss`); report.push(`2 0 src/ts/pages/News/styles/popular.scss`); @@ -9174,12 +9174,12 @@ report.push(`2021-08-06T11:58:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-818 feat report.push(`1 1 src/ts/pages/Requests/styles/item.scss`); report.push(`9 2 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-06T12:04:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-821 fix: change color and isOpen for rejected status`); +report.push(`2021-08-06T12:04:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-821 fix(AIS): change color and isOpen for rejected status`); report.push(`3 2 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Title.tsx`); report.push(`3 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); -report.push(`2021-08-06T12:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 fix: set focus for single select`); +report.push(`2021-08-06T12:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-637 fix(faq): set focus for single select`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`2 2 src/ts/components/Select/index.tsx`); report.push(``); @@ -9278,15 +9278,15 @@ report.push(``); report.push(`2021-08-09T19:13:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-838 fix: change color for last step in roadmap`); report.push(`4 0 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(``); -report.push(`2021-08-10T09:29:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-841 fix: add processing for load data for Search`); +report.push(`2021-08-10T09:29:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-841 fix(AIS): add processing for load data for Search`); report.push(`26 20 src/ts/pages/Search/index.tsx`); report.push(`8 0 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-08-10T09:32:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-841 fix: add processing for load data for Search`); +report.push(`2021-08-10T09:32:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-841 fix(AIS): add processing for load data for Search`); report.push(`2 0 src/ts/pages/Search/styles/index.scss`); report.push(``); report.push(`2021-08-10T09:39:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #328: SUBO-838 Change text in RoadMap Info for last step`); -report.push(`2021-08-10T09:39:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #329: SUBO-841 fix: add processing for load data for Search`); +report.push(`2021-08-10T09:39:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #329: SUBO-841 fix(AIS): add processing for load data for Search`); report.push(`2021-08-10T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: add images for news (pt. 26)`); report.push(`- - public/assets/images/news/1.png`); report.push(`- - public/assets/images/news/2.png`); @@ -9355,7 +9355,7 @@ report.push(``); report.push(`2021-08-10T14:24:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: hide export for empty list`); report.push(`8 6 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-08-10T14:25:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-661 fix: update notification API`); +report.push(`2021-08-10T14:25:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-661 fix(AIS): update notification API`); report.push(`1 1 src/ts/pages/Authorization/api.ts`); report.push(`3 3 src/ts/pages/Authorization/store/NotificationStore.ts`); report.push(``); @@ -9374,18 +9374,18 @@ report.push(`1 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`4 0 src/ts/pages/Requests/styles/control.scss`); report.push(``); report.push(`2021-08-11T09:10:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #334: Bugfix/SUBO-764 fixing text in the FAQ`); -report.push(`2021-08-11T10:06:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 feat: add IP in Nfinx for proxy (for log in backend)`); +report.push(`2021-08-11T10:06:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 feat(profile): add IP in Nfinx for proxy (for log in backend)`); report.push(`5 0 nginx.conf`); report.push(``); -report.push(`2021-08-11T11:20:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-847 fix: add formatted header in export file for table`); +report.push(`2021-08-11T11:20:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-847 fix(faq): add formatted header in export file for table`); report.push(`10 2 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(``); report.push(`2021-08-11T11:32:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-846 fix: removed Status column and added RA- prefix to Request number`); report.push(`5 5 src/ts/components/Table/components/templates/CellString.tsx`); report.push(`1 17 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-08-11T11:36:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #336: SUBO-847 fix: add formatted header in export file for table`); -report.push(`2021-08-11T11:36:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #335: SUBO-854 feat: add IP in Nginx for proxy (for log in backend)`); +report.push(`2021-08-11T11:36:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #336: SUBO-847 fix(faq): add formatted header in export file for table`); +report.push(`2021-08-11T11:36:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #335: SUBO-854 feat(profile): add IP in Nginx for proxy (for log in backend)`); report.push(`2021-08-11T11:43:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-853 fix: change text in RoadMap info`); report.push(`4 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); @@ -9426,7 +9426,7 @@ report.push(`1 2 src/ts/components/Table/components/templates/CellContextMenu.ts report.push(`1 2 src/ts/pages/Profile/components/ShortCard.tsx`); report.push(``); report.push(`2021-08-11T13:42:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #345: SUBO-854 fix: change props fir UiKit`); -report.push(`2021-08-11T16:47:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-857 fix: changed text for Reconciliations task board and added new title for Notification sidebar menu item`); +report.push(`2021-08-11T16:47:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-857 fix(faq): changed text for Reconciliations task board and added new title for Notification sidebar menu item`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`19 1 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); @@ -9434,11 +9434,11 @@ report.push(`10 3 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`0 8 src/ts/pages/Template/styles/group.scss`); report.push(`27 9 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-11T16:55:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-857 fix: corrected style for Notification sidebar menu item text`); +report.push(`2021-08-11T16:55:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-857 fix(faq): corrected style for Notification sidebar menu item text`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(``); report.push(`2021-08-11T17:02:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #346: Bugfix/SUBO-857 change the text on the Main and Notifications pages`); -report.push(`2021-08-12T11:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-851 fix: change favorite icons in catalogue`); +report.push(`2021-08-12T11:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-851 fix(AIS): change favorite icons in catalogue`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(``); report.push(`2021-08-12T11:41:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-856 fix: hide Draft page`); @@ -9492,16 +9492,16 @@ report.push(`6 3 src/ts/pages/Template/components/Help.tsx`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); report.push(`2021-08-13T09:33:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #350: Bugfix/SUBO-858 redesign the display of Help in request`); -report.push(`2021-08-13T11:53:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat: show user roles`); +report.push(`2021-08-13T11:53:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat(profile): show user roles`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`48 9 src/ts/pages/Template/components/Roles.tsx`); report.push(`10 0 src/ts/pages/Template/styles/group.scss`); report.push(`19 20 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-13T11:54:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat: show user roles`); +report.push(`2021-08-13T11:54:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat(profile): show user roles`); report.push(`0 5 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-13T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat: show user roles`); +report.push(`2021-08-13T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-704 feat(profile): show user roles`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`2 2 src/ts/pages/Template/styles/hacks.scss`); report.push(``); @@ -9533,12 +9533,12 @@ report.push(`2021-08-16T12:21:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-875 fix: report.push(`11 9 src/ts/pages/Requests/api.ts`); report.push(`2 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-16T15:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-862 fix: added Loading indicator to the process of Request creating`); +report.push(`2021-08-16T15:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-862 fix(OIR): added Loading indicator to the process of Request creating`); report.push(`10 3 src/ts/pages/Template/components/Template.tsx`); report.push(`5 0 src/ts/pages/Template/store/Template.ts`); report.push(`31 0 src/ts/pages/Template/styles/form.scss`); report.push(``); -report.push(`2021-08-16T15:28:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-862 fix: corrected backdrop-filter css property`); +report.push(`2021-08-16T15:28:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-862 fix(OIR): corrected backdrop-filter css property`); report.push(`1 1 src/ts/pages/Template/styles/form.scss`); report.push(``); report.push(`2021-08-16T15:36:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #355: SUBO-874 fix: gzip turn on in Nginx config`); @@ -9551,7 +9551,7 @@ report.push(``); report.push(`2021-08-18T12:41:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-878 fix: send all roles for template`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-18T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat: add https for NGINX`); +report.push(`2021-08-18T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat(profile): add https for NGINX`); report.push(`14 0 nginx.conf`); report.push(``); report.push(`2021-08-18T13:01:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: change icon for catalogue (pt. 2)`); @@ -9599,12 +9599,12 @@ report.push(``); report.push(`2021-08-18T17:14:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 fix: change sert name`); report.push(`2 2 nginx.conf`); report.push(``); -report.push(`2021-08-19T09:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat: add https for nginx`); +report.push(`2021-08-19T09:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat(profile): add https for nginx`); report.push(`8 3 Dockerfile`); report.push(`105 0 nginx.dev.conf`); report.push(`117 0 nginx.prod.conf`); report.push(``); -report.push(`2021-08-19T09:49:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat: remove old common config`); +report.push(`2021-08-19T09:49:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat(profile): remove old common config`); report.push(`0 117 nginx.conf`); report.push(``); report.push(`2021-08-19T10:46:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 feat: added loading indicator to the Reconciliation card`); @@ -9613,11 +9613,11 @@ report.push(`26 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`6 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(``); report.push(`2021-08-19T10:53:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #360: SUBO-944 Add https for nginx`); -report.push(`2021-08-19T11:34:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat: change env in Docker`); +report.push(`2021-08-19T11:34:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 feat(profile): change env in Docker`); report.push(`2 2 Dockerfile`); report.push(``); -report.push(`2021-08-19T11:37:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #361: SUBO-944 feat: change env in Docker`); -report.push(`2021-08-19T11:53:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat: check the filters availability`); +report.push(`2021-08-19T11:37:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #361: SUBO-944 feat(profile): change env in Docker`); +report.push(`2021-08-19T11:53:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat(profile): check the filters availability`); report.push(`18 15 src/setupProxy.js`); report.push(`37 2 src/ts/pages/Requests/api.ts`); report.push(``); @@ -9668,7 +9668,7 @@ report.push(``); report.push(`2021-08-19T17:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-894 fix: aligned table rows in the Reconciliations`); report.push(`4 1 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2021-08-19T18:17:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-877 fix: corrected adaptive for Main header`); +report.push(`2021-08-19T18:17:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-877 fix(faq): corrected adaptive for Main header`); report.push(`19 0 src/ts/snippets/Header/styles/index.scss`); report.push(``); report.push(`2021-08-19T18:54:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: change style for INFO in Roles (pt. 6)`); @@ -9678,7 +9678,7 @@ report.push(`32 31 src/ts/pages/Template/components/Roles.tsx`); report.push(`3 2 src/ts/pages/Template/styles/group.scss`); report.push(`1 1 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-19T18:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #365: SUBO-877 fix: corrected adaptive for Main header`); +report.push(`2021-08-19T18:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #365: SUBO-877 fix(faq): corrected adaptive for Main header`); report.push(`2021-08-19T18:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #364: SUBO-894 fix: aligned table rows in the Reconciliations`); report.push(`2021-08-19T18:56:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #363: Feature/SUBO-863 add loader to the Reconciliation card 2`); report.push(`2021-08-20T00:05:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #366: SUBO-868 Change style by comments from design`); @@ -9718,7 +9718,7 @@ report.push(`1 1 src/ts/pages/Help/helpers/getMockData.ts`); report.push(`24 10 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(``); report.push(`2021-08-20T13:22:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #372: SUBO-954 fix: add link format from wiki`); -report.push(`2021-08-20T15:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat: created Filters`); +report.push(`2021-08-20T15:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat(profile): created Filters`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`10 11 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); @@ -9733,12 +9733,12 @@ report.push(`6 6 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`10 3 src/ts/pages/Requests/components/controls/StatusFilter.tsx`); report.push(`2 2 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(``); -report.push(`2021-08-21T22:46:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-972 fix: corrected roles styles`); +report.push(`2021-08-21T22:46:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-972 fix(OIR): corrected roles styles`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`0 1 src/ts/pages/Template/styles/group.scss`); report.push(`1 11 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-21T23:38:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-972 fix: corrected roles styles - 2`); +report.push(`2021-08-21T23:38:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-972 fix(OIR): corrected roles styles - 2`); report.push(`7 2 src/ts/pages/Template/components/Roles.tsx`); report.push(``); report.push(`2021-08-21T23:51:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-975 fix: disable Pin button in the Reconciliations table`); @@ -9747,12 +9747,12 @@ report.push(``); report.push(`2021-08-22T00:11:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-975 fix: corrected Help block in the Request`); report.push(`2 4 src/ts/pages/Template/components/Help.tsx`); report.push(``); -report.push(`2021-08-22T00:52:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-977 fix: corrected pagination for Request`); +report.push(`2021-08-22T00:52:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-977 fix(faq): corrected pagination for Request`); report.push(`61 47 src/ts/pages/Requests/api.ts`); report.push(``); report.push(`2021-08-22T00:54:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #373: Feature/SUBO corrected roles styles`); report.push(`2021-08-22T00:54:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #374: Bugfix/SUBO-975 disable Pin button in the Reconciliation table`); -report.push(`2021-08-22T00:54:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #375: SUBO-977 fix: corrected pagination for Request`); +report.push(`2021-08-22T00:54:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #375: SUBO-977 fix(faq): corrected pagination for Request`); report.push(`2021-08-22T14:56:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: corrected Request api`); report.push(`2 2 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`3 0 src/ts/pages/Template/api.ts`); @@ -9772,13 +9772,13 @@ report.push(`2021-08-23T11:46:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-98 report.push(`1 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`36 15 src/ts/snippets/RequestStatus/components/roadmap/Candidates.tsx`); report.push(``); -report.push(`2021-08-23T12:56:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-992 fix: corrected help badge displaying logic for denied requests`); +report.push(`2021-08-23T12:56:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-992 fix(OIR): corrected help badge displaying logic for denied requests`); report.push(`15 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); report.push(`2021-08-23T13:14:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-984 fix: corrected displaying name for candidatedGroups`); report.push(`2 2 src/ts/snippets/RequestStatus/components/roadmap/Candidates.tsx`); report.push(``); -report.push(`2021-08-23T13:26:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #381: SUBO-992 fix: corrected help badge displaying logic for denied requests`); +report.push(`2021-08-23T13:26:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #381: SUBO-992 fix(OIR): corrected help badge displaying logic for denied requests`); report.push(`2021-08-23T13:27:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #380: Bugfix/SUBO-984 fix Roadmap for case with IS`); report.push(`2021-08-23T15:41:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: corrected roles styles`); report.push(`20 7 src/ts/pages/Template/components/Roles.tsx`); @@ -9812,28 +9812,28 @@ report.push(`2021-08-23T17:32:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull re report.push(`2021-08-24T12:05:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-988 fix: corrected styles for long text in the roadmap step`); report.push(`2 0 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(``); -report.push(`2021-08-24T15:38:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix: corrected styles by comments from Designer`); +report.push(`2021-08-24T15:38:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix(faq): corrected styles by comments from Designer`); report.push(`1 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`4 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Requests/styles/item.scss`); report.push(`2 0 src/ts/snippets/RequestStatus/components/Title.tsx`); report.push(`5 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-08-24T16:18:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix: added error message for invalid login or password`); +report.push(`2021-08-24T16:18:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix(faq): added error message for invalid login or password`); report.push(`1 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(`9 0 src/ts/pages/Authorization/styles/form.scss`); report.push(`6 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2021-08-24T17:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix: fixed bug with favorite icon in the template`); +report.push(`2021-08-24T17:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix(faq): fixed bug with favorite icon in the template`); report.push(`14 15 src/ts/pages/Template/components/Description.tsx`); report.push(``); -report.push(`2021-08-24T18:53:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #394: SUBO-927 fix: corrected styles by comments from Designer`); +report.push(`2021-08-24T18:53:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #394: SUBO-927 fix(faq): corrected styles by comments from Designer`); report.push(`2021-08-24T18:53:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #391: SUBO-988 fix: corrected styles for long text in the roadmap step`); report.push(`2021-08-25T11:25:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-953 fix: removed accessToken from request queryParam`); report.push(`2 2 src/ts/pages/Authorization/api.ts`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-08-25T18:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-952 fix: corrected error styles for roadmap`); +report.push(`2021-08-25T18:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-952 fix(OIR): corrected error styles for roadmap`); report.push(`1 1 src/assets/images/status/error.svg`); report.push(`4 4 src/ts/pages/Requests/api.ts`); report.push(`8 15 src/ts/pages/Template/components/Roles.tsx`); @@ -9848,7 +9848,7 @@ report.push(`9 0 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); report.push(`2021-08-25T18:51:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #401: SUBO-953 fix: removed accessToken from request queryParam`); -report.push(`2021-08-25T18:52:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #402: SUBO-952 fix: corrected error styles for roadmap`); +report.push(`2021-08-25T18:52:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #402: SUBO-952 fix(OIR): corrected error styles for roadmap`); report.push(`2021-08-26T10:37:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-976 fix: corrected filter buttons logic`); report.push(`5 14 src/ts/pages/Notifications/index.tsx`); report.push(`4 11 src/ts/pages/Treatments/index.tsx`); @@ -9865,7 +9865,7 @@ report.push(`12 4 src/ts/pages/Template/styles/group.scss`); report.push(``); report.push(`2021-08-26T13:12:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #404: SUBO-1000 fix: corrected checkbox layout and Login form logic`); report.push(`2021-08-26T13:13:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #403: Bugfix/SUBO fix filter buttons logic`); -report.push(`2021-08-26T17:29:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-12 fix: fixed warnings in the console`); +report.push(`2021-08-26T17:29:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-12 fix(OIR): fixed warnings in the console`); report.push(`8 8 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`33 15 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`5 2 src/ts/pages/Authorization/store/NotificationStore.ts`); @@ -9877,7 +9877,7 @@ report.push(`2 2 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`8 8 src/ts/snippets/RequestStatus/components/roadmap/Candidates.tsx`); report.push(`6 6 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-08-26T17:31:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #405: SUBO-12 fix: fixed warnings in the console`); +report.push(`2021-08-26T17:31:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #405: SUBO-12 fix(OIR): fixed warnings in the console`); report.push(`2021-08-27T12:47:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-979 fix: added ErrorNotification for faild template request process`); report.push(`4 4 src/ts/pages/Notifications/components/NotificationsList.tsx`); report.push(`10 0 src/ts/pages/Template/components/Template.tsx`); @@ -9889,13 +9889,13 @@ report.push(`2021-08-30T11:02:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge b report.push(`2021-08-30T12:37:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-978 fix: change logic for pagination`); report.push(`4 6 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-08-30T13:26:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-904 feat: add support banner on main page`); +report.push(`2021-08-30T13:26:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-904 feat(profile): add support banner on main page`); report.push(`316 0 src/assets/images/banners/Support.svg`); report.push(`3 4 src/ts/components/Banners/banner.tsx`); report.push(`18 15 src/ts/components/Banners/index.tsx`); report.push(`16 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-08-30T13:31:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-904 feat: add support banner on main page`); +report.push(`2021-08-30T13:31:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-904 feat(profile): add support banner on main page`); report.push(`1 1 src/ts/components/Banners/index.tsx`); report.push(``); report.push(`2021-08-30T13:53:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-891 refactor: remove request for RoadMap`); @@ -9906,7 +9906,7 @@ report.push(``); report.push(`2021-08-30T13:56:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-891 refactor: remove request for RoadMap`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-08-30T14:05:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-987 fix: change style for remove blur effect`); +report.push(`2021-08-30T14:05:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-987 fix(faq): change style for remove blur effect`); report.push(`4 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); report.push(`2021-08-30T14:20:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-896 fix: change style for help by design`); @@ -9935,7 +9935,7 @@ report.push(`7 15 src/ts/pages/Authorization/components/Login.tsx`); report.push(`12 12 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`3 3 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2021-08-31T13:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat: added filters for requests`); +report.push(`2021-08-31T13:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat(profile): added filters for requests`); report.push(`6 6 src/ts/interfaces/FilterParams.ts`); report.push(`24 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`13 5 src/ts/pages/Requests/api.ts`); @@ -9991,7 +9991,7 @@ report.push(`5 2 src/ts/pages/Treatments/index.tsx`); report.push(``); report.push(`2021-08-31T15:38:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #412: SUBO-1028 Change hacks for catalogue, add cache for count request`); report.push(`2021-08-31T15:41:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #411: SUBO-728 Add fake Catalogue for UX tests`); -report.push(`2021-08-31T17:11:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix: corrected styles by comments from Designer`); +report.push(`2021-08-31T17:11:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-927 fix(faq): corrected styles by comments from Designer`); report.push(`5 0 src/assets/custom-ui-kit/InfoOutline.svg`); report.push(`31 36 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`16 52 src/ts/pages/PageWrapper/styles/footer.scss`); @@ -9999,7 +9999,7 @@ report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`3 6 src/ts/pages/Template/styles/group.scss`); report.push(`2 2 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); -report.push(`2021-08-31T21:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #413: SUBO-927 fix: corrected styles by comments from Designer`); +report.push(`2021-08-31T21:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #413: SUBO-927 fix(faq): corrected styles by comments from Designer`); report.push(`2021-08-31T22:27:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 refactor: change requests for Search`); report.push(`3 0 src/ts/pages/Catalogue/api.ts`); report.push(`1 1 src/ts/pages/Search/index.tsx`); @@ -10040,7 +10040,7 @@ report.push(`2021-09-01T13:15:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-986 fix: report.push(`1 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); report.push(`2021-09-01T13:56:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #410: SUBO-986, SUBO-956 fix: change error parser`); -report.push(`2021-09-01T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1044 feat: remove levels in Catalogue`); +report.push(`2021-09-01T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1044 feat(profile): remove levels in Catalogue`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(`1 2 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); @@ -10087,13 +10087,13 @@ report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`) report.push(`4 1 src/ts/pages/Search/store/Search.ts`); report.push(``); report.push(`2021-09-02T12:57:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #415: SUBO-876 Change requests for catalogue tree`); -report.push(`2021-09-02T16:20:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat: added OrgUnit filter`); +report.push(`2021-09-02T16:20:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 feat(profile): added OrgUnit filter`); report.push(`4 0 src/ts/interfaces/FilterParams.ts`); report.push(`21 4 src/ts/pages/Requests/api.ts`); report.push(`15 3 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`59 0 src/ts/pages/Requests/components/controls/OrgUnitFilter.tsx`); report.push(``); -report.push(`2021-09-02T16:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #419: SUBO-945 feat: added OrgUnit filter`); +report.push(`2021-09-02T16:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #419: SUBO-945 feat(profile): added OrgUnit filter`); report.push(`2021-09-03T11:29:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: corrected api request for AD users for UserFilter`); report.push(`7 0 src/ts/pages/Requests/api.ts`); report.push(`2 1 src/ts/pages/Requests/components/controls/OrgUnitFilter.tsx`); @@ -10115,10 +10115,10 @@ report.push(`3 1 src/ts/pages/Template/components/Template.tsx`); report.push(`10 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-09-03T14:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #422: SUBO-1070 fix: correct Button disabling logic for roles requesting`); -report.push(`2021-09-03T15:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1081 fix: textarea broken for new styleg`); +report.push(`2021-09-03T15:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1081 fix(AIS): textarea broken for new styleg`); report.push(`26 23 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(``); -report.push(`2021-09-03T15:51:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #423: SUBO-1081 fix: textarea broken for new style`); +report.push(`2021-09-03T15:51:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #423: SUBO-1081 fix(AIS): textarea broken for new style`); report.push(`2021-09-06T11:27:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1019 feat: add page for IE`); report.push(`- - public/assets/images/ie.png`); report.push(`52 0 public/ie.html`); @@ -10147,7 +10147,7 @@ report.push(``); report.push(`2021-09-06T12:46:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1088 feat: add animation for notification`); report.push(`2 2 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-09-06T13:40:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-615 feat: added NewTemplate subpage of Builder page`); +report.push(`2021-09-06T13:40:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-615 feat(profile): added NewTemplate subpage of Builder page`); report.push(`3 0 src/assets/custom-ui-kit/BuilderSolid.svg`); report.push(`34 31 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); @@ -10163,8 +10163,8 @@ report.push(`8 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2021-09-06T13:55:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #424: SUBO-1019, SUBO-1058 Add page for IE, remove diff between develop and production`); report.push(`2021-09-06T13:58:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #425: SUBO-1088 Add animation for notifications`); -report.push(`2021-09-06T17:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #426: SUBO-615 feat: added NewTemplate subpage of Builder page`); -report.push(`2021-09-06T17:49:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-615 feat: added main subpage of Builder page`); +report.push(`2021-09-06T17:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #426: SUBO-615 feat(profile): added NewTemplate subpage of Builder page`); +report.push(`2021-09-06T17:49:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-615 feat(profile): added main subpage of Builder page`); report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`120 0 src/ts/pages/Builder/Main.tsx`); report.push(`6 5 src/ts/pages/Builder/NewTemplate.tsx`); @@ -10182,10 +10182,10 @@ report.push(`2021-09-06T17:52:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-61 report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`5 5 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-09-07T10:04:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1017 fix: remove port from redirect`); +report.push(`2021-09-07T10:04:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1017 fix(faq): remove port from redirect`); report.push(`1 0 nginx.conf`); report.push(``); -report.push(`2021-09-07T10:07:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #428: SUBO-1017 fix: remove port from redirect`); +report.push(`2021-09-07T10:07:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #428: SUBO-1017 fix(faq): remove port from redirect`); report.push(`2021-09-07T11:32:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1094 fix: change style for main page (text overflow)`); report.push(`0 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); @@ -10241,10 +10241,10 @@ report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(`1 1 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`14 17 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-08T11:46:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1106 feat: add roles and requests in Nginx config`); +report.push(`2021-09-08T11:46:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1106 feat(Excel): add roles and requests in Nginx config`); report.push(`8 0 nginx.conf`); report.push(``); -report.push(`2021-09-08T11:52:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1106 feat: add roles and requests in Nginx config`); +report.push(`2021-09-08T11:52:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1106 feat(Excel): add roles and requests in Nginx config`); report.push(`9 1 nginx.conf`); report.push(`14 0 src/setupProxy.js`); report.push(``); @@ -10397,7 +10397,7 @@ report.push(`1 1 src/ts/components/Tree/index.tsx`); report.push(`27 29 src/ts/pages/Requests/api.ts`); report.push(`0 1 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); -report.push(`2021-09-11T20:04:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix: fixed prod bugs`); +report.push(`2021-09-11T20:04:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix(OIR): fixed prod bugs`); report.push(`1 1 src/setupProxy.js`); report.push(`11 8 src/ts/components/Banners/index.scss`); report.push(`9 5 src/ts/pages/MainPage/components/FavoriteItem.tsx`); @@ -10415,12 +10415,12 @@ report.push(`0 1 src/ts/snippets/Buttons/index.scss`); report.push(`5 5 src/ts/snippets/Header/components/Search.tsx`); report.push(`6 6 src/ts/snippets/Header/styles/search.scss`); report.push(``); -report.push(`2021-09-11T20:14:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix: corrected pop-up styles`); +report.push(`2021-09-11T20:14:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix(OIR): corrected pop-up styles`); report.push(`2 2 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2021-09-11T20:23:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #441: SUBO-1119 Add tree component`); report.push(`2021-09-11T20:30:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'develop' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-1122-fix-bugs-for-prod`); -report.push(`2021-09-11T20:40:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix: corrected header search icon`); +report.push(`2021-09-11T20:40:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1112 fix(OIR): corrected header search icon`); report.push(`5 4 src/ts/pages/Search/components/Search.tsx`); report.push(``); report.push(`2021-09-11T21:12:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #443: Bugfix/SUBO-1122 fix bugs for prod`); @@ -10546,7 +10546,7 @@ report.push(`1 0 src/ts/snippets/Buttons/index.scss`); report.push(`5 5 src/ts/snippets/Header/components/Search.tsx`); report.push(`6 6 src/ts/snippets/Header/styles/search.scss`); report.push(``); -report.push(`2021-09-13T13:46:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1141 fix: update filters by Date`); +report.push(`2021-09-13T13:46:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1141 fix(AIS): update filters by Date`); report.push(`2 0 src/ts/interfaces/FilterParams.ts`); report.push(`8 3 src/ts/pages/Reconciliations/index.tsx`); report.push(`3 0 src/ts/pages/Requests/components/ControlPanel.tsx`); @@ -10576,9 +10576,9 @@ report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(`49 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); report.push(`2021-09-14T08:53:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #445: SUBO-959 feat: created ApprovalRules subpages`); -report.push(`2021-09-14T09:43:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #444: SUBO-1141 fix: update filters by Date`); +report.push(`2021-09-14T09:43:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #444: SUBO-1141 fix(AIS): update filters by Date`); report.push(`2021-09-14T09:43:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-14T14:27:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix: fixed bugs`); +report.push(`2021-09-14T14:27:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix(faq): fixed bugs`); report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -10616,12 +10616,12 @@ report.push(`2021-09-14T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2021-09-14T15:27:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2 -> master`); report.push(`2021-09-14T15:31:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #446: SUBO-1123 Refactor loader in Tree`); report.push(`2021-09-14T15:31:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-14T15:49:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #448: SUBO-1037 fix: fixed bugs`); +report.push(`2021-09-14T15:49:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #448: SUBO-1037 fix(faq): fixed bugs`); report.push(`2021-09-14T15:50:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-14T16:21:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix: corrected pageNumber prop for Buttons component`); +report.push(`2021-09-14T16:21:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix(faq): corrected pageNumber prop for Buttons component`); report.push(`1 1 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-09-14T17:38:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #449: SUBO-1037 fix: corrected pageNumber prop for Buttons component`); +report.push(`2021-09-14T17:38:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #449: SUBO-1037 fix(faq): corrected pageNumber prop for Buttons component`); report.push(`2021-09-14T17:39:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2 -> master`); report.push(`2021-09-15T09:23:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1123 fix: change parameters in Loader for Tree`); report.push(`6 28 src/ts/pages/Requests/api.ts`); @@ -10643,10 +10643,10 @@ report.push(``); report.push(`2021-09-15T10:35:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #451: SUBO-1156 refactor: change request for tree`); report.push(`2021-09-15T10:49:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #450: SUBO-1123 Change parameters in Loader and clear filter for null value`); report.push(`2021-09-15T10:49:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-15T11:02:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1162 fix: return readAll in notification`); +report.push(`2021-09-15T11:02:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1162 fix(OIR): return readAll in notification`); report.push(`1 1 src/ts/pages/Notifications/api.ts`); report.push(``); -report.push(`2021-09-15T11:13:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #452: SUBO-1162 fix: return readAll in notification`); +report.push(`2021-09-15T11:13:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #452: SUBO-1162 fix(OIR): return readAll in notification`); report.push(`2021-09-15T11:13:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2 -> master`); report.push(`2021-09-15T15:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1165 fix: correct Requests loading process`); report.push(`5 5 src/ts/pages/Reconciliations/index.tsx`); @@ -10657,23 +10657,23 @@ report.push(`2 1 src/ts/pages/Treatments/index.tsx`); report.push(``); report.push(`2021-09-16T10:25:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #453: SUBO-1165 fix: correct Requests loading process`); report.push(`2021-09-16T10:25:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-16T10:56:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: fix code style for tree in Builder and add proxy for local backend`); +report.push(`2021-09-16T10:56:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): fix code style for tree in Builder and add proxy for local backend`); report.push(`6 3 src/setupProxy.js`); report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`8 7 src/ts/pages/Builder/components/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-16T11:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #454: SUBO-1037 fix: fix code style for tree in Builder and add proxy for local backend`); -report.push(`2021-09-16T11:12:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: add new support phone number`); +report.push(`2021-09-16T11:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #454: SUBO-1037 fix(faq): fix code style for tree in Builder and add proxy for local backend`); +report.push(`2021-09-16T11:12:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): add new support phone number`); report.push(`1 1 src/ts/pages/Authorization/components/Wrapper.tsx`); report.push(`2 2 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(``); -report.push(`2021-09-16T11:13:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: add new support phone number`); +report.push(`2021-09-16T11:13:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): add new support phone number`); report.push(`1 1 src/ts/pages/Authorization/components/Wrapper.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(``); report.push(`2021-09-16T11:41:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #455: SUBO-1037 Add new support phone number`); report.push(`2021-09-16T11:41:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2 -> master`); -report.push(`2021-09-16T12:25:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat: add example for validation data in Form`); +report.push(`2021-09-16T12:25:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat(profile): add example for validation data in Form`); report.push(`8 0 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 0 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -10681,13 +10681,13 @@ report.push(`66 58 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`123 0 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`11 16 src/ts/pages/Builder/styles/details.scss`); report.push(``); -report.push(`2021-09-16T12:27:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat: add example for validation data in Form`); +report.push(`2021-09-16T12:27:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat(profile): add example for validation data in Form`); report.push(`1 1 src/ts/pages/Builder/styles/details.scss`); report.push(``); -report.push(`2021-09-16T12:30:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat: add example for validation data in Form`); +report.push(`2021-09-16T12:30:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat(profile): add example for validation data in Form`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2021-09-16T12:31:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat: add example for validation data in Form`); +report.push(`2021-09-16T12:31:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1134 feat(profile): add example for validation data in Form`); report.push(`1 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2021-09-16T15:44:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1216 fix: hide filters for search`); @@ -10707,7 +10707,7 @@ report.push(`20 2 src/ts/pages/Template/components/Template.tsx`); report.push(`10 5 src/ts/pages/Template/store/Template.ts`); report.push(`4 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-09-16T18:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #456: SUBO-1134 feat: add example for validation data in Form`); +report.push(`2021-09-16T18:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #456: SUBO-1134 feat(profile): add example for validation data in Form`); report.push(`2021-09-17T09:29:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #459: SUBO-1188 feat: added checkbox for access removing`); report.push(`2021-09-17T10:26:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1193 feat: remove disabled for User list in Template`); report.push(`3 1 src/ts/pages/Template/api.ts`); @@ -10728,7 +10728,7 @@ report.push(`2021-09-17T12:37:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1118 fea report.push(`0 1 Dockerfile`); report.push(`0 17 nginx.conf`); report.push(``); -report.push(`2021-09-17T12:43:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix: clear cache after unmounting Reconciliations and Treatments pages`); +report.push(`2021-09-17T12:43:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1037 fix(faq): clear cache after unmounting Reconciliations and Treatments pages`); report.push(`3 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`4 1 src/ts/pages/Treatments/index.tsx`); report.push(``); @@ -10740,23 +10740,23 @@ report.push(``); report.push(`2021-09-17T13:36:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1224 fix: change mail text`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-09-17T13:36:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-834 feat: removed help badge for planned steps in roadmap`); +report.push(`2021-09-17T13:36:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-834 feat(profile): removed help badge for planned steps in roadmap`); report.push(`3 9 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); report.push(`2021-09-17T13:39:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1224 fix: change mail text`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-09-17T13:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #464: SUBO-834 feat: removed help badge for planned steps in roadmap`); +report.push(`2021-09-17T13:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #464: SUBO-834 feat(profile): removed help badge for planned steps in roadmap`); report.push(`2021-09-17T13:45:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #463: SUBO-1224 Change mail text`); report.push(`2021-09-17T13:45:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-17T15:17:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #462: SUBO-1037 fix: clear cache after unmounting Reconciliations and Treatments pages`); +report.push(`2021-09-17T15:17:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #462: SUBO-1037 fix(faq): clear cache after unmounting Reconciliations and Treatments pages`); report.push(`2021-09-17T15:17:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-18T09:22:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-987 fix: return transparent background for textarea`); +report.push(`2021-09-18T09:22:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-987 fix(faq): return transparent background for textarea`); report.push(`5 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); report.push(`2021-09-18T09:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-18T09:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #465: SUBO-987 fix: return transparent background for textarea`); -report.push(`2021-09-18T10:19:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: show error message from backend on Login page`); +report.push(`2021-09-18T09:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #465: SUBO-987 fix(faq): return transparent background for textarea`); +report.push(`2021-09-18T10:19:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): show error message from backend on Login page`); report.push(`8 2 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); report.push(`1 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); @@ -10768,9 +10768,9 @@ report.push(`0 4 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-09-18T11:30:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #468: Bugfix/SUBO-1228 clean up Roles state after user switching`); report.push(`2021-09-18T11:30:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-18T11:32:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #466: SUBO-1037 fix: show error message from backend on Login page`); +report.push(`2021-09-18T11:32:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #466: SUBO-1037 fix(faq): show error message from backend on Login page`); report.push(`2021-09-18T11:32:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-18T13:19:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1227 fix: added Route to AccessRequest page`); +report.push(`2021-09-18T13:19:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1227 fix(faq): added Route to AccessRequest page`); report.push(`14 9 src/ts/pages/AccessRequest/index.tsx`); report.push(``); report.push(`2021-09-18T13:29:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'release/release-2.0.0' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-1227-Add-link-on-success-page`); @@ -10780,32 +10780,32 @@ report.push(``); report.push(`2021-09-18T15:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #471: SUBO-1230 fix: add all urls in Nginx for SM`); report.push(`2021-09-18T15:24:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1230 fix: change config Nginx for release, merge release and master`); report.push(`2021-09-18T15:29:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #473: SUBO-1230 fix: add all urls in Nginx for SM`); -report.push(`2021-09-18T15:29:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #470: SUBO-1227 fix: added Route to AccessRequest page`); +report.push(`2021-09-18T15:29:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #470: SUBO-1227 fix(faq): added Route to AccessRequest page`); report.push(`2021-09-18T15:29:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-18T21:09:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1231 fix: enable Request Button for old roles`); +report.push(`2021-09-18T21:09:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1231 fix(AIS): enable Request Button for old roles`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); report.push(`2021-09-19T11:14:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1229 fix: corrected endpoint for Notifications count`); report.push(`4 1 src/ts/pages/Authorization/api.ts`); report.push(`17 25 src/ts/pages/Notifications/api.ts`); report.push(``); -report.push(`2021-09-19T11:50:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #474: SUBO-1231 fix: enable Request Button for old roles`); +report.push(`2021-09-19T11:50:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #474: SUBO-1231 fix(AIS): enable Request Button for old roles`); report.push(`2021-09-19T11:51:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #475: SUBO-1229 fix: corrected endpoint for Notifications count`); -report.push(`2021-09-19T13:11:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1232 fix: corrected roles sorting and removed grey color for old role`); +report.push(`2021-09-19T13:11:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1232 fix(OIR): corrected roles sorting and removed grey color for old role`); report.push(`24 13 src/ts/pages/Template/components/Roles.tsx`); report.push(``); report.push(`2021-09-19T13:17:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1235 fix: add reload page after comment`); report.push(`1 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`9 2 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); report.push(``); -report.push(`2021-09-19T13:19:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #477: SUBO-1232 fix: corrected roles sorting and removed grey color for old role`); +report.push(`2021-09-19T13:19:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #477: SUBO-1232 fix(OIR): corrected roles sorting and removed grey color for old role`); report.push(`2021-09-19T13:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #478: SUBO-1235 fix: add reload page after comment`); report.push(`2021-09-19T13:29:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1235 fix: merge Master and Release`); report.push(`2021-09-19T13:52:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #481: SUBO-1235 Merge release and master`); report.push(`2021-09-20T10:43:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1223 fix: hide cursor for roadmap`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-09-20T14:48:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-20T14:48:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`42 7 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`7 0 src/ts/interfaces/SearchParams.ts`); @@ -10819,7 +10819,7 @@ report.push(`21 17 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`87 0 src/ts/pages/Requests/store/SearchFilters.ts`); report.push(`2 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-20T16:49:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-20T16:49:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`1 7 src/ts/components/Select/components/list/Static.tsx`); report.push(`3 1 src/ts/components/Select/helpers/index.ts`); report.push(`1 0 src/ts/interfaces/SearchParams.ts`); @@ -10834,7 +10834,7 @@ report.push(`7 5 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`17 6 src/ts/pages/Requests/store/SearchFilters.ts`); report.push(`13 20 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-20T18:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-20T18:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`11 10 src/ts/components/Select/components/Search.tsx`); report.push(`18 5 src/ts/components/Select/index.tsx`); report.push(``); @@ -10849,7 +10849,7 @@ report.push(`48 0 src/ts/components/Select/styles/list.scss`); report.push(`34 0 src/ts/components/Select/styles/value-list.scss`); report.push(`50 0 src/ts/components/Select/styles/value.scss`); report.push(``); -report.push(`2021-09-21T14:48:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filtersg`); +report.push(`2021-09-21T14:48:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filtersg`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`5 2 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`15 13 src/ts/components/Select/components/value-list/List.tsx`); @@ -10858,7 +10858,7 @@ report.push(`42 37 src/ts/components/Select/index.tsx`); report.push(`2 1 src/ts/components/Select/styles/value-list.scss`); report.push(`2 0 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`); report.push(``); -report.push(`2021-09-21T16:42:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add Tree in Select`); +report.push(`2021-09-21T16:42:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add Tree in Select`); report.push(`1 0 src/ts/components/Select/helpers/constants.ts`); report.push(`64 27 src/ts/components/Select/index.tsx`); report.push(`4 0 src/ts/components/Select/styles/list.scss`); @@ -10899,7 +10899,7 @@ report.push(`10 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Builder/styles/index.scss`); report.push(`42 6 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-09-23T09:27:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-23T09:27:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`17 44 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`3 3 src/ts/components/JsonSchema/components/widgets/Tree.tsx`); report.push(`7 1 src/ts/components/Select/components/Search.tsx`); @@ -10917,7 +10917,7 @@ report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`77 30 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-09-23T10:33:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-23T10:33:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`13 4 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 7 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`0 4 src/ts/components/Select/components/list/index.tsx`); @@ -10927,14 +10927,14 @@ report.push(`3 9 src/ts/components/Select/index.tsx`); report.push(``); report.push(`2021-09-23T10:34:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #484: SUBO-1203 fix: corrected Builder by comments from Designer`); report.push(`2021-09-23T10:51:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 refactor: merge with develop`); -report.push(`2021-09-23T11:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-23T11:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(`0 8 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`0 46 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(`2 0 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`1 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-09-23T11:44:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat: add multiple select for search filters`); +report.push(`2021-09-23T11:44:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 feat(Excel): add multiple select for search filters`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(`5 0 src/ts/pages/Treatments/store/SearchFilters.ts`); report.push(``); @@ -10952,18 +10952,18 @@ report.push(`47 0 src/ts/pages/Builder/pages/SuccessRequest.tsx`); report.push(`8 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); report.push(`2021-09-23T13:24:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #485: SUBO-1186 Add multiple select for search filters`); -report.push(`2021-09-23T14:24:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1201 fix: remove cache from html`); +report.push(`2021-09-23T14:24:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1201 fix(AIS): remove cache from html`); report.push(`4 0 public/index.html`); report.push(``); -report.push(`2021-09-23T15:34:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #486: SUBO-1201 fix: remove cache from html`); -report.push(`2021-09-23T17:12:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1232 fix: corrected Roles color logic`); +report.push(`2021-09-23T15:34:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #486: SUBO-1201 fix(AIS): remove cache from html`); +report.push(`2021-09-23T17:12:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1232 fix(OIR): corrected Roles color logic`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`0 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`0 3 src/ts/pages/Template/components/Groups.tsx`); report.push(`5 5 src/ts/pages/Template/components/Roles.tsx`); report.push(`4 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-09-23T17:25:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #489: SUBO-1232 fix: corrected Roles color logic`); +report.push(`2021-09-23T17:25:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #489: SUBO-1232 fix(OIR): corrected Roles color logic`); report.push(`2021-09-24T09:18:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 fix: select User in Template not work`); report.push(`8 1 src/ts/pages/Template/store/Template.ts`); report.push(``); @@ -10977,11 +10977,11 @@ report.push(`5 0 src/ts/components/Select/styles/list.scss`); report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); report.push(`2021-09-24T09:47:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #491: SUBO-1089 fix: change style for Clear button in Select`); -report.push(`2021-09-24T11:09:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1262 fix: add text with warning in Template`); +report.push(`2021-09-24T11:09:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1262 fix(OIR): add text with warning in Template`); report.push(`7 0 src/ts/pages/Template/components/Description.tsx`); report.push(`8 2 src/ts/pages/Template/styles/description.scss`); report.push(``); -report.push(`2021-09-24T11:15:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: change style for disable select in Template (pt 3.1)`); +report.push(`2021-09-24T11:15:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): change style for disable select in Template (pt 3.1)`); report.push(`1 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`10 0 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(``); @@ -11016,7 +11016,7 @@ report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2021-09-28T09:56:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #494: SUBO-1306 Fix description and searchText in select`); report.push(`2021-09-28T09:56:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T09:41:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1125 feat: add UiKit component Hint`); +report.push(`2021-09-30T09:41:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1125 feat(profile): add UiKit component Hint`); report.push(`2 2 src/assets/images/close.svg`); report.push(`79 0 src/ts/components/Hint/components/Portal.tsx`); report.push(`6 0 src/ts/components/Hint/helpers/interfaces.ts`); @@ -11025,15 +11025,15 @@ report.push(`70 0 src/ts/components/Hint/index.tsx`); report.push(`1 0 src/ts/components/index.scss`); report.push(`17 20 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-09-30T10:39:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1125 feat: add UiKit component Hint`); +report.push(`2021-09-30T10:39:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1125 feat(profile): add UiKit component Hint`); report.push(`3 2 src/ts/components/Hint/index.scss`); report.push(``); -report.push(`2021-09-30T10:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #495: SUBO-965, SUBO-1125 feat: add UiKit component Hint`); +report.push(`2021-09-30T10:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #495: SUBO-965, SUBO-1125 feat(profile): add UiKit component Hint`); report.push(`2021-09-30T10:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T11:01:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1331 fix: rename AD group in RoadMap`); +report.push(`2021-09-30T11:01:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1331 fix(AIS): rename AD group in RoadMap`); report.push(`14 30 src/ts/snippets/RequestStatus/components/roadmap/Candidates.tsx`); report.push(``); -report.push(`2021-09-30T11:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #496: SUBO-1331 fix: rename AD group in RoadMap`); +report.push(`2021-09-30T11:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #496: SUBO-1331 fix(AIS): rename AD group in RoadMap`); report.push(`2021-09-30T11:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); report.push(`2021-09-30T11:35:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: change orgUnit filter requests`); report.push(`2 1 src/ts/pages/Reconciliations/index.tsx`); @@ -11071,7 +11071,7 @@ report.push(`2 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2021-09-30T15:05:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #500: SUBO-1166 fix: change z-index for title in sidebar`); report.push(`2021-09-30T15:05:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T16:48:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1326 feat: change formats for link in Template description`); +report.push(`2021-09-30T16:48:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1326 feat(Excel): change formats for link in Template description`); report.push(`2 11 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`81 0 src/ts/pages/AccessRequest/components/CommentFromSM.tsx`); report.push(``); @@ -11105,10 +11105,10 @@ report.push(`2021-10-01T11:16:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2021-10-01T11:43:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1340 fix: remove item from Select list`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-10-01T11:51:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1341 fix: add focus for search input in Select`); +report.push(`2021-10-01T11:51:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1341 fix(AIS): add focus for search input in Select`); report.push(`3 0 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-10-01T12:01:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1342 fix: clear list by click on CLEAR item in list in Select`); +report.push(`2021-10-01T12:01:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1342 fix(OIR): clear list by click on CLEAR item in list in Select`); report.push(`2 0 src/ts/components/Select/index.tsx`); report.push(``); report.push(`2021-10-01T12:03:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #504: SUBO-1340, SUBO-1341, SUBO-1342 - Fix errors in Select element and Search filters`); @@ -11133,17 +11133,17 @@ report.push(`2021-10-01T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2021-10-01T16:18:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1348 fix: remove link from text`); report.push(`1 1 src/ts/pages/Help/helpers/getMockData.ts`); report.push(``); -report.push(`2021-10-01T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1347 fix: change logic for remove filters by value`); +report.push(`2021-10-01T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1347 fix(faq): change logic for remove filters by value`); report.push(`1 1 src/ts/pages/Requests/store/SearchFilters.ts`); report.push(``); report.push(`2021-10-01T16:21:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #507: SUBO-1347, SUBO-1348 Relace text in Help and fix error in filters`); report.push(`2021-10-01T16:21:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T17:13:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1347 fix: add author login in table`); +report.push(`2021-10-01T17:13:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1347 fix(faq): add author login in table`); report.push(`4 4 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`1 1 src/ts/components/Table/components/TableCell.tsx`); report.push(`1 1 src/ts/components/Table/components/templates/CellString.tsx`); report.push(``); -report.push(`2021-10-01T17:14:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #508: SUBO-1347 fix: add author login in table`); +report.push(`2021-10-01T17:14:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #508: SUBO-1347 fix(faq): add author login in table`); report.push(`2021-10-01T17:14:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); report.push(`2021-10-02T15:04:02+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Pull request #505: SUBO-1345 fix: hide removing roles`); report.push(`2021-10-02T15:04:03+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Automatic merge from release/release-2.1.0 -> master`); @@ -11228,7 +11228,7 @@ report.push(`70 0 src/ts/pages/TemplateOir/components/OrgStructuresFilter.tsx`); report.push(``); report.push(`2021-10-12T09:56:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #515: SUBO-1395 fix: change default User select`); report.push(`2021-10-12T09:56:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-12T11:45:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1396 feat: added Cancel button for Access Request`); +report.push(`2021-10-12T11:45:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1396 feat(Excel): added Cancel button for Access Request`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(`2 0 src/ts/interfaces/Notification.ts`); report.push(`20 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11239,8 +11239,8 @@ report.push(`106 0 src/ts/pages/Requests/components/modal/CancelAction.tsx`); report.push(`6 1 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`3 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-10-12T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #516: SUBO-1396 feat: added Cancel button for Access Request`); -report.push(`2021-10-12T13:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat: added OIR Template form`); +report.push(`2021-10-12T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #516: SUBO-1396 feat(Excel): added Cancel button for Access Request`); +report.push(`2021-10-12T13:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat(profile): added OIR Template form`); report.push(`0 106 src/ts/pages/TemplateOir/components/DynamicFieldsWrapper.tsx`); report.push(`31 3 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`5 15 src/ts/pages/TemplateOir/components/Roles.tsx`); @@ -11299,17 +11299,17 @@ report.push(`1 0 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`2 1 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); report.push(`2021-10-13T12:54:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #518: Feature/SUBO-1285 convert dynamic field to JSONSchema format`); -report.push(`2021-10-13T14:17:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1431 fix: corrected text in the Info`); +report.push(`2021-10-13T14:17:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1431 fix(AIS): corrected text in the Info`); report.push(`1 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-10-13T14:23:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1431 fix: corrected text in the Info`); +report.push(`2021-10-13T14:23:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1431 fix(AIS): corrected text in the Info`); report.push(`1 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-10-13T15:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat: corrected orgUnit dropdown`); +report.push(`2021-10-13T15:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat(profile): corrected orgUnit dropdown`); report.push(`1 0 src/ts/pages/TemplateOir/components/OrgStructuresFilter.tsx`); report.push(`10 5 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-13T17:49:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat: corrected orgUnit dropdown`); +report.push(`2021-10-13T17:49:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 feat(profile): corrected orgUnit dropdown`); report.push(`6 3 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); report.push(`2021-10-13T20:35:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1382 feat: add reports`); @@ -11342,10 +11342,10 @@ report.push(``); report.push(`2021-10-13T20:46:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1382 feat: add reports`); report.push(`10 0 src/ts/pages/Reports/components/Table.tsx`); report.push(``); -report.push(`2021-10-13T20:57:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #520: SUBO-1285 feat: corrected orgUnit dropdown`); +report.push(`2021-10-13T20:57:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #520: SUBO-1285 feat(profile): corrected orgUnit dropdown`); report.push(`2021-10-13T20:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #519: Feature/SUBO-1431 correct roadmap for Cancel action`); report.push(`2021-10-14T09:29:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #521: SUBO-1382 Add reports`); -report.push(`2021-10-14T13:32:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1457 fix: corrected refs creating in the Form wrapper`); +report.push(`2021-10-14T13:32:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1457 fix(faq): corrected refs creating in the Form wrapper`); report.push(`18 6 src/ts/components/form/index.tsx`); report.push(``); report.push(`2021-10-14T13:48:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1279 feat: add new template for Table`); @@ -11361,7 +11361,7 @@ report.push(`1 1 src/ts/pages/Reports/components/Table.tsx`); report.push(`1 1 src/ts/pages/Reports/index.tsx`); report.push(`17 1 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2021-10-14T13:49:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #522: SUBO-1457 fix: corrected refs creating in the Form wrapper`); +report.push(`2021-10-14T13:49:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #522: SUBO-1457 fix(faq): corrected refs creating in the Form wrapper`); report.push(`2021-10-14T13:49:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); report.push(`2021-10-14T13:52:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1279 feat: add new template for Table`); report.push(`4 4 src/ts/components/Table/components/templates/CellList.tsx`); @@ -11369,7 +11369,7 @@ report.push(`1 1 src/ts/components/Table/styles/{cell-link.scss => cell-list.scs report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(``); report.push(`2021-10-15T09:34:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #523: SUBO-1279 Add new template for Table`); -report.push(`2021-10-17T11:43:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1384 feat: add new design for roles`); +report.push(`2021-10-17T11:43:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1384 feat(profile): add new design for roles`); report.push(`31 0 src/assets/images/template/warning.svg`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`30 1 src/ts/pages/Template/components/Form.tsx`); @@ -11385,7 +11385,7 @@ report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-10-18T09:47:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1384 feat: change design for roles`); +report.push(`2021-10-18T09:47:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1384 feat(profile): change design for roles`); report.push(`31 3 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 9 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`45 34 src/ts/pages/Template/components/Form.tsx`); @@ -11399,7 +11399,7 @@ report.push(`1 1 src/ts/pages/Template/styles/group.scss`); report.push(``); report.push(`2021-10-18T09:51:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #524: SUBO-1472 feat: use property email in roadmap for send mail`); report.push(`2021-10-18T09:51:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-18T10:56:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: added expanded sidebar`); +report.push(`2021-10-18T10:56:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): added expanded sidebar`); report.push(`4 0 src/assets/custom-ui-kit/CheckOutline.svg`); report.push(`31 7 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`14 4 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); @@ -11411,7 +11411,7 @@ report.push(`2021-10-18T11:37:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1280 fea report.push(`12 1 src/ts/pages/Template/components/Form.tsx`); report.push(`6 0 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-10-18T12:39:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: done pt 1-5 from comment by Designer`); +report.push(`2021-10-18T12:39:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): done pt 1-5 from comment by Designer`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryDetailsTree.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`1 0 src/ts/pages/Catalogue/styles/catalogue.scss`); @@ -11423,14 +11423,14 @@ report.push(`1 1 src/ts/pages/Template/styles/description.scss`); report.push(`1 1 src/ts/pages/Template/styles/header.scss`); report.push(`2 2 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-10-18T14:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #525: SUBO-1384 feat: added expanded sidebar`); -report.push(`2021-10-18T14:13:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #526: SUBO-1384 feat: done pt 1-5 from comment by Designer`); +report.push(`2021-10-18T14:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #525: SUBO-1384 feat(profile): added expanded sidebar`); +report.push(`2021-10-18T14:13:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #526: SUBO-1384 feat(profile): done pt 1-5 from comment by Designer`); report.push(`2021-10-18T14:51:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #527: SUBO-1384 Add new design for roles`); report.push(`2021-10-18T14:53:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected haventRoles property`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2021-10-18T15:08:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #528: SUBO-1384 fix: corrected haventRoles property`); -report.push(`2021-10-18T16:37:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: done pt 14-15 from comments by Designer`); +report.push(`2021-10-18T16:37:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): done pt 14-15 from comments by Designer`); report.push(`11 9 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 3 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`10 1 src/ts/pages/Requests/styles/item.scss`); @@ -11443,14 +11443,14 @@ report.push(`1 16 src/ts/pages/Template/styles/description.scss`); report.push(`4 0 src/ts/pages/Template/styles/help.scss`); report.push(`12 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-10-18T17:58:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #529: SUBO-1384 feat: done pt 14-15 from comments by Designer`); -report.push(`2021-10-19T09:28:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1341 fix: replace default placeholder in Select`); +report.push(`2021-10-18T17:58:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #529: SUBO-1384 feat(profile): done pt 14-15 from comments by Designer`); +report.push(`2021-10-19T09:28:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1341 fix(AIS): replace default placeholder in Select`); report.push(`1 1 src/ts/components/Select/components/Search.tsx`); report.push(``); report.push(`2021-10-19T09:34:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1433 fix: replace IF for assessment comment, hide title`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-10-19T14:29:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: added modal window for approveler info`); +report.push(`2021-10-19T14:29:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): added modal window for approveler info`); report.push(`2 2 src/ts/pages/Requests/components/item/Line.tsx`); report.push(`77 0 src/ts/pages/Requests/components/modal/RecipientMessage.tsx`); report.push(`9 0 src/ts/pages/Requests/styles/item.scss`); @@ -11460,15 +11460,15 @@ report.push(`22 7 src/ts/snippets/RequestStatus/components/roadmap/RoadMap.tsx`) report.push(`4 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`5 0 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(``); -report.push(`2021-10-19T15:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1487 fix: corrected displayed user name`); +report.push(`2021-10-19T15:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1487 fix(faq): corrected displayed user name`); report.push(`1 1 src/ts/pages/Help/index.tsx`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(`1 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(``); report.push(`2021-10-19T15:43:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #530: SUBO-1341 Replace default placeholder in Select`); report.push(`2021-10-19T15:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-19T15:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #531: SUBO-1487 fix: corrected displayed user name`); -report.push(`2021-10-19T16:26:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #532: SUBO-1384 feat: added modal window for approveler info`); +report.push(`2021-10-19T15:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #531: SUBO-1487 fix(faq): corrected displayed user name`); +report.push(`2021-10-19T16:26:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #532: SUBO-1384 feat(profile): added modal window for approveler info`); report.push(`2021-10-19T16:48:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected Catalogue icons`); report.push(`2 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`4 5 src/ts/pages/Catalogue/styles/line.scss`); @@ -11544,27 +11544,27 @@ report.push(`5 0 src/ts/components/Select/index.tsx`); report.push(`1 0 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`9 18 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-10-21T10:40:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix: add redirect for Chrome from IE page`); +report.push(`2021-10-21T10:40:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix(OIR): add redirect for Chrome from IE page`); report.push(`3 0 public/ie.html`); report.push(``); -report.push(`2021-10-21T11:17:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix: add change layout for Template for small screen`); +report.push(`2021-10-21T11:17:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix(OIR): add change layout for Template for small screen`); report.push(`19 2 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`20 3 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-10-21T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1372 fix: add parse rules for links in SM response`); +report.push(`2021-10-21T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1372 fix(OIR): add parse rules for links in SM response`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`4 2 src/ts/pages/AccessRequest/components/CommentFromSM.tsx`); report.push(``); -report.push(`2021-10-21T12:01:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1472 fix: change user email in mail text from RoadMap`); +report.push(`2021-10-21T12:01:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1472 fix(OIR): change user email in mail text from RoadMap`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-10-21T12:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: added MenuButton component to Request card`); +report.push(`2021-10-21T12:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): added MenuButton component to Request card`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`58 4 src/ts/pages/Requests/components/item/Buttons.tsx`); report.push(`1 1 src/ts/pages/Requests/styles/index.scss`); report.push(`1 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-10-21T12:29:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1472 fix: hide personal title from reports (see comment)`); +report.push(`2021-10-21T12:29:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1472 fix(OIR): hide personal title from reports (see comment)`); report.push(`0 6 src/ts/helpers/formatter.ts`); report.push(`1 2 src/ts/pages/Reports/components/ExportToExcel.tsx`); report.push(`0 1 src/ts/pages/Reports/components/Header.tsx`); @@ -11580,15 +11580,15 @@ report.push(``); report.push(`2021-10-21T12:43:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #536: SUBO-1504 Add title in select`); report.push(`2021-10-21T12:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #541: SUBO-1498 fix: change style for active title in Help`); report.push(`2021-10-21T12:47:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #539: SUBO-1472 Change user email in mail text from RoadMap, hide personal title from reports (see comment)`); -report.push(`2021-10-21T12:47:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #538: SUBO-1372 fix: add parse rules for links in SM response`); -report.push(`2021-10-21T13:16:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #540: SUBO-1384 feat: added MenuButton component to Request card`); -report.push(`2021-10-21T16:35:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 feat: merged with master`); -report.push(`2021-10-22T09:24:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix: remove style chages`); +report.push(`2021-10-21T12:47:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #538: SUBO-1372 fix(OIR): add parse rules for links in SM response`); +report.push(`2021-10-21T13:16:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #540: SUBO-1384 feat(profile): added MenuButton component to Request card`); +report.push(`2021-10-21T16:35:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 feat(profile): merged with master`); +report.push(`2021-10-22T09:24:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1502 fix(OIR): remove style chages`); report.push(`2 19 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`2 19 src/ts/pages/Template/styles/index.scss`); report.push(``); report.push(`2021-10-22T09:26:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #537: SUBO-1502 Add redirect for Chrome from IE page`); -report.push(`2021-10-22T10:27:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 feat: added full page for OIR request`); +report.push(`2021-10-22T10:27:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 feat(profile): added full page for OIR request`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(`3 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 1 src/ts/interfaces/request/RequestMedium.ts`); @@ -11645,7 +11645,7 @@ report.push(`2021-10-23T01:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1500 fix report.push(`2 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(``); -report.push(`2021-10-24T01:21:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1514 feat: add checking before create Template`); +report.push(`2021-10-24T01:21:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1514 feat(profile): add checking before create Template`); report.push(`3 0 src/ts/pages/Template/api.ts`); report.push(`2 1 src/ts/pages/Template/components/Template.tsx`); report.push(`5 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); @@ -11656,7 +11656,7 @@ report.push(`5 4 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2021-10-24T10:00:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #550: SUBO-1384 fix: change animation for sidebar`); report.push(`2021-10-24T10:00:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T10:04:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #549: SUBO-1514 feat: add checking before create Template`); +report.push(`2021-10-24T10:04:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #549: SUBO-1514 feat(profile): add checking before create Template`); report.push(`2021-10-24T10:04:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-24T10:06:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #548: SUBO-1505 fix: change sidebar size for small layout in Template`); report.push(`2021-10-24T10:06:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); @@ -11674,7 +11674,7 @@ report.push(`4 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 0 src/ts/pages/Requests/components/item/Info.tsx`); report.push(`5 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-10-24T12:18:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat: added new filters`); +report.push(`2021-10-24T12:18:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 feat(profile): added new filters`); report.push(`14 2 src/ts/pages/Requests/api.ts`); report.push(`25 3 src/ts/pages/Treatments/index.tsx`); report.push(``); @@ -11722,7 +11722,7 @@ report.push(`2021-10-25T09:31:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2021-10-25T09:31:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #556: SUBO-1384 fix: corrected catalogue getRoles endpoint`); report.push(`2021-10-25T09:31:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-25T10:35:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: added changes from master`); -report.push(`2021-10-25T11:22:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1522 fix: correct switch color in Template`); +report.push(`2021-10-25T11:22:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1522 fix(OIR): correct switch color in Template`); report.push(`12 4 src/ts/pages/Template/styles/hacks.scss`); report.push(``); report.push(`2021-10-25T11:25:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1513 fix: remove tags from role description`); @@ -11731,7 +11731,7 @@ report.push(``); report.push(`2021-10-25T11:26:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1513 fix: remove tags from role description`); report.push(`0 1 src/ts/components/DataLoader/store/index.ts`); report.push(``); -report.push(`2021-10-25T11:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #558: SUBO-1522 fix: correct switch color in Template`); +report.push(`2021-10-25T11:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #558: SUBO-1522 fix(OIR): correct switch color in Template`); report.push(`2021-10-25T11:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-25T11:48:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1508 fix: remove minLength from comment for cancel request`); report.push(`20 14 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); @@ -11745,7 +11745,7 @@ report.push(`2021-10-25T12:42:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1343 fix report.push(`7 0 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`4 0 src/ts/components/Select/styles/list.scss`); report.push(``); -report.push(`2021-10-25T12:57:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1521 fix: correct visibility of modal for removing access`); +report.push(`2021-10-25T12:57:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1521 fix(AIS): correct visibility of modal for removing access`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 2 src/ts/pages/Template/components/Template.tsx`); report.push(`2 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); @@ -11753,7 +11753,7 @@ report.push(`10 0 src/ts/pages/Template/helpers/roles.ts`); report.push(``); report.push(`2021-10-25T13:03:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #561: SUBO-1343 fix: add Nothing Found for list in select`); report.push(`2021-10-25T13:03:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-25T13:11:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #562: SUBO-1521 fix: correct visibility of modal for removing access`); +report.push(`2021-10-25T13:11:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #562: SUBO-1521 fix(AIS): correct visibility of modal for removing access`); report.push(`2021-10-25T13:12:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-25T14:20:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1523 fix: corrected roles color`); report.push(`15 6 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11771,7 +11771,7 @@ report.push(``); report.push(`2021-10-26T09:00:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1526 fix: change validation for remove type of Template`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-26T09:21:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1527 fix: cancel prev roles for collision`); +report.push(`2021-10-26T09:21:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1527 fix(faq): cancel prev roles for collision`); report.push(`4 0 src/ts/interfaces/request/Collision.ts`); report.push(`4 3 src/ts/pages/Template/components/Template.tsx`); report.push(`21 1 src/ts/pages/Template/store/Template.ts`); @@ -11792,7 +11792,7 @@ report.push(`46 1 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`8 1 src/ts/pages/Template/components/Template.tsx`); report.push(`41 0 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2021-10-26T10:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1527 fix: hide title for roles if there are no roles`); +report.push(`2021-10-26T10:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1527 fix(faq): hide title for roles if there are no roles`); report.push(`16 12 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2021-10-26T10:03:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: add list canceled requests after create new Template`); @@ -11801,10 +11801,10 @@ report.push(``); report.push(`2021-10-26T10:05:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: add list canceled requests after create new Template`); report.push(`0 2 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2021-10-26T10:07:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1527 fix: deleted console log`); +report.push(`2021-10-26T10:07:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1527 fix(faq): deleted console log`); report.push(`0 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-10-26T10:10:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #566: SUBO-1527 fix: cancel prev roles for collision`); +report.push(`2021-10-26T10:10:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #566: SUBO-1527 fix(faq): cancel prev roles for collision`); report.push(`2021-10-26T10:10:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-26T10:15:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 fix: merge with masterg`); report.push(`2021-10-26T10:18:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: show list canceled requests after create new request`); @@ -11897,7 +11897,7 @@ report.push(``); report.push(`2021-10-27T12:49:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1559 fix: deleted console log`); report.push(`0 2 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-10-27T13:49:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix: change path for user`); +report.push(`2021-10-27T13:49:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix(AIS): change path for user`); report.push(`1 1 src/ts/pages/Help/index.tsx`); report.push(`3 2 src/ts/pages/MainPage/index.tsx`); report.push(`1 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -11908,22 +11908,22 @@ report.push(`2 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-10-27T13:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix: fix export`); +report.push(`2021-10-27T13:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix(AIS): fix export`); report.push(`2 1 src/ts/helpers/exportToFile.ts`); report.push(`1 1 src/ts/pages/Reports/components/Table.tsx`); report.push(``); report.push(`2021-10-27T13:54:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #574: SUBO-1571 Change table view in reports`); report.push(`2021-10-27T13:54:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-27T14:28:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix: change description for user select in Template`); +report.push(`2021-10-27T14:28:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix(AIS): change description for user select in Template`); report.push(`1 1 src/ts/pages/Reports/components/Table.tsx`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-10-27T14:30:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #575: SUBO-1571 fix: change description for user select in Template`); +report.push(`2021-10-27T14:30:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #575: SUBO-1571 fix(AIS): change description for user select in Template`); report.push(`2021-10-27T14:30:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-27T14:46:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix: add link parser for cards with requests`); +report.push(`2021-10-27T14:46:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1571 fix(AIS): add link parser for cards with requests`); report.push(`7 12 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(``); -report.push(`2021-10-27T14:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #576: SUBO-1571 fix: add link parser for cards with requests`); +report.push(`2021-10-27T14:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #576: SUBO-1571 fix(AIS): add link parser for cards with requests`); report.push(`2021-10-27T14:47:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); report.push(`2021-10-27T16:20:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1559 fix: corrected wrong roles modal after user changing`); report.push(`13 1 src/ts/pages/Template/components/Form.tsx`); @@ -11938,7 +11938,7 @@ report.push(`2 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2021-10-28T09:34:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #573: SUBO-1559 feat: added Modal for callback wrong roles`); report.push(`2021-10-28T09:34:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-28T11:31:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat: added info to the OIR card`); +report.push(`2021-10-28T11:31:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat(Excel): added info to the OIR card`); report.push(`1 1 src/setupProxy.js`); report.push(`2 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`75 20 src/ts/pages/Requests/components/item/DynamicPart.tsx`); @@ -11947,12 +11947,12 @@ report.push(`9 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`19 0 src/ts/pages/Requests/styles/item.scss`); report.push(`1 2 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-28T11:36:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat: corrected styles`); +report.push(`2021-10-28T11:36:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat(Excel): corrected styles`); report.push(`4 8 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`0 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`0 4 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-10-28T16:09:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat: added roles to the OIR Request page and corrected style`); +report.push(`2021-10-28T16:09:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1416 feat(Excel): added roles to the OIR Request page and corrected style`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`4 37 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`328 0 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); @@ -11973,7 +11973,7 @@ report.push(`3 2 src/ts/pages/MainPage/components/FavoriteItem.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`6 2 src/ts/pages/Requests/components/item/Line.tsx`); report.push(``); -report.push(`2021-10-28T18:25:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat: added validation to the OIR form step 1`); +report.push(`2021-10-28T18:25:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat(profile): added validation to the OIR form step 1`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 3 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 1 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); @@ -11999,19 +11999,19 @@ report.push(`7 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-10-29T11:10:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #579: SUBO-1594, SUBO-1593 Remove isOpen in roles, disable old roles for multiple`); report.push(`2021-10-29T11:10:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-29T12:11:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1517 feat: change checkbox on radio button for role view`); +report.push(`2021-10-29T12:11:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1517 feat(traffic chart): change checkbox on radio button for role view`); report.push(`38 81 src/ts/components/JsonSchema/components/widgets/Radio.tsx`); report.push(`3 9 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`27 3 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-10-29T12:12:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #580: SUBO-1416 feat: added roles to the OIR Request page and corrected style`); -report.push(`2021-10-29T13:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat: added validation step 2`); -report.push(`2021-10-29T13:53:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat: corrected required prop`); +report.push(`2021-10-29T12:12:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #580: SUBO-1416 feat(Excel): added roles to the OIR Request page and corrected style`); +report.push(`2021-10-29T13:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat(profile): added validation step 2`); +report.push(`2021-10-29T13:53:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 feat(profile): corrected required prop`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2021-10-29T14:27:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #581: SUBO-1517 feat: change checkbox on radio button for role view`); +report.push(`2021-10-29T14:27:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #581: SUBO-1517 feat(traffic chart): change checkbox on radio button for role view`); report.push(`2021-10-29T14:52:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #582: Feature/SUBO-1574 add validation for OIR form`); -report.push(`2021-11-01T12:56:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-01T12:56:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`73 0 src/ts/components/Excel/components/Editable.tsx`); report.push(`47 0 src/ts/components/Excel/components/EditableInput.tsx`); report.push(`46 0 src/ts/components/Excel/components/EditableSelect.tsx`); @@ -12033,7 +12033,7 @@ report.push(`3 1 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`13 22 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(``); report.push(`2021-11-01T13:34:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: solved merge conflicts`); -report.push(`2021-11-01T14:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-01T14:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`12 0 src/ts/components/Excel/index.scss`); report.push(`49 5 src/ts/components/Excel/index.tsx`); report.push(``); @@ -12054,7 +12054,7 @@ report.push(`2021-11-01T17:21:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-16 report.push(`4 37 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2021-11-01T17:27:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #587: SUBO-1600 fix: solved merge conflicts`); -report.push(`2021-11-01T17:36:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix: merge release in master`); +report.push(`2021-11-01T17:36:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 fix(faq): merge release in master`); report.push(`2021-11-01T17:49:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #589: Bugfix/SUBO Merge release in master`); report.push(`2021-11-02T12:53:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: corrected Select logic labels step 2`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); @@ -12080,7 +12080,7 @@ report.push(`1 0 src/ts/pages/TemplateOir/components/OrgStructuresFilter.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2021-11-02T15:44:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #590: SUBO-1574 fix: remove blur validation from Select element of OIR form`); -report.push(`2021-11-02T16:24:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-02T16:24:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`24 1 src/ts/components/Excel/components/Canvas.tsx`); report.push(`11 0 src/ts/components/Excel/helpers/constants.ts`); report.push(`459 0 src/ts/components/Excel/helpers/excel.ts`); @@ -12090,8 +12090,8 @@ report.push(`1 0 src/ts/components/Excel/interfaces/ColumnHelpers.ts`); report.push(`3 0 src/ts/components/Excel/interfaces/SelectedRegion.ts`); report.push(`464 0 src/ts/components/Excel/store/index.ts`); report.push(``); -report.push(`2021-11-02T16:52:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); -report.push(`2021-11-03T13:16:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-02T16:52:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); +report.push(`2021-11-03T13:16:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`7 6 src/ts/components/Excel/components/Canvas.tsx`); report.push(`9 9 src/ts/components/Excel/helpers/constants.ts`); report.push(`1 0 src/ts/components/Excel/helpers/excel.ts`); @@ -12112,11 +12112,11 @@ report.push(`27 36 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/SuccessRequest.tsx`); report.push(`5 12 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-11-03T13:19:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat: add report service in Nginx`); +report.push(`2021-11-03T13:19:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat(traffic chart): add report service in Nginx`); report.push(`4 0 nginx.conf`); report.push(``); report.push(`2021-11-03T16:12:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #592: SUBO-1574 fix: coorected OIR styles by comments from Analytics`); -report.push(`2021-11-03T17:01:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-03T17:01:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`1 1 src/ts/components/Excel/components/Editable.tsx`); report.push(`11 2 src/ts/components/Excel/components/EditableInput.tsx`); report.push(`65 0 src/ts/components/Excel/components/EditableSimpleSelect.tsx`); @@ -12125,23 +12125,23 @@ report.push(`6 6 src/ts/components/Excel/index.scss`); report.push(`2 1 src/ts/components/Excel/index.tsx`); report.push(`5 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-11-03T17:04:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-03T17:04:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`1 1 src/ts/components/Excel/index.scss`); report.push(``); -report.push(`2021-11-03T17:12:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-03T17:12:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`7 1 src/ts/components/Excel/helpers/excel.ts`); report.push(``); -report.push(`2021-11-08T09:09:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat: add reports in Nginx`); +report.push(`2021-11-08T09:09:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat(traffic chart): add reports in Nginx`); report.push(`1 1 nginx.conf`); report.push(``); -report.push(`2021-11-08T09:23:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-08T09:23:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`17 2 src/ts/components/Excel/README.md`); report.push(`1 29 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-11-08T09:26:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-08T09:26:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`0 464 src/ts/components/Excel/store/index.ts`); report.push(``); -report.push(`2021-11-08T09:27:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat: add edit cell for excel`); +report.push(`2021-11-08T09:27:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1515 feat(profile): add edit cell for excel`); report.push(`1 4 src/ts/components/Excel/README.md`); report.push(``); report.push(`2021-11-08T10:26:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1600 feat: show all roles in Template`); @@ -12153,12 +12153,12 @@ report.push(``); report.push(`2021-11-08T11:27:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #593: SUBO-1515 Add edit cell for excel`); report.push(`2021-11-08T11:43:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #594: SUBO-1600 feat: show all roles in Template`); report.push(`2021-11-08T11:43:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-11-08T14:40:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat: add tabs for roles description`); +report.push(`2021-11-08T14:40:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat(traffic chart): add tabs for roles description`); report.push(`5 50 src/ts/pages/Template/components/Roles.tsx`); report.push(`120 0 src/ts/pages/Template/components/RolesDescription.tsx`); report.push(`1 1 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-11-09T11:53:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat: add tabs for roles descrition`); +report.push(`2021-11-09T11:53:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 feat(traffic chart): add tabs for roles descrition`); report.push(`17 11 src/ts/components/Hint/components/Portal.tsx`); report.push(`0 5 src/ts/components/Hint/index.tsx`); report.push(`0 1 src/ts/pages/Template/components/Roles.tsx`); @@ -12202,7 +12202,7 @@ report.push(`7 0 public/support.html`); report.push(``); report.push(`2021-11-11T15:04:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #597: SUBO-1660 feat: add support page in Nginx.conf`); report.push(`2021-11-11T15:05:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-11-11T15:34:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: added DataLoader to Builder sections`); +report.push(`2021-11-11T15:34:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): added DataLoader to Builder sections`); report.push(`45 0 src/ts/pages/Builder/api.ts`); report.push(`37 19 src/ts/pages/Builder/components/Header.tsx`); report.push(`4 1 src/ts/pages/Builder/components/RulesList.tsx`); @@ -12254,7 +12254,7 @@ report.push(`2 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`3 2 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`3 2 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2021-11-12T17:11:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: added DataLoader for rules seсtions in the Builder`); +report.push(`2021-11-12T17:11:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): added DataLoader for rules seсtions in the Builder`); report.push(`22 6 src/ts/pages/Builder/api.ts`); report.push(`1 1 src/ts/pages/Builder/components/ButtonsGroup.tsx`); report.push(`3 7 src/ts/pages/Builder/components/CreateRuleForm.tsx`); @@ -12282,29 +12282,29 @@ report.push(`2021-11-15T09:16:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2021-11-15T09:37:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1599 fix: add width for column with template name in Reports`); report.push(`1 1 src/ts/pages/Reports/components/Table.tsx`); report.push(``); -report.push(`2021-11-15T09:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1541 fix: change logic in search`); +report.push(`2021-11-15T09:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1541 fix(AIS): change logic in search`); report.push(`1 1 src/ts/pages/Search/store/Search.ts`); report.push(``); report.push(`2021-11-15T10:29:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #598: SUBO-1642 refactor: Change requests for RoadMap`); -report.push(`2021-11-15T10:30:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #591: SUBO-1037 feat: add report service in Nginx`); -report.push(`2021-11-15T11:42:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1512 fix: add shortcut for role list`); +report.push(`2021-11-15T10:30:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #591: SUBO-1037 feat(traffic chart): add report service in Nginx`); +report.push(`2021-11-15T11:42:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1512 fix(OIR): add shortcut for role list`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`0 12 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`21 2 src/ts/pages/Template/components/Roles.tsx`); report.push(`12 0 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-11-15T11:53:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1597 fix: hide disabled elements with empty values from JSON schema`); +report.push(`2021-11-15T11:53:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1597 fix(faq): hide disabled elements with empty values from JSON schema`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`8 9 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); report.push(``); -report.push(`2021-11-15T13:11:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1625 feat: add ids for paginations`); +report.push(`2021-11-15T13:11:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1625 feat(profile): add ids for paginations`); report.push(`34 0 src/ts/components/DataLoader/helpers/Pagination.ts`); report.push(`10 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-11-15T18:05:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: modified AccessDetails form in the Builder`); +report.push(`2021-11-15T18:05:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): modified AccessDetails form in the Builder`); report.push(`5 5 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`9 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -12320,11 +12320,11 @@ report.push(`9 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`8 0 src/ts/pages/Builder/styles/template.scss`); report.push(`4 0 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-11-15T18:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #603: SUBO-1625 feat: add ids for paginations`); -report.push(`2021-11-15T18:24:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #602: SUBO-1597 fix: hide disabled elements with empty values from JSON schema`); -report.push(`2021-11-15T18:26:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #601: SUBO-1512 fix: add shortcut for role list`); +report.push(`2021-11-15T18:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #603: SUBO-1625 feat(profile): add ids for paginations`); +report.push(`2021-11-15T18:24:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #602: SUBO-1597 fix(faq): hide disabled elements with empty values from JSON schema`); +report.push(`2021-11-15T18:26:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #601: SUBO-1512 fix(OIR): add shortcut for role list`); report.push(`2021-11-15T18:33:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #600: SUBO-1541, SUBO-1599 Add width for column with template name in Reports, change logic in search`); -report.push(`2021-11-16T08:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #604: SUBO-1644 feat: modified AccessDetails form in the Builder`); +report.push(`2021-11-16T08:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #604: SUBO-1644 feat(profile): modified AccessDetails form in the Builder`); report.push(`2021-11-16T09:19:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 refactor: remove collision from frontend because Backend is done`); report.push(`4 2 src/ts/pages/Template/components/Roles.tsx`); report.push(`1 45 src/ts/pages/Template/components/SuccessRequest.tsx`); @@ -12336,7 +12336,7 @@ report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`45 1 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`9 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-11-16T14:00:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: prepared AccessDetail data for saving`); +report.push(`2021-11-16T14:00:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): prepared AccessDetail data for saving`); report.push(`36 11 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`6 2 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`8 1 src/ts/pages/Builder/components/ButtonsGroup.tsx`); @@ -12397,7 +12397,7 @@ report.push(`2 2 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`3 3 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); report.push(`2021-11-17T09:34:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #607: Feature/SUBO-1644 prepare AccessDetails data for saving`); -report.push(`2021-11-17T12:16:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: added loadTemplateInfo function for AccessDetails`); +report.push(`2021-11-17T12:16:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): added loadTemplateInfo function for AccessDetails`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`4 2 src/ts/pages/Builder/components/ButtonsGroup.tsx`); report.push(`25 0 src/ts/pages/Builder/helpers/accessDetails/loadTemplateInfo.ts`); @@ -12433,7 +12433,7 @@ report.push(`49 0 src/ts/snippets/FilterPanel/components/StringFilter.tsx`); report.push(`26 30 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(`27 31 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2021-11-18T10:48:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #609: SUBO-1644 feat: added loadTemplateInfo function for AccessDetails`); +report.push(`2021-11-18T10:48:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #609: SUBO-1644 feat(profile): added loadTemplateInfo function for AccessDetails`); report.push(`2021-11-18T10:48:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #608: Feature/SUBO-1678 correct api endpoints and data`); report.push(`2021-11-18T12:55:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); report.push(`7 0 src/ts/pages/Reports/api.ts`); @@ -12442,7 +12442,7 @@ report.push(`71 0 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(`13 0 src/ts/pages/Reports/helpers/index.ts`); report.push(`19 0 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2021-11-18T14:32:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: added Edit and Remove icons to the Table`); +report.push(`2021-11-18T14:32:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): added Edit and Remove icons to the Table`); report.push(`3 0 src/assets/images/edit.svg`); report.push(`3 0 src/assets/images/remove.svg`); report.push(`8 0 src/ts/components/Table/components/TableCell.tsx`); @@ -12470,8 +12470,8 @@ report.push(`1 1 src/ts/pages/Reports/components/ReportByUser.tsx`); report.push(`1 1 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(`18 6 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2021-11-18T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #610: SUBO-1644 feat: added Edit and Remove icons to the Table`); -report.push(`2021-11-18T17:12:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: refactor Buidler Table and styles`); +report.push(`2021-11-18T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #610: SUBO-1644 feat(profile): added Edit and Remove icons to the Table`); +report.push(`2021-11-18T17:12:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): refactor Buidler Table and styles`); report.push(`5 0 src/assets/images/trash.svg`); report.push(`0 88 src/ts/pages/Builder/components/Table.tsx`); report.push(`1 1 src/ts/pages/Builder/components/{ => modals}/ModalWindow.tsx`); @@ -12500,7 +12500,7 @@ report.push(`25 0 src/ts/pages/Builder/styles/table.scss`); report.push(`0 123 src/ts/pages/Builder/styles/template.scss`); report.push(``); report.push(`2021-11-18T17:47:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #611: SUBO-1623 Add filters in Reports`); -report.push(`2021-11-19T08:39:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #612: SUBO-1644 feat: refactor Buidler Table and styles`); +report.push(`2021-11-19T08:39:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #612: SUBO-1644 feat(profile): refactor Buidler Table and styles`); report.push(`2021-11-19T15:24:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 feat: added modal window with Dictionary`); report.push(`9 6 src/ts/components/Table/components/Settings.tsx`); report.push(`0 1 src/ts/components/Table/styles/settings.scss`); @@ -12508,7 +12508,7 @@ report.push(`62 0 src/ts/pages/Builder/components/modals/DictionaryModal.tsx`); report.push(`58 44 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`16 5 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2021-11-20T12:50:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat: add checking for role dependency`); +report.push(`2021-11-20T12:50:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat(profile): add checking for role dependency`); report.push(`7 0 src/ts/interfaces/request/Role.ts`); report.push(`32 0 src/ts/pages/Template/api.ts`); report.push(`27 15 src/ts/pages/Template/components/Form.tsx`); @@ -12519,12 +12519,12 @@ report.push(`3 12 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`40 29 src/ts/pages/Template/helpers/roles.ts`); report.push(`7 16 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-11-20T13:35:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat: add checking for role dependency`); +report.push(`2021-11-20T13:35:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat(profile): add checking for role dependency`); report.push(`7 1 src/ts/pages/Template/api.ts`); report.push(`9 10 src/ts/pages/Template/components/Form.tsx`); report.push(`27 1 src/ts/pages/Template/helpers/roles.ts`); report.push(``); -report.push(`2021-11-20T13:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat: add checking for role dependency`); +report.push(`2021-11-20T13:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1655 feat(profile): add checking for role dependency`); report.push(`0 38 src/ts/pages/Template/api.ts`); report.push(``); report.push(`2021-11-20T13:38:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #613: SUBO-1702 feat: added modal window with Dictionary`); @@ -12566,7 +12566,7 @@ report.push(`2021-11-20T23:11:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 ref report.push(`0 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); report.push(`2021-11-22T10:56:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #614: SUBO-1655 Add checking for role dependence`); -report.push(`2021-11-22T12:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat: added Excel table to the Builder and prepare store for Role groups saving`); +report.push(`2021-11-22T12:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 feat(profile): added Excel table to the Builder and prepare store for Role groups saving`); report.push(`2 2 src/ts/components/Excel/helpers/constants.ts`); report.push(`1 1 src/ts/components/Excel/helpers/render.ts`); report.push(`5 5 src/ts/components/Excel/index.scss`); @@ -12595,7 +12595,7 @@ report.push(`1 1 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`5 2 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(`8 9 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-22T12:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #616: SUBO-1644 feat: added Excel table to the Builder and prepare store for Role groups saving`); +report.push(`2021-11-22T12:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #616: SUBO-1644 feat(profile): added Excel table to the Builder and prepare store for Role groups saving`); report.push(`2021-11-22T13:05:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #615: SUBO-1638 Refactoring work with long path in JsonSchema (part 1)`); report.push(`2021-11-23T09:06:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1637 refactor: change URL for set delegate user`); report.push(`4 4 src/ts/pages/Authorization/api.ts`); @@ -12666,16 +12666,16 @@ report.push(`34 25 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`4 4 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`55 16 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-11-24T12:46:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix: solve merge conflict`); +report.push(`2021-11-24T12:46:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix(OIR): solve merge conflict`); report.push(`2021-11-24T13:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #623: SUBO-1702 feat: added api endpoints for roleGroup saving and reading`); report.push(`2021-11-24T13:13:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-25T09:53:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1774 feat: add description on login page`); +report.push(`2021-11-25T09:53:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1774 feat(profile): add description on login page`); report.push(`3 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); report.push(`2021-11-25T10:36:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1693 fix: remove percente from search request`); report.push(`7 1 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2021-11-25T11:01:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1692 fix: change filters by author for support`); +report.push(`2021-11-25T11:01:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1692 fix(OIR): change filters by author for support`); report.push(`2 2 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); report.push(`2021-11-26T10:07:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change events in Excel`); @@ -12692,7 +12692,7 @@ report.push(``); report.push(`2021-11-26T10:10:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change events in Excel`); report.push(`3 3 src/ts/components/Excel/index.scss`); report.push(``); -report.push(`2021-11-26T11:22:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat: refactored tables in the VisibilityRules`); +report.push(`2021-11-26T11:22:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat(profile): refactored tables in the VisibilityRules`); report.push(`140 0 package-lock.json`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`27 14 src/ts/pages/Builder/api.ts`); @@ -12715,20 +12715,20 @@ report.push(`2 2 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`2 2 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-11-26T11:38:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #624: SUBO-1774 feat: add description on login page`); +report.push(`2021-11-26T11:38:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #624: SUBO-1774 feat(profile): add description on login page`); report.push(`2021-11-26T11:38:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-11-26T11:38:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #625: SUBO-1693 fix: remove percente from search request`); report.push(`2021-11-26T11:38:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-26T11:39:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #626: SUBO-1692 fix: change filters by author for support`); +report.push(`2021-11-26T11:39:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #626: SUBO-1692 fix(OIR): change filters by author for support`); report.push(`2021-11-26T11:39:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-11-26T11:39:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #627: SUBO-1817 refactor: change events in Excel`); report.push(`2021-11-26T11:39:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-11-26T11:52:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1814 fix: remove package-lock`); report.push(`0 140 package-lock.json`); report.push(``); -report.push(`2021-11-26T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #628: SUBO-1814 feat: refactored tables in the VisibilityRules`); +report.push(`2021-11-26T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #628: SUBO-1814 feat(profile): refactored tables in the VisibilityRules`); report.push(`2021-11-26T11:55:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-26T14:56:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add personel service in Nginx`); +report.push(`2021-11-26T14:56:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add personel service in Nginx`); report.push(`4 0 nginx.default.conf`); report.push(``); report.push(`2021-11-27T12:06:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change logic in Tree and add modal windows`); @@ -12771,7 +12771,7 @@ report.push(`4 16 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); report.push(`2021-11-29T10:58:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #630: SUBO-1817 Refactor Tree and modal window in Builder`); report.push(`2021-11-29T10:58:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-29T11:10:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: added React Table library and test it in the Builder`); +report.push(`2021-11-29T11:10:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): added React Table library and test it in the Builder`); report.push(`49 0 package-lock.json`); report.push(`2 0 package.json`); report.push(`18 0 src/ts/components/ReactTable/cells/CellButton.tsx`); @@ -12789,24 +12789,24 @@ report.push(`2021-11-29T11:26:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-18 report.push(`2 20 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`0 10 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-11-29T11:46:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1774 feat: add description on login page`); +report.push(`2021-11-29T11:46:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1774 feat(profile): add description on login page`); report.push(`3 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); report.push(`2021-11-29T12:00:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #631: Feature/SUBO-1816 add React Table library and refactor roles table`); -report.push(`2021-11-29T12:32:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1697 feat: open drafts for tests`); +report.push(`2021-11-29T12:32:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1697 feat(traffic chart): open drafts for tests`); report.push(`49 33 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`8 10 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(`8 10 src/ts/pages/TemplateOir/components/buttons/NewRequest.tsx`); report.push(`5 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-11-29T14:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #634: SUBO-1697 feat: open drafts for tests`); +report.push(`2021-11-29T14:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #634: SUBO-1697 feat(traffic chart): open drafts for tests`); report.push(`2021-11-29T14:38:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #633: SUBO-1828 fix: remove auto set user name in Reports`); report.push(`2021-11-29T14:38:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-11-29T14:40:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1774 fix: correct test for Login page description`); report.push(`2 2 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2021-11-29T14:43:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #632: SUBO-1774 feat: add description on login page`); -report.push(`2021-11-29T18:51:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat: added saving feature for Visibility rules`); +report.push(`2021-11-29T14:43:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #632: SUBO-1774 feat(profile): add description on login page`); +report.push(`2021-11-29T18:51:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat(profile): added saving feature for Visibility rules`); report.push(`3 3 src/ts/components/Tree/helpers/index.ts`); report.push(`22 11 src/ts/pages/Builder/components/modals/RoleGroups.tsx`); report.push(`9 8 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); @@ -12822,9 +12822,9 @@ report.push(`35 1 src/ts/pages/Builder/store/VisibilityRulesStore2.ts`); report.push(`0 3 src/ts/pages/Builder/styles/index.scss`); report.push(`0 6 src/ts/store/Form.ts`); report.push(``); -report.push(`2021-11-30T09:31:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #637: SUBO-1814 feat: added saving feature for Visibility rules`); +report.push(`2021-11-30T09:31:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #637: SUBO-1814 feat(profile): added saving feature for Visibility rules`); report.push(`2021-11-30T09:31:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-30T13:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat: added saving logic to the Rules sections`); +report.push(`2021-11-30T13:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1814 feat(profile): added saving logic to the Rules sections`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleGroups.tsx`); report.push(`9 9 src/ts/pages/Builder/components/shared/ButtonLink.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); @@ -12848,9 +12848,9 @@ report.push(`0 57 src/ts/pages/Builder/store/VisibilityRulesStore2.ts`); report.push(`1 1 src/ts/pages/Builder/styles/index.scss`); report.push(`2 5 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2021-11-30T13:39:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #638: SUBO-1814 feat: added saving logic to the Rules sections`); +report.push(`2021-11-30T13:39:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #638: SUBO-1814 feat(profile): added saving logic to the Rules sections`); report.push(`2021-11-30T13:39:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-30T16:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #629: SUBO-1817 feat: add personel service in Nginx`); +report.push(`2021-11-30T16:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #629: SUBO-1817 feat(traffic chart): add personel service in Nginx`); report.push(`2021-11-30T16:56:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-01T10:48:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 feat: added modal for editting tables in the RoleGroups section`); report.push(`6 1 src/ts/pages/Builder/api.ts`); @@ -12872,14 +12872,14 @@ report.push(`7 23 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`1 0 src/ts/pages/Builder/styles/add-button.scss`); report.push(`1 1 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2021-12-01T11:03:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix: added helpers for state formatting`); +report.push(`2021-12-01T11:03:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix(OIR): added helpers for state formatting`); report.push(`12 1 src/ts/pages/Builder/helpers/mapper.ts`); report.push(`17 19 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`21 39 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); report.push(`2021-12-01T11:31:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #639: Feature/SUBO-1702 save roles table in the RoleGroup page`); report.push(`2021-12-01T11:31:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-01T11:56:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change work with org unit and group in Builder`); +report.push(`2021-12-01T11:56:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change work with org unit and group in Builder`); report.push(`16 0 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`4 3 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(`3 2 src/ts/components/Tree/components/TreeFolder.tsx`); @@ -12890,7 +12890,7 @@ report.push(`82 0 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`11 2 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(`3 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-12-01T11:57:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change work with org unit and group in Builder`); +report.push(`2021-12-01T11:57:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change work with org unit and group in Builder`); report.push(`1 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); report.push(`2021-12-01T11:59:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 feat: added context menu to the Table`); @@ -12944,7 +12944,7 @@ report.push(`57 134 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`2 1 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`2 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2021-12-01T22:18:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix: corrected previous comments`); +report.push(`2021-12-01T22:18:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 fix(OIR): corrected previous comments`); report.push(`2 5 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(``); @@ -12960,26 +12960,26 @@ report.push(`2 2 src/ts/components/Tree/components/TreeItem.tsx`); report.push(`0 4 src/ts/components/Tree/helpers/index.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2021-12-02T11:44:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1817 fix: corrected dictionary formatting logic`); +report.push(`2021-12-02T11:44:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1817 fix(faq): corrected dictionary formatting logic`); report.push(`27 2 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`3 12 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-12-02T12:06:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1817 feat: added Builder button to the Sidebar`); +report.push(`2021-12-02T12:06:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1817 feat(traffic chart): added Builder button to the Sidebar`); report.push(`9 9 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2021-12-02T12:11:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #643: SUBO-1817 refactor: change using ID in Tree component`); report.push(`2021-12-02T12:11:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-02T13:18:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add preloader in Tree`); +report.push(`2021-12-02T13:18:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add preloader in Tree`); report.push(`20 5 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`41 0 src/ts/components/Tree/helpers/preload.ts`); report.push(`38 5 src/ts/components/Tree/index.tsx`); report.push(`2 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`15 0 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-12-02T13:23:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add preloader in Tree`); +report.push(`2021-12-02T13:23:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add preloader in Tree`); report.push(`5 2 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2021-12-02T19:15:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: added editing and removing functionality for Rules tables`); +report.push(`2021-12-02T19:15:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): added editing and removing functionality for Rules tables`); report.push(`3 3 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`2 1 src/ts/pages/Builder/components/modals/DictionaryModal.tsx`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); @@ -12999,9 +12999,9 @@ report.push(`8 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); report.push(`2021-12-02T19:30:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #644: SUBO-1817 Add open parents in Tree by id from Path`); report.push(`2021-12-02T19:30:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-03T09:31:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #645: SUBO-1816 feat: added editing and removing functionality for Rules tables`); +report.push(`2021-12-03T09:31:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #645: SUBO-1816 feat(Excel): added editing and removing functionality for Rules tables`); report.push(`2021-12-03T09:31:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-03T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat: add agreement rules`); +report.push(`2021-12-03T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat(Excel): add agreement rules`); report.push(`13 0 src/ts/pages/Builder/api.ts`); report.push(`1 1 src/ts/pages/Builder/components/shared/ButtonsGroup.tsx`); report.push(`10 0 src/ts/pages/Builder/helpers/agreement-rules/loadAllRules.ts`); @@ -13010,13 +13010,13 @@ report.push(`38 2 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(`2 1 src/ts/pages/Builder/pages/Draft.tsx`); report.push(``); report.push(`2021-12-03T10:28:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 fix: merge with release`); -report.push(`2021-12-03T10:34:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: change default path in Tree`); +report.push(`2021-12-03T10:34:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): change default path in Tree`); report.push(`3 3 src/ts/components/Tree/helpers/preload.ts`); report.push(``); -report.push(`2021-12-03T10:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #646: SUBO-1817 fix: change default path in Tree`); +report.push(`2021-12-03T10:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #646: SUBO-1817 fix(faq): change default path in Tree`); report.push(`2021-12-03T10:39:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-03T12:00:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 fix: merge with release`); -report.push(`2021-12-03T14:22:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat: add agreement rules`); +report.push(`2021-12-03T14:22:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat(Excel): add agreement rules`); report.push(`19 2 src/ts/helpers/converter.ts`); report.push(`5 0 src/ts/pages/Builder/api.ts`); report.push(`51 0 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); @@ -13026,12 +13026,12 @@ report.push(`2 2 src/ts/pages/Builder/interfaces/shared.ts`); report.push(`79 97 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(`40 98 src/ts/pages/Builder/store/ApprovalRules.ts`); report.push(``); -report.push(`2021-12-03T14:26:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat: add agreement rules`); +report.push(`2021-12-03T14:26:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1816 feat(Excel): add agreement rules`); report.push(`4 3 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); report.push(`2021-12-03T14:41:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #647: SUBO-1816 Add agreement rules`); report.push(`2021-12-03T14:41:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-03T16:37:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: added editing and removing functionaliry for RoleGroups section tables`); +report.push(`2021-12-03T16:37:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): added editing and removing functionaliry for RoleGroups section tables`); report.push(`2 1 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`0 51 src/ts/pages/Builder/components/modals/CreateDictionaryElement.tsx`); report.push(`63 0 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); @@ -13043,18 +13043,18 @@ report.push(`8 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx` report.push(`57 20 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`9 4 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-12-04T10:02:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #648: SUBO-1816 feat: added editing and removing functionaliry for RoleGroups section tables`); +report.push(`2021-12-04T10:02:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #648: SUBO-1816 feat(Excel): added editing and removing functionaliry for RoleGroups section tables`); report.push(`2021-12-04T10:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-04T10:18:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logick in aprooval page`); +report.push(`2021-12-04T10:18:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logick in aprooval page`); report.push(`5 1 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); -report.push(`2021-12-04T10:50:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logick in aprooval page`); +report.push(`2021-12-04T10:50:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logick in aprooval page`); report.push(`0 1 src/ts/components/Table/helpers/updateLocalStorage.ts`); report.push(`5 4 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(`1 12 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-12-04T11:51:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logic in aproval page`); +report.push(`2021-12-04T11:51:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logic in aproval page`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`9 5 src/ts/pages/Builder/api.ts`); report.push(`61 0 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -13063,7 +13063,7 @@ report.push(`0 10 src/ts/pages/Builder/helpers/getMockData.ts`); report.push(`7 0 src/ts/pages/Builder/interfaces/IAgreementGroup.ts`); report.push(`41 96 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(``); -report.push(`2021-12-04T12:51:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logic in aproval page`); +report.push(`2021-12-04T12:51:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logic in aproval page`); report.push(`42 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`55 0 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`113 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -13071,7 +13071,7 @@ report.push(`4 3 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); report.push(`4 186 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/approval-rules.scss`); report.push(``); -report.push(`2021-12-05T11:22:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: refactor tables for new features`); +report.push(`2021-12-05T11:22:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): refactor tables for new features`); report.push(`8 0 src/ts/components/Table/components/TableCell.tsx`); report.push(`51 0 src/ts/components/Table/components/templates/CellDropdown.tsx`); report.push(`1 1 src/ts/components/Table/components/templates/CellList.tsx`); @@ -13096,7 +13096,7 @@ report.push(`36 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`10 3 src/ts/pages/Builder/styles/index.scss`); report.push(`5 1 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2021-12-05T11:26:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logic in aproval page`); +report.push(`2021-12-05T11:26:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logic in aproval page`); report.push(`5 3 src/ts/pages/Builder/api.ts`); report.push(`4 12 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`2 10 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); @@ -13113,7 +13113,7 @@ report.push(`21 0 src/ts/pages/Builder/interfaces/IAgreementRule.ts`); report.push(`14 2 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(`65 25 src/ts/pages/Builder/store/ApprovalRules.ts`); report.push(``); -report.push(`2021-12-05T12:25:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logic in aproval page`); +report.push(`2021-12-05T12:25:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logic in aproval page`); report.push(`2 2 src/ts/components/Select/components/value/Multiple.tsx`); report.push(`3 1 src/ts/components/Select/styles/index.scss`); report.push(`2 2 src/ts/components/Select/styles/list.scss`); @@ -13125,12 +13125,12 @@ report.push(`6 0 src/ts/pages/Builder/pages/Draft.tsx`); report.push(`3 1 src/ts/pages/Builder/store/ApprovalRules.ts`); report.push(`5 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-12-05T12:27:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #649: SUBO-1816 feat: refactor tables for new features`); +report.push(`2021-12-05T12:27:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #649: SUBO-1816 feat(Excel): refactor tables for new features`); report.push(`2021-12-05T12:27:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-05T12:34:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change logic in aproval page`); +report.push(`2021-12-05T12:34:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change logic in aproval page`); report.push(`2021-12-05T13:10:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #650: SUBO-1817 Change logic for Agreeement page`); report.push(`2021-12-05T13:10:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-05T17:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: refactored Main page`); +report.push(`2021-12-05T17:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): refactored Main page`); report.push(`3 89 src/ts/pages/Builder/api.ts`); report.push(`7 26 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`73 14 src/ts/pages/Builder/components/FullCard.tsx`); @@ -13151,14 +13151,14 @@ report.push(`20 16 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(``); report.push(`2021-12-05T19:19:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #651: Feature/SUBO-1816 add request for all Templates to the Main`); report.push(`2021-12-05T19:19:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-05T20:24:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add update agreement rules in Builder`); +report.push(`2021-12-05T20:24:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add update agreement rules in Builder`); report.push(`1 1 src/ts/pages/Builder/api.ts`); report.push(`0 1 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); report.push(`22 13 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/mapper.ts`); report.push(`23 19 src/ts/pages/Builder/pages/ApprovalRules.tsx`); report.push(``); -report.push(`2021-12-05T21:21:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add update agreement rules, add execution rules`); +report.push(`2021-12-05T21:21:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add update agreement rules, add execution rules`); report.push(`22 0 src/ts/pages/Builder/api.ts`); report.push(`1 0 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); @@ -13181,7 +13181,7 @@ report.push(`1 1 src/ts/pages/Builder/styles/approval-rules.scss`); report.push(``); report.push(`2021-12-06T10:12:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #652: SUBO-1817 Add update agreement rules, add execution rules`); report.push(`2021-12-06T10:12:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-06T13:42:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add create and update for execution rules`); +report.push(`2021-12-06T13:42:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add create and update for execution rules`); report.push(`3 2 src/ts/pages/Builder/api.ts`); report.push(`37 38 src/ts/pages/Builder/components/execution-rules/ExecutionGroup.tsx`); report.push(`1 5 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -13191,13 +13191,13 @@ report.push(`4 0 src/ts/pages/Builder/interfaces/IExecutionGroup.ts`); report.push(`2 4 src/ts/pages/Builder/interfaces/IExecutionRule.ts`); report.push(`9 35 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2021-12-06T13:52:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add create and update for execution rules`); +report.push(`2021-12-06T13:52:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add create and update for execution rules`); report.push(`1 1 src/ts/pages/Builder/helpers/execution-rules/loadRuleInfo.ts`); report.push(`1 3 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`4 6 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2021-12-06T13:56:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat: actualized requests in the Access Details and RoleGroups sections`); +report.push(`2021-12-06T13:56:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 feat(Excel): actualized requests in the Access Details and RoleGroups sections`); report.push(`9 6 src/ts/pages/Builder/api.ts`); report.push(`8 16 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`8 16 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); @@ -13214,19 +13214,19 @@ report.push(`4 2 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); report.push(`2021-12-06T14:05:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #653: SUBO-1817 Add create and update for execution rules`); report.push(`2021-12-06T14:05:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-06T14:32:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #654: SUBO-1816 feat: actualized requests in the Access Details and RoleGroups sections`); +report.push(`2021-12-06T14:32:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #654: SUBO-1816 feat(Excel): actualized requests in the Access Details and RoleGroups sections`); report.push(`2021-12-06T14:32:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-06T15:23:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1859 fix: change user in select on Template page`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2021-12-06T15:24:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #655: SUBO-1859 fix: change user in select on Template page`); report.push(`2021-12-06T15:24:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-06T17:08:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: change view for Tree select`); +report.push(`2021-12-06T17:08:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): change view for Tree select`); report.push(`1 0 src/ts/components/Select/styles/index.scss`); report.push(`1 2 src/ts/components/Select/styles/list.scss`); report.push(`2 2 src/ts/components/Select/styles/value.scss`); report.push(``); -report.push(`2021-12-06T17:09:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: add template id and clear for rules`); +report.push(`2021-12-06T17:09:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): add template id and clear for rules`); report.push(`8 1 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`8 1 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); @@ -13251,10 +13251,10 @@ report.push(`1 3 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); report.push(`2021-12-06T22:01:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #656: SUBO-1816 fix: corrected Operand dropdown styles and added rule saving by clicking on checkbox`); report.push(`2021-12-06T22:01:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-06T22:02:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: change style for Tree in select`); +report.push(`2021-12-06T22:02:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): change style for Tree in select`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-12-06T22:49:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: add nothing found text for table list`); +report.push(`2021-12-06T22:49:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): add nothing found text for table list`); report.push(`3 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`3 0 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`25 30 src/ts/pages/Builder/components/shared/TableList.tsx`); @@ -13265,7 +13265,7 @@ report.push(`2 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`5 1 src/ts/pages/Builder/styles/approval-rules.scss`); report.push(`7 3 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2021-12-06T23:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: change logic for export in Excel`); +report.push(`2021-12-06T23:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): change logic for export in Excel`); report.push(`40 31 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`40 31 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`5 4 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); @@ -13277,12 +13277,12 @@ report.push(`26 12 src/ts/pages/Builder/pages/DependencyRules.tsx`); report.push(`31 17 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`30 17 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2021-12-06T23:28:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: change logic for export in Excel`); +report.push(`2021-12-06T23:28:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): change logic for export in Excel`); report.push(`15 6 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(`5 0 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`1 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2021-12-06T23:36:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix: merge with release`); +report.push(`2021-12-06T23:36:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 fix(faq): merge with release`); report.push(`2021-12-07T10:26:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-07T10:26:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #657: SUBO-1817 Fix select and update and validation in Builder`); report.push(`2021-12-07T13:01:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 fix: corrected table menu options and some bugs`); @@ -13326,7 +13326,7 @@ report.push(`4 2 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`4 2 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(`11 12 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2021-12-07T20:06:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add validation example`); +report.push(`2021-12-07T20:06:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add validation example`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`15 0 src/ts/helpers/validation/methods.ts`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); @@ -13344,10 +13344,10 @@ report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Builder/styles/index.scss`); report.push(`45 9 src/ts/store/Form.ts`); report.push(``); -report.push(`2021-12-08T10:00:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add validation in Builder (merge with release)`); +report.push(`2021-12-08T10:00:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add validation in Builder (merge with release)`); report.push(`2021-12-08T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #659: SUBO-1816 fix: corrected comments from analytics`); report.push(`2021-12-08T10:01:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-08T10:03:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat: add validation in Builder (merge with release)`); +report.push(`2021-12-08T10:03:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 feat(traffic chart): add validation in Builder (merge with release)`); report.push(`2021-12-08T11:51:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 feat: add validation in Builder`); report.push(`12 3 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`23 3 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); @@ -13472,7 +13472,7 @@ report.push(`2 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(``); report.push(`2021-12-09T12:44:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #662: Bugfix/SUBO-1888 check the data processing`); report.push(`2021-12-09T12:44:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-09T13:10:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat: add access control component`); +report.push(`2021-12-09T13:10:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat(traffic chart): add access control component`); report.push(`18 0 src/ts/components/AccessControl/guard.ts`); report.push(`20 0 src/ts/components/AccessControl/index.tsx`); report.push(`0 1 src/ts/components/Select/styles/value.scss`); @@ -13501,21 +13501,21 @@ report.push(`9 4 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`7 7 src/ts/pages/Builder/styles/hacks.scss`); report.push(`27 23 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-12-09T13:15:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat: add access control component`); -report.push(`2021-12-09T13:17:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat: add access control component`); +report.push(`2021-12-09T13:15:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat(traffic chart): add access control component`); +report.push(`2021-12-09T13:17:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat(traffic chart): add access control component`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); -report.push(`2021-12-09T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat: add access control component`); +report.push(`2021-12-09T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 feat(traffic chart): add access control component`); report.push(`11 7 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(``); -report.push(`2021-12-09T14:06:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix: corrected SideBar and hided Filter`); +report.push(`2021-12-09T14:06:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix(AIS): corrected SideBar and hided Filter`); report.push(`2 0 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`12 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`12 0 src/ts/pages/Builder/styles/sidebar.scss`); report.push(``); -report.push(`2021-12-09T14:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #663: SUBO-1917 feat: add access control component`); +report.push(`2021-12-09T14:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #663: SUBO-1917 feat(traffic chart): add access control component`); report.push(`2021-12-09T14:22:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-09T15:00:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #664: SUBO-1881 fix: corrected SideBar and hided Filter`); +report.push(`2021-12-09T15:00:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #664: SUBO-1881 fix(AIS): corrected SideBar and hided Filter`); report.push(`2021-12-09T15:00:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-09T15:45:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1882 feat: added logic for locking role in the RoleGroups section`); report.push(`10 0 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); @@ -13528,13 +13528,13 @@ report.push(`2 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`12 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`2 1 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2021-12-09T16:01:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: change URL for change User in Auth Tool component`); +report.push(`2021-12-09T16:01:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): change URL for change User in Auth Tool component`); report.push(`1 1 src/ts/pages/Authorization/api.ts`); report.push(``); -report.push(`2021-12-09T16:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: change URL for change User in Auth Tool component`); +report.push(`2021-12-09T16:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): change URL for change User in Auth Tool component`); report.push(`4 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-12-09T16:10:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #665: SUBO-1917 fix: change URL for change User in Auth Tool component`); +report.push(`2021-12-09T16:10:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #665: SUBO-1917 fix(faq): change URL for change User in Auth Tool component`); report.push(`2021-12-09T16:10:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); report.push(`2021-12-09T19:12:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1882 feat: corrected parameters for roleGroupAggregations/by-template/ endpoint`); report.push(`5 2 src/ts/pages/Builder/api.ts`); @@ -13546,38 +13546,38 @@ report.push(`5 4 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); report.push(`2021-12-09T21:38:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #666: Feature/SUBO-1882 correct roleGroupAggregations endpoint`); report.push(`2021-12-09T21:38:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-09T23:32:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: change style for long title, fix export table, refactor for autofocus in modal`); +report.push(`2021-12-09T23:32:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): change style for long title, fix export table, refactor for autofocus in modal`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`74 41 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`11 7 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(`12 11 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`2 0 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2021-12-09T23:45:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: add new Role for auth panel`); +report.push(`2021-12-09T23:45:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): add new Role for auth panel`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`6 2 src/ts/pages/Authorization/components/Success.tsx`); report.push(`5 3 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-12-10T00:07:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: add new Role for auth panel`); +report.push(`2021-12-10T00:07:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): add new Role for auth panel`); report.push(`7 2 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(``); report.push(`2021-12-10T00:21:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #667: SUBO-1917 Add isTest role, fix download CSV in Builder, fix long titles for Roles`); report.push(`2021-12-10T00:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-10T09:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: fix bugs for demo`); +report.push(`2021-12-10T09:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): fix bugs for demo`); report.push(`20 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`0 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`14 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`3 0 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2021-12-10T09:26:12+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Pull request #668: SUBO-1917 fix: fix bugs for demo`); +report.push(`2021-12-10T09:26:12+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Pull request #668: SUBO-1917 fix(faq): fix bugs for demo`); report.push(`2021-12-10T09:26:13+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-10T10:02:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix: change validation for roles`); +report.push(`2021-12-10T10:02:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1917 fix(faq): change validation for roles`); report.push(`1 4 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(``); -report.push(`2021-12-10T10:04:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #669: SUBO-1917 fix: change validation for roles`); +report.push(`2021-12-10T10:04:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #669: SUBO-1917 fix(faq): change validation for roles`); report.push(`2021-12-10T10:04:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-10T10:32:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix: corrected Input and Select styles`); +report.push(`2021-12-10T10:32:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix(AIS): corrected Input and Select styles`); report.push(`1 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/components/Select/styles/value.scss`); report.push(``); @@ -13588,7 +13588,7 @@ report.push(`32 6 src/ts/pages/Reports/components/Table.tsx`); report.push(`7 7 src/ts/pages/Reports/helpers/index.ts`); report.push(`7 3 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); -report.push(`2021-12-10T14:24:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix: corrected styles`); +report.push(`2021-12-10T14:24:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix(AIS): corrected styles`); report.push(`2 0 src/ts/components/Select/styles/value.scss`); report.push(`3 3 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`6 6 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -13639,13 +13639,13 @@ report.push(`6 2 src/ts/snippets/FilterPanel/components/SelectFilter.tsx`); report.push(`49 25 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); report.push(`2021-12-11T13:38:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #674: SUBO-1782 feat: add filters by user for Report (SUBO-1782, SUBO-1783), fix roles and change recipient in Template`); -report.push(`2021-12-12T01:05:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix: labels in Select Tree`); +report.push(`2021-12-12T01:05:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix(OIR): labels in Select Tree`); report.push(`1 8 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-12-12T01:13:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix: labels in Select Tree`); +report.push(`2021-12-12T01:13:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix(OIR): labels in Select Tree`); report.push(`2 2 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2021-12-12T01:20:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix: labels in Select Tree`); +report.push(`2021-12-12T01:20:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 fix(OIR): labels in Select Tree`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 0 src/ts/components/Select/index.tsx`); report.push(`2 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); @@ -13653,7 +13653,7 @@ report.push(``); report.push(`2021-12-12T01:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #676: SUBO-1782 Fix lables in Select Tree`); report.push(`2021-12-12T01:32:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1782 feat: add filters by user for Report (SUBO-1782, SUBO-1783), fix roles and change recipient in Template`); report.push(`2021-12-12T01:35:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #678: SUBO-1782 Merge with release 2.3.0`); -report.push(`2021-12-13T13:42:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat: added pagination for rules list`); +report.push(`2021-12-13T13:42:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat(profile): added pagination for rules list`); report.push(`6 0 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/components/Tree/index.tsx`); report.push(`31 12 src/ts/pages/Builder/api.ts`); @@ -13705,7 +13705,7 @@ report.push(`2021-12-14T08:28:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1713 fix report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2021-12-14T10:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #679: SUBO-1874 feat: added pagination for rules list`); +report.push(`2021-12-14T10:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #679: SUBO-1874 feat(profile): added pagination for rules list`); report.push(`2021-12-14T12:40:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1884 fix: added browser prompt for alerting and fixed bugs`); report.push(`0 13 package-lock.json`); report.push(`10 4 src/ts/pages/Builder/components/Header.tsx`); @@ -13720,12 +13720,12 @@ report.push(`3 1 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`1 27 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2021-12-14T13:34:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #680: SUBO-1884 fix: added browser prompt for alerting and fixed bugs`); -report.push(`2021-12-14T13:35:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1545 feat: add description for Drafts list`); +report.push(`2021-12-14T13:35:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1545 feat(profile): add description for Drafts list`); report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(`5 4 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`9 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-12-14T13:51:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1545 feat: add description for Drafts list`); +report.push(`2021-12-14T13:51:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1545 feat(profile): add description for Drafts list`); report.push(`8 3 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(``); report.push(`2021-12-14T14:11:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1856 fix: Add ID in title Draft page`); @@ -13735,7 +13735,7 @@ report.push(`2021-12-14T14:13:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-15 report.push(`0 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2021-12-14T14:21:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/SUBO-1545-Add-description-for-Drafts' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-1545-Add-description-for-Drafts`); -report.push(`2021-12-14T14:22:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #681: SUBO-1545 feat: add description for Drafts list`); +report.push(`2021-12-14T14:22:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #681: SUBO-1545 feat(profile): add description for Drafts list`); report.push(`2021-12-14T14:38:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1881 feat: add select all button in Tree component`); report.push(`27 2 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`3 1 src/ts/components/Tree/index.tsx`); @@ -13746,14 +13746,14 @@ report.push(`1 0 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(``); report.push(`2021-12-14T15:15:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #682: SUBO-1881 feat: add select all button in Tree component`); -report.push(`2021-12-14T15:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1952 fix: corrected validation logic for Access removing in Template`); +report.push(`2021-12-14T15:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1952 fix(OIR): corrected validation logic for Access removing in Template`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-12-14T16:03:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #683: SUBO-1952 fix: corrected validation logic for Access removing in Template`); +report.push(`2021-12-14T16:03:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #683: SUBO-1952 fix(OIR): corrected validation logic for Access removing in Template`); report.push(`2021-12-14T16:34:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1938 fix: change formatted values for boolean filter in Report`); report.push(`4 2 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2021-12-14T16:36:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1952 fix: corrected validation logic for Access removing in Template`); +report.push(`2021-12-14T16:36:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1952 fix(OIR): corrected validation logic for Access removing in Template`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-12-14T16:45:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #684: SUBO-1938 Fix boolean filter in Reports`); @@ -13777,7 +13777,7 @@ report.push(`5 0 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(`4 0 src/ts/store/Form.ts`); report.push(``); report.push(`2021-12-15T13:05:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #685: SUBO-1884 fix: hide browser prompt after Template saving`); -report.push(`2021-12-15T13:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat: open profile and add backend API`); +report.push(`2021-12-15T13:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat(profile): open profile and add backend API`); report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`5 5 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`3 15 src/ts/pages/Profile/api.ts`); @@ -13794,10 +13794,10 @@ report.push(`1 1 src/ts/pages/Profile/styles/control.scss`); report.push(`10 8 src/ts/pages/Profile/view/List.tsx`); report.push(`2 7 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); -report.push(`2021-12-15T13:12:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat: open profile and add backend API`); +report.push(`2021-12-15T13:12:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat(profile): open profile and add backend API`); report.push(`6 6 src/ts/pages/Profile/styles/board.scss`); report.push(``); -report.push(`2021-12-15T13:32:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat: open profile and add backend API`); +report.push(`2021-12-15T13:32:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat(profile): open profile and add backend API`); report.push(`8 25 src/ts/pages/Profile/api.ts`); report.push(`12 9 src/ts/pages/Profile/components/FullCard.tsx`); report.push(`2 1 src/ts/pages/Profile/components/Main.tsx`); @@ -13808,14 +13808,14 @@ report.push(`1 1 src/ts/pages/Profile/index.tsx`); report.push(`3 2 src/ts/pages/Profile/view/List.tsx`); report.push(`9 7 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); -report.push(`2021-12-15T13:33:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat: open profile and add backend API`); +report.push(`2021-12-15T13:33:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat(profile): open profile and add backend API`); report.push(`14 0 src/ts/pages/Profile/interfaces/IAccessGroup.ts`); report.push(`9 0 src/ts/pages/Profile/interfaces/IUserInfo.ts`); report.push(``); -report.push(`2021-12-15T13:36:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat: open profile and add backend API`); +report.push(`2021-12-15T13:36:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1905 feat(profile): open profile and add backend API`); report.push(`1 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(``); -report.push(`2021-12-15T15:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat: added Operand switch to the TRM table and corrected Operand dropdown`); +report.push(`2021-12-15T15:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat(profile): added Operand switch to the TRM table and corrected Operand dropdown`); report.push(`10 6 src/ts/components/Table/components/templates/CellDropdown.tsx`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 0 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -13831,7 +13831,7 @@ report.push(`2 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); report.push(`2021-12-15T15:27:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #686: SUBO-1905 Open profile page and add backend API`); -report.push(`2021-12-16T09:07:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #687: SUBO-1874 feat: added Operand switch to the TRM table and corrected Operand dropdown`); +report.push(`2021-12-16T09:07:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #687: SUBO-1874 feat(profile): added Operand switch to the TRM table and corrected Operand dropdown`); report.push(`2021-12-16T12:08:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 feat: add text group in Template`); report.push(`39 1 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); @@ -13852,7 +13852,7 @@ report.push(`5 2 src/ts/pages/Template/components/Template.tsx`); report.push(`16 8 src/ts/pages/Template/helpers/roles.ts`); report.push(`28 8 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-12-16T15:42:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix: update ui kit library and fixed styles`); +report.push(`2021-12-16T15:42:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1881 fix(AIS): update ui kit library and fixed styles`); report.push(`21 36 package-lock.json`); report.push(`1 1 package.json`); report.push(`4 0 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -13865,14 +13865,14 @@ report.push(`1 1 src/ts/pages/Builder/styles/empowerments.scss`); report.push(`1 4 src/ts/pages/PageWrapper/index.tsx`); report.push(`10 6 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-12-16T17:32:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #689: SUBO-1881 fix: update ui kit library and fixed styles`); -report.push(`2021-12-17T12:10:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1961 fix: add query for Select for Template`); +report.push(`2021-12-16T17:32:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #689: SUBO-1881 fix(AIS): update ui kit library and fixed styles`); +report.push(`2021-12-17T12:10:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1961 fix(AIS): add query for Select for Template`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`0 26 src/ts/pages/Reports/api.ts`); report.push(`13 11 src/ts/snippets/FilterPanel/api.ts`); report.push(`11 9 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2021-12-17T12:22:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1962 fix: add required validation in Report`); +report.push(`2021-12-17T12:22:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1962 fix(OIR): add required validation in Report`); report.push(`3 3 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); report.push(`2021-12-17T12:36:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1968 fix: change space between date filters`); @@ -13889,7 +13889,7 @@ report.push(`2021-12-17T13:11:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1956 fix report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2021-12-17T16:07:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #690: SUBO-1956, SUBO-1961, SUBO-1962, SUBO-1965, SUBO-1968 Add query for Select for Template`); -report.push(`2021-12-17T17:09:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat: added Search dropdown for orgUnits field`); +report.push(`2021-12-17T17:09:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat(profile): added Search dropdown for orgUnits field`); report.push(`4 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 0 src/ts/components/Tree/index.scss`); report.push(`14 3 src/ts/components/Tree/index.tsx`); @@ -13903,7 +13903,7 @@ report.push(`2 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`3 3 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`2 1 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-12-17T18:01:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #691: SUBO-1874 feat: added Search dropdown for orgUnits field`); +report.push(`2021-12-17T18:01:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #691: SUBO-1874 feat(profile): added Search dropdown for orgUnits field`); report.push(`2021-12-18T15:41:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1959 fix: Remove orgUnit for Roles`); report.push(`2 2 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); @@ -13916,7 +13916,7 @@ report.push(`2021-12-19T12:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-18 report.push(`4 0 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`2 1 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); -report.push(`2021-12-19T14:41:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat: added Delete button for Drafts`); +report.push(`2021-12-19T14:41:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 feat(profile): added Delete button for Drafts`); report.push(`3 3 src/ts/pages/Builder/api.ts`); report.push(`45 17 src/ts/pages/Builder/components/FullCard.tsx`); report.push(`36 13 src/ts/pages/Builder/components/ShortCard.tsx`); @@ -13978,7 +13978,7 @@ report.push(`2021-12-20T13:03:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-18 report.push(`4 0 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`2 1 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); -report.push(`2021-12-20T13:37:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1857 fix: change requests for Drafts`); +report.push(`2021-12-20T13:37:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1857 fix(faq): change requests for Drafts`); report.push(`3 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`22 20 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`2 3 src/ts/pages/Draft/index.tsx`); @@ -13990,12 +13990,12 @@ report.push(`2021-12-20T13:44:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-18 report.push(`8 1 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); -report.push(`2021-12-20T13:48:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1857 fix: change requests for Drafts`); +report.push(`2021-12-20T13:48:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1857 fix(faq): change requests for Drafts`); report.push(`21 14 src/ts/pages/Template/components/SideBar.tsx`); report.push(`1 4 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); report.push(`2021-12-20T13:54:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #699: Bugfix/SUBO-1874 fix bugs by comments from analytics part 1`); -report.push(`2021-12-20T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1961 fix: hide roles for empty template ID`); +report.push(`2021-12-20T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1961 fix(AIS): hide roles for empty template ID`); report.push(`20 17 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(``); report.push(`2021-12-20T15:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: added PREPROD value for Environment class field`); @@ -14004,7 +14004,7 @@ report.push(`8 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); report.push(`2021-12-20T15:53:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #700: SUBO-1857 Fix save for Drafts`); -report.push(`2021-12-20T15:53:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #701: SUBO-1961 fix: hide roles for empty template ID`); +report.push(`2021-12-20T15:53:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #701: SUBO-1961 fix(AIS): hide roles for empty template ID`); report.push(`2021-12-20T16:00:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #702: SUBO-1874 fix: added PREPROD value for Environment class field`); report.push(`2021-12-21T10:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: corrected pointer events styles for Select`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); @@ -14075,10 +14075,10 @@ report.push(``); report.push(`2021-12-23T11:17:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1971 feat: added Toast notification to Template`); report.push(`7 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-12-23T12:03:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1971 fix: exclude node_modules from ts compiler`); +report.push(`2021-12-23T12:03:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1971 fix(AIS): exclude node_modules from ts compiler`); report.push(`6 0 tsconfig.json`); report.push(``); -report.push(`2021-12-23T17:12:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1976 feat: added checkbox and button for removing rules`); +report.push(`2021-12-23T17:12:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1976 feat(Excel): added checkbox and button for removing rules`); report.push(`1 0 package-lock.json`); report.push(`1 0 package.json`); report.push(`33 0 src/ts/pages/Builder/components/shared/RemoveButton.tsx`); @@ -14119,11 +14119,11 @@ report.push(`1 1 src/ts/pages/Reports/api.ts`); report.push(``); report.push(`2021-12-24T12:46:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #710: SUBO-1649 feat: change style for Request status`); report.push(`2021-12-24T12:46:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #711: SUBO-1930 fix: change URL for roles in Report`); -report.push(`2021-12-24T14:39:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2032 fix: change value for filter in Reports`); +report.push(`2021-12-24T14:39:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2032 fix(OIR): change value for filter in Reports`); report.push(`1 1 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2021-12-24T15:47:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #712: SUBO-2032 fix: change value for filter in Reports`); -report.push(`2021-12-24T18:08:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1976 feat: added api and MasterCheckbox for removing rules`); +report.push(`2021-12-24T15:47:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #712: SUBO-2032 fix(OIR): change value for filter in Reports`); +report.push(`2021-12-24T18:08:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1976 feat(Excel): added api and MasterCheckbox for removing rules`); report.push(`8 0 src/ts/pages/Builder/api.ts`); report.push(`48 0 src/ts/pages/Builder/components/shared/MasterCheckbox.tsx`); report.push(`2 1 src/ts/pages/Builder/components/shared/RemoveButton.tsx`); @@ -14142,7 +14142,7 @@ report.push(`2021-12-27T09:12:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1649 ref report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2021-12-27T09:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #714: SUBO-1649 refactor: return old style for release`); -report.push(`2021-12-27T11:35:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix: fixed bug with RoleGroup editing`); +report.push(`2021-12-27T11:35:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix(faq): fixed bug with RoleGroup editing`); report.push(`4 0 src/ts/components/Image/index.tsx`); report.push(`1 0 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`1 0 src/ts/pages/Builder/components/FullCard.tsx`); @@ -14158,7 +14158,7 @@ report.push(`8 0 src/ts/pages/Builder/helpers/getRandomInt.ts`); report.push(``); report.push(`2021-12-27T11:54:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #716: Bugfix/SUBO-1977 fix RoleGroup editing logic`); report.push(`2021-12-27T11:54:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2021-12-27T14:54:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 feat: change rules in Group`); +report.push(`2021-12-27T14:54:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 feat(profile): change rules in Group`); report.push(`11 5 src/ts/interfaces/request/Role.ts`); report.push(`74 36 src/ts/pages/Template/api.ts`); report.push(`26 13 src/ts/pages/Template/components/Form.tsx`); @@ -14167,10 +14167,10 @@ report.push(`18 13 src/ts/pages/Template/components/Roles.tsx`); report.push(`72 26 src/ts/pages/Template/helpers/roles.ts`); report.push(`10 8 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-12-27T15:07:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 feat: change rules in Group`); +report.push(`2021-12-27T15:07:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 feat(profile): change rules in Group`); report.push(`8 1 src/ts/pages/Template/helpers/roles.ts`); report.push(``); -report.push(`2021-12-28T12:30:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat: added Agreement Employees list without pagination`); +report.push(`2021-12-28T12:30:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat(profile): added Agreement Employees list without pagination`); report.push(`1 0 src/ts/components/Select/styles/value.scss`); report.push(`4 0 src/ts/components/Table/components/Column.tsx`); report.push(`3 0 src/ts/components/Table/components/MasterCheckbox.tsx`); @@ -14192,8 +14192,8 @@ report.push(`2021-12-28T16:02:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-20 report.push(`16 4 src/ts/components/DataLoader/index.tsx`); report.push(`75 0 src/ts/components/DataLoader/paginators/SimplePagination.tsx`); report.push(``); -report.push(`2021-12-28T16:20:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat: added Pagination without parameters in URL`); -report.push(`2021-12-28T18:18:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat: added Pagination without parameters in URL to the Agreement Employees table`); +report.push(`2021-12-28T16:20:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat(profile): added Pagination without parameters in URL`); +report.push(`2021-12-28T18:18:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 feat(profile): added Pagination without parameters in URL to the Agreement Employees table`); report.push(`5 2 src/ts/pages/Builder/api.ts`); report.push(`51 41 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`3 1 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -14289,7 +14289,7 @@ report.push(`2022-01-10T15:56:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1979 fix report.push(`2 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2022-01-10T15:57:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #721: Bugfix/SUBO-2004 lock Agreement Group for editing and add new tab`); -report.push(`2022-01-10T16:22:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix: corrected styles for Remove and Block buttons`); +report.push(`2022-01-10T16:22:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix(OIR): corrected styles for Remove and Block buttons`); report.push(`19 20 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`37 0 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(`17 19 src/ts/pages/Builder/components/shared/RemoveButton.tsx`); @@ -14300,15 +14300,15 @@ report.push(`44 7 src/ts/pages/Builder/styles/rules.scss`); report.push(``); report.push(`2022-01-10T16:38:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); report.push(`2022-01-10T16:38:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #723: SUBO-1979 fix: remove empty groups from Request`); -report.push(`2022-01-10T16:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #722: SUBO-1932 fix: corrected styles for Remove and Block buttons`); -report.push(`2022-01-11T11:32:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat: add flag isMandatory for Roles`); +report.push(`2022-01-10T16:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #722: SUBO-1932 fix(OIR): corrected styles for Remove and Block buttons`); +report.push(`2022-01-11T11:32:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat(traffic chart): add flag isMandatory for Roles`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`4 2 src/ts/pages/Template/components/Form.tsx`); report.push(`3 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`10 2 src/ts/pages/Template/store/Template.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-01-11T11:33:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #724: SUBO-2057 feat: add flag isMandatory for Roles`); +report.push(`2022-01-11T11:33:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #724: SUBO-2057 feat(traffic chart): add flag isMandatory for Roles`); report.push(`2022-01-11T11:33:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); report.push(`2022-01-11T11:38:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2056 fix: corrected isIncludeChildren switch logic`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); @@ -14322,7 +14322,7 @@ report.push(``); report.push(`2022-01-11T12:33:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1548 fix: change max-height for paggination because body change size`); report.push(`4 0 src/ts/components/DataLoader/styles/hacks.scss`); report.push(``); -report.push(`2022-01-11T12:46:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2017 fix: add link on last request for short card`); +report.push(`2022-01-11T12:46:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2017 fix(faq): add link on last request for short card`); report.push(`8 2 src/ts/pages/Profile/components/ShortCard.tsx`); report.push(`1 0 src/ts/pages/Profile/styles/card.scss`); report.push(``); @@ -14333,18 +14333,18 @@ report.push(`2022-01-11T14:59:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull re report.push(`2022-01-11T14:59:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); report.push(`2022-01-12T09:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #727: SUBO-1945 fix: corrected Hint component`); report.push(`2022-01-12T09:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-12T09:30:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat: add validation rules for old role groups`); +report.push(`2022-01-12T09:30:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat(traffic chart): add validation rules for old role groups`); report.push(`11 20 src/ts/pages/Template/components/Form.tsx`); report.push(`35 20 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-01-12T10:39:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat: add validation for old roles`); +report.push(`2022-01-12T10:39:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat(traffic chart): add validation for old roles`); report.push(`19 21 src/ts/pages/Template/components/Form.tsx`); report.push(`24 24 src/ts/pages/Template/components/Template.tsx`); report.push(`8 5 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`14 12 src/ts/pages/Template/store/Template.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-01-12T10:41:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat: add validation for old roles`); +report.push(`2022-01-12T10:41:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2057 feat(traffic chart): add validation for old roles`); report.push(`1 3 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2022-01-12T10:46:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #728: SUBO-2057 Add validation for old roles`); @@ -14370,11 +14370,11 @@ report.push(``); report.push(`2022-01-12T13:02:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2069 fix: corrected default value for New Role`); report.push(`2022-01-12T13:04:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); report.push(`2022-01-12T13:04:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #730: SUBO-2069 feat: add default value for new role`); -report.push(`2022-01-12T15:31:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2072 fix: hide cancel button for Request`); +report.push(`2022-01-12T15:31:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2072 fix(OIR): hide cancel button for Request`); report.push(`2 0 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(``); report.push(`2022-01-12T18:06:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-12T18:06:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #731: SUBO-2072 fix: hide cancel button for Request`); +report.push(`2022-01-12T18:06:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #731: SUBO-2072 fix(OIR): hide cancel button for Request`); report.push(`2022-01-13T13:16:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2075 fix: corrected names of loaded excel files`); report.push(`8 6 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`8 5 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -14397,15 +14397,15 @@ report.push(`2022-01-13T14:27:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2080 fix report.push(`7 1 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(``); report.push(`2022-01-13T15:01:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #733: SUBO-2064 fix: add logic for role depencency in Draft`); -report.push(`2022-01-13T17:08:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix: added isInnerEmployees flag for Users request`); +report.push(`2022-01-13T17:08:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix(faq): added isInnerEmployees flag for Users request`); report.push(`2 2 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`1 1 src/ts/pages/Requests/api.ts`); report.push(``); report.push(`2022-01-13T17:22:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #734: SUBO-2066, SUBO-2080 Change pagination for template search`); report.push(`2022-01-13T17:22:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-13T17:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #735: SUBO-1977 fix: added isInnerEmployees flag for Users request`); +report.push(`2022-01-13T17:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #735: SUBO-1977 fix(faq): added isInnerEmployees flag for Users request`); report.push(`2022-01-13T17:40:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-14T10:23:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix: corrected Users request with isInnerEmployees`); +report.push(`2022-01-14T10:23:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1977 fix(faq): corrected Users request with isInnerEmployees`); report.push(`2 2 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`6 2 src/ts/pages/Requests/api.ts`); report.push(``); @@ -14417,7 +14417,7 @@ report.push(`1 1 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-01-14T11:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #736: SUBO-1977 fix: corrected Users request with isInnerEmployees`); +report.push(`2022-01-14T11:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #736: SUBO-1977 fix(faq): corrected Users request with isInnerEmployees`); report.push(`2022-01-14T11:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); report.push(`2022-01-14T11:06:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #737: SUBO-2075 fix: corrected names`); report.push(`2022-01-14T11:06:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); @@ -14435,19 +14435,19 @@ report.push(``); report.push(`2022-01-17T09:25:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1955 fix: remove spec symbols from search RegExp`); report.push(`9 4 src/ts/helpers/search.ts`); report.push(``); -report.push(`2022-01-17T11:13:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2117 fix: corrected button name in the Modal window`); +report.push(`2022-01-17T11:13:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2117 fix(faq): corrected button name in the Modal window`); report.push(`1 1 src/ts/pages/Builder/components/modals/ModalWindowTemplate.tsx`); report.push(``); report.push(`2022-01-17T11:51:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1945 fix: change title for tabs in Role description`); report.push(`2 1 src/ts/snippets/AccessGroups/components/RolesDescription.tsx`); report.push(``); -report.push(`2022-01-17T12:32:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2132 fix: corrected buttons disabling logic depend on Admin role`); +report.push(`2022-01-17T12:32:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2132 fix(OIR): corrected buttons disabling logic depend on Admin role`); report.push(`7 1 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`7 4 src/ts/pages/Builder/components/FullCard.tsx`); report.push(`6 3 src/ts/pages/Builder/components/ShortCard.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-01-17T12:56:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2117 fix: added buttontext prop for Modal windows`); +report.push(`2022-01-17T12:56:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2117 fix(faq): added buttontext prop for Modal windows`); report.push(`1 0 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); report.push(`4 1 src/ts/pages/Builder/components/modals/ModalWindowTemplate.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); @@ -14455,14 +14455,14 @@ report.push(`1 0 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(``); -report.push(`2022-01-17T13:57:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #742: SUBO-2132 fix: corrected buttons disabling logic depend on Admin role`); +report.push(`2022-01-17T13:57:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #742: SUBO-2132 fix(OIR): corrected buttons disabling logic depend on Admin role`); report.push(`2022-01-17T13:57:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #743: Bugfix/SUBO-2117 rename button in the Modal window`); report.push(`2022-01-17T14:00:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #740: SUBO-1955 Remove spec symbols from search RegExp`); -report.push(`2022-01-17T14:35:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2137 fix: corrected Rule name layout`); +report.push(`2022-01-17T14:35:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2137 fix(faq): corrected Rule name layout`); report.push(`18 13 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`25 5 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2022-01-17T15:12:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2137 fix: corrected css properties order`); +report.push(`2022-01-17T15:12:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2137 fix(faq): corrected css properties order`); report.push(`1 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); report.push(`2022-01-17T15:20:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #744: Bugfix/SUBO-2137 correct Rule name for small window size`); @@ -14473,7 +14473,7 @@ report.push(`2 2 src/ts/components/Select/components/value/Multiple.tsx`); report.push(`9 5 src/ts/components/Select/index.tsx`); report.push(`7 1 src/ts/components/Select/styles/value.scss`); report.push(``); -report.push(`2022-01-17T21:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #745: SUBO-2129, SUBO-2131 fix: disabled orgUnits Select in the READ mode and corrected styles`); +report.push(`2022-01-17T21:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #745: SUBO-2129, SUBO-2131 fix(AIS): disabled orgUnits Select in the READ mode and corrected styles`); report.push(`2022-01-18T11:49:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2128 refactor: remove old components`); report.push(`1 1 nginx.default.conf`); report.push(`1 1 src/setupProxy.js`); @@ -14526,7 +14526,7 @@ report.push(``); report.push(`2022-01-18T11:50:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2128 refactor: remove old components`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-01-18T12:07:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat: show new status model`); +report.push(`2022-01-18T12:07:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat(traffic chart): show new status model`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2022-01-18T13:51:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2119 fix: change filters for template list`); @@ -14541,11 +14541,11 @@ report.push(`1 14 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); report.push(`2022-01-18T15:20:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #748: SUBO-2119 Change filters for template`); report.push(`2022-01-18T15:21:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #746: SUBO-2128 Remove old components`); -report.push(`2022-01-18T15:21:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #747: SUBO-2047 feat: show new status model`); -report.push(`2022-01-19T09:11:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2152 fix: show Cancel button in Template`); +report.push(`2022-01-18T15:21:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #747: SUBO-2047 feat(traffic chart): show new status model`); +report.push(`2022-01-19T09:11:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2152 fix(OIR): show Cancel button in Template`); report.push(`0 2 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(``); -report.push(`2022-01-19T09:32:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #749: SUBO-2152 fix: show Cancel button in Template`); +report.push(`2022-01-19T09:32:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #749: SUBO-2152 fix(OIR): show Cancel button in Template`); report.push(`2022-01-20T10:38:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2133 feat: added a limit of selected items in the Tree`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -14565,7 +14565,7 @@ report.push(`2022-01-20T11:08:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-21 report.push(`1 1 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(``); report.push(`2022-01-20T13:08:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #750: Feature/SUBO-2133 add a count limit to the Tree`); -report.push(`2022-01-20T13:47:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix: corrected Table and ShortCard styles`); +report.push(`2022-01-20T13:47:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix(OIR): corrected Table and ShortCard styles`); report.push(`1 7 src/ts/components/Table/components/TableHead.tsx`); report.push(`6 0 src/ts/components/Table/styles/hacks.scss`); report.push(`2 2 src/ts/components/Table/styles/index.scss`); @@ -14585,14 +14585,14 @@ report.push(``); report.push(`2022-01-20T14:50:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-2125 refactor: Add new font size`); report.push(`1 0 src/styles/variables.scss`); report.push(``); -report.push(`2022-01-20T16:16:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-20T16:16:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`50 0 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`46 0 src/ts/pages/Builder/components/autocomplete/Common.tsx`); report.push(`3 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`18 0 src/ts/pages/Builder/styles/autocomplete.scss`); report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2022-01-20T16:22:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-20T16:22:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`1 0 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`7 1 src/ts/pages/Builder/components/autocomplete/Common.tsx`); report.push(``); @@ -14606,7 +14606,7 @@ report.push(``); report.push(`2022-01-20T21:16:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2208 fix: added maxSelectedCount for orgUnits in the RoleAdd modal`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-01-20T21:39:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-20T21:39:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`82 27 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`21 9 src/ts/pages/Builder/components/autocomplete/Common.tsx`); report.push(`100 0 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); @@ -14614,16 +14614,16 @@ report.push(`2 0 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`8 3 src/ts/pages/Builder/styles/autocomplete.scss`); report.push(``); report.push(`2022-01-20T21:46:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #753: SUBO-2180 fix: Fixed various style bugs on the Main page and the Notifications page`); -report.push(`2022-01-20T21:49:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-20T21:49:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`4 4 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(``); report.push(`2022-01-21T11:04:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #751: SUBO-2204 fix: show text roles in All groups list`); -report.push(`2022-01-21T11:05:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #752: SUBO-1932 fix: corrected Table and ShortCard styles`); +report.push(`2022-01-21T11:05:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #752: SUBO-1932 fix(OIR): corrected Table and ShortCard styles`); report.push(`2022-01-21T11:05:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #754: SUBO-2208 fix: added maxSelectedCount for orgUnits in the RoleAdd modal`); report.push(`2022-01-21T13:42:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-2125 refactor: Add new variables styles`); report.push(`29 0 src/styles/variables.scss`); report.push(``); -report.push(`2022-01-21T13:50:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix: Various style bug fixes in the Notification page and Template page. Hint. Fixed the height to 200px. Tabs slightly raised to the top border. Bell in SideBarMenuItem slightly raised vertically.`); +report.push(`2022-01-21T13:50:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix(AIS): Various style bug fixes in the Notification page and Template page. Hint. Fixed the height to 200px. Tabs slightly raised to the top border. Bell in SideBarMenuItem slightly raised vertically.`); report.push(`2 2 src/ts/components/Hint/index.scss`); report.push(`1 1 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`8 0 src/ts/pages/Notifications/styles/hacks.scss`); @@ -14643,11 +14643,11 @@ report.push(`13 13 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`15 15 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`14 15 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-01-21T14:33:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2067 feat: created the Modal for prevent transition`); +report.push(`2022-01-21T14:33:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2067 feat(traffic chart): created the Modal for prevent transition`); report.push(`73 0 src/ts/components/PreventRouteModal/UserModal.tsx`); report.push(`88 0 src/ts/components/PreventRouteModal/index.tsx`); report.push(``); -report.push(`2022-01-21T15:04:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix: white color is taken from the variable`); +report.push(`2022-01-21T15:04:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix(AIS): white color is taken from the variable`); report.push(`2 2 src/ts/pages/Notifications/styles/hacks.scss`); report.push(``); report.push(`2022-01-21T14:53:00+02:00>Maxim Maximov>maximov@mail.com>SUBO-2219 fix reduction to types, fix forwardedRef component with correct formatting`); @@ -14661,7 +14661,7 @@ report.push(`2 1 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); report.push(`2022-01-21T14:53:21+02:00>Maxim Maximov>maximov@mail.com>Merge branch 'bugfix/SUBO-2219-Fix-TS-errors' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into bugfix/SUBO-2219-Fix-TS-errors`); -report.push(`2022-01-21T16:01:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #757: SUBO-2181 fix: Various style bug fixes in the Notification page and Template page.`); +report.push(`2022-01-21T16:01:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #757: SUBO-2181 fix(AIS): Various style bug fixes in the Notification page and Template page.`); report.push(`2022-01-21T15:55:45+02:00>Maxim Maximov>maximov@mail.com>SUBO-2219 fix: temp`); report.push(`0 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(``); @@ -14670,7 +14670,7 @@ report.push(`1 1 src/ts/pages/News/components/NewsArticle.tsx`); report.push(`1 1 src/ts/pages/News/components/NewsItemInfo.tsx`); report.push(`1 1 src/ts/pages/News/components/NewsListItem.tsx`); report.push(``); -report.push(`2022-01-23T18:37:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-23T18:37:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`1 1 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`6 40 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`128 0 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); @@ -14679,12 +14679,12 @@ report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`2 0 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`1 1 src/ts/pages/Requests/styles/search.scss`); report.push(``); -report.push(`2022-01-23T18:44:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete script for IFT`); +report.push(`2022-01-23T18:44:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete script for IFT`); report.push(`129 0 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(`4 1 src/ts/pages/Builder/components/autocomplete/common/Textarea.tsx`); report.push(``); report.push(`2022-01-23T18:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #755: SUBO-2187 Add autocomlpete script for IFT`); -report.push(`2022-01-24T10:19:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix: Various style bug fixes in the Request, Report pages.`); +report.push(`2022-01-24T10:19:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix(OIR): Various style bug fixes in the Request, Report pages.`); report.push(`0 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 1 src/ts/components/Title/index.scss`); report.push(`4 0 src/ts/pages/Builder/styles/hacks.scss`); @@ -14693,8 +14693,8 @@ report.push(`1 0 src/ts/pages/Requests/components/item/Buttons.tsx`); report.push(`1 1 src/ts/pages/Requests/styles/control.scss`); report.push(``); report.push(`2022-01-24T10:35:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #759: Bugfix/SUBO-2219 Fix TS errors`); -report.push(`2022-01-24T11:30:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #758: SUBO-2067 feat: created the Modal for prevent transition`); -report.push(`2022-01-24T12:35:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix: Changed margin to 24px between the question and the answer in the FAQ.`); +report.push(`2022-01-24T11:30:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #758: SUBO-2067 feat(traffic chart): created the Modal for prevent transition`); +report.push(`2022-01-24T12:35:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix(OIR): Changed margin to 24px between the question and the answer in the FAQ.`); report.push(`1 1 src/ts/pages/Help/styles/index.scss`); report.push(``); report.push(`2022-01-24T13:04:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2126 fix: add variables styles`); @@ -14718,7 +14718,7 @@ report.push(`2 2 src/ts/components/Tag/index.scss`); report.push(`3 3 src/ts/components/Title/index.scss`); report.push(`7 7 src/ts/components/Tree/index.scss`); report.push(``); -report.push(`2022-01-24T15:36:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete for visibility`); +report.push(`2022-01-24T15:36:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete for visibility`); report.push(`72 52 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); report.push(`133 69 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(`56 0 src/ts/pages/Builder/components/autocomplete/common/Report.tsx`); @@ -14727,7 +14727,7 @@ report.push(`2 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`10 0 src/ts/pages/Builder/styles/autocomplete.scss`); report.push(``); report.push(`2022-01-24T16:29:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #760: Bugfix/SUBO-2182`); -report.push(`2022-01-24T15:38:08+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: move endpoints to separate folders`); +report.push(`2022-01-24T15:38:08+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): move endpoints to separate folders`); report.push(`166 0 src/ts/api/acrq.ts`); report.push(`135 0 src/ts/api/constructor.ts`); report.push(`37 0 src/ts/api/notification.ts`); @@ -14744,15 +14744,15 @@ report.push(`1 1 src/ts/pages/Notifications/styles/control.scss`); report.push(`1 1 src/ts/pages/Notifications/styles/hacks.scss`); report.push(``); report.push(`2022-01-24T18:35:24+03:00>Maxim Maximov>maximov@mail.com>Pull request #761: SUBO-2126 fix: add variables styles`); -report.push(`2022-01-25T09:08:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add autocomplete for visibility`); +report.push(`2022-01-25T09:08:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add autocomplete for visibility`); report.push(`1 1 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); report.push(`3 3 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/autocomplete.scss`); report.push(``); -report.push(`2022-01-25T09:09:46+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: delete unecessary files`); +report.push(`2022-01-25T09:09:46+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): delete unecessary files`); report.push(`0 0 src/ts/api/sm.ts`); report.push(``); -report.push(`2022-01-25T09:55:10+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor Authorization api`); +report.push(`2022-01-25T09:55:10+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor Authorization api`); report.push(`22 1 src/ts/api/acrq.ts`); report.push(`0 38 src/ts/pages/Authorization/api.ts`); report.push(`2 2 src/ts/pages/Authorization/components/Tools.tsx`); @@ -14760,14 +14760,14 @@ report.push(`6 6 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`2 2 src/ts/pages/Authorization/store/NotificationStore.ts`); report.push(`2 2 src/ts/pages/Authorization/store/Terminology.ts`); report.push(``); -report.push(`2022-01-25T11:08:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #762: SUBO-2122 fix: move endpoints to separate folder`); +report.push(`2022-01-25T11:08:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #762: SUBO-2122 fix(OIR): move endpoints to separate folder`); report.push(`2022-01-25T11:09:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #763: SUBO-2187 Add autocomplete for visibility`); -report.push(`2022-01-25T12:07:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: search orgUnit in autocomplete`); +report.push(`2022-01-25T12:07:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): search orgUnit in autocomplete`); report.push(`3 1 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`7 1 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); report.push(`8 2 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(``); -report.push(`2022-01-25T12:20:53+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor Builder services`); +report.push(`2022-01-25T12:20:53+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor Builder services`); report.push(`0 186 src/ts/pages/Builder/api.ts`); report.push(`2 2 src/ts/pages/Builder/components/FullCard.tsx`); report.push(`2 2 src/ts/pages/Builder/components/ShortCard.tsx`); @@ -14797,8 +14797,8 @@ report.push(`2 2 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`2 2 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(`7 6 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-01-25T13:23:44+03:00>Maxim Maximov>maximov@mail.com>Pull request #764: SUBO-2187 fix: search orgUnit in autocomplete`); -report.push(`2022-01-25T13:37:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix: add variables styles in pages folder`); +report.push(`2022-01-25T13:23:44+03:00>Maxim Maximov>maximov@mail.com>Pull request #764: SUBO-2187 fix(faq): search orgUnit in autocomplete`); +report.push(`2022-01-25T13:37:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix(faq): add variables styles in pages folder`); report.push(`6 6 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`7 7 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(`10 10 src/ts/pages/AccessRequest/styles/index.scss`); @@ -14868,7 +14868,7 @@ report.push(`6 6 src/ts/pages/Template/styles/help.scss`); report.push(`9 9 src/ts/pages/Template/styles/index.scss`); report.push(`5 5 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2022-01-25T13:47:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix: resolve conflict`); +report.push(`2022-01-25T13:47:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix(faq): resolve conflict`); report.push(`2022-01-25T14:11:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 feat: added logic for compare states for PreventRouteModal`); report.push(`8 3 src/ts/components/PreventRouteModal/UserModal.tsx`); report.push(`11 4 src/ts/components/PreventRouteModal/index.tsx`); @@ -14894,10 +14894,10 @@ report.push(`1 1 src/ts/pages/Notifications/styles/control.scss`); report.push(`22 1 src/ts/store/Form.ts`); report.push(``); report.push(`2022-01-25T14:39:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: solve merge conflicts`); -report.push(`2022-01-25T16:13:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix: font-weight in banners`); +report.push(`2022-01-25T16:13:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-2127 fix(faq): font-weight in banners`); report.push(`4 3 src/ts/components/Banners/index.scss`); report.push(``); -report.push(`2022-01-25T16:11:52+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor Catalogue api`); +report.push(`2022-01-25T16:11:52+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor Catalogue api`); report.push(`1 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`0 21 src/ts/pages/Catalogue/api.ts`); report.push(`2 2 src/ts/pages/Catalogue/components/favorites/index.tsx`); @@ -14905,7 +14905,7 @@ report.push(`2 2 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(`4 3 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(`6 6 src/ts/pages/News/helpers/favorites.ts`); report.push(``); -report.push(`2022-01-25T17:52:51+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor News, Notification, Profile, Template api's`); +report.push(`2022-01-25T17:52:51+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor News, Notification, Profile, Template api's`); report.push(`46 0 src/ts/api/acrq.ts`); report.push(`0 37 src/ts/pages/Help/api.ts`); report.push(`2 2 src/ts/pages/Help/index.tsx`); @@ -14957,8 +14957,8 @@ report.push(`10 0 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`2 1 src/ts/snippets/RequestStatus/index.tsx`); report.push(`4 1 src/ts/snippets/RequestStatus/view/AdaptiveRequestStatus.tsx`); report.push(``); -report.push(`2022-01-26T09:49:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #766: SUBO-2127 fix: add variables styles in pages folder`); -report.push(`2022-01-26T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #765: SUBO-2122 fix: refactor Builder services`); +report.push(`2022-01-26T09:49:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #766: SUBO-2127 fix(faq): add variables styles in pages folder`); +report.push(`2022-01-26T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #765: SUBO-2122 fix(OIR): refactor Builder services`); report.push(`2022-01-26T10:16:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 refactor: refactored RoleGroups section`); report.push(`6 2 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`6 2 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); @@ -14976,7 +14976,7 @@ report.push(`2022-01-26T11:33:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-2183 Fix: report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); report.push(`2022-01-26T12:29:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: solve merge conflicts and corrected styles`); -report.push(`2022-01-26T12:03:35+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor Requests and Search api's`); +report.push(`2022-01-26T12:03:35+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor Requests and Search api's`); report.push(`6 0 src/ts/api/request.ts`); report.push(`5 5 src/ts/{pages/Search/api.ts => api/search.ts}`); report.push(`2 2 src/ts/components/Table/components/AdditionalRow.tsx`); @@ -15012,7 +15012,7 @@ report.push(`1 1 src/ts/pages/Builder/view/List.tsx`); report.push(`46 79 src/ts/pages/Requests/components/item/Buttons.tsx`); report.push(`34 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-01-26T12:27:29+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: pull origin master`); +report.push(`2022-01-26T12:27:29+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): pull origin master`); report.push(`2022-01-26T13:28:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); report.push(`0 33 src/ts/pages/Builder/components/template-item/Info.tsx`); report.push(`6 2 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -15075,7 +15075,7 @@ report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`12 14 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`19 57 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-01-26T16:31:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #770: SUBO-2122 fix: refactor Requests and Search api's`); +report.push(`2022-01-26T16:31:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #770: SUBO-2122 fix(OIR): refactor Requests and Search api's`); report.push(`2022-01-26T16:45:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #768: SUBO-2213 refactor: refactored RoleGroups section`); report.push(`2022-01-26T17:15:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2199 fix: ui-test \\ts\\helpers`); report.push(`11 13 src/ts/helpers/http/Client.test.ts`); @@ -15093,7 +15093,7 @@ report.push(``); report.push(`2022-01-26T17:34:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: correctes store methods`); report.push(`1 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-01-26T16:37:47+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix: refactor Template, Filter and AccessGroups api's`); +report.push(`2022-01-26T16:37:47+02:00>Maxim Maximov>maximov@mail.com>SUBO-2122 fix(OIR): refactor Template, Filter and AccessGroups api's`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/Main.tsx`); report.push(`8 8 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -15112,17 +15112,17 @@ report.push(``); report.push(`2022-01-26T17:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: corrected request name for AccessDetails`); report.push(`2 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-01-26T20:01:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix: fix styles`); +report.push(`2022-01-26T20:01:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2182 fix(OIR): fix styles`); report.push(`1 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`2 2 src/ts/pages/Builder/styles/hacks.scss`); report.push(`12 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2022-01-26T21:14:22+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix: Reduced hint. Rounded the edges of buttonList`); +report.push(`2022-01-26T21:14:22+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2181 fix(AIS): Reduced hint. Rounded the edges of buttonList`); report.push(`1 1 src/ts/components/Hint/index.scss`); report.push(`2 2 src/ts/pages/Notifications/styles/hacks.scss`); report.push(``); -report.push(`2022-01-27T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #776: SUBO-2181 fix: Reduced hint.`); -report.push(`2022-01-27T09:31:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #777: SUBO-2182 fix: change value in hacks for Admiral`); +report.push(`2022-01-27T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #776: SUBO-2181 fix(AIS): Reduced hint.`); +report.push(`2022-01-27T09:31:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #777: SUBO-2182 fix(OIR): change value in hacks for Admiral`); report.push(`2022-01-27T09:33:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); @@ -15141,14 +15141,14 @@ report.push(`2022-01-27T10:12:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 fix report.push(`2022-01-27T10:15:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 fix: merge with master`); report.push(`1 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2022-01-27T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2186 feat: add all accesses quantity`); +report.push(`2022-01-27T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2186 feat(Excel): add all accesses quantity`); report.push(`0 1 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`0 1 src/ts/interfaces/Pagination.ts`); report.push(`7 5 src/ts/pages/Profile/components/ControlPanel.tsx`); report.push(`3 5 src/ts/pages/Profile/components/TabContent.tsx`); report.push(``); report.push(`2022-01-27T10:46:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #771: SUBO-2186 fix: added all acceses quantity`); -report.push(`2022-01-27T10:46:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #772: SUBO-2122 fix: refactor Template, Filter and AccessGroups api's`); +report.push(`2022-01-27T10:46:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #772: SUBO-2122 fix(OIR): refactor Template, Filter and AccessGroups api's`); report.push(`2022-01-27T11:05:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: added getValueByKey function`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); @@ -15163,23 +15163,23 @@ report.push(`27 0 src/ts/helpers/http/Mock.test.ts`); report.push(`11 0 src/ts/helpers/http/index.test.ts`); report.push(`116 79 src/ts/helpers/validation/index.test.ts`); report.push(``); -report.push(`2022-01-27T11:40:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: change limit for search`); +report.push(`2022-01-27T11:40:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): change limit for search`); report.push(`3 3 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`41 20 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`4 4 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); report.push(`7 28 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(`4 4 src/ts/pages/Builder/components/autocomplete/common/Textarea.tsx`); report.push(``); -report.push(`2022-01-27T11:46:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: change limit for search`); +report.push(`2022-01-27T11:46:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): change limit for search`); report.push(`4 3 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(``); -report.push(`2022-01-27T11:59:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: change limit for search`); +report.push(`2022-01-27T11:59:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): change limit for search`); report.push(`11 13 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(``); -report.push(`2022-01-27T12:02:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: change limit for search`); +report.push(`2022-01-27T12:02:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): change limit for search`); report.push(`7 7 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(``); -report.push(`2022-01-27T12:07:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix: change limit for search`); +report.push(`2022-01-27T12:07:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 fix(faq): change limit for search`); report.push(`28 0 src/ts/pages/Builder/helpers/autocomplete/loader.ts`); report.push(``); report.push(`2022-01-27T12:14:45+03:00>Maxim Maximov>maximov@mail.com>Pull request #778: SUBO-2233 Add roadMap for templates in Builder`); @@ -15191,17 +15191,17 @@ report.push(`16 0 src/ts/components/DataLoader/styles/index.scss`); report.push(`0 1 src/ts/components/Select/styles/list.scss`); report.push(``); report.push(`2022-01-27T19:14:51+03:00>Maxim Maximov>maximov@mail.com>Pull request #781: SUBO-2199 test: mod-test \\ts\\helpers`); -report.push(`2022-01-28T10:34:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat: add waiting RUN for SM`); +report.push(`2022-01-28T10:34:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat(traffic chart): add waiting RUN for SM`); report.push(`3 0 src/ts/helpers/constants.ts`); report.push(`68 63 src/ts/snippets/RequestStatus2/components/Item.tsx`); report.push(`10 1 src/ts/snippets/RequestStatus2/components/cards/Info.tsx`); report.push(`3 2 src/ts/snippets/RequestStatus2/helpers/hackForBackend.ts`); report.push(`2 0 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-01-28T10:36:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat: add waiting RUN for SM`); +report.push(`2022-01-28T10:36:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat(traffic chart): add waiting RUN for SM`); report.push(`0 1 src/ts/snippets/RequestStatus2/index.tsx`); report.push(``); -report.push(`2022-01-28T10:38:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat: add waiting RUN for SM`); +report.push(`2022-01-28T10:38:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2047 feat(traffic chart): add waiting RUN for SM`); report.push(`0 1 src/ts/helpers/constants.ts`); report.push(``); report.push(`2022-01-28T10:52:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #783: SUBO-2180 fix: Added div border to InfinityScroll.tsx`); @@ -15214,7 +15214,7 @@ report.push(`6 0 src/ts/interfaces/Catalogue.ts`); report.push(`5 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(`3 7 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(``); -report.push(`2022-01-28T13:55:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat: add regExp for draft Roles`); +report.push(`2022-01-28T13:55:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 feat(traffic chart): add regExp for draft Roles`); report.push(`28 8 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`17 22 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`99 34 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); @@ -15235,7 +15235,7 @@ report.push(`2 1 src/ts/api/notification.ts`); report.push(`12 7 src/ts/api/request.ts`); report.push(`15 0 src/ts/interfaces/Treatments.ts`); report.push(``); -report.push(`2022-01-31T09:58:47+03:00>Maxim Maximov>maximov@mail.com>Pull request #785: SUBO-2187 feat: add regExp for draft Roles`); +report.push(`2022-01-31T09:58:47+03:00>Maxim Maximov>maximov@mail.com>Pull request #785: SUBO-2187 feat(traffic chart): add regExp for draft Roles`); report.push(`2022-01-31T09:00:18+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: fix reconcilations`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); @@ -15265,7 +15265,7 @@ report.push(`2 4 src/ts/api/request.ts`); report.push(``); report.push(`2022-01-31T13:14:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #789: SUBO-2185 fix: revert changes with typing of request`); report.push(`2022-01-31T13:18:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-2254-refactor-OIR-Template`); -report.push(`2022-01-31T14:25:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix: change error status for new RoadMap`); +report.push(`2022-01-31T14:25:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix(faq): change error status for new RoadMap`); report.push(`1 1 src/setupProxy.js`); report.push(`3 2 src/ts/helpers/formatter.ts`); report.push(`51 23 src/ts/snippets/RequestStatus2/components/Item.tsx`); @@ -15291,7 +15291,7 @@ report.push(`1 1 src/ts/pages/Search/components/Search.tsx`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(``); report.push(`2022-01-31T16:07:47+03:00>Maxim Maximov>maximov@mail.com>Pull request #788: SUBO-2254 refactor: refactored TemplateOir`); -report.push(`2022-01-31T18:07:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix: corrected pt 11 and 12 from comments by Designer`); +report.push(`2022-01-31T18:07:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1932 fix(OIR): corrected pt 11 and 12 from comments by Designer`); report.push(`3 2 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); @@ -15307,9 +15307,9 @@ report.push(`2 2 src/ts/api/request.ts`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`2 2 src/ts/helpers/formatter.test.ts`); report.push(``); -report.push(`2022-02-01T10:58:19+03:00>Maxim Maximov>maximov@mail.com>Pull request #792: SUBO-1932 fix: corrected pt 11 and 12 from comments by Designer`); +report.push(`2022-02-01T10:58:19+03:00>Maxim Maximov>maximov@mail.com>Pull request #792: SUBO-1932 fix(OIR): corrected pt 11 and 12 from comments by Designer`); report.push(`2022-02-01T12:20:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #793: SUBO-2163 fix: add additional param for templateId`); -report.push(`2022-02-01T11:24:13+02:00>Maxim Maximov>maximov@mail.com>SUBO-2221 fix: add additional check to select all items in tree`); +report.push(`2022-02-01T11:24:13+02:00>Maxim Maximov>maximov@mail.com>SUBO-2221 fix(AIS): add additional check to select all items in tree`); report.push(`4 0 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(``); report.push(`2022-02-01T11:32:51+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: fix max len rule`); @@ -15323,7 +15323,7 @@ report.push(`4 2 src/ts/api/roles.ts`); report.push(`3 2 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(``); report.push(`2022-02-01T12:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #791: SUBO-2185 fix: add types to api response`); -report.push(`2022-02-01T14:10:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix: change style for errors in RoadMap`); +report.push(`2022-02-01T14:10:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix(faq): change style for errors in RoadMap`); report.push(`14 30 src/ts/snippets/RequestStatus2/components/Item.tsx`); report.push(`1 21 src/ts/snippets/RequestStatus2/components/cards/Info.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus2/components/cards/LinkOnSM.tsx`); @@ -15334,7 +15334,7 @@ report.push(`29 1 src/ts/snippets/RequestStatus2/helpers/getEmailText.ts`); report.push(`54 0 src/ts/snippets/RequestStatus2/helpers/index.ts`); report.push(`19 18 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-02-01T14:13:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix: change style for errors in RoadMap`); +report.push(`2022-02-01T14:13:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2227 fix(faq): change style for errors in RoadMap`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-02-01T16:12:22+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2244 fix: Fixed access-list toggle icon`); @@ -15343,7 +15343,7 @@ report.push(`3 2 src/ts/pages/Profile/styles/control.scss`); report.push(``); report.push(`2022-02-01T17:28:00+03:00>Maxim Maximov>maximov@mail.com>Pull request #796: SUBO-2244 fix: Fixed access-list toggle icon`); report.push(`2022-02-01T18:51:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #794: SUBO-2227 Fix roadMap status for errors`); -report.push(`2022-02-01T18:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat: refactor OIR Template for new backend`); +report.push(`2022-02-01T18:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat(profile): refactor OIR Template for new backend`); report.push(`3 3 src/ts/api/request.ts`); report.push(`4 0 src/ts/api/roles.ts`); report.push(`1 2 src/ts/components/Tree/helpers/index.ts`); @@ -15356,14 +15356,14 @@ report.push(`38 30 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(`2 4 src/ts/pages/TemplateOir/index.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2022-02-01T18:11:28+02:00>Maxim Maximov>maximov@mail.com>buggix/SUBO-2211 fix: add switchIsRequired`); +report.push(`2022-02-01T18:11:28+02:00>Maxim Maximov>maximov@mail.com>buggix/SUBO-2211 fix(AIS): add switchIsRequired`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(``); -report.push(`2022-02-01T18:37:24+02:00>Maxim Maximov>maximov@mail.com>SUBO-2221 fix: fix issue with selecting TRM`); +report.push(`2022-02-01T18:37:24+02:00>Maxim Maximov>maximov@mail.com>SUBO-2221 fix(AIS): fix issue with selecting TRM`); report.push(`1 0 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(``); report.push(`2022-02-02T09:52:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #795: Bugfix/SUBO-2221 fix selecting TRM groups`); -report.push(`2022-02-02T10:43:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat: replace uuid to id`); +report.push(`2022-02-02T10:43:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat(profile): replace uuid to id`); report.push(`4 0 src/ts/pages/TemplateOir/components/DynamicFields.tsx`); report.push(`11 11 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(`4 4 src/ts/pages/TemplateOir/helpers/formatDynamicData.ts`); @@ -15372,7 +15372,7 @@ report.push(``); report.push(`2022-02-02T10:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2235 fix: removed console log`); report.push(`0 4 src/ts/pages/TemplateOir/components/DynamicFields.tsx`); report.push(``); -report.push(`2022-02-02T14:56:05+02:00>Maxim Maximov>maximov@mail.com>bugfix/SUBO-2211 fix: change switcher config, add isChilderInclude property`); +report.push(`2022-02-02T14:56:05+02:00>Maxim Maximov>maximov@mail.com>bugfix/SUBO-2211 fix(AIS): change switcher config, add isChilderInclude property`); report.push(`10 0 src/ts/interfaces/Table.ts`); report.push(`16 3 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`8 0 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -15386,13 +15386,13 @@ report.push(`3 1 src/ts/pages/Builder/interfaces/shared.ts`); report.push(`8 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`2 0 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(``); -report.push(`2022-02-02T15:22:16+02:00>Maxim Maximov>maximov@mail.com>bugfix/SUBO-2211 fix: add switch config to execution builder`); +report.push(`2022-02-02T15:22:16+02:00>Maxim Maximov>maximov@mail.com>bugfix/SUBO-2211 fix(AIS): add switch config to execution builder`); report.push(`8 1 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(``); report.push(`2022-02-02T18:10:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2178 fix: Fix tree node expanded`); report.push(`1 2 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2022-02-03T10:18:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat: added validation to OIR form`); +report.push(`2022-02-03T10:18:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat(profile): added validation to OIR form`); report.push(`14 10 src/ts/components/JsonSchema/index.tsx`); report.push(`11 21 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`11 6 src/ts/pages/TemplateOir/components/DynamicFields.tsx`); @@ -15410,7 +15410,7 @@ report.push(`2022-02-03T11:17:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-02-03T11:21:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 fix: removed Tree bug fixing`); report.push(`2 1 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2022-02-03T10:24:06+02:00>Maxim Maximov>maximov@mail.com>SUBO-2211 fix: fix comments after code review`); +report.push(`2022-02-03T10:24:06+02:00>Maxim Maximov>maximov@mail.com>SUBO-2211 fix(AIS): fix comments after code review`); report.push(`0 10 src/ts/interfaces/Table.ts`); report.push(`2 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`2 2 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -15428,13 +15428,13 @@ report.push(``); report.push(`2022-02-03T11:30:26+03:00>Maxim Maximov>maximov@mail.com>Pull request #797: Feature/SUBO-2255 OIR integration with backend`); report.push(`2022-02-03T11:44:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #799: Bugfix/SUBO-2211 fix children switcher`); report.push(`2022-02-03T11:51:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #802: SUBO-2248 fix: style for date in Profile`); -report.push(`2022-02-03T11:53:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix: return Title template on Builder page in template list`); +report.push(`2022-02-03T11:53:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix(AIS): return Title template on Builder page in template list`); report.push(`1 1 src/ts/helpers/converter.ts`); report.push(``); -report.push(`2022-02-03T12:14:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix: logic for save orgUnit`); +report.push(`2022-02-03T12:14:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix(AIS): logic for save orgUnit`); report.push(`2 1 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(``); -report.push(`2022-02-03T12:27:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix: logic for save orgUnit`); +report.push(`2022-02-03T12:27:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix(AIS): logic for save orgUnit`); report.push(`8 5 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(``); report.push(`2022-02-03T12:26:15+02:00>Maxim Maximov>maximov@mail.com>SUBO-2220 fix: add setting oldRoleIds to prevent issue with disabled btn`); @@ -15445,11 +15445,11 @@ report.push(`2022-02-03T14:08:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-210 report.push(`5 3 src/ts/components/Select/index.tsx`); report.push(``); report.push(`2022-02-03T14:37:10+03:00>Maxim Maximov>maximov@mail.com>Pull request #805: SUBO-2108 fix: Fixed closing the dropdown-list when moving the scrollbar with the left mouse button`); -report.push(`2022-02-03T14:42:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat: added validation for OIR form`); +report.push(`2022-02-03T14:42:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat(profile): added validation for OIR form`); report.push(`60 0 src/ts/pages/TemplateOir/components/FormWrapper.tsx`); report.push(`0 0 src/ts/pages/TemplateOir/helpers/getFormattedValidationRules.ts`); report.push(``); -report.push(`2022-02-03T14:42:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat: added validation for OIR form`); +report.push(`2022-02-03T14:42:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feat(profile): added validation for OIR form`); report.push(`4 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`4 37 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/components/FormWrapper.tsx`); @@ -15468,12 +15468,12 @@ report.push(`2022-02-03T14:59:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-22 report.push(`1 2 src/ts/components/Tree/helpers/index.ts`); report.push(``); report.push(`2022-02-03T15:11:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #804: SUBO-2220 fix: add setting oldRoleIds to prevent issue with disabled btn`); -report.push(`2022-02-03T15:55:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-1972 fix: Remove multiple choice of departments in CS report`); +report.push(`2022-02-03T15:55:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-1972 fix(OIR): Remove multiple choice of departments in CS report`); report.push(`1 0 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`4 0 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); report.push(`2022-02-03T16:00:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #806: Feature/SUBO-2254 add validation for OIR and change fields styles`); -report.push(`2022-02-03T16:16:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix: change style for RoadMap`); +report.push(`2022-02-03T16:16:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix(AIS): change style for RoadMap`); report.push(`1 1 src/setupProxy.js`); report.push(`5 0 src/styles/variables.scss`); report.push(`1 1 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); @@ -15494,26 +15494,26 @@ report.push(`2 123 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(`126 0 src/ts/snippets/RequestStatus2/styles/steps.scss`); report.push(`55 0 src/ts/snippets/RequestStatus2/styles/title.scss`); report.push(``); -report.push(`2022-02-03T16:19:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix: change style for RoadMap`); +report.push(`2022-02-03T16:19:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix(AIS): change style for RoadMap`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-02-03T15:58:52+02:00>Maxim Maximov>maximov@mail.com>SUBO-2222 fix: add pagination param to request`); +report.push(`2022-02-03T15:58:52+02:00>Maxim Maximov>maximov@mail.com>SUBO-2222 fix(OIR): add pagination param to request`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-02-03T19:13:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #807: SUBO-1972 fix: Remove multiple choice of departments in CS report`); -report.push(`2022-02-04T09:12:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #809: SUBO-2222 fix: add pagination param to request`); -report.push(`2022-02-04T10:28:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix: change template status`); +report.push(`2022-02-03T19:13:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #807: SUBO-1972 fix(OIR): Remove multiple choice of departments in CS report`); +report.push(`2022-02-04T09:12:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #809: SUBO-2222 fix(OIR): add pagination param to request`); +report.push(`2022-02-04T10:28:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2231 fix(AIS): change template status`); report.push(`7 0 src/ts/helpers/constants.ts`); report.push(`17 1 src/ts/pages/Authorization/store/Terminology.ts`); report.push(`12 11 src/ts/snippets/RequestStatus2/styles/title.scss`); report.push(``); -report.push(`2022-02-04T11:13:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #808: SUBO-2231 fix: change style for RoadMap`); -report.push(`2022-02-04T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix: change style for links`); +report.push(`2022-02-04T11:13:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #808: SUBO-2231 fix(AIS): change style for RoadMap`); +report.push(`2022-02-04T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix(OIR): change style for links`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/snippets/RequestStatus2/components/cards/UserList.tsx`); report.push(`6 3 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-02-04T12:48:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat: refactored dynamic part of OIR Medium card`); +report.push(`2022-02-04T12:48:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat(profile): refactored dynamic part of OIR Medium card`); report.push(`0 28 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Profile/styles/control.scss`); report.push(`0 155 src/ts/pages/Requests/components/item/DynamicPart.tsx`); @@ -15521,13 +15521,13 @@ report.push(`110 0 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`92 0 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); report.push(`24 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-02-04T12:49:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix: change style for links`); +report.push(`2022-02-04T12:49:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix(OIR): change style for links`); report.push(`1 1 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-02-04T12:52:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix: change style for links`); +report.push(`2022-02-04T12:52:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2232 fix(OIR): change style for links`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-02-04T13:58:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2401 fix: corrected method for returning last location after rule saving`); +report.push(`2022-02-04T13:58:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2401 fix(AIS): corrected method for returning last location after rule saving`); report.push(`2 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`2 2 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`6 6 src/ts/pages/Builder/pages/Draft.tsx`); @@ -15552,9 +15552,9 @@ report.push(`1 1 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus2/interfaces/Request.ts`); report.push(``); report.push(`2022-02-04T16:16:34+03:00>Maxim Maximov>maximov@mail.com>Pull request #812: SUBO-2232 Change style for links`); -report.push(`2022-02-04T16:16:49+03:00>Maxim Maximov>maximov@mail.com>Pull request #810: SUBO-2255 feat: refactored dynamic part of OIR Medium card`); -report.push(`2022-02-04T16:17:14+03:00>Maxim Maximov>maximov@mail.com>Pull request #811: SUBO-2401 fix: corrected method for returning last location after rule saving`); -report.push(`2022-02-04T19:27:07+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2167 fix: Fixed impossible to reject a request in table mode`); +report.push(`2022-02-04T16:16:49+03:00>Maxim Maximov>maximov@mail.com>Pull request #810: SUBO-2255 feat(profile): refactored dynamic part of OIR Medium card`); +report.push(`2022-02-04T16:17:14+03:00>Maxim Maximov>maximov@mail.com>Pull request #811: SUBO-2401 fix(AIS): corrected method for returning last location after rule saving`); +report.push(`2022-02-04T19:27:07+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2167 fix(faq): Fixed impossible to reject a request in table mode`); report.push(`11 7 src/ts/pages/PageWrapper/index.tsx`); report.push(`5 1 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/index.tsx`); @@ -15582,7 +15582,7 @@ report.push(`0 0 src/ts/pages/Builder/{ => helpers}/routes.ts`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-02-07T11:03:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T11:03:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`15 7 src/ts/api/request.ts`); report.push(`7 0 src/ts/helpers/constants.ts`); report.push(`11 7 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -15596,7 +15596,7 @@ report.push(`2 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); report.push(`2022-02-07T11:09:55+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #813: SUBO-2398 fix: created file with constants and corrected fake Approval rule`); report.push(`2022-02-07T11:20:29+03:00>Maxim Maximov>maximov@mail.com>Pull request #815: SUBO-2323 feat: add new page for TNP`); -report.push(`2022-02-07T11:50:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T11:50:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`6 5 src/ts/api/acrq.ts`); report.push(`10 4 src/ts/api/constructor.ts`); report.push(`3 3 src/ts/api/notification.ts`); @@ -15609,16 +15609,16 @@ report.push(`3 3 src/ts/api/user.ts`); report.push(`35 18 src/ts/pages/Authorization/store/Terminology.ts`); report.push(`5 22 src/ts/pages/Requests/components/controls/StatusFilter.tsx`); report.push(``); -report.push(`2022-02-07T11:53:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T11:53:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`1 1 src/ts/pages/Authorization/store/Terminology.ts`); report.push(``); -report.push(`2022-02-07T11:56:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T11:56:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`3 3 src/ts/pages/Template/components/SideBar.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus2/helpers/index.ts`); report.push(``); -report.push(`2022-02-07T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 0 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); @@ -15675,7 +15675,7 @@ report.push(`10 6 src/ts/snippets/{RequestStatus/view/AdaptiveRequestStatus.tsx report.push(`11 1 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(`0 1 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-02-07T16:15:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat: change API for approve requests`); +report.push(`2022-02-07T16:15:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2295 feat(profile): change API for approve requests`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); report.push(`2022-02-07T16:18:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #817: SUBO-2295 Change API for approve requests`); @@ -15683,12 +15683,12 @@ report.push(`2022-02-07T16:21:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 fix report.push(`2022-02-07T16:24:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 fix: merge with master`); report.push(`0 0 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2022-02-07T16:30:46+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: init old catalogue`); +report.push(`2022-02-07T16:30:46+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): init old catalogue`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`11 0 src/ts/pages/Catalogue2/index.tsx`); report.push(`10 0 src/ts/pages/Catalogue2/styles/index.scss`); report.push(``); -report.push(`2022-02-07T17:44:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat: added orgUnit dropdown for OIR roles`); +report.push(`2022-02-07T17:44:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 feat(profile): added orgUnit dropdown for OIR roles`); report.push(`2 0 src/ts/components/Select/components/value-list/List.tsx`); report.push(`2 2 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`0 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -15705,15 +15705,15 @@ report.push(`0 2 src/ts/components/Select/components/value-list/List.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-02-07T18:14:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #816: SUBO-2167 fix: Fixed impossible to reject a request in table mode`); -report.push(`2022-02-08T10:14:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #819: SUBO-2415 feat: init old catalogue`); -report.push(`2022-02-08T11:47:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-07T18:14:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #816: SUBO-2167 fix(faq): Fixed impossible to reject a request in table mode`); +report.push(`2022-02-08T10:14:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #819: SUBO-2415 feat(profile): init old catalogue`); +report.push(`2022-02-08T11:47:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`1 5 package-lock.json`); report.push(``); -report.push(`2022-02-08T11:50:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T11:50:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`2 0 .npmrc`); report.push(``); -report.push(`2022-02-08T10:58:08+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: create copy of catalogue`); +report.push(`2022-02-08T10:58:08+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): create copy of catalogue`); report.push(`8 0 src/index.tsx`); report.push(`8 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`44 0 src/ts/pages/Catalogue2/components/Catalogue.tsx`); @@ -15745,31 +15745,31 @@ report.push(`2022-02-08T12:39:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge b report.push(`2022-02-08T12:54:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 fix: corrected bug with store`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-08T12:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T12:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`0 1 README.md`); report.push(``); -report.push(`2022-02-08T14:03:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:03:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`1 0 README.md`); report.push(``); -report.push(`2022-02-08T14:12:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:12:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`0 1 README.md`); report.push(``); -report.push(`2022-02-08T14:25:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:25:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`1 0 README.md`); report.push(``); -report.push(`2022-02-08T14:28:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:28:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`1 1 README.md`); report.push(``); -report.push(`2022-02-08T14:33:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:33:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`1 0 README.md`); report.push(``); -report.push(`2022-02-08T14:38:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat: add npmrc`); +report.push(`2022-02-08T14:38:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2276 feat(Excel): add npmrc`); report.push(`0 1 README.md`); report.push(``); report.push(`2022-02-08T14:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 chore: commit for test`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-08T13:51:49+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: add mock to Categories, add styles`); +report.push(`2022-02-08T13:51:49+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): add mock to Categories, add styles`); report.push(`1 0 src/ts/interfaces/Category.ts`); report.push(`7 7 src/ts/pages/Catalogue2/store/CatalogueStore.ts`); report.push(`522 0 src/ts/pages/Catalogue2/store/mock.ts`); @@ -15777,9 +15777,9 @@ report.push(`44 0 src/ts/pages/Catalogue2/styles/header.scss`); report.push(`4 0 src/ts/pages/Catalogue2/styles/index.scss`); report.push(`35 0 src/ts/pages/Catalogue2/styles/search.scss`); report.push(``); -report.push(`2022-02-08T15:08:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #822: SUBO-2415 feat: create copy of catalogue`); +report.push(`2022-02-08T15:08:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #822: SUBO-2415 feat(profile): create copy of catalogue`); report.push(`2022-02-08T15:09:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #821: SUBO-2276 Add npmrc for ui-kit-3`); -report.push(`2022-02-08T14:50:38+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: add styles, update mock`); +report.push(`2022-02-08T14:50:38+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): add styles, update mock`); report.push(`20 4 src/ts/pages/Catalogue2/index.tsx`); report.push(`84 5 src/ts/pages/Catalogue2/store/mock.ts`); report.push(`18 0 src/ts/pages/Catalogue2/styles/catalogue.scss`); @@ -15790,7 +15790,7 @@ report.push(`28 14 src/ts/pages/Catalogue2/styles/index.scss`); report.push(`180 0 src/ts/pages/Catalogue2/styles/line.scss`); report.push(`1 1 src/ts/pages/Catalogue2/styles/search.scss`); report.push(``); -report.push(`2022-02-08T14:51:48+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: add styles, update mock`); +report.push(`2022-02-08T14:51:48+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): add styles, update mock`); report.push(`2 2 src/ts/pages/Catalogue2/styles/catalogue.scss`); report.push(`1 1 src/ts/pages/Catalogue2/styles/categories.scss`); report.push(`4 4 src/ts/pages/Catalogue2/styles/hacks.scss`); @@ -15809,7 +15809,7 @@ report.push(`2022-02-08T16:13:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge b report.push(`2022-02-08T16:19:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2306 fix: hided unhandledrejection Toast via conflicts with other Toasts`); report.push(`2 1 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-02-08T16:40:25+02:00>Maxim Maximov>maximov@mail.com>SUBO-2211 fix: change request payload due to BE changes`); +report.push(`2022-02-08T16:40:25+02:00>Maxim Maximov>maximov@mail.com>SUBO-2211 fix(AIS): change request payload due to BE changes`); report.push(`1 2 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); report.push(`1 2 src/ts/pages/Builder/helpers/execution-rules/loadRuleInfo.ts`); report.push(`1 1 src/ts/pages/Builder/interfaces/IAgreementRule.ts`); @@ -15818,13 +15818,13 @@ report.push(`1 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); report.push(`2022-02-08T19:16:02+03:00>Maxim Maximov>maximov@mail.com>Pull request #823: Feature/SUBO-2254 correct OIR requrest card`); -report.push(`2022-02-09T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #824: SUBO-2211 fix: change request payload due to BE changes`); +report.push(`2022-02-09T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #824: SUBO-2211 fix(AIS): change request payload due to BE changes`); report.push(`2022-02-09T10:13:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #825: Bugfix/SUBO-2306 fix department owner`); report.push(`2022-02-09T10:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #826: Feature/SUBO-2415 replace new catologue`); report.push(`2022-02-09T11:29:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 feat: add excel parsing for Dictionary`); report.push(`17 0 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(``); -report.push(`2022-02-09T11:34:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix: remove hack for Template RoadMap`); +report.push(`2022-02-09T11:34:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2311 fix(AIS): remove hack for Template RoadMap`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); report.push(`2022-02-09T12:20:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); @@ -15875,7 +15875,7 @@ report.push(``); report.push(`2022-02-09T15:36:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); report.push(`1 1 src/ts/components/DataLoader/styles/hacks.scss`); report.push(``); -report.push(`2022-02-09T14:50:41+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat: add css changes like in desing`); +report.push(`2022-02-09T14:50:41+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 feat(profile): add css changes like in desing`); report.push(`0 3 src/ts/pages/Catalogue2/components/categories/CategoryDetails.tsx`); report.push(`2 5 src/ts/pages/Catalogue2/components/categories/CategoryDetailsTree.tsx`); report.push(`4 1 src/ts/pages/Catalogue2/components/categories/CategoryList.tsx`); @@ -15885,8 +15885,8 @@ report.push(`6 1 src/ts/pages/Catalogue2/styles/categories.scss`); report.push(`0 2 src/ts/pages/Catalogue2/styles/index.scss`); report.push(``); report.push(`2022-02-09T17:01:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #829: SUBO-2320 feat: add tnp basic info form (mock)`); -report.push(`2022-02-09T17:02:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #830: SUBO-2415 feat: add css changes like in desing`); -report.push(`2022-02-09T18:45:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2251 fix: corrected Rule blocking`); +report.push(`2022-02-09T17:02:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #830: SUBO-2415 feat(profile): add css changes like in desing`); +report.push(`2022-02-09T18:45:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2251 fix(AIS): corrected Rule blocking`); report.push(`26 7 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); @@ -15902,7 +15902,7 @@ report.push(`1 1 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); report.push(`2022-02-10T09:27:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 fix: merge with master`); report.push(`2022-02-10T09:42:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #828: SUBO-2340 Remove OpenVtb components (old Admiral lib, part 1)`); -report.push(`2022-02-10T09:54:07+03:00>Maxim Maximov>maximov@mail.com>Pull request #831: SUBO-2251 fix: corrected Rule blocking`); +report.push(`2022-02-10T09:54:07+03:00>Maxim Maximov>maximov@mail.com>Pull request #831: SUBO-2251 fix(AIS): corrected Rule blocking`); report.push(`2022-02-10T11:32:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 fix: replace OpenVTB lib on ui kit 3`); report.push(`0 60 src/ts/pages/Notifications/components/control-panel/Filters.tsx`); report.push(`1 1 src/ts/pages/Profile/components/Main.tsx`); @@ -15946,11 +15946,11 @@ report.push(`6 1 src/ts/components/Select/components/list/Static.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/getMock.ts`); report.push(``); report.push(`2022-02-11T10:11:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #834: SUBO-2318 feat: add profile table (mock)`); -report.push(`2022-02-11T10:56:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2407 fix: change format for orgUnit filter`); +report.push(`2022-02-11T10:56:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2407 fix(faq): change format for orgUnit filter`); report.push(`1 1 src/ts/pages/Reports/helpers/index.ts`); report.push(`2 0 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); -report.push(`2022-02-11T11:05:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2245 feat: add user info in Profile`); +report.push(`2022-02-11T11:05:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2245 feat(profile): add user info in Profile`); report.push(`6 19 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`2 1 src/ts/pages/Profile/interfaces/IUserInfo.ts`); report.push(``); @@ -15970,13 +15970,13 @@ report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(`10 0 src/ts/pages/Template/store/Template.ts`); report.push(`13 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-02-11T12:21:29+03:00>Maxim Maximov>maximov@mail.com>Pull request #835: SUBO-2407 fix: change format for orgUnit filter`); +report.push(`2022-02-11T12:21:29+03:00>Maxim Maximov>maximov@mail.com>Pull request #835: SUBO-2407 fix(faq): change format for orgUnit filter`); report.push(`2022-02-11T11:24:56+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 fix: revert back to catalogue link`); report.push(`1 1 src/ts/pages/Template/index.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2022-02-11T12:28:24+03:00>Maxim Maximov>maximov@mail.com>Pull request #836: SUBO-2245 feat: add user info in Profile`); -report.push(`2022-02-11T13:02:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2167 fix: call action for many requests`); +report.push(`2022-02-11T12:28:24+03:00>Maxim Maximov>maximov@mail.com>Pull request #836: SUBO-2245 feat(profile): add user info in Profile`); +report.push(`2022-02-11T13:02:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2167 fix(faq): call action for many requests`); report.push(`2 1 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); report.push(`2022-02-11T13:17:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2435 fix: turn on the isIncludeChildren to true by default`); @@ -16043,7 +16043,7 @@ report.push(`2022-02-14T11:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-24 report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-14T12:04:50+03:00>Maxim Maximov>maximov@mail.com>Pull request #839: SUBO-2167 fix: call action for many requests`); +report.push(`2022-02-14T12:04:50+03:00>Maxim Maximov>maximov@mail.com>Pull request #839: SUBO-2167 fix(faq): call action for many requests`); report.push(`2022-02-14T12:26:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2235 fix: corrected names and types of static fields`); report.push(`4 0 src/ts/api/acrq.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/Description.tsx`); @@ -16089,7 +16089,7 @@ report.push(`2022-02-15T10:32:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat report.push(`1 0 .gitignore`); report.push(`0 21 .vscode/settings.json`); report.push(``); -report.push(`2022-02-15T11:19:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2447 feat: add external employees page`); +report.push(`2022-02-15T11:19:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2447 feat(traffic chart): add external employees page`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`12 0 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`17 0 src/ts/pages/ExternalEmployees/components/Companies.tsx`); @@ -16100,7 +16100,7 @@ report.push(`12 0 src/ts/pages/ExternalEmployees/components/Tasks.tsx`); report.push(`28 0 src/ts/pages/ExternalEmployees/index.tsx`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(``); -report.push(`2022-02-15T11:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #845: SUBO-2447 feat: add external employees page`); +report.push(`2022-02-15T11:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #845: SUBO-2447 feat(traffic chart): add external employees page`); report.push(`2022-02-15T13:12:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2319 feat: rebuild`); report.push(`0 1 src/ts/pages/Tnp/components/Profile/ProfileAccessRights.tsx`); report.push(``); @@ -16139,7 +16139,7 @@ report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`1 1 src/ts/components/Select/styles/value.scss`); report.push(`1 1 src/ts/pages/Reports/styles/filters.scss`); report.push(``); -report.push(`2022-02-16T14:08:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix: show login in Report filters`); +report.push(`2022-02-16T14:08:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix(AIS): show login in Report filters`); report.push(`3 1 src/ts/components/Select/components/Item.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Static.tsx`); @@ -16149,10 +16149,10 @@ report.push(`2 0 src/ts/components/Select/index.tsx`); report.push(`4 0 src/ts/snippets/FilterPanel/components/SelectFilter.tsx`); report.push(`3 0 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-02-16T14:12:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix: show login in Report filters`); +report.push(`2022-02-16T14:12:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix(AIS): show login in Report filters`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-02-16T14:14:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix: show login in Report filters`); +report.push(`2022-02-16T14:14:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2391 fix(AIS): show login in Report filters`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2022-02-16T15:26:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2322 feat: Added consumer form for profiles`); @@ -16209,7 +16209,7 @@ report.push(`3 2 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`8 0 src/ts/pages/TemplateOir/helpers/constants.ts`); report.push(`3 2 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2022-02-16T18:09:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: create main page companies`); +report.push(`2022-02-16T18:09:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): create main page companies`); report.push(`7 2 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`32 6 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`7 1 src/ts/pages/Builder/view/List.tsx`); @@ -16223,7 +16223,7 @@ report.push(`2022-02-17T09:33:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-02-17T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2436 fix: add sort for groups in Builder`); report.push(`15 12 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-02-17T12:21:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: changed page companies`); +report.push(`2022-02-17T12:21:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): changed page companies`); report.push(`1 5 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`0 26 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/card.scss`); @@ -16239,7 +16239,7 @@ report.push(``); report.push(`2022-02-17T12:24:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2436 fix: add sort for groups in Builder`); report.push(`11 0 src/ts/pages/Builder/helpers/formatter.ts`); report.push(``); -report.push(`2022-02-17T12:26:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: resolve conflict`); +report.push(`2022-02-17T12:26:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): resolve conflict`); report.push(`2022-02-17T12:36:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2482 feat: add loading for Template Roles`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`2 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -16262,7 +16262,7 @@ report.push(`2022-02-17T13:38:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull re report.push(`2022-02-17T13:38:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); report.push(`2022-02-17T13:56:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #854: SUBO-2436 Add sort for groups in Builder`); report.push(`2022-02-17T13:56:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-17T13:58:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: change style`); +report.push(`2022-02-17T13:58:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): change style`); report.push(`2 2 src/ts/pages/ExternalEmployees/components/Companies.tsx`); report.push(`0 30 src/ts/snippets/Buttons/ButtonLinkSnipper.scss`); report.push(`0 36 src/ts/snippets/Buttons/ButtonLinkSnipper.tsx`); @@ -16271,11 +16271,11 @@ report.push(`7 2 src/ts/snippets/FullCard/components/Header.tsx`); report.push(`6 3 src/ts/snippets/FullCard/index.tsx`); report.push(`10 14 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-02-17T13:59:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: change style`); +report.push(`2022-02-17T13:59:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): change style`); report.push(`30 0 src/ts/snippets/Buttons/ButtonLink.scss`); report.push(`36 0 src/ts/snippets/Buttons/ButtonLink.tsx`); report.push(``); -report.push(`2022-02-17T14:06:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat: change style`); +report.push(`2022-02-17T14:06:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-2454 feat(profile): change style`); report.push(`1 1 src/ts/snippets/FullCard/components/Header.tsx`); report.push(`4 4 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); @@ -16286,7 +16286,7 @@ report.push(`2022-02-17T14:42:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge b report.push(`2022-02-17T14:42:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7414 fix: change API fot callAction in Template`); report.push(`2 3 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-02-17T14:59:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #853: SUBO-2454 feat: create main page companies`); +report.push(`2022-02-17T14:59:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #853: SUBO-2454 feat(profile): create main page companies`); report.push(`2022-02-17T14:59:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); report.push(`2022-02-17T14:02:31+02:00>Maxim Maximov>maximov@mail.com>SUBO-2450 feat: fix conflicts`); report.push(`2022-02-17T15:17:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #857: SUBO-2428 feat: added widgets to OIR access form`); @@ -16299,7 +16299,7 @@ report.push(`2022-02-17T16:05:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-02-17T16:15:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2494 fix: add limit for comment about Request`); report.push(`3 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(``); -report.push(`2022-02-17T17:17:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2465 feat: add page TnpList`); +report.push(`2022-02-17T17:17:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2465 feat(profile): add page TnpList`); report.push(`58 0 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(`34 0 src/ts/pages/Tnp/components/TnpList/TripItems.tsx`); report.push(`2 1 src/ts/pages/Tnp/index.tsx`); @@ -16313,7 +16313,7 @@ report.push(``); report.push(`2022-02-18T11:36:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2495 fix: add limit for displayed value`); report.push(`3 1 src/ts/snippets/RequestStatus2/styles/steps.scss`); report.push(``); -report.push(`2022-02-18T11:58:33+03:00>Maxim Maximov>maximov@mail.com>Pull request #861: SUBO-2465 feat: add page TnpList`); +report.push(`2022-02-18T11:58:33+03:00>Maxim Maximov>maximov@mail.com>Pull request #861: SUBO-2465 feat(profile): add page TnpList`); report.push(`2022-02-18T11:58:34+03:00>Maxim Maximov>maximov@mail.com>Automatic merge from release/release-2.4.0 -> master`); report.push(`2022-02-18T12:30:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2384 fix: change pagination for Reports`); report.push(`13 8 src/ts/api/report.ts`); @@ -16335,7 +16335,7 @@ report.push(`2022-02-18T13:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7415 fix report.push(`6 0 src/ts/snippets/RequestStatus2/components/Item.tsx`); report.push(`2 0 src/ts/snippets/RequestStatus2/components/cards/Info.tsx`); report.push(``); -report.push(`2022-02-18T12:09:40+02:00>Maxim Maximov>maximov@mail.com>SUBO-2475 feat: fix components order`); +report.push(`2022-02-18T12:09:40+02:00>Maxim Maximov>maximov@mail.com>SUBO-2475 feat(profile): fix components order`); report.push(`2 2 src/ts/pages/ExternalEmployees/components/Companies/Company.tsx`); report.push(``); report.push(`2022-02-18T13:18:49+03:00>Maxim Maximov>maximov@mail.com>Pull request #862: SUBO-2494 fix: add limit for comment about Request`); @@ -16365,14 +16365,14 @@ report.push(`1 1 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`32 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); report.push(`2022-02-21T10:20:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-2428-add-fake-roles-to-OIR-access-form`); -report.push(`2022-02-21T11:11:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2427 feat: added OIR removing form`); +report.push(`2022-02-21T11:11:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2427 feat(traffic chart): added OIR removing form`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`7 0 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`71 0 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(`32 0 src/ts/pages/TemplateOir/helpers/remove-request/loadTemplateInfo.tsx`); report.push(`9 0 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2022-02-21T11:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2427 fix: corrected route`); +report.push(`2022-02-21T11:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2427 fix(faq): corrected route`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(``); report.push(`2022-02-21T11:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #867: SUBO-2448 feat: add side bar layout in external-employees`); @@ -16462,7 +16462,7 @@ report.push(`2 2 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/CompanyInfo.tsx`); report.push(``); report.push(`2022-02-22T00:50:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #872: Feature/SUBO-2478 frontend styles for displaying pages`); -report.push(`2022-02-22T09:37:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2457 fix: change validation message`); +report.push(`2022-02-22T09:37:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2457 fix(faq): change validation message`); report.push(`1 1 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`3 0 src/ts/pages/Requests/components/modal/FeedbackForm.tsx`); report.push(``); @@ -16498,9 +16498,9 @@ report.push(`2022-02-22T14:29:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix report.push(`0 37 src/ts/api/roles.ts`); report.push(`1 7 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-02-22T14:40:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #874: SUBO-2457 fix: change validation message`); +report.push(`2022-02-22T14:40:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #874: SUBO-2457 fix(faq): change validation message`); report.push(`2022-02-22T14:40:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-22T16:51:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-2476 feat: add list tasks`); +report.push(`2022-02-22T16:51:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-2476 feat(Excel): add list tasks`); report.push(`3 0 src/ts/components/Title/index.scss`); report.push(`50 1 src/ts/pages/ExternalEmployees/components/Tasks.tsx`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); @@ -16513,7 +16513,7 @@ report.push(`2 1 src/ts/snippets/FullCard/styles/line.scss`); report.push(``); report.push(`2022-02-22T17:16:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #876: SUBO-2468 Add group by alphabet component`); report.push(`2022-02-22T17:17:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #875: SUBO-2479 feat: move add-agreement form to modal`); -report.push(`2022-02-22T17:28:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-2476 feat: rename svg icon task`); +report.push(`2022-02-22T17:28:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-2476 feat(Excel): rename svg icon task`); report.push(`0 0 src/assets/images/external-employees/{Task.svg => taskIcon.svg}`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Tasks.tsx`); report.push(``); @@ -16560,7 +16560,7 @@ report.push(`2022-02-24T16:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-24 report.push(`1 1 package-lock.json`); report.push(`1 1 package.json`); report.push(``); -report.push(`2022-02-24T16:32:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #877: SUBO-2476 feat: add list tasks`); +report.push(`2022-02-24T16:32:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #877: SUBO-2476 feat(Excel): add list tasks`); report.push(`2022-02-24T16:32:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #879: SUBO-2479 feat: change modal logic`); report.push(`2022-02-25T09:04:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); report.push(`67 34 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); @@ -16618,7 +16618,7 @@ report.push(`32 0 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`33 21 src/ts/pages/Tnp/index.tsx`); report.push(``); report.push(`2022-02-25T12:48:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #882: SUBO-2461 feat: add new service in Nginx`); -report.push(`2022-02-25T13:13:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2456 feat: add list employees`); +report.push(`2022-02-25T13:13:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2456 feat(Excel): add list employees`); report.push(`3 0 src/assets/images/file.svg`); report.push(`1 0 src/styles/variables.scss`); report.push(`61 20 src/ts/pages/ExternalEmployees/components/Employees.tsx`); @@ -16628,11 +16628,11 @@ report.push(`190 0 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(`13 1 src/ts/snippets/FullCard/index.tsx`); report.push(`9 0 src/ts/snippets/FullCard/styles/line.scss`); report.push(``); -report.push(`2022-02-25T14:20:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-2456 feat: delete undefined in onClick`); +report.push(`2022-02-25T14:20:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-2456 feat(Excel): delete undefined in onClick`); report.push(`0 1 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(`1 1 src/ts/snippets/FullCard/index.tsx`); report.push(``); -report.push(`2022-02-25T14:43:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #883: SUBO-2456 feat: add list employees`); +report.push(`2022-02-25T14:43:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #883: SUBO-2456 feat(Excel): add list employees`); report.push(`2022-02-25T15:32:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: refactored catch methods of pages`); report.push(`43 34 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 1 src/ts/pages/Builder/pages/Draft.tsx`); @@ -16675,7 +16675,7 @@ report.push(``); report.push(`2022-02-25T15:55:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: corrected formatting`); report.push(`1 1 src/ts/pages/Requests/store/Feedback.ts`); report.push(``); -report.push(`2022-02-25T16:12:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2455 feat: add list of agreements`); +report.push(`2022-02-25T16:12:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2455 feat(profile): add list of agreements`); report.push(`61 20 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`3 4 src/ts/pages/ExternalEmployees/components/Employees.tsx`); report.push(`3 3 src/ts/pages/ExternalEmployees/components/{employeesTasks/EmployeesTests.tsx => EmployeesFullCard/EmployeesFullCard.tsx}`); @@ -16706,7 +16706,7 @@ report.push(``); report.push(`2022-02-28T09:25:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic in TNP`); report.push(`0 1 src/ts/api/tsr.ts`); report.push(``); -report.push(`2022-02-28T09:46:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #885: SUBO-2455 feat: add list of agreements`); +report.push(`2022-02-28T09:46:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #885: SUBO-2455 feat(profile): add list of agreements`); report.push(`2022-02-28T09:47:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #886: SUBO-2461 Change Form Login in TNP`); report.push(`2022-02-28T10:50:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2579 fix: change name for visibility`); report.push(`25 5 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); @@ -16714,7 +16714,7 @@ report.push(``); report.push(`2022-02-28T10:52:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2579 fix: change name for visibility`); report.push(`1 1 src/ts/snippets/RequestStatus2/styles/steps.scss`); report.push(``); -report.push(`2022-02-28T12:38:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2467 feat: change view for dictionary group in Request`); +report.push(`2022-02-28T12:38:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2467 feat(traffic chart): change view for dictionary group in Request`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`72 0 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`29 13 src/ts/snippets/AccessGroups/index.tsx`); @@ -16746,18 +16746,18 @@ report.push(`43 23 src/ts/pages/TemplateOir/components/access-request/Form.tsx`) report.push(`78 0 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(`16 0 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-02-28T17:14:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat: add info to card TNP`); +report.push(`2022-02-28T17:14:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat(Excel): add info to card TNP`); report.push(`15 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`1 1 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(`21 10 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`1 3 src/ts/snippets/FullCard/index.tsx`); report.push(``); -report.push(`2022-02-28T17:31:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat: resolve errors`); +report.push(`2022-02-28T17:31:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat(Excel): resolve errors`); report.push(`2022-02-28T18:34:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2460 feat: fix move button style`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/MoveButtons.tsx`); report.push(``); report.push(`2022-02-28T22:48:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #889: SUBO-2460 feat: closer to the design`); -report.push(`2022-02-28T22:52:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #888: SUBO-2467 feat: change view for dictionary group in Request`); +report.push(`2022-02-28T22:52:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #888: SUBO-2467 feat(traffic chart): change view for dictionary group in Request`); report.push(`2022-03-01T09:31:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); report.push(`2 26 src/ts/api/tsr.ts`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -16777,7 +16777,7 @@ report.push(`28 15 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem. report.push(`56 18 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`24 6 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-03-01T11:33:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat: add new interface for Tnp`); +report.push(`2022-03-01T11:33:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat(Excel): add new interface for Tnp`); report.push(`0 16 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`19 0 src/ts/pages/Tnp/interfaces/IDetailsTNP.ts`); report.push(`7 6 src/ts/snippets/FullCard/components/FullCardItem.tsx`); @@ -16798,7 +16798,7 @@ report.push(`3 1 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/Old.tsx`); report.push(`38 1 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-03-01T12:48:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat: change tnp and external-employees`); +report.push(`2022-03-01T12:48:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-2466 feat(Excel): change tnp and external-employees`); report.push(`31 3 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`2 0 src/ts/snippets/FullCard/index.tsx`); report.push(``); @@ -16833,23 +16833,23 @@ report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`0 4 src/ts/pages/TemplateOir/helpers/create-request/jsonSchemaStaticFields.ts`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-03-01T17:54:20+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #890: SUBO-2466 feat: add info to card TNP`); +report.push(`2022-03-01T17:54:20+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #890: SUBO-2466 feat(Excel): add info to card TNP`); report.push(`2022-03-01T17:54:34+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #893: SUBO-2453 feat: add fake selection in external-employees`); report.push(`2022-03-01T19:20:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #891: SUBO-2461 Change logic for form in TNP access-rights`); report.push(`2022-03-01T19:20:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #892: Feature/SUBO-2428 integrate OIR access form with backend`); -report.push(`2022-03-02T12:31:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: hide actions for Template`); +report.push(`2022-03-02T12:31:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): hide actions for Template`); report.push(`35 22 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-03-02T12:39:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix: change style for road map`); +report.push(`2022-03-02T12:39:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix(OIR): change style for road map`); report.push(`7 1 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-03-02T12:45:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: hide actions for Template`); +report.push(`2022-03-02T12:45:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): hide actions for Template`); report.push(`15 13 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-03-02T15:50:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: hide actions for Template`); +report.push(`2022-03-02T15:50:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): hide actions for Template`); report.push(`1 0 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-03-02T19:47:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 feat: disabled button without form data`); +report.push(`2022-03-02T19:47:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 feat(profile): disabled button without form data`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`3 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`3 1 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); @@ -16858,16 +16858,16 @@ report.push(``); report.push(`2022-03-03T09:38:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2620 fix: change validation for request`); report.push(`38 0 src/ts/api/roles.ts`); report.push(``); -report.push(`2022-03-03T10:14:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: update NodeJS version in docker`); +report.push(`2022-03-03T10:14:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): update NodeJS version in docker`); report.push(`33 33 Dockerfile`); report.push(``); -report.push(`2022-03-03T10:18:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: update NodeJS version in docker`); +report.push(`2022-03-03T10:18:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): update NodeJS version in docker`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2022-03-03T10:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: update NodeJS version in docker`); +report.push(`2022-03-03T10:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): update NodeJS version in docker`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2022-03-03T10:43:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix: update NodeJS version in docker`); +report.push(`2022-03-03T10:43:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2637 fix(faq): update NodeJS version in docker`); report.push(`1 1 Dockerfile`); report.push(``); report.push(`2022-03-03T10:48:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #894: SUBO-2637 Hide actions for Template, change`); @@ -16890,7 +16890,7 @@ report.push(``); report.push(`2022-03-03T12:37:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: fake commit`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-03-03T12:45:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #896: SUBO-2625 feat: disabled button without form data`); +report.push(`2022-03-03T12:45:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #896: SUBO-2625 feat(profile): disabled button without form data`); report.push(`2022-03-03T13:53:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2620 fix: change validation for Temaplte`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`33 22 src/ts/pages/Template/components/Template.tsx`); @@ -16921,7 +16921,7 @@ report.push(`5 0 src/ts/pages/Tnp/styles/main-form.scss`); report.push(`1 1 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(``); report.push(`2022-03-03T17:22:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2459 feat: fix conflict`); -report.push(`2022-03-03T22:43:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2607 feat: correct OIR Access Request card`); +report.push(`2022-03-03T22:43:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2607 feat(traffic chart): correct OIR Access Request card`); report.push(`16 2 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`36 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -16930,10 +16930,10 @@ report.push(`25 13 src/ts/pages/AccessRequest/index.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`16 8 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-03-03T22:51:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2607 fix: added comment`); +report.push(`2022-03-03T22:51:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2607 fix(faq): added comment`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(``); -report.push(`2022-03-04T10:18:22+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #900: SUBO-2607 feat: correct OIR Access Request card`); +report.push(`2022-03-04T10:18:22+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #900: SUBO-2607 feat(traffic chart): correct OIR Access Request card`); report.push(`2022-03-04T11:01:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2703 fix: hide Draft page`); report.push(`1 1 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`2 0 src/ts/pages/Template/components/buttons/NewRequest.tsx`); @@ -16956,7 +16956,7 @@ report.push(`2 1 src/ts/snippets/RequestStatus2/components/cards/FirstRoadMap.ts report.push(``); report.push(`2022-03-04T12:46:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-2683 feat: merge with master`); report.push(`2022-03-04T13:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #898: SUBO-2683 feat: add new approved roadMap`); -report.push(`2022-03-04T15:10:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2684 feat: add in sidebar description`); +report.push(`2022-03-04T15:10:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2684 feat(profile): add in sidebar description`); report.push(`1 6 src/ts/pages/Template/components/Description.tsx`); report.push(`25 0 src/ts/pages/Template/components/DescriptionSideBar.tsx`); report.push(`5 0 src/ts/pages/Template/components/SideBar.tsx`); @@ -16968,11 +16968,11 @@ report.push(`2022-03-05T09:42:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2703 fix report.push(`0 2 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(`5 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-03-05T09:54:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2657 fix: add sort for tables in Bulder`); +report.push(`2022-03-05T09:54:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2657 fix(faq): add sort for tables in Bulder`); report.push(`22 13 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); report.push(`2022-03-05T10:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #905: SUBO-2703 fix: return Draft in master`); -report.push(`2022-03-05T10:50:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #904: SUBO-2684 feat: add in sidebar description`); +report.push(`2022-03-05T10:50:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #904: SUBO-2684 feat(profile): add in sidebar description`); report.push(`2022-03-05T11:09:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1799 fix: corrected Help page`); report.push(`4 4 src/ts/pages/Help/index.tsx`); report.push(``); @@ -16985,10 +16985,10 @@ report.push(``); report.push(`2022-03-05T12:10:23+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2678 feat: pull master`); report.push(`2022-03-05T12:14:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2459 feat: pull master`); report.push(`2022-03-05T13:00:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #899: SUBO-2459 feat: add route map tnp`); -report.push(`2022-03-05T13:01:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #906: SUBO-2657 fix: add sort for tables in Bulder`); +report.push(`2022-03-05T13:01:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #906: SUBO-2657 fix(faq): add sort for tables in Bulder`); report.push(`2022-03-05T13:01:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); report.push(`2022-03-05T13:01:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #907: Bugfix/SUBO-1799 correct Help page`); -report.push(`2022-03-05T13:05:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix: change message after send`); +report.push(`2022-03-05T13:05:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix(AIS): change message after send`); report.push(`22 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`0 19 src/ts/pages/Template/components/Template.tsx`); report.push(``); @@ -16999,14 +16999,14 @@ report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`4 0 src/ts/pages/AccessRequest/styles/form.scss`); report.push(``); -report.push(`2022-03-05T15:51:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix: add send mail in support for ready_to_resent status`); +report.push(`2022-03-05T15:51:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix(OIR): add send mail in support for ready_to_resent status`); report.push(`4 1 src/ts/snippets/RequestStatus2/helpers/index.ts`); report.push(``); -report.push(`2022-03-05T15:55:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix: add send mail in support for ready_to_resent status`); +report.push(`2022-03-05T15:55:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2562 fix(OIR): add send mail in support for ready_to_resent status`); report.push(`3 3 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-03-05T16:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2627 feat: added DeleteRequest form`); +report.push(`2022-03-05T16:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2627 feat(traffic chart): added DeleteRequest form`); report.push(`6 3 src/ts/api/request.ts`); report.push(`1 0 src/ts/interfaces/Category.ts`); report.push(`257 0 src/ts/pages/AccessRequest/components/DeleteRequest.tsx`); @@ -17030,7 +17030,7 @@ report.push(`2022-03-05T16:29:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-25 report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); report.push(`2022-03-05T17:27:44+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #911: SUBO-2563, SUBO-2561 - Add notification for RESEND request status, change message for error`); -report.push(`2022-03-05T17:27:54+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #912: SUBO-2627 feat: added DeleteRequest form`); +report.push(`2022-03-05T17:27:54+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #912: SUBO-2627 feat(traffic chart): added DeleteRequest form`); report.push(`2022-03-09T13:13:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for requests`); report.push(`2780 0 src/ts/helpers/http/http-cache.ts`); report.push(`18 2 src/ts/helpers/http/index.ts`); @@ -17145,20 +17145,20 @@ report.push(`2022-03-11T11:00:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 fea report.push(`3 2 src/ts/helpers/http/cache.ts`); report.push(``); report.push(`2022-03-11T11:34:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #920: SUBO-2680 Add cache for http`); -report.push(`2022-03-11T13:09:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix: change message for resend request`); +report.push(`2022-03-11T13:09:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix(AIS): change message for resend request`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 1 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`3 1 src/ts/pages/AccessRequest/components/DeleteRequest.tsx`); report.push(``); -report.push(`2022-03-11T13:13:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix: change message for resend request`); +report.push(`2022-03-11T13:13:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2561 fix(AIS): change message for resend request`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/components/DeleteRequest.tsx`); report.push(``); -report.push(`2022-03-11T13:46:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2246 feat: change style for Profile`); +report.push(`2022-03-11T13:46:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2246 feat(Excel): change style for Profile`); report.push(`1 1 src/ts/pages/Profile/components/ControlPanel.tsx`); report.push(`0 4 src/ts/pages/Profile/styles/main.scss`); report.push(``); -report.push(`2022-03-11T16:28:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2717 feat: refactoring design`); +report.push(`2022-03-11T16:28:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2717 feat(traffic chart): refactoring design`); report.push(`2 2 src/ts/components/Image/index.tsx`); report.push(`4 1 src/ts/components/NothingFound/index.tsx`); report.push(`10 8 src/ts/pages/Reconciliations/index.tsx`); @@ -17189,8 +17189,8 @@ report.push(`18 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(`56 4 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(`1 1 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); -report.push(`2022-03-11T16:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #922: SUBO-2246 feat: change style for Profile`); -report.push(`2022-03-11T16:51:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #921: SUBO-2561 fix: change message for resend request`); +report.push(`2022-03-11T16:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #922: SUBO-2246 feat(Excel): change style for Profile`); +report.push(`2022-03-11T16:51:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #921: SUBO-2561 fix(AIS): change message for resend request`); report.push(`2022-03-11T17:55:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2628 refactor: refactored Request Form`); report.push(`48 390 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`41 242 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); @@ -17251,15 +17251,15 @@ report.push(`66 0 src/ts/snippets/Modal/components/FeedbackForm.tsx`); report.push(`5 0 src/ts/snippets/Modal/store/Confirm.ts`); report.push(`5 0 src/ts/snippets/Modal/store/Feedback.ts`); report.push(``); -report.push(`2022-03-14T17:47:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2717 feat: resolve conflict`); -report.push(`2022-03-15T11:00:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat: add new items for select`); +report.push(`2022-03-14T17:47:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2717 feat(traffic chart): resolve conflict`); +report.push(`2022-03-15T11:00:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat(Excel): add new items for select`); report.push(`1 0 src/styles/variables.scss`); report.push(`64 14 src/ts/components/Select/components/Item.tsx`); report.push(`2 0 src/ts/components/Select/helpers/constants.ts`); report.push(`3 0 src/ts/components/Select/index.tsx`); report.push(`35 1 src/ts/components/Select/styles/list.scss`); report.push(``); -report.push(`2022-03-15T11:12:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat: resolve error`); +report.push(`2022-03-15T11:12:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat(Excel): resolve error`); report.push(`2022-03-15T11:32:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: corrected validation step 1`); report.push(`3 0 src/ts/api/roles.ts`); report.push(`5 4 src/ts/pages/TemplateOir/components/create-request/{FakeCategorizedSelect.tsx => CategorizedSelect.tsx}`); @@ -17273,10 +17273,10 @@ report.push(`2022-03-15T11:44:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2559 fea report.push(`0 17 src/ts/api/request.ts`); report.push(`1 18 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-03-15T12:44:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat: delete canShowValueListSecond canShowValueBubble`); +report.push(`2022-03-15T12:44:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 feat(Excel): delete canShowValueListSecond canShowValueBubble`); report.push(`0 3 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2022-03-15T16:09:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-2725 feat: take out wrapper ThemeProvider on level app`); +report.push(`2022-03-15T16:09:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-2725 feat(profile): take out wrapper ThemeProvider on level app`); report.push(`6 2 src/index.tsx`); report.push(`2 5 src/ts/components/DataLoader/Loading.tsx`); report.push(`10 13 src/ts/components/DataLoader/paginators/Pagination.tsx`); @@ -17368,9 +17368,9 @@ report.push(`2022-03-15T17:34:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-2590 fix: report.push(`4 4 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`1 0 src/ts/pages/Template/styles/sidebar.scss`); report.push(``); -report.push(`2022-03-16T10:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #923: SUBO-2717 feat: refactoring design`); +report.push(`2022-03-16T10:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #923: SUBO-2717 feat(traffic chart): refactoring design`); report.push(`2022-03-16T10:31:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #928: SUBO-2559 Add new snippet for card list`); -report.push(`2022-03-16T10:31:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #927: SUBO-2716 feat: add new items for select`); +report.push(`2022-03-16T10:31:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #927: SUBO-2716 feat(Excel): add new items for select`); report.push(`2022-03-16T10:31:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #930: SUBO-2590 fix: fix long link and add regex for link`); report.push(`2022-03-16T11:43:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: added validation for orgUnit in Roles`); report.push(`1 15 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); @@ -17378,8 +17378,8 @@ report.push(`15 9 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`) report.push(`6 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-03-16T12:46:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2725 feat: resolve conflict`); -report.push(`2022-03-16T13:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #929: SUBO-2725 feat: take out wrapper ThemeProvider on level app`); +report.push(`2022-03-16T12:46:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2725 feat(profile): resolve conflict`); +report.push(`2022-03-16T13:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #929: SUBO-2725 feat(profile): take out wrapper ThemeProvider on level app`); report.push(`2022-03-17T09:18:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2728 fix: change sort rules in Builder`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); @@ -17394,16 +17394,16 @@ report.push(`2022-03-17T11:00:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2313 fix report.push(`10 17 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`6 21 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2022-03-17T11:29:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix: change style for dataLoader in Template`); +report.push(`2022-03-17T11:29:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix(OIR): change style for dataLoader in Template`); report.push(`6 1 src/ts/helpers/http/index.ts`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(``); -report.push(`2022-03-17T11:34:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix: change style for dataLoader in Template`); +report.push(`2022-03-17T11:34:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix(OIR): change style for dataLoader in Template`); report.push(`2 2 src/ts/helpers/http/index.ts`); report.push(``); -report.push(`2022-03-17T11:37:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix: change style for dataLoader in Template`); +report.push(`2022-03-17T11:37:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2572 fix(OIR): change style for dataLoader in Template`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); @@ -17436,8 +17436,8 @@ report.push(``); report.push(`2022-03-17T16:38:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: fix change disable`); report.push(`2 4 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-03-18T09:01:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #933: SUBO-2572 fix: change style for dataLoader in Template`); -report.push(`2022-03-18T09:46:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 fix: rename snippet`); +report.push(`2022-03-18T09:01:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #933: SUBO-2572 fix(OIR): change style for dataLoader in Template`); +report.push(`2022-03-18T09:46:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 fix(OIR): rename snippet`); report.push(`2 2 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`2 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/pages/Search/components/Item/Request.tsx`); @@ -17468,7 +17468,7 @@ report.push(`0 0 src/ts/snippets/{RequestStatus2 => RequestStatus}/styles/steps. report.push(`0 0 src/ts/snippets/{RequestStatus2 => RequestStatus}/styles/title.scss`); report.push(`1 1 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-03-18T09:50:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 fix: rename snippet`); +report.push(`2022-03-18T09:50:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 fix(OIR): rename snippet`); report.push(`1 1 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/components/EmptySteps.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/components/Item.tsx`); @@ -17571,7 +17571,7 @@ report.push(`4 1 src/ts/snippets/Header/styles/search.scss`); report.push(`2 4 src/ts/snippets/HeaderLight/comopnents/Title.tsx`); report.push(`4 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-03-21T09:26:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #936: SUBO-2742 fix: rename snippet RequestStatus2`); +report.push(`2022-03-21T09:26:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #936: SUBO-2742 fix(OIR): rename snippet RequestStatus2`); report.push(`2022-03-21T09:26:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #935: SUBO-2759 refactor: refactored Grouped Select`); report.push(`2022-03-21T11:13:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: refactoring code`); report.push(`72 71 src/styles/variables.scss`); @@ -18518,7 +18518,7 @@ report.push(`46 41 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`4 0 src/ts/pages/Tnp/index.tsx`); report.push(`5 0 src/ts/pages/Tnp/store/ArchiveSearchFilters.ts`); report.push(``); -report.push(`2022-03-26T19:03:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-26T19:03:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`23 0 src/ts/pages/Tnp/components/Preview/Cell.tsx`); report.push(`22 0 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`30 0 src/ts/pages/Tnp/components/Preview/CellText.tsx`); @@ -18533,35 +18533,35 @@ report.push(`7 2 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); report.push(`63 0 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-26T19:32:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-26T19:32:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`28 7 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`4 1 src/ts/pages/Tnp/components/Preview/Columns.tsx`); report.push(`51 5 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(``); -report.push(`2022-03-27T00:41:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T00:41:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`20 12 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`2 7 src/ts/pages/Tnp/components/Preview/Columns.tsx`); report.push(`3 3 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(`15 2 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-27T00:49:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T00:49:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Columns.tsx`); report.push(`1 0 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(``); -report.push(`2022-03-27T10:29:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T10:29:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`0 23 src/ts/pages/Tnp/components/Preview/Cell.tsx`); report.push(`2 3 src/ts/pages/Tnp/components/Preview/Header.tsx`); report.push(`61 85 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(`4 13 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(``); -report.push(`2022-03-27T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`51 0 src/ts/pages/Tnp/components/Preview/Legend.tsx`); report.push(`23 0 src/ts/pages/Tnp/components/Preview/Loader.tsx`); report.push(`2 24 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(`75 0 src/ts/pages/Tnp/helpers/Preview/loader.ts`); report.push(``); -report.push(`2022-03-27T11:29:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T11:29:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`12 29 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`10 6 src/ts/pages/Tnp/components/Preview/Legend.tsx`); report.push(`42 0 src/ts/pages/Tnp/components/Preview/Tag.tsx`); @@ -18570,17 +18570,17 @@ report.push(`39 0 src/ts/pages/Tnp/helpers/Preview/conflicts.ts`); report.push(`7 17 src/ts/pages/Tnp/helpers/Preview/loader.ts`); report.push(`61 25 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-27T11:36:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T11:36:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`6 5 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-27T11:43:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T11:43:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`8 1 src/ts/pages/Tnp/components/Preview/Table.tsx`); report.push(``); -report.push(`2022-03-27T11:55:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T11:55:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Header.tsx`); report.push(`9 0 src/ts/pages/Tnp/helpers/Preview/conflicts.ts`); report.push(``); -report.push(`2022-03-27T12:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat: add version preview window`); +report.push(`2022-03-27T12:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2824 feat(profile): add version preview window`); report.push(`4 2 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`6 3 src/ts/pages/Tnp/components/Preview/Columns.tsx`); report.push(`6 5 src/ts/pages/Tnp/components/Preview/Header.tsx`); @@ -18591,7 +18591,7 @@ report.push(`5 0 src/ts/pages/Tnp/interfaces/Preview/IColumn.ts`); report.push(`6 0 src/ts/pages/Tnp/interfaces/Preview/IResponse.ts`); report.push(``); report.push(`2022-03-27T14:58:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #945: SUBO-2814 fix: fix fill in svg`); -report.push(`2022-03-27T17:46:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2646 feat: add interface`); +report.push(`2022-03-27T17:46:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2646 feat(Excel): add interface`); report.push(`18 0 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(`4 3 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/RequisitesForm/ButtonGroup.tsx`); @@ -18604,10 +18604,10 @@ report.push(`15 0 src/ts/pages/Tnp/interfaces/IMainInfo.ts`); report.push(`8 0 src/ts/pages/Tnp/interfaces/IProfile.ts`); report.push(`15 0 src/ts/pages/Tnp/interfaces/ITripItems.ts`); report.push(``); -report.push(`2022-03-27T17:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2646 feat: fix`); +report.push(`2022-03-27T17:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2646 feat(Excel): fix`); report.push(`0 18 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(``); -report.push(`2022-03-27T20:21:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2744 feat: add interface to AccessRights page`); +report.push(`2022-03-27T20:21:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2744 feat(profile): add interface to AccessRights page`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`13 10 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`5 4 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); @@ -18620,10 +18620,10 @@ report.push(`2 1 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/index.tsx`); report.push(`32 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2022-03-27T20:25:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2746 feat: add interface to Main tnp page`); +report.push(`2022-03-27T20:25:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2746 feat(Excel): add interface to Main tnp page`); report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/index.tsx`); report.push(``); -report.push(`2022-03-27T22:57:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2746 feat: add interface to Profile page`); +report.push(`2022-03-27T22:57:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2746 feat(Excel): add interface to Profile page`); report.push(`6 3 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/MainInfo/Form.tsx`); @@ -18646,7 +18646,7 @@ report.push(`2022-03-27T23:23:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat report.push(`2022-03-27T23:31:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: resolve conflict`); report.push(`2022-03-28T09:03:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #948: SUBO-2823 feat: add archive page in TNP`); report.push(`2022-03-28T09:03:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #949: SUBO-2824 Add version preview window (см. после SUBO-2823)`); -report.push(`2022-03-28T10:55:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 feat: added fields for rm integration`); +report.push(`2022-03-28T10:55:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 feat(profile): added fields for rm integration`); report.push(`4 1 src/ts/api/constructor.ts`); report.push(`13 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`11 4 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); @@ -18657,10 +18657,10 @@ report.push(`30 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`14 0 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`1 4 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-03-28T10:56:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 feat: added rm-integration service to nginx.conf`); +report.push(`2022-03-28T10:56:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 feat(profile): added rm-integration service to nginx.conf`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2022-03-28T11:24:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #953: SUBO-2274 feat: added rm-integration service to nginx.conf`); +report.push(`2022-03-28T11:24:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #953: SUBO-2274 feat(profile): added rm-integration service to nginx.conf`); report.push(`2022-03-28T11:24:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #950: Feature/SUBO-2746 interfaces for requisitesform`); report.push(`2022-03-28T13:54:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #951: Feature/SUBO-2744 interface for credentials`); report.push(`2022-03-28T13:55:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #952: Feature/SUBO-2745 interface for profile page`); @@ -18687,7 +18687,7 @@ report.push(`3 0 src/ts/pages/Tnp/helpers/Preview/loader.ts`); report.push(`37 0 src/ts/pages/Tnp/store/ConflictDescription.ts`); report.push(`45 0 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-28T15:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2836 feat: add TRM in Consumers`); +report.push(`2022-03-28T15:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2836 feat(Excel): add TRM in Consumers`); report.push(`23 2 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`1 0 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(``); @@ -18720,7 +18720,7 @@ report.push(`1 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); report.push(`2022-03-29T09:20:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #954: SUBO-2829 fix: hide TRM, hide dropdown for roles`); report.push(`2022-03-29T09:20:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-03-29T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #956: SUBO-2836 feat: add TRM in Consumers`); +report.push(`2022-03-29T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #956: SUBO-2836 feat(Excel): add TRM in Consumers`); report.push(`2022-03-29T09:20:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #955: SUBO-2829 feat: add modal with conflict description`); report.push(`2022-03-29T09:40:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2702 feat: add isMandatory in Builder`); report.push(`4 0 src/assets/images/tnp/MainMenu.svg`); @@ -18877,11 +18877,11 @@ report.push(`1 1 src/setupProxy.js`); report.push(`6 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`0 2 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-31T13:13:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2921 fix: corrected styles for all roles list`); +report.push(`2022-03-31T13:13:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2921 fix(AIS): corrected styles for all roles list`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-03-31T13:20:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2921 fix: corrected styles for all roles list`); +report.push(`2022-03-31T13:20:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2921 fix(AIS): corrected styles for all roles list`); report.push(`7 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); report.push(`2022-03-31T15:44:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2723 fix: corrected validation in the Builder`); @@ -18901,16 +18901,16 @@ report.push(`2022-03-31T16:50:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-24 report.push(`3 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`9 3 src/ts/pages/Builder/pages/Draft.tsx`); report.push(``); -report.push(`2022-03-31T17:01:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #967: SUBO-2921 fix: corrected styles for all roles list`); +report.push(`2022-03-31T17:01:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #967: SUBO-2921 fix(AIS): corrected styles for all roles list`); report.push(`2022-03-31T17:02:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #966: Feature/SUBO-2723 add existing verification of OIR`); -report.push(`2022-04-01T09:42:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2032 fix: change filter in Report again`); +report.push(`2022-04-01T09:42:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2032 fix(OIR): change filter in Report again`); report.push(`1 1 src/ts/pages/Reports/helpers/index.ts`); report.push(``); report.push(`2022-04-01T09:52:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #969: SUBO-2430 fix: corrected Toast visibility in the AccessDetails page`); -report.push(`2022-04-01T10:55:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat: hide internal API in Nginx`); +report.push(`2022-04-01T10:55:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat(Excel): hide internal API in Nginx`); report.push(`56 0 nginx.default.conf`); report.push(``); -report.push(`2022-04-01T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat: hide internal API in Nginx`); +report.push(`2022-04-01T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat(Excel): hide internal API in Nginx`); report.push(`0 9 nginx.default.conf`); report.push(``); report.push(`2022-04-01T11:05:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: resolve camundaTaskId`); @@ -18922,7 +18922,7 @@ report.push(`2022-04-01T11:22:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix report.push(`1 1 src/setupProxy.js`); report.push(`10 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-04-01T11:22:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2864 feat: sidebar request disabled. style edit`); +report.push(`2022-04-01T11:22:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2864 feat(profile): sidebar request disabled. style edit`); report.push(`1 1 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/MainInfo/Form.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); @@ -18932,7 +18932,7 @@ report.push(``); report.push(`2022-04-01T11:24:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: show tree in catalogue`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-04-01T11:46:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat: add TSR upload`); +report.push(`2022-04-01T11:46:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 feat(Excel): add TSR upload`); report.push(`8 0 nginx.default.conf`); report.push(``); report.push(`2022-04-01T11:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: return hacks for icons`); @@ -18940,9 +18940,9 @@ report.push(`49 0 src/ts/pages/Catalogue/styles/hacks.scss`); report.push(``); report.push(`2022-04-01T11:56:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #968: SUBO-2483 fix: fix loader`); report.push(`2022-04-01T12:04:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #971: Bugfix/SUBO-2859 Show tree in catalogue 2 (дубль, с норм. названием ветки)`); -report.push(`2022-04-01T12:04:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #970: SUBO-2032 fix: change filter in Report again`); -report.push(`2022-04-01T12:35:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #972: SUBO-2926 feat: hide internal API in Nginx`); -report.push(`2022-04-01T12:36:10+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #973: SUBO-2864 feat: sidebar request disabled.`); +report.push(`2022-04-01T12:04:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #970: SUBO-2032 fix(OIR): change filter in Report again`); +report.push(`2022-04-01T12:35:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #972: SUBO-2926 feat(Excel): hide internal API in Nginx`); +report.push(`2022-04-01T12:36:10+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #973: SUBO-2864 feat(profile): sidebar request disabled.`); report.push(`2022-04-01T13:45:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2760 fix: corrected button disabling and fixed styles`); report.push(`2 2 src/ts/pages/Catalogue/styles/categories.scss`); report.push(`4 6 src/ts/pages/Template/components/SideBar.tsx`); @@ -18990,11 +18990,11 @@ report.push(``); report.push(`2022-04-04T20:16:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 feat: added validation validation to OIR form`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-04-05T10:35:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2581 fix: fake fix`); +report.push(`2022-04-05T10:35:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2581 fix(AIS): fake fix`); report.push(`1 0 src/ts/helpers/validation/reduceErrorMessages.ts`); report.push(``); report.push(`2022-04-05T11:23:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 feat: added regexp validation to OIR`); -report.push(`2022-04-05T15:07:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-2875 feat: change disign in profile add icon in sidebar`); +report.push(`2022-04-05T15:07:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-2875 feat(profile): change disign in profile add icon in sidebar`); report.push(`3 0 src/assets/custom-ui-kit/NewsSolid.svg`); report.push(`4 0 src/assets/custom-ui-kit/TnpSolid.svg`); report.push(`1 0 src/styles/variables.scss`); @@ -19030,7 +19030,7 @@ report.push(``); report.push(`2022-04-05T18:07:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2843 fix: removed useless style`); report.push(`1 4 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2022-04-06T11:39:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 fix: corrected tests`); +report.push(`2022-04-06T11:39:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 fix(AIS): corrected tests`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`12 12 src/ts/helpers/validation/index.test.ts`); report.push(``); @@ -19038,12 +19038,12 @@ report.push(`2022-04-06T11:53:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-28 report.push(`1 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); report.push(`2022-04-06T12:04:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #977: SUBO-2853 fix: fix adaptive buttongroup`); -report.push(`2022-04-06T13:01:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-2875 feat: add comment news`); +report.push(`2022-04-06T13:01:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-2875 feat(profile): add comment news`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2022-04-06T13:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #984: Feature/SUBO-2851 add regexp validation to OIR`); report.push(`2022-04-06T13:13:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #981: SUBO-2843 feat: added description for OIR and helpText for each field`); -report.push(`2022-04-06T13:16:50+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #980: SUBO-2875 feat: change disign in profile add icon in sidebar`); +report.push(`2022-04-06T13:16:50+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #980: SUBO-2875 feat(profile): change disign in profile add icon in sidebar`); report.push(`2022-04-06T15:41:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2843 fix: corrected clearIcon for TextArea`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -19085,19 +19085,19 @@ report.push(`24 8 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`15 1 src/ts/pages/Builder/styles/agreement-rules.scss`); report.push(`9 3 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-04-07T19:44:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat: add endpoint for version map`); +report.push(`2022-04-07T19:44:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat(profile): add endpoint for version map`); report.push(`10 2 src/ts/api/tsrVersion.ts`); report.push(`4 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`25 0 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(``); report.push(`2022-04-08T10:00:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2871 feat: resolve conflict`); -report.push(`2022-04-08T12:21:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #989: SUBO-2865 feat: add endpoint for version map`); +report.push(`2022-04-08T12:21:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #989: SUBO-2865 feat(profile): add endpoint for version map`); report.push(`2022-04-08T13:10:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 refactor: changeds OIR validation format`); report.push(`6 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`6 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); report.push(`2022-04-08T13:14:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #986: SUBO-2871 feat: add maxlength for input`); -report.push(`2022-04-08T14:14:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 fix: corrected styles`); +report.push(`2022-04-08T14:14:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 fix(AIS): corrected styles`); report.push(`8 8 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); report.push(`2022-04-08T17:26:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix design`); @@ -19252,7 +19252,7 @@ report.push(`2022-04-12T15:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-286 report.push(`13 38 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); report.push(`2022-04-12T15:35:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #994: SUBO-2863 feat: delete conflict button`); -report.push(`2022-04-12T15:40:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2865 feat: formated error message`); +report.push(`2022-04-12T15:40:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2865 feat(profile): formated error message`); report.push(`1 1 src/ts/components/Toast/index.tsx`); report.push(`8 3 src/ts/pages/PageWrapper/index.tsx`); report.push(``); @@ -19268,7 +19268,7 @@ report.push(`3 3 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); report.push(`2022-04-12T17:20:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #997: SUBO-2949 feat: fixed some bugs`); report.push(`2022-04-12T17:20:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #996: SUBO-3000 feat: changed Builder visibility and fixed some bugs`); -report.push(`2022-04-12T17:21:11+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #995: SUBO-2865 feat: formated error message`); +report.push(`2022-04-12T17:21:11+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #995: SUBO-2865 feat(profile): formated error message`); report.push(`2022-04-12T19:27:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: Message output when templates have no attributes selected`); report.push(`5 0 src/ts/pages/Tnp/components/Preview/Table.tsx`); report.push(`3 0 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); @@ -19334,13 +19334,13 @@ report.push(`1 1 src/ts/api/tsrUpload.ts`); report.push(`5 2 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`5 2 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(``); -report.push(`2022-04-13T21:23:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat: fix`); +report.push(`2022-04-13T21:23:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat(profile): fix`); report.push(`2 1 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`3 0 src/ts/pages/Tnp/helpers/VersionMap/common.ts`); report.push(``); report.push(`2022-04-14T10:39:47+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1000: Feature/SUBO-2878 frontend accessrequest refactoring`); -report.push(`2022-04-14T10:59:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix: adaptive text in inclusion column`); +report.push(`2022-04-14T10:59:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix(OIR): adaptive text in inclusion column`); report.push(`14 11 src/ts/components/Table/components/TableHead.tsx`); report.push(`9 0 src/ts/components/Table/styles/hacks.scss`); report.push(`3 6 src/ts/components/Table/styles/index.scss`); @@ -19378,11 +19378,11 @@ report.push(`6 6 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); report.push(`2022-04-14T14:30:01+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1007: SUBO-3029 fix: corrected systemDictionary modal`); report.push(`2022-04-14T14:30:03+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-14T14:44:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat: fix conflict table`); +report.push(`2022-04-14T14:44:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat(profile): fix conflict table`); report.push(`3 0 src/ts/api/tsrVersion.ts`); report.push(`22 19 src/ts/pages/Tnp/helpers/Preview/loader.ts`); report.push(``); -report.push(`2022-04-14T15:10:59+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat: fix conflict table.Template search by name`); +report.push(`2022-04-14T15:10:59+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2865 feat(profile): fix conflict table.Template search by name`); report.push(`7 0 src/ts/api/constructor.ts`); report.push(`3 2 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); @@ -19427,7 +19427,7 @@ report.push(``); report.push(`2022-04-15T14:59:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-2994 fix: fix select data calendar`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(``); -report.push(`2022-04-16T21:12:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3067 fix: corrected user dropdown and SUBO 3068 SUBO 3070`); +report.push(`2022-04-16T21:12:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3067 fix(faq): corrected user dropdown and SUBO 3068 SUBO 3070`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); @@ -19442,32 +19442,32 @@ report.push(`1 0 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(`2 3 src/ts/snippets/ControlPanel/index.tsx`); report.push(`4 0 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-04-16T21:13:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3067 fix: corrected target proxy`); +report.push(`2022-04-16T21:13:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3067 fix(faq): corrected target proxy`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-04-18T10:29:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1018: Bugfix/SUBO-3067 correct Recipient dropdown in the Draft`); report.push(`2022-04-18T11:34:19+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1017: SUBO-2994 fix: fix select data calendar`); report.push(`2022-04-18T11:59:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'release/release-2.5.0' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend`); -report.push(`2022-04-18T12:02:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat: update README with actual rules`); +report.push(`2022-04-18T12:02:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat(traffic chart): update README with actual rules`); report.push(`1 0 .npmrc`); report.push(`99 99 README.md`); report.push(``); -report.push(`2022-04-18T12:05:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat: update README with actual rules`); +report.push(`2022-04-18T12:05:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat(traffic chart): update README with actual rules`); report.push(`4 4 README.md`); report.push(``); -report.push(`2022-04-18T12:10:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat: update README with actual rules`); +report.push(`2022-04-18T12:10:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat(traffic chart): update README with actual rules`); report.push(`4 4 README.md`); report.push(``); -report.push(`2022-04-18T12:14:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix: adaptive scroll in table`); +report.push(`2022-04-18T12:14:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix(OIR): adaptive scroll in table`); report.push(`9 2 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2022-04-18T12:15:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat: update README with actual rules`); +report.push(`2022-04-18T12:15:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3077 feat(traffic chart): update README with actual rules`); report.push(`3 3 README.md`); report.push(``); -report.push(`2022-04-18T13:31:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix: fix scroll in table`); +report.push(`2022-04-18T13:31:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix(OIR): fix scroll in table`); report.push(`2 9 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2022-04-18T13:43:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix: fix style`); +report.push(`2022-04-18T13:43:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix(OIR): fix style`); report.push(`3 0 src/ts/components/Table/styles/index.scss`); report.push(``); report.push(`2022-04-18T16:00:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3078 fix: corrected Success notification in Builder`); @@ -19477,7 +19477,7 @@ report.push(``); report.push(`2022-04-18T16:02:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3078 fix: corrected Success notification in Builder`); report.push(`1 1 src/ts/pages/Builder/pages/Draft.tsx`); report.push(``); -report.push(`2022-04-18T16:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1006: SUBO-2892 fix: adaptive text in inclusion column`); +report.push(`2022-04-18T16:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1006: SUBO-2892 fix(OIR): adaptive text in inclusion column`); report.push(`2022-04-18T17:01:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 fix: fetched master`); report.push(`2022-04-18T17:40:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-3073 fix: clear button in filter dropdown`); report.push(`1 1 src/ts/components/Select/components/list/Static.tsx`); @@ -19593,7 +19593,7 @@ report.push(`0 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); report.push(`2022-04-20T12:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1035: SUBO-3086 fix: add title for Help in Request`); report.push(`2022-04-20T13:05:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3086 refactor: merge with develop`); -report.push(`2022-04-20T14:37:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3102 fix: fix width input`); +report.push(`2022-04-20T14:37:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3102 fix(OIR): fix width input`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); report.push(`2022-04-20T14:45:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-3031 feat: change title in swith btn pages`); @@ -19602,7 +19602,7 @@ report.push(`5 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); report.push(`2022-04-20T14:45:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1037: SUBO-3089 Change style columns in Catalogue`); report.push(`2022-04-20T14:46:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1040: SUBO-3086 fix: add title for Help in Request`); -report.push(`2022-04-20T15:51:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat: change Register Template button in Builder`); +report.push(`2022-04-20T15:51:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat(profile): change Register Template button in Builder`); report.push(`4 0 src/ts/api/constructor.ts`); report.push(`32 18 src/ts/pages/Builder/components/Header.tsx`); report.push(`8 3 src/ts/pages/Builder/index.tsx`); @@ -19618,7 +19618,7 @@ report.push(`2022-04-20T16:27:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-04-20T16:27:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-20T16:27:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1039: SUBO-3106 fix: change path for catalogue items`); report.push(`2022-04-20T16:27:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-20T18:03:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat: change routes`); +report.push(`2022-04-20T18:03:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat(profile): change routes`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`6 2 src/ts/pages/Builder/components/TemplatesList.tsx`); @@ -19633,7 +19633,7 @@ report.push(``); report.push(`2022-04-20T18:07:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 fix: corrected proxy target`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-04-20T18:34:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat: change routes`); +report.push(`2022-04-20T18:34:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 feat(profile): change routes`); report.push(`5 4 src/ts/pages/Builder/components/FullCard.tsx`); report.push(`3 6 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`3 6 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -19647,7 +19647,7 @@ report.push(``); report.push(`2022-04-20T19:08:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 fix: corrected catch error method`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-04-21T09:21:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3112 fix: change redirect for IE`); +report.push(`2022-04-21T09:21:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3112 fix(OIR): change redirect for IE`); report.push(`1 1 nginx.default.conf`); report.push(``); report.push(`2022-04-21T10:06:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1046: Feature/SUBO-3094 change Template status in Builder`); @@ -19655,7 +19655,7 @@ report.push(`2022-04-21T10:17:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-30 report.push(`2022-04-21T10:19:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: solved merged conflicts`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-04-21T10:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1047: SUBO-3112 fix: change redirect for IE`); +report.push(`2022-04-21T10:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1047: SUBO-3112 fix(OIR): change redirect for IE`); report.push(`2022-04-21T10:22:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: solved merged conflicts`); report.push(`1 1 nginx.default.conf`); report.push(``); @@ -19721,7 +19721,7 @@ report.push(`2022-04-22T10:51:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-04-22T10:51:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-22T10:59:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1058: SUBO-3140 fix: corrected Users dropdown in Execution rules`); report.push(`2022-04-22T10:59:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-22T11:49:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3071 fix: change style for additional row`); +report.push(`2022-04-22T11:49:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3071 fix(AIS): change style for additional row`); report.push(`43 10 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`6 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`12 0 src/ts/pages/Requests/styles/hacks.scss`); @@ -19752,7 +19752,7 @@ report.push(`2022-04-22T15:47:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3149 fix report.push(`3 0 src/ts/components/GroupByAlphabet/helpers/index.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(``); -report.push(`2022-04-22T16:00:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-3107 feat: change view in folder`); +report.push(`2022-04-22T16:00:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-3107 feat(traffic chart): change view in folder`); report.push(`11 1 src/ts/pages/Catalogue/components/Categories.tsx`); report.push(`30 6 src/ts/pages/Catalogue/components/categories/CategoryDetails.tsx`); report.push(`1 1 src/ts/pages/Template/styles/header.scss`); @@ -19772,7 +19772,7 @@ report.push(`4 1 src/ts/pages/Tnp/components/Preview/Tag.tsx`); report.push(`17 7 src/ts/pages/Tnp/helpers/Preview/conflicts.ts`); report.push(`15 15 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-04-22T18:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1062: SUBO-3107 feat: change view in folder`); +report.push(`2022-04-22T18:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1062: SUBO-3107 feat(traffic chart): change view in folder`); report.push(`2022-04-22T18:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-22T18:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1061: SUBO-3149 fix: add first group in GroupByAlphabet`); report.push(`2022-04-22T18:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); @@ -19782,11 +19782,11 @@ report.push(`1 1 src/ts/components/GroupByAlphabet/helpers/index.ts`); report.push(``); report.push(`2022-04-22T19:01:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1063: SUBO-3105 fix: fix conflict view tnp`); report.push(`2022-04-22T19:01:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-22T19:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3082 fix: corrected addAndRemoveFromFavorite function`); +report.push(`2022-04-22T19:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3082 fix(OIR): corrected addAndRemoveFromFavorite function`); report.push(`1 1 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(`8 0 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-04-22T19:12:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3082 fix: corrected addAndRemoveFromFavorite function`); +report.push(`2022-04-22T19:12:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3082 fix(OIR): corrected addAndRemoveFromFavorite function`); report.push(`1 0 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); report.push(`2022-04-24T07:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1064: Bugfix/SUBO-3082 correct addAndRemoveFromFavorite function`); @@ -19803,14 +19803,14 @@ report.push(`2022-04-25T15:49:38+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull req report.push(`2022-04-25T15:49:40+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-25T16:00:47+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1066: SUBO-3154 fix: add regex replace for :;`); report.push(`2022-04-25T16:00:48+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-25T17:24:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix: add sapId in ID list`); +report.push(`2022-04-25T17:24:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix(OIR): add sapId in ID list`); report.push(`1 0 src/ts/helpers/converter.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-04-26T09:17:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix: change size pagination for Builder page`); +report.push(`2022-04-26T09:17:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix(OIR): change size pagination for Builder page`); report.push(`1 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2022-04-26T11:14:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3152 fix: Show panel with filters when 404 response`); +report.push(`2022-04-26T11:14:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3152 fix(OIR): Show panel with filters when 404 response`); report.push(`2 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); @@ -19818,14 +19818,14 @@ report.push(`3 2 src/ts/pages/Treatments/index.tsx`); report.push(`14 15 src/ts/snippets/Buttons/index.tsx`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(``); -report.push(`2022-04-26T11:19:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3112 fix: add https for IE`); +report.push(`2022-04-26T11:19:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3112 fix(OIR): add https for IE`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-04-26T11:47:07+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1069: SUBO-3112 fix: add https for IE`); +report.push(`2022-04-26T11:47:07+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1069: SUBO-3112 fix(OIR): add https for IE`); report.push(`2022-04-26T11:47:09+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-26T11:47:25+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1067: SUBO-3122 fix: add sapId in ID list`); +report.push(`2022-04-26T11:47:25+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1067: SUBO-3122 fix(OIR): add sapId in ID list`); report.push(`2022-04-26T11:47:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-26T11:47:46+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1068: SUBO-3152 fix: Show panel with filters when 404 response`); +report.push(`2022-04-26T11:47:46+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1068: SUBO-3152 fix(OIR): Show panel with filters when 404 response`); report.push(`2022-04-26T11:47:47+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-26T11:52:56+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3105 fix: fix description conflict text`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Description/DescriptionItem.tsx`); @@ -19848,7 +19848,7 @@ report.push(`2022-04-27T12:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(``); -report.push(`2022-04-27T14:30:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix: return id for orgUnit in Builder`); +report.push(`2022-04-27T14:30:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3122 fix(OIR): return id for orgUnit in Builder`); report.push(`1 1 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); report.push(`2022-04-27T14:49:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-2894 fix: add fill in svg menubutton`); @@ -19862,37 +19862,37 @@ report.push(``); report.push(`2022-04-27T15:00:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1074: SUBO-3129 fix: change title for button in template`); report.push(`2022-04-27T15:00:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-04-27T15:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1076: SUBO-2894 fix: add fill in svg menubutton`); -report.push(`2022-04-27T17:15:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1075: SUBO-3122 fix: return id for orgUnit in Builder`); +report.push(`2022-04-27T17:15:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1075: SUBO-3122 fix(OIR): return id for orgUnit in Builder`); report.push(`2022-04-27T17:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-28T12:49:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat: add default value for UiSchema`); +report.push(`2022-04-28T12:49:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat(traffic chart): add default value for UiSchema`); report.push(`35 0 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`5 1 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-04-28T12:55:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat: add default value for UiSchema`); +report.push(`2022-04-28T12:55:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat(traffic chart): add default value for UiSchema`); report.push(`2 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(``); -report.push(`2022-04-28T14:04:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat: add default Roles in OIR`); +report.push(`2022-04-28T14:04:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat(traffic chart): add default Roles in OIR`); report.push(`11 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`5 0 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-04-28T14:09:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat: add default Roles in OIR`); +report.push(`2022-04-28T14:09:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat(traffic chart): add default Roles in OIR`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-04-28T14:45:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-1977 feat: add click which add highlight checkbox`); +report.push(`2022-04-28T14:45:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-1977 feat(traffic chart): add click which add highlight checkbox`); report.push(`3 1 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); -report.push(`2022-04-28T15:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat: add default select for dynamic fields`); +report.push(`2022-04-28T15:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3017 feat(traffic chart): add default select for dynamic fields`); report.push(`27 11 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-04-28T16:08:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1079: SUBO-1977 feat: add click which add highlight checkbox`); +report.push(`2022-04-28T16:08:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1079: SUBO-1977 feat(traffic chart): add click which add highlight checkbox`); report.push(`2022-04-28T16:10:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1081: SUBO-2949 refactor Execution rules`); report.push(`2022-04-28T16:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1077: SUBO-3017 Add default value for UiSchema (step 1)`); -report.push(`2022-04-28T16:11:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1078: SUBO-3017 feat: add default Roles in OIR (step 2)`); -report.push(`2022-04-28T16:11:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1080: SUBO-3017 feat: add default select for dynamic fields (step 3)`); -report.push(`2022-04-28T17:12:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-1977 feat: change prev route in builder template`); +report.push(`2022-04-28T16:11:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1078: SUBO-3017 feat(traffic chart): add default Roles in OIR (step 2)`); +report.push(`2022-04-28T16:11:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1080: SUBO-3017 feat(traffic chart): add default select for dynamic fields (step 3)`); +report.push(`2022-04-28T17:12:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-1977 feat(traffic chart): change prev route in builder template`); report.push(`11 4 src/ts/pages/Builder/index.tsx`); report.push(`9 3 src/ts/pages/Builder/pages/Main.tsx`); report.push(`6 3 src/ts/pages/Builder/pages/Template.tsx`); @@ -19901,20 +19901,20 @@ report.push(`2022-04-29T11:00:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3163 fix report.push(`6 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-04-29T11:25:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix: fix btn close in textaria and fix scroll`); +report.push(`2022-04-29T11:25:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix(faq): fix btn close in textaria and fix scroll`); report.push(`9 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-04-29T11:35:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix: fix btn close in textaria`); +report.push(`2022-04-29T11:35:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix(faq): fix btn close in textaria`); report.push(`6 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-04-29T11:38:49+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix: resolve conflict`); +report.push(`2022-04-29T11:38:49+03:00>Petr Petrov>petrov@mail.jp>SUBO-3227 fix(faq): resolve conflict`); report.push(`2022-04-29T12:46:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3224 fix: add validation for new execution rule in Builder`); report.push(`2 2 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`42 32 src/ts/pages/Builder/components/execution-rules/CheckboxGroup.tsx`); report.push(`12 0 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(`4 3 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-04-29T12:49:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3151 fix: change options for preloader in Tree`); +report.push(`2022-04-29T12:49:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3151 fix(AIS): change options for preloader in Tree`); report.push(`1 1 src/ts/components/Tree/index.tsx`); report.push(``); report.push(`2022-04-29T12:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3224 fix: add validation for new execution rule in Builder`); @@ -19925,18 +19925,18 @@ report.push(`8 5 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`1 8 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(``); report.push(`2022-04-29T13:31:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1084: Bugfix/SUBO-3227 frontend fix btn close in textarea`); -report.push(`2022-04-29T13:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1082: SUBO-1977 feat: change prev route in builder template`); -report.push(`2022-04-29T13:55:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3161 fix: add common info about template for roles in Builder`); +report.push(`2022-04-29T13:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1082: SUBO-1977 feat(traffic chart): change prev route in builder template`); +report.push(`2022-04-29T13:55:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3161 fix(AIS): add common info about template for roles in Builder`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`5 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(`11 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-04-29T16:28:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1086: SUBO-3151 fix: change options for preloader in Tree`); +report.push(`2022-04-29T16:28:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1086: SUBO-3151 fix(AIS): change options for preloader in Tree`); report.push(`2022-04-29T17:27:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1085: SUBO-3224 fix: add validation for new execution rule in Builder`); report.push(`2022-04-29T17:28:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1083: SUBO-3163 fix: change router for save`); -report.push(`2022-05-04T10:58:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1088: SUBO-3161 fix: add common info about template for roles in Builder`); +report.push(`2022-05-04T10:58:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1088: SUBO-3161 fix(AIS): add common info about template for roles in Builder`); report.push(`2022-05-04T10:59:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1087: SUBO-3225 fix: change default values for loader and new execution rule`); -report.push(`2022-05-04T11:04:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3255 feat: add user select in OIR`); +report.push(`2022-05-04T11:04:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3255 feat(profile): add user select in OIR`); report.push(`5 2 src/ts/api/user.ts`); report.push(`1 8 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`76 75 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); @@ -19949,17 +19949,17 @@ report.push(`2022-05-04T12:31:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-32 report.push(`42 37 src/ts/pages/Builder/components/execution-rules/CheckboxGroup.tsx`); report.push(``); report.push(`2022-05-04T13:07:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1090: SUBO-3224 fix: return sapId`); -report.push(`2022-05-04T13:07:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1089: SUBO-3255 feat: add user select in OIR`); +report.push(`2022-05-04T13:07:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1089: SUBO-3255 feat(profile): add user select in OIR`); report.push(`2022-05-04T13:08:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1091: SUBO-3233 fix: disabled checkboxes in Execution rules`); report.push(`2022-05-04T13:35:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3224 fix: replace sapId to ID`); report.push(`1 8 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2022-05-04T13:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3231 fix: changed Select type in Execution rules and corrected styles`); +report.push(`2022-05-04T13:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3231 fix(AIS): changed Select type in Execution rules and corrected styles`); report.push(`2 1 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`7 0 src/ts/components/Select/styles/value-list.scss`); report.push(`3 0 src/ts/pages/Builder/components/execution-rules/Header.tsx`); report.push(``); -report.push(`2022-05-04T13:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3231 fix: changed Select type in Execution rules and corrected styles`); +report.push(`2022-05-04T13:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3231 fix(AIS): changed Select type in Execution rules and corrected styles`); report.push(`1 1 src/ts/components/Select/styles/value-list.scss`); report.push(``); report.push(`2022-05-04T15:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1092: SUBO-3224 fix: replace sapId to ID`); @@ -19974,50 +19974,50 @@ report.push(`1 0 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-05-05T09:41:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3247 fix: added HelpHint for checkbox`); +report.push(`2022-05-05T09:41:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3247 fix(faq): added HelpHint for checkbox`); report.push(`5 2 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`4 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); -report.push(`2022-05-05T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3167 fix: change style for calendar`); +report.push(`2022-05-05T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3167 fix(faq): change style for calendar`); report.push(`5 0 src/ts/components/DataLoader/styles/hacks.scss`); report.push(``); report.push(`2022-05-05T09:52:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1094: SUBO-2739 Add external employee service in nginx`); report.push(`2022-05-05T10:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1095: SUBO-3266 fix: added onlyReadabe flag for OIR fields`); -report.push(`2022-05-05T12:03:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix: corrected multiSelect in OIR form`); +report.push(`2022-05-05T12:03:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix(OIR): corrected multiSelect in OIR form`); report.push(`2 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`2 1 src/ts/components/Select/components/list/index.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-05T12:34:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1097: SUBO-3167 fix: change style for calendar`); +report.push(`2022-05-05T12:34:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1097: SUBO-3167 fix(faq): change style for calendar`); report.push(`2022-05-05T13:40:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3245 fix: corrected text color of disabled Input and Select`); report.push(`5 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 1 src/ts/components/Select/styles/value.scss`); report.push(`0 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(``); -report.push(`2022-05-05T13:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix: added ui type property`); +report.push(`2022-05-05T13:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix(OIR): added ui type property`); report.push(`1 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-05T13:55:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix: remove multiple`); +report.push(`2022-05-05T13:55:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix(OIR): remove multiple`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-05T13:59:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1096: SUBO-3247 fix: added HelpHint for checkbox`); +report.push(`2022-05-05T13:59:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1096: SUBO-3247 fix(faq): added HelpHint for checkbox`); report.push(`2022-05-05T15:16:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3245 fix: fetched master`); report.push(`2022-05-05T15:18:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3245 fix: fetched master`); report.push(`2022-05-05T16:30:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3245 fix: corrected length of Select`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`16 2 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2022-05-05T16:50:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1098: SUBO-3242 fix: corrected multiSelect in OIR form`); +report.push(`2022-05-05T16:50:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1098: SUBO-3242 fix(OIR): corrected multiSelect in OIR form`); report.push(`2022-05-05T16:50:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1099: Bugfix/SUBO-3245 add readOnly flag for form elements`); -report.push(`2022-05-05T18:07:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix: corrected adaptive styles`); +report.push(`2022-05-05T18:07:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3242 fix(OIR): corrected adaptive styles`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`11 3 src/ts/pages/Request/styles/index.scss`); report.push(``); -report.push(`2022-05-06T09:12:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1100: SUBO-3242 fix: corrected adaptive styles`); -report.push(`2022-05-06T09:37:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3177 feat: unit test tnp/helpers`); +report.push(`2022-05-06T09:12:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1100: SUBO-3242 fix(OIR): corrected adaptive styles`); +report.push(`2022-05-06T09:37:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3177 feat(traffic chart): unit test tnp/helpers`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarAccordion.tsx`); report.push(`586 0 src/ts/pages/Tnp/helpers/Preview/conflicts.test.ts`); report.push(`7 0 src/ts/pages/Tnp/helpers/Preview/constants.test.ts`); @@ -20027,18 +20027,18 @@ report.push(`7 0 src/ts/pages/Tnp/helpers/VersionMap/common.test.ts`); report.push(`3 1 src/ts/pages/Tnp/helpers/VersionMap/common.ts`); report.push(`2 1 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2022-05-06T10:36:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat: turn off checking proxy URL in Nginx`); +report.push(`2022-05-06T10:36:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat(traffic chart): turn off checking proxy URL in Nginx`); report.push(`36 16 nginx.default.conf`); report.push(``); -report.push(`2022-05-06T11:14:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1102: SUBO-3317 feat: turn off checking proxy URL in Nginx`); -report.push(`2022-05-06T11:25:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix: return old nginx file`); +report.push(`2022-05-06T11:14:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1102: SUBO-3317 feat(traffic chart): turn off checking proxy URL in Nginx`); +report.push(`2022-05-06T11:25:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix(faq): return old nginx file`); report.push(`15 35 nginx.default.conf`); report.push(``); -report.push(`2022-05-06T11:27:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix: return old nginx file`); +report.push(`2022-05-06T11:27:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix(faq): return old nginx file`); report.push(`0 4 nginx.default.conf`); report.push(``); -report.push(`2022-05-06T11:41:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1101: SUBO-3177 feat: unit test tnp/helpers`); -report.push(`2022-05-06T11:52:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1103: SUBO-3317 fix: return old nginx file`); +report.push(`2022-05-06T11:41:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1101: SUBO-3177 feat(traffic chart): unit test tnp/helpers`); +report.push(`2022-05-06T11:52:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1103: SUBO-3317 fix(faq): return old nginx file`); report.push(`2022-05-06T13:42:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3303 fix: corrected Select validation and submit validation`); report.push(`23 0 src/ts/helpers/validation/index.ts`); report.push(`4 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); @@ -20049,7 +20049,7 @@ report.push(`7 0 src/ts/pages/TemplateOir/components/shared/NewRequestButton.tsx report.push(`16 0 src/ts/pages/TemplateOir/helpers/getDisableSubmitReason.ts`); report.push(``); report.push(`2022-05-06T15:12:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1104: SUBO-3303 fix: corrected Select validation and submit validation`); -report.push(`2022-05-06T15:41:00+03:00>Petr Petrov>petrov@mail.jp>SUBO-2166 feat: testing page builder/helpers`); +report.push(`2022-05-06T15:41:00+03:00>Petr Petrov>petrov@mail.jp>SUBO-2166 feat(Excel): testing page builder/helpers`); report.push(`74 0 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`16 0 src/ts/pages/Builder/helpers/autocomplete/formatter.test.ts`); report.push(`32 0 src/ts/pages/Builder/helpers/constants.test.ts`); @@ -20063,8 +20063,8 @@ report.push(`86 0 src/ts/pages/Builder/helpers/mapper.test.ts`); report.push(`13 0 src/ts/pages/Builder/helpers/routes.test.ts`); report.push(``); report.push(`2022-05-11T10:18:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3016 fix: fetched master`); -report.push(`2022-05-11T11:58:05+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1105: SUBO-2166 feat: testing page builder/helpers`); -report.push(`2022-05-11T15:27:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-3385 feat: fix url id in externalEmployeesPage`); +report.push(`2022-05-11T11:58:05+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1105: SUBO-2166 feat(Excel): testing page builder/helpers`); +report.push(`2022-05-11T15:27:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-3385 feat(profile): fix url id in externalEmployeesPage`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/SideBar.tsx`); report.push(`12 4 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`5 0 src/ts/snippets/FullCard/styles/hacks.scss`); @@ -20080,7 +20080,7 @@ report.push(`2022-05-12T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2739 fea report.push(`4 0 nginx.default.conf`); report.push(``); report.push(`2022-05-12T09:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1107: SUBO-3393 feat: add icon external-employees to sidebar`); -report.push(`2022-05-12T09:50:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1106: SUBO-3385 feat: fix url id in externalEmployeesPage`); +report.push(`2022-05-12T09:50:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1106: SUBO-3385 feat(profile): fix url id in externalEmployeesPage`); report.push(`2022-05-12T10:05:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1108: SUBO-3382 Add map for git stat`); report.push(`2022-05-12T10:23:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3016 fix: added Dependent rules to OIR form`); report.push(`1 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); @@ -20100,7 +20100,7 @@ report.push(``); report.push(`2022-05-12T11:05:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); report.push(`5 5 src/ts/api/acrq.ts`); report.push(``); -report.push(`2022-05-12T11:09:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3237 fix: value consisting only of spaces is not allowed`); +report.push(`2022-05-12T11:09:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3237 fix(faq): value consisting only of spaces is not allowed`); report.push(`6 0 src/ts/helpers/validation/index.ts`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); @@ -20114,18 +20114,18 @@ report.push(`2 10 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`2 3 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); report.push(`2022-05-12T11:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1110: Feature/SUBO-3016 add dependent rules to OIR`); -report.push(`2022-05-12T11:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1112: SUBO-3237 fix: value consisting only of spaces is not allowed`); +report.push(`2022-05-12T11:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1112: SUBO-3237 fix(faq): value consisting only of spaces is not allowed`); report.push(`2022-05-12T12:03:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3236 fix: color field names does match`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); report.push(`2022-05-12T13:00:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1111: SUBO-3435 Change request for Users`); -report.push(`2022-05-12T13:13:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3411 fix: correct required property considering onlyReadable flag`); +report.push(`2022-05-12T13:13:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3411 fix(AIS): correct required property considering onlyReadable flag`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-05-12T13:39:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1109: SUBO-2739 feat: return external service API`); -report.push(`2022-05-12T13:40:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1114: SUBO-3411 fix: correct required property considering onlyReadable flag`); +report.push(`2022-05-12T13:40:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1114: SUBO-3411 fix(AIS): correct required property considering onlyReadable flag`); report.push(`2022-05-12T13:51:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1113: SUBO-3236 fix: color field names does match`); -report.push(`2022-05-12T14:44:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix: corrected regular expression for Input data`); +report.push(`2022-05-12T14:44:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix(AIS): corrected regular expression for Input data`); report.push(`1 1 src/ts/helpers/validation/index.ts`); report.push(``); report.push(`2022-05-12T14:47:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3100 feat: added the logic of parallel queries`); @@ -20134,12 +20134,12 @@ report.push(``); report.push(`2022-05-12T15:02:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3100 feat: added the logic of parallel queries`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-05-12T15:24:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix: disabled characters counter for Input data`); +report.push(`2022-05-12T15:24:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix(AIS): disabled characters counter for Input data`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`2 2 src/ts/helpers/constants.ts`); report.push(``); -report.push(`2022-05-12T15:32:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1115: SUBO-3271 fix: corrected regular expression for Input data`); +report.push(`2022-05-12T15:32:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1115: SUBO-3271 fix(AIS): corrected regular expression for Input data`); report.push(`2022-05-12T15:40:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3100 feat: added the logic of parallel queries`); report.push(`3 1 src/ts/helpers/http/Client.ts`); report.push(``); @@ -20148,29 +20148,29 @@ report.push(`11 11 src/ts/components/DataLoader/styles/hacks.scss`); report.push(``); report.push(`2022-05-12T16:23:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1116: SUBO-3100 feat: added the logic of parallel queries`); report.push(`2022-05-12T16:23:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1117: SUBO-3406 fix: pagination display`); -report.push(`2022-05-12T17:28:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix: fix color icon tnp`); +report.push(`2022-05-12T17:28:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix(OIR): fix color icon tnp`); report.push(`6 6 src/ts/pages/Tnp/styles/hacks.scss`); report.push(``); -report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix: Version Archive. Version id no longer clickable`); +report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix(OIR): Version Archive. Version id no longer clickable`); report.push(`2 2 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`46 0 src/ts/pages/Tnp/components/Archive/Info.tsx`); report.push(`5 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix: Version Archive. Version id no longer clickable`); +report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3442 fix(OIR): Version Archive. Version id no longer clickable`); report.push(`2 2 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`46 0 src/ts/pages/Tnp/components/Archive/Info.tsx`); report.push(`5 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-05-13T09:22:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1118: SUBO-3442 fix: fix color icon tnp`); -report.push(`2022-05-13T10:05:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix: corrected callback function for validation Name in OIR`); +report.push(`2022-05-13T09:22:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1118: SUBO-3442 fix(OIR): fix color icon tnp`); +report.push(`2022-05-13T10:05:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3271 fix(AIS): corrected callback function for validation Name in OIR`); report.push(`2 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-05-13T10:26:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3390 feat: add multipart in htp client`); report.push(`1 1 src/ts/api/user.ts`); report.push(`43 19 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-05-13T10:38:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1119: SUBO-3442 fix: Version Archive.`); -report.push(`2022-05-13T10:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1120: SUBO-3271 fix: corrected callback function for validation Name in OIR`); +report.push(`2022-05-13T10:38:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1119: SUBO-3442 fix(OIR): Version Archive.`); +report.push(`2022-05-13T10:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1120: SUBO-3271 fix(AIS): corrected callback function for validation Name in OIR`); report.push(`2022-05-13T10:51:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3390 feat: add multipart in htp client`); report.push(`1 1 src/ts/api/request.ts`); report.push(`15 10 src/ts/helpers/http/Client.ts`); @@ -20219,7 +20219,7 @@ report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); report.push(`2022-05-13T17:41:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); report.push(`2022-05-13T17:41:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1125: Bugfix/SUBO-3453 Change logig in getGroupId`); -report.push(`2022-05-13T17:57:49+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat: delete inpit in new company and change modal agreements`); +report.push(`2022-05-13T17:57:49+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat(traffic chart): delete inpit in new company and change modal agreements`); report.push(`35 33 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(`29 28 src/ts/pages/ExternalEmployees/modals/Company.tsx`); report.push(``); @@ -20228,12 +20228,12 @@ report.push(`1 0 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`9 2 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`4 4 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-05-14T14:49:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat: add rage date`); +report.push(`2022-05-14T14:49:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat(traffic chart): add rage date`); report.push(`6 4 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`2 1 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(``); report.push(`2022-05-16T10:12:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1124: SUBO-3390 Add multipart in http client (External Employees)`); -report.push(`2022-05-16T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add filters for search in Builder`); +report.push(`2022-05-16T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add filters for search in Builder`); report.push(`6 2 src/ts/api/constructor.ts`); report.push(`90 0 src/ts/pages/Builder/ButtonsWrapper.tsx`); report.push(`0 81 src/ts/pages/Builder/components/ControlPanel.tsx`); @@ -20248,27 +20248,27 @@ report.push(`37 0 src/ts/snippets/ControlPanel/styles/search.scss`); report.push(`7 3 src/ts/store/SearchFilters.ts`); report.push(``); report.push(`2022-05-16T11:58:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1126: SUBO-3293 fix: fix type request when it is canceling`); -report.push(`2022-05-16T12:00:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add filters for search in Builder`); +report.push(`2022-05-16T12:00:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add filters for search in Builder`); report.push(`0 1 src/ts/api/constructor.ts`); report.push(`0 90 src/ts/pages/Builder/ButtonsWrapper.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); -report.push(`2022-05-16T13:28:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add filters for search in Builder`); +report.push(`2022-05-16T13:28:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add filters for search in Builder`); report.push(`6 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-05-16T14:17:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add read filters from URL`); +report.push(`2022-05-16T14:17:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add read filters from URL`); report.push(`31 2 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-05-16T15:29:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add read filters from URL`); +report.push(`2022-05-16T15:29:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add read filters from URL`); report.push(`46 0 src/ts/helpers/parser.ts`); report.push(`7 0 src/ts/helpers/useComponentWillMount.ts`); report.push(`13 23 src/ts/pages/Builder/pages/Main.tsx`); report.push(`2 2 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-05-16T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add read filters from URL`); +report.push(`2022-05-16T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add read filters from URL`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/search.scss`); report.push(``); -report.push(`2022-05-16T15:56:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add read filters from URL`); +report.push(`2022-05-16T15:56:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add read filters from URL`); report.push(`1 10 src/ts/api/constructor.ts`); report.push(``); report.push(`2022-05-16T15:57:41+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3444 fix: delete max-width`); @@ -20276,7 +20276,7 @@ report.push(`0 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); report.push(`2022-05-16T16:53:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1128: SUBO-3444 fix: delete max-width`); report.push(`2022-05-16T17:29:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1127: SUBO-3327 Add filters for search in Builder`); -report.push(`2022-05-16T18:23:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat: check url getcompanies`); +report.push(`2022-05-16T18:23:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat(traffic chart): check url getcompanies`); report.push(`4 0 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/components/form/wrapper.tsx`); report.push(`4 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -20291,7 +20291,7 @@ report.push(`15 6 src/ts/pages/ExternalEmployees/modals/Company.tsx`); report.push(`55 49 src/ts/pages/ExternalEmployees/modals/Employee.tsx`); report.push(`86 0 src/ts/pages/ExternalEmployees/store/RequestModal.ts`); report.push(``); -report.push(`2022-05-16T18:49:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3232 fix: fixed maximum height of the rules with the long name`); +report.push(`2022-05-16T18:49:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3232 fix(OIR): fixed maximum height of the rules with the long name`); report.push(`1 0 src/ts/pages/Builder/styles/rules.scss`); report.push(``); report.push(`2022-05-16T18:59:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: step 1 - correct OIR name validation and refactor Roles`); @@ -20313,32 +20313,32 @@ report.push(``); report.push(`2022-05-16T19:09:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected proxy`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-05-17T09:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1130: SUBO-3232 fix: fixed maximum height of the rules with the long name`); +report.push(`2022-05-17T09:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1130: SUBO-3232 fix(OIR): fixed maximum height of the rules with the long name`); report.push(`2022-05-17T09:39:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1129: SUBO-3327 Add read filters from URL`); -report.push(`2022-05-17T10:25:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: fix filter in Builder`); +report.push(`2022-05-17T10:25:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): fix filter in Builder`); report.push(`3 2 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); report.push(`2022-05-17T11:00:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1131: Bugfix/SUBO-2943 correct validations errors`); report.push(`2022-05-17T11:04:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected FormWrapper`); report.push(`24 15 src/ts/components/form/wrapper.tsx`); report.push(``); -report.push(`2022-05-17T11:05:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat: add fake store to dont crash modalwindow`); +report.push(`2022-05-17T11:05:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat(traffic chart): add fake store to dont crash modalwindow`); report.push(`6 3 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/modals/Company.tsx`); report.push(`54 47 src/ts/pages/ExternalEmployees/modals/Employee.tsx`); report.push(``); -report.push(`2022-05-17T11:07:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: fix filters in Builder`); +report.push(`2022-05-17T11:07:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): fix filters in Builder`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`3 1 src/ts/helpers/http/Client.ts`); report.push(`7 0 src/ts/interfaces/request/Template.ts`); report.push(`11 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(`11 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-05-17T11:15:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat: resolve conflict`); +report.push(`2022-05-17T11:15:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3467 feat(traffic chart): resolve conflict`); report.push(`2022-05-17T11:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3329 fix: add format for name in select for Cluster field in Builder`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-05-17T12:23:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat: test pull backend urls for Nginx`); +report.push(`2022-05-17T12:23:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat(traffic chart): test pull backend urls for Nginx`); report.push(`9 0 nginx.default.conf`); report.push(``); report.push(`2022-05-17T12:31:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected OIR form validation and styles - step 2`); @@ -20350,28 +20350,28 @@ report.push(`10 3 src/ts/components/Select/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Builder/styles/rules.scss`); report.push(`3 0 src/ts/pages/Request/styles/index.scss`); report.push(``); -report.push(`2022-05-17T12:49:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat: test pull backend urls for Nginx`); +report.push(`2022-05-17T12:49:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat(traffic chart): test pull backend urls for Nginx`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-05-17T14:06:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-3647 feat: change name prop`); +report.push(`2022-05-17T14:06:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-3647 feat(traffic chart): change name prop`); report.push(`3 3 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(``); report.push(`2022-05-17T14:19:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected prop for Form`); report.push(`1 1 src/ts/components/form/wrapper.tsx`); report.push(``); -report.push(`2022-05-17T15:26:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat: test pull backend urls for Nginx`); +report.push(`2022-05-17T15:26:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat(traffic chart): test pull backend urls for Nginx`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-05-17T15:58:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat: test pull backend urls for Nginx`); +report.push(`2022-05-17T15:58:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 feat(traffic chart): test pull backend urls for Nginx`); report.push(`98 69 nginx.default.conf`); report.push(``); -report.push(`2022-05-17T16:07:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1135: SUBO-3317 feat: test pull backend urls for Nginx`); +report.push(`2022-05-17T16:07:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1135: SUBO-3317 feat(traffic chart): test pull backend urls for Nginx`); report.push(`2022-05-17T16:14:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1136: Bugfix/SUBO-2943 correct OIR form validation`); report.push(`2022-05-17T16:15:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1132: SUBO-3327 Fix filter in Builder`); report.push(`2022-05-17T16:16:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1134: SUBO-3329 fix: add format for name in select for Cluster field in Builder`); report.push(`2022-05-17T16:16:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1133: Feature/SUBO-3467 frontend api change input in modal`); -report.push(`2022-05-17T20:06:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3482 fix: added REQUEST-TYPE dependence for available buttons action`); +report.push(`2022-05-17T20:06:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3482 fix(OIR): added REQUEST-TYPE dependence for available buttons action`); report.push(`7 3 src/ts/interfaces/request/RequestFull.ts`); report.push(`4 3 src/ts/interfaces/request/RequestSmall.ts`); report.push(`4 0 src/ts/pages/Builder/components/ButtonsPanel.tsx`); @@ -20384,12 +20384,12 @@ report.push(`2 1 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`28 9 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-05-18T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1138: SUBO-3482 fix: added REQUEST-TYPE dependence for available buttons action`); -report.push(`2022-05-18T10:32:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3357 fix: return button in Draft`); +report.push(`2022-05-18T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1138: SUBO-3482 fix(OIR): added REQUEST-TYPE dependence for available buttons action`); +report.push(`2022-05-18T10:32:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3357 fix(faq): return button in Draft`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(`2 2 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(``); -report.push(`2022-05-18T10:39:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3357 fix: return button in Draft`); +report.push(`2022-05-18T10:39:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3357 fix(faq): return button in Draft`); report.push(`0 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); report.push(`2022-05-18T11:12:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add select domain in Request`); @@ -20404,7 +20404,7 @@ report.push(``); report.push(`2022-05-18T11:58:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add select domain in Request`); report.push(`10 5 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-05-18T12:03:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3357 fix: corrected disabled input styles`); +report.push(`2022-05-18T12:03:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3357 fix(faq): corrected disabled input styles`); report.push(`7 5 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); report.push(`2022-05-18T12:42:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1139: SUBO-3357 Return button in Draft`); @@ -20462,14 +20462,14 @@ report.push(`8 7 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`17 4 src/ts/pages/Builder/styles/empowerments.scss`); report.push(`1 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-05-19T16:59:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3512 fix: disabled default OIR Roles`); +report.push(`2022-05-19T16:59:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3512 fix(OIR): disabled default OIR Roles`); report.push(`7 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-05-19T18:00:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1145: SUBO-3512 fix: disabled default OIR Roles`); +report.push(`2022-05-19T18:00:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1145: SUBO-3512 fix(OIR): disabled default OIR Roles`); report.push(`2022-05-19T18:32:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3196 fix: The selected filter setting is not saved when using paging`); report.push(`10 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2022-05-20T09:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat: add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T09:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat(Excel): add dynamic type list in TNP profile consumers`); report.push(`33 0 src/ts/api/tsr.ts`); report.push(`31 75 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`71 109 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); @@ -20480,7 +20480,7 @@ report.push(`10 1 src/ts/pages/Tnp/interfaces/IConsumer.ts`); report.push(`35 0 src/ts/pages/Tnp/interfaces/IConsumer2.ts`); report.push(`21 0 src/ts/pages/Tnp/store/ProfileConsumers.ts`); report.push(``); -report.push(`2022-05-20T10:06:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat: add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:06:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat(Excel): add dynamic type list in TNP profile consumers`); report.push(`22 0 src/ts/api/personnel.ts`); report.push(`0 33 src/ts/api/tsr.ts`); report.push(`3 11 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); @@ -20488,41 +20488,41 @@ report.push(`8 31 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`5 2 src/ts/pages/Tnp/components/Profile/Consumers/index.tsx`); report.push(`37 51 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-05-20T10:16:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat: add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:16:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat(Excel): add dynamic type list in TNP profile consumers`); report.push(`0 21 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`0 97 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); report.push(`0 78 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(``); -report.push(`2022-05-20T10:21:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat: add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:21:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3506 feat(Excel): add dynamic type list in TNP profile consumers`); report.push(`0 35 src/ts/pages/Tnp/interfaces/IConsumer2.ts`); report.push(``); -report.push(`2022-05-20T10:53:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add page name in AutoOpen`); +report.push(`2022-05-20T10:53:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add page name in AutoOpen`); report.push(`3 3 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); report.push(`2022-05-20T11:11:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3132 feat: add IDM service in Nginx`); report.push(`10 0 nginx.default.conf`); report.push(``); report.push(`2022-05-20T11:26:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1148: SUBO-3132 feat: add IDM service in Nginx`); -report.push(`2022-05-20T11:37:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add filter in Bulter header`); +report.push(`2022-05-20T11:37:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add filter in Bulter header`); report.push(`11 11 src/ts/pages/Builder/helpers/routes.ts`); report.push(`12 3 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-05-20T11:49:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat: add filter in Bulter header`); +report.push(`2022-05-20T11:49:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3327 feat(traffic chart): add filter in Bulter header`); report.push(`15 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); report.push(`2022-05-20T11:53:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3196 fix: Passed type via tabContentType`); report.push(`1 10 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(``); -report.push(`2022-05-20T11:55:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3132 fix: replace name for IDM service`); +report.push(`2022-05-20T11:55:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3132 fix(OIR): replace name for IDM service`); report.push(`1 1 nginx.default.conf`); report.push(``); report.push(`2022-05-20T12:32:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1146: SUBO-3196 fix: The selected filter setting is not saved when using paging`); -report.push(`2022-05-20T12:34:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3491 fix: removed duplicate Categories in CategorizedSelect`); +report.push(`2022-05-20T12:34:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3491 fix(AIS): removed duplicate Categories in CategorizedSelect`); report.push(`6 2 src/ts/components/Select/components/list/Static.tsx`); report.push(`17 10 src/ts/components/Select/helpers/getCategorizedSelectData.ts`); report.push(``); -report.push(`2022-05-20T12:49:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-3396 feat: conect api with agreements`); +report.push(`2022-05-20T12:49:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-3396 feat(Excel): conect api with agreements`); report.push(`4 3 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`1 0 src/ts/pages/ExternalEmployees/interfaces/Employees.ts`); report.push(`3 3 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); @@ -20534,8 +20534,8 @@ report.push(`2022-05-20T13:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull re report.push(`2022-05-20T15:11:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3132 feat: reaplce name for IDM service`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-05-20T16:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1150: SUBO-3132 fix: replace name for IDM service`); -report.push(`2022-05-20T16:43:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1151: SUBO-3491 fix: removed duplicate Categories in CategorizedSelect`); +report.push(`2022-05-20T16:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1150: SUBO-3132 fix(OIR): replace name for IDM service`); +report.push(`2022-05-20T16:43:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1151: SUBO-3491 fix(AIS): removed duplicate Categories in CategorizedSelect`); report.push(`2022-05-20T16:52:05+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1153: SUBO-3524 fix: hide trm block in execution rules`); report.push(`2022-05-20T20:19:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3503 feat: add page projects`); report.push(`9 5 src/ts/api/eei.ts`); @@ -20565,7 +20565,7 @@ report.push(`1 1 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`2 1 src/ts/snippets/FullCard/components/Header.tsx`); report.push(``); report.push(`2022-05-22T23:22:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3503 feat: resolve conflict`); -report.push(`2022-05-23T09:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1152: SUBO-3396 feat: conect api with agreements`); +report.push(`2022-05-23T09:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1152: SUBO-3396 feat(Excel): conect api with agreements`); report.push(`2022-05-23T11:19:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1154: SUBO-3327 Add page name in AutoOpen and add filters in Builder (норм названиеветки)`); report.push(`2022-05-23T12:51:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add user domain in Request`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); @@ -20618,18 +20618,18 @@ report.push(`12 1 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`26 4 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`5 2 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2022-05-24T09:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change URL for Tre request in TNP (add structure type)`); +report.push(`2022-05-24T09:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change URL for Tre request in TNP (add structure type)`); report.push(`16 8 src/ts/api/personnel.ts`); report.push(`14 14 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2022-05-24T09:27:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change URL for Tre request in TNP (add structure type)`); +report.push(`2022-05-24T09:27:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change URL for Tre request in TNP (add structure type)`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2022-05-24T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change URL for Tree requests in TNP (add structure type)`); +report.push(`2022-05-24T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change URL for Tree requests in TNP (add structure type)`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); report.push(`2022-05-24T10:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1156: Feature/SUBO-3503 frontend layout second page list companies`); -report.push(`2022-05-24T10:42:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1157: SUBO-3535 feat: change URL for Tre request in TNP (add structure type)`); +report.push(`2022-05-24T10:42:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1157: SUBO-3535 feat(profile): change URL for Tre request in TNP (add structure type)`); report.push(`2022-05-24T10:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: added isSystem flag`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); @@ -20640,14 +20640,14 @@ report.push(`2022-05-24T10:54:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-33 report.push(`0 4 src/ts/pages/Builder/styles/empowerments.scss`); report.push(`5 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-05-24T11:08:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change request for save TRM`); +report.push(`2022-05-24T11:08:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change request for save TRM`); report.push(`9 8 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-05-24T11:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1158: SUBO-3535 feat: change request for save TRM`); -report.push(`2022-05-24T12:40:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change data for save Consumers`); +report.push(`2022-05-24T11:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1158: SUBO-3535 feat(profile): change request for save TRM`); +report.push(`2022-05-24T12:40:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change data for save Consumers`); report.push(`1 1 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-05-24T12:44:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change data for save Consumers`); +report.push(`2022-05-24T12:44:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change data for save Consumers`); report.push(`1 1 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); report.push(`2022-05-24T13:15:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: added linkedState property`); @@ -20656,7 +20656,7 @@ report.push(`16 25 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`16 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-05-24T13:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1159: SUBO-3535 feat: change data for save Consumers`); +report.push(`2022-05-24T13:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1159: SUBO-3535 feat(profile): change data for save Consumers`); report.push(`2022-05-24T14:05:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3318 fix: corrected Favorites for main category with id 99999999`); report.push(`2 2 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); @@ -20677,12 +20677,12 @@ report.push(`4 4 nginx.default.conf`); report.push(``); report.push(`2022-05-24T21:35:03+03:00>Oleg Losev>losev@net.it>Pull request #1164: idm`); report.push(`2022-05-24T21:35:04+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-25T09:15:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat: change load in TRM Consumers and replace localhost IP in Nginx`); +report.push(`2022-05-25T09:15:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3535 feat(profile): change load in TRM Consumers and replace localhost IP in Nginx`); report.push(`17 17 nginx.default.conf`); report.push(`3 2 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-05-25T09:48:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1165: SUBO-3535 feat: change load in TRM Consumers and replace localhost IP in Nginx`); -report.push(`2022-05-25T09:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1166: SUBO-3535 feat: change load in TRM Consumers and replace localhost IP in Nginx`); +report.push(`2022-05-25T09:48:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1165: SUBO-3535 feat(profile): change load in TRM Consumers and replace localhost IP in Nginx`); +report.push(`2022-05-25T09:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1166: SUBO-3535 feat(profile): change load in TRM Consumers and replace localhost IP in Nginx`); report.push(`2022-05-25T09:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); report.push(`2022-05-25T10:40:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3215 fix: added Search for OIR name`); report.push(`5 1 src/ts/api/request.ts`); @@ -20716,7 +20716,7 @@ report.push(`2022-05-25T14:54:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automat report.push(`2022-05-26T09:38:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3545 fix: ad formatter for risNumbers`); report.push(`17 4 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-05-26T09:55:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 fix: add multiple values for orgUnit filter`); +report.push(`2022-05-26T09:55:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 fix(faq): add multiple values for orgUnit filter`); report.push(`1 0 src/ts/pages/Builder/pages/Main.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); @@ -20771,10 +20771,10 @@ report.push(`2022-05-26T13:44:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automat report.push(`2022-05-26T14:08:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-3592 feat: hide external employees icon in sideBar`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-05-26T14:42:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3631 fix: add isIncludeChildren`); +report.push(`2022-05-26T14:42:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3631 fix(AIS): add isIncludeChildren`); report.push(`1 1 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(``); -report.push(`2022-05-26T14:58:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3631 fix: change validation for numbers`); +report.push(`2022-05-26T14:58:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3631 fix(AIS): change validation for numbers`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); @@ -20837,7 +20837,7 @@ report.push(`1 0 src/ts/pages/ExternalEmployees/components/CompaniesList/Compani report.push(`7 3 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(`7 0 src/ts/pages/ExternalEmployees/styles/external.scss`); report.push(``); -report.push(`2022-05-27T15:57:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat: add disabled for Tree`); +report.push(`2022-05-27T15:57:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat(profile): add disabled for Tree`); report.push(`3 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`10 4 src/ts/components/Select/components/list/Static.tsx`); @@ -20847,7 +20847,7 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx` report.push(`2 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`7 0 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2022-05-27T16:00:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat: add disabled for Tree`); +report.push(`2022-05-27T16:00:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat(profile): add disabled for Tree`); report.push(`1 2 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(``); report.push(`2022-05-27T17:17:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3666 fix: change logic for favorites`); @@ -20866,7 +20866,7 @@ report.push(`117 0 src/ts/pages/Tnp/components/Archive/TableList.tsx`); report.push(`16 2 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`7 0 src/ts/pages/Tnp/interfaces/IArchiveBuilds.ts`); report.push(``); -report.push(`2022-05-27T18:51:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3667 fix: corrected fix Table in the Constructor`); +report.push(`2022-05-27T18:51:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3667 fix(faq): corrected fix Table in the Constructor`); report.push(`2 3 src/ts/components/Table/components/templates/CellCheckbox.tsx`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); @@ -20891,7 +20891,7 @@ report.push(`2022-05-29T10:12:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-05-29T10:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); report.push(`2022-05-29T10:15:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1187: Bugfix/SUBO-3666 Fix favorites`); report.push(`2022-05-29T10:15:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-29T10:15:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1189: SUBO-3667 fix: corrected fix Table in the Constructor`); +report.push(`2022-05-29T10:15:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1189: SUBO-3667 fix(faq): corrected fix Table in the Constructor`); report.push(`2022-05-29T10:15:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); report.push(`2022-05-29T10:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1190: Bugfix/SUBO-3569 add new field for OIR dependent field`); report.push(`2022-05-29T10:16:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); @@ -20933,7 +20933,7 @@ report.push(`2022-05-30T12:03:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-05-30T12:03:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); report.push(`2022-05-30T12:03:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1194: SUBO-3679 fix: change style for date filter`); report.push(`2022-05-30T12:03:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T12:14:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3681 fix: replace titles in Builder`); +report.push(`2022-05-30T12:14:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3681 fix(AIS): replace titles in Builder`); report.push(`3 3 src/ts/pages/Builder/helpers/routes.ts`); report.push(``); report.push(`2022-05-30T12:17:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1195: SUBO-3686 fix: change input type for numbers`); @@ -20949,7 +20949,7 @@ report.push(`0 1 src/ts/snippets/ShortCard/index.tsx`); report.push(``); report.push(`2022-05-30T12:52:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1199: SUBO-3680 fix: rename title on short card in Builder`); report.push(`2022-05-30T12:52:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1198: SUBO-3681 fix: replace titles in Builder`); +report.push(`2022-05-30T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1198: SUBO-3681 fix(AIS): replace titles in Builder`); report.push(`2022-05-30T12:52:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); report.push(`2022-05-30T12:54:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3683 fix: added upn to getOir function`); report.push(`4 2 src/ts/api/request.ts`); @@ -20985,17 +20985,17 @@ report.push(`19 3 src/ts/pages/ExternalEmployees/styles/companyProjects.scss`); report.push(`0 7 src/ts/pages/ExternalEmployees/styles/hacks.scss`); report.push(``); report.push(`2022-05-31T09:37:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1201: Feature/SUBO-3368 add Select to Role Group in Constructor`); -report.push(`2022-05-31T10:10:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3687 fix: change date validation`); +report.push(`2022-05-31T10:10:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3687 fix(faq): change date validation`); report.push(`11 2 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`2 0 src/ts/pages/Reports/components/FilterByUser.tsx`); report.push(`8 0 src/ts/snippets/FilterPanel/components/DateFilter.tsx`); report.push(``); -report.push(`2022-05-31T10:18:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3687 fix: change date validation`); +report.push(`2022-05-31T10:18:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3687 fix(faq): change date validation`); report.push(`7 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-31T10:45:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3596 feat: corrected ABAC attribute saving`); +report.push(`2022-05-31T10:45:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3596 feat(Excel): corrected ABAC attribute saving`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`4 3 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`3 3 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); @@ -21015,7 +21015,7 @@ report.push(`0 26 src/ts/pages/ExternalEmployees/components/SerchCompany.tsx`); report.push(`17 0 src/ts/pages/ExternalEmployees/store/SearchInput.ts`); report.push(`7 0 src/ts/pages/ExternalEmployees/styles/hacks.scss`); report.push(``); -report.push(`2022-05-31T11:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1204: SUBO-3596 feat: corrected ABAC attribute saving`); +report.push(`2022-05-31T11:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1204: SUBO-3596 feat(Excel): corrected ABAC attribute saving`); report.push(`2022-05-31T12:21:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); report.push(`1 1 src/ts/components/JsonSchema/index.tsx`); report.push(`5 0 src/ts/interfaces/request/Role.ts`); @@ -21118,7 +21118,7 @@ report.push(``); report.push(`2022-06-01T13:26:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); report.push(`0 26 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-01T13:27:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat: added Remove access for OIR`); +report.push(`2022-06-01T13:27:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat(profile): added Remove access for OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`2 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(`32 6 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); @@ -21131,7 +21131,7 @@ report.push(`0 19 src/ts/pages/TemplateOir/helpers/getDisableSubmitReason.ts`); report.push(`2 1 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`6 4 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-06-01T13:33:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat: added Remove access for OIR`); +report.push(`2022-06-01T13:33:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat(profile): added Remove access for OIR`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-06-01T14:17:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3705 fix: return old link in Request`); @@ -21146,13 +21146,13 @@ report.push(`6 17 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(`16 4 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`4 4 src/ts/pages/Tnp/styles/hacks.scss`); report.push(``); -report.push(`2022-06-02T10:46:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3707 feat: add new filters in reconciliation and all`); +report.push(`2022-06-02T10:46:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3707 feat(traffic chart): add new filters in reconciliation and all`); report.push(`23 0 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); -report.push(`2022-06-02T11:01:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3707 feat: add new filters in reconciliation and all`); +report.push(`2022-06-02T11:01:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3707 feat(traffic chart): add new filters in reconciliation and all`); report.push(`10 9 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-06-02T11:21:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3604 feat: add hack for integration form`); +report.push(`2022-06-02T11:21:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3604 feat(profile): add hack for integration form`); report.push(`1 0 src/ts/api/eei.ts`); report.push(`4 4 src/ts/pages/ExternalEmployees/components/{Company.tsx => Project.tsx}`); report.push(`5 3 src/ts/pages/ExternalEmployees/components/{CompanyInfo.tsx => ProjectInfo.tsx}`); @@ -21207,14 +21207,14 @@ report.push(`8 13 src/ts/helpers/http/Client.ts`); report.push(`1 1 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(``); report.push(`2022-06-02T13:56:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1208: SUBO-3370 Add attributes with JsonSchema in Roles`); -report.push(`2022-06-02T15:34:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3604 feat: integration form add agreements`); +report.push(`2022-06-02T15:34:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3604 feat(profile): integration form add agreements`); report.push(`1 2 src/ts/api/eei.ts`); report.push(`0 2 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(``); report.push(`2022-06-03T09:46:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1212: SUBO-3707 Add new filters in reconciliations and all`); report.push(`2022-06-03T09:46:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-06-03T10:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat: merge with develop`); -report.push(`2022-06-03T11:31:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3374 feat: add converter for abac attribute`); +report.push(`2022-06-03T10:58:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2445 feat(profile): merge with develop`); +report.push(`2022-06-03T11:31:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3374 feat(profile): add converter for abac attribute`); report.push(`20 0 src/ts/interfaces/request/Role.ts`); report.push(`34 0 src/ts/pages/Template/helpers/converter.ts`); report.push(``); @@ -21229,7 +21229,7 @@ report.push(`1 1 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/modals/Employee.tsx`); report.push(`13 2 src/ts/pages/ExternalEmployees/store/AddProject.ts`); report.push(``); -report.push(`2022-06-03T13:47:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1186: SUBO-2445 feat: add disabled for Tree`); +report.push(`2022-06-03T13:47:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1186: SUBO-2445 feat(profile): add disabled for Tree`); report.push(`2022-06-06T10:26:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1215: SUBO-3603 feat: add integration for form project`); report.push(`2022-06-06T11:30:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); @@ -21245,7 +21245,7 @@ report.push(`1 1 src/ts/api/request.ts`); report.push(`15 4 src/ts/interfaces/request/RequestNew.ts`); report.push(`12 6 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-06-06T12:12:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-3605 feat: added form for employees`); +report.push(`2022-06-06T12:12:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-3605 feat(profile): added form for employees`); report.push(`2 1 src/ts/api/eei.ts`); report.push(`50 0 src/ts/pages/ExternalEmployees/components/EmployeesFullCard/Cards/AgreementsCard.tsx`); report.push(`58 0 src/ts/pages/ExternalEmployees/components/EmployeesFullCard/Cards/EmployeesCard.tsx`); @@ -21270,7 +21270,7 @@ report.push(`2022-06-07T10:40:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 fea report.push(`9 1 src/ts/pages/Template/helpers/converter.ts`); report.push(`0 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-06-07T10:41:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1217: SUBO-3605 feat: added form for employees`); +report.push(`2022-06-07T10:41:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1217: SUBO-3605 feat(profile): added form for employees`); report.push(`2022-06-07T11:18:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1216: SUBO-3371 Add converter for abac attribute`); report.push(`2022-06-07T12:11:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3602 feat: change card for main page external employees`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Companies/Companies.tsx`); @@ -21279,7 +21279,7 @@ report.push(`21 8 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(`2 2 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`22 17 src/ts/snippets/FullCard/index.tsx`); report.push(``); -report.push(`2022-06-07T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat: added logic from AIS`); +report.push(`2022-06-07T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat(profile): added logic from AIS`); report.push(`18 17 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`68 10 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`60 23 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); @@ -21302,7 +21302,7 @@ report.push(``); report.push(`2022-06-07T12:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add abac attributes`); report.push(`11 7 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-06-07T13:14:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat: fetched commits`); +report.push(`2022-06-07T13:14:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 feat(profile): fetched commits`); report.push(`2022-06-07T15:45:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1219: SUBO-3602 feat: change card for main page external employees`); report.push(`2022-06-07T15:45:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1220: SUBO-3371 feat: add abac attributes`); report.push(`2022-06-07T17:11:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: removed console log`); @@ -21331,12 +21331,12 @@ report.push(``); report.push(`2022-06-08T14:53:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected requestActionType`); report.push(`4 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-06-08T17:43:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1209: SUBO-3455 feat: added Remove access for OIR`); +report.push(`2022-06-08T17:43:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1209: SUBO-3455 feat(profile): added Remove access for OIR`); report.push(`2022-06-08T17:55:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: fetched master`); report.push(`2022-06-08T18:03:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected store`); report.push(`10 31 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2022-06-09T14:02:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-3711 fix: fix role in list profile`); +report.push(`2022-06-09T14:02:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-3711 fix(AIS): fix role in list profile`); report.push(`26 33 src/ts/pages/Profile/components/FullCard.tsx`); report.push(``); report.push(`2022-06-09T17:06:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1221: Feature/SUBO-3455 refactor OIR`); @@ -21354,19 +21354,19 @@ report.push(``); report.push(`2022-06-10T10:28:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3798 feat: change save logic in ABAC attributes`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-06-10T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix: add sort roles in Request`); +report.push(`2022-06-10T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix(AIS): add sort roles in Request`); report.push(`12 0 src/ts/helpers/converter.ts`); report.push(`3 8 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`2 8 src/ts/pages/Builder/helpers/formatter.ts`); report.push(`11 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-06-10T10:57:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix: add sort roles in Request`); +report.push(`2022-06-10T10:57:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix(AIS): add sort roles in Request`); report.push(`2 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`3 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-10T11:40:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1222: SUBO-3711 fix: fix role in list profile`); +report.push(`2022-06-10T11:40:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1222: SUBO-3711 fix(AIS): fix role in list profile`); report.push(`2022-06-10T11:40:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1224: SUBO-3798 Change save logic in ABAC attributes`); -report.push(`2022-06-10T12:44:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3797 feat: added default orgUnits to OIR roles`); +report.push(`2022-06-10T12:44:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3797 feat(traffic chart): added default orgUnits to OIR roles`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`24 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`3 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); @@ -21386,7 +21386,7 @@ report.push(`8 6 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`1 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`5 4 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2022-06-14T10:52:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3792 fix: corrected Roles type prop`); +report.push(`2022-06-14T10:52:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3792 fix(OIR): corrected Roles type prop`); report.push(`2 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2022-06-14T10:54:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3549 feat: Notification of the success of operations with TNP. Fixed TNP styles.`); @@ -21439,10 +21439,10 @@ report.push(`1 1 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.t report.push(`15 0 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`3 2 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-06-14T22:43:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3834 feat: card header length trimmed`); +report.push(`2022-06-14T22:43:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3834 feat(profile): card header length trimmed`); report.push(`1 0 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-06-15T11:06:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1231: SUBO-3834 feat: card header length trimmed`); +report.push(`2022-06-15T11:06:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1231: SUBO-3834 feat(profile): card header length trimmed`); report.push(`2022-06-15T12:34:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change logic in reconciliations`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`83 0 src/ts/pages/Reconciliations2/components/RequestList.tsx`); @@ -21459,7 +21459,7 @@ report.push(`29 10 src/ts/snippets/FullCard/components/Info.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(`2 3 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-06-15T13:39:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3847 feat: added constraint fot external companies in the Tree`); +report.push(`2022-06-15T13:39:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3847 feat(traffic chart): added constraint fot external companies in the Tree`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 0 src/ts/components/Select/index.tsx`); report.push(`4 0 src/ts/components/Tree/components/TreeBuilder.tsx`); @@ -21484,7 +21484,7 @@ report.push(``); report.push(`2022-06-15T13:44:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change code in reconciliations`); report.push(`93 0 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(``); -report.push(`2022-06-15T13:49:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1232: SUBO-3847 feat: added constraint fot external companies in the Tree`); +report.push(`2022-06-15T13:49:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1232: SUBO-3847 feat(traffic chart): added constraint fot external companies in the Tree`); report.push(`2022-06-15T13:49:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1229: SUBO-3740 Refactoring treatments (part 1)`); report.push(`2022-06-15T13:53:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change code in reconciliations`); report.push(`0 12 src/ts/pages/Authorization/components/Success.tsx`); @@ -21522,20 +21522,20 @@ report.push(``); report.push(`2022-06-16T10:51:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3880 feat: restore values for ABAC attributes`); report.push(`2 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-16T11:16:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-3737 feat: change store for save saveRequest`); +report.push(`2022-06-16T11:16:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-3737 feat(traffic chart): change store for save saveRequest`); report.push(`2 23 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(`8 4 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(``); -report.push(`2022-06-16T12:11:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3792 fix: try catch wrong RegExp`); +report.push(`2022-06-16T12:11:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3792 fix(OIR): try catch wrong RegExp`); report.push(`7 2 src/ts/helpers/validation/index.ts`); report.push(``); report.push(`2022-06-16T12:42:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1236: SUBO-3880 feat: restore values for ABAC attributes`); -report.push(`2022-06-16T12:42:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1238: SUBO-3792 fix: try catch wrong RegExp`); -report.push(`2022-06-16T12:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1237: SUBO-3737 feat: change store for save saveRequest`); +report.push(`2022-06-16T12:42:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1238: SUBO-3792 fix(OIR): try catch wrong RegExp`); +report.push(`2022-06-16T12:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1237: SUBO-3737 feat(traffic chart): change store for save saveRequest`); report.push(`2022-06-16T13:49:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-3763 feat: fix padding`); report.push(`1 1 src/ts/snippets/FullCard/styles/info.scss`); report.push(``); -report.push(`2022-06-16T14:16:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3835 feat: Applying the TNP version at the push of a button`); +report.push(`2022-06-16T14:16:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3835 feat(profile): Applying the TNP version at the push of a button`); report.push(`3 0 src/ts/api/tsrVersion.ts`); report.push(`11 0 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(``); @@ -21547,7 +21547,7 @@ report.push(``); report.push(`2022-06-16T14:34:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3880 feat: restore role abac attributes in Draft`); report.push(`5 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-16T16:03:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix: add sort for roles`); +report.push(`2022-06-16T16:03:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3861 fix(AIS): add sort for roles`); report.push(`12 0 src/ts/helpers/converter.ts`); report.push(`3 8 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`2 8 src/ts/pages/Builder/helpers/formatter.ts`); @@ -21558,36 +21558,36 @@ report.push(``); report.push(`2022-06-16T16:10:00+03:00>Ruan Alabar>alabar@mail.com>.npmrc edited online with Bitbucket`); report.push(`2 2 .npmrc`); report.push(``); -report.push(`2022-06-16T17:03:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3835 feat: Added error output if user tries to invoke a version several times in a row`); +report.push(`2022-06-16T17:03:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3835 feat(profile): Added error output if user tries to invoke a version several times in a row`); report.push(`2 2 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`2 2 src/ts/pages/Tnp/styles/shor-card.scss`); report.push(``); report.push(`2022-06-16T17:30:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1240: SUBO-3880 feat: restore role abac attributes in Draft`); -report.push(`2022-06-16T17:31:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1241: SUBO-3861 fix: add sort for roles`); +report.push(`2022-06-16T17:31:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1241: SUBO-3861 fix(AIS): add sort for roles`); report.push(`2022-06-17T10:01:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1242: .npmrc edited online with Bitbucket`); report.push(`2022-06-17T10:01:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1239: Feature/SUBO-3835 applying tnp push of button`); report.push(`2022-06-17T10:35:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3704 fix: add saved favorites`); report.push(`13 5 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(``); -report.push(`2022-06-17T10:53:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3722 fix: add disable button for domains in Template`); +report.push(`2022-06-17T10:53:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3722 fix(OIR): add disable button for domains in Template`); report.push(`3 39 src/ts/pages/Template/components/Template.tsx`); report.push(`45 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); report.push(`2022-06-17T12:09:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2445 fix: added disabling constaint for OIR orgUnit`); report.push(`5 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-06-17T12:38:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3731 fix: add error message and disable for save Draft`); +report.push(`2022-06-17T12:38:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3731 fix(AIS): add error message and disable for save Draft`); report.push(`5 5 src/ts/helpers/http/Client.ts`); report.push(`51 0 src/ts/pages/PageWrapper/components/ErrorMessage.tsx`); report.push(`16 11 src/ts/pages/PageWrapper/index.tsx`); report.push(`2 0 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(``); report.push(`2022-06-17T13:12:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1246: SUBO-2445 fix: added disabling constaint for OIR orgUnit`); -report.push(`2022-06-17T13:17:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3901 fix: change headers and filters in requests`); +report.push(`2022-06-17T13:17:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3901 fix(AIS): change headers and filters in requests`); report.push(`7 7 src/ts/pages/Treatments/helpers/routes.ts`); report.push(``); report.push(`2022-06-17T14:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1244: SUBO-3704 fix: add saved favorites`); -report.push(`2022-06-17T14:48:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3764 feat: refactoring tnp add store for consumers and credentials`); +report.push(`2022-06-17T14:48:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3764 feat(profile): refactoring tnp add store for consumers and credentials`); report.push(`2 2 src/ts/api/tsr.ts`); report.push(`9 19 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`8 18 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); @@ -21595,10 +21595,10 @@ report.push(`4 3 src/ts/pages/Tnp/store/{Profile.tsx => Profile.ts}`); report.push(`15 0 src/ts/pages/Tnp/store/saveAccessRight.ts`); report.push(`15 0 src/ts/pages/Tnp/store/saveConsumer.ts`); report.push(``); -report.push(`2022-06-17T15:33:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1248: SUBO-3901 fix: change headers and filters in requests`); -report.push(`2022-06-17T15:36:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1247: SUBO-3731 fix: add error message and disable for save Draft`); -report.push(`2022-06-17T15:36:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1245: SUBO-3722 fix: add disable button for domains in Template`); -report.push(`2022-06-17T16:11:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3764 feat: add disabled for btn`); +report.push(`2022-06-17T15:33:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1248: SUBO-3901 fix(AIS): change headers and filters in requests`); +report.push(`2022-06-17T15:36:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1247: SUBO-3731 fix(AIS): add error message and disable for save Draft`); +report.push(`2022-06-17T15:36:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1245: SUBO-3722 fix(OIR): add disable button for domains in Template`); +report.push(`2022-06-17T16:11:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3764 feat(profile): add disabled for btn`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`2 0 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(``); @@ -21620,7 +21620,7 @@ report.push(``); report.push(`2022-06-20T10:17:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 feat: added Edit form for OIR Create request`); report.push(`8 6 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-20T10:37:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3904 feat: When click the Save button all data on the form disappears`); +report.push(`2022-06-20T10:37:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3904 feat(profile): When click the Save button all data on the form disappears`); report.push(`1 1 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(`4 2 src/ts/store/Form.ts`); report.push(``); @@ -21630,14 +21630,14 @@ report.push(``); report.push(`2022-06-20T10:52:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3884 fix: add sort for roles when User changed in Template`); report.push(`5 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-06-20T10:57:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix: corrected merge conflict`); +report.push(`2022-06-20T10:57:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix(AIS): corrected merge conflict`); report.push(`2022-06-20T11:13:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1251: Feature/SUBO-3851 add Edit form for OIR`); -report.push(`2022-06-20T11:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1253: SUBO-3904 feat: When click the Save button all data on the form disappears`); +report.push(`2022-06-20T11:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1253: SUBO-3904 feat(profile): When click the Save button all data on the form disappears`); report.push(`2022-06-20T11:28:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3764 fix: merge with develop`); report.push(`2022-06-20T11:30:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3764 fix: remove clear form`); report.push(`1 1 src/ts/pages/Tnp/store/Profile.ts`); report.push(``); -report.push(`2022-06-20T11:57:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1249: SUBO-3764 feat: refactoring tnp add store for consumers and credentials`); +report.push(`2022-06-20T11:57:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1249: SUBO-3764 feat(profile): refactoring tnp add store for consumers and credentials`); report.push(`2022-06-20T11:57:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-20T14:20:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1254: SUBO-3884 fix: add sort for roles when User changed in Template`); report.push(`2022-06-20T14:20:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); @@ -21654,7 +21654,7 @@ report.push(`2022-06-20T17:12:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3799 feat report.push(`13 0 src/ts/pages/Template/index.tsx`); report.push(`28 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-06-20T17:30:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix: added button to save Edit OIR form`); +report.push(`2022-06-20T17:30:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix(AIS): added button to save Edit OIR form`); report.push(`11 2 src/ts/api/request.ts`); report.push(`14 1 src/ts/pages/Request/components/EditCreateRequest.tsx`); report.push(`5 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); @@ -21679,7 +21679,7 @@ report.push(`1 1 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); report.push(`2022-06-21T09:55:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1255: SUBO-3918 fix: added new constaint for Tree component`); report.push(`2022-06-21T09:55:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-21T10:16:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3882 fix: add update page number for search filters`); +report.push(`2022-06-21T10:16:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3882 fix(OIR): add update page number for search filters`); report.push(`3 1 src/ts/pages/AllRequests/index.tsx`); report.push(`2 0 src/ts/pages/Builder/pages/Main.tsx`); report.push(`2 0 src/ts/pages/Reconciliations/index.tsx`); @@ -21687,9 +21687,9 @@ report.push(`2 0 src/ts/pages/Treatments/index.tsx`); report.push(``); report.push(`2022-06-21T10:22:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1258: SUBO-3895 fix: renamed OIR field and remove div title for checkbox`); report.push(`2022-06-21T10:22:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-21T10:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1259: SUBO-3882 fix: add update page number for search filters`); +report.push(`2022-06-21T10:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1259: SUBO-3882 fix(OIR): add update page number for search filters`); report.push(`2022-06-21T10:56:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-21T11:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3931 fix: corrected getDisableForTreeItems function`); +report.push(`2022-06-21T11:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3931 fix(AIS): corrected getDisableForTreeItems function`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); report.push(`2022-06-21T11:37:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3923 fix: add user domain in Draft`); @@ -21700,15 +21700,15 @@ report.push(`2022-06-21T11:50:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3923 fix report.push(`5 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2022-06-21T12:42:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix: corrected checkExistence`); +report.push(`2022-06-21T12:42:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix(AIS): corrected checkExistence`); report.push(`4 2 src/ts/api/request.ts`); report.push(``); -report.push(`2022-06-21T12:57:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1260: SUBO-3931 fix: corrected getDisableForTreeItems function`); +report.push(`2022-06-21T12:57:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1260: SUBO-3931 fix(AIS): corrected getDisableForTreeItems function`); report.push(`2022-06-21T12:57:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-21T13:52:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-3858 feat: add catch for error 503`); report.push(`9 0 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-06-21T14:28:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3934 feat: Added new actions with build. clearFrom false`); +report.push(`2022-06-21T14:28:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3934 feat(profile): Added new actions with build. clearFrom false`); report.push(`2 2 src/ts/api/tsrVersion.ts`); report.push(`3 3 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`13 12 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); @@ -21718,7 +21718,7 @@ report.push(`2022-06-21T14:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-06-21T14:46:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-21T14:47:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1262: SUBO-3858 feat: add catch for error 503`); report.push(`2022-06-21T14:47:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-21T15:57:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1263: SUBO-3934 feat: Added new actions with build.`); +report.push(`2022-06-21T15:57:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1263: SUBO-3934 feat(profile): Added new actions with build.`); report.push(`2022-06-21T15:57:54+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-21T18:18:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 feat: added modal window for IMPROVED requests`); report.push(`1 1 src/setupProxy.js`); @@ -21728,10 +21728,10 @@ report.push(`11 4 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`3 1 src/ts/snippets/RequestForm/components/ConfirmModal.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-06-21T18:22:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix: change proxy`); +report.push(`2022-06-21T18:22:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 fix(AIS): change proxy`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-06-22T10:35:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1257: SUBO-3851 fix: added button to save Edit OIR form`); +report.push(`2022-06-22T10:35:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1257: SUBO-3851 fix(AIS): added button to save Edit OIR form`); report.push(`2022-06-22T10:35:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-22T13:55:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1256: SUBO-3799 feat: added notification for status of templete`); report.push(`2022-06-22T13:55:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); @@ -21776,7 +21776,7 @@ report.push(`2022-06-23T13:30:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 fea report.push(`2 1 src/ts/interfaces/TnpVersion.ts`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-06-23T14:02:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat: add uuid for RulesList`); +report.push(`2022-06-23T14:02:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat(profile): add uuid for RulesList`); report.push(`10 10 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/pages/Builder/components/shared/MasterCheckbox.tsx`); report.push(`9 7 src/ts/pages/Builder/components/shared/RulesList.tsx`); @@ -21814,7 +21814,7 @@ report.push(`10 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`14 1 src/ts/pages/Builder/styles/template.scss`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-06-23T17:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1857 feat: refactor table step 1`); +report.push(`2022-06-23T17:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1857 feat(traffic chart): refactor table step 1`); report.push(`5 3 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`17 41 src/ts/components/Table/components/BackgroundTableGrid.tsx`); report.push(`5 2 src/ts/components/Table/components/MasterCheckbox.tsx`); @@ -21855,7 +21855,7 @@ report.push(`2022-06-24T10:31:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-06-24T10:32:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1273: SUBO-3913 feat: add btn in header template`); report.push(`2022-06-24T10:34:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1269: SUBO-3958 Add TNP in reconciliations (part 1)`); report.push(`2022-06-24T10:34:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-24T10:34:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1270: SUBO-3954 feat: add uuid for RulesList`); +report.push(`2022-06-24T10:34:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1270: SUBO-3954 feat(profile): add uuid for RulesList`); report.push(`2022-06-24T12:22:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`37 23 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`6 7 src/ts/pages/Reconciliations/components/tnp/table.tsx`); @@ -21899,7 +21899,7 @@ report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2022-06-24T15:00:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1274: SUBO-3960 Add TNP in reconciliations and change RoadMap (part 2)`); report.push(`2022-06-24T15:00:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-24T16:27:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat: add page versions template`); +report.push(`2022-06-24T16:27:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat(profile): add page versions template`); report.push(`1 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`32 0 src/ts/pages/Builder/helpers/routes.ts`); report.push(`14 1 src/ts/pages/Builder/index.tsx`); @@ -21968,10 +21968,10 @@ report.push(`2022-06-25T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-06-25T12:31:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-25T12:32:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1279: SUBO-3960 feat: change requests in RoadMap in TNP`); report.push(`2022-06-25T12:32:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T12:55:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3941 fix: corrected field for RM role`); +report.push(`2022-06-25T12:55:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3941 fix(AIS): corrected field for RM role`); report.push(`3 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-06-25T12:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3941 fix: corrected field for RM role`); +report.push(`2022-06-25T12:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3941 fix(AIS): corrected field for RM role`); report.push(`0 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2022-06-25T13:04:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1280: Bugfix/SUBO-3941 correct RM roles`); @@ -21991,12 +21991,12 @@ report.push(`0 45 src/ts/pages/Tnp/components/Archive/Info.tsx`); report.push(`0 59 src/ts/pages/Tnp/components/Archive/List.tsx`); report.push(`0 117 src/ts/pages/Tnp/components/Archive/TableList.tsx`); report.push(``); -report.push(`2022-06-25T13:46:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3392 fix: added callbeck for validation of dictionaryCode`); +report.push(`2022-06-25T13:46:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3392 fix(OIR): added callbeck for validation of dictionaryCode`); report.push(`4 1 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); report.push(`14 1 src/ts/pages/Builder/components/modals/DictionaryElementForm.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(``); -report.push(`2022-06-25T13:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1281: SUBO-3392 fix: added callbeck for validation of dictionaryCode`); +report.push(`2022-06-25T13:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1281: SUBO-3392 fix(OIR): added callbeck for validation of dictionaryCode`); report.push(`2022-06-25T13:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-25T13:52:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1282: SUBO-3960 Fix data in TNP archive`); report.push(`2022-06-25T13:52:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); @@ -22064,17 +22064,17 @@ report.push(`2022-06-26T12:14:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automat report.push(`2022-06-26T12:14:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1290: SUBO-4020 fix: empty excel fix`); report.push(`2022-06-26T12:16:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-26T12:16:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1289: SUBO-3939 fix: corrected Save Draft button`); -report.push(`2022-06-26T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3747 fix: fix style for title TNP in conflict card`); +report.push(`2022-06-26T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3747 fix(faq): fix style for title TNP in conflict card`); report.push(`1 1 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-06-26T12:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1291: SUBO-3747 fix: fix style for title TNP in conflict card`); +report.push(`2022-06-26T12:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1291: SUBO-3747 fix(faq): fix style for title TNP in conflict card`); report.push(`2022-06-26T12:31:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-26T12:50:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3474 fix: hide control panel`); report.push(`15 14 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(``); report.push(`2022-06-26T13:04:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1292: SUBO-3474 fix: hide control panel`); report.push(`2022-06-26T13:04:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-27T10:44:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 feat: add TNP status`); +report.push(`2022-06-27T10:44:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 feat(profile): add TNP status`); report.push(`0 21 src/ts/helpers/constants.test.ts`); report.push(`0 66 src/ts/helpers/constants.ts`); report.push(`4 19 src/ts/pages/Authorization/store/Terminology.ts`); @@ -22103,14 +22103,14 @@ report.push(`29 0 src/ts/snippets/RequestStatus/helpers/constants/tnp.ts`); report.push(`22 18 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`5 4 src/ts/snippets/RequestStatus/helpers/index.ts`); report.push(``); -report.push(`2022-06-27T10:54:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 feat: add TNP status`); +report.push(`2022-06-27T10:54:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 feat(profile): add TNP status`); report.push(`3 1 src/ts/pages/Authorization/store/Terminology.ts`); report.push(``); report.push(`2022-06-27T11:08:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 fix: add TNP status`); report.push(`28 14 src/ts/pages/Authorization/store/Terminology.ts`); report.push(``); report.push(`2022-06-27T11:22:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1293: SUBO-4035 Add TNP status`); -report.push(`2022-06-27T11:52:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat: add page versions`); +report.push(`2022-06-27T11:52:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat(profile): add page versions`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); report.push(`32 0 src/ts/pages/Builder/helpers/routes.ts`); report.push(`14 1 src/ts/pages/Builder/index.tsx`); @@ -22125,8 +22125,8 @@ report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`5 1 src/ts/snippets/Buttons/index.tsx`); report.push(`0 0 src/ts/{pages/Tnp/components => snippets/LinkHeader}/Header.tsx`); report.push(``); -report.push(`2022-06-27T12:01:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat: change name route version`); -report.push(`2022-06-27T13:02:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: refactored Table step 1`); +report.push(`2022-06-27T12:01:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-3914 feat(profile): change name route version`); +report.push(`2022-06-27T13:02:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): refactored Table step 1`); report.push(`119 0 src/ts/components/Table2/components/AdditionalRow.tsx`); report.push(`33 0 src/ts/components/Table2/components/BackgroundTableGrid.tsx`); report.push(`105 0 src/ts/components/Table2/components/Column.tsx`); @@ -22187,7 +22187,7 @@ report.push(`2022-06-28T10:35:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4031 fea report.push(`1 2 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`6 21 src/ts/pages/Notifications/components/item/Tnp.tsx`); report.push(``); -report.push(`2022-06-28T11:27:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T11:27:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`1 1 .npmrc`); report.push(`0 33 src/ts/components/Table/components/BackgroundTableGrid.tsx`); report.push(`0 24 src/ts/components/Table/components/ContextMenu.tsx`); @@ -22216,7 +22216,7 @@ report.push(`133 233 src/ts/components/Table/styles/index.scss`); report.push(`0 2 src/ts/components/Table/styles/info.scss`); report.push(`0 2 src/ts/components/Table/styles/settings.scss`); report.push(``); -report.push(`2022-06-28T11:37:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat: add roudmap in template`); +report.push(`2022-06-28T11:37:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat(profile): add roudmap in template`); report.push(`23 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`9 1 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`25 21 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -22225,17 +22225,17 @@ report.push(`7 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`4 1 src/ts/pages/Builder/view/List.tsx`); report.push(``); -report.push(`2022-06-28T11:57:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T11:57:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`1 1 src/setupProxy.js`); report.push(`2 4 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(``); -report.push(`2022-06-28T12:07:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T12:07:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(``); -report.push(`2022-06-28T12:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T12:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-06-28T12:23:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat: add text route in template`); +report.push(`2022-06-28T12:23:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat(profile): add text route in template`); report.push(`16 19 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`8 0 src/ts/pages/Builder/styles/sidebar.scss`); report.push(``); @@ -22257,13 +22257,13 @@ report.push(`15 15 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(`4 4 src/ts/snippets/RequestStatus/helpers/constants/template.ts`); report.push(`7 7 src/ts/snippets/RequestStatus/helpers/constants/tnp.ts`); report.push(``); -report.push(`2022-06-28T12:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T12:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`2022-06-28T12:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1299: SUBO-4031 Add TNP in notification`); report.push(`2022-06-28T12:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-28T13:05:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat: refactor Table step 1`); +report.push(`2022-06-28T13:05:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1875 feat(profile): refactor Table step 1`); report.push(`0 115 src/ts/pages/Tnp/components/Archive/TableList.tsx`); report.push(``); -report.push(`2022-06-28T13:58:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat: add link in template`); +report.push(`2022-06-28T13:58:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat(profile): add link in template`); report.push(`11 2 src/ts/pages/Builder/components/SideBar.tsx`); report.push(``); report.push(`2022-06-28T13:58:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4042 feat: change input data in RequestStatus`); @@ -22279,7 +22279,7 @@ report.push(`1 1 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); report.push(`2022-06-28T14:38:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1302: SUBO-4042 Change input data for RequestStatus`); report.push(`2022-06-28T14:38:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-28T17:21:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat: fix empowerments and add subHeader for template`); +report.push(`2022-06-28T17:21:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat(profile): fix empowerments and add subHeader for template`); report.push(`10 0 src/ts/api/constructor.ts`); report.push(`4 4 src/ts/api/roles.ts`); report.push(`22 0 src/ts/pages/Builder/components/SubHeader.tsx`); @@ -22290,7 +22290,7 @@ report.push(`5 4 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`11 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Versions.tsx`); report.push(``); -report.push(`2022-06-29T01:03:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3287 fix: remove required for property Request help text`); +report.push(`2022-06-29T01:03:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3287 fix(faq): remove required for property Request help text`); report.push(`0 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2022-06-29T01:12:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4049 fix: add tnpId for pagination in Archive`); @@ -22303,29 +22303,29 @@ report.push(``); report.push(`2022-06-29T01:27:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4050 fix: add formatter for TNP Archive`); report.push(`8 4 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); -report.push(`2022-06-29T01:44:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4041 fix: add new jobType for EASUP`); +report.push(`2022-06-29T01:44:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4041 fix(AIS): add new jobType for EASUP`); report.push(`1 1 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); report.push(`2022-06-29T01:49:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4045 fix: add property query for search Catalogue item in Builder`); report.push(`4 1 src/ts/api/acrq.ts`); report.push(``); report.push(`2022-06-29T09:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1303: SUBO-3287, SUBO-4041, SUBO-4045, SUBO-4049, SUBO-4050 - Fix small bugs for release`); -report.push(`2022-06-29T09:55:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat: delete state empowermentid`); +report.push(`2022-06-29T09:55:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-3915 feat(profile): delete state empowermentid`); report.push(`0 6 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`1 4 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(``); -report.push(`2022-06-29T10:06:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1300: SUBO-3915 feat: add roudmap in template`); +report.push(`2022-06-29T10:06:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1300: SUBO-3915 feat(profile): add roudmap in template`); report.push(`2022-06-29T10:06:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1301: Bugfix/SUBO-1875 remove Table column freezing`); report.push(`2022-06-29T10:09:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4050 refactor: merge release and master`); report.push(`2022-06-29T10:24:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1305: SUBO-3287, SUBO-4041, SUBO-4045, SUBO-4049, SUBO-4050 - Fix small bugs for release`); -report.push(`2022-06-29T11:15:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4052 fix: add id for Route object`); +report.push(`2022-06-29T11:15:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4052 fix(OIR): add id for Route object`); report.push(`1 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`1 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-06-29T11:35:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4052 fix: change id for request in RequestForm`); +report.push(`2022-06-29T11:35:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4052 fix(OIR): change id for request in RequestForm`); report.push(`1 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-06-29T11:38:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1306: SUBO-4052 fix: add id for Route object`); +report.push(`2022-06-29T11:38:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1306: SUBO-4052 fix(OIR): add id for Route object`); report.push(`2022-06-29T11:38:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-29T12:04:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4053 fix: corrected Roles view in Request`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); @@ -22342,12 +22342,12 @@ report.push(`2022-06-29T13:07:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-06-29T13:07:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-29T13:08:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1307: Bugfix/SUBO-4053 correct Roles view in Request`); report.push(`2022-06-29T13:08:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-29T13:28:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix: fetched master`); -report.push(`2022-06-29T14:23:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4057 fix: generation email text in Request`); +report.push(`2022-06-29T13:28:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix(faq): fetched master`); +report.push(`2022-06-29T14:23:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4057 fix(faq): generation email text in Request`); report.push(`1 3 src/ts/snippets/RequestStatus/components/cards/UserList.tsx`); report.push(`3 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-06-29T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1309: SUBO-4057 fix: generation email text in Request`); +report.push(`2022-06-29T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1309: SUBO-4057 fix(faq): generation email text in Request`); report.push(`2022-06-29T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-29T15:26:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4056 fix: coorected Roles view in Request`); report.push(`21 1 src/ts/api/roles.ts`); @@ -22365,12 +22365,12 @@ report.push(`1 21 src/ts/api/roles.ts`); report.push(``); report.push(`2022-06-29T16:36:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1310: Bugfix/SUBO-4056 correct Roles in Request`); report.push(`2022-06-29T16:36:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-29T17:18:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4057 fix: remove check template status`); +report.push(`2022-06-29T17:18:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4057 fix(faq): remove check template status`); report.push(`2 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-06-29T17:34:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1311: SUBO-4057 fix: remove check template status`); +report.push(`2022-06-29T17:34:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1311: SUBO-4057 fix(faq): remove check template status`); report.push(`2022-06-29T17:34:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-29T18:28:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added StickyWrapper for Table`); +report.push(`2022-06-29T18:28:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added StickyWrapper for Table`); report.push(`1 1 src/setupProxy.js`); report.push(`47 29 src/ts/components/Table/components/TableBody.tsx`); report.push(`2 2 src/ts/components/Table/components/TableCell.tsx`); @@ -22392,13 +22392,13 @@ report.push(`125 0 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/helpers/routes.ts`); report.push(`6 0 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-06-30T10:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4066 feat: change view for user UPN`); +report.push(`2022-06-30T10:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4066 feat(Excel): change view for user UPN`); report.push(`10 0 src/ts/helpers/formatter.ts`); report.push(`4 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`4 1 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`2 1 src/ts/snippets/RequestForm/components/UserDetails.tsx`); report.push(``); -report.push(`2022-06-30T11:18:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-3916 feat: connect version to api fix header and cards`); +report.push(`2022-06-30T11:18:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-3916 feat(Excel): connect version to api fix header and cards`); report.push(`16 10 src/ts/api/constructor.ts`); report.push(`16 24 src/ts/pages/Builder/components/Header.tsx`); report.push(`10 8 src/ts/pages/Builder/components/SideBar.tsx`); @@ -22413,19 +22413,19 @@ report.push(`23 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`15 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`5 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-06-30T11:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added StickyWrapper for Table`); +report.push(`2022-06-30T11:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added StickyWrapper for Table`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-06-30T11:45:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added StickyWrapper for Table`); +report.push(`2022-06-30T11:45:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added StickyWrapper for Table`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(`1 1 src/ts/components/Table/styles/hacks.scss`); report.push(``); -report.push(`2022-06-30T12:42:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4067 fix: add big hint for role info`); +report.push(`2022-06-30T12:42:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4067 fix(faq): add big hint for role info`); report.push(`21 3 src/ts/components/Hint/components/Portal.tsx`); report.push(`1 1 src/ts/components/Hint/index.scss`); report.push(`3 1 src/ts/components/Hint/index.tsx`); report.push(``); -report.push(`2022-06-30T12:54:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1312: SUBO-4066 feat: change view for user UPN`); +report.push(`2022-06-30T12:54:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1312: SUBO-4066 feat(Excel): change view for user UPN`); report.push(`2022-06-30T12:54:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-30T12:55:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1314: Feature/SUBO-3957 refactor Table step 1`); report.push(`2022-06-30T13:42:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4068 fix: fix call action for requests in Reconcilatins`); @@ -22437,7 +22437,7 @@ report.push(`2022-06-30T14:08:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-06-30T14:10:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4068 feat: add save and load bug report in global`); report.push(`7 0 src/ts/helpers/http/cache.ts`); report.push(``); -report.push(`2022-06-30T16:00:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4047 feat: add short message in comments in RoadMap`); +report.push(`2022-06-30T16:00:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4047 feat(traffic chart): add short message in comments in RoadMap`); report.push(`18 2 src/ts/snippets/RequestStatus/components/cards/Comment.tsx`); report.push(``); report.push(`2022-06-30T16:04:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1317: SUBO-4068 feat: add save and load bug report in global`); @@ -22447,19 +22447,19 @@ report.push(`5 0 src/ts/components/Hint/hacks.scss`); report.push(`3 0 src/ts/components/Hint/index.scss`); report.push(`15 2 src/ts/snippets/HelpIcon/index.tsx`); report.push(``); -report.push(`2022-06-30T16:29:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-3916 feat: fix load and empowermentsStore`); +report.push(`2022-06-30T16:29:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-3916 feat(Excel): fix load and empowermentsStore`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`0 4 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`1 12 src/ts/pages/Builder/pages/Template.tsx`); report.push(`0 13 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-06-30T16:37:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1313: SUBO-3916 feat: connect version to api fix header and cards`); +report.push(`2022-06-30T16:37:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1313: SUBO-3916 feat(Excel): connect version to api fix header and cards`); report.push(`2022-06-30T16:46:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3919 feat: added links parser to Hint in OIR`); report.push(`1 1 src/ts/components/Hint/hacks.scss`); report.push(``); -report.push(`2022-06-30T16:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1315: SUBO-4067 fix: add big hint for role info`); +report.push(`2022-06-30T16:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1315: SUBO-4067 fix(faq): add big hint for role info`); report.push(`2022-06-30T16:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-30T16:57:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1318: SUBO-4047 feat: add short message in comments in RoadMap`); +report.push(`2022-06-30T16:57:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1318: SUBO-4047 feat(traffic chart): add short message in comments in RoadMap`); report.push(`2022-06-30T16:57:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-06-30T17:26:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4073 fix: change logic for select roles and calc parent ids`); report.push(`9 5 src/ts/snippets/AccessGroups/helpers/index.ts`); @@ -22469,21 +22469,21 @@ report.push(`0 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); report.push(`2022-06-30T17:32:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1320: SUBO-4073 fix: change logic for select roles and calc parent ids`); report.push(`2022-06-30T17:32:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-30T18:28:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3897 fix: corrected old selected Roles view in Request`); +report.push(`2022-06-30T18:28:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3897 fix(faq): corrected old selected Roles view in Request`); report.push(`2 1 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); report.push(`2022-06-30T18:38:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3919 feat: added links parser to Hint in OIR`); report.push(`1 1 src/ts/snippets/HelpIcon/index.tsx`); report.push(``); report.push(`2022-07-01T09:19:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1319: Feature/SUBO-3919 add link parser to Hint`); -report.push(`2022-07-01T10:38:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1321: SUBO-3897 fix: corrected old selected Roles view in Request`); +report.push(`2022-07-01T10:38:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1321: SUBO-3897 fix(faq): corrected old selected Roles view in Request`); report.push(`2022-07-01T10:38:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-01T11:59:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4072 fix: chancge common button`); +report.push(`2022-07-01T11:59:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4072 fix(OIR): chancge common button`); report.push(`7 3 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(``); -report.push(`2022-07-01T12:40:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1322: SUBO-4072 fix: chancge common button`); +report.push(`2022-07-01T12:40:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1322: SUBO-4072 fix(OIR): chancge common button`); report.push(`2022-07-01T12:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-01T14:26:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-3917 feat: close edit input in version page connect api with worked backend`); +report.push(`2022-07-01T14:26:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-3917 feat(traffic chart): close edit input in version page connect api with worked backend`); report.push(`9 9 src/ts/api/constructor.ts`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`5 16 src/ts/pages/Builder/components/Header.tsx`); @@ -22517,10 +22517,10 @@ report.push(`11 0 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(``); report.push(`2022-07-02T10:10:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1324: SUBO-4083 fix: add filter by status`); report.push(`2022-07-02T10:10:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-02T10:48:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix: remove link in notification`); +report.push(`2022-07-02T10:48:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix(faq): remove link in notification`); report.push(`2 4 src/ts/pages/Notifications/components/item/Tnp.tsx`); report.push(``); -report.push(`2022-07-02T11:00:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1325: SUBO-4077 fix: remove link in notification`); +report.push(`2022-07-02T11:00:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1325: SUBO-4077 fix(faq): remove link in notification`); report.push(`2022-07-02T11:00:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-02T11:08:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4083 fix: remove status for status filter in Reconcilations`); report.push(`10 2 src/ts/pages/Reconciliations/components/requests.tsx`); @@ -22533,7 +22533,7 @@ report.push(`0 1 src/ts/helpers/parser.ts`); report.push(``); report.push(`2022-07-02T11:25:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1326: SUBO-4083 Remove status from status filter in Reconcilations`); report.push(`2022-07-02T11:25:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-02T12:40:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix: hide confirm buttons`); +report.push(`2022-07-02T12:40:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix(faq): hide confirm buttons`); report.push(`1 0 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`1 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/index.tsx`); @@ -22543,24 +22543,24 @@ report.push(`2 0 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(`2 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`2 0 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); -report.push(`2022-07-02T12:55:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix: update all request page`); +report.push(`2022-07-02T12:55:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4077 fix(faq): update all request page`); report.push(`22 0 src/ts/pages/AllRequests/helpers/routes.ts`); report.push(`168 121 src/ts/pages/AllRequests/index.tsx`); report.push(``); report.push(`2022-07-02T13:06:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1327: SUBO-4077 Hide confirm buttons`); report.push(`2022-07-02T13:06:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-02T14:26:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4092 fix: return styles for filters`); +report.push(`2022-07-02T14:26:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4092 fix(OIR): return styles for filters`); report.push(`2 1 src/ts/pages/AllRequests/index.tsx`); report.push(``); -report.push(`2022-07-02T14:29:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1328: SUBO-4092 fix: return styles for filters`); +report.push(`2022-07-02T14:29:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1328: SUBO-4092 fix(OIR): return styles for filters`); report.push(`2022-07-02T14:29:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-02T14:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4087 fix: rename property for comment`); +report.push(`2022-07-02T14:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4087 fix(faq): rename property for comment`); report.push(`1 2 src/ts/api/request.ts`); report.push(`1 2 src/ts/api/tsrVersion.ts`); report.push(`1 1 src/ts/interfaces/Notification.ts`); report.push(`2 2 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(``); -report.push(`2022-07-02T14:55:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1329: SUBO-4087 fix: rename property for comment`); +report.push(`2022-07-02T14:55:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1329: SUBO-4087 fix(faq): rename property for comment`); report.push(`2022-07-02T14:55:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-02T17:46:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4091 feat: hide disabled abac attributes`); report.push(`5 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); @@ -22584,10 +22584,10 @@ report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-07-02T17:50:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1330: SUBO-4091 feat: hide disabled abac attributes`); report.push(`2022-07-02T17:50:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-03T01:17:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4091 fix: change import`); +report.push(`2022-07-03T01:17:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4091 fix(AIS): change import`); report.push(`6 0 src/ts/components/JsonSchema/helpers/constants.ts`); report.push(``); -report.push(`2022-07-03T01:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1331: SUBO-4091 fix: change import`); +report.push(`2022-07-03T01:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1331: SUBO-4091 fix(AIS): change import`); report.push(`2022-07-03T01:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-03T10:24:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4098 fix: change validation for ABAC code`); report.push(`10 5 src/ts/pages/Builder/components/modals/DictionaryElementForm.tsx`); @@ -22602,7 +22602,7 @@ report.push(`2022-07-03T11:01:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix report.push(`1 1 src/ts/pages/Authorization/components/Wrapper.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(``); -report.push(`2022-07-03T11:04:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4091 fix: hide checkbox for read notifications`); +report.push(`2022-07-03T11:04:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4091 fix(AIS): hide checkbox for read notifications`); report.push(`2 0 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(`2 0 src/ts/pages/Notifications/components/item/Tnp.tsx`); report.push(``); @@ -22641,7 +22641,7 @@ report.push(`2022-07-03T13:48:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix report.push(`0 1 src/ts/helpers/formatter.ts`); report.push(``); report.push(`2022-07-03T13:50:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1341: Bugfix/SUBO-4099 Change logic in domain formatter`); -report.push(`2022-07-04T10:17:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1323: SUBO-3917 feat: close edit input in version page connect api with worked backend`); +report.push(`2022-07-04T10:17:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1323: SUBO-3917 feat(traffic chart): close edit input in version page connect api with worked backend`); report.push(`2022-07-04T10:28:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3739 refactor: merge master and release`); report.push(`2022-07-04T10:51:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3910 feat: add API for version`); report.push(`38 0 src/ts/api/constructor.ts`); @@ -22691,7 +22691,7 @@ report.push(`0 10 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`4 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-07-04T18:04:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:04:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): pull out updateSelect function from the Table`); report.push(`14 45 src/ts/components/Table/components/Column.tsx`); report.push(`13 20 src/ts/components/Table/components/MasterCheckbox.tsx`); report.push(`9 3 src/ts/components/Table/components/Settings.tsx`); @@ -22727,7 +22727,7 @@ report.push(`14 16 src/ts/pages/Reports/components/Table.tsx`); report.push(`31 24 src/ts/pages/Requests/components/view/table.tsx`); report.push(`29 18 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-04T18:19:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat: connect with backend`); +report.push(`2022-07-04T18:19:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat(profile): connect with backend`); report.push(`7 4 src/ts/api/constructor.ts`); report.push(`49 34 src/ts/pages/Builder/components/Header.tsx`); report.push(`4 5 src/ts/pages/Builder/components/SideBar.tsx`); @@ -22741,7 +22741,7 @@ report.push(`1 1 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`36 19 src/ts/pages/Builder/pages/Template.tsx`); report.push(`7 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-07-04T18:33:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:33:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): pull out updateSelect function from the Table`); report.push(`2 2 src/ts/components/Table/components/Settings.tsx`); report.push(`14 7 src/ts/components/Table/interfaces/Column.ts`); report.push(`14 14 src/ts/components/Table/interfaces/Row.ts`); @@ -22751,12 +22751,12 @@ report.push(`4 2 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`4 2 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(`5 3 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2022-07-04T18:47:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:47:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): pull out updateSelect function from the Table`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(`1 1 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2022-07-04T20:07:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: remove state out of Table`); +report.push(`2022-07-04T20:07:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): remove state out of Table`); report.push(`21 17 src/ts/components/Table/index.tsx`); report.push(`24 31 src/ts/components/Table/interfaces/Table.ts`); report.push(`3 15 src/ts/pages/Builder/components/TableBuilder.tsx`); @@ -22820,7 +22820,7 @@ report.push(`3 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`0 95 src/ts/pages/Treatments/components/RequestList.tsx`); report.push(`0 5 src/ts/pages/Treatments/store/SearchFilters.ts`); report.push(``); -report.push(`2022-07-04T23:44:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: remove state out of Table`); +report.push(`2022-07-04T23:44:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): remove state out of Table`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(`1 1 src/ts/pages/Builder/components/TableBuilder.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); @@ -22829,13 +22829,13 @@ report.push(`1 1 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`1 1 src/ts/pages/Requests/components/view/table.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-04T23:49:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: remove state out of Table`); +report.push(`2022-07-04T23:49:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): remove state out of Table`); report.push(`1 1 src/ts/pages/Builder/components/TableBuilder.tsx`); report.push(`5 5 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`0 1 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-04T23:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: remove state out of Table`); +report.push(`2022-07-04T23:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): remove state out of Table`); report.push(`3 7 src/ts/components/Table/interfaces/Table.ts`); report.push(``); report.push(`2022-07-05T00:15:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: change logic for tnp list`); @@ -22858,7 +22858,7 @@ report.push(`2022-07-05T10:50:34+03:00>Kem Chan>chan@seul.kr>SUBO-3982. add new report.push(`7 0 nginx.default.conf`); report.push(``); report.push(`2022-07-05T10:59:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1348: SUBO-3982.`); -report.push(`2022-07-05T11:04:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat: fix url version`); +report.push(`2022-07-05T11:04:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-3954 feat(profile): fix url version`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -22866,7 +22866,7 @@ report.push(`1 1 src/ts/pages/Builder/index.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2022-07-05T11:12:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1346: Feature/SUBO-3957 pull out updateSelect function from Table`); -report.push(`2022-07-05T12:08:45+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1345: SUBO-3954 feat: connect with backend`); +report.push(`2022-07-05T12:08:45+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1345: SUBO-3954 feat(profile): connect with backend`); report.push(`2022-07-05T12:25:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3955 fix: add History component`); report.push(`11 0 src/ts/components/History/helpers/constants.ts`); report.push(`39 0 src/ts/components/History/helpers/formatter.ts`); @@ -22875,7 +22875,7 @@ report.push(`44 0 src/ts/components/History/index.tsx`); report.push(`47 0 src/ts/components/History/styles/index.scss`); report.push(`1 0 src/ts/components/index.scss`); report.push(``); -report.push(`2022-07-05T13:13:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added expandRowRender function`); +report.push(`2022-07-05T13:13:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added expandRowRender function`); report.push(`0 6 src/ts/components/Table/components/Column.tsx`); report.push(`2 3 src/ts/components/Table/components/Settings.tsx`); report.push(`6 8 src/ts/components/Table/components/TableBody.tsx`); @@ -22908,7 +22908,7 @@ report.push(`1 1 src/setupProxy.js`); report.push(`0 5 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(`0 3 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(``); -report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added onRowClick function for Table`); +report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added onRowClick function for Table`); report.push(`9 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`1 0 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`5 1 src/ts/components/Table/components/cells/CellDropdown.tsx`); @@ -22921,7 +22921,7 @@ report.push(`6 1 src/ts/components/Table/interfaces/Table.ts`); report.push(`2 1 src/ts/components/Table/styles/index.scss`); report.push(`9 3 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat: added onRowClick function for Table"`); +report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat(traffic chart): added onRowClick function for Table"`); report.push(`1 9 src/ts/components/Table/components/TableBody.tsx`); report.push(`0 1 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`1 5 src/ts/components/Table/components/cells/CellDropdown.tsx`); @@ -22934,7 +22934,7 @@ report.push(`1 6 src/ts/components/Table/interfaces/Table.ts`); report.push(`1 2 src/ts/components/Table/styles/index.scss`); report.push(`3 9 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-05T15:55:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix: correcred styles`); +report.push(`2022-07-05T15:55:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix(faq): correcred styles`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`7 7 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); @@ -22959,12 +22959,12 @@ report.push(`12 3 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); report.push(`2022-07-05T16:07:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1349: SUBO-3955 fix: add History component`); -report.push(`2022-07-05T16:13:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1350: SUBO-3957 feat: added expandRowRender function`); -report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat: added onRowClick function for Table"`); +report.push(`2022-07-05T16:13:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1350: SUBO-3957 feat(traffic chart): added expandRowRender function`); +report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat(traffic chart): added onRowClick function for Table"`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat: added onRowClick function for Table"`); -report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat: added onRowClick function for Table`); +report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "SUBO-3957 feat(traffic chart): added onRowClick function for Table"`); +report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 feat(traffic chart): added onRowClick function for Table`); report.push(`9 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`1 0 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`5 1 src/ts/components/Table/components/cells/CellDropdown.tsx`); @@ -22977,7 +22977,7 @@ report.push(`6 1 src/ts/components/Table/interfaces/Table.ts`); report.push(`2 1 src/ts/components/Table/styles/index.scss`); report.push(`9 3 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-05T16:42:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix: remove click handler from TNP`); +report.push(`2022-07-05T16:42:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3957 fix(faq): remove click handler from TNP`); report.push(`4 1 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`1 9 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); @@ -22997,44 +22997,44 @@ report.push(`41 40 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(`5 5 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); report.push(`2022-07-06T10:06:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1353: SUBO-4103 Merge release and master`); -report.push(`2022-07-06T12:35:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-3906 feat: add url agreement version and fix select`); +report.push(`2022-07-06T12:35:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-3906 feat(Excel): add url agreement version and fix select`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`26 4 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`9 5 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-07-06T16:46:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1354: SUBO-3906 feat: add url agreement version and fix select`); +report.push(`2022-07-06T16:46:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1354: SUBO-3906 feat(Excel): add url agreement version and fix select`); report.push(`2022-07-06T17:28:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-4159 feat: fix btn move`); report.push(`11 4 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-07-06T23:22:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-06T23:22:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`2 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`115 0 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(`25 0 src/ts/pages/Builder/styles/group-ad.scss`); report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2022-07-06T23:50:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-06T23:50:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`35 12 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(`2 2 src/ts/pages/Builder/styles/group-ad.scss`); report.push(``); -report.push(`2022-07-07T00:10:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-07T00:10:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`8 30 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`19 12 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(`9 8 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); -report.push(`2022-07-07T00:26:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-07T00:26:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`15 11 src/ts/pages/Builder/helpers/empowerments/mapper.test.ts`); report.push(`8 2 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`2 2 src/ts/pages/Builder/styles/group-ad.scss`); report.push(``); -report.push(`2022-07-07T00:38:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-07T00:38:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(`7 5 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 1 src/ts/pages/Builder/styles/group-ad.scss`); report.push(``); -report.push(`2022-07-07T01:38:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add group AD in roles`); +report.push(`2022-07-07T01:38:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add group AD in roles`); report.push(`3 0 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); report.push(`3 0 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`3 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); @@ -23046,7 +23046,7 @@ report.push(`4 0 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`3 0 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(`41 24 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2022-07-07T10:06:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add AD group in roles`); +report.push(`2022-07-07T10:06:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add AD group in roles`); report.push(`3 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`53 7 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(`1 3 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); @@ -23056,7 +23056,7 @@ report.push(`2022-07-07T10:09:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-4159 feat report.push(`1 1 src/setupProxy.js`); report.push(`6 6 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(``); -report.push(`2022-07-07T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat: add AD group in roles`); +report.push(`2022-07-07T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 feat(traffic chart): add AD group in roles`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); report.push(`2022-07-07T12:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4100 fix: When save the template field cluster reset`); @@ -23064,25 +23064,25 @@ report.push(`2 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts report.push(`3 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`3 3 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-07-07T12:40:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix: remove email from footer`); +report.push(`2022-07-07T12:40:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix(OIR): remove email from footer`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(`0 12 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`1 2 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); report.push(`2022-07-07T12:49:35+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1355: SUBO-4159 feat: fix btn move`); -report.push(`2022-07-07T12:50:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1358: SUBO-4192 fix: remove email from footer`); +report.push(`2022-07-07T12:50:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1358: SUBO-4192 fix(OIR): remove email from footer`); report.push(`2022-07-07T12:50:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-07T13:59:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix: replace text for help on main page`); +report.push(`2022-07-07T13:59:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix(OIR): replace text for help on main page`); report.push(`2 2 src/ts/pages/MainPage/index.tsx`); report.push(`15 0 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`20 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2022-07-07T14:08:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1360: SUBO-4192 fix: replace text for help on main page`); +report.push(`2022-07-07T14:08:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1360: SUBO-4192 fix(OIR): replace text for help on main page`); report.push(`2022-07-07T14:08:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-07T14:08:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1359: SUBO-4100 fix: When save the template field cluster reset`); report.push(`2022-07-07T14:08:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-07T14:55:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4102 fix: Removed from modal windows closeOnOutsideClick parameter`); +report.push(`2022-07-07T14:55:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4102 fix(OIR): Removed from modal windows closeOnOutsideClick parameter`); report.push(`0 1 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/components/modal/FeedbackForm.tsx`); report.push(``); @@ -23104,17 +23104,17 @@ report.push(``); report.push(`2022-07-07T15:42:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4198 fix: remove checking in Builder`); report.push(`0 1 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2022-07-07T15:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1361: SUBO-4102 fix: Removed from modal windows closeOnOutsideClick parameter`); +report.push(`2022-07-07T15:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1361: SUBO-4102 fix(OIR): Removed from modal windows closeOnOutsideClick parameter`); report.push(`2022-07-07T15:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-07T15:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1362: SUBO-4198 fix: every show SM code in RM in Roles`); report.push(`2022-07-07T15:57:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-07T16:00:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1363: SUBO-4194 fix: add new title for site`); report.push(`2022-07-07T16:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-07T16:04:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 fix: add ad group in roles`); -report.push(`2022-07-07T16:51:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4057 fix: Change email text in roadmap`); +report.push(`2022-07-07T16:04:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4167 fix(faq): add ad group in roles`); +report.push(`2022-07-07T16:51:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4057 fix(faq): Change email text in roadmap`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-07-07T18:04:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3767 fix: Correcting validation when filling out the Help and RIS number fields`); +report.push(`2022-07-07T18:04:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3767 fix(faq): Correcting validation when filling out the Help and RIS number fields`); report.push(`11 5 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); report.push(`2022-07-07T18:19:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1356: Feature/SUBO-4167 Add many AD groups for other domains`); @@ -23124,21 +23124,21 @@ report.push(``); report.push(`2022-07-08T00:40:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4195 fix: change view for server error`); report.push(`0 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-07-08T10:08:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1364: SUBO-3767 fix: Correcting validation when filling out the Help and RIS number fields`); -report.push(`2022-07-08T10:24:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for RM code`); +report.push(`2022-07-08T10:08:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1364: SUBO-3767 fix(faq): Correcting validation when filling out the Help and RIS number fields`); +report.push(`2022-07-08T10:24:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for RM code`); report.push(`3 0 src/ts/api/roles.ts`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`14 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(``); -report.push(`2022-07-08T10:30:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for RM code`); +report.push(`2022-07-08T10:30:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for RM code`); report.push(`1 1 src/ts/api/roles.ts`); report.push(``); report.push(`2022-07-08T10:59:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 refactor: Merge master and release 2`); report.push(`2022-07-08T11:40:39+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1369: Bugfix/SUBO-4197 Merge master and release 2`); report.push(`2022-07-08T12:32:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1366: SUBO-4195 fix: change view for server error`); report.push(`2022-07-08T12:32:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-08T12:40:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T12:40:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`4 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); @@ -23156,14 +23156,14 @@ report.push(`2 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2022-07-08T12:54:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1370: SUBO-3328 fix: In the rules, projects of external companies disappear when you change the list Added path field in the mapper`); report.push(`2022-07-08T12:54:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-08T13:07:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T13:07:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`3 1 src/ts/helpers/validation/index.ts`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-07-08T13:07:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1372: SUBO-4057 fix: Change email text in roadmap`); +report.push(`2022-07-08T13:07:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1372: SUBO-4057 fix(faq): Change email text in roadmap`); report.push(`2022-07-08T13:07:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-08T13:11:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1371: SUBO-4162 feat: correct dispaly roudmap in template and fix header in version and move from template to version`); -report.push(`2022-07-08T13:24:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T13:24:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`8 2 src/ts/api/roles.ts`); report.push(`9 9 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`3 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); @@ -23171,22 +23171,22 @@ report.push(`8 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); report.push(`2022-07-08T13:27:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1368: SUBO-4197 Add validation for role code`); report.push(`2022-07-08T13:27:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-08T13:49:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T13:49:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`0 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-07-08T13:54:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T13:54:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`1 1 src/ts/pages/Authorization/styles/index.scss`); report.push(``); -report.push(`2022-07-08T14:04:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: add validation for role code`); +report.push(`2022-07-08T14:04:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): add validation for role code`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(``); report.push(`2022-07-08T14:10:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1373: SUBO-4197 Fix login view and request for validation sm code`); report.push(`2022-07-08T14:10:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-08T14:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix: change link in footer`); +report.push(`2022-07-08T14:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4192 fix(OIR): change link in footer`); report.push(`1 1 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(``); -report.push(`2022-07-08T14:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1374: SUBO-4192 fix: change link in footer`); +report.push(`2022-07-08T14:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1374: SUBO-4192 fix(OIR): change link in footer`); report.push(`2022-07-08T14:44:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-08T16:16:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: remove button filtered from builder and add filter for version list`); report.push(`5 0 src/ts/api/constructor.ts`); @@ -23238,11 +23238,11 @@ report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); -report.push(`2022-07-11T14:12:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4211 fix: add parser for bad link from user`); +report.push(`2022-07-11T14:12:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4211 fix(AIS): add parser for bad link from user`); report.push(`2 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`3 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-11T14:15:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4211 fix: add parser for bad link from user`); +report.push(`2022-07-11T14:15:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4211 fix(AIS): add parser for bad link from user`); report.push(`2 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2022-07-11T14:29:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1379: SUBO-3328, SUBO-4211, SUBO-4214 - Add RM code validation for new role`); @@ -23253,7 +23253,7 @@ report.push(`2 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2022-07-11T16:23:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1380: SUBO-4214 fix: hide required for RM code in roles`); report.push(`2022-07-11T16:24:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-12T10:47:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat: return RM code validation`); +report.push(`2022-07-12T10:47:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4197 feat(traffic chart): return RM code validation`); report.push(`15 11 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2022-07-12T10:49:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: fix send comundaId`); @@ -23261,7 +23261,7 @@ report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(``); report.push(`2022-07-12T10:54:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1382: SUBO-4162 feat: fix send comundaId`); -report.push(`2022-07-12T11:00:50+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1381: SUBO-4197 feat: return RM code validation`); +report.push(`2022-07-12T11:00:50+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1381: SUBO-4197 feat(traffic chart): return RM code validation`); report.push(`2022-07-12T15:32:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4168 refactor: add external employees in reconcilations`); report.push(`0 18 src/ts/pages/Authorization/components/Success.tsx`); report.push(`3 1 src/ts/pages/ExternalEmployees/interfaces/Employees.ts`); @@ -23316,7 +23316,7 @@ report.push(`7 4 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); report.push(`2022-07-13T09:28:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4166 fix: conflict fix`); report.push(`2022-07-13T09:55:12+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1385: Feature/SUBO-4166 replace lists in builder`); -report.push(`2022-07-13T12:33:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-4232 fix: change id in request roadmap`); +report.push(`2022-07-13T12:33:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-4232 fix(OIR): change id in request roadmap`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); @@ -23340,7 +23340,7 @@ report.push(``); report.push(`2022-07-13T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4166 fix: return filters in Templates`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-07-13T14:30:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-4232 fix: change from id to id in execution rules`); +report.push(`2022-07-13T14:30:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-4232 fix(OIR): change from id to id in execution rules`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); report.push(`2022-07-13T14:43:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4233 fix: rename property for validation route in Builder`); @@ -23351,7 +23351,7 @@ report.push(``); report.push(`2022-07-13T14:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-13T14:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1387: SUBO-3328 fix: return in select items in Tree origin values`); report.push(`2022-07-13T14:47:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1388: SUBO-4166 fix: return filters in Templates`); -report.push(`2022-07-13T14:48:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1386: SUBO-4232 fix: change id in request roadmap`); +report.push(`2022-07-13T14:48:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1386: SUBO-4232 fix(OIR): change id in request roadmap`); report.push(`2022-07-13T15:04:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); report.push(`2022-07-13T15:04:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1389: SUBO-4233 fix: rename property for validation route in Builder`); report.push(`2022-07-13T15:12:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-4243 fix: fix header version and checkbox in table`); @@ -23374,14 +23374,14 @@ report.push(``); report.push(`2022-07-14T11:05:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4209 fix: hide filters in All requests`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-07-14T11:34:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix: update link in favorites`); +report.push(`2022-07-14T11:34:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix(faq): update link in favorites`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); -report.push(`2022-07-14T11:44:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix: update link in favorites`); +report.push(`2022-07-14T11:44:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix(faq): update link in favorites`); report.push(`27 15 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(``); -report.push(`2022-07-14T11:46:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix: update link in favorites`); +report.push(`2022-07-14T11:46:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3557 fix(faq): update link in favorites`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-07-14T12:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1392: SUBO-3863 fix: add checking user upn for button in Draft`); @@ -23485,7 +23485,7 @@ report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2022-07-15T15:37:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1402: SUBO-4255 fix: fix request in roadMap`); -report.push(`2022-07-15T16:34:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat: add refactoring typing`); +report.push(`2022-07-15T16:34:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat(profile): add refactoring typing`); report.push(`6 6 src/ts/api/constructor.ts`); report.push(`6 6 src/ts/pages/Builder/components/Header.tsx`); report.push(`8 11 src/ts/pages/Builder/components/SideBar.tsx`); @@ -23501,26 +23501,26 @@ report.push(`32 48 src/ts/pages/Builder/pages/Template.tsx`); report.push(`7 10 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`6 6 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-07-15T16:56:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat: resolve conflict`); +report.push(`2022-07-15T16:56:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat(profile): resolve conflict`); report.push(`2022-07-16T22:33:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1400: SUBO-4165 fix: moved the onClick event to a separate file`); -report.push(`2022-07-17T00:49:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4257 fix: change role validation for AIS`); +report.push(`2022-07-17T00:49:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4257 fix(faq): change role validation for AIS`); report.push(`7 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); report.push(`2022-07-17T00:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-17T00:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1404: SUBO-4257 fix: change role validation for AIS`); -report.push(`2022-07-18T10:20:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat: resolve conflict and fix nothingFound and fix url to approve version`); -report.push(`2022-07-18T13:35:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4267 fix: corrected calculation logic of hasRemovedRole flag`); +report.push(`2022-07-17T00:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1404: SUBO-4257 fix(faq): change role validation for AIS`); +report.push(`2022-07-18T10:20:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat(profile): resolve conflict and fix nothingFound and fix url to approve version`); +report.push(`2022-07-18T13:35:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4267 fix(faq): corrected calculation logic of hasRemovedRole flag`); report.push(`2 3 src/ts/pages/Template/components/Template.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-18T13:40:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4267 fix: corrected calculation logic of hasRemovedRole flag`); +report.push(`2022-07-18T13:40:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4267 fix(faq): corrected calculation logic of hasRemovedRole flag`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(``); report.push(`2022-07-18T14:01:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4268 fix: added validation of at least one group of type ROLE availability`); report.push(`3 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-18T14:58:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-4262 fix: fix table and rolemodel`); +report.push(`2022-07-18T14:58:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-4262 fix(OIR): fix table and rolemodel`); report.push(`5 2 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`5 1 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`7 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); @@ -23528,7 +23528,7 @@ report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`6 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`13 13 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-07-18T15:52:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat: remove void`); +report.push(`2022-07-18T15:52:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-4164 feat(profile): remove void`); report.push(`3 3 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(`6 6 src/ts/pages/Builder/pages/Template.tsx`); @@ -23537,8 +23537,8 @@ report.push(`2 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); report.push(`2022-07-18T15:55:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1405: Bugfix/SUBO-4267 correct ModalWindow for Request`); report.push(`2022-07-18T15:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1406: SUBO-4268 fix: added validation of at least one group of type ROLE availability`); -report.push(`2022-07-18T16:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1403: SUBO-4164 feat: add refactoring typing`); -report.push(`2022-07-18T16:26:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1407: SUBO-4262 fix: fix table and rolemodel`); +report.push(`2022-07-18T16:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1403: SUBO-4164 feat(profile): add refactoring typing`); +report.push(`2022-07-18T16:26:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1407: SUBO-4262 fix(OIR): fix table and rolemodel`); report.push(`2022-07-19T10:33:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4268 fix: corrected disable button logic and added id to Textarea`); report.push(`1 0 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/modal/FeedbackForm.tsx`); @@ -23551,14 +23551,14 @@ report.push(`1 0 src/ts/snippets/Modal/components/ConfirmAction.tsx`); report.push(`1 0 src/ts/snippets/Modal/components/FeedbackForm.tsx`); report.push(`1 0 src/ts/snippets/RequestForm/components/Solution.tsx`); report.push(``); -report.push(`2022-07-19T12:03:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3767 fix: the length of text fields is increased`); +report.push(`2022-07-19T12:03:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3767 fix(faq): the length of text fields is increased`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(``); report.push(`2022-07-19T12:08:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1411: SUBO-4268 fix: corrected disable button logic and added id to Textarea`); report.push(`2022-07-19T14:21:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: fix url in handleActionBurron`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(``); -report.push(`2022-07-19T15:51:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1412: SUBO-3767 fix: the length of text fields is increased`); +report.push(`2022-07-19T15:51:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1412: SUBO-3767 fix(faq): the length of text fields is increased`); report.push(`2022-07-19T15:53:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4283 fix: add nullish coalescing operator for tempId`); report.push(`2 2 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); @@ -23579,7 +23579,7 @@ report.push(`6 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`2 2 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`3 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-07-20T17:33:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-4287 fix: change url cards version`); +report.push(`2022-07-20T17:33:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-4287 fix(faq): change url cards version`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); report.push(`2022-07-20T17:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: added ABAC role attribute to Builder`); @@ -23608,7 +23608,7 @@ report.push(`3 3 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`53 18 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`37 22 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-07-21T09:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1418: SUBO-4287 fix: change url cards version`); +report.push(`2022-07-21T09:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1418: SUBO-4287 fix(faq): change url cards version`); report.push(`2022-07-21T09:25:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1417: SUBO-4314 fix: fix reload roadmap`); report.push(`2022-07-21T11:48:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4215 fix: replace text on Request page`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); @@ -23722,7 +23722,7 @@ report.push(`5 4 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2022-07-22T12:52:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1427: SUBO-3729 Add isBlocked for Row in Table component`); report.push(`2022-07-22T12:52:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T13:20:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-4357 feat: fix edit in table in version page`); +report.push(`2022-07-22T13:20:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-4357 feat(traffic chart): fix edit in table in version page`); report.push(`14 7 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`10 3 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); @@ -23730,24 +23730,24 @@ report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/tnp.ts`); report.push(``); report.push(`2022-07-22T13:37:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1428: SUBO-4288 fix: fix send request template`); report.push(`2022-07-22T13:37:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T14:59:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix: remove dictionary service`); +report.push(`2022-07-22T14:59:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix(OIR): remove dictionary service`); report.push(`0 7 nginx.default.conf`); report.push(``); -report.push(`2022-07-22T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1430: SUBO-4202 fix: remove dictionary service`); +report.push(`2022-07-22T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1430: SUBO-4202 fix(OIR): remove dictionary service`); report.push(`2022-07-22T15:28:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T15:30:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-4357 feat: add right roadmap for version`); +report.push(`2022-07-22T15:30:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-4357 feat(traffic chart): add right roadmap for version`); report.push(`2 0 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`4 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`29 5 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/template.ts`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-07-22T15:41:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4357 fix: remove hack for backend`); +report.push(`2022-07-22T15:41:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4357 fix(faq): remove hack for backend`); report.push(`3 7 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`0 65 src/ts/snippets/RequestStatus/helpers/hackForBackend.ts`); report.push(`1 7 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2022-07-22T15:44:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1429: SUBO-4357 feat: fix edit in table in version page`); +report.push(`2022-07-22T15:44:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1429: SUBO-4357 feat(traffic chart): fix edit in table in version page`); report.push(`2022-07-22T15:44:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-22T17:50:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4299 fix: add default name for ABAC attribute`); report.push(`2 1 src/ts/pages/Template/helpers/converter.ts`); @@ -23779,7 +23779,7 @@ report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); report.push(`2022-07-23T12:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1432: SUBO-4299 fix: corrected ABAC Role editing`); report.push(`2022-07-23T12:56:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-23T22:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4366 feat: add new role isTemplateEditor for User Info`); +report.push(`2022-07-23T22:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4366 feat(Excel): add new role isTemplateEditor for User Info`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); @@ -23811,7 +23811,7 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-07-23T22:28:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1433: SUBO-4366 feat: add new role isTemplateEditor for User Info`); +report.push(`2022-07-23T22:28:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1433: SUBO-4366 feat(Excel): add new role isTemplateEditor for User Info`); report.push(`2022-07-23T22:28:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-24T12:23:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4299 fix: changed isEditable forn field`); report.push(`1 1 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); @@ -23829,7 +23829,7 @@ report.push(`1 1 src/ts/pages/Builder/pages/Versions.tsx`); report.push(``); report.push(`2022-07-25T09:50:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1435: SUBO-4375 fix: fix archive list version`); report.push(`2022-07-25T09:50:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T09:51:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1436: SUBO-4202 fix: change user parameters in Docker for Nginx`); +report.push(`2022-07-25T09:51:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1436: SUBO-4202 fix(OIR): change user parameters in Docker for Nginx`); report.push(`2022-07-25T09:51:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-25T10:18:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-4368 fix: fix button open in table version list`); report.push(`2 2 src/ts/pages/Reconciliations/components/template/table.tsx`); @@ -23911,16 +23911,16 @@ report.push(`6 1 src/ts/components/Select/styles/value-list.scss`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`2 0 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-07-25T15:38:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix: remove role checking for isTest`); +report.push(`2022-07-25T15:38:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix(OIR): remove role checking for isTest`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2022-07-25T15:41:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1443: SUBO-4368 fix: fix open button in table template`); report.push(`2022-07-25T15:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-25T15:47:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1444: SUBO-4383 fix: corrected ABAC attribute Select style and other styles`); report.push(`2022-07-25T15:47:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T15:48:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1445: SUBO-4202 fix: remove role checking for isTest`); +report.push(`2022-07-25T15:48:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1445: SUBO-4202 fix(OIR): remove role checking for isTest`); report.push(`2022-07-25T15:48:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-26T13:44:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-4306 feat: refactoring typeScript`); +report.push(`2022-07-26T13:44:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-4306 feat(Excel): refactoring typeScript`); report.push(`1 0 src/ts/{pages/Builder/interfaces/ITemplate.ts => interfaces/Navigate.ts}`); report.push(`3 3 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(`8 10 src/ts/pages/Builder/components/Header.tsx`); @@ -23981,15 +23981,15 @@ report.push(`1 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(`3 3 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`19 10 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-07-26T16:28:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat: add url notification page version card`); +report.push(`2022-07-26T16:28:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat(profile): add url notification page version card`); report.push(`3 0 src/ts/interfaces/Notification.ts`); report.push(`16 2 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(``); -report.push(`2022-07-26T17:17:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat: add card for rejected version`); +report.push(`2022-07-26T17:17:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat(profile): add card for rejected version`); report.push(`2 0 src/ts/interfaces/Notification.ts`); report.push(`28 13 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(``); -report.push(`2022-07-26T18:00:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4306 feat: fix right formatting`); +report.push(`2022-07-26T18:00:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4306 feat(Excel): fix right formatting`); report.push(`1 1 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(`2 2 src/ts/pages/Builder/components/modals/ApproveModal.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryModal.tsx`); @@ -24057,9 +24057,9 @@ report.push(`2 2 src/ts/pages/Profile/components/FullCard.tsx`); report.push(`2 2 src/ts/pages/Tnp/store/saveAccessRight.ts`); report.push(`2 2 src/ts/pages/Tnp/store/saveConsumer.ts`); report.push(``); -report.push(`2022-07-26T18:31:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1447: SUBO-4306 feat: refactoring typeScript`); +report.push(`2022-07-26T18:31:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1447: SUBO-4306 feat(Excel): refactoring typeScript`); report.push(`2022-07-26T18:31:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-26T18:31:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1448: SUBO-4325 feat: add url notification page version card`); +report.push(`2022-07-26T18:31:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1448: SUBO-4325 feat(profile): add url notification page version card`); report.push(`2022-07-26T18:31:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-26T18:32:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4398 fix: replaced roleGroupId to roleGroupUuid`); report.push(`2 2 src/ts/interfaces/request/RequestNew.ts`); @@ -24086,10 +24086,10 @@ report.push(`2 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); report.push(`2022-07-27T09:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1449: Bugfix/SUBO-4398 replace roleGroupId to roleGroupUuid`); report.push(`2022-07-27T09:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-27T10:31:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat: fix link in card version notification page`); +report.push(`2022-07-27T10:31:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-4325 feat(profile): fix link in card version notification page`); report.push(`4 3 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(``); -report.push(`2022-07-27T10:43:02+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1451: SUBO-4325 feat: fix link in card version notification page`); +report.push(`2022-07-27T10:43:02+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1451: SUBO-4325 feat(profile): fix link in card version notification page`); report.push(`2022-07-27T10:43:40+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-27T10:52:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4406 fix: add checking for multiple`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); @@ -24098,15 +24098,15 @@ report.push(`8 2 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); report.push(`2022-07-27T11:04:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1450: SUBO-4406 fix: add checking for multiple`); report.push(`2022-07-27T11:04:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-27T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4407 fix: add pagination for Profile List`); +report.push(`2022-07-27T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4407 fix(faq): add pagination for Profile List`); report.push(`2 2 src/ts/api/tsr.ts`); report.push(`9 6 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(``); -report.push(`2022-07-27T11:49:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4407 fix: add pagination for Profile List`); +report.push(`2022-07-27T11:49:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4407 fix(faq): add pagination for Profile List`); report.push(`1 1 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(``); -report.push(`2022-07-27T14:43:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix: add delay for callAction`); +report.push(`2022-07-27T14:43:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix(AIS): add delay for callAction`); report.push(`1 1 src/setupProxy.js`); report.push(`6 1 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/request/onClick.ts`); @@ -24114,9 +24114,9 @@ report.push(`1 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/tnp/onClick.ts`); report.push(`11 14 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2022-07-27T14:43:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1452: SUBO-4407 fix: add pagination for Profile List`); +report.push(`2022-07-27T14:43:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1452: SUBO-4407 fix(faq): add pagination for Profile List`); report.push(`2022-07-27T14:43:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-27T14:44:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4307 feat: add types and interface for tnp`); +report.push(`2022-07-27T14:44:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4307 feat(traffic chart): add types and interface for tnp`); report.push(`8 4 src/ts/api/tsr.ts`); report.push(`2 2 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(`5 5 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); @@ -24168,10 +24168,10 @@ report.push(`7 2 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(`2 1 src/ts/pages/Tnp/store/saveAccessRight.ts`); report.push(`3 2 src/ts/pages/Tnp/store/saveConsumer.ts`); report.push(``); -report.push(`2022-07-27T14:55:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix: add delay for callAction`); +report.push(`2022-07-27T14:55:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix(AIS): add delay for callAction`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-07-27T15:01:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix: add delay for callAction`); +report.push(`2022-07-27T15:01:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4361 fix(AIS): add delay for callAction`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-07-27T15:29:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4399 fix: change formatter data for backend in Builderg`); @@ -24179,12 +24179,12 @@ report.push(`1 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2022-07-27T15:59:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4307 feat: fix conflict`); +report.push(`2022-07-27T15:59:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4307 feat(traffic chart): fix conflict`); report.push(`2022-07-27T16:08:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1454: SUBO-4361 Add delay for callAction`); report.push(`2022-07-27T16:08:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-27T16:28:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-27T16:28:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1455: SUBO-4399 fix: change formatter data for backend in Builderg`); -report.push(`2022-07-27T16:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1453: SUBO-4307 feat: add types and interface for tnp`); +report.push(`2022-07-27T16:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1453: SUBO-4307 feat(traffic chart): add types and interface for tnp`); report.push(`2022-07-28T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4386 fix: replace request for Draft`); report.push(`5 0 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -24226,7 +24226,7 @@ report.push(`1 1 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(`1 1 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(``); -report.push(`2022-07-29T10:35:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat: fix change the request for authority groups`); +report.push(`2022-07-29T10:35:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat(traffic chart): fix change the request for authority groups`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`2 1 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); report.push(`2 0 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); @@ -24234,11 +24234,11 @@ report.push(``); report.push(`2022-07-29T10:37:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4428 refactor: rename author name on FullCard in Builder`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(``); -report.push(`2022-07-29T11:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1462: SUBO-4427 feat: fix change the request for authority groups`); +report.push(`2022-07-29T11:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1462: SUBO-4427 feat(traffic chart): fix change the request for authority groups`); report.push(`2022-07-29T11:05:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-29T11:07:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-29T11:07:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1461: SUBO-4428 refactor: rename author name on FullCard in Builder`); -report.push(`2022-07-29T12:13:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4427 fix: add templateUuid for ITemplate`); +report.push(`2022-07-29T12:13:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4427 fix(faq): add templateUuid for ITemplate`); report.push(`1 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); report.push(`2022-07-29T12:26:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-4356 fix: loading correct value to roadmap`); @@ -24247,40 +24247,40 @@ report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2022-07-29T12:47:19+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-29T12:47:19+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1464: SUBO-4356 fix: loading correct value to roadmap`); -report.push(`2022-07-29T13:18:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat: fix templatId instead of id`); +report.push(`2022-07-29T13:18:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat(traffic chart): fix templatId instead of id`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`1 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2022-07-29T13:22:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1463: SUBO-4427 fix: add templateUuid for ITemplate`); -report.push(`2022-07-29T13:33:54+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat: fix`); +report.push(`2022-07-29T13:22:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1463: SUBO-4427 fix(faq): add templateUuid for ITemplate`); +report.push(`2022-07-29T13:33:54+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat(traffic chart): fix`); report.push(`1 1 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); report.push(`2022-07-29T13:34:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-4378 fix: fix file xlsx dowloand template`); report.push(`2 2 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-07-29T13:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1465: SUBO-4427 feat: fix templatId instead of id`); -report.push(`2022-07-29T15:25:56+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat: tnp add getAllVersionRoleGroups`); +report.push(`2022-07-29T13:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1465: SUBO-4427 feat(traffic chart): fix templatId instead of id`); +report.push(`2022-07-29T15:25:56+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat(traffic chart): tnp add getAllVersionRoleGroups`); report.push(`10 1 src/ts/api/roles.ts`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(``); -report.push(`2022-07-29T15:38:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix: merge release and master`); +report.push(`2022-07-29T15:38:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4202 fix(OIR): merge release and master`); report.push(`2022-07-29T16:36:31+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1467: SUBO-4378 fix: fix file xlsx dowloand template`); report.push(`2022-07-29T16:42:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1468: SUBO-4202 Merge release and master`); -report.push(`2022-07-29T16:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1469: SUBO-4427 feat: tnp add getAllVersionRoleGroups`); +report.push(`2022-07-29T16:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1469: SUBO-4427 feat(traffic chart): tnp add getAllVersionRoleGroups`); report.push(`2022-07-29T16:43:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-08-01T12:07:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4417 fix: corrected id for TEXT ABAC attribute in Request`); +report.push(`2022-08-01T12:07:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4417 fix(faq): corrected id for TEXT ABAC attribute in Request`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-08-01T13:54:46+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1471: SUBO-4417 fix: corrected id for TEXT ABAC attribute in Request`); +report.push(`2022-08-01T13:54:46+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1471: SUBO-4417 fix(faq): corrected id for TEXT ABAC attribute in Request`); report.push(`2022-08-01T13:55:00+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-08-01T15:11:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat: change id for backend`); +report.push(`2022-08-01T15:11:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4427 feat(traffic chart): change id for backend`); report.push(`2 1 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); report.push(`1 2 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-08-01T15:20:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1472: SUBO-4427 feat: change id for backend`); +report.push(`2022-08-01T15:20:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1472: SUBO-4427 feat(traffic chart): change id for backend`); report.push(`2022-08-01T15:20:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-08-01T17:58:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4400 fix: convert ABAC attribute to JSONSchema in Request`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -24346,7 +24346,7 @@ report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`5 3 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-03T13:27:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4446 feat: fix control panel and request page styles`); +report.push(`2022-08-03T13:27:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4446 feat(Excel): fix control panel and request page styles`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`2 2 src/ts/pages/Request/styles/index.scss`); report.push(`3 3 src/ts/snippets/ControlPanel/index.tsx`); @@ -24365,7 +24365,7 @@ report.push(`2022-08-03T15:37:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4445 fix report.push(`2 2 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`0 2 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-03T15:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1484: SUBO-4446 feat: fix control panel and request page styles`); +report.push(`2022-08-03T15:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1484: SUBO-4446 feat(Excel): fix control panel and request page styles`); report.push(`2022-08-03T15:54:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1483: SUBO-4469 fix: corrected roles format for disableSubmitReason`); report.push(`2022-08-03T12:38:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4469 fix: corrected roles format for disableSubmitReason`); report.push(`1 1 src/ts/interfaces/request/Role.ts`); @@ -24420,7 +24420,7 @@ report.push(`0 1 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`15 7 src/ts/snippets/FullCard/components/Info.tsx`); report.push(`7 0 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-08-05T09:40:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat: add search in Builder`); +report.push(`2022-08-05T09:40:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat(profile): add search in Builder`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); report.push(`2022-08-05T09:49:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4513 feat: add code RIS and id from RZ in Builder`); @@ -24472,7 +24472,7 @@ report.push(`8 3 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`8 3 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); report.push(`2022-08-08T15:41:12+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1491: SUBO-4526 fix: fix endpoint version template`); -report.push(`2022-08-09T16:12:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix: control panel / mastercheckbox fix button action`); +report.push(`2022-08-09T16:12:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix(OIR): control panel / mastercheckbox fix button action`); report.push(`10 4 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`11 3 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`11 4 src/ts/pages/Reconciliations/components/tnp/index.tsx`); @@ -24481,12 +24481,12 @@ report.push(`0 1 src/ts/pages/Requests/styles/index.scss`); report.push(`2 3 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(`3 2 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-08-09T16:57:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix: add typification and fix default buttons`); +report.push(`2022-08-09T16:57:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix(OIR): add typification and fix default buttons`); report.push(`8 4 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/buttons.tsx`); report.push(`6 6 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-08-10T10:45:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix: fix style checkbox`); +report.push(`2022-08-10T10:45:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-4532 fix(OIR): fix style checkbox`); report.push(`3 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`3 2 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`3 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); @@ -24494,7 +24494,7 @@ report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(`7 2 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(``); -report.push(`2022-08-10T15:00:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat: add hack for backend`); +report.push(`2022-08-10T15:00:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat(profile): add hack for backend`); report.push(`5 0 src/ts/api/constructor.ts`); report.push(``); report.push(`2022-08-10T18:02:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-4480 feat: add module css`); @@ -24515,10 +24515,10 @@ report.push(`6 10 src/ts/pages/Profile/styles/{header.scss => header.module.scss report.push(`1 1 src/ts/pages/Profile/styles/index.scss`); report.push(`3 0 src/ts/snippets/FullCard/styles/line.scss`); report.push(``); -report.push(`2022-08-11T09:57:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat: add fast search in Builder`); +report.push(`2022-08-11T09:57:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat(profile): add fast search in Builder`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-08-11T10:01:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat: add fast search in Builder`); +report.push(`2022-08-11T10:01:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4504 feat(profile): add fast search in Builder`); report.push(`3 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); report.push(`2022-08-11T11:06:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1492: Bugfix/SUBO-4532 frontend fix controlpanel reconciliations`); @@ -24530,19 +24530,19 @@ report.push(``); report.push(`2022-08-12T09:57:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4553 fix: change style for search input in Control Panel`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/search.scss`); report.push(``); -report.push(`2022-08-12T10:00:21+03:00>Ivan Ivanov>ivanov@mail.com> SUBO-4302 fix: change title for TNP in Reconciliations pt TNP.3`); +report.push(`2022-08-12T10:00:21+03:00>Ivan Ivanov>ivanov@mail.com> SUBO-4302 fix(OIR): change title for TNP in Reconciliations pt TNP.3`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(``); -report.push(`2022-08-12T10:13:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4561 fix: change type for RZ number`); +report.push(`2022-08-12T10:13:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4561 fix(AIS): change type for RZ number`); report.push(`5 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`7 0 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`7 0 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-12T10:32:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4541 fix: remove validation for RM code when save role in Builder`); +report.push(`2022-08-12T10:32:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4541 fix(AIS): remove validation for RM code when save role in Builder`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-08-12T10:37:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4541 fix: remove validation for RM code when save role in Builder`); +report.push(`2022-08-12T10:37:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4541 fix(AIS): remove validation for RM code when save role in Builder`); report.push(`0 9 src/ts/api/roles.ts`); report.push(`1 15 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); @@ -24555,22 +24555,22 @@ report.push(`2022-08-12T13:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-08-12T13:28:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-12T13:28:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1495: SUBO-4553, SUBO-4302 Change style for search input in ControlPannel`); report.push(`2022-08-12T13:28:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-12T13:28:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1496: SUBO-4561 fix: change type for RZ number`); +report.push(`2022-08-12T13:28:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1496: SUBO-4561 fix(AIS): change type for RZ number`); report.push(`2022-08-12T13:28:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-12T13:28:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1497: SUBO-4541 fix: remove validation for RM code when save role in Builder`); +report.push(`2022-08-12T13:28:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1497: SUBO-4541 fix(AIS): remove validation for RM code when save role in Builder`); report.push(`2022-08-12T13:28:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-12T13:29:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1498: SUBO-4501 feat: add masterExpand`); report.push(`2022-08-12T13:29:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-12T13:52:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4484 fix: change default value for link after filters`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(``); -report.push(`2022-08-12T14:06:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4537 fix: change filters for status in AllRequests`); +report.push(`2022-08-12T14:06:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4537 fix(faq): change filters for status in AllRequests`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); report.push(`2022-08-12T16:26:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4523 fix: change logic for roles by alphabet`); report.push(`55 52 src/ts/components/GroupByAlphabet/helpers/index.ts`); report.push(``); -report.push(`2022-08-12T17:44:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T17:44:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`2 0 src/ts/api/tsrVersion.ts`); report.push(`3 9 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 11 src/ts/pages/Reconciliations/components/template/index.tsx`); @@ -24580,11 +24580,11 @@ report.push(`13 132 src/ts/pages/Reconciliations/index.tsx`); report.push(`2 0 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(`4 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2022-08-12T17:51:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T17:51:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`0 2 src/ts/pages/Reconciliations/helpers/tnp/onClick.ts`); report.push(`0 1 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-08-12T17:59:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T17:59:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`9 11 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`18 14 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`9 11 src/ts/pages/Reconciliations/components/template/buttons.tsx`); @@ -24593,20 +24593,20 @@ report.push(`7 9 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`15 11 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`8 0 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2022-08-12T18:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T18:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`14 14 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-08-12T19:09:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T19:09:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`0 2 src/ts/api/tsrVersion.ts`); report.push(`4 4 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 2 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`3 8 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-08-12T19:13:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return button logic in component`); +report.push(`2022-08-12T19:13:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return button logic in component`); report.push(`1 4 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2022-08-12T19:16:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1499: SUBO-4484, SUBO-4537 fix: change default value for link after filters`); +report.push(`2022-08-12T19:16:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1499: SUBO-4484, SUBO-4537 fix(faq): change default value for link after filters`); report.push(`2022-08-12T19:16:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-12T19:27:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1500: SUBO-4523 fix: change logic for roles by alphabet`); report.push(`2022-08-12T19:27:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); @@ -24615,15 +24615,15 @@ report.push(`2022-08-12T19:38:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-08-15T09:35:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4573 fix: add disabled for remove button`); report.push(`8 2 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(``); -report.push(`2022-08-15T10:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4552 fix: update search for remove empty query string`); +report.push(`2022-08-15T10:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4552 fix(OIR): update search for remove empty query string`); report.push(`5 2 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); report.push(`2022-08-15T10:23:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1502: SUBO-4573 fix: add disabled for remove button`); report.push(`2022-08-15T10:23:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-15T11:05:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix: return onClick in reconcilation for TNP`); +report.push(`2022-08-15T11:05:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4571 fix(AIS): return onClick in reconcilation for TNP`); report.push(`1 0 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-08-15T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1503: SUBO-4552 fix: update search for remove empty query string`); +report.push(`2022-08-15T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1503: SUBO-4552 fix(OIR): update search for remove empty query string`); report.push(`2022-08-15T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-15T11:33:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4574 fix: add clear selected list when Filters was update`); report.push(`2 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -24632,15 +24632,15 @@ report.push(`2 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(``); report.push(`2022-08-15T12:06:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1505: SUBO-4574 fix: add clear selected list when Filters was update`); report.push(`2022-08-15T12:06:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-15T12:16:04+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1504: SUBO-4571 fix: return onClick in reconcilation for TNP`); +report.push(`2022-08-15T12:16:04+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1504: SUBO-4571 fix(AIS): return onClick in reconcilation for TNP`); report.push(`2022-08-15T12:16:05+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-16T13:47:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4532 fix: remove open button for many elements in Reconcilations`); +report.push(`2022-08-16T13:47:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4532 fix(OIR): remove open button for many elements in Reconcilations`); report.push(`9 5 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`15 10 src/ts/pages/Reconciliations/components/template/buttons.tsx`); report.push(`15 10 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`5 0 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2022-08-16T13:51:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4532 fix: change style for select in Alphabet component`); +report.push(`2022-08-16T13:51:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4532 fix(OIR): change style for select in Alphabet component`); report.push(`1 1 src/ts/components/GroupByAlphabet/index.scss`); report.push(``); report.push(`2022-08-16T17:11:06+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1506: SUBO-4532 Remove open buttons`); @@ -24650,10 +24650,10 @@ report.push(`1 1 src/setupProxy.js`); report.push(`5 0 src/ts/snippets/AccessGroups/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-08-17T11:52:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4577 fix: corrected Cluster field validation in Constructor`); +report.push(`2022-08-17T11:52:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4577 fix(faq): corrected Cluster field validation in Constructor`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-17T16:43:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1510: SUBO-4577 fix: corrected Cluster field validation in Constructor`); +report.push(`2022-08-17T16:43:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1510: SUBO-4577 fix(faq): corrected Cluster field validation in Constructor`); report.push(`2022-08-17T16:55:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-4579 fix: fix position button request in version page add master checkbox reconciliations request`); report.push(`1 0 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`7 2 src/ts/pages/Reconciliations/components/template/index.tsx`); @@ -24680,24 +24680,24 @@ report.push(`0 1 src/ts/components/Hint/index.scss`); report.push(`1 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); report.push(`2022-08-18T10:54:36+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1493: SUBO-4480 feat: add module css`); -report.push(`2022-08-18T11:30:20+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4597 feat: hide the help if the length of the content in it is less than 3 characters`); +report.push(`2022-08-18T11:30:20+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4597 feat(traffic chart): hide the help if the length of the content in it is less than 3 characters`); report.push(`1 1 src/ts/pages/Template/components/Help.tsx`); report.push(``); report.push(`2022-08-18T11:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1513: SUBO-4598 feat: fix style in .hint and .access-group components`); report.push(`2022-08-18T11:54:23+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1512: SUBO-4579 fix: fix position button request in version page add master checkbox reconciliations request`); -report.push(`2022-08-18T12:50:21+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4597 feat: Expanding by click of a title`); +report.push(`2022-08-18T12:50:21+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4597 feat(traffic chart): Expanding by click of a title`); report.push(`15 10 src/ts/pages/Template/components/Help.tsx`); report.push(`1 0 src/ts/pages/Template/styles/help.scss`); report.push(``); report.push(`2022-08-18T13:32:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1514: Feature/SUBO-4597 hide block shorter reference`); -report.push(`2022-08-18T16:41:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat: fix allRoles`); +report.push(`2022-08-18T16:41:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat(traffic chart): fix allRoles`); report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-18T16:45:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat: fix style`); +report.push(`2022-08-18T16:45:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat(traffic chart): fix style`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-08-18T17:37:29+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4631 fix: Fixed collapsing uncollapsing of rows in table view`); +report.push(`2022-08-18T17:37:29+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4631 fix(AIS): Fixed collapsing uncollapsing of rows in table view`); report.push(`2 1 src/ts/components/Table/index.tsx`); report.push(``); report.push(`2022-08-18T18:02:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-4582 feat: refactoring css`); @@ -24782,8 +24782,8 @@ report.push(`4 9 src/ts/pages/Tnp/styles/shor-card.scss`); report.push(`5 12 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(`3 5 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); -report.push(`2022-08-19T09:11:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1516: SUBO-4631 fix: Fixed collapsing uncollapsing of rows in table view`); -report.push(`2022-08-19T09:11:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1515: SUBO-4627 feat: fix style`); +report.push(`2022-08-19T09:11:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1516: SUBO-4631 fix(AIS): Fixed collapsing uncollapsing of rows in table view`); +report.push(`2022-08-19T09:11:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1515: SUBO-4627 feat(traffic chart): fix style`); report.push(`2022-08-19T12:39:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-4582 feat: change path`); report.push(`1 1 src/ts/components/Banners/index.scss`); report.push(`2 2 src/ts/components/DataLoader/styles/index.scss`); @@ -24872,7 +24872,7 @@ report.push(`2022-08-19T13:09:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-4582 feat report.push(`1 1 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); report.push(`2022-08-19T13:27:26+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1517: SUBO-4582 feat: refactoring css`); -report.push(`2022-08-19T17:35:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-4604 feat: migration to css module`); +report.push(`2022-08-19T17:35:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-4604 feat(profile): migration to css module`); report.push(`2 2 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`2 1 src/ts/pages/Reconciliations/components/agreements/buttons.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/components/agreements/index.tsx`); @@ -24887,7 +24887,7 @@ report.push(`6 6 src/ts/pages/Treatments/index.tsx`); report.push(`23 0 src/ts/pages/Treatments/treatments.module.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-08-20T18:54:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat: Added alternative component for viewing in AccessGroups`); +report.push(`2022-08-20T18:54:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat(traffic chart): Added alternative component for viewing in AccessGroups`); report.push(`0 1 src/ts/components/Table/styles/index.scss`); report.push(`1 0 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 0 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); @@ -24899,22 +24899,22 @@ report.push(``); report.push(`2022-08-22T10:07:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4601 feat: always expand the list with all roles`); report.push(`5 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-08-22T10:40:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1518: SUBO-4604 feat: migration to css module`); +report.push(`2022-08-22T10:40:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1518: SUBO-4604 feat(profile): migration to css module`); report.push(`2022-08-22T10:44:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4601 feat: delete comment`); report.push(`0 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-08-22T11:45:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4637 fix: change isBlocked for checkbox roles in Builder`); +report.push(`2022-08-22T11:45:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4637 fix(faq): change isBlocked for checkbox roles in Builder`); report.push(`7 4 src/ts/pages/Builder/components/shared/MasterCheckbox.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(``); -report.push(`2022-08-22T11:56:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat: RolesSimpleView rename RolesSimpleList, prop simpleView move to constants TYPE_ACCESS_GROUP`); +report.push(`2022-08-22T11:56:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat(traffic chart): RolesSimpleView rename RolesSimpleList, prop simpleView move to constants TYPE_ACCESS_GROUP`); report.push(`1 2 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 2 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); report.push(`4 4 src/ts/snippets/AccessGroups/components/{RolesSimpleView.tsx => RolesSimpleList.tsx}`); report.push(`1 0 src/ts/snippets/AccessGroups/helpers/constants.ts`); report.push(`3 6 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-22T12:18:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat: fix`); +report.push(`2022-08-22T12:18:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4627 feat(traffic chart): fix`); report.push(`39 43 src/ts/snippets/AccessGroups/components/RolesSimpleList.tsx`); report.push(``); report.push(`2022-08-22T12:19:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4659 fix: hide checkbox in TNP archive`); @@ -24924,14 +24924,14 @@ report.push(``); report.push(`2022-08-22T12:25:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4629 fix: add clear cache for group reconcilations`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-08-22T13:07:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4595 feat: arrowIcon in CategoryItem move to Link`); +report.push(`2022-08-22T13:07:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4595 feat(profile): arrowIcon in CategoryItem move to Link`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`1 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2022-08-22T14:10:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4594 feat: fix missing block`); +report.push(`2022-08-22T14:10:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4594 feat(profile): fix missing block`); report.push(`6 3 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(``); -report.push(`2022-08-22T14:12:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix: add version id in Template Roles List and change pagination props`); +report.push(`2022-08-22T14:12:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix(faq): add version id in Template Roles List and change pagination props`); report.push(`7 19 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/DependencyRules.tsx`); @@ -24952,10 +24952,10 @@ report.push(`2 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(``); -report.push(`2022-08-22T14:15:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix: add version id in Template Roles List and change pagination props`); +report.push(`2022-08-22T14:15:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix(faq): add version id in Template Roles List and change pagination props`); report.push(`1 4 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-08-22T15:28:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4594 feat: clickable all over the field`); +report.push(`2022-08-22T15:28:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4594 feat(profile): clickable all over the field`); report.push(`9 8 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`8 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); @@ -24982,11 +24982,11 @@ report.push(``); report.push(`2022-08-22T22:12:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: added AdditionalServices page`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-08-22T22:42:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4596 feat: Added feature to minimize/expand the catalog`); +report.push(`2022-08-22T22:42:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4596 feat(Excel): Added feature to minimize/expand the catalog`); report.push(`13 3 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`14 0 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-08-23T00:59:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4506 feat: fix conditions`); +report.push(`2022-08-23T00:59:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4506 feat(Excel): fix conditions`); report.push(`7 3 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`4 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); @@ -24994,16 +24994,16 @@ report.push(`2022-08-23T09:16:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4669 fix report.push(`6 17 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2022-08-23T09:39:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1523: SUBO-4629 fix: add clear cache for group reconcilations`); -report.push(`2022-08-23T09:56:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1528: SUBO-4596 feat: Added feature to minimize/expand the catalog`); +report.push(`2022-08-23T09:56:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1528: SUBO-4596 feat(Excel): Added feature to minimize/expand the catalog`); report.push(`2022-08-23T09:56:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1526: Feature/SUBO-4594 increase clickable area of folder`); report.push(`2022-08-23T09:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1521: SUBO-4659 fix: hide checkbox in TNP archive`); report.push(`2022-08-23T09:57:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1522: Feature/SUBO-4627 hide display of blank credential groups`); report.push(`2022-08-23T09:58:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1519: SUBO-4601 feat: always expand the list with all roles`); report.push(`2022-08-23T10:58:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1529: SUBO-4669 fix: return Security reports`); -report.push(`2022-08-23T11:14:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1520: SUBO-4637 fix: change isBlocked for checkbox roles in Builder`); +report.push(`2022-08-23T11:14:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1520: SUBO-4637 fix(faq): change isBlocked for checkbox roles in Builder`); report.push(`2022-08-23T11:14:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1527: SUBO-4608 feat: added AdditionalServices page`); report.push(`2022-08-23T11:14:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1525: SUBO-4667 Add version id in Template Roles List and change pagination props`); -report.push(`2022-08-23T12:50:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4655 feat: add request type in table`); +report.push(`2022-08-23T12:50:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4655 feat(profile): add request type in table`); report.push(`3 17 src/ts/pages/Requests/components/item/index.tsx`); report.push(`7 1 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); report.push(`11 0 src/ts/pages/Requests/helpers/requestTypeLabel.ts`); @@ -25027,7 +25027,7 @@ report.push(`4 1 src/ts/pages/Treatments/index.tsx`); report.push(`5 0 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); report.push(`2022-08-23T16:00:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1532: Feature/SUBO-4608 create form for Additional Services`); -report.push(`2022-08-23T17:33:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1530: SUBO-4655 feat: add request type in table`); +report.push(`2022-08-23T17:33:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1530: SUBO-4655 feat(profile): add request type in table`); report.push(`2022-08-23T18:37:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: added types for JSONSchema`); report.push(`38 21 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`17 9 src/ts/components/JsonSchema/helpers/defaultValue.ts`); @@ -25043,15 +25043,15 @@ report.push(`27 0 src/ts/components/JsonSchema/interfaces/common.ts`); report.push(`18 10 src/ts/components/JsonSchema/wrapper.tsx`); report.push(``); report.push(`2022-08-24T09:19:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1533: SUBO-4599 feat: hide search`); -report.push(`2022-08-24T09:32:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix: return IDM service`); +report.push(`2022-08-24T09:32:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix(OIR): return IDM service`); report.push(`7 7 nginx.default.conf`); report.push(``); -report.push(`2022-08-24T09:47:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix: add big limit for export excel in Builder`); +report.push(`2022-08-24T09:47:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix(OIR): add big limit for export excel in Builder`); report.push(`1 0 nginx.default.conf`); report.push(``); report.push(`2022-08-24T09:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1534: SUBO-4608 feat: added types for JSONSchema`); -report.push(`2022-08-24T10:02:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1535: SUBO-4302 fix: return IDM service`); -report.push(`2022-08-24T11:01:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4281 fix: change name length in Builder`); +report.push(`2022-08-24T10:02:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1535: SUBO-4302 fix(OIR): return IDM service`); +report.push(`2022-08-24T11:01:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4281 fix(AIS): change name length in Builder`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); @@ -25119,7 +25119,7 @@ report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`3 3 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); report.push(`2022-08-24T17:14:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1540: Feature/SUBO-4608 add types for JSONSchema`); -report.push(`2022-08-24T17:14:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1538: SUBO-4281 fix: change name length in Builder`); +report.push(`2022-08-24T17:14:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1538: SUBO-4281 fix(AIS): change name length in Builder`); report.push(`2022-08-24T17:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1541: SUBO-4673 fix: add type in Card Template version`); report.push(`2022-08-24T17:33:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4684 fix: remove role test`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); @@ -25160,7 +25160,7 @@ report.push(`1 1 src/ts/components/DataLoader/paginators/InfiniteScroll.test.tsx report.push(`1 1 src/ts/components/DataLoader/paginators/LoadMore.test.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/ShowAll.test.tsx`); report.push(``); -report.push(`2022-08-25T10:08:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix: change help text for Roles`); +report.push(`2022-08-25T10:08:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix(OIR): change help text for Roles`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); @@ -25184,13 +25184,13 @@ report.push(``); report.push(`2022-08-25T14:02:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: created AdditionalServiceRequest page`); report.push(`1 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-08-25T14:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1545: SUBO-4302 fix: change help text for Roles`); +report.push(`2022-08-25T14:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1545: SUBO-4302 fix(OIR): change help text for Roles`); report.push(`2022-08-25T14:38:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.9.0 -> master`); report.push(`2022-08-25T14:42:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1546: Feature/SUBO-4608 create AdditionalServiceRequest page`); report.push(`2022-08-25T14:54:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4638 feat: implement quick reconcilation`); report.push(`6 0 src/ts/api/request.ts`); report.push(``); -report.push(`2022-08-25T15:52:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix: return IDM service`); +report.push(`2022-08-25T15:52:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 fix(OIR): return IDM service`); report.push(`1 0 nginx.default.conf`); report.push(``); report.push(`2022-08-25T15:58:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4673 fix: add type in Card Template version`); @@ -25283,7 +25283,7 @@ report.push(`2022-08-30T12:25:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4686 fix report.push(`0 1 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`0 1 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(``); -report.push(`2022-08-30T12:33:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix: add version id in Template Roles List and change pagination props`); +report.push(`2022-08-30T12:33:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4667 fix(faq): add version id in Template Roles List and change pagination props`); report.push(`7 19 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/DependencyRules.tsx`); @@ -25372,7 +25372,7 @@ report.push(`2022-09-01T11:39:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4862 fea report.push(`1 1 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/api/tsrVersion.ts`); report.push(``); -report.push(`2022-09-01T12:17:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4692 fix: fix style roles simple list`); +report.push(`2022-09-01T12:17:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4692 fix(OIR): fix style roles simple list`); report.push(`15 42 src/ts/snippets/AccessGroups/components/RolesSimpleList.tsx`); report.push(`0 2 src/ts/snippets/AccessGroups/index.tsx`); report.push(`17 0 src/ts/snippets/AccessGroups/styles/hacks.scss`); @@ -25400,7 +25400,7 @@ report.push(`2 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.t report.push(`3 2 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-09-01T17:21:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1565: SUBO-4692 fix: fix style roles simple list`); +report.push(`2022-09-01T17:21:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1565: SUBO-4692 fix(OIR): fix style roles simple list`); report.push(`2022-09-01T17:21:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1566: SUBO-4802 Send read notification by id`); report.push(`2022-09-02T08:53:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1564: SUBO-4862 feat: add button "all approve" for Templates and TNP`); report.push(`2022-09-02T09:27:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1567: SUBO-4810 feat: added data enrichment for dynamic fields`); @@ -25416,25 +25416,25 @@ report.push(`5 3 src/ts/pages/AdditionalServices/interfaces/ICustomFieldData.ts` report.push(`5 3 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(`2 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-09-02T13:19:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix: change style for role help`); +report.push(`2022-09-02T13:19:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix(AIS): change style for role help`); report.push(`4 2 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`4 2 src/ts/components/JsonSchema/components/widgets/Radio.tsx`); report.push(`89 84 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`6 6 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/simple_list.scss`); report.push(``); -report.push(`2022-09-02T13:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix: change style for role help`); +report.push(`2022-09-02T13:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix(AIS): change style for role help`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); report.push(`2022-09-02T13:47:51+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1568: SUBO-4862 feat: rename entity type for Template`); -report.push(`2022-09-02T14:14:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat: add big search for template fix blink`); +report.push(`2022-09-02T14:14:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat(traffic chart): add big search for template fix blink`); report.push(`2 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`23 14 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`9 5 src/ts/pages/Search/components/Search.tsx`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-09-02T14:16:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix: change style for role help`); +report.push(`2022-09-02T14:16:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4701 fix(AIS): change style for role help`); report.push(`1 2 src/ts/snippets/AccessGroups/components/RolesSimpleList.tsx`); report.push(`4 3 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); @@ -25472,7 +25472,7 @@ report.push(``); report.push(`2022-09-05T10:34:13+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1573: SUBO-4709 fix: change link in roadmap for Template Version`); report.push(`2022-09-05T10:34:22+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1574: SUBO-4709 Fix link in roadmap 2`); report.push(`2022-09-05T10:34:23+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-05T10:41:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat: add style for search in template`); +report.push(`2022-09-05T10:41:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat(traffic chart): add style for search in template`); report.push(`7 4 src/ts/components/DataLoader/styles/hacks.scss`); report.push(`2 5 src/ts/pages/Catalogue/styles/line.scss`); report.push(`20 14 src/ts/pages/Reconciliations/components/template/index.tsx`); @@ -25483,7 +25483,7 @@ report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/simple_list.scss`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-09-05T10:56:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat: resolve conflict`); +report.push(`2022-09-05T10:56:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4807 feat(traffic chart): resolve conflict`); report.push(`2022-09-05T10:56:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4923 fix: add disable for Roles in Builder`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); @@ -25498,7 +25498,7 @@ report.push(`26 8 src/ts/pages/Builder/components/role-group/AddSystemDictionary report.push(``); report.push(`2022-09-05T12:24:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1576: SUBO-4923 fix: add disable for Roles in Builder`); report.push(`2022-09-05T12:24:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-05T12:24:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1569: SUBO-4807 feat: add big search for template fix blink`); +report.push(`2022-09-05T12:24:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1569: SUBO-4807 feat(traffic chart): add big search for template fix blink`); report.push(`2022-09-05T12:24:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); report.push(`2022-09-05T13:39:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4809 feat: corrected mappers for Toggle widget`); report.push(`6 7 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); @@ -25508,7 +25508,7 @@ report.push(``); report.push(`2022-09-05T16:56:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1578: SUBO-4809 feat: corrected mappers for Toggle widget`); report.push(`2022-09-06T09:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1579: SUBO-4228 feat: add view for system dictionary`); report.push(`2022-09-06T09:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-06T11:01:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4924 feat: remove confirm for mailto links`); +report.push(`2022-09-06T11:01:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4924 feat(profile): remove confirm for mailto links`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/components/PreventRouteModal/index.tsx`); report.push(`6 6 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); @@ -25606,12 +25606,12 @@ report.push(``); report.push(`2022-09-09T10:12:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1590: SUBO-4811 feat: corrected saving for AdditionalServices request`); report.push(`2022-09-09T10:12:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1591: SUBO-4980 Show notification about error with details`); report.push(`2022-09-09T10:12:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-09T11:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4717 feat: auto fill code ris in template`); +report.push(`2022-09-09T11:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4717 feat(traffic chart): auto fill code ris in template`); report.push(`8 0 src/ts/api/custom-dictionary.ts`); report.push(`5 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`18 10 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-09T15:42:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4811 fix: map backend data to UI data for CHECKBOX GROUP widget`); +report.push(`2022-09-09T15:42:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4811 fix(AIS): map backend data to UI data for CHECKBOX GROUP widget`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`8 0 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); @@ -25620,7 +25620,7 @@ report.push(`2022-09-09T16:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4993 fix report.push(`8 4 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); -report.push(`2022-09-09T16:39:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1594: SUBO-4811 fix: map backend data to UI data for CHECKBOX GROUP widget`); +report.push(`2022-09-09T16:39:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1594: SUBO-4811 fix(AIS): map backend data to UI data for CHECKBOX GROUP widget`); report.push(`2022-09-09T16:59:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1592: SUBO-4803 fix: remove symbols for search`); report.push(`2022-09-09T16:59:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); report.push(`2022-09-09T17:32:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1595: SUBO-4993 fix: add property label for RoleAttributes`); @@ -25655,7 +25655,7 @@ report.push(``); report.push(`2022-09-12T13:41:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 feat: add custom labels for Select`); report.push(`7 0 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(``); -report.push(`2022-09-12T14:45:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4806 feat: change main page of catalogue`); +report.push(`2022-09-12T14:45:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4806 feat(Excel): change main page of catalogue`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`3 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`54 0 src/ts/pages/DemoCatalogue/components/Categories.tsx`); @@ -25746,15 +25746,15 @@ report.push(`15 16 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`4 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 12 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); -report.push(`2022-09-13T15:12:37+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1593: SUBO-4717 feat: auto fill code ris in template`); +report.push(`2022-09-13T15:12:37+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1593: SUBO-4717 feat(traffic chart): auto fill code ris in template`); report.push(`2022-09-13T15:12:38+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-13T15:20:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1600: SUBO-4894 fix: corrected sorting for Dynamic fields`); report.push(`2022-09-13T15:21:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-13T15:35:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4812 feat: fetched release`); -report.push(`2022-09-13T15:44:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 fix: show user info in select`); +report.push(`2022-09-13T15:44:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 fix(AIS): show user info in select`); report.push(`6 0 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(``); -report.push(`2022-09-13T15:46:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 fix: show user info in select`); +report.push(`2022-09-13T15:46:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 fix(AIS): show user info in select`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); report.push(``); report.push(`2022-09-13T16:15:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1603: SUBO-4381 Show user info in select`); @@ -25778,11 +25778,11 @@ report.push(`2022-09-13T19:14:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull re report.push(`2022-09-13T19:14:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-14T08:43:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1604: SUBO-5019 feat: provide date range feature for Date widget`); report.push(`2022-09-14T08:43:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-14T09:28:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1597: SUBO-4806 feat: change main page of catalogue`); +report.push(`2022-09-14T09:28:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1597: SUBO-4806 feat(Excel): change main page of catalogue`); report.push(`2022-09-14T09:28:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-14T10:50:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1602: SUBO-4812 refactor: refactored useFormChange hook for JSONSchema`); report.push(`2022-09-14T10:50:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-14T13:05:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5125 feat: added RadioButton widget for JSONSchema`); +report.push(`2022-09-14T13:05:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5125 feat(profile): added RadioButton widget for JSONSchema`); report.push(`4 1 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/CheckboxGroup.tsx`); report.push(`106 0 src/ts/components/JsonSchema/components/widgets/RadioGroup.tsx`); @@ -25798,11 +25798,11 @@ report.push(`0 2 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`3 2 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(``); -report.push(`2022-09-14T17:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1606: SUBO-5125 feat: added RadioButton widget for JSONSchema`); +report.push(`2022-09-14T17:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1606: SUBO-5125 feat(profile): added RadioButton widget for JSONSchema`); report.push(`2022-09-14T17:22:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-14T18:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1607: SUBO-5130 fix: updated UI Kit package`); report.push(`2022-09-14T18:03:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-14T19:10:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat: add countor for template and add owners template`); +report.push(`2022-09-14T19:10:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat(Excel): add countor for template and add owners template`); report.push(`6 0 src/ts/api/custom-dictionary.ts`); report.push(`20 8 src/ts/components/Select/components/value-list/List.tsx`); report.push(`4 0 src/ts/helpers/converter.ts`); @@ -25813,7 +25813,7 @@ report.push(`1 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`49 13 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`2 0 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-09-15T11:15:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat: fix comments`); +report.push(`2022-09-15T11:15:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat(Excel): fix comments`); report.push(`4 4 src/ts/components/Select/components/value-list/List.tsx`); report.push(`0 2 src/ts/helpers/converter.ts`); report.push(`2 5 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); @@ -25830,7 +25830,7 @@ report.push(``); report.push(`2022-09-15T13:34:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5088 fix: add mandatory for JsonSchema attributes`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-09-15T13:38:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat: rename tb`); +report.push(`2022-09-15T13:38:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4726 feat(Excel): rename tb`); report.push(`3 3 src/ts/components/Select/components/value-list/List.tsx`); report.push(`1 1 src/ts/helpers/converter.ts`); report.push(``); @@ -25847,7 +25847,7 @@ report.push(`22 24 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`34 37 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`8 6 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-09-15T15:43:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5125 feat: added PhoneInputField widget to JSONSchema`); +report.push(`2022-09-15T15:43:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5125 feat(profile): added PhoneInputField widget to JSONSchema`); report.push(`119 0 src/ts/components/JsonSchema/components/widgets/PhoneInput.tsx`); report.push(`4 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); @@ -25856,8 +25856,8 @@ report.push(``); report.push(`2022-09-15T16:25:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-15T16:25:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1612: SUBO-5119 fix: change show and hide rules for ControlPannel`); report.push(`2022-09-16T08:55:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-16T08:55:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1613: SUBO-5125 feat: added PhoneInputField widget to JSONSchema`); -report.push(`2022-09-16T12:40:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5172 fix: add max length for numbers`); +report.push(`2022-09-16T08:55:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1613: SUBO-5125 feat(profile): added PhoneInputField widget to JSONSchema`); +report.push(`2022-09-16T12:40:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5172 fix(OIR): add max length for numbers`); report.push(`4 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(``); @@ -25865,7 +25865,7 @@ report.push(`2022-09-16T14:58:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5180 fix report.push(`12 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`3 3 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-09-16T15:01:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1614: SUBO-5172 fix: add max length for numbers`); +report.push(`2022-09-16T15:01:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1614: SUBO-5172 fix(OIR): add max length for numbers`); report.push(`2022-09-16T15:03:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-16T17:26:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5118 fix: change style for authorization page`); report.push(`5 0 src/ts/pages/Authorization/components/Loading.tsx`); @@ -25985,7 +25985,7 @@ report.push(`2022-09-20T18:18:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat report.push(`2022-09-21T10:18:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat: fix pagination`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-09-21T10:40:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1608: SUBO-4726 feat: add countor for template and add owners template`); +report.push(`2022-09-21T10:40:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1608: SUBO-4726 feat(Excel): add countor for template and add owners template`); report.push(`2022-09-21T10:40:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-21T12:26:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5276 fix: change links in catalogue`); report.push(`1 1 src/ts/pages/DemoCatalogue/components/banners/BannerBig.tsx`); @@ -25999,7 +25999,7 @@ report.push(`2022-09-21T12:48:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-09-21T13:56:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5120 fix: add dictionary service in Nginx`); report.push(`10 0 nginx.default.conf`); report.push(``); -report.push(`2022-09-21T14:03:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5127 fix: corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:03:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5127 fix(faq): corrected handleChange for Radio Group widget`); report.push(`6 10 src/ts/components/JsonSchema/components/widgets/RadioGroup.tsx`); report.push(`3 17 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); @@ -26014,12 +26014,12 @@ report.push(`3 1 src/ts/components/JsonSchema/components/widgets/PhoneInput.tsx` report.push(`3 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(``); -report.push(`2022-09-21T14:08:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5127 fix: corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:08:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5127 fix(faq): corrected handleChange for Radio Group widget`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); report.push(`2022-09-21T14:30:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1622: SUBO-5120 Add dictionary service in Nginx and checking empty store`); report.push(`2022-09-21T14:30:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-21T14:30:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1621: SUBO-5127 fix: corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:30:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1621: SUBO-5127 fix(faq): corrected handleChange for Radio Group widget`); report.push(`2022-09-21T14:30:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-21T15:50:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5278 fix: hide error message for version page`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -26118,7 +26118,7 @@ report.push(``); report.push(`2022-09-23T16:05:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1630: SUBO-5306 fix: change API for TNP version`); report.push(`2022-09-23T16:06:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> release/release-2.12.1`); report.push(`2022-09-23T16:06:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-23T16:48:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-5117 fix: fix design search`); +report.push(`2022-09-23T16:48:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-5117 fix(faq): fix design search`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`2 1 src/ts/pages/Search/components/Header.tsx`); report.push(`33 3 src/ts/pages/Search/components/Search.tsx`); @@ -26129,7 +26129,7 @@ report.push(`6 0 src/ts/snippets/Header/styles/header.module.scss`); report.push(`16 3 src/ts/snippets/Header/styles/search.module.scss`); report.push(`0 5 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-09-26T10:46:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1631: SUBO-5117 fix: fix design search`); +report.push(`2022-09-26T10:46:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1631: SUBO-5117 fix(faq): fix design search`); report.push(`2022-09-26T10:46:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); report.push(`2022-09-26T16:15:10+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1619: Feature/SUBO-5063 frontend add edit agreement groups`); report.push(`2022-09-26T16:15:11+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.12.1 -> master`); @@ -26143,21 +26143,21 @@ report.push(`2022-09-26T18:36:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-513 report.push(`2022-09-26T19:40:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5138 feat: change getDiffTemplate parameters`); report.push(`1 1 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); report.push(``); -report.push(`2022-09-27T08:19:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat: add sort by alpabet in Catalogue`); +report.push(`2022-09-27T08:19:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat(profile): add sort by alpabet in Catalogue`); report.push(`1 0 src/ts/helpers/converter.ts`); report.push(`3 2 src/ts/pages/DemoCatalogue/store/CatalogueStore.ts`); report.push(`2 0 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`2 0 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2022-09-27T08:25:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat: add first symbol for Catalogue list`); +report.push(`2022-09-27T08:25:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat(profile): add first symbol for Catalogue list`); report.push(`19 13 src/ts/pages/DemoCatalogue/components/categories/CategoryList.tsx`); report.push(`7 6 src/ts/pages/DemoCatalogue/components/line/CategoryTitle.tsx`); report.push(``); -report.push(`2022-09-27T08:33:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat: change style for catalogue list`); +report.push(`2022-09-27T08:33:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat(profile): change style for catalogue list`); report.push(`0 10 src/ts/pages/DemoCatalogue/components/line/CategoryItem.tsx`); report.push(`1 1 src/ts/pages/DemoCatalogue/index.tsx`); report.push(``); -report.push(`2022-09-27T08:37:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat: change style for catalogue list`); +report.push(`2022-09-27T08:37:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5115 feat(profile): change style for catalogue list`); report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); report.push(`2022-09-27T12:11:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5255 fix: change design for main page`); @@ -26215,17 +26215,17 @@ report.push(``); report.push(`2022-09-28T17:32:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1639: SUBO-5180 fix: roll back JsonSchema generator`); report.push(`2022-09-28T17:32:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> release/release-2.13.0`); report.push(`2022-09-28T17:32:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-29T08:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix: remove person number for users in select`); +report.push(`2022-09-29T08:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix(faq): remove person number for users in select`); report.push(`1 9 src/ts/components/Select/components/list/Static.tsx`); report.push(`1 0 src/ts/helpers/converter.ts`); report.push(`50 72 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-09-29T10:01:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix: remove person number for users in select`); +report.push(`2022-09-29T10:01:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix(faq): remove person number for users in select`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(`1 1 src/ts/components/Select/styles/list.scss`); report.push(`36 17 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-09-29T10:15:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix: remove person number for users in select`); +report.push(`2022-09-29T10:15:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5447 fix(faq): remove person number for users in select`); report.push(`0 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); report.push(`2022-09-29T11:41:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5319 fix: change paginations in roles`); @@ -26286,7 +26286,7 @@ report.push(`2022-09-30T10:56:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-09-30T10:56:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1635: SUBO-5005 fix: fix search in selectWrapper and add infility pagination`); report.push(`2022-09-30T10:56:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.2 -> release/release-2.13.0`); report.push(`2022-09-30T10:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-30T13:22:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5382 fix: change logic for table column width`); +report.push(`2022-09-30T13:22:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5382 fix(OIR): change logic for table column width`); report.push(`1 1 src/ts/components/Table/components/Column.tsx`); report.push(`4 3 src/ts/components/Table/components/TableHead.tsx`); report.push(`15 20 src/ts/components/Table/helpers/calculateTableWidth.ts`); @@ -26297,7 +26297,7 @@ report.push(`4 5 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(`7 5 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`13 5 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(``); -report.push(`2022-09-30T14:01:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5382 fix: change logic for table column width`); +report.push(`2022-09-30T14:01:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5382 fix(OIR): change logic for table column width`); report.push(`1 1 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 2 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(`1 3 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); @@ -26402,7 +26402,7 @@ report.push(`2022-10-04T10:23:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-10-04T16:50:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1652: SUBO-5398 Add restore version button`); report.push(`2022-10-04T16:50:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.13.0`); report.push(`2022-10-04T16:50:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-04T17:40:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-5291 fix: fix catalogue`); +report.push(`2022-10-04T17:40:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-5291 fix(AIS): fix catalogue`); report.push(`6 0 src/assets/images/FileOutline.svg`); report.push(`10 18 src/ts/pages/DemoCatalogue/components/Categories.tsx`); report.push(`27 46 src/ts/pages/DemoCatalogue/components/categories/CategoryDetails.tsx`); @@ -26415,12 +26415,12 @@ report.push(`0 1 src/ts/pages/DemoCatalogue/styles/categories.scss`); report.push(`2 4 src/ts/pages/DemoCatalogue/styles/hacks.scss`); report.push(`6 0 src/ts/pages/DemoCatalogue/styles/line.scss`); report.push(``); -report.push(`2022-10-05T12:19:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 feat: add isBlocked for TNP in AccessDetails`); +report.push(`2022-10-05T12:19:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 feat(Excel): add isBlocked for TNP in AccessDetails`); report.push(`1 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`6 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`2 0 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-10-05T12:34:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 feat: add isBlocked Template in TNP`); +report.push(`2022-10-05T12:34:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 feat(Excel): add isBlocked Template in TNP`); report.push(`5 4 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); @@ -26436,7 +26436,7 @@ report.push(`2022-10-05T16:16:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 ref report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`40 26 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-10-05T16:21:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-4301 fix: add login on card request`); +report.push(`2022-10-05T16:21:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-4301 fix(AIS): add login on card request`); report.push(`2 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`6 0 src/ts/snippets/FullCard/components/Line.tsx`); report.push(`6 1 src/ts/snippets/FullCard/styles/line.scss`); @@ -26444,10 +26444,10 @@ report.push(``); report.push(`2022-10-06T07:46:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 fix: rename property for restore`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-10-06T08:37:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 fix: add perfomance for big dictionary`); +report.push(`2022-10-06T08:37:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 fix(OIR): add perfomance for big dictionary`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-10-06T08:54:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 fix: add perfomance for big dictionary`); +report.push(`2022-10-06T08:54:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 fix(OIR): add perfomance for big dictionary`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2022-10-06T09:35:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5702 refactor: remove empty argument`); @@ -26463,10 +26463,10 @@ report.push(`2 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`) report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2022-10-06T09:43:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5702 fix: rename property for pagination`); +report.push(`2022-10-06T09:43:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5702 fix(OIR): rename property for pagination`); report.push(`1 1 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(``); -report.push(`2022-10-06T09:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1654: SUBO-5291 fix: fix catalogue`); +report.push(`2022-10-06T09:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1654: SUBO-5291 fix(AIS): fix catalogue`); report.push(`2022-10-06T09:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); report.push(`2022-10-06T09:59:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-06T10:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.12.4`); @@ -26476,7 +26476,7 @@ report.push(`2022-10-06T10:20:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-10-06T10:59:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1656: SUBO-5293 fix: fix size sidebar`); report.push(`2022-10-06T10:59:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); report.push(`2022-10-06T10:59:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-06T10:59:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1657: SUBO-4301 fix: add login on card request`); +report.push(`2022-10-06T10:59:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1657: SUBO-4301 fix(AIS): add login on card request`); report.push(`2022-10-06T10:59:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); report.push(`2022-10-06T10:59:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-06T10:59:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1659: SUBO-5492 Add performance for big dictionary`); @@ -26499,7 +26499,7 @@ report.push(`2022-10-06T13:47:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5713 fix report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-10-06T13:50:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1661: SUBO-5713 Disable group`); -report.push(`2022-10-06T14:06:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-4451 fix: fix preview table tnp`); +report.push(`2022-10-06T14:06:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-4451 fix(AIS): fix preview table tnp`); report.push(`8 2 src/ts/pages/Tnp/components/Preview/Header.tsx`); report.push(`1 0 src/ts/pages/Tnp/components/Preview/Rows.tsx`); report.push(`7 9 src/ts/pages/Tnp/styles/preview.scss`); @@ -26508,7 +26508,7 @@ report.push(`2022-10-06T15:03:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 fix report.push(`2 0 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); report.push(`2022-10-06T15:07:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1665: SUBO-5398 fix: hide restore button`); -report.push(`2022-10-06T15:08:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1663: SUBO-4451 fix: fix preview table tnp`); +report.push(`2022-10-06T15:08:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1663: SUBO-4451 fix(AIS): fix preview table tnp`); report.push(`2022-10-06T15:08:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); report.push(`2022-10-06T15:08:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-06T21:01:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5390 feat: add changes in builder`); @@ -26538,14 +26538,14 @@ report.push(`2022-10-07T11:02:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5293 ref report.push(`2022-10-07T11:45:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1667: SUBO-5293 Merge auto 2.12.3 in 2.12.4`); report.push(`2022-10-07T11:45:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); report.push(`2022-10-07T11:45:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-07T17:14:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5727 fix: hide clear for select`); +report.push(`2022-10-07T17:14:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5727 fix(faq): hide clear for select`); report.push(`0 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-10-07T17:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1668: SUBO-5727 fix: hide clear for select`); +report.push(`2022-10-07T17:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1668: SUBO-5727 fix(faq): hide clear for select`); report.push(`2022-10-07T17:30:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.12.4`); report.push(`2022-10-07T17:30:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-07T17:30:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.4 -> release/release-2.13.0`); -report.push(`2022-10-08T20:57:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5315 feat: send to expert and add comment`); +report.push(`2022-10-08T20:57:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5315 feat(profile): send to expert and add comment`); report.push(`10 4 src/ts/api/request.ts`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`23 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -26556,7 +26556,7 @@ report.push(`4 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`28 7 src/ts/snippets/RequestForm/index.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2022-10-08T20:59:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5315 feat: send to expert and add comment`); +report.push(`2022-10-08T20:59:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5315 feat(profile): send to expert and add comment`); report.push(`129 0 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(`73 0 src/ts/snippets/RequestForm/components/ChatWithExpert.tsx`); report.push(``); @@ -26588,7 +26588,7 @@ report.push(`11 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(`5 1 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`6 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-10-10T13:52:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add custom loader for dependency property`); +report.push(`2022-10-10T13:52:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add custom loader for dependency property`); report.push(`1 1 src/setupProxy.js`); report.push(`15 2 src/ts/api/request.ts`); report.push(`8 0 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); @@ -26611,7 +26611,7 @@ report.push(`6 0 src/ts/pages/Builder/styles/diff-table.scss`); report.push(``); report.push(`2022-10-10T16:02:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5298 feat: fix conflict`); report.push(`2022-10-10T16:18:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5298 feat: fix conflict`); -report.push(`2022-10-10T16:29:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add custom loader for JsonSchema`); +report.push(`2022-10-10T16:29:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add custom loader for JsonSchema`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 2 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`3 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -26623,23 +26623,23 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/common.ts`); report.push(`27 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-10T16:35:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add custom loader for JsonSchema`); +report.push(`2022-10-10T16:35:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add custom loader for JsonSchema`); report.push(`1 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-10-10T17:23:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add custom loader for JsonSchema`); +report.push(`2022-10-10T17:23:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add custom loader for JsonSchema`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2022-10-10T17:52:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add custom loader for JsonSchema`); +report.push(`2022-10-10T17:52:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add custom loader for JsonSchema`); report.push(`0 2 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-10-11T10:38:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1669: SUBO-5310 fix: add disable for template approval version`); report.push(`2022-10-11T10:38:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-11T10:38:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.6 -> release/release-2.13.0`); -report.push(`2022-10-11T10:51:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add dependency in reuqest`); +report.push(`2022-10-11T10:51:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add dependency in reuqest`); report.push(`1 1 src/ts/api/request.ts`); report.push(`25 3 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`15 11 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); @@ -26661,12 +26661,12 @@ report.push(`1 3 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`1 3 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); report.push(`2022-10-11T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1670: Feature/SUBO-5390 add in builder changes`); -report.push(`2022-10-11T17:34:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat: add dependency in reuqest`); +report.push(`2022-10-11T17:34:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 feat(profile): add dependency in reuqest`); report.push(`1 1 src/ts/api/request.ts`); report.push(`37 5 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); report.push(`2022-10-12T09:56:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5298 fix: merge with develop`); -report.push(`2022-10-12T10:53:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5482 fix: fix edit rows table`); +report.push(`2022-10-12T10:53:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5482 fix(OIR): fix edit rows table`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(``); report.push(`2022-10-12T12:58:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5298 fix: merge with develop`); @@ -26709,7 +26709,7 @@ report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBack report.push(``); report.push(`2022-10-13T15:35:15+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1675: SUBO-5824 fix: add description for inner header`); report.push(`2022-10-13T15:35:15+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-13T15:35:35+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1672: SUBO-5482 fix: fix edit rows table`); +report.push(`2022-10-13T15:35:35+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1672: SUBO-5482 fix(OIR): fix edit rows table`); report.push(`2022-10-13T15:35:36+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-13T17:46:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-5792 feat: add pagination for request add input code`); report.push(`5 1 src/ts/api/acrq.ts`); @@ -26757,7 +26757,7 @@ report.push(`2022-10-17T10:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-10-17T10:13:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-17T10:27:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 fix: add isBlocker for TNP`); report.push(`2022-10-17T10:33:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5396 fix: add isBlocker for TNP`); -report.push(`2022-10-17T10:37:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5434 feat: add toast warning notification expired accesses`); +report.push(`2022-10-17T10:37:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5434 feat(profile): add toast warning notification expired accesses`); report.push(`5 0 src/ts/helpers/getExpiredAccesses.ts`); report.push(`131 115 src/ts/pages/Authorization/components/Success.tsx`); report.push(`130 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); @@ -26808,7 +26808,7 @@ report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); report.push(`2022-10-17T13:57:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1684: SUBO-5846 fix: add correct loader for user in 703`); report.push(`2022-10-17T13:57:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T15:22:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-5732 fix: fix action button`); +report.push(`2022-10-17T15:22:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-5732 fix(OIR): fix action button`); report.push(`1 0 src/ts/pages/Reconciliations/helpers/converter.ts`); report.push(``); report.push(`2022-10-17T15:24:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1685: SUBO-5886 fix: Fixing various bugs on template change delta`); @@ -26836,13 +26836,13 @@ report.push(`0 1 src/ts/pages/Builder/components/Header.tsx`); report.push(``); report.push(`2022-10-18T10:55:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1688: SUBO-5846 fix: add checking user UPN for adjustment`); report.push(`2022-10-18T10:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-18T11:02:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5921 fix: fix delta bugs`); +report.push(`2022-10-18T11:02:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5921 fix(AIS): fix delta bugs`); report.push(`4 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(`35 33 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`15 8 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`1 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-18T11:08:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1690: SUBO-5921 fix: fix delta bugs`); +report.push(`2022-10-18T11:08:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1690: SUBO-5921 fix(AIS): fix delta bugs`); report.push(`2022-10-18T11:08:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); report.push(`2022-10-18T11:40:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5792 feat: add pagination for select`); report.push(`8 8 src/ts/api/acrq.ts`); @@ -26850,7 +26850,7 @@ report.push(`6 1 src/ts/pages/Builder/components/role-group/AddSystemDictionary. report.push(``); report.push(`2022-10-18T11:52:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1689: Feature/SUBO-5792 frontend add abaccode`); report.push(`2022-10-18T11:52:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-18T15:39:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5434 feat: notifications expired accesses`); +report.push(`2022-10-18T15:39:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5434 feat(profile): notifications expired accesses`); report.push(`3 2 src/ts/pages/Authorization/components/Success.tsx`); report.push(`15 123 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`54 57 src/ts/pages/MainPage/index.tsx`); @@ -26903,17 +26903,17 @@ report.push(``); report.push(`2022-10-19T14:41:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1695: SUBO-5943 fix: change mapper for ABAC`); report.push(`2022-10-19T14:41:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> release/release-2.13.1`); report.push(`2022-10-19T14:41:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-19T16:33:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 fix: add file widget in JsonSchema`); +report.push(`2022-10-19T16:33:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 fix(AIS): add file widget in JsonSchema`); report.push(`1 1 src/setupProxy.js`); report.push(`4 1 src/ts/helpers/http/Client.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); report.push(`3 3 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-10-19T17:11:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-5872 fix: fix display title menuButton`); +report.push(`2022-10-19T17:11:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-5872 fix(OIR): fix display title menuButton`); report.push(`1 1 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(`3 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2022-10-19T17:42:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat: file download`); +report.push(`2022-10-19T17:42:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat(profile): file download`); report.push(`5 0 src/ts/helpers/exportToFile.ts`); report.push(`5 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`15 2 src/ts/pages/MainPage/index.tsx`); @@ -26923,7 +26923,7 @@ report.push(`5 7 src/ts/helpers/http/Client.ts`); report.push(`0 3 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`0 1 src/ts/pages/Authorization/store/NotificationStore.ts`); report.push(``); -report.push(`2022-10-20T08:37:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1686: SUBO-5732 fix: fix action button`); +report.push(`2022-10-20T08:37:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1686: SUBO-5732 fix(OIR): fix action button`); report.push(`2022-10-20T08:37:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); report.push(`2022-10-20T08:37:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1687: SUBO-5874 fix: fix button restore disabled`); report.push(`2022-10-20T08:37:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); @@ -26942,7 +26942,7 @@ report.push(`2022-10-20T11:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-10-20T11:41:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); report.push(`2022-10-20T11:43:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1678: SUBO-5498 Change form OIR for DAPP`); report.push(`2022-10-20T11:43:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T11:43:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1697: SUBO-5872 fix: fix display title menuButton`); +report.push(`2022-10-20T11:43:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1697: SUBO-5872 fix(OIR): fix display title menuButton`); report.push(`2022-10-20T11:43:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); report.push(`2022-10-20T11:53:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); @@ -26954,7 +26954,7 @@ report.push(``); report.push(`2022-10-20T12:37:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1699: SUBO-5943 fix: hide property code`); report.push(`2022-10-20T12:37:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> release/release-2.13.1`); report.push(`2022-10-20T12:37:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T12:53:01+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat: fix conflict`); +report.push(`2022-10-20T12:53:01+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat(profile): fix conflict`); report.push(`2022-10-20T13:51:54+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1692: SUBO-5749 fix: fix search agreement group`); report.push(`2022-10-20T13:51:56+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.13.1 -> master`); report.push(`2022-10-20T14:20:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-5483 fix: fix max length`); @@ -26965,12 +26965,12 @@ report.push(`6 2 src/ts/pages/Builder/components/sub-header/RestoreButton.tsx`); report.push(``); report.push(`2022-10-20T15:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1700: SUBO-5483 fix: fix max length`); report.push(`2022-10-20T15:16:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T15:16:56+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat: fixing the reappearance of toast`); +report.push(`2022-10-20T15:16:56+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat(profile): fixing the reappearance of toast`); report.push(`15 13 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2022-10-20T15:30:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat: fix`); +report.push(`2022-10-20T15:30:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat(profile): fix`); report.push(`3 3 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); report.push(`2022-10-20T15:38:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-5879 fix: fix style inner header`); @@ -27001,14 +27001,14 @@ report.push(`52 0 src/ts/snippets/CommentsList/styles/index.scss`); report.push(`14 0 src/ts/snippets/CommentsList/styles/reply-panel.scss`); report.push(`2 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-10-20T20:40:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat: fix conflict`); +report.push(`2022-10-20T20:40:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5844 feat(profile): fix conflict`); report.push(`2022-10-21T08:06:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1703: SUBO-5738 fix: fix display sidebar title`); report.push(`2022-10-21T08:06:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-21T08:23:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5961 fix: add warning in delta`); +report.push(`2022-10-21T08:23:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5961 fix(AIS): add warning in delta`); report.push(`14 0 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(``); report.push(`2022-10-21T08:28:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> release/release-2.13.1`); -report.push(`2022-10-21T08:28:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1705: SUBO-5961 fix: add warning in Delta`); +report.push(`2022-10-21T08:28:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1705: SUBO-5961 fix(AIS): add warning in Delta`); report.push(`2022-10-21T08:28:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); report.push(`2022-10-21T10:35:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 refactor: merge with release`); report.push(`2022-10-21T11:22:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5460 fix: add placeholder for textArea`); @@ -27023,7 +27023,7 @@ report.push(`2022-10-21T11:55:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 fea report.push(`56 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`5 2 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-10-21T13:23:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-5206 feat: add filter for domains`); +report.push(`2022-10-21T13:23:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-5206 feat(Excel): add filter for domains`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); report.push(`31 10 src/ts/components/Select/components/Item.tsx`); report.push(`1 0 src/ts/components/Select/components/list/Static.tsx`); @@ -27035,7 +27035,7 @@ report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(`42 17 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-10-21T13:27:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-5206 feat: add new filter for domains template`); +report.push(`2022-10-21T13:27:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-5206 feat(Excel): add new filter for domains template`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2022-10-21T13:56:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-5738 fix: fix id last edit user`); @@ -27054,7 +27054,7 @@ report.push(``); report.push(`2022-10-21T16:28:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-5750 fix: fix scale`); report.push(`2 3 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(``); -report.push(`2022-10-21T17:31:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-5794 feat: add table dictionary in empowerments`); +report.push(`2022-10-21T17:31:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-5794 feat(profile): add table dictionary in empowerments`); report.push(`8 3 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(``); report.push(`2022-10-24T07:34:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add table widget in JsonSchema`); @@ -27077,7 +27077,7 @@ report.push(`2022-10-24T09:35:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 fea report.push(`15 3 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`23 19 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-24T11:05:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1698: SUBO-5844 feat: file download`); +report.push(`2022-10-24T11:05:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1698: SUBO-5844 feat(profile): file download`); report.push(`2022-10-24T11:05:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.2 -> master`); report.push(`2022-10-24T11:08:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1680: SUBO-5789 feat: copy AIS request`); report.push(`2022-10-24T11:08:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.2 -> master`); @@ -27109,7 +27109,7 @@ report.push(`25 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`1 1 src/ts/components/Table/components/cells/CellOverflowMenu.tsx`); report.push(``); report.push(`2022-10-24T17:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); -report.push(`2022-10-24T18:05:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-5794 feat: add correct api`); +report.push(`2022-10-24T18:05:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-5794 feat(profile): add correct api`); report.push(`3 0 src/ts/api/acrq.ts`); report.push(`11 7 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(`2 1 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); @@ -27129,27 +27129,27 @@ report.push(`2022-10-25T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-10-25T14:15:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.2 -> master`); report.push(`2022-10-25T14:34:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1713: SUBO-6015 fix: remove copy button if status approval`); report.push(`2022-10-25T14:34:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.2 -> master`); -report.push(`2022-10-26T12:38:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T12:38:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`1 1 src/setupProxy.js`); report.push(`16 9 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-26T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`0 3 src/ts/components/JsonSchema/components/modal/TableModal.tsx`); report.push(`64 46 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`5 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(``); -report.push(`2022-10-26T13:15:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-5312 fix: fix max length in input full name`); +report.push(`2022-10-26T13:15:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-5312 fix(OIR): fix max length in input full name`); report.push(`1 0 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); -report.push(`2022-10-26T13:15:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T13:15:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`2 3 src/ts/components/JsonSchema/components/modal/TableModal.tsx`); report.push(`11 3 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`4 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(``); -report.push(`2022-10-26T13:36:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T13:36:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`16 32 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-26T13:40:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T13:40:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`0 56 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`8 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); @@ -27159,43 +27159,43 @@ report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`11 3 src/ts/snippets/AccessGroups/index.tsx`); report.push(`3 0 src/ts/snippets/AccessGroups/styles/hacks.scss`); report.push(``); -report.push(`2022-10-26T15:21:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: fix style`); +report.push(`2022-10-26T15:21:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): fix style`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/hacks.scss`); report.push(``); -report.push(`2022-10-26T15:41:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T15:41:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`56 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`2 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-10-26T16:37:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-5981 fix: fix text in inner header`); +report.push(`2022-10-26T16:37:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-5981 fix(AIS): fix text in inner header`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2022-10-26T17:25:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add widget with table in JsonSchema`); +report.push(`2022-10-26T17:25:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add widget with table in JsonSchema`); report.push(`5 3 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-10-27T08:27:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat: add table widget in JsonSchema`); +report.push(`2022-10-27T08:27:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6066 feat(Excel): add table widget in JsonSchema`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`15 2 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2022-10-27T08:52:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 fix: merge with release`); -report.push(`2022-10-27T08:59:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 fix: merge with release`); +report.push(`2022-10-27T08:52:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 fix(AIS): merge with release`); +report.push(`2022-10-27T08:59:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 fix(OIR): merge with release`); report.push(`2022-10-27T09:36:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add table widget in JsonSchema`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-10-27T09:59:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1715: SUBO-5981 fix: fix text in inner header`); +report.push(`2022-10-27T09:59:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1715: SUBO-5981 fix(AIS): fix text in inner header`); report.push(`2022-10-27T09:59:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.3 -> master`); -report.push(`2022-10-27T10:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1714: SUBO-5312 fix: fix max length in input full name`); +report.push(`2022-10-27T10:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1714: SUBO-5312 fix(OIR): fix max length in input full name`); report.push(`2022-10-27T10:00:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.3 -> master`); report.push(`2022-10-27T10:52:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1717: SUBO-5768 feat: add snippet CommentsList`); report.push(`2022-10-27T11:05:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1716: SUBO-5782 Add table widget in JsonSchema`); -report.push(`2022-10-27T12:11:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6114 feat: change sort in dictionary`); +report.push(`2022-10-27T12:11:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6114 feat(profile): change sort in dictionary`); report.push(`4 1 src/ts/pages/Template/helpers/converter.ts`); report.push(`5 2 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`9 0 src/ts/snippets/AccessGroups/helpers/sort.ts`); report.push(`1 0 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-10-27T12:15:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6114 feat: change sort in dictionary`); +report.push(`2022-10-27T12:15:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6114 feat(profile): change sort in dictionary`); report.push(`0 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-10-27T15:40:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6019 fix: change request in OIR`); @@ -27245,10 +27245,10 @@ report.push(``); report.push(`2022-10-28T13:10:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: add user upn in fields`); report.push(`0 14 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-10-28T13:52:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6011 fix: remove user info drom OIR`); +report.push(`2022-10-28T13:52:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6011 fix(AIS): remove user info drom OIR`); report.push(`0 3 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-10-28T14:00:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6011 fix: remove user info drom OIR`); +report.push(`2022-10-28T14:00:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6011 fix(AIS): remove user info drom OIR`); report.push(`37 30 src/ts/snippets/RequestForm/components/UserDetails.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); @@ -27271,19 +27271,19 @@ report.push(`2022-10-28T21:16:29+03:00>Oleg Losev>losev@net.it>Automatic merge f report.push(`2022-10-28T21:20:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1707: Feature/SUBO-5206 frontend idm users template`); report.push(`2022-10-28T21:20:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.0 -> release/release-2.14.1`); report.push(`2022-10-28T21:20:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-29T09:40:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat: add link on file`); +report.push(`2022-10-29T09:40:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat(Excel): add link on file`); report.push(`1 1 src/setupProxy.js`); report.push(`5 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(``); -report.push(`2022-10-29T10:09:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat: add link on file`); +report.push(`2022-10-29T10:09:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat(Excel): add link on file`); report.push(`88 0 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(`16 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-10-29T10:30:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat: add link on file`); +report.push(`2022-10-29T10:30:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat(Excel): add link on file`); report.push(`6 7 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-10-29T10:32:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat: add link on file`); +report.push(`2022-10-29T10:32:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat(Excel): add link on file`); report.push(`2 16 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); report.push(`2022-10-29T10:43:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 fix: add link on file`); @@ -27301,13 +27301,13 @@ report.push(`1 1 src/ts/pages/Request/index.tsx`); report.push(``); report.push(`2022-10-29T11:06:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1726: SUBO-5785 fix: show copy button`); report.push(`2022-10-29T11:06:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-29T11:08:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat: add link on file`); +report.push(`2022-10-29T11:08:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5986 feat(Excel): add link on file`); report.push(`1 1 src/setupProxy.js`); report.push(`0 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); report.push(`2022-10-29T11:10:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1727: SUBO-5986 Add link on file`); report.push(`2022-10-29T11:10:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-29T11:11:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1718: SUBO-6114 feat: change sort in dictionary`); +report.push(`2022-10-29T11:11:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1718: SUBO-6114 feat(profile): change sort in dictionary`); report.push(`2022-10-29T11:11:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-10-29T11:12:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1720: SUBO-5785 fix: add hack with user recipient`); report.push(`2022-10-29T11:12:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); @@ -27327,7 +27327,7 @@ report.push(``); report.push(`2022-10-29T18:43:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1728: SUBO-6178 Return default select`); report.push(`2022-10-29T18:43:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.0 -> release/release-2.14.1`); report.push(`2022-10-29T18:43:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-30T21:25:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-5084 feat: add new widget for checkbox`); +report.push(`2022-10-30T21:25:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-5084 feat(profile): add new widget for checkbox`); report.push(`34 5 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -27336,23 +27336,23 @@ report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(`13 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); -report.push(`2022-10-30T22:59:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T22:59:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`1 1 src/setupProxy.js`); report.push(`4 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-10-30T23:01:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T23:01:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`5 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-30T23:04:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T23:04:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-30T23:08:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T23:08:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`10 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-30T23:11:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T23:11:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`10 10 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-30T23:16:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat: change table view`); +report.push(`2022-10-30T23:16:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 feat(profile): change table view`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-10-30T23:18:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1730: SUBO-5785 Change table view`); @@ -27382,24 +27382,24 @@ report.push(`4 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx` report.push(`1 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-10-31T10:04:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5937 fix: change request for tree`); +report.push(`2022-10-31T10:04:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5937 fix(faq): change request for tree`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2022-10-31T11:29:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1729: SUBO-5084 feat: add new widget for checkbox`); +report.push(`2022-10-31T11:29:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1729: SUBO-5084 feat(profile): add new widget for checkbox`); report.push(`2022-10-31T11:29:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-10-31T11:34:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6166 fix: change button text`); report.push(`1 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-31T11:59:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6012 fix: send to backend false value for checkbox from DynamicFields`); +report.push(`2022-10-31T11:59:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6012 fix(OIR): send to backend false value for checkbox from DynamicFields`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); report.push(`2022-10-31T12:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1732: SUBO-6185 Add help for orgUnit`); report.push(`2022-10-31T12:28:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-10-31T12:29:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1734: SUBO-6166 fix: change button text`); report.push(`2022-10-31T12:29:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-31T12:31:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1733: SUBO-5937 fix: change request for tree`); +report.push(`2022-10-31T12:31:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1733: SUBO-5937 fix(faq): change request for tree`); report.push(`2022-10-31T12:31:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-31T12:37:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1735: SUBO-6012 fix: send to backend false value for checkbox from DynamicFields`); +report.push(`2022-10-31T12:37:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1735: SUBO-6012 fix(OIR): send to backend false value for checkbox from DynamicFields`); report.push(`2022-10-31T12:37:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-10-31T12:39:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6142 feat: add new status for requests`); report.push(`5 0 src/assets/images/status/annulled.svg`); @@ -27414,7 +27414,7 @@ report.push(`2 13 src/ts/components/Select/components/list/Static.tsx`); report.push(`1 13 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(`16 3 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2022-10-31T16:07:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-6082 fix: show button move to`); +report.push(`2022-10-31T16:07:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-6082 fix(OIR): show button move to`); report.push(`1 7 src/ts/pages/Builder/components/sub-header/OpenPage.tsx`); report.push(``); report.push(`2022-10-31T17:25:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6094 fix: change request for download file`); @@ -27424,32 +27424,32 @@ report.push(`17 8 src/ts/helpers/http/index.ts`); report.push(``); report.push(`2022-11-01T09:12:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1722: SUBO-5950 fix: fix the same text in select`); report.push(`2022-11-01T09:12:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-11-01T09:39:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1739: SUBO-6082 fix: show button move to`); +report.push(`2022-11-01T09:39:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1739: SUBO-6082 fix(OIR): show button move to`); report.push(`2022-11-01T09:39:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-11-01T11:46:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-6107 fix: fix request select position in tnp`); +report.push(`2022-11-01T11:46:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-6107 fix(faq): fix request select position in tnp`); report.push(`3 2 src/ts/api/personnel.ts`); report.push(`2 2 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`19 2 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`4 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-11-01T12:38:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6125 feat: add rules for default date`); +report.push(`2022-11-01T12:38:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6125 feat(profile): add rules for default date`); report.push(`16 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-01T13:25:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6221 fix: change checking for domains`); +report.push(`2022-11-01T13:25:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6221 fix(AIS): change checking for domains`); report.push(`3 4 src/ts/components/Select/components/labels/description.tsx`); report.push(`10 8 src/ts/components/Select/styles/labels.module.scss`); report.push(`9 8 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-11-01T13:33:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1743: SUBO-6221 fix: change checking for domains`); +report.push(`2022-11-01T13:33:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1743: SUBO-6221 fix(AIS): change checking for domains`); report.push(`2022-11-01T14:01:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-6215 fix: show account select`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2022-11-01T14:10:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1745: SUBO-6215 fix: show account select`); report.push(`2022-11-01T14:11:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-11-01T14:11:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6221 refactor: merge with release`); -report.push(`2022-11-01T14:16:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1746: SUBO-6221 fix: change checking for domains`); +report.push(`2022-11-01T14:16:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1746: SUBO-6221 fix(AIS): change checking for domains`); report.push(`2022-11-01T14:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-11-01T15:20:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1741: SUBO-6107 fix: fix request select position in tnp`); +report.push(`2022-11-01T15:20:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1741: SUBO-6107 fix(faq): fix request select position in tnp`); report.push(`2022-11-01T15:20:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); report.push(`2022-11-01T16:19:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-6216 fix: fix disabled button send request`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); @@ -27457,16 +27457,16 @@ report.push(`1 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); report.push(`2022-11-02T10:11:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1740: SUBO-6094 fix: change request for download file`); report.push(`2022-11-02T10:11:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-11-02T12:54:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat: show user info in requests`); +report.push(`2022-11-02T12:54:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat(profile): show user info in requests`); report.push(`54 0 src/ts/pages/AdditionalServices/components/Owner.tsx`); report.push(`2 0 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/interfaces/IAdditionalServicesTemplate.ts`); report.push(``); -report.push(`2022-11-02T12:58:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat: show owner for request`); +report.push(`2022-11-02T12:58:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat(profile): show owner for request`); report.push(`3 4 src/ts/pages/AdditionalServices/components/Owner.tsx`); report.push(``); -report.push(`2022-11-02T13:09:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat: show owner for request`); +report.push(`2022-11-02T13:09:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5994 feat(profile): show owner for request`); report.push(`1 0 src/ts/{pages/Tnp => }/interfaces/IUser.ts`); report.push(`2 1 src/ts/pages/AdditionalServices/interfaces/IAdditionalServicesTemplate.ts`); report.push(`1 1 src/ts/pages/Tnp/components/Archive/index.tsx`); @@ -27512,16 +27512,16 @@ report.push(`5 5 src/ts/pages/Request/index.tsx`); report.push(``); report.push(`2022-11-03T09:55:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1751: SUBO-6095 fix: hide copy button`); report.push(`2022-11-03T09:55:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6241 fix: add error message for TNP 2`); +report.push(`2022-11-03T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6241 fix(AIS): add error message for TNP 2`); report.push(`52 7 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-11-03T12:19:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1753: SUBO-6241 fix: add error message for TNP 2`); +report.push(`2022-11-03T12:19:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1753: SUBO-6241 fix(AIS): add error message for TNP 2`); report.push(`2022-11-03T12:19:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1.02 -> release/release-2.14.2`); report.push(`2022-11-03T12:19:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); report.push(`2022-11-03T12:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: hide blocked roles in Request`); report.push(`3 1 src/ts/api/roles.ts`); report.push(``); -report.push(`2022-11-03T13:02:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6167 fix: show copy button and etc bugs`); +report.push(`2022-11-03T13:02:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6167 fix(faq): show copy button and etc bugs`); report.push(`9 8 src/ts/pages/Request/index.tsx`); report.push(``); report.push(`2022-11-03T13:07:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6195 fix: rename property for backend`); @@ -27531,14 +27531,14 @@ report.push(`2 2 src/ts/pages/Template/index.tsx`); report.push(`3 3 src/ts/pages/Template/store/Template.ts`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-11-03T14:17:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6247 fix: add autocomplete for OIR`); +report.push(`2022-11-03T14:17:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6247 fix(faq): add autocomplete for OIR`); report.push(`26 0 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-11-03T15:18:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6241 fix: replace text`); +report.push(`2022-11-03T15:18:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6241 fix(AIS): replace text`); report.push(`2 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-11-03T15:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1757: SUBO-6241 fix: replace text`); +report.push(`2022-11-03T15:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1757: SUBO-6241 fix(AIS): replace text`); report.push(`2022-11-03T15:20:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1.02 -> release/release-2.14.2`); report.push(`2022-11-03T15:20:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); report.push(`2022-11-04T09:41:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6224 fix: replace name and full name`); @@ -27566,7 +27566,7 @@ report.push(`24 9 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(`6 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); -report.push(`2022-11-04T20:05:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: add toggle to modal`); +report.push(`2022-11-04T20:05:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): add toggle to modal`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`4 2 src/ts/components/Table/components/cells/CellList.tsx`); @@ -27589,7 +27589,7 @@ report.push(`3 3 src/ts/pages/Template/components/Template.tsx`); report.push(`12 8 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 1 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2022-11-07T00:55:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: add new text if check all cell values`); +report.push(`2022-11-07T00:55:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): add new text if check all cell values`); report.push(`1 1 src/setupProxy.js`); report.push(`35 19 src/ts/components/Table/components/cells/CellList.tsx`); report.push(`61 21 src/ts/components/Tree/components/TreeLevel.tsx`); @@ -27598,7 +27598,7 @@ report.push(`5 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`17 9 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(`3 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2022-11-07T01:10:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: resolve conflict`); +report.push(`2022-11-07T01:10:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): resolve conflict`); report.push(`2022-11-07T10:42:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: teem`); report.push(`1 1 src/setupProxy.js`); report.push(`2 12 src/ts/api/request.ts`); @@ -27609,9 +27609,9 @@ report.push(`2022-11-07T11:20:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-632 report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`3 3 src/ts/pages/TemplateOir/helpers/access-request/getRoleGroups.ts`); report.push(``); -report.push(`2022-11-07T11:35:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6327 fix: merge with release 2.14.2`); +report.push(`2022-11-07T11:35:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6327 fix(faq): merge with release 2.14.2`); report.push(`2022-11-07T12:29:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1762: Bugfix/SUBO-6325 OIR when generating application error displayed`); -report.push(`2022-11-07T13:09:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1756: SUBO-6247 fix: add autocomplete for OIR`); +report.push(`2022-11-07T13:09:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1756: SUBO-6247 fix(faq): add autocomplete for OIR`); report.push(`2022-11-07T13:10:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1758: SUBO-6224 fix: replace name and full name`); report.push(`2022-11-07T14:30:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6325 fix: isNotAvailable flag`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); @@ -27621,7 +27621,7 @@ report.push(``); report.push(`2022-11-07T14:46:37+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1765: SUBO-6325 fix: isNotAvailable flag`); report.push(`2022-11-07T16:32:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1766: SUBO-5785 fix: hide blocked roles in Request (temp)`); report.push(`2022-11-07T16:33:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1767: SUBO-6295 fix: show owner in 1208`); -report.push(`2022-11-07T16:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1770: SUBO-6125 feat: add rules for default date`); +report.push(`2022-11-07T16:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1770: SUBO-6125 feat(profile): add rules for default date`); report.push(`2022-11-07T16:57:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1773: Bugfix/SUBO-6212 Add check for copy request`); report.push(`2022-11-08T08:07:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1769: Bugfix/SUBO-6294 Fix download file in 1208`); report.push(`2022-11-08T14:02:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-6250 fix: send select upn from request save as recipient upn domain`); @@ -27657,7 +27657,7 @@ report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`2 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-11-09T13:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: Merge branch release-2.14.2 of into SUBO-5876-hierarchical-directory-of-departments`); +report.push(`2022-11-09T13:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): Merge branch release-2.14.2 of into SUBO-5876-hierarchical-directory-of-departments`); report.push(`2022-11-09T13:29:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 fix: add text widget`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); @@ -27674,7 +27674,7 @@ report.push(``); report.push(`2022-11-09T14:19:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6336 fix: change text value in OIR`); report.push(`13 3 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); report.push(``); -report.push(`2022-11-09T14:41:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: fix`); +report.push(`2022-11-09T14:41:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): fix`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-11-09T15:12:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6336 fix: change text value in OIR`); @@ -27692,7 +27692,7 @@ report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`2 0 src/ts/pages/TemplateOir/index.tsx`); report.push(`4 0 src/ts/pages/TemplateOir/styles/index.scss`); report.push(``); -report.push(`2022-11-09T16:47:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6142 fix: fix`); +report.push(`2022-11-09T16:47:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6142 fix(OIR): fix`); report.push(`5 0 public/assets/images/status/annulled.svg`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); @@ -27706,10 +27706,10 @@ report.push(`2022-11-10T09:09:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-11-10T10:15:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 feat: add Description widget`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-10T12:02:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-6407 fix: fix show button approval version`); +report.push(`2022-11-10T12:02:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-6407 fix(faq): fix show button approval version`); report.push(`15 14 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2022-11-10T13:19:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1781: SUBO-6407 fix: fix show button approval version`); +report.push(`2022-11-10T13:19:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1781: SUBO-6407 fix(faq): fix show button approval version`); report.push(`2022-11-10T13:19:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.3 -> master`); report.push(`2022-11-10T13:25:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1771: SUBO-5785 OIR and AdditionalServices`); report.push(`2022-11-10T13:25:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); @@ -27718,14 +27718,14 @@ report.push(`2022-11-10T14:19:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6195 fix report.push(`2022-11-10T14:36:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6195 fix: merge with release`); report.push(`0 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-11-10T16:04:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6201 fix: add validation for table widget`); +report.push(`2022-11-10T16:04:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6201 fix(AIS): add validation for table widget`); report.push(`18 1 src/ts/components/JsonSchema/components/modal/TableModal.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-11T11:46:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6201 fix: add validation for table widget`); +report.push(`2022-11-11T11:46:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6201 fix(AIS): add validation for table widget`); report.push(`3 1 src/ts/components/JsonSchema/components/Description.tsx`); report.push(``); -report.push(`2022-11-11T11:48:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1782: SUBO-6201 fix: add validation for table widget`); +report.push(`2022-11-11T11:48:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1782: SUBO-6201 fix(AIS): add validation for table widget`); report.push(`2022-11-11T11:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-11T11:56:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6440 fix: set default value for departament owner`); report.push(`1 1 src/setupProxy.js`); @@ -27745,14 +27745,14 @@ report.push(``); report.push(`2022-11-11T12:50:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: pt 5`); report.push(`42 41 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-11T13:13:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: add togle to edit modal empowerments`); +report.push(`2022-11-11T13:13:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): add togle to edit modal empowerments`); report.push(`11 8 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`2 0 src/ts/components/Tree/index.tsx`); report.push(`10 9 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`46 55 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(`4 2 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-11-11T13:30:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: resolve conflict`); +report.push(`2022-11-11T13:30:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): resolve conflict`); report.push(`2022-11-11T13:34:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: pt 4`); report.push(`7 0 src/assets/custom-ui-kit/ReceiptSolid.svg`); report.push(`4 0 src/assets/custom-ui-kit/UserRoleSolid.svg`); @@ -27762,7 +27762,7 @@ report.push(`10 1 src/ts/components/Title/index.tsx`); report.push(`2 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`5 0 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(``); -report.push(`2022-11-11T13:48:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: clean code`); +report.push(`2022-11-11T13:48:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): clean code`); report.push(`1 1 src/setupProxy.js`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`1 4 src/ts/components/Table/components/cells/CellList.tsx`); @@ -27771,11 +27771,11 @@ report.push(`0 1 src/ts/components/Tree/index.tsx`); report.push(`0 2 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`1 2 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2022-11-11T14:53:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: connect with back`); +report.push(`2022-11-11T14:53:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): connect with back`); report.push(`2 2 src/ts/components/Table/components/cells/CellList.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); -report.push(`2022-11-11T14:53:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: add save Tree in request`); +report.push(`2022-11-11T14:53:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): add save Tree in request`); report.push(`4 0 src/ts/interfaces/request/Role.ts`); report.push(`9 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(`0 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); @@ -27793,7 +27793,7 @@ report.push(`2022-11-11T15:48:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-11-11T15:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-11T15:49:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1787: SUBO-6310 fix: add validation for table wrapper`); report.push(`2022-11-11T15:49:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-11T15:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1712: SUBO-5794 feat: add table dictionary in empowerments`); +report.push(`2022-11-11T15:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1712: SUBO-5794 feat(profile): add table dictionary in empowerments`); report.push(`2022-11-11T15:56:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-11T16:14:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6476 fix: change style for OIR card`); report.push(`1 9 src/ts/pages/Requests/components/item/index.tsx`); @@ -27820,7 +27820,7 @@ report.push(`1 1 src/ts/api/acrq.ts`); report.push(`18 5 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`41 21 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(``); -report.push(`2022-11-11T20:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: Added display of previously saved departments in the request`); +report.push(`2022-11-11T20:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): Added display of previously saved departments in the request`); report.push(`6 0 src/ts/interfaces/request/Role.ts`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(`0 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); @@ -27846,12 +27846,12 @@ report.push(``); report.push(`2022-11-12T22:09:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: add text (pt 5)`); report.push(`7 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-12T22:09:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: move the functionality above`); +report.push(`2022-11-12T22:09:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): move the functionality above`); report.push(`13 42 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`8 2 src/ts/components/Tree/index.tsx`); report.push(`48 9 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-11-12T22:25:58+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat: change word`); +report.push(`2022-11-12T22:25:58+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 feat(Excel): change word`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); report.push(`2022-11-12T22:35:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1792: SUBO-6330 Change style for OIR`); @@ -27905,7 +27905,7 @@ report.push(`2022-11-13T18:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-11-13T21:38:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 fix: fix display all elements`); report.push(`10 6 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-11-14T01:01:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat: add new page vendors`); +report.push(`2022-11-14T01:01:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat(Excel): add new page vendors`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`67 0 src/ts/pages/Reconciliations/components/vendorsPage/buttons.tsx`); report.push(`341 0 src/ts/pages/Reconciliations/components/vendorsPage/index.tsx`); @@ -27915,7 +27915,7 @@ report.push(`12 0 src/ts/pages/Vendors/helpers/routes.ts`); report.push(`79 0 src/ts/pages/Vendors/index.tsx`); report.push(`23 0 src/ts/pages/Vendors/treatments.module.scss`); report.push(``); -report.push(`2022-11-14T01:25:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat: rename folder`); +report.push(`2022-11-14T01:25:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat(Excel): rename folder`); report.push(`0 0 src/ts/pages/Reconciliations/components/{vendorsPage => vendors}/buttons.tsx`); report.push(`0 0 src/ts/pages/Reconciliations/components/{vendorsPage => vendors}/index.tsx`); report.push(`0 0 src/ts/pages/Reconciliations/components/{vendorsPage => vendors}/list.tsx`); @@ -27935,11 +27935,11 @@ report.push(``); report.push(`2022-11-14T11:30:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6496 fix: change property in OIR card`); report.push(`13 17 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-11-14T11:32:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-6387 fix: fix disabled button if no accounts domains`); +report.push(`2022-11-14T11:32:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-6387 fix(faq): fix disabled button if no accounts domains`); report.push(`80 79 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2022-11-14T11:51:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1803: SUBO-6387 fix: fix disabled button if no accounts domains`); +report.push(`2022-11-14T11:51:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1803: SUBO-6387 fix(faq): fix disabled button if no accounts domains`); report.push(`2022-11-14T11:51:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-14T11:51:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1802: SUBO-6496 fix: change property in OIR card`); report.push(`2022-11-14T11:51:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); @@ -27947,13 +27947,13 @@ report.push(`2022-11-14T12:08:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-11-14T12:08:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-14T12:33:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1800: SUBO-6360 fix: fix max length`); report.push(`2022-11-14T12:33:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T12:52:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat: Added filtering of external companies by parameter from backend`); +report.push(`2022-11-14T12:52:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5876 feat(Excel): Added filtering of external companies by parameter from backend`); report.push(`18 6 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-11-14T13:00:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6501 fix: remove clear type in OIR`); +report.push(`2022-11-14T13:00:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6501 fix(AIS): remove clear type in OIR`); report.push(`4 8 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-14T13:04:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6501 fix: remove clear type in OIR`); +report.push(`2022-11-14T13:04:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6501 fix(AIS): remove clear type in OIR`); report.push(`0 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); report.push(`2022-11-14T13:09:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1804: SUBO-6501 Remove clear type in OIR`); @@ -27980,10 +27980,10 @@ report.push(`1 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`) report.push(``); report.push(`2022-11-14T17:45:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1807: SUBO-6313 feat: add new modal in 78 request`); report.push(`2022-11-14T17:45:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T18:10:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6525 feat: add update OIR info`); +report.push(`2022-11-14T18:10:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6525 feat(profile): add update OIR info`); report.push(`15 9 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-14T18:13:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1808: SUBO-6525 feat: add update OIR info`); +report.push(`2022-11-14T18:13:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1808: SUBO-6525 feat(profile): add update OIR info`); report.push(`2022-11-14T18:13:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); report.push(`2022-11-14T18:20:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6518 fix: hide copy button`); report.push(`1 1 src/ts/pages/Request/index.tsx`); @@ -28001,7 +28001,7 @@ report.push(`6 2 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUs report.push(``); report.push(`2022-11-15T10:27:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1811: SUBO-6522 feat: add block by DepartamentOwner`); report.push(`2022-11-15T10:28:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-15T12:00:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix: replace isBack checking`); +report.push(`2022-11-15T12:00:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix(OIR): replace isBack checking`); report.push(`8 1 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); report.push(``); report.push(`2022-11-15T12:00:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: add new Api method`); @@ -28013,13 +28013,13 @@ report.push(`1 1 src/ts/pages/Requests/components/item/Decision.tsx`); report.push(`2 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(`45 19 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-15T12:07:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1812: SUBO-6522 fix: replace isBack checking`); +report.push(`2022-11-15T12:07:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1812: SUBO-6522 fix(OIR): replace isBack checking`); report.push(`2022-11-15T12:07:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-15T12:11:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix: replace isBack checking`); +report.push(`2022-11-15T12:11:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix(OIR): replace isBack checking`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/getDisableSubmit.ts`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); report.push(``); -report.push(`2022-11-15T12:14:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix: replace isBack checking`); +report.push(`2022-11-15T12:14:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 fix(OIR): replace isBack checking`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); report.push(``); report.push(`2022-11-15T12:18:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1813: Bugfix/SUBO-6522 Check isBank`); @@ -28054,11 +28054,11 @@ report.push(`2022-11-16T10:48:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6318 fea report.push(`4 4 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`11 6 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-16T11:22:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for create company`); +report.push(`2022-11-16T11:22:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for create company`); report.push(`4 4 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`6 12 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-16T11:49:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for create company`); +report.push(`2022-11-16T11:49:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for create company`); report.push(`71 0 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); report.push(`3 7 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`2 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); @@ -28068,7 +28068,7 @@ report.push(`2022-11-16T13:44:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-6074 fix: report.push(`25 12 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); -report.push(`2022-11-16T21:03:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat: connect api vendors`); +report.push(`2022-11-16T21:03:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat(Excel): connect api vendors`); report.push(`40 10 src/ts/api/eei.ts`); report.push(`20 20 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/components/vendors/list.tsx`); @@ -28090,12 +28090,12 @@ report.push(``); report.push(`2022-11-16T21:31:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-6533 fix: fix maxLength code and name`); report.push(`2 0 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(``); -report.push(`2022-11-17T07:24:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page vendors`); +report.push(`2022-11-17T07:24:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page vendors`); report.push(`128 0 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(`108 0 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`44 0 src/ts/pages/Vendors/store/ContractsStore.ts`); report.push(``); -report.push(`2022-11-17T07:49:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix: remove text in OIR`); +report.push(`2022-11-17T07:49:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix(OIR): remove text in OIR`); report.push(`0 12 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); report.push(`2022-11-17T07:54:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6463 fix: change style for table`); @@ -28108,9 +28108,9 @@ report.push(``); report.push(`2022-11-17T08:00:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6459 fix: change style for textarea`); report.push(`1 6 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-11-17T10:52:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1819: SUBO-6542 fix: remove text in OIR`); +report.push(`2022-11-17T10:52:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1819: SUBO-6542 fix(OIR): remove text in OIR`); report.push(`2022-11-17T10:52:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.1 -> master`); -report.push(`2022-11-17T11:27:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat: add fake onclick at button`); +report.push(`2022-11-17T11:27:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-6316 feat(Excel): add fake onclick at button`); report.push(`3 3 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(`1 2 src/ts/pages/Vendors/components/item/index.tsx`); @@ -28122,7 +28122,7 @@ report.push(`3 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue report.push(`2 2 src/ts/pages/AdditionalServices/interfaces/ICustomFieldData.ts`); report.push(``); report.push(`2022-11-17T12:51:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: merge release`); -report.push(`2022-11-17T14:55:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: save company`); +report.push(`2022-11-17T14:55:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): save company`); report.push(`1 1 src/setupProxy.js`); report.push(`22 2 src/ts/api/eei.ts`); report.push(`2 1 src/ts/api/personnel.ts`); @@ -28137,14 +28137,14 @@ report.push(`8 4 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`27 18 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`21 10 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-17T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: save company`); +report.push(`2022-11-17T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): save company`); report.push(`1 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2022-11-17T15:12:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix: remove text from OIR`); +report.push(`2022-11-17T15:12:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix(OIR): remove text from OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`0 8 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-11-17T15:15:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix: remove text from OIR`); +report.push(`2022-11-17T15:15:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6542 fix(OIR): remove text from OIR`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-11-17T15:24:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1823: SUBO-6542 Hide text in OIR`); @@ -28152,7 +28152,7 @@ report.push(`2022-11-17T15:24:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-11-17T15:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6189 fix: change style for sidebar`); report.push(`3 2 src/ts/pages/Request/styles/index.scss`); report.push(``); -report.push(`2022-11-17T16:33:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6554 feat: add OrgUnit select`); +report.push(`2022-11-17T16:33:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6554 feat(profile): add OrgUnit select`); report.push(`170 0 src/ts/components/JsonSchema/components/widgets/OrgUnitTree.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`8 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -28173,7 +28173,7 @@ report.push(``); report.push(`2022-11-17T20:53:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change property for org structure`); report.push(`2 2 src/ts/api/personnel.ts`); report.push(``); -report.push(`2022-11-17T21:14:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add on reconciliations`); +report.push(`2022-11-17T21:14:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add on reconciliations`); report.push(`42 1 src/ts/api/eei.ts`); report.push(`4 7 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`2 1 src/ts/pages/Reconciliations/components/vendors/list.tsx`); @@ -28184,7 +28184,7 @@ report.push(`2022-11-18T09:04:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-576 report.push(`6 2 src/ts/api/request.ts`); report.push(`7 4 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-11-18T11:09:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6331 fix: change text in validation`); +report.push(`2022-11-18T11:09:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6331 fix(AIS): change text in validation`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(``); report.push(`2022-11-18T11:13:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1820: SUBO-6463 Fix style for table`); @@ -28201,18 +28201,18 @@ report.push(`24 26 src/ts/pages/Builder/components/shared/OrgStructuresFilter.ts report.push(``); report.push(`2022-11-18T16:58:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1786: SUBO-5876 hierarchical directory of departments`); report.push(`2022-11-18T16:58:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.3 -> master`); -report.push(`2022-11-19T00:17:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-6521 fix: fix display table role groups`); +report.push(`2022-11-19T00:17:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-6521 fix(AIS): fix display table role groups`); report.push(`18 1 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`2 0 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-11-19T19:53:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: change requests`); +report.push(`2022-11-19T19:53:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): change requests`); report.push(`1 1 src/setupProxy.js`); report.push(`9 4 src/ts/api/eei.ts`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(`0 2 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`14 20 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-19T21:01:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:01:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(`1 3 src/ts/pages/Reconciliations/components/vendors/index.tsx`); @@ -28232,7 +28232,7 @@ report.push(`1 1 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`56 0 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(`3 0 src/ts/pages/Vendors/treatments.module.scss`); report.push(``); -report.push(`2022-11-19T21:15:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:15:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`14 7 src/ts/api/eei.ts`); report.push(`6 4 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`6 4 src/ts/pages/Vendors/components/employees/Form.tsx`); @@ -28240,34 +28240,34 @@ report.push(`13 3 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`1 6 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`2 7 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-11-19T21:20:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:20:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`8 35 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-11-19T21:26:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:26:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`4 4 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/company/Buttons.tsx`); report.push(`14 1 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(``); -report.push(`2022-11-19T21:51:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:51:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`11 8 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-19T21:58:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T21:58:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`4 4 src/ts/pages/Vendors/components/shared/SuccessRequest.tsx`); report.push(`2 2 src/ts/pages/Vendors/pages/Company.tsx`); report.push(`3 2 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(``); -report.push(`2022-11-19T22:07:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T22:07:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`2 2 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-19T22:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T22:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`7 1 src/ts/api/eei.ts`); report.push(`1 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2022-11-19T22:49:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page for vendors`); +report.push(`2022-11-19T22:49:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page for vendors`); report.push(`23 5 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`14 3 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-20T19:55:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page vendorrs`); +report.push(`2022-11-20T19:55:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page vendorrs`); report.push(`3 12 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`1 1 src/ts/pages/Template/components/Help.tsx`); report.push(`9 7 src/ts/pages/Template/components/SideBar.tsx`); @@ -28280,7 +28280,7 @@ report.push(`1 1 src/ts/pages/Vendors/components/shared/SuccessRequest.tsx`); report.push(`1 0 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`3 0 src/ts/pages/Vendors/treatments.module.scss`); report.push(``); -report.push(`2022-11-20T20:11:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page vendorrs`); +report.push(`2022-11-20T20:11:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page vendorrs`); report.push(`1 14 src/ts/pages/Reconciliations/components/vendors/buttons.tsx`); report.push(`3 13 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/company/Buttons.tsx`); @@ -28293,15 +28293,15 @@ report.push(`3 3 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`0 6 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(`1 1 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(``); -report.push(`2022-11-20T20:41:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page vendorrs`); +report.push(`2022-11-20T20:41:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page vendorrs`); report.push(`15 16 src/ts/api/eei.ts`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(`4 4 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-20T20:46:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat: add new page vendorrs`); +report.push(`2022-11-20T20:46:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 feat(Excel): add new page vendorrs`); report.push(`0 2 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-20T21:06:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix: change OIR card`); +report.push(`2022-11-20T21:06:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix(OIR): change OIR card`); report.push(`15 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`9 65 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); report.push(`27 13 src/ts/pages/Requests/components/item/index.tsx`); @@ -28315,7 +28315,7 @@ report.push(`1 0 src/ts/pages/Request/index.tsx`); report.push(``); report.push(`2022-11-21T13:36:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1826: SUBO-6544 fix: disabled bank item in select`); report.push(`2022-11-21T13:36:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.4 -> master`); -report.push(`2022-11-21T13:42:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1828: SUBO-6152 fix: change OIR card`); +report.push(`2022-11-21T13:42:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1828: SUBO-6152 fix(OIR): change OIR card`); report.push(`2022-11-21T13:44:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1824: SUBO-6189 fix: change style for sidebar`); report.push(`2022-11-21T13:44:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1822: SUBO-6515 fix: add checking for attributes`); report.push(`2022-11-21T13:45:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1736: SUBO-6142 feat: add new status for requests`); @@ -28323,8 +28323,8 @@ report.push(`2022-11-21T13:46:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-11-21T13:46:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1816: SUBO-6193 feat: added filling text fields`); report.push(`2022-11-21T13:46:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1817: SUBO-6074 fix: fix attribute delta`); report.push(`2022-11-21T13:47:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1818: SUBO-6533 fix: fix maxLength code and name`); -report.push(`2022-11-21T13:49:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1825: SUBO-6331 fix: change text in validation`); -report.push(`2022-11-21T14:10:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1827: SUBO-6521 fix: fix display table role groups`); +report.push(`2022-11-21T13:49:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1825: SUBO-6331 fix(AIS): change text in validation`); +report.push(`2022-11-21T14:10:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1827: SUBO-6521 fix(AIS): fix display table role groups`); report.push(`2022-11-21T14:32:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6656 fix: add user upn in OIR`); report.push(`48 43 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); @@ -28432,7 +28432,7 @@ report.push(`12 0 src/ts/pages/Reconciliations/components/employee/index.tsx`); report.push(``); report.push(`2022-11-23T09:47:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1839: SUBO-6193 feat: added filling text fields`); report.push(`2022-11-23T09:47:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-23T10:01:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix: change OIR card final`); +report.push(`2022-11-23T10:01:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix(OIR): change OIR card final`); report.push(`3 2 src/ts/helpers/constants.ts`); report.push(`18 17 src/ts/interfaces/request/RequestMedium.ts`); report.push(`6 0 src/ts/interfaces/request/RequestSmall.ts`); @@ -28449,29 +28449,29 @@ report.push(`2022-11-23T10:13:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-11-23T10:13:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1843: SUBO-6533 fix: fix maxLength code and name`); report.push(`2022-11-23T10:14:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1844: SUBO-6074 fix: fix attribute delta`); report.push(`2022-11-23T10:14:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-23T12:15:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1840: SUBO-6152 fix: change OIR card final`); -report.push(`2022-11-23T12:30:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add disabled for vendors`); +report.push(`2022-11-23T12:15:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1840: SUBO-6152 fix(OIR): change OIR card final`); +report.push(`2022-11-23T12:30:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add disabled for vendors`); report.push(`12 10 src/ts/pages/Vendors/components/company/Buttons.tsx`); report.push(`17 15 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(`12 5 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`16 6 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`15 5 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-23T12:41:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add disabled for vendors`); +report.push(`2022-11-23T12:41:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add disabled for vendors`); report.push(`2 2 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`13 5 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(`2 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`2 2 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`1 1 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-23T12:46:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add disabled for vendors`); +report.push(`2022-11-23T12:46:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add disabled for vendors`); report.push(`1 5 src/ts/api/personnel.ts`); report.push(`2 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-11-23T12:49:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add disabled for vendors`); +report.push(`2022-11-23T12:49:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add disabled for vendors`); report.push(`2 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-11-23T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add disabled for vendors`); +report.push(`2022-11-23T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add disabled for vendors`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); report.push(`2022-11-23T13:27:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); @@ -28505,12 +28505,12 @@ report.push(`2022-11-23T15:03:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix report.push(`5 5 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`8 8 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-23T15:22:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add load array files`); +report.push(`2022-11-23T15:22:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add load array files`); report.push(`8 2 src/ts/helpers/http/Client.ts`); report.push(`0 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`7 9 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(``); -report.push(`2022-11-23T15:39:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add load array files`); +report.push(`2022-11-23T15:39:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add load array files`); report.push(`1 1 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); report.push(`2022-11-23T15:59:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1845: SUBO-6533 fix: fix max length`); @@ -28542,7 +28542,7 @@ report.push(`1 1 src/ts/components/Tree/helpers/preload.ts`); report.push(`4 2 src/ts/pages/TemplateOir/helpers/create-request/getDisableForTreeItems.ts`); report.push(``); report.push(`2022-11-24T11:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1849: SUBO-6689 fix: add disabled for Tree`); -report.push(`2022-11-24T11:52:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix: add checking for status`); +report.push(`2022-11-24T11:52:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6261 fix(AIS): add checking for status`); report.push(`2 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`2 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`25 0 src/ts/pages/Vendors/helpers/isDisabled.ts`); @@ -28579,37 +28579,37 @@ report.push(`3 2 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`32 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`8 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-24T14:14:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T14:14:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`25 7 src/ts/api/eei.ts`); report.push(`2 2 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`2 2 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-11-24T15:21:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T15:21:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`4 0 src/ts/pages/Requests/styles/filter.scss`); report.push(`14 0 src/ts/snippets/FilterPanel/index.tsx`); report.push(``); -report.push(`2022-11-24T15:25:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T15:25:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`7 5 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(``); -report.push(`2022-11-24T15:31:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T15:31:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`2 1 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`9 0 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-11-24T17:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T17:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`1 1 src/ts/pages/Authorization/components/Success.tsx`); report.push(`8 10 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`67 0 src/ts/pages/Vendors/components/shared/Buttons.tsx`); report.push(``); -report.push(`2022-11-24T17:09:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T17:09:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`2 2 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-11-24T17:16:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T17:16:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`1 1 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); report.push(`2022-11-24T17:31:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-4788 feat: fix request`); report.push(`2 4 src/ts/api/request.ts`); report.push(``); -report.push(`2022-11-24T18:00:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix: add filters in requests`); +report.push(`2022-11-24T18:00:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6317 fix(faq): add filters in requests`); report.push(`1 1 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); report.push(`2022-11-24T20:20:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-6466 fix: fix correct display role`); @@ -28634,7 +28634,7 @@ report.push(`104 0 src/ts/pages/Reports/components/FilterBy478.tsx`); report.push(`12 0 src/ts/pages/Reports/components/Filters.tsx`); report.push(`4 0 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2022-11-25T15:46:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6034 feat: add new date type`); +report.push(`2022-11-25T15:46:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6034 feat(profile): add new date type`); report.push(`1 1 src/setupProxy.js`); report.push(`48 19 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`21 0 src/ts/components/JsonSchema/styles/date.scss`); @@ -28646,7 +28646,7 @@ report.push(`1 1 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(`2 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`12 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-25T21:23:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix: merge with release`); +report.push(`2022-11-25T21:23:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix(OIR): merge with release`); report.push(`2022-11-26T19:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6864 fix: change links on epl`); report.push(`3 0 src/ts/pages/Vendors/components/Template.tsx`); report.push(`3 1 src/ts/pages/Vendors/components/company/Buttons.tsx`); @@ -28663,7 +28663,7 @@ report.push(`2022-11-26T19:42:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6863 fix report.push(`2 2 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`1 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-11-26T19:58:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6877 fix: fix links in recons`); +report.push(`2022-11-26T19:58:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6877 fix(faq): fix links in recons`); report.push(`6 1 src/ts/pages/Reconciliations/components/employee/index.tsx`); report.push(`32 3 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); @@ -28703,7 +28703,7 @@ report.push(`4 1 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`38 11 src/ts/pages/Builder/pages/Template.tsx`); report.push(`4 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-11-28T08:32:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6781 fix: change validation`); +report.push(`2022-11-28T08:32:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6781 fix(AIS): change validation`); report.push(`7 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-11-28T08:36:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6220 feat: add copy button in addtitional service`); @@ -28729,7 +28729,7 @@ report.push(`1 1 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); report.push(`2022-11-28T16:32:54+03:00>Oleg Losev>losev@net.it>Pull request #1856: SUBO-6846 fix: fix add user recipient oir`); report.push(`2022-11-28T16:32:55+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.15.7 -> master`); -report.push(`2022-11-28T17:52:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-6532 fix: fix disabled button`); +report.push(`2022-11-28T17:52:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-6532 fix(OIR): fix disabled button`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); @@ -28739,23 +28739,23 @@ report.push(``); report.push(`2022-11-28T20:54:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6859 fix: change status list`); report.push(`0 10 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-11-28T21:02:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6862 fix: remove service API`); +report.push(`2022-11-28T21:02:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6862 fix(OIR): remove service API`); report.push(`1 13 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); report.push(`2022-11-28T21:09:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6848 fix: change request Uuid in RoadMap`); report.push(`2 2 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-11-28T21:32:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6867 fix: add URL for ris number`); +report.push(`2022-11-28T21:32:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6867 fix(faq): add URL for ris number`); report.push(`11 0 src/ts/api/custom-dictionary.ts`); report.push(`6 1 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`1 6 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(``); report.push(`2022-11-28T21:37:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1855: SUBO-6220 feat: add copy button in addtitional service`); -report.push(`2022-11-28T21:37:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1854: SUBO-6781 fix: change validation`); -report.push(`2022-11-28T21:51:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix: add checking for file object`); +report.push(`2022-11-28T21:37:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1854: SUBO-6781 fix(AIS): change validation`); +report.push(`2022-11-28T21:51:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix(OIR): add checking for file object`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(``); -report.push(`2022-11-28T22:20:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6712 fix: add default values for select`); +report.push(`2022-11-28T22:20:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6712 fix(OIR): add default values for select`); report.push(`1 1 src/setupProxy.js`); report.push(`5 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`3 3 src/ts/components/JsonSchema/helpers/defaultValue.ts`); @@ -28768,7 +28768,7 @@ report.push(`1 0 src/ts/pages/Reconciliations/helpers/request/onClick.ts`); report.push(`1 0 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(`1 0 src/ts/pages/Reconciliations/helpers/tnp/onClick.ts`); report.push(``); -report.push(`2022-11-28T23:01:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix: add disabled for JsonSchema`); +report.push(`2022-11-28T23:01:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6152 fix(OIR): add disabled for JsonSchema`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-11-29T08:37:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6678 feat: add uz in OIR`); @@ -28829,19 +28829,19 @@ report.push(`1 1 src/ts/snippets/RequestForm/components/Buttons.tsx`); report.push(`6 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); report.push(`2022-11-29T17:39:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: Merge branch 'feature/SUBO-5769-modal-window-for-expert-response' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-5769-modal-window-for-expert-response`); -report.push(`2022-11-29T18:38:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-6912 fix: add name who cancel request in road map`); +report.push(`2022-11-29T18:38:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-6912 fix(OIR): add name who cancel request in road map`); report.push(`6 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(``); report.push(`2022-11-30T12:08:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1858: SUBO-6678 feat: add uz in OIR`); report.push(`2022-11-30T12:10:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1829: SUBO-4788 feat: add propability edit field in additional services`); report.push(`2022-11-30T12:11:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1861: SUBO-6909 fix: fix togle`); -report.push(`2022-11-30T12:18:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1865: SUBO-6034 feat: add new date type`); +report.push(`2022-11-30T12:18:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1865: SUBO-6034 feat(profile): add new date type`); report.push(`2022-11-30T12:38:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6033 fix: merge with release`); report.push(`2022-11-30T12:44:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1864: SUBO-6033 feat: add multiple table store`); report.push(`2022-11-30T13:48:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: merge with release`); report.push(`2 3 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); -report.push(`2022-11-30T14:38:55+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6927 fix: OIR fields dependency improvement`); +report.push(`2022-11-30T14:38:55+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6927 fix(faq): OIR fields dependency improvement`); report.push(`62 1 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDependency.ts`); report.push(``); report.push(`2022-11-30T14:55:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6939 fix: add multiple for domains`); @@ -28851,19 +28851,19 @@ report.push(`2022-11-30T15:01:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6945 fix report.push(`1 0 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`1 0 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-30T15:25:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6951 fix: Copy request. Added filter on dynamic field types FILE and LIST, they will not be copied.`); +report.push(`2022-11-30T15:25:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6951 fix(AIS): Copy request. Added filter on dynamic field types FILE and LIST, they will not be copied.`); report.push(`1 1 src/setupProxy.js`); report.push(`11 5 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-11-30T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6842 fix: add decode URL for files`); +report.push(`2022-11-30T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6842 fix(OIR): add decode URL for files`); report.push(`1 1 src/ts/helpers/exportToFile.ts`); report.push(``); -report.push(`2022-11-30T16:56:17+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6922 fix: hide 'improved' btn within reconciliations`); +report.push(`2022-11-30T16:56:17+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6922 fix(OIR): hide 'improved' btn within reconciliations`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(``); -report.push(`2022-11-30T17:37:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1866: SUBO-6951 fix: Copy request.`); +report.push(`2022-11-30T17:37:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1866: SUBO-6951 fix(AIS): Copy request.`); report.push(`2022-11-30T17:37:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.0 -> master`); report.push(`2022-11-30T18:04:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-6560 fix: fix save login auth`); report.push(`2 1 src/ts/pages/Authorization/view/LoginForm.tsx`); @@ -28891,14 +28891,14 @@ report.push(`38 3 src/ts/pages/Search/index.tsx`); report.push(``); report.push(`2022-12-01T10:30:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1871: SUBO-6909 fix: fix togle`); report.push(`2022-12-01T10:30:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.0 -> master`); -report.push(`2022-12-01T11:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1857: SUBO-6532 fix: fix disabled button`); +report.push(`2022-12-01T11:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1857: SUBO-6532 fix(OIR): fix disabled button`); report.push(`2022-12-01T11:09:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.1 -> master`); report.push(`2022-12-01T11:09:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.1 -> master`); -report.push(`2022-12-01T11:09:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1862: SUBO-6912 fix: add name who cancel request in road map`); -report.push(`2022-12-01T11:35:36+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6971 fix: pass routerParams for vendors Pagination variablesInUrl`); +report.push(`2022-12-01T11:09:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1862: SUBO-6912 fix(OIR): add name who cancel request in road map`); +report.push(`2022-12-01T11:35:36+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6971 fix(AIS): pass routerParams for vendors Pagination variablesInUrl`); report.push(`1 1 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-12-01T11:57:58+03:00>Petr Petrov>petrov@mail.jp>SUBO-6572 fix: fix pagination on versions page`); +report.push(`2022-12-01T11:57:58+03:00>Petr Petrov>petrov@mail.jp>SUBO-6572 fix(OIR): fix pagination on versions page`); report.push(`26 19 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); report.push(`2022-12-01T12:55:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 refactor: merge with release`); @@ -28942,14 +28942,14 @@ report.push(`2022-12-02T10:09:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-02T10:33:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-6914 fix: fix correct domain recipient upn`); report.push(`7 3 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-12-02T10:38:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7001 fix: change loader in Additional service`); +report.push(`2022-12-02T10:38:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7001 fix(AIS): change loader in Additional service`); report.push(`10 3 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2022-12-02T10:38:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6980 fix: show ris in the correct way within vendor contracts`); report.push(`2 3 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-12-02T10:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1880: SUBO-7001 fix: change loader in Additional service`); -report.push(`2022-12-02T12:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6984 feat: add roles in vendor`); +report.push(`2022-12-02T10:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1880: SUBO-7001 fix(AIS): change loader in Additional service`); +report.push(`2022-12-02T12:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6984 feat(profile): add roles in vendor`); report.push(`2 0 src/ts/components/AccessControl/guard.ts`); report.push(`2 0 src/ts/helpers/constants.ts`); report.push(`13 5 src/ts/pages/Authorization/components/Success.tsx`); @@ -28961,7 +28961,7 @@ report.push(``); report.push(`2022-12-02T15:07:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-7019 fix: add description for 532`); report.push(`7 0 src/ts/pages/TemplateOir/components/shared/Description.tsx`); report.push(``); -report.push(`2022-12-02T15:53:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1868: SUBO-6922 fix: hide 'improved' btn within reconciliations`); +report.push(`2022-12-02T15:53:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1868: SUBO-6922 fix(OIR): hide 'improved' btn within reconciliations`); report.push(`2022-12-02T17:51:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add common filter for additional service`); report.push(`1 1 src/setupProxy.js`); report.push(`9 0 src/ts/api/constructor.ts`); @@ -28980,45 +28980,45 @@ report.push(``); report.push(`2022-12-02T18:18:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: fix conflict`); report.push(`2022-12-03T09:51:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.2 -> master`); report.push(`2022-12-03T09:51:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1881: SUBO-7019 fix: add description for 532`); -report.push(`2022-12-03T14:41:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7045 feat: add expert group action within reconciliations`); +report.push(`2022-12-03T14:41:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7045 feat(profile): add expert group action within reconciliations`); report.push(`3 3 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`51 37 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 0 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2022-12-03T14:48:39+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7045 feat: reconciliations expert - add cast confirmSelectedItems to array`); +report.push(`2022-12-03T14:48:39+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7045 feat(profile): reconciliations expert - add cast confirmSelectedItems to array`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-12-05T10:51:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change link for files`); +report.push(`2022-12-05T10:51:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change link for files`); report.push(`1 0 src/ts/api/request.ts`); report.push(`11 9 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(``); -report.push(`2022-12-05T10:52:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1872: SUBO-6572 fix: fix pagination on versions page`); +report.push(`2022-12-05T10:52:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1872: SUBO-6572 fix(OIR): fix pagination on versions page`); report.push(`2022-12-05T10:52:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.3 -> master`); report.push(`2022-12-05T10:52:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1869: SUBO-6560 fix: fix save login auth`); report.push(`2022-12-05T10:52:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.3 -> master`); -report.push(`2022-12-05T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change link for files`); +report.push(`2022-12-05T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change link for files`); report.push(`9 1 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(``); -report.push(`2022-12-05T10:59:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change link for files`); +report.push(`2022-12-05T10:59:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change link for files`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 1 src/ts/helpers/exportToFile.ts`); report.push(``); -report.push(`2022-12-05T11:02:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change link for files`); +report.push(`2022-12-05T11:02:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change link for files`); report.push(`1 1 src/ts/pages/AdditionalServices/components/Owner.tsx`); report.push(``); report.push(`2022-12-05T11:06:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1882: SUBO-7028 fix: pass description to the Wrapper within Date widget`); -report.push(`2022-12-05T11:55:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6941 fix: add return response within loadAdditionalServicesFields`); +report.push(`2022-12-05T11:55:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6941 fix(AIS): add return response within loadAdditionalServicesFields`); report.push(`4 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); report.push(`2022-12-05T11:57:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1884: SUBO-6941 Change link for files`); report.push(`2022-12-05T12:07:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: merge with release`); -report.push(`2022-12-05T12:53:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-6482 fix: fix button remove element from table`); +report.push(`2022-12-05T12:53:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-6482 fix(OIR): fix button remove element from table`); report.push(`3 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-12-05T13:00:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-6942 fix: add new recipient attributes in oir`); +report.push(`2022-12-05T13:00:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-6942 fix(OIR): add new recipient attributes in oir`); report.push(`12 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-12-05T13:06:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dynamic fields`); +report.push(`2022-12-05T13:06:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dynamic fields`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-12-05T13:11:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: merge with release`); @@ -29038,16 +29038,16 @@ report.push(`4 5 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`10 31 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-12-05T17:10:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7042 fix: add validation for table field for vendor's company form`); +report.push(`2022-12-05T17:10:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7042 fix(OIR): add validation for table field for vendor's company form`); report.push(`1 0 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`14 0 src/ts/helpers/validation/index.ts`); report.push(`14 9 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`1 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-12-06T09:42:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1890: SUBO-7042 fix: add validation for table field for vendor's company form`); +report.push(`2022-12-06T09:42:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1890: SUBO-7042 fix(OIR): add validation for table field for vendor's company form`); report.push(`2022-12-06T09:44:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1888: SUBO-7054 fix: hide user upn within oir UserDetails`); -report.push(`2022-12-06T09:44:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1883: SUBO-7045 feat: add expert group action within reconciliations`); +report.push(`2022-12-06T09:44:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1883: SUBO-7045 feat(profile): add expert group action within reconciliations`); report.push(`2022-12-06T09:53:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-7056 fix: fix name road map`); report.push(`1 6 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`9 8 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); @@ -29060,7 +29060,7 @@ report.push(`8 2 src/ts/pages/Requests/helpers/search.ts`); report.push(`6 1 src/ts/snippets/FilterPanel/components/StringFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-06T10:22:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dinamic fields`); +report.push(`2022-12-06T10:22:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dinamic fields`); report.push(`29 8 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`18 4 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`4 1 src/ts/components/JsonSchema/store/TableModalStore.ts`); @@ -29072,11 +29072,11 @@ report.push(`0 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.t report.push(`2 1 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDependency.ts`); report.push(``); report.push(`2022-12-06T10:28:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: merge with additional`); -report.push(`2022-12-06T11:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change file name in 1011`); +report.push(`2022-12-06T11:53:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change file name in 1011`); report.push(`8 3 src/ts/api/request.ts`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(``); -report.push(`2022-12-06T12:10:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix: change file name in 1011`); +report.push(`2022-12-06T12:10:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6941 fix(AIS): change file name in 1011`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(``); report.push(`2022-12-06T12:13:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1893: Bugfix/SUBO-6941 Change file name in 1011`); @@ -29095,10 +29095,10 @@ report.push(`2022-12-06T14:45:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6259 fix report.push(`3 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); report.push(`2022-12-06T14:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1896: SUBO-6259 fix: change add cross in rules`); -report.push(`2022-12-06T15:23:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add Date ALL`); +report.push(`2022-12-06T15:23:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add Date ALL`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-12-06T15:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1897: SUBO-6634 feat: add Date ALL`); +report.push(`2022-12-06T15:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1897: SUBO-6634 feat(profile): add Date ALL`); report.push(`2022-12-06T16:06:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-7098 fix: change url tnp personnel type structure`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(``); @@ -29158,10 +29158,10 @@ report.push(`1 1 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(``); report.push(`2022-12-07T09:47:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1879: SUBO-6914 fix: fix correct domain recipient upn`); report.push(`2022-12-07T09:47:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.5 -> master`); -report.push(`2022-12-07T09:47:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1889: SUBO-6942 fix: add new recipient attributes in oir`); +report.push(`2022-12-07T09:47:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1889: SUBO-6942 fix(OIR): add new recipient attributes in oir`); report.push(`2022-12-07T09:47:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.5 -> master`); report.push(`2022-12-07T09:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.5 -> master`); -report.push(`2022-12-07T09:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1885: SUBO-6482 fix: fix button remove element from table`); +report.push(`2022-12-07T09:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1885: SUBO-6482 fix(OIR): fix button remove element from table`); report.push(`2022-12-07T10:23:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dependency fields 900`); report.push(`17 0 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`1 1 src/ts/components/JsonSchema/store/TableModalStore.ts`); @@ -29170,23 +29170,23 @@ report.push(`2022-12-07T10:39:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix report.push(`1 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); report.push(`2022-12-07T10:42:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dependency fields 900`); -report.push(`2022-12-07T10:48:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6842 fix: a correct way to decode the filename while downloading a file`); +report.push(`2022-12-07T10:48:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6842 fix(OIR): a correct way to decode the filename while downloading a file`); report.push(`2 1 src/ts/api/request.ts`); report.push(`6 2 src/ts/helpers/exportToFile.ts`); report.push(``); report.push(`2022-12-07T11:36:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7139 fix: correct validation method for the vendor company contracts field`); report.push(`4 1 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(``); -report.push(`2022-12-07T12:36:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dependency fields 900`); +report.push(`2022-12-07T12:36:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dependency fields 900`); report.push(`2 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`12 23 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`12 0 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(``); -report.push(`2022-12-07T13:42:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dependency fields 900`); +report.push(`2022-12-07T13:42:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dependency fields 900`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`17 10 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(``); -report.push(`2022-12-07T14:10:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dependency 900`); +report.push(`2022-12-07T14:10:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dependency 900`); report.push(`7 16 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`0 3 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`1 3 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); @@ -29196,7 +29196,7 @@ report.push(``); report.push(`2022-12-07T14:26:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-7159 fix: fix toggle request value`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-12-07T14:32:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dependency 900`); +report.push(`2022-12-07T14:32:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dependency 900`); report.push(`2 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); report.push(`2022-12-07T15:14:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); @@ -29237,14 +29237,14 @@ report.push(`2022-12-07T17:55:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix report.push(`0 16 src/ts/api/request.ts`); report.push(`0 3 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-12-07T23:32:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7127 fix: add property for request`); +report.push(`2022-12-07T23:32:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7127 fix(faq): add property for request`); report.push(`8 2 src/ts/api/personnel.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-12-07T23:34:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7127 fix: add property for request`); +report.push(`2022-12-07T23:34:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7127 fix(faq): add property for request`); report.push(`0 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2022-12-08T00:03:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat: add dependency fields 900`); +report.push(`2022-12-08T00:03:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 feat(profile): add dependency fields 900`); report.push(`3 2 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); @@ -29252,12 +29252,12 @@ report.push(`2022-12-08T00:17:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6943 fix report.push(`1 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); report.push(`2022-12-08T00:20:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1899: SUBO-6943 fix: change Checkbox label font-size`); -report.push(`2022-12-08T00:21:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1901: SUBO-6842 fix: a correct way to decode the filename while downloading a file`); +report.push(`2022-12-08T00:21:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1901: SUBO-6842 fix(OIR): a correct way to decode the filename while downloading a file`); report.push(`2022-12-08T00:21:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1902: SUBO-7139 fix: correct validation method for the vendor company contracts field`); report.push(`2022-12-08T00:27:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: merge with release`); report.push(`2022-12-08T00:30:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: merge with release`); -report.push(`2022-12-08T09:22:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1907: SUBO-6984 feat: add roles in vendor`); -report.push(`2022-12-08T11:09:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-6787 fix: fix request search`); +report.push(`2022-12-08T09:22:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1907: SUBO-6984 feat(profile): add roles in vendor`); +report.push(`2022-12-08T11:09:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-6787 fix(faq): fix request search`); report.push(`2 2 src/ts/api/search.ts`); report.push(``); report.push(`2022-12-08T11:34:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add 478 filter`); @@ -29266,7 +29266,7 @@ report.push(`67 7 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`166 0 src/ts/pages/Requests/helpers/search.ts`); report.push(`18 4 src/ts/snippets/FilterPanel/components/StringFilter.tsx`); report.push(``); -report.push(`2022-12-08T13:15:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7067 feat: add hacks for disabled items in 478`); +report.push(`2022-12-08T13:15:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7067 feat(traffic chart): add hacks for disabled items in 478`); report.push(`4 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`25 0 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(``); @@ -29274,7 +29274,7 @@ report.push(`2022-12-08T13:54:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7030 fix report.push(`1 1 src/ts/pages/Reconciliations/components/vendors/table.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(``); -report.push(`2022-12-08T14:39:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7181 fix: change callAction for company`); +report.push(`2022-12-08T14:39:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7181 fix(AIS): change callAction for company`); report.push(`1 1 src/setupProxy.js`); report.push(`10 5 src/ts/api/eei.ts`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -29284,17 +29284,17 @@ report.push(`2 0 src/ts/pages/Reconciliations/helpers/converter.ts`); report.push(`10 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(`1 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-12-08T15:43:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1906: SUBO-7127 fix: add property for request`); +report.push(`2022-12-08T15:43:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1906: SUBO-7127 fix(faq): add property for request`); report.push(`2022-12-08T15:43:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-08T16:07:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7220 fix: return validation for table`); report.push(`12 10 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-12-08T16:20:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1909: SUBO-7067 feat: add hacks for disabled items in 478`); +report.push(`2022-12-08T16:20:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1909: SUBO-7067 feat(traffic chart): add hacks for disabled items in 478`); report.push(`2022-12-08T16:23:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1910: SUBO-7030 fix: rename vendor title`); report.push(`2022-12-08T16:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1903: SUBO-7159 fix: fix toggle request value`); report.push(`2022-12-08T16:28:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.6 -> release/release-2.17.0`); report.push(`2022-12-08T16:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-08T16:40:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7231 fix: add title for cards on main page`); +report.push(`2022-12-08T16:40:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7231 fix(AIS): add title for cards on main page`); report.push(`3 2 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(``); report.push(`2022-12-08T16:54:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7113 fix: add block vendor's employee functionality`); @@ -29348,7 +29348,7 @@ report.push(`2022-12-09T09:23:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-12-09T09:50:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5769 fix: merge expert response with release`); report.push(`2022-12-09T09:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-09T09:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1815: Feature/SUBO-5769 modal window for expert response`); -report.push(`2022-12-09T11:19:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1911: SUBO-7231 fix: add title for cards on main page`); +report.push(`2022-12-09T11:19:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1911: SUBO-7231 fix(AIS): add title for cards on main page`); report.push(`2022-12-09T11:19:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-09T11:37:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7250 fix: send taskId in case a request was approved within eei api`); report.push(`2 2 src/ts/api/eei.ts`); @@ -29372,13 +29372,13 @@ report.push(`2 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`80 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2022-12-09T15:17:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7227 fix: correct set consonantBank field within loadEmployeesInfo`); +report.push(`2022-12-09T15:17:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7227 fix(faq): correct set consonantBank field within loadEmployeesInfo`); report.push(`3 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); report.push(`2022-12-09T15:58:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7113 fix: hide block employee btn within employees list page`); report.push(`13 10 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-12-09T16:00:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1919: SUBO-7227 fix: correct set consonantBank field within loadEmployeesInfo`); +report.push(`2022-12-09T16:00:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1919: SUBO-7227 fix(faq): correct set consonantBank field within loadEmployeesInfo`); report.push(`2022-12-09T16:00:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-09T16:00:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1918: SUBO-7238 fix: add hack for date with time in 900`); report.push(`2022-12-09T16:00:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1920: SUBO-7113 fix: hide block employee btn within employees list page`); @@ -29397,10 +29397,10 @@ report.push(`2022-12-09T17:11:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-590 report.push(`19 21 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`3 3 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-12-09T18:11:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6921 fix: hide call_expert button within requests page group selection`); +report.push(`2022-12-09T18:11:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6921 fix(AIS): hide call_expert button within requests page group selection`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-12-09T18:18:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1923: SUBO-6921 fix: hide call_expert button within requests page group selection`); +report.push(`2022-12-09T18:18:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1923: SUBO-6921 fix(AIS): hide call_expert button within requests page group selection`); report.push(`2022-12-09T18:18:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-09T18:44:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix conflict`); report.push(`5 0 public/assets/images/status/annulled.svg`); @@ -29625,7 +29625,7 @@ report.push(``); report.push(`2022-12-10T15:13:02+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7286 fix: fill the employee form with employee consonantBank instead of a company`); report.push(`8 6 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2022-12-10T23:10:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-6907 feat: add button for vendors form`); +report.push(`2022-12-10T23:10:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-6907 feat(traffic chart): add button for vendors form`); report.push(`2 2 src/ts/pages/Requests/styles/hacks.scss`); report.push(`57 30 src/ts/pages/Template/components/Header.tsx`); report.push(`6 0 src/ts/pages/Template/styles/header.scss`); @@ -29636,7 +29636,7 @@ report.push(`32 13 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`8 3 src/ts/pages/Vendors/pages/Company.tsx`); report.push(``); report.push(`2022-12-10T23:46:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-6969 fix: resolve conflict`); -report.push(`2022-12-11T11:31:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7036 feat: Displaying the result of the expertise in a small request card`); +report.push(`2022-12-11T11:31:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7036 feat(Excel): Displaying the result of the expertise in a small request card`); report.push(`2 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`12 5 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); @@ -29649,7 +29649,7 @@ report.push(``); report.push(`2022-12-12T01:22:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7238 fix: add limit for time`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2022-12-12T10:12:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7036 feat: no show expertise result in treatments`); +report.push(`2022-12-12T10:12:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7036 feat(Excel): no show expertise result in treatments`); report.push(`4 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); @@ -29684,9 +29684,9 @@ report.push(`2022-12-12T12:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7228 fix report.push(`11 5 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2022-12-12T12:30:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1932: SUBO-7228 fix: add checking isBank for Roles`); -report.push(`2022-12-12T12:31:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1928: SUBO-6907 feat: add button for vendors form`); +report.push(`2022-12-12T12:31:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1928: SUBO-6907 feat(traffic chart): add button for vendors form`); report.push(`2022-12-12T12:31:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1904: SUBO-6969 fix: fix recipient user copy request`); -report.push(`2022-12-12T12:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1929: SUBO-7036 feat: Displaying the result of the expertise in a small request card`); +report.push(`2022-12-12T12:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1929: SUBO-7036 feat(Excel): Displaying the result of the expertise in a small request card`); report.push(`2022-12-12T12:33:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1852: SUBO-6713 fix: fix dependency role if check perent`); report.push(`2022-12-12T12:33:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1905: SUBO-7176 fix: show toggle in modal temlate`); report.push(`2022-12-12T12:33:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1891: SUBO-7056 fix: fix name road map`); @@ -29698,10 +29698,10 @@ report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`2 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-12-12T12:56:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7287 fix: send cammundaTaskId as entityId also`); +report.push(`2022-12-12T12:56:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7287 fix(faq): send cammundaTaskId as entityId also`); report.push(`1 1 src/ts/api/eei.ts`); report.push(``); -report.push(`2022-12-12T13:06:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1935: SUBO-7287 fix: send cammundaTaskId as entityId also`); +report.push(`2022-12-12T13:06:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1935: SUBO-7287 fix(faq): send cammundaTaskId as entityId also`); report.push(`2022-12-12T13:06:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); report.push(`2022-12-12T13:06:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1934: SUBO-7295 fix: Hide the expertise buttons for additional services`); report.push(`2022-12-12T13:06:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); @@ -29762,42 +29762,42 @@ report.push(`2022-12-13T10:50:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7326 fix report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-12-13T10:54:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1943: SUBO-7326 Hide authors for 542 in roadmap`); -report.push(`2022-12-13T11:21:58+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7324 feat: hide allowed the services field within vendor's company contract form`); +report.push(`2022-12-13T11:21:58+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7324 feat(profile): hide allowed the services field within vendor's company contract form`); report.push(`14 12 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`6 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-12-13T11:54:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7322 fix: change filters for roles in DevSecOps`); +report.push(`2022-12-13T11:54:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7322 fix(OIR): change filters for roles in DevSecOps`); report.push(`4 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2022-12-13T12:00:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7328 fix: change logic for disabled roles`); report.push(`3 3 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-12-13T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7322 fix: change filters for roles in DevSecOps`); +report.push(`2022-12-13T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7322 fix(OIR): change filters for roles in DevSecOps`); report.push(`9 4 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-12-13T12:25:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1944: SUBO-7324 feat: hide allowed the services field within vendor's company contract form`); +report.push(`2022-12-13T12:25:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1944: SUBO-7324 feat(profile): hide allowed the services field within vendor's company contract form`); report.push(`2022-12-13T12:25:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-13T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7331 fix: remove roles for vendors`); +report.push(`2022-12-13T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7331 fix(AIS): remove roles for vendors`); report.push(`0 1 src/ts/components/AccessControl/guard.ts`); report.push(`0 1 src/ts/helpers/constants.ts`); report.push(`5 13 src/ts/pages/Authorization/components/Success.tsx`); report.push(`8 16 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); report.push(`2022-12-13T12:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-13T12:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1946: SUBO-7331 fix: remove roles for vendors`); +report.push(`2022-12-13T12:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1946: SUBO-7331 fix(AIS): remove roles for vendors`); report.push(`2022-12-13T12:38:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1945: SUBO-7322, SUBO-7328 Change filters for roles`); -report.push(`2022-12-13T12:39:46+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6345 feat: add {formatter|param 1|param 2} syntax for Description`); +report.push(`2022-12-13T12:39:46+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6345 feat(profile): add {formatter|param 1|param 2} syntax for Description`); report.push(`42 10 src/ts/components/JsonSchema/components/Description.tsx`); report.push(``); -report.push(`2022-12-13T13:01:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1947: SUBO-6345 feat: add {formatter|param 1|param 2} syntax for Description`); +report.push(`2022-12-13T13:01:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1947: SUBO-6345 feat(profile): add {formatter|param 1|param 2} syntax for Description`); report.push(`2022-12-13T14:28:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7334 fix: change dependency rules for 1207`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2022-12-13T15:44:52+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7235 feat: set a default domain for new employees`); +report.push(`2022-12-13T15:44:52+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7235 feat(profile): set a default domain for new employees`); report.push(`1 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); report.push(`2022-12-13T16:07:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-13T16:07:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1949: SUBO-7235 feat: set a default domain for new employees`); +report.push(`2022-12-13T16:07:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1949: SUBO-7235 feat(profile): set a default domain for new employees`); report.push(`2022-12-13T16:07:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1948: SUBO-7334 fix: change dependency rules for 1207`); report.push(`2022-12-13T18:35:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-6616 fix: fix show expand in select`); report.push(`2 0 src/ts/components/Tree/components/TreeFolder.tsx`); @@ -29821,10 +29821,10 @@ report.push(`3 1 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(``); report.push(`2022-12-14T10:44:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1941: SUBO-7298 fix: show recipient user`); report.push(`2022-12-14T10:45:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.1 -> master`); -report.push(`2022-12-14T10:45:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1908: SUBO-6787 fix: fix request search`); +report.push(`2022-12-14T10:45:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1908: SUBO-6787 fix(faq): fix request search`); report.push(`2022-12-14T10:45:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1925: SUBO-7160 fix: fix toggle ais`); report.push(`2022-12-14T10:46:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1942: SUBO-7086 fix: select value dynamic fields`); -report.push(`2022-12-14T10:57:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7235 feat: set a default domain from backend for a new employee`); +report.push(`2022-12-14T10:57:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7235 feat(profile): set a default domain from backend for a new employee`); report.push(`9 2 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); report.push(`2022-12-14T11:23:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: return hacks for MSE`); @@ -29856,13 +29856,13 @@ report.push(`10 13 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); report.push(`2022-12-14T13:19:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1955: SUBO-7336 fix: add date validation, limit date field for 478 additional service`); report.push(`2022-12-14T13:19:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1954: SUBO-7379 fix: add 2 steps for dependency in 900`); -report.push(`2022-12-14T13:20:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1952: SUBO-7235 feat: set a default domain from backend for a new employee`); +report.push(`2022-12-14T13:20:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1952: SUBO-7235 feat(profile): set a default domain from backend for a new employee`); report.push(`2022-12-14T13:22:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1957: Revert "SUBO-7113 fix: hide block employee btn within employees list page"`); report.push(`2022-12-14T13:22:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1956: Revert "SUBO-7113 fix: hide block employee btn within employees list page"`); -report.push(`2022-12-14T13:43:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7341 fix: update copy button in table 478`); +report.push(`2022-12-14T13:43:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7341 fix(AIS): update copy button in table 478`); report.push(`4 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-12-14T13:46:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1958: SUBO-7341 fix: update copy button in table 478`); +report.push(`2022-12-14T13:46:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1958: SUBO-7341 fix(AIS): update copy button in table 478`); report.push(`2022-12-14T14:35:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix filters`); report.push(`6 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`12 15 src/ts/pages/Requests/helpers/search.ts`); @@ -29875,14 +29875,14 @@ report.push(`2022-12-14T15:26:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7390 report.push(`1 1 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(``); report.push(`2022-12-14T16:20:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1959: Bugfix/SUBO-7390 employee block success link`); -report.push(`2022-12-14T16:40:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7306 feat: A comment is not necessary for the approval of the expertise`); +report.push(`2022-12-14T16:40:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7306 feat(Excel): A comment is not necessary for the approval of the expertise`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`17 14 src/ts/pages/Reconciliations/components/modal/AdviceExpert.tsx`); report.push(`6 6 src/ts/snippets/RequestForm/index.tsx`); report.push(``); report.push(`2022-12-14T17:19:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: merge with release`); -report.push(`2022-12-14T18:05:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7306 feat: show group button for expertise`); +report.push(`2022-12-14T18:05:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7306 feat(Excel): show group button for expertise`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2022-12-15T10:57:16+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7411 feat: hide approve btn for canceled company/employee request`); @@ -29900,7 +29900,7 @@ report.push(`4 4 src/ts/pages/Reports/components/Filters.tsx`); report.push(`130 26 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(`2 2 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-12-15T16:37:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-7381 fix: remove empty select value`); +report.push(`2022-12-15T16:37:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-7381 fix(AIS): remove empty select value`); report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-12-15T23:04:31+03:00>Лосев Александр Александрович (4080505)>losevaa@dev.vtb.ru>Automatic merge from release/release-2.17.2 -> master`); @@ -29910,14 +29910,14 @@ report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2022-12-16T10:48:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1965: Hotfix/SUBO-7306 impossible to request expertise as`); report.push(`2022-12-16T10:48:13+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.17.3 -> master`); -report.push(`2022-12-16T12:23:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix: reset depend custom fields within useFormChange`); +report.push(`2022-12-16T12:23:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix(faq): reset depend custom fields within useFormChange`); report.push(`18 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); report.push(`2022-12-16T14:40:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7419 fix: select value-list - improve the way to render title`); report.push(`4 1 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`3 1 src/ts/components/Select/components/value-list/List.tsx`); report.push(``); -report.push(`2022-12-16T15:13:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1966: SUBO-7427 fix: reset depend custom fields within useFormChange`); +report.push(`2022-12-16T15:13:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1966: SUBO-7427 fix(faq): reset depend custom fields within useFormChange`); report.push(`2022-12-16T15:13:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.17.3 -> master`); report.push(`2022-12-16T15:16:04+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1968: Bugfix/SUBO-7427 additional 557 depend custom fields`); report.push(`2022-12-16T15:16:38+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1967: SUBO-7419 fix: select value-list - improve the way to render title`); @@ -29932,18 +29932,18 @@ report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2022-12-16T15:59:01+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1964: SUBO-6793 fix: fix max length`); report.push(`2022-12-16T15:59:02+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Automatic merge from release/release-2.17.3 -> master`); -report.push(`2022-12-16T15:59:46+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1970: SUBO-6787 fix: fix request search`); +report.push(`2022-12-16T15:59:46+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1970: SUBO-6787 fix(faq): fix request search`); report.push(`2022-12-16T15:59:47+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Automatic merge from release/release-2.17.3 -> master`); report.push(`2022-12-16T15:59:59+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Automatic merge from release/release-2.17.3 -> master`); report.push(`2022-12-16T15:59:59+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1969: SUBO-7160 fix: fix toggle ais`); -report.push(`2022-12-16T16:09:07+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix: check for undefined withih useFormChange`); +report.push(`2022-12-16T16:09:07+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix(faq): check for undefined withih useFormChange`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-16T16:10:45+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1971: SUBO-7427 fix: check for undefined withih useFormChange`); -report.push(`2022-12-16T16:55:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix: check for undefined within useFormChange`); +report.push(`2022-12-16T16:10:45+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1971: SUBO-7427 fix(faq): check for undefined withih useFormChange`); +report.push(`2022-12-16T16:55:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7427 fix(faq): check for undefined within useFormChange`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-16T16:57:48+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1972: SUBO-7427 fix: check for undefined within useFormChange`); +report.push(`2022-12-16T16:57:48+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1972: SUBO-7427 fix(faq): check for undefined within useFormChange`); report.push(`2022-12-16T17:44:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-7160 fix: fix show role if check toggle`); report.push(`8 6 src/ts/pages/Template/components/Form.tsx`); report.push(``); @@ -29964,7 +29964,7 @@ report.push(`2022-12-19T10:40:44+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7478 report.push(`7 4 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); report.push(`2022-12-19T11:05:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1976: SUBO-7478 fix: updateTargetFieldsValue - not update state in case the field is not multiple`); -report.push(`2022-12-19T11:12:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-7487 fix: fix add check store`); +report.push(`2022-12-19T11:12:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-7487 fix(faq): fix add check store`); report.push(`1 0 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(``); report.push(`2022-12-19T11:16:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 fix: change properties in report for 478`); @@ -29974,7 +29974,7 @@ report.push(`2022-12-19T11:42:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 fix report.push(`10 8 src/ts/pages/Reports/components/FilterBy478.tsx`); report.push(`4 4 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2022-12-19T11:46:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1978: SUBO-7487 fix: fix add check store`); +report.push(`2022-12-19T11:46:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1978: SUBO-7487 fix(faq): fix add check store`); report.push(`2022-12-19T11:46:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.4 -> master`); report.push(`2022-12-19T11:49:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 fix: change properties in report for 478`); report.push(`1 1 src/ts/pages/Reports/components/TableFor478.tsx`); @@ -29984,12 +29984,12 @@ report.push(`2022-12-19T12:06:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-12-19T13:19:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-7495 fix: fix add optional chain`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-19T13:43:49+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7462 fix: don't render roadmap without requestUUID within Item`); +report.push(`2022-12-19T13:43:49+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7462 fix(OIR): don't render roadmap without requestUUID within Item`); report.push(`1 1 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); report.push(`2022-12-19T14:17:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.5 -> master`); report.push(`2022-12-19T14:17:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1980: SUBO-7495 fix: fix add optional chain`); -report.push(`2022-12-19T14:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1981: SUBO-7462 fix: don't render roadmap without requestUUID within Item`); +report.push(`2022-12-19T14:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1981: SUBO-7462 fix(OIR): don't render roadmap without requestUUID within Item`); report.push(`2022-12-19T15:06:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1933: SUBO-7243 OIR and Additional and Bugs combo`); report.push(`2022-12-19T15:08:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1961: SUBO-6575 fix: fix disabled button if form is dirty`); report.push(`2022-12-19T15:09:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1950: SUBO-6616 fix: fix show expand in select`); @@ -29997,8 +29997,8 @@ report.push(`2022-12-19T15:31:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7464 report.push(`4 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); report.push(`2022-12-19T15:36:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1982: SUBO-7464 fix: loadCompanyInfo - a correct way to fill "consonantBank" and "consonantCross" fields`); -report.push(`2022-12-19T15:39:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7381 fix: merge with release`); -report.push(`2022-12-19T15:43:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1962: SUBO-7381 fix: remove empty select value`); +report.push(`2022-12-19T15:39:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7381 fix(AIS): merge with release`); +report.push(`2022-12-19T15:43:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1962: SUBO-7381 fix(AIS): remove empty select value`); report.push(`2022-12-19T17:02:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7503 fix: add hash in OIR`); report.push(`11 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); @@ -30011,7 +30011,7 @@ report.push(`1 0 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); report.push(`2022-12-19T17:20:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: Merge branch 'bugfix/SUBO-7480-Change-properties-in-report-for-478' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-5908-customized-search-and-478-report`); report.push(`2022-12-19T17:39:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1974: Feature/SUBO-5908 customized search and 478 report`); -report.push(`2022-12-19T17:43:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7444 feat: new year layout`); +report.push(`2022-12-19T17:43:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7444 feat(profile): new year layout`); report.push(`1 6 src/assets/images/FileOutline.svg`); report.push(`1 0 src/assets/images/FolderOutline.svg`); report.push(`1 0 src/assets/images/authorization-sidebar.svg`); @@ -30074,15 +30074,15 @@ report.push(`2022-12-20T09:51:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7520 fix report.push(`2 2 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); report.push(`2022-12-20T09:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1986: SUBO-7520 fix: hide tree children`); -report.push(`2022-12-20T10:25:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7521 fix: remove dependency for multiple`); +report.push(`2022-12-20T10:25:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7521 fix(AIS): remove dependency for multiple`); report.push(`4 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`6 2 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2022-12-20T10:28:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7521 fix: remove dependency for multiple`); +report.push(`2022-12-20T10:28:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7521 fix(AIS): remove dependency for multiple`); report.push(`0 4 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); report.push(`2022-12-20T10:30:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1987: Bugfix/SUBO-7521 Remove dependency for multiple`); -report.push(`2022-12-20T12:03:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1985: SUBO-7444 feat: new year layout`); +report.push(`2022-12-20T12:03:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1985: SUBO-7444 feat(profile): new year layout`); report.push(`2022-12-20T12:05:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7500 fix: add dependency dapp`); report.push(`8 1 src/ts/api/request.ts`); report.push(`6 1 src/ts/api/roles.ts`); @@ -30128,15 +30128,15 @@ report.push(`2022-12-20T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7500 fix report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); report.push(`2022-12-20T15:23:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1994: SUBO-7500 fix: remove org unit bank in Dapp`); -report.push(`2022-12-20T15:36:40+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7517 feat: show employee status`); +report.push(`2022-12-20T15:36:40+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7517 feat(traffic chart): show employee status`); report.push(`19 0 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2022-12-20T15:41:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1995: SUBO-7517 feat: show employee status`); -report.push(`2022-12-20T18:03:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat: add auto fill responsible 701 additional`); +report.push(`2022-12-20T15:41:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1995: SUBO-7517 feat(traffic chart): show employee status`); +report.push(`2022-12-20T18:03:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat(traffic chart): add auto fill responsible 701 additional`); report.push(`11 0 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`7 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-20T20:40:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat: fix update after change type account`); +report.push(`2022-12-20T20:40:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat(traffic chart): fix update after change type account`); report.push(`12 1 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`0 7 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); @@ -30145,13 +30145,13 @@ report.push(`2022-12-21T09:13:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2022-12-21T09:19:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-7573 fix: hide toggle template`); report.push(`21 19 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-12-21T09:35:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat: remove transform dynamic field 701 additional`); +report.push(`2022-12-21T09:35:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-6967 feat(traffic chart): remove transform dynamic field 701 additional`); report.push(`0 11 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(``); report.push(`2022-12-21T10:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1997: SUBO-7573 fix: hide toggle template`); report.push(`2022-12-21T10:21:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.7 -> release/release-2.18.0`); report.push(`2022-12-21T10:21:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-21T11:31:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7541 fix: create oir roles - autoselect role department from departmentOwner for vtb manager`); +report.push(`2022-12-21T11:31:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7541 fix(AIS): create oir roles - autoselect role department from departmentOwner for vtb manager`); report.push(`13 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2022-12-21T12:03:06+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7538 fix: move description to roles for create oir vtb`); @@ -30183,10 +30183,10 @@ report.push(`2022-12-21T16:02:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-21T16:02:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); report.push(`2022-12-21T16:16:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2003: SUBO-7596 fix: show correct name in sm 1011`); report.push(`2022-12-21T16:16:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-21T16:23:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7592 fix: vendor employees list filter fix`); +report.push(`2022-12-21T16:23:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7592 fix(OIR): vendor employees list filter fix`); report.push(`1 1 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-12-21T16:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2004: SUBO-7592 fix: vendor employees list filter fix`); +report.push(`2022-12-21T16:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2004: SUBO-7592 fix(OIR): vendor employees list filter fix`); report.push(`2022-12-21T16:26:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); report.push(`2022-12-21T16:44:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 feat: add new role for report in 478`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); @@ -30234,12 +30234,12 @@ report.push(`2022-12-22T14:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-621 report.push(`2022-12-22T14:31:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6213 fix: fix`); report.push(`1 2 src/ts/pages/Template/components/Header.tsx`); report.push(``); -report.push(`2022-12-22T14:32:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: add hacks for 900`); +report.push(`2022-12-22T14:32:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): add hacks for 900`); report.push(`2 0 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`49 0 src/ts/pages/AdditionalServices/helpers/hacksFor900Address.ts`); report.push(``); -report.push(`2022-12-22T14:47:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: add hacks for 900`); +report.push(`2022-12-22T14:47:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): add hacks for 900`); report.push(`0 2 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`0 2 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`12 2 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); @@ -30250,8 +30250,8 @@ report.push(`2022-12-22T14:56:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-22T14:56:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2007: SUBO-7610 fix: ReqyestStatus - hide mmanager IT user while stageStep === 'waiting'`); report.push(`2022-12-22T14:57:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2001: SUBO-7488 Add hacks for properties in 1207`); report.push(`2022-12-22T14:57:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1999: SUBO-7538 fix: move description to roles for create oir vtb`); -report.push(`2022-12-22T14:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1998: SUBO-7541 fix: create oir roles - autoselect role department from departmentOwner for vtb manager`); -report.push(`2022-12-22T14:58:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1996: SUBO-6967 feat: add auto fill responsible 701 additional`); +report.push(`2022-12-22T14:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1998: SUBO-7541 fix(AIS): create oir roles - autoselect role department from departmentOwner for vtb manager`); +report.push(`2022-12-22T14:58:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1996: SUBO-6967 feat(traffic chart): add auto fill responsible 701 additional`); report.push(`2022-12-22T15:36:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7594 fix: vendors - show success message after approve`); report.push(`17 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(`9 5 src/ts/pages/Vendors/components/company/Success.tsx`); @@ -30285,7 +30285,7 @@ report.push(`2022-12-22T17:07:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-22T18:26:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-7645 fix: remove auto fill recipient 701`); report.push(`1 12 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(``); -report.push(`2022-12-22T19:23:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-7235 feat: rename title`); +report.push(`2022-12-22T19:23:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-7235 feat(profile): rename title`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2022-12-23T09:49:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2014: SUBO-7645 fix: remove auto fill recipient 701`); @@ -30305,18 +30305,18 @@ report.push(`0 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`) report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/getDisableForTreeItems.ts`); report.push(`1 1 src/ts/pages/TemplateOir/styles/index.scss`); report.push(``); -report.push(`2022-12-23T10:26:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2015: SUBO-7235 feat: rename title`); +report.push(`2022-12-23T10:26:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2015: SUBO-7235 feat(profile): rename title`); report.push(`2022-12-23T10:26:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2016: SUBO-7210 Add hacks for ORM`); report.push(`2022-12-23T10:27:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1853: SUBO-6851 feat: add edit template by upn`); report.push(`2022-12-23T10:27:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.1 -> master`); -report.push(`2022-12-23T10:36:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: rename address in 900`); +report.push(`2022-12-23T10:36:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): rename address in 900`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); report.push(`2022-12-23T10:38:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-6614 fix: fix select modal`); report.push(`1 1 src/ts/components/Select/components/Search.tsx`); report.push(`10 2 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2022-12-23T10:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: find last adress`); +report.push(`2022-12-23T10:59:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): find last adress`); report.push(`5 4 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); report.push(`2022-12-23T11:07:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2017: Bugfix/SUBO-7587 Rename address 900`); @@ -30324,11 +30324,11 @@ report.push(`2022-12-23T11:11:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 fix report.push(`2 0 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); report.push(`2022-12-23T11:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2018: SUBO-7210 fix: add disable for properties in ORM`); -report.push(`2022-12-23T12:03:04+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7627 fix: delete some dynamic fields while creating 1207 request`); +report.push(`2022-12-23T12:03:04+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7627 fix(faq): delete some dynamic fields while creating 1207 request`); report.push(`24 0 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`3 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-23T12:39:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2019: SUBO-7627 fix: delete some dynamic fields while creating 1207 request`); +report.push(`2022-12-23T12:39:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2019: SUBO-7627 fix(faq): delete some dynamic fields while creating 1207 request`); report.push(`2022-12-23T12:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2020: SUBO-6614 fix: fix select modal`); report.push(`2022-12-23T13:03:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-7658 fix: fix search template`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); @@ -30344,20 +30344,20 @@ report.push(`65 36 src/ts/components/JsonSchema/components/modal/TableRemove.tsx report.push(`2 0 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`25 6 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-12-23T13:49:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix: change search in AIS`); +report.push(`2022-12-23T13:49:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix(OIR): change search in AIS`); report.push(`67 74 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`78 0 src/ts/snippets/FilterPanel/components/TypeFilter.tsx`); report.push(``); report.push(`2022-12-23T13:49:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2023: Bugfix/SUBO-7587 OIR and Additional and bugs 18 1`); -report.push(`2022-12-23T13:52:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix: change search in AIS`); +report.push(`2022-12-23T13:52:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix(OIR): change search in AIS`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2022-12-23T14:40:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2026: SUBO-7636 fix: Add line numbers.`); -report.push(`2022-12-23T14:41:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix: change search in AIS`); +report.push(`2022-12-23T14:41:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7652 fix(OIR): change search in AIS`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`6 4 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-12-23T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2024: SUBO-7652 fix: change search in AIS`); +report.push(`2022-12-23T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2024: SUBO-7652 fix(OIR): change search in AIS`); report.push(`2022-12-23T15:52:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7628 fix: Draft loadTemplateInfo - check for array`); report.push(`5 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); @@ -30371,7 +30371,7 @@ report.push(`1 1 src/setupProxy.js`); report.push(`30 2 src/ts/api/request.ts`); report.push(`34 0 src/ts/pages/AdditionalServices/helpers/hacksForORMApprove.ts`); report.push(``); -report.push(`2022-12-24T09:42:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: merge with release`); +report.push(`2022-12-24T09:42:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): merge with release`); report.push(`2022-12-24T14:12:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-7650 fix: fix request mse`); report.push(`3 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`3 2 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); @@ -30404,10 +30404,10 @@ report.push(``); report.push(`2022-12-24T17:10:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2036: SUBO-7650 fix: add converter for 478`); report.push(`2022-12-24T17:40:13+03:00>Лосев Александр Александрович (4080505)>losevaa@dev.vtb.ru>Pull request #2037: Bugfix/release 2.18.2 candidate`); report.push(`2022-12-24T17:40:14+03:00>Лосев Александр Александрович (4080505)>losevaa@dev.vtb.ru>Automatic merge from release/release-2.18.2 -> master`); -report.push(`2022-12-24T21:18:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix: add uuid in 900`); +report.push(`2022-12-24T21:18:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7587 fix(faq): add uuid in 900`); report.push(`21 12 src/ts/api/request.ts`); report.push(``); -report.push(`2022-12-24T21:21:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2038: SUBO-7587 fix: add uuid in 900`); +report.push(`2022-12-24T21:21:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2038: SUBO-7587 fix(faq): add uuid in 900`); report.push(`2022-12-24T21:21:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.2 -> master`); report.push(`2022-12-24T23:36:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); @@ -30489,10 +30489,10 @@ report.push(`1 2 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(``); report.push(`2022-12-26T11:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2043: SUBO-7773 fix: change code for buttons 478`); report.push(`2022-12-26T11:22:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.2 -> master`); -report.push(`2022-12-26T11:41:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7777 fix: change code buttons`); +report.push(`2022-12-26T11:41:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7777 fix(faq): change code buttons`); report.push(`1 2 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(``); -report.push(`2022-12-26T11:44:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2044: SUBO-7777 fix: change code buttons`); +report.push(`2022-12-26T11:44:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2044: SUBO-7777 fix(faq): change code buttons`); report.push(`2022-12-26T11:51:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-7776 fix: fix search ais`); report.push(`4 4 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); @@ -30510,7 +30510,7 @@ report.push(`2022-12-26T12:30:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-26T12:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.2 -> master`); report.push(`2022-12-26T12:31:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2045: SUBO-7626 fix: roadmap assignee check improvement`); report.push(`2022-12-26T12:32:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2046: SUBO-7776 fix: fix search ais`); -report.push(`2022-12-26T12:58:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7782 fix: change property in 1207`); +report.push(`2022-12-26T12:58:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7782 fix(OIR): change property in 1207`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(``); report.push(`2022-12-26T13:24:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7570 fix: useFormChange - remove errors for removed groups`); @@ -30551,39 +30551,39 @@ report.push(`2022-12-26T17:31:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2022-12-26T17:31:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.5 -> master`); report.push(`2022-12-26T23:24:32+03:00>Oleg Losev>losev@net.it>Pull request #2058: Release/release 2.18.5`); report.push(`2022-12-27T08:51:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2051: SUBO-7660 fix: fix style`); -report.push(`2022-12-27T11:52:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7615 feat: autofill form's selects`); +report.push(`2022-12-27T11:52:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7615 feat(profile): autofill form's selects`); report.push(`33 7 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`25 0 src/ts/snippets/AccessGroups/helpers/accumulative-changes.ts`); report.push(`11 3 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-12-27T12:59:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7801 fix: change vandor Uuid`); +report.push(`2022-12-27T12:59:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7801 fix(AIS): change vandor Uuid`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2022-12-27T14:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2060: SUBO-7801 fix: change vandor Uuid`); -report.push(`2022-12-27T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7811 fix: remove uuid in dictionary`); +report.push(`2022-12-27T14:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2060: SUBO-7801 fix(AIS): change vandor Uuid`); +report.push(`2022-12-27T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7811 fix(AIS): remove uuid in dictionary`); report.push(`7 1 src/ts/api/acrq.ts`); report.push(``); -report.push(`2022-12-27T15:07:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2061: SUBO-7811 fix: remove uuid in dictionary`); -report.push(`2022-12-27T15:11:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7811 fix: remove uuid in dictionary 2`); +report.push(`2022-12-27T15:07:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2061: SUBO-7811 fix(AIS): remove uuid in dictionary`); +report.push(`2022-12-27T15:11:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7811 fix(AIS): remove uuid in dictionary 2`); report.push(`7 1 src/ts/api/acrq.ts`); report.push(``); report.push(`2022-12-27T15:14:32+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7703 fix: ContractsTable - hide REMOVE btn for saved contracts`); report.push(`2 1 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); report.push(``); -report.push(`2022-12-27T15:14:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2062: SUBO-7811 fix: remove uuid in dictionary 2`); +report.push(`2022-12-27T15:14:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2062: SUBO-7811 fix(AIS): remove uuid in dictionary 2`); report.push(`2022-12-27T15:14:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.6 -> master`); -report.push(`2022-12-27T23:56:00+03:00>Oleg Losev>losev@net.it>Pull request #2064: SUBO-7811 fix: remove uuid in dictionary 2`); +report.push(`2022-12-27T23:56:00+03:00>Oleg Losev>losev@net.it>Pull request #2064: SUBO-7811 fix(AIS): remove uuid in dictionary 2`); report.push(`2022-12-27T23:57:06+03:00>Oleg Losev>losev@net.it>Pull request #2065: Bugfix/release 2.19.0 candidate`); report.push(`2022-12-27T23:57:07+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.0 -> master`); report.push(`2022-12-28T00:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.0 -> master`); report.push(`2022-12-28T00:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2041: Release 2.19.0 candidate`); report.push(`2022-12-28T09:28:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.1 -> master`); report.push(`2022-12-28T09:28:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2054: SUBO-7704 fix: fix default account`); -report.push(`2022-12-28T12:02:54+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7727 fix: AccessRequest - show user account`); +report.push(`2022-12-28T12:02:54+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7727 fix(faq): AccessRequest - show user account`); report.push(`8 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-12-28T15:10:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7791 fix: Search - oir doubling fix`); +report.push(`2022-12-28T15:10:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7791 fix(AIS): Search - oir doubling fix`); report.push(`6 5 src/ts/pages/Search/index.tsx`); report.push(``); report.push(`2022-12-28T14:37:55+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7838 fix: request 17 - show recipientUpn`); @@ -30609,25 +30609,25 @@ report.push(``); report.push(`2022-12-29T00:25:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7850 fix: add hack for dateTime`); report.push(`1 1 src/styles/hack.scss`); report.push(``); -report.push(`2022-12-29T11:38:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7857 fix: days +7 for some date field of 900 request`); +report.push(`2022-12-29T11:38:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7857 fix(faq): days +7 for some date field of 900 request`); report.push(`21 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-12-29T12:17:23+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7905 feat: send user's additional info while save additional request`); +report.push(`2022-12-29T12:17:23+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7905 feat(profile): send user's additional info while save additional request`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`2 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-12-29T13:50:52+03:00>Oleg Losev>losev@net.it>Pull request #2049: SUBO-7782 fix: change property in 1207`); +report.push(`2022-12-29T13:50:52+03:00>Oleg Losev>losev@net.it>Pull request #2049: SUBO-7782 fix(OIR): change property in 1207`); report.push(`2022-12-29T13:50:53+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.3 -> release/release-2.19.4`); report.push(`2022-12-29T13:50:53+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-29T13:57:42+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2072: SUBO-7905 feat: send user's additional info while save additional request`); +report.push(`2022-12-29T13:57:42+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2072: SUBO-7905 feat(profile): send user's additional info while save additional request`); report.push(`2022-12-29T13:57:43+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-29T15:33:42+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2071: SUBO-7857 fix: days +7 for some date field of 900 request`); +report.push(`2022-12-29T15:33:42+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2071: SUBO-7857 fix(faq): days +7 for some date field of 900 request`); report.push(`2022-12-29T15:33:43+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4-candidate -> release/release-2.19.4`); report.push(`2022-12-29T15:33:44+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); report.push(`2022-12-29T15:35:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2070: Hotfix/SUBO-7850 extend search all requests of given type`); report.push(`2022-12-29T15:35:12+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4-candidate -> release/release-2.19.4`); report.push(`2022-12-29T15:35:12+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-29T15:35:34+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2067: SUBO-7791 fix: Search - oir doubling fix`); +report.push(`2022-12-29T15:35:34+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2067: SUBO-7791 fix(AIS): Search - oir doubling fix`); report.push(`2022-12-29T15:35:34+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4-candidate -> release/release-2.19.4`); report.push(`2022-12-29T15:35:35+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); report.push(`2022-12-29T16:00:41+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2047: SUBO-7643 fix: Removed duplicate field initiator`); @@ -30652,13 +30652,13 @@ report.push(`2022-12-30T13:11:49+03:00>Машуков Никита Сергее report.push(`2022-12-30T13:44:10+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7926 fix: contracts vendor date show`); report.push(`1 1 src/styles/hack.scss`); report.push(``); -report.push(`2022-12-30T14:29:55+03:00>Oleg Losev>losev@net.it>Revert "SUBO-7857 fix: days +7 for some date field of 900 request"`); +report.push(`2022-12-30T14:29:55+03:00>Oleg Losev>losev@net.it>Revert "SUBO-7857 fix(faq): days +7 for some date field of 900 request"`); report.push(`2 21 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2022-12-30T14:30:36+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2075: SUBO-7926 fix: contracts vendor date show`); report.push(`2022-12-30T14:30:37+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4-candidate -> release/release-2.19.4`); report.push(`2022-12-30T14:30:38+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-30T14:50:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7911 fix: Modify the Acknowledgement of Conditions stage so that the user clearly understands what he agrees to`); +report.push(`2022-12-30T14:50:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7911 fix(AIS): Modify the Acknowledgement of Conditions stage so that the user clearly understands what he agrees to`); report.push(`1 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`61 0 src/ts/pages/Requests/components/modal/Acknowledgement.tsx`); report.push(`4 0 src/ts/pages/Requests/styles/hacks.scss`); @@ -30679,7 +30679,7 @@ report.push(`1 1 src/ts/pages/TemplateOir/helpers/constants.ts`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`11 0 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2022-12-30T20:28:29+03:00>Oleg Losev>losev@net.it>Pull request #2077: SUBO-7911 fix: Modify the Acknowledgement of Conditions stage so that the user clearly understands what he agrees to`); +report.push(`2022-12-30T20:28:29+03:00>Oleg Losev>losev@net.it>Pull request #2077: SUBO-7911 fix(AIS): Modify the Acknowledgement of Conditions stage so that the user clearly understands what he agrees to`); report.push(`2022-12-30T20:28:30+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.4 -> master`); report.push(`2022-12-30T20:28:30+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.4-candidate -> release/release-2.19.4`); report.push(`2023-01-06T12:43:59+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2078: SUBO-7934 fix: add table number employee details`); @@ -30692,32 +30692,32 @@ report.push(`1 1 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 1 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/Request/components/DeleteRequest.tsx`); report.push(``); -report.push(`2023-01-09T13:44:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7974 feat: show reference within OrgStructuresFilter`); +report.push(`2023-01-09T13:44:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7974 feat(profile): show reference within OrgStructuresFilter`); report.push(`22 6 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(``); report.push(`2023-01-09T13:51:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7994 fix: add optional chaining for multipleValues 1207`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(``); -report.push(`2023-01-09T14:20:35+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2085: SUBO-7974 feat: show reference within OrgStructuresFilter`); +report.push(`2023-01-09T14:20:35+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2085: SUBO-7974 feat(profile): show reference within OrgStructuresFilter`); report.push(`2023-01-09T14:20:59+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2080: SUBO-7973 feat: oir tfr request - show oirPath`); -report.push(`2023-01-09T16:01:32+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7702 fix: fix oir if toggle boolean as string`); +report.push(`2023-01-09T16:01:32+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7702 fix(OIR): fix oir if toggle boolean as string`); report.push(`8 6 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2023-01-10T11:06:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7997 fix: change limits for birthdate field`); +report.push(`2023-01-10T11:06:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7997 fix(faq): change limits for birthdate field`); report.push(`7 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); report.push(`2023-01-10T12:48:29+03:00>Oleg Losev>losev@net.it>Pull request #2090: SUBO-7923 feat: WIP - add OIR change form`); -report.push(`2023-01-10T12:50:11+03:00>Oleg Losev>losev@net.it>Pull request #2091: SUBO-7615 feat: autofill form's selects`); +report.push(`2023-01-10T12:50:11+03:00>Oleg Losev>losev@net.it>Pull request #2091: SUBO-7615 feat(profile): autofill form's selects`); report.push(`2023-01-10T12:53:29+03:00>Oleg Losev>losev@net.it>Pull request #2092: SUBO-7973 feat: oir tfr request - show oirPath`); -report.push(`2023-01-10T12:54:01+03:00>Oleg Losev>losev@net.it>Pull request #2093: SUBO-7974 feat: show reference within OrgStructuresFilter`); +report.push(`2023-01-10T12:54:01+03:00>Oleg Losev>losev@net.it>Pull request #2093: SUBO-7974 feat(profile): show reference within OrgStructuresFilter`); report.push(`2023-01-10T13:09:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8025 fix: useFormChange - check hashMapById for undefined`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); report.push(`2023-01-10T13:11:45+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8025 fix: JSONSchema builder - pass type for input field`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2023-01-10T13:17:24+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2089: SUBO-7997 fix: change limits for birthdate field`); +report.push(`2023-01-10T13:17:24+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2089: SUBO-7997 fix(faq): change limits for birthdate field`); report.push(`2023-01-10T13:45:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: add change OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`7 0 src/ts/api/request.ts`); @@ -30730,10 +30730,10 @@ report.push(``); report.push(`2023-01-10T15:25:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: fix find roleGroup`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-10T16:35:38+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8037 fix: AdditionalServices customLoader - don't load data for fields without uuid`); +report.push(`2023-01-10T16:35:38+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8037 fix(faq): AdditionalServices customLoader - don't load data for fields without uuid`); report.push(`6 0 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(``); -report.push(`2023-01-10T16:56:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2097: SUBO-8037 fix: AdditionalServices customLoader - don't load data for fields without uuid`); +report.push(`2023-01-10T16:56:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2097: SUBO-8037 fix(faq): AdditionalServices customLoader - don't load data for fields without uuid`); report.push(`2023-01-10T17:20:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7940 fix: send default value as value`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); @@ -30766,7 +30766,7 @@ report.push(`2023-01-11T11:01:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-792 report.push(`4 10 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-01-11T18:09:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat: Removed fields from the template builder that are not needed for EXTRASERVICE type`); +report.push(`2023-01-11T18:09:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat(Excel): Removed fields from the template builder that are not needed for EXTRASERVICE type`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); @@ -30779,14 +30779,14 @@ report.push(`20 0 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(`18 8 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(`7 4 src/ts/pages/Vendors/store/EmployeesBlockingStore.ts`); report.push(``); -report.push(`2023-01-12T10:46:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8042 fix: remove default type search value`); +report.push(`2023-01-12T10:46:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8042 fix(OIR): remove default type search value`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2023-01-12T11:06:42+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8082 feat: LoginForm - show another domain for test stands`); report.push(`4 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2023-01-12T11:16:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2105: SUBO-8042 fix: remove default type search value`); +report.push(`2023-01-12T11:16:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2105: SUBO-8042 fix(OIR): remove default type search value`); report.push(`2023-01-12T12:17:43+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8024 fix: add function remove output item`); report.push(`20 0 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(``); @@ -30829,7 +30829,7 @@ report.push(``); report.push(`2023-01-13T11:55:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: Fixed display of role groups in OIR created`); report.push(`34 73 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-01-13T12:51:31+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8057 fix: remove empty request orm`); +report.push(`2023-01-13T12:51:31+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8057 fix(faq): remove empty request orm`); report.push(`15 6 src/ts/api/request.ts`); report.push(``); report.push(`2023-01-13T13:54:11+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2084: SUBO-7994 fix: add optional chaining for multipleValues 1207`); @@ -30850,15 +30850,15 @@ report.push(`3 2 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); report.push(`2023-01-13T18:39:21+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2117: SUBO-8111 feat: ORM reqyest - another method to do not prefill ARM field, check for template uuuid not name`); report.push(`2023-01-13T18:39:22+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.11 -> master`); -report.push(`2023-01-14T11:05:45+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2114: SUBO-8057 fix: remove empty request orm`); +report.push(`2023-01-14T11:05:45+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2114: SUBO-8057 fix(faq): remove empty request orm`); report.push(`2023-01-14T11:05:46+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12-candidate -> release/release-2.19.12`); report.push(`2023-01-14T11:05:46+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12 -> master`); -report.push(`2023-01-14T11:12:33+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2088: SUBO-7702 fix: fix oir if toggle boolean as string`); +report.push(`2023-01-14T11:12:33+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2088: SUBO-7702 fix(OIR): fix oir if toggle boolean as string`); report.push(`2023-01-14T11:12:34+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12-candidate -> release/release-2.19.12`); report.push(`2023-01-14T11:12:35+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12 -> master`); report.push(`2023-01-14T11:29:52+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2118: SUBO-7940 fix: send default value as value`); report.push(`2023-01-14T11:29:53+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.12 -> master`); -report.push(`2023-01-14T12:52:24+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2119: SUBO-7702 fix: fix oir if toggle boolean as string`); +report.push(`2023-01-14T12:52:24+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2119: SUBO-7702 fix(OIR): fix oir if toggle boolean as string`); report.push(`2023-01-14T12:52:25+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12-without8057 -> release/release-2.19.12`); report.push(`2023-01-14T12:52:26+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12 -> master`); report.push(`2023-01-14T12:52:56+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2120: SUBO-7940 fix: send default value as value`); @@ -30873,10 +30873,10 @@ report.push(`2023-01-14T17:07:35+03:00>Victor Viktorovich>viktorovich@mail.com>A report.push(`2023-01-14T17:07:36+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12 -> master`); report.push(`2023-01-16T10:14:28+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.12 -> master`); report.push(`2023-01-16T10:14:28+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2113: SUBO-8192 feat: hackForORM - change field names`); -report.push(`2023-01-16T10:18:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8037 fix: dont work data loader`); +report.push(`2023-01-16T10:18:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8037 fix(faq): dont work data loader`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-16T10:51:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8037 fix: change request buttons for ext employeers`); +report.push(`2023-01-16T10:51:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8037 fix(faq): change request buttons for ext employeers`); report.push(`2 2 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); report.push(`2023-01-16T11:38:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8076 fix: hide type in OIR`); @@ -30891,7 +30891,7 @@ report.push(``); report.push(`2023-01-16T11:52:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6616 fix: change props for Tree children`); report.push(`7 7 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); -report.push(`2023-01-16T12:00:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2122: SUBO-8037 fix: dont work data loader`); +report.push(`2023-01-16T12:00:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2122: SUBO-8037 fix(faq): dont work data loader`); report.push(`2023-01-16T12:01:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.14 -> master`); report.push(`2023-01-16T12:01:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2124: SUBO-8226 fix: change link for support`); report.push(`2023-01-16T12:01:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2123: SUBO-8076 fix: hide type in OIR`); @@ -30911,7 +30911,7 @@ report.push(`1 1 src/ts/pages/MainPage/components/Favorite.tsx`); report.push(`3 2 src/ts/pages/MainPage/components/FavoriteItem.tsx`); report.push(``); report.push(`2023-01-16T17:52:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2129: SUBO-8226 fix: change link for OIR`); -report.push(`2023-01-16T18:13:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8207 fix: OIR StaticFields - fill with name for kind=USER type=TEXT field`); +report.push(`2023-01-16T18:13:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8207 fix(faq): OIR StaticFields - fill with name for kind=USER type=TEXT field`); report.push(`5 0 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); report.push(`2023-01-16T18:18:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8282 refactor: remove code`); @@ -30919,13 +30919,13 @@ report.push(`0 12 src/ts/api/request.ts`); report.push(``); report.push(`2023-01-16T18:24:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2131: SUBO-8282 refactor: remove code`); report.push(`2023-01-16T18:31:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.14 -> master`); -report.push(`2023-01-17T09:47:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2130: SUBO-8207 fix: OIR StaticFields - fill with name for kind=USER type=TEXT field`); +report.push(`2023-01-17T09:47:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2130: SUBO-8207 fix(faq): OIR StaticFields - fill with name for kind=USER type=TEXT field`); report.push(`2023-01-17T09:47:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); report.push(`2023-01-17T09:48:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2106: SUBO-8082 feat: LoginForm - show another domain for test stands`); report.push(`2023-01-17T09:48:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); report.push(`2023-01-17T09:53:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2079: SUBO-7868 feat: templateOir dynamic fields - show another description for oir tfr`); report.push(`2023-01-17T09:53:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); -report.push(`2023-01-17T09:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2066: SUBO-7727 fix: AccessRequest - show user account`); +report.push(`2023-01-17T09:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2066: SUBO-7727 fix(faq): AccessRequest - show user account`); report.push(`2023-01-17T09:54:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); report.push(`2023-01-17T10:43:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8095 fix: cant re send additional request 17`); report.push(`2 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); @@ -30966,21 +30966,21 @@ report.push(``); report.push(`2023-01-17T16:22:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8224 fix: remove required for file in vendor`); report.push(`1 1 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(``); -report.push(`2023-01-17T16:58:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: Checkbox fix for role model. The choice of divisions in Changing OIR is available`); +report.push(`2023-01-17T16:58:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): Checkbox fix for role model. The choice of divisions in Changing OIR is available`); report.push(`11 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`3 7 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2023-01-17T17:57:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: fix for list field`); +report.push(`2023-01-17T17:57:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): fix for list field`); report.push(`0 5 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-17T19:00:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2138: SUBO-8287 feat: Checkbox fix for role model.`); +report.push(`2023-01-17T19:00:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2138: SUBO-8287 feat(traffic chart): Checkbox fix for role model.`); report.push(`2023-01-17T19:06:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); report.push(`2023-01-18T10:10:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2137: SUBO-8324 fix: add uuid for Date items in 900`); report.push(`2023-01-18T10:10:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2133: SUBO-7946 fix: add 10 day in 900 request`); report.push(`2023-01-18T10:34:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2134: SUBO-8224 fix: remove required for files in vendor`); report.push(`2023-01-18T10:35:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2116: SUBO-8188 feat: vendor company form - add crossFlag checkbox`); -report.push(`2023-01-18T11:37:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8332 fix: set value for USER in OIR`); +report.push(`2023-01-18T11:37:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8332 fix(OIR): set value for USER in OIR`); report.push(`13 14 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); report.push(`2023-01-18T11:42:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7819 fix: change error description for file in 478`); @@ -30995,7 +30995,7 @@ report.push(``); report.push(`2023-01-18T12:54:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8125 fix: change property in 1207`); report.push(`5 23 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-18T15:25:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8277 fix: change switch in template request`); +report.push(`2023-01-18T15:25:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8277 fix(faq): change switch in template request`); report.push(`4 4 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); report.push(`2023-01-18T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2139: SUBO-7946, SUBO-8324 Common fix for 900`); @@ -31006,11 +31006,11 @@ report.push(`2023-01-18T16:05:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8125 fix report.push(`2 1 src/ts/api/request.ts`); report.push(``); report.push(`2023-01-18T16:29:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8336 fix: merge with release`); -report.push(`2023-01-18T16:56:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2143: SUBO-8336, 8332 fix: oir change request - use handleFormChange when prefill fields`); +report.push(`2023-01-18T16:56:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2143: SUBO-8336, 8332 fix(OIR): oir change request - use handleFormChange when prefill fields`); report.push(`2023-01-18T16:56:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2136: SUBO-8280 fix: OIR request - collapse action button if necessary`); report.push(`2023-01-18T17:29:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2144: SUBO-8125 fix: change property in 1207`); report.push(`2023-01-18T18:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.20.0 -> master`); -report.push(`2023-01-19T08:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: Added a condition for editing roles in Change OIR`); +report.push(`2023-01-19T08:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): Added a condition for editing roles in Change OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2023-01-19T10:57:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); @@ -31030,8 +31030,8 @@ report.push(``); report.push(`2023-01-19T11:46:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-19T11:59:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2147: SUBO-8287 feat: Added a condition for editing roles in Change OIR`); -report.push(`2023-01-19T12:29:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8392 fix: change user recipient in 17`); +report.push(`2023-01-19T11:59:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2147: SUBO-8287 feat(traffic chart): Added a condition for editing roles in Change OIR`); +report.push(`2023-01-19T12:29:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8392 fix(OIR): change user recipient in 17`); report.push(`4 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); report.push(`2023-01-19T12:58:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8438 fix: remove NY style`); @@ -31055,12 +31055,12 @@ report.push(``); report.push(`2023-01-19T13:19:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8438 fix: remove NY style`); report.push(`- - src/assets/images/authorization.jpg`); report.push(``); -report.push(`2023-01-19T15:06:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: removed validation check for disabled input fields`); +report.push(`2023-01-19T15:06:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): removed validation check for disabled input fields`); report.push(`8 4 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-19T15:14:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: remove validation check for disabled input fields`); +report.push(`2023-01-19T15:14:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): remove validation check for disabled input fields`); report.push(`1 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); @@ -31074,7 +31074,7 @@ report.push(``); report.push(`2023-01-19T15:44:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); report.push(`0 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-01-19T15:48:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat: fix conflict`); +report.push(`2023-01-19T15:48:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8287 feat(traffic chart): fix conflict`); report.push(`2023-01-19T16:46:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2126: SUBO-6616 fix: change props for Tree children`); report.push(`2023-01-19T16:46:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.21.0 -> master`); report.push(`2023-01-19T16:46:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); @@ -31084,36 +31084,36 @@ report.push(`2023-01-19T16:51:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-01-19T16:51:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.21.0 -> master`); report.push(`2023-01-19T16:53:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2142: SUBO-7819 fix: change error description for file in 478`); report.push(`2023-01-19T16:53:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.21.0 -> master`); -report.push(`2023-01-19T16:57:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8405 feat: removed validation check for disabled input fields`); +report.push(`2023-01-19T16:57:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8405 feat(profile): removed validation check for disabled input fields`); report.push(`8 4 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`4 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-01-19T17:09:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2152: SUBO-8405 feat: removed validation check for disabled input fields`); +report.push(`2023-01-19T17:09:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2152: SUBO-8405 feat(profile): removed validation check for disabled input fields`); report.push(`2023-01-20T11:27:03+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8446 fix: additionalservices mapUiDataToBackend - filter dynamicfields by name, not value in the state`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-01-20T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8357 fix: change date validation in 900`); +report.push(`2023-01-20T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8357 fix(faq): change date validation in 900`); report.push(`19 3 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-01-20T13:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8392 fix: hide calculate diff button`); +report.push(`2023-01-20T13:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8392 fix(OIR): hide calculate diff button`); report.push(`1 0 src/ts/api/constructor.ts`); report.push(`15 15 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`14 12 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2023-01-20T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2155: SUBO-8392 fix: hide calculate diff button`); -report.push(`2023-01-20T13:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2149: SUBO-8392 fix: change user recipient in 17`); -report.push(`2023-01-20T13:54:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2154: SUBO-8357 fix: change date validation in 900`); -report.push(`2023-01-20T13:57:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2145: SUBO-8277 fix: change switch in template request`); +report.push(`2023-01-20T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2155: SUBO-8392 fix(OIR): hide calculate diff button`); +report.push(`2023-01-20T13:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2149: SUBO-8392 fix(OIR): change user recipient in 17`); +report.push(`2023-01-20T13:54:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2154: SUBO-8357 fix(faq): change date validation in 900`); +report.push(`2023-01-20T13:57:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2145: SUBO-8277 fix(faq): change switch in template request`); report.push(`2023-01-20T14:31:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.20.1 -> release/release-2.21.0`); report.push(`2023-01-20T15:05:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8043 fix: cant save flag in Builder`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); report.push(`2023-01-20T16:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2146: SUBO-8280, SUBO-8332, SUBO-8336, SUBO-8287 Common OIR branch`); report.push(`2023-01-20T16:18:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2153: SUBO-8446 fix: additionalservices mapUiDataToBackend - filter dynamicfields by name, not value in the state`); -report.push(`2023-01-20T16:19:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2158: SUBO-8277 fix: change switch in template request`); -report.push(`2023-01-20T16:30:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2159: SUBO-8392 fix: change user recipient in 17`); +report.push(`2023-01-20T16:19:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2158: SUBO-8277 fix(faq): change switch in template request`); +report.push(`2023-01-20T16:30:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2159: SUBO-8392 fix(OIR): change user recipient in 17`); report.push(`2023-01-20T16:33:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2156: SUBO-8357, SUBO-8392, SUBO-8277 Common additional services`); report.push(`2023-01-20T16:37:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8486 fix: change URL request for OIR`); report.push(`5 0 src/ts/api/request.ts`); @@ -31136,7 +31136,7 @@ report.push(`2023-01-20T18:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-01-20T19:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.22.0 -> master`); report.push(`2023-01-20T23:36:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2160: SUBO-8486 fix: change URL request for OIR`); report.push(`2023-01-20T23:36:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.22.1 -> master`); -report.push(`2023-01-23T10:44:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat: add`); +report.push(`2023-01-23T10:44:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat(Excel): add`); report.push(`35 21 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2023-01-23T11:33:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8245 fix: change table view in 900`); @@ -31175,7 +31175,7 @@ report.push(`3 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`) report.push(``); report.push(`2023-01-23T15:18:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2166: SUBO-8495 fix: remove not selected fields`); report.push(`2023-01-23T15:18:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.23.1 -> master`); -report.push(`2023-01-24T10:10:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6227 fix: add new validation for 703`); +report.push(`2023-01-24T10:10:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6227 fix(faq): add new validation for 703`); report.push(`5 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`4 0 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/components/Template.tsx`); @@ -31196,7 +31196,7 @@ report.push(`16 0 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`5 1 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2023-01-24T11:42:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8242 fix: change view for expert name`); +report.push(`2023-01-24T11:42:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8242 fix(OIR): change view for expert name`); report.push(`2 0 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(``); report.push(`2023-01-24T12:14:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8345 test: add test id for UI tests`); @@ -31205,7 +31205,7 @@ report.push(``); report.push(`2023-01-24T12:25:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8243 feat: remove required for comment`); report.push(`1 5 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(``); -report.push(`2023-01-24T12:38:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat: add save template with EXTRASERVICE type`); +report.push(`2023-01-24T12:38:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6086 feat(Excel): add save template with EXTRASERVICE type`); report.push(`2 0 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`2 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -31217,7 +31217,7 @@ report.push(``); report.push(`2023-01-24T12:46:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 feat: add template uuid in displayed request`); report.push(`4 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-24T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: add template uuid in displayed request`); +report.push(`2023-01-24T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): add template uuid in displayed request`); report.push(`2 2 src/ts/api/request.ts`); report.push(``); report.push(`2023-01-24T15:02:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6799 fix: Correct properties are added to the columns`); @@ -31242,11 +31242,11 @@ report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2023-01-25T10:55:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2174: SUBO-6799 900 report 3`); report.push(`2023-01-25T11:13:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2170: SUBO-8243 feat: remove required for comment`); -report.push(`2023-01-25T11:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2168: SUBO-8242 fix: change view for expert name`); +report.push(`2023-01-25T11:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2168: SUBO-8242 fix(OIR): change view for expert name`); report.push(`2023-01-25T12:03:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8595 fix: return comment in 17 additional`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-01-25T12:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8601 fix: remove error in 1011 temaplte`); +report.push(`2023-01-25T12:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8601 fix(AIS): remove error in 1011 temaplte`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(``); report.push(`2023-01-25T14:20:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2176: SUBO-8595 fix: return comment in 17 additional`); @@ -31258,7 +31258,7 @@ report.push(``); report.push(`2023-01-25T15:34:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2175: SUBO-8242, SUBO-8243 Common expert features`); report.push(`2023-01-25T15:34:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.26.0 -> master`); report.push(`2023-01-25T15:36:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2177: SUBO-8572 feat: send request by URL in Additional`); -report.push(`2023-01-25T16:27:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: remove hack for Save for button with url`); +report.push(`2023-01-25T16:27:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): remove hack for Save for button with url`); report.push(`2 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2023-01-25T16:41:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8260 fix: return code for 6751`); @@ -31268,7 +31268,7 @@ report.push(`2023-01-25T16:52:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-01-25T16:52:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.26.0 -> master`); report.push(`2023-01-25T16:52:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2179: Bugfix/SUBO-8245 Change table view in 900`); report.push(`2023-01-25T16:52:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.26.0 -> master`); -report.push(`2023-01-25T17:34:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: return old format for request`); +report.push(`2023-01-25T17:34:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): return old format for request`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2023-01-25T18:31:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8308 fix: add TS for Vendors`); @@ -31296,12 +31296,12 @@ report.push(`3 2 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(`6 4 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`2 1 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2023-01-26T09:45:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8492 fix: property must be string`); +report.push(`2023-01-26T09:45:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8492 fix(OIR): property must be string`); report.push(`4 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(``); -report.push(`2023-01-26T09:51:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2181: SUBO-8492 fix: property must be string`); +report.push(`2023-01-26T09:51:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2181: SUBO-8492 fix(OIR): property must be string`); report.push(`2023-01-26T09:51:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.26.0 -> master`); -report.push(`2023-01-26T09:58:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: add new feature for button`); +report.push(`2023-01-26T09:58:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): add new feature for button`); report.push(`1 0 src/ts/interfaces/Navigate.ts`); report.push(`1 0 src/ts/interfaces/request/AvailableActions.ts`); report.push(`11 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); @@ -31309,7 +31309,7 @@ report.push(``); report.push(`2023-01-26T10:39:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8628 fix: vendor page - prefill crossFlag field with the value`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2023-01-26T11:42:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2167: SUBO-6227 fix: add new validation for 703`); +report.push(`2023-01-26T11:42:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2167: SUBO-6227 fix(faq): add new validation for 703`); report.push(`2023-01-26T11:58:21+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8573 fix: Forced disabling of some elements in a selection`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); @@ -31326,7 +31326,7 @@ report.push(`2023-01-26T12:38:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8596 fix report.push(`14 2 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2023-01-26T12:53:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8461 fix: change file limit for 478`); +report.push(`2023-01-26T12:53:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8461 fix(AIS): change file limit for 478`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); @@ -31335,8 +31335,8 @@ report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/pages/Requests/styles/index.scss`); report.push(`1 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2023-01-26T12:59:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: merge with release`); -report.push(`2023-01-26T13:02:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: merge with release`); +report.push(`2023-01-26T12:59:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): merge with release`); +report.push(`2023-01-26T13:02:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): merge with release`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); report.push(`2023-01-26T13:06:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2185: SUBO-8596 fix: add uuid for returned request in 1205`); @@ -31359,7 +31359,7 @@ report.push(`2023-01-26T16:54:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-01-26T16:55:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.27.0 -> master`); report.push(`2023-01-26T17:04:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2190: SUBO-8596 fix: add uuid for returned request in 1205`); report.push(`2023-01-26T17:04:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.27.0 -> master`); -report.push(`2023-01-26T17:47:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 feat: add orgId in save request for remove OIR`); +report.push(`2023-01-26T17:47:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 feat(Excel): add orgId in save request for remove OIR`); report.push(`2 3 src/ts/api/request.ts`); report.push(`5 0 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(`4 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); @@ -31389,7 +31389,7 @@ report.push(`16 5 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`18 5 src/ts/pages/Builder/pages/Template.tsx`); report.push(`18 18 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2023-01-27T10:55:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: add editable field list from backend`); +report.push(`2023-01-27T10:55:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): add editable field list from backend`); report.push(`1 0 src/ts/api/request.ts`); report.push(`35 0 src/ts/pages/AdditionalServices/helpers/hacksForAllServices.ts`); report.push(`4 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -31430,13 +31430,13 @@ report.push(`2023-01-27T12:47:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2023-01-27T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8656 fix: remove copy request button`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-27T12:54:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: merge with release`); +report.push(`2023-01-27T12:54:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): merge with release`); report.push(`2023-01-27T12:56:40+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8313 feat: add JsonSchemaForm page - /new-json-schema`); report.push(`19 27 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`4 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`40 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-01-27T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2187: SUBO-8461 fix: change file limit for 478`); +report.push(`2023-01-27T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2187: SUBO-8461 fix(AIS): change file limit for 478`); report.push(`2023-01-27T14:34:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: validation for old OIR is incorrect`); report.push(`14 1 src/ts/api/request.ts`); report.push(``); @@ -31449,24 +31449,24 @@ report.push(`2023-01-27T15:43:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix report.push(`8 0 src/ts/api/request.ts`); report.push(`2 2 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2023-01-27T15:48:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8571 fix: DiffTemplateTable - look for operand as value`); +report.push(`2023-01-27T15:48:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8571 fix(AIS): DiffTemplateTable - look for operand as value`); report.push(`3 2 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`2 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`2 0 src/ts/pages/Builder/helpers/diff-template/values.ts`); report.push(``); -report.push(`2023-01-27T15:48:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8691 fix: change text in description`); +report.push(`2023-01-27T15:48:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8691 fix(AIS): change text in description`); report.push(`1 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(``); -report.push(`2023-01-27T15:52:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8691 fix: change text in description`); +report.push(`2023-01-27T15:52:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8691 fix(AIS): change text in description`); report.push(`2 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-01-27T15:55:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8571 fix: DiffTemplateTable - delete console.log`); +report.push(`2023-01-27T15:55:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8571 fix(AIS): DiffTemplateTable - delete console.log`); report.push(`1 1 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(``); report.push(`2023-01-27T16:13:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: change date format`); report.push(`4 4 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(``); -report.push(`2023-01-27T16:18:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2205: SUBO-8461 fix: change file limit for 478`); +report.push(`2023-01-27T16:18:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2205: SUBO-8461 fix(AIS): change file limit for 478`); report.push(`2023-01-27T16:18:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.28.0 -> master`); report.push(`2023-01-27T16:31:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: remove console.log`); report.push(`0 2 src/ts/api/request.ts`); @@ -31475,26 +31475,26 @@ report.push(`2023-01-27T16:35:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-01-27T16:35:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.28.0 -> master`); report.push(`2023-01-27T16:36:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2163: SUBO-6799 feat: add 900 report`); report.push(`2023-01-27T16:36:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.28.0 -> master`); -report.push(`2023-01-27T16:42:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: merge with release`); +report.push(`2023-01-27T16:42:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): merge with release`); report.push(`2023-01-28T10:15:41+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2206: SUBO-8478 feat: add block for some user in 390 template`); report.push(`2023-01-28T17:31:39+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2192: SUBO-8478 feat: add block for some user in 390 template`); report.push(`2023-01-28T17:31:40+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.29.0 -> master`); -report.push(`2023-01-30T09:37:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: add restore for dynamic values`); +report.push(`2023-01-30T09:37:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): add restore for dynamic values`); report.push(`3 1 src/ts/pages/AdditionalServices/helpers/dependencyHashMap.ts`); report.push(`18 0 src/ts/pages/AdditionalServices/helpers/restoreDynamicValues.ts`); report.push(`2 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-01-30T10:08:18+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2204: SUBO-8571 fix: DiffTemplateTable - look for operand as value`); +report.push(`2023-01-30T10:08:18+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2204: SUBO-8571 fix(AIS): DiffTemplateTable - look for operand as value`); report.push(`2023-01-30T10:08:40+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.28.0 -> release/release-2.29.0`); report.push(`2023-01-30T10:08:43+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.29.0 -> master`); -report.push(`2023-01-30T10:17:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: change load custom values`); +report.push(`2023-01-30T10:17:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): change load custom values`); report.push(`17 15 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-01-30T10:35:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: merge with release`); -report.push(`2023-01-30T11:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: add correct load for values`); +report.push(`2023-01-30T10:35:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): merge with release`); +report.push(`2023-01-30T11:05:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): add correct load for values`); report.push(`8 1 src/ts/pages/AdditionalServices/helpers/restoreDynamicValues.ts`); report.push(``); -report.push(`2023-01-30T11:35:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: remove button in NORM`); +report.push(`2023-01-30T11:35:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): remove button in NORM`); report.push(`4 1 src/ts/pages/Request/index.tsx`); report.push(``); report.push(`2023-01-30T11:39:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2200: SUBO-8656 fix: Removed button to 'copy request' for fired employees of an external company`); @@ -31526,7 +31526,7 @@ report.push(``); report.push(`2023-01-30T14:53:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8746 fix: remove hack for vtb group`); report.push(`3 5 src/ts/api/user.ts`); report.push(``); -report.push(`2023-01-30T15:03:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7461 fix: change filter view for additional services`); +report.push(`2023-01-30T15:03:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7461 fix(AIS): change filter view for additional services`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(`4 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`7 0 src/ts/pages/Requests/styles/filter.scss`); @@ -31546,7 +31546,7 @@ report.push(`2023-01-30T15:59:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6086 fix report.push(`2023-01-30T16:20:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6614 fix: change max-height Tree list`); report.push(`1 1 src/ts/components/Select/styles/list.scss`); report.push(``); -report.push(`2023-01-30T16:58:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8721 fix: change load value for table in 1206`); +report.push(`2023-01-30T16:58:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8721 fix(AIS): change load value for table in 1206`); report.push(`3 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); @@ -31565,7 +31565,7 @@ report.push(``); report.push(`2023-01-30T20:24:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8658 fix: Not to load expertise for an additional service 'Firing an employee of an external company'`); report.push(`19 14 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2023-01-31T11:17:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2214: SUBO-7461 fix: change filter view for additional services (2)`); +report.push(`2023-01-31T11:17:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2214: SUBO-7461 fix(AIS): change filter view for additional services (2)`); report.push(`2023-01-31T11:17:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.31.0 -> master`); report.push(`2023-01-31T11:18:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8400 fix: double values in select OIR`); report.push(`11 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); @@ -31580,7 +31580,7 @@ report.push(`69 31 src/ts/pages/NewJsonSchema/index.tsx`); report.push(`27 0 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(``); report.push(`2023-01-31T12:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2217: SUBO-8765 fix: add text area for test component`); -report.push(`2023-01-31T12:43:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2211: SUBO-8721 fix: change load value for table in 1206`); +report.push(`2023-01-31T12:43:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2211: SUBO-8721 fix(AIS): change load value for table in 1206`); report.push(`2023-01-31T13:53:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2183: SUBO-8459 feat: show a comment modal on request's approve`); report.push(`2023-01-31T13:54:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2216: Bugfix/SUBO-6614 fix scroll in select TEST`); report.push(`2023-01-31T13:54:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.31.0 -> master`); @@ -31594,12 +31594,12 @@ report.push(`1 0 src/ts/pages/AdditionalServices/helpers/getDisableSubmit.ts`); report.push(`12 0 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-01-31T14:59:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: new JSONSchema - add ClassNameContainer for widget`); +report.push(`2023-01-31T14:59:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): new JSONSchema - add ClassNameContainer for widget`); report.push(`17 0 src/ts/components/JsonSchemaForm/helpers/ClassNameContainer.tsx`); report.push(`5 1 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`2 0 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); report.push(``); -report.push(`2023-01-31T15:35:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: new JSONSchema - connect a store to test page`); +report.push(`2023-01-31T15:35:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): new JSONSchema - connect a store to test page`); report.push(`1 1 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`3 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(`3 0 src/ts/pages/NewJsonSchema/store/index.ts`); @@ -31623,12 +31623,12 @@ report.push(`1 1 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2023-01-31T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8787 fix: rename button in Abac`); +report.push(`2023-01-31T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8787 fix(faq): rename button in Abac`); report.push(`1 1 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(``); -report.push(`2023-01-31T17:16:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2224: SUBO-8787 fix: rename button in Abac`); +report.push(`2023-01-31T17:16:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2224: SUBO-8787 fix(faq): rename button in Abac`); report.push(`2023-01-31T17:16:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.31.0 -> master`); -report.push(`2023-01-31T19:24:19+03:00>Oleg Losev>losev@net.it>Pull request #2225: SUBO-8721 fix: change load value for table in 1206`); +report.push(`2023-01-31T19:24:19+03:00>Oleg Losev>losev@net.it>Pull request #2225: SUBO-8721 fix(AIS): change load value for table in 1206`); report.push(`2023-01-31T19:24:20+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.31.0 -> master`); report.push(`2023-02-01T11:38:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8784 fix: change validation for NORM`); report.push(`4 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -31636,7 +31636,7 @@ report.push(`68 58 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`3 0 src/ts/snippets/RequestForm/index.tsx`); report.push(``); report.push(`2023-02-01T11:42:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2226: SUBO-8784 fix: change validation for NORM`); -report.push(`2023-02-01T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: change approve logic`); +report.push(`2023-02-01T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): change approve logic`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2023-02-01T12:09:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7949 fix: vendors company success - check for same location and reload page if necessary`); @@ -31727,10 +31727,10 @@ report.push(`1 1 src/ts/pages/Print/components/PrintPageFor900.tsx`); report.push(`3 1 src/ts/pages/Print/helpers/getDataFor900.ts`); report.push(`11 1 src/ts/pages/Print/helpers/index.ts`); report.push(``); -report.push(`2023-02-02T10:56:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8821 fix: AccessDetails - return back the ris code field`); +report.push(`2023-02-02T10:56:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8821 fix(AIS): AccessDetails - return back the ris code field`); report.push(`27 17 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-02-02T11:02:42+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8817 fix: AccessDetails - rename isExtraService field`); +report.push(`2023-02-02T11:02:42+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8817 fix(faq): AccessDetails - rename isExtraService field`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2023-02-02T11:08:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); @@ -31777,7 +31777,7 @@ report.push(`4 0 src/ts/api/request.ts`); report.push(`7 2 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`2 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2023-02-02T16:30:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix: hide print feature`); +report.push(`2023-02-02T16:30:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 fix(OIR): hide print feature`); report.push(`1 0 src/ts/pages/Template/components/Header.tsx`); report.push(``); report.push(`2023-02-02T16:35:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2172: SUBO-8245, SUBO-8572 Common Additional service branch`); @@ -31786,20 +31786,20 @@ report.push(`2023-02-02T16:40:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8728 fix report.push(`2023-02-02T16:44:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2210: SUBO-6086 approval of templates at Owner of IR`); report.push(`2023-02-02T16:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); report.push(`2023-02-02T16:47:51+03:00>Ivan Ivanov>ivanov@mail.com>Merge remote-tracking branch 'origin/release/release-2.33.0' into hotfix/SUBO-8308-add-TS-for-external-companies`); -report.push(`2023-02-02T16:57:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8397 fix: Added undefined check in OIR search`); +report.push(`2023-02-02T16:57:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8397 fix(faq): Added undefined check in OIR search`); report.push(`7 7 src/ts/pages/Search/components/List.tsx`); report.push(`10 8 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2023-02-03T09:13:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix: add oir id for validation short name`); +report.push(`2023-02-03T09:13:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix(faq): add oir id for validation short name`); report.push(`9 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-02-03T09:31:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix: add oir for short name`); +report.push(`2023-02-03T09:31:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix(faq): add oir for short name`); report.push(`3 0 src/ts/api/request.ts`); report.push(``); report.push(`2023-02-03T10:48:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8849 fix: show toast with error for next user`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2023-02-03T10:52:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2241: SUBO-8847 fix: add oir id for validation short name`); +report.push(`2023-02-03T10:52:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2241: SUBO-8847 fix(faq): add oir id for validation short name`); report.push(`2023-02-03T10:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); report.push(`2023-02-03T10:53:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2242: SUBO-8849 fix: show toast with error for next user`); report.push(`2023-02-03T10:53:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); @@ -31808,7 +31808,7 @@ report.push(`1 1 src/ts/pages/Vendors/pages/Company.tsx`); report.push(``); report.push(`2023-02-03T11:08:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2233: SUBO-7533 fix: change filters for 1206`); report.push(`2023-02-03T11:08:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2239: SUBO-8728 fix: add checking for copy 1205 and 1206`); -report.push(`2023-02-03T11:08:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2240: SUBO-8397 fix: Added undefined check in OIR search`); +report.push(`2023-02-03T11:08:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2240: SUBO-8397 fix(faq): Added undefined check in OIR search`); report.push(`2023-02-03T11:09:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2243: SUBO-8866 fix: return eployees list in Vendors`); report.push(`2023-02-03T11:09:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); report.push(`2023-02-03T11:28:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6896 fix: visual improvements for oir requests`); @@ -31834,10 +31834,10 @@ report.push(``); report.push(`2023-02-03T13:24:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2248: SUBO-8763 Show print button in 900`); report.push(`2023-02-03T13:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2247: SUBO-5776 fix: add text for icon of control panel`); report.push(`2023-02-03T13:58:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2180: SUBO-8308 fix: add TS for Vendors`); -report.push(`2023-02-03T15:49:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix: add oir id for short name`); +report.push(`2023-02-03T15:49:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8847 fix(faq): add oir id for short name`); report.push(`8 12 src/ts/api/request.ts`); report.push(``); -report.push(`2023-02-03T15:53:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2250: SUBO-8847 fix: add oir id for short name`); +report.push(`2023-02-03T15:53:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2250: SUBO-8847 fix(faq): add oir id for short name`); report.push(`2023-02-03T15:53:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); report.push(`2023-02-03T16:02:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2251: SUBO-8763 fix: show print button in 900`); report.push(`2023-02-03T16:02:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); @@ -31849,7 +31849,7 @@ report.push(``); report.push(`2023-02-06T09:17:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix: merge with release`); report.push(`2023-02-06T09:56:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2258: SUBO-8899 fix: remove filter for improved button`); report.push(`2023-02-06T09:56:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.36.0 -> master`); -report.push(`2023-02-06T10:08:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-8481 fix: fix oir type for change request`); +report.push(`2023-02-06T10:08:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-8481 fix(AIS): fix oir type for change request`); report.push(`1 8 src/ts/api/request.ts`); report.push(`4 1 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); @@ -31858,12 +31858,12 @@ report.push(`2023-02-06T10:21:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix report.push(`1 3 src/ts/snippets/RequestForm/components/ConfirmModal.tsx`); report.push(`10 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-02-06T10:52:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2259: SUBO-8481 fix: fix oir type for change request`); +report.push(`2023-02-06T10:52:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2259: SUBO-8481 fix(AIS): fix oir type for change request`); report.push(`2023-02-06T10:54:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.36.0 -> master`); -report.push(`2023-02-06T12:01:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8881 fix: change text fow madal`); +report.push(`2023-02-06T12:01:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8881 fix(AIS): change text fow madal`); report.push(`7 4 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2023-02-06T12:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2260: SUBO-8881 fix: change text fow madal`); +report.push(`2023-02-06T12:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2260: SUBO-8881 fix(AIS): change text fow madal`); report.push(`2023-02-06T12:47:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.36.0 -> master`); report.push(`2023-02-06T12:48:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2245: SUBO-6896 fix: visual improvements for oir requests`); report.push(`2023-02-06T12:48:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.36.0 -> master`); @@ -31894,11 +31894,11 @@ report.push(``); report.push(`2023-02-07T10:33:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix: copy wifi request selected 2 roles`); report.push(`3 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-02-07T11:35:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8311 fix: return old URL address`); +report.push(`2023-02-07T11:35:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8311 fix(AIS): return old URL address`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2023-02-07T11:43:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: merge with release`); -report.push(`2023-02-07T13:53:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat: add converter for aditional service`); +report.push(`2023-02-07T13:53:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat(traffic chart): add converter for aditional service`); report.push(`5 2 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`72 0 src/ts/pages/NewJsonSchema/components/TemplateSelect.tsx`); report.push(`24 0 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); @@ -31906,20 +31906,20 @@ report.push(`22 11 src/ts/pages/NewJsonSchema/index.tsx`); report.push(`22 0 src/ts/pages/NewJsonSchema/store/TemplateSelect.ts`); report.push(`17 3 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(``); -report.push(`2023-02-07T14:11:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat: add converter for aditional service`); +report.push(`2023-02-07T14:11:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat(traffic chart): add converter for aditional service`); report.push(`27 3 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-07T14:53:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat: add converter for aditional service`); +report.push(`2023-02-07T14:53:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat(traffic chart): add converter for aditional service`); report.push(`40 3 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-07T14:59:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat: add converter for aditional service`); +report.push(`2023-02-07T14:59:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat(traffic chart): add converter for aditional service`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(`1 1 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(``); -report.push(`2023-02-07T15:08:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat: add converter for aditional service`); +report.push(`2023-02-07T15:08:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8857 feat(traffic chart): add converter for aditional service`); report.push(`1 2 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-07T16:48:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: implement VisibleRules for NewJsonSchema`); +report.push(`2023-02-07T16:48:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): implement VisibleRules for NewJsonSchema`); report.push(`189 0 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(`101 3 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`2 2 src/ts/components/JsonSchemaForm/index.tsx`); @@ -31941,10 +31941,10 @@ report.push(`8 8 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); report.push(`2023-02-08T11:49:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2272: SUBO-7533 fix: change filters for 1206`); report.push(`2023-02-08T11:49:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.38.0 -> master`); -report.push(`2023-02-08T12:43:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix: add custom for json schema form`); +report.push(`2023-02-08T12:43:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix(OIR): add custom for json schema form`); report.push(`28 10 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-08T12:52:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: NewJsonSchema - delete filled values once field is unmounted`); +report.push(`2023-02-08T12:52:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): NewJsonSchema - delete filled values once field is unmounted`); report.push(`0 17 src/ts/components/JsonSchemaForm/helpers/ClassNameContainer.tsx`); report.push(`42 0 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`6 44 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); @@ -31952,12 +31952,12 @@ report.push(`3 1 src/ts/components/JsonSchemaForm/index.tsx`); report.push(`1 1 src/ts/components/form/index.tsx`); report.push(`13 3 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-02-08T13:01:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix: add custom for json schema form`); +report.push(`2023-02-08T13:01:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix(OIR): add custom for json schema form`); report.push(`18 7 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2023-02-08T15:36:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2270: SUBO-8909 fix: add file load for dependency in 1206`); report.push(`2023-02-08T15:36:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.38.0 -> master`); -report.push(`2023-02-08T15:48:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix: add custom for json schema form`); +report.push(`2023-02-08T15:48:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fix(OIR): add custom for json schema form`); report.push(`43 9 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2023-02-08T16:02:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2238: Feature/SUBO-8799 approve modal improvements`); @@ -32010,15 +32010,15 @@ report.push(`20 0 src/ts/pages/Vendors/treatments.module.scss`); report.push(``); report.push(`2023-02-09T11:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2276: SUBO-8945 fix: widgets Table - correct row_number after copy`); report.push(`2023-02-09T11:05:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2277: SUBO-9008 fix: add link for external emploeeys`); -report.push(`2023-02-09T14:16:35+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: new json schema - init visible dependency rules with formData also`); +report.push(`2023-02-09T14:16:35+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): new json schema - init visible dependency rules with formData also`); report.push(`3 3 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(``); -report.push(`2023-02-09T15:35:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat: Merge branch 'feature/SUBO-8314-new-json-schema-add-visible-rules' into feature/SUBO-8313-JsonSchemaForm-builder`); +report.push(`2023-02-09T15:35:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8314 feat(profile): Merge branch 'feature/SUBO-8314-new-json-schema-add-visible-rules' into feature/SUBO-8313-JsonSchemaForm-builder`); report.push(`2023-02-09T15:46:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2279: SUBO-8945 fix: widgets Table - correct row_number after copy`); report.push(`2023-02-09T15:46:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); report.push(`2023-02-09T15:49:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2280: SUBO-8916 fix: add edit orgUnit`); report.push(`2023-02-09T15:49:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); -report.push(`2023-02-09T16:25:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2281: SUBO-8397 fix: Added undefined check in OIR search`); +report.push(`2023-02-09T16:25:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2281: SUBO-8397 fix(faq): Added undefined check in OIR search`); report.push(`2023-02-09T16:25:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); report.push(`2023-02-09T16:30:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2282: SUBO-9008 fix: add link for external emploeeys`); report.push(`2023-02-09T16:30:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); @@ -32029,12 +32029,12 @@ report.push(`2023-02-09T16:36:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 fea report.push(`6 1 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2023-02-09T16:38:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2283: SUBO-8962 Add custom for jsonschemaform`); -report.push(`2023-02-09T14:39:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat: new json schema - init with default values`); +report.push(`2023-02-09T14:39:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat(profile): new json schema - init with default values`); report.push(`42 10 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`1 1 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); report.push(`5 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-02-09T16:55:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2284: SUBO-8315 feat: new json schema - init with default values`); +report.push(`2023-02-09T16:55:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2284: SUBO-8315 feat(profile): new json schema - init with default values`); report.push(`2023-02-09T16:57:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: rename property in rules`); report.push(`2 2 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); @@ -32047,13 +32047,13 @@ report.push(`2023-02-09T18:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-02-09T18:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); report.push(`2023-02-09T18:43:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2275: SUBO-8985 - Dev stand number 6`); report.push(`2023-02-09T18:43:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.39.0 -> master`); -report.push(`2023-02-09T23:11:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-8987 fix: fix position button in vendors page`); +report.push(`2023-02-09T23:11:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-8987 fix(faq): fix position button in vendors page`); report.push(`1 1 src/ts/pages/Vendors/components/employees/Buttons.tsx`); report.push(`6 0 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(``); report.push(`2023-02-10T09:36:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2261: SUBO-6073 fix: fix-validate-template-empowerments-from`); report.push(`2023-02-10T09:36:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); -report.push(`2023-02-10T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2286: SUBO-8987 fix: fix position button in vendors page`); +report.push(`2023-02-10T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2286: SUBO-8987 fix(faq): fix position button in vendors page`); report.push(`2023-02-10T09:37:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); report.push(`2023-02-10T09:39:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2285: SUBO-8971 feat: Displaying 'not found' component in the template builder when there are no rules and no possibility to add them`); report.push(`2023-02-10T09:39:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); @@ -32062,16 +32062,16 @@ report.push(`2 0 src/ts/pages/TemplateOir/components/create-request/DynamicField report.push(``); report.push(`2023-02-10T09:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2287: SUBO-9019 fix: orgUnit in OIR have bad validation`); report.push(`2023-02-10T09:53:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); -report.push(`2023-02-10T10:57:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9031 fix: show correct login in OIR`); +report.push(`2023-02-10T10:57:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9031 fix(AIS): show correct login in OIR`); report.push(`1 1 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2023-02-10T11:07:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat: FieldDependencies - correct of rules handling`); +report.push(`2023-02-10T11:07:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat(profile): FieldDependencies - correct of rules handling`); report.push(`2 2 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(``); -report.push(`2023-02-10T11:33:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9031 fix: show correct login in OIR`); +report.push(`2023-02-10T11:33:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9031 fix(AIS): show correct login in OIR`); report.push(`1 1 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2023-02-10T11:59:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat: NewJsonSchema - another way to handle default values`); +report.push(`2023-02-10T11:59:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat(profile): NewJsonSchema - another way to handle default values`); report.push(`29 13 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`1 16 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`3 1 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); @@ -32098,10 +32098,10 @@ report.push(`2023-02-10T14:20:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9043 fea report.push(`6 2 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2023-02-10T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2291: SUBO-9043 feat: change logic for converter`); -report.push(`2023-02-10T14:25:24+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat: NewJsonChema builder - spread widgetParameters to widget`); +report.push(`2023-02-10T14:25:24+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat(profile): NewJsonChema builder - spread widgetParameters to widget`); report.push(`8 5 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(``); -report.push(`2023-02-10T14:52:35+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat: NewJsonSchema FieldsDependencies - use getId to get an id of the selected option`); +report.push(`2023-02-10T14:52:35+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8315 feat(profile): NewJsonSchema FieldsDependencies - use getId to get an id of the selected option`); report.push(`3 1 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(``); report.push(`2023-02-10T15:06:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8789 fix: remove black gap for roles`); @@ -32109,9 +32109,9 @@ report.push(`0 5 src/styles/hack.scss`); report.push(``); report.push(`2023-02-10T15:09:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2292: SUBO-8789 fix: remove black gap for roles`); report.push(`2023-02-10T15:10:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); -report.push(`2023-02-10T15:32:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2288: SUBO-9031 fix: show correct login in OIR`); +report.push(`2023-02-10T15:32:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2288: SUBO-9031 fix(AIS): show correct login in OIR`); report.push(`2023-02-10T15:32:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); -report.push(`2023-02-10T17:02:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8987 fix: change style for buttons`); +report.push(`2023-02-10T17:02:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8987 fix(faq): change style for buttons`); report.push(`3 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`2 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 1 src/ts/pages/Vendors/pages/CompanyList.tsx`); @@ -32119,12 +32119,12 @@ report.push(`1 1 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(`0 0 src/ts/pages/Vendors/{ => style}/treatments.module.scss`); report.push(`6 0 src/ts/pages/Vendors/style/vendors.module.scss`); report.push(``); -report.push(`2023-02-10T17:06:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2293: SUBO-8987 fix: change style for buttons`); +report.push(`2023-02-10T17:06:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2293: SUBO-8987 fix(faq): change style for buttons`); report.push(`2023-02-10T17:08:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); report.push(`2023-02-11T09:46:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9050 feat: add OIR type for checking by name`); report.push(`2 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-02-11T10:42:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9052 fix: add validation for UZ property`); +report.push(`2023-02-11T10:42:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9052 fix(OIR): add validation for UZ property`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`10 1 src/ts/pages/TemplateOir/helpers/access-request/getDisableSubmit.ts`); report.push(``); @@ -32132,7 +32132,7 @@ report.push(`2023-02-11T11:09:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9049 fix report.push(`12 0 src/ts/api/eei.ts`); report.push(`2 4 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-02-11T12:00:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9021 fix: return buttons for approve`); +report.push(`2023-02-11T12:00:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9021 fix(AIS): return buttons for approve`); report.push(`8 29 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`10 13 src/ts/snippets/RequestForm/index.tsx`); report.push(`15 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); @@ -32144,7 +32144,7 @@ report.push(`3 2 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`4 3 src/ts/snippets/FullCard/styles/line.scss`); report.push(`3 3 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 fix: return old URL address`); +report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 fix(AIS): return old URL address`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: scrollable header in my requests`); @@ -32160,7 +32160,7 @@ report.push(``); report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: fix style`); report.push(`3 3 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-02-11T19:02:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat: add FilterChips snippet`); +report.push(`2023-02-11T19:02:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat(traffic chart): add FilterChips snippet`); report.push(`13 0 src/ts/helpers/formatter.ts`); report.push(`9 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/index.tsx`); @@ -32169,10 +32169,10 @@ report.push(`7 0 src/ts/snippets/FilterChips/style/hacks.scss`); report.push(`15 0 src/ts/snippets/FilterChips/style/index.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2023-02-11T19:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat: Merge branch 'feature/SUBO-8311-Redesign-of-small-cards' into feature/SUBO-5777-add-snippet-filter-chips`); +report.push(`2023-02-11T19:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat(traffic chart): Merge branch 'feature/SUBO-8311-Redesign-of-small-cards' into feature/SUBO-5777-add-snippet-filter-chips`); report.push(`2023-02-11T21:56:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.41.0 -> master`); -report.push(`2023-02-11T21:56:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2297: SUBO-9021 fix: return buttons for approve`); -report.push(`2023-02-11T22:00:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat: refactor + add reset filter title`); +report.push(`2023-02-11T21:56:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2297: SUBO-9021 fix(AIS): return buttons for approve`); +report.push(`2023-02-11T22:00:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5777 feat(traffic chart): refactor + add reset filter title`); report.push(`2 3 src/ts/helpers/formatter.ts`); report.push(`4 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`53 24 src/ts/snippets/FilterChips/index.tsx`); @@ -32188,7 +32188,7 @@ report.push(`2 2 src/ts/api/request.ts`); report.push(``); report.push(`2023-02-12T21:50:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.42.0 -> master`); report.push(`2023-02-12T21:50:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2299: SUBO-9050 fix: remove URL for check name`); -report.push(`2023-02-12T23:09:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat: add new design employee vendors form`); +report.push(`2023-02-12T23:09:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat(profile): add new design employee vendors form`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(`3 0 src/ts/pages/Template/styles/hacks.scss`); @@ -32210,15 +32210,15 @@ report.push(``); report.push(`2023-02-13T08:17:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9050 fix: add OIR type for check by name2`); report.push(`2 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-02-13T09:55:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat: remove item position`); +report.push(`2023-02-13T09:55:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat(profile): remove item position`); report.push(`0 3 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(``); report.push(`2023-02-13T10:01:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2301: SUBO-9050 feat: add OIR type for checking by name`); -report.push(`2023-02-13T10:01:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2295: SUBO-9052 fix: add validation for UZ property`); +report.push(`2023-02-13T10:01:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2295: SUBO-9052 fix(OIR): add validation for UZ property`); report.push(`2023-02-13T12:27:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-9060 fix: add empty placeholder`); report.push(`1 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-02-13T12:27:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8964 feat: new json schema - add other widgets`); +report.push(`2023-02-13T12:27:22+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8964 feat(profile): new json schema - add other widgets`); report.push(`137 10 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`4 4 src/ts/components/JsonSchemaForm/interfaces/ValidationRule.ts`); report.push(`137 0 src/ts/pages/NewJsonSchema/index.tsx`); @@ -32227,7 +32227,7 @@ report.push(`2023-02-13T15:32:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-02-13T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.43.0 -> master`); report.push(`2023-02-13T15:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2304: SUBO-9060 fix: add empty placeholder`); report.push(`2023-02-13T15:33:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.43.0 -> master`); -report.push(`2023-02-13T15:36:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2303: SUBO-9052 fix: add validation for UZ property`); +report.push(`2023-02-13T15:36:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2303: SUBO-9052 fix(OIR): add validation for UZ property`); report.push(`2023-02-13T15:36:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.43.0 -> master`); report.push(`2023-02-13T16:15:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2302: SUBO-9050 - Dev stand 6`); report.push(`2023-02-13T16:16:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.43.0 -> master`); @@ -32237,7 +32237,7 @@ report.push(`1 4 src/ts/pages/Requests/styles/filter.scss`); report.push(``); report.push(`2023-02-13T16:33:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.43.0 -> master`); report.push(`2023-02-13T16:33:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2305: SUBO-8789 fix: change style for windows`); -report.push(`2023-02-13T16:54:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-8767 feat: fix to back only icon and save prev url`); +report.push(`2023-02-13T16:54:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-8767 feat(traffic chart): fix to back only icon and save prev url`); report.push(`2 2 src/ts/pages/Request/helpers/prevPage.ts`); report.push(`1 1 src/ts/pages/Request/index.tsx`); report.push(`16 16 src/ts/pages/Template/components/Header.tsx`); @@ -32274,10 +32274,10 @@ report.push(``); report.push(`2023-02-14T09:02:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9063 fix: return old url`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-02-14T09:32:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 feat: add validation for INN`); +report.push(`2023-02-14T09:32:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 feat(profile): add validation for INN`); report.push(`17 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-02-14T10:01:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat: fix style buttons`); +report.push(`2023-02-14T10:01:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat(profile): fix style buttons`); report.push(`3 0 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(``); report.push(`2023-02-14T11:38:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-8976 fix: disabled button if state not the same initial state`); @@ -32290,7 +32290,7 @@ report.push(`30 21 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`7 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(`9 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2023-02-14T12:20:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9046 feat: show additional info about fire employee`); +report.push(`2023-02-14T12:20:20+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9046 feat(Excel): show additional info about fire employee`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`147 0 src/ts/components/JsonSchema/components/widgets/VendorUserInfo.tsx`); report.push(`15 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -32312,27 +32312,27 @@ report.push(`43 0 src/ts/pages/NewJsonSchema/helpers/convertToBackend.ts`); report.push(`18 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(`4 0 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(``); -report.push(`2023-02-14T17:33:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2312: SUBO-8964 feat: new json schema - add other widgets`); +report.push(`2023-02-14T17:33:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2312: SUBO-8964 feat(profile): new json schema - add other widgets`); report.push(`2023-02-14T17:34:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2313: SUBO-8963 feat: add convert for save additional`); report.push(`2023-02-14T17:42:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change style fo FAQ`); report.push(`2 2 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2023-02-14T17:46:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2314: SUBO-0000 fix: change style fo FAQ`); report.push(`2023-02-14T17:46:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.44.0 -> master`); -report.push(`2023-02-15T10:33:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9121 fix: remove requests for 557`); +report.push(`2023-02-15T10:33:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9121 fix(AIS): remove requests for 557`); report.push(`15 0 src/ts/pages/AdditionalServices/helpers/hacksFor557.ts`); report.push(`2 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-02-15T10:36:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2315: SUBO-9121 fix: remove requests for 557`); +report.push(`2023-02-15T10:36:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2315: SUBO-9121 fix(AIS): remove requests for 557`); report.push(`2023-02-15T10:37:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); report.push(`2023-02-15T10:42:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7329 fix: change color for primary buttons`); report.push(`2 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`5 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); report.push(`2023-02-15T10:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2316: SUBO-7329 fix: change color for primary buttons`); -report.push(`2023-02-15T10:56:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2307: SUBO-8767 feat: fix to back only icon and save prev url`); +report.push(`2023-02-15T10:56:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2307: SUBO-8767 feat(traffic chart): fix to back only icon and save prev url`); report.push(`2023-02-15T10:56:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-15T11:03:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2311: SUBO-9046 feat: show additional info about fire employee`); +report.push(`2023-02-15T11:03:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2311: SUBO-9046 feat(Excel): show additional info about fire employee`); report.push(`2023-02-15T11:08:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); report.push(`2023-02-15T11:18:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8450 fix: hide white screen in OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); @@ -32377,7 +32377,7 @@ report.push(`2023-02-16T10:58:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9154 fix report.push(`19 4 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`18 1 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2023-02-16T11:29:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-8766 feat: new cell for table request`); +report.push(`2023-02-16T11:29:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-8766 feat(Excel): new cell for table request`); report.push(`1 0 src/ts/components/Table/styles/index.scss`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); @@ -32388,9 +32388,9 @@ report.push(`2023-02-16T12:07:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8766 fix report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2023-02-16T12:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2323: SUBO-8766 feat: new cell for table request`); +report.push(`2023-02-16T12:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2323: SUBO-8766 feat(Excel): new cell for table request`); report.push(`2023-02-16T12:10:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9134 feat: new json schema - add table`); +report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9134 feat(profile): new json schema - add table`); report.push(`0 4 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`50 0 src/ts/components/JsonSchemaForm/components/modal/TableRemove.tsx`); report.push(`77 0 src/ts/components/JsonSchemaForm/components/modal/TableUpdate.tsx`); @@ -32403,7 +32403,7 @@ report.push(`103 0 src/ts/components/JsonSchemaForm/store/TableModalStore.ts`); report.push(`21 21 src/ts/pages/AdditionalServices/helpers/hacksFor900Table.tsx`); report.push(`73 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-02-16T13:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9117 fix: return Tree view in OIR`); +report.push(`2023-02-16T13:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9117 fix(faq): return Tree view in OIR`); report.push(`0 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); report.push(`2023-02-16T14:07:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8923 fix: add new data type for validation`); @@ -32415,7 +32415,7 @@ report.push(``); report.push(`2023-02-16T14:31:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8923 fix: add new data type for validation`); report.push(`0 1 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2023-02-16T14:36:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2326: SUBO-9117 fix: return Tree view in OIR`); +report.push(`2023-02-16T14:36:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2326: SUBO-9117 fix(faq): return Tree view in OIR`); report.push(`2023-02-16T14:37:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2324: SUBO-9160 fix: show double fields on card`); report.push(`2023-02-16T15:26:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2322: SUBO-8923, SUBO-9154 fix: add validation for date and number`); report.push(`2023-02-16T16:17:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2330: SUBO-8923, SUBO-9154 Add validation for Date`); @@ -32444,7 +32444,7 @@ report.push(``); report.push(`2023-02-17T10:41:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 fix: add validation for INN`); report.push(`8 5 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9134 feat: new json schema - add table`); +report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9134 feat(profile): new json schema - add table`); report.push(`0 4 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`50 0 src/ts/components/JsonSchemaForm/components/modal/TableRemove.tsx`); report.push(`77 0 src/ts/components/JsonSchemaForm/components/modal/TableUpdate.tsx`); @@ -32457,12 +32457,12 @@ report.push(`103 0 src/ts/components/JsonSchemaForm/store/TableModalStore.ts`); report.push(`21 21 src/ts/pages/AdditionalServices/helpers/hacksFor900Table.tsx`); report.push(`73 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-02-17T11:10:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9122 fix: add information about org unit`); +report.push(`2023-02-17T11:10:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9122 fix(OIR): add information about org unit`); report.push(`6 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2023-02-17T11:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2333: SUBO-9122 fix: add information about org unit`); +report.push(`2023-02-17T11:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2333: SUBO-9122 fix(OIR): add information about org unit`); report.push(`2023-02-17T11:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.46.0 -> master`); -report.push(`2023-02-17T12:46:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat: add style for Table component`); +report.push(`2023-02-17T12:46:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat(traffic chart): add style for Table component`); report.push(`36 29 src/ts/components/Table/index.tsx`); report.push(`1 0 src/ts/components/Table/interfaces/Table.ts`); report.push(`1 1 src/ts/components/Table/styles/hacks.scss`); @@ -32471,7 +32471,7 @@ report.push(`1 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`12 8 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(``); -report.push(`2023-02-17T12:49:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat: fix style`); +report.push(`2023-02-17T12:49:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat(traffic chart): fix style`); report.push(`4 0 src/ts/components/Table/styles/hacks.scss`); report.push(`3 8 src/ts/components/Table/styles/index.scss`); report.push(``); @@ -32479,7 +32479,7 @@ report.push(`2023-02-17T13:07:41+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull req report.push(`2023-02-17T16:20:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 fix: add validation for INN`); report.push(`1 3 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-02-17T16:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2328: SUBO-9104 feat: add validation for INN`); +report.push(`2023-02-17T16:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2328: SUBO-9104 feat(profile): add validation for INN`); report.push(`2023-02-17T16:48:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.46.0 -> master`); report.push(`2023-02-19T19:01:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-9078 fix: fix master checkbox`); report.push(`8 0 src/ts/components/Tree/components/TreeLevel.tsx`); @@ -32499,10 +32499,10 @@ report.push(``); report.push(`2023-02-20T11:24:33+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9088 fix: DeleteRequest - show oir fields`); report.push(`7 8 src/ts/pages/Request/components/DeleteRequest.tsx`); report.push(``); -report.push(`2023-02-20T11:44:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9241 fix: white creen in OIR`); +report.push(`2023-02-20T11:44:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9241 fix(AIS): white creen in OIR`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); report.push(``); -report.push(`2023-02-20T11:49:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2338: SUBO-9241 fix: white creen in OIR`); +report.push(`2023-02-20T11:49:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2338: SUBO-9241 fix(AIS): white creen in OIR`); report.push(`2023-02-20T11:49:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); report.push(`2023-02-20T12:00:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-9216 fix: fix checkbox teble add useCallback for rows`); report.push(`12 9 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); @@ -32511,7 +32511,7 @@ report.push(`2023-02-20T12:11:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-02-20T12:11:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); report.push(`2023-02-20T12:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2337: SUBO-9088 fix: DeleteRequest - show oir fields`); report.push(`2023-02-20T12:13:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T14:54:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9111 fix: change style fo many icons in sidebar`); +report.push(`2023-02-20T14:54:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9111 fix(AIS): change style fo many icons in sidebar`); report.push(`2 3 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2023-02-20T15:49:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-9139 feat: save prev pagination for request page`); @@ -32523,9 +32523,9 @@ report.push(`2 2 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Description/index.tsx`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2023-02-20T16:00:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2340: SUBO-9111 fix: change style fo many icons in sidebar`); +report.push(`2023-02-20T16:00:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2340: SUBO-9111 fix(AIS): change style fo many icons in sidebar`); report.push(`2023-02-20T16:00:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T16:03:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat: add styles for pagination and control panel`); +report.push(`2023-02-20T16:03:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat(traffic chart): add styles for pagination and control panel`); report.push(`1 1 src/ts/components/DataLoader/styles/index.scss`); report.push(`8 3 src/ts/components/Table/index.tsx`); report.push(`2 1 src/ts/components/Table/interfaces/Table.ts`); @@ -32548,7 +32548,7 @@ report.push(`17 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scs report.push(`1 2 src/ts/snippets/ControlPanel/index.tsx`); report.push(`8 0 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(``); -report.push(`2023-02-20T16:21:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat: new JsonSchema - add the additonal request 2 page`); +report.push(`2023-02-20T16:21:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat(Excel): new JsonSchema - add the additonal request 2 page`); report.push(`93 23 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`9 207 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`189 0 src/ts/components/JsonSchemaForm/helpers/renderWidget.tsx`); @@ -32604,20 +32604,20 @@ report.push(`3 1 src/ts/pages/Notifications/components/item/Vendor.tsx`); report.push(``); report.push(`2023-02-20T17:41:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2342: SUBO-0000 fix: call action not work`); report.push(`2023-02-20T17:41:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T18:34:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix: add params for abac`); +report.push(`2023-02-20T18:34:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix(OIR): add params for abac`); report.push(`3 2 src/ts/api/roles.ts`); report.push(`11 3 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(``); -report.push(`2023-02-21T10:27:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9231 fix: turn off validation for 532`); +report.push(`2023-02-21T10:27:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9231 fix(AIS): turn off validation for 532`); report.push(`5 0 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(``); -report.push(`2023-02-21T10:31:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2346: SUBO-9231 fix: turn off validation for 532`); +report.push(`2023-02-21T10:31:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2346: SUBO-9231 fix(AIS): turn off validation for 532`); report.push(`2023-02-21T10:31:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); -report.push(`2023-02-21T10:48:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5777 fix: add snippet filter chips`); +report.push(`2023-02-21T10:48:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5777 fix(faq): add snippet filter chips`); report.push(`0 12 src/ts/helpers/formatter.ts`); report.push(`18 13 src/ts/snippets/FilterChips/index.tsx`); report.push(``); -report.push(`2023-02-21T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5777 fix: add snippet filter chips`); +report.push(`2023-02-21T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5777 fix(faq): add snippet filter chips`); report.push(`1 1 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(``); report.push(`2023-02-21T10:56:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2298: Feature/SUBO-5777 add snippet filter chips`); @@ -32641,19 +32641,19 @@ report.push(``); report.push(`2023-02-21T11:13:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2249: SUBO-5776, SUBO-8308, SUBO-8311 Design changes`); report.push(`2023-02-21T11:13:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); report.push(`2023-02-21T11:26:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8864 fix: merge with release`); -report.push(`2023-02-21T11:45:03+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat: new JsonSchema - convertFromBackend improvements`); +report.push(`2023-02-21T11:45:03+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat(Excel): new JsonSchema - convertFromBackend improvements`); report.push(`4 0 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(`25 4 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-02-21T12:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix: add validation for phone`); +report.push(`2023-02-21T12:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix(OIR): add validation for phone`); report.push(`34 4 src/ts/api/eei.ts`); report.push(`12 15 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-02-21T12:48:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix: add validation for phone`); +report.push(`2023-02-21T12:48:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix(OIR): add validation for phone`); report.push(`4 3 src/ts/api/eei.ts`); report.push(`19 14 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2023-02-21T14:28:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix: add validation for user name and company`); +report.push(`2023-02-21T14:28:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix(OIR): add validation for user name and company`); report.push(`1 1 src/ts/api/eei.ts`); report.push(`3 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`3 1 src/ts/pages/Vendors/components/employees/Form.tsx`); @@ -32662,7 +32662,7 @@ report.push(`1 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`88 42 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(`8 9 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2023-02-21T14:40:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9137 feat: CSS modules have been added to the TPN`); +report.push(`2023-02-21T14:40:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9137 feat(traffic chart): CSS modules have been added to the TPN`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(`23 0 src/ts/pages/ExternalEmployees/styles/index.module.scss`); report.push(`6 6 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); @@ -32716,13 +32716,13 @@ report.push(`31 0 src/ts/pages/Tnp/styles/short-card.module.scss`); report.push(`83 0 src/ts/pages/Tnp/styles/side-bar.module.scss`); report.push(`62 0 src/ts/pages/Tnp/styles/version-map.module.scss`); report.push(``); -report.push(`2023-02-21T14:54:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix: add validation for name and phone`); +report.push(`2023-02-21T14:54:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9002 fix(OIR): add validation for name and phone`); report.push(`8 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`22 3 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(`16 0 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2023-02-21T16:18:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat: new JsonSchema - handle disable field dependencies, 478 hacks`); +report.push(`2023-02-21T16:18:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat(Excel): new JsonSchema - handle disable field dependencies, 478 hacks`); report.push(`13 4 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(`1 1 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`59 9 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); @@ -32731,7 +32731,7 @@ report.push(`7 1 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2023-02-21T16:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2347: SUBO-9002 Add validation for phone`); report.push(`2023-02-21T16:29:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); -report.push(`2023-02-21T16:33:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix: cant save edit abac attribute`); +report.push(`2023-02-21T16:33:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix(OIR): cant save edit abac attribute`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); report.push(`2023-02-22T10:03:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-9280 fix: add position button panel`); @@ -32798,7 +32798,7 @@ report.push(`2023-02-27T12:51:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix report.push(`0 2 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); report.push(`2023-02-27T12:57:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2351: SUBO-8918 fix: remove auto check for roles`); -report.push(`2023-02-27T13:55:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9704 feat: show additional info about assignee user within RequestStatus`); +report.push(`2023-02-27T13:55:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9704 feat(profile): show additional info about assignee user within RequestStatus`); report.push(`4 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`10 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/cards/Message.tsx`); @@ -32831,7 +32831,7 @@ report.push(`2023-02-27T17:37:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 fea report.push(`1 0 src/ts/pages/Template/helpers/converter.ts`); report.push(`2 2 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2023-02-27T17:52:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9146 feat: all button and menu-buttons now is size 's'`); +report.push(`2023-02-27T17:52:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9146 feat(Excel): all button and menu-buttons now is size 's'`); report.push(`2 2 src/ts/components/JsonSchema/components/modal/TableRemove.tsx`); report.push(`2 2 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`2 2 src/ts/components/PreventRouteModal/UserModal.tsx`); @@ -32917,7 +32917,7 @@ report.push(`1 1 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); report.push(`2023-02-28T10:23:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2358: SUBO-9096 Hide button for 478`); report.push(`2023-02-28T10:23:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T10:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 feat: change format for abac`); +report.push(`2023-02-28T10:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 feat(traffic chart): change format for abac`); report.push(`2 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); report.push(`2023-02-28T10:51:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7729 fix: add fake loader for search OIR`); @@ -32933,12 +32933,12 @@ report.push(`4 1 src/ts/pages/Builder/components/sub-header/RestoreButton.tsx`); report.push(`4 0 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-02-28T11:13:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9252 fix: block approve button in 900`); +report.push(`2023-02-28T11:13:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9252 fix(OIR): block approve button in 900`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(``); report.push(`2023-02-28T11:13:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2361: SUBO-8904 fix: disabled button update template and add title for it`); report.push(`2023-02-28T11:13:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T11:17:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2362: SUBO-9252 fix: block approve button in 900`); +report.push(`2023-02-28T11:17:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2362: SUBO-9252 fix(OIR): block approve button in 900`); report.push(`2023-02-28T11:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); report.push(`2023-02-28T11:22:33+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9309 fix: Template/helpers/disableSubmitReason - check for store.isClosed`); report.push(`3 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); @@ -32955,7 +32955,7 @@ report.push(`12 2 src/ts/pages/Vendors/components/employees/Success.tsx`); report.push(``); report.push(`2023-02-28T12:13:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2365: SUBO-9328 fix: employee success - check for same location and reload page if necessary`); report.push(`2023-02-28T12:13:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T12:13:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9352 fix: not selected items in OIR DevSecOps`); +report.push(`2023-02-28T12:13:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9352 fix(OIR): not selected items in OIR DevSecOps`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); report.push(`2023-02-28T13:07:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9299 feat: Fixed an error that cleared the required filter fields in the AIS search`); @@ -32970,7 +32970,7 @@ report.push(`10 5 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2023-02-28T14:46:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2369: SUBO-9295 fix: cant copy request for 1208`); report.push(`2023-02-28T14:46:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T15:25:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9331 fix: show companyName within OrgStructiresFilter`); +report.push(`2023-02-28T15:25:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9331 fix(AIS): show companyName within OrgStructiresFilter`); report.push(`14 6 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(``); @@ -32979,7 +32979,7 @@ report.push(`1 1 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); report.push(`2023-02-28T15:49:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2353: SUBO-8669 - dev stand 6`); report.push(`2023-02-28T15:49:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T15:49:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2366: SUBO-9352 fix: not selected items in OIR DevSecOps`); +report.push(`2023-02-28T15:49:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2366: SUBO-9352 fix(OIR): not selected items in OIR DevSecOps`); report.push(`2023-02-28T15:49:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); report.push(`2023-02-28T15:50:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2367: SUBO-9299 feat: Fixed an error that cleared the required filter fields in the AIS search`); report.push(`2023-02-28T15:50:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 fix: fix header employees`); @@ -32991,14 +32991,14 @@ report.push(`2 1 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`7 0 src/ts/pages/Vendors/style/employee.module.scss`); report.push(``); report.push(`2023-02-28T15:50:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T16:50:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2359: SUBO-9357 feat: change format for abac (Харинцев)`); -report.push(`2023-02-28T16:51:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix: merge with release`); +report.push(`2023-02-28T16:50:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2359: SUBO-9357 feat(traffic chart): change format for abac (Харинцев)`); +report.push(`2023-02-28T16:51:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6632 fix(OIR): merge with release`); report.push(`2023-02-28T16:52:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 fix: fix display email employees`); report.push(`73 35 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(`10 0 src/ts/pages/Vendors/style/employee.module.scss`); report.push(``); report.push(`2023-02-28T16:55:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2345: SUBO-6632, SUBO-9248 fix: add params for abac (Харинцев, висит давно)`); -report.push(`2023-02-28T18:50:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9074 feat: UserHint - show login`); +report.push(`2023-02-28T18:50:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9074 feat(profile): UserHint - show login`); report.push(`1 0 src/ts/snippets/RequestStatus/components/cards/UserHint.tsx`); report.push(``); report.push(`2023-03-01T08:49:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: merge with release`); @@ -33029,7 +33029,7 @@ report.push(``); report.push(`2023-03-01T11:52:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); report.push(`1 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-03-01T12:24:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-9307 feat: fix text role fix simple status for employees`); +report.push(`2023-03-01T12:24:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-9307 feat(traffic chart): fix text role fix simple status for employees`); report.push(`1 3 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(`32 10 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(`8 6 src/ts/pages/Vendors/style/employee.module.scss`); @@ -33044,14 +33044,14 @@ report.push(`2023-03-01T12:26:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix report.push(`1 1 src/setupProxy.js`); report.push(`0 5 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-01T12:32:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2354: SUBO-9704 feat: show additional info about assignee user within RequestStatus`); +report.push(`2023-03-01T12:32:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2354: SUBO-9704 feat(profile): show additional info about assignee user within RequestStatus`); report.push(`2023-03-01T12:32:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.52.0 -> master`); report.push(`2023-03-01T13:25:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); report.push(`16 2 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`20 4 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); report.push(`2023-03-01T14:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9139 fix: merhe with release`); -report.push(`2023-03-01T14:39:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat: new JsonSchema - 900 hacks`); +report.push(`2023-03-01T14:39:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9136 feat(Excel): new JsonSchema - 900 hacks`); report.push(`1 1 src/ts/components/JsonSchemaForm/components/widgets/Table.tsx`); report.push(`79 27 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`0 2 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); @@ -33065,7 +33065,7 @@ report.push(`3 0 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`0 28 src/ts/pages/AdditionalServices2/hooks/useUiSchema.ts`); report.push(`12 3 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-03-01T15:04:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat: merge with release 2.51.0`); +report.push(`2023-03-01T15:04:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat(profile): merge with release 2.51.0`); report.push(`2023-03-01T17:30:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-9338 fix: add rules validate for create employees`); report.push(`3 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); @@ -33084,32 +33084,32 @@ report.push(`2023-03-02T09:30:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9248 fix report.push(`2023-03-02T10:10:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-9338 fix: remove max length`); report.push(`0 3 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-03-02T10:14:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9381 fix: add uuid for roles`); +report.push(`2023-03-02T10:14:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9381 fix(AIS): add uuid for roles`); report.push(`1 0 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); -report.push(`2023-03-02T11:07:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9392 fix: add uuid for abac`); +report.push(`2023-03-02T11:07:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9392 fix(OIR): add uuid for abac`); report.push(`2 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`2 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2023-03-02T11:10:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2374: SUBO-9392 fix: add uuid for abac`); +report.push(`2023-03-02T11:10:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2374: SUBO-9392 fix(OIR): add uuid for abac`); report.push(`2023-03-02T12:15:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 fix: fix addaptive form employee`); report.push(`6 0 src/ts/pages/Vendors/style/hacks.scss`); report.push(`0 2 src/ts/pages/Vendors/style/template.module.scss`); report.push(``); -report.push(`2023-03-02T12:37:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat: merge with release 2.53.0`); +report.push(`2023-03-02T12:37:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 feat(profile): merge with release 2.53.0`); report.push(`2023-03-02T12:40:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2372: SUBO-9338 fix: add rules validate for create employees`); report.push(`2023-03-02T12:40:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.53.0 -> master`); -report.push(`2023-03-02T13:05:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9166 feat: add confirm for create Version`); +report.push(`2023-03-02T13:05:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9166 feat(Excel): add confirm for create Version`); report.push(`60 0 src/ts/pages/Builder/components/ConfirmAction.tsx`); report.push(`13 3 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2023-03-02T13:50:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9331 fix: add companyName in orgUnit`); +report.push(`2023-03-02T13:50:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9331 fix(AIS): add companyName in orgUnit`); report.push(`7 5 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); report.push(`2023-03-02T15:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 feat: change buttons in Header`); @@ -33128,7 +33128,7 @@ report.push(`2 5 src/ts/pages/Requests/components/item/index.tsx`); report.push(`20 2 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-03-02T16:05:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2370: SUBO-9331 fix: show companyName within OrgStructiresFilter (Ожидаем Томащука)`); +report.push(`2023-03-02T16:05:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2370: SUBO-9331 fix(AIS): show companyName within OrgStructiresFilter (Ожидаем Томащука)`); report.push(`2023-03-02T16:16:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.53.0 -> master`); report.push(`2023-03-02T16:21:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-9413 feat: add user edit template sap`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); @@ -33192,10 +33192,10 @@ report.push(``); report.push(`2023-03-03T13:51:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9428 fix: add select for default roles`); report.push(`3 2 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-03-03T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9431 fix: dont work Remove button`); +report.push(`2023-03-03T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9431 fix(AIS): dont work Remove button`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/FormOir.tsx`); report.push(``); -report.push(`2023-03-03T14:24:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9432 fix: Select 1 role to change 2 role`); +report.push(`2023-03-03T14:24:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9432 fix(OIR): Select 1 role to change 2 role`); report.push(`7 3 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(``); @@ -33241,8 +33241,8 @@ report.push(`29 0 src/ts/pages/AdditionalServices/helpers/hacksFor701.ts`); report.push(`2 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); report.push(`2023-03-05T16:12:26+03:00>Oleg Losev>losev@net.it>Pull request #2386: Release/release 2.54.0`); -report.push(`2023-03-05T16:14:42+03:00>Oleg Losev>losev@net.it>Pull request #2387: SUBO-9166 feat: add confirm for create Version`); -report.push(`2023-03-06T09:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2375: SUBO-9166 feat: add confirm for create Version`); +report.push(`2023-03-05T16:14:42+03:00>Oleg Losev>losev@net.it>Pull request #2387: SUBO-9166 feat(Excel): add confirm for create Version`); +report.push(`2023-03-06T09:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2375: SUBO-9166 feat(Excel): add confirm for create Version`); report.push(`2023-03-06T09:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); report.push(`2023-03-06T09:05:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2383: SUBO-9430 fix: remove validation for Reject`); report.push(`2023-03-06T09:05:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); @@ -33271,7 +33271,7 @@ report.push(`6 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`6 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2023-03-06T10:33:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9248 fix: merge with release`); -report.push(`2023-03-06T12:06:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9452 fix: add help text in OIR request`); +report.push(`2023-03-06T12:06:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9452 fix(OIR): add help text in OIR request`); report.push(`52 19 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`7 3 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); @@ -33294,11 +33294,11 @@ report.push(``); report.push(`2023-03-06T15:12:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: Add OIR in TNP`); report.push(`0 1 src/ts/pages/Tnp/components/Preview/Rows.tsx`); report.push(``); -report.push(`2023-03-06T15:13:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-9442 fix: add text for warning request`); +report.push(`2023-03-06T15:13:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-9442 fix(OIR): add text for warning request`); report.push(`3 0 src/ts/pages/Request/styles/hacks.scss`); report.push(`22 16 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-03-06T17:07:03+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9275 feat: add filters for OIR within all requests page`); +report.push(`2023-03-06T17:07:03+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9275 feat(profile): add filters for OIR within all requests page`); report.push(`24 18 src/ts/api/request.ts`); report.push(`5 0 src/ts/interfaces/FilterParams.ts`); report.push(`50 7 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -33324,7 +33324,7 @@ report.push(``); report.push(`2023-03-07T09:58:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9485 fix: show roles for AddRemove OIR`); report.push(`1 0 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); report.push(``); -report.push(`2023-03-07T10:12:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat: change style for table`); +report.push(`2023-03-07T10:12:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat(traffic chart): change style for table`); report.push(`1 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`1 1 src/ts/components/Table/components/TableHead.tsx`); report.push(`9 7 src/ts/components/Table/styles/index.scss`); @@ -33336,15 +33336,15 @@ report.push(``); report.push(`2023-03-07T10:20:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2396: SUBO-9485 Show roles for AddRemove OIR`); report.push(`2023-03-07T10:20:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2394: SUBO-9486 fix: incorrect type on small card for AIS and OIR`); report.push(`2023-03-07T10:21:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2395: SUBO-9166 Add confirm for update template`); -report.push(`2023-03-07T10:21:41+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat: change style 2`); +report.push(`2023-03-07T10:21:41+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5297 feat(traffic chart): change style 2`); report.push(`3 3 src/ts/components/Table/styles/index.scss`); report.push(`4 4 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`2 2 src/ts/snippets/FilterChips/style/index.scss`); report.push(``); -report.push(`2023-03-07T10:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2393: SUBO-9275 feat: add filters for OIR within all requests page`); -report.push(`2023-03-07T10:23:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2392: SUBO-9442 fix: add text for warning request`); -report.push(`2023-03-07T11:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9471 fix: add validation for 1011`); +report.push(`2023-03-07T10:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2393: SUBO-9275 feat(profile): add filters for OIR within all requests page`); +report.push(`2023-03-07T10:23:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2392: SUBO-9442 fix(OIR): add text for warning request`); +report.push(`2023-03-07T11:22:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9471 fix(AIS): add validation for 1011`); report.push(`30 0 src/ts/pages/AdditionalServices/helpers/hacksFor1011.ts`); report.push(`5 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); @@ -33352,14 +33352,14 @@ report.push(`2023-03-07T11:27:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-03-07T11:27:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); report.push(`2023-03-07T11:29:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2400: SUBO-9486 fix: incorrect type on small card for AIS and OIR`); report.push(`2023-03-07T11:29:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); -report.push(`2023-03-07T11:29:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2390: SUBO-9452 fix: add help text in OIR request`); +report.push(`2023-03-07T11:29:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2390: SUBO-9452 fix(OIR): add help text in OIR request`); report.push(`2023-03-07T11:29:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); -report.push(`2023-03-07T11:31:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2401: SUBO-9442 fix: add text for warning request`); +report.push(`2023-03-07T11:31:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2401: SUBO-9442 fix(OIR): add text for warning request`); report.push(`2023-03-07T11:31:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); report.push(`2023-03-07T11:33:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-9489 fix: fix validate max length patronymic name`); report.push(`1 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-03-07T11:37:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2398: SUBO-9471 fix: add validation for 1011`); +report.push(`2023-03-07T11:37:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2398: SUBO-9471 fix(AIS): add validation for 1011`); report.push(`2023-03-07T11:41:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: merge with release`); report.push(`2023-03-07T11:46:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2402: SUBO-9489 fix: fix validate max length patronymic name`); report.push(`2023-03-07T11:47:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2403: SUBO-9489 fix: fix validate max length patronymic name`); @@ -33367,8 +33367,8 @@ report.push(`2023-03-07T11:47:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2023-03-07T12:27:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9445 fix: hide required symbol`); report.push(`2 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-07T12:43:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5297 fix: merge with release`); -report.push(`2023-03-07T13:10:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9425 feat: new json schema - move 1207 hacks`); +report.push(`2023-03-07T12:43:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5297 fix(faq): merge with release`); +report.push(`2023-03-07T13:10:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9425 feat(profile): new json schema - move 1207 hacks`); report.push(`7 1 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); report.push(`0 69 src/ts/pages/AdditionalServices2/helpers/customLoader.ts`); report.push(`2 144 src/ts/pages/AdditionalServices2/helpers/hacksFor1207.ts`); @@ -33384,7 +33384,7 @@ report.push(`1 1 src/ts/pages/Tnp/components/Preview/Description/index.tsx`); report.push(``); report.push(`2023-03-07T15:31:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2405: SUBO-9436 fix: cant create OIR access`); report.push(`2023-03-07T15:31:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); -report.push(`2023-03-07T15:40:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9425 feat: cleanup AdditionalServices2`); +report.push(`2023-03-07T15:40:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9425 feat(profile): cleanup AdditionalServices2`); report.push(`0 37 src/ts/pages/AdditionalServices2/helpers/dependencyHashMap.ts`); report.push(`0 48 src/ts/pages/AdditionalServices2/helpers/enrichDependentFields.ts`); report.push(`0 35 src/ts/pages/AdditionalServices2/helpers/hacksForAllServices.ts`); @@ -33421,7 +33421,7 @@ report.push(``); report.push(`2023-03-07T16:49:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); report.push(`1 1 src/ts/components/Select/styles/value-list.scss`); report.push(``); -report.push(`2023-03-07T16:54:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2407: SUBO-9471 fix: add validation for 1011`); +report.push(`2023-03-07T16:54:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2407: SUBO-9471 fix(AIS): add validation for 1011`); report.push(`2023-03-07T16:54:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); report.push(`2023-03-07T17:05:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9244 fix: add request for user in 1207 and 900`); report.push(`14 0 src/ts/components/JsonSchema/helpers/loader.ts`); @@ -33454,10 +33454,10 @@ report.push(`8 3 src/ts/snippets/FullCard/styles/index.scss`); report.push(`3 1 src/ts/snippets/RequestForm/index.tsx`); report.push(`2 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-03-09T12:37:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-9442 fix: fix link`); +report.push(`2023-03-09T12:37:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-9442 fix(OIR): fix link`); report.push(`1 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-03-09T12:48:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2412: SUBO-9442 fix: fix link`); +report.push(`2023-03-09T12:48:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2412: SUBO-9442 fix(OIR): fix link`); report.push(`2023-03-09T12:48:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.58.0 -> master`); report.push(`2023-03-09T13:05:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove 9414`); report.push(`2 2 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); @@ -33474,7 +33474,7 @@ report.push(`54 54 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`54 54 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`54 54 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-09T16:17:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9522 fix: page isLoading more time`); +report.push(`2023-03-09T16:17:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9522 fix(OIR): page isLoading more time`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2023-03-09T16:56:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2411: SUBO-9445 fix: hide required symbol`); @@ -33485,7 +33485,7 @@ report.push(`2023-03-09T17:15:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-03-09T17:15:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.58.0 -> master`); report.push(`2023-03-09T18:08:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2406: SUBO-9500 feat: can edit template UVHD`); report.push(`2023-03-09T18:08:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.58.0 -> master`); -report.push(`2023-03-09T18:11:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat: new json schema - add getInitState helper; + some fixes`); +report.push(`2023-03-09T18:11:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat(profile): new json schema - add getInitState helper; + some fixes`); report.push(`5 1 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`14 6 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); @@ -33503,13 +33503,13 @@ report.push(`2023-03-10T10:29:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix report.push(`10 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`6 3 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2023-03-10T10:31:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2416: SUBO-9522 fix: page isLoading more time`); +report.push(`2023-03-10T10:31:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2416: SUBO-9522 fix(OIR): page isLoading more time`); report.push(`2023-03-10T10:31:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); report.push(`2023-03-10T10:45:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); -report.push(`2023-03-10T10:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2418: SUBO-9275 feat: add filters for OIR within all requests page`); +report.push(`2023-03-10T10:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2418: SUBO-9275 feat(profile): add filters for OIR within all requests page`); report.push(`2023-03-10T10:48:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); report.push(`2023-03-10T10:50:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); -report.push(`2023-03-10T11:46:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9341 fix: change message for 703`); +report.push(`2023-03-10T11:46:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9341 fix(AIS): change message for 703`); report.push(`3 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2023-03-10T13:46:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2391: SUBO-9450 Add depend rules for TFR`); @@ -33526,7 +33526,7 @@ report.push(``); report.push(`2023-03-10T15:14:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); report.push(`0 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-03-10T15:34:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9452 fix: show help text`); +report.push(`2023-03-10T15:34:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9452 fix(OIR): show help text`); report.push(`10 10 src/ts/components/Select/index.tsx`); report.push(`2 0 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); @@ -33554,12 +33554,12 @@ report.push(`1 1 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`1 1 src/ts/pages/Builder/components/sub-header/OpenPage.tsx`); report.push(`1 1 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(``); -report.push(`2023-03-10T16:48:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2357: SUBO-9146 feat: all button and menu-buttons now is size 's'`); +report.push(`2023-03-10T16:48:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2357: SUBO-9146 feat(Excel): all button and menu-buttons now is size 's'`); report.push(`2023-03-10T16:54:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); -report.push(`2023-03-10T17:33:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9481 fix: change rules for 433`); +report.push(`2023-03-10T17:33:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9481 fix(AIS): change rules for 433`); report.push(`11 11 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(``); -report.push(`2023-03-10T19:51:21+03:00>Oleg Losev>losev@net.it>Pull request #2424: SUBO-9481 fix: change rules for 433`); +report.push(`2023-03-10T19:51:21+03:00>Oleg Losev>losev@net.it>Pull request #2424: SUBO-9481 fix(AIS): change rules for 433`); report.push(`2023-03-10T19:51:22+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.59.0 -> master`); report.push(`2023-03-13T09:07:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: merge with release`); report.push(`2023-03-13T09:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2350: SUBO-9273 Add OIR in TNP`); @@ -33576,7 +33576,7 @@ report.push(`80 0 src/ts/snippets/FullCard/styles/button.module.scss`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); report.push(`2023-03-13T11:26:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-03-13T11:30:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat: AdditionalServices - add a request2 page to show request`); +report.push(`2023-03-13T11:30:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat(profile): AdditionalServices - add a request2 page to show request`); report.push(`12 1 src/ts/components/JsonSchemaForm/index.tsx`); report.push(`1 0 src/ts/components/JsonSchemaForm/interfaces/common.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); @@ -33621,15 +33621,15 @@ report.push(`0 1 src/ts/api/eei.ts`); report.push(`1 1 src/ts/pages/Vendors/components/company/Success.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/employees/Success.tsx`); report.push(``); -report.push(`2023-03-13T14:16:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add checkbox for Vendor`); +report.push(`2023-03-13T14:16:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add checkbox for Vendor`); report.push(`27 3 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(``); -report.push(`2023-03-13T14:53:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add checkbox for Vendor`); +report.push(`2023-03-13T14:53:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add checkbox for Vendor`); report.push(`10 5 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`6 0 src/ts/pages/Vendors/helpers/constants.ts`); report.push(`14 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-03-13T15:09:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add checkbox for Vendor`); +report.push(`2023-03-13T15:09:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add checkbox for Vendor`); report.push(`3 0 src/ts/api/eei.ts`); report.push(`9 3 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`7 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); @@ -33642,17 +33642,17 @@ report.push(`1 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(`3 4 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`14 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(``); -report.push(`2023-03-13T16:27:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add hacks for DZO`); +report.push(`2023-03-13T16:27:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add hacks for DZO`); report.push(`3 0 src/ts/api/eei.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`34 0 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(``); -report.push(`2023-03-13T16:33:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add hacks for DZO`); +report.push(`2023-03-13T16:33:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add hacks for DZO`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`10 10 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(``); -report.push(`2023-03-13T16:01:38+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat: AdditionalServices - add a request2 page to show request`); +report.push(`2023-03-13T16:01:38+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat(profile): AdditionalServices - add a request2 page to show request`); report.push(`8 0 src/setupProxy.js`); report.push(`6 0 src/ts/api/request.ts`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); @@ -33671,15 +33671,15 @@ report.push(`0 63 src/ts/pages/Request2/components/DeleteRequest.tsx`); report.push(`0 13 src/ts/pages/Request2/helpers/loadAdditionalServicesFields.ts`); report.push(`23 92 src/ts/pages/Request2/index.tsx`); report.push(``); -report.push(`2023-03-13T16:43:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix: add hacks for DZO`); +report.push(`2023-03-13T16:43:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9391 fix(AIS): add hacks for DZO`); report.push(`0 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-03-13T16:55:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2426: SUBO-9588 fix: fix button abac create`); -report.push(`2023-03-13T17:48:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9591 fix: remove All groups`); +report.push(`2023-03-13T17:48:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9591 fix(AIS): remove All groups`); report.push(`5 2 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(``); -report.push(`2023-03-13T17:52:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2428: SUBO-9591 fix: remove All groups`); +report.push(`2023-03-13T17:52:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2428: SUBO-9591 fix(AIS): remove All groups`); report.push(`2023-03-14T08:46:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8884 fix: show correct text in roadmap`); report.push(`4 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); @@ -33716,16 +33716,16 @@ report.push(`4 2 src/ts/pages/Search/components/Search.tsx`); report.push(`6 3 src/ts/pages/Search/index.tsx`); report.push(`3 1 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2023-03-14T12:55:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9551 fix: add gap for role groups`); +report.push(`2023-03-14T12:55:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9551 fix(AIS): add gap for role groups`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2023-03-14T13:08:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat: return setupProxy lines`); +report.push(`2023-03-14T13:08:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat(profile): return setupProxy lines`); report.push(`0 8 src/setupProxy.js`); report.push(``); -report.push(`2023-03-14T15:34:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9551 fix: add gap for role groups`); +report.push(`2023-03-14T15:34:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9551 fix(AIS): add gap for role groups`); report.push(`1 1 src/ts/components/Tree/helpers/preload.ts`); report.push(``); -report.push(`2023-03-14T17:45:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat: new json schmea - table improvements`); +report.push(`2023-03-14T17:45:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9135 feat(profile): new json schmea - table improvements`); report.push(`1 1 src/ts/components/JsonSchemaForm/components/widgets/Table.tsx`); report.push(`13 1 src/ts/pages/NewJsonSchema/helpers/getInitState.ts`); report.push(`2 6 src/ts/pages/Request2/components/AdditionalServicesRequest.tsx`); @@ -33742,7 +33742,7 @@ report.push(`102 0 src/ts/pages/NewJsonSchema/store/OirStore.ts`); report.push(`2 1 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(``); report.push(`2023-03-15T11:19:04+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'release/release-2.52.0' into feature/SUBO-8313-JsonSchemaForm-builder`); -report.push(`2023-03-15T12:04:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6832 fix: add padding for Hint`); +report.push(`2023-03-15T12:04:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6832 fix(OIR): add padding for Hint`); report.push(`1 0 src/ts/components/Select/styles/index.scss`); report.push(``); report.push(`2023-03-15T12:39:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-9635 fix: can edit template dossier`); @@ -33772,22 +33772,22 @@ report.push(``); report.push(`2023-03-15T17:49:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2433: Feature/SUBO-9418 write converter for OIR roles`); report.push(`2023-03-15T18:15:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2437: SUBO-9529 Cant reject eployees`); report.push(`2023-03-15T18:16:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); -report.push(`2023-03-16T09:27:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9547 fix: loss recipient for copy 532`); +report.push(`2023-03-16T09:27:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9547 fix(faq): loss recipient for copy 532`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackendRecipient.ts`); report.push(``); -report.push(`2023-03-16T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2434: SUBO-6832 fix: add padding for Hint`); +report.push(`2023-03-16T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2434: SUBO-6832 fix(OIR): add padding for Hint`); report.push(`2023-03-16T09:37:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); report.push(`2023-03-16T09:39:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2429: SUBO-8884 fix: show correct text in roadmap`); report.push(`2023-03-16T09:39:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); report.push(`2023-03-16T09:39:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2430: SUBO-9600 fix: show full name in org unit`); report.push(`2023-03-16T09:39:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); -report.push(`2023-03-16T09:40:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2432: SUBO-6467, SUBO-9551 fix: add gap for role groups`); +report.push(`2023-03-16T09:40:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2432: SUBO-6467, SUBO-9551 fix(AIS): add gap for role groups`); report.push(`2023-03-16T09:40:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); report.push(`2023-03-16T09:42:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2435: SUBO-9635 fix: can edit template dossier`); report.push(`2023-03-16T09:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); -report.push(`2023-03-16T09:44:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2438: SUBO-9547 fix: loss recipient for copy 532`); +report.push(`2023-03-16T09:44:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2438: SUBO-9547 fix(faq): loss recipient for copy 532`); report.push(`2023-03-16T09:44:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); -report.push(`2023-03-16T09:59:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix: merge with release`); +report.push(`2023-03-16T09:59:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix(faq): merge with release`); report.push(`2023-03-16T10:23:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9641 feat: PageWrapper - move styles to css modules`); report.push(`4 1 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`10 9 src/ts/pages/PageWrapper/components/Footer.tsx`); @@ -33806,15 +33806,15 @@ report.push(`2023-03-16T13:49:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-9659 fix: report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); report.push(`2023-03-16T14:47:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2440: Bugfix/SUBO-9659 fix abac role remove element`); -report.push(`2023-03-16T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 fix: add tree for abac`); +report.push(`2023-03-16T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 fix(AIS): add tree for abac`); report.push(`2023-03-16T15:19:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2356: SUBO-9161 Add Tree for Abac`); report.push(`2023-03-16T15:19:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); report.push(`2023-03-16T15:50:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2436: SUBO-9630 fix: add type for name filter`); report.push(`2023-03-16T15:50:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.61.0 -> master`); -report.push(`2023-03-16T17:01:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6467 fix: builder - another ownerUnit field init`); +report.push(`2023-03-16T17:01:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6467 fix(faq): builder - another ownerUnit field init`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); -report.push(`2023-03-16T17:06:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6467 fix: builder - show "-" for ownerUnit, if undefined`); +report.push(`2023-03-16T17:06:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6467 fix(faq): builder - show "-" for ownerUnit, if undefined`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); report.push(`2023-03-17T09:03:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9141 feat: Added new checkbox widget`); @@ -33839,7 +33839,7 @@ report.push(``); report.push(`2023-03-17T10:10:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2444: SUBO-9683 feat: add banner for PSI`); report.push(`2023-03-17T10:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2427: SUBO-9391 Add hacks for DZO`); report.push(`2023-03-17T10:11:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2439: SUBO-9641 feat: PageWrapper - move styles to css modules`); -report.push(`2023-03-17T10:12:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2441: SUBO-6467 fix: builder - another ownerUnit field init`); +report.push(`2023-03-17T10:12:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2441: SUBO-6467 fix(faq): builder - another ownerUnit field init`); report.push(`2023-03-17T10:12:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.62.0 -> master`); report.push(`2023-03-17T10:18:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2447: SUBO-9683 feat: add banner for PSI`); report.push(`2023-03-17T10:19:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2446: SUBO-9391 Add hacks for DZO`); @@ -33911,11 +33911,11 @@ report.push(`2023-03-17T16:01:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9695 fix report.push(`2023-03-17T16:35:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: common design changes`); report.push(`4 2 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2023-03-17T17:11:45+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9682 fix: Select - show description for ValueList`); +report.push(`2023-03-17T17:11:45+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9682 fix(OIR): Select - show description for ValueList`); report.push(`9 0 src/ts/components/Select/index.module.scss`); report.push(`21 14 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2023-03-17T19:00:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-9697 fix: remove gap for value input`); +report.push(`2023-03-17T19:00:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-9697 fix(faq): remove gap for value input`); report.push(`1 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); report.push(`2023-03-20T10:21:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7649 fix: add full adress for 542`); @@ -33929,7 +33929,7 @@ report.push(``); report.push(`2023-03-20T10:37:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7649 fix: add full adress for 542`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/hacksFor542.ts`); report.push(``); -report.push(`2023-03-20T12:07:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9341 fix: updateTargetFieldsValue - set the whole content for CHECKBOX_GROUP`); +report.push(`2023-03-20T12:07:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9341 fix(AIS): updateTargetFieldsValue - set the whole content for CHECKBOX_GROUP`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); report.push(`2023-03-20T12:40:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7649 fix: add full adress for 542`); @@ -33937,7 +33937,7 @@ report.push(`7 0 src/ts/api/request.ts`); report.push(`61 0 src/ts/pages/AdditionalServices/helpers/hacksFor542.ts`); report.push(`2 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-03-20T13:31:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2456: SUBO-9682 fix: Select - show description for ValueList`); +report.push(`2023-03-20T13:31:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2456: SUBO-9682 fix(OIR): Select - show description for ValueList`); report.push(`2023-03-20T13:31:12+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.62.0 -> master`); report.push(`2023-03-20T13:36:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-9673 fix: fix rft field`); report.push(`2 2 src/ts/api/roles.ts`); @@ -33947,17 +33947,17 @@ report.push(`9 3 src/ts/pages/TemplateOir/components/create-request/DynamicField report.push(``); report.push(`2023-03-20T14:16:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2431: SUBO-6953 Change logic for search`); report.push(`2023-03-20T14:16:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.63.0 -> master`); -report.push(`2023-03-20T14:17:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2457: SUBO-9697 fix: remove gap for value input`); +report.push(`2023-03-20T14:17:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2457: SUBO-9697 fix(faq): remove gap for value input`); report.push(`2023-03-20T14:17:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.63.0 -> master`); -report.push(`2023-03-20T14:18:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2458: SUBO-9341 fix: updateTargetFieldsValue - set the whole content for CHECKBOX_GROUP`); +report.push(`2023-03-20T14:18:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2458: SUBO-9341 fix(AIS): updateTargetFieldsValue - set the whole content for CHECKBOX_GROUP`); report.push(`2023-03-20T14:18:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.63.0 -> master`); -report.push(`2023-03-20T16:42:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9667 fix: When copying the request in "contact person" field is inserted upn and personalTitle`); +report.push(`2023-03-20T16:42:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9667 fix(faq): When copying the request in "contact person" field is inserted upn and personalTitle`); report.push(`1 1 src/ts/api/request.ts`); report.push(`39 0 src/ts/pages/AdditionalServices/helpers/hackForCopy.ts`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`4 2 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-03-20T16:47:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9667 fix: Removed unnecessary`); +report.push(`2023-03-20T16:47:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9667 fix(faq): Removed unnecessary`); report.push(`0 2 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); report.push(`2023-03-20T17:56:41+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9710 feat: add 'custom-user' widget`); @@ -33974,7 +33974,7 @@ report.push(`1 1 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(`3 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); report.push(`2023-03-21T09:47:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2461: SUBO-9729 Change URL for endpont`); -report.push(`2023-03-21T10:31:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9702 fix: add hack for select roles`); +report.push(`2023-03-21T10:31:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9702 fix(OIR): add hack for select roles`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`11 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(``); @@ -34013,14 +34013,14 @@ report.push(`2023-03-21T14:25:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-03-21T14:33:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.62.1 -> release/release-2.63.0`); report.push(`2023-03-21T14:33:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.63.0 -> release/release-2.64.0`); report.push(`2023-03-21T14:33:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.64.0 -> master`); -report.push(`2023-03-21T15:21:05+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9711 fix: CommentsList list - sort comments by created field`); +report.push(`2023-03-21T15:21:05+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9711 fix(AIS): CommentsList list - sort comments by created field`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-03-21T15:41:21+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9682 fix: OIR TFR - fix description for Request, fix HelpIcon displaying`); +report.push(`2023-03-21T15:41:21+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9682 fix(OIR): OIR TFR - fix description for Request, fix HelpIcon displaying`); report.push(`6 7 src/ts/components/Select/index.tsx`); report.push(`3 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(``); -report.push(`2023-03-21T15:44:17+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2474: SUBO-9682 fix: OIR TFR - fix description for Request, fix HelpIcon displaying`); +report.push(`2023-03-21T15:44:17+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2474: SUBO-9682 fix(OIR): OIR TFR - fix description for Request, fix HelpIcon displaying`); report.push(`2023-03-21T15:44:18+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.63.0 -> release/release-2.64.0`); report.push(`2023-03-21T15:44:19+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.64.0 -> master`); report.push(`2023-03-21T15:46:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-9673 fix: fix default value`); @@ -34030,11 +34030,11 @@ report.push(`7 1 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx report.push(``); report.push(`2023-03-21T15:53:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2453: SUBO-5297, SUBO-9503 Common design changes`); report.push(`2023-03-21T16:03:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.64.0 -> master`); -report.push(`2023-03-21T16:24:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2472: SUBO-9711 fix: CommentsList list - sort comments by created field`); +report.push(`2023-03-21T16:24:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2472: SUBO-9711 fix(AIS): CommentsList list - sort comments by created field`); report.push(`2023-03-21T16:24:09+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.63.0 -> release/release-2.64.0`); report.push(`2023-03-21T16:24:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.64.0 -> master`); -report.push(`2023-03-21T16:58:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2462: SUBO-9702 fix: add hack for select roles`); -report.push(`2023-03-21T17:01:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2469: SUBO-9667 1207 fix: When copying the request in "contact person" field is inserted upn and personalTitle`); +report.push(`2023-03-21T16:58:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2462: SUBO-9702 fix(OIR): add hack for select roles`); +report.push(`2023-03-21T17:01:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2469: SUBO-9667 1207 fix(faq): When copying the request in "contact person" field is inserted upn and personalTitle`); report.push(`2023-03-21T17:03:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2450: SUBO-9673 fix: add value from state`); report.push(`2023-03-21T17:05:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.64.0 -> master`); report.push(`2023-03-21T17:28:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9670 fix: rename flag InnerEmployees to isInnerEmployees`); @@ -34053,28 +34053,28 @@ report.push(`2023-03-22T09:03:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9729 fix report.push(`2 2 src/ts/api/acrq.ts`); report.push(`1 1 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); -report.push(`2023-03-22T09:27:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9722 fix: remove blur for Scroll`); +report.push(`2023-03-22T09:27:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9722 fix(OIR): remove blur for Scroll`); report.push(`5 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2023-03-22T09:35:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9722 fix: remove blur for Scroll`); +report.push(`2023-03-22T09:35:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9722 fix(OIR): remove blur for Scroll`); report.push(`1 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2023-03-22T10:16:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat: add block comment`); +report.push(`2023-03-22T10:16:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat(Excel): add block comment`); report.push(`6 0 src/ts/components/Select/components/labels/user.tsx`); report.push(`2 0 src/ts/components/Select/index.tsx`); report.push(`3 2 src/ts/components/Select/styles/labels.module.scss`); report.push(``); -report.push(`2023-03-22T10:25:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat: add block comment`); +report.push(`2023-03-22T10:25:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat(Excel): add block comment`); report.push(`1 1 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`2 0 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2023-03-22T10:34:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat: add block comment`); +report.push(`2023-03-22T10:34:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat(Excel): add block comment`); report.push(`0 2 src/ts/components/Select/index.tsx`); report.push(`5 8 src/ts/components/Select/styles/labels.module.scss`); report.push(``); -report.push(`2023-03-22T10:39:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat: add block comment`); +report.push(`2023-03-22T10:39:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9446 feat(Excel): add block comment`); report.push(`1 0 src/ts/components/Select/components/Item.tsx`); report.push(`4 0 src/ts/components/Select/styles/list.scss`); report.push(``); @@ -34083,10 +34083,10 @@ report.push(`1 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`3 9 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); report.push(`2023-03-22T11:12:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2479: SUBO-9698 fix: useFormChange - revert the setting new fields logic; defaultValue - check for '' current value before set the default`); -report.push(`2023-03-22T12:00:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix: add risNumber`); +report.push(`2023-03-22T12:00:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix(faq): add risNumber`); report.push(`8 1 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); -report.push(`2023-03-22T12:06:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix: add risNumber`); +report.push(`2023-03-22T12:06:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix(faq): add risNumber`); report.push(`0 1 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); report.push(`2023-03-22T12:35:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9716 fix: improve tooltip under Search`); @@ -34095,13 +34095,13 @@ report.push(``); report.push(`2023-03-22T12:39:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2466: SUBO-9716 fix: removed the link to the "wi-fi access" under the template search`); report.push(`2023-03-22T12:44:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.65.0 -> master`); report.push(`2023-03-22T14:02:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: JsonSchemaForm merge with release`); -report.push(`2023-03-22T14:33:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9697 fix: cant add gap for input`); +report.push(`2023-03-22T14:33:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9697 fix(faq): cant add gap for input`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); -report.push(`2023-03-22T14:36:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2480: SUBO-9697 fix: cant add gap for input`); +report.push(`2023-03-22T14:36:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2480: SUBO-9697 fix(faq): cant add gap for input`); report.push(`2023-03-22T14:36:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.65.0 -> master`); report.push(`2023-03-22T14:36:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2481: SUBO-9697 Cant add gap for input`); -report.push(`2023-03-22T14:39:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9697 fix: cant add gap for input`); +report.push(`2023-03-22T14:39:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9697 fix(faq): cant add gap for input`); report.push(`7 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); report.push(`2023-03-22T14:41:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2482: SUBO-9697 Cant add gap for input`); @@ -34109,7 +34109,7 @@ report.push(`2023-03-22T15:00:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9743 fix report.push(`1 1 src/ts/pages/Template/helpers/converter.ts`); report.push(`4 4 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2023-03-22T15:04:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2477: SUBO-9722 fix: remove blur for Scroll`); +report.push(`2023-03-22T15:04:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2477: SUBO-9722 fix(OIR): remove blur for Scroll`); report.push(`2023-03-22T15:04:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.65.0 -> master`); report.push(`2023-03-22T15:04:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2483: SUBO-9722 Remove Blur for Scroll`); report.push(`2023-03-22T15:07:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2484: SUBO-9743 fix: white page for null domain`); @@ -34122,12 +34122,12 @@ report.push(`4 4 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(``); report.push(`2023-03-22T16:02:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2487: SUBO-9698 fix: Input - another way to get current errorMessage; hackForDZO - removeError on getMinCodeDZO`); -report.push(`2023-03-22T16:04:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9727 fix: disabled radio in template`); +report.push(`2023-03-22T16:04:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9727 fix(faq): disabled radio in template`); report.push(`16 1 src/ts/api/roles.ts`); report.push(``); report.push(`2023-03-22T16:09:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2473: SUBO-9670 feat: added additional request parameters to customLoader for template1207`); report.push(`2023-03-22T16:11:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.65.0 -> master`); -report.push(`2023-03-22T16:16:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9767 feat: headers in the FullCard with a link to the request`); +report.push(`2023-03-22T16:16:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9767 feat(traffic chart): headers in the FullCard with a link to the request`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(`11 28 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`6 2 src/ts/pages/Reconciliations/components/agreements/index.tsx`); @@ -34152,12 +34152,12 @@ report.push(``); report.push(`2023-03-22T17:26:00+03:00>Petr Petrov>petrov@mail.jp>SUBO-9719 fix: add reference for name`); report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-03-22T17:50:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix: another way to get dictionaries`); +report.push(`2023-03-22T17:50:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix(AIS): another way to get dictionaries`); report.push(`3 3 src/ts/api/acrq.ts`); report.push(`6 8 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(`1 2 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(``); -report.push(`2023-03-23T08:32:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2491: SUBO-9771 fix: another way to get dictionaries`); +report.push(`2023-03-23T08:32:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2491: SUBO-9771 fix(AIS): another way to get dictionaries`); report.push(`2023-03-23T10:05:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9779 fix: last page in notifications`); report.push(`1 0 src/ts/api/notification.ts`); report.push(`8 0 src/ts/pages/Notifications/index.tsx`); @@ -34166,30 +34166,30 @@ report.push(`2023-03-23T10:10:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9779 fix report.push(`0 1 src/ts/api/notification.ts`); report.push(`4 3 src/ts/pages/Notifications/index.tsx`); report.push(``); -report.push(`2023-03-23T12:19:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix: delete getAllDictionaries method, use only getSystemDictionaries`); +report.push(`2023-03-23T12:19:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix(AIS): delete getAllDictionaries method, use only getSystemDictionaries`); report.push(`0 15 src/ts/api/acrq.ts`); report.push(`3 11 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); -report.push(`2023-03-23T12:22:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2493: SUBO-9771 fix: delete getAllDictionaries method, use only getSystemDictionaries`); +report.push(`2023-03-23T12:22:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2493: SUBO-9771 fix(AIS): delete getAllDictionaries method, use only getSystemDictionaries`); report.push(`2023-03-23T13:47:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2448: SUBO-9683, SUBO-9391 - dev 7`); report.push(`2023-03-23T13:48:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2492: SUBO-9779 Go back from last page in notifications when all readed`); report.push(`2023-03-23T14:05:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.66.0 -> master`); report.push(`2023-03-23T15:31:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-7713 fix: disabled select role for laboratory`); report.push(`7 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-23T16:22:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-9792 fix: add types external`); +report.push(`2023-03-23T16:22:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-9792 fix(OIR): add types external`); report.push(`52 43 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-03-23T16:24:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9767 feat: fix style`); +report.push(`2023-03-23T16:24:34+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9767 feat(traffic chart): fix style`); report.push(`24 10 src/ts/pages/Requests/components/item/Decision.tsx`); report.push(`1 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(`2 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2023-03-23T16:31:34+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix: builder AddAttribute - set existedDictionaryId on existedDictionary change`); +report.push(`2023-03-23T16:31:34+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9771 fix(AIS): builder AddAttribute - set existedDictionaryId on existedDictionary change`); report.push(`3 0 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); -report.push(`2023-03-23T16:35:56+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2495: SUBO-9771 fix: builder AddAttribute - set existedDictionaryId on existedDictionary change`); +report.push(`2023-03-23T16:35:56+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2495: SUBO-9771 fix(AIS): builder AddAttribute - set existedDictionaryId on existedDictionary change`); report.push(`2023-03-23T16:44:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9729 fix: change URL for request`); report.push(`4 17 src/ts/api/acrq.ts`); report.push(`5 7 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); @@ -34199,29 +34199,29 @@ report.push(`2023-03-23T16:47:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-03-23T16:47:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2478: SUBO-9446 Add block comment`); report.push(`2023-03-23T16:54:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2490: SUBO-9690 fix: fix custom requset field 900`); report.push(`2023-03-23T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.66.0 -> master`); -report.push(`2023-03-24T10:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2496: SUBO-9792 fix: add types external`); +report.push(`2023-03-24T10:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2496: SUBO-9792 fix(OIR): add types external`); report.push(`2023-03-24T10:10:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2486: SUBO-9615 fix: add column in report 478`); -report.push(`2023-03-24T10:54:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5297 fix: hide scroll in table`); +report.push(`2023-03-24T10:54:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5297 fix(faq): hide scroll in table`); report.push(`2 1 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(``); -report.push(`2023-03-24T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2499: SUBO-5297 fix: hide scroll in table`); +report.push(`2023-03-24T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2499: SUBO-5297 fix(faq): hide scroll in table`); report.push(`2023-03-24T11:02:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); -report.push(`2023-03-24T11:23:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix: add load domain in openshift`); +report.push(`2023-03-24T11:23:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix(AIS): add load domain in openshift`); report.push(`17 0 src/ts/api/constructor.ts`); report.push(`6 3 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-03-24T11:33:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix: add load domain in openshift`); +report.push(`2023-03-24T11:33:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix(AIS): add load domain in openshift`); report.push(`1 0 src/ts/api/request.ts`); report.push(`5 2 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-03-24T11:37:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix: add load domain in openshift`); +report.push(`2023-03-24T11:37:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix(AIS): add load domain in openshift`); report.push(`0 1 src/ts/api/request.ts`); report.push(`0 2 src/ts/pages/Request/helpers/loadAbacTreeFullValue.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-03-24T12:53:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2488: SUBO-9727 fix: disabled radio in template`); +report.push(`2023-03-24T12:53:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2488: SUBO-9727 fix(faq): disabled radio in template`); report.push(`2023-03-24T13:00:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); report.push(`2023-03-24T13:29:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9813 fix: buttons display on center`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); @@ -34229,27 +34229,27 @@ report.push(`13 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); report.push(`2023-03-24T13:33:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2501: SUBO-9813 fix: buttons display on center`); report.push(`2023-03-24T13:45:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); -report.push(`2023-03-24T14:21:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T14:21:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`11 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2023-03-24T14:37:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T14:37:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`2 3 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2023-03-24T14:50:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T14:50:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`5 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2023-03-24T15:00:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T15:00:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`3 2 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(``); -report.push(`2023-03-24T15:10:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T15:10:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`4 3 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2023-03-24T15:18:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T15:18:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`11 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2023-03-24T15:19:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2502: SUBO-9615 fix: add column in report 478`); -report.push(`2023-03-24T15:23:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix: add validation for role`); +report.push(`2023-03-24T15:23:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9712 fix(OIR): add validation for role`); report.push(`2 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2023-03-24T15:26:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); @@ -34264,7 +34264,7 @@ report.push(``); report.push(`2023-03-24T16:37:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); report.push(`2023-03-24T16:38:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2505: SUBO-9830 fix: hide button for ORM`); report.push(`2023-03-24T16:45:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.67.0 -> master`); -report.push(`2023-03-24T16:50:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix: merge with release`); +report.push(`2023-03-24T16:50:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9357 fix(faq): merge with release`); report.push(`2023-03-24T17:36:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-7713 fix: fix search disabled item`); report.push(`9 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); @@ -34282,19 +34282,19 @@ report.push(`22 14 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/hacksForApprove.ts`); report.push(`2 0 src/ts/pages/Reconciliations/helpers/request/onClick.ts`); report.push(``); -report.push(`2023-03-27T10:46:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); +report.push(`2023-03-27T10:46:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); report.push(`20 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-27T10:57:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); +report.push(`2023-03-27T10:57:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); report.push(`2 5 src/ts/api/request.ts`); report.push(`1 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`1 2 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx`); report.push(`1 2 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(``); -report.push(`2023-03-27T11:07:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); +report.push(`2023-03-27T11:07:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); report.push(`6 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-27T11:11:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); +report.push(`2023-03-27T11:11:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); report.push(`8 6 src/ts/api/request.ts`); report.push(``); report.push(`2023-03-27T11:21:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-7713 fix: fix condition`); @@ -34305,7 +34305,7 @@ report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(``); report.push(`2023-03-27T12:40:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2506: SUBO-9796 fix: fix role for edit template`); report.push(`2023-03-27T12:40:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.68.0 -> master`); -report.push(`2023-03-27T13:17:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix: add dependent rules`); +report.push(`2023-03-27T13:17:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7691 fix(AIS): add dependent rules`); report.push(`22 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); report.push(`2023-03-27T16:04:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9759 fix: TableFor900 - show requestId column as a link`); @@ -34314,7 +34314,7 @@ report.push(``); report.push(`2023-03-27T16:22:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-7713 fix: fix save to store select items`); report.push(`6 6 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-27T16:49:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9771 fix: change URL for Dictionary`); +report.push(`2023-03-27T16:49:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9771 fix(AIS): change URL for Dictionary`); report.push(`3 17 src/ts/api/acrq.ts`); report.push(`8 7 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(`1 2 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); @@ -34327,39 +34327,39 @@ report.push(`2023-03-27T17:28:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic mer report.push(`2023-03-27T17:29:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2509: SUBO-9524 fix: Reconciliations/ConfirmAction - send item.id instead of item to get available actions`); report.push(`2023-03-27T17:29:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.68.0 -> master`); report.push(`2023-03-27T17:51:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-03-27T18:12:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9771 fix: change URL for dictionary`); +report.push(`2023-03-27T18:12:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9771 fix(AIS): change URL for dictionary`); report.push(`2 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2023-03-27T19:22:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2511: SUBO-9771 fix: change URL for Dictionary`); +report.push(`2023-03-27T19:22:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2511: SUBO-9771 fix(AIS): change URL for Dictionary`); report.push(`2023-03-27T19:22:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.68.0 -> master`); -report.push(`2023-03-28T10:17:48+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix: pages/Template - add hack for 1642_73`); +report.push(`2023-03-28T10:17:48+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix(OIR): pages/Template - add hack for 1642_73`); report.push(`3 0 src/ts/pages/Template/components/Form.tsx`); report.push(`9 0 src/ts/pages/Template/helpers/hacksFor1642_73.ts`); report.push(``); -report.push(`2023-03-28T10:31:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix: hack for 1642_73 - set null to jsonScheme`); +report.push(`2023-03-28T10:31:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix(OIR): hack for 1642_73 - set null to jsonScheme`); report.push(`1 1 src/ts/pages/Template/helpers/hacksFor1642_73.ts`); report.push(``); -report.push(`2023-03-28T10:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2512: SUBO-9782 fix: pages/Template - add hack for 1642_73`); +report.push(`2023-03-28T10:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2512: SUBO-9782 fix(OIR): pages/Template - add hack for 1642_73`); report.push(`2023-03-28T10:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T10:44:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix: pages/Template - set null to jsonScheme for role groups`); +report.push(`2023-03-28T10:44:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9782 fix(OIR): pages/Template - set null to jsonScheme for role groups`); report.push(`3 0 src/ts/pages/Template/components/Form.tsx`); report.push(`7 0 src/ts/pages/Template/helpers/hacksForRoleSelect.ts`); report.push(``); -report.push(`2023-03-28T10:50:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9782 fix: merge with release`); -report.push(`2023-03-28T10:52:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2513: SUBO-9782 fix: pages/Template - set null to jsonScheme for role groups`); +report.push(`2023-03-28T10:50:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9782 fix(OIR): merge with release`); +report.push(`2023-03-28T10:52:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2513: SUBO-9782 fix(OIR): pages/Template - set null to jsonScheme for role groups`); report.push(`2023-03-28T10:52:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T10:54:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-9644 feat: add new jsonShema for create oir`); +report.push(`2023-03-28T10:54:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-9644 feat(profile): add new jsonShema for create oir`); report.push(`13 2 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(`12 5 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-03-28T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9782 fix: remove files`); +report.push(`2023-03-28T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9782 fix(OIR): remove files`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`0 9 src/ts/pages/Template/helpers/hacksFor1642_73.ts`); report.push(``); -report.push(`2023-03-28T11:01:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2514: SUBO-9782 fix: remove files`); +report.push(`2023-03-28T11:01:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2514: SUBO-9782 fix(OIR): remove files`); report.push(`2023-03-28T11:01:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T11:03:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); -report.push(`2023-03-28T11:06:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix: add request validation`); +report.push(`2023-03-28T11:03:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); +report.push(`2023-03-28T11:06:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9791 fix(AIS): add request validation`); report.push(`11 4 src/ts/api/request.ts`); report.push(``); report.push(`2023-03-28T11:52:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9789 fix: add buttons for Draft`); @@ -34482,7 +34482,7 @@ report.push(``); report.push(`2023-03-30T11:09:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9789 fix: add buttons for Draft`); report.push(`0 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-30T11:16:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9457 fix: change day validation`); +report.push(`2023-03-30T11:16:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9457 fix(faq): change day validation`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); report.push(`2023-03-30T11:38:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9768 fix: add check vendor Uuid`); @@ -34505,7 +34505,7 @@ report.push(``); report.push(`2023-03-30T13:48:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2525: SUBO-9866 Change link on roadmap`); report.push(`2023-03-30T13:48:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2526: SUBO-9909 fix: change padding for scroll`); report.push(`2023-03-30T13:48:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2527: SUBO-9789 Add buttons for Draft`); -report.push(`2023-03-30T13:48:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2528: SUBO-9457 fix: change day validation`); +report.push(`2023-03-30T13:48:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2528: SUBO-9457 fix(faq): change day validation`); report.push(`2023-03-30T13:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2529: SUBO-9768 fix: add check vendor Uuid`); report.push(`2023-03-30T13:49:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2530: SUBO-9908 fix: add correct link to cspp.vtb.ru`); report.push(`2023-03-30T13:49:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2520: SUBO-7545 fix: OIR create/edit - check roles for pairs`); @@ -34560,18 +34560,18 @@ report.push(`14 6 src/ts/pages/TemplateOir/components/create-request/DynamicFiel report.push(``); report.push(`2023-03-31T11:07:10+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'feature/SUBO-8864-redesign-vendors-employees-form' into feature/SUBO-9923-employee-edit-restore`); report.push(`2023-03-31T12:33:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2536: SUBO-9898 fix: change selected roles`); -report.push(`2023-03-31T13:04:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9947 fix: employee card layout`); +report.push(`2023-03-31T13:04:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9947 fix(faq): employee card layout`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`1 1 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`1 2 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2023-03-31T13:08:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9957 fix: change filter for reconciliations`); +report.push(`2023-03-31T13:08:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9957 fix(faq): change filter for reconciliations`); report.push(`8 0 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2023-03-31T13:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2537: SUBO-9957б SUBO-9948 fix: change filter for reconciliations`); report.push(`2023-03-31T13:31:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); -report.push(`2023-03-31T14:20:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2539: SUBO-9457 fix: change day validation`); +report.push(`2023-03-31T14:20:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2539: SUBO-9457 fix(faq): change day validation`); report.push(`2023-03-31T14:20:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); report.push(`2023-03-31T14:21:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2540: SUBO-9908 fix: add correct link to cspp.vtb.ru`); report.push(`2023-03-31T14:21:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); @@ -34611,7 +34611,7 @@ report.push(`2023-03-31T16:57:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9920 report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`12 0 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2023-03-31T22:20:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-9947 fix: send correct id for call action`); +report.push(`2023-03-31T22:20:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-9947 fix(faq): send correct id for call action`); report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); report.push(`2023-04-01T18:36:23+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.73.0 -> master`); @@ -34635,19 +34635,19 @@ report.push(`38 14 src/ts/pages/TemplateOir/components/create-request/DynamicFie report.push(``); report.push(`2023-04-03T10:35:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2551: SUBO-9898 fix: change selected roles`); report.push(`2023-04-03T10:41:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2544: SUBO-9703 Add new message for validation`); -report.push(`2023-04-03T11:25:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9982 fix: AdditionalServices2 - fix save request`); +report.push(`2023-04-03T11:25:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9982 fix(OIR): AdditionalServices2 - fix save request`); report.push(`4 0 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`3 2 src/ts/pages/AdditionalServices2/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-04-03T11:28:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2552: SUBO-9982 fix: AdditionalServices2 - fix save request`); +report.push(`2023-04-03T11:28:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2552: SUBO-9982 fix(OIR): AdditionalServices2 - fix save request`); report.push(`2023-04-03T11:28:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); report.push(`2023-04-03T12:11:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9936 fix: perfomance for big dictionary`); report.push(`3 3 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2023-04-03T13:18:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix: set default date diff`); +report.push(`2023-04-03T13:18:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix(OIR): set default date diff`); report.push(`12 0 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-03T13:20:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2554: SUBO-9992 fix: set default date diff`); +report.push(`2023-04-03T13:20:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2554: SUBO-9992 fix(OIR): set default date diff`); report.push(`2023-04-03T13:20:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); report.push(`2023-04-03T13:24:38+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9988 fix: Request2 - show also other requests, not only additional`); report.push(`8 2 src/ts/pages/Request2/helpers/loadTemplateInfo.ts`); @@ -34655,10 +34655,10 @@ report.push(`73 2 src/ts/pages/Request2/index.tsx`); report.push(``); report.push(`2023-04-03T13:27:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2555: SUBO-9988 fix: Request2 - show also other requests, not only additional`); report.push(`2023-04-03T13:27:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-03T13:43:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix: add empty actions`); +report.push(`2023-04-03T13:43:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix(OIR): add empty actions`); report.push(`6 5 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-04-03T13:45:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2556: SUBO-9992 fix: add empty actions`); +report.push(`2023-04-03T13:45:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2556: SUBO-9992 fix(OIR): add empty actions`); report.push(`2023-04-03T13:45:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); report.push(`2023-04-03T14:41:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add new message for validation`); report.push(`2 2 src/ts/api/request.ts`); @@ -34679,7 +34679,7 @@ report.push(`2023-04-03T17:26:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9920 report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2023-04-03T17:30:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2546: SUBO-9920 fix: All Requests - 900 filter improvement`); -report.push(`2023-04-04T09:46:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix: fix 900 depend field for modal`); +report.push(`2023-04-04T09:46:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix(AIS): fix 900 depend field for modal`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(`4 0 src/ts/components/JsonSchemaForm/components/modal/TableUpdate.tsx`); report.push(`8 2 src/ts/components/JsonSchemaForm/components/modal/index.tsx`); @@ -34690,10 +34690,10 @@ report.push(`6 2 src/ts/pages/AdditionalServices2/components/DynamicFields.tsx`) report.push(`77 0 src/ts/pages/AdditionalServices2/helpers/updateTargetFieldsValue.ts`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-04T10:14:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix: fix requset adress 900 modal`); +report.push(`2023-04-04T10:14:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix(AIS): fix requset adress 900 modal`); report.push(`6 3 src/ts/pages/AdditionalServices2/components/DynamicFields.tsx`); report.push(``); -report.push(`2023-04-04T10:23:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix: fix 900 clean code`); +report.push(`2023-04-04T10:23:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-9991 fix(AIS): fix 900 clean code`); report.push(`0 1 src/ts/api/acrq.ts`); report.push(`1 21 src/ts/pages/AdditionalServices2/helpers/updateTargetFieldsValue.ts`); report.push(``); @@ -34701,7 +34701,7 @@ report.push(`2023-04-04T10:31:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9999 fix report.push(`1 1 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-04T10:32:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2560: SUBO-9991 fix: fix 900 depend field for modal`); +report.push(`2023-04-04T10:32:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2560: SUBO-9991 fix(AIS): fix 900 depend field for modal`); report.push(`2023-04-04T10:37:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); report.push(`2023-04-04T10:59:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2562: SUBO-9999 fix: default disabled for field`); report.push(`2023-04-04T11:06:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); @@ -34725,15 +34725,15 @@ report.push(`1 1 src/setupProxy.js`); report.push(`0 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2023-04-04T13:22:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2566: SUBO-10008 Fix buttons`); -report.push(`2023-04-04T14:07:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9891 fix: add block user in additional`); +report.push(`2023-04-04T14:07:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9891 fix(AIS): add block user in additional`); report.push(`6 1 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(``); -report.push(`2023-04-04T14:43:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: add field consonant info`); +report.push(`2023-04-04T14:43:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): add field consonant info`); report.push(`8 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(`29 0 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(`6 0 src/ts/pages/Vendors/components/shared/SideBar.tsx`); report.push(``); -report.push(`2023-04-04T15:40:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: add style and key`); +report.push(`2023-04-04T15:40:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): add style and key`); report.push(`8 4 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); report.push(`2023-04-04T16:09:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9749 fix: Template/Form - init selectDomain with proper domain`); @@ -34762,16 +34762,16 @@ report.push(`6 0 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(`2 0 src/ts/snippets/RequestStatus/helpers/index.ts`); report.push(``); report.push(`2023-04-05T09:58:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2573: SUBO-10008, SUBO-10026 Fix buttons in Draft`); -report.push(`2023-04-05T10:58:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10021 fix: change OIR name in SideBar`); +report.push(`2023-04-05T10:58:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10021 fix(AIS): change OIR name in SideBar`); report.push(`2 0 src/ts/pages/Tnp/components/Profile/AccessRights/FormOir.tsx`); report.push(``); -report.push(`2023-04-05T11:02:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2574: SUBO-10021 fix: change OIR name in SideBar`); +report.push(`2023-04-05T11:02:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2574: SUBO-10021 fix(AIS): change OIR name in SideBar`); report.push(`2023-04-05T11:23:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2553: SUBO-9936 fix: perfomance for big dictionary`); -report.push(`2023-04-05T11:24:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2568: SUBO-9891 fix: add block user in additional`); -report.push(`2023-04-05T11:26:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2569: SUBO-9967 fix: add field consonant info`); +report.push(`2023-04-05T11:24:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2568: SUBO-9891 fix(AIS): add block user in additional`); +report.push(`2023-04-05T11:26:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2569: SUBO-9967 fix(faq): add field consonant info`); report.push(`2023-04-05T11:26:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2572: SUBO-9421 feat: add schema for oir change`); report.push(`2023-04-05T11:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2503: SUBO-9712 Add validation for role`); -report.push(`2023-04-05T12:04:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-9987 fix: add hack for 900`); +report.push(`2023-04-05T12:04:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-9987 fix(faq): add hack for 900`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(``); report.push(`2023-04-05T12:14:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-9966 fix: fix rename status closed`); @@ -34802,7 +34802,7 @@ report.push(`3 3 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`) report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/getInitState.ts`); report.push(`1 5 src/ts/pages/Request2/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-05T18:56:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: divided users consinant as main and other`); +report.push(`2023-04-05T18:56:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): divided users consinant as main and other`); report.push(`2 2 src/ts/pages/Builder/styles/template.scss`); report.push(`2 2 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`1 1 src/ts/pages/Tnp/styles/preview.scss`); @@ -34811,13 +34811,13 @@ report.push(`4 0 src/ts/pages/Vendors/style/employee.module.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`2 2 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2023-04-05T19:14:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: change name subtitle`); +report.push(`2023-04-05T19:14:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): change name subtitle`); report.push(`1 1 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); report.push(`2023-04-05T23:47:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 feat: add description for template`); report.push(`6 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-04-06T00:33:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat: add new reports`); +report.push(`2023-04-06T00:33:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat(Excel): add new reports`); report.push(`14 0 src/ts/api/report.ts`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); @@ -34836,18 +34836,18 @@ report.push(`0 144 src/ts/pages/Reports/components/TableForAuditorIS.tsx`); report.push(`16 1 src/ts/pages/Reports/helpers/index.ts`); report.push(`26 0 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-04-06T00:47:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat: add new reports`); +report.push(`2023-04-06T00:47:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat(Excel): add new reports`); report.push(`7 0 src/ts/api/report.ts`); report.push(`24 14 src/ts/pages/Reports/components/Filters.tsx`); report.push(`13 0 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-04-06T01:00:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat: add new reports`); +report.push(`2023-04-06T01:00:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat(Excel): add new reports`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`79 0 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`112 0 src/ts/pages/Reports/components/UserHistory/Report.tsx`); report.push(`139 0 src/ts/pages/Reports/components/UserHistory/Table.tsx`); report.push(``); -report.push(`2023-04-06T01:03:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat: add new reports`); +report.push(`2023-04-06T01:03:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 feat(Excel): add new reports`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2023-04-06T09:40:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-10014 fix: add recipient user for copied request`); @@ -34864,7 +34864,7 @@ report.push(`0 3 src/ts/pages/Reports/index.tsx`); report.push(``); report.push(`2023-04-06T09:51:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2570: SUBO-9749 fix: Template/Form - init selectDomain with proper domain`); report.push(`2023-04-06T09:54:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2581: SUBO-9725, SUBO-9726, SUBO-9728, SUBO-10000 Add new reports`); -report.push(`2023-04-06T10:51:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: rename header`); +report.push(`2023-04-06T10:51:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): rename header`); report.push(`1 1 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); report.push(`2023-04-06T11:37:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10058 fix: add time zone offset`); @@ -34883,19 +34883,19 @@ report.push(`1 2 src/ts/pages/Notifications/components/item/Vendor.tsx`); report.push(`1 2 src/ts/snippets/ShortCard/index.tsx`); report.push(``); report.push(`2023-04-06T12:19:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2584: SUBO-10058 fix: add time zone offset`); -report.push(`2023-04-06T12:59:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-10011 fix: add getAsuorUnits for getbyid`); +report.push(`2023-04-06T12:59:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-10011 fix(AIS): add getAsuorUnits for getbyid`); report.push(`6 2 src/ts/api/personnel.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2023-04-06T14:02:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9991 fix: new json schema - get store dynamically within a form`); +report.push(`2023-04-06T14:02:00+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9991 fix(AIS): new json schema - get store dynamically within a form`); report.push(`4 2 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`7 6 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); report.push(`1 1 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`12 18 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(`1 4 src/ts/pages/Request2/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-06T16:57:40+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2586: SUBO-9991 fix: new json schema - get store dynamically within a form`); -report.push(`2023-04-06T18:18:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix: fix dependency prefix for 1205`); +report.push(`2023-04-06T16:57:40+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2586: SUBO-9991 fix(AIS): new json schema - get store dynamically within a form`); +report.push(`2023-04-06T18:18:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix(AIS): fix dependency prefix for 1205`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`5 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`14 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); @@ -34908,12 +34908,12 @@ report.push(``); report.push(`2023-04-07T10:40:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: change link text`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-04-07T10:41:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix: fix dependency prefix field`); +report.push(`2023-04-07T10:41:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix(AIS): fix dependency prefix field`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`5 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`14 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-04-07T10:46:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2588: SUBO-9961 fix: fix dependency prefix field`); +report.push(`2023-04-07T10:46:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2588: SUBO-9961 fix(AIS): fix dependency prefix field`); report.push(`2023-04-07T10:46:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.73.4 -> master`); report.push(`2023-04-07T10:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2589: SUBO-9703 fix: change link text`); report.push(`2023-04-07T12:12:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add new message for validation`); @@ -34948,17 +34948,17 @@ report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(`1 0 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2023-04-07T16:06:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix: add name consonant bank`); +report.push(`2023-04-07T16:06:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-9967 fix(faq): add name consonant bank`); report.push(`1 1 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); report.push(`2023-04-07T16:32:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9995 fix: new json schma convertFromBackend - check for query length on for subKind = 'USER'`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-07T16:33:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-9992 fix: add hack for 478 date audit`); +report.push(`2023-04-07T16:33:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-9992 fix(OIR): add hack for 478 date audit`); report.push(`3 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`28 0 src/ts/pages/AdditionalServices/helpers/hacksForDateAudit.ts`); report.push(``); -report.push(`2023-04-07T17:11:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9881 fix: change formatted text`); +report.push(`2023-04-07T17:11:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9881 fix(AIS): change formatted text`); report.push(`9 5 src/ts/pages/Template/components/Help.tsx`); report.push(``); report.push(`2023-04-07T17:42:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add message for validation`); @@ -34977,37 +34977,37 @@ report.push(`2023-04-07T18:11:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-04-07T18:11:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); report.push(`2023-04-07T18:12:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2605: SUBO-9749 fix: Template/Form - init selectDomain with proper domain`); report.push(`2023-04-07T18:12:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T18:13:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9967 fix: merge with release`); +report.push(`2023-04-07T18:13:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9967 fix(faq): merge with release`); report.push(`2023-04-07T18:16:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2599: Bugfix/SUBO-9967 frontend add new fild for cross`); report.push(`2023-04-07T18:16:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T19:08:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-9992 fix: add hack for date audit 478`); +report.push(`2023-04-07T19:08:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-9992 fix(OIR): add hack for date audit 478`); report.push(`3 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`28 0 src/ts/pages/AdditionalServices/helpers/hacksForDateAudit.ts`); report.push(``); -report.push(`2023-04-07T19:17:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-10011 fix: add asuor units for request`); +report.push(`2023-04-07T19:17:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-10011 fix(AIS): add asuor units for request`); report.push(`6 2 src/ts/api/personnel.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2023-04-07T19:28:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-10014 fix: add recipient user for copied request update`); report.push(`11 3 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-07T19:37:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-9987 fix: fix correct display field update new`); +report.push(`2023-04-07T19:37:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-9987 fix(faq): fix correct display field update new`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(``); report.push(`2023-04-10T08:59:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10106 fix: add default actions`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2023-04-10T09:33:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9891 fix: add block user in additional`); +report.push(`2023-04-10T09:33:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9891 fix(AIS): add block user in additional`); report.push(`8 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2023-04-10T09:38:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2611: SUBO-9891 fix: add block user in additional`); -report.push(`2023-04-10T09:54:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2607: SUBO-9992 fix: add hack for date audit 478`); -report.push(`2023-04-10T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2610: SUBO-9987 fix: fix correct display field update new`); +report.push(`2023-04-10T09:38:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2611: SUBO-9891 fix(AIS): add block user in additional`); +report.push(`2023-04-10T09:54:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2607: SUBO-9992 fix(OIR): add hack for date audit 478`); +report.push(`2023-04-10T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2610: SUBO-9987 fix(faq): fix correct display field update new`); report.push(`2023-04-10T09:55:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2609: SUBO-10014 fix: add recipient user for copied request update`); -report.push(`2023-04-10T09:55:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2608: SUBO-10011 fix: add asuor units for request`); +report.push(`2023-04-10T09:55:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2608: SUBO-10011 fix(AIS): add asuor units for request`); report.push(`2023-04-10T09:57:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2596: SUBO-9995 fix: new json schma convertFromBackend - check for query length on for subKind = 'USER'`); report.push(`2023-04-10T09:58:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2593: SUBO-10045 fix: builder roles - fix show button condition`); -report.push(`2023-04-10T11:57:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix: change request for Owners`); +report.push(`2023-04-10T11:57:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix(faq): change request for Owners`); report.push(`14 0 src/ts/api/constructor.ts`); report.push(`17 5 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`13 6 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -35017,7 +35017,7 @@ report.push(`5 0 src/ts/components/JsonSchemaForm/helpers/renderWidget.tsx`); report.push(`22 1 src/ts/pages/AdditionalServices2/helpers/hacksForAllServices.ts`); report.push(`2 0 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-10T12:48:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix: change request for Owners`); +report.push(`2023-04-10T12:48:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix(faq): change request for Owners`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`2 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -35048,11 +35048,11 @@ report.push(`114 0 src/ts/pages/Reports/components/UserRoles/Table.tsx`); report.push(`12 0 src/ts/pages/Reports/index.tsx`); report.push(``); report.push(`2023-04-11T10:03:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2616: SUBO-9726 fix: add new reports`); -report.push(`2023-04-11T10:11:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix: add hack for dependency prefix dynamic fields`); +report.push(`2023-04-11T10:11:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix(AIS): add hack for dependency prefix dynamic fields`); report.push(`3 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`24 0 src/ts/pages/AdditionalServices/helpers/hackForPrefix1205.ts`); report.push(``); -report.push(`2023-04-11T10:19:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix: resolve conflict`); +report.push(`2023-04-11T10:19:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-9961 fix(AIS): resolve conflict`); report.push(`2023-04-11T10:26:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2606: release 2.75.0 candidate`); report.push(`2023-04-11T10:26:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0 -> master`); report.push(`2023-04-11T10:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2617: SUBO-9798 feat: add select for reposts page`); @@ -35073,7 +35073,7 @@ report.push(`2023-04-11T10:44:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-04-11T10:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); report.push(`2023-04-11T10:45:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2594: SUBO-9890, SUBO-9895 fix: get correct ids for abac`); report.push(`2023-04-11T10:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:49:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix: merge with release`); +report.push(`2023-04-11T10:49:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix(OIR): merge with release`); report.push(`2023-04-11T11:11:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2538: Bugfix/SUBO-9947 employee edit layout`); report.push(`2023-04-11T11:47:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10026 fix: add new status`); report.push(`4 0 src/ts/api/roles.ts`); @@ -35091,7 +35091,7 @@ report.push(`2 0 src/ts/snippets/RequestStatus/helpers/index.ts`); report.push(``); report.push(`2023-04-11T11:50:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2624: SUBO-10026 fix: add new status`); report.push(`2023-04-11T11:50:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T12:11:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9947 fix: update employee edit layout`); +report.push(`2023-04-11T12:11:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9947 fix(faq): update employee edit layout`); report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(`15 26 src/ts/pages/Vendors/components/Template.tsx`); report.push(`30 0 src/ts/pages/Vendors/components/employees-data/Form.tsx`); @@ -35102,22 +35102,22 @@ report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`1 1 src/ts/pages/Vendors/index.tsx`); report.push(`1 1 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(``); -report.push(`2023-04-11T12:18:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix: add description for template 2`); +report.push(`2023-04-11T12:18:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix(OIR): add description for template 2`); report.push(`6 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-04-11T12:27:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9961 fix: show prefix in 1205`); +report.push(`2023-04-11T12:27:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9961 fix(AIS): show prefix in 1205`); report.push(`3 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`24 0 src/ts/pages/AdditionalServices/helpers/hackForPrefix1205.ts`); report.push(``); -report.push(`2023-04-11T12:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2626: SUBO-9961 fix: show prefix in 1205`); +report.push(`2023-04-11T12:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2626: SUBO-9961 fix(AIS): show prefix in 1205`); report.push(`2023-04-11T12:32:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); report.push(`2023-04-11T12:45:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8864 fix: merge with release`); -report.push(`2023-04-11T12:48:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9987 fix: correct display copy 2`); +report.push(`2023-04-11T12:48:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9987 fix(faq): correct display copy 2`); report.push(`2 1 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(``); report.push(`2023-04-11T12:51:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T12:51:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2627: SUBO-9987 fix: correct display copy 2`); -report.push(`2023-04-11T13:01:30+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: cast file stringValues within mapUiDataToBackend`); +report.push(`2023-04-11T12:51:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2627: SUBO-9987 fix(faq): correct display copy 2`); +report.push(`2023-04-11T13:01:30+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): cast file stringValues within mapUiDataToBackend`); report.push(`2 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`2 1 src/ts/pages/AdditionalServices2/helpers/mapUiDataToBackend.ts`); report.push(``); @@ -35125,14 +35125,14 @@ report.push(`2023-04-11T13:11:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8864 fix report.push(`7 7 src/ts/pages/Vendors/components/Template.tsx`); report.push(`5 3 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); -report.push(`2023-04-11T13:13:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: load files while copy an additional request`); +report.push(`2023-04-11T13:13:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): load files while copy an additional request`); report.push(`3 0 src/ts/pages/AdditionalServices2/components/Template.tsx`); report.push(`11 15 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/AdditionalServices2/index.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices2/interfaces/ITemplateInfo.ts`); report.push(`12 5 src/ts/pages/Request2/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-04-11T13:15:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2300: SUBO-8864 feat: add new design employee vendors form`); +report.push(`2023-04-11T13:15:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2300: SUBO-8864 feat(profile): add new design employee vendors form`); report.push(`2023-04-11T13:15:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); report.push(`2023-04-11T13:55:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9950 fix: change validation for OIR`); report.push(`14 6 src/ts/api/request.ts`); @@ -35145,17 +35145,17 @@ report.push(``); report.push(`2023-04-11T14:01:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2628: SUBO-9950 fix: change validation for OIR`); report.push(`2023-04-11T14:01:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); report.push(`2023-04-11T14:05:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-11T14:13:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix: merge with release`); -report.push(`2023-04-11T14:17:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2629: SUBO-9992 fix: add hack for date audit 478`); +report.push(`2023-04-11T14:13:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9992 fix(OIR): merge with release`); +report.push(`2023-04-11T14:17:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2629: SUBO-9992 fix(OIR): add hack for date audit 478`); report.push(`2023-04-11T14:17:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); report.push(`2023-04-11T14:31:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-11T15:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: new json schema, convertFromBackend - fix file selecting`); +report.push(`2023-04-11T15:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): new json schema, convertFromBackend - fix file selecting`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-11T15:47:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: FormStore - delete redundant action annotations; fix 1205 modal address validation`); +report.push(`2023-04-11T15:47:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): FormStore - delete redundant action annotations; fix 1205 modal address validation`); report.push(`0 3 src/ts/store/Form.ts`); report.push(``); -report.push(`2023-04-11T15:47:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-5707 fix: adaptive table menu`); +report.push(`2023-04-11T15:47:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-5707 fix(faq): adaptive table menu`); report.push(`10 10 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`15 7 src/ts/components/Table/components/TableBody.tsx`); report.push(`1 1 src/ts/components/Table/components/cells/CellOverflowMenu.tsx`); @@ -35169,22 +35169,22 @@ report.push(`6 2 src/ts/pages/Request/helpers/loadAbacTreeFullValue.ts`); report.push(``); report.push(`2023-04-11T15:58:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2631: SUBO-9890 fix: multiple values`); report.push(`2023-04-11T15:58:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T16:17:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2632: SUBO-10011 fix: add asuor units for request`); +report.push(`2023-04-11T16:17:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2632: SUBO-10011 fix(AIS): add asuor units for request`); report.push(`2023-04-11T16:17:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T16:28:49+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: aditional requests 2 - correct getRecipientUpn function`); +report.push(`2023-04-11T16:28:49+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): aditional requests 2 - correct getRecipientUpn function`); report.push(`2 1 src/ts/pages/AdditionalServices2/helpers/mapUiDataToBackendRecipient.ts`); report.push(``); -report.push(`2023-04-11T16:31:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9624 feat: add vendors in TNP`); +report.push(`2023-04-11T16:31:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9624 feat(profile): add vendors in TNP`); report.push(`10 2 src/ts/api/personnel.ts`); report.push(`4 2 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2023-04-11T16:37:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9624 feat: add vendors in TNP`); +report.push(`2023-04-11T16:37:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9624 feat(profile): add vendors in TNP`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2023-04-11T16:43:46+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix: new json schema convertFromBackend - check for query length within customLoader only for users`); +report.push(`2023-04-11T16:43:46+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10112 fix(OIR): new json schema convertFromBackend - check for query length within customLoader only for users`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-12T09:41:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix: change request for Owners`); +report.push(`2023-04-12T09:41:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9827 fix(faq): change request for Owners`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); report.push(`2023-04-12T10:04:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6593 fix: remove pagination hack`); @@ -35213,8 +35213,8 @@ report.push(``); report.push(`2023-04-12T12:50:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10113 fix: add limit for pepople for 900`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-04-12T13:03:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2640: SUBO-7072 fix: add description for template 2`); -report.push(`2023-04-12T13:40:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: reload additional fileds`); +report.push(`2023-04-12T13:03:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2640: SUBO-7072 fix(OIR): add description for template 2`); +report.push(`2023-04-12T13:40:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): reload additional fileds`); report.push(`4 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-04-12T14:25:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2639: SUBO-10113 fix: add limit for pepople for 900`); @@ -35222,10 +35222,10 @@ report.push(`2023-04-12T14:55:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10113 fi report.push(`5 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`7 0 src/ts/pages/AdditionalServices/helpers/hacksFor900Table.tsx`); report.push(``); -report.push(`2023-04-12T15:05:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: update state`); +report.push(`2023-04-12T15:05:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): update state`); report.push(`9 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2023-04-12T15:23:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: update select id`); +report.push(`2023-04-12T15:23:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): update select id`); report.push(`16 8 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-04-12T15:31:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10118 fix: hide empty cell`); @@ -35234,13 +35234,13 @@ report.push(``); report.push(`2023-04-12T15:43:52+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9836 fix: style hacks - set overflow:visible for modal container to prevent blurry text`); report.push(`4 0 src/styles/hack.scss`); report.push(``); -report.push(`2023-04-12T16:40:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2630: SUBO-5707 fix: adaptive table menu`); +report.push(`2023-04-12T16:40:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2630: SUBO-5707 fix(faq): adaptive table menu`); report.push(`2023-04-12T16:41:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.77.0 -> master`); report.push(`2023-04-12T17:05:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10115 fix: builder RoleForm validation`); report.push(`5 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); report.push(`2023-04-12T17:11:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2645: SUBO-10115 fix: builder RoleForm validation`); -report.push(`2023-04-12T17:13:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: fake handle onChange`); +report.push(`2023-04-12T17:13:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): fake handle onChange`); report.push(`7 16 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-04-12T12:19:44+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10116 fix: builder roles - show owner unit is non-actual notification`); @@ -35248,11 +35248,11 @@ report.push(`18 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(``); report.push(`2023-04-12T17:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2646: SUBO-10116 fix: builder roles - show owner unit is non-actual notification`); report.push(`2023-04-12T17:18:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2647: Bugfix/SUBO-9712 Add validation for role`); -report.push(`2023-04-12T17:58:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: add hack reload hande onChange`); +report.push(`2023-04-12T17:58:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): add hack reload hande onChange`); report.push(`3 3 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`5 3 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-04-12T18:24:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix: add hack file for reload 701`); +report.push(`2023-04-12T18:24:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-10037 fix(faq): add hack file for reload 701`); report.push(`7 12 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`14 0 src/ts/pages/AdditionalServices/helpers/hacksForReload.ts`); report.push(`2 5 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); @@ -35261,10 +35261,10 @@ report.push(`2023-04-12T22:08:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-10105 fix report.push(`184 180 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-04-13T09:17:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix: add description for template`); +report.push(`2023-04-13T09:17:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7072 fix(OIR): add description for template`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-04-13T09:21:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2650: SUBO-7072 fix: add description for template`); +report.push(`2023-04-13T09:21:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2650: SUBO-7072 fix(OIR): add description for template`); report.push(`2023-04-13T09:27:19+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'release/release-2.77.0' into feature/SUBO-8313-JsonSchemaForm-builder`); report.push(`2023-04-13T09:40:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); report.push(`2023-04-13T10:04:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10054 fix: add in 900 recipient info`); @@ -35278,7 +35278,7 @@ report.push(``); report.push(`2023-04-13T11:09:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2652: SUBO-10045 fix: return is edit for 433`); report.push(`2023-04-13T11:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.78.0 -> master`); report.push(`2023-04-13T11:09:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2653: SUBO-10045 fix: return is edit for 433`); -report.push(`2023-04-13T13:01:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10061 fix: add reason in road map`); +report.push(`2023-04-13T13:01:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10061 fix(AIS): add reason in road map`); report.push(`51 0 src/ts/api/request.ts`); report.push(`14 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`7 0 src/ts/snippets/RequestStatus/components/Item.tsx`); @@ -35302,7 +35302,7 @@ report.push(`2 0 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); report.push(`2023-04-13T15:18:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2657: SUBO-10054 fix: add in 900 recipient info`); report.push(`2023-04-13T15:18:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.78.0 -> master`); -report.push(`2023-04-13T15:21:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2641: SUBO-10037 fix: reload additional fileds`); +report.push(`2023-04-13T15:21:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2641: SUBO-10037 fix(faq): reload additional fileds`); report.push(`2023-04-13T15:21:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.78.0 -> master`); report.push(`2023-04-13T15:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2642: SUBO-10113 900 Add limit for 25 people`); report.push(`2023-04-13T15:23:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2655: SUBO-9569 feat: widget Table - other columns for 478 request`); @@ -35315,14 +35315,14 @@ report.push(`2023-04-13T15:33:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-04-13T15:35:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2656: SUBO-9380 feat: hide user list`); report.push(`2023-04-13T15:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2654: SUBO-10061 Add reason in road map`); report.push(`2023-04-13T15:35:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2634: SUBO-6593 Remove pagination hack`); -report.push(`2023-04-13T15:35:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2612: SUBO-9827 fix: change request for Owners`); +report.push(`2023-04-13T15:35:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2612: SUBO-9827 fix(faq): change request for Owners`); report.push(`2023-04-13T15:37:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2644: SUBO-9836 fix: style hacks - set overflow:visible for modal container to prevent blurry text`); report.push(`2023-04-13T15:59:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10195 fix: request with asuor`); report.push(`3 2 src/ts/api/personnel.ts`); report.push(``); report.push(`2023-04-13T16:02:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2664: SUBO-10195 fix: request with asuor`); report.push(`2023-04-13T16:04:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-14T10:17:02+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10137 fix: builder OrgUnitAdd - show Type field for agreement-rules also`); +report.push(`2023-04-14T10:17:02+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10137 fix(faq): builder OrgUnitAdd - show Type field for agreement-rules also`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); report.push(`2023-04-14T10:34:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10194 fix: clear filter panel`); @@ -35332,7 +35332,7 @@ report.push(``); report.push(`2023-04-14T10:57:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: incorrect ID for workers`); report.push(`4 1 src/ts/api/eei.ts`); report.push(``); -report.push(`2023-04-14T11:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2666: SUBO-10137 fix: builder OrgUnitAdd - show Type field for agreement-rules also`); +report.push(`2023-04-14T11:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2666: SUBO-10137 fix(faq): builder OrgUnitAdd - show Type field for agreement-rules also`); report.push(`2023-04-14T11:38:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2667: SUBO-10194 fix: clear filter panel`); report.push(`2023-04-14T11:38:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2668: SUBO-10048 fix: incorrect ID for workers`); report.push(`2023-04-14T11:40:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); @@ -35392,22 +35392,22 @@ report.push(`2023-04-17T13:17:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10145 fi report.push(`1 1 src/ts/api/request.ts`); report.push(``); report.push(`2023-04-17T13:42:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2677: SUBO-10145 fix: hide requests with errors`); -report.push(`2023-04-17T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10197 fix: add template uuid in report`); +report.push(`2023-04-17T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10197 fix(faq): add template uuid in report`); report.push(`7 0 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); report.push(`2023-04-17T15:16:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2680: Bugfix/SUBO-10048 Remove marginTop for sidebar`); report.push(`2023-04-17T15:20:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-17T15:45:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10186 feat: add hasBankApprover`); +report.push(`2023-04-17T15:45:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10186 feat(Excel): add hasBankApprover`); report.push(`3 0 src/ts/api/constructor.ts`); report.push(`5 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`8 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix: AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix(faq): AdditionalServices page - force re-render for 1207`); report.push(`22 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`3 3 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix: AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix(faq): AdditionalServices page - force re-render for 1207`); report.push(`22 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`7 3 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); @@ -35415,7 +35415,7 @@ report.push(`2023-04-17T16:19:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10230 fi report.push(`5 2 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); report.push(`2023-04-17T16:22:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2684: SUBO-10230 fix: show corrct preload`); -report.push(`2023-04-17T16:24:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix: force re-render for 1207 - get property name dynamically`); +report.push(`2023-04-17T16:24:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9987 fix(faq): force re-render for 1207 - get property name dynamically`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-04-17T17:15:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: update URL for displayed`); @@ -35424,11 +35424,11 @@ report.push(`3 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); report.push(`2023-04-17T17:21:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2686: SUBO-10048 fix: update URL for displayed`); report.push(`2023-04-18T09:50:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2464: SUBO-9710 feat: add 'custom-user' widget`); -report.push(`2023-04-18T10:27:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2772 fix: rename title in Vendor`); +report.push(`2023-04-18T10:27:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2772 fix(OIR): rename title in Vendor`); report.push(`2 2 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`2 2 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-04-18T10:29:28+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2722 fix: add new rules`); +report.push(`2023-04-18T10:29:28+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2722 fix(OIR): add new rules`); report.push(`1 1 package.json`); report.push(``); report.push(`2023-04-18T10:35:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2688: SUBO-2722 Change message rules`); @@ -35437,10 +35437,10 @@ report.push(`2 0 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); report.push(`2023-04-18T11:40:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2690: SUBO-10048 fix: call action not work for employer`); report.push(`2023-04-18T12:04:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2691: Bugfix/SUBO-9987 correct 1207 fields copy`); -report.push(`2023-04-18T12:10:24+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2081 fix: convertFromBackend - change getCustomLoader return point`); +report.push(`2023-04-18T12:10:24+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2081 fix(AIS): convertFromBackend - change getCustomLoader return point`); report.push(`2 4 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-18T14:11:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10132 fix: change excel loader`); +report.push(`2023-04-18T14:11:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10132 fix(OIR): change excel loader`); report.push(`17 1 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(``); report.push(`2023-04-18T14:55:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10069 fix: add user info`); @@ -35461,10 +35461,10 @@ report.push(`1 0 src/ts/interfaces/UserDetail.ts`); report.push(`3 72 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2023-04-18T15:53:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2676: SUBO-10048 Add status for Vendors`); -report.push(`2023-04-18T15:53:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2694: SUBO-10132 fix: change excel loader`); -report.push(`2023-04-18T15:53:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2679: SUBO-10197 fix: add template uuid in report`); +report.push(`2023-04-18T15:53:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2694: SUBO-10132 fix(OIR): change excel loader`); +report.push(`2023-04-18T15:53:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2679: SUBO-10197 fix(faq): add template uuid in report`); report.push(`2023-04-18T15:54:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2674: SUBO-9570 fix: auto fill recipient`); -report.push(`2023-04-18T15:54:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2692: SFERA-2081 fix: convertFromBackend - change getCustomLoader return point`); +report.push(`2023-04-18T15:54:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2692: SFERA-2081 fix(AIS): convertFromBackend - change getCustomLoader return point`); report.push(`2023-04-18T23:42:07+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2505 fix: add default value in 478`); report.push(`12 0 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); @@ -35491,7 +35491,7 @@ report.push(`1 1 src/ts/pages/Builder/helpers/constants.ts`); report.push(`17 11 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`3 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-04-20T09:13:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2683: SUBO-10186 feat: add hasBankApprover`); +report.push(`2023-04-20T09:13:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2683: SUBO-10186 feat(Excel): add hasBankApprover`); report.push(`2023-04-20T09:44:32+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2740 feat: add block for template`); report.push(`13 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -35506,7 +35506,7 @@ report.push(`10 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`10 0 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`9 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-04-20T12:22:15+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2211 fix: remove hack for manager IT in road map`); +report.push(`2023-04-20T12:22:15+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2211 fix(AIS): remove hack for manager IT in road map`); report.push(`0 4 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); report.push(`2023-04-20T14:27:05+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2151 feat: add new card design`); @@ -35525,7 +35525,7 @@ report.push(`10 0 src/ts/components/Card/index.tsx`); report.push(`8 0 src/ts/components/Card/styles/index.module.scss`); report.push(`18 1 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(``); -report.push(`2023-04-20T15:36:57+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2214 feat: add ModalSideBar`); +report.push(`2023-04-20T15:36:57+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2214 feat(profile): add ModalSideBar`); report.push(`35 0 src/ts/components/ModalSideBar/components/Item.tsx`); report.push(`91 0 src/ts/components/ModalSideBar/index.tsx`); report.push(`61 0 src/ts/components/ModalSideBar/store/index.ts`); @@ -35556,13 +35556,13 @@ report.push(`48 0 src/ts/components/Card/components/Line.tsx`); report.push(`19 0 src/ts/components/Card/styles/index.module.scss`); report.push(`22 3 src/ts/pages/Reconciliations/components/aisOir/cards.tsx`); report.push(``); -report.push(`2023-04-21T09:39:50+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2762 fix: cant send template`); +report.push(`2023-04-21T09:39:50+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2762 fix(OIR): cant send template`); report.push(`8 4 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); report.push(`2023-04-21T09:48:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-21T10:47:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2701: SFERA-2762 fix: cant send template`); +report.push(`2023-04-21T10:47:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2701: SFERA-2762 fix(OIR): cant send template`); report.push(`2023-04-21T10:47:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.81.1 -> release/release-2.82.0`); -report.push(`2023-04-21T14:21:23+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2151 fix: add new card design`); +report.push(`2023-04-21T14:21:23+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2151 fix(AIS): add new card design`); report.push(`1 2 src/ts/components/Card/components/Card.tsx`); report.push(`1 1 src/ts/components/Card/components/Line.tsx`); report.push(`74 0 src/ts/pages/Reconciliations/components/aisOir/card/DynamicPart.tsx`); @@ -35615,7 +35615,7 @@ report.push(`2023-04-23T15:15:39+03:00>Oleg Losev>losev@net.it>routingForEPA`); report.push(`108 0 nginx.default.conf`); report.push(``); report.push(`2023-04-24T09:26:28+03:00>Oleg Losev>losev@net.it>Pull request #2707: Release/release 2.82.0`); -report.push(`2023-04-24T09:30:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2704: SFERA-2214 feat: add ModalSideBar`); +report.push(`2023-04-24T09:30:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2704: SFERA-2214 feat(profile): add ModalSideBar`); report.push(`2023-04-24T09:31:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2695: SUBO-10069 fix: add user info`); report.push(`2023-04-24T09:33:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2697: SFERA-2505 fix: add default value in 478`); report.push(`2023-04-24T09:51:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: megre releae in master`); @@ -35627,16 +35627,16 @@ report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`1 7 src/ts/components/JsonSchemaForm/components/widgets/Table.tsx`); report.push(``); report.push(`2023-04-24T10:09:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2712: Bugfix/SUBO-0000 Merge release in master`); -report.push(`2023-04-24T10:12:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2682: SUBO-9987 fix: AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-24T10:12:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2682: SUBO-9987 fix(faq): AdditionalServices page - force re-render for 1207`); report.push(`2023-04-24T10:12:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); report.push(`2023-04-24T10:29:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); report.push(`2023-04-24T11:14:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: hide request`); report.push(`1 0 src/ts/api/rm-integration.ts`); report.push(``); -report.push(`2023-04-24T11:37:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2257 fix: add full name for MSE`); +report.push(`2023-04-24T11:37:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2257 fix(faq): add full name for MSE`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-04-24T11:43:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2257 fix: add full name for MSE`); +report.push(`2023-04-24T11:43:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2257 fix(faq): add full name for MSE`); report.push(`7 2 src/ts/helpers/http/cache.ts`); report.push(``); report.push(`2023-04-24T12:00:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2713: SFERA-2257 Add full name for MSE`); @@ -37242,7 +37242,7 @@ report.push(`2023-04-26T17:21:00+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 report.push(`4 4 Dockerfile`); report.push(`1 1 Dockerfile.ci`); report.push(``); -report.push(`2023-04-26T17:34:17+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2307 fix: change URL for request`); +report.push(`2023-04-26T17:34:17+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2307 fix(faq): change URL for request`); report.push(`5 2 src/ts/api/eei.ts`); report.push(``); report.push(`2023-04-26T20:33:59+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2795 fix: add orgUnitType in Roles`); @@ -37261,7 +37261,7 @@ report.push(``); report.push(`2023-04-27T09:01:37+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2795 fix: add orgUnitType in Roles`); report.push(`8 5 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-04-27T10:24:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2831 fix: white screen`); +report.push(`2023-04-27T10:24:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2831 fix(AIS): white screen`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); report.push(`2023-04-27T10:28:36+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: change docker files`); @@ -37270,7 +37270,7 @@ report.push(``); report.push(`2023-04-27T10:35:15+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: change docker files`); report.push(`4 4 Dockerfile`); report.push(``); -report.push(`2023-04-27T11:07:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2725: SUBO-2831 fix: white screen`); +report.push(`2023-04-27T11:07:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2725: SUBO-2831 fix(AIS): white screen`); report.push(`2023-04-27T11:07:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.85.0 -> master`); report.push(`2023-04-27T12:01:15+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2795 fix: add orgUnit type in Roles`); report.push(`4 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); @@ -37279,10 +37279,10 @@ report.push(`2023-04-27T12:12:38+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 report.push(`2 2 Dockerfile`); report.push(`4 4 package-lock.json`); report.push(``); -report.push(`2023-04-27T14:36:38+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2837 fix: hide 478 IP`); +report.push(`2023-04-27T14:36:38+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2837 fix(faq): hide 478 IP`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); -report.push(`2023-04-27T14:41:12+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2837 fix: hide 478 IP`); +report.push(`2023-04-27T14:41:12+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2837 fix(faq): hide 478 IP`); report.push(`13 11 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); report.push(`2023-04-27T14:44:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2727: SFERA-2837 478 hide IP`); @@ -37443,7 +37443,7 @@ report.push(`7 0 src/ts/pages/Reports/helpers/hasDateByFilter.ts`); report.push(`20 68 src/ts/pages/Reports/index.tsx`); report.push(`7 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2023-04-28T01:00:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2746 feat: add new roles`); +report.push(`2023-04-28T01:00:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2746 feat(Excel): add new roles`); report.push(`2 1 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`6 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -37566,7 +37566,7 @@ report.push(`2023-05-02T16:11:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix report.push(`2 2 src/ts/pages/TemplateOir/helpers/orgUnitType.ts`); report.push(``); report.push(`2023-05-02T16:27:56+03:00>Sergio Antonov>antonov@mail.jp>Merge remote-tracking branch 'origin/release/release-2.86.0' into feature/dev-3-json-schema-candidate`); -report.push(`2023-05-02T16:30:20+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2857 fix: show 478 mse name if waiting stage`); +report.push(`2023-05-02T16:30:20+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2857 fix(faq): show 478 mse name if waiting stage`); report.push(`37 0 src/ts/pages/AdditionalServices2/helpers/hacksFor478Mse.ts`); report.push(`2 1 src/ts/pages/Request2/components/AdditionalServicesRequest.tsx`); report.push(``); @@ -37584,13 +37584,13 @@ report.push(``); report.push(`2023-05-03T09:48:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add block for bank sercret`); report.push(`11 5 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-03T10:19:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix: remove block for ext company`); +report.push(`2023-05-03T10:19:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix(faq): remove block for ext company`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-03T10:39:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix: remove block for ext company`); +report.push(`2023-05-03T10:39:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix(faq): remove block for ext company`); report.push(`6 8 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-03T12:00:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix: return hack for DAPP`); +report.push(`2023-05-03T12:00:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix(faq): return hack for DAPP`); report.push(`3 3 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2023-05-03T14:35:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2893 fix: add filter for ID`); @@ -37610,13 +37610,13 @@ report.push(`2023-05-03T15:55:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-2884 fix: report.push(`10 9 src/ts/pages/Request/index.tsx`); report.push(`12 2 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx`); report.push(``); -report.push(`2023-05-03T16:33:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2897 fix: add block for NORM`); +report.push(`2023-05-03T16:33:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2897 fix(faq): add block for NORM`); report.push(`1 0 src/ts/api/request.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksForApprove.ts`); report.push(``); -report.push(`2023-05-03T16:45:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2753: SUBO-2897 fix: add block for NORM`); +report.push(`2023-05-03T16:45:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2753: SUBO-2897 fix(faq): add block for NORM`); report.push(`2023-05-03T16:46:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.87.0 -> master`); -report.push(`2023-05-03T17:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix: change validation for org unit type 3`); +report.push(`2023-05-03T17:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2877 fix(faq): change validation for org unit type 3`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2023-05-04T10:22:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6593 fix: remove count request`); @@ -37682,7 +37682,7 @@ report.push(`2023-05-05T10:01:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-05-05T10:30:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2759: SUBO-2916 Height modal window`); report.push(`2023-05-05T10:30:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.87.1 -> release/release-2.88.0`); report.push(`2023-05-05T10:30:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.88.0 -> master`); -report.push(`2023-05-05T10:35:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2901 fix: default value for switch`); +report.push(`2023-05-05T10:35:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2901 fix(AIS): default value for switch`); report.push(`5 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); report.push(`2023-05-05T10:58:24+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2160 feat: use sfera registry`); @@ -37912,10 +37912,10 @@ report.push(`3 2 src/ts/snippets/RequestStatus/components/cards/UserHint.tsx`); report.push(`2 1 src/ts/snippets/ShortCard/index.tsx`); report.push(`5 0 webpack-override/config-overrides.js`); report.push(``); -report.push(`2023-05-05T11:38:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2907 fix: add org unit type in change OIR`); +report.push(`2023-05-05T11:38:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2907 fix(faq): add org unit type in change OIR`); report.push(`11 6 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-05T11:43:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2760: SUBO-2907 fix: add org unit type in change OIR`); +report.push(`2023-05-05T11:43:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2760: SUBO-2907 fix(faq): add org unit type in change OIR`); report.push(`2023-05-05T11:52:30+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: adapt project files for new builder`); report.push(`22 0 .2stylelintrc.js`); report.push(`51 0 .eslintrc`); @@ -39332,10 +39332,10 @@ report.push(`1 1 src/ts/snippets/HeaderLight/index.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`0 15 webpack-override/config-overrides.js`); report.push(``); -report.push(`2023-05-10T16:39:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2812 fix: fix master checkbox`); +report.push(`2023-05-10T16:39:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2812 fix(OIR): fix master checkbox`); report.push(`16 7 src/ts/components/Select/components/list/Static.tsx`); report.push(``); -report.push(`2023-05-10T18:28:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2812 fix: fix isselect all items`); +report.push(`2023-05-10T18:28:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2812 fix(OIR): fix isselect all items`); report.push(`4 4 src/ts/components/Select/components/list/Static.tsx`); report.push(`2 3 src/ts/components/Select/index.tsx`); report.push(``); @@ -39357,28 +39357,28 @@ report.push(`2023-05-11T13:29:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-05-11T13:29:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.89.0 -> master`); report.push(`2023-05-11T15:02:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2750: SUBO-2812 feat: add master checkbox for select`); report.push(`2023-05-11T15:02:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.89.0 -> master`); -report.push(`2023-05-12T10:36:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix: slow role select`); +report.push(`2023-05-12T10:36:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix(AIS): slow role select`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(`8 4 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`7 2 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`37 17 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2023-05-12T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix: show role select`); +report.push(`2023-05-12T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix(AIS): show role select`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(`22 10 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2023-05-12T11:10:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix: show role select`); +report.push(`2023-05-12T11:10:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 fix(AIS): show role select`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`8 5 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2023-05-12T11:14:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2767: SUBO-2741 fix: slow role select`); +report.push(`2023-05-12T11:14:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2767: SUBO-2741 fix(AIS): slow role select`); report.push(`2023-05-12T11:14:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.90.0 -> master`); report.push(`2023-05-12T15:09:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2728: SUBO-2815 fix: add value for departmentOwner oir change`); report.push(`2023-05-12T15:14:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.89.0 -> release/release-2.90.0`); report.push(`2023-05-12T15:14:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.90.0 -> master`); -report.push(`2023-05-12T17:27:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 feat: add header for modal and add collapse button`); +report.push(`2023-05-12T17:27:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 feat(profile): add header for modal and add collapse button`); report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`27 1 src/ts/pages/Requests/components/modal/ExpertResolution.tsx`); report.push(`60 32 src/ts/snippets/CommentsList/components/list.tsx`); @@ -39407,25 +39407,25 @@ report.push(`2023-05-15T13:41:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-05-15T13:41:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.91.0 -> master`); report.push(`2023-05-15T13:41:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2769: SUBO-2991 feat: add limit for selected roles`); report.push(`2023-05-15T13:41:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.91.0 -> master`); -report.push(`2023-05-15T14:56:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2211 fix: merge with release`); -report.push(`2023-05-15T17:38:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10061 fix: merge with release`); +report.push(`2023-05-15T14:56:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2211 fix(AIS): merge with release`); +report.push(`2023-05-15T17:38:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10061 fix(AIS): merge with release`); report.push(`2023-05-16T10:30:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2771: Feature/SUBO-0000 Add new reports`); -report.push(`2023-05-16T10:30:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2772: SUBO-2746 feat: add new roles`); +report.push(`2023-05-16T10:30:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2772: SUBO-2746 feat(Excel): add new roles`); report.push(`2023-05-16T16:51:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1579 fix: show button add role`); report.push(`1 0 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(``); report.push(`2023-05-16T16:55:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2774: SUBO-1579 fix: show button add role`); report.push(`2023-05-16T16:55:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.92.0 -> master`); -report.push(`2023-05-17T11:44:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3027 fix: show add button and create form in builder`); +report.push(`2023-05-17T11:44:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3027 fix(faq): show add button and create form in builder`); report.push(`1 0 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/DependencyRules.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2023-05-17T11:47:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2775: SUBO-3027 fix: show add button and create form in builder`); +report.push(`2023-05-17T11:47:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2775: SUBO-3027 fix(faq): show add button and create form in builder`); report.push(`2023-05-17T11:47:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.92.1 -> master`); -report.push(`2023-05-17T13:41:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2344 feat: add modal diff for oir`); +report.push(`2023-05-17T13:41:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2344 feat(profile): add modal diff for oir`); report.push(`26 15 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`11 0 src/ts/pages/Builder/helpers/diff-template/labelOir.ts`); report.push(`3 2 src/ts/pages/Request/components/CreateRequest.tsx`); @@ -39435,9 +39435,9 @@ report.push(``); report.push(`2023-05-17T16:48:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-2768 fix: fix visibility rules for type select`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-05-17T18:06:45+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2700: SFERA-2211 fix: remove hack for manager IT in road map`); +report.push(`2023-05-17T18:06:45+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2700: SFERA-2211 fix(AIS): remove hack for manager IT in road map`); report.push(`2023-05-17T18:31:21+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Automatic merge from release/release-2.93 -> master`); -report.push(`2023-05-18T10:32:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2211 fix: rename property`); +report.push(`2023-05-18T10:32:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2211 fix(AIS): rename property`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 2 src/ts/pages/Reports/components/TableFor478.tsx`); @@ -39457,7 +39457,7 @@ report.push(``); report.push(`2023-05-18T11:38:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1564 fix: change time out for Requests`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2023-05-18T12:35:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-2767 fix: add condition for resizable table head`); +report.push(`2023-05-18T12:35:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-2767 fix(faq): add condition for resizable table head`); report.push(`24 23 src/ts/components/Table/components/TableHead.tsx`); report.push(``); report.push(`2023-05-18T13:13:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: show reports page for analyst`); @@ -39467,11 +39467,11 @@ report.push(``); report.push(`2023-05-18T13:22:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2926 fix: add validation for 900`); report.push(`5 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-05-18T13:26:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2892 fix: merge with release`); +report.push(`2023-05-18T13:26:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2892 fix(OIR): merge with release`); report.push(`2023-05-18T13:54:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3076 fix: add second button for table`); report.push(`30 17 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-05-18T14:36:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 feat: merge reposts with roles`); +report.push(`2023-05-18T14:36:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 feat(Excel): merge reposts with roles`); report.push(`2023-05-18T16:36:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: fix hidden button for role analyst vendors page`); report.push(`1 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -39482,7 +39482,7 @@ report.push(``); report.push(`2023-05-19T10:48:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2889 fix: change rules for create employees`); report.push(`3 1 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2023-05-19T11:19:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-2172 fix: remove link from text`); +report.push(`2023-05-19T11:19:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-2172 fix(OIR): remove link from text`); report.push(`4 1 public/ie.html`); report.push(``); report.push(`2023-05-19T11:28:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2974 fix: block only reable inputs in OIR`); @@ -39519,14 +39519,14 @@ report.push(`5 8 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); report.push(`2023-05-19T15:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2785: SUBO-2974 fix: block only reable inputs in OIR`); report.push(`2023-05-19T15:52:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.95.0 -> master`); -report.push(`2023-05-19T15:53:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2784: SUBO-2172 fix: remove link from text`); +report.push(`2023-05-19T15:53:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2784: SUBO-2172 fix(OIR): remove link from text`); report.push(`2023-05-19T15:53:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.95.0 -> master`); report.push(`2023-05-19T15:53:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2783: SUBO-2889 fix: change rules for create employees`); report.push(`2023-05-19T15:53:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.95.0 -> master`); report.push(`2023-05-19T15:53:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2782: SUBO-3076 fix: add second button for table`); report.push(`2023-05-19T15:55:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2777: Bugfix/SUBO-2768 fix select unit builder`); -report.push(`2023-05-19T15:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2780: SUBO-2767 fix: add condition for resizable table head`); -report.push(`2023-05-19T16:20:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3107 fix: rename title for OIR`); +report.push(`2023-05-19T15:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2780: SUBO-2767 fix(faq): add condition for resizable table head`); +report.push(`2023-05-19T16:20:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3107 fix(faq): rename title for OIR`); report.push(`1 1 src/ts/pages/Reports/components/AuditorOIR/Filter.tsx`); report.push(`1 1 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(``); @@ -39566,7 +39566,7 @@ report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); report.push(`2023-05-22T13:04:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2778: SUBO-2148, SUBO-2662, SUBO-2258 - 478 rename titles`); report.push(`2023-05-22T13:17:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3068 fix: merge with release`); -report.push(`2023-05-22T14:16:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix: add empty gap for buttons employees`); +report.push(`2023-05-22T14:16:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 fix(OIR): add empty gap for buttons employees`); report.push(`6 1 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); @@ -39576,7 +39576,7 @@ report.push(`2 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`2 0 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); report.push(`2023-05-22T14:53:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2793: SUBO-3113 fix: hide step in RoadMap`); -report.push(`2023-05-22T15:13:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2789: SUBO-2901 fix: default value for switch`); +report.push(`2023-05-22T15:13:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2789: SUBO-2901 fix(AIS): default value for switch`); report.push(`2023-05-22T15:14:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2792: SUBO-3099 fix: fix text for mail text tnp`); report.push(`2023-05-22T15:43:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3068 fix: save MSE for improve action`); report.push(`3 6 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); @@ -39703,33 +39703,33 @@ report.push(``); report.push(`2023-05-25T08:25:30+03:00>Oleg Losev>losev@net.it>tryFixLogin`); report.push(`1 0 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); -report.push(`2023-05-25T08:58:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: update console log`); +report.push(`2023-05-25T08:58:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): update console log`); report.push(`4 3 src/ts/api/user.ts`); report.push(`1 2 src/ts/pages/Authorization/components/Login.tsx`); report.push(`1 2 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); -report.push(`2023-05-25T09:08:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: update console log`); +report.push(`2023-05-25T09:08:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): update console log`); report.push(`3 2 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); -report.push(`2023-05-25T09:21:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: remove mock response`); +report.push(`2023-05-25T09:21:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): remove mock response`); report.push(`0 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T09:57:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: change redirect URL`); +report.push(`2023-05-25T09:57:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): change redirect URL`); report.push(`1 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T10:09:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: change redirect URL`); +report.push(`2023-05-25T10:09:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): change redirect URL`); report.push(`1 2 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T10:34:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: change redirect URL`); +report.push(`2023-05-25T10:34:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): change redirect URL`); report.push(`31 0 public/index.html`); report.push(``); -report.push(`2023-05-25T11:21:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: change redirect URL`); +report.push(`2023-05-25T11:21:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): change redirect URL`); report.push(`1 1 public/auth.html`); report.push(`4 4 public/epa.html`); report.push(`32 32 public/index.html`); report.push(`10 3 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T11:25:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: change redirect URL`); +report.push(`2023-05-25T11:25:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): change redirect URL`); report.push(`3 0 public/epa.html`); report.push(`3 0 public/index.html`); report.push(`2 8 src/ts/api/user.ts`); @@ -39739,23 +39739,23 @@ report.push(`2 2 src/ts/pages/Vendors/components/company/Buttons.tsx`); report.push(`9 3 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(``); report.push(`2023-05-25T13:02:29+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2813: SUBO-3146 fix: fix disabled company form for analyst role`); -report.push(`2023-05-25T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3147 fix: show road map for vendors`); +report.push(`2023-05-25T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3147 fix(faq): show road map for vendors`); report.push(`1 1 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2023-05-25T14:23:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2814: SUBO-3147 fix: show road map for vendors`); -report.push(`2023-05-25T14:58:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: add back URL`); +report.push(`2023-05-25T14:23:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2814: SUBO-3147 fix(faq): show road map for vendors`); +report.push(`2023-05-25T14:58:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): add back URL`); report.push(`2 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T15:01:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: add back URL`); +report.push(`2023-05-25T15:01:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): add back URL`); report.push(`0 1 public/auth.html`); report.push(`0 1 public/epa.html`); report.push(`1 1 public/index.html`); report.push(``); -report.push(`2023-05-25T16:06:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: add back URL`); +report.push(`2023-05-25T16:06:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): add back URL`); report.push(`1 2 src/ts/api/user.ts`); report.push(`1 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2023-05-25T16:42:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix: add back URL`); +report.push(`2023-05-25T16:42:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 fix(OIR): add back URL`); report.push(`7 1 public/auth.html`); report.push(`2 1 src/ts/api/user.ts`); report.push(``); @@ -39867,7 +39867,7 @@ report.push(`2023-05-30T10:00:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3029 fix report.push(`7 1 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); report.push(`2023-05-30T10:09:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2826: SUBO-3029 fix: add translations`); -report.push(`2023-05-30T13:49:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3197 fix: fix load field department owner`); +report.push(`2023-05-30T13:49:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3197 fix(faq): fix load field department owner`); report.push(`5 4 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); report.push(`2023-05-30T13:59:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3180 fix: clear filters`); @@ -39881,7 +39881,7 @@ report.push(`2023-05-30T15:03:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3108 fix report.push(`4 0 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(`1 0 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2023-05-30T16:38:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3101 fix: add help for AIS OIR`); +report.push(`2023-05-30T16:38:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3101 fix(AIS): add help for AIS OIR`); report.push(`8 0 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); report.push(`2023-05-30T17:36:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2805: SUBO-9624 - release 2.98.0 candidate`); @@ -39889,7 +39889,7 @@ report.push(`2023-05-30T19:57:04+03:00>Oleg Losev>losev@net.it>fix`); report.push(`1 1 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); report.push(`2023-05-30T19:58:47+03:00>Oleg Losev>losev@net.it>Pull request #2832: Feature/losev fixLabel`); -report.push(`2023-05-31T13:21:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2827: SUBO-3197 fix: fix load field department owner`); +report.push(`2023-05-31T13:21:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2827: SUBO-3197 fix(faq): fix load field department owner`); report.push(`2023-05-31T13:22:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2829: SUBO-3108 fix: disabled button for user`); report.push(`2023-05-31T14:37:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3203 feat: hide text for no RZ template`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); @@ -39900,17 +39900,17 @@ report.push(`1 1 src/index.tsx`); report.push(`0 1 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); report.push(`2023-05-31T15:37:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2835: SUBO-0000 fix: auth type error`); -report.push(`2023-05-31T15:53:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix: return link for IE`); +report.push(`2023-05-31T15:53:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix(OIR): return link for IE`); report.push(`4 8 public/ie.html`); report.push(``); -report.push(`2023-05-31T15:59:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix: return link for IE`); +report.push(`2023-05-31T15:59:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix(OIR): return link for IE`); report.push(`8 1 public/ie.html`); report.push(``); report.push(`2023-05-31T16:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2837: Bugfix/SUBO-2172 Return link on IE`); -report.push(`2023-05-31T17:21:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix: return link on IE`); +report.push(`2023-05-31T17:21:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2172 fix(OIR): return link on IE`); report.push(`8 10 public/ie.html`); report.push(``); -report.push(`2023-05-31T17:25:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2839: SUBO-2172 fix: return link on IE`); +report.push(`2023-05-31T17:25:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2839: SUBO-2172 fix(OIR): return link on IE`); report.push(`2023-06-01T09:49:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3239 fix: add uuid for roles`); report.push(`2 19 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); @@ -39934,7 +39934,7 @@ report.push(`2023-06-01T14:34:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3212 fea report.push(`3 1 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`8 0 src/ts/pages/AdditionalServices/helpers/hacksFor300.ts`); report.push(``); -report.push(`2023-06-01T16:39:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat: add many approve road map`); +report.push(`2023-06-01T16:39:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat(profile): add many approve road map`); report.push(`12 2 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`1 0 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(``); @@ -39948,19 +39948,19 @@ report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(``); report.push(`2023-06-02T10:38:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2800: SUBO-3080 fix: fix disabled modal template`); report.push(`2023-06-02T10:40:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2834: SUBO-3203 feat: hide text for no RZ template`); -report.push(`2023-06-02T10:41:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2830: SUBO-3101 fix: add help for AIS OIR`); -report.push(`2023-06-02T12:39:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-2506 feat: add button swap for mse modal`); +report.push(`2023-06-02T10:41:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2830: SUBO-3101 fix(AIS): add help for AIS OIR`); +report.push(`2023-06-02T12:39:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-2506 feat(Excel): add button swap for mse modal`); report.push(`30 0 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`5 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`16 2 src/ts/components/JsonSchema/styles/wrapperModal.scss`); report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`2 2 src/ts/snippets/RequestStatus/styles/rule.scss`); report.push(``); -report.push(`2023-06-02T12:45:05+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2850: SUBO-2506 feat: add button swap for mse modal`); -report.push(`2023-06-02T12:50:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3251 fix: add clear orgUnit if backend dont send this`); +report.push(`2023-06-02T12:45:05+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2850: SUBO-2506 feat(Excel): add button swap for mse modal`); +report.push(`2023-06-02T12:50:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3251 fix(AIS): add clear orgUnit if backend dont send this`); report.push(`3 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-06-02T13:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3251 fix: add clear orgUnit if backend dont send this`); +report.push(`2023-06-02T13:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3251 fix(AIS): add clear orgUnit if backend dont send this`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); report.push(`2023-06-02T13:12:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2851: SUBO-3251 add clear orgUnit`); @@ -39978,7 +39978,7 @@ report.push(`2023-06-05T11:31:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2928 fix report.push(`1 1 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); report.push(`2023-06-05T12:10:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-06-05T12:45:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3266 feat: add new addtitional requests`); +report.push(`2023-06-05T12:45:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3266 feat(Excel): add new addtitional requests`); report.push(`0 14 src/ts/api/constructor.ts`); report.push(`0 1 src/ts/api/eei.ts`); report.push(`2 3 src/ts/api/roles.ts`); @@ -40000,13 +40000,13 @@ report.push(`0 3 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(`5 6 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`1 1 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2023-06-05T13:08:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3266 feat: add new addtitional requests`); +report.push(`2023-06-05T13:08:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3266 feat(Excel): add new addtitional requests`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(``); report.push(`2023-06-05T14:43:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3260 fix: hide tree type in builder`); report.push(`6 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-06T10:35:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3297 fix: remove link on support`); +report.push(`2023-06-06T10:35:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3297 fix(faq): remove link on support`); report.push(`1 1 src/setupProxy.js`); report.push(`9 7 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`0 137 src/ts/pages/Builder/components/Header.tsx`); @@ -40018,7 +40018,7 @@ report.push(`0 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(`2 5 src/ts/snippets/RequestStatus/components/cards/LinkOnSM.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/components/cards/LinkOnSupport.tsx`); report.push(``); -report.push(`2023-06-06T10:38:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3297 fix: remove link on support`); +report.push(`2023-06-06T10:38:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3297 fix(faq): remove link on support`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`0 4 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`9 7 src/ts/pages/ExternalEmployees/components/SideBar.tsx`); @@ -40048,7 +40048,7 @@ report.push(`0 2 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`0 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); -report.push(`2023-06-06T11:11:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3292 fix: cant edit AD group`); +report.push(`2023-06-06T11:11:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3292 fix(OIR): cant edit AD group`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(``); report.push(`2023-06-06T12:22:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3305 fix: hide error for Template`); @@ -40107,21 +40107,21 @@ report.push(`2023-06-07T14:12:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-3161 feat report.push(`8 1 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(``); report.push(`2023-06-07T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2853: SUBO-2928 fix: add block for NameSpace in OIR`); -report.push(`2023-06-07T14:20:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3287 fix: dont check old values from RZ`); +report.push(`2023-06-07T14:20:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3287 fix(faq): dont check old values from RZ`); report.push(`6 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); report.push(`2023-06-07T14:34:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2063 fix: add has bank secret Text for roles org unit`); report.push(`8 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-06-07T15:11:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix: empty error message in 900`); +report.push(`2023-06-07T15:11:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix(faq): empty error message in 900`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); -report.push(`2023-06-07T15:14:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix: empty error message in 900`); +report.push(`2023-06-07T15:14:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix(faq): empty error message in 900`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); report.push(`2023-06-07T15:17:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2862: Bugfix/SUBO-3317 empty error message in 900`); report.push(`2023-06-07T15:18:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2858: SUBO-3161 feat: add new fields alias org unit name`); -report.push(`2023-06-07T16:02:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3262 fix: cant remove role`); +report.push(`2023-06-07T16:02:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3262 fix(OIR): cant remove role`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); report.push(`2023-06-08T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2053 fix: add role order in OIR`); @@ -40146,8 +40146,8 @@ report.push(``); report.push(`2023-06-08T14:48:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3299 fix: return stream in org unit`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-08T15:09:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2864: SUBO-3262 fix: cant remove role`); -report.push(`2023-06-08T17:26:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-3217 feat: add card for 478`); +report.push(`2023-06-08T15:09:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2864: SUBO-3262 fix(OIR): cant remove role`); +report.push(`2023-06-08T17:26:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-3217 feat(traffic chart): add card for 478`); report.push(`314 0 src/ts/components/JsonSchema/components/widgets/Card.tsx`); report.push(`12 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); @@ -40170,7 +40170,7 @@ report.push(`2023-06-09T12:43:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix report.push(`1 13 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`3 4 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(``); -report.push(`2023-06-09T14:08:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-3342 fix: formatted text to link in error message`); +report.push(`2023-06-09T14:08:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-3342 fix(OIR): formatted text to link in error message`); report.push(`6 5 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`10 1 src/ts/pages/PageWrapper/components/ErrorMessage.tsx`); report.push(``); @@ -40184,7 +40184,7 @@ report.push(`6 0 src/ts/pages/Requests/components/item/UserDetail.tsx`); report.push(``); report.push(`2023-06-13T11:58:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2873: SUBO-3318 search roles in TNP`); report.push(`2023-06-13T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2861: SUBO-2063 fix: add has bank secret Text for roles org unit`); -report.push(`2023-06-13T12:00:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2859: SUBO-3287 fix: dont check old values from RZ`); +report.push(`2023-06-13T12:00:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2859: SUBO-3287 fix(faq): dont check old values from RZ`); report.push(`2023-06-13T13:10:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); report.push(`1 0 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`1 0 src/ts/components/Select/index.tsx`); @@ -40210,7 +40210,7 @@ report.push(`2023-06-13T17:15:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 fea report.push(`16 6 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(`42 15 src/ts/components/Select/styles/labels.module.scss`); report.push(``); -report.push(`2023-06-14T10:34:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat: add new TNP workflow`); +report.push(`2023-06-14T10:34:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat(profile): add new TNP workflow`); report.push(`23 25 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`2 5 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); @@ -40218,17 +40218,17 @@ report.push(`22 0 src/ts/pages/Tnp/helpers/VersionMap/common.ts`); report.push(`1 0 src/ts/pages/Tnp/interfaces/IAgreement.ts`); report.push(`1 0 src/ts/pages/Tnp/interfaces/IBuild.ts`); report.push(``); -report.push(`2023-06-14T10:51:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat: add new TNP workflow`); +report.push(`2023-06-14T10:51:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat(profile): add new TNP workflow`); report.push(`1 0 src/ts/interfaces/TnpVersion.ts`); report.push(`1 0 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`14 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2023-06-14T11:19:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat: add new TNP workflow`); +report.push(`2023-06-14T11:19:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2164 feat(profile): add new TNP workflow`); report.push(`20 14 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/constants/tnp.ts`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2023-06-14T12:31:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3277 feat: add user info in 532`); +report.push(`2023-06-14T12:31:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3277 feat(traffic chart): add user info in 532`); report.push(`3 1 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`7 0 src/ts/pages/AdditionalServices/helpers/hacksFor532.ts`); report.push(`8 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); @@ -40243,14 +40243,14 @@ report.push(`2023-06-14T15:45:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 fea report.push(`2 1 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(`3 1 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); -report.push(`2023-06-14T17:03:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3381 fix: clear page size for new search`); +report.push(`2023-06-14T17:03:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3381 fix(AIS): clear page size for new search`); report.push(`4 0 src/ts/pages/Reports/index.tsx`); report.push(``); report.push(`2023-06-14T17:07:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3386 fix: set correct date in table`); report.push(`1 1 src/ts/pages/Reports/components/AuditorIS/Table.tsx`); report.push(`1 1 src/ts/pages/Reports/components/AuditorOIR/Table.tsx`); report.push(``); -report.push(`2023-06-15T08:55:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2151 fix: fix style new cards`); +report.push(`2023-06-15T08:55:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2151 fix(AIS): fix style new cards`); report.push(`9 1 src/ts/components/Card/components/Header.tsx`); report.push(`20 6 src/ts/components/Card/components/Line.tsx`); report.push(`3 2 src/ts/components/Card/index.tsx`); @@ -40276,7 +40276,7 @@ report.push(`6 2 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`14 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`5 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2023-06-15T17:10:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2880: SUBO-3277 feat: add user info in 532`); +report.push(`2023-06-15T17:10:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2880: SUBO-3277 feat(traffic chart): add user info in 532`); report.push(`2023-06-15T18:04:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2808: SUBO-2992 Add user validation`); report.push(`2023-06-16T09:04:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2884: SUBO-3381, SUBO-3386, SUBO-3413, SUBO-3384, SUBO-3428 - Correct Report page`); report.push(`2023-06-16T09:07:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2668 fix: rename property in message for 478`); @@ -40390,11 +40390,11 @@ report.push(``); report.push(`2023-06-22T13:31:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-3533 fix: fix id autor road map`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(``); -report.push(`2023-06-22T13:57:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-3417 fix: fix id auto road map`); +report.push(`2023-06-22T13:57:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-3417 fix(faq): fix id auto road map`); report.push(`13 13 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(``); report.push(`2023-06-22T14:53:01+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2902: SUBO-3299 fix: remove formatted types`); -report.push(`2023-06-22T14:59:52+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2907: SUBO-3417 fix: fix id auto road map`); +report.push(`2023-06-22T14:59:52+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2907: SUBO-3417 fix(faq): fix id auto road map`); report.push(`2023-06-22T16:15:46+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2906: SUBO-3525 fix: fix mse imporove request`); report.push(`2023-06-23T13:12:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-2905 fix: resolve conflict`); report.push(`2023-06-23T13:19:08+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2762: SUBO-2905 fix: fix display selct tree prev value`); @@ -40402,13 +40402,13 @@ report.push(`2023-06-23T13:59:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-3029 fix: report.push(`5 4 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`2 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); -report.push(`2023-06-23T15:08:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3552 fix: show error message for mse approval`); +report.push(`2023-06-23T15:08:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-3552 fix(OIR): show error message for mse approval`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-06-23T17:20:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3557 feat: add more page sizes`); +report.push(`2023-06-23T17:20:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3557 feat(traffic chart): add more page sizes`); report.push(`1 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2023-06-23T17:23:44+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2913: SUBO-3557 feat: add more page sizes`); +report.push(`2023-06-23T17:23:44+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2913: SUBO-3557 feat(traffic chart): add more page sizes`); report.push(`2023-06-26T12:49:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-3183 feat: add link for text additional 17 checkbox`); report.push(`14 1 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`6 0 src/ts/components/JsonSchema/styles/hacks.scss`); @@ -40431,14 +40431,14 @@ report.push(`2023-06-26T16:51:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-3420 fix: report.push(`1 1 src/ts/api/user.ts`); report.push(``); report.push(`2023-06-27T15:05:40+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2882: SUBO-3301 add org unit info`); -report.push(`2023-06-28T13:11:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3571 fix: show field text for flag isNotAvailable`); +report.push(`2023-06-28T13:11:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3571 fix(AIS): show field text for flag isNotAvailable`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/access-request/getRoleGroups.ts`); report.push(``); report.push(`2023-06-29T12:09:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3029 fix: add translations`); report.push(`2 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); -report.push(`2023-06-29T14:37:03+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2912: SUBO-3552 fix: show error message for mse approval`); -report.push(`2023-06-29T16:06:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3555 feat: add highlighting field for 478`); +report.push(`2023-06-29T14:37:03+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2912: SUBO-3552 fix(OIR): show error message for mse approval`); +report.push(`2023-06-29T16:06:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3555 feat(profile): add highlighting field for 478`); report.push(`2 2 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -40450,7 +40450,7 @@ report.push(`4 0 src/ts/pages/AdditionalServices/helpers/hackItSystemInstance120 report.push(`2 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`9 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2023-06-30T14:37:14+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2919: SUBO-3571 fix: show field text for flag isNotAvailable`); +report.push(`2023-06-30T14:37:14+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2919: SUBO-3571 fix(AIS): show field text for flag isNotAvailable`); report.push(`2023-06-30T14:37:46+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2917: SUBO-3420 fix: fix request for reports history and roles`); report.push(`2023-06-30T14:38:29+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2870: SUBO-3110 feat: replace property in 900`); report.push(`2023-07-03T10:22:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3029 fix: add translations`); @@ -40459,10 +40459,10 @@ report.push(`3 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); report.push(`2023-07-03T10:26:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2911: SUBO-3029 fix: add translation formatted response isActualTemplate`); report.push(`2023-07-03T11:25:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2916: SUBO-3423 feat: add can edit template`); -report.push(`2023-07-03T11:49:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix: change validation for 900 number`); +report.push(`2023-07-03T11:49:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3317 fix(faq): change validation for 900 number`); report.push(`5 5 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); -report.push(`2023-07-03T11:52:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2926: SUBO-3317 fix: change validation for 900 number`); +report.push(`2023-07-03T11:52:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2926: SUBO-3317 fix(faq): change validation for 900 number`); report.push(`2023-07-03T13:24:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3616 fix: add chips for vendors`); report.push(`11 2 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`5 2 src/ts/snippets/FilterChips/index.tsx`); @@ -40500,8 +40500,8 @@ report.push(`4 0 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(``); report.push(`2023-07-04T10:21:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2936: SUBO-3620 fix: add correct tree path`); -report.push(`2023-07-04T10:49:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2768: SUBO-1785 feat: add header for modal and add collapse button`); -report.push(`2023-07-04T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2871: SUBO-3342 fix: formatted text to link in error message`); +report.push(`2023-07-04T10:49:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2768: SUBO-1785 feat(profile): add header for modal and add collapse button`); +report.push(`2023-07-04T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2871: SUBO-3342 fix(OIR): formatted text to link in error message`); report.push(`2023-07-04T14:27:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2922: SUBO-3558 fix: add field it system instance to dynamicFields`); report.push(`2023-07-04T14:38:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); report.push(`5 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -40531,10 +40531,10 @@ report.push(``); report.push(`2023-07-04T16:04:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-05T09:56:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3667 feat: add select auth type`); +report.push(`2023-07-05T09:56:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3667 feat(traffic chart): add select auth type`); report.push(`16 1 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); -report.push(`2023-07-05T10:01:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2941: SUBO-3667 feat: add select auth type`); +report.push(`2023-07-05T10:01:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2941: SUBO-3667 feat(traffic chart): add select auth type`); report.push(`2023-07-05T12:18:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3663 fix: return old value for 900`); report.push(`0 1 src/ts/components/Select/index.tsx`); report.push(`51 0 src/ts/pages/AdditionalServices/helpers/hacksFor478Old.ts`); @@ -40544,13 +40544,13 @@ report.push(`2023-07-05T14:26:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3620 fea report.push(`11 26 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(``); report.push(`2023-07-05T14:29:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2945: SUBO-3620 feat: add correct sort in Tree info`); -report.push(`2023-07-05T14:47:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat: add is bank secrecy`); +report.push(`2023-07-05T14:47:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat(traffic chart): add is bank secrecy`); report.push(`7 0 src/ts/pages/Reports/components/AuditorIS/Table.tsx`); report.push(`7 0 src/ts/pages/Reports/components/AuditorOIR/Table.tsx`); report.push(`7 0 src/ts/pages/Reports/components/UserHistory/Table.tsx`); report.push(`7 0 src/ts/pages/Reports/components/UserRoles/Table.tsx`); report.push(``); -report.push(`2023-07-05T15:12:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat: add is bank secrency`); +report.push(`2023-07-05T15:12:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat(traffic chart): add is bank secrency`); report.push(`1 0 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); report.push(`10 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`1 0 src/ts/pages/Builder/components/role-group/Roles.tsx`); @@ -40560,7 +40560,7 @@ report.push(`5 0 src/ts/pages/Builder/helpers/empowerments/rolesTableConfig.tsx` report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/shared.ts`); report.push(``); -report.push(`2023-07-05T16:10:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat: add is bank secrency`); +report.push(`2023-07-05T16:10:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat(traffic chart): add is bank secrency`); report.push(`6 0 src/assets/custom-ui-kit/BankSecrecy.svg`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/shared.ts`); @@ -40568,7 +40568,7 @@ report.push(`11 0 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`) report.push(`12 0 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`5 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2023-07-05T16:14:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat: add is bank secrency`); +report.push(`2023-07-05T16:14:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3547 feat(traffic chart): add is bank secrency`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); @@ -40589,22 +40589,22 @@ report.push(`2 0 src/ts/pages/Request/components/EditRequest.tsx`); report.push(`55 0 src/ts/pages/Requests/components/item/DynamicPartMeta.tsx`); report.push(`4 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2023-07-06T13:29:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2921: SUBO-3555 feat: add highlighting field for 478 (Синяков, до четверга)`); +report.push(`2023-07-06T13:29:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2921: SUBO-3555 feat(profile): add highlighting field for 478 (Синяков, до четверга)`); report.push(`2023-07-06T13:45:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2943: SUBO-3663 fix: return old value for 900 (Тушинская, сегодня 06.07)`); -report.push(`2023-07-06T14:20:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3694 feat: hide old reports`); +report.push(`2023-07-06T14:20:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3694 feat(profile): hide old reports`); report.push(`4 4 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); report.push(`2023-07-06T14:55:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3668 feat: add user settings`); report.push(`46 0 src/ts/helpers/userSettings.ts`); report.push(``); -report.push(`2023-07-06T16:50:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-3547 fix: add boolean is bank secrecy`); +report.push(`2023-07-06T16:50:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-3547 fix(faq): add boolean is bank secrecy`); report.push(`12 0 src/ts/components/Select/components/value/Single.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`12 12 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`11 2 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem.tsx`); report.push(`1 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2023-07-07T10:31:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2953: SUBO-3694 feat: hide old reports (Кулинский, пятница)`); +report.push(`2023-07-07T10:31:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2953: SUBO-3694 feat(profile): hide old reports (Кулинский, пятница)`); report.push(`2023-07-07T13:23:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3183 fix: remove double description`); report.push(`1 1 src/ts/pages/TemplateOir/components/shared/Description.tsx`); report.push(``); @@ -40665,7 +40665,7 @@ report.push(``); report.push(`2023-07-12T10:58:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3725 fix: cant create copy 1205`); report.push(`0 7 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2023-07-12T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3724 feat: add text from RDS 105574`); +report.push(`2023-07-12T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3724 feat(profile): add text from RDS 105574`); report.push(`6 0 src/ts/pages/Template/components/Form.tsx`); report.push(`42 0 src/ts/pages/Template/components/HackAis1599.tsx`); report.push(`6 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); @@ -40802,7 +40802,7 @@ report.push(`2 3 src/ts/pages/Reconciliations/helpers/getSimpleSort.ts`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-18T15:24:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2879: SUBO-2164 feat: add new TNP workflow (Синяков, ПСИ)`); +report.push(`2023-07-18T15:24:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2879: SUBO-2164 feat(profile): add new TNP workflow (Синяков, ПСИ)`); report.push(`2023-07-18T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3212 feat: add 300 additional`); report.push(`2023-07-18T15:30:47+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2962: SUBO-3243 feat: add diff for oir page`); report.push(`2023-07-18T15:34:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2890: SUBO-3212, SUBO-3433 - ДУ 300 (Синяков, ждем ПСИ)`); @@ -40818,14 +40818,14 @@ report.push(``); report.push(`2023-07-19T13:04:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3778 fix: hide double author`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-07-19T13:13:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3771 fix: change user filter`); +report.push(`2023-07-19T13:13:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3771 fix(AIS): change user filter`); report.push(`11 6 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); report.push(`2023-07-20T10:21:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 feat: hide props in 800`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`32 0 src/ts/pages/AdditionalServices/helpers/hacksFor800.ts`); report.push(``); -report.push(`2023-07-20T11:42:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix: hide props in 800`); +report.push(`2023-07-20T11:42:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix(AIS): hide props in 800`); report.push(`9 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(``); report.push(`2023-07-20T12:36:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-3790 fix: show secrecy bank icon for tnp`); @@ -40836,15 +40836,15 @@ report.push(`16 9 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem.t report.push(`2 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); report.push(`2023-07-20T12:47:12+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2991: SUBO-3790 fix: show secrecy bank icon for tnp`); -report.push(`2023-07-20T13:44:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix: send 2 params in 801 request`); +report.push(`2023-07-20T13:44:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix(AIS): send 2 params in 801 request`); report.push(`22 21 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`17 3 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-07-20T14:00:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix: send 2 params in 801 request`); +report.push(`2023-07-20T14:00:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix(AIS): send 2 params in 801 request`); report.push(`4 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2023-07-20T15:05:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix: show validation message in 801 request`); +report.push(`2023-07-20T15:05:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3801 fix(AIS): show validation message in 801 request`); report.push(`4 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`0 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); @@ -40862,11 +40862,11 @@ report.push(`2023-07-21T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3786 fix report.push(`1 1 src/ts/pages/Builder/helpers/routes.ts`); report.push(``); report.push(`2023-07-21T09:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2996: SUBO-3786 fix: add template editor`); -report.push(`2023-07-21T14:04:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3811 fix: add blocked status for employee`); +report.push(`2023-07-21T14:04:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3811 fix(AIS): add blocked status for employee`); report.push(`2 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(``); -report.push(`2023-07-21T14:09:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2998: SUBO-3811 fix: add blocked status for employee`); -report.push(`2023-07-21T16:01:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat: add search for OIR source`); +report.push(`2023-07-21T14:09:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2998: SUBO-3811 fix(AIS): add blocked status for employee`); +report.push(`2023-07-21T16:01:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat(profile): add search for OIR source`); report.push(`3 2 src/ts/api/search.ts`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`6 4 src/ts/pages/Search/components/Item/Oir.tsx`); @@ -40920,7 +40920,7 @@ report.push(`42 0 src/ts/pages/Builder/components/Preview/Visibility/Rows.tsx`); report.push(`66 0 src/ts/pages/Builder/components/Preview/Visibility/Table.tsx`); report.push(`0 1 src/ts/pages/Builder/styles/preview.scss`); report.push(``); -report.push(`2023-07-24T12:29:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3797 feat: add search all template`); +report.push(`2023-07-24T12:29:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3797 feat(traffic chart): add search all template`); report.push(`9 2 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`5 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); @@ -40949,13 +40949,13 @@ report.push(`2023-07-25T10:25:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request report.push(`2023-07-25T10:43:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 fix: add sort element`); report.push(`3 0 src/ts/snippets/ControlPanel/styles/sort.scss`); report.push(``); -report.push(`2023-07-25T12:48:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat: add search for OIR source`); +report.push(`2023-07-25T12:48:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat(profile): add search for OIR source`); report.push(`5 3 src/ts/api/search.ts`); report.push(`2 1 src/ts/pages/Search/components/Item/Oir.tsx`); report.push(`1 1 src/ts/pages/Search/helpers/converter.ts`); report.push(`8 5 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2023-07-25T14:47:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat: add search for OIR source`); +report.push(`2023-07-25T14:47:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 feat(profile): add search for OIR source`); report.push(`0 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`6 6 src/ts/pages/Search/components/Item/Oir.tsx`); report.push(`28 18 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); @@ -40963,13 +40963,13 @@ report.push(`27 19 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`) report.push(`5 1 src/ts/pages/TemplateOir/index.tsx`); report.push(`32 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2023-07-25T15:50:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat: show security name`); +report.push(`2023-07-25T15:50:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat(Excel): show security name`); report.push(`6 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2023-07-25T15:53:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat: show security name`); +report.push(`2023-07-25T15:53:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat(Excel): show security name`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-07-25T15:58:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat: show security name`); +report.push(`2023-07-25T15:58:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3846 feat(Excel): show security name`); report.push(`11 4 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); report.push(`2023-07-25T19:27:39+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #3001: SUBO-3825 fix: remove button in Roles dictionary`); @@ -40978,7 +40978,7 @@ report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSc report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2023-07-26T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3851 fix: change order requests`); +report.push(`2023-07-26T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3851 fix(AIS): change order requests`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); report.push(`2023-07-26T11:33:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change text for PSI by Losev`); @@ -40993,7 +40993,7 @@ report.push(`7 3 src/ts/pages/MainPage/index.tsx`); report.push(``); report.push(`2023-07-26T13:50:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2993: SUBO-3243 fix: fix status show calculate delta`); report.push(`2023-07-26T13:50:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3012: SUBO-0000 fix: change text for PSI by Losev`); -report.push(`2023-07-26T13:50:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3011: SUBO-3851 fix: change order requests`); +report.push(`2023-07-26T13:50:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3011: SUBO-3851 fix(AIS): change order requests`); report.push(`2023-07-26T17:03:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3854 fix: donw show null for Bunk secret`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); @@ -41083,12 +41083,12 @@ report.push(`37 0 src/ts/pages/Builder/components/Preview/Table/CellText.tsx`); report.push(`23 0 src/ts/pages/Builder/components/Preview/Table/Row.tsx`); report.push(`44 0 src/ts/pages/Builder/components/Preview/Table/Tag.tsx`); report.push(``); -report.push(`2023-07-28T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3008: SUBO-3846 feat: show security name`); +report.push(`2023-07-28T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3008: SUBO-3846 feat(Excel): show security name`); report.push(`2023-07-28T14:49:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2982: SUBO-3700 Add sort element`); -report.push(`2023-07-28T14:52:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3377 feat: add new block`); +report.push(`2023-07-28T14:52:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3377 feat(traffic chart): add new block`); report.push(`5 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-28T14:54:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3022: SUBO-3377 feat: add new block`); +report.push(`2023-07-28T14:54:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3022: SUBO-3377 feat(traffic chart): add new block`); report.push(`2023-07-28T15:06:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: add check for ddos checking`); report.push(`1 0 src/ts/api/roles.ts`); report.push(``); @@ -41107,18 +41107,18 @@ report.push(``); report.push(`2023-07-31T09:48:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 feat: add default value for CUSTOM list`); report.push(`6 2 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-07-31T10:04:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat: add editor`); +report.push(`2023-07-31T10:04:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat(profile): add editor`); report.push(`16 2 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-31T10:08:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3029: SUBO-3865 feat: add user in Builder`); -report.push(`2023-07-31T10:20:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat: add editor`); +report.push(`2023-07-31T10:08:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3029: SUBO-3865 feat(profile): add user in Builder`); +report.push(`2023-07-31T10:20:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat(profile): add editor`); report.push(`8 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-31T10:24:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3032: SUBO-3865 feat: add editor`); -report.push(`2023-07-31T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat: add editor`); +report.push(`2023-07-31T10:24:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3032: SUBO-3865 feat(profile): add editor`); +report.push(`2023-07-31T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3865 feat(profile): add editor`); report.push(`4 4 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-31T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3034: SUBO-3865 feat: add editor`); +report.push(`2023-07-31T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3034: SUBO-3865 feat(profile): add editor`); report.push(`2023-07-31T10:51:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: infinity requests in AIS`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); @@ -41133,7 +41133,7 @@ report.push(`2 1 src/ts/pages/Builder/components/role-group/Modals.tsx`); report.push(`2 1 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); report.push(`2023-07-31T14:33:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3037: SUBO-3874 fix: add rolw view for disabled`); -report.push(`2023-07-31T14:34:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2960: SUBO-3724 feat: add text from RDS 105574 (Аванесов)`); +report.push(`2023-07-31T14:34:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2960: SUBO-3724 feat(profile): add text from RDS 105574 (Аванесов)`); report.push(`2023-07-31T14:40:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3018: SUBO-3759 Button for Diff OIR in table`); report.push(`2023-08-01T00:55:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3884 fix: dont clear filters`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); @@ -41199,7 +41199,7 @@ report.push(`3 3 src/ts/pages/Builder/components/Preview/Visibility/Body.tsx`); report.push(``); report.push(`2023-08-02T13:21:18+03:00>Oleg Losev>losev@net.it>Pull request #3044: Bugfix/SUBO-3820 Add code in dictionary list`); report.push(`2023-08-02T15:00:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3041: SUBO-3769 feat: add correct pagination in user role service`); -report.push(`2023-08-02T15:01:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3002: SUBO-3797 feat: add search all template`); +report.push(`2023-08-02T15:01:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3002: SUBO-3797 feat(traffic chart): add search all template`); report.push(`2023-08-02T16:14:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-3201 feat: add array for additional approvers`); report.push(`7 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`20 14 src/ts/pages/Template/components/Form.tsx`); diff --git a/build/index.html b/build/index.html index 1d837c6..000a784 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -ASSAYO
\ No newline at end of file +ASSAYO
\ No newline at end of file diff --git a/build/logo192.png b/build/logo192.png index fc44b0a3796c0e0a64c3d858ca038bd4570465d9..bfe85afc3d6b224ebe749614d810eb9909bdca82 100644 GIT binary patch literal 9490 zcmV+tCGFaYP)HCGCD?Be=5iS4mxm2P zQ5N1gC)X@f{e^Q54@d64+-FTVI{KO@iVW^RA=!%+?o=b*a1G~s7U?b{)Pox9H6GVd5Z@sb(t!`_FCW!L5ZrPV z=RO|UO%dHl7~E_aQ)utUKHYV6X;hK;0_hcix%y38t0oA@*5b?Hx<_(8qt^$@tq3uJ`~z;59ccv)MpUn zO%vWz7vE(Y`o(JKG_Ih6?Q@6Vo&i z*C-OyiVE&864n_M&_fX0ArsP&3GaUk>z4`fRu14t5ZrVO=xYq+6%@}96wXo)-%bzS zKoHt(4CXu$*=P;rWDVqS4ChG?++YpkOApFX&D*ylh)^t)%Qvd}B8x`vd zNzFM9BNGoO5Kj#Bw;K6gS3wt(9pWQ|LpmXu^hzfwsF{j(;LP?>E)?vagFC>C%0M+G zBpSw%_RPM0#eN<6^zQAEL+0FjG0u2pD)!sS`Sek7;pM-og*ubu#jD2+Z z;mX0HihWZ1?d8|V#J#+)r&~=)?Bmsj`ReKA+}4C%;j@QrUi9CopNo2WR6NL8^yY!A zpFgw!03hy3L_t(|+U%IUiyA=~#%C2QygdkZHc<;>K*E9$Fd?uhY`j7^2zCcqEV7(P zK*Ay94@h;kCxV?~uub6!!AeLMLW*2@tjmd|X;NqA-FJ3&)*Y98R3SfbZr7JxpJ(>{ z&?Eo(&wu_cik4ma5aywkPmnzdM|%_k;cS{5BK?dAlKZz$R8Ox;VJdd7NDiP|i|-2N zwm~F@ z&w-}ce>qLc1tDP`*3LA|yS&238?&S?<5b1`w%`x6TK;AZH2>Ky;`ML0wie!!ov(LM zdMLA^TCqx3nnH=Tp2zImblB<&Y&dT**8ueaaS?92n!rV+W{883fn|Xa9VM z%^PT#v=6Gb=@&XmC>17Kpn9;d9H2o2_730)l+A+T0wntpS7~n;{)V+qdpx2hX`P;) z4(JP40e`D2@9sJ1ZxW=Cg1bOH=zgx%!9axwN?w7Y{1x3>T^pFY#gO#on|Tk7d#QYc zRottDzmyzXm3{0MQIq0VG_v^FbufUNTRnF&7AZ^|=PI4DU1x%yJpu!hJp-k{P7grt z_=vR;)4Ti71P6GN!MDxkA|-XIi|8Wl5fzEjmebVH0BGxa;UzuH@0)H`JtnjNWafMH2Nqsv0){qT>wQFw_Q^%wIB) zy4Y^d4L)Y-Thr#lZ$(GGJg$!xj??6+*T^`4>s}?|3^2`V10e0U4Om-B2~U=^rEEJdam2ozu!Gk)oEG6os|ZGXi8sEsp#H0qfO&+FnObKdon ziw1NOByDHv4T9v_Hy+EkfYXL{M-5Qa2DBzLah&Wyn)t2=JOgc5 z9krVH%a^)FfT3;EJx>mg(5ZS}^@7jUP?>IpXmO3_KvxT`bjyEd)%yX&#CFF%O^a~z`(Ue4)A&n^obzv0HZ_K zeR2WJCvC*iCiWj&^&8Hm6fjt-)QHHGYcvR{zFxm2YP8EW&R z7wt|>?M`sK7iemMv_Z-D*1&a&xJGszE9;|2v=;dLmL|C$az7YWoJJQXu<^ zT554gOiqg5ckOYF(Gbs0ZjrAfdU7uNUE_gFuHpB@x*_Vb(bGsAS*y`#OzG=hC~#~w zo`|Y!bP|5x)f#zT%Y}p(_xdlm{>#vZ>;CAZV?9KmWm}?@-kw-~S{G{5*MUGsj|{X< zEI*K}O>=~E@8nDu{RvV8xP27j*5~712P`hB^f>xx8^`%&0-q}_!$&Qi12dZ436VmN z_~xI@Xr}PrzI2~wyw!AWX&?=Uc#8Vf;7uhSwBzL8VdoVia~S9;SX2oXm{kJ}0|RL& z&s;EoMGQ&P3YO_@3?EUyOkt!{4&(l%rG*Wk&ig?FkM4w=8sst`vH_iE5YR;6HrV;^ zy*eoW$Me^U3DMho2!S>z&t2^u`)-9rV9>1b=gK=Or>$dv=JV`~h;K00X+Fs4i65Y% zuCr1_p1g>b&iME~O_bz*5@-ItX#-IlKXB#2r7A0n5fWo7Plnoph=CzutyQtOLdxJN z%G!#016hhx{)1!%W$cuJA&jhu-BP8BiOuqWGW6NJ`{6St9V+D`3|78p^X~lK_g<3O zm(jx?44eo5X!d1aR_Er7{j7dxej|vcn=_mF%bj`6uIQUHwm(^SrprvaZw4qZ-dzWt z6Z60k#|t(pIZL@_zm;iJPG#KK;Ip|Ii&!Ogx0~wOcEhOJg_@@1BC!>f{4c7b-w!$s z6T1`2!+>?o;cw3%g}5I>XF^^9+;1KXx|K?Nv``3vJ5q%0B#u%cuYvMWFvYnPKQkLW z1bW4Nacb!bc@4@YggH`J3z^+}MmDw^Auu3CRF+VeJ(au)pUsiSHlP0ENW^2N?mjMq zcchT1w`?2a|5H;$G(o79coi557i>eRDYb;;T@!^ee`<;_mr5tOm0ByOLY}oik0M@`3jO6MP-*YfbC^K-OD8yaM;C-Q)OStCn=oPP`1A_JbT~swTiR}~w?mQb zEh*w#&QtK4#vw4r)$GAJtAV0aZ^i%>%w!{KVD2Qs4A;evPU2~qf*Kpll5v(aM!h0Zbt@S!bI0ehisbdq6acXoF&*Tuhc%BErqu8zy5d5HrW zf)J2AlNdmu?8N{s+a>~h6xvZ92yojW0@a;Nvv7|xrQW+w1wRbE2HT0bQ1;{4vq>H` z0D&%Ka~V4WCP0dOre5@&$IbaZ$yVn5ekZcOKV85HmHO4y)fkR?9bR=K71BVhPw&_$ z`^qZA2MYD0Km<_el<25V-CzSsR-IS90^ib1Ug?4Fb~=os-82QcX_Zce@0vXkU8BNv z`{$H7W6%@vna~K@Ey;^+{PvLn3TK#f{i-zmMYk=`U8r0LERv@mN(3mliGdhs$6lPp z!CR>wCOpS*B8pF5U;}wEoDz|XBvnLOD74`GvO{usp@f4%F9!P58fA1$Uq zN{yVy-vJjy^u#s{#5^TUMX=!FyvZOJSga4{=liD+>YtO&^VmM$;Np-RqkpNwh| zk@a5U2{ZcX0BlH(u@h%;spWv+VQ8vP14o!KB^%O$h;-IFicVg@`o7<9vsQNdW6yz* ze@tk({5Tvwlu4c&UDxM&$^edPiQQdy6=t)yiOdEq8dT6Gcm=27!iWnvHYl9ISm3QV z&6TdV^n~PNHRXY>ZY5W!4mNB?%3^S&N%#Z?DY_xA+sf^{+De~vTalNske?2qS#U>03-d0&!Q2vr?_MmM8 zQ5-*iU>jl67P@6JXfc>}XmF`oc{c5kK}!Rvh78(@Ck+L;URnxT3_*()jU}6mpu6lX z(5YlH-n+Pqv=tA%v+hoMr&BfL2X^dxk@Vi(d;fa}4tOhwzsP#PkECg#fmhNYQw zn_)-U%B{HPfJKAua8AnDpeo+HeHmzcPh|W5bik_c10B&_A-!E4w-R+|fj(^utFq8P zuqst1x~`A)6J!1!aB=t&(jlKtaV_)5WnPtHRx1o`V&HtuAKEvwp?QT?eKm`mAt`5O zt?CUHzhx|7`09Jss4NE1FoV0#-36QU8B3J#kt_+~6yUf>g6qf)@a!Y!7l<;>y@cX+ zC(2<&CpbQGWG+lo0lO`ke>+JMOQ~y0Y&8{kQ6{hep`paIfRFau3%wT3MWc{j4p{Znks zLYysbfHbrrG0@91&Bz3RUeT66R?&vV$978hRS0dPtq_om{x_Q0PQaAqxqggQc8A-U z6DYN!AEtMvAo_6(VYe>k^=RG-mkOb2K72GtM} z0U5$m0UjDx_j*ynp@P;~;?G_Ol&^JwSa3?j6VQTh`ItG4k5r~!*Eb|7MgZ?Mxf(^9{$rX?b^}lhy#!oa&RW0;QhH8kVGAI9~5}x7L zyaDrYGM)|*zzD_}fhP8r<4QLDyoHRqsE*dES0?<-f6C>D+0gnKpJH}J1Vt($#~o1h z?U-$wY1{;{#;Kfy5HSB8T!rU#1s@({?0sqJ+OP?PXZZwa+)Z-F`<{(m8B=-!VJ|-0Iil zi-G`ccQTnw@yitqePUSQ7csLxbZFb)>9O%OR7dCf>gsBB1sT1|^LUh*M?43fuq*u9 zgPHPW^Ho$?*EjMU8)dlkPS7A{`-o4^XFt!_cQ5kUYhRB}{Cw6#52Ay!SU9|$d01Ik zFY6}^51w9KOQI``b%VOu!xV3}Yt_duA9 zOX#`)O^@qBG>W&wP@UZFIG1PWA(;PIvz`~Fq9}}y=gc&u5(y(d+PDisl5y2*lS8(U za6m!^qQFHUL_Kj4xNwkQKnMn`O&}x+11&U-Tn<9u%Gt;e^y@EZVXGL$P4_;}{pr0H zO&@8#d)~e8JLjJB-SZf?pAv?y;-M~N6BlPeEe+T3U55t{3(RoC1I--1h(g_R4%|2g zeF(AGxjn_)a-;`leXVpRYRMx>Aq`q)4>2Svdx&MmVg?uUdH0+}kbZyd{zYk5-o2yg zV&XIX6+ZbNNS@yZ1N_H-S7_m;x*M;FVg*h%DruU!UAXrMTskjqt}np-RWP%z1yiKW zxWb%SDH|{&WwKzT7DMs1e=mi7k|^&zwAIz52+o8kX-PL~UzhP{g|e9A+T2BLK(-@3 zz}M61v{^U*i9J>bR;wQ&{=i@D!K*cr*Gkm%uf`{HiV6&k;TpNn_(uoqM@&(m=AsJT z45UXKE7*hBXi#Sk3}C1^r8xRW2aFBIa~*uzqr?^1Fd&}d@cb*Jhpl~7gYu_r>&$`j zzt%wf73r|9lA({FbSk_eDPmS?E^!fiD_$%wRY<_=7Ey~aj5Lq_wu&#_bP?cA){N;h zeLkPNLclc`=+g9Ev@@A>CX=yz7qJ}=nKmyf?vRiFwga5``f|bf@KQJVMPQyCT!Nvb zf3&~nV*hZH1fjdPu}*v`@9!UyP}to)xVP*f+J3OtT_KcKC3ZkdAUB8|1w=bD1jRHy zi77BBC?+4Wgntd3$G9-Tn|_TQpGKD{3pi-*p(GjW9jG946S&23x`b87=dvMprbJQ^ zt5>WzyQE_A#Z&N)Gu*@m$nmS-pPS{{HrI8bQ)6~YM$QNSxoE>?Ez31QBiL5gQ$!3 z0Gl37v(;1Uo6LajE1^%y!xA_Od!y%r_C=8$0naTb6l&szqmtJ^?F%Tgy*I3NX%3uMH7?Lh9@v! zDJ}}=G0;|{z^{QTvX)-mXqErqKzyYG$rTR#)Hu*mbDzzA%@9h$5r&&skJf=w6HyC_ z`;MCyk<<cs#tn6!R^O$sHD-8sft`|6o?s9$k`9hyZ#Q9(8N=OPoN7aF zcep|*gDHz;YkED!P_zvOm!%zY4I!ITG1p*)LZMVBRrDKcaIXjhBM{GT!fI=VoeH_| zvz7dzO_p|{qHE3@uE`}Df*IoS{n#{?qpj|lfLK{7SqD6@h4?dTOdjQLhU zA_#v(C=MBf$@Spg&V(WX?t3Sn2||2WT&6^YD070iuvwfGriAR}`jo!bfgUzPF~%nh zB~T&!o2bw!Gml_TvY#o0xB3CzfgtR_PYFrkNcB4`&^B+l?aT-qzt({vj(35^lOUVt ze0m1=-kQ*O!=9Nf=D-Dh+0a395GAD+c9J|=lA08b!Eh`aT8`r+(dQTlst|bQc&Qq` zZDkkm=4b=w&Gsx3s}7h?M?`;$Z8D=ObpvTG%t6btY|DaglY6>};ZNJL;ZndgyEANl zsY|AeVA{_;DV@*9^ZC4=+5LHo{k3*l$dC>_AE~&glTI zOu>N{%MLte#rQuR@PGs7!VuBCWeCf5sG@WrQ?4Lx0y>7O1Q0inPn7F=*i-+E|FB63ta&p=HP+hF}q{2y%zT zH70+<9ogA^v-86l*HnR!4^G#4vzzamdGDLI@njI$`K#QXZ<$mvtE$>kRrsU=DRr+D^UU15n3bZ2NX8eycUbTjs?d-}Si*oS z{EMGIYZ|U)iz&{Z?{J`QZ8~Qxv-XBy>*Gq)3%@CC0qMBLX8`=3YqAo#2on59hc(mZ zi0l-nFJGB;2y~z@2}VFXLRQoycS-#GFn{F{ygkT|jc2dIrDdEb(M3aFFex6eU1z}$ zM)}p2hp4m3Y;Q4YhXp(h`9l{h##t!f9lLWVRYs827B4`D!2S-LAP|fWN2&f$;U<>kfYrAbHfP#PGOt25uvzUMPL@Ge@9dd$8Xq}DW%_4LD;AjC` zRzN_@#2%*;XH1Qz$VYHM*X#b@=+LR6ji%I#7u*3~+$SHP4LM#wz*!_f8K!A?=rj`s zrcs~{Lv}yz;U0^aT9;bB2$OJAjS`s&kgtbx_Ww?0K`fpAWI3zWq~*#DoG{7drBA5Y(g>{?8({jXhTi~Y8bOA zUi)yR0s?Bs3IOku2*?skkqOxSEdc>hQ<5oDoI;#{D7WUj9i+;*0%FsII+sE|Tbq6J zKq++jrvh%j-O2j_!y!O}1WxTsu6;7+ zHazM`0f?+G0D%(_LLG+C#V<={QRi*cxtuB7&}?{m80$!e)`X#!R6q>`AevGEHz1&% ziE><|z?tlJW%eM`GvF))?do+5syz+(_kIDYbD;pATdaV9FBCE5DWZ`LC{Kg^lMu`XtdfP^}r3+`vOj=<9{v?P)2N-KyHk9jhLQP&YS=| z;F20L4-2TF>-H3xNk1T+$%pHep#&t-(dm;BCFKwWX6!%Wvl}yumvUvi39w^TmeG*= zKq3GPJKy#5I51* z2tfkt!opY!OdHwwM{>W2Y1!nV=Y2eL9SzH8_W0cV;D!?AKz558KAiv;W z7X)kA4;6Tde0i&(fTncD3^BzSR^F@46a>&Uv^*_zz06Z=8_W|IM1T#xwYc*EWk{nA zj$%vpATi8@6DFE`2bO3DAl~NP#7GEspg`{c;wjpJI|RG~hJP*Ef!t?M09DUH^>(nL z@E{>Bm)AxMtLd@)Ne%b`QUlBTLR14j-4#pCaqj?B4crxkEz!Cfb%fqIhX%3h@}77l zLHW9)P#a>JX2nc8j-&d2)P1I@Ap}!3lM3Yb4XzU2UC{!-9nu;lxRzk73hX|r3bkjf zI1WuWF!X}4GVvYfMj?RF048$e8U+T8+=0o8hl$Hk-P^oV)S9$l{ZU5um~hKKKA{TB zIL}C7&f^5E?l?3K%~oPtL&#$aiNI5U$P8U$7s7=}km9ZJuB^leSnvW02d5`=<4|W< z6&>L#%DgKuZpfb-(#EhSv?s^U5f^7>1ad_f%Ez;* kz*P7$ANjT!%$dLEBTQ8R9|wd3008in6lFF3GV-6mLi?MoP_y~}QUnaDCHI#t z7w^m$@6DI)|C8_jrT?q=f8D?0AM?L)Z}xAo^e^W>t$*Y0KlT5=@bBjT9kxb%-KNdk zeOS1tKO#ChhG7%{ApNBzE2ZVNcxbrin#E1TiAw#BlUhXllzhN$qWez5l;h+t^q#Eav8PhR2|T}y5kkflaK`ba-eoE+Z2q@o6P$)=&` z+(8}+-McnNO>e#$Rr{32ngsZIAX>GH??tqgwUuUz6kjns|LjsB37zUEWd|(&O!)DY zQLrq%Y>)Y8G`yYbYCx&aVHi@-vZ3|ebG!f$sTQqMgi0hWRJ^Wc+Ibv!udh_r%2|U) zPi|E^PK?UE!>_4`f`1k4hqqj_$+d!EB_#IYt;f9)fBOumGNyglU(ofY`yHq4Y?B%- zp&G!MRY<~ajTgIHErMe(Z8JG*;D-PJhd@RX@QatggM7+G(Lz8eZ;73)72Hfx5KDOE zkT(m}i2;@X2AT5fW?qVp?@WgN$aT+f_6eo?IsLh;jscNRp|8H}Z9p_UBO^SJXpZew zEK8fz|0Th%(Wr|KZBGTM4yxkA5CFdAj8=QSrT$fKW#tweUFqr0TZ9D~a5lF{)%-tTGMK^2tz(y2v$i%V8XAxIywrZCp=)83p(zIk6@S5AWl|Oa2hF`~~^W zI;KeOSkw1O#TiQ8;U7OPXjZM|KrnN}9arP)m0v$c|L)lF`j_rpG(zW1Qjv$=^|p*f z>)Na{D&>n`jOWMwB^TM}slgTEcjxTlUby89j1)|6ydRfWERn3|7Zd2&e7?!K&5G$x z`5U3uFtn4~SZq|LjFVrz$3iln-+ucY4q$BC{CSm7Xe5c1J<=%Oagztj{ifpaZk_bQ z9Sb-LaQMKp-qJA*bP6DzgE3`}*i1o3GKmo2pn@dj0;He}F=BgINo};6gQF8!n0ULZ zL>kC0nPSFzlcB7p41doao2F7%6IUTi_+!L`MM4o*#Y#0v~WiO8uSeAUNp=vA2KaR&=jNR2iVwG>7t%sG2x_~yXzY)7K& zk3p+O0AFZ1eu^T3s};B%6TpJ6h-Y%B^*zT&SN7C=N;g|#dGIVMSOru3iv^SvO>h4M=t-N1GSLLDqVTcgurco6)3&XpU!FP6Hlrmj}f$ zp95;b)>M~`kxuZF3r~a!rMf4|&1=uMG$;h^g=Kl;H&Np-(pFT9FF@++MMEx3RBsK?AU0fPk-#mdR)Wdkj)`>ZMl#^<80kM87VvsI3r_c@_vX=fdQ`_9-d(xiI z4K;1y1TiPj_RPh*SpDI7U~^QQ?%0&!$Sh#?x_@;ag)P}ZkAik{_WPB4rHyW#%>|Gs zdbhyt=qQPA7`?h2_8T;-E6HI#im9K>au*(j4;kzwMSLgo6u*}-K`$_Gzgu&XE)udQ zmQ72^eZd|vzI)~!20JV-v-T|<4@7ruqrj|o4=JJPlybwMg;M$Ud7>h6g()CT@wXm` zbq=A(t;RJ^{Xxi*Ff~!|3!-l_PS{AyNAU~t{h;(N(PXMEf^R(B+ZVX3 z8y0;0A8hJYp@g+c*`>eTA|3Tgv9U8#BDTO9@a@gVMDxr(fVaEqL1tl?md{v^j8aUv zm&%PX4^|rX|?E4^CkplWWNv*OKM>DxPa z!RJ)U^0-WJMi)Ksc!^ixOtw^egoAZZ2Cg;X7(5xZG7yL_;UJ#yp*ZD-;I^Z9qkP`} zwCTs0*%rIVF1sgLervtnUo&brwz?6?PXRuOCS*JI-WL6GKy7-~yi0giTEMmDs_-UX zo=+nFrW_EfTg>oY72_4Z0*uG>MnXP=c0VpT&*|rvv1iStW;*^={rP1y?Hv+6R6bxFMkxpWkJ>m7Ba{>zc_q zEefC3jsXdyS5??Mz7IET$Kft|EMNJIv7Ny8ZOcKnzf`K5Cd)&`-fTY#W&jnV0l2vt z?Gqhic}l}mCv1yUEy$%DP}4AN;36$=7aNI^*AzV(eYGeJ(Px-j<^gSDp5dBAv2#?; zcMXv#aj>%;MiG^q^$0MSg-(uTl!xm49dH!{X0){Ew7ThWV~Gtj7h%ZD zVN-R-^7Cf0VH!8O)uUHPL2mO2tmE*cecwQv_5CzWeh)ykX8r5Hi`ehYo)d{Jnh&3p z9ndXT$OW51#H5cFKa76c<%nNkP~FU93b5h-|Cb}ScHs@4Q#|}byWg;KDMJ#|l zE=MKD*F@HDBcX@~QJH%56eh~jfPO-uKm}~t7VkHxHT;)4sd+?Wc4* z>CyR*{w@4(gnYRdFq=^(#-ytb^5ESD?x<0Skhb%Pt?npNW1m+Nv`tr9+qN<3H1f<% zZvNEqyK5FgPsQ`QIu9P0x_}wJR~^CotL|n zk?dn;tLRw9jJTur4uWoX6iMm914f0AJfB@C74a;_qRrAP4E7l890P&{v<}>_&GLrW z)klculcg`?zJO~4;BBAa=POU%aN|pmZJn2{hA!d!*lwO%YSIzv8bTJ}=nhC^n}g(ld^rn#kq9Z3)z`k9lvV>y#!F4e{5c$tnr9M{V)0m(Z< z#88vX6-AW7T2UUwW`g<;8I$Jb!R%z@rCcGT)-2k7&x9kZZT66}Ztid~6t0jKb&9mm zpa}LCb`bz`{MzpZR#E*QuBiZXI#<`5qxx=&LMr-UUf~@dRk}YI2hbMsAMWOmDzYtm zjof16D=mc`^B$+_bCG$$@R0t;e?~UkF?7<(vkb70*EQB1rfUWXh$j)R2)+dNAH5%R zEBs^?N;UMdy}V};59Gu#0$q53$}|+q7CIGg_w_WlvE}AdqoS<7DY1LWS9?TrfmcvT zaypmplwn=P4;a8-%l^e?f`OpGb}%(_mFsL&GywhyN(-VROj`4~V~9bGv%UhcA|YW% zs{;nh@aDX11y^HOFXB$a7#Sr3cEtNd4eLm@Y#fc&j)TGvbbMwze zXtekX_wJqxe4NhuW$r}cNy|L{V=t#$%SuWEW)YZTH|!iT79k#?632OFse{+BT_gau zJwQcbH{b}dzKO?^dV&3nTILYlGw{27UJ72ZN){BILd_HV_s$WfI2DC<9LIHFmtyw? zQ;?MuK7g%Ym+4e^W#5}WDLpko%jPOC=aN)3!=8)s#Rnercak&b3ESRX3z{xfKBF8L z5%CGkFmGO@x?_mPGlpEej!3!AMddChabyf~nJNZxx!D&{@xEb!TDyvqSj%Y5@A{}9 zRzoBn0?x}=krh{ok3Nn%e)#~uh;6jpezhA)ySb^b#E>73e*frBFu6IZ^D7Ii&rsiU z%jzygxT-n*joJpY4o&8UXr2s%j^Q{?e-voloX`4DQyEK+DmrZh8A$)iWL#NO9+Y@!sO2f@rI!@jN@>HOA< z?q2l{^%mY*PNx2FoX+A7X3N}(RV$B`g&N=e0uvAvEN1W^{*W?zT1i#fxuw10%~))J zjx#gxoVlXREWZf4hRkgdHx5V_S*;p-y%JtGgQ4}lnA~MBz-AFdxUxU1RIT$`sal|X zPB6sEVRjGbXIP0U+?rT|y5+ev&OMX*5C$n2SBPZr`jqzrmpVrNciR0e*Wm?fK6DY& zl(XQZ60yWXV-|Ps!A{EF;=_z(YAF=T(-MkJXUoX zI{UMQDAV2}Ya?EisdEW;@pE6dt;j0fg5oT2dxCi{wqWJ<)|SR6fxX~5CzblPGr8cb zUBVJ2CQd~3L?7yfTpLNbt)He1D>*KXI^GK%<`bq^cUq$Q@uJifG>p3LU(!H=C)aEL zenk7pVg}0{dKU}&l)Y2Y2eFMdS(JS0}oZUuVaf2+K*YFNGHB`^YGcIpnBlMhO7d4@vV zv(@N}(k#REdul8~fP+^F@ky*wt@~&|(&&meNO>rKDEnB{ykAZ}k>e@lad7to>Ao$B zz<1(L=#J*u4_LB=8w+*{KFK^u00NAmeNN7pr+Pf+N*Zl^dO{LM-hMHyP6N!~`24jd zXYP|Ze;dRXKdF2iJG$U{k=S86l@pytLx}$JFFs8e)*Vi?aVBtGJ3JZUj!~c{(rw5>vuRF$`^p!P8w1B=O!skwkO5yd4_XuG^QVF z`-r5K7(IPSiKQ2|U9+`@Js!g6sfJwAHVd|s?|mnC*q zp|B|z)(8+mxXyxQ{8Pg3F4|tdpgZZSoU4P&9I8)nHo1@)9_9u&NcT^FI)6|hsAZFk zZ+arl&@*>RXBf-OZxhZerOr&dN5LW9@gV=oGFbK*J+m#R-|e6(Loz(;g@T^*oO)0R zN`N=X46b{7yk5FZGr#5&n1!-@j@g02g|X>MOpF3#IjZ_4wg{dX+G9eqS+Es9@6nC7 zD9$NuVJI}6ZlwtUm5cCAiYv0(Yi{%eH+}t)!E^>^KxB5^L~a`4%1~5q6h>d;paC9c zTj0wTCKrhWf+F#5>EgX`sl%POl?oyCq0(w0xoL?L%)|Q7d|Hl92rUYAU#lc**I&^6p=4lNQPa0 znQ|A~i0ip@`B=FW-Q;zh?-wF;Wl5!+q3GXDu-x&}$gUO)NoO7^$BeEIrd~1Dh{Tr` z8s<(Bn@gZ(mkIGnmYh_ehXnq78QL$pNDi)|QcT*|GtS%nz1uKE+E{7jdEBp%h0}%r zD2|KmYGiPa4;md-t_m5YDz#c*oV_FqXd85d@eub?9N61QuYcb3CnVWpM(D-^|CmkL z(F}L&N7qhL2PCq)fRh}XO@U`Yn<?TNGR4L(mF7#4u29{i~@k;pLsgl({YW5`Mo+p=zZn3L*4{JU;++dG9 X@eDJUQo;Ye2mwlRszf<#QzYJC9O9M>@rMiTBooqZ5at&Y&vq#1q;>CTCF4jN+>0FT zlqBzZUgahe(_AIsq$u-NM%`aH;93viZVu*D8{cjY=8sY9eGuv&711dp(>Em7m_P4J z8{C->@vCd`QV-viG4FqH9@tSh+$$N>HXGM764#d$ z@kb=ve>>=d5bR74-Bv%{ctYkL8PPc**F7`WB_7gW65>-l-D*$bK{MHX7V2sc7h^XVkP2*4eU}M-c%#rd}`$v70+WQ;x{nXb!y{ACfiIv+dviCgf8lV zBkD#h+M`18DHqgxBI#X6-*k%&sITYB1M(J%< z;u96lDj(EGGTMk3?4TL*PcYnJD&eC(@|!2|QyJfI73PQ_?2rrZpDXcdP~wLU?MEHk zmKg9`D&U70?4Tm@ekSRqKk|AP>7F0*c@XJu8|G#o<9r$EkuL6a73i5P@G&9Pqc-v^ zCDfoC^JgFAog(s9Jl;Pj*}9@9S|*=!i)QX<}pFYLE$^^_~`S0>*a6VWRY)mskXf(q<= z3+gu!*dP5mETND$nU3Gjal z>uL?G8X==~GoliCht=g3L-DPiBh_9Y z$tgz4GAsOBL*HHU@uT69KKs2-P5w~){MkV)ZvEI*fNkY7nZKmBIOS%;P|L5qcge9x zvwv(quKM)ITlMJnuV_T@*Pia-!>*Wv{_?t(cwX@B*wfL#kyG5X_093`nEd<6Xy(qf zqmp|%{i2da`uOqU*7M+gTv_YdiA%4k_U7Q%#h{CbhwkT5rFJ;L?XNig`%zCZRR926 zDoI2^RCwC#+_7)sRvZWLuK`uSbVIVCC<~FoQUODylTt@esRMFifrpGBM;T5CDNBdM zNL~3GkcWn?TPFr2HoAGTNB)DidAQrIb_Q|mS#%A<({j*-#N=& zKn8}JvHUS5TWg6!BvtQ-$<4}$Al!D@m;&#OYeL9Vb2T)6s}yv@RgTU?~woq}BlO)fGK7aOWUK z4Ej?YyxgkxM;;{g0dZ~YnCU;qZ&T!ufGfKF;#>eHHS$6a3HY)}T=E1lJ*aX>`0f#x ztloZ8@jtWG9%51K$ke0B3oz6*`xQ~Z$C~VDMKJW65v)5zq9$B-p&cUK>{M z@sR}rN=@5i10I&dLucgMr_#K{J{{d1@*H&)0jZVRHkZ(8cB_FsR4Vi26a>tuhMa(d zf=)c7zY%awylRNnXiElvrdmQu3oTXRukSv&|1xNOMAOs6AHBghwilNI6lLPYC_pPo z0Ty#38+s3^^yD<@JI8*_OGMIb2j2oH8BBn^1z091K)-8b<^BpOTuISU2i|>3;88@B zmVFon0Sntp1qZ^Mct{HbD8y@x2$xMGJCc$je>>KWPm73%FtHCJHxN+J+`aD-!NZ1l zu!c%q@?6a~-+kTuO)mur^(5Z$)9lAfgezbZ7eKl~A`3a_?XD#g;5j0P}hxDS_Pp7oborr z-S?0{N#nWMLv%|B*VFBkh*|_wxh;_|^uNJNXY^93wGa~R*l^7w@-NT1=FZkVMr=Zx z+n$fQn^Ox2*VyQzSIvTTBE-`N5B?TO8=*{mQz5SbWfGj-GJD$H4 zVyJh`Ao&R#Y#0r&I!RLE{u;Usu>;y*SP?G~Sx||Qtr22SScCco;M@Sqv|LN-8#5=cW?Q%5N&J+h~Q{R z{I2)C-g=Hq3}qt&315S;Gy@cHG`0M$tB6wU+I}km993lES4M!~>50@sHrBjzr>#!0 z-*xcIs^F;j+48F+O34nGfhXYu@e>hLU+wbWAR}d!Z}>E=g8iyyzyw^~S$+zl%xphR z09Om*_XLI?+fDLJ7m=Crw0X#BK8mGQ5W`==-W0&q!1DVw;WeNFz6#gGrv;|LQ>|8; z6p^K4rS?iatI<|9+L>CTsjbkjSoa0QAu_H2IJ>rdR7AP6eWX)ninpTpAmB}7CW-?A zJHkLb>J;N$2F}0VKOb>t`fTg$=ln-Ux8BiEoE>$j<*s**W{r54fzdNYjq}95v2GH_ zXj6b|(2|Hlo8ZMnBMxc2K#)j$uB-T71q#6048^Ce<>;;(a2>brza-hgi{9LFY+LUT zbh))?*QfCcK)$@$Qv^I{7141OY!0ADLN6K~cN1UVA`%ih3=F zk>oJfXA^Mr!}`zr0OxxYz|bRK;8l;NoEHu?Px0#3UY?dK9A zoY*vS1;2()cJv~ED~as1;n;HzC;JOfWUZrSd?7iVil?F(DVgIEcv;_@OxApWpz(9) zULyR8y0xP>0QByyouzNcZ#xM1#iD&qPyi>uVe~nC3Y5Eq4!kFkH+mI*b3&7fjQmH& zD>Y{RBO|?4omc*5D1E>z0PQ{e+Lp%>sOlCSc;EZmzHS44szuvYq6$o9aDxeZC1%7A5Cs=^O%9DI60K*;fsS2PbF2INI8UOVP z@ZO^EFTj>AfRm1$mV7P<;oY(4I z*fk{LoTHc*D}yE5#sa(-Fkb+qJV*dVeE`FI)&o%7-ssGpDDLDSA;;}`Vjf=e1gt51 zW~ku}T$nEavKas;&iSGN41?@X0AHf)R3OZw7ym?Lk-t1L!%# zb1{If!F2wP3@VETz{dgbv2+9=#+DO6TLiTrBwxhXZ7<2{knsEVCDALYj4?v9m#uGqUNdPEN8^BFm0L?`L zpydR>QyPE}_rJvBY65U4dvCtnZR;%VEc_(~HIh_^V?>j$_Aeo%K#@L21;B~(lm#Hh zMga(Ag#qkN?e9K>l`xVIvJkIE0qi-1{h|mr2jKwtv=jv(hTA5PuFTizw;opkUP^|FcYcS{ok!-}o19_euY z@i{zD0P@zO3jmx-ixrC>uXe$tRyr#ds}WE0*zEThW5*vLvCaB;#o&VjChn&yQ#_^& z8hJ=b0Al>Qx5fdiKW7h2><1u6FD|8p0F;#lfR8l*#a;l?6o4GRMivi1tRw&oN*X|| z(JlS2yT1oBI5;nboR{;_E4q~pFe|jXrC8l^-ueWPw|>8SFYlx$0K_>0$bR=whh1(a z-u@nGRV(J_IeRq1x~4{+l^9Q?TF+RW08&1&0J0r4IZjwW*&_pf?&w!Ay7Q-CIRC*D z`;u8W067jo-bzaVh;{uoN8M+*ARl)j%;mGFZp;&alrnVzDE0zyI%r1Ng?PCeigK!%Iyb?iHzf%B z&S%ni%mJuN;%O-X9NwS~-DyF*HbuIEkW(Jifso8!K9il80HjP=05~!V0F~thu+34S zkYoY$XAYqLkG%V5Z6b{00RFwSO3c(j!NEa<2zC+eAP7F1#eKz`pm_x!tD zZUETz1Hfbcu>eFTte<5E;7h43KyZGOEUE?ADXRtG=>g#XUI4oOB|FmAswaxF>&HDT zrwwd~E5Tk`fx9nk%l)*Z->uMmLxry!l7pn&!?EIw%j!X(xNkgriYE>`r+J27_iHV-*zgYVBdfncW)=P~78}v!~cIqI>JzO{A(e*B-79 zSCCHISdTdCA>tQzd!Y2W#6;4{0l#o?iqLIKT;yTxcl4Jwm^i2ERECA*M`i#X`I2K$ zwBggIBQ1V)`2N!)y^fhX$b6eNV zy?(O>!ca)g?jwWl%X%nRg$0uT_>wVAE_;rWoe7CkL58=!Oh>u&KxTrXG)+r&P9|8S z_R$wrW*MVR6jsx1OEtzBkI;r+)GuqA0>X1H8>3uJA+wQXDexu73d&S#1hOs&w~pPg zk2kDgQC1C}wtGWCF{cfFfpry-mQ2Ra39}A@;1Z{XGAWLbjpkf-3*MqkJM>x8vOBXr zziVSbRu9}Xe54eszse&cy8iEY#CeP)hf9QpGVOapwu4MZzHF<4^4w?yGPg?P(1=aj z=~xWYO*hq0K*i!StPR4DoTQ`w9uDS=8p=~~gv_fW(@S3#G*O;zkl^I)w6GK`!ep8? zg5OqcCDd8=EFC)WDY|gDuA@AMBEhL3Q_oLOdnk+63KE7$I&$MQEW(H^KV2=F zV(=L1dxrG94&DnE);%^^qdqS$|z_@+@SY80k+yFFVEkMLB zss7th^?&_D@{gzWUE(XwzLhiTa*6fWyL53DAAml;b^t!|7(oPJ6tAn;K+=6xB%PoH zRof$MAeT+;z4}%wW7HMx!iZr#5XNo{e}P5Nc^0dRd}}<$x{n0y(mGs|o~k9BR7?2$ zdjxg|xdyud!CuDoXqHQ{LD^K@Ki07jb(Lp$gaQU4Zw~K^_|pV5Dj@WjAlR$8p2-7` zVxxeqfMRL5h8x|MOJM_$y4;PZn^=q;o~}_x5&c;LL}M9*cG$~5|6xs#OhIY16()hePwGgq zVq6q>TSJ-+K~t~zcJF-kQoQdKJvs(yUYng~n8)*%CUaAbkYUp4bY5VwHan5-?dV?n zKIWnQdPwFY>c9S>hjh!9NONX3=X<;B9rLr7>JbXM?FJc`@vta^xmg_H9bLz zKDNesQN|B1%Y#)EWd?cNz`eHC1X=D6v>r0`v_TD7o@rVgS!zXIqnh^`FOWrft__f> zPnBPIC3~--u+;`#^>THQVbfHnoHe>jNbz`VF+Nq-(hJx&)TvOncaY}J&|-pFqgAA+ z>J28CYNi)ZvsLD)2Zu`fWyCDzF>50$h&P<5>I?L}i#ZHha^1^kB11>zA*Tn@tz#Zi z4?$8+ru>4it2wLr)*y89ldB1{mrwdBJ_un_q z`^nz@yry!*0RaE5NrTBrf&mXLh#*p-eIg}pemYauRw}>^f<_yEC({{prWYdp@7h=YGF4 zvokw0)^Wj4JWkY--1wNCa`5G49tn=^qAZ%#BESalg;VZL!vK_1mVY~1t zK-8EgcrIWnW|tCrM`j&li6~yk3T+6pAGTGaihF77iZWZXBW(1W8`a1gK^Cp z$IoFsS;C&ymB2%BKgbeK*}qS4yjFBRh@z)qI8 zCcehj00y={fWax?Aks^udgneOcLO|iUK3EfXLXPseC|mTzs?(iM-I{{ zw+R>+3=8>KWx^@|M<}%~SnApP9ElPv;-+;kU;Mr7ch@ABOznrUZUQGm;BB^vKU1*D z8l02-P>y#J7-O6GjDpoeWG*WZiM=`%sOqUWwYv*a@XK-%?mcDerywAnG`5~my*>r9Bl;bGY=YJ?yhRtO*$1NqcdI%6l8nHExM6c!#vRK_O zPwl)50V%cj?~$;}$;CE7*ri>^*V2GWp4qkcD?lmb>|^lSfcrRSx9^*P+N~2~M$H4R zvCqUGb6O*RNJKzbq^&+y0}DvRb|66U#y1c53xt2rE`pR~AvY=GwL@^DG|ndB(XP|r zCi3>Aj9c{xxY>;j41)}g!BxIx8RX$R_sl(NYlK*xpTJGHT%&~ak3*7&yON;`=vRsg z1TLH}*J}?C*?S4uhlg6doDai_tgVyD;r_Wdwx~F(_w!kO`y>uaqiluNq=dHqzxzM@ z9f$kBv)#&Wv0Erdz{AaLfv<52?!w&nkau)j=$@ouWid+XkJ*-k61XUxWepM8P7+)+ za>SUP1QY`df88Pz&F(I&EI@hNiC+Uy?`I8B+6|zt$s_AlfnY?M9urmx0-#ug&PVO)u;N$WU}5{G@?!r-@Ex1jFg@!U0`T>d5!)uL_?6=& zKn#hw7i>O2@ClHobd>;qO$|^MSx51g*8rER1PDmMU?FRoBSdN;g}RG%0$B|Rz?MZB zSFqw&i5PR(<^H%vWYn>qhDGL@X$V4jQ@R!rlPdx)-lk;A ziYXA3yhdkgN3gP(n?kGADyKbiGpoZ0v4jX1d4i%p)np^L_Hq|H%hV6&v||o$4=~O@*brv@bA3cPxNCR z@3C3FO7ttmu*adO_7k1$B)Ezc`U!cHgBJo}8?nB?OIB~!ArKoiLky`W0at92ncM;3 zHanC|sofBul$c7UsQ;<&YgLO*S?w_3QuZm`yMT*ibULLq6hMV4s_u_jO@bJupqgS5 zmx08;X$Tu60dtsjy6Bg9{By*1;qsx0O?%JpW~$WI!L#g|+O$)bLqQ)|U*hp^>HhVT zg7G(njT^8qC1*&e0^&#|jwbdgl@4#oO@k6gM*%-7bgm4DqD39(ekRHtb>Let74$_^ zK}5=wFy4Vh9Sc?dHf+^A)OkxLi%fXY9nQlE!YG0ddlsG3){*emDB~r%Flb8u!$(+8 z)zbYlO)CO?yP7GZ0*g8m2tOl+ZIMnG39N7u);V(aMhT-0KEx<1kBmm@lu^YqM0co2 z*-9-E{)r!f@5Gey^J}o62R!C(KEy`M2@9U<6IRq^-8Hq>PMv`d9m=}KS{W9$KR{1s zA*+Kfhjfq5)fDh&=8Uq|l2K8sXULn$4RArpttP4-gTRI%42UL#HW&1Og(oA^zflTAl*S`*Zw2{vRDAS1K%L$>@lOLLbm7GR6`(Gi3}}Nt%8yR`^ME>V zGN2v;O#I4e05$;i{m6g(W1^WXo&lLn2tc^35+PaxT&%S%GNH!8;3A)(Q}sP?vD2Yb zxtHKuF`-Y@ZotKQ)tZ&=lmafwvm6<@Zw7vuG5xta0Z|86BO&7#yAX`1XXEjPMl(^{9{ zCix;UwtAV{HSrHtNQ_Nu#&nFevj!~D-i0mT1qM8Fi8% z=CC&sqRL6?Xxc(tO2zteuazaQGdjlIu)p^C!s4z`~++0?gBag|6$1Zd=2E(`QhgkaE-DKy+;0Z_V(;S8}b=4 zI%^yFI^Nf4HeeZgBi1Y6yF==G4=tqIF&?sfCjdnRoB;as3V;=G0+^5f4GDlm9rbJQ z2~eg|H0)5zHUT=$s|lz`Hvun9FJmMDf^GuFCE)7}xj0RH{Am;L8pt`PQm_;7ZOXtl z?AlbhrJmK{ozkgE;Cp3y$tWO8`jjrQ1$^HRrM%>x1S;}#=Om~%@LW>E=3cR?x&#v& z?%3@kb2E4oDLlM{rATW`W4;Xnl0OV3WWw;=8{^@x!(SgoK-Q5;#l-;Au)G&o!1|po zt_^r+SGOgSAmY4dx~hg?Ic~=z+ecx+tNlY^<5z(B@mI$Skaymrf~*+e8qQE~8c=(} z8DO>nclkSe_Y<1P83h3RjWLUQ3Za4?N)xFFZpA|@Ev-4UP&ODT?0PTg^bP42>u{uD?Fh21Gig^EF^)PuS!7JS^MzOEg;l5w=eGR&-qd zB@k4Gj5c_pIbx79`HRZv0V1|a{q-)kRZr*wN*q=sO|X%D`X$e@-TR~rb3l+84n1E5 z$hODnt11IK$x$TNd;Xs#6xkQ(5brt@j5H$d&q_T8N|K%Y~7dIMx%MFS}AuK}vO6~6Ac0d|EApvkbJ zz+YF4y6sc9XRxe16zPLCUyO|y_`n0wd+gksRvfJ5R7R@+ODb&D9Vo$)PV9B22f;}h-ZK(>8n7yFx%DmWLRBexTxj^ zXMVua?!382|Lq@uIXE8jeA@()qs1=TWDh*@o5IYjBKdR?!8!igs_V|Zmjq1P(0DR_ za6#p!z?m%I-p|~>j^;-H8Q>05LtLy0MEU+`E|v$+{Boww(eJ68O{sI;3gFUJO?O6< zlYl$wYB<>suJ9*vpM56pNx&n0B!6b=FTRp10e(agjrcMRWWI|0av2i11%G3?oZR-= zh$vQbxmRb|iSy-%`r|M-C*@1^l%;wkF9Cv{ zyxAK|f;Ym?hYqz863`^&$q03p2cnIXN~1JFfU9)z0UV_iaGboThK%4KjB*?tN}d|p zOWn2v9tg&UHjMsxnTS&slJAXpCN*OHk5w|x{UA1VuJeGy`=1cK;B?_zN!ihK zk&2__X|`;G10{pC3vL@AMYrPOfGKr~(&2P|@w^1YlWpsql=>7C7*YK`8wE^-^~S90+!eTQay$9<88N0E&`m1ppMj zx=yF$ z8qcQV7hM%Ip^uQiTUKrSO$PRjNMzIWix245k8Xcu!u+Zdmw+x= z;r^{2mo`oLkRX-e#ji;8gb{T9Hz>&~uEPq}^Rr*^l>`qSxI&7Dmu!JhJZ$k{-3o^T z;1TD`2!z9Fx0CmdgXFyhwETZRTXMljpJKi;tpO2D;g^Zmi%`k9)Sz0h7gv# zF{=#L8pPt8)?R4?=noCxc>~bu?zjQ=RS_L|58JBFC|hj;6!1d8@g~5SzoxHX6EMb- zH)fT<+8apK1+Le@p1dm34PZNgI->~7a_-#Lh(7fqD%sr$OohM&`7yWnGly96rej7C ztYxo};`5oQpi8L&5j6MgHSU1e)AR*x13a<8uF;!zwiK!eRL8eI z0E*M`<@l1U2zF&#Di7xt28DrcYW)D1bM`hk9_eWdRS75>^V-jy`oI<0!+G(U+B4-1 z0OFmKvFY#!popJb(pAB}{6J+8ZeaoMr_8G-nt%$Jw@uJW;1#K7F!d*C7{vP1<+(@c zQBLx{dTQ3c2{gOp4tP-oC*q|(Hm5$-=B6p#NX;tTFZqF|7@a@D;+X{A$ww7UQ=(0Y z9w8qZ#dG`f^rtEI;u6)@1%KtDy~ zG*>9+1>o2zPmP(BvrRlTd52?1PA+)qmMTv#F((affr@t`UYNcw`AG9W(3>ELBXFA5 z0GdC#nro&tKt1XjH@=p@Bf+O*`!4@Ej{hkQsJAY8eti>Ak6*BLXZ;=rD_dvOV|4rx z7TR5HpxCurf8+j(HGKq#osO|^0p8f6)&FvA;~4$olJ68SU%cRpf|Uqc%sdc0W+U$F zrhy=5yXJQo_n^a_Wwu4K;EBkX*Z}lVy6~asxc&`T7Cd|*@HvP{1LRDOSYH$Qh&X#k z483}WuK-K@Q-g5?+&3br=A z2gzj=l0$<^@lcV{Fcd<(1?<7Yf|rbX%0ZGM1jK`fmXyZ05cKj+{R@g<<}gcdv!n;J zO=kMieDBSh$*U%^zbxBqnXl>2_syI4=DlRN5gn|_AUs}k0l)lBdmFrcz|WjW4PAI1 z_1-!6dQWue8EqRL!tZF>#py6E#ya?K*+@i{@OaGz=6n}GX7U24Gt%z<)2}yROyU`B z6COei$@-)PV2o#-hD4kZt~ucP=07R`>;&)TUPb}@{4W&15tV-V1wat;3m`tSTIUIP zi~jT%PhGf%kh}*~Li!ok?mT>76COhRaxw;tD-#|pB2RdV5#alj?#=IkfG6C}+gIQ% z^4oA@No-`IE%XRkX(3zeaw6ElvQKzwNJNS76u`slf87n{PFF!dhS!HLgNT-se>oC> zIHB_YBm@s4Gg$+G-fm@^u<2neB1TwDVlRQ0^Sd$pkD}A)%=|wJgNSJJnLO8@Du7T5 z*N)SV;eniA20?Dm?~M8XLxV8o0P~p}VZL}cPl(x<15Zlg>tXWJAV#^E_!bt?vaIZ1 z-{ciQDXp8~@h>O;_|DUP=H8{90PgUN;Iy3Ii1s3g*jS5gZpQGrAY8J(={j|vmA_Fy zSi0=SJ#v2p{Ud3{;0qS8-H?_BLGw?VB z)?p@mtUq&YMnOQ5ig*;q-|fP7x&i`LPsak0+zX2>0OHIY$6x9xueBL1eCH9iJj{fV zA$$S^Jf$PB{qoh#HAfxIn~`oE*0f%8&4H&4 z`%*3qDY71+Eqfi`d1P1EquC#RaeM+ZAmh6L(xVMLj60pU0G6Z`02#mv!1gMDvR46Q z%#ows(SJTW1@OU*-vao|vj7_Wftx@9ysyhjKBoW-uL3w1X#vdpjet2@EdU7j0q_I- z%=hYAE%Z=R^W^p~RMl&-hWW0?<)ImTZ zNc#H^mLnLq>^WxB=&86>Y!onT@=?Vdm<3_uF8?v`J4Sy3m^|ll-KpRmL&Q=ps0x@S zaT!TKl&BV6#dn^`HWPz@zKrf%t$h>*As-lSbN&irg$VO%?dcK-Nf`nKASyP8_cYvz zcYPT!%DG7f%od}QHyuT626izNZ2R7p_n63B8=G;zg! zz%3gVu6O~{X?2^u_ND@u$o8eY0w8CKl>E~R>+PJZ{Ocx*rQ-R25nkKEf7W^O_}UD==qq&XFvzfOu=8&fx3Hd3+hQxGUM@-DYSpdl|kA?u_j*JB8*9~bM74MTosU^>ZaR5VDn-% zi{}`o&{N-QtLmKW2l56|mdvBQ{|7nt@6$kr=feW9`hSf-ib#ZEalsVIODF*1kX8VR z@#K%5?UAI*FMyttYs~+p0Dkse03|2qvLI8;nPJ+IL<`A+3=IpxEr5!}(}O9Ly1C@g zCR5sAz#WNg|d=J__H28q}zT5R1{VH$nR8P#cF{5Bax7L$Ef1Le?u?BB`!WWr zJFmS0sI;64xJ_|;9#E;Q8I-jKk|^I6nfX`nh>N?3ZrAEkYE!#nU?Xo3B>nCBDljDT zl1iXmW4^{*T{DB|Rnj2Odz~KEo2%rQ*-UqyTO)4Epx0QO+WhyuKkrCq+^13Ch|>|H zj$WT1RT_N3BG!Q;H1AkGnje)(Ghbr^q*At!*Vs~c5gT{A;x1yE)Bn={%xY%uKK1iC z;8-uI{F`?y{Hm(EAz)KhOX|>`>Nw;^?3C1_2uKx4tEC+U*g`8M^~(@UVj-oLkX^wM z`BDwwFap7(s`e#9ZYyB(G#mYjElI4@QD(?mW&e1hZPPhQ5e`kVvN+SR)=})j#_heR~xU zX(#`zg%r^aaa946FxfhQQB7BG38aW;Emw9<4w`j z01+d1jHt&4E11~vx}pYA3kP1F!2#>yiGypcCO?~&uuOIvtz%JowV;ypxT54gZ zu+xf3!FpF2lc(Ty!fr<(0DgY=&@Mcs13|pmr5u2OFRmt10KaO4&CCH}&7+SG^SbFO zuArl16TuzkSLJ`Q%6pdAFu#2_J=e=X5UC>72MmLN*NRsYc)kQ&_=g}c;ZxZ0hUw6f zfVr^U7Ge=Fhla_t2bf*Ma#TYg#~)p5sF()K(etjOr9dFxyXW*`4uo7>O+W?zHkt&d z*A+(1)P@P}FzQWFi{>rnEiBU8Ca$dlZnt9%6ha_LsMQ-D|7pNw&W6dmP#_p(e|S=V z{Hkb#dVCeoV-a!t+AZflNOnjMj;^*3nd6n0g$vYOUNtO83!ZD@;9o`GI+oh95F!5jr zUb+;8PQ^8LT|ps}=}@m-LXAt8kZzfcvv_g`FVZ5iG^s85^8DTDlYHqP$S*JC5ps$7 zzE3CVba&>;!c+0sOYmN-NjV-|URHA;Q=wYB92_fQT73D?;v`Iq?3XpIhP9wO+tajW zQ2~h#(l^?QK{5_>xvC~Zv#tQe@tgTAUatVMZ1iUHm>@P_E!3Nd)sf|O6j;aI1Hk%{>@-s9(W9Hh8p#(j!FQJXCt6Bk`Aoj??7 zf9lh7AVp=uXYK%nM#wzfn_Wt>d})y3c(zy+KbsNP*%$BGK{$mpqQ`gFm4{$^Ggc8IxSlff1CZckB65BN!M51+ zODKYt3PSa#!)_qM)qFpUKk5B*XU6&xg8j;AL3dzIS(_liU?Ow~!CGUv>Y*_llldl25cuKWV1tzQ5p;mD`4=QjR@9>7aKxd8g13&5ByOdtMDBlQ5* zf3gSoS0v!zk&>(&sgQq*8pb_tU6_#u6+$)?mquDfLnlIThS6e|3I|V zpxFP(H~|?p&%^F%vCX#VkUH@5$3uUiqe28fO&MDtL)MxI7(h_BBNhP100Ml>Y-LKG zLQKD_KQD&8tG}nUXij~TV~9fOGaWz%q^OMf!*ymJ2$UK%=OiT+f;9XJ=)4PZWcz;p zlR&a-`1wx*Nz9lo-0wj&<*rvjW)b92Zn%TB=O@(Q5t2`(Z$hwqXZH7)UGH6xCAQcX zqjOAOGC7|s^(IAMGHK3RBq6GUnmc)J#BL1o`l>+O3|v2eljTr9qFztKy){R3Ox|Ek3} zym&#OsHy@&fj^+A!Ibr1CWxu4LjR2j6#3y+389cB-|O7FojnD3V%1Cc{_68>;5xp% zx)0>`*Lo|CV(rScuG7GkXNK-JmK*dft6$yVXTPGowz|C> zaJ@>jtk+r+Ig}blg`9Gg|YJl1JaK<%#{O5m6r}q&nK)sxL z+%lej{;D~*NX>urc^Gb;nE$cIYT)@dZI6M6TeCe~2^COhmsp{zcG&%^(`elA!yb2@ zgD8g6rM`l7tnP&G%?1#p$86HW(lbDia&4b^1gqjLd#M75roCiH-p{%Ut13Znad0&6 zAs#aG*71&4L=Pf3(5H+fR)uRXkWpJ$+UaO3{cJ`P8<(>gU09Xv+DlFf*0eEWbzs%y zEMVu96DHpTCPc6^VOK~aXCmdzL_~vNnelr15G-!mj22eNHtQ9vICQ+^KN?6l12C}1 z!Pbn0?GG^ZkxBp}7zWL)I&vo>9SGJKuSbVqDVv2I3tgLaf}8;ymIiA|1{Q!DQ~*6B z?XnA?`VSO9`hQpewgzkZBd`GaQ`RB2zj-JwM9>K8(09$X3*dAdmHjtL0hFzv0x)c! zgP!6)b65#j*Y7h%jenasKgXN9oF(sc21Jl~lHVaZn_8p^!8Y`W>0cn_qGdBKu)dBd z0LMbYoohRc3J{Q|*Pd@;v1jvJ1x_D9w*xr(ExNA4s=8?Pj9CVPLFlxz%u^sp+e=m+ zo9SXYOZ$LGI7=l3)}>y}Jkw^-E%?{x+cM`jluAc{hhMuL9gXK*h8%hg$`j zatlv81rj{ek>M=z-@`+p{LuFDp99o)B`^PJkUbcjlwg z$Z^_Fh3Bxb^He>x^VE+K z|AzALGRwkH9C_gug`xm2UPw|%*0Ug@){}w4PR=?@uJ{E3{2l}0!uf9XMU+9Z)8uyn z!CQ?@T>+7!pm1lAUs;gQ0vDUlt`xjYMyfOAVz)4@<$>yG%bg(1!6!gfH0&{=H3WIe z3G49`zjee9Ue{(hi$QuL2ORNA*Ll!S@xyI6ZyP;)bSuE~${1mg7Kl&$?B2w=n;wXB zA9@o6*wiN+<{8i=-7!ah7bH2f>^Z&83*KAlcRbc-fZFi0%bQ-aH^S0CdSJu=l^*dJ z2ch1=q6wHPo_3U*0*buO-vh&>^#RE-m#rxv#Vd;$w84XCJ3Q7Q+QM*r1He?gtRoVF z{NpY{EwV!w<>b!s5NM)ZZ)&7|OCJlQK?bE|FZER{c#c3Tj;Gg$?%#6MUL5l% z^zBx9DFZ38e?YlH#d1NeI>xj@DWkkYH%Dsz~r0p(eI^)M0dC)x}8UHLOaE z7_}QJv1q3*pETMa)W%Wr2ngZ*d1CX$wci?MniXT74TR4*Fv* zO$CaxuFX{iIn=J>>1XiZjaCo*h1L;ZhRbXw0rOq^t)rf~q)P+l^n*LD3IvKb7YWu= zfUE1&{fhgWK$ET6W0YNc2WZYZHqNYqEM?7^Gcvs3S)6e@W1BboVv*o(5^$;3L&_J) zf1;ZP+-VCx`fuA6peSzXy58D50G>>>rF+c9SL7Q;MFlD)S<^kHse80Kkj2sl@*+xu zGmt0V&`PC}kx~S~EBV?bk5S>bC^uWB($Cd*1zSuQ$glkQhg{eeAC*DA0`iSD#dcv` z+5f^`7)k-8D=48u@$!x#FT#3Nt<@?Y!?P+56ScS9BnuEiYM8i5$AGV#P9%nT;M;wF zkO=SQ{j4Z>mBe%SAr%KM<^3D1MJ!@!=0gGQRu-O3-muYWmR2(cMDgM03!MNmhTmWRYM-c%GR_6oE!vG4BK{mWpt(mqlwS7z>P>s z2jK?p@78glW{84?9->##BZe?^Q_yY zBjlpP!1uKCI_*` zu(_7i2k^l)x!Z)`LVC%?mw>vMqQ+Wxb_RI7MB%#@WBTktR>~_w_450R3Yvx->J>Lt5N2t0j>gVv6OMM z4S7Y?s{NTSL0+of8tVbA(IJFY&W-WdZ0=!gRQnI3{JVEwW+7&$f5*mM3j2{c71ZxR zQrfT|z)?pxo`T_$qRy@Y@w@mP~vL51lZH9Ulfy3HTY zw^CrZvLm>Fl-FgK(tD6{?$6!FfCy!aESzFJD5C+*|8wCMysJ5L4@~C+TacSkAm_47 z^DjV7>Q|j+|D2JAkjg2UJ6ekoz=NWBALt;XiMMDCSXXnyn=Cj=t$|Sdoq_^c4WoP? zzp)Ex8>UVeI?WseDQ`OtA&yngVvSS}4h||2TTt~4`nysVOK8Cs)Y}89jaVwPFVR3O z4aUE!ltL7xS&JOvIxdVR`Hv&WPbSU6hlMHs1-EDU&Yh&G`A2ad$vZ42;26=glix?B zcwE6!$HiN`Pn9pscXzQ&2OpnpBT3sQotm8hw>qN-}yjf%{+vQY&`u5Rgs=tm{+ zw2d+$x>Zl(J=wV!+$CT-yl5aXpY-j-bb1hTPXhlVkb zNqhDYRGYMs46Sb`sH;K5o3blUe*=b`K^8{5{3$Dq7ni0N`5ANT}mJIi{JY-5pE=yJJ0tBsOZF_gCK)=74ec9tvex+ zYv8Dgm~NtW^v`<$_n8xfGbGceGQ4>js*Ioxd2drWrD5>d`03*oi#@f6Z&qIb?z5Nv zgFdMOAi#0U&BtIf4T^}P()Fhv?CGP?s|a_@?BiV`$SH*_ z*0@H{E9buHoTcEUv^~dv!s#c{2aJ3JJNH=!5Sc1;8F=~_xPKF7C@;;r<_<(0c8ENy3YL*W=5%(vrLjX9IlPelmUQgm%rs)C zrx*WGnDH%)###ez`-$RoM>N zhjNScl(wc^wbrPhK~%0+$XGVla6O(>{NEXI`*^EaQ4o=$HMupAM+A+6s@65|Z6A!( zP@}>j_zpKz^=%aqXd5CsEmjai<&v?Fx`q{L3^?PvkFRo&k}DZDOO$6Nw2AJ{l+``3 zDb21cg6N}du0)Vnr|nG>G> zrvX~GU{NySH|bB=6|iTLxlT_o|D&+rpZuDV%zw+_*=%41w1Lgi+CwZ_i#bVi1tI&U zyTC4*>nKw*s=~R?Ls>fz@z}!gZ?g}kI;2b-mcM43e7qiWB5J}S7!$jO1d|6y3yBfk+@3D4yxTC0bhE007~DD@{BD1 zA-j|L^o&b{d>=ORZe&UYT>U_B(7;QoCC>JfE$>VRUts@x?X8! zXH2sfxkqmzAlo5cRfNj@Ns|}zJtX`>)1H0M*k?Z|B+jyfPLL484d_C^E(t3DlM}so z0qp2e3m`R1W#t91`FO{)I=G4eCggxLdly8xL2*d9kNfInZP0O;|~ zgrwE&fc_p5Q*;AVvG+N8z<-~k6B3Dmpd;_vn{fr<3@4IvNKpS;W)n#>?0_>QM^S@Q zaS(74wr=8>L~@0oSKhTZDg?Z8q8K+Iq4?J_BP1->v7a*(Bxomixt2q?eTyt~(#*;t z5f}=4=>_cp$hZmtIn#;YS}qY|SqG3t!qRp?4~fdS&wU30$73?rErF%-0};lV|8ILLBa`{_3go!0bVg zb|l*WU#B3c@)5SRG;xfbtU`#)jKqWAfS zy*qeKjx_BqDgc2Q zhGE$i5X!&*)p!-oyb6h({T=ZEqO#0`neC^J{qTL{9acX*E!=)j?Ea5#q4-Dzpl&_f z^Z%p+NyFW=XQGUJxLDEfK2m|IxmymtKGlGfEqTx7r{;dvpBsSh>k!2)<$MOvFW7h3 zbO1UZnF0Pcom#c!Wr_Mf&HMXw{jdH)MoaK%9x9h)Xw~c01MgC>W8`(pkNVFJ07PZD zW%&yYzKbsGo*Z~T>&f8&XlzK@KxnW2dR(}(H1YxBO6(UMRL~9Y(V|1%RHrMt=d03I z9)JRW6aN8DxZM}m0Q_|PeVPCa*j*MEM16C=v5(>3Q9pX6kLGE%$FQgrCab#=!RDVQ zhNe0Im;4DfINTIFeZ zbpXEcAAWKPfAV*9Uw`MT`)is2INY1!iOaROVx1A!p1X?k3n-9rJr;4lJBjJ!pHcH* zd+feA>0)0$&{3X%YXF<})b3Z`Lr%#3GQdp!(zx zAgz@y0NBePH2|yKK?I<}uHl>j;e2{FI0qG)zW1aD1VdfP)3K7y0oMn`C46+FUn*P-h}y13|Os^5fnNCFb5Evj&8Ln|3Cr#p#}N2_$>rrxrXr3e!Bi$pEZ)Ss=`|6ZwxP!U$J} z+l>4&1Cids;|srIoPs*-Z71)}8z4}%BxZBFLp8VGgjWjy4)9a}Rzv^@p9+OS3u2Tv zCv+fAr+_XCr~~TYYc%5DK#tn&0`Iawe?#1&cd&(BKrMh*2>>_1%LL%x^NWoB`_ctq z^>jpgfK~bcl+W`Ao$C-MC-GO@LaYYyqOvW-S`e$1Ki5DOw#WeCReAtM`T#Wlxc1P> z6S{a`1(AVuEwTLWn)8}4Ky8P(iF0E<(Mdmb76J0b!?R-x>s9WVZh)^LrEHti&^3yc z7YhJh;cO4EqbdM}#Y)Eg-e?<0+T4?6bbyq#d;w!1+W#Rvj~~~8)HH(~a{zMc&gSfJ z!9I53oXN0>Ibb6CG%fy8g%@uN~d;h3E;kUP`c#GtQ9JGy~+GgN%j~BDbSD z0M~Inz`acXR!Cg{Y8OoLc~tqRE+p?IQPQYsq#uJ^VzU!X=6XOFGAB41NSK6AZnPH& zzzQ8N0ByYPnI0fUn|xNE=s|p)=*|s4Mo=YJeuD%{HwHELb(s^wcW_v98Zu^T0)Y4M zQ~*{l5P<%!^0Iy=?u(3Mn=fqG^EG~Dp4u-RBtxvzjkbk8NVg6VFz#ib0#+{&06Z1#2jJ98q)lzs@RM+fSzX5Q12LDn33O!2{&*M}qUYjn={j&&g=;Z* z0|D@)dH_TQpqyw7aLVKd3it_3=xJaeRwAkg_Q9fu%r|WyTrt(OK*pSD;lRrW;8!{T z*v}II@FKF*MhZ{bg1$~JeR)nD2--Lh55;bRcBS5E)gFk#RyaJ%1Yk zU^2kq2FRmZX2oN$n;@oDFNqe_BL!eveZ1z6 z6#&gPe9B^&J_6^~c6c`1^2Ho(TNrIEL5onK02F;OD+6hKGJ;1% zkkQ(-z_pu+1`_IqqO#NIT__!_Kb3%H;sCIdcrSSX{I9?JQUSo~lL2VPF5~qejZ%Q5 z_S)c+Ih@aTK*Ck(;)hEaeR8=fuEjWU0Qfx^M+tz>paU=$y^Uh~A4`MeDmXot?gFyz zuJrQHWwd32f^YtnT!R>O;#<@c24Guv9OYjv09`*$kcH$10n38JI#_<`RrcTIioZKj zDG*EE+zIQ*u}u2*a1W^ofbXXYfQierEu0k9JXU=$+R0L&6}@yY^FWNRO>Uayr0 z;L_vtpvwo~_SWY{_->j2I57+N{=Y8(RQVP50C=%SJAf_a0VsH!50RVt1pt2ocakOm zS9tA{3>}hdhRg$+UEaqu^n3ri$3K<2EPzskvbp!h{CYGJzXsQDMPUOS!nl8KZstsWK4C2Gn zN{0iWmtr>9Piv4y-hJ9`*VjNom08pqXXIXEc?{UK)0eZojxmE|ERW}Zf~frB>59Lu zM&@i*4j^a6&)HoZ&|~iDT4o^PzJqiwLu6J!N^kktqAB?r%VWS!ehw6UxE3lxLVYiS z_-W4;SY3CtTQKpFQQxhH`G^=f8-9eFC4WsuKyx~f*687i?pLH+Odnd*LDFoxJeH{~ z+(7VUO~Mw>2|$nP=p28`sYX5rWs>FJB5Byv%5@O&MW?&dVhK4VG#r&7y>ff=S4^r& zT8uU=zU4t)?sQl}-4bs+E+PH|nHIe)2-R(}MGX?`c@Yi}w8G@9GPA1L%Ib`{ST|X_x70@sFj%p5heKFoAJqyIt8^x zLDUcw>C7E-+^c|4r8hJW>$mG5bUq)O-FeIj6?@q2P6nFz3YZnU-M(D|Y1&}YMP?Tb zPs=ea=G`v-C=$u~QHrlm%?hI0phT@7ZcS|+XuWADWjP%Q>X#ip+>gz3qI}=%&aj$5 zYmRsK^f#v($f=LlwC+F@!v5X%gqyaWxPx~5s3s^wFY(OO)ZYqGU!&`v;9-0ZD4Eg{ zjp+omm*`7}uD^*VtS=?&Z>~kY%;@?%YxE708v0QaP)N6eJ!Mc~$W)W;Q)WxD?zCwY z2$Mq*IcFZnkndO0y7#5unGQgLHeQRF4XQI;B6VsO{djqA4x1Vw){HSonBm#d3q6B7tp57$F7Zc(G>A=jHBhB$ zC|KE-=--LVp39XVO)ErtxihG1Yt25Hqv|{1dhky&J=;1?7xv8`ihqCH-E|-#%V+Iw z({)fIYX(tRtmhhsNH7N2%Ve5FEw~fr#I?6%djJ#m@k@4jIP7K}3-)#ISf`MXO+1D# zDyqM=DR|@vObt|U-a-IoyW+2R&*G04fIB>n5rBppAjLB^y-&Sct_Mo=x##e0V)T7} z0KP3Bt;qm<ZPnZh<{J8wIK}Oc?<5J~&PSvi*?h0MN7!O0>E0{hxO3U&U=0 zjsy75hJXpA9Sxlf&EPG|;gF$g-XY`>JY>iN7?PnG0w#D3#zO}!hG2SqhP#u^Y+$DUsV!^tqeD{VuutO7b5`UWuNgP^u_A;RsJJ$9UmHYffttxaHCsGKFsL zwZrr9`3sd)bUMW9UO?4KxVts8;W7T6_xXm;pvPohUd5K=3>`0nTh_cb0_<(k|Guk# z&j`KB0Kq4}jQ|azRyZ!$RRZc_@ieRt53o;-EfYEh0Qo7pc-8-mlz4Lo1V&v;ttNZ< z0KiYtFACh>o-xW~QV?0N3$g@thcDuV7+(i)FMoX&i$NFb+nMM89)u30M4?swGZ5NP zZUI8im;M?LK*WhJ`TKz4#Pa+nATs=R$v=d9WU|GW+Zo*B7@sBbG3ax88=+$#B*t-x zLft7ygc1EI4MAd(u-9~VHc0FWT4C8Iz*-bcglrv33RMpwD=J zji2MKL7%PKFc{A%EfQb;p|d@qBn<|DHFm3t8%2Coj(^_z-iAPjl9$NzGv;q`rX?71Qdj{yb9sgFlyY!L$FiYB0#Ur z;1-}AzpsZEffjrlg;vc?@%u5Th`SbRoa#Gc38rx!Xq!~n3R`C8Xav33F(oI^XOusj zxm49Ld z5)Gjbi=Ivb@peUtNF6EX8?Em<2GCc2*F~KR2*ZfBoYlVn9aQ@~ge;X2D#i46iv!ldFM^yA3zNC^E1lk#zM_X+N1Z)Ev%r-J7{ zMqlMzgMV{5l3KC~Y5q3!Wmll{A3<-dAeomBh?0}_Xd@()lEep@sT=)_e*qZ0f;C5h zS1k|O_NoejbOc!XCxf`coj|Ybr{f}C6GBP_gphT-I8JSN+@NAX3%mLO>>Ke4?qxdQ zEM&zKq5=>1rq7c>)AN8E!XM#zV?y0|+_a0zY+Zo%Dkae}+MySoIppb75o?vUW_?)>@g{U2`ERQIXV zeY$JrWnMZ$QC<=ii4X|@0H8`si75jB(ElJb00HAB%>SlLR{!zO|C9P3zxw_U8?1d8uRZ=({Ga4shyN}3 zAK}WA(ds|``G4jA)9}Bt2Hy0+f3rV1E6b|@?hpGA=PI&r8)ah|)I2s(P5Ic*Ndhn^ z*T&j@gbCTv7+8rpYbR^Ty}1AY)YH;p!m948r#%7x^Z@_-w{pDl|1S4`EM3n_PaXvK z1JF)E3qy$qTj5Xs{jU9k=y%SQ0>8E$;x?p9ayU0bZZeo{5Z@&FKX>}s!0+^>C^D#z z>xsCPvxD3Z=dP}TTOSJhNTPyVt14VCQ9MQFN`rn!c&_p?&4<5_PGm4a;WS&1(!qKE z_H$;dDdiPQ!F_gsN`2>`X}$I=B;={R8%L~`>RyKcS$72ai$!2>d(YkciA^J0@X%G4 z4cu!%Ps~2JuJ8ex`&;Fa0NQOq_nDZ&X;^A=oc1&f#3P1(!5il>6?uK4QpEG8z0Rhu zvBJ+A9RV?z%v?!$=(vcH?*;vRs*+PPbOQ3cdPr5=tOcLqmfx@#hOqX0iN)wTTO21jH<>jpmwRIAGw7`a|sl?9y9zRBh>(_%| zF?h|P7}~RKj?HR+q|4U`CjRmV-$mLW>MScKnNXiv{vD3&2@*u)-6P@h0A`eeZ7}71 zK(w%@R<4lLt`O7fs1E)$5iGb~fPfJ?WxhY7c3Q>T-w#wT&zW522pH-B%r5v#5y^CF zcC30Se|`D2mY$hAlIULL%-PNXgbbpRHgn<&X3N9W!@BUk@9g*P5mz-YnZBb*-$zMM z7Qq}ic0mR8n{^L|=+diODdV}Q!gwr?y+2m=3HWwMq4z)DqYVg0J~^}-%7rMR@S1;9 z7GFj6K}i32X;3*$SmzB&HW{PJ55kT+EI#SsZf}bD7nW^Haf}_gXciYKX{QBxIPSx2Ma? zHQqgzZq!_{&zg{yxqv3xq8YV+`S}F6A>Gtl39_m;K4dA{pP$BW0oIXJ>jEQ!2V3A2 zdpoTxG&V=(?^q?ZTj2ZUpDUdMb)T?E$}CI>r@}PFPWD9@*%V6;4Ag>D#h>!s)=$0R zRXvdkZ%|c}ubej`jl?cS$onl9Tw52rBKT)kgyw~Xy%z62Lr%V6Y=f?2)J|bZJ5(Wx zmji`O;_B+*X@qe-#~`HFP<{8$w@z4@&`q^Q-Zk8JG3>WalhnW1cvnoVw>*R@c&|o8 zZ%w!{Z+MHeZ*OE4v*otkZqz11*s!#s^Gq>+o`8Z5 z^i-qzJLJh9!W-;SmFkR8HEZJWiXk$40i6)7 zZpr=k2lp}SasbM*Nbn3j$sn0;rUI;%EDbi7T1ZI4qL6PNNM2Y%6{LMIKW+FY_yF3) zSKQ2QSujzNMSL2r&bYs`|i2Dnn z=>}c0>a}>|uT!IiMOA~pVT~R@bGlm}Edf}Kq0?*Af6#mW9f9!}RjW7om0c9Qlp;yK z)=XQs(|6GCadQbWIhYF=rf{Y)sj%^Id-ARO0=O^Ad;Ph+ z0?$eE1xhH?{T$QI>0JP75`r)U_$#%K1^BQ8z#uciKf(C701&RyLQWBUp*Q7eyn76} z6JHpC9}R$J#(R0cDCkXoFSp;j6{x{b&0yE@P7{;pCEpKjS(+1RQy38`=&Yxo%F=3y zCPeefABp34U-s?WmU#JJw23dcC{sPPFc2#J$ZgEN%zod}J~8dLm*fx9f6SpO zn^Ww3bt9-r0XaT2a@Wpw;C23XM}7_14#%QpubrIw5aZtP+CqIFmsG4`Cm6rfxl9n5 z7=r2C-+lM2AB9X0T_`?EW&Byv&K?HS4QLoylJ|OAF z`8atBNTzJ&AQ!>sOo$?^0xj~D(;kS$`9zbEGd>f6r`NC3X`tX)sWgWUUOQ7w=$TO&*j;=u%25ay-%>3@81tGe^_z*C7pb9y*Ed^H3t$BIKH2o+olp#$q;)_ zfpjCb_^VFg5fU~K)nf*d*r@BCC>UZ!0&b?AGk_jTPXaSnCuW110wjHPPe^9R^;jo3 zwvzTl)C`Zl5}O2}3lec=hZ*$JnkW#7enKKc)(pM${_$9Hc=Sr_A9Biwe*Y=T?~1CK z6eZ9uPICjy-sMGbZl$yQmpB&`ouS8v{58__t0$JP%i3R&%QR3ianbZqDs<2#5FdN@n5bCn^ZtH992~5k(eA|8|@G9u`wdn7bnpg|@{m z^d6Y`*$Zf2Xr&|g%sai#5}Syvv(>Jnx&EM7-|Jr7!M~zdAyjt*xl;OLhvW-a%H1m0 z*x5*nb=R5u><7lyVpNAR?q@1U59 zO+)QWwL8t zyip?u_nI+K$uh{y)~}qj?(w0&=SE^8`_WMM zTybjG=999h38Yes7}-4*LJ7H)UE8{mE(6;8voE+TYY%33A>S6`G_95^5QHNTo_;Ao ztIQIZ_}49%{8|=O;isBZ?=7kfdF8_@azfoTd+hEJKWE!)$)N%HIe2cplaK`ry#=pV z0q{9w-`i0h@!R8K3GC{ivt{70IWG`EP|(1g7i_Q<>aEAT{5(yD z=!O?kq61VegV+st@XCw475j6vS)_z@efuqQgHQR1T4;|-#OLZNQJPV4k$AX1Uk8Lm z{N*b*ia=I+MB}kWpupJ~>!C@xEN#Wa7V+7{m4j8c?)ChV=D?o~sjT?0C_AQ7B-vxqX30s0I_`2$in86#`mAsT-w?j{&AL@B3$;P z31G4(lV|b}uSDCIrjk+M1R!X7s4Aabn<)zpgT}#gE|mIvV38^ODy@<&yflpCwS#fRf9ZX3lPV_?8@C5)A;T zqmouFLFk;qIs4rA=hh=GL~sCFsXHsqO6_y~*AFt939UYVBSx1s(=Kb&5;j7cSowdE;7()CC2|-i9Zz+_BIw8#ll~-tyH?F3{%`QCsYa*b#s*9iCc`1P1oC26?`g<9))EJ3%xz+O!B3 zZ7$j~To)C@PquR>a1+Dh>-a%IvH_Y7^ys|4o?E%3`I&ADXfC8++hAdZfzIT#%C+Jz z1lU~K_vAm0m8Qk}K$F>|>RPK%<1SI0(G+8q~H zAsjezyP+u!Se4q3GW)`h`NPSRlMoBjCzNPesWJwVTY!o@G8=(6I%4XHGaSiS3MEBK zhgGFv6Jc>L$4jVE!I?TQuwvz_%CyO!bLh94nqK11C2W$*aa2ueGopG8DnBICVUORP zgytv#)49fVXDaR$SukloYC3u7#5H)}1K21=?DKj^U)8G;MS)&Op)g^zR2($<>C*zW z;X7`hLxiIO#J`ANdyAOJle4V%ppa*(+0i3w;8i*BA_;u8gOO6)MY`ueq7stBMJTB; z-a0R>hT*}>z|Gg}@^zDL1MrH+2hsR8 zHc}*9IvuQC^Ju)^#Y{fOr(96rQNPNhxc;mH@W*m206>Lo<*SaaH?~8zg&f&%YiOEG zGiz?*CP>Bci}!WiS=zj#K5I}>DtpregpP_tfZtPa(N<%vo^#WCQ5BTv0vr%Z{)0q+ z)RbfHktUm|lg&U3YM%lMUM(fu}i#kjX9h>GYctkx9Mt_8{@s%!K_EI zScgwy6%_fR?CGJQtmgNAj^h9B#zmaMDWgH55pGuY1Gv7D z;8Psm(vEPiwn#MgJYu4Ty9D|h!?Rj0ddE|&L3S{IP%H4^N!m`60ZwZw^;eg4sk6K{ ziA^`Sbl_4~f&Oo%n;8Ye(tiAdlZKI!Z=|j$5hS|D$bDJ}p{gh$KN&JZYLUjv4h{NY zBJ>X9z!xfDGY z+oh_Z&_e#Q(-}>ssZfm=j$D&4W4FNy&-kAO1~#3Im;F)Nwe{(*75(p=P^VI?X0GFakfh+X-px4a%Uw@fSbmp9hM1_~R>?Z8+ ziy|e9>8V*`OP}4x5JjdWp}7eX;lVxp5qS}0YZek;SNmm7tEeSF*-dI)6U-A%m6YvCgM(}_=k#a6o^%-K4{`B1+}O4x zztDT%hVb;v#?j`lTvlFQ3aV#zkX=7;YFLS$uIzb0E3lozs5`Xy zi~vF+%{z9uLjKvKPhP%x5f~7-Gj+%5N`%^=yk*Qn{`> z;xj&ROY6g`iy2a@{O)V(jk&8#hHACVDXey5a+KDod_Z&}kHM}xt7}Md@pil{2x7E~ zL$k^d2@Ec2XskjrN+IILw;#7((abu;OJii&v3?60x>d_Ma(onIPtcVnX@ELF0aL?T zSmWiL3(dOFkt!x=1O!_0n(cAzZW+3nHJ{2S>tgSK?~cFha^y(l@-Mr2W$%MN{#af8J;V*>hdq!gx=d0h$T7l}>91Wh07)9CTX zh2_ZdQCyFOQ)l(}gft0UZG`Sh2`x-w`5vC2UD}lZs*5 zG76$akzn}Xi))L3oGJ75#pcN=cX3!=57$Ha=hQ2^lwdyU#a}4JJOz6ddR%zae%#4& za)bFj)z=YQela(F#Y|Q#dp}PJghITwXouVaMq$BM?K%cXn9^Y@g43$=O)F&ZlOUom zJiad#dea;-eywBA@e&D6Pdso1?2^(pXiN91?jvcaUyYoKUmvl5G9e$W!okWe*@a<^ z8cQQ6cNSf+UPDx%?_G4aIiybZHHagF{;IcD(dPO!#=u zWfqLcPc^+7Uu#l(Bpxft{*4lv#*u7X9AOzDO z1D9?^jIo}?%iz(_dwLa{ex#T}76ZfN_Z-hwpus9y+4xaUu9cX}&P{XrZVWE{1^0yw zO;YhLEW!pJcbCt3L8~a7>jsaN{V3>tz6_7`&pi%GxZ=V3?3K^U+*ryLSb)8^IblJ0 zSRLNDvIxt)S}g30?s_3NX>F?NKIGrG_zB9@Z>uSW3k2es_H2kU;Rnn%j5qP)!XHKE zPB2mHP~tLCg4K_vH$xv`HbRsJwbZMUV(t=ez;Ec(vyHH)FbfLg`c61I$W_uBB>i^r z&{_P;369-&>23R%qNIULe=1~T$(DA`ev*EWZ6j(B$(te}x1WvmIll21zvygkS%vwG zzkR6Z#RKA2!z!C%M!O>!=Gr0(J0FP=-MN=5t-Ir)of50y10W}j`GtRCsXBakrKtG& zazmITDJMA0C51&BnLY)SY9r)NVTMs);1<=oosS9g31l{4ztjD3#+2H7u_|66b|_*O z;Qk6nalpqdHOjx|K&vUS_6ITgGll;TdaN*ta=M_YtyC)I9Tmr~VaPrH2qb6sd~=AcIxV+%z{E&0@y=DPArw zdV7z(G1hBx7hd{>(cr43^WF%4Y@PXZ?wPpj{OQ#tvc$pABJbvPGvdR`cAtHn)cSEV zrpu}1tJwQ3y!mSmH*uz*x0o|CS<^w%&KJzsj~DU0cLQUxk5B!hWE>aBkjJle8z~;s z-!A=($+}Jq_BTK5^B!`R>!MulZN)F=iXXeUd0w5lUsE5VP*H*oCy(;?S$p*TVvTxwAeWFB$jHyb0593)$zqalVlDX=GcCN1gU0 zlgU)I$LcXZ8Oyc2TZYTPu@-;7<4YYB-``Qa;IDcvydIA$%kHhJKV^m*-zxcvU4viy&Kr5GVM{IT>WRywKQ9;>SEiQD*NqplK-KK4YR`p0@JW)n_{TU3bt0 zim%;(m1=#v2}zTps=?fU5w^(*y)xT%1vtQH&}50ZF!9YxW=&7*W($2kgKyz1mUgfs zfV<*XVVIFnohW=|j+@Kfo!#liQR^x>2yQdrG;2o8WZR+XzU_nG=Ed2rK?ntA;K5B{ z>M8+*A4!Jm^Bg}aW?R?6;@QG@uQ8&oJ{hFixcfEnJ4QH?A4>P=q29oDGW;L;= z9-a0;g%c`C+Ai!UmK$NC*4#;Jp<1=TioL=t^YM)<<%u#hnnfSS`nq63QKGO1L8RzX z@MFDqs1z ztYmxDl@LU)5acvHk)~Z`RW7=aJ_nGD!mOSYD>5Odjn@TK#LY{jf?+piB5AM-CAoT_ z?S-*q7}wyLJzK>N%eMPuFgN)Q_otKP;aqy=D5f!7<=n(lNkYRXVpkB{TAYLYg{|(jtRqYmg$xH zjmq?B(RE4 zQx^~Pt}gxC2~l=K$$-sYy_r$CO(d=+b3H1MB*y_5g6WLaWTXn+TKQ|hNY^>Mp6k*$ zwkovomhu776vQATqT4blf~g;TY(MWCrf^^yfWJvSAB$p5l;jm@o#=!lqw+Lqfq>X= z$6~kxfm7`3q4zUEB;u4qa#BdJxO!;xGm)wwuisj{0y2x{R(IGMrsIzDY9LW>m!Y`= z04sx3IjnYvL<4JqxQ8f7qYd0s2Ig%`ytYPEMKI)s(LD}D@EY>x`VFtqvnADNBdeao zC96X+MxnwKmjpg{U&gP3HE}1=s!lv&D{6(g_lzyF3A`7Jn*&d_kL<;dAFx!UZ>hB8 z5A*%LsAn;VLp>3${0>M?PSQ)9s3}|h2e?TG4_F{}{Cs>#3Q*t$(CUc}M)I}8cPF6% z=+h(Kh^8)}gj(0}#e7O^FQ6`~fd1#8#!}LMuo3A0bN`o}PYsm!Y}sdOz$+Tegc=qT z8x`PH$7lvnhJp{kHWb22l;@7B7|4yL4UOOVM0MP_>P%S1Lnid)+k9{+3D+JFa#Pyf zhVc#&df87APl4W9X)F3pGS>@etfl=_E5tBcVoOfrD4hmVeTY-cj((pkn%n@EgN{0f zwb_^Rk0I#iZuHK!l*lN`ceJn(sI{$Fq6nN& zE<-=0_2WN}m+*ivmIOxB@#~Q-cZ>l136w{#TIJe478`KE7@=a{>SzPHsKLzYAyBQO zAtuuF$-JSDy_S@6GW0MOE~R)b;+0f%_NMrW(+V#c_d&U8Z9+ec4=HmOHw?gdjF(Lu zzra83M_BoO-1b3;9`%&DHfuUY)6YDV21P$C!Rc?mv&{lx#f8oc6?0?x zK08{WP65?#>(vPfA-c=MCY|%*1_<3D4NX zeVTi-JGl2uP_2@0F{G({pxQOXt_d{g_CV6b?jNpfUG9;8yle-^4KHRvZs-_2siata zt+d_T@U$&t*xaD22(fH(W1r$Mo?3dc%Tncm=C6{V9y{v&VT#^1L04vDrLM9qBoZ4@ z6DBN#m57hX7$C(=#$Y5$bJmwA$T8jKD8+6A!-IJwA{WOfs%s}yxUw^?MRZjF$n_KN z6`_bGXcmE#5e4Ym)aQJ)xg3Pg0@k`iGuHe?f(5LtuzSq=nS^5z>vqU0EuZ&75V%Z{ zYyhRLN^)$c6Ds{f7*FBpE;n5iglx5PkHfWrj3`x^j^t z7ntuV`g!9Xg#^3!x)l*}IW=(Tz3>Y5l4uGaB&lz{GDjm2D5S$CExLT`I1#n^lBH7Y zDgpMag@`iETKAI=p<5E#LTkwzVR@=yY|uBVI1HG|8h+d;G-qfuj}-ZR6fN>EfCCW z9~wRQoAPEa#aO?3h?x{YvV*d+NtPkf&4V0k4|L=uj!U{L+oLa(z#&iuhJr3-PjO3R z5s?=nn_5^*^Rawr>>Nr@K(jwkB#JK-=+HqwfdO<+P5byeim)wvqGlP-P|~Nse8=XF zz`?RYB|D6SwS}C+YQv+;}k6$-%D(@+t14BL@vM z2q%q?f6D-A5s$_WY3{^G0F131bbh|g!}#BKw=HQ7mx;Dzg4Z*bTLQSfo{ed{4}NZW zfrRm^Ca$rlE{Ue~uYv>R9{3smwATcdM_6+yWIO z*ZRH~uXE@#p$XTbCt5j7j2=86e{9>HIB6xDzV+vAo&B?KUiMP|ttOElepnl%|DPqL b{|{}U^kRn2wo}j7|0ATu<;8xA7zX}7|B6mN diff --git a/build/static/css/main.a871f7d5.css b/build/static/css/main.a871f7d5.css deleted file mode 100644 index 091d019..0000000 --- a/build/static/css/main.a871f7d5.css +++ /dev/null @@ -1,2 +0,0 @@ -.DropZone_dropzone__HIhqp{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1}.DropZone_dropzone_icon__JOeaM{display:block;height:auto;margin:0 auto;vertical-align:top;width:300px}.DropZone_dropzone_title__e1AHm{color:#000;display:block;font-size:24px;font-weight:100;text-align:center;vertical-align:top;width:100%}.logo_logo__3YcvJ{border:none;box-sizing:border-box;display:block;margin:0 0 27px;padding:0 24px 0 0;text-align:center;text-decoration:none}.logo_logo_icon__BAkZB{height:20px;margin:0 auto}.logo_logo_title__PEMqO{color:#dce3f6;display:inline-block;font-size:18px;font-weight:700;letter-spacing:7px;line-height:32px;margin:0 0 0 46px;text-align:center;vertical-align:middle}@media(max-width:1000px){.logo_logo__3YcvJ{padding:0;text-align:center}.logo_logo_title__PEMqO{display:none}}.SplashScreen_splash_screen__TfV7g{align-items:center;-webkit-animation:SplashScreen_splash_screen__TfV7g .5s linear 5.5s forwards;animation:SplashScreen_splash_screen__TfV7g .5s linear 5.5s forwards;background-color:#12131b;background-color:var(--color-black);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:2}.SplashScreen_splash_screen_container__LVxvL{-webkit-animation:SplashScreen_splash_screen_container__LVxvL 1s linear 4s forwards;animation:SplashScreen_splash_screen_container__LVxvL 1s linear 4s forwards;box-sizing:border-box;display:block;text-align:center;width:300px}.SplashScreen_splash_screen_description__OWZaZ{color:#404148;display:block;font-size:10px;font-weight:100;margin:8px 0 0;overflow:hidden;padding:0;text-overflow:ellipsis;text-transform:none}@-webkit-keyframes SplashScreen_splash_screen__TfV7g{0%{bottom:0;left:0;opacity:1}to{bottom:100%;left:100%;opacity:0}}@keyframes SplashScreen_splash_screen__TfV7g{0%{bottom:0;left:0;opacity:1}to{bottom:100%;left:100%;opacity:0}}@-webkit-keyframes SplashScreen_splash_screen_container__LVxvL{0%{opacity:1}to{opacity:0}}@keyframes SplashScreen_splash_screen_container__LVxvL{0%{opacity:1}to{opacity:0}}.progress_progress_bar__5Tc4y{background-color:#404148;border-radius:4px;display:block;height:16px;text-align:left;width:100%}.progress_progress_bar__5Tc4y:after{word-wrap:break-word;background-color:green;background-image:repeating-linear-gradient(-45deg,hsla(0,0%,100%,.35),hsla(0,0%,100%,.35) 8px,hsla(0,0%,100%,0) 9px,hsla(0,0%,100%,0) 16px);background-size:23px 22px;border-radius:4px;box-sizing:border-box;color:#fff;content:"";display:block;font-size:.8em;height:100%;overflow:hidden;padding-top:.1em;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:0}.progress_progress_bar__5Tc4y,.progress_progress_bar__5Tc4y:after{transition:background-color .7s,width .5s}.progress_progress_bar__5Tc4y:after{-webkit-animation:progress_progress_bar__5Tc4y 4.3s linear forwards;animation:progress_progress_bar__5Tc4y 4.3s linear forwards}@-webkit-keyframes progress_progress_bar__5Tc4y{0%{background-size:23px 22px;width:0}10%{background-size:23px 32px;width:1%}80%{background-size:23px 32px;width:50%}90%{background-size:23px 32px;width:90%}98%{background-size:23px 32px;width:92%}to{background-size:23px 44px;width:100%}}@keyframes progress_progress_bar__5Tc4y{0%{background-size:23px 22px;width:0}10%{background-size:23px 32px;width:1%}80%{background-size:23px 32px;width:50%}90%{background-size:23px 32px;width:90%}98%{background-size:23px 32px;width:92%}to{background-size:23px 44px;width:100%}}.styles_ui_kit_common__Z9voL{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:4px;border-radius:var(--border-radius-s);box-sizing:border-box;color:#12131b;color:var(--color-black);display:inline-block;font-size:13px;font-size:var(--font-s);font-weight:100;height:36px;line-height:36px;margin:0;outline-color:transparent;padding:0 16px;padding:0 var(--space-l);text-align:left;vertical-align:top;width:100%}.styles_wrapper__bsJev+.styles_wrapper__bsJev{margin-top:16px;margin-top:var(--space-l);vertical-align:top}.styles_button__ttbbb,.styles_description__ypVht,.styles_error__50Gw2,.styles_help__1tlRm,.styles_title__sFKi8{color:#cbcbcd;color:var(--color-grey);display:block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:1.3;margin:0 auto;padding:0;text-align:left;text-decoration:none;vertical-align:bottom}.styles_title__sFKi8{color:#12131b;color:var(--color-black);font-weight:700}.styles_description__ypVht,.styles_title__sFKi8{margin-bottom:6px}.styles_error__50Gw2,.styles_help__1tlRm{margin-top:6px}.styles_error__50Gw2{color:#e9a5a1;color:var(--color-12)}.styles_button__ttbbb{--button-color-bg:var(--color-button);--button-color-text:#fff;--button-color-border:var(--color-button);--button-color-hover:var(--color-button-2)}.styles_button_second__u9oag,.styles_button_slim__fIcET{--button-color-bg:#fff;--button-color-text:var(--color-black);--button-color-border:var(--color-border);--button-color-hover:var(--color-border)}.styles_button__ttbbb{background-color:var(--button-color-bg);border:1px solid var(--button-color-border);border-radius:4px;border-radius:var(--border-radius-s);box-sizing:border-box;color:var(--button-color-text);cursor:pointer;display:inline-block;font-size:13px;font-size:var(--font-xs);font-weight:700;height:36px;line-height:36px;margin:0;min-width:36px;padding:0 8px;padding:0 var(--space-s);text-align:center;vertical-align:top;white-space:nowrap}.styles_button__ttbbb:hover{background-color:var(--button-color-hover)}.styles_button__ttbbb.styles_disabled__IC-gU{opacity:.5;pointer-events:none}.styles_button_slim__fIcET{font-weight:100}.styles_button__ttbbb+.styles_button__ttbbb{margin:0 0 0 24px}.styles_ui_kit_select__F0UnD{padding:0 6px 0 16px;padding:0 var(--space-xs) 0 var(--space-l)}.styles_ui_kit_dialog__vXWXe{background-color:#fff;border-radius:8px;bottom:48px;box-shadow:0 0 5px silver;display:block;left:0;max-height:200px;overflow-x:hidden;overflow-y:auto;padding:8px 0;position:absolute;width:300px}.styles_ui_kit_button_menu__4Di-F{--button-color-bg:#fff;--button-color-text:var(--color-black);--button-color-border:var(--color-border);--button-color-hover:var(--color-border);background-color:var(--button-color-bg);border:none;border-bottom:1px solid var(--button-color-border);border-radius:0;box-sizing:border-box;color:var(--button-color-text);cursor:pointer;display:block;font-size:13px;font-size:var(--font-xs);font-weight:700;height:36px;line-height:36px;margin:0;padding:0 8px;padding:0 var(--space-s);text-align:left;vertical-align:top;white-space:nowrap;width:100%}.styles_ui_kit_button_menu__4Di-F:hover{background-color:var(--button-color-hover)}.styles_modal_window__qXkmU{background-color:#fff;border-radius:8px;box-shadow:0 0 5px gray;box-sizing:border-box;display:block;margin:0 auto;padding:0;width:400px}.styles_modal_window_wrapper__PO6Js{align-items:center;background-color:rgba(90,90,90,.2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:3}.styles_modal_window_body__ohtpb,.styles_modal_window_footer__1PW2B,.styles_modal_window_title__rkQmp{border-radius:8px;box-sizing:border-box;display:block;margin:0 auto;overflow:hidden;text-align:left;white-space:normal}.styles_modal_window_title__rkQmp{padding:24px;position:relative}.styles_modal_window_body__ohtpb{max-height:60vh;overflow:auto;padding:0 24px}.styles_modal_window_footer__1PW2B{padding:24px;text-align:right}.styles_modal_window_close__nD7n4{cursor:pointer;display:block;height:24px;position:absolute;right:4px;top:4px;width:24px}.switch_switch__BWBIW{background-color:#252735;border:none;border-radius:8px;box-sizing:border-box;display:block;margin:0 0 40px;padding:4px;text-align:center;white-space:nowrap;width:calc(100% - 24px)}.switch_switch_item__qznpI{border-radius:6px;box-sizing:border-box;color:#84858d;cursor:pointer;display:inline-block;font-size:13px;font-size:var(--font-s);font-weight:100;margin:0;max-width:50%;padding:8px 0;text-align:center;text-decoration:none;width:50%}.switch_switch_item__qznpI.switch_selected__weWv1{background-color:#37394b;color:#fff}.switch_switch_item_icon__jXfY6{display:none;height:16px;margin:0;padding:0;text-decoration:none;vertical-align:top;width:16px}.switch_switch_item_icon__jXfY6>svg{fill:#84858d}.switch_switch_item__qznpI:last-child{margin:0}@media(max-width:1000px){.switch_switch__BWBIW{border-radius:0;width:100%}.switch_switch_item__qznpI{border-radius:4px;display:block;margin:0 0 6px;max-width:none;padding:6px 0;text-align:center;width:100%}.switch_switch_item_title__Nt5Uj{display:none}.switch_switch_item_icon__jXfY6{display:inline-block}}.sidebar_sidebar__di6aD{background-color:#12131b;background-color:var(--color-black);box-sizing:border-box;grid-area:sidebar;padding:23px 0 0 24px;text-align:left}.sidebar_sidebar_item__0MXwu,.sidebar_sidebar_title__CS5ZL{border:none;border-radius:4px 0 0 4px;box-sizing:border-box;color:#84858d;cursor:pointer;display:block;font-size:13px;font-size:var(--font-s);font-weight:100;margin:0 auto;overflow:hidden;padding:10px 0 10px 18px;text-align:left;text-decoration:none;text-overflow:ellipsis;transition:background-color .3s;vertical-align:top;width:100%}.sidebar_sidebar_title__CS5ZL{border-bottom:2px solid #202129;border-radius:0;cursor:auto;margin:10px 0;padding:0}.sidebar_sidebar_item__0MXwu.sidebar_selected__hZZ4L,.sidebar_sidebar_item__0MXwu:hover{background-color:#252735;color:#fff}.sidebar_sidebar_item_icon__Bve10{display:inline-block;height:16px;margin:0 12px 0 0;padding:0;text-decoration:none;vertical-align:top;width:16px}.sidebar_sidebar_item_icon__Bve10>svg{fill:#84858d}.sidebar_sidebar_item_title__n7QgB{display:inline-block}@media(max-width:1000px){.sidebar_sidebar__di6aD{padding:23px 0 0}.sidebar_sidebar_item_title__n7QgB,.sidebar_sidebar_title__CS5ZL{border-radius:0;display:none}.sidebar_sidebar_item__0MXwu{border-radius:0;padding:10px 0;text-align:center}.sidebar_sidebar_item_icon__Bve10{margin:0}}.styles_buttons_footer__6QBSC,.styles_buttons_header__k-XGN{display:block;margin:0 0 24px}.styles_buttons_header__k-XGN{text-align:right}.styles_buttons_footer__6QBSC{text-align:center}.styles_user__xONSt{padding:24px 0}.styles_user_title__tUuIA{padding-left:24px}.styles_user_footer__pwvSU{padding:24px 24px 0}.styles_salary__9r8CU{border-bottom:1px solid #e2e9f0;padding:24px;position:relative}.styles_salary__9r8CU:nth-child(odd){background-color:#f5f7f9}.styles_salary_title__fhRsw{margin:0}.styles_salary_icons__DXt\+D{display:inline-block;position:absolute;right:12px;top:20px;white-space:nowrap}.styles_salary_icons_item__2t1qL{box-sizing:border-box;cursor:pointer;display:inline-block;height:24px;padding:2px;vertical-align:top;width:24px}.styles_salary_footer__UkNJs{padding-top:16px;text-align:right}.header_header__vlJHY{background-color:#fff;box-sizing:border-box;display:block;grid-area:header;padding:20px 34px 20px 24px;text-align:right}.header_header_title__56O-e{color:#12131b;color:var(--color-black);display:inline-block;float:left;font-size:24px;font-weight:100;margin:0}.header_header_setting__XNoXa{cursor:pointer;height:24px;padding:0;vertical-align:top;width:24px}.filters_header_filters__zxjaI,.header_header_setting__XNoXa{display:inline-block;-webkit-user-select:none;user-select:none}.filters_header_filters__zxjaI{border-right:1px solid #e2e9f0;border-right:1px solid var(--color-border);margin-right:16px;padding-right:16px;position:relative;white-space:nowrap}.filters_header_filters_input__wngQ9{border:1px solid #dbdcdd;border-radius:3px;box-sizing:border-box;display:inline-block;height:32px;line-height:32px;outline:none;padding:0 0 0 12px;text-align:left;width:110px}.filters_header_filters_fast__HaQVC{bottom:-16px;display:block;left:0;position:absolute;white-space:nowrap}.filters_header_filters_fast_button__ltmO-{background:none;border:none;color:#cbcbcd;color:var(--color-grey);cursor:pointer;display:inline;font-size:13px;font-size:var(--font-xs);margin:0 5px 0 0;padding:0;text-align:left;text-decoration:underline}.filters_header_filters_fast_button__ltmO-:hover{text-decoration:none}@media(max-width:1000px){.filters_header_filters__zxjaI{display:none}}.styles_page_wrapper__H6Q0a{background-color:#f5f7f9;display:grid;grid-template-areas:"sidebar header" "sidebar main";grid-template-columns:240px 1fr;grid-template-rows:72px 1fr;min-height:100vh}.styles_page_wrapper_main__IqKL7{box-sizing:border-box;display:block;grid-area:main;min-height:calc(100vh - 72px);padding:24px;width:calc(100vw - 258px)}@media(max-width:1000px){.styles_page_wrapper__H6Q0a{grid-template-columns:60px 1fr}.styles_page_wrapper_main__IqKL7{width:calc(100vw - 78px)}}.Page_main_wrapper__X6tJd{box-sizing:border-box;display:block;text-align:left;white-space:nowrap;width:100%}.Page_main_wrapper_white__yh\+Sg{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box;display:inline-block;margin-bottom:24px;padding:24px;position:relative;vertical-align:top;white-space:normal;width:100%}.Page_main_wrapper_icons__i2Ce8{display:inline-block;position:absolute;right:14px;top:14px;white-space:nowrap}.Page_main_wrapper_item__TzBUK{background-color:transparent;border:1px solid transparent;margin:0;padding:0;width:calc(50% - 12px)}.Page_main_wrapper_item__TzBUK,.Page_page_smart_box__6mNqx{display:inline-block;position:relative;vertical-align:top;white-space:normal}.Page_page_smart_box__6mNqx{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box;margin-bottom:24px;padding:0 0 24px;width:100%}.Page_main_wrapper_item__TzBUK+.Page_main_wrapper_item__TzBUK{margin-left:24px}@media(max-width:1200px){.Page_main_wrapper_item__TzBUK{display:block;margin:0 0 24px;width:100%}.Page_main_wrapper_white__yh\+Sg{display:block}.Page_main_wrapper_item__TzBUK+.Page_main_wrapper_item__TzBUK{display:block;margin:0 0 24px}}.NothingFound_nothing_found__ztP0-{display:block;margin:0 auto;max-width:80%;padding:24px 0}.NothingFound_nothing_found_wrapper__paT\+k{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.NothingFound_nothing_found_icon__7nin9{display:block;height:100px;margin:0 auto 24px;width:200px}.NothingFound_nothing_found_console__a56Uc,.NothingFound_nothing_found_text__YP8xy,.NothingFound_nothing_found_title__cOCN0{box-sizing:border-box;color:#73809f;display:block;font-family:Arial,Verdana,sans-serif;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:16px;line-height:var(--font-m);max-width:400px;overflow:hidden;padding:8px;padding:var(--space-s);text-align:left;text-decoration:none;text-overflow:ellipsis;vertical-align:bottom}.NothingFound_nothing_found_title__cOCN0{font-weight:700;margin:0 auto 4px;text-align:center}.NothingFound_nothing_found_link__WeJ6m{color:#0d69f2;color:var(--color-button);text-decoration:underline}.NothingFound_nothing_found_link__WeJ6m:hover{text-decoration:none}.NothingFound_nothing_found_console__a56Uc{background-color:#e2e9f0;background-color:var(--color-border);border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:4px;border-radius:var(--border-radius-s);line-height:18px;line-height:var(--font-l);padding:8px;padding:var(--space-s)}.Loading_loading__zqHF-{display:block;height:100%;margin:0 auto;min-height:80px;padding:0;text-align:center;width:100%}.paginator_paginator__y6ojS{display:block;margin:24px auto 0}.paginator_paginator_text__WJVXu{color:#12131b;color:var(--color-black);display:inline-block;font-family:Arial,Verdana,sans-serif;font-size:13px;font-size:var(--font-xs);font-weight:100;height:36px;line-height:36px;margin:0 8px;margin:0 var(--space-s);padding:0;text-align:left;text-decoration:none;vertical-align:bottom}.paginator_paginator_page_number__xHIaY{display:inline-block}input.paginator_paginator_page_number__xHIaY{display:inline-block;margin:0 8px;margin:0 var(--space-s);padding:0;text-align:center;width:36px}.Title_title__hMuwZ{margin:0 0 24px}.Title_title__hMuwZ,.header_title__5ytdz{color:#12131b;color:var(--color-black);font-size:18px;font-size:var(--font-l);font-weight:100}.header_title__5ytdz{margin:24px 0}.header_sort_down__Sk1jJ,.header_sort_up__4bSG1{border-right:6px solid #cbcbcd;border-top:6px solid #cbcbcd;border:6px solid var(--color-grey);border-bottom:6px solid #fff;border-left:6px solid #fff;cursor:pointer;display:inline-block;height:0;margin:0 0 -5px 8px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.header_sort_down__Sk1jJ{margin:0 0 3px 8px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.styles_table_wrapper__roleO{display:block;overflow-x:auto}.styles_table_wrapper__roleO::-webkit-scrollbar{background-color:#ddd;height:8px}.styles_table_wrapper__roleO::-webkit-scrollbar-thumb{background:#aaa}.styles_table__UsmVZ{--table-cell-height:48px;--table-bar-width:350px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_table_tree__BuuXF{--table-cell-height:22px;--table-bar-width:200px}.styles_table_row__bJesh{border-bottom:1px solid #eee;display:block;font-weight:100;position:relative;white-space:nowrap}.styles_table_row__bJesh:last-child{border-bottom:none}.styles_table_row_hide__fN3Hz{opacity:.2}.styles_table_cell__5rXYP,.styles_table_header_cell__DJPbZ{box-sizing:border-box;display:inline-block;font-size:13px;font-size:var(--font-xs);height:var(--table-cell-height);line-height:var(--table-cell-height);overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;z-index:0}.styles_table_cell__5rXYP{padding:0 4px}.styles_table_header_cell__DJPbZ{background-color:#fff;font-weight:700;height:var(--table-cell-height);line-height:var(--table-cell-height);padding:0 4px}.styles_table_cell__5rXYP:first-child,.styles_table_header_cell__DJPbZ:first-child{left:0;position:-webkit-sticky;position:sticky;top:0;z-index:1}.styles_table_cell__5rXYP:first-child{background-color:hsla(0,0%,100%,.9)}.styles_table_cell_number__nILwI{text-align:right}.styles_disabled__g2Z0Q{-webkit-filter:grayscale(.6);filter:grayscale(.6);opacity:.4}.styles_line_chart__Os6FB{--line_chart-height:24px;border-radius:4px;display:block;height:var(--line_chart-height);margin-top:12px;overflow:hidden;text-align:left;-webkit-user-select:none;user-select:none}.styles_line_chart_item__h5Dv1,.styles_line_chart_sub_item__70rAH{background-color:#d0d1d2;box-sizing:border-box;color:#fff;display:inline-block;font-size:13px;font-size:var(--font-xs);height:var(--line_chart-height);line-height:var(--line_chart-height);margin:0;overflow:hidden;padding:0;text-align:left;vertical-align:top;white-space:nowrap}.styles_line_chart_sub_item__70rAH{text-overflow:ellipsis}.styles_line_chart_item__h5Dv1:first-child{border-radius:4px 0 0 4px}.styles_line_chart_item__h5Dv1:last-child{border-radius:0 4px 4px 0}.Description_description_list__QM46c,.Description_description_text__eAJ85,.Description_description_title__tjXWX{color:#73809f;display:block;font-family:Arial,Verdana,sans-serif;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:16px;line-height:var(--font-m);margin:0 auto;padding:0;text-align:left;text-decoration:none;vertical-align:bottom}.Description_description_title__tjXWX{font-weight:700;margin:0 auto 4px}.Description_description_text__eAJ85{margin-bottom:4px}.Description_description_list__QM46c{list-style-type:none;margin:0;padding:0 0 0 22px;position:relative}.Description_description_list__QM46c:before{content:"—";display:block;left:0;margin-right:8px;position:absolute;top:0}.Description_description_text__eAJ85+.Description_description_text__eAJ85{margin-top:8px}.Description_description_list__QM46c+.Description_description_title__tjXWX{margin-top:4px}.card_recommendations_full__AdvOm,.card_recommendations_short__rVT8k{display:block;margin:0 0 16px;max-height:108px;position:relative}.card_recommendations_full__AdvOm{max-height:none}.card_card__vO\+sp,.card_more__ZNxbp{background-color:#fff;border-radius:8px;border-radius:var(--border-radius-m);box-sizing:border-box;display:inline-block;max-height:100px;min-height:100px;text-align:left;vertical-align:top;white-space:normal}.card_more__ZNxbp{border:1px solid #e2e9f0;border:1px solid var(--color-border);color:#aaa;cursor:pointer;line-height:100px;margin:0 0 8px;position:absolute;right:0;text-align:center;top:0;width:30px}.card_card__vO\+sp{border-left:none;margin:0 12px 16px 0;position:relative;width:220px}.card_card_wrapper__h9JUE{background-color:#fff;border:1px solid #e2e9f0;border-left:8px solid #e2e9f0;border:1px solid var(--color-border);border-left-width:8px;border-radius:8px;border-radius:var(--border-radius-m);box-sizing:border-box;display:block;left:0;max-height:100px;min-height:100px;overflow:hidden;padding:16px;position:absolute;right:0;top:0}.card_card__vO\+sp:hover>.card_card_wrapper__h9JUE{box-shadow:2px 2px 3px #999;max-height:450px;overflow-y:scroll;width:170%;z-index:2}.card_card_wrapper__h9JUE::-webkit-scrollbar{background-color:transparent;width:8px}.card_card_wrapper__h9JUE::-webkit-scrollbar-thumb{background:#aaa}.card_card_icon__ixfrD{background-position:50%;background-repeat:no-repeat;background-size:100% auto;display:inline-block;height:18px;left:16px;position:absolute;top:16px;width:18px}.card_card_fact__bWOUz{--color-temp-border:var(--color-11);--color-temp-icon:url(../../static/media/info.954631f6b19e3fe9c495.svg);--color-temp-bg:#eff7ff;--color-temp-title:var(--color-first)}.card_card_warning__jpftf{--color-temp-border:var(--color-21);--color-temp-icon:url(../../static/media/warning.e39a87773603f3ab157f.svg);--color-temp-bg:#fff5f2;--color-temp-title:#e8b06d}.card_card_error__oNhke{--color-temp-border:var(--color-12);--color-temp-icon:url(../../static/media/alert.41e2b99c481139c13074.svg);--color-temp-bg:#ffefee;--color-temp-title:#dd8b87}.card_card_title__T5WoQ{color:var(--color-temp-title);display:block;font-size:13px;font-size:var(--font-xs);font-weight:700;margin:0 auto 4px;padding:2px 0 0 24px;text-align:left;text-decoration:none;vertical-align:bottom}.card_card_wrapper__h9JUE{background-color:var(--color-temp-bg);border-left-color:var(--color-temp-border)}.card_recommendations_title__bAgJy{color:var(--color-temp-border)}.card_card_icon__ixfrD{background-image:var(--color-temp-icon)}.card_card_shortcut__JmsFi{border-top:1px solid var(--color-temp-border);display:none;margin:6px 0 0;padding:6px 0 0}.card_card__vO\+sp:hover .card_card_shortcut__JmsFi{display:block}.styles_recommendations_full__MLMO9,.styles_recommendations_short__DPs77{display:block;margin:0 0 12px;position:relative}.styles_more__23zBM{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:8px;border-radius:var(--border-radius-m);box-sizing:border-box;color:#12131b;color:var(--color-black);cursor:pointer;display:inline-block;line-height:100px;margin:0 0 8px;text-align:center;vertical-align:top;white-space:normal;width:30px}.BarChart_vertical_bar__CpfhB{display:block;height:200px;margin:24px 0 0;padding:0;white-space:nowrap;width:100%}.BarChart_vertical_bar_item__cpWYe{background-color:#dbdcdd;cursor:pointer;display:inline-block;-webkit-print-color-adjust:exact;vertical-align:bottom;width:10px}.BarChart_vertical_bar_item__cpWYe:hover{background-color:#ed675f}.DayInfo_day_info_wrapper__3cGCj{-webkit-column-count:2;column-count:2}.DayInfo_day_info_author__C1F-A,.DayInfo_day_info_date__8Nk8m,.DayInfo_day_info_message__4JhXm,.DayInfo_day_info_task__Ck9tu{background-color:transparent;border:none;box-sizing:border-box;color:#12131b;color:var(--color-black);font-weight:100;padding:0;text-decoration:none;text-overflow:ellipsis;white-space:normal}.DayInfo_day_info_author__C1F-A{display:block;font-size:16px;font-size:var(--font-m);line-height:16px;line-height:var(--font-m);margin:0 0 16px;margin:0 0 var(--space-l) 0}.DayInfo_day_info_task__Ck9tu{color:#4162b5;color:var(--color-first);cursor:pointer;display:block;font-size:13px;font-size:var(--font-s);line-height:13px;line-height:var(--font-s);margin:0 0 8px;margin:0 0 var(--space-s) 0;padding:0 0 0 16px;padding:0 0 0 var(--space-l);text-decoration:underline}.DayInfo_day_info_date__8Nk8m,.DayInfo_day_info_message__4JhXm{color:#9e98ad;color:var(--color-42);display:inline-block;font-size:13px;font-size:var(--font-xs);line-height:16px;line-height:var(--font-m);margin:0 0 6px;margin:0 0 var(--space-xs) 0;vertical-align:top}.DayInfo_day_info_date__8Nk8m{margin-right:16px;margin-right:var(--space-l)}.DayInfo_day_info_message__4JhXm{width:calc(100% - 44px)}.DayInfo_day_info_row__K-1mt{display:block;padding:0 0 0 32px;white-space:nowrap}.DayInfo_day_info_row__K-1mt:last-child{margin-bottom:8px;margin-bottom:var(--space-s)}@media(max-width:1000px){.DayInfo_day_info_wrapper__3cGCj{-webkit-column-count:1;column-count:1}}.HoursChart_user__l-dMO{--commits-by-hours-size:calc(4vw - 16px);box-sizing:border-box;display:block;margin:24px 0 0;vertical-align:top}.HoursChart_title__QL6hZ{display:inline-block;text-align:left;white-space:nowrap;width:200px}.HoursChart_data__GMPhj{display:inline-block;vertical-align:top;width:100%}.HoursChart_day__8Ql4V{display:block;vertical-align:top;white-space:nowrap;width:100%}.HoursChart_day_name__QX1g4,.HoursChart_day_time__S6CP6,.HoursChart_hour__sPu\+v{box-sizing:border-box;display:inline-block;font-size:13px;font-size:var(--font-xs);height:var(--commits-by-hours-size);line-height:var(--commits-by-hours-size);overflow:hidden;text-align:center;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:var(--commits-by-hours-size)}.HoursChart_day_name__QX1g4,.HoursChart_day_time__S6CP6{border-bottom:1px solid gray;box-sizing:border-box}.HoursChart_day_name__QX1g4{border-right:1px solid gray;font-size:13px;font-size:var(--font-xs)}.HoursChart_hour__sPu\+v{background-color:#4162b5;background-color:var(--color-first);border:1px solid #fff;border-radius:6px;color:#fff}@media(max-width:1300px){.HoursChart_day_time_mm__syRje{display:none}}@media(max-width:1000px){.HoursChart_user__l-dMO{--commits-by-hours-size:calc(4vw - 6.24px)}}@media(max-width:900px){.HoursChart_day_name__QX1g4,.HoursChart_day_time__S6CP6,.HoursChart_hour__sPu\+v{font-size:10px;font-size:var(--font-xxs)}.HoursChart_hour__sPu\+v{border:none;border-radius:0}}.legend_legend__K8kcS{--commits-by-hours-size:calc(4vw - 16px);box-sizing:border-box;display:block;margin:24px 0 0;vertical-align:top}.legend_legend_item__TBfpJ{align-items:center;display:flex;justify-content:flex-start;margin:0 0 6px}.legend_legend_count__UofVz,.legend_legend_weekend__X81Jz,.legend_legend_work__uDegX{border:1px solid #fff;border-radius:6px;display:inline-block;font-size:13px;font-size:var(--font-xs);height:var(--commits-by-hours-size);line-height:var(--commits-by-hours-size);text-align:center;width:var(--commits-by-hours-size)}.legend_legend_work__uDegX{background-color:#4162b5;background-color:var(--color-first);opacity:.8}.legend_legend_weekend__X81Jz{background-color:#ed675f;background-color:var(--color-second);opacity:.8}.legend_legend_count__UofVz{background-color:#fff;border:1px solid #cbcbcd;border:1px solid var(--color-grey);color:#12131b;color:var(--color-black)}.legend_legend_title__pQJsG{box-sizing:border-box;color:#12131b;color:var(--color-black);display:inline-block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:1.3;margin:0 auto;padding:0 0 0 12px;text-align:left;text-decoration:none;vertical-align:bottom;width:100%}.legend_legend_title__pQJsG:before{content:"—";display:inline-block;margin:0 12px 0 0}@media(max-width:1300px){.legend_day_time_mm__gdqbM{display:none}}@media(max-width:1000px){.legend_user__FX46M{--commits-by-hours-size:calc(4vw - 6.24px)}}@media(max-width:900px){.legend_day_name__RGD2F,.legend_day_time__MfyYa,.legend_hour__oh6dd{font-size:10px;font-size:var(--font-xxs)}.legend_hour__oh6dd{border:none;border-radius:0}}.CandyChart_candy__6xQZk{display:block;margin:24px 0 0;padding:0;width:100%}.CandyChart_candy_item__rSQb3{display:grid;grid-auto-rows:20px;grid-template-columns:150px 1fr;margin:4px 0;vertical-align:top;width:100%}.CandyChart_candy_line__CFOFP,.CandyChart_candy_title__CEfhb{display:inline-block;height:20px;line-height:20px;margin:0;vertical-align:top}.CandyChart_candy_line__CFOFP{position:relative;text-align:left;white-space:nowrap}.CandyChart_candy_value__\+26Oz{background-color:#d0d1d2;display:inline-block;height:1px;margin:10px 0;-webkit-print-color-adjust:exact}.CandyChart_candy_prefix__dboC2{color:#cbcbcd;color:var(--color-grey);display:block;font-size:13px;font-size:var(--font-xs);height:20px;left:-50px;line-height:20px;margin:0;position:absolute;text-align:right;top:0;width:46px}.CandyChart_candy_dot__XvYKs{background-color:#d0d1d2;border-radius:8px;display:inline-block;margin:6px 0 0 -4px;padding:4px;-webkit-print-color-adjust:exact;vertical-align:top}.CandyChart_candy_line__CFOFP:hover>.CandyChart_candy_dot__XvYKs,.CandyChart_candy_line__CFOFP:hover>.CandyChart_candy_value__\+26Oz{background-color:#ed675f;background-color:var(--color-second)}.CandyChart_candy_line__CFOFP:hover>.CandyChart_candy_prefix__dboC2{color:#ed675f;color:var(--color-second)}.styles_tempo__35OlM{display:block;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_tempo_wrapper__9G8QZ{display:block;overflow-x:auto}.styles_tempo_wrapper__9G8QZ::-webkit-scrollbar{background-color:#ddd;height:8px}.styles_tempo_wrapper__9G8QZ::-webkit-scrollbar-thumb{background:#aaa}.styles_tempo_column__-MszO{border-right:1px solid #e2e9f0;border-right:1px solid var(--color-border);box-sizing:border-box;display:inline-block;padding:0;vertical-align:top;white-space:normal;width:280px}.styles_tempo_column__-MszO:last-child{border-right:none}.styles_tempo_column_wrapper__gOSJN{display:block;height:80vh;max-height:80vh;min-height:80vh;overflow-y:auto}.styles_tempo_column_wrapper__gOSJN::-webkit-scrollbar{background-color:#ddd;width:8px}.styles_tempo_column_wrapper__gOSJN::-webkit-scrollbar-thumb{background:#aaa}.styles_tempo_author__5oBlm,.styles_tempo_header__h8S6V,.styles_tempo_task__4-X3t{box-sizing:border-box;color:#12131b;color:var(--color-black);display:block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:1.3;margin:0 auto;padding:0;text-align:left;text-decoration:none;vertical-align:bottom;width:100%}.styles_tempo_header__h8S6V{align-items:center;border-bottom:1px solid #e2e9f0;border-bottom:1px solid var(--color-border);box-sizing:border-box;display:flex;font-weight:700;justify-content:flex-start;margin:0 auto 12px;margin:0 auto var(--space-m) auto;padding:12px 16px;padding:var(--space-m) var(--space-l);text-align:center;white-space:nowrap;width:100%}.styles_tempo_header_day__74koH,.styles_tempo_header_title__fCsQX{color:#12131b;color:var(--color-black);display:inline-block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:1.3}.styles_tempo_header_title__fCsQX{font-weight:700;margin-right:12px;margin-right:var(--space-m);text-align:left}.styles_tempo_header_day__74koH{color:#bab2d0;color:var(--color-44);font-weight:100;text-align:right}.styles_tempo_author__5oBlm{border-bottom:1px solid #e2e9f0;border-bottom:1px solid var(--color-border);font-weight:700;margin:0 auto 12px;padding:0 0 12px 8px;width:calc(100% - 16px);width:calc(100% - var(--space-l))}.task_tempo_task__TNLYR{border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:4px;border-radius:var(--border-radius-s);margin:0 auto 6px;margin:0 auto var(--space-xs) auto;padding:8px;white-space:nowrap;width:100%}.task_tempo_task_wrapper__nKH-u{margin:0 auto 24px;padding:0 16px;padding:0 var(--space-l)}.task_tempo_task_header__XjSvi{align-items:center;border-bottom:1px solid #e2e9f0;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;margin:0 0 6px;padding:0 0 6px}.task_tempo_task_link__jfLY7,.task_tempo_task_tag__vpHgX,.task_tempo_task_title__ZHB4o,.task_tempo_task_value__smF9i{color:#73809f;display:block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:1.3;margin:0 auto;padding:0;text-align:left;text-decoration:none;vertical-align:bottom}.task_tempo_task_link__jfLY7{color:#4162b5;color:var(--color-first);cursor:pointer;display:inline-block;font-weight:700;margin:0;text-decoration:underline}.task_tempo_task_tags__bhnV8{display:inline-block}.task_tempo_task_tag__vpHgX{background-color:#e2e9f0;background-color:var(--color-border);border-radius:12px;border-radius:var(--border-radius-l);display:inline-block;margin-left:8px;padding:2px 10px;padding:var(--space-xxxs) var(--space-sm)}.task_tempo_task_commits__I07Se,.task_tempo_task_hours__auht3{background-color:#f1f5f7;border-radius:4px;border-radius:var(--border-radius-s);display:inline-block;padding:8px 0;padding:var(--space-s) 0;text-align:center;width:calc(50% - 4px)}.task_tempo_task_commits__I07Se{margin:0 8px 0 0;width:calc(35% - 4px)}.task_tempo_task_hours__auht3{width:calc(65% - 4px)}.task_tempo_task_title__ZHB4o,.task_tempo_task_value__smF9i{color:#12131b;color:var(--color-black);font-weight:100;text-align:center}.task_tempo_task_value__smF9i{display:inline-block}.task_tempo_task_title__ZHB4o{color:#bab2d0;color:var(--color-44);margin:2px 0 0}.task_tempo_task_icon__p1\+3l{display:inline-block;height:16px;margin:0 4px 0 0;vertical-align:middle;width:16px}.chart_tempo_chart__rsJb1{margin:0 auto 8px;margin:0 auto var(--space-s) auto;padding:0 0 8px;padding:0 0 var(--space-s) 0;text-align:left;width:calc(100% - 16px);width:calc(100% - var(--space-l))}.chart_tempo_chart__rsJb1,.chart_tempo_chart_dashboard__aknVt{border-bottom:1px solid #e2e9f0;border-bottom:1px solid var(--color-border);display:block}.chart_tempo_chart_dashboard__aknVt{height:40px;position:relative}.chart_tempo_chart_dot__0JrVm{background-color:#4162b5;background-color:var(--color-first);bottom:0;display:inline-block;left:0;position:absolute;vertical-align:bottom;width:3%}.chart_tempo_chart_legend__5j88z{align-items:flex-start;display:flex;height:16px;height:var(--space-l);justify-content:space-between;padding:4px 0 0;padding:var(--space-xxs) 0 0 0}.chart_tempo_chart_time__ijaMS{box-sizing:border-box;color:#cbcbcd;color:var(--color-grey);display:inline-block;font-size:10px;font-size:var(--font-xxs)}.filters_filter__RAfKX{display:inline-block;margin:0 24px 24px 0;vertical-align:top}.filters_tempo_page_filters__vA8Zy{margin:0 0 24px}.filters_date_range__afEkD{margin:0 6px;margin:0 var(--space-xs);max-width:260px;text-align:center;width:260px}.filters_user__ldKe-{display:inline-block;margin:0 6px;max-width:260px;width:260px}.CardWithIcon_card_with_icon__3a7zZ,.CardWithIcon_card_with_icon_long__wEO\+N{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box;display:inline-block;margin:0 24px 24px 0;min-height:270px;padding:16px;vertical-align:top;width:calc(50% - 12px)}.CardWithIcon_card_with_icon_icon__OGrXz,.CardWithIcon_card_with_icon_long_icon__ByAzx{box-sizing:border-box;display:block;height:90px;margin:10px auto 18px;vertical-align:top;width:auto}.CardWithIcon_card_with_icon_long_value__4FeWj,.CardWithIcon_card_with_icon_value__crR9J{color:#7f9be0;color:var(--color-11);display:block;font-size:28px;font-weight:700;margin:0 0 4px;padding:0;text-align:center}.CardWithIcon_card_with_icon_description__79tg5,.CardWithIcon_card_with_icon_long_description__Qw\+Ob,.CardWithIcon_card_with_icon_long_title__Ro\+QA,.CardWithIcon_card_with_icon_title__tFLQS{color:#12131b;color:var(--color-black);display:block;font-weight:100;line-height:1.3;margin:0 auto;padding:0;text-align:center;text-decoration:none}.CardWithIcon_card_with_icon_long_title__Ro\+QA,.CardWithIcon_card_with_icon_title__tFLQS{font-size:16px;font-size:var(--font-m);line-height:14px;margin:0 0 4px}.CardWithIcon_card_with_icon_description__79tg5,.CardWithIcon_card_with_icon_long_description__Qw\+Ob{color:#cbcbcd;color:var(--color-grey);font-size:13px;font-size:var(--font-xs);line-height:16px}.CardWithIcon_card_with_icon_long__wEO\+N{margin:0 0 16px;width:100%}.CardWithIcon_card_with_icon__3a7zZ:nth-child(2n+2){margin-right:0}@media(max-width:900px){.CardWithIcon_card_with_icon__3a7zZ,.CardWithIcon_card_with_icon_long__wEO\+N{min-height:220px;padding:16px 0}.CardWithIcon_card_with_icon_long_title__Ro\+QA,.CardWithIcon_card_with_icon_title__tFLQS{margin:0}.CardWithIcon_card_with_icon_description__79tg5,.CardWithIcon_card_with_icon_long_description__Qw\+Ob{display:none}}@media(max-width:650px){.CardWithIcon_card_with_icon__3a7zZ,.CardWithIcon_card_with_icon_long__wEO\+N{min-height:auto;padding:32px 0}.CardWithIcon_card_with_icon_long_value__4FeWj,.CardWithIcon_card_with_icon_value__crR9J{font-size:22px}.CardWithIcon_card_with_icon_long_title__Ro\+QA,.CardWithIcon_card_with_icon_title__tFLQS{font-size:13px;font-size:var(--font-s)}.CardWithIcon_card_with_icon_icon__OGrXz,.CardWithIcon_card_with_icon_long_icon__ByAzx{display:none}}.styles_year_chart_month__AdQdi{--day-size:16px;--month-size:calc(var(--day-size)*7 + 7px);display:inline-block;margin:var(--day-size) var(--day-size) 0 0;vertical-align:top;width:var(--month-size)}.styles_year_chart_month_header__EifAZ{display:block;height:24px;position:relative}.styles_year_chart_month_header_money__oQO3k,.styles_year_chart_month_header_title__rSnWC{color:#12131b;color:var(--color-black);display:block;font-family:Arial,Verdana,sans-serif;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:16px;line-height:var(--font-m);margin:0 auto;padding:0;text-align:left;text-decoration:none;vertical-align:bottom}.styles_year_chart_month_header_money__oQO3k{position:absolute;right:0;top:0}.styles_year_chart_month_body__35YkI{display:block;max-width:var(--month-size);position:relative;width:var(--month-size)}.styles_year_chart_month_body_day__kwGqm{background-blend-mode:screen;background-color:#e2e9f0;background-color:var(--color-border);cursor:pointer;display:inline-block;height:var(--day-size);margin:0 1px 1px 0;position:relative;text-align:center;vertical-align:top;width:var(--day-size)}.styles_year_chart_month_body_day_arrow__mVJUQ{background-color:#fff;border:16px solid #fff;border-bottom:none;border-right:none;display:inline-block;height:0;left:0;position:absolute;top:20px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0;z-index:1}.styles_year_chart_month_body_day_info__aGly9{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:8px;border-radius:var(--border-radius-m);box-shadow:2px 2px 5px #e2e9f0;box-shadow:2px 2px 5px var(--color-border);cursor:default;display:block;font-size:13px;font-size:var(--font-s);left:-175px;max-height:350px;overflow-x:hidden;overflow-y:scroll;padding:8px;padding:var(--space-s);position:absolute;text-align:left;top:24px;top:var(--space-xxl);width:350px;z-index:1}.styles_year_chart_month_body_day_info__aGly9::-webkit-scrollbar{background-color:transparent;width:8px}.styles_year_chart_month_body_day_info__aGly9::-webkit-scrollbar-thumb{background:#aaa}.styles_achievement_container__\+OdlC{margin:12px 0 24px}.styles_achievement__KB0AO{background-color:#fff;border:1px solid #e2e9f0;border:1px solid var(--color-border);border-radius:6px;box-sizing:border-box;display:inline-block;margin:0 10px 10px 0;min-height:80px;padding:23px 0 0 90px;position:relative;vertical-align:top;width:100%}.styles_achievement__KB0AO:last-child{margin:0 10px 0 0}.styles_achievement_icon_container__0xQ3d{display:block;left:8px;margin:0 auto 16px;overflow:hidden;position:absolute;top:8px;vertical-align:top}.styles_achievement_icon__YbtA0{background-color:#e2e9f0;background-color:var(--color-border);border-color:#e2e9f0;border-color:var(--color-border);border-radius:40px;color:#fff;display:block;font-size:13px;font-size:var(--font-xs);font-weight:100;height:64px;letter-spacing:2px;line-height:64px;margin:0 auto;text-align:center;white-space:nowrap;width:64px}.styles_achievement_icon_svg__1pahq{fill:#fff;display:inline-block;height:56px;margin:4px auto;width:56px}.styles_achievement_description__FkUIC,.styles_achievement_title__AUtfn{display:block;font-size:13px;font-size:var(--font-s);margin:0;padding:0;text-align:left}.styles_achievement_description__FkUIC{color:#cbcbcd;color:var(--color-grey);display:block;padding:4px 0 0}.styles_achievement_good__12XCY{background-color:#c2ecc1;background-color:var(--color-13);border-color:#c2ecc1;border-color:var(--color-13)}.styles_achievement_bad__BmbF0{background-color:#fec4c4;border-color:#fec4c4}.styles_extension__7\+ANo{background-color:#fff;border-radius:12px;border-radius:var(--border-radius-l);display:inline-block;margin:0 0 24px 24px;padding:24px;vertical-align:top;width:300px}.styles_extension_icon__xeEFA{background-color:#cbcbcd;background-color:var(--color-grey);border-radius:32px;display:block;font-size:18px;font-size:var(--font-l);font-weight:700;margin:0 auto 24px;padding:24px 0;text-align:center;text-transform:uppercase;width:64px}.styles_extension_line__bhPZA{display:block;margin:0 0 6px;padding:0;text-align:left;white-space:nowrap}.styles_extension_line_title__Bd2sv,.styles_extension_line_value__Fov1I{color:#cbcbcd;color:var(--color-grey);display:inline-block;font-size:13px;font-size:var(--font-xs);font-weight:100;line-height:16px;line-height:var(--font-m);margin:0;padding:0;text-align:left;text-decoration:none;vertical-align:top;white-space:normal}.styles_extension_line_title__Bd2sv{width:100px}.Races_races__iGwb4{border:6px solid #e2e9f0;border:var(--space-xs) solid var(--color-border);border-left:none;border-right:none;margin:0 auto 24px;margin:0 auto var(--space-xxl);position:relative}.Races_races_track__BTbit{background-color:#cbcbcd;background-color:var(--color-grey);border-bottom:1px solid #e2e9f0;border-bottom:1px solid var(--color-border);height:70px;margin:0 auto;padding:4px;padding:var(--space-xxs);position:relative;text-align:right}.Races_races_track_car__Dbi2B{background-image:url(../../static/media/car.b8dd8738e37fe866285f.png);background-position:50%;background-repeat:no-repeat;background-size:auto 70%;height:100%;left:0;position:absolute;top:0;width:10%}.Races_races_track_car_title__w5QQU{border:1px solid #cbcbcd;border:1px solid var(--color-grey);border-radius:4px;border-radius:var(--border-radius-s);margin:0;padding:var(--space-xss);text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.Races_races_track_car_title__w5QQU,.Races_races_track_info__pxgvV{background-color:#e2e9f0;background-color:var(--color-border);color:#12131b;color:var(--color-black);display:inline-block;font-size:12px}.Races_races_track_info__pxgvV{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:Races_races_track_info__pxgvV;animation-name:Races_races_track_info__pxgvV;border:1px solid #cbcbcd;border:1px solid var(--color-grey);border-radius:12px;border-radius:var(--border-radius-l);height:100%;margin:0 12%;padding:12px;padding:var(--space-m);text-align:left;width:10%}.Races_races_track_animation__sYl4E{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:Races_races_track_car__Dbi2B;animation-name:Races_races_track_car__Dbi2B}.Races_races_button__DUDTm{left:calc(50% - 100px);position:absolute;top:16px;top:var(--space-l);z-index:1}@-webkit-keyframes Races_races_track_car__Dbi2B{0%{left:0}to{left:90%}}@keyframes Races_races_track_car__Dbi2B{0%{left:0}to{left:90%}}@-webkit-keyframes Races_races_track_info__pxgvV{0%{opacity:0}to{opacity:1}}@keyframes Races_races_track_info__pxgvV{0%{opacity:0}to{opacity:1}}.styles_tv100and1_row__R2iIo{display:block;white-space:nowrap}.styles_tv100and1_cell_chart__IYzSh,.styles_tv100and1_cell_title__qttNL,.styles_tv100and1_cell_value__0-7pU{box-sizing:border-box;display:inline-block;font-size:13px;font-size:var(--font-xs);line-height:var(--table-cell-height);overflow:hidden;padding:12px 0;padding:var(--space-m) 0;position:relative;text-align:left;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.styles_tv100and1_cell_title__qttNL{width:250px}.styles_tv100and1_cell_value__0-7pU{text-align:right;width:50px}.styles_tv100and1_cell_chart__IYzSh{padding:0;width:calc(100% - 300px)}.styles_tv100and1_button__9oEjD{background-color:#cbcbcd;background-color:var(--color-grey);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAAxSURBVDhPY/wPBAwUACYoTTaAu4CRkREsQCyAOZxiF4waMGoACIwaMBgMGOgSiYEBAMq5DxpdG8yfAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:auto 100%;border:none;bottom:2px;box-sizing:border-box;cursor:pointer;display:block;height:calc(100% - 4px);left:0;position:absolute;right:0;-webkit-transform:rotateX(0);transform:rotateX(0)}.styles_tv100and1_button__9oEjD.styles_animation__99myn{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:styles_tv_100_and_1__pyFQJ;animation-name:styles_tv_100_and_1__pyFQJ;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes styles_tv_100_and_1__pyFQJ{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}10%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}25%{-webkit-transform:rotateX(0);transform:rotateX(0)}55%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}80%{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}}@keyframes styles_tv_100_and_1__pyFQJ{0%{-webkit-transform:rotateX(0);transform:rotateX(0)}10%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}25%{-webkit-transform:rotateX(0);transform:rotateX(0)}55%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}80%{-webkit-transform:rotateX(0);transform:rotateX(0)}to{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}}.quiz_quiz_achievements__\+MW4G{-webkit-column-count:3;column-count:3;margin:12px 0 24px;white-space:normal}.styles_user_select__gC2Qh{margin-bottom:24px}.styles_user_name__oyiRL{display:inline-block;margin:0 12px;max-width:260px;width:260px}.more_load_more__QM3Rx{background-color:transparent;border:none;box-sizing:border-box;cursor:pointer;display:block;font-size:13px;font-size:var(--font-s);font-weight:100;line-height:16px;line-height:var(--font-m);margin:8px 0;margin:var(--space-s) 0;overflow:hidden;padding:8px;padding:var(--space-s) var(--space-s);position:relative;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.Console_console__5nFvk{box-sizing:border-box;display:block;margin:0 auto;position:relative;width:100%}.Console_console_body__5PXuM,.Console_console_header__XP1IR{box-sizing:border-box;display:block;font-size:13px;font-size:var(--font-s);font-weight:100;line-height:1.3;margin:0 auto;text-align:left;width:100%}.Console_console_header__XP1IR{background-color:#f2f2f2;border:1px solid #d4d4d4;border-bottom:none;border-radius:4px 4px 0 0;color:#8f8f8f;cursor:default;display:block;height:32px;line-height:20px;padding:0 8px;text-align:left;white-space:nowrap}.Console_console_header_icon__oXixF{background:linear-gradient(90deg,#d7d8db,#b5b5b5);border:1px solid #b5b5b5;border-radius:8px;box-sizing:border-box;display:inline-block;height:16px;margin:6px 8px 0 0;width:16px}.Console_console_body__5PXuM{background-color:#0c0c0c;border-radius:0 0 4px 4px;color:#00b200;line-height:1.3;min-height:250px;padding:8px 16px 16px;white-space:normal}.Console_console_copy__LHjsv{bottom:16px;position:absolute;right:16px}.Console_console_copy__LHjsv:hover{bottom:15px;right:15px}@media(max-width:800px){.Console_console__5nFvk{margin:0 auto;width:90%}.Console_console_body__5PXuM{height:200px}}.styles_welcome__owZYZ{align-items:center;box-sizing:border-box;display:flex;height:100vh;justify-content:center;margin:0;padding:0;position:relative;text-align:center;width:calc(100vw - 16px)}.styles_welcome_console__dmg4D{max-width:700px}.styles_welcome_row__rormW{width:auto}.styles_welcome_first_title__zay7R,.styles_welcome_last_title__Ef7FS{font-size:42px;font-weight:100;margin:46px auto;padding:0}.styles_welcome_first_title__zay7R{margin-top:0}.styles_welcome_last_title__Ef7FS{margin-bottom:0}.styles_welcome_description__lB3jg,.styles_welcome_link__fxOjA{color:#878fa1;display:inline-block;font-size:13px;font-size:var(--font-xs);line-height:1.3;margin:16px auto 0;max-width:700px;padding:0;text-align:center;text-decoration:none;width:100%}.styles_welcome_link__fxOjA{display:inline;margin:16px 0 0 4px;text-decoration:underline}@media(max-width:800px){.styles_welcome__owZYZ{display:block;padding:32px 0 0;width:100%}.styles_welcome_first_title__zay7R,.styles_welcome_last_title__Ef7FS{font-size:18px;font-size:var(--font-l);width:90%}.styles_welcome_description__lB3jg{width:90%}}.switch_ui_kit_switch__ITpXv{align-items:center;background-color:#e2e9f0;border:none;border-radius:8px;box-sizing:border-box;display:flex;height:36px;justify-content:space-between;margin:0;padding:0;text-align:center;white-space:nowrap;width:100%}.switch_ui_kit_switch_item__oGEAZ{background-color:#fff;border:1px solid #e2e9f0;border-radius:0;border-right:none;box-sizing:border-box;color:#84858d;cursor:pointer;display:inline-block;font-size:13px;font-size:var(--font-s);font-weight:100;height:100%;margin:0;padding:8px 0;text-align:center;text-decoration:none;width:100%}.switch_ui_kit_switch_item_selected__poF9E{background-color:#0d69f2;background-color:var(--color-button);border-bottom:1px solid #0d69f2;border-bottom:1px solid var(--color-button);border-top:1px solid #0d69f2;border-top:1px solid var(--color-button);color:#fff}.switch_ui_kit_switch_item__oGEAZ:first-child{border-radius:8px 0 0 8px}.switch_ui_kit_switch_item__oGEAZ:last-child{border-radius:0 8px 8px 0;border-right:1px solid #e2e9f0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,tfoot,th,thead,time,tr,ul,var,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:initial}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}a{background:transparent;font-size:100%;margin:0;padding:0;vertical-align:initial}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}hr{border:0;display:block;height:1px;margin:1em 0;padding:0}input,select,td{vertical-align:middle}td{border:0;font-size:100%;margin:0;outline:0;padding:0}:root{--font-xxs:10px;--font-xs:13px;--font-s:13px;--font-m:16px;--font-l:18px;--space-xxxs:2px;--space-xxs:4px;--space-xs:6px;--space-s:8px;--space-sm:10px;--space-m:12px;--space-l:16px;--space-xl:18px;--space-xxl:24px;--border-radius-s:4px;--border-radius-m:8px;--border-radius-l:12px;--color-first:#4162b5;--color-second:#ed675f;--color-black:#12131b;--color-grey:#cbcbcd;--color-border:#e2e9f0;--color-button:#0d69f2;--color-button-2:#0b59cc;--color-11:#7f9be0;--color-12:#e9a5a1;--color-13:#c2ecc1;--color-14:#b6bae9;--color-15:#a18be0;--color-21:#ffc178;--color-22:#75cce0;--color-23:#b2e069;--color-24:#ec95b6;--color-25:#e2da84;--color-31:#a7c0ff;--color-32:#d7d4b1;--color-33:#e0ba96;--color-34:#e0be69;--color-35:#c0d79c;--color-41:#b6c5c9;--color-42:#9e98ad;--color-43:#aacfd8;--color-44:#bab2d0;--color-45:#dcbac7}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,input,select{color:var(--color-neutral-black);font-family:Arial,sans-serif}#root,body,html{height:100%}img{max-width:100%} -/*# sourceMappingURL=main.a871f7d5.css.map*/ \ No newline at end of file diff --git a/build/static/css/main.a871f7d5.css.map b/build/static/css/main.a871f7d5.css.map deleted file mode 100644 index 5b3c796..0000000 --- a/build/static/css/main.a871f7d5.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.a871f7d5.css","mappings":"AAEA,0BAOE,mBAIA,sBAPA,aACA,sBAIA,aAHA,uBAHA,OAFA,eACA,MAMA,YAEA,SACA,CAEA,+BACE,cAEA,YACA,cACA,mBAHA,WAGA,CAGF,gCAME,WAFA,cAFA,eADA,gBAEA,kBAIA,mBAFA,UAEA,CC5BJ,kBAQE,YADA,sBANA,cAEA,gBADA,mBAGA,kBACA,oBAEA,CAEA,uBACE,YACA,cAIJ,wBASE,cANA,qBADA,eADA,gBAOA,mBAHA,iBADA,kBAGA,kBADA,qBAGA,CAGF,yBACE,kBACE,UACA,kBAGF,wBACE,cCnCJ,mCAUE,mBAIA,kJAFA,6DAPA,SAGA,aACA,uBANA,OAQA,gBAVA,eAGA,QAFA,MAIA,SAQA,CAEA,6CAME,gKAHA,sBAFA,cAGA,kBAFA,WAIA,CAGF,+CAUE,cAPA,cAFA,eACA,gBAGA,eAEA,gBAHA,UAIA,uBACA,mBACA,CAIJ,qDACE,GACE,SACA,OACA,UAEF,GACE,YACA,UACA,WATJ,6CACE,GACE,SACA,OACA,UAEF,GACE,YACA,UACA,WAIJ,+DACE,GACE,UAEF,GACE,WALJ,uDACE,GACE,UAEF,GACE,WC3DJ,8BAOE,yBAFA,kBAJA,cAEA,YACA,gBAFA,UAKA,CAEA,oCAaE,qBAIA,uBAIA,4IAHA,0BAJA,kBALA,sBAOA,WAfA,WAEA,cADA,eAGA,YAKA,gBAJA,iBAEA,iBAGA,uBACA,mBARA,OAiBA,CAIJ,kEAEE,0CAGF,oCACE,gIAGF,gDACE,GAEE,0BADA,OACA,CAEF,IAEE,0BADA,QACA,CAEF,IAEE,0BADA,SACA,CAEF,IAEE,0BADA,SACA,CAEF,IAEE,0BADA,SACA,CAEF,GAEE,0BADA,UACA,EAvBJ,wCACE,GAEE,0BADA,OACA,CAEF,IAEE,0BADA,QACA,CAEF,IAEE,0BADA,SACA,CAEF,IAEE,0BADA,SACA,CAEF,IAEE,0BADA,SACA,CAEF,GAEE,0BADA,UACA,EChEJ,6BAmBE,sBAFA,8DADA,uDAJA,sBAMA,uCAdA,qBAHA,uCACA,gBAIA,YAIA,iBAFA,SAMA,0BAPA,wCAIA,gBAEA,mBARA,UAcA,CAGF,8CAEE,0CADA,kBACA,CAGF,+GAgBE,sCARA,cAFA,wCADA,gBAQA,gBAHA,cADA,UAGA,gBAEA,qBACA,qBACA,CAGF,qBAEE,uCADA,eACA,CAGF,gDAEE,kBAGF,yCAEE,eAGF,qBACE,oCAGF,sBACE,qCAAsC,CACtC,wBAA4B,CAC5B,yCAA0C,CAC1C,0CAA2C,CAE3C,wDAEE,sBAA0B,CAC1B,sCAAuC,CACvC,yCAA0C,CAC1C,wCAAyC,CAI7C,sBAmBE,wCAJA,4CACA,uDAJA,sBAMA,+BATA,eANA,qBADA,wCADA,gBAGA,YAMA,iBAHA,SAFA,eACA,uCAKA,kBAGA,mBADA,kBAMA,CAEA,4BACE,2CAGF,6CAEE,WADA,mBACA,CAGF,2BACE,gBAIJ,4CACE,kBAGF,6BACE,gEAGF,6BAaE,sBADA,kBAVA,YAYA,0BATA,cAFA,OAIA,iBAIA,kBADA,gBAFA,cAPA,kBAKA,WAQA,CAGF,kCACE,sBAA0B,CAC1B,sCAAuC,CACvC,yCAA0C,CAC1C,wCAAyC,CAqBzC,wCALA,YACA,mDACA,gBALA,sBAOA,+BAVA,eANA,cADA,wCADA,gBAGA,YAMA,iBAHA,SADA,uCAKA,gBAGA,mBADA,mBARA,UAeA,CAEA,wCACE,2CC1KJ,4BAOE,sBACA,kBAFA,wBADA,sBAJA,cAGA,cADA,UADA,WAMA,CAEA,oCASE,mBAGA,mCARA,SAIA,aAEA,uBALA,OAJA,eAEA,QADA,MAIA,SAMA,CAGF,sGAQE,kBAFA,sBAHA,cAEA,cADA,gBAMA,gBACA,mBAGF,kCAEE,aADA,iBACA,CAGF,iCACE,gBAEA,cADA,cACA,CAGF,mCACE,aACA,iBAGF,kCASE,eAJA,cAEA,YANA,kBAEA,UADA,QAIA,UAGA,CC9DJ,sBAUE,yBADA,YADA,kBADA,sBANA,cAGA,gBADA,YAEA,kBACA,mBAJA,uBAQA,CAGF,2BAcE,kBADA,sBAEA,cALA,eATA,qBAMA,uCACA,gBAHA,SAFA,cACA,cAOA,kBACA,qBAVA,SAaA,CAEA,kDAEE,yBADA,UACA,CAGF,gCACE,aACA,YAGA,SADA,UAEA,qBACA,mBAJA,UAIA,CAGF,oCACE,aAIJ,sCACE,SAGF,yBACE,sBAEE,eAAc,CADd,UACA,CAGF,2BAOE,kBANA,cAIA,eAFA,eACA,cAEA,kBAJA,UAKA,CAEA,iCACE,aAEF,gCACE,sBCzEN,wBAKE,6DADA,sBAHA,kBACA,sBACA,eAEA,CAGF,2DAgBE,YAGA,0BAJA,sBAKA,cARA,eAVA,cAKA,uCACA,gBAHA,cAKA,gBANA,yBASA,gBACA,qBAHA,uBAOA,gCADA,mBAdA,UAiBA,CAGF,8BAKE,gCADA,gBAHA,YACA,cACA,SAEA,CAGF,wFAGE,yBADA,UACA,CAGF,kCACE,qBACA,YAGA,kBADA,UAEA,qBACA,mBAJA,UAIA,CAGF,sCACE,aAGF,mCACE,qBAGF,yBACE,wBACE,iBAGF,iEAGE,eAAc,CADd,YACA,CAGF,6BAEE,gBADA,eAEA,kBAGF,kCACE,UChFF,4DAEE,cACA,gBAGF,8BACE,iBAGF,8BACE,kBAIJ,oBACE,eAEA,0BACE,kBAGF,2BACE,oBAIJ,sBAGE,gCADA,aADA,iBAEA,CAEA,qCACE,yBAGF,4BACE,SAGF,6BAIE,qBAHA,kBAEA,WADA,SAGA,mBAEA,iCAOE,sBADA,eALA,qBAEA,YADA,YAMA,mBAJA,UAIA,CAIJ,6BACE,iBACA,iBC9DJ,sBAME,sBAFA,sBAFA,cADA,iBAEA,4BAEA,gBACA,CAGF,4BAME,uCAFA,qBAHA,WACA,eACA,gBAEA,QACA,CAGF,8BAKE,eAFA,YACA,UAGA,mBALA,UAKA,CCzBF,6DDmBE,qBAKA,yCCjBA,CAPF,+BAOE,0EAFA,kBADA,mBAHA,kBAEA,kBAIA,CAEA,qCAOE,yBAEA,kBADA,sBAPA,qBAEA,YAGA,iBAIA,aANA,mBACA,gBAHA,WAQA,CAGF,oCAEE,aAEA,cADA,OAFA,kBAIA,mBAEA,2CAUE,gBAFA,YACA,sCAFA,eALA,eADA,wCAGA,iBADA,UAEA,gBACA,yBAIA,CAEA,iDACE,qBAMR,yBACE,+BACE,cClDJ,4BAOE,yBANA,aACA,oDAEA,gCACA,4BACA,gBACA,CAEA,iCAME,sBAJA,cADA,eAGA,8BACA,aAFA,yBAGA,CAIJ,yBACE,4BACE,+BAEA,iCACE,0BCxBN,0BAIE,sBAHA,cAEA,gBAEA,mBAHA,UAGA,CAEA,iCAWE,sBADA,8DADA,kBAFA,sBALA,qBAEA,mBADA,aAFA,kBAOA,mBAFA,mBADA,UAMA,CAGF,gCAIE,qBAHA,kBAEA,WADA,SAGA,mBAGF,+BASE,6BADA,6BAHA,SADA,UADA,sBAMA,CAIJ,2DAXI,qBADA,kBAMA,mBADA,kBAkBF,CAXF,4BAWE,sBADA,8DADA,kBAFA,sBAHA,mBADA,iBAEA,UAMA,CAGF,8DACE,iBAGF,yBAEI,+BACE,cAEA,gBADA,UACA,CAEF,iCACE,cAGJ,8DACE,cACA,iBCzEJ,mCACE,cACA,cAEA,cADA,cACA,CAEA,4CAGE,mBAFA,aAIA,YAHA,uBAEA,UACA,CAGF,wCACE,cAEA,aACA,mBAFA,WAEA,CAGF,4HAWE,sBAQA,cAZA,cAFA,qCADA,wCADA,gBAUA,2CALA,gBAQA,gBAPA,mCAGA,gBAEA,qBAGA,uBAFA,qBAIA,CAGF,yCACE,gBACA,kBACA,kBAGF,wCAEE,wCADA,yBACA,CACA,8CACE,qBAIJ,2CAKE,8DADA,8DADA,uDADA,2CADA,kCAIA,CC9DJ,wBACE,cACA,YAEA,cAEA,gBADA,UAEA,kBAJA,UAIA,CCPF,4BACE,cACA,mBAGF,iCAcE,uCATA,qBAFA,qCADA,wCADA,gBAKA,YAKA,iBAHA,qCADA,UAGA,gBAEA,qBACA,qBACA,CAGF,wCACE,qBAGF,6CACE,qBAGA,qCADA,UAEA,kBAHA,UAGA,CC/BF,oBAGE,eACA,CCJF,yCDIE,uCAHA,uCACA,eCEA,CAJF,qBAGE,aACA,CAGF,gDAUE,4DACA,mCACA,6BADA,2BAJA,eALA,qBACA,SAEA,oBAGA,0DAJA,OAQA,CAGF,yBACE,mBACA,0DCxBF,6BACE,cACA,gBAEA,gDAEE,sBADA,UACA,CAGF,sDACE,gBAIJ,qBAGE,wBAAyB,CACzB,uBAAuB,CAHvB,cACA,kEAEwB,CAG1B,0BACE,wBAAyB,CACzB,uBAAwB,CAG1B,yBAKE,6BAFA,cADA,gBADA,kBAGA,kBACA,CAGF,oCACE,mBAGF,8BACE,WAGF,2DASE,sBAJA,qBAHA,wCAIA,gCACA,qCAIA,gBACA,uBACA,mBAHA,mBAPA,SAUA,CAGF,0BACE,cAGF,iCAKE,sBAJA,gBACA,gCAEA,qCADA,aAEA,CAGF,mFAIE,OAFA,wCACA,MAEA,UAGF,sCACE,oCAGF,iCACE,iBAGF,wBAEE,kDADA,UACA,CCxFF,0BACE,wBAAyB,CAQzB,kBANA,cACA,gCACA,gBAEA,gBADA,gBAEA,yCACA,CAGF,kEAeE,yBAPA,sBAMA,WAXA,qBADA,wCAEA,gCAQA,qCANA,SAKA,gBANA,UAQA,gBAHA,mBADA,kBAMA,CAGF,mCACE,uBAGF,2CACE,0BAGF,0CACE,0BCYA,gHCpCE,cATA,aAEA,CAHA,oCACA,CAFA,cACA,CADA,wBACA,CAJF,eAGE,CAQA,gBACA,CADA,yBACA,CAJA,aACA,CAFA,SACA,CACA,eAEA,CACA,oBACA,sBAEA,uCAGF,eACE,kBACA,sCAGF,iBACE,sCAMA,qBADA,QACA,CAFA,kBACA,CAFF,iBAIE,6CAME,WACA,CAFA,aACA,CAFA,MACA,CAEA,iBALF,iBACE,MAKA,2EAIJ,cACE,4EAGF,cACE,CCjDJ,qEAGE,cAEA,gBADA,iBAFA,iBAGA,CAGF,kCACE,gBAGF,qCAYE,sBADA,uDAHA,sBANA,qBAEA,iBADA,iBAGA,gBACA,mBAEA,kBAGA,CAGF,kBASE,8DACA,WAFA,eADA,kBAFA,eAJA,kBAEA,QAGA,kBAJA,MAEA,UAMA,CAGF,mBAIE,iBADA,qBAFA,kBACA,WAEA,CAGF,0BAiBE,sBAFA,yBACA,yFAFA,uDAHA,sBALA,cAHA,OAKA,iBADA,iBAKA,gBAHA,aARA,kBAGA,QAFA,KAeA,CAGF,mDAIE,4BADA,iBAEA,kBAHA,WADA,SAIA,CAGF,6CAEE,6BADA,SACA,CAGF,mDACE,gBAGF,uBAUE,wBADA,4BAEA,0BANA,qBAEA,YAJA,UAFA,kBACA,SAIA,UAKA,CAGF,uBACE,mCAAoC,CACpC,uEACA,wBACA,sCAGF,2BACE,mCACA,2EAEA,wBAGF,2BACE,4DACA,yEAEA,wBAGF,2BAEE,yBAYF,6BACE,CATA,aAEA,CAJA,cACA,yBACA,CAJA,eAEA,CAKA,iBACA,CAFA,oBACA,CACA,eACA,2CAIA,2BACA,qCAGF,2CACE,oCAGF,8BACE,wBAGF,uCAEE,4BAKF,8CAJE,YACA,+BAGF,qDACE,cC1JF,yEAGE,cACA,gBAFA,iBAEA,CAGF,oBAgBE,sBAFA,8DAHA,uDAJA,sBAQA,uCALA,eATA,qBAWA,kBATA,eAEA,kBACA,mBAEA,mBANA,UAcA,CCvBF,8BACE,cAEA,aACA,gBACA,UACA,mBAJA,UAIA,CAGF,mCAKE,yBADA,eAHA,qBAKA,iCAHA,sBADA,UAIA,CAGF,yCACE,yBClBA,iCACE,sCAGF,6HAOE,6BACA,YAFA,sBAMA,uCARA,gBACA,UAMA,qBADA,uBADA,kBAGA,CAGF,gCAEE,cADA,uCAGA,2CADA,2CACA,CAGF,8BAUE,uCAHA,eALA,cADA,uCAKA,2CAFA,2CADA,gDAKA,yBAEA,CAGF,+DAOE,oCAJA,qBADA,wCAGA,2CADA,4CAEA,kBACA,CAGF,8BACE,8CAGF,iCACE,wBAGF,6BACE,cACA,mBACA,mBAEA,wCACE,+CAKN,yBACE,iCACE,uCCvEJ,wBAME,wCAAkD,CAJlD,sBADA,cAGA,gBADA,kBAGmD,CAGrD,yBACE,qBAEA,gBACA,mBAFA,WAEA,CAGF,wBACE,qBAEA,mBADA,UACA,CAGF,uBACE,cAEA,mBACA,mBAFA,UAEA,CAGF,iFAUE,sBANA,qBADA,wCAGA,oCAEA,yCAIA,gBALA,kBAMA,uBAJA,mBAEA,mBANA,kCAQA,CAGF,wDAEE,6BACA,sBAGF,4BAEE,4BADA,uCACA,CAGF,yBAIE,6DADA,sBADA,kBADA,UAGA,CAGF,yBACE,+BACE,cAIJ,yBACE,wBACE,0CAAmD,CAAnD,CAIJ,wBACE,iFAGE,yCAGF,yBAEE,YADA,eACA,ENjCF,sBO/CA,yCAHA,qBACA,CAFF,aACE,CAEA,eACA,CAFA,kBAIA,4BAIE,kBACA,CAHF,YACE,2BACA,CACA,cACA,sFAYA,sBADA,iBACA,CANA,oBACA,CAJF,cAGE,CAHF,wBAGE,CAEA,mCACA,yCACA,kBACA,CAJA,kCAMA,4BAIA,6DADF,UAEE,+BAIA,8DADF,UAEE,6BAKA,sBADA,wBACA,CADA,kCACA,CAFF,aACE,CADF,wBAGE,6BAcA,qBACA,CACA,uCAXA,oBAEA,CAHA,cACA,CADA,wBACA,CAFF,eACE,CAQA,eACA,CAJA,aACA,CAFA,kBACA,CACA,eAEA,CACA,oBACA,CACA,qBACA,CATA,UAUA,oCAEA,WACE,qBACA,kBACA,0BAKN,2BACE,YACE,2BAIJ,oBACE,0CACE,0BAIJ,oEACE,wCAGE,qBAIA,YADF,eAEE,ECzFJ,yBACE,cAEA,gBACA,SAAQ,CAFR,UAEA,CAGF,8BACE,aAEA,oBADA,gCAGA,aACA,mBAFA,UAEA,CAGF,6DAEE,qBACA,YAEA,iBADA,SAEA,mBAGF,8BACE,kBACA,gBACA,mBAGF,gCAIE,yBAHA,qBACA,WACA,cAEA,iCAGF,gCAaE,sCAPA,cADA,wCAEA,YAJA,WAQA,iBAFA,SARA,kBAWA,iBAVA,MAMA,UAKA,CAGF,6BAME,yBAFA,kBAHA,qBACA,oBACA,YAIA,iCAFA,kBAEA,CAGF,qIAEE,8DAGF,oEACE,wCCvEF,qBACE,cAEA,mBADA,kEACA,CAEA,6BACE,cACA,gBAEA,gDAEE,sBADA,UACA,CAGF,sDACE,gBAIJ,4BAOE,0EADA,sBALA,qBAEA,UACA,mBACA,mBAHA,WAKA,CAEA,uCACE,kBAGF,oCACE,cACA,YAEA,gBADA,gBAEA,gBAEA,uDAEE,sBADA,SACA,CAGF,6DACE,gBAKN,kFAcE,sBAEA,uCAVA,cAFA,wCADA,gBASA,gBAHA,cADA,UAGA,gBAEA,qBAEA,sBARA,UASA,CAGF,4BAKE,mBAQA,4EAHA,sBAPA,aAFA,gBAGA,2BAIA,qDADA,wDAIA,kBACA,mBANA,UAOA,CAGF,kEAME,uCAJA,qBAEA,wCADA,gBAEA,eACA,CAGF,kCACE,gBACA,8CACA,gBAGF,gCAME,oCALA,gBACA,iBAOF,4BAKE,4EAJA,gBAGA,mBADA,qBADA,yDAGA,CClHJ,wBAQE,8DADA,uDAJA,qDADA,YAGA,mBAJA,UAOA,CAEA,gCAEE,mBADA,uCACA,CAGF,+BAGE,mBAGA,4EALA,aACA,8BAGA,eADA,eAEA,CAGF,qHAeE,cARA,cAFA,wCADA,gBAQA,gBAHA,cADA,UAGA,gBAEA,qBACA,qBACA,CAGF,6BAME,uCAHA,eADA,qBADA,gBAGA,SACA,yBACA,CAGF,6BACE,qBAGF,4BAIE,8DADA,wDAFA,qBAIA,gBAHA,0DAGA,CAGF,8DAOE,yBADA,uDAJA,qBAEA,uCACA,kBAFA,qBAIA,CAGF,gCAEE,iBADA,qBACA,CAGF,8BACE,sBAGF,4DAIE,uCAFA,gBACA,iBACA,CAGF,8BACE,qBAGF,8BAEE,oCADA,cACA,CAGF,8BACE,qBAEA,YACA,iBACA,sBAHA,UAGA,CCvGJ,0BAGE,oDACA,6CACA,gBAHA,yDAIA,CAEA,8DAFA,4EALA,aAWE,CAJF,oCAGE,YAFA,iBAGA,CAGF,8BAOE,6DALA,SAEA,qBADA,OAFA,kBAKA,sBADA,QAEA,CAGF,iCAGE,uBAFA,aAGA,kCAFA,8BAGA,+CAGF,+BAGE,sBACA,sCAFA,qBADA,wCAGA,CCrCJ,uBACE,qBACA,qBACA,mBAGF,mCACE,gBAGF,2BAGE,sCADA,gBAEA,kBAHA,WAGA,CAGF,qBACE,qBAGA,aADA,gBADA,WAEA,CCrBF,8EAWE,sBADA,8DADA,kBADA,sBANA,qBAGA,qBADA,iBAEA,aACA,mBAJA,sBAQA,CAEA,uFAKE,sBAJA,cAEA,YACA,sBAEA,mBAJA,UAIA,CAGF,yFAOE,oCAJA,cADA,eADA,gBAGA,eACA,UACA,iBACA,CAGF,gMASE,uCANA,cADA,gBAIA,gBAFA,cACA,UAEA,kBACA,oBACA,CAGF,0FACE,uCACA,iBACA,eAGF,sGAGE,sCAFA,wCACA,gBACA,CAIJ,0CAEE,gBADA,UACA,CAGF,oDACE,eAGF,wBACE,8EAEE,iBACA,eAEA,0FACE,SAGF,sGACE,cAKN,wBACE,8EAEE,gBACA,eAEA,yFACE,eAGF,0FACE,uCAGF,uFACE,cCjGN,gCACE,eAAgB,CAChB,0CAA6C,CAC7C,qBAEA,2CACA,mBAFA,uBAEA,CAEA,uCAEE,cACA,YAFA,iBAEA,CAEA,0FAcE,uCARA,cAFA,qCADA,wCADA,gBASA,2CAHA,cADA,UAGA,gBAEA,qBACA,qBACA,CAGF,6CACE,kBAEA,OAAM,CADN,KACA,CAIJ,qCAEE,cAEA,4BAHA,kBAEA,uBACA,CAEA,yCAQE,6BADA,8DAEA,eAPA,qBAEA,uBACA,mBAJA,kBASA,kBAJA,mBAHA,qBAOA,CAEA,+CAcE,sBADA,4DAPA,qBAEA,SALA,OAFA,kBACA,SAQA,0DAHA,QAHA,SAUA,CAGF,8CAmBE,sBADA,8DAFA,uDACA,0EAHA,eAPA,cANA,uCAEA,YAMA,iBAEA,kBADA,kBAEA,mCAVA,kBAaA,gBAXA,8BAIA,YAHA,SAcA,CAEA,iEAEE,6BADA,SACA,CAGF,uEACE,gBCnGV,sCACE,mBAGF,2BAYE,sBAFA,8DACA,kBAJA,sBALA,qBAIA,qBAFA,gBACA,sBAJA,kBAOA,mBALA,UASA,CAGF,sCACE,kBAGF,0CAKE,cAFA,SAGA,mBAEA,gBAPA,kBACA,QAOA,mBAGF,gCAgBE,8DACA,sDALA,mBAGA,WAXA,cAHA,wCACA,gBAIA,YAOA,mBAJA,iBAFA,cAGA,kBACA,mBANA,UAYA,CAGF,oCAKE,UAJA,qBAEA,YACA,gBAFA,UAGA,CAGF,wEAGE,cADA,uCAEA,SACA,UACA,gBAGF,uCAGE,sCAFA,cACA,eACA,CAGF,gCACE,0DACA,kDAGF,+BACE,yBACA,qBCrFF,0BAOE,sBADA,wDALA,qBAEA,qBACA,aACA,mBAHA,WAKA,CAEA,8BAYE,4DADA,mBAVA,cAKA,uCACA,gBAJA,mBACA,eAIA,kBACA,yBAPA,UAUA,CAGF,8BACE,cACA,eACA,UAEA,gBACA,mBAEA,wEAeE,sCAVA,qBAFA,wCADA,gBAQA,2CAHA,SADA,UAGA,gBAEA,qBACA,mBACA,kBAEA,CAGF,oCACE,YCnDN,oBAGE,0EACA,iBACA,kBAHA,kDADA,iBAIA,CAEA,0BAQE,4DADA,4EALA,YAEA,cADA,qCAFA,kBAKA,gBAEA,CAEA,8BAQE,qEACA,wBACA,4BACA,yBAEA,CAPA,YAHA,OAFA,kBACA,MAGA,SAQA,qCAYE,2DACA,uDACA,CARA,iCAEA,kBACA,CACA,sBAEA,CAHA,kBACA,CALA,UAcJ,oEAJI,6DAIJ,CALI,sCACA,CAZA,oBAEA,CAJA,cAwCJ,CAtBA,+BAkBE,mEACA,CAFA,mDACA,CACA,yDAGF,CANE,+DACA,CAFA,iGACA,CALA,2DACA,CAFA,uDACA,CALA,YACA,gDAEA,gBACA,CALA,SAiBF,qCAGE,mEACA,0DAIJ,CANI,+DACA,CAFA,+FAOJ,4BAGE,sBAKJ,CAPI,iBACA,4BACA,CAKJ,0DAIE,GACE,OALJ,qDAIE,GACE,OAIJ,8DAEI,GAGA,aALJ,oDAEI,GAGA,wBCpGF,6BACE,cACA,mBAGF,4GAUE,sBAJA,qBAFA,wCAKA,qCAGA,gBALA,wCAJA,kBAYA,gBAFA,uBACA,mBAHA,kBAIA,CAGF,oCACE,YAGF,oCAEE,iBADA,UACA,CAGF,oCAEE,SAAQ,CADR,wBACA,CAGF,gCAcE,4DACA,4PAKE,2BACA,2BAVF,YAPA,WAMA,sBAEA,eANA,cACA,wBALA,OADA,kBAEA,QAMA,iDAYE,yDAIA,qCAKN,8BAEI,CAPE,oDAUF,0DAXE,gEAFA,iDACA,0CACA,CAQF,2EAGA,+CAGA,+BAGA,0DAGA,0DAGA,0DAjBJ,yBACE,KACE,iDAEF,IACE,0DAEF,uCACE,+BAGA,0DAGA,0DAGA,wMCpFF,gCAEE,sCADA,mBAEA,mBCJJ,2BACE,mBAGF,yBACE,qBAGA,cADA,gBADA,WAEA,CCRF,uBAYE,6BACA,YAFA,sBAMA,eAZA,cAFA,uCADA,gBAQA,2CAFA,qCAFA,gBACA,kDANA,kBAeA,qBADA,uBADA,kBAGA,CCjBF,wBAKE,sBAHA,cAEA,cAHA,kBAEA,UAEA,CAEA,4DAOE,sBAHA,cAFA,uCACA,gBAKA,gBAFA,cAGA,gBAJA,UAIA,CAGF,+BAWE,yBAFA,4CAGA,0BAPA,cAKA,eATA,cACA,YAEA,iBADA,cAIA,gBADA,kBAMA,CAEA,oCAQE,kDADA,yBADA,kBADA,sBAJA,qBAEA,YACA,mBAFA,UAMA,CAIJ,6BAME,yBACA,0BAHA,cADA,gBAFA,iBACA,sBAGA,kBAEA,CAGF,6BAEE,YADA,kBAEA,WAEA,mCACE,YACA,WAKN,wBACE,wBAEE,cADA,SACA,CAEA,6BACE,cCzEN,uBAGE,mBAQA,sBATA,aAKA,aAHA,uBAKA,SADA,UAPA,kBAWA,kBANA,wBAMA,CAEA,+BACE,gBAGF,2BACE,WAGF,qEAEE,eACA,gBACA,iBACA,UAGF,mCACE,aAGF,kCACE,gBAGF,+DAaE,cATA,qBAFA,wCAQA,gBAFA,mBAFA,gBACA,UAIA,kBACA,qBAPA,UAQA,CAGF,4BACE,eACA,oBACA,0BAIJ,wBACE,uBACE,cAEA,iBADA,UACA,CAEA,qEAGE,uCADA,SACA,CAGF,mCACE,WC1EN,6BAGE,mBAWA,yBADA,YADA,kBADA,sBAVA,aAIA,YAHA,8BAKA,SADA,UAGA,kBACA,mBANA,UAUA,CAEA,kCAkBE,sBAFA,yBACA,gBADA,kBAHA,sBAMA,cATA,eATA,qBAMA,uCACA,gBAJA,YADA,SADA,cASA,kBACA,qBAPA,UAcA,CAEA,2CAIE,8DADA,4EADA,sEADA,UAGA,CAGF,8CACE,0BAGF,6CAEE,0BADA,8BACA,CCpDN,4VAOE,uBADA,SALA,eAEA,SAEA,UAHA,UAEA,sBAGA,CAGF,KACE,cAGF,8EACE,cAGF,GACE,gBAGF,aACE,YAGF,oDACE,aAGF,EAKE,uBAJA,eAEA,SADA,UAEA,sBACA,CAGF,IAGE,qBAGF,SAJE,sBADA,UASA,CAJF,KAEE,kBADA,eAGA,CAGF,IACE,6BAGF,MAEE,yBADA,gBACA,CAGF,GAKE,QAAO,CAJP,cACA,WAEA,aADA,SAEA,CAGF,gBACE,sBAGF,GAKE,QAAO,CAJP,eAEA,SACA,UAFA,SAGA,CzB7EF,MACE,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,aAAc,CACd,aAAc,CAEd,gBAAiB,CACjB,eAAgB,CAChB,cAAe,CACf,aAAc,CACd,eAAgB,CAChB,cAAe,CACf,cAAe,CACf,eAAgB,CAChB,gBAAiB,CAEjB,qBAAsB,CACtB,qBAAsB,CACtB,sBAAuB,CAGvB,qBAAsB,CACtB,sBAAuB,CAEvB,qBAAsB,CACtB,oBAAqB,CACrB,sBAAuB,CACvB,sBAAuB,CACvB,wBAAyB,CAEzB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CAEnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CAEnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CAEnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,CACnB,kBAAmB,C0BnDrB,KACI,sBAGJ,iBAGI,mBAGJ,kBAII,iCADA,4BACA,CAGJ,gBAGI,YAGJ,IACI","sources":["ts/components/DropZone/index.module.scss","ts/pages/PageWrapper/styles/logo.module.scss","ts/components/SplashScreen/index.module.scss","ts/components/SplashScreen/progress.module.scss","ts/components/UiKit/styles/index.module.scss","ts/components/ModalWindow/styles/index.module.scss","ts/pages/PageWrapper/styles/switch.module.scss","ts/pages/PageWrapper/styles/sidebar.module.scss","ts/pages/Settings/styles/index.module.scss","ts/pages/PageWrapper/styles/header.module.scss","ts/pages/PageWrapper/styles/filters.module.scss","ts/pages/PageWrapper/styles/index.module.scss","ts/components/Page/index.module.scss","ts/components/NothingFound/index.module.scss","ts/components/Loading/index.module.scss","ts/components/DataLoader/styles/paginator.module.scss","ts/components/Title/index.module.scss","ts/components/Table/styles/header.module.scss","ts/components/Table/styles/index.module.scss","ts/components/LineChart/styles/index.module.scss","styles/variables.scss","ts/components/Description/index.module.scss","ts/components/Recommendations/styles/card.module.scss","ts/components/Recommendations/styles/index.module.scss","ts/components/BarChart/index.module.scss","ts/components/DayInfo/index.module.scss","ts/components/HoursChart/index.module.scss","ts/components/HoursChart/styles/legend.module.scss","ts/components/CandyChart/index.module.scss","ts/components/Tempo/styles/index.module.scss","ts/components/Tempo/styles/task.module.scss","ts/components/Tempo/styles/chart.module.scss","ts/pages/Team/styles/filters.module.scss","ts/components/CardWithIcon/index.module.scss","ts/components/YearChart/styles/index.module.scss","ts/components/Achievement/styles/index.module.scss","ts/components/Extension/styles/index.module.scss","ts/components/Races/index.module.scss","ts/components/Tv100And1/styles/index.module.scss","ts/pages/Team/styles/quiz.module.scss","ts/pages/Person/styles/index.module.scss","ts/components/DataLoader/styles/more.module.scss","ts/components/Console/index.module.scss","ts/pages/Welcome/styles/index.module.scss","ts/components/UiKit/styles/switch.module.scss","styles/reset.scss","styles/base.scss"],"sourcesContent":["@import '../../../styles/variables';\r\n\r\n.dropzone {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100vw;\r\n height: 100vh;\r\n z-index: 1;\r\n background-color: white;\r\n\r\n &_icon {\r\n display: block;\r\n width: 300px;\r\n height: auto;\r\n margin: 0 auto;\r\n vertical-align: top;\r\n }\r\n\r\n &_title {\r\n font-weight: 100;\r\n font-size: 24px;\r\n text-align: center;\r\n display: block;\r\n width: 100%;\r\n color: black;\r\n vertical-align: top;\r\n }\r\n}\r\n\r\n","@import '../../../../styles/variables.scss';\r\n\r\n.logo {\r\n display: block;\r\n padding: 0 24px 0 0;\r\n margin: 0 0 27px 0;\r\n\r\n text-align: center;\r\n text-decoration: none;\r\n box-sizing: border-box;\r\n border: none;\r\n\r\n &_icon {\r\n height: 20px;\r\n margin: 0 auto;\r\n }\r\n}\r\n\r\n.logo_title {\r\n font-weight: bold;\r\n font-size: 18px;\r\n display: inline-block;\r\n margin: 0 0 0 46px;\r\n line-height: 32px;\r\n vertical-align: middle;\r\n text-align: center;\r\n letter-spacing: 7px;\r\n color: #DCE3F6;\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .logo {\r\n padding: 0;\r\n text-align: center;\r\n }\r\n\r\n .logo_title {\r\n display: none;\r\n }\r\n}","@import '../../../styles/variables';\r\n\r\n.splash_screen {\r\n position: fixed;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n z-index: 2;\r\n\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n overflow: hidden;\r\n background-color: var(--color-black);\r\n\r\n animation: splash_screen .5s linear 5.5s forwards;\r\n\r\n &_container {\r\n display: block;\r\n width: 300px;\r\n box-sizing: border-box;\r\n text-align: center;\r\n\r\n animation: splash_screen_container 1s linear 4s forwards;\r\n }\r\n\r\n &_description {\r\n font-size: 10px;\r\n font-weight: 100;\r\n display: block;\r\n padding: 0;\r\n margin: 8px 0 0 0;\r\n\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n text-transform: none;\r\n color: #404148;\r\n }\r\n}\r\n\r\n@keyframes splash_screen {\r\n from {\r\n bottom: 0;\r\n left: 0;\r\n opacity: 1;\r\n }\r\n to {\r\n bottom: 100%;\r\n left: 100%;\r\n opacity: 0;\r\n }\r\n}\r\n\r\n@keyframes splash_screen_container {\r\n from {\r\n opacity: 1;\r\n }\r\n to {\r\n opacity: 0;\r\n }\r\n}",".progress_bar {\n display: block;\n width: 100%;\n height: 16px;\n text-align: left;\n border-radius: 4px;\n\n background-color: #404148;\n\n &:after {\n content: '';\n font-size: 0.8em;\n display: block;\n width: 0;\n height: 100%;\n padding-top: 0.1em;\n\n text-align: right;\n box-sizing: border-box;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n word-wrap: break-word;\n border-radius: 4px;\n\n color: white;\n background-color: green;\n background-size: 23px 22px;\n\n background-image: -webkit-repeating-linear-gradient(135deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, .35) 8px, rgba(255, 255, 255, 0) 9px, rgba(255, 255, 255, 0) 16px);\n background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .35), rgba(255, 255, 255, .35) 8px, rgba(255, 255, 255, 0) 9px, rgba(255, 255, 255, 0) 16px);\n }\n}\n\n.progress_bar,\n.progress_bar:after {\n transition: background-color 0.7s, width 0.5s;\n}\n\n.progress_bar:after {\n animation: progress_bar 4.3s linear forwards;\n}\n\n@keyframes progress_bar {\n from {\n width: 0;\n background-size: 23px 22px;\n }\n 10% {\n width: 1%;\n background-size: 23px 32px;\n }\n 80% {\n width: 50%;\n background-size: 23px 32px;\n }\n 90% {\n width: 90%;\n background-size: 23px 32px;\n }\n 98% {\n width: 92%;\n background-size: 23px 32px;\n }\n to {\n width: 100%;\n background-size: 23px 44px;\n }\n}","@import '../../../../styles/variables';\r\n\r\n.ui_kit_common {\r\n font-size: var(--font-s);\r\n font-weight: 100;\r\n\r\n display: inline-block;\r\n width: 100%;\r\n height: 36px;\r\n padding: 0 var(--space-l);\r\n margin: 0;\r\n\r\n line-height: 36px;\r\n text-align: left;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n outline-color: transparent;\r\n\r\n border-radius: var(--border-radius-s);\r\n border: 1px solid var(--color-border);\r\n color: var(--color-black);\r\n background-color: #FFFFFF;\r\n}\r\n\r\n.wrapper + .wrapper {\r\n vertical-align: top;\r\n margin-top: var(--space-l);\r\n}\r\n\r\n.title,\r\n.description,\r\n.help,\r\n.error,\r\n.button {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n\r\n display: block;\r\n padding: 0;\r\n margin: 0 auto;\r\n\r\n text-align: left;\r\n line-height: 1.3;\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n color: var(--color-grey);\r\n}\r\n\r\n.title {\r\n font-weight: bold;\r\n color: var(--color-black);\r\n}\r\n\r\n.title,\r\n.description {\r\n margin-bottom: 6px;\r\n}\r\n\r\n.help,\r\n.error {\r\n margin-top: 6px;\r\n}\r\n\r\n.error {\r\n color: var(--color-12);\r\n}\r\n\r\n.button {\r\n --button-color-bg: var(--color-button);\r\n --button-color-text: #FFFFFF;\r\n --button-color-border: var(--color-button);\r\n --button-color-hover: var(--color-button-2);\r\n\r\n &_slim,\r\n &_second {\r\n --button-color-bg: #FFFFFF;\r\n --button-color-text: var(--color-black);\r\n --button-color-border: var(--color-border);\r\n --button-color-hover: var(--color-border);\r\n }\r\n}\r\n\r\n.button {\r\n font-weight: bold;\r\n font-size: var(--font-xs);\r\n display: inline-block;\r\n height: 36px;\r\n min-width: 36px;\r\n padding: 0 var(--space-s);\r\n margin: 0;\r\n\r\n cursor: pointer;\r\n line-height: 36px;\r\n text-align: center;\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n vertical-align: top;\r\n border: 1px solid var(--button-color-border);\r\n border-radius: var(--border-radius-s);\r\n\r\n color: var(--button-color-text);\r\n background-color: var(--button-color-bg);\r\n\r\n &:hover {\r\n background-color: var(--button-color-hover);\r\n }\r\n\r\n &.disabled {\r\n pointer-events: none;\r\n opacity: 0.5;\r\n }\r\n\r\n &_slim {\r\n font-weight: 100;\r\n }\r\n}\r\n\r\n.button + .button {\r\n margin: 0 0 0 24px;\r\n}\r\n\r\n.ui_kit_select {\r\n padding: 0 var(--space-xs) 0 var(--space-l);\r\n}\r\n\r\n.ui_kit_dialog {\r\n position: absolute;\r\n bottom: 48px;\r\n left: 0;\r\n\r\n display: block;\r\n width: 300px;\r\n max-height: 200px;\r\n padding: 8px 0;\r\n\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n border-radius: 8px;\r\n background-color: #FFFFFF;\r\n box-shadow: 0 0 5px #C0C0C0;\r\n}\r\n\r\n.ui_kit_button_menu {\r\n --button-color-bg: #FFFFFF;\r\n --button-color-text: var(--color-black);\r\n --button-color-border: var(--color-border);\r\n --button-color-hover: var(--color-border);\r\n\r\n font-weight: bold;\r\n font-size: var(--font-xs);\r\n display: block;\r\n height: 36px;\r\n width: 100%;\r\n padding: 0 var(--space-s);\r\n margin: 0;\r\n\r\n cursor: pointer;\r\n line-height: 36px;\r\n text-align: left;\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n vertical-align: top;\r\n border: none;\r\n border-bottom: 1px solid var(--button-color-border);\r\n border-radius: 0;\r\n\r\n color: var(--button-color-text);\r\n background-color: var(--button-color-bg);\r\n\r\n &:hover {\r\n background-color: var(--button-color-hover);\r\n }\r\n}",".modal_window {\n display: block;\n width: 400px;\n padding: 0;\n margin: 0 auto;\n box-sizing: border-box;\n box-shadow: 0 0 5px gray;\n background-color: #FFFFFF;\n border-radius: 8px;\n\n &_wrapper {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 3;\n\n display: flex;\n align-items: center;\n justify-content: center;\n\n background-color: rgba(90, 90, 90, 0.2);\n }\n\n &_title,\n &_body,\n &_footer {\n display: block;\n overflow: hidden;\n margin: 0 auto;\n box-sizing: border-box;\n\n border-radius: 8px;\n\n text-align: left;\n white-space: normal;\n }\n\n &_title {\n position: relative;\n padding: 24px;\n }\n\n &_body {\n max-height: 60vh;\n padding: 0 24px;\n overflow: auto;\n }\n\n &_footer {\n padding: 24px;\n text-align: right;\n }\n\n &_close {\n position: absolute;\n top: 4px;\n right: 4px;\n\n display: block;\n width: 24px;\n height: 24px;\n\n cursor: pointer;\n }\n}\n","@import '../../../../styles/variables.scss';\r\n\r\n.switch {\r\n display: block;\r\n width: calc(100% - 24px);\r\n padding: 4px;\r\n margin: 0 0 40px 0;\r\n text-align: center;\r\n white-space: nowrap;\r\n box-sizing: border-box;\r\n border-radius: 8px;\r\n border: none;\r\n background-color: #252735;\r\n}\r\n\r\n.switch_item {\r\n display: inline-block;\r\n width: 50%;\r\n max-width: 50%;\r\n padding: 8px 0;\r\n margin: 0;\r\n\r\n font-size: var(--font-s);\r\n font-weight: 100;\r\n\r\n cursor: pointer;\r\n text-align: center;\r\n text-decoration: none;\r\n box-sizing: border-box;\r\n border-radius: 6px;\r\n color: #84858D;\r\n\r\n &.selected {\r\n color: #FFFFFF;\r\n background-color: #37394B;\r\n }\r\n\r\n &_icon {\r\n display: none;\r\n height: 16px;\r\n width: 16px;\r\n padding: 0;\r\n margin: 0;\r\n text-decoration: none;\r\n vertical-align: top;\r\n }\r\n\r\n &_icon > svg {\r\n fill: #84858D;\r\n }\r\n}\r\n\r\n.switch_item:last-child {\r\n margin: 0;\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .switch {\r\n width: 100%;\r\n border-radius: 0;\r\n }\r\n\r\n .switch_item {\r\n display: block;\r\n width: 100%;\r\n max-width: none;\r\n padding: 6px 0;\r\n margin: 0 0 6px 0;\r\n text-align: center;\r\n border-radius: 4px;\r\n\r\n &_title {\r\n display: none;\r\n }\r\n &_icon {\r\n display: inline-block;\r\n }\r\n }\r\n}","@import '../../../../styles/variables.scss';\r\n\r\n.sidebar {\r\n grid-area: sidebar;\r\n padding: 23px 0 0 24px;\r\n text-align: left;\r\n box-sizing: border-box;\r\n background-color: var(--color-black);\r\n}\r\n\r\n.sidebar_title,\r\n.sidebar_item {\r\n display: block;\r\n width: 100%;\r\n padding: 10px 0 10px 18px;\r\n margin: 0 auto;\r\n\r\n font-size: var(--font-s);\r\n font-weight: 100;\r\n\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n cursor: pointer;\r\n text-align: left;\r\n text-decoration: none;\r\n box-sizing: border-box;\r\n border: none;\r\n vertical-align: top;\r\n transition: background-color 0.3s;\r\n border-radius: 4px 0 0 4px;\r\n color: #84858D;\r\n}\r\n\r\n.sidebar_title {\r\n cursor: auto;\r\n margin: 10px 0;\r\n padding: 0;\r\n border-radius: 0;\r\n border-bottom: 2px solid #202129;\r\n}\r\n\r\n.sidebar_item:hover,\r\n.sidebar_item.selected {\r\n color: #FFFFFF;\r\n background-color: #252735;\r\n}\r\n\r\n.sidebar_item_icon {\r\n display: inline-block;\r\n height: 16px;\r\n width: 16px;\r\n padding: 0;\r\n margin: 0 12px 0 0;\r\n text-decoration: none;\r\n vertical-align: top;\r\n}\r\n\r\n.sidebar_item_icon > svg {\r\n fill: #84858D;\r\n}\r\n\r\n.sidebar_item_title {\r\n display: inline-block;\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .sidebar {\r\n padding: 23px 0 0 0;\r\n }\r\n\r\n .sidebar_title,\r\n .sidebar_item_title {\r\n display: none;\r\n border-radius: 0;\r\n }\r\n\r\n .sidebar_item {\r\n padding: 10px 0;\r\n border-radius: 0;\r\n text-align: center;\r\n }\r\n\r\n .sidebar_item_icon {\r\n margin: 0;\r\n }\r\n}","@import '../../../../styles/variables';\r\n\r\n.buttons {\r\n &_header,\r\n &_footer {\r\n display: block;\r\n margin: 0 0 24px 0;\r\n }\r\n\r\n &_header {\r\n text-align: right;\r\n }\r\n\r\n &_footer {\r\n text-align: center;\r\n }\r\n}\r\n\r\n.user {\r\n padding: 24px 0;\r\n\r\n &_title {\r\n padding-left: 24px;\r\n }\r\n\r\n &_footer {\r\n padding: 24px 24px 0 24px;\r\n }\r\n}\r\n\r\n.salary {\r\n position: relative;\r\n padding: 24px;\r\n border-bottom: 1px solid #E2E9F0;\r\n\r\n &:nth-child(2n + 1) {\r\n background-color: #F5F7F9;\r\n }\r\n\r\n &_title {\r\n margin: 0;\r\n }\r\n\r\n &_icons {\r\n position: absolute;\r\n top: 20px;\r\n right: 12px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n\r\n &_item {\r\n display: inline-block;\r\n padding: 2px;\r\n height: 24px;\r\n width: 24px;\r\n\r\n cursor: pointer;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n }\r\n }\r\n\r\n &_footer {\r\n padding-top: 16px;\r\n text-align: right;\r\n }\r\n}","@import '../../../../styles/variables';\r\n\r\n.header {\r\n grid-area: header;\r\n display: block;\r\n padding: 20px 34px 20px 24px;\r\n box-sizing: border-box;\r\n text-align: right;\r\n background-color: #FFFFFF;\r\n}\r\n\r\n.header_title {\r\n float: left;\r\n font-size: 24px;\r\n font-weight: 100;\r\n display: inline-block;\r\n margin: 0;\r\n color: var(--color-black);\r\n}\r\n\r\n.header_setting {\r\n display: inline-block;\r\n width: 24px;\r\n height: 24px;\r\n padding: 0;\r\n cursor: pointer;\r\n user-select: none;\r\n vertical-align: top;\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.header_filters {\r\n position: relative;\r\n display: inline-block;\r\n white-space: nowrap;\r\n padding-right: 16px;\r\n margin-right: 16px;\r\n user-select: none;\r\n border-right: 1px solid var(--color-border);\r\n\r\n &_input {\r\n display: inline-block;\r\n width: 110px;\r\n height: 32px;\r\n padding: 0 0 0 12px;\r\n text-align: left;\r\n line-height: 32px;\r\n border: 1px solid #DBDCDD;\r\n box-sizing: border-box;\r\n border-radius: 3px;\r\n outline: none;\r\n }\r\n\r\n &_fast {\r\n position: absolute;\r\n bottom: -16px;\r\n left: 0;\r\n display: block;\r\n white-space: nowrap;\r\n\r\n &_button {\r\n font-size: var(--font-xs);\r\n display: inline;\r\n padding: 0;\r\n margin: 0 5px 0 0;\r\n text-align: left;\r\n text-decoration: underline;\r\n cursor: pointer;\r\n border: none;\r\n color: var(--color-grey);\r\n background: none;\r\n\r\n &:hover {\r\n text-decoration: none;\r\n }\r\n }\r\n }\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .header_filters {\r\n display: none;\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.page_wrapper {\r\n display: grid;\r\n grid-template-areas: 'sidebar header'\r\n 'sidebar main';\r\n grid-template-columns: 240px 1fr;\r\n grid-template-rows: 72px 1fr;\r\n min-height: 100vh;\r\n background-color: #F5F7F9;\r\n\r\n &_main {\r\n grid-area: main;\r\n display: block;\r\n width: calc(100vw - 258px);\r\n min-height: calc(100vh - 72px);\r\n padding: 24px;\r\n box-sizing: border-box;\r\n }\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .page_wrapper {\r\n grid-template-columns: 60px 1fr;\r\n\r\n &_main {\r\n width: calc(100vw - 78px);\r\n }\r\n }\r\n}\r\n","@import '../../../styles/variables';\r\n\r\n.main_wrapper {\r\n display: block;\r\n width: 100%;\r\n text-align: left;\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n\r\n &_white {\r\n position: relative;\r\n display: inline-block;\r\n padding: 24px;\r\n margin-bottom: 24px;\r\n width: 100%;\r\n white-space: normal;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n border-radius: 8px;\r\n border: 1px solid var(--color-border);\r\n background-color: #FFFFFF;\r\n }\r\n\r\n &_icons {\r\n position: absolute;\r\n top: 14px;\r\n right: 14px;\r\n display: inline-block;\r\n white-space: nowrap;\r\n }\r\n\r\n &_item {\r\n position: relative;\r\n display: inline-block;\r\n width: calc(50% - 12px);\r\n padding: 0;\r\n margin: 0;\r\n white-space: normal;\r\n vertical-align: top;\r\n border: 1px solid transparent;\r\n background-color: transparent;\r\n }\r\n}\r\n\r\n.page_smart_box {\r\n position: relative;\r\n display: inline-block;\r\n padding: 0 0 24px 0;\r\n margin-bottom: 24px;\r\n width: 100%;\r\n white-space: normal;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n border-radius: 8px;\r\n border: 1px solid var(--color-border);\r\n background-color: #FFFFFF;\r\n}\r\n\r\n.main_wrapper_item + .main_wrapper_item {\r\n margin-left: 24px;\r\n}\r\n\r\n@media (max-width: 1200px) {\r\n .main_wrapper {\r\n &_item {\r\n display: block;\r\n width: 100%;\r\n margin: 0 0 24px 0;\r\n }\r\n &_white {\r\n display: block;\r\n }\r\n }\r\n .main_wrapper_item + .main_wrapper_item {\r\n display: block;\r\n margin: 0 0 24px 0;\r\n }\r\n}\r\n","@import '../../../styles/variables';\r\n\r\n.nothing_found {\r\n display: block;\r\n margin: 0 auto;\r\n padding: 24px 0;\r\n max-width: 80%;\r\n\r\n &_wrapper {\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n width: 100%;\r\n height: 100%;\r\n }\r\n\r\n &_icon {\r\n display: block;\r\n width: 200px;\r\n height: 100px;\r\n margin: 0 auto 24px auto;\r\n }\r\n\r\n &_title,\r\n &_text ,\r\n &_console {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n font-family: Arial, Verdana, sans-serif;\r\n\r\n display: block;\r\n max-width: 400px;\r\n padding: var(--space-s);\r\n\r\n box-sizing: border-box;\r\n text-align: left;\r\n line-height: var(--font-m);\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n\r\n color: #73809F;\r\n }\r\n\r\n &_title {\r\n font-weight: bold;\r\n margin: 0 auto 4px auto;\r\n text-align: center;\r\n }\r\n\r\n &_link {\r\n text-decoration: underline;\r\n color: var(--color-button);\r\n &:hover {\r\n text-decoration: none;\r\n }\r\n }\r\n\r\n &_console {\r\n padding: var(--space-s);\r\n line-height: var(--font-l);\r\n border-radius: var(--border-radius-s);\r\n border: 1px solid var(--color-border);\r\n background-color: var(--color-border);\r\n }\r\n}","@import '../../../styles/variables';\r\n\r\n.loading {\r\n display: block;\r\n height: 100%;\r\n width: 100%;\r\n margin: 0 auto;\r\n padding: 0;\r\n min-height: 80px;\r\n text-align: center;\r\n}","@import '../../../../styles/variables';\r\n\r\n.paginator {\r\n display: block;\r\n margin: 24px auto 0 auto;\r\n}\r\n\r\n.paginator_text {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n font-family: Arial, Verdana, sans-serif;\r\n\r\n display: inline-block;\r\n height: 36px;\r\n padding: 0;\r\n margin: 0 var(--space-s);\r\n\r\n text-align: left;\r\n line-height: 36px;\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n color: var(--color-black);\r\n}\r\n\r\n.paginator_page_number {\r\n display: inline-block;\r\n}\r\n\r\ninput.paginator_page_number {\r\n display: inline-block;\r\n width: 36px;\r\n padding: 0;\r\n margin: 0 var(--space-s);\r\n text-align: center;\r\n}","@import '../../../styles/variables';\r\n\r\n.title {\r\n font-size: var(--font-l);\r\n font-weight: 100;\r\n margin: 0 0 24px 0;\r\n color: var(--color-black);\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.title {\r\n font-size: var(--font-l);\r\n font-weight: 100;\r\n margin: 24px 0;\r\n color: var(--color-black);\r\n}\r\n\r\n.sort_up,\r\n.sort_down {\r\n display: inline-block;\r\n height: 0;\r\n width: 0;\r\n margin: 0 0 -5px 8px;\r\n\r\n cursor: pointer;\r\n transform: rotateZ(-45deg);\r\n\r\n border: 6px solid var(--color-grey);\r\n border-left-color: white;\r\n border-bottom-color: white;\r\n}\r\n\r\n.sort_down {\r\n margin: 0 0 3px 8px;\r\n transform: rotateZ(135deg);\r\n}","@import '../../../../styles/variables';\r\n\r\n.table_wrapper {\r\n display: block;\r\n overflow-x: auto;\r\n\r\n &::-webkit-scrollbar {\r\n height: 8px;\r\n background-color: #DDDDDD;\r\n }\r\n\r\n &::-webkit-scrollbar-thumb {\r\n background: #AAAAAA;\r\n }\r\n}\r\n\r\n.table {\r\n display: block;\r\n width: fit-content;\r\n --table-cell-height: 48px;\r\n --table-bar-width: 350px;\r\n}\r\n\r\n.table_tree {\r\n --table-cell-height: 22px;\r\n --table-bar-width: 200px;\r\n}\r\n\r\n.table_row {\r\n position: relative;\r\n font-weight: 100;\r\n display: block;\r\n white-space: nowrap;\r\n border-bottom: 1px solid #EEEEEE;\r\n}\r\n\r\n.table_row:last-child {\r\n border-bottom: none;\r\n}\r\n\r\n.table_row_hide {\r\n opacity: 0.2;\r\n}\r\n\r\n.table_cell,\r\n.table_header_cell {\r\n font-size: var(--font-xs);\r\n z-index: 0;\r\n\r\n display: inline-block;\r\n height: var(--table-cell-height);\r\n line-height: var(--table-cell-height);\r\n\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n vertical-align: top;\r\n}\r\n\r\n.table_cell {\r\n padding: 0 4px;\r\n}\r\n\r\n.table_header_cell {\r\n font-weight: bold;\r\n height: var(--table-cell-height);\r\n padding: 0 4px;\r\n line-height: var(--table-cell-height);\r\n background-color: #FFFFFF;\r\n}\r\n\r\n.table_cell:first-child,\r\n.table_header_cell:first-child {\r\n position: sticky;\r\n top: 0;\r\n left: 0;\r\n z-index: 1;\r\n}\r\n\r\n.table_cell:first-child {\r\n background-color: rgba(255, 255, 255, 0.9);\r\n}\r\n\r\n.table_cell_number {\r\n text-align: right;\r\n}\r\n\r\n.disabled {\r\n opacity: 0.4;\r\n filter: grayscale(0.6);\r\n}","@import '../../../../styles/variables';\r\n\r\n.line_chart {\r\n --line_chart-height: 24px;\r\n\r\n display: block;\r\n height: var(--line_chart-height);\r\n margin-top: 12px;\r\n text-align: left;\r\n overflow: hidden;\r\n user-select: none;\r\n border-radius: 4px;\r\n}\r\n\r\n.line_chart_item,\r\n.line_chart_sub_item {\r\n font-size: var(--font-xs);\r\n display: inline-block;\r\n height: var(--line_chart-height);\r\n padding: 0;\r\n margin: 0;\r\n\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n vertical-align: top;\r\n overflow: hidden;\r\n line-height: var(--line_chart-height);\r\n text-align: left;\r\n color: #FFFFFF;\r\n background-color: #D0D1D2;\r\n}\r\n\r\n.line_chart_sub_item {\r\n text-overflow: ellipsis;\r\n}\r\n\r\n.line_chart_item:first-child {\r\n border-radius: 4px 0 0 4px;\r\n}\r\n\r\n.line_chart_item:last-child {\r\n border-radius: 0 4px 4px 0;\r\n}\r\n",":root {\r\n --font-xxs: 10px;\r\n --font-xs: 13px;\r\n --font-s: 13px;\r\n --font-m: 16px;\r\n --font-l: 18px;\r\n\r\n --space-xxxs: 2px;\r\n --space-xxs: 4px;\r\n --space-xs: 6px;\r\n --space-s: 8px;\r\n --space-sm: 10px;\r\n --space-m: 12px;\r\n --space-l: 16px;\r\n --space-xl: 18px;\r\n --space-xxl: 24px;\r\n\r\n --border-radius-s: 4px;\r\n --border-radius-m: 8px;\r\n --border-radius-l: 12px;\r\n\r\n\r\n --color-first: #4162B5;\r\n --color-second: #ED675F;\r\n\r\n --color-black: #12131B;\r\n --color-grey: #CBCBCD;\r\n --color-border: #E2E9F0;\r\n --color-button: #0D69F2;\r\n --color-button-2: #0B59CC;\r\n\r\n --color-11: #7F9BE0;\r\n --color-12: #E9A5A1;\r\n --color-13: #C2ECC1;\r\n --color-14: #B6BAE9;\r\n --color-15: #A18BE0;\r\n\r\n --color-21: #FFC178;\r\n --color-22: #75CCE0;\r\n --color-23: #B2E069;\r\n --color-24: #EC95B6;\r\n --color-25: #E2DA84;\r\n\r\n --color-31: #A7C0FF;\r\n --color-32: #D7D4B1;\r\n --color-33: #E0BA96;\r\n --color-34: #E0BE69;\r\n --color-35: #C0D79C;\r\n\r\n --color-41: #B6C5C9;\r\n --color-42: #9E98AD;\r\n --color-43: #AACFD8;\r\n --color-44: #BAB2D0;\r\n --color-45: #DCBAC7;\r\n}\r\n",":root{--font-xxs: 10px;--font-xs: 13px;--font-s: 13px;--font-m: 16px;--font-l: 18px;--space-xxxs: 2px;--space-xxs: 4px;--space-xs: 6px;--space-s: 8px;--space-sm: 10px;--space-m: 12px;--space-l: 16px;--space-xl: 18px;--space-xxl: 24px;--border-radius-s: 4px;--border-radius-m: 8px;--border-radius-l: 12px;--color-first: #4162B5;--color-second: #ED675F;--color-black: #12131B;--color-grey: #CBCBCD;--color-border: #E2E9F0;--color-button: #0D69F2;--color-button-2: #0B59CC;--color-11: #7F9BE0;--color-12: #E9A5A1;--color-13: #C2ECC1;--color-14: #B6BAE9;--color-15: #A18BE0;--color-21: #FFC178;--color-22: #75CCE0;--color-23: #B2E069;--color-24: #EC95B6;--color-25: #E2DA84;--color-31: #A7C0FF;--color-32: #D7D4B1;--color-33: #E0BA96;--color-34: #E0BE69;--color-35: #C0D79C;--color-41: #B6C5C9;--color-42: #9E98AD;--color-43: #AACFD8;--color-44: #BAB2D0;--color-45: #DCBAC7}.description_title,.description_text,.description_list{font-weight:100;font-size:var(--font-xs);font-family:Arial,Verdana,sans-serif;display:block;padding:0;margin:0 auto;text-align:left;line-height:var(--font-m);text-decoration:none;vertical-align:bottom;color:#73809f}.description_title{font-weight:bold;margin:0 auto 4px auto}.description_text{margin-bottom:4px}.description_list{position:relative;padding:0 0 0 22px;margin:0;list-style-type:none}.description_list:before{position:absolute;top:0;left:0;display:block;content:\"—\";margin-right:8px}.description_text+.description_text{margin-top:8px}.description_list+.description_title{margin-top:4px}","@import '../../../../styles/variables';\r\n\r\n.recommendations_short,\r\n.recommendations_full {\r\n position: relative;\r\n display: block;\r\n max-height: 108px;\r\n margin: 0 0 16px 0;\r\n}\r\n\r\n.recommendations_full {\r\n max-height: none;\r\n}\r\n\r\n.more,\r\n.card {\r\n display: inline-block;\r\n min-height: 100px;\r\n max-height: 100px;\r\n\r\n text-align: left;\r\n vertical-align: top;\r\n box-sizing: border-box;\r\n white-space: normal;\r\n\r\n border-radius: var(--border-radius-m);\r\n background-color: white;\r\n}\r\n\r\n.more {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n width: 30px;\r\n margin: 0 0 8px 0;\r\n text-align: center;\r\n line-height: 100px;\r\n cursor: pointer;\r\n border: 1px solid var(--color-border);\r\n color: #AAAAAA;\r\n}\r\n\r\n.card {\r\n position: relative;\r\n width: 220px;\r\n margin: 0 12px 16px 0;\r\n border-left: none;\r\n}\r\n\r\n.card_wrapper {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n\r\n display: block;\r\n min-height: 100px;\r\n max-height: 100px;\r\n padding: 16px;\r\n\r\n box-sizing: border-box;\r\n overflow: hidden;\r\n\r\n border-radius: var(--border-radius-m);\r\n border: 1px solid var(--color-border);\r\n border-left: 8px solid var(--color-border);\r\n background-color: white;\r\n}\r\n\r\n.card:hover > .card_wrapper {\r\n z-index: 2;\r\n width: 170%;\r\n max-height: 450px;\r\n box-shadow: 2px 2px 3px #999999;\r\n overflow-y: scroll;\r\n}\r\n\r\n.card_wrapper::-webkit-scrollbar {\r\n width: 8px;\r\n background-color: transparent;\r\n}\r\n\r\n.card_wrapper::-webkit-scrollbar-thumb {\r\n background: #AAAAAA;\r\n}\r\n\r\n.card_icon {\r\n position: absolute;\r\n top: 16px;\r\n left: 16px;\r\n\r\n display: inline-block;\r\n width: 18px;\r\n height: 18px;\r\n\r\n background-repeat: no-repeat;\r\n background-position: center center;\r\n background-size: 100% auto;\r\n}\r\n\r\n.card_fact {\r\n --color-temp-border: var(--color-11);\r\n --color-temp-icon: url('/assets/recommendations/info.svg');\r\n --color-temp-bg: #EFF7FF;\r\n --color-temp-title: var(--color-first);\r\n}\r\n\r\n.card_warning {\r\n --color-temp-border: var(--color-21);\r\n --color-temp-icon: url('/assets/recommendations/warning.svg');\r\n --color-temp-bg: #FFF5F2;\r\n --color-temp-title: #E8B06D;\r\n}\r\n\r\n.card_error {\r\n --color-temp-border: var(--color-12);\r\n --color-temp-icon: url('/assets/recommendations/alert.svg');\r\n --color-temp-bg: #FFEFEE;\r\n --color-temp-title: #DD8B87;\r\n}\r\n\r\n.card_title {\r\n font-weight: bold;\r\n font-size: var(--font-xs);\r\n\r\n display: block;\r\n padding: 2px 0 0 24px;\r\n margin: 0 auto 4px auto;\r\n\r\n text-align: left;\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n color: var(--color-temp-title);\r\n}\r\n\r\n.card_wrapper {\r\n background-color: var(--color-temp-bg);\r\n border-left-color: var(--color-temp-border);\r\n}\r\n\r\n.recommendations_title {\r\n color: var(--color-temp-border);\r\n}\r\n\r\n.card_icon {\r\n background-image: var(--color-temp-icon);\r\n}\r\n\r\n.card_shortcut {\r\n display: none;\r\n padding: 6px 0 0 0;\r\n margin: 6px 0 0 0;\r\n border-top: 1px solid var(--color-temp-border);\r\n}\r\n\r\n.card:hover .card_shortcut {\r\n display: block;\r\n}","@import '../../../../styles/variables';\r\n\r\n.recommendations_short,\r\n.recommendations_full {\r\n position: relative;\r\n display: block;\r\n margin: 0 0 12px 0;\r\n}\r\n\r\n.more {\r\n display: inline-block;\r\n width: 30px;\r\n margin: 0 0 8px 0;\r\n\r\n text-align: center;\r\n vertical-align: top;\r\n box-sizing: border-box;\r\n white-space: normal;\r\n\r\n cursor: pointer;\r\n border-radius: var(--border-radius-m);\r\n line-height: 100px;\r\n\r\n border: 1px solid var(--color-border);\r\n color: var(--color-black);\r\n background-color: white;\r\n}","@import '../../../styles/variables';\r\n\r\n.vertical_bar {\r\n display: block;\r\n width: 100%;\r\n height: 200px;\r\n margin: 24px 0 0 0;\r\n padding: 0;\r\n white-space: nowrap;\r\n}\r\n\r\n.vertical_bar_item {\r\n display: inline-block;\r\n width: 10px;\r\n vertical-align: bottom;\r\n cursor: pointer;\r\n background-color: #DBDCDD;\r\n -webkit-print-color-adjust: exact;\r\n}\r\n\r\n.vertical_bar_item:hover {\r\n background-color: #ED675F;\r\n}\r\n","@import '../../../styles/variables';\r\n\r\n.day_info {\r\n &_wrapper {\r\n column-count: 2;\r\n }\r\n\r\n &_author,\r\n &_task,\r\n &_date,\r\n &_message {\r\n font-weight: 100;\r\n padding: 0;\r\n box-sizing: border-box;\r\n background-color: transparent;\r\n border: none;\r\n white-space: normal;\r\n text-overflow: ellipsis;\r\n text-decoration: none;\r\n color: var(--color-black);\r\n }\r\n\r\n &_author {\r\n font-size: var(--font-m);\r\n display: block;\r\n margin: 0 0 var(--space-l) 0;\r\n line-height: var(--font-m);\r\n }\r\n\r\n &_task {\r\n font-size: var(--font-s);\r\n display: block;\r\n padding: 0 0 0 var(--space-l);\r\n margin: 0 0 var(--space-s) 0;\r\n\r\n line-height: var(--font-s);\r\n cursor: pointer;\r\n text-decoration: underline;\r\n\r\n color: var(--color-first);\r\n }\r\n\r\n &_date,\r\n &_message {\r\n font-size: var(--font-xs);\r\n display: inline-block;\r\n margin: 0 0 var(--space-xs) 0;\r\n line-height: var(--font-m);\r\n vertical-align: top;\r\n color: var(--color-42);\r\n }\r\n\r\n &_date {\r\n margin-right: var(--space-l);\r\n }\r\n\r\n &_message {\r\n width: calc(100% - 44px);\r\n }\r\n\r\n &_row {\r\n display: block;\r\n padding: 0 0 0 32px;\r\n white-space: nowrap;\r\n\r\n &:last-child {\r\n margin-bottom: var(--space-s);\r\n }\r\n }\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .day_info_wrapper {\r\n column-count: 1;\r\n }\r\n}\r\n","@import '../../../styles/variables';\r\n\r\n.user {\r\n display: block;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n margin: 24px 0 0 0;\r\n\r\n --commits-by-hours-size: calc((100vw - 400px) / 25);\r\n}\r\n\r\n.title {\r\n display: inline-block;\r\n width: 200px;\r\n text-align: left;\r\n white-space: nowrap;\r\n}\r\n\r\n.data {\r\n display: inline-block;\r\n width: 100%;\r\n vertical-align: top;\r\n}\r\n\r\n.day {\r\n display: block;\r\n width: 100%;\r\n vertical-align: top;\r\n white-space: nowrap;\r\n}\r\n\r\n.day_time,\r\n.day_name,\r\n.hour {\r\n font-size: var(--font-xs);\r\n display: inline-block;\r\n width: var(--commits-by-hours-size);\r\n height: var(--commits-by-hours-size);\r\n text-align: center;\r\n line-height: var(--commits-by-hours-size);\r\n vertical-align: top;\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n}\r\n\r\n.day_time,\r\n.day_name {\r\n border-bottom: 1px solid grey;\r\n box-sizing: border-box;\r\n}\r\n\r\n.day_name {\r\n font-size: var(--font-xs);\r\n border-right: 1px solid grey;\r\n}\r\n\r\n.hour {\r\n color: white;\r\n border-radius: 6px;\r\n border: 1px solid #FFFFFF;\r\n background-color: var(--color-first);\r\n}\r\n\r\n@media (max-width: 1300px) {\r\n .day_time_mm {\r\n display: none;\r\n }\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .user {\r\n --commits-by-hours-size: calc((100vw - 156px) / 25);\r\n }\r\n}\r\n\r\n@media (max-width: 900px) {\r\n .day_time,\r\n .day_name,\r\n .hour {\r\n font-size: var(--font-xxs);\r\n }\r\n\r\n .hour {\r\n border-radius: 0;\r\n border: none;\r\n }\r\n}",":root{--font-xxs: 10px;--font-xs: 13px;--font-s: 13px;--font-m: 16px;--font-l: 18px;--space-xxxs: 2px;--space-xxs: 4px;--space-xs: 6px;--space-s: 8px;--space-sm: 10px;--space-m: 12px;--space-l: 16px;--space-xl: 18px;--space-xxl: 24px;--border-radius-s: 4px;--border-radius-m: 8px;--border-radius-l: 12px;--color-first: #4162B5;--color-second: #ED675F;--color-black: #12131B;--color-grey: #CBCBCD;--color-border: #E2E9F0;--color-button: #0D69F2;--color-button-2: #0B59CC;--color-11: #7F9BE0;--color-12: #E9A5A1;--color-13: #C2ECC1;--color-14: #B6BAE9;--color-15: #A18BE0;--color-21: #FFC178;--color-22: #75CCE0;--color-23: #B2E069;--color-24: #EC95B6;--color-25: #E2DA84;--color-31: #A7C0FF;--color-32: #D7D4B1;--color-33: #E0BA96;--color-34: #E0BE69;--color-35: #C0D79C;--color-41: #B6C5C9;--color-42: #9E98AD;--color-43: #AACFD8;--color-44: #BAB2D0;--color-45: #DCBAC7}.legend{display:block;box-sizing:border-box;vertical-align:top;margin:24px 0 0 0;--commits-by-hours-size: calc((100vw - 400px) / 25)}.legend_item{display:flex;justify-content:flex-start;align-items:center;margin:0 0 6px 0}.legend_work,.legend_weekend,.legend_count{font-size:var(--font-xs);display:inline-block;width:var(--commits-by-hours-size);height:var(--commits-by-hours-size);line-height:var(--commits-by-hours-size);text-align:center;border-radius:6px;border:1px solid #fff}.legend_work{opacity:.8;background-color:var(--color-first)}.legend_weekend{opacity:.8;background-color:var(--color-second)}.legend_count{color:var(--color-black);border:1px solid var(--color-grey);background-color:#fff}.legend_title{font-weight:100;font-size:var(--font-xs);display:inline-block;width:100%;padding:0 0 0 12px;margin:0 auto;text-align:left;line-height:1.3;text-decoration:none;box-sizing:border-box;vertical-align:bottom;color:var(--color-black)}.legend_title:before{content:\"—\";display:inline-block;margin:0 12px 0 0}@media(max-width: 1300px){.day_time_mm{display:none}}@media(max-width: 1000px){.user{--commits-by-hours-size: calc((100vw - 156px) / 25)}}@media(max-width: 900px){.day_time,.day_name,.hour{font-size:var(--font-xxs)}.hour{border-radius:0;border:none}}","@import '../../../styles/variables';\r\n\r\n.candy {\r\n display: block;\r\n width: 100%;\r\n margin: 24px 0 0 0;\r\n padding: 0;\r\n}\r\n\r\n.candy_item {\r\n display: grid;\r\n grid-template-columns: 150px 1fr;\r\n grid-auto-rows: 20px;\r\n width: 100%;\r\n margin: 4px 0;\r\n vertical-align: top;\r\n}\r\n\r\n.candy_title,\r\n.candy_line {\r\n display: inline-block;\r\n height: 20px;\r\n margin: 0;\r\n line-height: 20px;\r\n vertical-align: top;\r\n}\r\n\r\n.candy_line {\r\n position: relative;\r\n text-align: left;\r\n white-space: nowrap;\r\n}\r\n\r\n.candy_value {\r\n display: inline-block;\r\n height: 1px;\r\n margin: 10px 0;\r\n background-color: #D0D1D2;\r\n -webkit-print-color-adjust: exact;\r\n}\r\n\r\n.candy_prefix {\r\n position: absolute;\r\n top: 0;\r\n left: -50px;\r\n\r\n font-size: var(--font-xs);\r\n display: block;\r\n height: 20px;\r\n width: 46px;\r\n margin: 0;\r\n\r\n line-height: 20px;\r\n text-align: right;\r\n color: var(--color-grey);\r\n}\r\n\r\n.candy_dot {\r\n display: inline-block;\r\n margin: 6px 0 0 -4px;\r\n padding: 4px;\r\n border-radius: 8px;\r\n vertical-align: top;\r\n background-color: #D0D1D2;\r\n -webkit-print-color-adjust: exact;\r\n}\r\n\r\n.candy_line:hover > .candy_value,\r\n.candy_line:hover > .candy_dot {\r\n background-color: var(--color-second);\r\n}\r\n\r\n.candy_line:hover > .candy_prefix {\r\n color: var(--color-second);\r\n}","@import '../../../../styles/variables';\r\n\r\n.tempo {\r\n display: block;\r\n width: fit-content;\r\n white-space: nowrap;\r\n\r\n &_wrapper {\r\n display: block;\r\n overflow-x: auto;\r\n\r\n &::-webkit-scrollbar {\r\n height: 8px;\r\n background-color: #DDDDDD;\r\n }\r\n\r\n &::-webkit-scrollbar-thumb {\r\n background: #AAAAAA;\r\n }\r\n }\r\n\r\n &_column {\r\n display: inline-block;\r\n width: 280px;\r\n padding: 0;\r\n vertical-align: top;\r\n white-space: normal;\r\n box-sizing: border-box;\r\n border-right: 1px solid var(--color-border);\r\n\r\n &:last-child {\r\n border-right: none;\r\n }\r\n\r\n &_wrapper {\r\n display: block;\r\n height: 80vh;\r\n min-height: 80vh;\r\n max-height: 80vh;\r\n overflow-y: auto;\r\n\r\n &::-webkit-scrollbar {\r\n width: 8px;\r\n background-color: #DDDDDD;\r\n }\r\n\r\n &::-webkit-scrollbar-thumb {\r\n background: #AAAAAA;\r\n }\r\n }\r\n }\r\n\r\n &_header,\r\n &_author,\r\n &_task {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n\r\n display: block;\r\n width: 100%;\r\n padding: 0;\r\n margin: 0 auto;\r\n\r\n text-align: left;\r\n line-height: 1.3;\r\n text-decoration: none;\r\n box-sizing: border-box;\r\n vertical-align: bottom;\r\n color: var(--color-black);\r\n }\r\n\r\n &_header {\r\n font-weight: bold;\r\n\r\n display: flex;\r\n justify-content: flex-start;\r\n align-items: center;\r\n width: 100%;\r\n padding: var(--space-m) var(--space-l);\r\n margin: 0 auto var(--space-m) auto;\r\n\r\n box-sizing: border-box;\r\n text-align: center;\r\n white-space: nowrap;\r\n border-bottom: 1px solid var(--color-border);\r\n }\r\n\r\n &_header_title,\r\n &_header_day {\r\n display: inline-block;\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n line-height: 1.3;\r\n color: var(--color-black);\r\n }\r\n\r\n &_header_title {\r\n font-weight: bold;\r\n margin-right: var(--space-m);\r\n text-align: left;\r\n }\r\n\r\n &_header_day {\r\n font-weight: 100;\r\n text-align: right;\r\n }\r\n\r\n &_header_day {\r\n color: var(--color-44);\r\n }\r\n\r\n &_author {\r\n font-weight: bold;\r\n width: calc(100% - var(--space-l));\r\n padding: 0 0 12px 8px;\r\n margin: 0 auto 12px auto;\r\n border-bottom: 1px solid var(--color-border);\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.tempo_task {\r\n width: 100%;\r\n padding: 8px;\r\n margin: 0 auto var(--space-xs) auto;\r\n\r\n white-space: nowrap;\r\n\r\n border-radius: var(--border-radius-s);\r\n border: 1px solid var(--color-border);\r\n\r\n &_wrapper {\r\n padding: 0 var(--space-l);\r\n margin: 0 auto 24px auto;\r\n }\r\n\r\n &_header {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n padding: 0 0 6px 0;\r\n margin: 0 0 6px 0;\r\n border-bottom: 1px solid var(--color-border);\r\n }\r\n\r\n &_link,\r\n &_value,\r\n &_title,\r\n &_tag {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n\r\n display: block;\r\n padding: 0;\r\n margin: 0 auto;\r\n\r\n text-align: left;\r\n line-height: 1.3;\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n color: #73809F;\r\n }\r\n\r\n &_link {\r\n font-weight: bold;\r\n display: inline-block;\r\n cursor: pointer;\r\n margin: 0;\r\n text-decoration: underline;\r\n color: var(--color-first);\r\n }\r\n\r\n &_tags {\r\n display: inline-block;\r\n }\r\n\r\n &_tag {\r\n display: inline-block;\r\n padding: var(--space-xxxs) var(--space-sm);\r\n border-radius: var(--border-radius-l);\r\n background-color: var(--color-border);\r\n margin-left: 8px;\r\n }\r\n\r\n &_commits,\r\n &_hours {\r\n display: inline-block;\r\n width: calc(50% - 4px);\r\n padding: var(--space-s) 0;\r\n text-align: center;\r\n border-radius: var(--border-radius-s);\r\n background-color: #F1F5F7;\r\n }\r\n\r\n &_commits {\r\n width: calc(35% - 4px);\r\n margin: 0 8px 0 0;\r\n }\r\n\r\n &_hours {\r\n width: calc(65% - 4px);\r\n }\r\n\r\n &_value,\r\n &_title {\r\n font-weight: 100;\r\n text-align: center;\r\n color: var(--color-black);\r\n }\r\n\r\n &_value {\r\n display: inline-block;\r\n }\r\n\r\n &_title {\r\n margin: 2px 0 0 0;\r\n color: var(--color-44);\r\n }\r\n\r\n &_icon {\r\n display: inline-block;\r\n width: 16px;\r\n height: 16px;\r\n margin: 0 4px 0 0;\r\n vertical-align: middle;\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.tempo_chart {\r\n display: block;\r\n width: calc(100% - var(--space-l));\r\n margin: 0 auto var(--space-s) auto;\r\n padding: 0 0 var(--space-s) 0;\r\n text-align: left;\r\n border-bottom: 1px solid var(--color-border);\r\n\r\n &_dashboard {\r\n position: relative;\r\n display: block;\r\n height: 40px;\r\n border-bottom: 1px solid var(--color-border);\r\n }\r\n\r\n &_dot {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n display: inline-block;\r\n width: 3%;\r\n vertical-align: bottom;\r\n background-color: var(--color-first);\r\n }\r\n\r\n &_legend {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: flex-start;\r\n height: var(--space-l);\r\n padding: var(--space-xxs) 0 0 0;\r\n }\r\n\r\n &_time {\r\n font-size: var(--font-xxs);\r\n display: inline-block;\r\n box-sizing: border-box;\r\n color: var(--color-grey);\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.filter {\r\n display: inline-block;\r\n margin: 0 24px 24px 0;\r\n vertical-align: top;\r\n}\r\n\r\n.tempo_page_filters {\r\n margin: 0 0 24px 0;\r\n}\r\n\r\n.date_range {\r\n width: 260px;\r\n max-width: 260px;\r\n margin: 0 var(--space-xs);\r\n text-align: center;\r\n}\r\n\r\n.user {\r\n display: inline-block;\r\n width: 260px;\r\n max-width: 260px;\r\n margin: 0 6px;\r\n}","@import '../../../styles/variables';\r\n\r\n.card_with_icon,\r\n.card_with_icon_long {\r\n display: inline-block;\r\n width: calc(50% - 12px);\r\n min-height: 270px;\r\n margin: 0 24px 24px 0;\r\n padding: 16px;\r\n vertical-align: top;\r\n box-sizing: border-box;\r\n border-radius: 8px;\r\n border: 1px solid var(--color-border);\r\n background-color: #FFFFFF;\r\n\r\n &_icon {\r\n display: block;\r\n width: auto;\r\n height: 90px;\r\n margin: 10px auto 18px auto;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n }\r\n\r\n &_value {\r\n font-weight: bold;\r\n font-size: 28px;\r\n display: block;\r\n margin: 0 0 4px 0;\r\n padding: 0;\r\n text-align: center;\r\n color: var(--color-11);\r\n }\r\n\r\n &_title,\r\n &_description {\r\n font-weight: 100;\r\n display: block;\r\n margin: 0 auto;\r\n padding: 0;\r\n line-height: 1.3;\r\n text-align: center;\r\n text-decoration: none;\r\n color: var(--color-black);\r\n }\r\n\r\n &_title {\r\n font-size: var(--font-m);\r\n line-height: 14px;\r\n margin: 0 0 4px 0;\r\n }\r\n\r\n &_description {\r\n font-size: var(--font-xs);\r\n line-height: 16px;\r\n color: var(--color-grey);\r\n }\r\n}\r\n\r\n.card_with_icon_long {\r\n width: 100%;\r\n margin: 0 0 16px 0;\r\n}\r\n\r\n.card_with_icon:nth-child(2n+2) {\r\n margin-right: 0;\r\n}\r\n\r\n@media (max-width: 900px) {\r\n .card_with_icon,\r\n .card_with_icon_long {\r\n min-height: 220px;\r\n padding: 16px 0;\r\n\r\n &_title {\r\n margin: 0;\r\n }\r\n\r\n &_description {\r\n display: none;\r\n }\r\n }\r\n}\r\n\r\n@media (max-width: 650px) {\r\n .card_with_icon,\r\n .card_with_icon_long {\r\n min-height: auto;\r\n padding: 32px 0;\r\n\r\n &_value {\r\n font-size: 22px;\r\n }\r\n\r\n &_title {\r\n font-size: var(--font-s);\r\n }\r\n\r\n &_icon {\r\n display: none;\r\n }\r\n }\r\n}","@import '../../../../styles/variables';\r\n\r\n.year_chart_month {\r\n --day-size: 16px;\r\n --month-size: calc(var(--day-size) * 7 + 7px);\r\n display: inline-block;\r\n width: var(--month-size);\r\n margin: var(--day-size) var(--day-size) 0 0;\r\n vertical-align: top;\r\n\r\n &_header {\r\n position: relative;\r\n display: block;\r\n height: 24px;\r\n\r\n &_title,\r\n &_money {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n font-family: Arial, Verdana, sans-serif;\r\n\r\n display: block;\r\n padding: 0;\r\n margin: 0 auto;\r\n\r\n text-align: left;\r\n line-height: var(--font-m);\r\n text-decoration: none;\r\n vertical-align: bottom;\r\n color: var(--color-black);\r\n }\r\n\r\n &_money {\r\n position: absolute;\r\n top: 0;\r\n right: 0;\r\n }\r\n }\r\n\r\n &_body {\r\n position: relative;\r\n display: block;\r\n width: var(--month-size);\r\n max-width: var(--month-size);\r\n\r\n &_day {\r\n position: relative;\r\n display: inline-block;\r\n width: var(--day-size);\r\n height: var(--day-size);\r\n margin: 0 1px 1px 0;\r\n vertical-align: top;\r\n background-color: var(--color-border);\r\n background-blend-mode: screen;\r\n cursor: pointer;\r\n text-align: center;\r\n\r\n &_arrow {\r\n position: absolute;\r\n top: 20px;\r\n left: 0;\r\n z-index: 1;\r\n\r\n display: inline-block;\r\n width: 0;\r\n height: 0;\r\n\r\n transform: rotateZ(-45deg);\r\n border: 16px solid white;\r\n border-right: none;\r\n border-bottom: none;\r\n background-color: white;\r\n }\r\n\r\n &_info {\r\n font-size: var(--font-s);\r\n position: absolute;\r\n left: -175px;\r\n top: var(--space-xxl);\r\n z-index: 1;\r\n\r\n display: block;\r\n width: 350px;\r\n max-height: 350px;\r\n overflow-y: scroll;\r\n overflow-x: hidden;\r\n padding: var(--space-s);\r\n\r\n cursor: default;\r\n text-align: left;\r\n border-radius: var(--border-radius-m);\r\n box-shadow: 2px 2px 5px var(--color-border);\r\n border: 1px solid var(--color-border);\r\n background-color: white;\r\n\r\n &::-webkit-scrollbar {\r\n width: 8px;\r\n background-color: transparent;\r\n }\r\n\r\n &::-webkit-scrollbar-thumb {\r\n background: #AAAAAA;\r\n }\r\n }\r\n }\r\n }\r\n}","@import '../../../../styles/variables';\r\n\r\n.achievement_container {\r\n margin: 12px 0 24px 0;\r\n}\r\n\r\n.achievement {\r\n position: relative;\r\n display: inline-block;\r\n width: 100%;\r\n min-height: 80px;\r\n padding: 23px 0 0 90px;\r\n margin: 0 10px 10px 0;\r\n box-sizing: border-box;\r\n vertical-align: top;\r\n\r\n border: 1px solid var(--color-border);\r\n border-radius: 6px;\r\n background-color: #FFFFFF;\r\n}\r\n\r\n.achievement:last-child {\r\n margin: 0 10px 0 0;\r\n}\r\n\r\n.achievement_icon_container {\r\n position: absolute;\r\n top: 8px;\r\n left: 8px;\r\n\r\n display: block;\r\n margin: 0 auto 16px auto;\r\n\r\n overflow: hidden;\r\n vertical-align: top;\r\n}\r\n\r\n.achievement_icon {\r\n font-size: var(--font-xs);\r\n font-weight: 100;\r\n\r\n display: block;\r\n width: 64px;\r\n height: 64px;\r\n margin: 0 auto;\r\n\r\n line-height: 64px;\r\n text-align: center;\r\n white-space: nowrap;\r\n border-radius: 40px;\r\n letter-spacing: 2px;\r\n\r\n color: white;\r\n background-color: var(--color-border);\r\n border-color: var(--color-border);\r\n}\r\n\r\n.achievement_icon_svg {\r\n display: inline-block;\r\n width: 56px;\r\n height: 56px;\r\n margin: 4px auto;\r\n fill: #FFFFFF;\r\n}\r\n\r\n.achievement_title,\r\n.achievement_description {\r\n font-size: var(--font-s);\r\n display: block;\r\n margin: 0;\r\n padding: 0;\r\n text-align: left;\r\n}\r\n\r\n.achievement_description {\r\n display: block;\r\n padding: 4px 0 0 0;\r\n color: var(--color-grey);\r\n}\r\n\r\n.achievement_good {\r\n background-color: var(--color-13);\r\n border-color: var(--color-13);\r\n}\r\n\r\n.achievement_bad {\r\n background-color: #FEC4C4;\r\n border-color: #FEC4C4;\r\n}\r\n\r\n","@import '../../../../styles/variables';\r\n\r\n.extension {\r\n display: inline-block;\r\n width: 300px;\r\n margin: 0 0 24px 24px;\r\n padding: 24px;\r\n vertical-align: top;\r\n border-radius: var(--border-radius-l);\r\n background-color: white;\r\n\r\n &_icon {\r\n display: block;\r\n width: 64px;\r\n margin: 0 auto 24px auto;\r\n padding: 24px 0;\r\n\r\n font-size: var(--font-l);\r\n font-weight: bold;\r\n text-align: center;\r\n text-transform: uppercase;\r\n\r\n border-radius: 32px;\r\n background-color: var(--color-grey);\r\n }\r\n\r\n &_line {\r\n display: block;\r\n margin: 0 0 6px 0;\r\n padding: 0;\r\n\r\n text-align: left;\r\n white-space: nowrap;\r\n\r\n &_title,\r\n &_value {\r\n font-weight: 100;\r\n font-size: var(--font-xs);\r\n\r\n display: inline-block;\r\n padding: 0;\r\n margin: 0;\r\n\r\n text-align: left;\r\n line-height: var(--font-m);\r\n text-decoration: none;\r\n vertical-align: top;\r\n white-space: normal;\r\n\r\n color: var(--color-grey);\r\n }\r\n\r\n &_title {\r\n width: 100px;\r\n }\r\n }\r\n}","@import '../../../styles/variables';\r\n\r\n.races {\r\n position: relative;\r\n margin: 0 auto var(--space-xxl);\r\n border: var(--space-xs) solid var(--color-border);\r\n border-left: none;\r\n border-right: none;\r\n\r\n &_track {\r\n position: relative;\r\n height: 70px;\r\n padding: var(--space-xxs);\r\n margin: 0 auto;\r\n\r\n text-align: right;\r\n border-bottom: 1px solid var(--color-border);\r\n background-color: var(--color-grey);\r\n\r\n &_car {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n\r\n width: 10%;\r\n height: 100%;\r\n\r\n background-image: url('../../../assets/games/car.png');\r\n background-position: center center;\r\n background-repeat: no-repeat;\r\n background-size: auto 70%;\r\n\r\n &_title {\r\n font-size: 12px;\r\n\r\n display: inline-block;\r\n width: 100%;\r\n margin: 0;\r\n padding: var(--space-xss);\r\n\r\n text-align: center;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n\r\n border: 1px solid var(--color-grey);\r\n border-radius: var(--border-radius-s);\r\n color: var(--color-black);\r\n background-color: var(--color-border);\r\n }\r\n }\r\n\r\n &_info {\r\n font-size: 12px;\r\n\r\n display: inline-block;\r\n width: 10%;\r\n height: 100%;\r\n margin: 0 12%;\r\n padding: var(--space-m);\r\n\r\n text-align: left;\r\n border-radius: var(--border-radius-l);\r\n border: 1px solid var(--color-grey);\r\n color: var(--color-black);\r\n background-color: var(--color-border);\r\n\r\n animation-name: races_track_info;\r\n animation-iteration-count: 1;\r\n animation-duration: 1s;\r\n animation-direction: alternate;\r\n animation-fill-mode: both;\r\n }\r\n\r\n &_animation {\r\n animation-name: races_track_car;\r\n animation-iteration-count: 1;\r\n animation-direction: alternate;\r\n animation-fill-mode: both;\r\n }\r\n }\r\n\r\n &_button {\r\n position: absolute;\r\n top: var(--space-l);\r\n left: calc(50% - 100px);\r\n z-index: 1;\r\n }\r\n}\r\n\r\n@keyframes races_track_car {\r\n from {\r\n left: 0;\r\n }\r\n to {\r\n left: 90%;\r\n }\r\n}\r\n\r\n@keyframes races_track_info {\r\n from {\r\n opacity: 0;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.tv100and1 {\r\n &_row {\r\n display: block;\r\n white-space: nowrap;\r\n }\r\n\r\n &_cell_title,\r\n &_cell_value,\r\n &_cell_chart {\r\n position: relative;\r\n font-size: var(--font-xs);\r\n\r\n display: inline-block;\r\n padding: var(--space-m) 0;\r\n\r\n line-height: var(--table-cell-height);\r\n box-sizing: border-box;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n vertical-align: top;\r\n text-align: left;\r\n }\r\n\r\n &_cell_title {\r\n width: 250px;\r\n }\r\n\r\n &_cell_value {\r\n width: 50px;\r\n text-align: right;\r\n }\r\n\r\n &_cell_chart {\r\n width: calc(100% - 300px);\r\n padding: 0;\r\n }\r\n\r\n &_button {\r\n position: absolute;\r\n left: 0;\r\n right: 0;\r\n bottom: 2px;\r\n\r\n display: block;\r\n height: calc(100% - 4px);\r\n\r\n transform: rotate3d(1, 0, 0, 0);\r\n box-sizing: border-box;\r\n border: none;\r\n cursor: pointer;\r\n\r\n background-color: var(--color-grey);\r\n background-image: url('../../../../assets/games/tv100and1.png');\r\n background-repeat: repeat-x;\r\n background-size: auto 100%;\r\n\r\n &.animation {\r\n animation-name: tv_100_and_1;\r\n animation-iteration-count: 1;\r\n animation-duration: 1s;\r\n animation-direction: alternate;\r\n animation-timing-function: ease-in;\r\n animation-fill-mode: both;\r\n }\r\n }\r\n}\r\n\r\n@keyframes tv_100_and_1 {\r\n from {\r\n transform: rotate3d(1, 0, 0, 0);\r\n }\r\n 10% {\r\n transform: rotate3d(1, 0, 0, 90deg);\r\n }\r\n 25% {\r\n transform: rotate3d(1, 0, 0, 0);\r\n }\r\n 55% {\r\n transform: rotate3d(1, 0, 0, 90deg);\r\n }\r\n 80% {\r\n transform: rotate3d(1, 0, 0, 0);\r\n }\r\n to {\r\n transform: rotate3d(1, 0, 0, 90deg);\r\n }\r\n}","@import '../../../../styles/variables';\r\n\r\n.quiz {\r\n &_achievements {\r\n margin: 12px 0 24px 0;\r\n column-count: 3;\r\n white-space: normal;\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.user_select {\r\n margin-bottom: 24px;\r\n}\r\n\r\n.user_name {\r\n display: inline-block;\r\n width: 260px;\r\n max-width: 260px;\r\n margin: 0 12px;\r\n}\r\n\r\n","@import '../../../../styles/variables';\r\n\r\n.load_more {\r\n position: relative;\r\n font-weight: 100;\r\n font-size: var(--font-s);\r\n\r\n display: block;\r\n overflow: hidden;\r\n padding: var(--space-s) var(--space-s);\r\n margin: var(--space-s) 0;\r\n\r\n line-height: var(--font-m);\r\n box-sizing: border-box;\r\n background-color: transparent;\r\n border: none;\r\n white-space: nowrap;\r\n text-overflow: ellipsis;\r\n text-decoration: none;\r\n cursor: pointer;\r\n}","@import '../../../styles/variables';\r\n\r\n.console {\r\n position: relative;\r\n display: block;\r\n width: 100%;\r\n margin: 0 auto;\r\n box-sizing: border-box;\r\n\r\n &_header,\r\n &_body {\r\n font-size: var(--font-s);\r\n font-weight: 100;\r\n display: block;\r\n width: 100%;\r\n margin: 0 auto;\r\n box-sizing: border-box;\r\n line-height: 1.3;\r\n text-align: left;\r\n }\r\n\r\n &_header {\r\n display: block;\r\n height: 32px;\r\n padding: 0 8px;\r\n line-height: 20px;\r\n color: #8F8F8F;\r\n white-space: nowrap;\r\n text-align: left;\r\n border: 1px solid #D4D4D4;\r\n border-bottom: none;\r\n cursor: default;\r\n background-color: #F2F2F2;\r\n border-radius: 4px 4px 0 0;\r\n\r\n &_icon {\r\n display: inline-block;\r\n width: 16px;\r\n height: 16px;\r\n margin: 6px 8px 0 0;\r\n box-sizing: border-box;\r\n border-radius: 8px;\r\n border: 1px solid #B5B5B5;\r\n background: linear-gradient(90deg, #D7D8DB 0%, #B5B5B5 100%);\r\n }\r\n }\r\n\r\n &_body {\r\n min-height: 250px;\r\n padding: 8px 16px 16px;\r\n line-height: 1.3;\r\n color: #00B200;\r\n white-space: normal;\r\n background-color: #0C0C0C;\r\n border-radius: 0 0 4px 4px;\r\n }\r\n\r\n &_copy {\r\n position: absolute;\r\n bottom: 16px;\r\n right: 16px;\r\n\r\n &:hover {\r\n bottom: 15px;\r\n right: 15px;\r\n }\r\n }\r\n}\r\n\r\n@media (max-width: 800px) {\r\n .console {\r\n width: 90%;\r\n margin: 0 auto;\r\n\r\n &_body {\r\n height: 200px;\r\n }\r\n }\r\n}\r\n\r\n","@import '../../../../styles/variables';\r\n\r\n.welcome {\r\n position: relative;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n\r\n width: calc(100vw - 16px);\r\n height: 100vh;\r\n padding: 0;\r\n margin: 0;\r\n\r\n box-sizing: border-box;\r\n text-align: center;\r\n\r\n &_console {\r\n max-width: 700px;\r\n }\r\n\r\n &_row {\r\n width: auto;\r\n }\r\n\r\n &_first_title,\r\n &_last_title {\r\n font-size: 42px;\r\n font-weight: 100;\r\n margin: 46px auto;\r\n padding: 0;\r\n }\r\n\r\n &_first_title {\r\n margin-top: 0;\r\n }\r\n\r\n &_last_title {\r\n margin-bottom: 0;\r\n }\r\n\r\n &_link,\r\n &_description {\r\n font-size: var(--font-xs);\r\n\r\n display: inline-block;\r\n width: 100%;\r\n max-width: 700px;\r\n padding: 0;\r\n margin: 16px auto 0;\r\n\r\n line-height: 1.3;\r\n text-align: center;\r\n text-decoration: none;\r\n color: #878FA1;\r\n }\r\n\r\n &_link {\r\n display: inline;\r\n margin: 16px 0 0 4px;\r\n text-decoration: underline;\r\n }\r\n}\r\n\r\n@media (max-width: 800px) {\r\n .welcome {\r\n display: block;\r\n width: 100%;\r\n padding: 32px 0 0 0;\r\n\r\n &_first_title,\r\n &_last_title {\r\n width: 90%;\r\n font-size: var(--font-l);\r\n }\r\n\r\n &_description {\r\n width: 90%;\r\n }\r\n }\r\n}\r\n","@import '../../../../styles/variables';\r\n\r\n.ui_kit_switch {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\r\n width: 100%;\r\n height: 36px;\r\n padding: 0;\r\n margin: 0;\r\n\r\n text-align: center;\r\n white-space: nowrap;\r\n box-sizing: border-box;\r\n border-radius: 8px;\r\n border: none;\r\n background-color: #E2E9F0;\r\n\r\n &_item {\r\n display: inline-block;\r\n padding: 8px 0;\r\n margin: 0;\r\n height: 100%;\r\n width: 100%;\r\n\r\n font-size: var(--font-s);\r\n font-weight: 100;\r\n\r\n cursor: pointer;\r\n text-align: center;\r\n text-decoration: none;\r\n box-sizing: border-box;\r\n\r\n border: 1px solid #E2E9F0;\r\n border-right: none;\r\n border-radius: 0;\r\n background-color: #FFFFFF;\r\n color: #84858D;\r\n\r\n &_selected {\r\n color: #FFFFFF;\r\n border-top: 1px solid var(--color-button);\r\n border-bottom: 1px solid var(--color-button);\r\n background-color: var(--color-button);\r\n }\r\n\r\n &:first-child {\r\n border-radius: 8px 0 0 8px;\r\n }\r\n\r\n &:last-child {\r\n border-right: 1px solid #E2E9F0;\r\n border-radius: 0 8px 8px 0;\r\n }\r\n }\r\n}\r\n\r\n@media (max-width: 1000px) {\r\n .switch {\r\n }\r\n}","html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {\r\n font-size: 100%;\r\n padding: 0;\r\n margin: 0;\r\n vertical-align: baseline;\r\n outline: 0;\r\n border: 0;\r\n background: transparent\r\n}\r\n\r\nbody {\r\n line-height: 1\r\n}\r\n\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {\r\n display: block\r\n}\r\n\r\nul {\r\n list-style: none\r\n}\r\n\r\nblockquote, q {\r\n quotes: none\r\n}\r\n\r\nblockquote:before, blockquote:after, q:before, q:after {\r\n content: none\r\n}\r\n\r\na {\r\n font-size: 100%;\r\n padding: 0;\r\n margin: 0;\r\n vertical-align: baseline;\r\n background: transparent\r\n}\r\n\r\nins {\r\n color: #000000;\r\n background-color: #FFFF99;\r\n text-decoration: none\r\n}\r\n\r\nmark {\r\n font-weight: 700;\r\n font-style: italic;\r\n color: #000000;\r\n background-color: #FFFF99\r\n}\r\n\r\ndel {\r\n text-decoration: line-through\r\n}\r\n\r\ntable {\r\n border-spacing: 0;\r\n border-collapse: collapse\r\n}\r\n\r\nhr {\r\n display: block;\r\n height: 1px;\r\n padding: 0;\r\n margin: 1em 0;\r\n border: 0\r\n}\r\n\r\ninput, select, td {\r\n vertical-align: middle\r\n}\r\n\r\ntd {\r\n font-size: 100%;\r\n padding: 0;\r\n margin: 0;\r\n outline: 0;\r\n border: 0\r\n}","@import './variables.scss';\r\n\r\nhtml {\r\n box-sizing: border-box;\r\n}\r\n\r\n*,\r\n*:before,\r\n*:after {\r\n box-sizing: inherit;\r\n}\r\n\r\nbody,\r\ninput,\r\nselect {\r\n font-family: Arial, sans-serif;\r\n color: var(--color-neutral-black);\r\n}\r\n\r\nhtml,\r\nbody,\r\n#root {\r\n height: 100%;\r\n}\r\n\r\nimg {\r\n max-width: 100%;\r\n}\r\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/build/static/js/main.16986165.js b/build/static/js/main.16986165.js deleted file mode 100644 index ff54c9f..0000000 --- a/build/static/js/main.16986165.js +++ /dev/null @@ -1,3 +0,0 @@ -/*! For license information please see main.16986165.js.LICENSE.txt */ -(function(){"use strict";var __webpack_modules__={806:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{C:function(){return getShowDropZone},a:function(){return getOnDrop}});var C_work_assayo_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(433),C_work_assayo_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(439);function evalCsvFile(e,t){var n={};e.split("\n").forEach((function(e){var t=e.split("|"),r=(0,C_work_assayo_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_0__.Z)(t,4),a=r[0],i=r[1],o=r[2],s=r[3]?o:"";n[a]={type:i,scope:s}})),t("meta",{byTaskId:n})}function evalJsFile(text,onChange){var temp=window.report;window.report=[];try{eval(text)}catch(e){return void(window.report=temp)}onChange("dump",window.report)}function getOnDrop(e,t){return function(n){var r;n.preventDefault(),n.stopPropagation();var a=(0,C_work_assayo_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_1__.Z)((null===n||void 0===n||null===(r=n.dataTransfer)||void 0===r?void 0:r.items)||[]).map((function(e){return"file"===e.kind?null===e||void 0===e?void 0:e.getAsFile():null})).filter((function(e){return e}));e(!1),a.length&&("application/json"!==a[0].type?Promise.all(a.map((function(e){return e.text()}))).then((function(e){evalJsFile(e.filter((function(e){return e})).map((function(e){return{key:e.substring(13,32),text:e}})).sort((function(e,t){return(e.key||"").localeCompare(t.key||"")})).map((function(e){return e.text})).join("\n"),t)})):Promise.all(a.map((function(e){return e.text()}))).then((function(e){var n=e.map((function(e){var t;return null===(t=JSON.parse(e))||void 0===t?void 0:t.messages})).flat(1);t("telegramm",n)})))}}function getShowDropZone(e){return function(t){t.preventDefault(),t.stopPropagation(),e(!0)}}},463:function(e,t,n){var r=n(791),a=n(296);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n