From 6d51b8f3dc6992f6cc64f7adbd7500dc34950c01 Mon Sep 17 00:00:00 2001 From: bakhirev Date: Mon, 2 Oct 2023 17:16:03 +0300 Subject: [PATCH] JIRA-1234 feat(test): some text --- README.md | 18 +- build/asset-manifest.json | 6 +- build/assets/log.txt | 15826 ++++++++-------- build/index.html | 2 +- build/static/js/main.7da5e350.js | 3 + ...CENSE.txt => main.7da5e350.js.LICENSE.txt} | 0 build/static/js/main.7da5e350.js.map | 1 + build/static/js/main.ca8384ae.js | 3 - build/static/js/main.ca8384ae.js.map | 1 - public/assets/log.txt | 15826 ++++++++-------- src/ts/components/DropZone/helpers/index.ts | 23 +- src/ts/pages/Welcome/index.tsx | 2 +- 12 files changed, 15860 insertions(+), 15851 deletions(-) create mode 100644 build/static/js/main.7da5e350.js rename build/static/js/{main.ca8384ae.js.LICENSE.txt => main.7da5e350.js.LICENSE.txt} (100%) create mode 100644 build/static/js/main.7da5e350.js.map delete mode 100644 build/static/js/main.ca8384ae.js delete mode 100644 build/static/js/main.ca8384ae.js.map diff --git a/README.md b/README.md index 5ed80e3..1de833b 100644 --- a/README.md +++ b/README.md @@ -42,16 +42,20 @@ Alex B ### Как выгрузить данные из git? +#### Для онлайн просмотра В корневой директории вашего проекта выполнить: ``` -git --no-pager log --numstat --oneline --all --reverse - --date=iso-strict --pretty=format:"%ad>%cN>%cE>%s" - | sed -e 's/\\/\\\\/g' | sed -e 's/`/"/g' - | sed -e 's/^/report.push(\`/g' | sed 's/$/\`\);/g' - | sed 's/\$/_/g' > log.txt +git --no-pager log --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%cN>%cE>%s" > log.txt +``` +#### Для офлайн просмотра + +``` +git --no-pager log --numstat --oneline --all --reverse --date=iso-strict --pretty=format:"%ad>%cN>%cE>%s" | sed -e 's/\\/\\\\/g' | sed -e 's/`/"/g' | sed -e 's/^/report.push(\`/g' | sed 's/$/\`\);/g' | sed 's/\$/_/g' > log.txt ``` Git создаст файл `log.txt`. -Он содержит данные для построения отчёта. +Он содержит данные для построения отчёта. + +Разница между онлайн и офлайн форматом в наличие обёртки для строк. Оффлайн формат будет подтягиваться, как `js` файл если вы просто открыли `/build/index.html` ### Как посмотреть отчёт онлайн? @@ -65,6 +69,8 @@ Git создаст файл `log.txt`. - Запустить `/build/index.html` - Или перетащить папку `/build` к себе в репозиторий (туда, где лежит `log.txt`). Можно сменить название. Например с `/build` на `/report` +В этом случае важно, чтобы файл `log.txt` был сгенерирован командой для офлайн просмотра. + ### Как пересобрать билд отчёта? - Скачать этот репозиторий - Выполнить `npm install` diff --git a/build/asset-manifest.json b/build/asset-manifest.json index fadc88c..c63c9ba 100644 --- a/build/asset-manifest.json +++ b/build/asset-manifest.json @@ -1,17 +1,17 @@ { "files": { "main.css": "./static/css/main.48701252.css", - "main.js": "./static/js/main.ca8384ae.js", + "main.js": "./static/js/main.7da5e350.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.48701252.css.map": "./static/css/main.48701252.css.map", - "main.ca8384ae.js.map": "./static/js/main.ca8384ae.js.map" + "main.7da5e350.js.map": "./static/js/main.7da5e350.js.map" }, "entrypoints": [ "static/css/main.48701252.css", - "static/js/main.ca8384ae.js" + "static/js/main.7da5e350.js" ] } \ No newline at end of file diff --git a/build/assets/log.txt b/build/assets/log.txt index 4662a18..a400b82 100644 --- a/build/assets/log.txt +++ b/build/assets/log.txt @@ -1528,7 +1528,7 @@ report.push(`16 0 src/pages/MainPage/index.tsx`); report.push(`25 0 src/styles/colors.scss`); report.push(`4 0 tsconfig.json`); report.push(``); -report.push(`2021-02-11T11:57:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9 Add Redux in app`); +report.push(`2021-02-11T11:57:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9 Add Redux in app`); report.push(`163 0 package-lock.json`); report.push(`5 0 package.json`); report.push(`11 1 src/App.tsx`); @@ -1545,7 +1545,7 @@ report.push(`0 15 src/reportWebVitals.ts`); report.push(`6 0 src/store/reducers.ts`); report.push(`3 0 src/utils/history.js`); report.push(``); -report.push(`2021-02-11T16:39:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9 Add Mobx in app`); +report.push(`2021-02-11T16:39:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9 Add Mobx in app`); report.push(`59 118 package-lock.json`); report.push(`3 5 package.json`); report.push(`2 9 src/index.tsx`); @@ -1563,7 +1563,7 @@ report.push(`0 7 src/pages/MainPage/store/state.ts`); report.push(`0 6 src/store/reducers.ts`); report.push(`1 0 tsconfig.json`); report.push(``); -report.push(`2021-02-11T18:07:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9 Add auth module on mobx`); +report.push(`2021-02-11T18:07:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9 Add auth module on mobx`); report.push(`0 9 src/App.test.tsx`); report.push(`2 2 src/index.tsx`); report.push(`5 5 src/logo.svg`); @@ -1583,7 +1583,7 @@ report.push(`5 5 src/pages/MainPage/index.tsx`); report.push(`1 1 src/pages/MainPage/store/CatalogueListStore.ts`); report.push(`1 1 src/react-app-env.d.ts`); report.push(``); -report.push(`2021-02-12T10:48:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add code style config`); +report.push(`2021-02-12T10:48:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add code style config`); report.push(`90 16 package-lock.json`); report.push(`7 1 package.json`); report.push(`5 5 src/index.tsx`); @@ -1603,7 +1603,7 @@ report.push(`18 17 src/pages/MainPage/store/CatalogueListStore.ts`); report.push(`9 9 src/styles/colors.scss`); report.push(`1 0 src/utils/history.js`); report.push(``); -report.push(`2021-02-12T12:40:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add code style config`); +report.push(`2021-02-12T12:40:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add code style config`); report.push(`2083 1 package-lock.json`); report.push(`7 2 package.json`); report.push(`8 8 src/pages/Authorization/index.scss`); @@ -1613,59 +1613,59 @@ report.push(`1 0 src/pages/MainPage/components/MainPageSearch.tsx`); report.push(`32 32 src/pages/MainPage/index.scss`); report.push(`21 21 src/styles/colors.scss`); report.push(``); -report.push(`2021-02-12T14:03:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add code style config`); +report.push(`2021-02-12T14:03:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add code style config`); report.push(`1 3 package.json`); report.push(`7 7 src/pages/Authorization/index.scss`); report.push(`29 29 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T14:27:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre-hook (test)`); +report.push(`2021-02-12T14:27:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre-hook (test)`); report.push(`678 97 package-lock.json`); report.push(`12 0 package.json`); report.push(`1 0 src/utils/history.js`); report.push(``); -report.push(`2021-02-12T14:30:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre-hook`); +report.push(`2021-02-12T14:30:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre-hook`); report.push(`0 11 package.json`); report.push(`0 1 src/utils/history.js`); report.push(``); -report.push(`2021-02-12T15:19:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:19:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`1 0 package-lock.json`); report.push(`6 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:21:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:21:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`3 3 package.json`); report.push(``); -report.push(`2021-02-12T15:21:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:21:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:22:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:22:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`1 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:23:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:23:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`5 0 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:24:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:24:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`1 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:25:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:25:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`12 0 .eslintrc.js`); report.push(`175 0 .stylelintrc.json`); report.push(`1 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:26:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:26:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`1 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:27:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:27:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`29 0 package-lock.json`); report.push(`1 0 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:29:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre hook`); +report.push(`2021-02-12T15:29:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre hook`); report.push(`3 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); @@ -1697,10 +1697,10 @@ report.push(`2021-02-12T15:41:57+03:00>Ivan Ivanov>ivanov@mail.com>SUDO-10 Add c report.push(`1 1 package.json`); report.push(`1 1 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-12T15:54:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10 Add pre comit hook`); +report.push(`2021-02-12T15:54:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10 Add pre comit hook`); report.push(`6 3 package.json`); report.push(``); -report.push(`2021-02-15T14:33:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8 Add stylelint configs`); +report.push(`2021-02-15T14:33:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8 Add stylelint configs`); report.push(`2 2 .stylelintrc.json`); report.push(`60 678 package-lock.json`); report.push(`1 0 package.json`); @@ -1718,29 +1718,29 @@ report.push(`3 3 src/pages/MainPage/components/MainPageHeader.tsx`); report.push(`3 3 src/pages/MainPage/components/MainPageSearch.tsx`); report.push(`15 15 src/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-15T15:06:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8 Add stylelint configs`); +report.push(`2021-02-15T15:06:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8 Add stylelint configs`); report.push(`58 26 README.md`); report.push(``); -report.push(`2021-02-16T08:58:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8 Fix ts config`); +report.push(`2021-02-16T08:58:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8 Fix ts config`); report.push(`6 1 .stylelintrc.json`); report.push(`1 0 package.json`); report.push(`4 3 tsconfig.json`); report.push(``); -report.push(`2021-02-16T09:01:03+03:00>GitHub>noreply@github.com>Merge pull request #1 from bakhirev/SUBO-10-Add-code-style-config`); -report.push(`2021-02-17T09:26:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-23 Update code style`); +report.push(`2021-02-16T09:01:03+03:00>GitHub>noreply@github.com>Merge pull request #1 from bakhirev/JIRA-10-Add-code-style-config`); +report.push(`2021-02-17T09:26:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-23 Update code style`); report.push(`1 1 .stylelintrc.json`); report.push(`19 60 package-lock.json`); report.push(`1 2 package.json`); report.push(`2 2 tsconfig.json`); report.push(``); -report.push(`2021-02-17T09:34:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-23 Update code style`); +report.push(`2021-02-17T09:34:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-23 Update code style`); report.push(`3 0 .eslintrc.js`); report.push(``); report.push(`2021-02-18T10:07:40+03:00>Ivan Ivanov>ivanov@mail.com>test`); report.push(`14 0 package-lock.json`); report.push(`5 0 package.json`); report.push(``); -report.push(`2021-02-18T12:49:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13: Update project structure`); +report.push(`2021-02-18T12:49:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13: Update project structure`); report.push(`31 13 README.md`); report.push(`2 2 package.json`); report.push(`- - src/assets/fonts/HelveticaNeueCyr-Bold.woff`); @@ -1779,17 +1779,17 @@ report.push(`5 5 src/{ => ts}/pages/MainPage/index.scss`); report.push(`0 0 src/{ => ts}/pages/MainPage/index.tsx`); report.push(`0 0 src/{ => ts}/pages/MainPage/store/CatalogueListStore.ts`); report.push(``); -report.push(`2021-02-18T12:56:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13: Update project structure`); +report.push(`2021-02-18T12:56:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13: Update project structure`); report.push(`1 1 README.md`); report.push(`83 100 src/styles/reset.scss`); report.push(``); -report.push(`2021-02-18T13:53:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13: Update project structure`); +report.push(`2021-02-18T13:53:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13: Update project structure`); report.push(`21 0 .stylelintrc.json`); report.push(`117 0 package-lock.json`); report.push(`1 0 package.json`); report.push(`1 1 src/styles/reset.scss`); report.push(``); -report.push(`2021-02-18T14:27:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13 ....Update SCSS lint rules`); +report.push(`2021-02-18T14:27:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13 ....Update SCSS lint rules`); report.push(`9 1 .stylelintrc.json`); report.push(`0 94 ext/components/Accordion/Accordion.test.tsx`); report.push(`0 8 ext/components/Accordion/AccordionComponent.tsx`); @@ -3274,14 +3274,14 @@ report.push(`3 3 src/ts/pages/MainPage/components/MainPageHeader.tsx`); report.push(`3 3 src/ts/pages/MainPage/components/MainPageSearch.tsx`); report.push(`3 4 src/ts/pages/MainPage/index.scss`); report.push(``); -report.push(`2021-02-18T14:34:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13 Update SCSS lint rules`); +report.push(`2021-02-18T14:34:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13 Update SCSS lint rules`); report.push(`1 1 package.json`); report.push(``); -report.push(`2021-02-18T14:48:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-13 refactor: update SCSS lint rules`); +report.push(`2021-02-18T14:48:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-13 refactor: update SCSS lint rules`); 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(profile): add new form for work with tasks`); +report.push(`2021-02-19T17:18:51+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #1 in SUIS/subo-frontend from JIRA-13-Update-SCSS-lint-rules-and-project-structure to develop`); +report.push(`2021-02-20T10:40:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -3305,8 +3305,8 @@ report.push(`29 0 src/ts/pages/RequestForm/index.scss`); report.push(`11 0 src/ts/pages/RequestForm/index.tsx`); report.push(`30 0 src/ts/pages/RequestForm/store/RequestFormStore.ts`); report.push(``); -report.push(`2021-02-20T10:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #3 in SUIS/subo-frontend from SUBO-34-Add-new-form-for-work-with-tasks to develop`); -report.push(`2021-02-20T16:37:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-49 feat: create select element for form task Creating`); +report.push(`2021-02-20T10:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #3 in SUIS/subo-frontend from JIRA-34-Add-new-form-for-work-with-tasks to develop`); +report.push(`2021-02-20T16:37:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-49 feat: create select element for form task Creating`); report.push(`112 96 README.md`); report.push(`42177 42176 package-lock.json`); report.push(`78 77 package.json`); @@ -3324,12 +3324,12 @@ report.push(`4 2 src/ts/pages/RequestForm/index.tsx`); report.push(`0 30 src/ts/pages/RequestForm/store/RequestFormStore.ts`); report.push(`24 0 src/ts/pages/RequestForm/store/TemplateFormStore.ts`); report.push(``); -report.push(`2021-02-24T09:16:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-49 feat: create select element for form Task Creating`); +report.push(`2021-02-24T09:16:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-49 feat: create select element for form Task Creating`); report.push(`24 16 src/ts/pages/RequestForm/api.ts`); report.push(`31 4 src/ts/pages/RequestForm/components/TemplateForm.tsx`); report.push(``); -report.push(`2021-02-24T09:17:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #4 in SUIS/subo-frontend from feature/SUBO-49-Create-select-element-for-from-task-Creating to master`); -report.push(`2021-02-24T15:49:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-50 feat: add validator for form`); +report.push(`2021-02-24T09:17:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #4 in SUIS/subo-frontend from feature/JIRA-49-Create-select-element-for-from-task-Creating to master`); +report.push(`2021-02-24T15:49:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-50 feat: add validator for form`); report.push(`7 8 src/ts/{pages/RequestForm/components => components/form}/CheckboxWrapper.tsx`); report.push(`0 0 src/ts/{pages/RequestForm/components => components/form}/ElementWrapper.tsx`); report.push(`27 0 src/ts/components/form/FormWrapper.tsx`); @@ -3347,18 +3347,18 @@ report.push(`2 2 src/ts/pages/RequestForm/index.tsx`); report.push(`52 0 src/ts/pages/RequestForm/store/RequestTemplateStore.ts`); report.push(`0 24 src/ts/pages/RequestForm/store/TemplateFormStore.ts`); report.push(``); -report.push(`2021-02-24T16:56:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-50 feat: add validation for form`); +report.push(`2021-02-24T16:56:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-50 feat: add validation for form`); report.push(`17 5 src/ts/helpers/validation/index.ts`); report.push(`22 0 src/ts/helpers/validation/regexp.ts`); report.push(`38 29 src/ts/interfaces/RequestTemplate.ts`); report.push(`8 1 src/ts/interfaces/ValidationRules.ts`); report.push(`7 15 src/ts/pages/RequestForm/components/RequestTemplate.tsx`); report.push(``); -report.push(`2021-02-25T09:13:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-50 feat: add validator for form`); +report.push(`2021-02-25T09:13:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-50 feat: add validator for form`); 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(traffic chart): create main page by user story`); +report.push(`2021-02-25T09:15:32+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #5 in SUIS/subo-frontend from feature/JIRA-50-Add-validator-for-form to master`); +report.push(`2021-02-26T11:51:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): install vtb ui kit`); +report.push(`2021-02-26T12:37:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add information in README about VTB Ui Kit`); +report.push(`2021-02-26T12:47:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): create main page by User story`); +report.push(`2021-03-01T14:18:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): create main page by User Story`); +report.push(`2021-03-01T17:15:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4021,8 +4021,8 @@ report.push(`6 4 src/ts/pages/PageWrapper/components/SideBarSubMenu.tsx`); report.push(`6 0 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`4 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-02T09:29:07+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #6 in SUIS/subo-frontend from feature/SUBO-27-Create-main-page-by-User-Story to master`); -report.push(`2021-03-03T11:08:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-62 feat: create icon wrapper`); +report.push(`2021-03-02T09:29:07+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #6 in SUIS/subo-frontend from feature/JIRA-27-Create-main-page-by-User-Story to master`); +report.push(`2021-03-03T11:08:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-62 feat: create icon wrapper`); report.push(`107 9 package-lock.json`); report.push(`1 0 package.json`); report.push(`1 3 src/assets/admiral-icons/system/NotificationsSolid.svg`); @@ -4032,54 +4032,54 @@ report.push(`5 1 src/ts/pages/PageWrapper/components/SideBarMenu.tsx`); 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(profile): Add docker in project`); +report.push(`2021-03-03T11:09:16+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #7 in SUIS/subo-frontend from feature/JIRA-62-Create-icon-wrapper to master`); +report.push(`2021-03-04T11:56:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-75 feat(profile): Add docker in project`); report.push(`11 0 Dockerfile`); report.push(`29 0 README.md`); report.push(``); -report.push(`2021-03-04T11:56:41+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #8 in SUIS/subo-frontend from feature/SUBO-75-Add-docker-in-project to master`); -report.push(`2021-03-05T09:29:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-75 fix: change nexus URL in docker`); +report.push(`2021-03-04T11:56:41+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #8 in SUIS/subo-frontend from feature/JIRA-75-Add-docker-in-project to master`); +report.push(`2021-03-05T09:29:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-75 fix: change nexus URL in docker`); report.push(`3 2 Dockerfile`); report.push(`12 0 README.md`); report.push(``); -report.push(`2021-03-05T09:29:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-75 fix: change nexus URL in docker`); +report.push(`2021-03-05T09:29:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-75 fix: change nexus URL in docker`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-03-05T10:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #9 in SUIS/subo-frontend from bugfix/SUBO-75-Add-nexus-URL-in-docker to master`); -report.push(`2021-03-05T14:08:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-81 feat: add tests for validation and http components`); +report.push(`2021-03-05T10:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #9 in SUIS/subo-frontend from bugfix/JIRA-75-Add-nexus-URL-in-docker to master`); +report.push(`2021-03-05T14:08:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-81 feat: add tests for validation and http components`); report.push(`18 0 src/ts/helpers/validation/index.spec.ts`); report.push(`2 2 src/ts/helpers/validation/index.ts`); report.push(`58 0 src/ts/helpers/validation/regexp.spec.ts`); report.push(``); -report.push(`2021-03-08T11:52:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-81 test: add tests for validation and http components`); +report.push(`2021-03-08T11:52:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-81 test: add tests for validation and http components`); report.push(`1 1 src/ts/helpers/http.ts`); report.push(`95 0 src/ts/helpers/validation/index.spec.ts`); report.push(`4 3 src/ts/helpers/validation/index.ts`); report.push(`5 2 src/ts/helpers/validation/regexp.ts`); report.push(`2 2 src/ts/interfaces/ValidationRules.ts`); report.push(``); -report.push(`2021-03-08T12:51:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-81 test: add tests for validation and http components`); +report.push(`2021-03-08T12:51:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-81 test: add tests for validation and http components`); report.push(`46 0 src/ts/helpers/HttpClient.spec.ts`); report.push(`80 0 src/ts/helpers/HttpClient.ts`); report.push(`4 67 src/ts/helpers/http.ts`); report.push(``); -report.push(`2021-03-08T12:52:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #10 in SUIS/subo-frontend from feature/SUBO-81-Add-tests-for-validation-and-http-components to master`); -report.push(`2021-03-09T09:07:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-81 test: change prefix for test files`); +report.push(`2021-03-08T12:52:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #10 in SUIS/subo-frontend from feature/JIRA-81-Add-tests-for-validation-and-http-components to master`); +report.push(`2021-03-09T09:07:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-81 test: change prefix for test files`); report.push(`1 0 package.json`); report.push(`0 0 src/ts/helpers/{HttpClient.spec.ts => HttpClient.test.ts}`); report.push(`5 2 src/ts/helpers/HttpClient.ts`); report.push(`0 0 src/ts/helpers/validation/{index.spec.ts => index.test.ts}`); report.push(`0 0 src/ts/helpers/validation/{regexp.spec.ts => regexp.test.ts}`); report.push(``); -report.push(`2021-03-09T09:07:41+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #11 in SUIS/subo-frontend from feature/SUBO-81-Add-tests-for-validation-and-http-components to master`); -report.push(`2021-03-09T16:56:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-90 test: run all tests by command`); +report.push(`2021-03-09T09:07:41+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #11 in SUIS/subo-frontend from feature/JIRA-81-Add-tests-for-validation-and-http-components to master`); +report.push(`2021-03-09T16:56:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-90 test: run all tests by command`); report.push(`18 2 README.md`); report.push(`3 3 package.json`); report.push(``); -report.push(`2021-03-09T16:59:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-90 test: add testing in build script`); +report.push(`2021-03-09T16:59:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-90 test: add testing in build script`); report.push(`3 0 Dockerfile`); report.push(``); -report.push(`2021-03-10T13:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-90 feat: update main page layout by design`); +report.push(`2021-03-10T13:29:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-90 feat: update main page layout by design`); report.push(`5 5 .stylelintrc.json`); report.push(`1 1 README.md`); report.push(`78 78 src/styles/reset.scss`); @@ -4117,8 +4117,8 @@ report.push(`0 19 src/ts/pages/PageWrapper/styles/search.scss`); 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(traffic chart): create catalogue page by design`); +report.push(`2021-03-10T13:30:12+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #12 in SUIS/subo-frontend from feature/JIRA-90-Update-main-page-layout- to master`); +report.push(`2021-03-11T13:57:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4144,11 +4144,11 @@ report.push(`80 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(`36 32 tsconfig.json`); report.push(``); -report.push(`2021-03-11T14:22:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #13 in SUIS/subo-frontend from feature/SUBO-7-Create-catalogue-page-by-design to master`); -report.push(`2021-03-12T09:39:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-78 fix: add new info in documentation`); +report.push(`2021-03-11T14:22:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #13 in SUIS/subo-frontend from feature/JIRA-7-Create-catalogue-page-by-design to master`); +report.push(`2021-03-12T09:39:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-78 fix: add new info in documentation`); report.push(`7 0 README.md`); report.push(``); -report.push(`2021-03-12T10:41:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-78 feat: add paths in configs, change path for components`); +report.push(`2021-03-12T10:41:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-78 feat: add paths in configs, change path for components`); report.push(`5 1 README.md`); report.push(`1 1 src/ts/components/checkbox/index.scss`); report.push(`1 1 src/ts/components/input/index.scss`); @@ -4187,8 +4187,8 @@ report.push(`5 5 src/ts/pages/RequestForm/components/RequestTemplate.tsx`); 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(traffic chart): add page access request`); +report.push(`2021-03-12T10:42:57+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #14 in SUIS/subo-frontend from feature/JIRA-78-Add-paths-configs to master`); +report.push(`2021-03-15T15:10:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,39 +4210,39 @@ 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(traffic chart): add page access request`); +report.push(`2021-03-15T15:11:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-03-16T12:27:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 feat: fix URL for nexus`); +report.push(`2021-03-15T15:52:09+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #15 in SUIS/subo-frontend from feature/JIRA-77-Create-request-page to master`); +report.push(`2021-03-16T12:27:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 feat: fix URL for nexus`); report.push(`2 2 Dockerfile`); report.push(`27 15 README.md`); report.push(``); -report.push(`2021-03-16T12:28:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: Change logo for demo`); +report.push(`2021-03-16T12:28:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 fix: Change logo for demo`); report.push(`8 0 src/ts/pages/MainPage/index.tsx`); report.push(`14 0 src/ts/pages/MainPage/styles/index.scss`); report.push(`2 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-17T09:42:17+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #16 in SUIS/subo-frontend from feature/SUBO-70-Change-deploy-rules to master`); -report.push(`2021-03-17T11:17:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: change docker config`); +report.push(`2021-03-17T09:42:17+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #16 in SUIS/subo-frontend from feature/JIRA-70-Change-deploy-rules to master`); +report.push(`2021-03-17T11:17:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 fix: change docker config`); report.push(`14 1 Dockerfile`); report.push(`11 0 README.md`); report.push(`9 18 package-lock.json`); report.push(``); -report.push(`2021-03-17T12:06:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: change docker config`); +report.push(`2021-03-17T12:06:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 fix: change docker config`); report.push(`2 0 Dockerfile`); report.push(`32 0 nginx.conf`); report.push(`1 0 package.json`); report.push(``); -report.push(`2021-03-17T12:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: change docker config`); +report.push(`2021-03-17T12:13:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 fix: change docker config`); report.push(`21 0 README.md`); report.push(``); -report.push(`2021-03-17T12:28:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-70 fix: change docker config`); +report.push(`2021-03-17T12:28:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-70 fix: change docker config`); 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(profile): change mock in API on URL from backend`); +report.push(`2021-03-17T12:29:16+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #17 in SUIS/subo-frontend from bugfix/JIRA-70-Change-docker-config to master`); +report.push(`2021-03-18T11:28:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4252,8 +4252,8 @@ report.push(`14 4 src/ts/pages/MainPage/components/CatalogueItem.tsx`); report.push(`22 4 src/ts/pages/MainPage/index.tsx`); report.push(`1 1 src/ts/pages/MainPage/store/CatalogueListStore.ts`); report.push(``); -report.push(`2021-03-18T11:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #18 in SUIS/subo-frontend from feature/SUBO-5-Change-mock-on-backend-URL to master`); -report.push(`2021-03-18T14:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-109 feat: create auth page`); +report.push(`2021-03-18T11:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #18 in SUIS/subo-frontend from feature/JIRA-5-Change-mock-on-backend-URL to master`); +report.push(`2021-03-18T14:00:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-109 feat: create auth page`); report.push(`6 10 src/ts/pages/Authorization/api.ts`); report.push(`8 7 src/ts/pages/Authorization/components/{AuthorizationChecking.tsx => Loading.tsx}`); report.push(`44 0 src/ts/pages/Authorization/components/Login.tsx`); @@ -4264,7 +4264,7 @@ report.push(`35 10 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`4 3 src/ts/pages/Authorization/store/constants.ts`); report.push(`1 1 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(``); -report.push(`2021-03-18T15:50:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-109 feat: create auth page`); +report.push(`2021-03-18T15:50:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-109 feat: create auth page`); report.push(`13 6 src/ts/helpers/HttpClient.ts`); report.push(`7 1 src/ts/helpers/http.ts`); report.push(`0 3 src/ts/interfaces/AuthorizationEpa.ts`); @@ -4276,15 +4276,15 @@ report.push(`1 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`5 0 src/ts/pages/Authorization/index.scss`); report.push(`30 19 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-03-18T15:51:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #19 in SUIS/subo-frontend from feature/SUBO-109-Create-auth-page to master`); -report.push(`2021-03-19T09:16:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-109 feat: add token in request header`); +report.push(`2021-03-18T15:51:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #19 in SUIS/subo-frontend from feature/JIRA-109-Create-auth-page to master`); +report.push(`2021-03-19T09:16:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-109 feat: add token in request header`); report.push(`13 10 src/ts/helpers/HttpClient.ts`); report.push(`1 1 src/ts/helpers/loader.ts`); report.push(`3 3 src/ts/pages/Authorization/api.ts`); report.push(`11 8 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-03-19T09:16:53+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #21 in SUIS/subo-frontend from feature/SUBO-109-Add-token-in-request-header to master`); -report.push(`2021-03-19T13:47:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 feat: create DataLoader component`); +report.push(`2021-03-19T09:16:53+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #21 in SUIS/subo-frontend from feature/JIRA-109-Add-token-in-request-header to master`); +report.push(`2021-03-19T13:47:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 feat: create DataLoader component`); report.push(`22 0 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`23 0 src/ts/components/DataLoader/Loading.tsx`); report.push(`20 0 src/ts/components/DataLoader/index.scss`); @@ -4294,7 +4294,7 @@ report.push(`6 4 src/ts/pages/Authorization/api.ts`); report.push(`4 18 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(`23 10 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-03-22T13:23:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 feat: create DataLoader component, change categories`); +report.push(`2021-03-22T13:23:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 feat: create DataLoader component, change categories`); report.push(`30 14 src/ts/components/DataLoader/index.tsx`); report.push(`4 4 src/ts/components/title/index.tsx`); report.push(`5 1 src/ts/helpers/HttpClient.ts`); @@ -4312,17 +4312,17 @@ report.push(`19 0 src/ts/pages/Catalogue/components/categories/SubTitle.tsx`); report.push(`3 0 src/ts/pages/Catalogue/index.tsx`); report.push(`5 16 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-03-22T13:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #22 in SUIS/subo-frontend from feature/SUBO-110-Create-DataLoader-component to master`); -report.push(`2021-03-22T13:31:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 fix: change file name`); +report.push(`2021-03-22T13:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #22 in SUIS/subo-frontend from feature/JIRA-110-Create-DataLoader-component to master`); +report.push(`2021-03-22T13:31:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 fix: change file name`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`0 0 src/ts/components/DataLoader/{store.ts => store2.ts}`); report.push(``); -report.push(`2021-03-22T13:32:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 fix: change file name`); +report.push(`2021-03-22T13:32:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 fix: change file name`); report.push(`0 0 src/ts/components/DataLoader/{store2.ts => Store.ts}`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2021-03-22T13:32:44+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #23 in SUIS/subo-frontend from bugfix/SUBO-110-Fix-name-for-Store-in-DataLoader to master`); -report.push(`2021-03-22T15:02:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 feat: change API for DataLoader`); +report.push(`2021-03-22T13:32:44+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #23 in SUIS/subo-frontend from bugfix/JIRA-110-Fix-name-for-Store-in-DataLoader to master`); +report.push(`2021-03-22T15:02:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 feat: change API for DataLoader`); report.push(`3 1 src/ts/components/DataLoader/Store.ts`); report.push(`18 15 src/ts/components/DataLoader/index.tsx`); report.push(`3 3 src/ts/pages/Catalogue/components/Banners.tsx`); @@ -4333,8 +4333,8 @@ report.push(`2 3 src/ts/pages/Catalogue/components/categories/HeaderTitle.tsx`); report.push(`2 3 src/ts/pages/Catalogue/components/categories/Level0.tsx`); report.push(`9 9 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-03-22T16:42:48+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #24 in SUIS/subo-frontend from feature/SUBO-110-Change-API-for-DataLoader to master`); -report.push(`2021-03-23T08:55:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-110 feat: add watch property in DataLoader`); +report.push(`2021-03-22T16:42:48+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #24 in SUIS/subo-frontend from feature/JIRA-110-Change-API-for-DataLoader to master`); +report.push(`2021-03-23T08:55:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-110 feat: add watch property in DataLoader`); report.push(`10 0 src/ts/components/DataLoader/Store.ts`); report.push(`4 11 src/ts/components/DataLoader/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/Categories.tsx`); @@ -4343,8 +4343,8 @@ report.push(`1 0 src/ts/pages/Catalogue/components/categories/HeaderSubTitle.tsx 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(AIS): add mock for demo`); +report.push(`2021-03-23T08:56:43+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #25 in SUIS/subo-frontend from feature/JIRA-110-Change-API-for-DataLoader to master`); +report.push(`2021-03-23T12:47:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4355,8 +4355,8 @@ report.push(`0 29 src/ts/pages/RequestForm/index.scss`); report.push(`0 9 src/ts/pages/RequestForm/index.tsx`); report.push(`0 52 src/ts/pages/RequestForm/store/RequestTemplateStore.ts`); report.push(``); -report.push(`2021-03-23T12:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #26 in SUIS/subo-frontend from bugfix/SUBO-91-Add-mock-for-demo to master`); -report.push(`2021-03-23T15:28:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 feat: change fonts and colors by design`); +report.push(`2021-03-23T12:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #26 in SUIS/subo-frontend from bugfix/JIRA-91-Add-mock-for-demo to master`); +report.push(`2021-03-23T15:28:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 feat: change fonts and colors by design`); report.push(`- - src/assets/fonts/HelveticaNeueCyr-Bold.woff`); report.push(`- - src/assets/fonts/HelveticaNeueCyr-Medium.woff`); report.push(`- - src/assets/fonts/HelveticaNeueCyr-Roman.woff`); @@ -4393,8 +4393,8 @@ report.push(`9 9 src/ts/pages/MainPage/styles/task.scss`); report.push(`10 10 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`8 8 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-23T15:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #27 in SUIS/subo-frontend from feature/SUBO-63-Change-fonts-and-colors to master`); -report.push(`2021-03-24T13:04:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-140 feat: add loadMore button in DataLoader`); +report.push(`2021-03-23T15:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #27 in SUIS/subo-frontend from feature/JIRA-63-Change-fonts-and-colors to master`); +report.push(`2021-03-24T13:04:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-140 feat: add loadMore button in DataLoader`); report.push(`58 0 src/ts/components/DataLoader/LoadMore.tsx`); report.push(`10 4 src/ts/components/DataLoader/Loading.tsx`); report.push(`61 19 src/ts/components/DataLoader/Store.ts`); @@ -4414,13 +4414,13 @@ report.push(`0 26 src/ts/pages/Catalogue/store/CatalogueListStore.ts`); report.push(`1 1 src/ts/pages/MainPage/api.ts`); report.push(`1 1 src/ts/pages/PageWrapper/api.ts`); report.push(``); -report.push(`2021-03-24T13:07:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #28 in SUIS/subo-frontend from SUBO-140-Add-LoadMore-button-in-DataLoader to master`); -report.push(`2021-03-24T16:10:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-140 fix: change logic for LoadMore button in DataLoader`); +report.push(`2021-03-24T13:07:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #28 in SUIS/subo-frontend from JIRA-140-Add-LoadMore-button-in-DataLoader to master`); +report.push(`2021-03-24T16:10:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-140 fix: change logic for LoadMore button in DataLoader`); report.push(`18 2 src/ts/components/DataLoader/Store.ts`); report.push(`2 7 src/ts/helpers/HttpMock.ts`); report.push(``); -report.push(`2021-03-24T16:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #29 in SUIS/subo-frontend from feature/SUBO-140-Change-logic-for-LoadMore-button-in-DataLoader to master`); -report.push(`2021-03-25T00:33:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-150 feat: change style for header in catalogue. Auth: Ilya Kirsanov`); +report.push(`2021-03-24T16:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #29 in SUIS/subo-frontend from feature/JIRA-140-Change-logic-for-LoadMore-button-in-DataLoader to master`); +report.push(`2021-03-25T00:33:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-150 feat: change style for header in catalogue. Auth: Ilya Kirsanov`); report.push(`2 0 src/styles/variables.scss`); report.push(`18 7 src/ts/pages/Catalogue/components/Header.tsx`); report.push(`19 0 src/ts/pages/Catalogue/components/Search.tsx`); @@ -4429,15 +4429,15 @@ report.push(`1 1 src/ts/pages/Catalogue/styles/index.scss`); report.push(`34 0 src/ts/pages/Catalogue/styles/search.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-25T00:34:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #30 in SUIS/subo-frontend from feature/SUBO-150-Change-style-for-header-in-catalog to master`); -report.push(`2021-03-25T01:01:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-142 feat: add component nothingFound. Auth: Ilya Kirsanov`); +report.push(`2021-03-25T00:34:31+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #30 in SUIS/subo-frontend from feature/JIRA-150-Change-style-for-header-in-catalog to master`); +report.push(`2021-03-25T01:01:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-142 feat: add component nothingFound. Auth: Ilya Kirsanov`); report.push(`57 0 src/assets/images/nothing-found.svg`); report.push(`20 0 src/ts/components/NothingFound/index.scss`); report.push(`39 0 src/ts/components/NothingFound/index.tsx`); report.push(`7 0 src/ts/pages/Catalogue/components/Favorites.tsx`); report.push(``); -report.push(`2021-03-25T01:03:06+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #31 in SUIS/subo-frontend from feature/SUBO-142-Add-component-nothing-found to master`); -report.push(`2021-03-25T01:17:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-143 feat: add element AccessRequest was send`); +report.push(`2021-03-25T01:03:06+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #31 in SUIS/subo-frontend from feature/JIRA-142-Add-component-nothing-found to master`); +report.push(`2021-03-25T01:17:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-143 feat: add element AccessRequest was send`); report.push(`42 0 src/assets/images/success-request.svg`); report.push(`0 1 src/styles/variables.scss`); report.push(`23 0 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); @@ -4445,14 +4445,14 @@ report.push(`31 0 src/ts/pages/AccessRequest/index.scss`); report.push(`2 0 src/ts/pages/AccessRequest/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/styles/header.scss`); report.push(``); -report.push(`2021-03-25T01:18:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-143 feat: add element AccessRequest was send. Auth: Ilya Kirsanov`); +report.push(`2021-03-25T01:18:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-143 feat: add element AccessRequest was send. Auth: Ilya Kirsanov`); report.push(`1 1 src/ts/pages/AccessRequest/index.scss`); report.push(``); -report.push(`2021-03-25T01:18:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-143 feat: add element AccessRequest was send. Auth: Ilya Kirsanov`); +report.push(`2021-03-25T01:18:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-143 feat: add element AccessRequest was send. Auth: Ilya Kirsanov`); report.push(`5 5 src/ts/pages/AccessRequest/index.scss`); report.push(``); -report.push(`2021-03-25T01:19:56+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #32 in SUIS/subo-frontend from feature/SUBO-143-Add-element-AccessRequest-was-send to master`); -report.push(`2021-03-25T12:36:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 fix: change fonts on VTB standart`); +report.push(`2021-03-25T01:19:56+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #32 in SUIS/subo-frontend from feature/JIRA-143-Add-element-AccessRequest-was-send to master`); +report.push(`2021-03-25T12:36:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 fix: change fonts on VTB standart`); report.push(`160 30 package-lock.json`); report.push(`5 3 package.json`); report.push(`1 1 src/styles/base.scss`); @@ -4461,7 +4461,7 @@ report.push(`0 1 src/ts/components/title/index.scss`); report.push(`1 1 src/ts/helpers/HttpClient.test.ts`); report.push(`0 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); -report.push(`2021-03-25T13:14:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 feat: add loadAll component in DataLoader`); +report.push(`2021-03-25T13:14:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 feat: add loadAll component in DataLoader`); report.push(`12 3 src/ts/components/DataLoader/Store.ts`); report.push(`16 12 src/ts/components/DataLoader/index.tsx`); report.push(`12 9 src/ts/components/DataLoader/{ => paginators}/LoadMore.tsx`); @@ -4469,28 +4469,28 @@ report.push(`61 0 src/ts/components/DataLoader/paginators/ShowAll.tsx`); report.push(`15 5 src/ts/helpers/HttpMock.ts`); report.push(`2 2 src/ts/pages/Catalogue/components/categories/Level0.tsx`); report.push(``); -report.push(`2021-03-25T14:20:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 feat: add folder for level 2 in catalog`); +report.push(`2021-03-25T14:20:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 feat: add folder for level 2 in catalog`); report.push(`6 11 src/ts/pages/Catalogue/components/categories/Level2.tsx`); report.push(`57 0 src/ts/pages/Catalogue/components/categories/Level2Folder.tsx`); report.push(`24 0 src/ts/pages/Catalogue/components/categories/Level3.tsx`); report.push(`24 1 src/ts/pages/Catalogue/components/line/LineTwo.tsx`); report.push(`7 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-03-25T14:21:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 fix: access request form (auth: Ilya Kirsanov)`); +report.push(`2021-03-25T14:21:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 fix: access request form (auth: Ilya Kirsanov)`); report.push(`12 0 src/ts/interfaces/AccessRequest.ts`); report.push(`3 3 src/ts/pages/AccessRequest/api.ts`); report.push(``); -report.push(`2021-03-25T14:23:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 fix: change style for line`); +report.push(`2021-03-25T14:23:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 fix: change style for line`); report.push(`4 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-03-25T17:24:38+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #33 in SUIS/subo-frontend from bugfix/SUBO-63-Change-fonts-and-style to master`); -report.push(`2021-03-26T08:56:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 feat: remove old fonts`); +report.push(`2021-03-25T17:24:38+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #33 in SUIS/subo-frontend from bugfix/JIRA-63-Change-fonts-and-style to master`); +report.push(`2021-03-26T08:56:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 feat: remove old fonts`); report.push(`- - src/assets/fonts/Inter-Bold.ttf`); report.push(`- - src/assets/fonts/Inter-Medium.ttf`); report.push(`- - src/assets/fonts/Inter-Regular.ttf`); report.push(`- - src/assets/fonts/Inter-SemiBold.ttf`); report.push(``); -report.push(`2021-03-26T09:05:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 style: rename category components`); +report.push(`2021-03-26T09:05:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 style: rename category components`); report.push(`4 4 src/ts/pages/Catalogue/components/Categories.tsx`); report.push(`6 6 src/ts/pages/Catalogue/components/Favorites.tsx`); report.push(`8 8 src/ts/pages/Catalogue/components/categories/{Body.tsx => CategoryDetails.tsx}`); @@ -4509,14 +4509,14 @@ report.push(`5 5 src/ts/pages/Catalogue/components/line/{LineThree.tsx => Catego report.push(`4 4 src/ts/pages/Catalogue/components/line/{LineOne.tsx => CategoryItem.tsx}`); report.push(`4 4 src/ts/pages/Catalogue/components/line/{LineZero.tsx => CategoryTitle.tsx}`); report.push(``); -report.push(`2021-03-26T09:06:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #34 in SUIS/subo-frontend from feature/SUBO-63-Remove-old-fonts to master`); -report.push(`2021-03-26T11:08:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-148 feat: add selected style for sidebar menu`); +report.push(`2021-03-26T09:06:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #34 in SUIS/subo-frontend from feature/JIRA-63-Remove-old-fonts to master`); +report.push(`2021-03-26T11:08:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-148 feat: add selected style for sidebar menu`); report.push(`15 3 src/ts/pages/Catalogue/components/categories/CategoryItemsList.tsx`); report.push(`8 2 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`1 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-03-26T11:09:22+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #35 in SUIS/subo-frontend from feature/SUBO-148-Add-selected-style-for-sidebar-menu to master`); -report.push(`2021-03-26T17:10:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-139 fix: show user name and avatar`); +report.push(`2021-03-26T11:09:22+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #35 in SUIS/subo-frontend from feature/JIRA-148-Add-selected-style-for-sidebar-menu to master`); +report.push(`2021-03-26T17:10:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-139 fix: show user name and avatar`); report.push(`4 0 src/styles/base.scss`); report.push(`11 0 src/ts/pages/Authorization/api.ts`); report.push(`17 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); @@ -4526,21 +4526,21 @@ report.push(`9 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`9 15 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`2 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-26T17:37:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-150 feat: add active style for links on the catalogue page`); +report.push(`2021-03-26T17:37:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-150 feat: add active style for links on the catalogue page`); report.push(`13 7 src/ts/pages/Catalogue/components/Header.tsx`); report.push(`1 3 src/ts/pages/Catalogue/index.tsx`); report.push(`2 1 src/ts/pages/Catalogue/styles/header.scss`); report.push(``); -report.push(`2021-03-26T17:57:33+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #39 in SUIS/subo-frontend from feature/SUBO-150-add-link-active-style to master`); -report.push(`2021-03-26T18:00:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #36 in SUIS/subo-frontend from feature/SUBO-139-show-user-info to master`); -report.push(`2021-03-29T10:15:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-139 fix: corrected the order of requests during authorization`); +report.push(`2021-03-26T17:57:33+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #39 in SUIS/subo-frontend from feature/JIRA-150-add-link-active-style to master`); +report.push(`2021-03-26T18:00:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #36 in SUIS/subo-frontend from feature/JIRA-139-show-user-info to master`); +report.push(`2021-03-29T10:15:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-139 fix: corrected the order of requests during authorization`); report.push(`7 7 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-03-29T10:17:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-139 fix: corrected the order of requests during authorization`); +report.push(`2021-03-29T10:17:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-139 fix: corrected the order of requests during authorization`); 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(profile): add ButtonGroup wrapper in accessRequest`); +report.push(`2021-03-29T11:20:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4551,7 +4551,7 @@ report.push(`6 0 src/ts/interfaces/AccessRequest.ts`); report.push(`23 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 0 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-03-29T12:28:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-14 fix: Add required icon for form items`); +report.push(`2021-03-29T12:28:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-14 fix: Add required icon for form items`); report.push(`17 2 src/ts/components/form/ButtonGroupWrapper.tsx`); report.push(`8 1 src/ts/components/form/ElementWrapper.tsx`); report.push(`1 3 src/ts/components/form/FormWrapper.tsx`); @@ -4563,30 +4563,30 @@ report.push(`4 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/index.scss`); report.push(`6 2 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-03-29T12:37:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-14 fix: Add modal window for form`); +report.push(`2021-03-29T12:37:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-14 fix: Add modal window for form`); report.push(`25 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-03-29T12:53:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-14 fix: change style for form`); +report.push(`2021-03-29T12:53:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-14 fix: change style for form`); report.push(`1 1 src/ts/pages/AccessRequest/index.scss`); report.push(``); -report.push(`2021-03-29T13:01:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-139 fix: remove accessToken from localStorage`); +report.push(`2021-03-29T13:01:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-139 fix: remove accessToken from localStorage`); report.push(`0 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-03-29T16:49:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #40 in SUIS/subo-frontend from bugfix/SUBO-139-Corrected-the-order-of-requests-during-authorization to master`); -report.push(`2021-03-29T18:23:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #41 in SUIS/subo-frontend from feature/SUBO-145-Add-ButtonGroup-wrapper-in-accessRequest to master`); -report.push(`2021-03-30T10:50:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-106 fix: added base slider carousel logic`); +report.push(`2021-03-29T16:49:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #40 in SUIS/subo-frontend from bugfix/JIRA-139-Corrected-the-order-of-requests-during-authorization to master`); +report.push(`2021-03-29T18:23:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #41 in SUIS/subo-frontend from feature/JIRA-145-Add-ButtonGroup-wrapper-in-accessRequest to master`); +report.push(`2021-03-30T10:50:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-106 fix: added base slider carousel logic`); report.push(`55 4 src/ts/pages/MainPage/api.ts`); report.push(`49 0 src/ts/pages/MainPage/components/BannerItem.tsx`); report.push(`71 35 src/ts/pages/MainPage/components/Banners.tsx`); report.push(`17 21 src/ts/pages/MainPage/index.tsx`); report.push(`36 2 src/ts/pages/MainPage/styles/banners.scss`); report.push(``); -report.push(`2021-03-30T15:45:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-106 fix: added banner switching logic`); +report.push(`2021-03-30T15:45:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-106 fix: added banner switching logic`); report.push(`6 4 src/ts/pages/MainPage/components/BannerItem.tsx`); report.push(`34 19 src/ts/pages/MainPage/components/Banners.tsx`); report.push(`16 14 src/ts/pages/MainPage/styles/banners.scss`); report.push(``); -report.push(`2021-03-30T17:10:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change style for main page by design`); +report.push(`2021-03-30T17:10:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change style for main page by design`); report.push(`6 5 src/ts/components/more/index.scss`); report.push(`1 1 src/ts/components/title/index.scss`); report.push(`3 0 src/ts/interfaces/Category.ts`); @@ -4601,7 +4601,7 @@ report.push(`21 20 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`57 41 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`2 2 src/ts/pages/PageWrapper/styles/index.scss`); report.push(``); -report.push(`2021-03-30T17:10:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change style for main page by design`); +report.push(`2021-03-30T17:10:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change style for main page by design`); report.push(`3 0 src/assets/images/favorite-arrow.svg`); report.push(`4 0 src/assets/images/favorite.svg`); report.push(`56 0 src/assets/images/ic-product-credit-2.svg`); @@ -4612,15 +4612,15 @@ report.push(`32 0 src/ts/pages/MainPage/components/Favorite.tsx`); report.push(`41 0 src/ts/pages/MainPage/components/FavoriteItem.tsx`); report.push(`82 0 src/ts/pages/MainPage/styles/favorite.scss`); report.push(``); -report.push(`2021-03-30T17:33:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-106 fix: changed css styles`); +report.push(`2021-03-30T17:33:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-106 fix: changed css styles`); report.push(`12 10 src/ts/pages/MainPage/components/BannerItem.tsx`); report.push(`2 0 src/ts/pages/MainPage/components/Banners.tsx`); report.push(`11 9 src/ts/pages/MainPage/styles/banners.scss`); report.push(``); -report.push(`2021-03-31T09:31:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change style for main page by design`); +report.push(`2021-03-31T09:31:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change style for main page by design`); report.push(`13 9 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-03-31T11:58:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change style for main page by design`); +report.push(`2021-03-31T11:58:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change style for main page by design`); report.push(`4 13 src/assets/images/logo.svg`); report.push(`1 0 src/index.tsx`); report.push(`0 1 src/ts/components/DataLoader/index.tsx`); @@ -4640,20 +4640,20 @@ report.push(`11 9 src/ts/pages/MainPage/styles/search.scss`); report.push(`39 17 src/ts/pages/MainPage/styles/task.scss`); report.push(`7 6 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2021-03-31T12:39:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change style for main page by design`); +report.push(`2021-03-31T12:39:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change style for main page by design`); report.push(`13 11 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-03-31T13:00:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-106 fix: fixed pull requests issues`); +report.push(`2021-03-31T13:00:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-106 fix: fixed pull requests issues`); report.push(`8 0 src/ts/interfaces/Banner.ts`); report.push(`13 12 src/ts/pages/MainPage/api.ts`); report.push(`27 18 src/ts/pages/MainPage/components/BannerItem.tsx`); report.push(`19 33 src/ts/pages/MainPage/components/Banners.tsx`); report.push(`14 9 src/ts/pages/MainPage/styles/banners.scss`); report.push(``); -report.push(`2021-03-31T13:25:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #44 in SUIS/subo-frontend from bugfix/SUBO-108-Change-style-for-main-page-by-design to master`); -report.push(`2021-03-31T15:23:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-106 fix: solve merged problems and fix styles`); -report.push(`2021-03-31T15:53:38+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #43 in SUIS/subo-frontend from feature/SUBO-106-frontend-add-slider-carousel to master`); -report.push(`2021-03-31T17:31:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-108 fix: change icons by design`); +report.push(`2021-03-31T13:25:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #44 in SUIS/subo-frontend from bugfix/JIRA-108-Change-style-for-main-page-by-design to master`); +report.push(`2021-03-31T15:23:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-106 fix: solve merged problems and fix styles`); +report.push(`2021-03-31T15:53:38+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #43 in SUIS/subo-frontend from feature/JIRA-106-frontend-add-slider-carousel to master`); +report.push(`2021-03-31T17:31:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-108 fix: change icons by design`); report.push(`5 0 src/assets/custom-ui-kit/DescriptionSolid.svg`); report.push(`5 0 src/assets/custom-ui-kit/FolderSolid.svg`); report.push(`5 0 src/assets/custom-ui-kit/HelpSolid.svg`); @@ -4674,25 +4674,25 @@ report.push(`7 7 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`2 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-01T10:01:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #45 in SUIS/subo-frontend from bugfix/SUBO-108-Change-icons-by-design to master`); -report.push(`2021-04-01T10:54:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: add prettier for JS lint`); +report.push(`2021-04-01T10:01:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #45 in SUIS/subo-frontend from bugfix/JIRA-108-Change-icons-by-design to master`); +report.push(`2021-04-01T10:54:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: add prettier for JS lint`); report.push(`22 14 .eslintrc.js`); 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(profile): added modal window logic`); +report.push(`2021-04-01T11:32:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): changed modal window logic and css styles`); +report.push(`2021-04-01T14:49:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-04-01T14:51:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: fix style catalogue by design`); +report.push(`2021-04-01T14:51:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: fix style catalogue by design`); report.push(`8 0 README.md`); report.push(`11 0 src/assets/images/rocket.svg`); report.push(`3 3 src/ts/components/DataLoader/index.scss`); @@ -4711,28 +4711,28 @@ report.push(`3 2 src/ts/pages/Catalogue/styles/search.scss`); report.push(`8 1 src/ts/pages/PageWrapper/styles/index.scss`); report.push(`2 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-01T14:52:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: fix style catalogue by design`); +report.push(`2021-04-01T14:52:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: fix style catalogue by design`); report.push(`1 1 src/ts/pages/Catalogue/styles/banner.scss`); report.push(``); -report.push(`2021-04-01T14:58:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: fix style catalogue by design`); +report.push(`2021-04-01T14:58:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: fix style catalogue by design`); report.push(`47 9 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-04-01T14:59:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: fix style catalogue by design`); +report.push(`2021-04-01T14:59:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: fix style catalogue by design`); report.push(`0 9 src/ts/pages/Catalogue/api.ts`); report.push(`1 1 src/ts/pages/Catalogue/components/Banners.tsx`); report.push(``); -report.push(`2021-04-01T15:00:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: fix style catalogue by design`); +report.push(`2021-04-01T15:00:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: fix style catalogue by design`); report.push(`1 1 src/ts/pages/MainPage/components/Search.tsx`); report.push(``); -report.push(`2021-04-01T15:44:02+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #46 in SUIS/subo-frontend from feature/SUBO-144-add-modal-window-logic to master`); -report.push(`2021-04-01T15:50:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #47 in SUIS/subo-frontend from bugfix/SUBO-63-Fix-style-catalogue-by-design to master`); -report.push(`2021-04-02T11:19:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: add eslint rules for props and css`); +report.push(`2021-04-01T15:44:02+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #46 in SUIS/subo-frontend from feature/JIRA-144-add-modal-window-logic to master`); +report.push(`2021-04-01T15:50:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #47 in SUIS/subo-frontend from bugfix/JIRA-63-Fix-style-catalogue-by-design to master`); +report.push(`2021-04-02T11:19:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: add eslint rules for props and css`); report.push(`22 8 .eslintrc.js`); report.push(`0 12 .prettierrc.js`); report.push(`10 0 .stylelintrc.json`); report.push(`0 6 package.json`); report.push(``); -report.push(`2021-04-02T11:35:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: change values on variables`); +report.push(`2021-04-02T11:35:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: change values on variables`); report.push(`1 1 .stylelintrc.json`); report.push(`4 0 package.json`); report.push(`1 1 src/styles/base.scss`); @@ -4775,7 +4775,7 @@ report.push(`19 3 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`8 8 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`5 5 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-02T11:38:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: change values on variables`); +report.push(`2021-04-02T11:38:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: change values on variables`); report.push(`3 2 src/styles/variables.scss`); report.push(`1 1 src/ts/components/DataLoader/index.scss`); report.push(`2 2 src/ts/components/form/index.scss`); @@ -4793,12 +4793,12 @@ report.push(`1 1 src/ts/pages/MainPage/styles/task.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-02T11:53:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: merge with master and fix code style`); -report.push(`2021-04-02T11:56:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-45 refactor: merge with master and fix code style`); +report.push(`2021-04-02T11:53:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: merge with master and fix code style`); +report.push(`2021-04-02T11:56:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-45 refactor: merge with master and fix code style`); report.push(`0 104 package-lock.json`); report.push(``); -report.push(`2021-04-02T12:04:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #48 in SUIS/subo-frontend from feature/SUBO-45-Add-prettier-for-JS-lint to master`); -report.push(`2021-04-02T13:42:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 fix: fixed catalogue style by design`); +report.push(`2021-04-02T12:04:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #48 in SUIS/subo-frontend from feature/JIRA-45-Add-prettier-for-JS-lint to master`); +report.push(`2021-04-02T13:42:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 fix: fixed catalogue style by design`); report.push(`3 1 src/styles/base.scss`); report.push(`2 2 src/ts/components/DataLoader/index.scss`); report.push(`1 0 src/ts/pages/Catalogue/styles/line.scss`); @@ -4806,15 +4806,15 @@ report.push(`1 1 src/ts/pages/Catalogue/styles/search.scss`); report.push(`1 1 src/ts/pages/MainPage/styles/banners.scss`); report.push(`0 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-02T13:44:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-63 refactor: change value for variable`); +report.push(`2021-04-02T13:44:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-63 refactor: change value for variable`); report.push(`1 1 src/ts/components/title/index.scss`); report.push(`1 1 src/ts/pages/Catalogue/styles/banner.scss`); report.push(`1 1 src/ts/pages/Catalogue/styles/index.scss`); 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(profile): add config for request to backend`); +report.push(`2021-04-02T17:29:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #49 in SUIS/subo-frontend from bugfix/JIRA-63-Fix-style-catalogue-by-design-2 to master`); +report.push(`2021-04-05T09:35:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add logic for loading breadcrumbs`); +report.push(`2021-04-05T10:31:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add config for requests to backend`); +report.push(`2021-04-05T12:12:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,24 +4853,24 @@ 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(profile): add config for requests to backend`); +report.push(`2021-04-05T12:16:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-04-05T13:33:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 fix: update loader for update parameters`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2021-04-05T14:44:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 refactor: update config for nginx`); +report.push(`2021-04-05T14:44:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 refactor: update config for nginx`); report.push(`1 1 README.md`); report.push(`10 4 nginx.conf`); report.push(``); -report.push(`2021-04-05T14:45:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 refactor: update config for nginx`); +report.push(`2021-04-05T14:45:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 refactor: update config for nginx`); report.push(`2 2 nginx.conf`); report.push(`1 1 src/setupProxy.js`); 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(`2021-04-05T15:16:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): fix logic for loading breadcrumbs`); +report.push(`2021-04-05T15:19:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): add data render logic`); +report.push(`2021-04-05T17:06:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,56 +4888,56 @@ 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(profile): add config for requests to backend`); +report.push(`2021-04-05T17:21:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 feat(profile): add config for requests to backend`); report.push(`1 3 Dockerfile`); report.push(`10 2 nginx.conf`); report.push(``); -report.push(`2021-04-05T17:23:44+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #50 in SUIS/subo-frontend from feature/SUBO-147-add-logic-for-loading-breadcrumbs to master`); -report.push(`2021-04-06T09:56:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-82 test: add tests for state`); +report.push(`2021-04-05T17:23:44+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #50 in SUIS/subo-frontend from feature/JIRA-147-add-logic-for-loading-breadcrumbs to master`); +report.push(`2021-04-06T09:56:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-82 test: add tests for state`); report.push(`6 2 src/ts/components/DataLoader/index.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/LoadMore.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/ShowAll.tsx`); report.push(`63 0 src/ts/components/DataLoader/store/index.test.ts`); report.push(`4 5 src/ts/components/DataLoader/{Store.ts => store/index.ts}`); report.push(``); -report.push(`2021-04-06T10:08:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 fix: merge with develop`); -report.push(`2021-04-06T10:10:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 fix: add config for local nginx`); +report.push(`2021-04-06T10:08:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 fix: merge with develop`); +report.push(`2021-04-06T10:10:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 fix: add config for local nginx`); 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(faq): fix datetime input format`); +report.push(`2021-04-06T10:36:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #51 in SUIS/subo-frontend from feature/JIRA-175-Add-config-for-requests-to-backend to master`); +report.push(`2021-04-06T10:55:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add network in docker compose for works with frontend. Container itsm-ui use this network for proxy to API`); +report.push(`2021-04-06T10:58:36+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #52 in SUIS/subo-frontend from feature/JIRA-107-add-logic-for-TaskBoard-component to master`); +report.push(`2021-04-06T12:02:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`0 8 nginx.conf`); report.push(``); -report.push(`2021-04-06T12:47:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-175 fix: add docker compose and network`); +report.push(`2021-04-06T12:47:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-175 fix: add docker compose and network`); report.push(`4 2 Dockerfile`); 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(OIR): change import for dataLoader`); +report.push(`2021-04-06T13:00:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #54 in SUIS/subo-frontend from feature/JIRA-175-Add-docker-compose-and-network to master`); +report.push(`2021-04-06T13:24:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-82 test: add tests for store`); +report.push(`2021-04-06T13:55:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-04-06T19:14:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-141 feat: add NothingFound block to DataLoader and TaskBoard`); +report.push(`2021-04-06T19:14:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-141 feat: add NothingFound block to DataLoader and TaskBoard`); report.push(`7 1 src/ts/components/DataLoader/index.tsx`); report.push(`14 3 src/ts/components/NothingFound/index.tsx`); report.push(`20 3 src/ts/pages/MainPage/components/tasks/Board.tsx`); 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(profile): add requests to backend on favorites page`); +report.push(`2021-04-06T19:17:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #53 in SUIS/subo-frontend from feature/JIRA-82-Add-tests-for-store to master`); +report.push(`2021-04-07T11:33:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -4945,7 +4945,7 @@ report.push(`78 0 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`8 0 src/ts/pages/Catalogue/components/line/CategoryDetailsSubItem.tsx`); report.push(`1 1 src/ts/pages/Catalogue/index.tsx`); report.push(``); -report.push(`2021-04-07T11:56:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 style: fix style by comments from designer. See comment (1) for task`); +report.push(`2021-04-07T11:56:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-164 style: fix style by comments from designer. See comment (1) for task`); report.push(`3 4 src/ts/pages/Catalogue/components/Banners.tsx`); report.push(`1 0 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/index.tsx`); @@ -4953,20 +4953,20 @@ report.push(`3 0 src/ts/pages/Catalogue/styles/banner.scss`); report.push(`15 0 src/ts/pages/Catalogue/styles/categories.scss`); report.push(`2 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-04-07T12:04:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 style: fix style by comments from designer. See comment (1) for task`); +report.push(`2021-04-07T12:04:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-164 style: fix style by comments from designer. See comment (1) for task`); report.push(`1 1 src/ts/pages/Catalogue/styles/banner.scss`); report.push(``); -report.push(`2021-04-07T12:12:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 style: fix style by comments from designer. See comment (1) for task`); +report.push(`2021-04-07T12:12:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-164 style: fix style by comments from designer. See comment (1) for task`); report.push(`3 4 src/ts/pages/Catalogue/styles/categories.scss`); report.push(`4 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-04-07T12:53:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-179 refactor: rename pagination properties`); +report.push(`2021-04-07T12:53:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-179 refactor: rename pagination properties`); report.push(`4 7 src/ts/components/DataLoader/paginators/LoadMore.tsx`); 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(AIS): fix props structure of TaskBoard and Task components`); +report.push(`2021-04-07T16:14:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix NothingFound component logic and add new props to DataLoader`); +report.push(`2021-04-07T16:16:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,15 +4982,15 @@ 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(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(`2021-04-07T17:46:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-141 fix(AIS): solve merge conflicts`); +report.push(`2021-04-07T18:08:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-04-08T09:48:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #57 in SUIS/subo-frontend from bugfix/SUBO-179-Rename-pagination-properties to master`); -report.push(`2021-04-08T10:23:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-164 fix: solve merge conflicts`); -report.push(`2021-04-08T10:24:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #56 in SUIS/subo-frontend from feature/SUBO-164-Add-reuqests-to-backend-on-favorites-page to master`); -report.push(`2021-04-08T10:57:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 refactor: change style for notFound block`); +report.push(`2021-04-07T20:15:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #55 in SUIS/subo-frontend from feature/JIRA-141-add-nothing-found-block-to-DataLoader to master`); +report.push(`2021-04-08T09:48:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #57 in SUIS/subo-frontend from bugfix/JIRA-179-Rename-pagination-properties to master`); +report.push(`2021-04-08T10:23:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-164 fix: solve merge conflicts`); +report.push(`2021-04-08T10:24:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #56 in SUIS/subo-frontend from feature/JIRA-164-Add-reuqests-to-backend-on-favorites-page to master`); +report.push(`2021-04-08T10:57:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-164 refactor: change style for notFound block`); report.push(`2 1 src/ts/components/DataLoader/index.tsx`); report.push(`9 4 src/ts/components/NothingFound/index.scss`); report.push(`20 13 src/ts/components/NothingFound/index.tsx`); @@ -4998,18 +4998,18 @@ report.push(`36 36 src/ts/pages/Catalogue/api.ts`); report.push(`14 5 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(`3 0 src/ts/pages/Catalogue/styles/index.scss`); report.push(``); -report.push(`2021-04-08T12:33:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-164 refactor: change style for notFound block`); +report.push(`2021-04-08T12:33:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-164 refactor: change style for notFound block`); report.push(`0 4 src/ts/components/NothingFound/index.scss`); report.push(``); -report.push(`2021-04-08T13:36:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #58 in SUIS/subo-frontend from SUBO-164-Change-style-for-not-found to master`); -report.push(`2021-04-09T09:46:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 feat: add tests for dom elements`); +report.push(`2021-04-08T13:36:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #58 in SUIS/subo-frontend from JIRA-164-Change-style-for-not-found to master`); +report.push(`2021-04-09T09:46:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 feat: add tests for dom elements`); report.push(`14 0 package-lock.json`); report.push(`1 0 package.json`); report.push(`34 0 src/ts/components/more/index.test.tsx`); report.push(`6 5 src/ts/components/more/index.tsx`); report.push(`16 0 src/ts/components/title/index.test.tsx`); report.push(``); -report.push(`2021-04-09T09:52:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); +report.push(`2021-04-09T09:52:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); report.push(`1 1 src/styles/index.scss`); report.push(`0 128 src/ts/components/icons/MackBookPro.svg`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -5024,13 +5024,13 @@ report.push(`1 1 src/ts/pages/MainPage/components/Favorite.tsx`); 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-09T09:54:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); +report.push(`2021-04-09T09:54:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); report.push(`2 2 src/ts/components/index.scss`); report.push(``); -report.push(`2021-04-09T09:55:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); +report.push(`2021-04-09T09:55:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 refactor: rename components, rename imports, move icons in assets (see comment #1 in Jira task)`); report.push(`128 0 src/assets/images/mack-book-pro.svg`); report.push(``); -report.push(`2021-04-09T11:42:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-151 feat: change styles for MainPage without Banners slider`); +report.push(`2021-04-09T11:42:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-151 feat: change styles for MainPage without Banners slider`); report.push(`1 1 src/ts/components/NothingFound/index.scss`); report.push(`2 2 src/ts/pages/MainPage/components/Header.tsx`); report.push(`2 2 src/ts/pages/MainPage/components/Search.tsx`); @@ -5038,13 +5038,13 @@ 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(AIS): add TS interface for props validation`); +report.push(`2021-04-09T12:26:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-04-09T12:48:12+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #59 in SUIS/subo-frontend from feature/SUBO-151-create-MainPage-without-Banners-slider to master`); -report.push(`2021-04-09T13:16:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #60 in SUIS/subo-frontend from feature/SUBO-83-Add-tests-for-dom-elements to master`); -report.push(`2021-04-09T14:05:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 refactor: rename folders (step 1)`); +report.push(`2021-04-09T12:48:12+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #59 in SUIS/subo-frontend from feature/JIRA-151-create-MainPage-without-Banners-slider to master`); +report.push(`2021-04-09T13:16:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #60 in SUIS/subo-frontend from feature/JIRA-83-Add-tests-for-dom-elements to master`); +report.push(`2021-04-09T14:05:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 refactor: rename folders (step 1)`); report.push(`0 0 src/ts/components/{more => More2}/index.scss`); report.push(`0 0 src/ts/components/{more => More2}/index.test.tsx`); report.push(`0 0 src/ts/components/{more => More2}/index.tsx`); @@ -5062,8 +5062,8 @@ report.push(`1 1 src/ts/pages/MainPage/components/Favorite.tsx`); 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:06:33+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #62 in SUIS/subo-frontend from bugfix/SUBO-83-Rename-folders to master`); -report.push(`2021-04-09T14:09:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-83 refactor: rename folders (step 2)`); +report.push(`2021-04-09T14:06:33+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #62 in SUIS/subo-frontend from bugfix/JIRA-83-Rename-folders to master`); +report.push(`2021-04-09T14:09:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-83 refactor: rename folders (step 2)`); report.push(`0 0 src/ts/components/{More2 => More}/index.scss`); report.push(`0 0 src/ts/components/{More2 => More}/index.test.tsx`); report.push(`0 0 src/ts/components/{More2 => More}/index.tsx`); @@ -5081,18 +5081,18 @@ report.push(`1 1 src/ts/pages/MainPage/components/Favorite.tsx`); 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(profile): add favorites on first page of catalogue`); +report.push(`2021-04-09T14:10:35+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #63 in SUIS/subo-frontend from bugfix/JIRA-83-Rename-folders-2 to master`); +report.push(`2021-04-12T11:57:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add favorites on first page of catalogue`); +report.push(`2021-04-12T11:58:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): 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>JIRA-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`); @@ -5104,20 +5104,20 @@ report.push(`38 0 src/ts/pages/MainPage/api.mock.cjs`); report.push(`16 103 src/ts/pages/MainPage/api.ts`); report.push(`2 1 tsconfig.json`); report.push(``); -report.push(`2021-04-12T15:06:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-205 fix: add mock for escape error with http.get(/api/v1.0/favourites/, pagination)`); +report.push(`2021-04-12T15:06:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-205 fix: add mock for escape error with http.get(/api/v1.0/favourites/, pagination)`); report.push(`42 39 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-04-12T15:08:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #64 in SUIS/subo-frontend from feature/SUBO-205-Add-favorite-on-main-first-page-of-catalogue to master`); -report.push(`2021-04-12T15:53:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: fix Catalogue tabs render logic and user avatar style`); +report.push(`2021-04-12T15:08:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #64 in SUIS/subo-frontend from feature/JIRA-205-Add-favorite-on-main-first-page-of-catalogue to master`); +report.push(`2021-04-12T15:53:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 fix: fix Catalogue tabs render logic and user avatar style`); report.push(`6 5 src/ts/pages/Authorization/api.ts`); report.push(`41 26 src/ts/pages/Catalogue/components/Header.tsx`); report.push(`2 2 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-12T16:23:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: fix url property`); +report.push(`2021-04-12T16:23:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-04-12T16:23:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-16 feat(Excel): add api mock in server`); +report.push(`2021-04-12T17:46:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,17 +5125,17 @@ 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(Excel): update API format and add paths in proxy settings`); +report.push(`2021-04-12T17:52:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-04-12T18:23:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 fix: restore deleted http.get for getFavorites`); report.push(`37 36 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-04-12T18:31:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: solve merge conflicts`); -report.push(`2021-04-12T18:44:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 fix: fix favorites.ts`); +report.push(`2021-04-12T18:31:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 fix: solve merge conflicts`); +report.push(`2021-04-12T18:44:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 fix: fix favorites.ts`); report.push(`3 1 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(``); -report.push(`2021-04-13T09:19:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 refactor: remove unused stores and requests`); +report.push(`2021-04-13T09:19:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-16 refactor: remove unused stores and requests`); report.push(`29 27 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Authorization/api.mock.cjs`); report.push(`2 6 src/ts/pages/MainPage/components/Search.tsx`); @@ -5143,27 +5143,27 @@ report.push(`0 26 src/ts/pages/MainPage/store/CatalogueListStore.ts`); report.push(`0 7 src/ts/pages/PageWrapper/api.ts`); report.push(`0 26 src/ts/pages/PageWrapper/store/CatalogueListStore.ts`); report.push(``); -report.push(`2021-04-13T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 refactor: remove unused stores and requests`); +report.push(`2021-04-13T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-16 refactor: remove unused stores and requests`); report.push(`0 1 src/ts/helpers/HttpClient.ts`); report.push(``); -report.push(`2021-04-13T10:28:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 refactor: remove unused stores and requests`); +report.push(`2021-04-13T10:28:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-16 refactor: remove unused stores and requests`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-04-13T11:52:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-16 refactor: remove console.log`); +report.push(`2021-04-13T11:52:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-16 refactor: remove console.log`); report.push(`0 2 src/ts/pages/Catalogue/helpers/favorites.ts`); report.push(``); -report.push(`2021-04-13T11:58:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #66 in SUIS/subo-frontend from feature/SUBO-16-Add-api-mock-in-server to master`); -report.push(`2021-04-13T13:39:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 refactor: fix avatar styles and Header tabs logic`); -report.push(`2021-04-13T13:42:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 refactor: refactor SideBarMenuItem.tsx`); +report.push(`2021-04-13T11:58:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #66 in SUIS/subo-frontend from feature/JIRA-16-Add-api-mock-in-server to master`); +report.push(`2021-04-13T13:39:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 refactor: fix avatar styles and Header tabs logic`); +report.push(`2021-04-13T13:42:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 refactor: refactor SideBarMenuItem.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(``); -report.push(`2021-04-13T14:08:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-204 refactor: refactor user avatar style`); +report.push(`2021-04-13T14:08:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-204 refactor: refactor user avatar style`); report.push(`6 5 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`5 5 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-04-13T14:57:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #65 in SUIS/subo-frontend from bugfix/SUBO-204-correct-layout-for-components to master`); -report.push(`2021-04-13T16:26:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-222 refactor: rename parent in and update favorite api`); +report.push(`2021-04-13T14:57:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #65 in SUIS/subo-frontend from bugfix/JIRA-204-correct-layout-for-components to master`); +report.push(`2021-04-13T16:26:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-222 refactor: rename parent in and update favorite api`); report.push(`5 5 src/setupProxy.js`); report.push(`3 3 src/ts/interfaces/Category.ts`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); @@ -5172,8 +5172,8 @@ report.push(`2 2 src/ts/pages/Catalogue/api.ts`); 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(traffic chart): change props in TaskBoard, add id for tests`); +report.push(`2021-04-13T17:26:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #67 in SUIS/subo-frontend from bugfix/JIRA-222-Rename-parent-id-and-update-favorite-api to master`); +report.push(`2021-04-14T11:36:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,19 +5181,19 @@ 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(traffic chart): change props in TaskBoard, add id for tests`); +report.push(`2021-04-14T11:54:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add sendError, fix show error message`); +report.push(`2021-04-14T12:12:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add sendError, fix show error message`); +report.push(`2021-04-14T12:36:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-04-14T14:23:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-210 feat: add ids to components for testing`); report.push(`4 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`8 2 src/ts/pages/Catalogue/components/Categories.tsx`); report.push(`22 8 src/ts/pages/Catalogue/components/Header.tsx`); @@ -5214,40 +5214,40 @@ report.push(`1 0 src/ts/pages/MainPage/index.tsx`); report.push(`6 1 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`13 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-04-14T16:39:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #68 in SUIS/subo-frontend from feature/SUBO-207-Change-props-in-TaskBoard-and-add-request-for-status to master`); -report.push(`2021-04-14T16:52:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-210 fix: change id for CategoryItem`); +report.push(`2021-04-14T16:39:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #68 in SUIS/subo-frontend from feature/JIRA-207-Change-props-in-TaskBoard-and-add-request-for-status to master`); +report.push(`2021-04-14T16:52:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-210 fix: change id for CategoryItem`); report.push(`5 5 src/ts/pages/Catalogue/components/categories/CategoryItemsList.tsx`); report.push(`2 2 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`3 3 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(``); -report.push(`2021-04-15T09:41:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-223 refactor: remove RUN and COPY for accelerating building project`); +report.push(`2021-04-15T09:41:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-223 refactor: remove RUN and COPY for accelerating building project`); report.push(`8 19 Dockerfile`); report.push(``); -report.push(`2021-04-15T09:42:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-223 test: rename content in test and fix id number in mock`); +report.push(`2021-04-15T09:42:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-223 test: rename content in test and fix id number in mock`); report.push(`3 3 src/ts/components/DataLoader/store/index.test.ts`); report.push(`8 4 src/ts/helpers/HttpMock.cjs`); report.push(``); -report.push(`2021-04-15T10:30:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-223 refactor: speed up docker file`); +report.push(`2021-04-15T10:30:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-223 refactor: speed up docker file`); report.push(`6 3 Dockerfile`); report.push(``); -report.push(`2021-04-15T10:56:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-223 refactor: speed up docker file`); +report.push(`2021-04-15T10:56:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-223 refactor: speed up docker file`); report.push(`1 1 src/ts/helpers/HttpMock.cjs`); report.push(``); -report.push(`2021-04-15T11:31:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-223 refactor: remove ids, fix auth error`); +report.push(`2021-04-15T11:31:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-223 refactor: remove ids, fix auth error`); report.push(`2 2 src/ts/helpers/HttpMock.cjs`); report.push(`5 7 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`0 10 src/ts/pages/Catalogue/api.mock.cjs`); report.push(`8 22 src/ts/pages/MainPage/api.mock.cjs`); report.push(``); -report.push(`2021-04-15T12:10:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-210 fix: delete listId`); +report.push(`2021-04-15T12:10:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-210 fix: delete listId`); report.push(`3 5 src/ts/pages/Catalogue/components/categories/CategoryItemsList.tsx`); report.push(`1 2 src/ts/pages/Catalogue/components/categories/CategoryList.tsx`); report.push(`1 0 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`3 0 src/ts/pages/Catalogue/components/line/CategoryDetailsSubItem.tsx`); report.push(`3 4 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(``); -report.push(`2021-04-15T12:51:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #70 in SUIS/subo-frontend from bugfix/SUBO-223-Refactor-Docker-file-for-accelerating-building-project to master`); -report.push(`2021-04-15T13:11:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-206 fix: add auto request accessToken for 401 error, change reuquest on favorite page`); +report.push(`2021-04-15T12:51:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #70 in SUIS/subo-frontend from bugfix/JIRA-223-Refactor-Docker-file-for-accelerating-building-project to master`); +report.push(`2021-04-15T13:11:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-206 fix: add auto request accessToken for 401 error, change reuquest on favorite page`); report.push(`1 0 src/setupProxy.js`); report.push(`21 1 src/ts/helpers/HttpClient.ts`); report.push(`3 6 src/ts/helpers/http.ts`); @@ -5256,35 +5256,35 @@ report.push(`5 4 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`1 0 src/ts/pages/MainPage/index.tsx`); report.push(`1 0 src/ts/pages/MainPage/styles/favorite.scss`); report.push(``); -report.push(`2021-04-15T13:13:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-206 fix: add auto request accessToken for 401 error, change reuquest on favorite page`); +report.push(`2021-04-15T13:13:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-206 fix: add auto request accessToken for 401 error, change reuquest on favorite page`); 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(profile): add handling pressing Enter while login`); +report.push(`2021-04-15T13:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #69 in SUIS/subo-frontend from feature/JIRA-210-add-id-to-elements-for-testing to master`); +report.push(`2021-04-15T13:23:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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>JIRA-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(``); -report.push(`2021-04-15T18:17:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #71 in SUIS/subo-frontend from bugfix/SUBO-206-Fix-auth-error-and-favorites-requests to master`); -report.push(`2021-04-15T21:43:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-214 fix: add id to login Button`); +report.push(`2021-04-15T18:17:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #71 in SUIS/subo-frontend from bugfix/JIRA-206-Fix-auth-error-and-favorites-requests to master`); +report.push(`2021-04-15T21:43:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-214 fix: add id to login Button`); report.push(`1 0 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2021-04-16T09:20:50+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #72 in SUIS/subo-frontend from feature/SUBO-214-login-by-pressing-Enter to master`); -report.push(`2021-04-16T09:36:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-206 fix: change icon color for favorites`); +report.push(`2021-04-16T09:20:50+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #72 in SUIS/subo-frontend from feature/JIRA-214-login-by-pressing-Enter to master`); +report.push(`2021-04-16T09:36:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-206 fix: change icon color for favorites`); report.push(`1 0 src/ts/pages/Catalogue/components/categories/CategoryDetailsList.tsx`); report.push(`1 0 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`7 4 src/ts/pages/Catalogue/components/line/CategoryDetailsItem.tsx`); report.push(`7 4 src/ts/pages/Catalogue/components/line/CategoryDetailsSubItem.tsx`); report.push(`21 13 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-04-16T10:17:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #73 in SUIS/subo-frontend from bugfix/SUBO-206-Change-icon-color-for-favorites to master`); -report.push(`2021-04-16T12:07:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-211 feat: version 1 - hid blocks when there is no data`); +report.push(`2021-04-16T10:17:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #73 in SUIS/subo-frontend from bugfix/JIRA-206-Change-icon-color-for-favorites to master`); +report.push(`2021-04-16T12:07:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-211 feat: version 1 - hid blocks when there is no data`); report.push(`20 15 src/ts/pages/MainPage/api.ts`); report.push(`15 10 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(`24 12 src/ts/pages/MainPage/components/Favorite.tsx`); report.push(`0 10 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-16T18:07:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-211 feat: change NothingFound component for TaskBoard`); +report.push(`2021-04-16T18:07:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-211 feat: change NothingFound component for TaskBoard`); report.push(`7 0 src/ts/components/NothingFound/index.scss`); report.push(`4 6 src/ts/components/NothingFound/index.tsx`); report.push(`15 20 src/ts/pages/MainPage/api.ts`); @@ -5293,12 +5293,12 @@ report.push(`3 1 src/ts/pages/MainPage/components/Favorite.tsx`); report.push(`5 3 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`27 2 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-19T11:32:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-209 feat: remove NothingFound from DataLoader, refactor stylesConfig props for NothingFound`); +report.push(`2021-04-19T11:32:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-209 feat: remove NothingFound from DataLoader, refactor stylesConfig props for NothingFound`); 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(traffic chart): add convertor for JSONSchema`); +report.push(`2021-04-19T23:39:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,27 +5310,27 @@ 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(traffic chart): add convertor for JSONSchema`); +report.push(`2021-04-20T00:56:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add convertor for JSONSchema`); +report.push(`2021-04-20T00:57:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change children for NothingFound`); +report.push(`2021-04-20T10:52:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #76 in SUIS/subo-frontend from feature/JIRA-187-Add-convertor-for-JSONSchema to master`); +report.push(`2021-04-20T12:01:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`1 1 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`20 16 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-04-20T12:12:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #75 in SUIS/subo-frontend from feature/SUBO-209-remove-NothingFound-from-DataLoader to master`); -report.push(`2021-04-20T12:13:15+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #74 in SUIS/subo-frontend from feature/SUBO-211-add-nothing-found-blocks-to-the-main-page to master`); -report.push(`2021-04-20T14:12:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: refactor Form and add windgets in JSONSchema`); +report.push(`2021-04-20T12:12:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #75 in SUIS/subo-frontend from feature/JIRA-209-remove-NothingFound-from-DataLoader to master`); +report.push(`2021-04-20T12:13:15+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #74 in SUIS/subo-frontend from feature/JIRA-211-add-nothing-found-blocks-to-the-main-page to master`); +report.push(`2021-04-20T14:12:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: refactor Form and add windgets in JSONSchema`); report.push(`12 12 src/setupProxy.js`); report.push(`46 3 src/ts/components/JsonSchema/example.tsx`); report.push(`36 5 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -5349,7 +5349,7 @@ report.push(`0 1 src/ts/components/index.scss`); report.push(`19 15 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`6 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-04-20T14:39:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: refactor Form and add windgets in JSONSchema`); +report.push(`2021-04-20T14:39:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: refactor Form and add windgets in JSONSchema`); report.push(`13 49 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 3 src/ts/components/JsonSchema/widgets/input.tsx`); report.push(`6 6 src/ts/components/JsonSchema/widgets/radio.tsx`); @@ -5358,7 +5358,7 @@ report.push(`0 64 src/ts/components/form/ElementWrapper.tsx`); report.push(`0 25 src/ts/components/form/FormWrapper.tsx`); report.push(`3 3 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-04-20T15:52:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: add external API for JSONSchema`); +report.push(`2021-04-20T15:52:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: add external API for JSONSchema`); report.push(`13 0 src/setupProxy.js`); report.push(`64 0 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`21 25 src/ts/components/JsonSchema/index.tsx`); @@ -5369,26 +5369,26 @@ report.push(`14 43 src/ts/pages/AccessRequest/api.ts`); report.push(`11 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`0 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-04-20T16:29:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-212 feat: remove two loaders from CategoryDetails, fix CategoryDetailsItem`); +report.push(`2021-04-20T16:29:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-212 feat: remove two loaders from CategoryDetails, fix CategoryDetailsItem`); report.push(`30 21 src/ts/pages/Catalogue/components/categories/CategoryDetails.tsx`); report.push(`19 6 src/ts/pages/Catalogue/components/categories/CategoryDetailsList.tsx`); report.push(`2 2 src/ts/pages/Catalogue/components/categories/CategoryDetailsListFolder.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryDetailsSubList.tsx`); report.push(`7 18 src/ts/pages/Catalogue/components/line/CategoryDetailsItem.tsx`); report.push(``); -report.push(`2021-04-20T17:17:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: add store in JSONSchema`); +report.push(`2021-04-20T17:17:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: add store in JSONSchema`); report.push(`9 3 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 2 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`2 0 src/ts/components/JsonSchema/index.tsx`); report.push(`4 0 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`7 5 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-04-20T17:19:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: add store in JSONSchema`); +report.push(`2021-04-20T17:19:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: add store in JSONSchema`); report.push(`0 95 src/ts/components/JsonSchema/example.tsx`); report.push(``); -report.push(`2021-04-21T12:10:10+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #77 in SUIS/subo-frontend from feature/SUBO-212-remove-two-loaders-from-the-CaregoryDetails to master`); -report.push(`2021-04-21T15:33:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #78 in SUIS/subo-frontend from feature/SUBO-201-Refactor-Form-and-add-store-in-JSONSchema to master`); -report.push(`2021-04-22T09:04:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-201 feat: add roles and fix small bugs in AccessRequest`); +report.push(`2021-04-21T12:10:10+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #77 in SUIS/subo-frontend from feature/JIRA-212-remove-two-loaders-from-the-CaregoryDetails to master`); +report.push(`2021-04-21T15:33:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #78 in SUIS/subo-frontend from feature/JIRA-201-Refactor-Form-and-add-store-in-JSONSchema to master`); +report.push(`2021-04-22T09:04:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-201 feat: add roles and fix small bugs in AccessRequest`); report.push(`13 13 src/setupProxy.js`); report.push(`1 1 src/ts/components/JsonSchema/widgets/checkbox.tsx`); report.push(`6 0 src/ts/interfaces/Role.ts`); @@ -5400,8 +5400,8 @@ report.push(`8 5 src/ts/pages/Catalogue/components/line/CategoryDetailsItem.tsx` report.push(`1 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(`5 1 src/ts/pages/MainPage/api.ts`); report.push(``); -report.push(`2021-04-22T09:44:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #79 in SUIS/subo-frontend from SUBO-201-Add-roles-and-fix-small-bugs-in-AccessRequest to master`); -report.push(`2021-04-22T13:25:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-244 refactor: update text widget, split style for jsonSchema`); +report.push(`2021-04-22T09:44:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #79 in SUIS/subo-frontend from JIRA-201-Add-roles-and-fix-small-bugs-in-AccessRequest to master`); +report.push(`2021-04-22T13:25:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-244 refactor: update text widget, split style for jsonSchema`); report.push(`2 2 src/setupProxy.js`); report.push(`1 1 src/ts/components/JsonSchema/{widgets/checkbox.tsx => components/widgets/Checkbox.tsx}`); report.push(`2 2 src/ts/components/JsonSchema/{widgets/input.tsx => components/widgets/Input.tsx}`); @@ -5420,7 +5420,7 @@ report.push(`4 12 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(`2 2 src/ts/pages/AccessRequest/api.ts`); report.push(`13 18 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-04-22T13:40:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-244 refactor: update text widget, split style for jsonSchema`); +report.push(`2021-04-22T13:40:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-244 refactor: update text widget, split style for jsonSchema`); report.push(`5 5 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`3 3 src/ts/components/JsonSchema/components/widgets/Text.tsx`); @@ -5428,8 +5428,8 @@ report.push(`1 1 src/ts/components/JsonSchema/styles/radio.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); report.push(`2 4 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(``); -report.push(`2021-04-22T15:19:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #80 in SUIS/subo-frontend from feature/SUBO-244-Refactor-text-widget-in-jsonform to master`); -report.push(`2021-04-22T15:31:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-208 fix: correct the error display on the Request page`); +report.push(`2021-04-22T15:19:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #80 in SUIS/subo-frontend from feature/JIRA-244-Refactor-text-widget-in-jsonform to master`); +report.push(`2021-04-22T15:31:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-208 fix: correct the error display on the Request page`); report.push(`5 1 src/ts/components/JsonSchema/widgets/checkbox.tsx`); report.push(`5 1 src/ts/components/JsonSchema/widgets/input.tsx`); report.push(`5 1 src/ts/components/JsonSchema/widgets/select.tsx`); @@ -5440,30 +5440,30 @@ report.push(`11 1 src/ts/pages/AccessRequest/index.scss`); report.push(`23 3 src/ts/pages/AccessRequest/index.tsx`); report.push(`16 2 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-04-22T17:13:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-208 fix: solve merge conflicts`); -report.push(`2021-04-22T17:19:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-208 fix: fix AccessRequest index.tsx`); +report.push(`2021-04-22T17:13:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-208 fix: solve merge conflicts`); +report.push(`2021-04-22T17:19:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-208 fix: fix AccessRequest index.tsx`); 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(profile): add ScrollTop element`); +report.push(`2021-04-23T09:01:50+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #81 in SUIS/subo-frontend from bugfix/JIRA-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>JIRA-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(OIR): recolor ButtonGroup component`); +report.push(`2021-04-23T10:39:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #82 in SUIS/subo-frontend from feature/JIRA-15-Add-ScrollTop-element to master`); +report.push(`2021-04-23T13:08:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-04-26T13:13:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-242 feat: refactor FileUploader component`); +report.push(`2021-04-26T09:16:17+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #83 in SUIS/subo-frontend from bugfix/JIRA-202-recolor-ButtonGroup-component to master`); +report.push(`2021-04-26T13:13:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-242 feat: refactor FileUploader component`); 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(OIR): fix Title component styles`); +report.push(`2021-04-26T13:24:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-04-27T09:53:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-248 feat: Add validation in JsonSchemaForm`); +report.push(`2021-04-27T09:19:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #84 in SUIS/subo-frontend from feature/JIRA-242-refactor-FileUploader-component to master`); +report.push(`2021-04-27T09:53:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-248 feat: Add validation in JsonSchemaForm`); report.push(`3 2 src/setupProxy.js`); report.push(`6 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`35 23 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -5476,14 +5476,14 @@ report.push(`3 0 src/ts/pages/AccessRequest/api.ts`); report.push(`2 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 0 src/ts/pages/MainPage/api.mock.cjs`); report.push(``); -report.push(`2021-04-27T09:57:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-248 feat: Add validation in JsonSchemaForm`); +report.push(`2021-04-27T09:57:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-248 feat: Add validation in JsonSchemaForm`); report.push(`0 3 src/ts/pages/MainPage/api.mock.cjs`); report.push(``); -report.push(`2021-04-27T11:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-248 fix: fix rules text`); +report.push(`2021-04-27T11:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-248 fix: fix rules text`); report.push(`5 5 src/ts/components/JsonSchema/helpers/validation.ts`); report.push(``); -report.push(`2021-04-27T11:53:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #85 in SUIS/subo-frontend from SUBO-248-Add-validation-in-jsonshemaform to master`); -report.push(`2021-04-28T11:20:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-263 feat: change style for helper by comments from designer`); +report.push(`2021-04-27T11:53:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #85 in SUIS/subo-frontend from JIRA-248-Add-validation-in-jsonshemaform to master`); +report.push(`2021-04-28T11:20:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-263 feat: change style for helper by comments from designer`); report.push(`4 4 src/setupProxy.js`); report.push(`1 1 src/ts/components/More/index.scss`); report.push(`28 10 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -5491,28 +5491,28 @@ report.push(`5 4 src/ts/pages/AccessRequest/index.scss`); report.push(`10 8 src/ts/pages/MainPage/api.ts`); report.push(`1 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); -report.push(`2021-04-28T11:21:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-263 feat: change style for helper by comments from designer`); +report.push(`2021-04-28T11:21:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-263 feat: change style for helper by comments from designer`); report.push(`4 4 src/setupProxy.js`); report.push(``); -report.push(`2021-04-28T12:04:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-240 feat: add isFavorite property to getCategoriesByParentId mock`); +report.push(`2021-04-28T12:04:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-240 feat: add isFavorite property to getCategoriesByParentId mock`); report.push(`4 2 src/ts/interfaces/Category.ts`); report.push(`11 3 src/ts/pages/Catalogue/api.mock.cjs`); report.push(`4 2 src/ts/pages/Catalogue/components/categories/CategoryDetailsList.tsx`); report.push(``); -report.push(`2021-04-28T12:17:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #86 in ACRQ/acrq-frontend from SUBO-263-Change-style-for-helper-by-comments-from-designer to master`); -report.push(`2021-04-28T12:23:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-243 feat: add triggers for validation events`); +report.push(`2021-04-28T12:17:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #86 in ACRQ/acrq-frontend from JIRA-263-Change-style-for-helper-by-comments-from-designer to master`); +report.push(`2021-04-28T12:23:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-243 feat: add triggers for validation events`); report.push(`6 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`11 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`43 31 src/ts/components/JsonSchema/helpers/validation.ts`); report.push(`8 3 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(``); -report.push(`2021-04-28T12:25:06+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #87 in ACRQ/acrq-frontend from feature/SUBO-240-correct-the-display-of-favorite-requests-on-Catalogue-page to master`); -report.push(`2021-04-28T12:41:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #88 in ACRQ/acrq-frontend from feature/SUBO-243-Add-triggers-for-validation-events to master`); -report.push(`2021-04-29T12:09:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-251 feat: add validation via callback functions`); +report.push(`2021-04-28T12:25:06+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #87 in ACRQ/acrq-frontend from feature/JIRA-240-correct-the-display-of-favorite-requests-on-Catalogue-page to master`); +report.push(`2021-04-28T12:41:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #88 in ACRQ/acrq-frontend from feature/JIRA-243-Add-triggers-for-validation-events to master`); +report.push(`2021-04-29T12:09:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-251 feat: add validation via callback functions`); report.push(`5 1 src/ts/components/JsonSchema/helpers/validation.ts`); report.push(`22 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-04-29T14:24:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-252 feat: change validation for From`); +report.push(`2021-04-29T14:24:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-252 feat: change validation for From`); 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`); @@ -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(AIS): fix callback condition logic`); +report.push(`2021-04-29T15:30:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): solve merge conflicts`); +report.push(`2021-04-29T15:58:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #90 in ACRQ/acrq-frontend from feature/JIRA-252-Change-validation-for-Form to master`); +report.push(`2021-04-29T16:52:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,9 +5549,9 @@ 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(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(`2021-04-29T16:55:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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/JIRA-251-add-validation-via-callback-functions to master`); +report.push(`2021-04-30T12:09:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-268 fix: delete validation from interfaces and remove old http.mock`); report.push(`4 4 src/ts/helpers/HttpClient.test.ts`); report.push(`2 10 src/ts/helpers/HttpClient.ts`); report.push(`0 66 src/ts/helpers/HttpMock.ts`); @@ -5561,7 +5561,7 @@ report.push(`0 28 src/ts/interfaces/Error.ts`); report.push(`0 72 src/ts/interfaces/RequestTemplate.ts`); report.push(`1 8 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-04-30T12:28:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-252 feat: add Date and Radio widgets, change ButtonGroup`); +report.push(`2021-04-30T12:28:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-252 feat: add Date and Radio widgets, change ButtonGroup`); report.push(`101 0 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`80 0 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`41 41 src/ts/components/JsonSchema/components/widgets/Radio.tsx`); @@ -5569,8 +5569,8 @@ report.push(`8 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`12 0 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(`6 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-04-30T13:10:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #92 in ACRQ/acrq-frontend from feature/SUBO-268-refactor-interfaces-and-remove-http.mock to master`); -report.push(`2021-04-30T13:21:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-253 fix: replace old validation files with new ones`); +report.push(`2021-04-30T13:10:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #92 in ACRQ/acrq-frontend from feature/JIRA-268-refactor-interfaces-and-remove-http.mock to master`); +report.push(`2021-04-30T13:21:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-253 fix: replace old validation files with new ones`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -5580,8 +5580,8 @@ report.push(`112 63 src/ts/helpers/validation/index.ts`); report.push(`42 42 src/ts/helpers/validation/regexp.test.ts`); report.push(`0 25 src/ts/helpers/validation/regexp.ts`); report.push(``); -report.push(`2021-04-30T13:25:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #91 in ACRQ/acrq-frontend from feature/SUBO-252-Add-Date-and-Radio-widgets-and-change-ButtonGroup to master`); -report.push(`2021-04-30T15:25:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-269 feat: add news page`); +report.push(`2021-04-30T13:25:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #91 in ACRQ/acrq-frontend from feature/JIRA-252-Add-Date-and-Radio-widgets-and-change-ButtonGroup to master`); +report.push(`2021-04-30T15:25:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-269 feat: add news page`); report.push(`7 0 src/setupProxy.js`); report.push(`6 0 src/ts/interfaces/News.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); @@ -5596,29 +5596,29 @@ report.push(`3 0 src/ts/pages/News/styles/index.scss`); report.push(`1 0 src/ts/pages/News/styles/item.scss`); report.push(`1 0 src/ts/pages/News/styles/list.scss`); report.push(``); -report.push(`2021-04-30T15:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-253 fix: add callback function calling to getErrorForNumber validation`); +report.push(`2021-04-30T15:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-253 fix: add callback function calling to getErrorForNumber validation`); report.push(`4 1 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2021-04-30T16:29:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #94 in ACRQ/acrq-frontend from feature/SUBO-269-Add-news-page to master`); -report.push(`2021-04-30T16:50:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #93 in ACRQ/acrq-frontend from feature/SUBO-253-replace-old-validation-files-with-new-ones to master`); -report.push(`2021-04-30T23:56:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-253 fix: fix path to form validation in the Date.tsx and Radio.tsx`); +report.push(`2021-04-30T16:29:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #94 in ACRQ/acrq-frontend from feature/JIRA-269-Add-news-page to master`); +report.push(`2021-04-30T16:50:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #93 in ACRQ/acrq-frontend from feature/JIRA-253-replace-old-validation-files-with-new-ones to master`); +report.push(`2021-04-30T23:56:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-253 fix: fix path to form validation in the Date.tsx and Radio.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Radio.tsx`); report.push(``); -report.push(`2021-05-04T09:08:02+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #95 in ACRQ/acrq-frontend from feature/SUBO-253-replace-old-validation-files-with-new-ones to master`); -report.push(`2021-05-04T09:19:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-273 refactor: rename prefix ITSM to ACRQ`); +report.push(`2021-05-04T09:08:02+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #95 in ACRQ/acrq-frontend from feature/JIRA-253-replace-old-validation-files-with-new-ones to master`); +report.push(`2021-05-04T09:19:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-273 refactor: rename prefix ITSM to ACRQ`); report.push(`3 3 README.md`); report.push(`6 6 docker-compose.yml`); report.push(`2 2 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`2 2 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2021-05-04T11:12:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #96 in ACRQ/acrq-frontend from SUBO-273-Rename-prefix-ITSM-to-ACRQ to master`); -report.push(`2021-05-04T11:55:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-249 fix: correct pagination parameters`); +report.push(`2021-05-04T11:12:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #96 in ACRQ/acrq-frontend from JIRA-273-Rename-prefix-ITSM-to-ACRQ to master`); +report.push(`2021-05-04T11:55:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-249 fix: correct pagination parameters`); report.push(`2 1 src/ts/components/DataLoader/store/index.ts`); report.push(`1 1 src/ts/pages/MainPage/api.ts`); report.push(``); -report.push(`2021-05-04T13:44:28+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #97 in ACRQ/acrq-frontend from bugfix/SUBO-249-correct-pagination-parameters to master`); -report.push(`2021-05-04T18:57:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-271 feat: add markup, styles and mock for OneNews component`); +report.push(`2021-05-04T13:44:28+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #97 in ACRQ/acrq-frontend from bugfix/JIRA-249-correct-pagination-parameters to master`); +report.push(`2021-05-04T18:57:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-271 feat: add markup, styles and mock for OneNews component`); report.push(`4 0 src/assets/images/eye-solid.svg`); report.push(`9 0 src/ts/interfaces/NewsArticle.ts`); report.push(`12 3 src/ts/pages/News/api.mock.cjs`); @@ -5627,7 +5627,7 @@ report.push(`46 8 src/ts/pages/News/components/OneNews.tsx`); report.push(`22 0 src/ts/pages/News/helpers/favorites.ts`); report.push(`50 0 src/ts/pages/News/styles/item.scss`); report.push(``); -report.push(`2021-05-05T09:55:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-269 feat: create common wrapper for news`); +report.push(`2021-05-05T09:55:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-269 feat: create common wrapper for news`); report.push(`6 0 src/ts/pages/News/api.ts`); report.push(`61 0 src/ts/pages/News/components/Menu.tsx`); report.push(`50 0 src/ts/pages/News/components/Popular.tsx`); @@ -5637,15 +5637,15 @@ 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(AIS): add semantic markup`); +report.push(`2021-05-05T12:03:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-05-05T12:08:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #98 in ACRQ/acrq-frontend from feature/SUBO-271-add-an-Article-page-for-News-page to master`); -report.push(`2021-05-05T12:22:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-269 fix: solve merge conflicts`); -report.push(`2021-05-05T12:23:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #99 in ACRQ/acrq-frontend from SUBO-269-Create-common-wrapper-for-news to master`); -report.push(`2021-05-05T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-269 refactor: create snippets for common parts of pages`); +report.push(`2021-05-05T12:08:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #98 in ACRQ/acrq-frontend from feature/JIRA-271-add-an-Article-page-for-News-page to master`); +report.push(`2021-05-05T12:22:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-269 fix: solve merge conflicts`); +report.push(`2021-05-05T12:23:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #99 in ACRQ/acrq-frontend from JIRA-269-Create-common-wrapper-for-news to master`); +report.push(`2021-05-05T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-269 refactor: create snippets for common parts of pages`); report.push(`1 0 src/index.tsx`); report.push(`8 8 src/ts/{pages/MainPage/components/BannerItem.tsx => components/Banners/banner.tsx}`); report.push(`1 1 src/ts/{pages/MainPage/styles/banners.scss => components/Banners/index.scss}`); @@ -5663,20 +5663,20 @@ report.push(`40 0 src/ts/snippets/Header/styles/index.scss`); report.push(`1 1 src/ts/{pages/MainPage => snippets/Header}/styles/search.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2021-05-05T12:53:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create snippents`); -report.push(`2021-05-06T09:44:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create snippets for common parts of pages`); +report.push(`2021-05-05T12:53:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create snippents`); +report.push(`2021-05-06T09:44:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create snippets for common parts of pages`); report.push(`4 1 src/ts/pages/MainPage/index.tsx`); report.push(`3 2 src/ts/snippets/Header/components/Search.tsx`); report.push(`8 2 src/ts/snippets/Header/index.tsx`); report.push(``); -report.push(`2021-05-06T09:46:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create snippets for common parts of pages`); +report.push(`2021-05-06T09:46:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create snippets for common parts of pages`); report.push(`1 1 src/ts/components/More/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryDetails.tsx`); report.push(``); -report.push(`2021-05-06T09:48:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create snippets for common parts of pages`); +report.push(`2021-05-06T09:48:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create snippets for common parts of pages`); report.push(`1 1 src/ts/components/More/index.tsx`); report.push(``); -report.push(`2021-05-06T12:44:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-270 feat: add main News page, rename files`); +report.push(`2021-05-06T12:44:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-270 feat: add main News page, rename files`); report.push(`4 0 src/assets/images/quotes.svg`); report.push(`6 2 src/ts/components/More/index.tsx`); report.push(`3 0 src/ts/interfaces/News.ts`); @@ -5698,8 +5698,8 @@ report.push(`62 54 src/ts/pages/News/styles/item.scss`); report.push(`0 1 src/ts/pages/News/styles/list.scss`); report.push(`40 2 src/ts/pages/News/styles/popular.scss`); report.push(``); -report.push(`2021-05-06T12:49:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #100 in ACRQ/acrq-frontend from feature/SUBO-278-Create-snippets to master`); -report.push(`2021-05-06T12:58:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create buttons snippet`); +report.push(`2021-05-06T12:49:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #100 in ACRQ/acrq-frontend from feature/JIRA-278-Create-snippets to master`); +report.push(`2021-05-06T12:58:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create buttons snippet`); report.push(`1 0 README.md`); report.push(`0 61 src/ts/pages/News/components/Menu.tsx`); report.push(`1 0 src/ts/pages/News/components/OneNewsLoader.tsx`); @@ -5710,41 +5710,41 @@ report.push(`4 4 src/ts/snippets/Header/index.tsx`); report.push(`2 0 src/ts/snippets/Header/styles/index.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2021-05-06T13:04:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-270 fix: solve merge conflicts`); -report.push(`2021-05-06T13:18:59+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #101 in ACRQ/acrq-frontend from feature/SUBO-270-make-the-main-screen-of-the-News-section to master`); -report.push(`2021-05-06T13:22:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create buttons snippet`); -report.push(`2021-05-07T10:00:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-278 refactor: create buttons snippet`); +report.push(`2021-05-06T13:04:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-270 fix: solve merge conflicts`); +report.push(`2021-05-06T13:18:59+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #101 in ACRQ/acrq-frontend from feature/JIRA-270-make-the-main-screen-of-the-News-section to master`); +report.push(`2021-05-06T13:22:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create buttons snippet`); +report.push(`2021-05-07T10:00:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-278 refactor: create buttons snippet`); report.push(`12 5 src/ts/pages/News/index.tsx`); report.push(`5 1 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-05-07T11:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-278 fix: fix popular.scss and More component`); +report.push(`2021-05-07T11:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-278 fix: fix popular.scss and More component`); 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(profile): replace custom icons with icons from ADMIRAL`); +report.push(`2021-05-07T11:04:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #102 in ACRQ/acrq-frontend from feature/JIRA-278-Create-Buttons-snippet to master`); +report.push(`2021-05-07T12:30:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-05-07T13:34:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-295 fix: fix user profile icon/photo size`); report.push(`2 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); 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(profile): add pagination to News page`); +report.push(`2021-05-11T16:53:56+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #103 in ACRQ/acrq-frontend from feature/JIRA-295-replace-custom-icons-with-icons-from-ADMIRAL to master`); +report.push(`2021-05-13T11:37:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`2 2 src/ts/pages/News/components/NewsListLoader.tsx`); report.push(`8 10 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-13T12:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 fix: add custom class name support`); +report.push(`2021-05-13T12:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-305 fix: add custom class name support`); report.push(`17 11 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-05-13T13:22:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 fix: hide pagination with one page`); +report.push(`2021-05-13T13:22:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-305 fix: hide pagination with one page`); report.push(`13 12 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-05-13T14:20:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-300 feat: add new view for catalogue`); +report.push(`2021-05-13T14:20:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-300 feat: add new view for catalogue`); report.push(`11 4 README.md`); report.push(`3 1 src/ts/components/DataLoader/index.tsx`); report.push(`10 6 src/ts/components/DataLoader/store/index.ts`); @@ -5766,22 +5766,22 @@ report.push(`16 0 src/ts/snippets/HeaderLight/index.scss`); report.push(`37 0 src/ts/snippets/HeaderLight/index.tsx`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2021-05-13T15:46:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 fix: add Pagination from Admiral UI Kit`); +report.push(`2021-05-13T15:46:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-305 fix: add Pagination from Admiral UI Kit`); report.push(`1 30 src/ts/components/DataLoader/index.scss`); report.push(`6 150 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/News/components/NewsListLoader.tsx`); report.push(``); -report.push(`2021-05-13T15:56:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-305 fix: add LOADING_PAGE to canSendRequest getter`); +report.push(`2021-05-13T15:56:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-305 fix: add LOADING_PAGE to canSendRequest getter`); 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(Excel): change style for catalogue header`); +report.push(`2021-05-13T16:13:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #105 in ACRQ/acrq-frontend from JIRA-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/JIRA-305-add-pagination-to-News-page to master`); +report.push(`2021-05-14T09:25:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2021-05-14T09:28:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: add Helm from backend, fix URL on actual`); +report.push(`2021-05-14T09:28:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: add Helm from backend, fix URL on actual`); report.push(`5 0 helm/Chart.yaml`); report.push(`47 0 helm/README.md`); report.push(`54 0 helm/templates/_helpers.tpl`); @@ -5805,14 +5805,14 @@ report.push(`85 0 helm/values.yaml`); report.push(`1 1 nginx.conf`); report.push(`4 4 nginx.local.conf`); report.push(``); -report.push(`2021-05-14T09:38:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: fix style`); +report.push(`2021-05-14T09:38:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: fix style`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-05-14T09:39:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: fix style`); +report.push(`2021-05-14T09:39:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: fix style`); 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(Excel): fix style for breadcrumbs`); +report.push(`2021-05-14T10:29:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #107 in ACRQ/acrq-frontend from bugfix/JIRA-236-Change-style-for-catalog-header to master`); +report.push(`2021-05-14T11:37:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add icons for catalogue`); +report.push(`2021-05-14T13:25:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -5828,15 +5828,15 @@ report.push(`7 0 src/assets/catalogue-icons/OurOffice.svg`); report.push(`4 0 src/assets/catalogue-icons/ProcessSupport.svg`); report.push(`6 0 src/assets/catalogue-icons/Staff.svg`); report.push(``); -report.push(`2021-05-14T13:28:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 fix: add margin for titles in catalogue`); +report.push(`2021-05-14T13:28:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-236 fix: add margin for titles in catalogue`); report.push(`1 4 src/ts/pages/Catalogue/components/categories/CategoryList2.tsx`); report.push(`1 0 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(`0 10 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-14T14:06:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 fix: change size for catalog icon`); +report.push(`2021-05-14T14:06:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-236 fix: change size for catalog icon`); report.push(`3 3 src/assets/catalogue-icons/InformationTechnology.svg`); report.push(``); -report.push(`2021-05-16T11:49:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-301 feat: re-layout Banners page in the Catalogue page`); +report.push(`2021-05-16T11:49:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-301 feat: re-layout Banners page in the Catalogue page`); report.push(`67 0 src/assets/images/big-banner.svg`); report.push(`68 0 src/assets/images/small-banner.svg`); report.push(`42 27 src/ts/pages/Catalogue/components/Banners.tsx`); @@ -5850,13 +5850,13 @@ report.push(`1 1 src/ts/pages/MainPage/styles/favorite.scss`); 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(AIS): fix icon type and delete max-width property of catalogue-page-banners`); +report.push(`2021-05-16T11:56:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #108 in ACRQ/acrq-frontend from bugfix/JIRA-236-Fix-style-and-add-animation to master`); +report.push(`2021-05-16T12:04:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): add preload catalogue tree`); +report.push(`2021-05-17T09:18:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #109 in ACRQ/acrq-frontend from feature/JIRA-301-re-layout-the-Catalog-page-banners to master`); +report.push(`2021-05-17T12:47:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,41 +5868,41 @@ 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(Excel): add preload catalogue tree`); +report.push(`2021-05-17T12:49:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add accordion for catalogue sidebar`); +report.push(`2021-05-17T13:57:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-05-17T16:06:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #111 in ACRQ/acrq-frontend from feature/SUBO-236-Add-accordion-for-catalogue-sidebar to feature/SUBO-236-Add-preload-catalogue-tree`); -report.push(`2021-05-17T17:27:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: remove node sass`); +report.push(`2021-05-17T16:06:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #111 in ACRQ/acrq-frontend from feature/JIRA-236-Add-accordion-for-catalogue-sidebar to feature/JIRA-236-Add-preload-catalogue-tree`); +report.push(`2021-05-17T17:27:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: remove node sass`); report.push(`387 49 package-lock.json`); report.push(`1 1 package.json`); report.push(``); -report.push(`2021-05-17T17:29:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #113 in ACRQ/acrq-frontend from bugfix/SUBO-313-Remove-node-sass to master`); -report.push(`2021-05-17T17:51:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: add user root`); +report.push(`2021-05-17T17:29:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #113 in ACRQ/acrq-frontend from bugfix/JIRA-313-Remove-node-sass to master`); +report.push(`2021-05-17T17:51:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: add user root`); report.push(`2 0 Dockerfile`); report.push(`1 0 docker-compose.yml`); report.push(``); -report.push(`2021-05-17T17:52:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 feat: add user root`); +report.push(`2021-05-17T17:52:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 feat: add user root`); report.push(`0 1 docker-compose.yml`); report.push(``); -report.push(`2021-05-17T17:53:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #114 in ACRQ/acrq-frontend from SUBO-313-Fi-docker-file to master`); -report.push(`2021-05-17T18:02:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-314 fix: fix news pagination in URL`); +report.push(`2021-05-17T17:53:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #114 in ACRQ/acrq-frontend from JIRA-313-Fi-docker-file to master`); +report.push(`2021-05-17T18:02:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-314 fix: fix news pagination in URL`); report.push(`23 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/News/components/NewsListLoader.tsx`); report.push(`25 2 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-17T18:16:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-314 fix: togglePage function`); +report.push(`2021-05-17T18:16:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): change count sub categories in banner`); +report.push(`2021-05-18T07:51:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-05-18T07:51:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge branch 'feature/SUBO-236-Add-preload-catalogue-tree' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into feature/SUBO-236-Add-preload-catalogue-tree`); -report.push(`2021-05-18T08:14:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-236 fix: change logic in favorites, remove DataLoader`); +report.push(`2021-05-18T07:51:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge branch 'feature/JIRA-236-Add-preload-catalogue-tree' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into feature/JIRA-236-Add-preload-catalogue-tree`); +report.push(`2021-05-18T08:14:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-236 fix: change logic in favorites, remove DataLoader`); report.push(`3 3 src/setupProxy.js`); report.push(`6 1 src/ts/pages/Catalogue/components/banners/BannersList.tsx`); report.push(`12 38 src/ts/pages/Catalogue/components/favorites/index.tsx`); @@ -5910,47 +5910,47 @@ report.push(`27 11 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`7 7 src/ts/pages/Catalogue/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-05-18T08:52:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: off checking for build`); +report.push(`2021-05-18T08:52:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: off checking for build`); report.push(`0 3 Dockerfile`); report.push(``); -report.push(`2021-05-18T08:55:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #116 in ACRQ/acrq-frontend from bugfix/SUBO-313-Off-checking-for-build to master`); -report.push(`2021-05-18T09:04:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: retrun npm checking`); +report.push(`2021-05-18T08:55:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #116 in ACRQ/acrq-frontend from bugfix/JIRA-313-Off-checking-for-build to master`); +report.push(`2021-05-18T09:04:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: retrun npm checking`); report.push(`3 0 Dockerfile`); report.push(``); -report.push(`2021-05-18T09:06:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #117 in ACRQ/acrq-frontend from bugfix/SUBO-313-Add-fix-in-builder to master`); -report.push(`2021-05-18T09:17:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: remove cycle dependency`); +report.push(`2021-05-18T09:06:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #117 in ACRQ/acrq-frontend from bugfix/JIRA-313-Add-fix-in-builder to master`); +report.push(`2021-05-18T09:17:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: remove cycle dependency`); report.push(`1 8 src/ts/components/JsonSchema/index.tsx`); report.push(`1 12 src/ts/components/JsonSchema/wrapper.tsx`); report.push(``); -report.push(`2021-05-18T09:17:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: remove cycle dependency`); +report.push(`2021-05-18T09:17:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: remove cycle dependency`); report.push(`15 0 src/ts/components/JsonSchema/helpers/interfaces.ts`); report.push(``); -report.push(`2021-05-18T09:19:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #118 in ACRQ/acrq-frontend from bugfix/SUBO-313-Remove-cycle-dependency to master`); -report.push(`2021-05-18T09:23:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: turn OFF test for More`); +report.push(`2021-05-18T09:19:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #118 in ACRQ/acrq-frontend from bugfix/JIRA-313-Remove-cycle-dependency to master`); +report.push(`2021-05-18T09:23:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: turn OFF test for More`); report.push(`8 8 src/ts/components/More/index.test.tsx`); report.push(``); -report.push(`2021-05-18T09:24:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #119 in ACRQ/acrq-frontend from bugfix/SUBO-313-Remove-tests to master`); -report.push(`2021-05-18T09:43:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: change port, because 80 is blocked`); +report.push(`2021-05-18T09:24:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #119 in ACRQ/acrq-frontend from bugfix/JIRA-313-Remove-tests to master`); +report.push(`2021-05-18T09:43:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: change port, because 80 is blocked`); report.push(`1 1 Dockerfile`); report.push(`1 1 docker-compose.yml`); report.push(`1 1 nginx.conf`); report.push(``); -report.push(`2021-05-18T09:44:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #120 in ACRQ/acrq-frontend from bugfix/SUBO-313--Open-port-8000 to master`); -report.push(`2021-05-18T10:19:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-314 fix: fix URL changing logic`); +report.push(`2021-05-18T09:44:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #120 in ACRQ/acrq-frontend from bugfix/JIRA-313--Open-port-8000 to master`); +report.push(`2021-05-18T10:19:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-314 fix: fix URL changing logic`); report.push(`11 19 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/News/components/NewsListLoader.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-05-18T10:24:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-314 fix: delete Route for News page`); +report.push(`2021-05-18T10:24:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-314 fix: delete Route for News page`); report.push(`0 24 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-18T10:31:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #110 in ACRQ/acrq-frontend from feature/SUBO-236-Add-preload-catalogue-tree to master`); -report.push(`2021-05-18T10:36:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-313 fix: change proxy in Nginx`); +report.push(`2021-05-18T10:31:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #110 in ACRQ/acrq-frontend from feature/JIRA-236-Add-preload-catalogue-tree to master`); +report.push(`2021-05-18T10:36:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-313 fix: change proxy in Nginx`); report.push(`2 2 nginx.conf`); report.push(``); -report.push(`2021-05-18T10:37:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #121 in ACRQ/acrq-frontend from bugfix/SUBO-313-Change-proxy-in-Nginx to master`); -report.push(`2021-05-18T11:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #115 in ACRQ/acrq-frontend from bugfix/SUBO-314-fix-news-pagination-in-URL to master`); -report.push(`2021-05-18T14:07:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-303 fix: add requests page`); +report.push(`2021-05-18T10:37:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #121 in ACRQ/acrq-frontend from bugfix/JIRA-313-Change-proxy-in-Nginx to master`); +report.push(`2021-05-18T11:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #115 in ACRQ/acrq-frontend from bugfix/JIRA-314-fix-news-pagination-in-URL to master`); +report.push(`2021-05-18T14:07:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-303 fix: add requests page`); report.push(`7 0 src/setupProxy.js`); report.push(`9 0 src/ts/interfaces/Requests.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); @@ -5962,7 +5962,7 @@ report.push(`28 0 src/ts/pages/Requests/index.tsx`); report.push(`14 0 src/ts/pages/Requests/styles/index.scss`); report.push(`62 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-05-18T15:40:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-303 feat: add aprove block`); +report.push(`2021-05-18T15:40:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-303 feat: add aprove block`); report.push(`11 0 src/ts/interfaces/Request.ts`); report.push(`0 9 src/ts/interfaces/Requests.ts`); report.push(`2 2 src/ts/pages/Requests/components/RequestsList.tsx`); @@ -5970,7 +5970,7 @@ report.push(`53 8 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(`3 10 src/ts/pages/Requests/styles/index.scss`); report.push(`34 49 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-05-18T16:29:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-315 fix: correct layout grid`); +report.push(`2021-05-18T16:29:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-315 fix: correct layout grid`); report.push(`2 0 src/styles/base.scss`); report.push(`2 1 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`3 9 src/ts/pages/MainPage/styles/catalogue.scss`); @@ -5980,41 +5980,41 @@ report.push(`7 7 src/ts/pages/News/index.tsx`); report.push(`1 0 src/ts/pages/News/styles/wrapper.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/index.scss`); report.push(``); -report.push(`2021-05-18T16:30:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-315 fix: correct layout grid`); +report.push(`2021-05-18T16:30:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-315 fix: correct layout grid`); report.push(`0 2 src/styles/base.scss`); report.push(``); -report.push(`2021-05-18T17:20:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-303 feat: add aprove block`); +report.push(`2021-05-18T17:20:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-303 feat: add aprove block`); report.push(`3 0 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(``); -report.push(`2021-05-18T17:51:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-315 fix: add math for grid`); +report.push(`2021-05-18T17:51:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-315 fix: add math for grid`); report.push(`25 1 src/ts/pages/PageWrapper/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/index.scss`); report.push(``); -report.push(`2021-05-18T19:15:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-315 fix: add useLayoutEffect for render DOM while window resizing`); +report.push(`2021-05-18T19:15:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-315 fix: add useLayoutEffect for render DOM while window resizing`); report.push(`2 2 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`2 2 src/ts/pages/MainPage/styles/favorite.scss`); report.push(`1 1 src/ts/pages/MainPage/styles/task.scss`); report.push(`38 0 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(`2 20 src/ts/pages/PageWrapper/index.tsx`); 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(`2021-05-18T22:51:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): correct Breadcrumbs component`); +report.push(`2021-05-18T23:40:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`7 5 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2021-05-19T09:21:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #122 in ACRQ/acrq-frontend from bugfix/SUBO-315-correct-layout-grid to master`); -report.push(`2021-05-19T09:21:58+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #123 in ACRQ/acrq-frontend from bugfix/SUBO-312-fix-breadcrumb-component to master`); -report.push(`2021-05-19T12:06:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-303 feat: add aprove block`); +report.push(`2021-05-19T09:21:27+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #122 in ACRQ/acrq-frontend from bugfix/JIRA-315-correct-layout-grid to master`); +report.push(`2021-05-19T09:21:58+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #123 in ACRQ/acrq-frontend from bugfix/JIRA-312-fix-breadcrumb-component to master`); +report.push(`2021-05-19T12:06:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-303 feat: add aprove block`); report.push(`0 1 src/setupProxy.js`); 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(OIR): fix test for More component and create other tests`); +report.push(`2021-05-19T12:45:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #124 in ACRQ/acrq-frontend from feature/JIRA-303-Add-aprove-block to master`); +report.push(`2021-05-19T17:24:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,36 +6028,36 @@ 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(OIR): delete link test for Banners component`); +report.push(`2021-05-19T17:41:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): fix formatting`); +report.push(`2021-05-19T17:45:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-05-20T09:49:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 feat: open SwaggerUI in Nginx`); +report.push(`2021-05-20T09:18:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #125 in ACRQ/acrq-frontend from bugfix/JIRA-312-fix-test-for-More-component to master`); +report.push(`2021-05-20T09:49:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 feat: open SwaggerUI in Nginx`); report.push(`12 1 nginx.conf`); report.push(``); -report.push(`2021-05-20T10:13:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #126 in ACRQ/acrq-frontend from feature/SUBO-358-Open-SwaggerUI-in-Nginx to master`); -report.push(`2021-05-20T10:24:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 feat: change proxy URL in Nginx`); +report.push(`2021-05-20T10:13:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #126 in ACRQ/acrq-frontend from feature/JIRA-358-Open-SwaggerUI-in-Nginx to master`); +report.push(`2021-05-20T10:24:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 feat: change proxy URL in Nginx`); report.push(`2 2 nginx.conf`); report.push(`1 0 src/setupProxy.js`); report.push(`36 8 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(``); -report.push(`2021-05-20T10:26:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 feat: change proxy URL in Nginx`); +report.push(`2021-05-20T10:26:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 feat: change proxy URL in Nginx`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2021-05-20T10:42:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 feat: change name for dictionaries (terminology to references)`); +report.push(`2021-05-20T10:42:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 feat: change name for dictionaries (terminology to references)`); report.push(`9 9 src/setupProxy.js`); report.push(`10 10 src/ts/pages/AccessRequest/api.ts`); report.push(``); -report.push(`2021-05-20T10:45:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #127 in ACRQ/acrq-frontend from feature/SUBO-358-Change-proxy-URL-in-Nginx to master`); -report.push(`2021-05-20T12:08:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 fix: chnge urls for swagger`); +report.push(`2021-05-20T10:45:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #127 in ACRQ/acrq-frontend from feature/JIRA-358-Change-proxy-URL-in-Nginx to master`); +report.push(`2021-05-20T12:08:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 fix: chnge urls for swagger`); report.push(`4 4 nginx.conf`); report.push(``); -report.push(`2021-05-20T12:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #128 in ACRQ/acrq-frontend from bugfix/SUBO-358-Change-URL-for-swagger to master`); -report.push(`2021-05-20T14:04:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-304 fix: change URL for icons in build version`); +report.push(`2021-05-20T12:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #128 in ACRQ/acrq-frontend from bugfix/JIRA-358-Change-URL-for-swagger to master`); +report.push(`2021-05-20T14:04:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-304 fix: change URL for icons in build version`); report.push(`3 3 src/ts/components/Banners/banner.tsx`); report.push(`3 3 src/ts/components/Banners/index.tsx`); report.push(`34 0 src/ts/components/Image/index.tsx`); @@ -6081,15 +6081,15 @@ report.push(`3 3 src/ts/snippets/Header/components/Search.tsx`); report.push(`3 3 src/ts/snippets/Header/index.tsx`); report.push(`2 2 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2021-05-20T14:07:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #129 in ACRQ/acrq-frontend from bugfix/SUBO-304-Fix-icons-path-in-build to master`); -report.push(`2021-05-20T14:38:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-304 refactor: fix code style`); +report.push(`2021-05-20T14:07:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #129 in ACRQ/acrq-frontend from bugfix/JIRA-304-Fix-icons-path-in-build to master`); +report.push(`2021-05-20T14:38:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-304 refactor: fix code style`); report.push(`1 1 src/ts/components/NothingFound/index.tsx`); report.push(``); -report.push(`2021-05-20T14:40:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #130 in ACRQ/acrq-frontend from bugfix/SUBO-304-Fix-code-style to master`); -report.push(`2021-05-20T16:07:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-304 fix: remove keyDownEvvent, fix eslint style`); +report.push(`2021-05-20T14:40:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #130 in ACRQ/acrq-frontend from bugfix/JIRA-304-Fix-code-style to master`); +report.push(`2021-05-20T16:07:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): correct the Reconciliation page`); +report.push(`2021-05-20T17:51:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -6100,13 +6100,13 @@ report.push(`54 0 src/ts/pages/Requests/styles/control.scss`); report.push(`1 0 src/ts/pages/Requests/styles/index.scss`); 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(OIR): correct src path for Image component`); +report.push(`2021-05-20T17:52:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #131 in ACRQ/acrq-frontend from bugfix/JIRA-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/JIRA-302-correct-the-Reconciliation-page`); +report.push(`2021-05-21T09:42:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-05-21T11:26:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 refactor: remove files in Helm`); +report.push(`2021-05-21T09:47:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #132 in ACRQ/acrq-frontend from bugfix/JIRA-302-correct-the-Reconciliation-page to master`); +report.push(`2021-05-21T11:26:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 refactor: remove files in Helm`); report.push(`30 8 README.md`); report.push(`0 5 helm/Chart.yaml`); report.push(`0 47 helm/README.md`); @@ -6124,7 +6124,7 @@ report.push(`0 36 helm/templates/service.yaml`); report.push(`0 11 helm/templates/serviceaccount.yaml`); report.push(`0 41 nginx.local.conf`); report.push(``); -report.push(`2021-05-21T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-297 refactor: get packages from Nexus`); +report.push(`2021-05-21T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-297 refactor: get packages from Nexus`); report.push(`49 0 .eslintrc`); report.push(`0 39 .eslintrc.js`); report.push(`8 0 README.md`); @@ -6132,12 +6132,12 @@ report.push(`53 48 package-lock.json`); report.push(`1 1 package.json`); report.push(`1 0 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-05-21T12:04:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #134 in ACRQ/acrq-frontend from bugfix/SUBO-297-Get-packages-from-Nexus to master`); -report.push(`2021-05-21T12:07:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 fix: change Docker config`); +report.push(`2021-05-21T12:04:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #134 in ACRQ/acrq-frontend from bugfix/JIRA-297-Get-packages-from-Nexus to master`); +report.push(`2021-05-21T12:07:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 fix: change Docker config`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-05-21T12:09:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #135 in ACRQ/acrq-frontend from bugfix/SUBO-358-Fix-Docker-config to master`); -report.push(`2021-05-21T12:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-346 fix: move all UI kit hacks to the specific files`); +report.push(`2021-05-21T12:09:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #135 in ACRQ/acrq-frontend from bugfix/JIRA-358-Fix-Docker-config to master`); +report.push(`2021-05-21T12:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-346 fix: move all UI kit hacks to the specific files`); report.push(`9 0 src/ts/components/DataLoader/styles/hacks.scss`); report.push(`1 4 src/ts/components/DataLoader/{ => styles}/index.scss`); report.push(`0 0 src/ts/components/JsonSchema/styles/{radio.scss => hacks.scss}`); @@ -6165,39 +6165,39 @@ report.push(`0 20 src/ts/pages/Requests/styles/control.scss`); report.push(`34 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 5 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2021-05-21T13:21:40+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #136 in ACRQ/acrq-frontend from feature/SUBO-346-move-all-UI-kit-hacks-to-the-specific-files to master`); -report.push(`2021-05-21T21:46:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 fix: change proxy for pages`); +report.push(`2021-05-21T13:21:40+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #136 in ACRQ/acrq-frontend from feature/JIRA-346-move-all-UI-kit-hacks-to-the-specific-files to master`); +report.push(`2021-05-21T21:46:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 fix: change proxy for pages`); report.push(`4 2 nginx.conf`); report.push(`29 29 src/setupProxy.js`); report.push(``); -report.push(`2021-05-21T21:55:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-358 fix: change proxy for pages`); +report.push(`2021-05-21T21:55:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-358 fix: change proxy for pages`); 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(AIS): comment Catalogue (1)`); +report.push(`2021-05-24T09:38:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #137 in ACRQ/acrq-frontend from bugfix/JIRA-358-Change-proxy-for-pages to master`); +report.push(`2021-05-24T10:08:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): comment Catalogue (2)`); +report.push(`2021-05-24T10:10:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): comment Catalogue (3)`); +report.push(`2021-05-24T10:14:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): comment Catalogue (6)`); +report.push(`2021-05-24T11:06:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): comment Catalogue (6)`); +report.push(`2021-05-24T11:07:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): comment Catalogue (9)`); +report.push(`2021-05-24T11:13:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change style for catalogue (10, 11)`); +report.push(`2021-05-24T11:50:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change style for catalogue (8)`); +report.push(`2021-05-24T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix Sidebar (1, 2, 6)`); +report.push(`2021-05-24T12:14:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix Sidebar (4, 5)`); +report.push(`2021-05-24T12:48:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): bug with buttons (8)`); +report.push(`2021-05-24T12:59:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix comment Catalogue (2)`); +report.push(`2021-05-24T13:00:04+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #139 in ACRQ/acrq-frontend from bugfix/JIRA-311-fix-style-for-sidebar to master`); +report.push(`2021-05-24T13:13:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix user name in the Header`); +report.push(`2021-05-24T13:14:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #138 in ACRQ/acrq-frontend from bugfix/JIRA-311-Fix-style-for-catalogue to master`); +report.push(`2021-05-24T13:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): style for catalogue (5, NotFound in favorites)`); +report.push(`2021-05-24T13:22:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): style for catalogue (4)`); +report.push(`2021-05-24T13:24:13+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #141 in ACRQ/acrq-frontend from bugfix/JIRA-311-fix-user-name-in-the-Header to master`); +report.push(`2021-05-24T13:33:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): rename portal`); +report.push(`2021-05-24T13:35:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #140 in ACRQ/acrq-frontend from bugfix/JIRA-311-Fix-style-for-catalogue-(step-2) to master`); +report.push(`2021-05-24T13:38:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): style for request (1)`); +report.push(`2021-05-24T14:11:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #142 in ACRQ/acrq-frontend from bugfix/JIRA-311-Fix-style-for-catalogue-step-3 to master`); +report.push(`2021-05-24T14:38:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,53 +6266,53 @@ 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(AIS): style for requests (1)`); +report.push(`2021-05-24T16:00:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): URL for swagger`); +report.push(`2021-05-24T16:01:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): style for helper`); +report.push(`2021-05-24T16:14:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix comment Main (1, 2)`); +report.push(`2021-05-24T16:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): style for helper`); +report.push(`2021-05-24T16:15:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix comment Main (3, 4)`); +report.push(`2021-05-24T16:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix Sidebar item line-height`); +report.push(`2021-05-24T16:25:53+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #144 in ACRQ/acrq-frontend from bugfix/JIRA-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/JIRA-311-Fix-style-for-request to master`); +report.push(`2021-05-24T16:40:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): replace path to Reconciliations page`); +report.push(`2021-05-24T16:51:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix link name for Treatments page`); +report.push(`2021-05-24T16:51:51+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #145 in ACRQ/acrq-frontend from bugfix/JIRA-311-fix-Sidebar-item-line-height to master`); +report.push(`2021-05-24T16:52:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-05-24T17:14:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-311 feat: add SM service in Nginx`); report.push(`4 0 nginx.conf`); report.push(``); -report.push(`2021-05-24T17:14:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #146 in ACRQ/acrq-frontend from bugfix/SUBO-311-fix-Sidebar-item-line-height to master`); -report.push(`2021-05-24T17:18:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-311 feat: add TextArea widget`); +report.push(`2021-05-24T17:14:47+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #146 in ACRQ/acrq-frontend from bugfix/JIRA-311-fix-Sidebar-item-line-height to master`); +report.push(`2021-05-24T17:18:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-311 feat: add TextArea widget`); report.push(`84 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`4 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-05-24T19:14:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-292 feat: create Treatments page`); +report.push(`2021-05-24T19:14:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-292 feat: create Treatments page`); report.push(`7 0 src/assets/images/on-completion.svg`); report.push(`3 0 src/assets/images/rejected.svg`); report.push(`1 0 src/ts/interfaces/Request.ts`); @@ -6324,8 +6324,8 @@ report.push(`32 0 src/ts/pages/Treatments/TreatmentsList.tsx`); 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(AIS): add hacks for demo`); +report.push(`2021-05-24T21:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #147 in ACRQ/acrq-frontend from feature/JIRA-292-add-request-statuses-to-Reconciliation-page to master`); +report.push(`2021-05-24T22:49:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -6348,31 +6348,31 @@ report.push(`2 1 src/ts/pages/Requests/api.ts`); 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(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(`2021-05-24T22:51:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #149 in ACRQ/acrq-frontend from bugfix/JIRA-311-Add-TextArea-widget to master`); +report.push(`2021-05-24T22:54:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-311 fix(AIS): merge with master`); +report.push(`2021-05-24T22:56:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): merge with master`); +report.push(`2021-05-24T23:02:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): merge with master`); +report.push(`2021-05-24T23:20:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix comment News (1, 2)`); +report.push(`2021-05-24T23:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #148 in ACRQ/acrq-frontend from bugfix/JIRA-311-Fix-for-demo to master`); +report.push(`2021-05-25T10:37:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix Reconciliation and Treatments pages`); +report.push(`2021-05-25T10:55:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix favorites in News`); +report.push(`2021-05-25T11:20:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): update style for demo`); +report.push(`2021-05-25T11:27:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -6386,18 +6386,18 @@ report.push(`1 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); 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(AIS): fix Modal window in the AccessRequest page`); +report.push(`2021-05-25T11:28:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #152 in ACRQ/acrq-frontend from bugfix/JIRA-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/JIRA-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/JIRA-311-fix-favorites-and-footer-in-the-News to master`); +report.push(`2021-05-25T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix style for icon for add request to favorites`); +report.push(`2021-05-25T12:51:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): add banners`); +report.push(`2021-05-25T13:16:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -6408,30 +6408,30 @@ report.push(`1 1 src/ts/pages/AccessRequest/styles/help.scss`); report.push(`18 2 src/ts/pages/Catalogue/components/banners/BannersList.tsx`); 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(AIS): change icons in banners`); +report.push(`2021-05-25T13:17:20+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #153 in ACRQ/acrq-frontend from bugfix/JIRA-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/JIRA-311-Add-banners to master`); +report.push(`2021-05-25T13:35:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); 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(AIS): correct margins for request in the Reconciliations page`); +report.push(`2021-05-25T13:38:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #155 in ACRQ/acrq-frontend from bugfix/JIRA-311-Change-icons-in-catalogue to master`); +report.push(`2021-05-25T17:29:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix css property order`); +report.push(`2021-05-25T17:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-05-26T14:46:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-368 fix: change router in news`); +report.push(`2021-05-25T23:30:49+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #156 in ACRQ/acrq-frontend from bugfix/JIRA-311-fix-margins-for-request-in-the-Reconciliations-page to master`); +report.push(`2021-05-26T14:46:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-368 fix: change router in news`); 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(profile): Table 1 - layout the base of table`); +report.push(`2021-05-26T16:13:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -6443,10 +6443,10 @@ report.push(`32 0 src/ts/pages/Requests/api.mock.cjs`); report.push(`3 0 src/ts/pages/Requests/api.ts`); report.push(`28 1 src/ts/pages/Requests/index.tsx`); 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(Excel): Table 2 - add Column component and switching table view`); +report.push(`2021-05-26T16:32:46+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #157 in ACRQ/acrq-frontend from feature/JIRA-255-table-1-layout-the-base-of-table to master`); +report.push(`2021-05-26T16:35:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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/JIRA-368-Fix-router-in-news to master`); +report.push(`2021-05-27T13:26:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,12 +6454,12 @@ 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(Excel): Table 2 - add forEach to TableBody and correct some mistakes`); +report.push(`2021-05-27T13:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-05-27T15:04:19+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #159 in ACRQ/acrq-frontend from feature/SUBO-256-table-2-add-configuration-through-Column to master`); -report.push(`2021-05-27T19:13:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-250 feat: Table 3 - add config props possible to be optionable`); +report.push(`2021-05-27T15:04:19+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #159 in ACRQ/acrq-frontend from feature/JIRA-256-table-2-add-configuration-through-Column to master`); +report.push(`2021-05-27T19:13:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-250 feat: Table 3 - add config props possible to be optionable`); report.push(`32 2 src/ts/components/Table/components/Column.tsx`); report.push(`2 2 src/ts/components/Table/components/TableBody.tsx`); report.push(`3 3 src/ts/components/Table/components/TableHead.tsx`); @@ -6468,7 +6468,7 @@ report.push(`2 0 src/ts/components/Table/helpers/TableColumn.ts`); report.push(`6 0 src/ts/components/Table/index.scss`); report.push(`11 7 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-05-28T12:28:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-369 refactor: add catalogue tree`); +report.push(`2021-05-28T12:28:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-369 refactor: add catalogue tree`); report.push(`2 2 src/setupProxy.js`); report.push(`0 1 src/ts/interfaces/Category.ts`); report.push(`2 2 src/ts/interfaces/Pagination.ts`); @@ -6487,7 +6487,7 @@ report.push(`1 1 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(`6 0 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(`2 2 src/ts/pages/News/api.mock.cjs`); report.push(``); -report.push(`2021-05-28T17:01:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-250 feat: Table 3 - add 1th version of column pinning logic`); +report.push(`2021-05-28T17:01:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-250 feat: Table 3 - add 1th version of column pinning logic`); report.push(`4 4 src/ts/components/Table/components/Column.tsx`); report.push(`6 6 src/ts/components/Table/components/TableBody.tsx`); report.push(`10 1 src/ts/components/Table/components/TableCell.tsx`); @@ -6498,12 +6498,12 @@ report.push(`20 12 src/ts/components/Table/index.tsx`); report.push(`4 0 src/ts/pages/Requests/api.mock.cjs`); report.push(`23 7 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-05-31T09:07:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-369 refactor: return hack for catalogue`); +report.push(`2021-05-31T09:07:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-369 refactor: return hack for catalogue`); report.push(`4 3 src/ts/pages/Catalogue/components/categories/CategoryDetailsTree.tsx`); 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(traffic chart): add notFound page`); +report.push(`2021-05-31T10:27:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #160 in ACRQ/acrq-frontend from bugfix/JIRA-369-Refactoring-catalogue-tree to master`); +report.push(`2021-05-31T10:56:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,45 +6513,45 @@ 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(traffic chart): add notFound page`); +report.push(`2021-05-31T10:58:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-05-31T12:43:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 refactor: change path for icons`); +report.push(`2021-05-31T12:43:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-257 refactor: change path for icons`); report.push(`0 0 src/assets/images/{NothingFoundFavorite.svg => nothing-found/catalogue.svg}`); report.push(`0 0 src/assets/images/{nothing-found-responsive.svg => nothing-found/default-responsive.svg}`); report.push(`0 0 src/assets/images/{nothing-found.svg => nothing-found/default.svg}`); report.push(`0 0 src/assets/images/{NothingFoundNewsFavorites.svg => nothing-found/favorites.svg}`); report.push(`2 2 src/ts/components/NothingFound/index.tsx`); report.push(``); -report.push(`2021-05-31T12:45:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-250 feat: Table 3 - add 2th version`); +report.push(`2021-05-31T12:45:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-250 feat: Table 3 - add 2th version`); report.push(`4 4 src/ts/components/Table/components/TableBody.tsx`); report.push(`16 54 src/ts/components/Table/components/TableHead.tsx`); report.push(`6 6 src/ts/components/Table/components/Templates.tsx`); report.push(`46 31 src/ts/components/Table/index.scss`); report.push(`45 11 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-05-31T13:00:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #161 in ACRQ/acrq-frontend from feature/SUBO-257-Add-notFound-page to master`); -report.push(`2021-05-31T14:17:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-250 feat: Table 3 - add 3th version of columns pinnig logic`); +report.push(`2021-05-31T13:00:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #161 in ACRQ/acrq-frontend from feature/JIRA-257-Add-notFound-page to master`); +report.push(`2021-05-31T14:17:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-250 feat: Table 3 - add 3th version of columns pinnig logic`); report.push(`1 1 src/ts/components/Table/components/Column.tsx`); report.push(`2 2 src/ts/components/Table/components/TableHead.tsx`); report.push(`20 27 src/ts/components/Table/index.scss`); report.push(`68 25 src/ts/components/Table/index.tsx`); report.push(`0 6 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-05-31T14:20:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 refactor: change path for URL`); +report.push(`2021-05-31T14:20:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-257 refactor: change path for URL`); report.push(`1 1 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(`1 1 src/ts/pages/News/index.tsx`); report.push(``); -report.push(`2021-05-31T14:24:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-257 refactor: change path for Icons`); -report.push(`2021-05-31T14:54:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-250 feat: Table 3 - delete unused code`); +report.push(`2021-05-31T14:24:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-257 refactor: change path for Icons`); +report.push(`2021-05-31T14:54:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-250 feat: Table 3 - delete unused code`); report.push(`1 10 src/ts/components/Table/components/TableCell.tsx`); report.push(`6 6 src/ts/components/Table/components/Templates.tsx`); 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(traffic chart): add new icons for catalogue`); +report.push(`2021-05-31T15:01:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #162 in ACRQ/acrq-frontend from bugfix/JIRA-257-Refactor-icons to master`); +report.push(`2021-05-31T15:25:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/JIRA-250-table-3-realize-the-logic-of-column-pinning' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-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/JIRA-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>JIRA-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(traffic chart): change color and icons for requests and categories`); +report.push(`2021-06-01T11:38:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change color and icons for requests and categories`); +report.push(`2021-06-01T11:55:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): Table-4 - create Settings component`); +report.push(`2021-06-01T12:15:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #164 in ACRQ/acrq-frontend from feature/JIRA-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/JIRA-257-Change-color-and-icons-for-requests to master`); +report.push(`2021-06-01T13:41:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -6593,14 +6593,14 @@ report.push(`3 0 src/ts/pages/Requests/index.tsx`); report.push(`6 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`6 2 src/ts/pages/Requests/styles/control.scss`); report.push(``); -report.push(`2021-06-01T13:42:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-254 fix: Table-4 - fix styles`); +report.push(`2021-06-01T13:42:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-254 fix: Table-4 - fix styles`); report.push(`2 2 src/ts/components/Table/index.scss`); report.push(`18 18 src/ts/components/Table/styles/settings.scss`); report.push(`1 1 src/ts/pages/Requests/styles/control.scss`); report.push(``); -report.push(`2021-06-01T13:47:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-254-table-4-create-Settings-component`); -report.push(`2021-06-01T14:03:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #166 in ACRQ/acrq-frontend from feature/SUBO-254-table-4-create-Settings-component to master`); -report.push(`2021-06-01T19:26:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-254 fix: Table 4 - delete Table store, add config transfer via callback inside Table`); +report.push(`2021-06-01T13:47:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-254-table-4-create-Settings-component`); +report.push(`2021-06-01T14:03:42+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #166 in ACRQ/acrq-frontend from feature/JIRA-254-table-4-create-Settings-component to master`); +report.push(`2021-06-01T19:26:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-254 fix: Table 4 - delete Table store, add config transfer via callback inside Table`); report.push(`0 0 src/assets/images/{picker.svg => pin.svg}`); report.push(`0 4 src/ts/components/Table/components/Column.tsx`); report.push(`48 22 src/ts/components/Table/components/Settings.tsx`); @@ -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(traffic chart): change style and icons by design`); +report.push(`2021-06-02T09:28:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -6624,9 +6624,9 @@ report.push(`21 21 src/ts/pages/Catalogue/helpers/icons.ts`); report.push(`2 1 src/ts/pages/Catalogue/styles/line.scss`); 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(profile): add notifications page`); +report.push(`2021-06-02T09:37:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #168 in ACRQ/acrq-frontend from bugfix/JIRA-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/JIRA-254-table-4-create-Settings-component to master`); +report.push(`2021-06-02T14:02:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,15 +6643,15 @@ 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(profile): add notifications page`); +report.push(`2021-06-02T14:13:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 2 Dockerfile`); report.push(``); report.push(`2021-06-02T16:49:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #170 in ACRQ/acrq-frontend from fix-build to master`); -report.push(`2021-06-02T18:51:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #169 in ACRQ/acrq-frontend from feature/SUBO-234-Add-notifications-page to master`); -report.push(`2021-06-02T18:52:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-372 feat: Table 5 - implement fixed contex menu, fix bugs and styles`); +report.push(`2021-06-02T18:51:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #169 in ACRQ/acrq-frontend from feature/JIRA-234-Add-notifications-page to master`); +report.push(`2021-06-02T18:52:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-372 feat: Table 5 - implement fixed contex menu, fix bugs and styles`); report.push(`17 1 src/ts/components/Table/components/Column.tsx`); report.push(`5 3 src/ts/components/Table/components/TableBody.tsx`); report.push(`21 5 src/ts/components/Table/components/TableCell.tsx`); @@ -6666,13 +6666,13 @@ report.push(`14 0 src/ts/components/Table/styles/hacks.scss`); report.push(`2 0 src/ts/components/Table/styles/settings.scss`); 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(OIR): correct Overflow size`); +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/JIRA-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/JIRA-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>JIRA-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(profile): add master checkbox, refator controll pannel`); +report.push(`2021-06-03T10:16:18+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #172 in ACRQ/acrq-frontend from feature/JIRA-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>JIRA-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`); @@ -6686,7 +6686,7 @@ report.push(`45 33 src/ts/pages/Notifications/index.tsx`); report.push(`15 6 src/ts/pages/Notifications/styles/control.scss`); report.push(`7 2 src/ts/pages/Notifications/styles/hacks.scss`); report.push(``); -report.push(`2021-06-03T13:33:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 feat: add 1th version of Checkbox logic via callback`); +report.push(`2021-06-03T13:33:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-371 feat: add 1th version of Checkbox logic via callback`); report.push(`1 1 src/ts/components/Table/components/Settings.tsx`); report.push(`14 3 src/ts/components/Table/components/TableBody.tsx`); report.push(`14 1 src/ts/components/Table/components/TableCell.tsx`); @@ -6696,13 +6696,13 @@ report.push(`14 1 src/ts/components/Table/index.tsx`); report.push(`8 0 src/ts/components/Table/styles/hacks.scss`); report.push(`20 8 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-03T15:14:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 feat: add 2th version of Checkbox logic via useRef`); +report.push(`2021-06-03T15:14:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-371 feat: add 2th version of Checkbox logic via useRef`); report.push(`0 2 src/ts/components/Table/components/TableBody.tsx`); report.push(`1 2 src/ts/components/Table/components/TableCell.tsx`); report.push(`13 5 src/ts/components/Table/components/Templates.tsx`); report.push(`0 10 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-03T16:02:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 feat: add 3th version of Checkbox logic via callbacks and arrsy state`); +report.push(`2021-06-03T16:02:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-371 feat: add 3th version of Checkbox logic via callbacks and arrsy state`); report.push(`13 9 src/ts/components/Table/components/TableBody.tsx`); report.push(`5 2 src/ts/components/Table/components/TableCell.tsx`); report.push(`1 0 src/ts/components/Table/components/TableHead.tsx`); @@ -6710,9 +6710,9 @@ report.push(`9 15 src/ts/components/Table/components/Templates.tsx`); report.push(`8 8 src/ts/components/Table/index.scss`); report.push(`19 10 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-03T16:06:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #173 in ACRQ/acrq-frontend from feature/SUBO-234-Update-controll-pannel-in-notifications to master`); -report.push(`2021-06-03T16:07:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-371-table-6-realize-master-checkbox`); -report.push(`2021-06-03T18:42:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-371 feat: add MasterCheckbox, add interfaces`); +report.push(`2021-06-03T16:06:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #173 in ACRQ/acrq-frontend from feature/JIRA-234-Update-controll-pannel-in-notifications to master`); +report.push(`2021-06-03T16:07:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-371-table-6-realize-master-checkbox`); +report.push(`2021-06-03T18:42:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-371 feat: add MasterCheckbox, add interfaces`); report.push(`34 17 src/ts/components/Table/components/TableBody.tsx`); report.push(`20 9 src/ts/components/Table/components/TableCell.tsx`); report.push(`58 10 src/ts/components/Table/components/TableHead.tsx`); @@ -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(AIS): correct key for li element in the Settings component`); +report.push(`2021-06-03T18:56:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): 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>JIRA-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(AIS): correct file name for MasterCheckbox`); +report.push(`2021-06-04T10:06:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): change style for Authorization page`); +report.push(`2021-06-04T10:54:21+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #174 in ACRQ/acrq-frontend from feature/JIRA-371-table-6-realize-master-checkbox to master`); +report.push(`2021-06-04T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,14 +6744,14 @@ 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(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(`2021-06-04T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-347 fix(faq): merge with master`); +report.push(`2021-06-04T13:47:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2021-06-04T13:50:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #175 in ACRQ/acrq-frontend from feature/SUBO-347-Change-style-for-login-display to master`); -report.push(`2021-06-04T16:16:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 refactor: add mock data hack for demo, rename some files, add template directory`); +report.push(`2021-06-04T13:50:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #175 in ACRQ/acrq-frontend from feature/JIRA-347-Change-style-for-login-display to master`); +report.push(`2021-06-04T16:16:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 refactor: add mock data hack for demo, rename some files, add template directory`); report.push(`4 4 src/setupProxy.js`); report.push(`12 12 src/ts/components/Table/components/Column.tsx`); report.push(`4 4 src/ts/components/Table/components/{TableContextMenu.tsx => ContextMenu.tsx}`); @@ -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(traffic chart): add nginx config for new service`); +report.push(`2021-06-04T16:34:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add tools for administrator`); +report.push(`2021-06-04T16:39:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #176 in ACRQ/acrq-frontend from feature/JIRA-347-Added-select-element-for-users-changes to master`); +report.push(`2021-06-07T09:10:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -6791,49 +6791,49 @@ report.push(`3 97 src/ts/pages/Authorization/styles/index.scss`); report.push(`11 0 src/ts/pages/Authorization/styles/tools.scss`); report.push(`99 0 src/ts/pages/Authorization/styles/wrapper.scss`); report.push(``); -report.push(`2021-06-07T09:42:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: correct border styles`); +report.push(`2021-06-07T09:42:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: correct border styles`); report.push(`3 3 src/ts/components/Table/components/Settings.tsx`); 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(traffic chart): add tools for administrator`); +report.push(`2021-06-07T09:48:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add tools for administrator`); +report.push(`2021-06-07T09:59:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-06-07T10:16:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: solve merge conflicts`); -report.push(`2021-06-07T10:25:34+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #177 in ACRQ/acrq-frontend from feature/SUBO-373-table-5-correct-layout-and-styles to master`); -report.push(`2021-06-07T10:59:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change logic auth by comments from backend developers`); +report.push(`2021-06-07T10:13:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #179 in ACRQ/acrq-frontend from feature/JIRA-347-Add-tools-for-adminostrator to master`); +report.push(`2021-06-07T10:16:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: solve merge conflicts`); +report.push(`2021-06-07T10:25:34+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #177 in ACRQ/acrq-frontend from feature/JIRA-373-table-5-correct-layout-and-styles to master`); +report.push(`2021-06-07T10:59:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change logic auth by comments from backend developers`); report.push(`5 3 src/ts/pages/Authorization/api.ts`); report.push(`4 7 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`0 4 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`3 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-06-07T11:14:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: style for auth by comments from design`); +report.push(`2021-06-07T11:14:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: style for auth by comments from design`); report.push(`5 2 src/ts/pages/Authorization/components/Login.tsx`); report.push(`1 1 src/ts/pages/Authorization/styles/hacks.scss`); report.push(`10 2 src/ts/pages/Authorization/styles/wrapper.scss`); report.push(``); -report.push(`2021-06-07T11:26:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from design`); +report.push(`2021-06-07T11:26:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from design`); report.push(`1 1 src/assets/images/nothing-found/page.svg`); report.push(`1 2 src/setupProxy.js`); report.push(`0 1 src/ts/components/NothingFound/index.scss`); report.push(``); -report.push(`2021-06-07T11:58:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from designer for Requests and Treatments`); +report.push(`2021-06-07T11:58:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from designer for Requests and Treatments`); report.push(`13 6 src/ts/pages/Requests/components/RequestsListItem.tsx`); report.push(`13 17 src/ts/pages/Requests/styles/hacks.scss`); report.push(`8 1 src/ts/pages/Requests/styles/item.scss`); report.push(`13 6 src/ts/pages/Treatments/TreatmentsListItem.tsx`); report.push(``); -report.push(`2021-06-07T12:41:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #180 in ACRQ/acrq-frontend from bugfix/SUBO-383-Fix-style-by-comments-from-designer to master`); -report.push(`2021-06-07T13:37:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from designer`); +report.push(`2021-06-07T12:41:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #180 in ACRQ/acrq-frontend from bugfix/JIRA-383-Fix-style-by-comments-from-designer to master`); +report.push(`2021-06-07T13:37:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from designer`); report.push(`1 1 src/setupProxy.js`); report.push(`3 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); @@ -6845,7 +6845,7 @@ report.push(`7 2 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(`1 1 src/ts/pages/AccessRequest/styles/help.scss`); report.push(`1 0 src/ts/pages/NotFound/index.scss`); report.push(``); -report.push(`2021-06-07T13:42:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: corrected bug with table width, fixed styles`); +report.push(`2021-06-07T13:42:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: corrected bug with table width, fixed styles`); report.push(`5 1 src/ts/components/Table/components/Column.tsx`); report.push(`15 13 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 0 src/ts/components/Table/helpers/TableColumn.ts`); @@ -6855,19 +6855,19 @@ report.push(`8 0 src/ts/components/Table/index.scss`); report.push(`22 15 src/ts/components/Table/index.tsx`); report.push(`20 27 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-07T13:53:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from designer`); +report.push(`2021-06-07T13:53:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from designer`); report.push(`2 4 src/setupProxy.js`); report.push(`3 1 src/ts/pages/AccessRequest/api.ts`); report.push(`4 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`27 0 src/ts/pages/AccessRequest/components/SuccessDraft.tsx`); report.push(`5 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-06-07T14:20:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: corrected bug with style`); +report.push(`2021-06-07T14:20:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: corrected bug with style`); report.push(`3 2 src/ts/components/Table/index.scss`); report.push(``); -report.push(`2021-06-07T14:23:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #181 in ACRQ/acrq-frontend from bugfix/SUBO-383-Fix-style-by-comments-from-designer-for-Catalogue to master`); -report.push(`2021-06-07T14:58:19+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #182 in ACRQ/acrq-frontend from feature/SUBO-373-table-5-correct-layout-and-styles to master`); -report.push(`2021-06-07T17:48:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: corrected cell templates logic`); +report.push(`2021-06-07T14:23:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #181 in ACRQ/acrq-frontend from bugfix/JIRA-383-Fix-style-by-comments-from-designer-for-Catalogue to master`); +report.push(`2021-06-07T14:58:19+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #182 in ACRQ/acrq-frontend from feature/JIRA-373-table-5-correct-layout-and-styles to master`); +report.push(`2021-06-07T17:48:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: corrected cell templates logic`); report.push(`2 5 src/ts/components/Table/components/TableBody.tsx`); report.push(`0 7 src/ts/components/Table/components/TableCell.tsx`); report.push(`4 6 src/ts/components/Table/components/TableHead.tsx`); @@ -6879,15 +6879,15 @@ report.push(`14 8 src/ts/components/Table/components/templates/CellString.tsx`); report.push(`16 39 src/ts/components/Table/helpers/getRowList.ts`); report.push(`1 7 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-07T17:51:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-373 fix: fix getTableHead function`); +report.push(`2021-06-07T17:51:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-373 fix: fix getTableHead function`); report.push(`1 1 src/ts/components/Table/components/TableHead.tsx`); report.push(``); -report.push(`2021-06-07T22:55:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style for Catalogue by comments from designer`); +report.push(`2021-06-07T22:55:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style for Catalogue by comments from designer`); report.push(`3 2 src/ts/pages/Catalogue/styles/categories.scss`); report.push(`4 2 src/ts/pages/Catalogue/styles/line.scss`); report.push(`4 0 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-06-08T00:34:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style for Catalogue by comments from Designer`); +report.push(`2021-06-08T00:34:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style for Catalogue by comments from Designer`); report.push(`40 0 src/ts/helpers/HttpMock.ts`); report.push(`51 0 src/ts/pages/MainPage/components/Chart.tsx`); report.push(`11 9 src/ts/pages/MainPage/index.tsx`); @@ -6899,9 +6899,9 @@ report.push(`1 1 src/ts/pages/Notifications/components/control-panel/Filters.tsx report.push(`3 0 src/ts/pages/Notifications/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-06-08T10:09:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #183 in ACRQ/acrq-frontend from bugfix/SUBO-383-Fix-style-for-Catalogue-by-comments-from-designer to master`); -report.push(`2021-06-08T10:44:15+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #184 in ACRQ/acrq-frontend from bugfix/SUBO-373-correct-cell-templates to master`); -report.push(`2021-06-09T13:11:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-442 feat: create custom Select element`); +report.push(`2021-06-08T10:09:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #183 in ACRQ/acrq-frontend from bugfix/JIRA-383-Fix-style-for-Catalogue-by-comments-from-designer to master`); +report.push(`2021-06-08T10:44:15+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #184 in ACRQ/acrq-frontend from bugfix/JIRA-373-correct-cell-templates to master`); +report.push(`2021-06-09T13:11:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-442 feat: create custom Select element`); report.push(`36 0 src/ts/components/Select/components/Item.tsx`); report.push(`48 0 src/ts/components/Select/components/List.tsx`); report.push(`50 0 src/ts/components/Select/components/Search.tsx`); @@ -6910,7 +6910,7 @@ report.push(`92 0 src/ts/components/Select/index.tsx`); report.push(`78 0 src/ts/components/Select/styles/index.scss`); report.push(`1 0 src/ts/components/index.scss`); report.push(``); -report.push(`2021-06-09T16:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-392 feat: Table 7 - added sorting logic`); +report.push(`2021-06-09T16:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-392 feat: Table 7 - added sorting logic`); report.push(`4 0 src/ts/components/Table/components/Column.tsx`); report.push(`42 1 src/ts/components/Table/components/TableHead.tsx`); report.push(`4 1 src/ts/components/Table/components/templates/CellBoolean.tsx`); @@ -6924,12 +6924,12 @@ report.push(`9 0 src/ts/interfaces/SearchParams.ts`); 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(OIR): Table 7 - added hack for prevent error with null callback due to JSON.stringify()`); +report.push(`2021-06-09T17:27:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #185 in ACRQ/acrq-frontend from feature/JIRA-442-Create-custom-Select-element to master`); +report.push(`2021-06-09T18:12:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-06-10T14:08:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-444 fix: add search in Select element`); +report.push(`2021-06-10T09:19:26+03:00>Ivan Ivanov>ivanov@mail.com>Merge pull request #186 in ACRQ/acrq-frontend from feature/JIRA-392-table-7-realize-sorting to master`); +report.push(`2021-06-10T14:08:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-444 fix: add search in Select element`); report.push(`14 3 src/ts/components/DataLoader/index.tsx`); report.push(`7 5 src/ts/components/DataLoader/store/index.ts`); report.push(`19 26 src/ts/components/JsonSchema/components/widgets/Select.tsx`); @@ -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(profile): add search in Select element`); +report.push(`2021-06-10T17:04:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,12 +6961,12 @@ 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(profile): add search in Select element`); +report.push(`2021-06-10T17:20:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-06-10T23:39:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #187 in ACRQ/acrq-frontend from feature/SUBO-444-Add-search-in-Select-element to master`); -report.push(`2021-06-11T10:02:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-396 fix: change style for sidebar on Auth page`); +report.push(`2021-06-10T23:39:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #187 in ACRQ/acrq-frontend from feature/JIRA-444-Add-search-in-Select-element to master`); +report.push(`2021-06-11T10:02:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-396 fix: change style for sidebar on Auth page`); report.push(`1 1 src/ts/pages/Authorization/components/Loading.tsx`); report.push(`7 7 src/ts/pages/Authorization/components/Login.tsx`); report.push(`7 6 src/ts/pages/Authorization/components/Wrapper.tsx`); @@ -6976,14 +6976,14 @@ report.push(`15 16 src/ts/pages/Authorization/styles/hacks.scss`); report.push(`35 1 src/ts/pages/Authorization/styles/index.scss`); report.push(`0 107 src/ts/pages/Authorization/styles/wrapper.scss`); report.push(``); -report.push(`2021-06-11T10:53:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #188 in ACRQ/acrq-frontend from feature/SUBO-396-Fix-sidebar-style-for-auth-page to master`); -report.push(`2021-06-11T11:43:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-393 feat: Table 8 - implemented the 1th version of column resizing`); +report.push(`2021-06-11T10:53:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #188 in ACRQ/acrq-frontend from feature/JIRA-396-Fix-sidebar-style-for-auth-page to master`); +report.push(`2021-06-11T11:43:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-393 feat: Table 8 - implemented the 1th version of column resizing`); report.push(`1 1 src/ts/components/Table/components/TableBody.tsx`); 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(Excel): 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>JIRA-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`); @@ -6999,18 +6999,18 @@ report.push(`24 0 src/ts/pages/Requests/components/item/SubLine.tsx`); report.push(`38 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`0 5 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-06-11T13:19:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-393 feat: Table 8 - implemented the 2th version of column resizing`); +report.push(`2021-06-11T13:19:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-393 feat: Table 8 - implemented the 2th version of column resizing`); report.push(`5 8 src/ts/components/Table/components/TableHead.tsx`); report.push(`0 2 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-11T13:33:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-393 refactor: change logic for handlers`); +report.push(`2021-06-11T13:33:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-393 refactor: change logic for handlers`); report.push(`31 41 src/ts/components/Table/components/TableHead.tsx`); report.push(`12 0 src/ts/components/Table/index.scss`); report.push(`23 1 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-06-11T13:45:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #189 in ACRQ/acrq-frontend from feature/SUBO-476-Add-typograf-for-text-on-Approving-page to master`); -report.push(`2021-06-11T14:28:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-393 fix: solve merge conflicts`); -report.push(`2021-06-11T18:28:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-393 feat: Table 8 - implemented the 3th version of column resizing`); +report.push(`2021-06-11T13:45:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge pull request #189 in ACRQ/acrq-frontend from feature/JIRA-476-Add-typograf-for-text-on-Approving-page to master`); +report.push(`2021-06-11T14:28:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-393 fix: solve merge conflicts`); +report.push(`2021-06-11T18:28:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-393 feat: Table 8 - implemented the 3th version of column resizing`); report.push(`4 0 src/ts/components/Table/components/Column.tsx`); report.push(`62 18 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 0 src/ts/components/Table/helpers/TableColumn.ts`); @@ -7018,13 +7018,13 @@ report.push(`2 6 src/ts/components/Table/index.scss`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(`15 0 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-15T09:20:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 feat: integration with backend API for Request page`); +report.push(`2021-06-15T09:20:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 feat: integration with backend API for Request page`); report.push(`9 7 src/ts/interfaces/Category.ts`); report.push(`28 24 src/ts/pages/AccessRequest/api.ts`); report.push(`8 1 src/ts/pages/AccessRequest/index.tsx`); report.push(`7 1 src/ts/pages/Catalogue/api.ts`); report.push(``); -report.push(`2021-06-15T11:02:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-450 feat: add favorites news page`); +report.push(`2021-06-15T11:02:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-450 feat: add favorites news page`); report.push(`5 4 src/setupProxy.js`); report.push(`13 2 src/ts/pages/News/api.mock.cjs`); report.push(`15 4 src/ts/pages/News/api.ts`); @@ -7033,10 +7033,10 @@ report.push(`2 2 src/ts/pages/News/components/PopularLoader.tsx`); report.push(`25 10 src/ts/pages/News/index.tsx`); report.push(`14 1 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-06-15T11:03:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-450 feat: add favorites news page`); +report.push(`2021-06-15T11:03:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-450 feat: add favorites news page`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2021-06-15T11:59:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-393 feat: Table 8 - added calculating of column resizing, corrected styles`); +report.push(`2021-06-15T11:59:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-393 feat: Table 8 - added calculating of column resizing, corrected styles`); report.push(`4 0 src/ts/components/Table/components/Column.tsx`); report.push(`15 13 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 0 src/ts/components/Table/helpers/TableColumn.ts`); @@ -7045,8 +7045,8 @@ report.push(`32 19 src/ts/components/Table/index.scss`); report.push(`67 61 src/ts/components/Table/index.tsx`); report.push(`12 0 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-15T12:13:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #190: SUBO-450 Add Favorite news page`); -report.push(`2021-06-15T12:23:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-460 feat: add modal window for reject Request`); +report.push(`2021-06-15T12:13:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #190: JIRA-450 Add Favorite news page`); +report.push(`2021-06-15T12:23:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-460 feat: add modal window for reject Request`); report.push(`1 0 src/setupProxy.js`); report.push(`6 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -7060,14 +7060,14 @@ report.push(`3 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`30 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`19 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2021-06-15T12:25:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-460 feat: add modal window for reject Request`); +report.push(`2021-06-15T12:25:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-460 feat: add modal window for reject Request`); report.push(`1 1 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2021-06-15T12:26:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-460 feat: add modal window for reject Request`); +report.push(`2021-06-15T12:26:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-460 feat: add modal window for reject Request`); report.push(`1 1 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(``); -report.push(`2021-06-15T12:51:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #191: Feature/SUBO-393 table 8 implement column resizing`); -report.push(`2021-06-15T13:56:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-461 feat: add notifications alert`); +report.push(`2021-06-15T12:51:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #191: Feature/JIRA-393 table 8 implement column resizing`); +report.push(`2021-06-15T13:56:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-461 feat: add notifications alert`); report.push(`2 1 src/setupProxy.js`); report.push(`5 0 src/ts/pages/Authorization/api.mock.cjs`); report.push(`3 0 src/ts/pages/Authorization/api.ts`); @@ -7079,20 +7079,20 @@ 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(AIS): change request in admin panel for getUsers`); +report.push(`2021-06-15T14:06:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): Table 9 - created drag-and-drop interface for table columns`); +report.push(`2021-06-15T14:27:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-06-15T14:30:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #192: SUBO-460 feat: add modal window for reject Request`); -report.push(`2021-06-15T14:36:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #193: SUBO-461 feat: add notifications alert, change request in admin panel for getUsers`); -report.push(`2021-06-15T16:50:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-394 refactor: Table 9 - refactored the logic of DnD, corrected styles, fixed layout bugs`); +report.push(`2021-06-15T14:30:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #192: JIRA-460 feat: add modal window for reject Request`); +report.push(`2021-06-15T14:36:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #193: JIRA-461 feat: add notifications alert, change request in admin panel for getUsers`); +report.push(`2021-06-15T16:50:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-394 refactor: Table 9 - refactored the logic of DnD, corrected styles, fixed layout bugs`); report.push(`5 1 src/ts/components/Table/components/Column.tsx`); report.push(`31 24 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 0 src/ts/components/Table/helpers/TableColumn.ts`); @@ -7100,10 +7100,10 @@ report.push(`2 3 src/ts/components/Table/index.scss`); report.push(`6 9 src/ts/components/Table/index.tsx`); report.push(`14 0 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-15T22:48:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-394 fix: Table 9 - corrected the calculating logic of column resizing`); +report.push(`2021-06-15T22:48:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-394 fix: Table 9 - corrected the calculating logic of column resizing`); report.push(`17 19 src/ts/components/Table/components/TableHead.tsx`); report.push(``); -report.push(`2021-06-16T09:22:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: integration with backend API for Request`); +report.push(`2021-06-16T09:22:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: integration with backend API for Request`); report.push(`10 32 src/ts/interfaces/AccessRequest.ts`); report.push(`10 4 src/ts/interfaces/Role.ts`); report.push(`3 15 src/ts/pages/AccessRequest/api.ts`); @@ -7113,8 +7113,8 @@ report.push(`1 0 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(`3 0 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`2 2 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(``); -report.push(`2021-06-16T09:26:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 refactor: merge with master`); -report.push(`2021-06-16T10:21:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 refactor: merge with master`); +report.push(`2021-06-16T09:26:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 refactor: merge with master`); +report.push(`2021-06-16T10:21:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 refactor: merge with master`); report.push(`7 7 src/ts/interfaces/Role.ts`); report.push(`2 21 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`58 0 src/ts/pages/AccessRequest/components/Groups.tsx`); @@ -7123,8 +7123,8 @@ report.push(`0 3 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`17 0 src/ts/pages/AccessRequest/styles/group.scss`); report.push(`1 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(``); -report.push(`2021-06-16T10:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #194: Feature/SUBO-394 table 9 implement drag and drop`); -report.push(`2021-06-16T11:46:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-459 feat: add Roles elements`); +report.push(`2021-06-16T10:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #194: Feature/JIRA-394 table 9 implement drag and drop`); +report.push(`2021-06-16T11:46:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-459 feat: add Roles elements`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(`5 5 src/ts/interfaces/AccessRequest.ts`); @@ -7136,13 +7136,13 @@ report.push(`0 1 src/ts/pages/AccessRequest/index.tsx`); report.push(`33 4 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(`4 1 src/ts/pages/AccessRequest/styles/group.scss`); report.push(``); -report.push(`2021-06-16T12:01:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: integration with backend API for Request`); +report.push(`2021-06-16T12:01:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: integration with backend API for Request`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); 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(profile): add custom select items`); +report.push(`2021-06-16T12:07:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #195: JIRA-398 Integration with backend API for Request and Catalogue page`); +report.push(`2021-06-16T12:34:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7151,12 +7151,12 @@ report.push(`15 6 src/ts/components/Select/components/value/Single.tsx`); report.push(`5 0 src/ts/components/Select/components/value/index.tsx`); report.push(`8 0 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-06-16T12:41:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-459 fix: remove erros in console`); +report.push(`2021-06-16T12:41:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-459 fix: remove erros in console`); report.push(`7 5 src/ts/components/form/index.tsx`); report.push(`4 2 src/ts/pages/AccessRequest/components/Groups.tsx`); report.push(``); -report.push(`2021-06-16T12:44:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #196: SUBO-445, SUBO-459 feat: add custom select items, fix erros in console`); -report.push(`2021-06-16T13:26:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: integration with backend API on CreateRequest page`); +report.push(`2021-06-16T12:44:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #196: JIRA-445, JIRA-459 feat: add custom select items, fix erros in console`); +report.push(`2021-06-16T13:26:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: integration with backend API on CreateRequest page`); report.push(`5 4 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`2 37 src/ts/components/JsonSchema/components/widgets/Text.tsx`); report.push(`46 0 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); @@ -7168,12 +7168,12 @@ report.push(`10 21 src/ts/pages/AccessRequest/api.ts`); report.push(`21 26 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`13 8 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-06-16T13:34:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: integration with backend API on CreateRequest page`); +report.push(`2021-06-16T13:34:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: integration with backend API on CreateRequest page`); report.push(`10 0 src/ts/pages/AccessRequest/api.ts`); report.push(`7 6 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`14 3 src/ts/pages/AccessRequest/index.tsx`); report.push(``); -report.push(`2021-06-16T14:38:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: integration with backend API on CreateRequest page`); +report.push(`2021-06-16T14:38:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: integration with backend API on CreateRequest page`); report.push(`1 1 src/ts/interfaces/AccessRequest.ts`); report.push(`5 8 src/ts/pages/AccessRequest/api.ts`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -7181,7 +7181,7 @@ report.push(`2 0 src/ts/pages/AccessRequest/index.tsx`); report.push(`3 17 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(`2 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-06-16T14:42:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-451 feat: Table 10 - added data export to file`); +report.push(`2021-06-16T14:42:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-451 feat: Table 10 - added data export to file`); report.push(`330 3 package-lock.json`); report.push(`4 1 package.json`); report.push(`3 6 src/ts/pages/Requests/components/ControlPanel.tsx`); @@ -7189,26 +7189,26 @@ report.push(`38 0 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(`2 0 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`6 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-06-16T14:45:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #197: SUBO-398 Itegration with backend API on Create Request page`); -report.push(`2021-06-16T15:28:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-451 refactor: Table 10 - deleted logic in the RequestsStore for data export to file, added callbacks`); +report.push(`2021-06-16T14:45:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #197: JIRA-398 Itegration with backend API on Create Request page`); +report.push(`2021-06-16T15:28:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-451 refactor: Table 10 - deleted logic in the RequestsStore for data export to file, added callbacks`); report.push(`7 2 src/ts/components/Table/index.tsx`); report.push(`1 2 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`6 3 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`19 6 src/ts/pages/Requests/index.tsx`); report.push(`0 6 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-06-16T15:37:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-451 refactor: Table 10 - renamed variables names in the ExportToExcel file`); +report.push(`2021-06-16T15:37:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-451 refactor: Table 10 - renamed variables names in the ExportToExcel file`); report.push(`3 3 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(``); -report.push(`2021-06-17T09:48:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: change API for CreateRequest page and integration with backend`); +report.push(`2021-06-17T09:48:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: change API for CreateRequest page and integration with backend`); report.push(`2 2 src/ts/interfaces/AccessRequest.ts`); report.push(`4 4 src/ts/pages/AccessRequest/api.ts`); report.push(`5 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-06-17T10:05:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #198: Feature/SUBO-451 table 10 implement data export to file`); -report.push(`2021-06-17T11:19:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: change API for CreateRequests page and integration with backend`); +report.push(`2021-06-17T10:05:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #198: Feature/JIRA-451 table 10 implement data export to file`); +report.push(`2021-06-17T11:19:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: change API for CreateRequests page and integration with backend`); report.push(`8 0 nginx.conf`); report.push(`1 0 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`10 0 src/ts/interfaces/Template.ts`); @@ -7216,22 +7216,22 @@ report.push(`38 47 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`19 17 src/ts/pages/AccessRequest/index.tsx`); report.push(`14 6 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(``); -report.push(`2021-06-17T11:31:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: change API for CreateRequests page and integration with backend`); +report.push(`2021-06-17T11:31:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: change API for CreateRequests page and integration with backend`); report.push(`0 1 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`1 4 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-06-17T11:36:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #199: SUBO-398 Change API for CreateRequest page and integration with backend`); -report.push(`2021-06-17T12:24:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 feat: add URL config for Select in JsonForm`); +report.push(`2021-06-17T11:36:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #199: JIRA-398 Change API for CreateRequest page and integration with backend`); +report.push(`2021-06-17T12:24:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 feat: add URL config for Select in JsonForm`); report.push(`23 10 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`15 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`2 2 src/ts/interfaces/AccessRequest.ts`); report.push(``); -report.push(`2021-06-17T12:32:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #200: SUBO-398 feat: add URL config for Select in JsonForm`); -report.push(`2021-06-17T12:54:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: rename properties`); +report.push(`2021-06-17T12:32:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #200: JIRA-398 feat: add URL config for Select in JsonForm`); +report.push(`2021-06-17T12:54:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: rename properties`); report.push(`2 2 src/ts/pages/AccessRequest/api.ts`); report.push(``); -report.push(`2021-06-17T12:59:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #201: SUBO-398 fix: rename properties`); -report.push(`2021-06-17T14:29:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-394 fix: Table 9 - fix bug with simultaneous triggering of mouseDown and dragStart events`); +report.push(`2021-06-17T12:59:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #201: JIRA-398 fix: rename properties`); +report.push(`2021-06-17T14:29:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-394 fix: Table 9 - fix bug with simultaneous triggering of mouseDown and dragStart events`); report.push(`8 0 src/assets/images/dnd-handler.svg`); report.push(`4 0 src/ts/components/Table/components/Column.tsx`); report.push(`49 19 src/ts/components/Table/components/TableHead.tsx`); @@ -7239,9 +7239,9 @@ report.push(`1 0 src/ts/components/Table/helpers/TableColumn.ts`); report.push(`14 5 src/ts/components/Table/index.scss`); report.push(`17 3 src/ts/pages/Requests/index.tsx`); report.push(``); -report.push(`2021-06-17T14:31:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-394-table-9-added-DnD-handler-to-column-header`); -report.push(`2021-06-17T15:24:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #202: SUBO-394 fix: Table 9 - fix bug with simultaneous triggering of mouseDown and dragStart events`); -report.push(`2021-06-17T17:45:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: change integration with Backend API for Request page`); +report.push(`2021-06-17T14:31:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-394-table-9-added-DnD-handler-to-column-header`); +report.push(`2021-06-17T15:24:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #202: JIRA-394 fix: Table 9 - fix bug with simultaneous triggering of mouseDown and dragStart events`); +report.push(`2021-06-17T17:45:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: change integration with Backend API for Request page`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`1 1 src/ts/interfaces/AccessRequest.ts`); report.push(`7 21 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -7249,13 +7249,13 @@ report.push(`3 12 src/ts/pages/AccessRequest/components/Groups.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/store/AccessRequestStore.ts`); report.push(`5 1 src/ts/pages/AccessRequest/styles/group.scss`); report.push(``); -report.push(`2021-06-17T17:47:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #203: SUBO-398 fix: change integration with Backend API for Request page`); -report.push(`2021-06-18T09:13:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-398 fix: hide help for empty text`); +report.push(`2021-06-17T17:47:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #203: JIRA-398 fix: change integration with Backend API for Request page`); +report.push(`2021-06-18T09:13:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-398 fix: hide help for empty text`); report.push(`26 10 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 1 src/ts/pages/AccessRequest/components/Groups.tsx`); report.push(``); -report.push(`2021-06-18T09:29:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #204: SUBO-398 fix: hide help for empty text`); -report.push(`2021-06-18T11:10:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-453 feat: add road map for requests`); +report.push(`2021-06-18T09:29:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #204: JIRA-398 fix: hide help for empty text`); +report.push(`2021-06-18T11:10:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-453 feat: add road map for requests`); report.push(`13 0 src/ts/interfaces/RequestRoadMap.ts`); report.push(`50 0 src/ts/pages/Requests/components/roadmap/Info.tsx`); report.push(`51 0 src/ts/pages/Requests/components/roadmap/Step.tsx`); @@ -7263,43 +7263,43 @@ report.push(`33 0 src/ts/pages/Requests/components/roadmap/index.tsx`); report.push(`1 0 src/ts/pages/Requests/styles/index.scss`); report.push(`136 0 src/ts/pages/Requests/styles/roadmap.scss`); report.push(``); -report.push(`2021-06-18T12:01:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.1`); +report.push(`2021-06-18T12:01:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.1`); report.push(`1 1 src/ts/pages/Authorization/components/Loading.tsx`); report.push(`8 0 src/ts/pages/Authorization/styles/index.scss`); report.push(`2 2 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); -report.push(`2021-06-18T12:15:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.2`); +report.push(`2021-06-18T12:15:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.2`); report.push(`7 3 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`6 10 src/ts/pages/MainPage/styles/hacks.scss`); report.push(`21 14 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-06-18T12:16:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.2`); +report.push(`2021-06-18T12:16:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.2`); report.push(`2 1 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-06-18T12:26:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.2`); +report.push(`2021-06-18T12:26:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.2`); report.push(`2 2 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-06-18T12:34:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.4`); +report.push(`2021-06-18T12:34:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.4`); report.push(`2 2 src/ts/pages/MainPage/api.ts`); report.push(``); -report.push(`2021-06-18T12:57:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.4`); +report.push(`2021-06-18T12:57:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.4`); report.push(`53 1 src/ts/pages/MainPage/api.ts`); report.push(``); -report.push(`2021-06-18T13:11:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-383 fix: change style by comments from Designer pt. 1.3`); +report.push(`2021-06-18T13:11:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-383 fix: change style by comments from Designer pt. 1.3`); report.push(`8 8 src/ts/pages/MainPage/components/CatalogueItem.tsx`); 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(profile): add terminolodgy store for Request status`); +report.push(`2021-06-18T13:45:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #205: JIRA-453 feat: add road map for requests`); +report.push(`2021-06-18T13:46:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #206: JIRA-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>JIRA-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(profile): add terminolodgy store for Request status`); +report.push(`2021-06-18T16:08:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): created Help page ver.1`); +report.push(`2021-06-18T17:38:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-06-18T18:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #207: JIRA-455 feat(profile): add terminolodgy store for Request status`); +report.push(`2021-06-18T20:10:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,17 +7357,17 @@ 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(profile): integration with backend API for actions`); +report.push(`2021-06-18T20:14:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-06-18T20:16:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: merge with master branche`); -report.push(`2021-06-18T20:29:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: integration with backend API`); +report.push(`2021-06-18T20:16:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: merge with master branche`); +report.push(`2021-06-18T20:29:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: integration with backend API`); report.push(`3 0 src/ts/helpers/http.ts`); report.push(`3 3 src/ts/pages/Requests/api.ts`); report.push(`2 1 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); -report.push(`2021-06-18T22:28:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: add integration with backend API for actions with Request`); +report.push(`2021-06-18T22:28:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: add integration with backend API for actions with Request`); report.push(`5 0 src/ts/interfaces/RequestAvailableActions.ts`); report.push(`1 1 src/ts/pages/Authorization/store/Terminology.ts`); report.push(`5 4 src/ts/pages/Requests/api.ts`); @@ -7376,7 +7376,7 @@ report.push(`1 2 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`5 20 src/ts/pages/Requests/components/item/Header.tsx`); report.push(`7 9 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-06-18T23:12:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: add integration with backend API for actions with Request`); +report.push(`2021-06-18T23:12:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: add integration with backend API for actions with Request`); report.push(`0 167 src/ts/pages/AccessRequest/api.mock.cjs`); report.push(`8 33 src/ts/pages/AccessRequest/api.ts`); report.push(`47 195 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -7395,8 +7395,8 @@ report.push(`1 0 src/ts/pages/Requests/styles/item.scss`); report.push(`0 14 src/ts/pages/Template/components/Breadcrumbs.tsx`); report.push(`1 26 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-06-18T23:40:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #209: SUBO-455 fix: add integration with backend API for actions with Request`); -report.push(`2021-06-19T00:27:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 refactor: added routing logic and fixed bug with DataLoader`); +report.push(`2021-06-18T23:40:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #209: JIRA-455 fix: add integration with backend API for actions with Request`); +report.push(`2021-06-19T00:27:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-456 refactor: added routing logic and fixed bug with DataLoader`); report.push(`5 0 src/ts/pages/Help/api.mock.cjs`); report.push(`27 3 src/ts/pages/Help/api.ts`); report.push(`5 13 src/ts/pages/Help/components/TabContent.tsx`); @@ -7404,11 +7404,11 @@ report.push(`0 32 src/ts/pages/Help/helpers/getMockData.tsx`); report.push(`64 11 src/ts/pages/Help/index.tsx`); report.push(`3 0 src/ts/pages/Notifications/components/NotificationsList.tsx`); report.push(``); -report.push(`2021-06-19T11:34:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: change data in Select User`); +report.push(`2021-06-19T11:34:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: change data in Select User`); 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(profile): add integration with backend API`); +report.push(`2021-06-19T11:40:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #210: JIRA-455 fix: change data in Select User`); +report.push(`2021-06-20T11:56:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-06-20T12:08:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #211: JIRA-454 feat(profile): add integration with backend API`); +report.push(`2021-06-20T19:46:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7469,13 +7469,13 @@ report.push(`11 3 src/ts/pages/Template/store/Template.ts`); report.push(`1 0 src/ts/pages/Template/styles/group.scss`); report.push(`6 3 src/ts/pages/Treatments/TreatmentsList.tsx`); report.push(``); -report.push(`2021-06-20T23:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 fix: deleted console log from NotificationsList`); +report.push(`2021-06-20T23:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-456 fix: deleted console log from NotificationsList`); report.push(`0 3 src/ts/pages/Notifications/components/NotificationsList.tsx`); report.push(``); -report.push(`2021-06-20T23:47:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 fix: corrected setupProxy`); +report.push(`2021-06-20T23:47:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add action from backend`); +report.push(`2021-06-20T23:57:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7501,21 +7501,21 @@ report.push(`0 42 src/ts/pages/Treatments/TreatmentsList.tsx`); report.push(`0 154 src/ts/pages/Treatments/TreatmentsListItem.tsx`); report.push(`11 6 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-21T00:00:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 fix: corrected styles`); +report.push(`2021-06-21T00:00:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add action from backend`); +report.push(`2021-06-21T00:18:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 1 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); -report.push(`2021-06-21T00:20:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-456 docs: put the comment`); +report.push(`2021-06-21T00:20:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(profile): add modal window for reject request`); +report.push(`2021-06-21T09:31:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #212: JIRA-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/JIRA-456 add Help page`); +report.push(`2021-06-21T12:56:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7528,7 +7528,7 @@ report.push(`7 3 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`14 8 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`5 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-21T13:11:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: corrected Treatments style by comment from designer`); +report.push(`2021-06-21T13:11:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: corrected Treatments style by comment from designer`); report.push(`3 0 src/assets/images/status/draft.svg`); report.push(`1 1 src/ts/pages/Authorization/components/Success.tsx`); report.push(`13 36 src/ts/pages/Reconciliations/index.tsx`); @@ -7538,10 +7538,10 @@ report.push(`1 0 src/ts/pages/Requests/components/item/Header.tsx`); report.push(`82 2 src/ts/pages/Requests/components/view/table.tsx`); report.push(`18 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-21T13:20:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: deleted console log`); +report.push(`2021-06-21T13:20:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: deleted console log`); report.push(`0 1 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); -report.push(`2021-06-21T14:12:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: change style by comments from demo`); +report.push(`2021-06-21T14:12:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: change style by comments from demo`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(`17 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`31 22 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); @@ -7552,10 +7552,10 @@ report.push(`30 22 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`4 4 src/ts/pages/Template/components/Template.tsx`); report.push(`1 1 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2021-06-21T14:19:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: corrected margins for breadcrumbs`); +report.push(`2021-06-21T14:19:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: corrected margins for breadcrumbs`); report.push(`1 1 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2021-06-21T14:20:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: add disable for JsonSchema Form`); +report.push(`2021-06-21T14:20:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: add disable for JsonSchema Form`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`6 0 src/ts/components/JsonSchema/components/widgets/Radio.tsx`); @@ -7566,35 +7566,35 @@ report.push(`2 1 src/ts/components/JsonSchema/index.tsx`); report.push(`2 0 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`1 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-06-21T14:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #214: SUBO-383 fix: corrected Treatments style by comment from designer`); -report.push(`2021-06-21T14:21:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #215: SUBO-383 fix: corrected margins for breadcrumbs`); -report.push(`2021-06-21T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: merge with master`); -report.push(`2021-06-21T14:27:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: merge with master`); +report.push(`2021-06-21T14:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #214: JIRA-383 fix: corrected Treatments style by comment from designer`); +report.push(`2021-06-21T14:21:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #215: JIRA-383 fix: corrected margins for breadcrumbs`); +report.push(`2021-06-21T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: merge with master`); +report.push(`2021-06-21T14:27:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: merge with master`); report.push(`1 1 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-06-21T14:31:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #216: SUBO-455 Add modal window for reject request`); -report.push(`2021-06-21T16:09:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: update view for requests`); +report.push(`2021-06-21T14:31:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #216: JIRA-455 Add modal window for reject request`); +report.push(`2021-06-21T16:09:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: update view for requests`); report.push(`4 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 4 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 2 src/ts/pages/Requests/api.ts`); report.push(`20 8 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(``); -report.push(`2021-06-21T16:28:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #217: SUBO-455 fix: update view for requests`); -report.push(`2021-06-21T16:33:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: remove pagination for demo`); +report.push(`2021-06-21T16:28:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #217: JIRA-455 fix: update view for requests`); +report.push(`2021-06-21T16:33:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: remove pagination for demo`); report.push(`0 3 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-21T16:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #218: SUBO-455 fix: remove pagination for demo`); -report.push(`2021-06-21T17:25:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: added NotFound for Help and Notification pages`); +report.push(`2021-06-21T16:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #218: JIRA-455 fix: remove pagination for demo`); +report.push(`2021-06-21T17:25:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: added NotFound for Help and Notification pages`); report.push(`6 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(``); -report.push(`2021-06-21T17:31:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #219: SUBO-383 fix: added NotFound for Help and Notification pages`); -report.push(`2021-06-21T18:02:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: add NotFound, change link, change text by comments from demo`); +report.push(`2021-06-21T17:31:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #219: JIRA-383 fix: added NotFound for Help and Notification pages`); +report.push(`2021-06-21T18:02:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: add NotFound, change link, change text by comments from demo`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 4 src/ts/pages/MainPage/index.tsx`); report.push(`12 0 src/ts/pages/Reconciliations/index.tsx`); report.push(`12 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-21T19:25:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: corrected footer, added NothingFound for Help and Notification pages`); +report.push(`2021-06-21T19:25:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: corrected footer, added NothingFound for Help and Notification pages`); report.push(`6 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/Help/api.ts`); report.push(`33 1 src/ts/pages/Help/components/TabContent.tsx`); @@ -7608,11 +7608,11 @@ report.push(`2 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`4 0 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2021-06-21T19:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: corrected footer for Template page`); +report.push(`2021-06-21T19:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: corrected footer for Template page`); report.push(`2 1 src/ts/pages/Template/styles/form.scss`); report.push(``); -report.push(`2021-06-21T19:45:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #220: SUBO-383 fix: corrected footer, added NothingFound for Help and Notification pages`); -report.push(`2021-06-22T10:18:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: change style by comments from demo`); +report.push(`2021-06-21T19:45:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #220: JIRA-383 fix: corrected footer, added NothingFound for Help and Notification pages`); +report.push(`2021-06-22T10:18:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: change style by comments from demo`); report.push(`1 3 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`5 3 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`2 0 src/ts/pages/MainPage/styles/index.scss`); @@ -7620,33 +7620,33 @@ report.push(`1 0 src/ts/pages/MainPage/styles/task.scss`); report.push(`2 0 src/ts/pages/News/styles/index.scss`); report.push(`5 0 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2021-06-22T10:51:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: change icon on main by comments from design`); +report.push(`2021-06-22T10:51:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: change icon on main by comments from design`); report.push(`16 10 src/ts/pages/MainPage/components/CatalogueItem.tsx`); report.push(`36 6 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(`15 0 src/ts/pages/MainPage/styles/hacks.scss`); report.push(``); -report.push(`2021-06-22T10:53:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-455 fix: merge with demo`); -report.push(`2021-06-22T10:56:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #221: SUBO-455 Fix style by comments from demo`); -report.push(`2021-06-22T11:07:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: replaced NothingFound icon for Notification, added mock data for News`); +report.push(`2021-06-22T10:53:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-455 fix: merge with demo`); +report.push(`2021-06-22T10:56:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #221: JIRA-455 Fix style by comments from demo`); +report.push(`2021-06-22T11:07:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: replaced NothingFound icon for Notification, added mock data for News`); report.push(`57 0 src/assets/images/nothing-found/notification.svg`); report.push(`11 4 src/ts/pages/News/api.ts`); report.push(`25 1 src/ts/pages/News/components/NewsList.tsx`); report.push(`4 3 src/ts/pages/Notifications/index.tsx`); report.push(``); -report.push(`2021-06-22T11:22:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-383 fix: fixed requests for mock data for News`); +report.push(`2021-06-22T11:22:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-383 fix: fixed requests for mock data for News`); 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(OIR): change style by comments on Demo`); +report.push(`2021-06-22T11:30:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-06-22T11:31:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #222: JIRA-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/JIRA-383 fix style by comments from Designer`); +report.push(`2021-06-24T12:25:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`14 21 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`6 6 src/ts/components/DataLoader/store/index.test.ts`); @@ -7656,10 +7656,10 @@ report.push(`2 4 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Catalogue/index.tsx`); report.push(`5 0 src/ts/pages/Treatments/index.tsx`); 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(`2021-06-24T12:28:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): created LazyScroll component`); +report.push(`2021-06-24T14:28:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -7668,30 +7668,30 @@ report.push(`1 0 src/ts/components/Select/styles/index.scss`); report.push(`3 2 src/ts/pages/Authorization/api.ts`); report.push(`12 8 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-06-24T15:32:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-446 fix: prevent new request while scrolling up`); +report.push(`2021-06-24T15:32:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-446 fix: prevent new request while scrolling up`); report.push(`4 1 src/ts/components/DataLoader/paginators/LazyScroll.tsx`); report.push(``); -report.push(`2021-06-24T15:58:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-446 fix: renamed component name`); +report.push(`2021-06-24T15:58:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-446 fix: renamed component name`); report.push(`4 4 src/ts/components/DataLoader/paginators/{LazyScroll.tsx => InfiniteScroll.tsx}`); report.push(`3 3 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-06-24T15:59:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #225: SUBO-514 fix: change logic in pagination and authorization for remove double request and Error in React`); -report.push(`2021-06-24T16:01:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-446-implement-endless-scroll-for-DropDown`); -report.push(`2021-06-24T16:03:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-446 fix: renamed class name`); +report.push(`2021-06-24T15:59:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #225: JIRA-514 fix: change logic in pagination and authorization for remove double request and Error in React`); +report.push(`2021-06-24T16:01:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-446-implement-endless-scroll-for-DropDown`); +report.push(`2021-06-24T16:03:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-446 fix: renamed class name`); report.push(`1 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`1 1 src/ts/components/DataLoader/styles/index.scss`); report.push(``); -report.push(`2021-06-24T16:46:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #226: Feature/SUBO-446 implement InfiniteScroll for Select`); -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(`2021-06-24T16:46:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #226: Feature/JIRA-446 implement InfiniteScroll for Select`); +report.push(`2021-06-25T10:26:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): added calculation of Select menu placement`); +report.push(`2021-06-25T13:18:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): add auto validation for Form`); +report.push(`2021-06-25T14:07:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,38 +7705,38 @@ 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(faq): errors in console`); +report.push(`2021-06-25T14:34:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): 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>JIRA-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(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(`2021-06-25T15:40:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #227: JIRA-447 feat(traffic chart): added calculation of Select menu placement`); +report.push(`2021-06-25T16:13:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2021-06-25T16:16:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #228: SUBO-517 Fix validation in Forms`); -report.push(`2021-06-28T11:27:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: add update loader in Select`); +report.push(`2021-06-25T16:16:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #228: JIRA-517 Fix validation in Forms`); +report.push(`2021-06-28T11:27:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: add update loader in Select`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); 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(profile): add Local search for Main page`); +report.push(`2021-06-28T11:28:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`28 0 src/ts/snippets/Header/styles/hacks.scss`); report.push(`1 0 src/ts/snippets/Header/styles/index.scss`); report.push(``); -report.push(`2021-06-28T11:36:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #229: SUBO-515 Fix Select and add Local Search`); -report.push(`2021-06-28T18:40:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-518 fix: added buttons to Reconciliations page, binded backend API`); +report.push(`2021-06-28T11:36:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #229: JIRA-515 Fix Select and add Local Search`); +report.push(`2021-06-28T18:40:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-518 fix: added buttons to Reconciliations page, binded backend API`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`1 0 src/ts/components/Table/components/MasterCheckbox.tsx`); report.push(`20 7 src/ts/components/Table/components/templates/CellCheckbox.tsx`); @@ -7751,10 +7751,10 @@ report.push(`10 2 src/ts/pages/Requests/components/view/table.tsx`); report.push(`22 2 src/ts/pages/Requests/styles/index.scss`); report.push(`14 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-28T18:46:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-518 fix: add setActiveRequest to ButtonsWrapper`); +report.push(`2021-06-28T18:46:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-518 fix: add setActiveRequest to ButtonsWrapper`); report.push(`1 0 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(``); -report.push(`2021-06-28T20:36:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-518 refactor: deleted useless condition in the Reconciliations index.tsx`); +report.push(`2021-06-28T20:36:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-518 refactor: deleted useless condition in the Reconciliations index.tsx`); report.push(`3 9 src/ts/components/Table/index.tsx`); report.push(`8 5 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`11 17 src/ts/pages/Reconciliations/index.tsx`); @@ -7765,22 +7765,22 @@ report.push(`1 1 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`1 5 src/ts/pages/Requests/components/view/table.tsx`); report.push(`0 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-29T09:43:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #231: Bugfix/SUBO-518 bind the reconciliations table to backend API`); -report.push(`2021-06-29T11:09:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update mock (pt 2.1)`); +report.push(`2021-06-29T09:43:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #231: Bugfix/JIRA-518 bind the reconciliations table to backend API`); +report.push(`2021-06-29T11:09:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update mock (pt 2.1)`); report.push(`17 33 src/setupProxy.js`); report.push(`163 16 src/ts/pages/Requests/api.mock.cjs`); report.push(`180 152 src/ts/pages/Template/api.mock.cjs`); report.push(``); -report.push(`2021-06-29T11:58:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-513 fix: change array type on JSON schema form`); +report.push(`2021-06-29T11:58:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-513 fix: change array type on JSON schema form`); report.push(`11 4 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`23 0 src/ts/pages/Template/api.mock.cjs`); report.push(``); -report.push(`2021-06-29T16:21:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #232: SUBO-513 Change array type in JSON schema Form`); +report.push(`2021-06-29T16:21:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #232: JIRA-513 Change array type in JSON schema Form`); report.push(`2021-06-29T18:50:11+03:00>Victor Viktorovich>viktorovich@mail.com>Add locations for sm and calculations`); report.push(`18 1 nginx.conf`); report.push(``); report.push(`2021-06-30T09:36:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #233: Add locations for sm and calculations`); -report.push(`2021-06-30T10:48:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-512 feat: change routing in treatments, fix style by design`); +report.push(`2021-06-30T10:48:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-512 feat: change routing in treatments, fix style by design`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`1 1 src/ts/helpers/HttpMock.cjs`); @@ -7791,25 +7791,25 @@ report.push(`2 5 src/ts/pages/Requests/api.ts`); report.push(`1 1 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`74 83 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-06-30T11:05:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: replace request for Users, fix pagination in Infinite scroll`); +report.push(`2021-06-30T11:05:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: replace request for Users, fix pagination in Infinite scroll`); report.push(`1 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`1 1 src/ts/pages/Authorization/api.ts`); report.push(`4 0 src/ts/pages/Reconciliations/index.scss`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(`0 0 src/ts/snippets/Header/helpers/{search.ts => searchCategories.ts}`); report.push(``); -report.push(`2021-06-30T14:38:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-509 feat: added ErrorBoundary component and unhandlerejection listener for async requests`); +report.push(`2021-06-30T14:38:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-509 feat: added ErrorBoundary component and unhandlerejection listener for async requests`); report.push(`33 11 src/setupProxy.js`); report.push(`49 0 src/ts/components/ErrorBoundary/ErrorBoundary.tsx`); report.push(`15 0 src/ts/components/ErrorBoundary/useAsyncError.ts`); report.push(`56 2 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2021-06-30T14:49:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #234: SUBO-512 Change routing in treatments`); -report.push(`2021-06-30T14:52:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-509-add-notification-to-display-errors`); -report.push(`2021-06-30T16:04:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-509 fix: corrected notification message`); +report.push(`2021-06-30T14:49:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #234: JIRA-512 Change routing in treatments`); +report.push(`2021-06-30T14:52:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-509-add-notification-to-display-errors`); +report.push(`2021-06-30T16:04:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): add icons for Rquest status`); +report.push(`2021-06-30T17:47:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7852,32 +7852,32 @@ report.push(`1 1 src/setupProxy.js`); report.push(`5 3 src/ts/pages/Requests/components/item/Header.tsx`); report.push(`17 18 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-06-30T18:59:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-509 fix: corrected event listener addition and removing logic`); +report.push(`2021-06-30T18:59:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-509 fix: corrected event listener addition and removing logic`); report.push(`10 9 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2021-07-01T09:53:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update default User in Template`); +report.push(`2021-07-01T09:53:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update default User in Template`); report.push(`4 6 src/ts/pages/Template/api.ts`); report.push(`6 3 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2021-07-01T09:54:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update default User in Template`); +report.push(`2021-07-01T09:54:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update default User in Template`); 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(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(`2021-07-01T09:56:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #235: JIRA-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: JIRA-515 fix: update default User in Template`); +report.push(`2021-07-01T10:14:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-511 fix(AIS): merge with develop`); +report.push(`2021-07-01T10:31:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-07-01T10:39:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-511 feat: update color for Request status`); +report.push(`2021-07-01T10:39:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-511 feat: update color for Request status`); 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(AIS): update tool position because Error alert blocked this`); +report.push(`2021-07-01T10:44:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-07-01T15:30:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 refactor: add RequestStyle component`); +report.push(`2021-07-01T10:53:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #237: JIRA-511 Add icons for Requests status`); +report.push(`2021-07-01T15:30:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 refactor: add RequestStyle component`); report.push(`37 0 src/ts/components/RequestStatus/index.scss`); report.push(`35 0 src/ts/components/RequestStatus/index.tsx`); report.push(`1 0 src/ts/components/index.scss`); @@ -7885,15 +7885,15 @@ report.push(`8 4 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`6 22 src/ts/pages/Requests/components/item/Header.tsx`); report.push(`0 33 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-07-01T15:43:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: change style for pt. 5.3`); +report.push(`2021-07-01T15:43:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: change style for pt. 5.3`); report.push(`1 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`1 1 src/ts/pages/Catalogue/styles/index.scss`); report.push(`1 1 src/ts/pages/MainPage/styles/index.scss`); 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(profile): add validation for Group on RequestPage`); +report.push(`2021-07-02T09:41:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #238: JIRA-515 Refactor and fix style by comments from Designer`); +report.push(`2021-07-02T10:25:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -7902,14 +7902,14 @@ report.push(`3 1 src/ts/pages/Template/styles/form.scss`); report.push(`5 3 src/ts/pages/Template/styles/hacks.scss`); report.push(`0 4 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-07-02T10:31:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: add link on new request`); +report.push(`2021-07-02T10:31:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: add link on new request`); report.push(`9 3 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(``); -report.push(`2021-07-02T11:03:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-510 fix: update rule for import static files`); +report.push(`2021-07-02T11:03:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-510 fix: update rule for import static files`); report.push(`1 1 package.json`); report.push(``); -report.push(`2021-07-02T12:47:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #239: SUBO-515 Add validation for Group on RequestPage`); -report.push(`2021-07-02T13:05:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-452 refactor: fixed bugs, added comments and missing TS types`); +report.push(`2021-07-02T12:47:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #239: JIRA-515 Add validation for Group on RequestPage`); +report.push(`2021-07-02T13:05:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-452 refactor: fixed bugs, added comments and missing TS types`); report.push(`2 2 src/setupProxy.js`); report.push(`24 23 src/ts/components/Table/components/Column.tsx`); report.push(`1 1 src/ts/components/Table/components/ContextMenu.tsx`); @@ -7934,11 +7934,11 @@ 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(OIR): fixed setupProxy`); +report.push(`2021-07-02T13:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-07-05T10:32:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: change style for Request`); +report.push(`2021-07-05T08:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #240: Bugfix/JIRA-452 table 11 bugs fixing and refactoring`); +report.push(`2021-07-05T10:32:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: change style for Request`); report.push(`2 0 src/ts/pages/Catalogue/styles/banner.scss`); report.push(`4 0 src/ts/pages/Reconciliations/index.scss`); report.push(`1 0 src/ts/pages/Reconciliations/index.tsx`); @@ -7946,57 +7946,57 @@ report.push(`4 0 src/ts/pages/Requests/styles/index.scss`); report.push(`3 1 src/ts/pages/Template/styles/group.scss`); report.push(`1 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-05T10:38:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #241: SUBO-515 fix: change style for Request`); -report.push(`2021-07-05T12:28:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-515 fix: corrected style for Footer`); +report.push(`2021-07-05T10:38:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #241: JIRA-515 fix: change style for Request`); +report.push(`2021-07-05T12:28:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-515 fix: corrected style for Footer`); report.push(`41 33 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`46 23 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2021-07-05T15:48:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #242: SUBO-515 fix: corrected style for Footer`); -report.push(`2021-07-05T16:20:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-515 fix: corrected size of NothingFound component, made it adaptive`); +report.push(`2021-07-05T15:48:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #242: JIRA-515 fix: corrected style for Footer`); +report.push(`2021-07-05T16:20:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-515 fix: corrected size of NothingFound component, made it adaptive`); report.push(`1 1 src/ts/components/NothingFound/index.scss`); report.push(`4 0 src/ts/components/NothingFound/index.tsx`); report.push(`1 1 src/ts/pages/Help/index.scss`); report.push(`1 0 src/ts/pages/Notifications/index.tsx`); report.push(`17 11 src/ts/pages/Notifications/styles/index.scss`); report.push(``); -report.push(`2021-07-05T16:50:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #243: SUBO-515 fix: corrected size of NothingFound component, made it adaptive`); -report.push(`2021-07-05T17:02:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-515 fix: corrected NothingFound proccesing in the TaskBoard component`); +report.push(`2021-07-05T16:50:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #243: JIRA-515 fix: corrected size of NothingFound component, made it adaptive`); +report.push(`2021-07-05T17:02:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-515 fix: corrected NothingFound proccesing in the TaskBoard component`); report.push(`4 1 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(``); -report.push(`2021-07-05T17:05:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #244: SUBO-515 fix: corrected NothingFound proccesing in the TaskBoard component`); -report.push(`2021-07-05T17:52:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: add hacks for demo`); +report.push(`2021-07-05T17:05:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #244: JIRA-515 fix: corrected NothingFound proccesing in the TaskBoard component`); +report.push(`2021-07-05T17:52:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: add hacks for demo`); report.push(`1 0 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`5 3 src/ts/pages/Authorization/store/NotificationStore.ts`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-05T18:10:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: change URL and Text for requests status`); +report.push(`2021-07-05T18:10:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: change URL and Text for requests status`); report.push(`17 1 src/ts/components/RequestStatus/index.tsx`); report.push(`2 6 src/ts/pages/Requests/components/item/Info.tsx`); report.push(``); -report.push(`2021-07-05T18:21:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: change text for requests status`); +report.push(`2021-07-05T18:21:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: change text for requests status`); report.push(`9 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(``); -report.push(`2021-07-05T18:24:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: change style for not found block on MainPage`); +report.push(`2021-07-05T18:24:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: change style for not found block on MainPage`); report.push(`2 0 src/ts/pages/MainPage/index.tsx`); report.push(`4 0 src/ts/pages/MainPage/styles/task.scss`); report.push(``); -report.push(`2021-07-05T18:30:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update SuccessPage by design`); +report.push(`2021-07-05T18:30:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update SuccessPage by design`); report.push(`62 41 src/assets/images/success-request.svg`); report.push(`4 4 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(`6 6 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`3 3 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2021-07-05T18:39:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update LoaderBuilder for Select in JSONSchema`); +report.push(`2021-07-05T18:39:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update LoaderBuilder for Select in JSONSchema`); report.push(`2 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(``); -report.push(`2021-07-05T18:46:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update style for full card`); +report.push(`2021-07-05T18:46:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update style for full card`); report.push(`1 1 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`4 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-07-05T18:49:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #245: SUBO-515 Fix code style for demo`); -report.push(`2021-07-06T10:33:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 refactor: change style access groups, add required, pt.7`); +report.push(`2021-07-05T18:49:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #245: JIRA-515 Fix code style for demo`); +report.push(`2021-07-06T10:33:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 refactor: change style access groups, add required, pt.7`); report.push(`5 7 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`5 2 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(`0 64 src/ts/pages/Requests/components/item/Groups.tsx`); @@ -8007,30 +8007,30 @@ report.push(`0 2 src/ts/pages/Template/components/Template.tsx`); report.push(`8 1 src/ts/pages/Template/store/Template.ts`); report.push(`9 1 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-07-06T10:34:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 refactor: change style access groups, add required, pt.7`); +report.push(`2021-07-06T10:34:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 refactor: change style access groups, add required, pt.7`); report.push(`0 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-07-06T10:42:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-515 fix: update refresh tokens`); +report.push(`2021-07-06T10:42:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-515 fix: update refresh tokens`); 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(OIR): corrected style for table`); +report.push(`2021-07-06T11:01:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #246: JIRA-515 Refactor access groups pt 7`); +report.push(`2021-07-06T12:47:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): corrected style for table`); +report.push(`2021-07-06T12:48:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): fixed bug with columns visibility in the Settings`); +report.push(`2021-07-06T13:00:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): fixed bug with localStorage`); +report.push(`2021-07-06T17:04:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-07-06T17:27:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #247: Bugfix/SUBO-452 table 11 refactor and fix bugs`); -report.push(`2021-07-07T12:44:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-549 feat: add Search page`); +report.push(`2021-07-06T17:27:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #247: Bugfix/JIRA-452 table 11 refactor and fix bugs`); +report.push(`2021-07-07T12:44:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-549 feat: add Search page`); report.push(`0 1 src/styles/index.scss`); report.push(`5 0 src/ts/interfaces/SearchResult.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.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(profile): 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>JIRA-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`); @@ -8061,9 +8061,9 @@ report.push(`37 0 src/ts/pages/Profile/styles/index.scss`); 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(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(`2021-07-07T19:06:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #248: JIRA-549 feat: add Search page`); +report.push(`2021-07-08T09:35:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #249: JIRA-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>JIRA-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`); report.push(`6 30 src/ts/pages/Requests/components/item/index.tsx`); @@ -8071,16 +8071,16 @@ report.push(`6 1 src/ts/pages/Requests/styles/item.scss`); report.push(`8 5 src/ts/pages/Template/components/Groups.tsx`); report.push(`4 3 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-07-08T10:55:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-585 refactor: add DataLoader inside card, fix style by design`); +report.push(`2021-07-08T10:55:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-585 refactor: add DataLoader inside card, fix style by design`); report.push(`6 6 src/ts/pages/Requests/components/item/DynamicPart.tsx`); 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(Excel): add hidden token refresh`); +report.push(`2021-07-08T17:24:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): created the list of accesses in the form of cards`); +report.push(`2021-07-08T22:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -8100,22 +8100,22 @@ report.push(`17 0 src/ts/pages/Profile/styles/main.scss`); 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(faq): added PlusSolid icon form Admiral`); +report.push(`2021-07-08T22:57:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #250: JIRA-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>JIRA-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(Excel): add hidden token refresh`); +report.push(`2021-07-09T08:48:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #251: Feature/JIRA-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>JIRA-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(Excel): add hidden token refresh`); +report.push(`2021-07-09T09:20:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-07-09T14:12:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 feat: add modal view for feedback`); +report.push(`2021-07-09T09:33:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #252: JIRA-586 Add hidden token refresh`); +report.push(`2021-07-09T14:12:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 feat: add modal view for feedback`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`7 4 src/ts/pages/Reconciliations/index.tsx`); report.push(`19 9 src/ts/pages/Requests/components/RequestsList.tsx`); @@ -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(Excel): 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>JIRA-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`); @@ -8146,9 +8146,9 @@ report.push(`4 4 src/ts/pages/Profile/view/List.tsx`); 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(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(`2021-07-09T17:04:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #253: JIRA-550 feat: add modal view for feedback`); +report.push(`2021-07-12T09:49:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #254: JIRA-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>JIRA-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`); @@ -8156,38 +8156,38 @@ report.push(`25 4 src/ts/pages/Profile/components/TabContent.tsx`); report.push(`28 2 src/ts/pages/Profile/styles/hacks.scss`); report.push(`5 1 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); -report.push(`2021-07-12T14:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 fix: corrected interface name`); +report.push(`2021-07-12T14:15:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-506 fix: corrected interface name`); 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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T14:32:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #255: Feature/JIRA-506 add modal window and refactor`); +report.push(`2021-07-12T15:34:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T15:43:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T15:52:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T16:07:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T16:13:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T16:44:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new UI Kit in project`); +report.push(`2021-07-12T16:49:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`5 1 Dockerfile`); report.push(``); -report.push(`2021-07-12T17:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 fix: fixed bug with pagination`); +report.push(`2021-07-12T17:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-506 fix: fixed bug with pagination`); report.push(`12 3 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/Profile/api.ts`); report.push(`2 2 src/ts/pages/Profile/components/FullCard.tsx`); @@ -8196,7 +8196,7 @@ report.push(`2 2 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(`1 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-12T18:04:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-506 fix: fixed activeAccessId name`); +report.push(`2021-07-12T18:04:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-506 fix: fixed activeAccessId name`); report.push(`1 1 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(`2 2 src/ts/pages/Profile/components/ShortCard.tsx`); report.push(``); @@ -8206,12 +8206,12 @@ report.push(``); report.push(`2021-07-12T19:12:00+03:00>Lee Key777>lee@mail.ch>mistake in sctrict-ssl. need strict-ssl`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-07-13T09:14:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #256: SUBO-506 fix: fixed bug with pagination`); -report.push(`2021-07-13T09:27:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #257: SUBO-546 Add new UI Kit in package`); -report.push(`2021-07-13T11:15:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-546 docs: added comment`); +report.push(`2021-07-13T09:14:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #256: JIRA-506 fix: fixed bug with pagination`); +report.push(`2021-07-13T09:27:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #257: JIRA-546 Add new UI Kit in package`); +report.push(`2021-07-13T11:15:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-546 docs: added comment`); report.push(`1 0 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(``); -report.push(`2021-07-13T12:36:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 refactor: change UI Kit for modal window`); +report.push(`2021-07-13T12:36:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 refactor: change UI Kit for modal window`); report.push(`12 10 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`10 8 src/ts/components/ErrorBoundary/ErrorBoundary.tsx`); report.push(`4 5 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -8221,7 +8221,7 @@ report.push(`66 49 src/ts/pages/Requests/components/modal/Feedback.tsx`); report.push(`0 20 src/ts/pages/Requests/styles/hacks.scss`); report.push(`14 11 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-13T13:08:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 refactor: change UI Kit fot checkboxes`); +report.push(`2021-07-13T13:08:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 refactor: change UI Kit fot checkboxes`); report.push(`17 13 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`16 13 src/ts/components/Table/components/MasterCheckbox.tsx`); report.push(`9 6 src/ts/components/Table/components/templates/CellCheckbox.tsx`); @@ -8233,70 +8233,70 @@ report.push(`27 26 src/ts/pages/Profile/components/FullCard.tsx`); report.push(`11 9 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`7 4 src/ts/pages/Requests/components/item/Buttons.tsx`); report.push(``); -report.push(`2021-07-13T13:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 refactor: change UI Kit for Toast`); +report.push(`2021-07-13T13:16:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 refactor: change UI Kit for Toast`); report.push(`10 7 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2021-07-13T13:51:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 refactor: change UI Kit for tabs`); +report.push(`2021-07-13T13:51:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 refactor: change UI Kit for tabs`); report.push(`7 6 src/ts/components/DataLoader/Loading.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/LoadMore.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/ShowAll.tsx`); report.push(`4 0 src/ts/pages/Help/index.scss`); report.push(`36 65 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2021-07-13T15:21:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 refactor: change UI Kit for tags`); +report.push(`2021-07-13T15:21:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 refactor: change UI Kit for tags`); report.push(`7 6 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`10 9 src/ts/pages/MainPage/styles/task.scss`); report.push(`17 12 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`47 28 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-13T23:12:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-609 fix: fixed bugs with localStorage for reconciliations table`); +report.push(`2021-07-13T23:12:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-609 fix: fixed bugs with localStorage for reconciliations table`); report.push(`4 8 src/ts/components/Table/components/Settings.tsx`); report.push(`4 6 src/ts/components/Table/helpers/getColumnConfigs.ts`); report.push(`41 12 src/ts/components/Table/helpers/updateLocalStorage.ts`); report.push(`6 7 src/ts/components/Table/index.tsx`); report.push(`2 2 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-07-13T23:17:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #258: SUBO-546 Change components from Old UI: modal, tabs, toast, buttons`); -report.push(`2021-07-14T09:20:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #259: SUBO-609 fix: fixed bugs with localStorage for reconciliations table`); -report.push(`2021-07-14T09:59:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: sort favorites by materializedPath`); +report.push(`2021-07-13T23:17:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #258: JIRA-546 Change components from Old UI: modal, tabs, toast, buttons`); +report.push(`2021-07-14T09:20:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #259: JIRA-609 fix: fixed bugs with localStorage for reconciliations table`); +report.push(`2021-07-14T09:59:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: sort favorites by materializedPath`); report.push(`24 34 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`13 1 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(``); -report.push(`2021-07-14T10:02:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #260: SUBO-609 fix: sort favorites by materializedPath`); -report.push(`2021-07-14T10:26:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-546 fix: add theme on Request page`); +report.push(`2021-07-14T10:02:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #260: JIRA-609 fix: sort favorites by materializedPath`); +report.push(`2021-07-14T10:26:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-546 fix: add theme on Request page`); report.push(`55 52 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-14T10:53:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #261: SUBO-546 fix: add theme on Request page`); -report.push(`2021-07-14T11:12:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 feat: add component Rating`); +report.push(`2021-07-14T10:53:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #261: JIRA-546 fix: add theme on Request page`); +report.push(`2021-07-14T11:12:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 feat: add component Rating`); report.push(`94 0 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); report.push(`21 0 src/ts/components/Rating/index.scss`); report.push(`69 0 src/ts/components/Rating/index.tsx`); report.push(`1 0 src/ts/components/index.scss`); report.push(`9 0 src/ts/pages/Requests/components/modal/Feedback.tsx`); report.push(``); -report.push(`2021-07-14T11:25:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: add filters in request for treatments`); +report.push(`2021-07-14T11:25:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: add filters in request for treatments`); report.push(`2 2 src/ts/pages/Profile/api.ts`); report.push(`12 1 src/ts/pages/Requests/api.ts`); report.push(`1 1 src/ts/pages/Search/api.ts`); report.push(``); -report.push(`2021-07-14T11:42:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: add filters in request for treatments`); +report.push(`2021-07-14T11:42:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: add filters in request for treatments`); report.push(`5 2 src/ts/pages/Profile/api.ts`); report.push(`4 8 src/ts/pages/Requests/api.ts`); report.push(`3 2 src/ts/pages/Search/api.ts`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-14T11:54:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #262: SUBO-609 Add filters in request for treatments`); -report.push(`2021-07-14T12:00:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 feat: add save in draft`); +report.push(`2021-07-14T11:54:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #262: JIRA-609 Add filters in request for treatments`); +report.push(`2021-07-14T12:00:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 feat: add save in draft`); report.push(`1 1 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-07-14T12:04:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 feat: add save in draft`); +report.push(`2021-07-14T12:04:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 feat: add save in draft`); report.push(`3 3 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-07-14T12:10:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 fix: merge with master`); -report.push(`2021-07-14T12:11:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #263: SUBO-609 Add save in draft`); -report.push(`2021-07-14T12:55:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 feat: add integration with API for feedback`); +report.push(`2021-07-14T12:10:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 fix: merge with master`); +report.push(`2021-07-14T12:11:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #263: JIRA-609 Add save in draft`); +report.push(`2021-07-14T12:55:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 feat: add integration with API for feedback`); report.push(`2 2 src/ts/components/Rating/index.scss`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`24 10 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -8305,7 +8305,7 @@ report.push(`5 39 src/ts/pages/Requests/components/modal/Feedback.tsx`); report.push(`40 0 src/ts/pages/Requests/components/modal/FeedbackForm.tsx`); report.push(`4 5 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-07-15T12:20:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 feat: add component Rating`); +report.push(`2021-07-15T12:20:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 feat: add component Rating`); report.push(`16 9 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`4 4 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); report.push(`6 1 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -8323,12 +8323,12 @@ report.push(`79 0 src/ts/pages/Requests/store/Feedback.ts`); report.push(`0 15 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-07-15T12:38:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-550 feat: add integration with backend for Assessment`); +report.push(`2021-07-15T12:38:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-550 feat: add integration with backend for Assessment`); report.push(`2 2 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`14 4 src/ts/pages/Requests/components/item/Buttons.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/FullItem.tsx`); report.push(``); -report.push(`2021-07-15T13:00:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-542 feat: added the ability to expand rows`); +report.push(`2021-07-15T13:00:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-542 feat: added the ability to expand rows`); report.push(`106 0 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`1 1 src/ts/components/Table/components/Column.tsx`); report.push(`8 4 src/ts/components/Table/components/MasterCheckbox.tsx`); @@ -8351,12 +8351,12 @@ report.push(`13 3 src/ts/components/Table/{ => styles}/index.scss`); 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(OIR): corrected eye icon`); +report.push(`2021-07-15T13:20:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #264: Feature/JIRA-550 Add component Rating, integration with backend for Feedback`); +report.push(`2021-07-15T14:24:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add integration with backend for Roadmap`); +report.push(`2021-07-15T16:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #265: JIRA-542 feat: added the ability to expand rows`); +report.push(`2021-07-16T09:21:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,17 +8380,17 @@ 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(profile): add integration with backend for Roadmap`); +report.push(`2021-07-16T09:34:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-07-16T09:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #266: JIRA-555 feat(profile): add integration with backend for Roadmap`); +report.push(`2021-07-16T10:01:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-07-16T11:58:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-630 feat: created filter panel in the requests pages`); report.push(`6 0 src/ts/pages/Reconciliations/index.tsx`); report.push(`9 2 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`13 0 src/ts/pages/Requests/components/RequestsList.tsx`); @@ -8399,10 +8399,10 @@ report.push(`73 0 src/ts/pages/Requests/styles/filter.scss`); report.push(`1 0 src/ts/pages/Requests/styles/index.scss`); report.push(`5 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-16T12:07:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-630 fix: added style variable`); +report.push(`2021-07-16T12:07:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add send Email`); +report.push(`2021-07-16T12:08:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -8420,16 +8420,16 @@ report.push(`30 0 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`5 1 src/ts/snippets/RequestStatus/index.tsx`); 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(profile): change style for RoadMap`); +report.push(`2021-07-16T12:10:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #267: Feature/JIRA-630 layout filter window for requests pages`); +report.push(`2021-07-16T12:13:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #268: JIRA-555 Fix layout for RoadMap, add send Email`); +report.push(`2021-07-16T12:53:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-07-16T14:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #269: JIRA-555 feat(profile): change style for RoadMap`); +report.push(`2021-07-18T21:12:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,31 +8470,31 @@ 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(profile): add hacks for RoadMap`); +report.push(`2021-07-18T21:21:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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)`); +report.push(`2021-07-18T23:09:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change task board on Main page (3.1, 3.2)`); report.push(`15 14 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`37 24 src/ts/pages/MainPage/components/tasks/Header.tsx`); report.push(`3 5 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-07-18T23:26:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change task board on Main page (3.2, 5)`); +report.push(`2021-07-18T23:26:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change task board on Main page (3.2, 5)`); report.push(`10 2 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`1 0 src/ts/interfaces/Pagination.ts`); report.push(`11 11 src/ts/pages/MainPage/components/tasks/Board.tsx`); report.push(`14 13 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-18T23:33:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change validations for group of roles (pt. 6)`); +report.push(`2021-07-18T23:33:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change validations for group of roles (pt. 6)`); report.push(`25 3 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-07-18T23:36:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: return old pagination`); +report.push(`2021-07-18T23:36:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: return old pagination`); report.push(`13 14 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-18T23:55:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change pagination for requests (pt. 5)`); +report.push(`2021-07-18T23:55:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change pagination for requests (pt. 5)`); report.push(`23 2 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-07-19T09:28:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #270: SUBO-555, SUBO-609 - Add hacks for RoadMaps, fix bugs`); -report.push(`2021-07-19T11:50:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: add favorite for catalogue`); +report.push(`2021-07-19T09:28:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #270: JIRA-555, JIRA-609 - Add hacks for RoadMaps, fix bugs`); +report.push(`2021-07-19T11:50:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: add favorite for catalogue`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(`7 9 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`5 7 src/ts/pages/Catalogue/components/Categories.tsx`); @@ -8507,16 +8507,16 @@ report.push(`35 4 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(`14 1 src/ts/pages/Catalogue/styles/hacks.scss`); report.push(`19 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-07-19T12:08:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: add favorite for catalogue`); +report.push(`2021-07-19T12:08:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: add favorite for catalogue`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); report.push(`19 10 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-07-19T12:17:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #271: SUBO-609 Add favorites for catalogue`); -report.push(`2021-07-19T12:24:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-609 fix: prevented column resizing if there is no table scroll`); +report.push(`2021-07-19T12:17:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #271: JIRA-609 Add favorites for catalogue`); +report.push(`2021-07-19T12:24:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-609 fix: prevented column resizing if there is no table scroll`); report.push(`40 2 src/ts/components/Table/components/TableHead.tsx`); report.push(`11 1 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-07-19T13:19:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-558 fix: change hacks for backend`); +report.push(`2021-07-19T13:19:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-558 fix: change hacks for backend`); report.push(`1 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`5 16 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`4 2 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); @@ -8528,24 +8528,24 @@ report.push(`3 3 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(``); -report.push(`2021-07-19T13:24:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #274: SUBO-609 Change text and style by comments from design`); -report.push(`2021-07-19T14:21:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-609 fix: added logic for adapting table to window size`); +report.push(`2021-07-19T13:24:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #274: JIRA-609 Change text and style by comments from design`); +report.push(`2021-07-19T14:21:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-609 fix: added logic for adapting table to window size`); report.push(`32 0 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(`20 24 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2021-07-19T14:30:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-609 fix: renamed function name`); +report.push(`2021-07-19T14:30:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-609 fix: renamed function name`); report.push(`3 3 src/ts/components/Table/components/TableHead.tsx`); report.push(``); -report.push(`2021-07-19T15:26:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: bugs by comments from demo`); +report.push(`2021-07-19T15:26:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: bugs by comments from demo`); report.push(`1 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`2 2 src/ts/pages/Requests/api.ts`); report.push(`3 1 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`8 2 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); -report.push(`2021-07-19T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #275: Bugfix/SUBO-609 make reconciliations table adaptive`); -report.push(`2021-07-19T15:27:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #276: SUBO-609 fix: bugs by comments from demo`); -report.push(`2021-07-19T18:09:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-558 fix: done the 4th point of comment form Designer`); +report.push(`2021-07-19T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #275: Bugfix/JIRA-609 make reconciliations table adaptive`); +report.push(`2021-07-19T15:27:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #276: JIRA-609 fix: bugs by comments from demo`); +report.push(`2021-07-19T18:09:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-558 fix: done the 4th point of comment form Designer`); report.push(`3 6 src/ts/components/Table/components/TableBody.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/index.tsx`); report.push(`12 7 src/ts/pages/Requests/components/ControlPanel.tsx`); @@ -8553,8 +8553,8 @@ report.push(`3 4 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`0 6 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`4 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-07-20T09:15:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #277: SUBO-558 fix: done the 4th point of comment form Designer`); -report.push(`2021-07-20T09:31:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 feat: add solution comment for Request, change icon for Draft status`); +report.push(`2021-07-20T09:15:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #277: JIRA-558 fix: done the 4th point of comment form Designer`); +report.push(`2021-07-20T09:31:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 feat: add solution comment for Request, change icon for Draft status`); report.push(`2 1 public/assets/images/status/draft.svg`); report.push(`2 1 src/assets/images/status/draft.svg`); report.push(`1 0 src/ts/interfaces/request/RequestMedium.ts`); @@ -8565,30 +8565,30 @@ report.push(`5 7 src/ts/pages/Requests/components/item/Line.tsx`); report.push(`6 0 src/ts/pages/Requests/styles/item.scss`); report.push(`6 7 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-07-20T09:33:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 feat: add solution comment for Request`); +report.push(`2021-07-20T09:33:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 feat: add solution comment for Request`); report.push(`2 2 src/ts/pages/AccessRequest/styles/index.scss`); report.push(``); -report.push(`2021-07-20T09:39:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change title for Drafts`); +report.push(`2021-07-20T09:39:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change title for Drafts`); report.push(`7 2 src/ts/pages/AccessRequest/index.tsx`); report.push(``); -report.push(`2021-07-20T09:55:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change icon for Draft`); +report.push(`2021-07-20T09:55:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change icon for Draft`); report.push(`3 2 public/assets/images/status/draft.svg`); report.push(`3 2 src/assets/images/status/draft.svg`); report.push(``); -report.push(`2021-07-20T10:27:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 feat: add rating`); +report.push(`2021-07-20T10:27:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 feat: add rating`); report.push(`4 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`24 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`19 0 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(``); -report.push(`2021-07-20T10:29:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: get all request on main page`); +report.push(`2021-07-20T10:29:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: get all request on main page`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-07-20T10:33:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-609 fix: change color for buttons`); +report.push(`2021-07-20T10:33:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-609 fix: change color for buttons`); 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(profile): add ids for Roadmap for tests`); +report.push(`2021-07-20T10:35:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #278: JIRA-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>JIRA-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(AIS): fixed Help page`); +report.push(`2021-07-21T12:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-07-21T12:06:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #279: JIRA-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: JIRA-651 fix(AIS): fixed Help page`); +report.push(`2021-07-21T13:41:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-07-21T13:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #281: JIRA-657 feat(traffic chart): add group aproval for requests`); +report.push(`2021-07-21T14:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-07-21T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #282: JIRA-652 fix(OIR): corrected news api for mocks`); +report.push(`2021-07-22T09:58:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,8 +8636,8 @@ 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(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(`2021-07-22T10:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #283: JIRA-657 feat(traffic chart): add group aproval for requests`); +report.push(`2021-07-22T13:07:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`55 0 src/ts/pages/Search/components/Search.tsx`); @@ -8648,15 +8648,15 @@ report.push(`20 0 src/ts/snippets/HeaderLight/comopnents/Breadcrumbs.tsx`); report.push(`42 0 src/ts/snippets/HeaderLight/comopnents/Title.tsx`); report.push(`20 66 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2021-07-22T13:19:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-629 fix: change style for stylint`); +report.push(`2021-07-22T13:19:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-629 fix: change style for stylint`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2021-07-22T15:14:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-629 feat: search in new window`); +report.push(`2021-07-22T15:14:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-629 feat: search in new window`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`5 3 src/ts/pages/Search/components/Item.tsx`); report.push(`54 0 src/ts/pages/Search/helpers/searchCategories.ts`); report.push(``); -report.push(`2021-07-22T15:22:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 fix: corrected pages styles on different screen resolutions`); +report.push(`2021-07-22T15:22:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-656 fix: corrected pages styles on different screen resolutions`); report.push(`9 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(`8 0 src/ts/components/Select/styles/index.scss`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); @@ -8672,16 +8672,16 @@ report.push(`1 0 src/ts/pages/Profile/styles/card.scss`); report.push(`15 0 src/ts/pages/Profile/styles/index.scss`); report.push(`8 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-07-22T15:42:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #284: SUBO-629 Search in new window`); -report.push(`2021-07-22T16:36:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 fix: corrected gapWidth in the useGridTemplateColumns.ts`); +report.push(`2021-07-22T15:42:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #284: JIRA-629 Search in new window`); +report.push(`2021-07-22T16:36:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-656 fix: corrected gapWidth in the useGridTemplateColumns.ts`); report.push(`6 1 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(``); -report.push(`2021-07-22T16:38:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #285: SUBO-656 fix: corrected pages styles on different screen resolutions`); -report.push(`2021-07-23T09:45:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-629 feat: change search result for empty query`); +report.push(`2021-07-22T16:38:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #285: JIRA-656 fix: corrected pages styles on different screen resolutions`); +report.push(`2021-07-23T09:45:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-629 feat: change search result for empty query`); 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(Excel): add new page for Draft request`); +report.push(`2021-07-23T11:41:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -8697,8 +8697,8 @@ report.push(`30 212 src/ts/pages/Template/components/Template.tsx`); report.push(`69 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 67 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2021-07-23T12:37:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #286: SUBO-629 feat: change search result for empty query`); -report.push(`2021-07-23T12:39:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 fix: fixed some bugs with responsive layout`); +report.push(`2021-07-23T12:37:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #286: JIRA-629 feat: change search result for empty query`); +report.push(`2021-07-23T12:39:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-656 fix: fixed some bugs with responsive layout`); report.push(`2 9 src/ts/components/Select/styles/index.scss`); report.push(`1 0 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`8 8 src/ts/pages/Catalogue/components/banners/BannersList.tsx`); @@ -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(Excel): add new page for Draft request`); +report.push(`2021-07-23T13:10:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): relayout roadmap on new design for modal window`); +report.push(`2021-07-23T15:50:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -8721,18 +8721,18 @@ report.push(`21 9 src/ts/snippets/RequestStatus/index.tsx`); 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(Excel): add new page for Draft request`); +report.push(`2021-07-26T08:56:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #287: Feature/JIRA-656 relayout roadmap for modal window`); +report.push(`2021-07-26T09:43:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for Draft request`); +report.push(`2021-07-26T09:51:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): Add SD id in RoadMap, change style for completed tasks`); +report.push(`2021-07-26T10:27:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,26 +8741,26 @@ 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(profile): change style for waiting tasks`); +report.push(`2021-07-26T10:31:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-07-26T10:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #289: JIRA-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: JIRA-636 feat(Excel): add new page for Draft request`); +report.push(`2021-07-26T11:02:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`8 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(`37 0 src/ts/snippets/RequestStatus/view/AdaptiveRequestStatus.tsx`); report.push(``); -report.push(`2021-07-26T11:23:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-661 feat: add new service in nginx`); +report.push(`2021-07-26T11:23:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-661 feat: add new service in nginx`); report.push(`17 13 nginx.conf`); report.push(``); -report.push(`2021-07-26T11:25:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #290: SUBO-661 feat: add notification service in Nginx`); -report.push(`2021-07-26T13:06:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-648 feat: added request for logout button`); +report.push(`2021-07-26T11:25:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #290: JIRA-661 feat: add notification service in Nginx`); +report.push(`2021-07-26T13:06:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-648 feat: added request for logout button`); report.push(`1 0 src/setupProxy.js`); report.push(`7 0 src/ts/pages/Authorization/api.mock.cjs`); report.push(`3 0 src/ts/pages/Authorization/api.ts`); @@ -8769,27 +8769,27 @@ report.push(`27 23 src/ts/pages/Profile/components/Header.tsx`); report.push(`4 0 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`0 1 src/ts/pages/Profile/styles/board.scss`); report.push(``); -report.push(`2021-07-26T19:48:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 fix: corrected styles for adaptive RequestStatus`); +report.push(`2021-07-26T19:48:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-656 fix: corrected styles for adaptive RequestStatus`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); 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(profile): change buttons for Draft`); +report.push(`2021-07-27T09:31:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #292: Feature/JIRA-656 create modal window with graph status`); +report.push(`2021-07-27T09:32:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #291: JIRA-648 feat: added request for logout button`); +report.push(`2021-07-27T09:44:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2021-07-27T09:46:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 fix: merge with master`); -report.push(`2021-07-27T09:47:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-648 fix: clear token in http module`); +report.push(`2021-07-27T09:46:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-625 fix: merge with master`); +report.push(`2021-07-27T09:47:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-648 fix: clear token in http module`); 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(OIR): change style for roadmap by comment pt. 2`); +report.push(`2021-07-27T09:50:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #293: JIRA-625 Change buttons for Draft`); +report.push(`2021-07-27T15:01:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): table - changed column resizing logic and fixed layout bugs`); +report.push(`2021-07-27T15:29:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -8803,46 +8803,46 @@ report.push(`3 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`0 1 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`2 8 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-07-27T15:38:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-694 fix: table - deleted unused code`); +report.push(`2021-07-27T15:38:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-694 fix: table - deleted unused code`); report.push(`2 2 src/setupProxy.js`); report.push(`4 4 src/ts/components/Table/components/{BackroundTableGrid.tsx => BackgroundTableGrid.tsx}`); 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(OIR): change incos in catalogue by comments from Designer`); +report.push(`2021-07-27T15:51:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for roadmap by comment pt. 2`); +report.push(`2021-07-27T15:59:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-07-27T16:07:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-694 fix: table - corrected default column width and styles for row details`); +report.push(`2021-07-27T16:07:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-694 fix: table - corrected default column width and styles for row details`); report.push(`1 1 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(`1 1 src/ts/components/Table/helpers/getColumnConfigs.ts`); report.push(`0 1 src/ts/components/Table/helpers/updateLocalStorage.ts`); report.push(`0 1 src/ts/components/Table/styles/info.scss`); 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(OIR): add candidate list`); +report.push(`2021-07-28T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #294: Feature/JIRA-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/JIRA-642-Change-description-for-RoadMap`); +report.push(`2021-07-28T10:56:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): removed mocks for reconciliations`); +report.push(`2021-07-28T11:02:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/JIRA-642-Change-description-for-RoadMap' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-642-Change-description-for-RoadMap`); +report.push(`2021-07-28T11:06:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-07-28T11:07:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #295: JIRA-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>JIRA-694 fix: corrected styles for row details in the reconciliations table`); report.push(`4 0 src/ts/components/Table/styles/info.scss`); report.push(``); -report.push(`2021-07-28T11:35:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #296: SUBO-694 fix: corrected styles for row details in the reconciliations table`); -report.push(`2021-07-28T20:10:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-738 fix: hide profile, favorite news, filters by date`); +report.push(`2021-07-28T11:35:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #296: JIRA-694 fix: corrected styles for row details in the reconciliations table`); +report.push(`2021-07-28T20:10:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-738 fix: hide profile, favorite news, filters by date`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/News/components/NewsItemInfo.tsx`); report.push(`1 0 src/ts/pages/News/components/NewsListItem.tsx`); @@ -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(faq): pt. 1, 2.1, 5, 6`); +report.push(`2021-07-28T20:20:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -8864,24 +8864,24 @@ report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(`6 3 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-07-28T20:29:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-736 fix: pt 1, 2, 4`); +report.push(`2021-07-28T20:29:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-736 fix: pt 1, 2, 4`); report.push(`8 5 src/ts/helpers/search.ts`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`14 6 src/ts/pages/Search/components/Item.tsx`); report.push(`0 24 src/ts/pages/Search/helpers/searchCategories.ts`); report.push(``); -report.push(`2021-07-29T09:49:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-738 fix: turn off mocks`); +report.push(`2021-07-29T09:49:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-738 fix: turn off mocks`); 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(faq): change margin by comments from designer`); +report.push(`2021-07-29T09:50:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #297: JIRA-738 Hide some pages after demo`); +report.push(`2021-07-29T10:56:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove hack for backend`); +report.push(`2021-07-29T10:57:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-07-29T11:30:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-738 fix: change margin for pt. 9`); report.push(`1 1 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`1 1 src/ts/pages/Catalogue/styles/index.scss`); report.push(`1 1 src/ts/pages/Notifications/styles/index.scss`); @@ -8891,31 +8891,31 @@ report.push(`1 1 src/ts/pages/Requests/styles/control.scss`); 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(faq): change height by comment from designer`); +report.push(`2021-07-29T12:17:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #298: JIRA-737 Fix padding and margin by comments from designer`); +report.push(`2021-07-29T12:24:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change hack for backend`); +report.push(`2021-07-29T12:26:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change hack for backend`); +report.push(`2021-07-29T12:28:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-07-29T12:38:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-735 fix: added new prompt text to form in the Login page`); +report.push(`2021-07-29T12:29:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #299: JIRA-737 Fix padding and margin by comments from designer`); +report.push(`2021-07-29T12:38:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-735 fix: added new prompt text to form in the Login page`); report.push(`3 3 src/ts/pages/Authorization/components/Login.tsx`); report.push(`2 2 src/ts/pages/Authorization/styles/form.scss`); report.push(`4 0 src/ts/pages/Authorization/styles/hacks.scss`); report.push(``); -report.push(`2021-07-29T12:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-735-corrected-Login-page`); -report.push(`2021-07-29T15:30:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-744 fix: corrected catalogue grid`); +report.push(`2021-07-29T12:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-735-corrected-Login-page`); +report.push(`2021-07-29T15:30:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-744 fix: corrected catalogue grid`); report.push(`7 16 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2021-07-29T15:35:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-744 fix: added media query for 1800px`); +report.push(`2021-07-29T15:35:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-744 fix: added media query for 1800px`); report.push(`6 0 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2021-07-29T17:05:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #300: Bugfix/SUBO-744 fix the transfer of DevSecOps item in the catalogue`); -report.push(`2021-07-30T11:18:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-748 fix: added server error notification to Login page`); +report.push(`2021-07-29T17:05:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #300: Bugfix/JIRA-744 fix the transfer of DevSecOps item in the catalogue`); +report.push(`2021-07-30T11:18:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-748 fix: added server error notification to Login page`); report.push(`94 0 src/assets/images/login/error.svg`); report.push(`2 2 src/ts/helpers/HttpClient.ts`); report.push(`6 60 src/ts/pages/Authorization/components/Login.tsx`); @@ -8925,15 +8925,15 @@ report.push(`1 0 src/ts/pages/Authorization/styles/index.scss`); report.push(`36 0 src/ts/pages/Authorization/view/LoginError.tsx`); report.push(`66 0 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2021-07-30T11:33:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/SUBO-748-create-a-page-for-server-error-in-the-Login-page' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-735-corrected-Login-page`); -report.push(`2021-07-30T12:08:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #301: SUBO-748 fix: added server error notification to Login page`); -report.push(`2021-07-30T12:19:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-735 fix: added new phone and email info`); +report.push(`2021-07-30T11:33:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/JIRA-748-create-a-page-for-server-error-in-the-Login-page' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-735-corrected-Login-page`); +report.push(`2021-07-30T12:08:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #301: JIRA-748 fix: added server error notification to Login page`); +report.push(`2021-07-30T12:19:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-735 fix: added new phone and email info`); report.push(`14 6 src/ts/pages/Authorization/components/Wrapper.tsx`); report.push(`1 0 src/ts/pages/Authorization/styles/footer.scss`); report.push(`3 3 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(`9 6 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(``); -report.push(`2021-07-30T12:47:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-749 feat: show all roles in Request`); +report.push(`2021-07-30T12:47:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-749 feat: show all roles in Request`); report.push(`4 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`44 0 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`8 32 src/ts/pages/AccessRequest/index.tsx`); @@ -8952,31 +8952,31 @@ report.push(`4 6 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/index.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/view/AdaptiveRequestStatus.tsx`); report.push(``); -report.push(`2021-07-30T12:52:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-750 fix: change name for titles of roadmap`); +report.push(`2021-07-30T12:52:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-750 fix: change name for titles of roadmap`); report.push(`1 1 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(``); -report.push(`2021-07-30T12:58:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-656 fix: corrected adaptive layout for Template page`); +report.push(`2021-07-30T12:58:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-656 fix: corrected adaptive layout for Template page`); report.push(`12 6 src/ts/components/JsonSchema/styles/text.scss`); report.push(``); -report.push(`2021-07-30T13:06:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #302: Bugfix/SUBO-735 corrected Login page`); -report.push(`2021-07-30T13:06:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #303: SUBO-656 fix: corrected adaptive layout for Template page`); -report.push(`2021-07-30T13:15:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-749 fix: change margin by comment from Designer`); +report.push(`2021-07-30T13:06:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #302: Bugfix/JIRA-735 corrected Login page`); +report.push(`2021-07-30T13:06:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #303: JIRA-656 fix: corrected adaptive layout for Template page`); +report.push(`2021-07-30T13:15:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-749 fix: change margin by comment from Designer`); report.push(`1 1 src/ts/pages/Template/styles/header.scss`); report.push(``); -report.push(`2021-07-30T13:21:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-749 fix: change margin by comment from Designer`); +report.push(`2021-07-30T13:21:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-749 fix: change margin by comment from Designer`); 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(profile): Add auto-open roadmap, remove hacks for taskStage, fix color fo roadmap steps`); +report.push(`2021-07-30T13:40:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #304: JIRA-749 Show all roles in Request, show Status in header`); +report.push(`2021-08-02T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-08-02T10:37:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #305: JIRA-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>JIRA-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`); report.push(`49 0 src/ts/pages/Requests/components/MiniSearch.tsx`); @@ -8984,38 +8984,38 @@ report.push(`1 1 src/ts/pages/Requests/styles/control.scss`); report.push(`1 0 src/ts/pages/Requests/styles/index.scss`); report.push(`39 0 src/ts/pages/Requests/styles/search.scss`); report.push(``); -report.push(`2021-08-02T10:52:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-745 fix: defined height for requests control panel`); +report.push(`2021-08-02T10:52:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-745 fix: defined height for requests control panel`); report.push(`1 0 src/ts/pages/Requests/styles/control.scss`); report.push(``); -report.push(`2021-08-02T11:24:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 fix: hide checkbox for roles in card (comment pt. 1)`); +report.push(`2021-08-02T11:24:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-734 fix: hide checkbox for roles in card (comment pt. 1)`); report.push(`12 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-08-02T11:36:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #306: SUBO-745 fix: removed Search bar from Header and added by icon clicking`); -report.push(`2021-08-02T11:38:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-746 fix: change style for last item in roadmap`); +report.push(`2021-08-02T11:36:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #306: JIRA-745 fix: removed Search bar from Header and added by icon clicking`); +report.push(`2021-08-02T11:38:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-746 fix: change style for last item in roadmap`); report.push(`1 7 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`19 16 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/index.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(``); -report.push(`2021-08-02T12:26:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-734 fix: change style for roadmap by design`); +report.push(`2021-08-02T12:26:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-734 fix: change style for roadmap by design`); report.push(`4 1 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`16 9 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`19 17 src/ts/snippets/RequestStatus/components/Title.tsx`); report.push(`3 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/title.scss`); 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(`2021-08-02T12:37:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add roadmap on Draft page`); +report.push(`2021-08-02T12:58:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): corrected Pagination component and routing logic`); +report.push(`2021-08-02T13:02:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #307: JIRA-734 Change style for roadmap and roles`); +report.push(`2021-08-03T12:00:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,15 +9029,15 @@ 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(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(`2021-08-03T13:11:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #308: JIRA-747 fix(faq): corrected Pagination component and routing logic`); +report.push(`2021-08-03T15:13:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-08-03T15:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-768 fix: corrected styles for template groups in the Request card`); +report.push(`2021-08-03T15:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-768 fix: corrected styles for template groups in the Request card`); report.push(`6 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(``); -report.push(`2021-08-03T16:44:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-773 fix: corrected solutionComment styles for Request and AccessRequest pages`); +report.push(`2021-08-03T16:44:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-773 fix: corrected solutionComment styles for Request and AccessRequest pages`); report.push(`13 3 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`8 0 src/ts/pages/AccessRequest/styles/hacks.scss`); report.push(`1 0 src/ts/pages/AccessRequest/styles/index.scss`); @@ -9046,16 +9046,16 @@ report.push(`1 1 src/ts/pages/Requests/components/item/Line.tsx`); report.push(`8 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-08-03T17:25:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #310: SUBO-773 fix: corrected solutionComment styles for Request and AccessRequest pages`); -report.push(`2021-08-03T17:31:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-768 fix: solved merged conflicts`); -report.push(`2021-08-03T17:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #309: Bugfix/SUBO-768 expand the roadmap phase by clicking on the icon`); -report.push(`2021-08-04T12:52:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-735 fix: corrected Login page styles`); +report.push(`2021-08-03T17:25:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #310: JIRA-773 fix: corrected solutionComment styles for Request and AccessRequest pages`); +report.push(`2021-08-03T17:31:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-768 fix: solved merged conflicts`); +report.push(`2021-08-03T17:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #309: Bugfix/JIRA-768 expand the roadmap phase by clicking on the icon`); +report.push(`2021-08-04T12:52:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-735 fix: corrected Login page styles`); report.push(`4 3 src/ts/pages/Authorization/styles/footer.scss`); 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(traffic chart): add multiple in Select`); +report.push(`2021-08-04T13:09:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -9072,10 +9072,10 @@ report.push(`131 67 src/ts/components/Select/index.tsx`); report.push(`21 2 src/ts/components/Select/styles/index.scss`); report.push(`68 54 src/ts/pages/Template/api.mock.cjs`); report.push(``); -report.push(`2021-08-04T13:12:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-735 fix: corrected setupProxy`); +report.push(`2021-08-04T13:12:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): fix style for disable state`); +report.push(`2021-08-04T13:41:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -9084,10 +9084,10 @@ report.push(`7 2 src/ts/components/Select/components/list/index.tsx`); 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(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(`2021-08-04T14:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #311: Bugfix/JIRA-735 corrected styles for Login page`); +report.push(`2021-08-04T15:26:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-637 feat(traffic chart): merge with backend`); +report.push(`2021-08-04T15:34:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #312: JIRA-637 feat(traffic chart): add multiple in Select`); +report.push(`2021-08-04T17:35:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); @@ -9101,68 +9101,68 @@ report.push(`7 1 src/ts/pages/Template/components/Template.tsx`); report.push(`1 0 src/ts/pages/Template/index.tsx`); report.push(`18 8 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2021-08-04T17:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-765 fix: added stylelint-disable for property`); +report.push(`2021-08-04T17:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-765 fix: added stylelint-disable for property`); report.push(`1 1 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2021-08-04T17:56:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-765 fix: corrected Request title and description`); +report.push(`2021-08-04T17:56:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-765 fix: corrected Request title and description`); report.push(`2 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-08-05T09:00:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #313: Bugfix/SUBO-765 add Request help folding`); -report.push(`2021-08-05T09:22:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 fix: show roles from category in Draft`); +report.push(`2021-08-05T09:00:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #313: Bugfix/JIRA-765 add Request help folding`); +report.push(`2021-08-05T09:22:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-625 fix: show roles from category in Draft`); report.push(`2 1 src/ts/interfaces/request/RequestFull.ts`); 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(OIR): show hover effect for selected item in sidebar`); +report.push(`2021-08-05T09:51:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #314: JIRA-625 Show roles from category in Draft`); +report.push(`2021-08-05T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`8 2 src/ts/pages/PageWrapper/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-08-05T12:43:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-763 fix: change layout for columns in catalogue`); +report.push(`2021-08-05T12:43:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-763 fix: change layout for columns in catalogue`); report.push(`10 0 src/ts/pages/Catalogue/api.mock.cjs`); report.push(`21 14 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`4 12 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2021-08-05T12:47:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-808 fix: replace icon in the Reconciliations header`); +report.push(`2021-08-05T12:47:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-808 fix: replace icon in the Reconciliations header`); 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(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(`2021-08-05T12:53:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #316: JIRA-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: JIRA-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>JIRA-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`); report.push(``); -report.push(`2021-08-05T13:10:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #317: SUBO-808 fix: replace icon in the Reconciliations header`); -report.push(`2021-08-05T15:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-770 fix: change text for SD ID and date`); +report.push(`2021-08-05T13:10:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #317: JIRA-808 fix: replace icon in the Reconciliations header`); +report.push(`2021-08-05T15:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-770 fix: change text for SD ID and date`); report.push(`2 0 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`23 11 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`6 1 src/ts/snippets/RequestStatus/components/roadmap/RoadMap.tsx`); report.push(`6 1 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/view/AdaptiveRequestStatus.tsx`); report.push(``); -report.push(`2021-08-05T15:56:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-770 fix: deleted console.log`); +report.push(`2021-08-05T15:56:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-770 fix: deleted console.log`); report.push(`0 1 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(``); -report.push(`2021-08-05T15:58:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #318: SUBO-764 fix: hide views for news (comment pt. 2)`); -report.push(`2021-08-05T17:33:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #319: Bugfix/SUBO-770 сhange text for SD ID`); -report.push(`2021-08-05T18:30:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-661 feat: add notofication service in API part NGINX`); +report.push(`2021-08-05T15:58:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #318: JIRA-764 fix: hide views for news (comment pt. 2)`); +report.push(`2021-08-05T17:33:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #319: Bugfix/JIRA-770 сhange text for SD ID`); +report.push(`2021-08-05T18:30:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-661 feat: add notofication service in API part NGINX`); report.push(`4 0 nginx.conf`); report.push(``); -report.push(`2021-08-05T18:32:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #321: SUBO-661 feat: add notofication service in API part NGINX`); -report.push(`2021-08-06T10:05:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: change title for some page`); +report.push(`2021-08-05T18:32:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #321: JIRA-661 feat: add notofication service in API part NGINX`); +report.push(`2021-08-06T10:05:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: change title for some page`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-06T10:08:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: add title for help in control panel`); +report.push(`2021-08-06T10:08:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: add title for help in control panel`); report.push(`20 5 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-08-06T10:14:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: change layout for MainPage (pt. 6)`); +report.push(`2021-08-06T10:14:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: change layout for MainPage (pt. 6)`); report.push(`4 15 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-08-06T11:41:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-818 feat: add description for roles`); +report.push(`2021-08-06T11:41:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-818 feat: add description for roles`); report.push(`2 2 src/assets/admiral-icons/service/HelpOutline.svg`); report.push(`1 1 src/assets/admiral-icons/system/EmailOutline.svg`); report.push(`1 1 src/assets/admiral-icons/system/PersonOutline.svg`); @@ -9170,25 +9170,25 @@ report.push(`1 0 src/ts/pages/Template/components/Groups.tsx`); report.push(`66 30 src/ts/pages/Template/components/Roles.tsx`); report.push(`24 1 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-08-06T11:58:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-818 feat: fix style for role description`); +report.push(`2021-08-06T11:58:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-818 feat: fix style for role description`); 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(AIS): change color and isOpen for rejected status`); +report.push(`2021-08-06T12:04:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): set focus for single select`); +report.push(`2021-08-06T12:14:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-08-06T12:23:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-818 fix: change sort for roles`); +report.push(`2021-08-06T12:23:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-818 fix: change sort for roles`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-06T12:24:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #322: SUBO-764 Add title for control panel`); -report.push(`2021-08-09T10:01:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-823 feat: add search by request ID`); +report.push(`2021-08-06T12:24:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #322: JIRA-764 Add title for control panel`); +report.push(`2021-08-09T10:01:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-823 feat: add search by request ID`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`2 0 src/ts/interfaces/request/RequestMedium.ts`); @@ -9200,7 +9200,7 @@ report.push(`3 2 src/ts/pages/Search/helpers/searchCategories.ts`); report.push(`6 0 src/ts/pages/Search/styles/index.scss`); report.push(`6 4 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-09T11:05:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-661 feat: added integration with Notification api`); +report.push(`2021-08-09T11:05:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-661 feat: added integration with Notification api`); report.push(`24 8 src/ts/interfaces/Notification.ts`); report.push(`24 16 src/ts/pages/Notifications/api.ts`); report.push(`3 2 src/ts/pages/Notifications/components/ControlPanel.tsx`); @@ -9213,8 +9213,8 @@ report.push(`8 1 src/ts/pages/Notifications/styles/control.scss`); report.push(`10 2 src/ts/pages/Notifications/styles/item.scss`); report.push(`2 2 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-08-09T11:40:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #323: SUBO-661 feat: added integration with Notification api`); -report.push(`2021-08-09T12:05:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-823 feat: add catalogue from backend in search`); +report.push(`2021-08-09T11:40:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #323: JIRA-661 feat: added integration with Notification api`); +report.push(`2021-08-09T12:05:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-823 feat: add catalogue from backend in search`); report.push(`1 1 src/ts/interfaces/SearchResult.ts`); report.push(`2 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`2 1 src/ts/pages/Search/api.ts`); @@ -9224,8 +9224,8 @@ report.push(`18 0 src/ts/pages/Search/components/Item/index.tsx`); report.push(`4 169 src/ts/pages/Search/helpers/searchCategories.ts`); report.push(`52 0 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-08-09T12:10:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #324: SUBO-823 Load catalogue in search and add search by request id`); -report.push(`2021-08-09T16:32:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: change style by comments from designer`); +report.push(`2021-08-09T12:10:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #324: JIRA-823 Load catalogue in search and add search by request id`); +report.push(`2021-08-09T16:32:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: change style by comments from designer`); report.push(`3 0 src/assets/custom-ui-kit/DocsOutline.svg`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`3 4 src/ts/pages/Authorization/store/NotificationStore.ts`); @@ -9236,7 +9236,7 @@ report.push(`2 2 src/ts/pages/Search/components/Item/Catalogue.tsx`); report.push(`3 3 src/ts/pages/Search/components/Item/Request.tsx`); report.push(`1 0 src/ts/pages/Search/styles/index.scss`); report.push(``); -report.push(`2021-08-09T17:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: fixies pt. 15 and 18`); +report.push(`2021-08-09T17:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: fixies pt. 15 and 18`); report.push(`2 15 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`40 0 src/ts/components/Table/components/Groups.tsx`); report.push(`1 0 src/ts/components/Table/components/TableBody.tsx`); @@ -9247,14 +9247,14 @@ report.push(`7 1 src/ts/components/Table/components/templates/CellCheckbox.tsx`) report.push(`12 3 src/ts/components/Table/styles/index.scss`); report.push(`12 19 src/ts/components/Table/styles/info.scss`); report.push(``); -report.push(`2021-08-09T18:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: fixies pt 15 and 18`); +report.push(`2021-08-09T18:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: fixies pt 15 and 18`); report.push(`1 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`2 1 src/ts/components/Table/components/TableHead.tsx`); report.push(``); -report.push(`2021-08-09T18:35:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: table - fixed fonts for row details`); +report.push(`2021-08-09T18:35:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: table - fixed fonts for row details`); report.push(`3 3 src/ts/components/Table/styles/info.scss`); report.push(``); -report.push(`2021-08-09T18:37:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: change style by comments from designer`); +report.push(`2021-08-09T18:37:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: change style by comments from designer`); report.push(`22 20 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); report.push(`5 2 src/ts/pages/AccessRequest/styles/success.scss`); report.push(`1 1 src/ts/pages/Catalogue/index.tsx`); @@ -9266,28 +9266,28 @@ report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Template/styles/form.scss`); report.push(`5 2 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2021-08-09T18:39:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #326: Bugfix/SUBO-764 fixies by comments from Designer pt 15 18`); -report.push(`2021-08-09T18:39:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #327: SUBO-764 Change style by comments brom designer (pt: 9 - 11, 13, 16, 17, 19, 23 - 25)`); -report.push(`2021-08-09T18:57:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-838 fix: change text in RoadMap for last step`); +report.push(`2021-08-09T18:39:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #326: Bugfix/JIRA-764 fixies by comments from Designer pt 15 18`); +report.push(`2021-08-09T18:39:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #327: JIRA-764 Change style by comments brom designer (pt: 9 - 11, 13, 16, 17, 19, 23 - 25)`); +report.push(`2021-08-09T18:57:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-838 fix: change text in RoadMap for last step`); report.push(`12 6 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-08-09T19:03:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-838 fix: change text in RoadMap for Aproval step`); +report.push(`2021-08-09T19:03:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-838 fix: change text in RoadMap for Aproval step`); report.push(`1 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`2 2 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); 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(`2021-08-09T19:13:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add processing for load data for Search`); +report.push(`2021-08-10T09:29:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add processing for load data for Search`); +report.push(`2021-08-10T09:32:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-08-10T09:39:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #328: JIRA-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: JIRA-841 fix(AIS): add processing for load data for Search`); +report.push(`2021-08-10T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: add images for news (pt. 26)`); report.push(`- - public/assets/images/news/1.png`); report.push(`- - public/assets/images/news/2.png`); report.push(`- - src/assets/images/news/1.png`); @@ -9296,22 +9296,22 @@ report.push(`2 1 src/ts/pages/News/components/NewsArticle.tsx`); report.push(`1 1 src/ts/pages/News/styles/article.scss`); report.push(`1 1 src/ts/pages/News/styles/popular.scss`); report.push(``); -report.push(`2021-08-10T09:51:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: hide filters (pt. 16)`); +report.push(`2021-08-10T09:51:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: hide filters (pt. 16)`); report.push(`1 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-08-10T11:06:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: add Total for list (pt. 23)`); +report.push(`2021-08-10T11:06:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: add Total for list (pt. 23)`); report.push(`9 6 src/ts/pages/Reconciliations/index.tsx`); report.push(`11 3 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`2 1 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(`5 1 src/ts/pages/Requests/styles/control.scss`); report.push(`6 3 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-10T11:10:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: add Total for list (pt. 23)`); +report.push(`2021-08-10T11:10:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: add Total for list (pt. 23)`); report.push(`0 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 7 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`0 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-10T12:32:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 fix: change buttons in Draft`); +report.push(`2021-08-10T12:32:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-625 fix: change buttons in Draft`); report.push(`9 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/Draft/index.tsx`); report.push(`7 4 src/ts/pages/Requests/components/item/index.tsx`); @@ -9320,10 +9320,10 @@ report.push(`23 13 src/ts/pages/Template/components/Template.tsx`); report.push(`49 0 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`10 10 src/ts/pages/Template/components/{CreateRequestAccess.tsx => buttons/NewRequest.tsx}`); report.push(``); -report.push(`2021-08-10T12:36:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-625 fix: change buttons in Draft`); +report.push(`2021-08-10T12:36:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-625 fix: change buttons in Draft`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-08-10T12:42:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: done pt 14 21 22`); +report.push(`2021-08-10T12:42:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: done pt 14 21 22`); report.push(`1 2 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`2 2 src/ts/pages/Template/components/CreateRequestAccess.tsx`); report.push(`1 1 src/ts/pages/Template/styles/description.scss`); @@ -9333,100 +9333,100 @@ report.push(`1 0 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(`2 2 src/ts/snippets/RequestStatus/styles/roadmap.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2021-08-10T12:46:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #330: SUBO-764, SUBO-625 Hide filters, add images in News, add Total for request list, fix buttons in Draft`); -report.push(`2021-08-10T12:51:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-764-fixies-comments-from-Designer-pt-14-21-22`); -report.push(`2021-08-10T13:44:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: done pt 7`); +report.push(`2021-08-10T12:46:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #330: JIRA-764, JIRA-625 Hide filters, add images in News, add Total for request list, fix buttons in Draft`); +report.push(`2021-08-10T12:51:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-764-fixies-comments-from-Designer-pt-14-21-22`); +report.push(`2021-08-10T13:44:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: done pt 7`); report.push(`17 0 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-10T13:55:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: fixed margins for Request roles adaptive`); +report.push(`2021-08-10T13:55:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: fixed margins for Request roles adaptive`); report.push(`1 1 src/ts/pages/Requests/styles/item.scss`); report.push(`7 0 src/ts/pages/Template/styles/group.scss`); report.push(`6 6 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-10T14:02:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #331: Bugfix/SUBO-764 fixies comments from Designer pt 14 21 22`); -report.push(`2021-08-10T14:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: fixed checkbox color`); +report.push(`2021-08-10T14:02:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #331: Bugfix/JIRA-764 fixies comments from Designer pt 14 21 22`); +report.push(`2021-08-10T14:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: fixed checkbox color`); report.push(`5 13 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-10T14:15:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #332: SUBO-764 fix: fixed checkbox color`); -report.push(`2021-08-10T14:23:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-764 fix: change style for tooltip (pt. 9)`); +report.push(`2021-08-10T14:15:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #332: JIRA-764 fix: fixed checkbox color`); +report.push(`2021-08-10T14:23:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-764 fix: change style for tooltip (pt. 9)`); report.push(`1 0 src/ts/pages/Template/components/Roles.tsx`); report.push(`22 0 src/ts/pages/Template/styles/hacks.scss`); 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(`2021-08-10T14:24:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): update notification API`); +report.push(`2021-08-10T14:25:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-08-10T14:30:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #333: SUBO-764, SUBO-661 Change style for role description tooltip and add notification bridge`); -report.push(`2021-08-10T18:57:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: corrected text in the FAQ section of Help page`); +report.push(`2021-08-10T14:30:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #333: JIRA-764, JIRA-661 Change style for role description tooltip and add notification bridge`); +report.push(`2021-08-10T18:57:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: corrected text in the FAQ section of Help page`); report.push(`6 1 src/ts/pages/Help/components/FullSectionItem.tsx`); report.push(`2 2 src/ts/pages/Help/helpers/getMockData.ts`); report.push(`32 0 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`6 1 src/ts/pages/Help/index.scss`); report.push(``); -report.push(`2021-08-10T18:59:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: corrected text in the FAQ section of Help page`); +report.push(`2021-08-10T18:59:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: corrected text in the FAQ section of Help page`); report.push(`1 1 src/ts/pages/Help/index.scss`); report.push(``); -report.push(`2021-08-10T19:13:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: fixed bug with style for requests-control element in the Reconciliations when there is no totalElements`); +report.push(`2021-08-10T19:13:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: fixed bug with style for requests-control element in the Reconciliations when there is no totalElements`); 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(profile): add IP in Nfinx for proxy (for log in backend)`); +report.push(`2021-08-11T09:10:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #334: Bugfix/JIRA-764 fixing text in the FAQ`); +report.push(`2021-08-11T10:06:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add formatted header in export file for table`); +report.push(`2021-08-11T11:20:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2021-08-11T11:32:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-08-11T11:36:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #336: JIRA-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: JIRA-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>JIRA-853 fix: change text in RoadMap info`); report.push(`4 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-08-11T11:44:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #337: SUBO-846 fix: removed Status column and added RA- prefix to Request number`); -report.push(`2021-08-11T11:51:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-783 fix: hided News page`); +report.push(`2021-08-11T11:44:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #337: JIRA-846 fix: removed Status column and added RA- prefix to Request number`); +report.push(`2021-08-11T11:51:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-783 fix: hided News page`); report.push(`6 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-08-11T11:54:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #338: SUBO-853 fix: change text in RoadMap info`); -report.push(`2021-08-11T12:05:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 fix: remove up varsion from NPM`); +report.push(`2021-08-11T11:54:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #338: JIRA-853 fix: change text in RoadMap info`); +report.push(`2021-08-11T12:05:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-854 fix: remove up varsion from NPM`); report.push(`42 42 package.json`); report.push(``); -report.push(`2021-08-11T12:07:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #339: SUBO-783 fix: hided News page`); -report.push(`2021-08-11T12:08:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #340: SUBO-854 Remove up version from NPM`); -report.push(`2021-08-11T12:15:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 fix: return up version for NPM`); +report.push(`2021-08-11T12:07:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #339: JIRA-783 fix: hided News page`); +report.push(`2021-08-11T12:08:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #340: JIRA-854 Remove up version from NPM`); +report.push(`2021-08-11T12:15:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-854 fix: return up version for NPM`); report.push(`42 42 package.json`); report.push(``); -report.push(`2021-08-11T12:24:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #341: SUBO-854 fix: return up version for NPM`); -report.push(`2021-08-11T13:06:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 fix: change install process in docker`); +report.push(`2021-08-11T12:24:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #341: JIRA-854 fix: return up version for NPM`); +report.push(`2021-08-11T13:06:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-854 fix: change install process in docker`); report.push(`1 1 Dockerfile`); report.push(`8 1 README.md`); report.push(`18466 43958 package-lock.json`); report.push(``); -report.push(`2021-08-11T13:07:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-764 fix: removed Educational section from Help page and added info to Useful section`); +report.push(`2021-08-11T13:07:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-764 fix: removed Educational section from Help page and added info to Useful section`); report.push(`5 1 src/ts/pages/Help/components/TabContent.tsx`); report.push(`5 2 src/ts/pages/Help/helpers/getMockData.ts`); report.push(`5 4 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`5 4 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2021-08-11T13:14:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #342: SUBO-764 fix: removed Educational section from Help page and added info to Useful section`); -report.push(`2021-08-11T13:15:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #343: SUBO-854 fix: change install process in docker`); -report.push(`2021-08-11T13:23:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 fix: add copy locker in Docker`); +report.push(`2021-08-11T13:14:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #342: JIRA-764 fix: removed Educational section from Help page and added info to Useful section`); +report.push(`2021-08-11T13:15:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #343: JIRA-854 fix: change install process in docker`); +report.push(`2021-08-11T13:23:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-854 fix: add copy locker in Docker`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-08-11T13:24:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #344: SUBO-854 fix: add copy locker in Docker`); -report.push(`2021-08-11T13:34:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-854 fix: change props fir UiKit`); +report.push(`2021-08-11T13:24:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #344: JIRA-854 fix: add copy locker in Docker`); +report.push(`2021-08-11T13:34:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-854 fix: change props fir UiKit`); report.push(`1 2 src/ts/components/Table/components/templates/CellContextMenu.tsx`); 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(faq): changed text for Reconciliations task board and added new title for Notification sidebar menu item`); +report.push(`2021-08-11T13:42:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #345: JIRA-854 fix: change props fir UiKit`); +report.push(`2021-08-11T16:47:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,32 +9434,32 @@ 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(faq): corrected style for Notification sidebar menu item text`); +report.push(`2021-08-11T16:55:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): change favorite icons in catalogue`); +report.push(`2021-08-11T17:02:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #346: Bugfix/JIRA-857 change the text on the Main and Notifications pages`); +report.push(`2021-08-12T11:29:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-08-12T11:41:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-856 fix: hide Draft page`); report.push(`10 8 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(`6 6 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-12T11:43:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-853 fix: hide date for only last step in status PRERUN, CLOSED`); +report.push(`2021-08-12T11:43:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-853 fix: hide date for only last step in status PRERUN, CLOSED`); report.push(`4 3 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(``); -report.push(`2021-08-12T12:16:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-849 fix: clear store before load Draft and Template for request`); +report.push(`2021-08-12T12:16:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-849 fix: clear store before load Draft and Template for request`); report.push(`2 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-08-12T13:06:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-649 fix: created custom Tag component`); +report.push(`2021-08-12T13:06:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-649 fix: created custom Tag component`); report.push(`39 0 src/ts/components/Tag/index.scss`); report.push(`46 0 src/ts/components/Tag/index.tsx`); report.push(`6 7 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(``); -report.push(`2021-08-12T13:10:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #347: SUBO-849, SUBO-851, SUBO-853, SUBO-856 fix: change favorite icons in catalogue, hide Draft page`); -report.push(`2021-08-12T13:36:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #348: SUBO-649 fix: created custom Tag component`); -report.push(`2021-08-12T14:08:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-860 fix: update load images without parent`); +report.push(`2021-08-12T13:10:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #347: JIRA-849, JIRA-851, JIRA-853, JIRA-856 fix: change favorite icons in catalogue, hide Draft page`); +report.push(`2021-08-12T13:36:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #348: JIRA-649 fix: created custom Tag component`); +report.push(`2021-08-12T14:08:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-860 fix: update load images without parent`); report.push(`37 8 src/ts/components/Image/index.tsx`); report.push(`5 0 src/ts/components/NothingFound/index.scss`); report.push(`4 6 src/ts/components/NothingFound/index.tsx`); @@ -9469,15 +9469,15 @@ report.push(`12 4 src/ts/components/Table/styles/index.scss`); report.push(`1 3 src/ts/pages/News/components/NewsItemInfo.tsx`); report.push(`0 3 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(``); -report.push(`2021-08-12T14:20:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-860 fix: remove ReactSvg`); +report.push(`2021-08-12T14:20:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-860 fix: remove ReactSvg`); report.push(`21973 64 package-lock.json`); report.push(`0 1 package.json`); report.push(``); -report.push(`2021-08-12T14:24:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-860 fix: update load images without parent`); +report.push(`2021-08-12T14:24:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-860 fix: update load images without parent`); report.push(`0 5 src/ts/components/NothingFound/index.scss`); report.push(``); -report.push(`2021-08-12T14:41:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #349: SUBO-860 Remove ReactSvg, fix bug with empty icons for first loading`); -report.push(`2021-08-12T16:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-858 fix: corrected Help in the Request and fixed Notification pop-up`); +report.push(`2021-08-12T14:41:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #349: JIRA-860 Remove ReactSvg, fix bug with empty icons for first loading`); +report.push(`2021-08-12T16:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-858 fix: corrected Help in the Request and fixed Notification pop-up`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`5 1 src/ts/pages/Authorization/api.ts`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -9487,80 +9487,80 @@ report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`28 13 src/ts/pages/Template/components/Help.tsx`); report.push(`18 1 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2021-08-12T17:13:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-858 fix: corrected Help styles for Template`); +report.push(`2021-08-12T17:13:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-858 fix: corrected Help styles for Template`); 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(profile): show user roles`); +report.push(`2021-08-13T09:33:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #350: Bugfix/JIRA-858 redesign the display of Help in request`); +report.push(`2021-08-13T11:53:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): show user roles`); +report.push(`2021-08-13T11:54:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): show user roles`); +report.push(`2021-08-13T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-08-13T12:45:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #351: SUBO-704 Show user roles`); -report.push(`2021-08-13T17:20:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-848 fix: corrected Tabs switching logic for Notifications page`); +report.push(`2021-08-13T12:45:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #351: JIRA-704 Show user roles`); +report.push(`2021-08-13T17:20:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-848 fix: corrected Tabs switching logic for Notifications page`); report.push(`9 3 src/ts/pages/Notifications/api.ts`); report.push(`14 23 src/ts/pages/Notifications/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`0 4 src/ts/pages/Treatments/index.tsx`); report.push(`9 4 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-08-16T09:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #352: SUBO-848 fix: corrected Tabs switching logic for Notifications page`); -report.push(`2021-08-16T09:54:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-873 feat: add hack for validation roles`); +report.push(`2021-08-16T09:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #352: JIRA-848 fix: corrected Tabs switching logic for Notifications page`); +report.push(`2021-08-16T09:54:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-873 feat: add hack for validation roles`); report.push(`12 0 src/ts/pages/Template/components/Form.tsx`); report.push(`8 1 src/ts/pages/Template/components/Groups.tsx`); report.push(`11 2 src/ts/pages/Template/components/Roles.tsx`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-08-16T09:58:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-848 fix: corrected buttons for Catalogue`); +report.push(`2021-08-16T09:58:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-848 fix: corrected buttons for Catalogue`); report.push(`2 2 src/ts/pages/Catalogue/index.tsx`); report.push(`1 1 src/ts/snippets/Buttons/index.tsx`); report.push(``); -report.push(`2021-08-16T10:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #354: SUBO-848 fix: corrected buttons for Catalogue`); -report.push(`2021-08-16T10:02:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #353: SUBO-873 feat: add hack for validation roles`); -report.push(`2021-08-16T11:49:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-874 fix: gzip turn on in Nginx config`); +report.push(`2021-08-16T10:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #354: JIRA-848 fix: corrected buttons for Catalogue`); +report.push(`2021-08-16T10:02:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #353: JIRA-873 feat: add hack for validation roles`); +report.push(`2021-08-16T11:49:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-874 fix: gzip turn on in Nginx config`); report.push(`1 1 nginx.conf`); report.push(``); -report.push(`2021-08-16T12:21:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-875 fix: change logic for TotalElements and remove some hack for pagination`); +report.push(`2021-08-16T12:21:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-875 fix: change logic for TotalElements and remove some hack for pagination`); 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(OIR): added Loading indicator to the process of Request creating`); +report.push(`2021-08-16T15:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): corrected backdrop-filter css property`); +report.push(`2021-08-16T15:28:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-08-16T16:27:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #357: Feature/SUBO-862 add Loading indicator to the Request`); -report.push(`2021-08-16T16:31:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #356: SUBO-875 fix: change logic for TotalElements and remove some hack for pagination`); -report.push(`2021-08-18T12:39:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-878 fix: send all roles for template`); +report.push(`2021-08-16T15:36:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #355: JIRA-874 fix: gzip turn on in Nginx config`); +report.push(`2021-08-16T16:27:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #357: Feature/JIRA-862 add Loading indicator to the Request`); +report.push(`2021-08-16T16:31:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #356: JIRA-875 fix: change logic for TotalElements and remove some hack for pagination`); +report.push(`2021-08-18T12:39:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-878 fix: send all roles for template`); report.push(`13 10 src/ts/pages/Template/components/Roles.tsx`); report.push(`11 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); 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(`2021-08-18T12:41:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add https for NGINX`); +report.push(`2021-08-18T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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)`); +report.push(`2021-08-18T13:01:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: change icon for catalogue (pt. 2)`); report.push(`6 2 src/assets/custom-ui-kit/FolderSolid.svg`); report.push(``); -report.push(`2021-08-18T13:02:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: change icon for filters (pt. 1)`); +report.push(`2021-08-18T13:02:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: change icon for filters (pt. 1)`); report.push(`2 2 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-08-18T15:11:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 feat: removed loading indicators from Reconciliations page`); +report.push(`2021-08-18T15:11:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 feat: removed loading indicators from Reconciliations page`); report.push(`2 2 src/ts/components/Table/components/BackgroundTableGrid.tsx`); report.push(`2 2 src/ts/components/Table/components/MasterCheckbox.tsx`); report.push(`2 2 src/ts/components/Table/components/TableBody.tsx`); @@ -9579,146 +9579,146 @@ report.push(`2 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`2 4 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`86 6 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2021-08-18T15:15:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #358: SUBO-878 fix: send all roles for template`); -report.push(`2021-08-18T15:29:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 feat: corrected CardsView props`); +report.push(`2021-08-18T15:15:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #358: JIRA-878 fix: send all roles for template`); +report.push(`2021-08-18T15:29:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 feat: corrected CardsView props`); report.push(`0 1 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(``); -report.push(`2021-08-18T16:04:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 feat: corrected RequestsList updated prop`); +report.push(`2021-08-18T16:04:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 feat: corrected RequestsList updated prop`); report.push(`4 1 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2021-08-18T16:26:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 feat: add cache for icons (pt. 10)`); +report.push(`2021-08-18T16:26:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 feat: add cache for icons (pt. 10)`); report.push(`13 8 src/ts/components/Image/index.tsx`); report.push(``); -report.push(`2021-08-18T17:10:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 fix: add sert files`); +report.push(`2021-08-18T17:10:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-944 fix: add sert files`); report.push(`2 2 nginx.conf`); report.push(``); -report.push(`2021-08-18T17:11:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 fix: open port 443`); +report.push(`2021-08-18T17:11:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-944 fix: open port 443`); report.push(`1 1 Dockerfile`); report.push(`0 2 nginx.conf`); report.push(``); -report.push(`2021-08-18T17:14:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 fix: change sert name`); +report.push(`2021-08-18T17:14:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add https for nginx`); +report.push(`2021-08-19T09:25:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): remove old common config`); +report.push(`2021-08-19T09:49:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-08-19T10:46:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 feat: added loading indicator to the Reconciliation card`); report.push(`17 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); 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(profile): change env in Docker`); +report.push(`2021-08-19T10:53:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #360: JIRA-944 Add https for nginx`); +report.push(`2021-08-19T11:34:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-08-19T11:37:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #361: JIRA-944 feat(profile): change env in Docker`); +report.push(`2021-08-19T11:53:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-08-19T12:04:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-944 fix: change env in Docker 2`); +report.push(`2021-08-19T12:04:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-944 fix: change env in Docker 2`); report.push(`8 7 Dockerfile`); report.push(``); -report.push(`2021-08-19T12:05:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #362: SUBO-944 fix: change env in Docker 2`); -report.push(`2021-08-19T13:12:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: add Readed callback for notification cards (pt 5)`); +report.push(`2021-08-19T12:05:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #362: JIRA-944 fix: change env in Docker 2`); +report.push(`2021-08-19T13:12:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: add Readed callback for notification cards (pt 5)`); report.push(`16 9 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`1 1 src/ts/pages/Notifications/index.tsx`); report.push(``); -report.push(`2021-08-19T13:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 fix: fixed bugs`); +report.push(`2021-08-19T13:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 fix: fixed bugs`); report.push(`1 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 6 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`9 6 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`19 15 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-19T14:06:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: fixed bug with pagination`); +report.push(`2021-08-19T14:06:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-945 fix: fixed bug with pagination`); report.push(`0 1 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-08-19T14:33:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 fix: corrected remarks`); +report.push(`2021-08-19T14:33:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 fix: corrected remarks`); report.push(`1 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 6 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`9 6 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`19 15 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-19T15:55:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 feat: added loader for medium Request card`); +report.push(`2021-08-19T15:55:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 feat: added loader for medium Request card`); report.push(`1 0 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`12 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`3 1 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`2 2 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`26 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-08-19T16:46:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 fix: corrected ControlPanel`); +report.push(`2021-08-19T16:46:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 fix: corrected ControlPanel`); report.push(`3 3 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-08-19T16:53:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #359: Feature/SUBO-863 add loading indicator to the Reconciliation card`); -report.push(`2021-08-19T16:58:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-863 fix: solve merge conflicts`); -report.push(`2021-08-19T16:59:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: remove description from main page`); +report.push(`2021-08-19T16:53:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #359: Feature/JIRA-863 add loading indicator to the Reconciliation card`); +report.push(`2021-08-19T16:58:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-863 fix: solve merge conflicts`); +report.push(`2021-08-19T16:59:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: remove description from main page`); report.push(`0 1 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(`1 6 src/ts/pages/MainPage/components/CatalogueItem.tsx`); report.push(``); -report.push(`2021-08-19T17:10:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: change layout for success page (pt. 8)`); +report.push(`2021-08-19T17:10:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: change layout for success page (pt. 8)`); report.push(`8 8 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); 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(`2021-08-19T17:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected adaptive for Main header`); +report.push(`2021-08-19T18:17:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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)`); +report.push(`2021-08-19T18:54:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: change style for INFO in Roles (pt. 6)`); report.push(`15 14 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`4 4 src/ts/helpers/formatter.ts`); 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(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`); -report.push(`2021-08-20T09:01:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-945 fix: change http request for type for Reconciliations`); +report.push(`2021-08-19T18:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #365: JIRA-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: JIRA-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/JIRA-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: JIRA-868 Change style by comments from design`); +report.push(`2021-08-20T09:01:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-945 fix: change http request for type for Reconciliations`); report.push(`4 2 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-08-20T09:08:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #367: SUBO-945 fix: change http request for type for Reconciliations`); -report.push(`2021-08-20T09:33:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: change Docker container, change URL for roles (pt. 11)`); +report.push(`2021-08-20T09:08:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #367: JIRA-945 fix: change http request for type for Reconciliations`); +report.push(`2021-08-20T09:33:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: change Docker container, change URL for roles (pt. 11)`); report.push(`1 1 Dockerfile`); report.push(`1 1 src/ts/pages/Template/api.ts`); report.push(``); -report.push(`2021-08-20T09:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #368: SUBO-868 fix: change Docker container, change URL for roles (pt.11)`); -report.push(`2021-08-20T09:47:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-868 fix: rollback Docker image for NodeJS`); +report.push(`2021-08-20T09:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #368: JIRA-868 fix: change Docker container, change URL for roles (pt.11)`); +report.push(`2021-08-20T09:47:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-868 fix: rollback Docker image for NodeJS`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-08-20T09:48:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #369: SUBO-868 fix: rollback Docker image for NodeJS`); -report.push(`2021-08-20T10:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: corrected getReconciliations api`); +report.push(`2021-08-20T09:48:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #369: JIRA-868 fix: rollback Docker image for NodeJS`); +report.push(`2021-08-20T10:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-945 fix: corrected getReconciliations api`); report.push(`29 3 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-08-20T10:55:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: corrected getTreatmentsWithTotal`); +report.push(`2021-08-20T10:55:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-945 fix: corrected getTreatmentsWithTotal`); report.push(`7 1 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-08-20T11:02:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #370: Bugfix/SUBO-945 Change http request type for Treatments`); -report.push(`2021-08-20T11:43:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: sovle merge conflicts`); -report.push(`2021-08-20T12:06:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-955 fix: change auth token for russian language`); +report.push(`2021-08-20T11:02:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #370: Bugfix/JIRA-945 Change http request type for Treatments`); +report.push(`2021-08-20T11:43:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-945 fix: sovle merge conflicts`); +report.push(`2021-08-20T12:06:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-955 fix: change auth token for russian language`); report.push(`2 1 src/ts/pages/Authorization/api.ts`); report.push(``); -report.push(`2021-08-20T12:11:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-964 fix: remove hack for multiple roles`); +report.push(`2021-08-20T12:11:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-964 fix: remove hack for multiple roles`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`0 12 src/ts/pages/Template/components/Form.tsx`); report.push(`1 3 src/ts/pages/Template/components/Groups.tsx`); report.push(`0 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-08-20T12:19:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #371: SUBO-955 Change auth token and logic in search`); -report.push(`2021-08-20T13:03:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-954 fix: add link format from wiki`); +report.push(`2021-08-20T12:19:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #371: JIRA-955 Change auth token and logic in search`); +report.push(`2021-08-20T13:03:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-954 fix: add link format from wiki`); 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(profile): created Filters`); +report.push(`2021-08-20T13:22:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #372: JIRA-954 fix: add link format from wiki`); +report.push(`2021-08-20T15:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -9727,69 +9727,69 @@ report.push(`43 0 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`) report.push(`42 0 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`5 0 src/ts/pages/Template/api.ts`); report.push(``); -report.push(`2021-08-20T17:59:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-945 fix: corrected StatusFilter component`); +report.push(`2021-08-20T17:59:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-945 fix: corrected StatusFilter component`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); 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(OIR): corrected roles styles`); +report.push(`2021-08-21T22:46:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): corrected roles styles - 2`); +report.push(`2021-08-21T23:38:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-08-21T23:51:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-975 fix: disable Pin button in the Reconciliations table`); report.push(`6 4 src/ts/components/Table/components/Settings.tsx`); 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(`2021-08-22T00:11:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected pagination for Request`); +report.push(`2021-08-22T00:52:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-08-22T00:54:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #373: Feature/JIRA corrected roles styles`); +report.push(`2021-08-22T00:54:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #374: Bugfix/JIRA-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: JIRA-977 fix(faq): corrected pagination for Request`); +report.push(`2021-08-22T14:56:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-08-22T14:58:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #376: SUBO-973 fix: corrected Request api`); -report.push(`2021-08-22T15:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: corrected roles checking logic`); +report.push(`2021-08-22T14:58:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #376: JIRA-973 fix: corrected Request api`); +report.push(`2021-08-22T15:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-973 fix: corrected roles checking logic`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-22T16:05:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #377: SUBO-973 fix: corrected roles checking logic`); -report.push(`2021-08-22T17:23:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: added new logic for roles checking`); +report.push(`2021-08-22T16:05:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #377: JIRA-973 fix: corrected roles checking logic`); +report.push(`2021-08-22T17:23:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-973 fix: added new logic for roles checking`); report.push(`1 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 0 src/ts/pages/Template/components/Groups.tsx`); report.push(`14 3 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-08-22T19:08:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #379: SUBO-973 fix: added new logic for roles checking`); -report.push(`2021-08-23T11:46:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-984 fix: added candidatesGroup displaying for IS step`); +report.push(`2021-08-22T19:08:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #379: JIRA-973 fix: added new logic for roles checking`); +report.push(`2021-08-23T11:46:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-984 fix: added candidatesGroup displaying for IS step`); 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(OIR): corrected help badge displaying logic for denied requests`); +report.push(`2021-08-23T12:56:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2021-08-23T13:14:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-08-23T13:26:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #381: JIRA-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/JIRA-984 fix Roadmap for case with IS`); +report.push(`2021-08-23T15:41:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-973 fix: corrected roles styles`); report.push(`20 7 src/ts/pages/Template/components/Roles.tsx`); report.push(`21 6 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-23T15:43:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #383: SUBO-973 fix: corrected roles styles`); -report.push(`2021-08-23T15:44:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: fixed color`); +report.push(`2021-08-23T15:43:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #383: JIRA-973 fix: corrected roles styles`); +report.push(`2021-08-23T15:44:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-973 fix: fixed color`); report.push(`1 1 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-23T15:46:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #384: SUBO-973 fix: fixed color`); -report.push(`2021-08-23T16:54:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-985 fix: corrected styles`); +report.push(`2021-08-23T15:46:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #384: JIRA-973 fix: fixed color`); +report.push(`2021-08-23T16:54:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-985 fix: corrected styles`); report.push(`3 1 src/ts/components/DataLoader/styles/index.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`0 1 src/ts/pages/AccessRequest/styles/index.scss`); @@ -9804,36 +9804,36 @@ report.push(`9 0 src/ts/pages/Template/styles/hacks.scss`); report.push(`0 1 src/ts/pages/Template/styles/index.scss`); report.push(`3 3 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2021-08-23T16:58:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #385: SUBO-985 fix: corrected styles`); -report.push(`2021-08-23T17:30:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-973 fix: corrected roles checkbox styles`); +report.push(`2021-08-23T16:58:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #385: JIRA-985 fix: corrected styles`); +report.push(`2021-08-23T17:30:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-973 fix: corrected roles checkbox styles`); report.push(`1 1 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-08-23T17:32:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #386: SUBO-973 fix: corrected roles checkbox styles`); -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(`2021-08-23T17:32:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #386: JIRA-973 fix: corrected roles checkbox styles`); +report.push(`2021-08-24T12:05:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected styles by comments from Designer`); +report.push(`2021-08-24T15:38:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): added error message for invalid login or password`); +report.push(`2021-08-24T16:18:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): fixed bug with favorite icon in the template`); +report.push(`2021-08-24T17:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-08-24T18:53:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #394: JIRA-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: JIRA-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>JIRA-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(OIR): corrected error styles for roadmap`); +report.push(`2021-08-25T18:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -9847,25 +9847,25 @@ report.push(`1 1 src/ts/snippets/RequestStatus/styles/info.scss`); 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(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(`2021-08-25T18:51:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #401: JIRA-953 fix: removed accessToken from request queryParam`); +report.push(`2021-08-25T18:52:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #402: JIRA-952 fix(OIR): corrected error styles for roadmap`); +report.push(`2021-08-26T10:37:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-08-26T10:42:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-976 fix: return stateHash`); +report.push(`2021-08-26T10:42:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-976 fix: return stateHash`); report.push(`4 2 src/ts/pages/Notifications/index.tsx`); report.push(``); -report.push(`2021-08-26T12:59:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1000 fix: corrected checkbox layout and Login form logic`); +report.push(`2021-08-26T12:59:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1000 fix: corrected checkbox layout and Login form logic`); report.push(`7 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(`3 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`2 2 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(`27 28 src/ts/pages/Template/components/Roles.tsx`); 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(OIR): fixed warnings in the console`); +report.push(`2021-08-26T13:12:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #404: JIRA-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/JIRA fix filter buttons logic`); +report.push(`2021-08-26T17:29:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,65 +9877,65 @@ 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(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(`2021-08-26T17:31:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #405: JIRA-12 fix(OIR): fixed warnings in the console`); +report.push(`2021-08-27T12:47:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`33 9 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-08-27T12:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-979 fix: solve merge conflicts`); -report.push(`2021-08-27T13:45:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #406: SUBO-979 fix: added ErrorNotification for faild template request process`); -report.push(`2021-08-30T11:02:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-945-add-logic-for-search-filters`); -report.push(`2021-08-30T12:37:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-978 fix: change logic for pagination`); +report.push(`2021-08-27T12:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-979 fix: solve merge conflicts`); +report.push(`2021-08-27T13:45:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #406: JIRA-979 fix: added ErrorNotification for faild template request process`); +report.push(`2021-08-30T11:02:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-945-add-logic-for-search-filters`); +report.push(`2021-08-30T12:37:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add support banner on main page`); +report.push(`2021-08-30T13:26:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add support banner on main page`); +report.push(`2021-08-30T13:31:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-08-30T13:53:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-891 refactor: remove request for RoadMap`); report.push(`23 18 src/ts/pages/Requests/components/item/index.tsx`); report.push(`0 7 src/ts/snippets/RequestStatus/api.ts`); report.push(`11 11 src/ts/snippets/RequestStatus/index.tsx`); 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(`2021-08-30T13:56:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change style for remove blur effect`); +report.push(`2021-08-30T14:05:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-08-30T14:20:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-896 fix: change style for help by design`); report.push(`18 12 src/ts/pages/Template/components/Help.tsx`); report.push(`13 14 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2021-08-30T21:05:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #408: SUBO-891 refactor: remove request for RoadMap`); -report.push(`2021-08-30T21:13:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-978 fix: corrected banner text and removed dots`); +report.push(`2021-08-30T21:05:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #408: JIRA-891 refactor: remove request for RoadMap`); +report.push(`2021-08-30T21:13:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-978 fix: corrected banner text and removed dots`); report.push(`1 1 src/ts/components/Banners/index.tsx`); report.push(`26 0 src/ts/interfaces/FilterParams.ts`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-08-30T21:15:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #407: SUBO-978, SUBO-904 Change logic for pagination, add support banner on main page`); -report.push(`2021-08-30T21:19:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-945-add-logic-for-search-filters`); -report.push(`2021-08-31T09:44:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-896 fix: change style for Help by comments from designer`); +report.push(`2021-08-30T21:15:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #407: JIRA-978, JIRA-904 Change logic for pagination, add support banner on main page`); +report.push(`2021-08-30T21:19:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-945-add-logic-for-search-filters`); +report.push(`2021-08-31T09:44:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-896 fix: change style for Help by comments from designer`); report.push(`0 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`10 16 src/ts/pages/Template/components/Help.tsx`); report.push(`2 3 src/ts/pages/Template/components/Template.tsx`); report.push(`0 6 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2021-08-31T10:10:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #409: SUBO-987, SUBO-896 - Change style for textarea and Help by comments from designer`); -report.push(`2021-08-31T11:13:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-986 fix: change error parser`); +report.push(`2021-08-31T10:10:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #409: JIRA-987, JIRA-896 - Change style for textarea and Help by comments from designer`); +report.push(`2021-08-31T11:13:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-986 fix: change error parser`); report.push(`16 2 src/ts/helpers/HttpClient.ts`); report.push(`1 0 src/ts/interfaces/Error.ts`); 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(profile): added filters for requests`); +report.push(`2021-08-31T13:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -9947,7 +9947,7 @@ report.push(`22 7 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`) report.push(`19 7 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`20 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-08-31T14:14:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-728 fix: add fake Catalogue for Ux tests`); +report.push(`2021-08-31T14:14:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-728 fix: add fake Catalogue for Ux tests`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`2398 0 src/ts/pages/UxTestCatalogue/api.ts`); report.push(`42 0 src/ts/pages/UxTestCatalogue/components/Catalogue.tsx`); @@ -9973,7 +9973,7 @@ report.push(`22 0 src/ts/pages/UxTestCatalogue/helpers/icons.ts`); report.push(`112 0 src/ts/pages/UxTestCatalogue/index.tsx`); report.push(`70 0 src/ts/pages/UxTestCatalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-08-31T14:21:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-728 fix: add fake Catalogue for Ux tests`); +report.push(`2021-08-31T14:21:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-728 fix: add fake Catalogue for Ux tests`); report.push(`1 1 src/ts/pages/UxTestCatalogue/components/Catalogue.tsx`); report.push(`1 1 src/ts/pages/UxTestCatalogue/components/banners/BannerBig.tsx`); report.push(`1 1 src/ts/pages/UxTestCatalogue/components/banners/BannerSmall.tsx`); @@ -9981,17 +9981,17 @@ report.push(`2 2 src/ts/pages/UxTestCatalogue/components/banners/BannersList.tsx report.push(`2 2 src/ts/pages/UxTestCatalogue/components/categories/CategoryList.tsx`); report.push(`4 4 src/ts/pages/UxTestCatalogue/index.tsx`); report.push(``); -report.push(`2021-08-31T14:35:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1028 fix: skip 2 first categories in Catalogue`); +report.push(`2021-08-31T14:35:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1028 fix: skip 2 first categories in Catalogue`); report.push(`17 2 src/ts/pages/Catalogue/helpers/categories-tree.ts`); report.push(``); -report.push(`2021-08-31T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1028 fix: add cache for count request`); +report.push(`2021-08-31T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1028 fix: add cache for count request`); report.push(`3 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`39 12 src/ts/pages/Requests/api.ts`); 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(faq): corrected styles by comments from Designer`); +report.push(`2021-08-31T15:38:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #412: JIRA-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: JIRA-728 Add fake Catalogue for UX tests`); +report.push(`2021-08-31T17:11:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,21 +9999,21 @@ 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(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(`2021-08-31T21:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #413: JIRA-927 fix(faq): corrected styles by comments from Designer`); +report.push(`2021-08-31T22:27:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`12 28 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-08-31T23:21:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-986 fix: clear http request line`); +report.push(`2021-08-31T23:21:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-986 fix: clear http request line`); report.push(`0 3 src/ts/helpers/HttpClient.ts`); report.push(`2 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2021-09-01T12:04:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1039 fix: corrected Header props for Medium Request`); +report.push(`2021-09-01T12:04:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1039 fix: corrected Header props for Medium Request`); report.push(`3 2 src/ts/components/Table/components/TableHead.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/Header.tsx`); report.push(``); -report.push(`2021-09-01T12:48:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 refactor: change requests for catalogue tree`); +report.push(`2021-09-01T12:48:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 refactor: change requests for catalogue tree`); report.push(`26 7 src/ts/components/Image/index.tsx`); report.push(`4 2 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`5 5 src/ts/pages/Catalogue/components/Catalogue.tsx`); @@ -10031,123 +10031,123 @@ report.push(`2 2 src/ts/pages/Search/components/Item/Catalogue.tsx`); report.push(`2 2 src/ts/pages/Search/index.tsx`); report.push(`4 29 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-09-01T12:53:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #414: SUBO-1039 fix: corrected Header props for Medium Request`); -report.push(`2021-09-01T13:10:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 refactor: change requests for catalogue tree`); +report.push(`2021-09-01T12:53:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #414: JIRA-1039 fix: corrected Header props for Medium Request`); +report.push(`2021-09-01T13:10:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 refactor: change requests for catalogue tree`); report.push(`7 5 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`11 4 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-09-01T13:15:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-986 fix: change error parser`); +report.push(`2021-09-01T13:15:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-986 fix: change error parser`); 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(profile): remove levels in Catalogue`); +report.push(`2021-09-01T13:56:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #410: JIRA-986, JIRA-956 fix: change error parser`); +report.push(`2021-09-01T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 1 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`29 0 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-09-01T14:39:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1013 fix: added link to the cssp.vtb.ru for SD-ERROR status of Request`); +report.push(`2021-09-01T14:39:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1013 fix: added link to the cssp.vtb.ru for SD-ERROR status of Request`); report.push(`2 0 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`27 4 src/ts/snippets/RequestStatus/components/roadmap/view/InfoError.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/info.scss`); report.push(``); -report.push(`2021-09-01T15:54:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 fix: change links in template`); +report.push(`2021-09-01T15:54:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 fix: change links in template`); report.push(`4 4 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`14 37 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-09-01T16:06:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 fix: change favorites`); +report.push(`2021-09-01T16:06:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 fix: change favorites`); report.push(`9 9 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(`4 5 src/ts/pages/Template/components/Description.tsx`); report.push(``); -report.push(`2021-09-01T19:06:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-945-add-logic-for-search-filters`); -report.push(`2021-09-02T09:18:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 fix: change requests for catalogue tree`); +report.push(`2021-09-01T19:06:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-945-add-logic-for-search-filters`); +report.push(`2021-09-02T09:18:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 fix: change requests for catalogue tree`); report.push(`0 12 src/ts/pages/Catalogue/api.ts`); report.push(`2 7 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-09-02T09:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #416: SUBO-1013 fix: added link to the cssp.vtb.ru for SD-ERROR status of Request`); -report.push(`2021-09-02T09:43:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 fix: refactoring HTTP requests`); +report.push(`2021-09-02T09:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #416: JIRA-1013 fix: added link to the cssp.vtb.ru for SD-ERROR status of Request`); +report.push(`2021-09-02T09:43:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 fix: refactoring HTTP requests`); report.push(`1 2 src/ts/pages/Authorization/api.ts`); report.push(`9 9 src/ts/pages/Notifications/api.ts`); report.push(`5 0 src/ts/pages/PageWrapper/helpers/getTitleForNotifications.tsx`); report.push(``); -report.push(`2021-09-02T09:48:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 fix: refactoring HTTP requests`); +report.push(`2021-09-02T09:48:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 fix: refactoring HTTP requests`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`0 5 src/ts/pages/PageWrapper/helpers/getTitleForNotifications.tsx`); report.push(``); -report.push(`2021-09-02T10:33:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-876 fix: corrected pop-up text for Notifications`); +report.push(`2021-09-02T10:33:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-876 fix: corrected pop-up text for Notifications`); report.push(`2 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`21 4 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(``); -report.push(`2021-09-02T10:35:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/SUBO-876-Refactoring-HTTP-requests' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-876-Refactoring-HTTP-requests`); -report.push(`2021-09-02T10:39:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #418: SUBO-876 refactoring HTTP requests`); -report.push(`2021-09-02T11:52:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #417: Feature/SUBO-945 add logic for search filters`); -report.push(`2021-09-02T12:45:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-876 refactor: remove folder from search and fix style for menu`); +report.push(`2021-09-02T10:35:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'bugfix/JIRA-876-Refactoring-HTTP-requests' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-876-Refactoring-HTTP-requests`); +report.push(`2021-09-02T10:39:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #418: JIRA-876 refactoring HTTP requests`); +report.push(`2021-09-02T11:52:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #417: Feature/JIRA-945 add logic for search filters`); +report.push(`2021-09-02T12:45:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-876 refactor: remove folder from search and fix style for menu`); 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(profile): added OrgUnit filter`); +report.push(`2021-09-02T12:57:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #415: JIRA-876 Change requests for catalogue tree`); +report.push(`2021-09-02T16:20:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-09-02T16:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #419: JIRA-945 feat(profile): added OrgUnit filter`); +report.push(`2021-09-03T11:29:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`13 10 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(``); -report.push(`2021-09-03T11:42:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #420: SUBO-945 fix: corrected api request for AD users for UserFilter`); -report.push(`2021-09-03T12:34:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1086 fix: change request for recomended`); +report.push(`2021-09-03T11:42:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #420: JIRA-945 fix: corrected api request for AD users for UserFilter`); +report.push(`2021-09-03T12:34:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1086 fix: change request for recomended`); report.push(`1 72 src/ts/pages/MainPage/api.ts`); report.push(`0 2 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); -report.push(`2021-09-03T12:36:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1086 fix: hide folders from search map`); +report.push(`2021-09-03T12:36:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1086 fix: hide folders from search map`); report.push(`3 1 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-09-03T12:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #421: SUBO-1086 Change request for recomended`); -report.push(`2021-09-03T13:34:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1070 fix: correct Button disabling logic for roles requesting`); +report.push(`2021-09-03T12:51:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #421: JIRA-1086 Change request for recomended`); +report.push(`2021-09-03T13:34:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1070 fix: correct Button disabling logic for roles requesting`); report.push(`16 7 src/ts/pages/Authorization/components/Login.tsx`); report.push(`2 2 src/ts/pages/Authorization/view/LoginForm.tsx`); 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(AIS): textarea broken for new styleg`); +report.push(`2021-09-03T14:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #422: JIRA-1070 fix: correct Button disabling logic for roles requesting`); +report.push(`2021-09-03T15:22:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-09-03T15:51:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #423: JIRA-1081 fix(AIS): textarea broken for new style`); +report.push(`2021-09-06T11:27:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1019 feat: add page for IE`); report.push(`- - public/assets/images/ie.png`); report.push(`52 0 public/ie.html`); report.push(``); -report.push(`2021-09-06T11:29:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1058 refactor: remove diff between develop and production`); +report.push(`2021-09-06T11:29:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1058 refactor: remove diff between develop and production`); report.push(`3 9 Dockerfile`); report.push(`3 0 nginx.dev.conf => nginx.conf`); report.push(`0 117 nginx.prod.conf`); report.push(`1 1 public/index.html`); report.push(``); -report.push(`2021-09-06T12:07:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1019 feat: add page for IE`); +report.push(`2021-09-06T12:07:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1019 feat: add page for IE`); report.push(`19 11 nginx.conf`); report.push(``); -report.push(`2021-09-06T12:08:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1019 feat: add page for IE`); +report.push(`2021-09-06T12:08:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1019 feat: add page for IE`); report.push(`0 5 nginx.conf`); report.push(``); -report.push(`2021-09-06T12:25:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1088 fix: add animation for notification`); +report.push(`2021-09-06T12:25:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1088 fix: add animation for notification`); report.push(`16 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-09-06T12:37:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1088 feat: add animation for notification`); +report.push(`2021-09-06T12:37:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1088 feat: add animation for notification`); report.push(`6 9 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-09-06T12:39:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1088 feat: add animation for notification`); +report.push(`2021-09-06T12:39:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1088 feat: add animation for notification`); report.push(`3 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); 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(`2021-09-06T12:46:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added NewTemplate subpage of Builder page`); +report.push(`2021-09-06T13:40:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -10161,10 +10161,10 @@ report.push(`33 0 src/ts/pages/Builder/styles/index.scss`); report.push(`65 0 src/ts/pages/Builder/styles/template.scss`); 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(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(`2021-09-06T13:55:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #424: JIRA-1019, JIRA-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: JIRA-1088 Add animation for notifications`); +report.push(`2021-09-06T17:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #426: JIRA-615 feat(profile): added NewTemplate subpage of Builder page`); +report.push(`2021-09-06T17:49:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -10178,35 +10178,35 @@ report.push(`22 0 src/ts/pages/Builder/view/Cards.tsx`); report.push(`22 0 src/ts/pages/Builder/view/List.tsx`); report.push(`6 6 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-09-06T17:52:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-615 fix: comment Profile page`); +report.push(`2021-09-06T17:52:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-615 fix: comment Profile page`); 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(faq): remove port from redirect`); +report.push(`2021-09-07T10:04:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-09-07T10:07:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #428: JIRA-1017 fix(faq): remove port from redirect`); +report.push(`2021-09-07T11:32:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1094 fix: change style for main page (text overflow)`); report.push(`0 1 src/ts/pages/MainPage/styles/catalogue.scss`); report.push(``); -report.push(`2021-09-07T11:34:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1094 refactor: fix flag name (multiple)`); +report.push(`2021-09-07T11:34:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1094 refactor: fix flag name (multiple)`); report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`1 1 src/ts/pages/Template/components/Groups.tsx`); report.push(``); -report.push(`2021-09-07T11:36:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #427: Feature/SUBO-615 create the main subpage of Builder page`); -report.push(`2021-09-07T11:42:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1079 fix: merge bugfix from master in develop branch`); -report.push(`2021-09-07T11:49:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #430: SUBO-1079 Merge fix in develop`); -report.push(`2021-09-07T13:04:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1079 fix: change logic for search parent element in infinite scroll`); +report.push(`2021-09-07T11:36:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #427: Feature/JIRA-615 create the main subpage of Builder page`); +report.push(`2021-09-07T11:42:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1079 fix: merge bugfix from master in develop branch`); +report.push(`2021-09-07T11:49:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #430: JIRA-1079 Merge fix in develop`); +report.push(`2021-09-07T13:04:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1079 fix: change logic for search parent element in infinite scroll`); report.push(`53 19 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`0 5 src/ts/components/DataLoader/styles/index.scss`); report.push(``); -report.push(`2021-09-07T13:45:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1079 fix: change logic for infinite scroll padding`); +report.push(`2021-09-07T13:45:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1079 fix: change logic for infinite scroll padding`); report.push(`7 2 src/ts/components/DataLoader/index.tsx`); report.push(`25 8 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`2 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`17 14 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-07T16:06:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-958 feat: created the base of Empowerments subpage of Builder page`); +report.push(`2021-09-07T16:06:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-958 feat: created the base of Empowerments subpage of Builder page`); report.push(`6 17 src/ts/pages/Builder/Main.tsx`); report.push(`13 11 src/ts/pages/Builder/NewTemplate.tsx`); report.push(`4 24 src/ts/pages/Builder/components/AccessDetails.tsx`); @@ -10221,9 +10221,9 @@ report.push(`8 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`4 28 src/ts/pages/Builder/styles/index.scss`); report.push(`3 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-09-07T16:12:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #429: SUBO-1094 Fix flag in roles and style for main page`); -report.push(`2021-09-07T16:48:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #431: SUBO-958 feat: created the base of Empowerments subpage of Builder page`); -report.push(`2021-09-07T18:15:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-958 feat: added Control Panel and Cards view`); +report.push(`2021-09-07T16:12:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #429: JIRA-1094 Fix flag in roles and style for main page`); +report.push(`2021-09-07T16:48:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #431: JIRA-958 feat: created the base of Empowerments subpage of Builder page`); +report.push(`2021-09-07T18:15:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-958 feat: added Control Panel and Cards view`); report.push(`13 3 src/ts/pages/Builder/Main.tsx`); report.push(`81 0 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`53 0 src/ts/pages/Builder/components/ShortCard.tsx`); @@ -10233,23 +10233,23 @@ report.push(`14 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`9 0 src/ts/pages/Builder/styles/index.scss`); report.push(`2 2 src/ts/pages/Builder/view/Cards.tsx`); report.push(``); -report.push(`2021-09-08T08:55:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #432: SUBO-958 feat: added Control Panel and Cards view`); -report.push(`2021-09-08T11:24:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1079 fix: change logic for search parent in infinite scroll`); +report.push(`2021-09-08T08:55:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #432: JIRA-958 feat: added Control Panel and Cards view`); +report.push(`2021-09-08T11:24:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1079 fix: change logic for search parent in infinite scroll`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`3 2 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); 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(Excel): add roles and requests in Nginx config`); +report.push(`2021-09-08T11:46:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add roles and requests in Nginx config`); +report.push(`2021-09-08T11:52:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-08T12:49:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #434: SUBO-1106 Add roles and requests in Nginx config`); -report.push(`2021-09-08T13:29:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1106 refactor: remove double location in Nginx`); +report.push(`2021-09-08T12:49:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #434: JIRA-1106 Add roles and requests in Nginx config`); +report.push(`2021-09-08T13:29:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1106 refactor: remove double location in Nginx`); report.push(`25 74 nginx.conf`); report.push(`47 47 src/setupProxy.js`); report.push(`8 8 src/ts/pages/Authorization/api.ts`); @@ -10264,8 +10264,8 @@ report.push(`14 14 src/ts/pages/Requests/api.ts`); report.push(`8 8 src/ts/pages/Template/api.ts`); report.push(`5 5 src/ts/pages/UxTestCatalogue/api.ts`); report.push(``); -report.push(`2021-09-08T13:35:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #435: SUBO-1106 refactor: remove double location in Nginx`); -report.push(`2021-09-08T18:15:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-958 feat: added new components to the Empowerments form`); +report.push(`2021-09-08T13:35:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #435: JIRA-1106 refactor: remove double location in Nginx`); +report.push(`2021-09-08T18:15:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-958 feat: added new components to the Empowerments form`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`3 3 src/ts/components/Table/index.tsx`); report.push(`2 0 src/ts/components/Table/styles/index.scss`); @@ -10279,26 +10279,26 @@ report.push(`64 0 src/ts/pages/Builder/styles/empowerments.scss`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`2 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-09-08T18:25:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #433: SUBO-1079 Change logic for search parent in infinite scroll`); -report.push(`2021-09-08T18:26:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'develop' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-958-develop-Empowerments-form`); -report.push(`2021-09-09T09:31:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1109 fix: show full text for long title on small display in Catalogue`); +report.push(`2021-09-08T18:25:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #433: JIRA-1079 Change logic for search parent in infinite scroll`); +report.push(`2021-09-08T18:26:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'develop' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-958-develop-Empowerments-form`); +report.push(`2021-09-09T09:31:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1109 fix: show full text for long title on small display in Catalogue`); report.push(`0 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-09-09T10:21:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-958 fix: corrected Select styles`); +report.push(`2021-09-09T10:21:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-958 fix: corrected Select styles`); report.push(`1 1 src/ts/components/Select/styles/index.scss`); report.push(`27 29 src/ts/pages/Builder/components/Empowerments.tsx`); report.push(`2 1 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2021-09-09T10:23:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-958 fix: corrected Select styles`); +report.push(`2021-09-09T10:23:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-958 fix: corrected Select styles`); report.push(`1 1 src/ts/pages/Builder/styles/empowerments.scss`); report.push(``); -report.push(`2021-09-09T10:30:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #436: SUBO-1109 fix: show full text for long title on small display in Catalogue`); -report.push(`2021-09-09T10:32:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #437: Feature/SUBO-958 develop Empowerments form`); -report.push(`2021-09-09T11:19:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1105 fix: set color for new and old roles by status`); +report.push(`2021-09-09T10:30:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #436: JIRA-1109 fix: show full text for long title on small display in Catalogue`); +report.push(`2021-09-09T10:32:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #437: Feature/JIRA-958 develop Empowerments form`); +report.push(`2021-09-09T11:19:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1105 fix: set color for new and old roles by status`); report.push(`9 5 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-09-09T12:42:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #438: SUBO-1105 fix: set color for new and old roles by status`); -report.push(`2021-09-10T13:35:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-959 feat: added Rules subpages`); +report.push(`2021-09-09T12:42:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #438: JIRA-1105 fix: set color for new and old roles by status`); +report.push(`2021-09-10T13:35:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-959 feat: added Rules subpages`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`1 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`35 0 src/ts/pages/Builder/components/AddItemButton.tsx`); @@ -10330,8 +10330,8 @@ report.push(`2 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`34 3 src/ts/pages/Builder/styles/index.scss`); report.push(`68 2 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-09-10T13:44:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #440: SUBO-959 feat: added Rules subpages`); -report.push(`2021-09-10T15:24:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-10T13:44:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #440: JIRA-959 feat: added Rules subpages`); +report.push(`2021-09-10T15:24:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`1 1 src/setupProxy.js`); report.push(`51 0 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(`35 0 src/ts/components/Tree/components/TreeItem.tsx`); @@ -10343,10 +10343,10 @@ report.push(`15 1 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`49 0 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(`20 17 src/ts/pages/Requests/components/controls/OrgUnitFilter.tsx`); report.push(``); -report.push(`2021-09-10T15:27:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-10T15:27:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`5 5 src/ts/components/Tree/index.tsx`); report.push(``); -report.push(`2021-09-11T12:09:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T12:09:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`22 6 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(`18 3 src/ts/components/Tree/components/TreeItem.tsx`); report.push(`4 0 src/ts/components/Tree/components/TreeMore.tsx`); @@ -10357,39 +10357,39 @@ report.push(`1 0 src/ts/components/index.scss`); report.push(`29 0 src/ts/pages/Requests/api.ts`); report.push(`9 17 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-11T13:59:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T13:59:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`13 4 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(`13 4 src/ts/components/Tree/components/TreeItem.tsx`); report.push(`71 22 src/ts/components/Tree/helpers/index.ts`); report.push(`4 0 src/ts/components/Tree/index.scss`); report.push(`32 5 src/ts/components/Tree/index.tsx`); report.push(``); -report.push(`2021-09-11T16:03:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T16:03:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`3 3 src/ts/components/Tree/helpers/index.ts`); report.push(`2 2 src/ts/components/Tree/index.scss`); report.push(`26 7 src/ts/components/Tree/index.tsx`); report.push(`12 4 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-11T16:26:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T16:26:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`18 23 src/ts/components/Tree/helpers/index.ts`); report.push(`13 9 src/ts/components/Tree/index.tsx`); report.push(`1 1 src/ts/interfaces/FilterParams.ts`); report.push(`2 2 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-11T16:43:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T16:43:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`1 1 src/ts/components/Tree/index.tsx`); report.push(`5 17 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`6 14 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(`0 63 src/ts/pages/Requests/components/controls/OrgUnitFilter.tsx`); report.push(``); -report.push(`2021-09-11T17:00:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T17:00:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`96 0 src/ts/components/JsonSchema/components/widgets/Tree.tsx`); report.push(`75 0 src/ts/components/Tree/helpers/select.ts`); report.push(`3 3 src/ts/components/Tree/index.tsx`); report.push(`9 3 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`14 11 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-11T17:19:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1119 feat: add tree component`); +report.push(`2021-09-11T17:19:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1119 feat: add tree component`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Tree.tsx`); report.push(`13 11 src/ts/components/Tree/helpers/index.ts`); report.push(`1 1 src/ts/components/Tree/helpers/select.ts`); @@ -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(OIR): fixed prod bugs`); +report.push(`2021-09-11T20:04:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,16 +10415,16 @@ 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(OIR): corrected pop-up styles`); +report.push(`2021-09-11T20:14:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): corrected header search icon`); +report.push(`2021-09-11T20:23:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #441: JIRA-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/JIRA-1122-fix-bugs-for-prod`); +report.push(`2021-09-11T20:40:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-09-11T21:33:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: return release-1 from master`); +report.push(`2021-09-11T21:12:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #443: Bugfix/JIRA-1122 fix bugs for prod`); +report.push(`2021-09-11T21:33:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: return release-1 from master`); report.push(`58 25 nginx.conf`); report.push(`3 3 public/robots.txt`); report.push(`0 3 src/assets/custom-ui-kit/BuilderSolid.svg`); @@ -10546,14 +10546,14 @@ 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(AIS): update filters by Date`); +report.push(`2021-09-13T13:46:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`65 11 src/ts/pages/Requests/components/ControlPanelDate.tsx`); report.push(`6 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-13T17:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-959 feat: created ApprovalRules subpages`); +report.push(`2021-09-13T17:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-959 feat: created ApprovalRules subpages`); report.push(`0 62 src/ts/pages/Builder/components/CheckboxTree.tsx`); report.push(`21 19 src/ts/pages/Builder/components/ModalWindow.tsx`); report.push(`51 0 src/ts/pages/Builder/components/OrgStructuresFilter.tsx`); @@ -10575,27 +10575,27 @@ report.push(`2 1 src/ts/pages/Builder/styles/hacks.scss`); 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(AIS): update filters by Date`); +report.push(`2021-09-14T08:53:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #445: JIRA-959 feat: created ApprovalRules subpages`); +report.push(`2021-09-14T09:43:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #444: JIRA-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(faq): fixed bugs`); +report.push(`2021-09-14T14:27:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`0 1 src/ts/pages/Requests/styles/item.scss`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-09-14T14:54:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1123 refactor: change loader for Tree`); +report.push(`2021-09-14T14:54:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1123 refactor: change loader for Tree`); report.push(`2 16 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`31 0 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`2 2 src/ts/components/Tree/index.tsx`); report.push(`2 2 src/ts/pages/Requests/api.ts`); report.push(`4 3 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-14T14:57:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1123 refactor: change loader for Tree`); +report.push(`2021-09-14T14:57:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1123 refactor: change loader for Tree`); report.push(`2 2 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2021-09-14T15:11:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 refactor: fix page number`); +report.push(`2021-09-14T15:11:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1037 refactor: fix page number`); report.push(`4 4 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/components/SuccessRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); @@ -10609,71 +10609,71 @@ report.push(`1 1 src/ts/pages/Requests/components/MiniSearch.tsx`); report.push(`1 1 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(`1 1 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(``); -report.push(`2021-09-14T15:14:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1037 refactor: fix page number`); +report.push(`2021-09-14T15:14:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1037 refactor: fix page number`); report.push(`1 1 src/ts/pages/Notifications/api.ts`); report.push(``); -report.push(`2021-09-14T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #447: SUBO-1037 refactor: fix page number`); +report.push(`2021-09-14T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #447: JIRA-1037 refactor: fix page number`); 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:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #446: JIRA-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(faq): fixed bugs`); +report.push(`2021-09-14T15:49:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #448: JIRA-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(faq): corrected pageNumber prop for Buttons component`); +report.push(`2021-09-14T16:21:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected pageNumber prop for Buttons component`); +report.push(`2021-09-14T17:38:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #449: JIRA-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(`2021-09-15T09:23:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1123 fix: change parameters in Loader for Tree`); report.push(`6 28 src/ts/pages/Requests/api.ts`); report.push(`3 3 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`1 1 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-15T09:35:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1123 fix: clear filter for null value`); +report.push(`2021-09-15T09:35:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1123 fix: clear filter for null value`); report.push(`6 3 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(``); -report.push(`2021-09-15T10:00:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1156 refactor: change request for tree`); +report.push(`2021-09-15T10:00:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1156 refactor: change request for tree`); report.push(`4 3 src/ts/pages/Builder/components/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-15T10:34:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1123 fix: add limit for list of values`); +report.push(`2021-09-15T10:34:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1123 fix: add limit for list of values`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Tree.tsx`); report.push(`1 1 src/ts/components/Tree/index.tsx`); report.push(`3 1 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`1 0 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); 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:35:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #451: JIRA-1156 refactor: change request for tree`); +report.push(`2021-09-15T10:49:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #450: JIRA-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(OIR): return readAll in notification`); +report.push(`2021-09-15T11:02:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): return readAll in notification`); +report.push(`2021-09-15T11:13:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #452: JIRA-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(`2021-09-15T15:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1165 fix: correct Requests loading process`); report.push(`5 5 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 7 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`10 27 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`0 11 src/ts/pages/Requests/components/item/index.tsx`); 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:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #453: JIRA-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(faq): 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>JIRA-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(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(`2021-09-16T11:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #454: JIRA-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>JIRA-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(faq): add new support phone number`); +report.push(`2021-09-16T11:13:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #455: JIRA-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(profile): add example for validation data in Form`); +report.push(`2021-09-16T12:25:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,21 +10681,21 @@ 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(profile): add example for validation data in Form`); +report.push(`2021-09-16T12:27:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add example for validation data in Form`); +report.push(`2021-09-16T12:30:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add example for validation data in Form`); +report.push(`2021-09-16T12:31:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-09-16T15:44:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1216 fix: hide filters for search`); report.push(`2 2 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-09-16T15:49:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #458: SUBO-1216 fix: hide filters for search`); +report.push(`2021-09-16T15:49:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #458: JIRA-1216 fix: hide filters for search`); report.push(`2021-09-16T15:49:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-16T18:15:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1188 feat: added checkbox for access removing`); +report.push(`2021-09-16T18:15:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1188 feat: added checkbox for access removing`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 0 src/ts/interfaces/request/RequestNew.ts`); report.push(`12 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -10707,105 +10707,105 @@ 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(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(`2021-09-16T18:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #456: JIRA-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: JIRA-1188 feat: added checkbox for access removing`); +report.push(`2021-09-17T10:26:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1193 feat: remove disabled for User list in Template`); report.push(`3 1 src/ts/pages/Template/api.ts`); report.push(`16 6 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-09-17T10:34:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1193 feat: remove disabled for User list in Template`); +report.push(`2021-09-17T10:34:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1193 feat: remove disabled for User list in Template`); report.push(`0 2 src/ts/pages/Template/api.ts`); report.push(`10 4 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-09-17T11:56:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1118 feat: add cache for backend requests`); +report.push(`2021-09-17T11:56:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1118 feat: add cache for backend requests`); report.push(`1 0 Dockerfile`); report.push(`20 1 nginx.conf`); report.push(``); -report.push(`2021-09-17T12:19:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1118 feat: add cache for backend requests`); +report.push(`2021-09-17T12:19:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1118 feat: add cache for backend requests`); report.push(`1 0 nginx.conf`); report.push(``); -report.push(`2021-09-17T12:37:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1118 feat: add cache for backend requests`); +report.push(`2021-09-17T12:37:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1118 feat: add cache for backend requests`); 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(faq): clear cache after unmounting Reconciliations and Treatments pages`); +report.push(`2021-09-17T12:43:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-09-17T12:57:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #461: SUBO-1118 Add PNG in cache and add comments for proxy config`); -report.push(`2021-09-17T13:00:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #460: SUBO-1193 feat: remove disabled for User list in Template`); -report.push(`2021-09-17T13:35:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1224 fix: change mail text`); +report.push(`2021-09-17T12:57:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #461: JIRA-1118 Add PNG in cache and add comments for proxy config`); +report.push(`2021-09-17T13:00:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #460: JIRA-1193 feat: remove disabled for User list in Template`); +report.push(`2021-09-17T13:35:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1224 fix: change mail text`); report.push(`4 4 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2021-09-17T13:36:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1224 fix: change mail text`); +report.push(`2021-09-17T13:36:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): removed help badge for planned steps in roadmap`); +report.push(`2021-09-17T13:36:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2021-09-17T13:39:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #464: JIRA-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: JIRA-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(faq): 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: JIRA-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(faq): return transparent background for textarea`); +report.push(`2021-09-18T09:22:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-09-18T09:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #465: JIRA-987 fix(faq): return transparent background for textarea`); +report.push(`2021-09-18T10:19:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-18T11:24:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1228 fix: cleaned up Roles after Template page unmounting`); +report.push(`2021-09-18T11:24:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1228 fix: cleaned up Roles after Template page unmounting`); report.push(`5 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-09-18T11:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1228 fix: removing unused code`); +report.push(`2021-09-18T11:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1228 fix: removing unused code`); 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:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #468: Bugfix/JIRA-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(faq): 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: JIRA-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(faq): added Route to AccessRequest page`); +report.push(`2021-09-18T13:19:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2021-09-18T15:17:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1230 fix: add all urls in Nginx for SM`); +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/JIRA-1227-Add-link-on-success-page`); +report.push(`2021-09-18T15:17:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1230 fix: add all urls in Nginx for SM`); report.push(`14 2 nginx.conf`); 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(faq): added Route to AccessRequest page`); +report.push(`2021-09-18T15:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #471: JIRA-1230 fix: add all urls in Nginx for SM`); +report.push(`2021-09-18T15:24:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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: JIRA-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: JIRA-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(AIS): enable Request Button for old roles`); +report.push(`2021-09-18T21:09:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2021-09-19T11:14:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(OIR): corrected roles sorting and removed grey color for old role`); +report.push(`2021-09-19T11:50:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #474: JIRA-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: JIRA-1229 fix: corrected endpoint for Notifications count`); +report.push(`2021-09-19T13:11:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2021-09-19T13:17:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-09-19T13:19:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #477: JIRA-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: JIRA-1235 fix: add reload page after comment`); +report.push(`2021-09-19T13:29:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1235 fix: merge Master and Release`); +report.push(`2021-09-19T13:52:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #481: JIRA-1235 Merge release and master`); +report.push(`2021-09-20T10:43:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add multiple select for search filters`); +report.push(`2021-09-20T14:48:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add multiple select for search filters`); +report.push(`2021-09-20T16:49:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,13 +10834,13 @@ 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(Excel): add multiple select for search filters`); +report.push(`2021-09-20T18:22:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-21T09:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #482: SUBO-1223 fix: hide cursor for roadmap`); +report.push(`2021-09-21T09:42:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #482: JIRA-1223 fix: hide cursor for roadmap`); report.push(`2021-09-21T09:42:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.0.0 -> master`); -report.push(`2021-09-21T12:23:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1240 fix: add value list`); +report.push(`2021-09-21T12:23:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1240 fix: add value list`); report.push(`44 0 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`49 0 src/ts/components/Select/components/value-list/List.tsx`); report.push(`13 0 src/ts/components/Select/index.tsx`); @@ -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(Excel): add multiple select for search filtersg`); +report.push(`2021-09-21T14:48:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,13 +10858,13 @@ 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(Excel): add Tree in Select`); +report.push(`2021-09-21T16:42:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`39 13 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-09-22T11:27:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1188 feat: added new logic for Access Closing`); +report.push(`2021-09-22T11:27:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1188 feat: added new logic for Access Closing`); report.push(`1 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`4 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -10880,8 +10880,8 @@ report.push(`68 0 src/ts/pages/Template/components/modals/DraftModal.tsx`); report.push(`7 7 src/ts/pages/Template/store/Template.ts`); report.push(`0 5 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-09-22T16:39:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #483: SUBO-1188 feat: added new logic for Access Closing`); -report.push(`2021-09-22T19:04:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1203 fix: corrected Builder by comments from Designer`); +report.push(`2021-09-22T16:39:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #483: JIRA-1188 feat: added new logic for Access Closing`); +report.push(`2021-09-22T19:04:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1203 fix: corrected Builder by comments from Designer`); report.push(`4 2 src/ts/pages/Builder/components/ButtonsGroup.tsx`); report.push(`20 14 src/ts/pages/Builder/components/ModalWindow.tsx`); report.push(`39 2 src/ts/pages/Builder/components/RulesFormWrapper.tsx`); @@ -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(Excel): add multiple select for search filters`); +report.push(`2021-09-23T09:27:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add multiple select for search filters`); +report.push(`2021-09-23T10:33:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -10925,20 +10925,20 @@ report.push(`15 72 src/ts/components/Select/components/value/index.tsx`); report.push(`0 12 src/ts/components/Select/helpers/index.ts`); 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(Excel): add multiple select for search filters`); +report.push(`2021-09-23T10:34:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #484: JIRA-1203 fix: corrected Builder by comments from Designer`); +report.push(`2021-09-23T10:51:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1186 refactor: merge with develop`); +report.push(`2021-09-23T11:31:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add multiple select for search filters`); +report.push(`2021-09-23T11:44:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-23T13:08:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1203 fix: added Success page routing for buttons`); +report.push(`2021-09-23T13:08:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1203 fix: added Success page routing for buttons`); report.push(`8 5 src/ts/pages/Builder/components/ButtonsGroup.tsx`); report.push(`71 0 src/ts/pages/Builder/components/modals/ApproveModal.tsx`); report.push(`68 0 src/ts/pages/Builder/components/modals/DraftModal.tsx`); @@ -10951,42 +10951,42 @@ report.push(`34 9 src/ts/pages/Builder/pages/NewTemplate.tsx`); 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(AIS): remove cache from html`); +report.push(`2021-09-23T13:24:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #485: JIRA-1186 Add multiple select for search filters`); +report.push(`2021-09-23T14:24:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-09-23T15:34:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #486: JIRA-1201 fix(AIS): remove cache from html`); +report.push(`2021-09-23T17:12:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-09-23T17:25:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #489: JIRA-1232 fix(OIR): corrected Roles color logic`); +report.push(`2021-09-24T09:18:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1186 fix: select User in Template not work`); report.push(`8 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-09-24T09:26:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1186 fix: select user in Template not work`); +report.push(`2021-09-24T09:26:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1186 fix: select user in Template not work`); report.push(`10 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-09-24T09:30:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #490: SUBO-1186 Select user in Template not work`); -report.push(`2021-09-24T09:45:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1089 fix: change style for Clear button in Select`); +report.push(`2021-09-24T09:30:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #490: JIRA-1186 Select user in Template not work`); +report.push(`2021-09-24T09:45:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1089 fix: change style for Clear button in Select`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); 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(OIR): add text with warning in Template`); +report.push(`2021-09-24T09:47:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #491: JIRA-1089 fix: change style for Clear button in Select`); +report.push(`2021-09-24T11:09:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change style for disable select in Template (pt 3.1)`); +report.push(`2021-09-24T11:15:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-24T11:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #492: SUBO-1037, SUBO-1262 Add text with warning in Template and change style for disable select in Template (pt 3.1)`); -report.push(`2021-09-24T12:52:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1263 fix: change style for roles in table`); +report.push(`2021-09-24T11:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #492: JIRA-1037, JIRA-1262 Add text with warning in Template and change style for disable select in Template (pt 3.1)`); +report.push(`2021-09-24T12:52:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1263 fix: change style for roles in table`); report.push(`26 33 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`1 1 src/ts/components/Table/components/BackgroundTableGrid.tsx`); report.push(`29 25 src/ts/components/Table/components/Groups.tsx`); @@ -10994,29 +10994,29 @@ report.push(`1 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`6 3 src/ts/components/Table/styles/index.scss`); report.push(`38 31 src/ts/components/Table/styles/info.scss`); report.push(``); -report.push(`2021-09-24T12:53:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1263 fix: change style for roles in table`); +report.push(`2021-09-24T12:53:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1263 fix: change style for roles in table`); report.push(`1 1 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(``); -report.push(`2021-09-24T12:55:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #493: SUBO-1263 Change style for roles in table`); -report.push(`2021-09-24T12:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #487: SUBO-1203 fix: added Success page routing for buttons`); -report.push(`2021-09-28T09:47:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1306 fix: add description in Template`); +report.push(`2021-09-24T12:55:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #493: JIRA-1263 Change style for roles in table`); +report.push(`2021-09-24T12:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #487: JIRA-1203 fix: added Success page routing for buttons`); +report.push(`2021-09-28T09:47:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1306 fix: add description in Template`); report.push(`6 3 src/ts/pages/Template/components/Description.tsx`); report.push(`4 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-09-28T09:49:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1125 fix: change style for Roles by Design`); +report.push(`2021-09-28T09:49:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1125 fix: change style for Roles by Design`); report.push(`44 11 src/ts/pages/Template/components/Roles.tsx`); report.push(`8 3 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-09-28T09:51:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1299 fix: change searchText with delay for loader`); +report.push(`2021-09-28T09:51:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1299 fix: change searchText with delay for loader`); report.push(`22 32 src/ts/components/Select/components/Search.tsx`); report.push(`14 3 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-09-28T09:52:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1299 refactor: add global config for backend`); +report.push(`2021-09-28T09:52:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1299 refactor: add global config for backend`); 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:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #494: JIRA-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(profile): add UiKit component Hint`); +report.push(`2021-09-30T09:41:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,17 +11025,17 @@ 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(profile): add UiKit component Hint`); +report.push(`2021-09-30T10:39:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add UiKit component Hint`); +report.push(`2021-09-30T10:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #495: JIRA-965, JIRA-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(AIS): rename AD group in RoadMap`); +report.push(`2021-09-30T11:01:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): rename AD group in RoadMap`); +report.push(`2021-09-30T11:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #496: JIRA-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(`2021-09-30T11:35:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: change orgUnit filter requests`); report.push(`2 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 0 src/ts/pages/Requests/api.ts`); report.push(`6 4 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); @@ -11043,117 +11043,117 @@ report.push(`13 0 src/ts/pages/Requests/helpers/search.ts`); report.push(`1 1 src/ts/pages/Requests/store/SearchFilters.ts`); report.push(`2 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-09-30T11:50:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: change orgUnit filter requests`); +report.push(`2021-09-30T11:50:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: change orgUnit filter requests`); report.push(`4 1 src/ts/pages/Requests/components/controls/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2021-09-30T11:52:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: change orgUnit filter requests`); +report.push(`2021-09-30T11:52:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: change orgUnit filter requests`); report.push(`1 0 src/ts/components/Table/styles/settings.scss`); report.push(`1 0 src/ts/pages/Requests/styles/filter.scss`); report.push(``); -report.push(`2021-09-30T11:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #497: SUBO-1166 Change orgUnit filter requests`); +report.push(`2021-09-30T11:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #497: JIRA-1166 Change orgUnit filter requests`); report.push(`2021-09-30T11:55:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T12:58:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: rename pagination parameters for user list`); +report.push(`2021-09-30T12:58:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: rename pagination parameters for user list`); report.push(`1 1 src/ts/pages/Authorization/api.ts`); report.push(``); -report.push(`2021-09-30T13:03:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #498: SUBO-1166 Fix scroll for second page in User list (for admin)`); +report.push(`2021-09-30T13:03:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #498: JIRA-1166 Fix scroll for second page in User list (for admin)`); report.push(`2021-09-30T13:03:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T13:16:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: remove chache in Nginx`); +report.push(`2021-09-30T13:16:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: remove chache in Nginx`); report.push(`7 0 nginx.conf`); report.push(``); -report.push(`2021-09-30T13:19:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: replace text for main requests on page`); +report.push(`2021-09-30T13:19:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: replace text for main requests on page`); report.push(`2 2 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-09-30T13:20:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #499: SUBO-1166 Remove cache in Nginx and replace text for main requests on page`); +report.push(`2021-09-30T13:20:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #499: JIRA-1166 Remove cache in Nginx and replace text for main requests on page`); report.push(`2021-09-30T13:20:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-09-30T15:04:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: change z-index for title in sidebar`); +report.push(`2021-09-30T15:04:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: change z-index for title in sidebar`); 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>Pull request #500: JIRA-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(Excel): change formats for link in Template description`); +report.push(`2021-09-30T16:48:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-09-30T16:52:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1166 fix: hide filters by orgUnit for demo`); +report.push(`2021-09-30T16:52:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1166 fix: hide filters by orgUnit for demo`); report.push(`0 10 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`4 4 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`); report.push(`4 4 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(``); -report.push(`2021-09-30T16:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #501: SUBO-1166, SUBO-1326 Change format for link and fix filters and hide filters by orgUnit for demo`); +report.push(`2021-09-30T16:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #501: JIRA-1166, JIRA-1326 Change format for link and fix filters and hide filters by orgUnit for demo`); report.push(`2021-09-30T16:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T10:39:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1334 fix: update roles by userUpn`); +report.push(`2021-10-01T10:39:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1334 fix: update roles by userUpn`); report.push(`4 0 src/ts/pages/Template/api.ts`); report.push(`11 2 src/ts/pages/Template/components/Form.tsx`); report.push(`2 9 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`11 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-01T11:03:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1339 fix: add select class for filters on Control panel`); +report.push(`2021-10-01T11:03:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1339 fix: add select class for filters on Control panel`); report.push(`1 0 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 1 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(`1 0 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-10-01T11:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #503: SUBO-1339 fix: add select class for filters on Control panel`); +report.push(`2021-10-01T11:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #503: JIRA-1339 fix: add select class for filters on Control panel`); report.push(`2021-10-01T11:04:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T11:15:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1334 fix: update roles by userUpn`); +report.push(`2021-10-01T11:15:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1334 fix: update roles by userUpn`); report.push(`5 6 src/ts/pages/Template/api.ts`); report.push(`9 6 src/ts/pages/Template/components/Form.tsx`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-10-01T11:16:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #502: SUBO-1334 fix: update roles by userUpn`); +report.push(`2021-10-01T11:16:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #502: JIRA-1334 fix: update roles by userUpn`); report.push(`2021-10-01T11:16:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T11:43:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1340 fix: remove item from Select list`); +report.push(`2021-10-01T11:43:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add focus for search input in Select`); +report.push(`2021-10-01T11:51:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): 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>JIRA-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`); +report.push(`2021-10-01T12:03:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #504: JIRA-1340, JIRA-1341, JIRA-1342 - Fix errors in Select element and Search filters`); report.push(`2021-10-01T12:03:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T14:47:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1345 fix: hide removing roles`); +report.push(`2021-10-01T14:47:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1345 fix: hide removing roles`); report.push(`2 0 src/ts/pages/Template/components/Form.tsx`); report.push(`10 7 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-01T15:27:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1345 fix: show authorFullName`); +report.push(`2021-10-01T15:27:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1345 fix: show authorFullName`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`9 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 2 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(`0 4 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`8 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-10-01T15:34:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1345 fix: show authorFullName`); +report.push(`2021-10-01T15:34:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1345 fix: show authorFullName`); report.push(`2 2 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`3 3 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2021-10-01T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #506: SUBO-1345 Add authorFullName`); +report.push(`2021-10-01T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #506: JIRA-1345 Add authorFullName`); report.push(`2021-10-01T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-01T16:18:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1348 fix: remove link from text`); +report.push(`2021-10-01T16:18:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change logic for remove filters by value`); +report.push(`2021-10-01T16:19:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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>Pull request #507: JIRA-1347, JIRA-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(faq): add author login in table`); +report.push(`2021-10-01T17:13:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add author login in table`); +report.push(`2021-10-01T17:14:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #508: JIRA-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:02+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Pull request #505: JIRA-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`); -report.push(`2021-10-04T10:48:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1344 fix: returned Access Closing functionality`); +report.push(`2021-10-04T10:48:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1344 fix: returned Access Closing functionality`); report.push(`0 2 src/ts/pages/Template/components/Form.tsx`); report.push(`7 7 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-10-04T10:52:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-04T10:52:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #509: SUBO-1344 fix: returned Access Closing functionality`); -report.push(`2021-10-04T13:41:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1344 fix: corrected styles`); +report.push(`2021-10-04T10:52:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #509: JIRA-1344 fix: returned Access Closing functionality`); +report.push(`2021-10-04T13:41:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1344 fix: corrected styles`); report.push(`0 1 src/ts/interfaces/request/RequestMedium.ts`); report.push(`3 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(`4 11 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11169,8 +11169,8 @@ report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); report.push(`2021-10-04T13:55:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-04T13:55:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #510: SUBO-1344 fix: corrected styles`); -report.push(`2021-10-05T11:42:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1293 feat: added Modal window for requests collision`); +report.push(`2021-10-04T13:55:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #510: JIRA-1344 fix: corrected styles`); +report.push(`2021-10-05T11:42:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1293 feat: added Modal window for requests collision`); report.push(`3 0 src/ts/pages/Template/api.ts`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(`30 7 src/ts/pages/Template/components/Template.tsx`); @@ -11178,19 +11178,19 @@ report.push(`103 0 src/ts/pages/Template/components/modals/RequestsCollisionModa report.push(`8 3 src/ts/pages/Template/store/Template.ts`); report.push(`19 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-10-05T11:46:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #511: SUBO-1293 feat: added Modal window for requests collision`); -report.push(`2021-10-05T16:22:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1293 fix: changed proxy target`); +report.push(`2021-10-05T11:46:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #511: JIRA-1293 feat: added Modal window for requests collision`); +report.push(`2021-10-05T16:22:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1293 fix: changed proxy target`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2021-10-05T16:25:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #512: SUBO-1293 fix: changed proxy target`); -report.push(`2021-10-06T10:22:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1378 fix: corrected infinite scroll in the users drowpdown`); +report.push(`2021-10-05T16:25:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #512: JIRA-1293 fix: changed proxy target`); +report.push(`2021-10-06T10:22:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1378 fix: corrected infinite scroll in the users drowpdown`); report.push(`1 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`1 1 src/ts/pages/Template/api.ts`); report.push(`2 3 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-10-06T10:26:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #513: SUBO-1378 fix: corrected infinite scroll in the users drowpdown`); +report.push(`2021-10-06T10:26:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #513: JIRA-1378 fix: corrected infinite scroll in the users drowpdown`); report.push(`2021-10-06T10:26:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.1.0 -> master`); -report.push(`2021-10-10T19:33:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1282 feat: added OIR template form`); +report.push(`2021-10-10T19:33:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1282 feat: added OIR template form`); report.push(`8 1 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 0 src/ts/interfaces/Category.ts`); report.push(`9 3 src/ts/pages/Authorization/components/Success.tsx`); @@ -11214,7 +11214,7 @@ report.push(`23 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`212 0 src/ts/pages/TemplateOir/store/Template.ts`); report.push(`1 0 src/ts/pages/UxTestCatalogue/api.ts`); report.push(``); -report.push(`2021-10-11T14:01:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1395 fix: change default User select`); +report.push(`2021-10-11T14:01:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1395 fix: change default User select`); report.push(`2 1 src/ts/interfaces/request/RequestFull.ts`); report.push(`15 0 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`9 13 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -11222,13 +11222,13 @@ report.push(`0 8 src/ts/pages/Template/api.ts`); report.push(`15 0 src/ts/pages/Template/components/Form.tsx`); report.push(`4 12 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-10-11T16:18:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1283 feat: added orgUnit dropdown`); +report.push(`2021-10-11T16:18:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1283 feat: added orgUnit dropdown`); report.push(`10 0 src/ts/pages/TemplateOir/components/Form.tsx`); 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:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #515: JIRA-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(Excel): added Cancel button for Access Request`); +report.push(`2021-10-12T11:45:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-10-12T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #516: JIRA-1396 feat(Excel): added Cancel button for Access Request`); +report.push(`2021-10-12T13:44:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -11249,10 +11249,10 @@ report.push(`63 0 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(`1 3 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`26 71 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-12T14:10:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 fix: corrected body for saving`); +report.push(`2021-10-12T14:10:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1285 fix: corrected body for saving`); report.push(`4 4 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-12T16:24:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1382 feat: add reports`); +report.push(`2021-10-12T16:24:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1382 feat: add reports`); report.push(`31 12 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`9 7 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`4 0 src/ts/components/JsonSchema/styles/hacks.scss`); @@ -11269,7 +11269,7 @@ report.push(`75 0 src/ts/pages/Reports/store/Report.ts`); report.push(`33 0 src/ts/pages/Reports/styles/form.scss`); report.push(`19 0 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2021-10-12T18:00:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1396 refactor: corrected modal visibility logic for Cancel action`); +report.push(`2021-10-12T18:00:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1396 refactor: corrected modal visibility logic for Cancel action`); report.push(`14 22 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`3 3 src/ts/pages/Reconciliations/index.tsx`); report.push(`6 11 src/ts/pages/Requests/components/RequestsList.tsx`); @@ -11278,17 +11278,17 @@ report.push(`22 3 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`4 7 src/ts/pages/Requests/components/view/cards.tsx`); report.push(`3 3 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2021-10-12T19:56:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 fix: corrected Unit dropdown`); +report.push(`2021-10-12T19:56:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1285 fix: corrected Unit dropdown`); report.push(`0 1 src/ts/pages/TemplateOir/components/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2021-10-12T20:00:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 fix: corrected loader for Select`); +report.push(`2021-10-12T20:00:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1285 fix: corrected loader for Select`); report.push(`1 8 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(``); -report.push(`2021-10-13T09:14:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #517: SUBO-1396 refactor: corrected modal visibility logic for Cancel action`); -report.push(`2021-10-13T10:28:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1285 fix: corrected loader for Select`); +report.push(`2021-10-13T09:14:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #517: JIRA-1396 refactor: corrected modal visibility logic for Cancel action`); +report.push(`2021-10-13T10:28:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1285 fix: corrected loader for Select`); report.push(`8 1 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(``); -report.push(`2021-10-13T12:46:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1431 feat: correct roadmap for Cancel action`); +report.push(`2021-10-13T12:46:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1431 feat: correct roadmap for Cancel action`); report.push(`2 2 src/assets/images/status/canceled.svg`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11298,21 +11298,21 @@ report.push(`1 0 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); 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(AIS): corrected text in the Info`); +report.push(`2021-10-13T12:54:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #518: Feature/JIRA-1285 convert dynamic field to JSONSchema format`); +report.push(`2021-10-13T14:17:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected text in the Info`); +report.push(`2021-10-13T14:23:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): corrected orgUnit dropdown`); +report.push(`2021-10-13T15:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): corrected orgUnit dropdown`); +report.push(`2021-10-13T17:49:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-10-13T20:35:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1382 feat: add reports`); report.push(`1 2 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); report.push(`2 2 src/ts/components/Select/components/list/Static.tsx`); @@ -11339,16 +11339,16 @@ report.push(`0 33 src/ts/pages/Reports/styles/form.scss`); report.push(`29 11 src/ts/pages/Reports/styles/index.scss`); report.push(`13 22 src/ts/pages/Requests/components/ExportToExcel.tsx`); report.push(``); -report.push(`2021-10-13T20:46:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1382 feat: add reports`); +report.push(`2021-10-13T20:46:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(faq): corrected refs creating in the Form wrapper`); +report.push(`2021-10-13T20:57:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #520: JIRA-1285 feat(profile): corrected orgUnit dropdown`); +report.push(`2021-10-13T20:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #519: Feature/JIRA-1431 correct roadmap for Cancel action`); +report.push(`2021-10-14T09:29:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #521: JIRA-1382 Add reports`); +report.push(`2021-10-14T13:32:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-10-14T13:48:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1279 feat: add new template for Table`); report.push(`8 0 src/ts/components/Table/components/TableCell.tsx`); report.push(`3 17 src/ts/components/Table/components/templates/CellLink.tsx`); report.push(`65 0 src/ts/components/Table/components/templates/CellList.tsx`); @@ -11361,15 +11361,15 @@ 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(faq): corrected refs creating in the Form wrapper`); +report.push(`2021-10-14T13:49:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #522: JIRA-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(`2021-10-14T13:52:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1279 feat: add new template for Table`); report.push(`4 4 src/ts/components/Table/components/templates/CellList.tsx`); report.push(`1 1 src/ts/components/Table/styles/{cell-link.scss => cell-list.scss}`); 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(profile): add new design for roles`); +report.push(`2021-10-15T09:34:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #523: JIRA-1279 Add new template for Table`); +report.push(`2021-10-17T11:43:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -11377,7 +11377,7 @@ report.push(`26 0 src/ts/pages/Template/styles/banner.scss`); report.push(`5 0 src/ts/pages/Template/styles/form.scss`); report.push(`1 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-10-17T11:51:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1472 feat: use property email in roadmap for send mail`); +report.push(`2021-10-17T11:51:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1472 feat: use property email in roadmap for send mail`); report.push(`1 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`1 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.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(profile): change design for roles`); +report.push(`2021-10-18T09:47:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -11397,9 +11397,9 @@ report.push(`18 0 src/ts/pages/Template/helpers/roles.ts`); report.push(`39 50 src/ts/pages/Template/store/Template.ts`); 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:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #524: JIRA-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(profile): added expanded sidebar`); +report.push(`2021-10-18T10:56:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -11407,11 +11407,11 @@ report.push(`5 5 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(`12 2 src/ts/pages/PageWrapper/index.tsx`); report.push(`46 11 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); -report.push(`2021-10-18T11:37:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1280 feat: add Not found for roles`); +report.push(`2021-10-18T11:37:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1280 feat: add Not found for roles`); 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(profile): done pt 1-5 from comment by Designer`); +report.push(`2021-10-18T12:39:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-10-18T14:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #525: JIRA-1384 feat(profile): added expanded sidebar`); +report.push(`2021-10-18T14:13:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #526: JIRA-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: JIRA-1384 Add new design for roles`); +report.push(`2021-10-18T14:53:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): done pt 14-15 from comments by Designer`); +report.push(`2021-10-18T15:08:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #528: JIRA-1384 fix: corrected haventRoles property`); +report.push(`2021-10-18T16:37:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-10-18T17:58:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #529: JIRA-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>JIRA-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(`2021-10-19T09:34:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added modal window for approveler info`); +report.push(`2021-10-19T14:29:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,25 +11460,25 @@ 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(faq): corrected displayed user name`); +report.push(`2021-10-19T15:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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:43:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #530: JIRA-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(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(`2021-10-19T15:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #531: JIRA-1487 fix(faq): corrected displayed user name`); +report.push(`2021-10-19T16:26:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #532: JIRA-1384 feat(profile): added modal window for approveler info`); +report.push(`2021-10-19T16:48:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2021-10-19T18:00:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected Catalogue icons`); +report.push(`2021-10-19T18:00:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected Catalogue icons`); report.push(`9 0 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`8 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(``); -report.push(`2021-10-20T09:15:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #533: Feature/SUBO-1384 correct Catalogue styles`); -report.push(`2021-10-20T12:02:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-962 feat: add new component Excel in project`); +report.push(`2021-10-20T09:15:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #533: Feature/JIRA-1384 correct Catalogue styles`); +report.push(`2021-10-20T12:02:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-962 feat: add new component Excel in project`); report.push(`66 0 src/ts/components/Excel/README.md`); report.push(`67 0 src/ts/components/Excel/components/Canvas.tsx`); report.push(`577 0 src/ts/components/Excel/components/ExcelTableBody.vue`); @@ -11502,7 +11502,7 @@ report.push(`5 0 src/ts/components/Excel/interfaces/Event.ts`); report.push(`14 0 src/ts/components/Excel/interfaces/SelectedRegion.ts`); report.push(`13 0 src/ts/components/Excel/interfaces/Table.ts`); report.push(``); -report.push(`2021-10-20T13:07:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-962 feat: add new component Excel in project`); +report.push(`2021-10-20T13:07:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-962 feat: add new component Excel in project`); report.push(`15 0 src/ts/components/Excel/README.md`); report.push(`3 3 src/ts/components/Excel/components/Canvas.tsx`); report.push(`0 220 src/ts/components/Excel/components/ExcelTableCanvasMulticolor.vue`); @@ -11514,7 +11514,7 @@ report.push(`2 1 src/ts/components/Excel/index.scss`); report.push(`7 5 src/ts/components/Excel/interfaces/ColumnHelpers.ts`); report.push(`1 0 src/ts/components/index.scss`); report.push(``); -report.push(`2021-10-20T13:09:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1488 fix: corrected Roadmap for completed step`); +report.push(`2021-10-20T13:09:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1488 fix: corrected Roadmap for completed step`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryDetailsTree.tsx`); report.push(`2 2 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); @@ -11524,9 +11524,9 @@ report.push(`2 1 src/ts/snippets/RequestStatus/components/List.tsx`); report.push(`9 0 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/components/roadmap/Step.tsx`); report.push(``); -report.push(`2021-10-20T13:22:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #534: SUBO-962 Add new component Excel in project (part 1)`); -report.push(`2021-10-20T13:40:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #535: SUBO-1488 fix: corrected Roadmap for completed step`); -report.push(`2021-10-20T16:21:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: corrected Request card`); +report.push(`2021-10-20T13:22:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #534: JIRA-962 Add new component Excel in project (part 1)`); +report.push(`2021-10-20T13:40:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #535: JIRA-1488 fix: corrected Roadmap for completed step`); +report.push(`2021-10-20T16:21:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: corrected Request card`); report.push(`1 0 src/ts/interfaces/request/RequestMedium.ts`); report.push(`2 0 src/ts/interfaces/request/RequestSmall.ts`); report.push(`19 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11534,7 +11534,7 @@ report.push(`17 2 src/ts/pages/Requests/components/item/Info.tsx`); report.push(`13 10 src/ts/pages/Requests/components/item/index.tsx`); report.push(`12 0 src/ts/pages/Requests/styles/item.scss`); report.push(``); -report.push(`2021-10-21T10:34:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1504 fix: add title in select`); +report.push(`2021-10-21T10:34:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1504 fix: add title in select`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`5 0 src/ts/components/Select/components/Item.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -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(OIR): add redirect for Chrome from IE page`); +report.push(`2021-10-21T10:40:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add change layout for Template for small screen`); +report.push(`2021-10-21T11:17:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add parse rules for links in SM response`); +report.push(`2021-10-21T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change user email in mail text from RoadMap`); +report.push(`2021-10-21T12:01:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added MenuButton component to Request card`); +report.push(`2021-10-21T12:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): hide personal title from reports (see comment)`); +report.push(`2021-10-21T12:29:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -11572,23 +11572,23 @@ report.push(`1 8 src/ts/pages/Reports/components/Table.tsx`); report.push(`0 1 src/ts/pages/Reports/index.tsx`); report.push(`1 0 src/ts/pages/Reports/interfaces/UserRoleReport.ts`); report.push(``); -report.push(`2021-10-21T12:38:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1498 fix: change style for active title in Help`); +report.push(`2021-10-21T12:38:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1498 fix: change style for active title in Help`); report.push(`1 1 src/ts/pages/Help/index.tsx`); report.push(`7 0 src/ts/pages/Help/styles/hacks.scss`); report.push(`3 0 src/ts/pages/Help/{ => styles}/index.scss`); 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(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(`2021-10-21T12:43:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #536: JIRA-1504 Add title in select`); +report.push(`2021-10-21T12:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #541: JIRA-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: JIRA-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: JIRA-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: JIRA-1384 feat(profile): added MenuButton component to Request card`); +report.push(`2021-10-21T16:35:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 feat(profile): merged with master`); +report.push(`2021-10-22T09:24:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added full page for OIR request`); +report.push(`2021-10-22T09:26:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #537: JIRA-1502 Add redirect for Chrome from IE page`); +report.push(`2021-10-22T10:27:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -11604,19 +11604,19 @@ report.push(`13 0 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`1 1 src/ts/pages/UxTestCatalogue/api.ts`); report.push(``); -report.push(`2021-10-22T10:36:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #542: Feature/SUBO-1284 add the CreateRequest page for OIR`); -report.push(`2021-10-22T10:58:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: added jobName and orgUnitName to RecipientMessage`); +report.push(`2021-10-22T10:36:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #542: Feature/JIRA-1284 add the CreateRequest page for OIR`); +report.push(`2021-10-22T10:58:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: added jobName and orgUnitName to RecipientMessage`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/Requests/components/modal/RecipientMessage.tsx`); report.push(``); -report.push(`2021-10-22T11:20:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: corrected template link for Search results`); +report.push(`2021-10-22T11:20:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: corrected template link for Search results`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`4 2 src/ts/pages/Search/components/Item/Catalogue.tsx`); report.push(`1 1 src/ts/pages/Search/components/Item/Request.tsx`); report.push(``); -report.push(`2021-10-22T11:38:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #543: Bugfix/SUBO-1384 add staffPosition and department to modal window`); +report.push(`2021-10-22T11:38:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #543: Bugfix/JIRA-1384 add staffPosition and department to modal window`); report.push(`2021-10-22T11:40:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-22T12:04:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected requestType for Requests`); +report.push(`2021-10-22T12:04:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected requestType for Requests`); report.push(`1 1 src/ts/interfaces/request/RequestMedium.ts`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(`5 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -11624,63 +11624,63 @@ report.push(`1 1 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`6 6 src/ts/pages/Requests/components/item/Info.tsx`); report.push(`3 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2021-10-22T13:37:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #544: SUBO-1384 fix: corrected requestType for Requests`); +report.push(`2021-10-22T13:37:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #544: JIRA-1384 fix: corrected requestType for Requests`); report.push(`2021-10-22T13:37:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-22T13:41:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1494 fix: change view for checkbox in Template`); +report.push(`2021-10-22T13:41:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1494 fix: change view for checkbox in Template`); report.push(`65 0 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`4 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`6 4 src/ts/pages/Template/components/Form.tsx`); report.push(`12 0 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-10-22T23:59:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1505 fix: change sidebar size for small layout in Template`); +report.push(`2021-10-22T23:59:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1505 fix: change sidebar size for small layout in Template`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`12 3 src/ts/pages/AccessRequest/styles/index.scss`); report.push(`26 0 src/ts/pages/Template/styles/form.scss`); report.push(``); -report.push(`2021-10-23T00:35:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1499 fix: add onFocus event for List in Select and remove onBlur for scroll event`); +report.push(`2021-10-23T00:35:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1499 fix: add onFocus event for List in Select and remove onBlur for scroll event`); report.push(`16 0 src/ts/components/Select/components/list/index.tsx`); report.push(`14 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-10-23T01:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1500 fix: add delay for onScroll event, change LoadMore parameters`); +report.push(`2021-10-23T01:10:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1500 fix: add delay for onScroll event, change LoadMore parameters`); 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(profile): add checking before create Template`); +report.push(`2021-10-24T01:21:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`8 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-24T01:39:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1384 fix: change animation for sidebar`); +report.push(`2021-10-24T01:39:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1384 fix: change animation for sidebar`); 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>Pull request #550: JIRA-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(profile): add checking before create Template`); +report.push(`2021-10-24T10:04:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #549: JIRA-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:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #548: JIRA-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`); -report.push(`2021-10-24T10:07:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #547: SUBO-1500 fix: add block for loadMore when Select use scroll event`); +report.push(`2021-10-24T10:07:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #547: JIRA-1500 fix: add block for loadMore when Select use scroll event`); report.push(`2021-10-24T10:07:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T10:08:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #546: SUBO-1499 fix: add onFocus event for List in Select and remove onBlur for scroll event`); +report.push(`2021-10-24T10:08:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #546: JIRA-1499 fix: add onFocus event for List in Select and remove onBlur for scroll event`); report.push(`2021-10-24T10:08:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T10:13:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1494 fix: correct style for toggle`); +report.push(`2021-10-24T10:13:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1494 fix: correct style for toggle`); report.push(`1 1 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2021-10-24T10:15:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #545: SUBO-1494 fix: change view for checkbox in Template`); +report.push(`2021-10-24T10:15:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #545: JIRA-1494 fix: change view for checkbox in Template`); report.push(`2021-10-24T10:15:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T10:25:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected Request card label`); +report.push(`2021-10-24T10:25:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected Request card label`); 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(profile): added new filters`); +report.push(`2021-10-24T12:18:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-10-24T12:33:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #553: SUBO-1384 fix: corrected Request card label`); +report.push(`2021-10-24T12:33:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #553: JIRA-1384 fix: corrected Request card label`); report.push(`2021-10-24T12:33:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T12:46:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: corrected Select logic for saving labels`); +report.push(`2021-10-24T12:46:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: corrected Select logic for saving labels`); report.push(`1 1 src/setupProxy.js`); report.push(`4 2 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`4 2 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); @@ -11697,19 +11697,19 @@ report.push(`4 2 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`21 11 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-24T13:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected getTreatments request`); +report.push(`2021-10-24T13:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected getTreatments request`); report.push(`4 1 src/ts/pages/MainPage/index.tsx`); report.push(`12 2 src/ts/pages/Requests/api.ts`); report.push(``); -report.push(`2021-10-24T13:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #555: SUBO-1384 fix: corrected getTreatments request`); +report.push(`2021-10-24T13:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #555: JIRA-1384 fix: corrected getTreatments request`); report.push(`2021-10-24T13:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-24T15:47:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected catalogue getRoles endpoint`); +report.push(`2021-10-24T15:47:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected catalogue getRoles endpoint`); report.push(`2 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-10-24T16:23:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1384 fix: corrected getUser endpoint`); +report.push(`2021-10-24T16:23:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1384 fix: corrected getUser endpoint`); report.push(`3 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`1 1 src/ts/pages/Help/index.tsx`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); @@ -11717,116 +11717,116 @@ report.push(`1 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-10-25T09:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #557: SUBO-1384 fix: corrected getUser endpoint`); +report.push(`2021-10-25T09:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #557: JIRA-1384 fix: corrected getUser endpoint`); report.push(`2021-10-25T09:31:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -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:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #556: JIRA-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(OIR): correct switch color in Template`); +report.push(`2021-10-25T10:35:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: added changes from master`); +report.push(`2021-10-25T11:22:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-10-25T11:25:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1513 fix: remove tags from role description`); report.push(`1 0 src/ts/pages/Template/components/Roles.tsx`); 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(`2021-10-25T11:26:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): correct switch color in Template`); +report.push(`2021-10-25T11:28:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #558: JIRA-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(`2021-10-25T11:48:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1508 fix: remove minLength from comment for cancel request`); report.push(`20 14 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`6 6 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-10-25T11:50:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #560: SUBO-1508 fix: remove minLength from comment for cancel request`); +report.push(`2021-10-25T11:50:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #560: JIRA-1508 fix: remove minLength from comment for cancel request`); report.push(`2021-10-25T11:50:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-25T11:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #559: SUBO-1513 Remove tags from role description`); +report.push(`2021-10-25T11:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #559: JIRA-1513 Remove tags from role description`); report.push(`2021-10-25T11:55:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-25T12:42:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1343 fix: add Nothing Found for list in select`); +report.push(`2021-10-25T12:42:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1343 fix: add Nothing Found for list in select`); 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(AIS): correct visibility of modal for removing access`); +report.push(`2021-10-25T12:57:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); 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:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #561: JIRA-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(AIS): correct visibility of modal for removing access`); +report.push(`2021-10-25T13:11:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #562: JIRA-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(`2021-10-25T14:20:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1523 fix: corrected roles color`); report.push(`15 6 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`1 1 src/ts/pages/Template/styles/form.scss`); report.push(`3 26 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2021-10-25T14:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #563: SUBO-1523 fix: corrected roles color`); +report.push(`2021-10-25T14:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #563: JIRA-1523 fix: corrected roles color`); report.push(`2021-10-25T14:28:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-25T14:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: added changes from master`); -report.push(`2021-10-26T08:56:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1525 fix: add split for description in Template`); +report.push(`2021-10-25T14:39:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: added changes from master`); +report.push(`2021-10-26T08:56:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1525 fix: add split for description in Template`); report.push(`6 3 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); 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(`2021-10-26T09:00:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): cancel prev roles for collision`); +report.push(`2021-10-26T09:21:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2021-10-26T09:33:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1529 fix: add request user info after select user in Template`); +report.push(`2021-10-26T09:33:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1529 fix: add request user info after select user in Template`); report.push(`9 0 src/ts/interfaces/UserDetail.ts`); report.push(`3 0 src/ts/pages/Template/api.ts`); report.push(`10 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-10-26T09:45:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #567: SUBO-1529 fix: add request user info after select user in Template`); +report.push(`2021-10-26T09:45:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #567: JIRA-1529 fix: add request user info after select user in Template`); report.push(`2021-10-26T09:45:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-26T09:46:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #565: SUBO-1526 fix: change validation for remove type of Template`); +report.push(`2021-10-26T09:46:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #565: JIRA-1526 fix: change validation for remove type of Template`); report.push(`2021-10-26T09:46:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-26T09:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #564: SUBO-1525 fix: add split for description in Template`); +report.push(`2021-10-26T09:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #564: JIRA-1525 fix: add split for description in Template`); report.push(`2021-10-26T09:47:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-26T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: add list canceled requests after create new Template`); +report.push(`2021-10-26T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 feat: add list canceled requests after create new Template`); 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(faq): hide title for roles if there are no roles`); +report.push(`2021-10-26T10:03:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2021-10-26T10:03:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 feat: add list canceled requests after create new Template`); report.push(`4 4 src/ts/pages/Template/components/SuccessRequest.tsx`); 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(`2021-10-26T10:05:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): deleted console log`); +report.push(`2021-10-26T10:07:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): cancel prev roles for collision`); +report.push(`2021-10-26T10:10:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #566: JIRA-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`); +report.push(`2021-10-26T10:15:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 fix: merge with masterg`); +report.push(`2021-10-26T10:18:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 feat: show list canceled requests after create new request`); report.push(`1 5 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(``); -report.push(`2021-10-26T10:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: show list canceled requests after create new request`); +report.push(`2021-10-26T10:20:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 feat: show list canceled requests after create new request`); report.push(`0 1 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(``); -report.push(`2021-10-26T10:29:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1528 feat: show list canceled requests after create new request`); +report.push(`2021-10-26T10:29:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1528 feat: show list canceled requests after create new request`); report.push(`18 16 src/ts/pages/Template/components/SuccessRequest.tsx`); report.push(`7 3 src/ts/pages/Template/store/Template.ts`); report.push(`1 1 src/ts/pages/Template/styles/success.scss`); report.push(``); -report.push(`2021-10-26T10:32:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #568: SUBO-1528 feat: add list canceled requests after create new Template`); +report.push(`2021-10-26T10:32:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #568: JIRA-1528 feat: add list canceled requests after create new Template`); report.push(`2021-10-26T10:32:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-26T10:36:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: added changes from master`); -report.push(`2021-10-26T14:04:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1280 fix: add nothing found for Template for roles`); +report.push(`2021-10-26T10:36:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: added changes from master`); +report.push(`2021-10-26T14:04:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1280 fix: add nothing found for Template for roles`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-10-26T16:24:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #569: SUBO-1280 fix: add nothing found for Template for roles`); +report.push(`2021-10-26T16:24:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #569: JIRA-1280 fix: add nothing found for Template for roles`); report.push(`2021-10-26T16:24:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-26T18:54:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: change logic for saving Select labels`); +report.push(`2021-10-26T18:54:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: change logic for saving Select labels`); report.push(`5 4 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`9 4 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`9 4 src/ts/components/JsonSchema/components/widgets/Date.tsx`); @@ -11847,44 +11847,44 @@ report.push(`10 6 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`37 0 src/ts/pages/TemplateOir/helpers/copyObject.ts`); report.push(`49 33 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-26T23:28:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1558 feat: add page for support`); +report.push(`2021-10-26T23:28:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1558 feat: add page for support`); report.push(`8 0 src/ts/pages/AllRequests/index.scss`); report.push(`129 0 src/ts/pages/AllRequests/index.tsx`); report.push(`5 0 src/ts/pages/AllRequests/store/SearchFilters.ts`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`8 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-10-27T09:51:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1558 feat: add page for suppot`); +report.push(`2021-10-27T09:51:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1558 feat: add page for suppot`); report.push(`56 13 src/ts/pages/AllRequests/index.tsx`); report.push(`15 8 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`2 2 src/ts/pages/Requests/api.ts`); report.push(`0 2 src/ts/pages/Requests/components/ControlPanel.tsx`); report.push(``); -report.push(`2021-10-27T09:54:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1558 feat: add page for suppot`); +report.push(`2021-10-27T09:54:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1558 feat: add page for suppot`); report.push(`2 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2021-10-27T09:56:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1558 feat: add page for suppot`); +report.push(`2021-10-27T09:56:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1558 feat: add page for suppot`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(``); -report.push(`2021-10-27T10:15:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1558 feat: add page for suppot`); +report.push(`2021-10-27T10:15:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1558 feat: add page for suppot`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(`6 1 src/ts/pages/Requests/api.ts`); report.push(`21 0 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); report.push(`9 5 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(``); -report.push(`2021-10-27T10:31:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1560 fix: corrected orgUnit text in the AccessRequest form`); +report.push(`2021-10-27T10:31:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1560 fix: corrected orgUnit text in the AccessRequest form`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2021-10-27T10:46:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #571: SUBO-1560 fix: corrected orgUnit text in the AccessRequest form`); +report.push(`2021-10-27T10:46:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #571: JIRA-1560 fix: corrected orgUnit text in the AccessRequest form`); report.push(`2021-10-27T10:46:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-27T10:57:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1559 fix: corrected multiple role logic`); +report.push(`2021-10-27T10:57:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1559 fix: corrected multiple role logic`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-10-27T11:00:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #572: SUBO-1559 fix: corrected multiple role logic`); +report.push(`2021-10-27T11:00:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #572: JIRA-1559 fix: corrected multiple role logic`); report.push(`2021-10-27T11:00:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-27T11:01:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #570: SUBO-1558 Add page for support`); +report.push(`2021-10-27T11:01:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #570: JIRA-1558 Add page for support`); report.push(`2021-10-27T11:10:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-27T12:45:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1559 feat: added Modal for callback wrong roles`); +report.push(`2021-10-27T12:45:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1559 feat: added Modal for callback wrong roles`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`4 2 src/ts/pages/Template/components/Roles.tsx`); report.push(`17 2 src/ts/pages/Template/components/Template.tsx`); @@ -11894,10 +11894,10 @@ report.push(`9 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`10 0 src/ts/pages/Template/helpers/roles.ts`); report.push(`17 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-27T12:49:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1559 fix: deleted console log`); +report.push(`2021-10-27T12:49:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): change path for user`); +report.push(`2021-10-27T13:49:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,37 +11908,37 @@ 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(AIS): fix export`); +report.push(`2021-10-27T13:53:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #574: JIRA-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(AIS): change description for user select in Template`); +report.push(`2021-10-27T14:28:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change description for user select in Template`); +report.push(`2021-10-27T14:30:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #575: JIRA-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(AIS): add link parser for cards with requests`); +report.push(`2021-10-27T14:46:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add link parser for cards with requests`); +report.push(`2021-10-27T14:47:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #576: JIRA-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(`2021-10-27T16:20:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1559 fix: corrected wrong roles modal after user changing`); report.push(`13 1 src/ts/pages/Template/components/Form.tsx`); report.push(`0 2 src/ts/pages/Template/components/Roles.tsx`); report.push(`6 1 src/ts/pages/Template/components/Template.tsx`); report.push(`9 6 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`5 3 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-10-28T09:33:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1559 fix: clear select from old roles by comment on Demo from security boys`); +report.push(`2021-10-28T09:33:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1559 fix: clear select from old roles by comment on Demo from security boys`); report.push(`2 0 src/ts/pages/Template/components/Form.tsx`); 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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #573: JIRA-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(Excel): added info to the OIR card`); +report.push(`2021-10-28T11:31:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): corrected styles`); +report.push(`2021-10-28T11:36:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): added roles to the OIR Request page and corrected style`); +report.push(`2021-10-28T16:09:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -11964,7 +11964,7 @@ report.push(`8 0 src/ts/pages/Template/styles/hacks.scss`); report.push(`10 9 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`7 2 src/ts/pages/TemplateOir/components/Roles.tsx`); report.push(``); -report.push(`2021-10-28T18:06:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1560 fix: corrected links for Favorites`); +report.push(`2021-10-28T18:06:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1560 fix: corrected links for Favorites`); report.push(`2 1 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`1 0 src/ts/pages/MainPage/components/Catalogue.tsx`); report.push(`3 2 src/ts/pages/MainPage/components/CatalogueItem.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(profile): added validation to the OIR form step 1`); +report.push(`2021-10-28T18:25:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -11981,37 +11981,37 @@ report.push(`1 1 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); report.push(``); report.push(`2021-10-29T09:02:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.2.0 -> master`); -report.push(`2021-10-29T09:02:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #578: SUBO-1560 fix: corrected links for Favorites`); -report.push(`2021-10-29T09:11:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1416 fix: merge changes with master`); -report.push(`2021-10-29T09:12:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #577: Feature/SUBO-1416 add info to the OIR card`); -report.push(`2021-10-29T10:10:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1594 fix: remove isOpen button from Roles`); +report.push(`2021-10-29T09:02:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #578: JIRA-1560 fix: corrected links for Favorites`); +report.push(`2021-10-29T09:11:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1416 fix: merge changes with master`); +report.push(`2021-10-29T09:12:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #577: Feature/JIRA-1416 add info to the OIR card`); +report.push(`2021-10-29T10:10:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1594 fix: remove isOpen button from Roles`); report.push(`11 36 src/ts/pages/Template/components/Groups.tsx`); report.push(`0 9 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-10-29T10:20:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 fix: removed oirType property from staticFields`); +report.push(`2021-10-29T10:20:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1574 fix: removed oirType property from staticFields`); report.push(`1 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-10-29T10:32:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1593 fix: disable old roles for multiple`); +report.push(`2021-10-29T10:32:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1593 fix: disable old roles for multiple`); report.push(`3 1 src/ts/pages/Template/components/Roles.tsx`); report.push(``); -report.push(`2021-10-29T11:00:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1593 fix: disable old roles for multiple`); +report.push(`2021-10-29T11:00:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1593 fix: disable old roles for multiple`); 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:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #579: JIRA-1594, JIRA-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(traffic chart): change checkbox on radio button for role view`); +report.push(`2021-10-29T12:11:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-10-29T12:12:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #580: JIRA-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>JIRA-1574 feat(profile): added validation step 2`); +report.push(`2021-10-29T13:53:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(profile): add edit cell for excel`); +report.push(`2021-10-29T14:27:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #581: JIRA-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/JIRA-1574 add validation for OIR form`); +report.push(`2021-11-01T12:56:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -12023,7 +12023,7 @@ report.push(`3 0 src/ts/components/Excel/interfaces/ColumnHelpers.ts`); report.push(`3 2 src/ts/components/Excel/interfaces/Table.ts`); report.push(`25 1 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2021-11-01T13:05:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 fix: corrected user form element and styles for favorites`); +report.push(`2021-11-01T13:05:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1574 fix: corrected user form element and styles for favorites`); report.push(`9 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); @@ -12032,31 +12032,31 @@ report.push(`0 17 src/ts/pages/TemplateOir/components/Description.tsx`); 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(profile): add edit cell for excel`); +report.push(`2021-11-01T13:34:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: solved merge conflicts`); +report.push(`2021-11-01T14:59:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2021-11-01T15:14:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #583: SUBO-1574 fix: corrected user form element and styles for favorites`); -report.push(`2021-11-01T15:41:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1600 feat: add all roles list`); +report.push(`2021-11-01T15:14:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #583: JIRA-1574 fix: corrected user form element and styles for favorites`); +report.push(`2021-11-01T15:41:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1600 feat: add all roles list`); report.push(`40 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`12 0 src/ts/pages/AccessRequest/styles/form.scss`); report.push(`3 0 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/Template/components/Roles.tsx`); report.push(`1 0 src/ts/pages/Template/styles/group.scss`); report.push(``); -report.push(`2021-11-01T16:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1284 fix: corrected saving labels logic`); +report.push(`2021-11-01T16:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: corrected saving labels logic`); report.push(`5 5 src/ts/pages/TemplateOir/helpers/copyObject.ts`); report.push(`32 16 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-01T16:49:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #584: SUBO-1600 feat: add all roles list`); -report.push(`2021-11-01T17:21:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1600 fix: solved merge conflicts`); +report.push(`2021-11-01T16:49:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #584: JIRA-1600 feat: add all roles list`); +report.push(`2021-11-01T17:21:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1600 fix: solved merge conflicts`); 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(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(`2021-11-01T17:27:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #587: JIRA-1600 fix: solved merge conflicts`); +report.push(`2021-11-01T17:36:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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/JIRA Merge release in master`); +report.push(`2021-11-02T12:53:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1284 fix: corrected Select logic labels step 2`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`2 4 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`2 4 src/ts/components/JsonSchema/components/widgets/Date.tsx`); @@ -12073,14 +12073,14 @@ report.push(`4 5 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`9 6 src/ts/pages/TemplateOir/helpers/copyObject.ts`); report.push(`17 10 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-02T15:01:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #554: SUBO-1284 fix: corrected Select logic for saving labels`); -report.push(`2021-11-02T15:06:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 fix: remove blur validation from Select element of OIR form`); +report.push(`2021-11-02T15:01:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #554: JIRA-1284 fix: corrected Select logic for saving labels`); +report.push(`2021-11-02T15:06:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1574 fix: remove blur validation from Select element of OIR form`); report.push(`7 6 src/ts/pages/TemplateOir/components/Form.tsx`); 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(profile): add edit cell for excel`); +report.push(`2021-11-02T15:44:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #590: JIRA-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>JIRA-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(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(`2021-11-02T16:52:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1515 feat(profile): add edit cell for excel`); +report.push(`2021-11-03T13:16:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -12099,7 +12099,7 @@ report.push(`1 7 src/ts/components/Excel/helpers/keyboard-navigation.ts`); report.push(`8 6 src/ts/components/Excel/index.scss`); report.push(`31 14 src/ts/components/Excel/index.tsx`); report.push(``); -report.push(`2021-11-03T13:17:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1574 fix: coorected OIR styles by comments from Analytics`); +report.push(`2021-11-03T13:17:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1574 fix: coorected OIR styles by comments from Analytics`); report.push(`4 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`4 25 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/index.tsx`); @@ -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(traffic chart): add report service in Nginx`); +report.push(`2021-11-03T13:19:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add edit cell for excel`); +report.push(`2021-11-03T16:12:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #592: JIRA-1574 fix: coorected OIR styles by comments from Analytics`); +report.push(`2021-11-03T17:01:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,47 +12125,47 @@ 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(profile): add edit cell for excel`); +report.push(`2021-11-03T17:04:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add edit cell for excel`); +report.push(`2021-11-03T17:12:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add reports in Nginx`); +report.push(`2021-11-08T09:09:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add edit cell for excel`); +report.push(`2021-11-08T09:23:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add edit cell for excel`); +report.push(`2021-11-08T09:26:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add edit cell for excel`); +report.push(`2021-11-08T09:27:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-11-08T10:26:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1600 feat: show all roles in Template`); report.push(`35 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2021-11-08T10:40:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1600 feat: show all roles in Template`); +report.push(`2021-11-08T10:40:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1600 feat: show all roles in Template`); report.push(`10 10 src/ts/pages/Template/components/Form.tsx`); 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:27:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #593: JIRA-1515 Add edit cell for excel`); +report.push(`2021-11-08T11:43:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #594: JIRA-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(traffic chart): add tabs for roles description`); +report.push(`2021-11-08T14:40:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add tabs for roles descrition`); +report.push(`2021-11-09T11:53:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`18 9 src/ts/pages/Template/components/RolesDescription.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/components/Roles.tsx`); report.push(``); -report.push(`2021-11-09T15:04:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1520 feat: added common store for Builder Template and refactor components`); +report.push(`2021-11-09T15:04:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1520 feat: added common store for Builder Template and refactor components`); report.push(`29 28 src/ts/pages/Builder/components/{RulesFormWrapper.tsx => CreateRuleForm.tsx}`); report.push(`12 15 src/ts/pages/Builder/components/RulesList.tsx`); report.push(`40 0 src/ts/pages/Builder/helpers/copyObject.ts`); @@ -12181,28 +12181,28 @@ report.push(`8 4 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`74 11 src/ts/pages/Builder/store/{AccessDetails.ts => Template.ts}`); report.push(`1 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-11-09T15:06:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1520 fix: corrected styles order`); +report.push(`2021-11-09T15:06:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1520 fix: corrected styles order`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-11-09T16:01:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #595: SUBO-1037 Add tabs for roles description`); -report.push(`2021-11-10T09:22:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #596: Feature/SUBO-1520 add store for Builder`); -report.push(`2021-11-11T09:26:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1660 feat: add support page in Nginx.conf`); +report.push(`2021-11-09T16:01:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #595: JIRA-1037 Add tabs for roles description`); +report.push(`2021-11-10T09:22:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #596: Feature/JIRA-1520 add store for Builder`); +report.push(`2021-11-11T09:26:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1660 feat: add support page in Nginx.conf`); report.push(`6 2 Dockerfile`); report.push(`0 0 nginx.conf => nginx.default.conf`); report.push(`49 0 nginx.support.conf`); report.push(`51 0 public/support.html`); report.push(``); -report.push(`2021-11-11T09:30:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1660 feat: add support page in Nginx.conf`); +report.push(`2021-11-11T09:30:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1660 feat: add support page in Nginx.conf`); report.push(`1 1 Dockerfile`); report.push(``); -report.push(`2021-11-11T12:35:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1660 feat: add support page in Nginx.conf`); +report.push(`2021-11-11T12:35:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1660 feat: add support page in Nginx.conf`); report.push(`1 5 nginx.support.conf`); report.push(`4 0 public/ie.html`); 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:04:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #597: JIRA-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(profile): added DataLoader to Builder sections`); +report.push(`2021-11-11T15:34:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12212,7 +12212,7 @@ report.push(`63 65 src/ts/pages/Builder/pages/{NewTemplate.tsx => Draft.tsx}`); report.push(`55 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(`25 6 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2021-11-12T10:29:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1642 refactor: change requests for RoadMap`); +report.push(`2021-11-12T10:29:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1642 refactor: change requests for RoadMap`); report.push(`12 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`13 5 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`0 1 src/ts/pages/AccessRequest/index.tsx`); @@ -12221,7 +12221,7 @@ report.push(`21 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(`2 1 src/ts/snippets/RequestStatus/components/roadmap/Info.tsx`); report.push(`5 4 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2021-11-12T12:41:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1642 refactor: change requests for User info`); +report.push(`2021-11-12T12:41:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1642 refactor: change requests for User info`); report.push(`15 0 src/ts/interfaces/request/UserDetail.ts`); report.push(`15 72 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`88 0 src/ts/pages/AccessRequest/components/UserDetail.tsx`); @@ -12230,7 +12230,7 @@ report.push(`9 6 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`48 45 src/ts/pages/Requests/components/item/index.tsx`); report.push(`3 3 src/ts/pages/Requests/components/view/cards.tsx`); report.push(``); -report.push(`2021-11-12T14:20:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1642 refactor: change requests for User info`); +report.push(`2021-11-12T14:20:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1642 refactor: change requests for User info`); report.push(`1 1 src/setupProxy.js`); report.push(`21 12 src/ts/interfaces/request/RequestFull.ts`); report.push(`2 14 src/ts/interfaces/request/RequestMedium.ts`); @@ -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(profile): added DataLoader for rules seсtions in the Builder`); +report.push(`2021-11-12T17:11:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12278,33 +12278,33 @@ report.push(`0 186 src/ts/pages/Builder/store/Template.ts`); report.push(`114 0 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(`10 3 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-11-15T09:16:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #599: Feature/SUBO-1644 realize the Template saving via DataLoader`); -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(`2021-11-15T09:16:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #599: Feature/JIRA-1644 realize the Template saving via DataLoader`); +report.push(`2021-11-15T09:37:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change logic in search`); +report.push(`2021-11-15T09:58:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-11-15T10:29:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #598: JIRA-1642 refactor: Change requests for RoadMap`); +report.push(`2021-11-15T10:30:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #591: JIRA-1037 feat(traffic chart): add report service in Nginx`); +report.push(`2021-11-15T11:42:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): hide disabled elements with empty values from JSON schema`); +report.push(`2021-11-15T11:53:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add ids for paginations`); +report.push(`2021-11-15T13:11:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): modified AccessDetails form in the Builder`); +report.push(`2021-11-15T18:05:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,23 +12320,23 @@ 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(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(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(`2021-11-15T18:21:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #603: JIRA-1625 feat(profile): add ids for paginations`); +report.push(`2021-11-15T18:24:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #602: JIRA-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: JIRA-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: JIRA-1541, JIRA-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: JIRA-1644 feat(profile): modified AccessDetails form in the Builder`); +report.push(`2021-11-16T09:19:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 9 src/ts/pages/Template/components/Template.tsx`); report.push(`1 23 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-11-16T09:26:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 refactor: remove collision from frontend because Backend is done`); +report.push(`2021-11-16T09:26:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 refactor: remove collision from frontend because Backend is done`); 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(profile): prepared AccessDetail data for saving`); +report.push(`2021-11-16T14:00:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12347,7 +12347,7 @@ report.push(`8 5 src/ts/pages/Builder/pages/Template.tsx`); report.push(`29 6 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`3 5 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2021-11-16T14:23:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-16T14:23:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(`1 1 src/ts/interfaces/SearchParams.ts`); report.push(`16 2 src/ts/pages/Reports/api.ts`); @@ -12367,7 +12367,7 @@ report.push(`75 0 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`102 0 src/ts/snippets/FilterPanel/index.tsx`); report.push(`8 0 src/ts/snippets/FilterPanel/styles/index.scss`); report.push(``); -report.push(`2021-11-16T14:26:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1637 refactor: replace folder on FOLDER for catalogue`); +report.push(`2021-11-16T14:26:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1637 refactor: replace folder on FOLDER for catalogue`); report.push(`2 2 src/ts/pages/Catalogue/api.mock.cjs`); report.push(`1 1 src/ts/pages/Catalogue/components/categories/CategoryDetailsTree.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); @@ -12379,25 +12379,25 @@ report.push(`3 3 src/ts/pages/UxTestCatalogue/components/categories/CategoryDeta report.push(`1 1 src/ts/pages/UxTestCatalogue/components/line/CategoryItem.tsx`); report.push(`2 2 src/ts/pages/UxTestCatalogue/helpers/categories-tree.ts`); report.push(``); -report.push(`2021-11-16T14:36:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #606: SUBO-1637 refactor: replace folder on FOLDER for catalogue`); -report.push(`2021-11-16T14:46:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1644 fix: corrected formatting`); +report.push(`2021-11-16T14:36:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #606: JIRA-1637 refactor: replace folder on FOLDER for catalogue`); +report.push(`2021-11-16T14:46:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1644 fix: corrected formatting`); report.push(`1 3 src/ts/pages/Builder/pages/Draft.tsx`); report.push(``); -report.push(`2021-11-16T14:58:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #605: SUBO-1623 Remove collision from frontend`); -report.push(`2021-11-16T15:48:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1678 fix: corrected endpoints step 1`); +report.push(`2021-11-16T14:58:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #605: JIRA-1623 Remove collision from frontend`); +report.push(`2021-11-16T15:48:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1678 fix: corrected endpoints step 1`); report.push(`10 0 src/ts/interfaces/request/TemplateOir.ts`); report.push(`4 4 src/ts/pages/TemplateOir/api.ts`); report.push(`4 4 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(`4 4 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-16T17:50:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1678 fix: corrected endpoints step 2`); +report.push(`2021-11-16T17:50:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1678 fix: corrected endpoints step 2`); report.push(`3 2 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`11 11 src/ts/pages/TemplateOir/helpers/convertToJsonSchema.ts`); 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(profile): added loadTemplateInfo function for AccessDetails`); +report.push(`2021-11-17T09:34:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #607: Feature/JIRA-1644 prepare AccessDetails data for saving`); +report.push(`2021-11-17T12:16:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12407,7 +12407,7 @@ report.push(`6 10 src/ts/pages/Builder/pages/Draft.tsx`); report.push(`3 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2021-11-18T10:44:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-18T10:44:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`9 0 src/ts/pages/Reports/api.ts`); report.push(`0 37 src/ts/pages/Reports/components/ExportToExcel.tsx`); report.push(`101 0 src/ts/pages/Reports/components/FilterByTemplate.tsx`); @@ -12433,16 +12433,16 @@ 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(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(`2021-11-18T10:48:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #609: JIRA-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/JIRA-1678 correct api endpoints and data`); +report.push(`2021-11-18T12:55:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`7 0 src/ts/pages/Reports/api.ts`); report.push(`10 23 src/ts/pages/Reports/components/ReportByUser.tsx`); 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(profile): added Edit and Remove icons to the Table`); +report.push(`2021-11-18T14:32:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12451,27 +12451,27 @@ report.push(`89 0 src/ts/components/Table/components/templates/CellEdit.tsx`); report.push(`1 0 src/ts/components/Table/index.tsx`); report.push(`15 1 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2021-11-18T15:01:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-18T15:01:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`34 13 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(``); -report.push(`2021-11-18T15:43:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-18T15:43:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`2 0 src/ts/pages/Reports/components/ReportByUser.tsx`); report.push(``); -report.push(`2021-11-18T16:41:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-18T16:41:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`7 1 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`0 8 src/ts/pages/Reports/components/FilterByUser.tsx`); report.push(`1 1 src/ts/pages/Reports/components/Filters.tsx`); report.push(`1 1 src/ts/pages/Reports/components/ReportByUser.tsx`); report.push(``); -report.push(`2021-11-18T16:58:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 feat: add filters in Report`); +report.push(`2021-11-18T16:58:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 feat: add filters in Report`); report.push(`3 1 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`2 1 src/ts/pages/Reports/components/FilterByUser.tsx`); 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(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(`2021-11-18T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #610: JIRA-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>JIRA-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`); @@ -12499,16 +12499,16 @@ report.push(`41 0 src/ts/pages/Builder/styles/sidebar.scss`); 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(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(`2021-11-18T17:47:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #611: JIRA-1623 Add filters in Reports`); +report.push(`2021-11-19T08:39:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #612: JIRA-1644 feat(profile): refactor Buidler Table and styles`); +report.push(`2021-11-19T15:24:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); 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(profile): add checking for role dependency`); +report.push(`2021-11-20T12:50:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,16 +12519,16 @@ 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(profile): add checking for role dependency`); +report.push(`2021-11-20T13:35:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add checking for role dependency`); +report.push(`2021-11-20T13:38:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2021-11-20T22:01:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: change work with path in JsonSchema`); +report.push(`2021-11-20T13:38:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #613: JIRA-1702 feat: added modal window with Dictionary`); +report.push(`2021-11-20T22:01:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: change work with path in JsonSchema`); report.push(`2 4 src/ts/components/JsonSchema/components/widgets/ButtonGroup.tsx`); report.push(`2 4 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`3 4 src/ts/components/JsonSchema/components/widgets/Date.tsx`); @@ -12549,24 +12549,24 @@ report.push(`6 4 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`0 40 src/ts/pages/TemplateOir/helpers/copyObject.ts`); report.push(`9 31 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-20T22:15:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: change work with path in JsonSchema`); +report.push(`2021-11-20T22:15:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: change work with path in JsonSchema`); report.push(`3 2 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/Form.tsx`); report.push(`4 9 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-20T22:52:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: change work with path in JsonSchema`); +report.push(`2021-11-20T22:52:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: change work with path in JsonSchema`); report.push(`1 1 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`24 37 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-20T23:08:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: change work with path in JsonSchema`); +report.push(`2021-11-20T23:08:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: change work with path in JsonSchema`); report.push(`2 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2021-11-20T23:11:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: change work with path in JsonSchema`); +report.push(`2021-11-20T23:11:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: change work with path in JsonSchema`); 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(profile): added Excel table to the Builder and prepare store for Role groups saving`); +report.push(`2021-11-22T10:56:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #614: JIRA-1655 Add checking for role dependence`); +report.push(`2021-11-22T12:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12585,7 +12585,7 @@ report.push(`3 3 src/ts/pages/Builder/pages/Template.tsx`); report.push(`3 2 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`55 9 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-11-22T12:42:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1638 refactor: add getId in select, fix work with uuid`); +report.push(`2021-11-22T12:42:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1638 refactor: add getId in select, fix work with uuid`); report.push(`5 3 src/ts/components/Select/components/Item.tsx`); report.push(`6 5 src/ts/components/Select/components/list/Static.tsx`); report.push(`2 2 src/ts/components/Select/components/value-list/List.tsx`); @@ -12595,32 +12595,32 @@ 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(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(`2021-11-22T12:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #616: JIRA-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: JIRA-1638 Refactoring work with long path in JsonSchema (part 1)`); +report.push(`2021-11-23T09:06:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1637 refactor: change URL for set delegate user`); report.push(`4 4 src/ts/pages/Authorization/api.ts`); report.push(``); -report.push(`2021-11-23T09:08:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1637 refactor: change URL for set delegate user`); +report.push(`2021-11-23T09:08:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1637 refactor: change URL for set delegate user`); report.push(`1 2 src/ts/pages/Authorization/api.ts`); report.push(`2 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(``); -report.push(`2021-11-23T09:20:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1637 refactor: change URL for set delegate user`); +report.push(`2021-11-23T09:20:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1637 refactor: change URL for set delegate user`); report.push(`2 2 src/ts/pages/Authorization/api.ts`); report.push(``); -report.push(`2021-11-23T09:54:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1752 refactor: add constructor service in Nginx`); +report.push(`2021-11-23T09:54:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1752 refactor: add constructor service in Nginx`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2021-11-23T10:33:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #618: SUBO-1752 refactor: add constructor service in Nginx`); +report.push(`2021-11-23T10:33:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #618: JIRA-1752 refactor: add constructor service in Nginx`); report.push(`2021-11-23T10:33:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-23T12:38:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1752 refactor: change URLs for requests`); +report.push(`2021-11-23T12:38:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1752 refactor: change URLs for requests`); report.push(`2 2 src/ts/pages/Builder/api.ts`); report.push(`2 2 src/ts/pages/Reports/api.ts`); report.push(`2 2 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/snippets/FilterPanel/api.ts`); report.push(``); -report.push(`2021-11-23T12:43:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #619: SUBO-1752 refactor: change URLs for requests`); +report.push(`2021-11-23T12:43:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #619: JIRA-1752 refactor: change URLs for requests`); report.push(`2021-11-23T12:43:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-23T13:55:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1598 fix: clear timer for loader in Select`); +report.push(`2021-11-23T13:55:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1598 fix: clear timer for loader in Select`); report.push(`1 0 src/ts/components/Excel/components/EditableInput.tsx`); report.push(`2 0 src/ts/components/Select/components/Search.tsx`); report.push(`10 9 src/ts/components/Select/index.tsx`); @@ -12628,27 +12628,27 @@ report.push(`1 0 src/ts/pages/Requests/components/MiniSearch.tsx`); report.push(`1 0 src/ts/pages/Search/components/Search.tsx`); report.push(`1 0 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2021-11-23T14:04:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1598 fix: clear button in multi-select`); +report.push(`2021-11-23T14:04:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1598 fix: clear button in multi-select`); report.push(`1 1 src/ts/components/Select/helpers/index.ts`); report.push(``); -report.push(`2021-11-23T14:51:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 fix: change requests for Roles`); +report.push(`2021-11-23T14:51:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 fix: change requests for Roles`); report.push(`1 1 src/ts/pages/Reports/api.ts`); report.push(`18 7 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(``); -report.push(`2021-11-23T15:04:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 fix: change requests for Roles`); +report.push(`2021-11-23T15:04:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 fix: change requests for Roles`); report.push(`1 0 src/ts/components/Select/styles/value.scss`); report.push(`5 1 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2021-11-23T15:28:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1623 fix: change requests for Roles`); +report.push(`2021-11-23T15:28:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1623 fix: change requests for Roles`); report.push(`1 1 src/ts/pages/Reports/components/Table.tsx`); report.push(``); -report.push(`2021-11-23T15:46:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #621: SUBO-1623 Fix requests in Reports`); +report.push(`2021-11-23T15:46:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #621: JIRA-1623 Fix requests in Reports`); report.push(`2021-11-23T15:46:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-23T15:53:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #617: SUBO-1637 Change URL for delegate user`); +report.push(`2021-11-23T15:53:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #617: JIRA-1637 Change URL for delegate user`); report.push(`2021-11-23T15:53:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-23T15:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #620: SUBO-1598 Fix loader in Select and clear button in multiselect`); +report.push(`2021-11-23T15:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #620: JIRA-1598 Fix loader in Select and clear button in multiselect`); report.push(`2021-11-23T15:54:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-11-24T12:36:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 feat: added api endpoints for roleGroup saving and reading`); +report.push(`2021-11-24T12:36:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1702 feat: added api endpoints for roleGroup saving and reading`); report.push(`32 14 src/ts/pages/Builder/api.ts`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`23 23 src/ts/pages/Builder/components/modals/DictionaryModal.tsx`); @@ -12666,19 +12666,19 @@ 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(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-24T12:46:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1702 fix(OIR): solve merge conflict`); +report.push(`2021-11-24T13:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #623: JIRA-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(profile): add description on login page`); +report.push(`2021-11-25T09:53:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2021-11-25T10:36:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change filters by author for support`); +report.push(`2021-11-25T11:01:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-11-26T10:07:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: change events in Excel`); report.push(`42 11 src/ts/components/Excel/components/Canvas.tsx`); report.push(`3 0 src/ts/components/Excel/components/Editable.tsx`); report.push(`3 1 src/ts/components/Excel/components/EditableInput.tsx`); @@ -12689,10 +12689,10 @@ report.push(`1 2 src/ts/components/Excel/helpers/selected-regions.ts`); report.push(`3 3 src/ts/components/Excel/index.scss`); report.push(`12 10 src/ts/components/Excel/index.tsx`); 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(`2021-11-26T10:10:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): refactored tables in the VisibilityRules`); +report.push(`2021-11-26T11:22:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,23 +12715,23 @@ 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(profile): add description on login page`); +report.push(`2021-11-26T11:38:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #624: JIRA-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:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #625: JIRA-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(OIR): change filters by author for support`); +report.push(`2021-11-26T11:39:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #626: JIRA-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:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #627: JIRA-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(`2021-11-26T11:52:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): refactored tables in the VisibilityRules`); +report.push(`2021-11-26T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #628: JIRA-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(traffic chart): add personel service in Nginx`); +report.push(`2021-11-26T14:56:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-11-27T12:06:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: change logic in Tree and add modal windows`); report.push(`156 0 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(`5 1 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(`5 2 src/ts/components/Tree/components/TreeItem.tsx`); @@ -12742,13 +12742,13 @@ report.push(`29 11 src/ts/pages/Builder/components/modals/ModalWindow.tsx`); report.push(`0 1 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(`12 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-11-27T12:50:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change logic in Tree and add modal windows`); +report.push(`2021-11-27T12:50:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: change logic in Tree and add modal windows`); report.push(`62 0 src/ts/pages/Builder/components/modals/ModalWindowTemplate.tsx`); report.push(`62 0 src/ts/pages/Builder/components/modals/OrgUnit.tsx`); report.push(`61 0 src/ts/pages/Builder/components/modals/RoleGroups.tsx`); report.push(`11 4 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); -report.push(`2021-11-28T12:42:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: refactor tree and modal window in Builder`); +report.push(`2021-11-28T12:42:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: refactor tree and modal window in Builder`); report.push(`1 1 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`3 2 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(`4 0 src/ts/components/Tree/components/TreeLevel.tsx`); @@ -12766,12 +12766,12 @@ report.push(`23 0 src/ts/pages/Builder/store/VisibilityRulesStore2.ts`); report.push(`145 0 src/ts/store/Form.ts`); report.push(`99 0 src/ts/store/SearchFilters.ts`); report.push(``); -report.push(`2021-11-29T09:54:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1828 fix: remove auto set user name in Reports`); +report.push(`2021-11-29T09:54:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1828 fix: remove auto set user name in Reports`); 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:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #630: JIRA-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(Excel): added React Table library and test it in the Builder`); +report.push(`2021-11-29T11:10:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12785,28 +12785,28 @@ report.push(`71 0 src/ts/pages/Builder/helpers/empowerments/rolesTableConfig.tsx report.push(`20 2 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`10 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2021-11-29T11:26:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 fix: removed React Table from Builder`); +report.push(`2021-11-29T11:26:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1816 fix: removed React Table from Builder`); 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(profile): add description on login page`); +report.push(`2021-11-29T11:46:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): open drafts for tests`); +report.push(`2021-11-29T12:00:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #631: Feature/JIRA-1816 add React Table library and refactor roles table`); +report.push(`2021-11-29T12:32:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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:37:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #634: JIRA-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: JIRA-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(`2021-11-29T14:40:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-11-29T14:43:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #632: JIRA-1774 feat(profile): add description on login page`); +report.push(`2021-11-29T18:51:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): added saving feature for Visibility rules`); +report.push(`2021-11-30T09:31:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #637: JIRA-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(profile): added saving logic to the Rules sections`); +report.push(`2021-11-30T13:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,11 +12848,11 @@ 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(profile): added saving logic to the Rules sections`); +report.push(`2021-11-30T13:39:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #638: JIRA-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(traffic chart): add personel service in Nginx`); +report.push(`2021-11-30T16:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #629: JIRA-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(`2021-12-01T10:48:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1702 feat: added modal for editting tables in the RoleGroups section`); report.push(`6 1 src/ts/pages/Builder/api.ts`); report.push(`51 0 src/ts/pages/Builder/components/modals/CreateDictionaryElement.tsx`); report.push(`86 0 src/ts/pages/Builder/components/modals/CreateRole.tsx`); @@ -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(OIR): added helpers for state formatting`); +report.push(`2021-12-01T11:03:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #639: Feature/JIRA-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(traffic chart): change work with org unit and group in Builder`); +report.push(`2021-12-01T11:56:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,19 +12890,19 @@ 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(traffic chart): change work with org unit and group in Builder`); +report.push(`2021-12-01T11:57:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-01T11:59:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1702 feat: added context menu to the Table`); report.push(`28 9 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`2 1 src/ts/components/Table/styles/index.scss`); report.push(`6 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2021-12-01T12:04:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #640: SUBO-1817 Change work with Org Units in Builder`); +report.push(`2021-12-01T12:04:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #640: JIRA-1817 Change work with Org Units in Builder`); report.push(`2021-12-01T12:04:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-01T12:31:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #641: SUBO-1702 feat: added context menu to the Table`); +report.push(`2021-12-01T12:31:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #641: JIRA-1702 feat: added context menu to the Table`); report.push(`2021-12-01T12:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-01T14:33:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change using ID in Tree component`); +report.push(`2021-12-01T14:33:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: change using ID in Tree component`); report.push(`1 1 src/ts/components/Excel/components/EditableSimpleSelect.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); @@ -12926,10 +12926,10 @@ report.push(`1 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(`3 3 src/ts/snippets/FilterPanel/api.ts`); report.push(`1 1 src/ts/store/SearchFilters.ts`); report.push(``); -report.push(`2021-12-01T14:35:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: change using ID in Tree component`); +report.push(`2021-12-01T14:35:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: change using ID in Tree component`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2021-12-01T22:10:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1702 feat: refactor RoleGroup store for saving data from tables`); +report.push(`2021-12-01T22:10:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1702 feat: refactor RoleGroup store for saving data from tables`); report.push(`2 2 src/ts/pages/Builder/components/modals/CreateDictionaryElement.tsx`); report.push(`11 11 src/ts/pages/Builder/components/modals/CreateRole.tsx`); report.push(`17 3 src/ts/pages/Builder/components/shared/Tabs.tsx`); @@ -12944,42 +12944,42 @@ 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(OIR): corrected previous comments`); +report.push(`2021-12-01T22:18:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-12-02T09:21:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #642: Feature/SUBO-1702 refactor roleGroups saving and editing process`); +report.push(`2021-12-02T09:21:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #642: Feature/JIRA-1702 refactor roleGroups saving and editing process`); report.push(`2021-12-02T09:21:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-02T09:24:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: Refactoring Id in Tree`); +report.push(`2021-12-02T09:24:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: Refactoring Id in Tree`); report.push(`1 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2021-12-02T09:29:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: refactoring id in Tree and Select`); -report.push(`2021-12-02T09:41:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1817 refactor: refactoring id in Tree and Select`); +report.push(`2021-12-02T09:29:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: refactoring id in Tree and Select`); +report.push(`2021-12-02T09:41:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1817 refactor: refactoring id in Tree and Select`); report.push(`2 2 src/ts/components/Tree/components/TreeFolder.tsx`); 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(faq): corrected dictionary formatting logic`); +report.push(`2021-12-02T11:44:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): added Builder button to the Sidebar`); +report.push(`2021-12-02T12:06:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #643: JIRA-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(traffic chart): add preloader in Tree`); +report.push(`2021-12-02T13:18:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add preloader in Tree`); +report.push(`2021-12-02T13:23:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): added editing and removing functionality for Rules tables`); +report.push(`2021-12-02T19:15:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -12997,11 +12997,11 @@ report.push(`8 1 src/ts/pages/Builder/store/DependencyRules.ts`); report.push(`8 1 src/ts/pages/Builder/store/IncompatibilityRules.ts`); 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:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #644: JIRA-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(Excel): 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: JIRA-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(Excel): add agreement rules`); +report.push(`2021-12-03T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -13009,14 +13009,14 @@ report.push(`27 0 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`) 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(faq): change default path in Tree`); +report.push(`2021-12-03T10:28:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1816 fix: merge with release`); +report.push(`2021-12-03T10:34:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change default path in Tree`); +report.push(`2021-12-03T10:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #646: JIRA-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(Excel): add agreement rules`); +report.push(`2021-12-03T12:00:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1816 fix: merge with release`); +report.push(`2021-12-03T14:22:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add agreement rules`); +report.push(`2021-12-03T14:26:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #647: JIRA-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(Excel): added editing and removing functionaliry for RoleGroups section tables`); +report.push(`2021-12-03T16:37:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): 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: JIRA-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(traffic chart): change logick in aprooval page`); +report.push(`2021-12-04T10:18:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change logick in aprooval page`); +report.push(`2021-12-04T10:50:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change logic in aproval page`); +report.push(`2021-12-04T11:51:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change logic in aproval page`); +report.push(`2021-12-04T12:51:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): refactor tables for new features`); +report.push(`2021-12-05T11:22:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): change logic in aproval page`); +report.push(`2021-12-05T11:26:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change logic in aproval page`); +report.push(`2021-12-05T12:25:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): refactor tables for new features`); +report.push(`2021-12-05T12:27:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #649: JIRA-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(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-05T12:34:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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: JIRA-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(Excel): refactored Main page`); +report.push(`2021-12-05T17:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -13146,19 +13146,19 @@ report.push(`5 0 src/ts/pages/Builder/styles/rules.scss`); report.push(`6 4 src/ts/pages/Builder/view/Cards.tsx`); report.push(`4 2 src/ts/pages/Builder/view/List.tsx`); report.push(``); -report.push(`2021-12-05T18:02:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 fix: corrected date formatting function`); +report.push(`2021-12-05T18:02:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1816 fix: corrected date formatting function`); 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:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #651: Feature/JIRA-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(traffic chart): add update agreement rules in Builder`); +report.push(`2021-12-05T20:24:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add update agreement rules, add execution rules`); +report.push(`2021-12-05T21:21:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -13179,9 +13179,9 @@ report.push(`3 3 src/ts/pages/Builder/store/{ApprovalRules.ts => AgreementRules. report.push(`99 0 src/ts/pages/Builder/store/ExecutionRules.ts`); 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:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #652: JIRA-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(traffic chart): add create and update for execution rules`); +report.push(`2021-12-06T13:42:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add create and update for execution rules`); +report.push(`2021-12-06T13:52:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): actualized requests in the Access Details and RoleGroups sections`); +report.push(`2021-12-06T13:56:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -13212,28 +13212,28 @@ report.push(`13 15 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`3 3 src/ts/pages/Builder/store/AccessDetails.ts`); 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:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #653: JIRA-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(Excel): 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: JIRA-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(`2021-12-06T15:23:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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>Pull request #655: JIRA-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(faq): change view for Tree select`); +report.push(`2021-12-06T17:08:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add template id and clear for rules`); +report.push(`2021-12-06T17:09:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 0 src/ts/pages/Builder/helpers/execution-rules/loadRuleInfo.ts`); report.push(`2 9 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(``); -report.push(`2021-12-06T18:08:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 fix: corrected Operand dropdown styles and added rule saving by clicking on checkbox`); +report.push(`2021-12-06T18:08:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1816 fix: corrected Operand dropdown styles and added rule saving by clicking on checkbox`); report.push(`28 0 src/ts/components/Table/styles/hacks.scss`); report.push(`4 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`22 14 src/ts/pages/Builder/components/shared/RulesList.tsx`); @@ -13249,12 +13249,12 @@ report.push(`9 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); 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:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #656: JIRA-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(traffic chart): change style for Tree in select`); +report.push(`2021-12-06T22:02:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add nothing found text for table list`); +report.push(`2021-12-06T22:49:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change logic for export in Excel`); +report.push(`2021-12-06T23:22:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,15 +13277,15 @@ 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(faq): change logic for export in Excel`); +report.push(`2021-12-06T23:28:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): merge with release`); +report.push(`2021-12-06T23:36:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-07T10:26:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #657: JIRA-1817 Fix select and update and validation in Builder`); +report.push(`2021-12-07T13:01:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1816 fix: corrected table menu options and some bugs`); report.push(`11 9 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`1 0 src/ts/components/Table/interfaces/shared.ts`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -13302,9 +13302,9 @@ report.push(`7 2 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`8 0 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`8 0 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2021-12-07T13:18:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #658: SUBO-1816 fix: corrected table menu options and some bugs`); +report.push(`2021-12-07T13:18:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #658: JIRA-1816 fix: corrected table menu options and some bugs`); report.push(`2021-12-07T13:18:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-07T18:54:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1816 fix: corrected comments from analytics`); +report.push(`2021-12-07T18:54:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1816 fix: corrected comments from analytics`); report.push(`5 4 src/ts/components/Table/components/BackgroundTableGrid.tsx`); report.push(`5 4 src/ts/components/Table/components/TableBody.tsx`); report.push(`2 1 src/ts/components/Table/components/templates/CellButton.tsx`); @@ -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(traffic chart): add validation example`); +report.push(`2021-12-07T20:06:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,11 +13344,11 @@ 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(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:00:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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: JIRA-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(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(`2021-12-08T10:03:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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>JIRA-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`); report.push(`23 5 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -13367,12 +13367,12 @@ report.push(`30 5 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`5 0 src/ts/pages/Builder/styles/table.scss`); report.push(`1 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2021-12-08T12:33:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1888 fix: corrected bugs in the AgreementRules`); +report.push(`2021-12-08T12:33:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1888 fix: corrected bugs in the AgreementRules`); report.push(`5 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`7 3 src/ts/pages/Builder/helpers/mapper.ts`); report.push(`7 2 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(``); -report.push(`2021-12-08T14:57:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 feat: add validation in Builder`); +report.push(`2021-12-08T14:57:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 feat: add validation in Builder`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`16 19 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); @@ -13391,7 +13391,7 @@ report.push(`2 2 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`2 2 src/ts/pages/Template/store/Template.ts`); report.push(`4 2 src/ts/store/Form.ts`); report.push(``); -report.push(`2021-12-08T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 feat: add validation in Builder`); +report.push(`2021-12-08T15:27:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 feat: add validation in Builder`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); @@ -13407,10 +13407,10 @@ report.push(`2 2 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`9 9 src/ts/pages/Builder/styles/hacks.scss`); report.push(`2 2 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2021-12-08T16:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #660: SUBO-1880 Add validation in Builder`); +report.push(`2021-12-08T16:27:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #660: JIRA-1880 Add validation in Builder`); report.push(`2021-12-08T16:27:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-08T16:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/SUBO-1817-Add-validation-in-Builder' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-1888-check-the-data-processing`); -report.push(`2021-12-09T01:20:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 feat: add validation in Builder`); +report.push(`2021-12-08T16:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/JIRA-1817-Add-validation-in-Builder' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-1888-check-the-data-processing`); +report.push(`2021-12-09T01:20:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 feat: add validation in Builder`); report.push(`14 17 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`1 1 src/ts/helpers/validation/methods.ts`); report.push(`20 5 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); @@ -13424,13 +13424,13 @@ report.push(`11 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`86 17 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`3 9 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2021-12-09T01:21:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 feat: add validation in Builder`); +report.push(`2021-12-09T01:21:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 feat: add validation in Builder`); report.push(`2 12 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(``); -report.push(`2021-12-09T10:10:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 fix: add validation in save`); +report.push(`2021-12-09T10:10:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 fix: add validation in save`); report.push(`1 1 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(``); -report.push(`2021-12-09T10:34:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1880 fix: add validation in save`); +report.push(`2021-12-09T10:34:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1880 fix: add validation in save`); report.push(`6 4 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`6 4 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`6 4 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -13444,8 +13444,8 @@ report.push(`15 0 src/ts/pages/Builder/helpers/access-details/validationRules.ts report.push(`8 8 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2021-12-09T10:41:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-09T10:41:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #661: SUBO-1880 Add validation in Builder`); -report.push(`2021-12-09T11:27:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1888 fix: check the data proccessing and fixed bugs`); +report.push(`2021-12-09T10:41:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #661: JIRA-1880 Add validation in Builder`); +report.push(`2021-12-09T11:27:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1888 fix: check the data proccessing and fixed bugs`); report.push(`9 8 src/ts/pages/Builder/components/FullCard.tsx`); report.push(`20 6 src/ts/pages/Builder/components/ShortCard.tsx`); report.push(`2 4 src/ts/pages/Builder/components/SideBar.tsx`); @@ -13464,15 +13464,15 @@ report.push(`7 8 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`6 2 src/ts/pages/Builder/styles/card.scss`); report.push(`4 3 src/ts/pages/Builder/styles/sidebar.scss`); report.push(``); -report.push(`2021-12-09T11:35:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1888 fix: solve merge conflicts`); -report.push(`2021-12-09T12:14:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1888 fix: correct data processing for agreementEmployees in Agreement rules`); +report.push(`2021-12-09T11:35:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1888 fix: solve merge conflicts`); +report.push(`2021-12-09T12:14:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1888 fix: correct data processing for agreementEmployees in Agreement rules`); report.push(`4 4 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); 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>Pull request #662: Bugfix/JIRA-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(traffic chart): add access control component`); +report.push(`2021-12-09T13:10:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,23 +13501,23 @@ 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(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(`2021-12-09T13:15:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1917 feat(traffic chart): add access control component`); +report.push(`2021-12-09T13:17:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add access control component`); +report.push(`2021-12-09T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): corrected SideBar and hided Filter`); +report.push(`2021-12-09T14:06:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): add access control component`); +report.push(`2021-12-09T14:22:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #663: JIRA-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(AIS): corrected SideBar and hided Filter`); +report.push(`2021-12-09T15:00:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #664: JIRA-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(`2021-12-09T15:45:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1882 feat: added logic for locking role in the RoleGroups section`); report.push(`10 0 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`10 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`11 0 src/ts/pages/Builder/components/shared/TablePanel.tsx`); @@ -13528,15 +13528,15 @@ 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(faq): change URL for change User in Auth Tool component`); +report.push(`2021-12-09T16:01:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change URL for change User in Auth Tool component`); +report.push(`2021-12-09T16:08:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): 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: JIRA-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(`2021-12-09T19:12:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1882 feat: corrected parameters for roleGroupAggregations/by-template/ endpoint`); report.push(`5 2 src/ts/pages/Builder/api.ts`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); @@ -13544,51 +13544,51 @@ report.push(`2 0 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); 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:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #666: Feature/JIRA-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(faq): 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>JIRA-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(faq): add new Role for auth panel`); +report.push(`2021-12-09T23:45:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add new Role for auth panel`); +report.push(`2021-12-10T00:07:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #667: JIRA-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(faq): fix bugs for demo`); +report.push(`2021-12-10T09:23:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): fix bugs for demo`); +report.push(`2021-12-10T09:26:12+03:00>Швыкин Иван Андреевич (4036594)>ishvykin@dev.vtb.ru>Pull request #668: JIRA-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(faq): change validation for roles`); +report.push(`2021-12-10T10:02:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change validation for roles`); +report.push(`2021-12-10T10:04:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #669: JIRA-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(AIS): corrected Input and Select styles`); +report.push(`2021-12-10T10:32:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2021-12-10T13:06:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1923 fix: add columns in Report table (SUBO-1923, SUBO-1924, SUBO-1925), change logic in filters (SUBO-1927, SUBO-1928)`); +report.push(`2021-12-10T13:06:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1923 fix: add columns in Report table (JIRA-1923, JIRA-1924, JIRA-1925), change logic in filters (JIRA-1927, JIRA-1928)`); report.push(`5 0 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`5 0 src/ts/pages/Reports/components/FilterByUser.tsx`); 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(AIS): corrected styles`); +report.push(`2021-12-10T14:24:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -13609,24 +13609,24 @@ report.push(`1 1 src/ts/pages/Builder/styles/index.scss`); report.push(`2 2 src/ts/pages/Builder/styles/rules.scss`); report.push(`1 6 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2021-12-10T14:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #671: Bugfix/SUBO-1881 correct Input and Select styles`); +report.push(`2021-12-10T14:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #671: Bugfix/JIRA-1881 correct Input and Select styles`); report.push(`2021-12-10T14:33:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-10T16:02:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #670: SUBO-1923, SUBO-1924, SUBO-1925, SUBO-1927, SUBO-1928 Add columns in Report table (SUBO-1923, SUBO-1924, SUBO-1925), change logic in filters (SUBO-1927, SUBO-1928)`); -report.push(`2021-12-10T16:36:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1935 fix: replace URL for search`); +report.push(`2021-12-10T16:02:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #670: JIRA-1923, JIRA-1924, JIRA-1925, JIRA-1927, JIRA-1928 Add columns in Report table (JIRA-1923, JIRA-1924, JIRA-1925), change logic in filters (JIRA-1927, JIRA-1928)`); +report.push(`2021-12-10T16:36:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1935 fix: replace URL for search`); report.push(`1 1 src/ts/pages/Requests/api.ts`); report.push(`1 4 src/ts/pages/Search/components/Item/Request.tsx`); report.push(`1 1 src/ts/pages/Search/components/Item/index.tsx`); report.push(``); report.push(`2021-12-10T16:37:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.0 -> master`); -report.push(`2021-12-10T16:37:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #672: SUBO-1935 fix: replace URL for search`); -report.push(`2021-12-11T11:29:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1923 fix: Add columns in Report table (SUBO-1923, SUBO-1924, SUBO-1925), change logic in filters (SUBO-1927, SUBO-1928)`); +report.push(`2021-12-10T16:37:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #672: JIRA-1935 fix: replace URL for search`); +report.push(`2021-12-11T11:29:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1923 fix: Add columns in Report table (JIRA-1923, JIRA-1924, JIRA-1925), change logic in filters (JIRA-1927, JIRA-1928)`); report.push(`5 0 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`5 0 src/ts/pages/Reports/components/FilterByUser.tsx`); 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 2 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(``); -report.push(`2021-12-11T13:01:22+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-11T13:01:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1782 feat: add filters by user for Report (JIRA-1782, JIRA-1783), fix roles and change recipient in Template`); report.push(`1 5 src/ts/components/Select/components/value/Multiple.tsx`); report.push(`5 6 src/ts/components/Select/components/value/Single.tsx`); report.push(`8 8 src/ts/components/Select/index.tsx`); @@ -13638,22 +13638,22 @@ report.push(`13 9 src/ts/pages/Template/components/Form.tsx`); 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(OIR): labels in Select Tree`); +report.push(`2021-12-11T13:38:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #674: JIRA-1782 feat: add filters by user for Report (JIRA-1782, JIRA-1783), fix roles and change recipient in Template`); +report.push(`2021-12-12T01:05:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): labels in Select Tree`); +report.push(`2021-12-12T01:13:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): labels in Select Tree`); +report.push(`2021-12-12T01:20:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); 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(profile): added pagination for rules list`); +report.push(`2021-12-12T01:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #676: JIRA-1782 Fix lables in Select Tree`); +report.push(`2021-12-12T01:32:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1782 feat: add filters by user for Report (JIRA-1782, JIRA-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: JIRA-1782 Merge with release 2.3.0`); +report.push(`2021-12-13T13:42:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -13678,8 +13678,8 @@ report.push(`29 18 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`32 18 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`28 18 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2021-12-13T14:23:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'release/release-2.3.0' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-1874-add-Pagination-for-rules-list`); -report.push(`2021-12-13T15:03:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1874 fix: add load more for Tree, fix focus in modal`); +report.push(`2021-12-13T14:23:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'release/release-2.3.0' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-1874-add-Pagination-for-rules-list`); +report.push(`2021-12-13T15:03:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1874 fix: add load more for Tree, fix focus in modal`); report.push(`7 2 src/ts/components/DataLoader/paginators/LoadMore.tsx`); report.push(`14 4 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`18 11 src/ts/components/Tree/index.tsx`); @@ -13691,22 +13691,22 @@ report.push(`127 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`10 95 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`2 4 src/ts/pages/Builder/components/modals/TrmGroupsAdd.tsx`); report.push(``); -report.push(`2021-12-13T15:19:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1874 fix: add load more for Tree, fix focus in modal`); -report.push(`2021-12-13T15:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/SUBO-1874-add-Pagination-for-rules-list' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-1874-add-Pagination-for-rules-list`); -report.push(`2021-12-13T17:01:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: hided CreateAgreementGroup tab for SECURITY group type`); +report.push(`2021-12-13T15:19:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1874 fix: add load more for Tree, fix focus in modal`); +report.push(`2021-12-13T15:50:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/JIRA-1874-add-Pagination-for-rules-list' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-1874-add-Pagination-for-rules-list`); +report.push(`2021-12-13T17:01:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: hided CreateAgreementGroup tab for SECURITY group type`); report.push(`9 7 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`1 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(``); -report.push(`2021-12-13T17:14:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: added instructions link`); +report.push(`2021-12-13T17:14:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: added instructions link`); report.push(`5 2 src/ts/pages/Builder/components/SideBar.tsx`); report.push(``); -report.push(`2021-12-14T08:28:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1713 fix: add description for Select`); +report.push(`2021-12-14T08:28:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1713 fix: add description for Select`); 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(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(`2021-12-14T10:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #679: JIRA-1874 feat(profile): added pagination for rules list`); +report.push(`2021-12-14T12:40:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`13 2 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); @@ -13719,24 +13719,24 @@ report.push(`0 11 src/ts/pages/Builder/pages/Draft.tsx`); 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(profile): add description for Drafts list`); +report.push(`2021-12-14T13:34:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #680: JIRA-1884 fix: added browser prompt for alerting and fixed bugs`); +report.push(`2021-12-14T13:35:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add description for Drafts list`); +report.push(`2021-12-14T13:51:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-14T14:11:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1856 fix: Add ID in title Draft page`); report.push(`1 1 src/ts/pages/Draft/index.tsx`); report.push(``); -report.push(`2021-12-14T14:13:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1545 fix: remove Prompt from AccessDetail in Builder`); +report.push(`2021-12-14T14:13:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1545 fix: remove Prompt from AccessDetail in Builder`); 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(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(`2021-12-14T14:21:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'feature/JIRA-1545-Add-description-for-Drafts' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-1545-Add-description-for-Drafts`); +report.push(`2021-12-14T14:22:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #681: JIRA-1545 feat(profile): add description for Drafts list`); +report.push(`2021-12-14T14:38:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 1 src/ts/pages/Builder/components/modals/OrgUnit.tsx`); @@ -13745,20 +13745,20 @@ report.push(`1 0 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); 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(OIR): corrected validation logic for Access removing in Template`); +report.push(`2021-12-14T15:15:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #682: JIRA-1881 feat: add select all button in Tree component`); +report.push(`2021-12-14T15:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2021-12-14T16:03:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #683: JIRA-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>JIRA-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(OIR): corrected validation logic for Access removing in Template`); +report.push(`2021-12-14T16:36:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-14T16:45:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #684: JIRA-1938 Fix boolean filter in Reports`); report.push(`2021-12-14T16:45:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.1 -> master`); -report.push(`2021-12-15T11:34:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1884 fix: hide browser prompt after Template saving`); +report.push(`2021-12-15T11:34:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1884 fix: hide browser prompt after Template saving`); report.push(`13 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`13 2 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`9 1 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); @@ -13776,8 +13776,8 @@ report.push(`5 0 src/ts/pages/Builder/store/IncompatibilityRules.ts`); 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(profile): open profile and add backend API`); +report.push(`2021-12-15T13:05:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #685: JIRA-1884 fix: hide browser prompt after Template saving`); +report.push(`2021-12-15T13:10:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): open profile and add backend API`); +report.push(`2021-12-15T13:12:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): open profile and add backend API`); +report.push(`2021-12-15T13:32:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): open profile and add backend API`); +report.push(`2021-12-15T13:33:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): open profile and add backend API`); +report.push(`2021-12-15T13:36:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): 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>JIRA-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`); @@ -13830,18 +13830,18 @@ report.push(`2 1 src/ts/pages/Builder/store/AgreementRules.ts`); 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(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(`2021-12-15T15:27:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #686: JIRA-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: JIRA-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>JIRA-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`); report.push(``); -report.push(`2021-12-16T12:11:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 fix: bug with not found user role`); +report.push(`2021-12-16T12:11:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1890 fix: bug with not found user role`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2021-12-16T12:14:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #688: SUBO-1890 fix: bug with not found user role`); +report.push(`2021-12-16T12:14:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #688: JIRA-1890 fix: bug with not found user role`); report.push(`2021-12-16T12:14:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.1 -> master`); -report.push(`2021-12-16T15:18:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 feat: add text group in Template`); +report.push(`2021-12-16T15:18:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1890 feat: add text group in Template`); report.push(`2 1 src/ts/interfaces/request/RequestNew.ts`); report.push(`3 0 src/ts/interfaces/request/Role.ts`); report.push(`11 10 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); @@ -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(AIS): update ui kit library and fixed styles`); +report.push(`2021-12-16T15:42:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,31 +13865,31 @@ 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(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(`2021-12-16T17:32:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #689: JIRA-1881 fix(AIS): update ui kit library and fixed styles`); +report.push(`2021-12-17T12:10:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add required validation in Report`); +report.push(`2021-12-17T12:22:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-17T12:36:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1968 fix: change space between date filters`); report.push(`16 16 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`7 1 src/ts/pages/Reports/styles/filters.scss`); report.push(``); -report.push(`2021-12-17T12:48:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1965 fix: add size from response in Pagination element`); +report.push(`2021-12-17T12:48:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1965 fix: add size from response in Pagination element`); report.push(`7 3 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(``); -report.push(`2021-12-17T12:55:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1956 fix: remove Folders from search`); +report.push(`2021-12-17T12:55:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1956 fix: remove Folders from search`); report.push(`1 1 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2021-12-17T13:11:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1956 fix: remove Folders from search`); +report.push(`2021-12-17T13:11:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1956 fix: remove Folders from search`); 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(profile): added Search dropdown for orgUnits field`); +report.push(`2021-12-17T16:07:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #690: JIRA-1956, JIRA-1961, JIRA-1962, JIRA-1965, JIRA-1968 Add query for Select for Template`); +report.push(`2021-12-17T17:09:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,20 +13903,20 @@ 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(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(`2021-12-17T18:01:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #691: JIRA-1874 feat(profile): added Search dropdown for orgUnits field`); +report.push(`2021-12-18T15:41:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1959 fix: Remove orgUnit for Roles`); report.push(`2 2 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2021-12-18T15:42:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #692: SUBO-1959 fix: Remove orgUnit for Roles`); -report.push(`2021-12-18T16:34:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1959 fix: change height for modal`); +report.push(`2021-12-18T15:42:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #692: JIRA-1959 fix: Remove orgUnit for Roles`); +report.push(`2021-12-18T16:34:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1959 fix: change height for modal`); report.push(`2 2 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-12-18T16:35:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #693: SUBO-1959 fix: change height for modal`); -report.push(`2021-12-19T12:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: hide EDIT option in the table if data for edit is not exist`); +report.push(`2021-12-18T16:35:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #693: JIRA-1959 fix: change height for modal`); +report.push(`2021-12-19T12:46:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: hide EDIT option in the table if data for edit is not exist`); 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(profile): added Delete button for Drafts`); +report.push(`2021-12-19T14:41:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -13924,11 +13924,11 @@ report.push(`13 6 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`3 1 src/ts/pages/Builder/view/Cards.tsx`); report.push(`3 1 src/ts/pages/Builder/view/List.tsx`); report.push(``); -report.push(`2021-12-19T15:03:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: corrected git diff`); +report.push(`2021-12-19T15:03:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: corrected git diff`); report.push(`0 4 src/ts/components/Table/components/templates/CellContextMenu.tsx`); report.push(`1 2 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(``); -report.push(`2021-12-19T16:54:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: addd endpoint for roleGroup blocking and changed blocking logic`); +report.push(`2021-12-19T16:54:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: addd endpoint for roleGroup blocking and changed blocking logic`); report.push(`4 0 src/ts/pages/Builder/api.ts`); report.push(`14 12 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); @@ -13938,15 +13938,15 @@ report.push(`1 1 src/ts/pages/Builder/pages/ExecutionRules.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(`2021-12-20T09:12:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #695: Feature/SUBO-1874 add Delete button for Drafts`); -report.push(`2021-12-20T09:12:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #696: SUBO-1874 fix: addd endpoint for roleGroup blocking and changed blocking logic`); -report.push(`2021-12-20T11:34:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1961 feat: add template ID in search for Role filter`); +report.push(`2021-12-20T09:12:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #695: Feature/JIRA-1874 add Delete button for Drafts`); +report.push(`2021-12-20T09:12:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #696: JIRA-1874 fix: addd endpoint for roleGroup blocking and changed blocking logic`); +report.push(`2021-12-20T11:34:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1961 feat: add template ID in search for Role filter`); report.push(`3 2 src/ts/pages/Reports/api.ts`); report.push(`5 1 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`2 2 src/ts/snippets/FilterPanel/api.ts`); report.push(`1 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2021-12-20T11:38:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1799 refactor: remove Catalogue UX test`); +report.push(`2021-12-20T11:38:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1799 refactor: remove Catalogue UX test`); report.push(`0 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`0 2399 src/ts/pages/UxTestCatalogue/api.ts`); report.push(`0 42 src/ts/pages/UxTestCatalogue/components/Catalogue.tsx`); @@ -13972,13 +13972,13 @@ report.push(`0 22 src/ts/pages/UxTestCatalogue/helpers/icons.ts`); report.push(`0 112 src/ts/pages/UxTestCatalogue/index.tsx`); report.push(`0 70 src/ts/pages/UxTestCatalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2021-12-20T11:54:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #698: SUBO-1799 refactor: remove Catalogue UX test (pt. 14.1)`); -report.push(`2021-12-20T11:58:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #697: SUBO-1961 feat: add template ID in search for Role filter`); -report.push(`2021-12-20T13:03:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: hide EDIT menu option if data for edit is not exist`); +report.push(`2021-12-20T11:54:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #698: JIRA-1799 refactor: remove Catalogue UX test (pt. 14.1)`); +report.push(`2021-12-20T11:58:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #697: JIRA-1961 feat: add template ID in search for Role filter`); +report.push(`2021-12-20T13:03:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: hide EDIT menu option if data for edit is not exist`); 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(faq): change requests for Drafts`); +report.push(`2021-12-20T13:37:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -13986,27 +13986,27 @@ report.push(`1 1 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(`1 4 src/ts/pages/Template/components/Template.tsx`); report.push(`18 23 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(``); -report.push(`2021-12-20T13:44:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: added getDescription function for role groups in the Modal window`); +report.push(`2021-12-20T13:44:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: added getDescription function for role groups in the Modal window`); 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(faq): change requests for Drafts`); +report.push(`2021-12-20T13:48:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): hide roles for empty template ID`); +report.push(`2021-12-20T13:54:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #699: Bugfix/JIRA-1874 fix bugs by comments from analytics part 1`); +report.push(`2021-12-20T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2021-12-20T15:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: added PREPROD value for Environment class field`); report.push(`1 1 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); 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(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(`2021-12-20T15:53:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #700: JIRA-1857 Fix save for Drafts`); +report.push(`2021-12-20T15:53:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #701: JIRA-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: JIRA-1874 fix: added PREPROD value for Environment class field`); +report.push(`2021-12-21T10:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: corrected pointer events styles for Select`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`5 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`5 8 src/ts/components/Select/components/value/Multiple.tsx`); @@ -14017,25 +14017,25 @@ report.push(`6 1 src/ts/components/Select/styles/value.scss`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`1 2 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2021-12-21T11:49:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #703: SUBO-1874 fix: corrected pointer events styles for Select`); -report.push(`2021-12-21T12:00:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1973 fix: remove pagination from Search page`); +report.push(`2021-12-21T11:49:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #703: JIRA-1874 fix: corrected pointer events styles for Select`); +report.push(`2021-12-21T12:00:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1973 fix: remove pagination from Search page`); report.push(`0 2 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2021-12-21T12:51:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1784 fix: add wrapper for String cell in table`); +report.push(`2021-12-21T12:51:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1784 fix: add wrapper for String cell in table`); report.push(`3 1 src/ts/components/Table/components/templates/CellString.tsx`); report.push(`7 0 src/ts/components/Table/styles/index.scss`); report.push(``); -report.push(`2021-12-21T13:17:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 fix: merge with master`); -report.push(`2021-12-21T13:21:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 fix: merge with master`); +report.push(`2021-12-21T13:17:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1890 fix: merge with master`); +report.push(`2021-12-21T13:21:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1890 fix: merge with master`); report.push(`2 0 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2021-12-21T13:22:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1890 fix: merge with master`); +report.push(`2021-12-21T13:22:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1890 fix: merge with master`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); -report.push(`2021-12-21T13:28:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #704: SUBO-1973 fix: remove pagination from Search page`); -report.push(`2021-12-21T13:30:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #705: SUBO-1784 fix: add wrapper for String cell in table`); -report.push(`2021-12-21T13:40:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #706: SUBO-1890 Add text group in Template`); -report.push(`2021-12-21T17:35:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1975 fix: corrected rendering of Checkbox List for Select component`); +report.push(`2021-12-21T13:28:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #704: JIRA-1973 fix: remove pagination from Search page`); +report.push(`2021-12-21T13:30:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #705: JIRA-1784 fix: add wrapper for String cell in table`); +report.push(`2021-12-21T13:40:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #706: JIRA-1890 Add text group in Template`); +report.push(`2021-12-21T17:35:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1975 fix: corrected rendering of Checkbox List for Select component`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`4 1 src/ts/components/Select/components/Search.tsx`); @@ -14046,18 +14046,18 @@ report.push(`8 6 src/ts/components/Select/index.tsx`); report.push(`19 1 src/ts/components/Select/styles/value.scss`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2021-12-21T17:56:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1874 fix: added id for Dictionary`); +report.push(`2021-12-21T17:56:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1874 fix: added id for Dictionary`); 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/store/Empowerments.ts`); report.push(``); -report.push(`2021-12-21T18:10:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #707: SUBO-1874 fix: added id for Dictionary`); -report.push(`2021-12-22T12:19:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1975 fix: corrected rendering of Checkbox List for Select component`); +report.push(`2021-12-21T18:10:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #707: JIRA-1874 fix: added id for Dictionary`); +report.push(`2021-12-22T12:19:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1975 fix: corrected rendering of Checkbox List for Select component`); report.push(`1 1 src/setupProxy.js`); report.push(`3 0 src/ts/components/Select/styles/value.scss`); report.push(``); -report.push(`2021-12-22T12:41:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #708: Bugfix/SUBO-1975 correct rendering of Checkbox List for Select component`); -report.push(`2021-12-23T11:06:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1971 feat: added Toast notification to Builder`); +report.push(`2021-12-22T12:41:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #708: Bugfix/JIRA-1975 correct rendering of Checkbox List for Select component`); +report.push(`2021-12-23T11:06:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1971 feat: added Toast notification to Builder`); report.push(`73 0 src/ts/components/Toast/index.tsx`); report.push(`4 0 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`10 7 src/ts/pages/Builder/components/shared/RulesList.tsx`); @@ -14072,13 +14072,13 @@ report.push(`15 93 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`2 7 src/ts/pages/Template/components/Template.tsx`); report.push(`1 0 src/ts/store/Form.ts`); 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(`2021-12-23T11:17:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): exclude node_modules from ts compiler`); +report.push(`2021-12-23T12:03:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): added checkbox and button for removing rules`); +report.push(`2021-12-23T17:12:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14092,8 +14092,8 @@ report.push(`1 10 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`5 0 src/ts/pages/Builder/styles/index.scss`); report.push(`46 37 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2021-12-24T09:27:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #709: Feature/SUBO-1971 added Notification components for alerting`); -report.push(`2021-12-24T11:23:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1649 feat: change style for Request status`); +report.push(`2021-12-24T09:27:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #709: Feature/JIRA-1971 added Notification components for alerting`); +report.push(`2021-12-24T11:23:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1649 feat: change style for Request status`); report.push(`19 3 src/ts/helpers/formatter.ts`); report.push(`1 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`0 1 src/ts/pages/Requests/components/modal/RecipientMessage.tsx`); @@ -14111,19 +14111,19 @@ report.push(`59 0 src/ts/snippets/RequestStatus2/index.tsx`); report.push(`149 0 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2021-12-24T12:41:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1930 fix: change URL for roles in Report`); +report.push(`2021-12-24T12:41:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1930 fix: change URL for roles in Report`); report.push(`3 2 src/ts/pages/Reports/api.ts`); report.push(``); -report.push(`2021-12-24T12:43:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1930 fix: change URL for roles in Report`); +report.push(`2021-12-24T12:43:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1930 fix: change URL for roles in Report`); 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(OIR): change value for filter in Reports`); +report.push(`2021-12-24T12:46:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #710: JIRA-1649 feat: change style for Request status`); +report.push(`2021-12-24T12:46:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #711: JIRA-1930 fix: change URL for roles in Report`); +report.push(`2021-12-24T14:39:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2021-12-24T15:47:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #712: JIRA-2032 fix(OIR): change value for filter in Reports`); +report.push(`2021-12-24T18:08:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14137,12 +14137,12 @@ report.push(`13 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`0 1 src/ts/pages/Builder/styles/index.scss`); report.push(`2 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2021-12-27T09:11:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #713: Feature/SUBO-1976 add functionality for removing rules`); -report.push(`2021-12-27T09:12:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1649 refactor: return old style for release`); +report.push(`2021-12-27T09:11:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #713: Feature/JIRA-1976 add functionality for removing rules`); +report.push(`2021-12-27T09:12:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1649 refactor: return old style for release`); 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(faq): fixed bug with RoleGroup editing`); +report.push(`2021-12-27T09:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #714: JIRA-1649 refactor: return old style for release`); +report.push(`2021-12-27T11:35:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14156,9 +14156,9 @@ report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts` report.push(`4 2 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); 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:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #716: Bugfix/JIRA-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(profile): change rules in Group`); +report.push(`2021-12-27T14:54:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change rules in Group`); +report.push(`2021-12-27T15:07:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added Agreement Employees list without pagination`); +report.push(`2021-12-28T12:30:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14188,12 +14188,12 @@ report.push(`11 4 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`16 1 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); report.push(`7 0 src/ts/pages/Builder/styles/agreement-rules.scss`); report.push(``); -report.push(`2021-12-28T16:02:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2038 feat: added Pagination without parameters in URL`); +report.push(`2021-12-28T16:02:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2038 feat: added Pagination without parameters in URL`); 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(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(`2021-12-28T16:20:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2004 feat(profile): added Pagination without parameters in URL`); +report.push(`2021-12-28T18:18:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14201,14 +14201,14 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(`33 33 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 16 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); report.push(``); -report.push(`2021-12-28T18:48:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 fix: reverted changes in the CreateAgreementGroup form`); +report.push(`2021-12-28T18:48:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2004 fix: reverted changes in the CreateAgreementGroup form`); report.push(`1 3 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(``); -report.push(`2021-12-29T11:45:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 fix: added wrapper around the table`); +report.push(`2021-12-29T11:45:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2004 fix: added wrapper around the table`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`4 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2021-12-29T13:52:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 fix: added placeholders to Select and corrected styles`); +report.push(`2021-12-29T13:52:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2004 fix: added placeholders to Select and corrected styles`); report.push(`3 1 src/ts/components/Select/styles/value.scss`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); @@ -14220,17 +14220,17 @@ report.push(`1 0 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`0 2 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2021-12-29T17:36:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2004 fix: corrected logic of incompatible rules applying`); +report.push(`2021-12-29T17:36:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2004 fix: corrected logic of incompatible rules applying`); report.push(`2 1 src/ts/pages/Template/components/Groups.tsx`); report.push(`20 10 src/ts/pages/Template/helpers/roles.ts`); report.push(``); -report.push(`2022-01-06T11:37:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 refactor: change property names`); +report.push(`2022-01-06T11:37:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2004 refactor: change property names`); report.push(`3 3 src/ts/interfaces/request/Role.ts`); report.push(`16 15 src/ts/pages/Template/api.ts`); report.push(`1 2 src/ts/pages/Template/components/Groups.tsx`); report.push(`8 18 src/ts/pages/Template/helpers/roles.ts`); report.push(``); -report.push(`2022-01-06T12:01:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 refactor: create snippet AccessGroups`); +report.push(`2022-01-06T12:01:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2004 refactor: create snippet AccessGroups`); report.push(`1 1 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`5 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -14248,48 +14248,48 @@ report.push(`6 6 src/ts/{pages/Template/components/Groups.tsx => snippets/Access report.push(`1 1 src/ts/{pages/Template/styles/group.scss => snippets/AccessGroups/styles/index.scss}`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-01-06T12:20:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 refactor: create snippet AccessGroups`); +report.push(`2022-01-06T12:20:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2004 refactor: create snippet AccessGroups`); report.push(`4 5 src/ts/pages/Template/components/Form.tsx`); report.push(`15 13 src/ts/snippets/AccessGroups/api.ts`); report.push(`1 0 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`7 2 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-01-06T12:59:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 fix: change rules for New select`); +report.push(`2022-01-06T12:59:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2004 fix: change rules for New select`); report.push(`9 24 src/ts/pages/Template/components/Form.tsx`); report.push(`25 0 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-01-06T13:59:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2004 fix: change rules for New select`); +report.push(`2022-01-06T13:59:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2004 fix: change rules for New select`); report.push(`1 1 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-01-09T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-09T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #718: SUBO-2004 Add acccess rules for Groups`); -report.push(`2022-01-10T12:08:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #719: SUBO-2038 feat: added Pagination without parameters in URL`); -report.push(`2022-01-10T12:09:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1979 feat: show text group in Request`); +report.push(`2022-01-09T11:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #718: JIRA-2004 Add acccess rules for Groups`); +report.push(`2022-01-10T12:08:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #719: JIRA-2038 feat: added Pagination without parameters in URL`); +report.push(`2022-01-10T12:09:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1979 feat: show text group in Request`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`6 2 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`6 4 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-01-10T12:41:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1979 feat: show text group in Request`); +report.push(`2022-01-10T12:41:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1979 feat: show text group in Request`); report.push(`0 4 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`21 13 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`6 5 src/ts/pages/Template/api.ts`); report.push(`44 23 src/ts/snippets/AccessGroups/index.tsx`); report.push(`5 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-01-10T13:23:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1979 feat: show text group in Request`); +report.push(`2022-01-10T13:23:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1979 feat: show text group in Request`); report.push(`8 7 src/ts/pages/Requests/styles/hacks.scss`); report.push(`0 29 src/ts/pages/Requests/styles/item.scss`); report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); report.push(`2022-01-10T13:28:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-10T13:28:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #720: SUBO-1979 Show text group in Request`); -report.push(`2022-01-10T15:56:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1979 fix: remove empty groups from Request`); +report.push(`2022-01-10T13:28:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #720: JIRA-1979 Show text group in Request`); +report.push(`2022-01-10T15:56:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1979 fix: remove empty groups from Request`); 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(OIR): corrected styles for Remove and Block buttons`); +report.push(`2022-01-10T15:57:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #721: Bugfix/JIRA-2004 lock Agreement Group for editing and add new tab`); +report.push(`2022-01-10T16:22:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -14299,83 +14299,83 @@ report.push(`13 2 src/ts/pages/Builder/styles/index.scss`); 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(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(`2022-01-10T16:38:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #723: JIRA-1979 fix: remove empty groups from Request`); +report.push(`2022-01-10T16:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #722: JIRA-1932 fix(OIR): corrected styles for Remove and Block buttons`); +report.push(`2022-01-11T11:32:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add flag isMandatory for Roles`); +report.push(`2022-01-11T11:33:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #724: JIRA-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(`2022-01-11T11:38:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2056 fix: corrected isIncludeChildren switch logic`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); -report.push(`2022-01-11T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #725: SUBO-2056 fix: corrected isIncludeChildren switch logic`); +report.push(`2022-01-11T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #725: JIRA-2056 fix: corrected isIncludeChildren switch logic`); report.push(`2022-01-11T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-11T12:26:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1996 fix: remove hide pagination for small totalPages`); +report.push(`2022-01-11T12:26:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1996 fix: remove hide pagination for small totalPages`); report.push(`2 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); 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(`2022-01-11T12:33:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add link on last request for short card`); +report.push(`2022-01-11T12:46:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-01-11T14:51:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1945 fix: corrected Hint component`); +report.push(`2022-01-11T14:51:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1945 fix: corrected Hint component`); report.push(`13 13 src/ts/snippets/AccessGroups/components/RolesDescription.tsx`); report.push(``); -report.push(`2022-01-11T14:59:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #726: SUBO-1996, SUBO-1548, SUBO-2017 - remove hide pagination for small totalPages`); +report.push(`2022-01-11T14:59:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #726: JIRA-1996, JIRA-1548, JIRA-2017 - remove hide pagination for small totalPages`); 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>Pull request #727: JIRA-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(traffic chart): add validation rules for old role groups`); +report.push(`2022-01-12T09:30:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add validation for old roles`); +report.push(`2022-01-12T10:39:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add validation for old roles`); +report.push(`2022-01-12T10:41:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-01-12T10:46:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #728: JIRA-2057 Add validation for old roles`); report.push(`2022-01-12T10:46:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-12T11:49:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2063 fix: corrected logic for Role Group type`); +report.push(`2022-01-12T11:49:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2063 fix: corrected logic for Role Group type`); report.push(`5 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 2 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-01-12T12:22:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2069 feat: add default value for new role`); +report.push(`2022-01-12T12:22:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2069 feat: add default value for new role`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-01-12T12:25:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #729: SUBO-2063 fix: corrected logic for Role Group type`); +report.push(`2022-01-12T12:25:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #729: JIRA-2063 fix: corrected logic for Role Group type`); report.push(`2022-01-12T12:25:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-12T12:27:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2069 feat: add default value for new role`); +report.push(`2022-01-12T12:27:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2069 feat: add default value for new role`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-01-12T12:43:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2069 feat: add default value for new role`); +report.push(`2022-01-12T12:43:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2069 feat: add default value for new role`); report.push(`18 4 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-01-12T12:52:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2069 fix: corrected default value for New Role`); +report.push(`2022-01-12T12:52:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2069 fix: corrected default value for New Role`); report.push(`3 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); 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:02:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): hide cancel button for Request`); +report.push(`2022-01-12T13:04:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #730: JIRA-2069 feat: add default value for new role`); +report.push(`2022-01-12T15:31:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-01-12T18:06:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #731: JIRA-2072 fix(OIR): hide cancel button for Request`); +report.push(`2022-01-13T13:16:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`5 5 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); @@ -14384,32 +14384,32 @@ report.push(`4 3 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(`7 5 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`8 5 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-01-13T14:12:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2064 fix: add logic for role depencency in Draft`); +report.push(`2022-01-13T14:12:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2064 fix: add logic for role depencency in Draft`); report.push(`6 4 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`0 2 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(``); report.push(`2022-01-13T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-13T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #732: SUBO-2075 fix: corrected names of loaded excel files`); -report.push(`2022-01-13T14:18:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2066 fix: change pagination for template search`); +report.push(`2022-01-13T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #732: JIRA-2075 fix: corrected names of loaded excel files`); +report.push(`2022-01-13T14:18:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2066 fix: change pagination for template search`); report.push(`3 3 src/ts/pages/Template/api.ts`); report.push(``); -report.push(`2022-01-13T14:27:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2080 fix: change export in Excel`); +report.push(`2022-01-13T14:27:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2080 fix: change export in Excel`); 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(faq): added isInnerEmployees flag for Users request`); +report.push(`2022-01-13T15:01:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #733: JIRA-2064 fix: add logic for role depencency in Draft`); +report.push(`2022-01-13T17:08:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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>Pull request #734: JIRA-2066, JIRA-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(faq): added isInnerEmployees flag for Users request`); +report.push(`2022-01-13T17:40:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #735: JIRA-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(faq): corrected Users request with isInnerEmployees`); +report.push(`2022-01-14T10:23:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2022-01-14T10:41:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2075 fix: corrected names`); +report.push(`2022-01-14T10:41:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2075 fix: corrected names`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/DependencyRules.tsx`); @@ -14417,37 +14417,37 @@ 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(faq): corrected Users request with isInnerEmployees`); +report.push(`2022-01-14T11:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #736: JIRA-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:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #737: JIRA-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`); -report.push(`2022-01-14T11:09:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #738: SUBO-2064 fix: add logic for role depencency in Draft`); +report.push(`2022-01-14T11:09:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #738: JIRA-2064 fix: add logic for role depencency in Draft`); report.push(`2022-01-14T11:09:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-14T11:12:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2064 fix: hide draft in release`); +report.push(`2022-01-14T11:12:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2064 fix: hide draft in release`); report.push(`2 0 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(`2 0 src/ts/pages/TemplateOir/components/buttons/NewRequest.tsx`); report.push(``); report.push(`2022-01-14T11:13:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.3.2 -> master`); -report.push(`2022-01-14T11:13:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #739: SUBO-2064 fix: hide draft in release`); -report.push(`2022-01-17T09:20:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1955 fix: remove spec symbols from search RegExp`); +report.push(`2022-01-14T11:13:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #739: JIRA-2064 fix: hide draft in release`); +report.push(`2022-01-17T09:20:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1955 fix: remove spec symbols from search RegExp`); report.push(`3 2 src/ts/helpers/search.ts`); 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(`2022-01-17T09:25:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): corrected button name in the Modal window`); +report.push(`2022-01-17T11:13:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2022-01-17T11:51:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): corrected buttons disabling logic depend on Admin role`); +report.push(`2022-01-17T12:32:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): added buttontext prop for Modal windows`); +report.push(`2022-01-17T12:56:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,26 +14455,26 @@ 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(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(faq): corrected Rule name layout`); +report.push(`2022-01-17T13:57:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #742: JIRA-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/JIRA-2117 rename button in the Modal window`); +report.push(`2022-01-17T14:00:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #740: JIRA-1955 Remove spec symbols from search RegExp`); +report.push(`2022-01-17T14:35:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected css properties order`); +report.push(`2022-01-17T15:12:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2022-01-17T16:56:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2129 fix: disabled orgUnits Select in the READ mode and corrected styles`); +report.push(`2022-01-17T15:20:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #744: Bugfix/JIRA-2137 correct Rule name for small window size`); +report.push(`2022-01-17T16:56:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2129 fix: disabled orgUnits Select in the READ mode and corrected styles`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`27 21 src/ts/components/Select/components/Search.tsx`); 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(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(`2022-01-17T21:50:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #745: JIRA-2129, JIRA-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>JIRA-2128 refactor: remove old components`); report.push(`1 1 nginx.default.conf`); report.push(`1 1 src/setupProxy.js`); report.push(`0 93 src/ts/components/Excel/README.md`); @@ -14523,30 +14523,30 @@ report.push(`1 1 src/ts/pages/Template/api.ts`); report.push(`1 1 src/ts/pages/TemplateOir/api.ts`); report.push(`1 1 src/ts/snippets/FilterPanel/api.ts`); report.push(``); -report.push(`2022-01-18T11:50:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2128 refactor: remove old components`); +report.push(`2022-01-18T11:50:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): show new status model`); +report.push(`2022-01-18T12:07:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-01-18T13:51:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2119 fix: change filters for template list`); report.push(`7 5 src/ts/pages/Template/api.ts`); report.push(`11 7 src/ts/snippets/FilterPanel/api.ts`); report.push(``); -report.push(`2022-01-18T15:08:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2119 fix: change filters for template`); +report.push(`2022-01-18T15:08:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2119 fix: change filters for template`); report.push(`2 13 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`); report.push(`0 8 src/ts/pages/Template/api.ts`); report.push(`4 6 src/ts/snippets/FilterPanel/api.ts`); 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(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(`2022-01-18T15:20:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #748: JIRA-2119 Change filters for template`); +report.push(`2022-01-18T15:21:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #746: JIRA-2128 Remove old components`); +report.push(`2022-01-18T15:21:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #747: JIRA-2047 feat(traffic chart): show new status model`); +report.push(`2022-01-19T09:11:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-01-19T09:32:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #749: JIRA-2152 fix(OIR): show Cancel button in Template`); +report.push(`2022-01-20T10:38:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`23 16 src/ts/components/Select/components/list/Static.tsx`); @@ -14560,19 +14560,19 @@ report.push(`1 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`4 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-01-20T10:50:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-2133-add-a-count-limit-to-the-Tree`); -report.push(`2022-01-20T11:08:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2133 fix: corrected condition for disabling`); +report.push(`2022-01-20T10:50:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-2133-add-a-count-limit-to-the-Tree`); +report.push(`2022-01-20T11:08:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2133 fix: corrected condition for disabling`); 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(OIR): corrected Table and ShortCard styles`); +report.push(`2022-01-20T13:08:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #750: Feature/JIRA-2133 add a count limit to the Tree`); +report.push(`2022-01-20T13:47:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`15 15 src/ts/pages/Builder/components/ShortCard.tsx`); report.push(`16 8 src/ts/pages/Builder/styles/card.scss`); report.push(``); -report.push(`2022-01-20T13:56:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2204 fix: show text roles in All groups list`); +report.push(`2022-01-20T13:56:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2204 fix: show text roles in All groups list`); report.push(`20 15 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`5 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`5 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -14582,48 +14582,48 @@ report.push(`3 0 src/ts/components/JsonSchema/index.tsx`); report.push(`3 0 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`1 0 src/ts/snippets/AccessGroups/index.tsx`); 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(`2022-01-20T14:50:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-20T16:16:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-20T16:22:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-01-20T17:27:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2180 fix: Fixed various style bugs on the Main page and the Notifications page`); +report.push(`2022-01-20T17:27:25+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2180 fix: Fixed various style bugs on the Main page and the Notifications page`); report.push(`1 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/components/Select/styles/list.scss`); report.push(`2 0 src/ts/pages/Notifications/styles/control.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`2 2 src/ts/snippets/Header/styles/index.scss`); 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(`2022-01-20T21:16:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-20T21:39:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); 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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-20T21:46:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #753: JIRA-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>JIRA-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(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(`2022-01-21T11:04:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #751: JIRA-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: JIRA-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: JIRA-2208 fix: added maxSelectedCount for orgUnits in the RoleAdd modal`); +report.push(`2022-01-21T13:42:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-01-21T13:50:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -14632,8 +14632,8 @@ report.push(`1 2 src/ts/pages/PageWrapper/components/SideBarMenuItem.tsx`); report.push(`4 0 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`1 1 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2022-01-21T14:19:23+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #756: Bugfix/SUBO-2125 Change property value css`); -report.push(`2022-01-21T13:31:48+02:00>Maxim Maximov>maximov@mail.com>SUBO-2219 fix reduction to types, fix forwardedRef component`); +report.push(`2022-01-21T14:19:23+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #756: Bugfix/JIRA-2125 Change property value css`); +report.push(`2022-01-21T13:31:48+02:00>Maxim Maximov>maximov@mail.com>JIRA-2219 fix reduction to types, fix forwardedRef component`); report.push(`3 3 src/ts/components/form/index.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`13 13 src/ts/pages/Builder/pages/AgreementRules.tsx`); @@ -14643,14 +14643,14 @@ 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(traffic chart): created the Modal for prevent transition`); +report.push(`2022-01-21T14:33:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): white color is taken from the variable`); +report.push(`2022-01-21T15:04:13+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-01-21T14:53:00+02:00>Maxim Maximov>maximov@mail.com>JIRA-2219 fix reduction to types, fix forwardedRef component with correct formatting`); report.push(`3 3 src/ts/components/form/index.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); @@ -14660,17 +14660,17 @@ report.push(`1 1 src/ts/pages/Builder/pages/ExecutionRules.tsx`); 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(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(`2022-01-21T14:53:21+02:00>Maxim Maximov>maximov@mail.com>Merge branch 'bugfix/JIRA-2219-Fix-TS-errors' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into bugfix/JIRA-2219-Fix-TS-errors`); +report.push(`2022-01-21T16:01:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #757: JIRA-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>JIRA-2219 fix: temp`); report.push(`0 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(``); -report.push(`2022-01-21T16:04:32+02:00>Maxim Maximov>maximov@mail.com>SUBO-2219 fix: temp`); +report.push(`2022-01-21T16:04:32+02:00>Maxim Maximov>maximov@mail.com>JIRA-2219 fix: temp`); 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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-23T18:37:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add autocomplete script for IFT`); +report.push(`2022-01-23T18:44:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): Various style bug fixes in the Request, Report pages.`); +report.push(`2022-01-23T18:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #755: JIRA-2187 Add autocomlpete script for IFT`); +report.push(`2022-01-24T10:19:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -14692,12 +14692,12 @@ report.push(`1 1 src/ts/pages/Reports/styles/filters.scss`); 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(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(`2022-01-24T10:35:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #759: Bugfix/JIRA-2219 Fix TS errors`); +report.push(`2022-01-24T11:30:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #758: JIRA-2067 feat(traffic chart): created the Modal for prevent transition`); +report.push(`2022-01-24T12:35:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-01-24T13:04:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-2126 fix: add variables styles`); report.push(`8 8 src/ts/components/Banners/index.scss`); report.push(`2 2 src/ts/components/DataLoader/styles/index.scss`); report.push(`1 1 src/ts/components/JsonSchema/styles/hacks.scss`); @@ -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(traffic chart): add autocomplete for visibility`); +report.push(`2022-01-24T15:36:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -14726,8 +14726,8 @@ report.push(`16 2 src/ts/pages/Builder/components/autocomplete/common/Textarea.t 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(OIR): move endpoints to separate folders`); +report.push(`2022-01-24T16:29:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #760: Bugfix/JIRA-2182`); +report.push(`2022-01-24T15:38:08+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -14738,21 +14738,21 @@ report.push(`50 0 src/ts/api/roles.ts`); report.push(`0 0 src/ts/api/sm.ts`); report.push(`29 0 src/ts/api/user.ts`); report.push(``); -report.push(`2022-01-24T17:38:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-2126 fix: merge with master`); -report.push(`2022-01-24T17:42:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-2126 fix: order property in css by style line rules`); +report.push(`2022-01-24T17:38:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-2126 fix: merge with master`); +report.push(`2022-01-24T17:42:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-2126 fix: order property in css by style line rules`); 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(traffic chart): add autocomplete for visibility`); +report.push(`2022-01-24T18:35:24+03:00>Maxim Maximov>maximov@mail.com>Pull request #761: JIRA-2126 fix: add variables styles`); +report.push(`2022-01-25T09:08:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): delete unecessary files`); +report.push(`2022-01-25T09:09:46+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(OIR): refactor Authorization api`); +report.push(`2022-01-25T09:55:10+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(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(faq): search orgUnit in autocomplete`); +report.push(`2022-01-25T11:08:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #762: JIRA-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: JIRA-2187 Add autocomplete for visibility`); +report.push(`2022-01-25T12:07:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): refactor Builder services`); +report.push(`2022-01-25T12:20:53+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(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(`2022-01-25T13:23:44+03:00>Maxim Maximov>maximov@mail.com>Pull request #764: JIRA-2187 fix(faq): search orgUnit in autocomplete`); +report.push(`2022-01-25T13:37:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,8 +14868,8 @@ 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(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(`2022-01-25T13:47:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-2127 fix(faq): resolve conflict`); +report.push(`2022-01-25T14:11:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`8 8 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -14893,11 +14893,11 @@ report.push(`1 0 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); 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(faq): font-weight in banners`); +report.push(`2022-01-25T14:39:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2213 fix: solve merge conflicts`); +report.push(`2022-01-25T16:13:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): refactor Catalogue api`); +report.push(`2022-01-25T16:11:52+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(OIR): refactor News, Notification, Profile, Template api's`); +report.push(`2022-01-25T17:52:51+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -14926,7 +14926,7 @@ report.push(`2 2 src/ts/pages/Reports/components/FilterByTemplate.tsx`); report.push(`2 2 src/ts/pages/Reports/components/ReportByUser.tsx`); report.push(`2 2 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(``); -report.push(`2022-01-25T19:22:10+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2199 fix: ui-test helpers`); +report.push(`2022-01-25T19:22:10+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2199 fix: ui-test helpers`); report.push(`21 0 src/ts/helpers/constants.test.ts`); report.push(`27 0 src/ts/helpers/converter.test.ts`); report.push(`22 0 src/ts/helpers/exportToFile.test.ts`); @@ -14934,7 +14934,7 @@ report.push(`30 0 src/ts/helpers/formatter.test.ts`); report.push(`18 0 src/ts/helpers/http/Client.test.ts`); report.push(`116 79 src/ts/helpers/validation/index.test.ts`); report.push(``); -report.push(`2022-01-26T09:43:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-26T09:43:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`2 0 src/ts/helpers/converter.ts`); report.push(`34 0 src/ts/pages/Builder/components/template-item/DynamicPart.tsx`); report.push(`33 0 src/ts/pages/Builder/components/template-item/Info.tsx`); @@ -14957,9 +14957,9 @@ 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(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(`2022-01-26T09:49:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #766: JIRA-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: JIRA-2122 fix(OIR): refactor Builder services`); +report.push(`2022-01-26T10:16:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`72 0 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); @@ -14970,13 +14970,13 @@ report.push(`80 0 src/ts/pages/Builder/components/role-group/Modals.tsx`); report.push(`67 0 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(`11 332 src/ts/pages/Builder/pages/Empowerments.tsx`); report.push(``); -report.push(`2022-01-26T10:26:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-2213-calculate-difference-beetwen-store-data`); -report.push(`2022-01-26T10:46:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #767: SUBO-2213 feat: added logic for compare states for PreventRouteModal`); -report.push(`2022-01-26T11:33:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-2183 Fix: change variable defaltShowAll`); +report.push(`2022-01-26T10:26:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-2213-calculate-difference-beetwen-store-data`); +report.push(`2022-01-26T10:46:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #767: JIRA-2213 feat: added logic for compare states for PreventRouteModal`); +report.push(`2022-01-26T11:33:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-2183 Fix: change variable defaltShowAll`); 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(OIR): refactor Requests and Search api's`); +report.push(`2022-01-26T12:29:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2213 fix: solve merge conflicts and corrected styles`); +report.push(`2022-01-26T12:03:35+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15005,24 +15005,24 @@ report.push(`2 2 src/ts/pages/Treatments/index.tsx`); report.push(`2 2 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(`2 2 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-01-26T13:05:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-26T13:05:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`1 0 src/ts/interfaces/request/AvailableActions.ts`); report.push(`20 6 src/ts/pages/Builder/components/template-item/index.tsx`); 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(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(`2022-01-26T12:27:29+02:00>Maxim Maximov>maximov@mail.com>JIRA-2122 fix(OIR): pull origin master`); +report.push(`2022-01-26T13:28:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`30 4 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`39 40 src/ts/pages/Requests/components/item/Info.tsx`); report.push(`28 4 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-01-26T13:38:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 refactor: merge with master`); -report.push(`2022-01-26T13:45:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #769: SUBO-2183 Fix: change variable defaltShowAll`); -report.push(`2022-01-26T15:23:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-26T13:38:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 refactor: merge with master`); +report.push(`2022-01-26T13:45:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #769: JIRA-2183 Fix: change variable defaltShowAll`); +report.push(`2022-01-26T15:23:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`2 2 src/ts/pages/Builder/components/template-item/DynamicPart.tsx`); report.push(`22 57 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); @@ -15038,7 +15038,7 @@ report.push(`1 1 src/ts/pages/Requests/components/modal/RecipientMessage.tsx`); report.push(`2 2 src/ts/pages/Requests/styles/hacks.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-01-26T15:25:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-26T15:25:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`85 0 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`47 0 src/ts/snippets/FullCard/components/Footer.tsx`); report.push(`23 0 src/ts/snippets/FullCard/components/Header.tsx`); @@ -15052,17 +15052,17 @@ report.push(`56 0 src/ts/snippets/FullCard/styles/info.scss`); report.push(`78 0 src/ts/snippets/FullCard/styles/line.scss`); report.push(`30 0 src/ts/snippets/FullCard/styles/overlay.scss`); report.push(``); -report.push(`2022-01-26T15:32:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-26T15:32:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-01-26T16:08:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2186 fix: added all acceses quantity`); +report.push(`2022-01-26T16:08:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2186 fix: added all acceses quantity`); report.push(`1 0 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`1 0 src/ts/interfaces/Pagination.ts`); report.push(`8 1 src/ts/pages/Profile/components/ControlPanel.tsx`); report.push(`1 0 src/ts/pages/Profile/components/TabContent.tsx`); report.push(`1 1 src/ts/pages/Profile/styles/control.scss`); report.push(``); -report.push(`2022-01-26T16:17:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 feat: refactor RoleGroups store for PreventRouteModal`); +report.push(`2022-01-26T16:17:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2213 feat: refactor RoleGroups store for PreventRouteModal`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/role-group/CreateNewDictionary.tsx`); @@ -15075,25 +15075,25 @@ 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(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(`2022-01-26T16:31:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #770: JIRA-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: JIRA-2213 refactor: refactored RoleGroups section`); +report.push(`2022-01-26T17:15:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2199 fix: ui-test \\ts\\helpers`); report.push(`11 13 src/ts/helpers/http/Client.test.ts`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(`27 0 src/ts/helpers/http/Mock.test.ts`); report.push(`11 0 src/ts/helpers/http/index.test.ts`); report.push(``); -report.push(`2022-01-26T17:18:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: corrected store methods`); +report.push(`2022-01-26T17:18:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2213 fix: corrected store methods`); report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`13 2 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-01-26T17:23:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2199 fix: fix condition`); +report.push(`2022-01-26T17:23:36+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2199 fix: fix condition`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-01-26T17:34:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2213 fix: correctes store methods`); +report.push(`2022-01-26T17:34:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): refactor Template, Filter and AccessGroups api's`); +report.push(`2022-01-26T16:37:47+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15109,51 +15109,51 @@ report.push(`0 81 src/ts/snippets/AccessGroups/api.ts`); report.push(`0 49 src/ts/snippets/FilterPanel/api.ts`); report.push(`2 3 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); 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(`2022-01-26T17:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): fix styles`); +report.push(`2022-01-26T20:01:58+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): Reduced hint. Rounded the edges of buttonList`); +report.push(`2022-01-26T21:14:22+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-01-27T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #776: JIRA-2181 fix(AIS): Reduced hint.`); +report.push(`2022-01-27T09:31:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #777: JIRA-2182 fix(OIR): change value in hacks for Admiral`); +report.push(`2022-01-27T09:33:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-01-27T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-27T09:50:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`0 1 src/ts/pages/Requests/styles/index.scss`); report.push(`0 297 src/ts/pages/Requests/styles/item.scss`); report.push(`1 1 src/ts/snippets/FullCard/components/Modal.tsx`); report.push(``); -report.push(`2022-01-27T09:56:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-27T09:56:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`3 3 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-01-27T10:00:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 feat: add roadMap for builder`); +report.push(`2022-01-27T10:00:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 feat: add roadMap for builder`); report.push(`1 2 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(``); -report.push(`2022-01-27T10:12:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 fix: merge with master`); -report.push(`2022-01-27T10:15:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2233 fix: merge with master`); +report.push(`2022-01-27T10:12:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2233 fix: merge with master`); +report.push(`2022-01-27T10:15:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add all accesses quantity`); +report.push(`2022-01-27T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-01-27T10:46:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #771: JIRA-2186 fix: added all acceses quantity`); +report.push(`2022-01-27T10:46:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #772: JIRA-2122 fix(OIR): refactor Template, Filter and AccessGroups api's`); +report.push(`2022-01-27T11:05:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2022-01-27T11:34:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2199 test: mod-test \\ts\\helpers`); +report.push(`2022-01-27T11:34:50+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2199 test: mod-test \\ts\\helpers`); report.push(`21 0 src/ts/helpers/constants.test.ts`); report.push(`27 0 src/ts/helpers/converter.test.ts`); report.push(`22 0 src/ts/helpers/exportToFile.test.ts`); @@ -15163,49 +15163,49 @@ 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(faq): change limit for search`); +report.push(`2022-01-27T11:40:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change limit for search`); +report.push(`2022-01-27T11:46:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change limit for search`); +report.push(`2022-01-27T11:59:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change limit for search`); +report.push(`2022-01-27T12:02:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change limit for search`); +report.push(`2022-01-27T12:07:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-01-27T12:16:20+03:00>Maxim Maximov>maximov@mail.com>Pull request #780: SUBO-2187 Change rules for Excel in Builder`); -report.push(`2022-01-27T13:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #779: Feature/SUBO-2213 refactor RoleGroups store for PreventRouteModal`); -report.push(`2022-01-27T17:00:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2180 fix: Added div border to InfinityScroll.tsx`); +report.push(`2022-01-27T12:14:45+03:00>Maxim Maximov>maximov@mail.com>Pull request #778: JIRA-2233 Add roadMap for templates in Builder`); +report.push(`2022-01-27T12:16:20+03:00>Maxim Maximov>maximov@mail.com>Pull request #780: JIRA-2187 Change rules for Excel in Builder`); +report.push(`2022-01-27T13:02:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #779: Feature/JIRA-2213 refactor RoleGroups store for PreventRouteModal`); +report.push(`2022-01-27T17:00:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2180 fix: Added div border to InfinityScroll.tsx`); report.push(`13 9 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); 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(traffic chart): add waiting RUN for SM`); +report.push(`2022-01-27T19:14:51+03:00>Maxim Maximov>maximov@mail.com>Pull request #781: JIRA-2199 test: mod-test \\ts\\helpers`); +report.push(`2022-01-28T10:34:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add waiting RUN for SM`); +report.push(`2022-01-28T10:36:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add waiting RUN for SM`); +report.push(`2022-01-28T10:38:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-01-28T12:47:01+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: add types to api response`); +report.push(`2022-01-28T10:52:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #783: JIRA-2180 fix: Added div border to InfinityScroll.tsx`); +report.push(`2022-01-28T12:47:01+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: add types to api response`); report.push(`6 4 src/ts/api/acrq.ts`); report.push(`3 2 src/ts/api/notification.ts`); report.push(`2 1 src/ts/api/personnel.ts`); @@ -15214,33 +15214,33 @@ 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(traffic chart): add regExp for draft Roles`); +report.push(`2022-01-28T13:55:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`24 0 src/ts/pages/Builder/helpers/autocomplete/formatter.ts`); report.push(`3 1 src/ts/pages/Builder/helpers/autocomplete/loader.ts`); report.push(``); -report.push(`2022-01-28T12:56:36+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: pull origin master and comment broken test`); -report.push(`2022-01-28T14:05:35+03:00>Maxim Maximov>maximov@mail.com>Pull request #784: SUBO-2047 Add waiting RUN for SM`); -report.push(`2022-01-31T09:36:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 test: hide test for Date`); +report.push(`2022-01-28T12:56:36+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: pull origin master and comment broken test`); +report.push(`2022-01-28T14:05:35+03:00>Maxim Maximov>maximov@mail.com>Pull request #784: JIRA-2047 Add waiting RUN for SM`); +report.push(`2022-01-31T09:36:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2187 test: hide test for Date`); report.push(`8 7 src/ts/helpers/formatter.test.ts`); report.push(``); -report.push(`2022-01-31T09:49:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #786: SUBO-2185 fix: add types to api response`); -report.push(`2022-01-31T09:51:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2187 test: hide test for Date`); +report.push(`2022-01-31T09:49:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #786: JIRA-2185 fix: add types to api response`); +report.push(`2022-01-31T09:51:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2187 test: hide test for Date`); report.push(`7 8 src/ts/helpers/formatter.test.ts`); report.push(``); -report.push(`2022-01-31T08:56:43+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: add types to api response`); +report.push(`2022-01-31T08:56:43+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: add types to api response`); 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(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(`2022-01-31T09:58:47+03:00>Maxim Maximov>maximov@mail.com>Pull request #785: JIRA-2187 feat(traffic chart): add regExp for draft Roles`); +report.push(`2022-01-31T09:00:18+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: fix reconcilations`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2022-01-31T12:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #787: SUBO-2185 fix: add types to api response`); -report.push(`2022-01-31T12:37:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 refactor: refactored TemplateOir`); +report.push(`2022-01-31T12:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #787: JIRA-2185 fix: add types to api response`); +report.push(`2022-01-31T12:37:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2254 refactor: refactored TemplateOir`); report.push(`8 6 src/ts/api/request.ts`); report.push(`1 1 src/ts/components/Select/styles/list.scss`); report.push(`2 0 src/ts/components/Tree/components/TreeLevel.tsx`); @@ -15260,12 +15260,12 @@ report.push(`16 0 src/ts/pages/TemplateOir/interfaces/IStaticFields.ts`); report.push(`34 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`39 148 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-01-31T11:46:20+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: revert changes with typing of request`); +report.push(`2022-01-31T11:46:20+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: revert changes with typing of request`); 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(faq): change error status for new RoadMap`); +report.push(`2022-01-31T13:14:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #789: JIRA-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/JIRA-2254-refactor-OIR-Template`); +report.push(`2022-01-31T14:25:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -15274,7 +15274,7 @@ report.push(`15 12 src/ts/snippets/RequestStatus2/components/cards/UserList.tsx` report.push(`11 4 src/ts/snippets/RequestStatus2/helpers/getEmailText.ts`); report.push(`11 6 src/ts/snippets/RequestStatus2/styles/index.scss`); report.push(``); -report.push(`2022-01-31T14:01:24+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: add types to api response`); +report.push(`2022-01-31T14:01:24+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: add types to api response`); report.push(`15 4 src/ts/api/acrq.ts`); report.push(`7 3 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/api/notification.ts`); @@ -15285,21 +15285,21 @@ report.push(`4 3 src/ts/api/roles.ts`); report.push(`3 2 src/ts/api/user.ts`); report.push(`1 0 src/ts/interfaces/User.ts`); report.push(``); -report.push(`2022-01-31T15:56:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2025 fix: Fixed search data after refreshing the page`); +report.push(`2022-01-31T15:56:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2025 fix: Fixed search data after refreshing the page`); report.push(`1 1 src/ts/api/search.ts`); 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(OIR): corrected pt 11 and 12 from comments by Designer`); +report.push(`2022-01-31T16:07:47+03:00>Maxim Maximov>maximov@mail.com>Pull request #788: JIRA-2254 refactor: refactored TemplateOir`); +report.push(`2022-01-31T18:07:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2022-01-31T18:25:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #790: SUBO-2025 fix: Fixed search data after refreshing the page`); -report.push(`2022-02-01T09:42:03+02:00>Maxim Maximov>maximov@mail.com>SUBO-2163 fix: add additional param for templateId`); +report.push(`2022-01-31T18:25:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #790: JIRA-2025 fix: Fixed search data after refreshing the page`); +report.push(`2022-02-01T09:42:03+02:00>Maxim Maximov>maximov@mail.com>JIRA-2163 fix: add additional param for templateId`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-02-01T09:56:24+02:00>Maxim Maximov>maximov@mail.com>SUBO-2185 fix: refactor eslint-disable-next-line rule`); +report.push(`2022-02-01T09:56:24+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: refactor eslint-disable-next-line rule`); report.push(`2 2 src/ts/api/notification.ts`); report.push(`4 3 src/ts/api/personnel.ts`); report.push(`3 2 src/ts/api/report.ts`); @@ -15307,12 +15307,12 @@ 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(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(AIS): add additional check to select all items in tree`); +report.push(`2022-02-01T10:58:19+03:00>Maxim Maximov>maximov@mail.com>Pull request #792: JIRA-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: JIRA-2163 fix: add additional param for templateId`); +report.push(`2022-02-01T11:24:13+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); +report.push(`2022-02-01T11:32:51+02:00>Maxim Maximov>maximov@mail.com>JIRA-2185 fix: fix max len rule`); report.push(`6 5 src/ts/api/acrq.ts`); report.push(`3 2 src/ts/api/constructor.ts`); report.push(`3 2 src/ts/api/notification.ts`); @@ -15322,8 +15322,8 @@ report.push(`4 2 src/ts/api/request.ts`); 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(faq): change style for errors in RoadMap`); +report.push(`2022-02-01T12:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #791: JIRA-2185 fix: add types to api response`); +report.push(`2022-02-01T14:10:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,16 +15334,16 @@ 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(faq): change style for errors in RoadMap`); +report.push(`2022-02-01T14:13:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-02-01T16:12:22+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2244 fix: Fixed access-list toggle icon`); report.push(`3 8 src/ts/pages/Profile/components/ControlPanel.tsx`); 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(profile): refactor OIR Template for new backend`); +report.push(`2022-02-01T17:28:00+03:00>Maxim Maximov>maximov@mail.com>Pull request #796: JIRA-2244 fix: Fixed access-list toggle icon`); +report.push(`2022-02-01T18:51:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #794: JIRA-2227 Fix roadMap status for errors`); +report.push(`2022-02-01T18:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,23 +15356,23 @@ 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(AIS): add switchIsRequired`); +report.push(`2022-02-01T18:11:28+02:00>Maxim Maximov>maximov@mail.com>buggix/JIRA-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(AIS): fix issue with selecting TRM`); +report.push(`2022-02-01T18:37:24+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(profile): replace uuid to id`); +report.push(`2022-02-02T09:52:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #795: Bugfix/JIRA-2221 fix selecting TRM groups`); +report.push(`2022-02-02T10:43:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-02-02T10:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2235 fix: removed console log`); +report.push(`2022-02-02T10:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): change switcher config, add isChilderInclude property`); +report.push(`2022-02-02T14:56:05+02:00>Maxim Maximov>maximov@mail.com>bugfix/JIRA-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(AIS): add switch config to execution builder`); +report.push(`2022-02-02T15:22:16+02:00>Maxim Maximov>maximov@mail.com>bugfix/JIRA-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(`2022-02-02T18:10:36+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): added validation to OIR form`); +report.push(`2022-02-03T10:18:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -15403,14 +15403,14 @@ report.push(`2 2 src/ts/pages/TemplateOir/helpers/formatDynamicData.ts`); report.push(`22 14 src/ts/pages/TemplateOir/helpers/formatStaticData.ts`); report.push(`3 13 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-02-03T10:21:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 fix: removed Tree bug fixing`); +report.push(`2022-02-03T10:21:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2255 fix: removed Tree bug fixing`); report.push(`2 1 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2022-02-03T11:17:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #801: SUBO-2178 fix: Fix tree node expanded`); -report.push(`2022-02-03T11:21:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 fix: removed Tree bug fixing`); +report.push(`2022-02-03T11:17:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #801: JIRA-2178 fix: Fix tree node expanded`); +report.push(`2022-02-03T11:21:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix comments after code review`); +report.push(`2022-02-03T10:24:06+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15422,34 +15422,34 @@ report.push(`11 2 src/ts/pages/Builder/interfaces/shared.ts`); report.push(`1 1 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`2 0 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2022-02-03T11:24:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2248 fix: style for date in Profile`); +report.push(`2022-02-03T11:24:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2248 fix: style for date in Profile`); report.push(`2 0 src/ts/pages/Profile/styles/card.scss`); 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(AIS): return Title template on Builder page in template list`); +report.push(`2022-02-03T11:30:26+03:00>Maxim Maximov>maximov@mail.com>Pull request #797: Feature/JIRA-2255 OIR integration with backend`); +report.push(`2022-02-03T11:44:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #799: Bugfix/JIRA-2211 fix children switcher`); +report.push(`2022-02-03T11:51:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #802: JIRA-2248 fix: style for date in Profile`); +report.push(`2022-02-03T11:53:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): logic for save orgUnit`); +report.push(`2022-02-03T12:14:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): logic for save orgUnit`); +report.push(`2022-02-03T12:27:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-02-03T12:26:15+02:00>Maxim Maximov>maximov@mail.com>JIRA-2220 fix: add setting oldRoleIds to prevent issue with disabled btn`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-02-03T13:27:34+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #803: SUBO-2311 Change logic for parse Excel`); -report.push(`2022-02-03T14:08:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2108 fix: Fixed closing the dropdown-list when moving the scrollbar with the left mouse button`); +report.push(`2022-02-03T13:27:34+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #803: JIRA-2311 Change logic for parse Excel`); +report.push(`2022-02-03T14:08:44+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2108 fix: Fixed closing the dropdown-list when moving the scrollbar with the left mouse button`); 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(profile): added validation for OIR form`); +report.push(`2022-02-03T14:37:10+03:00>Maxim Maximov>maximov@mail.com>Pull request #805: JIRA-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>JIRA-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(profile): added validation for OIR form`); +report.push(`2022-02-03T14:42:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -15464,16 +15464,16 @@ report.push(`8 8 src/ts/pages/TemplateOir/interfaces/IStaticFields.ts`); report.push(`6 2 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`2 1 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-02-03T14:59:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 fix: solve merge conflicts`); +report.push(`2022-02-03T14:59:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2254 fix: solve merge conflicts`); 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(OIR): Remove multiple choice of departments in CS report`); +report.push(`2022-02-03T15:11:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #804: JIRA-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>JIRA-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(AIS): change style for RoadMap`); +report.push(`2022-02-03T16:00:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #806: Feature/JIRA-2254 add validation for OIR and change fields styles`); +report.push(`2022-02-03T16:16:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change style for RoadMap`); +report.push(`2022-02-03T16:19:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add pagination param to request`); +report.push(`2022-02-03T15:58:52+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(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(`2022-02-03T19:13:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #807: JIRA-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: JIRA-2222 fix(OIR): add pagination param to request`); +report.push(`2022-02-04T10:28:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-02-04T11:13:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #808: JIRA-2231 fix(AIS): change style for RoadMap`); +report.push(`2022-02-04T12:47:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): refactored dynamic part of OIR Medium card`); +report.push(`2022-02-04T12:48:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,19 +15521,19 @@ 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(OIR): change style for links`); +report.push(`2022-02-04T12:49:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for links`); +report.push(`2022-02-04T12:52:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): corrected method for returning last location after rule saving`); +report.push(`2022-02-04T13:58:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`2 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-02-04T15:57:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2398 fix: created file with constants and corrected fake Approval rule`); +report.push(`2022-02-04T15:57:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2398 fix: created file with constants and corrected fake Approval rule`); report.push(`2 11 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`3 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`2 6 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -15547,29 +15547,29 @@ report.push(`2 8 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`3 30 src/ts/pages/Builder/pages/Main.tsx`); report.push(`29 0 src/ts/pages/Builder/routes.ts`); report.push(``); -report.push(`2022-02-04T15:14:48+02:00>Maxim Maximov>maximov@mail.com>SUBO-1930 fix: fix property name`); +report.push(`2022-02-04T15:14:48+02:00>Maxim Maximov>maximov@mail.com>JIRA-1930 fix: fix property name`); 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(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(`2022-02-04T16:16:34+03:00>Maxim Maximov>maximov@mail.com>Pull request #812: JIRA-2232 Change style for links`); +report.push(`2022-02-04T16:16:49+03:00>Maxim Maximov>maximov@mail.com>Pull request #810: JIRA-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: JIRA-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>JIRA-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`); report.push(`1 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`8 4 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-02-07T09:33:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2323 feat: add new page for TNP`); +report.push(`2022-02-07T09:33:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2323 feat: add new page for TNP`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`24 0 src/ts/pages/Tnp/components/Form.tsx`); report.push(`12 0 src/ts/pages/Tnp/index.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/form.scss`); report.push(`2 0 src/ts/pages/Tnp/styles/index.scss`); report.push(``); -report.push(`2022-02-07T09:50:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #814: SUBO-1930 fix: fix filter by role`); -report.push(`2022-02-07T10:13:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2398 fix: moved constants to helpers folder`); +report.push(`2022-02-07T09:50:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #814: JIRA-1930 fix: fix filter by role`); +report.push(`2022-02-07T10:13:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2398 fix: moved constants to helpers folder`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Header.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(profile): change API for approve requests`); +report.push(`2022-02-07T11:03:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -15594,9 +15594,9 @@ report.push(`3 4 src/ts/pages/Requests/components/item/index.tsx`); report.push(`8 6 src/ts/pages/Requests/store/RequestsStore.ts`); 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(profile): change API for approve requests`); +report.push(`2022-02-07T11:09:55+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #813: JIRA-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: JIRA-2323 feat: add new page for TNP`); +report.push(`2022-02-07T11:50:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,20 +15609,20 @@ 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(profile): change API for approve requests`); +report.push(`2022-02-07T11:53:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change API for approve requests`); +report.push(`2022-02-07T11:56:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change API for approve requests`); +report.push(`2022-02-07T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-02-07T12:52:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 feat: remove old code`); +report.push(`2022-02-07T12:52:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2310 feat: remove old code`); report.push(`0 105 src/setupProxy.js`); report.push(`0 31 src/ts/pages/Authorization/api.mock.cjs`); report.push(`0 110 src/ts/pages/Catalogue/api.mock.cjs`); @@ -15651,7 +15651,7 @@ report.push(`0 65 src/ts/pages/Requests/components/controls/StatusFilter.tsx`); report.push(`0 8 src/ts/pages/Search/api.mock.cjs`); report.push(`0 234 src/ts/pages/Template/api.mock.cjs`); report.push(``); -report.push(`2022-02-07T16:04:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 fix: remove old components`); +report.push(`2022-02-07T16:04:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2310 fix: remove old components`); 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`); @@ -15675,20 +15675,20 @@ 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(profile): change API for approve requests`); +report.push(`2022-02-07T16:15:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-02-07T16:21:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 fix: merge with master`); -report.push(`2022-02-07T16:24:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2310 fix: merge with master`); +report.push(`2022-02-07T16:18:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #817: JIRA-2295 Change API for approve requests`); +report.push(`2022-02-07T16:21:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2310 fix: merge with master`); +report.push(`2022-02-07T16:24:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): init old catalogue`); +report.push(`2022-02-07T16:30:46+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(profile): added orgUnit dropdown for OIR roles`); +report.push(`2022-02-07T17:44:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -15700,20 +15700,20 @@ report.push(`10 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`18 13 src/ts/pages/TemplateOir/store/Template.ts`); report.push(`4 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-02-07T17:54:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 fix: removed some mistakes`); +report.push(`2022-02-07T17:54:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2255 fix: removed some mistakes`); 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(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(`2022-02-07T18:14:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #816: JIRA-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: JIRA-2415 feat(profile): init old catalogue`); +report.push(`2022-02-08T11:47:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T11:50:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): create copy of catalogue`); +report.push(`2022-02-08T10:58:08+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15733,43 +15733,43 @@ report.push(`22 0 src/ts/pages/Catalogue2/helpers/icons.ts`); report.push(`77 5 src/ts/pages/Catalogue2/index.tsx`); report.push(`117 0 src/ts/pages/Catalogue2/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-02-08T12:00:43+03:00>Maxim Maximov>maximov@mail.com>Pull request #818: SUBO-2310 Remove old code`); -report.push(`2022-02-08T12:01:19+03:00>Maxim Maximov>maximov@mail.com>Pull request #820: Feature/SUBO-2255 add department owner for visibility rules`); -report.push(`2022-02-08T12:37:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 feet: returned old OIR Medium card`); +report.push(`2022-02-08T12:00:43+03:00>Maxim Maximov>maximov@mail.com>Pull request #818: JIRA-2310 Remove old code`); +report.push(`2022-02-08T12:01:19+03:00>Maxim Maximov>maximov@mail.com>Pull request #820: Feature/JIRA-2255 add department owner for visibility rules`); +report.push(`2022-02-08T12:37:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2254 feet: returned old OIR Medium card`); report.push(`1 0 src/styles/variables.scss`); report.push(`121 0 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`3 15 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 2 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-02-08T12:39:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/SUBO-2254-correct-OIR-requrest-card`); -report.push(`2022-02-08T12:54:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2254 fix: corrected bug with store`); +report.push(`2022-02-08T12:39:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-2254-correct-OIR-requrest-card`); +report.push(`2022-02-08T12:54:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T12:58:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:03:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:12:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:25:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:28:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:33:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add npmrc`); +report.push(`2022-02-08T14:38:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-02-08T14:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add mock to Categories, add styles`); +report.push(`2022-02-08T13:51:49+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(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(profile): add styles, update mock`); +report.push(`2022-02-08T15:08:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #822: JIRA-2415 feat(profile): create copy of catalogue`); +report.push(`2022-02-08T15:09:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #821: JIRA-2276 Add npmrc for ui-kit-3`); +report.push(`2022-02-08T14:50:38+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(profile): add styles, update mock`); +report.push(`2022-02-08T14:51:48+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15799,17 +15799,17 @@ report.push(`1 1 src/ts/pages/Catalogue2/styles/index.scss`); report.push(`1 1 src/ts/pages/Catalogue2/styles/line.scss`); report.push(`1 1 src/ts/pages/Catalogue2/styles/search.scss`); report.push(``); -report.push(`2022-02-08T16:11:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2306 fix: replaced orgUnit if by sapId`); +report.push(`2022-02-08T16:11:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2306 fix: replaced orgUnit if by sapId`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 1 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-02-08T16:13:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-2306-fix-department-owner`); -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(`2022-02-08T16:13:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-2306-fix-department-owner`); +report.push(`2022-02-08T16:19:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): change request payload due to BE changes`); +report.push(`2022-02-08T16:40:25+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15817,35 +15817,35 @@ report.push(`1 1 src/ts/pages/Builder/interfaces/IExecutionRule.ts`); 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(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(`2022-02-08T19:16:02+03:00>Maxim Maximov>maximov@mail.com>Pull request #823: Feature/JIRA-2254 correct OIR requrest card`); +report.push(`2022-02-09T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #824: JIRA-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/JIRA-2306 fix department owner`); +report.push(`2022-02-09T10:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #826: Feature/JIRA-2415 replace new catologue`); +report.push(`2022-02-09T11:29:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove hack for Template RoadMap`); +report.push(`2022-02-09T11:34:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-02-09T12:20:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 feat: remove open vtb components`); report.push(`3 4 src/ts/pages/Catalogue/index.tsx`); report.push(`10 7 src/ts/pages/Template/components/Header.tsx`); report.push(`12 9 src/ts/snippets/HeaderLight/comopnents/Breadcrumbs.tsx`); report.push(`1 2 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2022-02-09T12:27:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); +report.push(`2022-02-09T12:27:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 feat: remove open vtb components`); report.push(`4 5 src/ts/pages/Catalogue2/index.tsx`); report.push(``); -report.push(`2022-02-09T12:40:45+03:00>Maxim Maximov>maximov@mail.com>Pull request #827: SUBO-2311 feat: add excel parsing for Dictionary`); -report.push(`2022-02-09T12:40:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); +report.push(`2022-02-09T12:40:45+03:00>Maxim Maximov>maximov@mail.com>Pull request #827: JIRA-2311 feat: add excel parsing for Dictionary`); +report.push(`2022-02-09T12:40:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 feat: remove open vtb components`); report.push(`0 90 src/ts/components/JsonSchema/components/widgets/SelectAdmiral.tsx`); report.push(`16 21 src/ts/components/JsonSchema/components/widgets/Text.tsx`); report.push(``); -report.push(`2022-02-09T12:53:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); +report.push(`2022-02-09T12:53:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 feat: remove open vtb components`); report.push(`18 10 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`18 10 src/ts/components/DataLoader/paginators/SimplePagination.tsx`); report.push(``); -report.push(`2022-02-09T15:25:01+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2320 feat: add tnp basic info form (mock)`); +report.push(`2022-02-09T15:25:01+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2320 feat: add tnp basic info form (mock)`); report.push(`7 0 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`18 14 src/ts/pages/Tnp/components/Form.tsx`); report.push(`42 0 src/ts/pages/Tnp/components/Header/Header.tsx`); @@ -15864,7 +15864,7 @@ report.push(`9 0 src/ts/pages/Tnp/styles/main-form.scss`); report.push(`69 0 src/ts/pages/Tnp/styles/requisites-form.scss`); report.push(`15 0 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); -report.push(`2022-02-09T15:28:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 feat: remove open vtb components`); +report.push(`2022-02-09T15:28:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 feat: remove open vtb components`); report.push(`3 1 src/ts/components/DataLoader/styles/hacks.scss`); report.push(`2 2 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -15872,10 +15872,10 @@ report.push(`0 1 src/ts/pages/Template/components/Header.tsx`); report.push(`2 2 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); 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(`2022-02-09T15:36:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add css changes like in desing`); +report.push(`2022-02-09T14:50:41+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); @@ -15884,9 +15884,9 @@ report.push(`4 6 src/ts/pages/Catalogue2/index.tsx`); 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(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(`2022-02-09T17:01:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #829: JIRA-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: JIRA-2415 feat(profile): add css changes like in desing`); +report.push(`2022-02-09T18:45:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -15900,21 +15900,21 @@ report.push(`2 2 src/ts/pages/Tnp/styles/agreement-form.scss`); report.push(`2 2 src/ts/pages/Tnp/styles/requisites-form.scss`); 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(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(`2022-02-10T09:27:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 fix: merge with master`); +report.push(`2022-02-10T09:42:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #828: JIRA-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: JIRA-2251 fix(AIS): corrected Rule blocking`); +report.push(`2022-02-10T11:32:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`21 29 src/ts/pages/Profile/components/Tabs.tsx`); report.push(`0 116 src/ts/pages/Requests/components/ControlPanelDate.tsx`); report.push(``); -report.push(`2022-02-10T11:35:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2340 fix: remove Modal for Profile`); +report.push(`2022-02-10T11:35:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2340 fix: remove Modal for Profile`); report.push(`0 84 src/ts/pages/Profile/components/ModalWindow.tsx`); report.push(`0 7 src/ts/pages/Profile/components/TabContent.tsx`); report.push(``); -report.push(`2022-02-10T13:03:16+03:00>Maxim Maximov>maximov@mail.com>Pull request #832: SUBO-2340 Replace OpenVTB lib on ui kit3`); -report.push(`2022-02-10T14:49:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2273 feat: added mocked Select with categories`); +report.push(`2022-02-10T13:03:16+03:00>Maxim Maximov>maximov@mail.com>Pull request #832: JIRA-2340 Replace OpenVTB lib on ui kit3`); +report.push(`2022-02-10T14:49:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2273 feat: added mocked Select with categories`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`6 2 src/ts/components/Select/components/Item.tsx`); report.push(`4 0 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -15925,7 +15925,7 @@ report.push(`5 1 src/ts/components/Select/styles/list.scss`); report.push(`42 0 src/ts/pages/TemplateOir/components/FakeCategorizedSelect.tsx`); report.push(`22 0 src/ts/pages/TemplateOir/helpers/getMock.ts`); report.push(``); -report.push(`2022-02-10T19:58:59+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2318 feat: add profile table (mock)`); +report.push(`2022-02-10T19:58:59+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2318 feat: add profile table (mock)`); report.push(`1 1 src/ts/pages/Tnp/components/Form.tsx`); report.push(`7 2 src/ts/pages/Tnp/components/{Header => }/Header.tsx`); report.push(`14 0 src/ts/pages/Tnp/components/Profile/Profile.tsx`); @@ -15938,23 +15938,23 @@ report.push(`2 0 src/ts/pages/Tnp/styles/index.scss`); report.push(`18 0 src/ts/pages/Tnp/styles/profile-list.scss`); report.push(`5 0 src/ts/pages/Tnp/styles/profile-table.scss`); report.push(``); -report.push(`2022-02-11T09:58:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2318 feat: add Profile Table Props.`); +report.push(`2022-02-11T09:58:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2318 feat: add Profile Table Props.`); report.push(`21 10 src/ts/pages/Tnp/components/Profile/ProfileTable.tsx`); report.push(``); -report.push(`2022-02-11T10:07:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2273 fix: corrected getCategorizedList function`); +report.push(`2022-02-11T10:07:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2273 fix: corrected getCategorizedList function`); 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(faq): change format for orgUnit filter`); +report.push(`2022-02-11T10:11:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #834: JIRA-2318 feat: add profile table (mock)`); +report.push(`2022-02-11T10:56:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add user info in Profile`); +report.push(`2022-02-11T11:05:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-02-11T10:43:10+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 fix: change selected templates, delete unused buttons`); +report.push(`2022-02-11T10:43:10+02:00>Maxim Maximov>maximov@mail.com>JIRA-2415 fix: change selected templates, delete unused buttons`); report.push(`39 0 src/ts/pages/Catalogue2/components/favorites/index.tsx`); report.push(`85 0 src/ts/pages/Catalogue2/components/favorites/list.tsx`); report.push(`4 10 src/ts/pages/Catalogue2/index.tsx`); @@ -15962,7 +15962,7 @@ report.push(`4 4 src/ts/pages/Catalogue2/store/CatalogueStore.ts`); 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-11T11:59:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2420 fix: add isLocked status for Form`); +report.push(`2022-02-11T11:59:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2420 fix: add isLocked status for Form`); report.push(`4 3 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`35 29 src/ts/pages/Authorization/store/Terminology.ts`); report.push(`2 0 src/ts/pages/Template/components/Form.tsx`); @@ -15970,30 +15970,30 @@ 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(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(`2022-02-11T12:21:29+03:00>Maxim Maximov>maximov@mail.com>Pull request #835: JIRA-2407 fix(faq): change format for orgUnit filter`); +report.push(`2022-02-11T11:24:56+02:00>Maxim Maximov>maximov@mail.com>JIRA-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(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(`2022-02-11T12:28:24+03:00>Maxim Maximov>maximov@mail.com>Pull request #836: JIRA-2245 feat(profile): add user info in Profile`); +report.push(`2022-02-11T13:02:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-02-11T13:17:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2435 fix: turn on the isIncludeChildren to true by default`); report.push(`8 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`8 1 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`6 1 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`2 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-02-11T13:18:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #837: SUBO-2415 fix: change selected templates, delete unused buttons`); -report.push(`2022-02-11T13:20:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2435 fix: removed comments`); +report.push(`2022-02-11T13:18:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #837: JIRA-2415 fix: change selected templates, delete unused buttons`); +report.push(`2022-02-11T13:20:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2435 fix: removed comments`); report.push(`0 2 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-02-11T13:35:07+03:00>Maxim Maximov>maximov@mail.com>Pull request #838: SUBO-2420 fix: add isLocked status for Form`); -report.push(`2022-02-11T13:53:40+02:00>Maxim Maximov>maximov@mail.com>SUBO-2415 fix: change stylig of selected icon`); +report.push(`2022-02-11T13:35:07+03:00>Maxim Maximov>maximov@mail.com>Pull request #838: JIRA-2420 fix: add isLocked status for Form`); +report.push(`2022-02-11T13:53:40+02:00>Maxim Maximov>maximov@mail.com>JIRA-2415 fix: change stylig of selected icon`); report.push(`1 0 src/ts/pages/Catalogue2/components/favorites/list.tsx`); report.push(``); -report.push(`2022-02-11T17:25:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: add tests for components`); +report.push(`2022-02-11T17:25:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: add tests for components`); report.push(`21 0 .vscode/settings.json`); report.push(`1 1 package.json`); report.push(`19 0 src/ts/components/Banners/banner.test.tsx`); @@ -16025,43 +16025,43 @@ report.push(`41 0 src/ts/components/Select/components/value/Value.test.tsx`); report.push(`28 0 src/ts/components/Tag/index.test.tsx`); report.push(`11 0 src/ts/components/Toast/index.test.tsx`); report.push(``); -report.push(`2022-02-14T09:54:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #841: SUBO-2415 fix: change stylig of selected icon`); -report.push(`2022-02-14T10:47:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2235 fix: created static fields and removed request for oirType for old catalogue`); +report.push(`2022-02-14T09:54:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #841: JIRA-2415 fix: change stylig of selected icon`); +report.push(`2022-02-14T10:47:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2235 fix: created static fields and removed request for oirType for old catalogue`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/TemplateOir/components/Description.tsx`); report.push(`45 0 src/ts/pages/TemplateOir/helpers/jsonSchemaStaticFields.ts`); report.push(`24 26 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-14T11:31:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2446 fix: corrected error with refresh of Template page in the Catalogue`); +report.push(`2022-02-14T11:31:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2446 fix: corrected error with refresh of Template page in the Catalogue`); report.push(`4 0 src/ts/api/acrq.ts`); report.push(`8 4 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`8 3 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-14T11:32:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #833: SUBO-2273 feat: added mocked Select with categories`); -report.push(`2022-02-14T11:32:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #840: Bugfix/SUBO-2435 turn on the isIncludeChildren to true by default`); -report.push(`2022-02-14T11:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2446 fix: corrected file path`); +report.push(`2022-02-14T11:32:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #833: JIRA-2273 feat: added mocked Select with categories`); +report.push(`2022-02-14T11:32:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #840: Bugfix/JIRA-2435 turn on the isIncludeChildren to true by default`); +report.push(`2022-02-14T11:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2446 fix: corrected file path`); 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(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(`2022-02-14T12:04:50+03:00>Maxim Maximov>maximov@mail.com>Pull request #839: JIRA-2167 fix(faq): call action for many requests`); +report.push(`2022-02-14T12:26:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`1 1 src/ts/pages/TemplateOir/components/StaticFields.tsx`); report.push(`18 12 src/ts/pages/TemplateOir/helpers/jsonSchemaStaticFields.ts`); report.push(`25 25 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-14T13:37:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #843: Bugfix/SUBO-2446 correct error with refresh of Template page`); -report.push(`2022-02-14T13:40:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: change in package right test and add test`); +report.push(`2022-02-14T13:37:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #843: Bugfix/JIRA-2446 correct error with refresh of Template page`); +report.push(`2022-02-14T13:40:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: change in package right test and add test`); report.push(`1 1 package.json`); report.push(``); -report.push(`2022-02-14T13:46:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: add test`); +report.push(`2022-02-14T13:46:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: add test`); report.push(`24 0 src/ts/components/JsonSchema/components/widgets/TextValue.test.tsx`); report.push(`15 0 src/ts/components/JsonSchema/components/widgets/Toggle.test.tsx`); report.push(`37 0 src/ts/components/JsonSchema/components/wrapper.test.tsx`); report.push(`11 0 src/ts/components/ReactTable/cells/CellOverflowMenu.test.tsx`); report.push(``); -report.push(`2022-02-14T14:07:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2319 feat: add Profile main info form`); +report.push(`2022-02-14T14:07:02+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2319 feat: add Profile main info form`); report.push(`60 3 src/ts/pages/Tnp/components/Profile/Profile.tsx`); report.push(`43 0 src/ts/pages/Tnp/components/Profile/ProfileAccessRights.tsx`); report.push(`97 0 src/ts/pages/Tnp/components/Profile/ProfileMainInfo.tsx`); @@ -16076,20 +16076,20 @@ report.push(`24 0 src/ts/pages/Tnp/store/Profile.ts`); report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); report.push(`33 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-02-14T17:42:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: add some tests for components`); +report.push(`2022-02-14T17:42:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: add some tests for components`); report.push(`0 1 src/ts/components/Banners/index.test.tsx`); report.push(`13 6 src/ts/components/JsonSchema/components/widgets/Toggle.test.tsx`); report.push(`3 1 src/ts/components/Select/components/value/Single.test.tsx`); report.push(`1 0 src/ts/components/Tree/components/TreeMore.tsx`); report.push(``); -report.push(`2022-02-14T17:44:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: add test for treeMore`); +report.push(`2022-02-14T17:44:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: add test for treeMore`); report.push(`26 0 src/ts/components/Tree/components/TreeMore.test.tsx`); report.push(``); -report.push(`2022-02-15T10:32:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2312 feat: add folder vscode to gitignore`); +report.push(`2022-02-15T10:32:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2312 feat: add folder vscode to gitignore`); 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(traffic chart): add external employees page`); +report.push(`2022-02-15T11:19:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,12 +16100,12 @@ 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(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(`2022-02-15T11:40:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #845: JIRA-2447 feat(traffic chart): add external employees page`); +report.push(`2022-02-15T13:12:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2319 feat: rebuild`); report.push(`0 1 src/ts/pages/Tnp/components/Profile/ProfileAccessRights.tsx`); report.push(``); -report.push(`2022-02-15T13:57:59+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #844: SUBO-2319 feat: add Profile main info form`); -report.push(`2022-02-15T15:26:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 fix: corrected OIR Template page`); +report.push(`2022-02-15T13:57:59+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #844: JIRA-2319 feat: add Profile main info form`); +report.push(`2022-02-15T15:26:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2255 fix: corrected OIR Template page`); report.push(`39632 40393 package-lock.json`); report.push(`0 1 package.json`); report.push(`1 1 src/setupProxy.js`); @@ -16118,13 +16118,13 @@ report.push(`1 1 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`6 0 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-02-15T15:32:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2255 fix: corrected OIR Template page`); +report.push(`2022-02-15T15:32:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2255 fix: corrected OIR Template page`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-15T15:37:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/SUBO-2255-correct-OIR-Template-page`); -report.push(`2022-02-15T15:39:53+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #842: SUBO-2312 feat: add tests for components`); -report.push(`2022-02-16T10:25:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #847: Bugfix/SUBO-2255 correct OIR Template page`); -report.push(`2022-02-16T13:03:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2386 fix: rename Login to Acount`); +report.push(`2022-02-15T15:37:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into bugfix/JIRA-2255-correct-OIR-Template-page`); +report.push(`2022-02-15T15:39:53+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #842: JIRA-2312 feat: add tests for components`); +report.push(`2022-02-16T10:25:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #847: Bugfix/JIRA-2255 correct OIR Template page`); +report.push(`2022-02-16T13:03:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2386 fix: rename Login to Acount`); report.push(`2 2 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`1 1 src/ts/pages/AccessRequest/components/UserDetail.tsx`); report.push(`1 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); @@ -16134,12 +16134,12 @@ report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-02-16T13:10:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2385 fix: add space between Name and Open select button`); +report.push(`2022-02-16T13:10:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2385 fix: add space between Name and Open select button`); 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(AIS): show login in Report filters`); +report.push(`2022-02-16T14:08:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,26 +16149,26 @@ 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(AIS): show login in Report filters`); +report.push(`2022-02-16T14:12:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show login in Report filters`); +report.push(`2022-02-16T14:14:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-02-16T15:26:18+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2322 feat: Added consumer form for profiles`); report.push(`98 0 src/ts/pages/Tnp/components/Profile/ConsumersSelect.tsx`); report.push(`6 2 src/ts/pages/Tnp/components/Profile/Profile.tsx`); report.push(`80 0 src/ts/pages/Tnp/components/Profile/ProfileConsumers.tsx`); report.push(`6 0 src/ts/pages/Tnp/helpers/constants.ts`); report.push(``); -report.push(`2022-02-16T15:56:12+03:00>Maxim Maximov>maximov@mail.com>Pull request #848: SUBO-2386 fix: rename Login to Acount`); -report.push(`2022-02-16T16:26:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #849: SUBO-2391 Show login in Reports Filters`); -report.push(`2022-02-16T15:39:31+02:00>Maxim Maximov>maximov@mail.com>SUBO-2449 feat: add CompanyInfo form for external employees`); +report.push(`2022-02-16T15:56:12+03:00>Maxim Maximov>maximov@mail.com>Pull request #848: JIRA-2386 fix: rename Login to Acount`); +report.push(`2022-02-16T16:26:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #849: JIRA-2391 Show login in Reports Filters`); +report.push(`2022-02-16T15:39:31+02:00>Maxim Maximov>maximov@mail.com>JIRA-2449 feat: add CompanyInfo form for external employees`); report.push(`69 3 src/ts/pages/ExternalEmployees/components/CompanyInfo.tsx`); report.push(`18 0 src/ts/pages/ExternalEmployees/styles/companyInfo.scss`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(``); -report.push(`2022-02-16T16:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: reorganized TemplateOir directory and created form for request accessing`); +report.push(`2022-02-16T16:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: reorganized TemplateOir directory and created form for request accessing`); report.push(`3 3 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/Authorization/components/Success.tsx`); report.push(`12 2 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); @@ -16197,19 +16197,19 @@ report.push(`42 12 src/ts/pages/TemplateOir/index.tsx`); report.push(`2 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`3 3 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-02-16T17:05:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 fix: replaced relative path by absolute`); +report.push(`2022-02-16T17:05:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 fix: replaced relative path by absolute`); report.push(`1 1 src/ts/pages/TemplateOir/components/shared/Spinner.tsx`); report.push(``); -report.push(`2022-02-16T17:25:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2436 fix: add sort for group in Builder`); +report.push(`2022-02-16T17:25:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2436 fix: add sort for group in Builder`); report.push(`13 11 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`14 10 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-02-16T17:56:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 fix: created enum constant for Oir template types`); +report.push(`2022-02-16T17:56:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 fix: created enum constant for Oir template types`); 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(profile): create main page companies`); +report.push(`2022-02-16T18:09:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -16217,13 +16217,13 @@ report.push(`58 8 src/ts/pages/ExternalEmployees/components/Companies.tsx`); report.push(`20 0 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(`18 2 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-02-17T09:30:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #850: SUBO-2322 feat: Added consumer form for profiles`); -report.push(`2022-02-17T09:31:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #851: SUBO-2449 feat: add CompanyInfo form for external employees`); -report.push(`2022-02-17T09:33:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #852: SUBO-2428 feat: reorganized TemplateOir directory and created form for request accessing`); -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(`2022-02-17T09:30:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #850: JIRA-2322 feat: Added consumer form for profiles`); +report.push(`2022-02-17T09:31:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #851: JIRA-2449 feat: add CompanyInfo form for external employees`); +report.push(`2022-02-17T09:33:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #852: JIRA-2428 feat: reorganized TemplateOir directory and created form for request accessing`); +report.push(`2022-02-17T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): changed page companies`); +report.push(`2022-02-17T12:21:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -16236,33 +16236,33 @@ report.push(`2 0 src/ts/snippets/Buttons/index.scss`); report.push(`48 0 src/ts/snippets/FullCard/index.tsx`); report.push(`7 3 src/ts/snippets/FullCard/styles/index.scss`); 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(`2022-02-17T12:24:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-02-17T12:26:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-2454 feat(profile): resolve conflict`); +report.push(`2022-02-17T12:36:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`13 3 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-02-17T11:44:27+02:00>Maxim Maximov>maximov@mail.com>SUBO-2450 feat: add employee form`); +report.push(`2022-02-17T11:44:27+02:00>Maxim Maximov>maximov@mail.com>JIRA-2450 feat: add employee form`); report.push(`57 0 src/ts/pages/ExternalEmployees/components/Employees.tsx`); report.push(`7 0 src/ts/pages/ExternalEmployees/styles/employees.scss`); report.push(`2 1 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(``); -report.push(`2022-02-17T13:04:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: added widgets to OIR access form`); +report.push(`2022-02-17T13:04:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: added widgets to OIR access form`); report.push(`58 31 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`56 0 src/ts/pages/TemplateOir/components/access-request/UserDetails.tsx`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/access-request/loadTemplateInfo.tsx`); report.push(`19 0 src/ts/pages/TemplateOir/helpers/access-request/validationRules.ts`); report.push(`1 0 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2022-02-17T13:38:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #855: SUBO-2482 feat: add loading for Roles on Template page`); +report.push(`2022-02-17T13:38:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #855: JIRA-2482 feat: add loading for Roles on Template page`); 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:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #854: JIRA-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(profile): change style`); +report.push(`2022-02-17T13:58:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,82 +16271,82 @@ 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(profile): change style`); +report.push(`2022-02-17T13:59:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): change style`); +report.push(`2022-02-17T14:06:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-02-17T14:40:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7414 fix: change API fot callAction in Template`); +report.push(`2022-02-17T14:40:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7414 fix: change API fot callAction in Template`); report.push(`10 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-02-17T14:42:42+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-17T14:42:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7414 fix: change API fot callAction in Template`); +report.push(`2022-02-17T14:42:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Merge branch 'master' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-2428-add-fake-roles-to-OIR-access-form`); +report.push(`2022-02-17T14:42:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): create main page companies`); +report.push(`2022-02-17T14:59:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #853: JIRA-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`); +report.push(`2022-02-17T14:02:31+02:00>Maxim Maximov>maximov@mail.com>JIRA-2450 feat: fix conflicts`); +report.push(`2022-02-17T15:17:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #857: JIRA-2428 feat: added widgets to OIR access form`); report.push(`2022-02-17T15:17:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-17T15:43:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7414 fix: update code style`); +report.push(`2022-02-17T15:43:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7414 fix: update code style`); report.push(`9 9 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-02-17T16:05:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #860: SUBO-2450 feat: add employee form`); +report.push(`2022-02-17T16:05:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #860: JIRA-2450 feat: add employee form`); report.push(`2022-02-17T16:05:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -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(`2022-02-17T16:15:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add page TnpList`); +report.push(`2022-02-17T17:17:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`25 0 src/ts/snippets/FullCard/index.tsx`); report.push(``); -report.push(`2022-02-18T09:23:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #859: SUBO-7414 fix: change API fot callAction in Template`); +report.push(`2022-02-18T09:23:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #859: JIRA-7414 fix: change API fot callAction in Template`); report.push(`2022-02-18T09:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-18T10:07:32+02:00>Maxim Maximov>maximov@mail.com>SUBO-2450 feat: add form for adding agreement`); +report.push(`2022-02-18T10:07:32+02:00>Maxim Maximov>maximov@mail.com>JIRA-2450 feat: add form for adding agreement`); report.push(`42 0 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); 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(`2022-02-18T11:36:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add page TnpList`); +report.push(`2022-02-18T11:58:33+03:00>Maxim Maximov>maximov@mail.com>Pull request #861: JIRA-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(`2022-02-18T12:30:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2384 fix: change pagination for Reports`); report.push(`13 8 src/ts/api/report.ts`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 0 src/ts/pages/Reports/components/ReportByUser.tsx`); report.push(`1 1 src/ts/pages/Reports/styles/report.scss`); report.push(``); -report.push(`2022-02-18T11:37:04+02:00>Maxim Maximov>maximov@mail.com>SUBO-2450 feat: add form for adding company`); +report.push(`2022-02-18T11:37:04+02:00>Maxim Maximov>maximov@mail.com>JIRA-2450 feat: add form for adding company`); report.push(`4 3 src/ts/pages/ExternalEmployees/components/{ => Companies}/Companies.tsx`); report.push(`48 0 src/ts/pages/ExternalEmployees/components/Companies/Company.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/index.tsx`); report.push(`7 0 src/ts/pages/ExternalEmployees/styles/company.scss`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(``); -report.push(`2022-02-18T12:07:40+02:00>Maxim Maximov>maximov@mail.com>SUBO-2450 feat: fix components order`); +report.push(`2022-02-18T12:07:40+02:00>Maxim Maximov>maximov@mail.com>JIRA-2450 feat: fix components order`); report.push(`2 2 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(``); -report.push(`2022-02-18T13:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7415 fix: change request status text for Template`); +report.push(`2022-02-18T13:08:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7415 fix: change request status text for Template`); 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(profile): fix components order`); +report.push(`2022-02-18T12:09:40+02:00>Maxim Maximov>maximov@mail.com>JIRA-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`); +report.push(`2022-02-18T13:18:49+03:00>Maxim Maximov>maximov@mail.com>Pull request #862: JIRA-2494 fix: add limit for comment about Request`); report.push(`2022-02-18T13:18:50+03:00>Maxim Maximov>maximov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-18T14:24:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #864: SUBO-2384 fix: change pagination for Reports`); +report.push(`2022-02-18T14:24:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #864: JIRA-2384 fix: change pagination for Reports`); report.push(`2022-02-18T14:24:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-18T16:49:38+03:00>Maxim Maximov>maximov@mail.com>Pull request #865: SUBO-7415 fix: change request status text for Template`); +report.push(`2022-02-18T16:49:38+03:00>Maxim Maximov>maximov@mail.com>Pull request #865: JIRA-7415 fix: change request status text for Template`); report.push(`2022-02-18T16:49:40+03:00>Maxim Maximov>maximov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-18T16:57:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #863: SUBO-2450 feat: add form for adding agreement`); -report.push(`2022-02-18T16:57:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #866: Feature/SUBO-2475 add company form`); -report.push(`2022-02-18T17:38:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-2448 feat: add side bar layout in external-employees`); +report.push(`2022-02-18T16:57:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #863: JIRA-2450 feat: add form for adding agreement`); +report.push(`2022-02-18T16:57:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #866: Feature/JIRA-2475 add company form`); +report.push(`2022-02-18T17:38:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-2448 feat: add side bar layout in external-employees`); report.push(`3 0 src/ts/components/Title/index.scss`); report.push(`31 36 src/ts/pages/ExternalEmployees/components/Company.tsx`); report.push(`8 1 src/ts/pages/ExternalEmployees/components/CompanyInfo.tsx`); @@ -16357,28 +16357,28 @@ report.push(`16 0 src/ts/pages/ExternalEmployees/styles/external.scss`); report.push(`3 2 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(`54 0 src/ts/pages/ExternalEmployees/styles/sidebar.scss`); report.push(``); -report.push(`2022-02-18T17:44:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-2448 feat: resolve conflict`); -report.push(`2022-02-21T10:13:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: added new form with roles`); +report.push(`2022-02-18T17:44:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-2448 feat: resolve conflict`); +report.push(`2022-02-21T10:13:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: added new form with roles`); report.push(`236 0 src/ts/pages/TemplateOir/components/access-request/NewForm.tsx`); report.push(`17 0 src/ts/pages/TemplateOir/helpers/access-request/getRoleGroups.ts`); 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(traffic chart): added OIR removing form`); +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/JIRA-2428-add-fake-roles-to-OIR-access-form`); +report.push(`2022-02-21T11:11:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected route`); +report.push(`2022-02-21T11:17:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2022-02-21T11:40:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #869: Feature/SUBO-2427 add form for remove OIR`); -report.push(`2022-02-21T11:40:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #868: Feature/SUBO-2428 add fake roles to OIR access form`); -report.push(`2022-02-21T12:23:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2463 feat: Added Profile Data +Route`); +report.push(`2022-02-21T11:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #867: JIRA-2448 feat: add side bar layout in external-employees`); +report.push(`2022-02-21T11:40:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #869: Feature/JIRA-2427 add form for remove OIR`); +report.push(`2022-02-21T11:40:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #868: Feature/JIRA-2428 add fake roles to OIR access form`); +report.push(`2022-02-21T12:23:43+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2463 feat: Added Profile Data +Route`); report.push(`3 0 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Form.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/ConsumersSelect.tsx`); @@ -16405,7 +16405,7 @@ report.push(`61 0 src/ts/pages/Tnp/store/Profile.tsx`); report.push(`44 5 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(`4 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-02-21T15:02:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2463 feat: Added data to profiles. Changed routing`); +report.push(`2022-02-21T15:02:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2463 feat: Added data to profiles. Changed routing`); report.push(`1 4 src/ts/pages/Tnp/components/Profile/Profile.tsx`); report.push(`4 3 src/ts/pages/Tnp/components/Profile/ProfileMainInfo.tsx`); report.push(`27 12 src/ts/pages/Tnp/components/ProfilePage.tsx`); @@ -16417,8 +16417,8 @@ report.push(`2 9 src/ts/pages/Tnp/index.tsx`); report.push(`0 8 src/ts/pages/Tnp/store/Profile.tsx`); report.push(`2 2 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(``); -report.push(`2022-02-21T15:24:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2463 feat: fix conflict`); -report.push(`2022-02-21T15:49:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix: add group by alphabet component`); +report.push(`2022-02-21T15:24:31+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2463 feat: fix conflict`); +report.push(`2022-02-21T15:49:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2468 fix: add group by alphabet component`); report.push(`36 0 src/ts/api/roles.ts`); report.push(`65 0 src/ts/components/GroupByAlphabet/helpers/index.ts`); report.push(`70 0 src/ts/components/GroupByAlphabet/index.tsx`); @@ -16426,7 +16426,7 @@ report.push(`16 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`20 12 src/ts/snippets/AccessGroups/index.tsx`); report.push(`5 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-02-21T15:06:21+02:00>Maxim Maximov>maximov@mail.com>SUBO-2479 feat: add modal logic to Employee add form`); +report.push(`2022-02-21T15:06:21+02:00>Maxim Maximov>maximov@mail.com>JIRA-2479 feat: add modal logic to Employee add form`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); @@ -16442,7 +16442,7 @@ report.push(`57 0 src/ts/pages/ExternalEmployees/modals/Employees.tsx`); report.push(`32 0 src/ts/pages/ExternalEmployees/modals/Modals.tsx`); report.push(`0 0 src/ts/{pages/Builder/components/modals => snippets/Modal}/ModalWindowTemplate.tsx`); report.push(``); -report.push(`2022-02-21T17:30:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-2478 feat: add styles for external employees`); +report.push(`2022-02-21T17:30:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-2478 feat: add styles for external employees`); report.push(`3 0 src/assets/images/external-employees/Task.svg`); report.push(`6 0 src/assets/images/external-employees/agreements.svg`); report.push(`5 0 src/assets/images/external-employees/companiInfo.svg`); @@ -16457,50 +16457,50 @@ report.push(`5 1 src/ts/pages/ExternalEmployees/styles/companyInfo.scss`); report.push(`16 0 src/ts/pages/ExternalEmployees/styles/external.scss`); report.push(`1 1 src/ts/snippets/RequestStatus2/styles/steps.scss`); report.push(``); -report.push(`2022-02-21T17:33:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-2478 feat: change styles`); +report.push(`2022-02-21T17:33:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-2478 feat: change styles`); 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(faq): change validation message`); +report.push(`2022-02-22T00:50:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #872: Feature/JIRA-2478 frontend styles for displaying pages`); +report.push(`2022-02-22T09:37:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-02-22T08:59:59+02:00>Maxim Maximov>maximov@mail.com>SUBO-2479 feat: fix conflicts`); -report.push(`2022-02-22T10:27:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #871: SUBO-2479 feat: add modal logic to Employee add form`); -report.push(`2022-02-22T10:28:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #873: Feature/SUBO-2463 binding data to form tnp`); -report.push(`2022-02-22T12:24:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix: add group by alphabet component`); +report.push(`2022-02-22T08:59:59+02:00>Maxim Maximov>maximov@mail.com>JIRA-2479 feat: fix conflicts`); +report.push(`2022-02-22T10:27:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #871: JIRA-2479 feat: add modal logic to Employee add form`); +report.push(`2022-02-22T10:28:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #873: Feature/JIRA-2463 binding data to form tnp`); +report.push(`2022-02-22T12:24:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2468 fix: add group by alphabet component`); report.push(`24 0 src/ts/components/GroupByAlphabet/index.scss`); report.push(`25 13 src/ts/components/GroupByAlphabet/index.tsx`); report.push(`1 0 src/ts/components/index.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`26 19 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-02-22T12:43:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix: add group by alphabet component`); +report.push(`2022-02-22T12:43:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2468 fix: add group by alphabet component`); report.push(`33 0 src/ts/snippets/AccessGroups/components/GroupTitle.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`65 0 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(`12 32 src/ts/snippets/AccessGroups/index.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-02-22T12:05:17+02:00>Maxim Maximov>maximov@mail.com>SUBO-2479 feat: move add-agreement form to modal`); +report.push(`2022-02-22T12:05:17+02:00>Maxim Maximov>maximov@mail.com>JIRA-2479 feat: move add-agreement form to modal`); report.push(`29 58 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`4 1 src/ts/pages/ExternalEmployees/components/Company.tsx`); report.push(`40 0 src/ts/pages/ExternalEmployees/modals/Agreements.tsx`); report.push(`8 0 src/ts/pages/ExternalEmployees/modals/Modals.tsx`); report.push(``); -report.push(`2022-02-22T13:12:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix: add group by alphabet component`); +report.push(`2022-02-22T13:12:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2468 fix: add group by alphabet component`); report.push(`5 4 src/ts/api/roles.ts`); report.push(`2 0 src/ts/components/GroupByAlphabet/index.scss`); report.push(`8 6 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-02-22T14:29:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2468 fix: add group by alphabet component`); +report.push(`2022-02-22T14:29:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2468 fix: add group by alphabet component`); 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(faq): change validation message`); +report.push(`2022-02-22T14:40:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #874: JIRA-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(Excel): add list tasks`); +report.push(`2022-02-22T16:51:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -16511,13 +16511,13 @@ report.push(`20 42 src/ts/snippets/FullCard/index.tsx`); report.push(`1 0 src/ts/snippets/FullCard/styles/index.scss`); 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(Excel): rename svg icon task`); +report.push(`2022-02-22T17:16:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #876: JIRA-2468 Add group by alphabet component`); +report.push(`2022-02-22T17:17:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #875: JIRA-2479 feat: move add-agreement form to modal`); +report.push(`2022-02-22T17:28:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-02-22T19:43:41+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2458 feat: created version map.`); +report.push(`2022-02-22T19:43:41+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2458 feat: created version map.`); report.push(`1 1 src/ts/helpers/formatter.ts`); report.push(`95 0 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`75 1 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); @@ -16525,8 +16525,8 @@ report.push(`7 0 src/ts/pages/Tnp/styles/build.scss`); report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); report.push(`43 3 src/ts/pages/Tnp/styles/version-map.scss`); report.push(``); -report.push(`2022-02-22T19:51:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2458 feat: fix conflict.`); -report.push(`2022-02-22T22:51:19+02:00>Maxim Maximov>maximov@mail.com>SUBO-2479 feat: change modal logic`); +report.push(`2022-02-22T19:51:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2458 feat: fix conflict.`); +report.push(`2022-02-22T22:51:19+02:00>Maxim Maximov>maximov@mail.com>JIRA-2479 feat: change modal logic`); report.push(`3 9 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`17 13 src/ts/pages/ExternalEmployees/components/Companies/Companies.tsx`); report.push(`0 24 src/ts/pages/ExternalEmployees/components/Companies/Company.tsx`); @@ -16539,8 +16539,8 @@ report.push(`0 0 src/ts/pages/ExternalEmployees/modals/{Employees.tsx => Employe report.push(`16 15 src/ts/pages/ExternalEmployees/modals/Modals.tsx`); report.push(`25 0 src/ts/pages/ExternalEmployees/store/Modal.ts`); report.push(``); -report.push(`2022-02-24T12:36:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #878: SUBO-2458 feat: created version map.`); -report.push(`2022-02-24T15:52:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: add form widget`); +report.push(`2022-02-24T12:36:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #878: JIRA-2458 feat: created version map.`); +report.push(`2022-02-24T15:52:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: add form widget`); report.push(`78 0 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`74 0 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`48 0 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); @@ -16548,7 +16548,7 @@ report.push(`33 0 src/ts/pages/Tnp/components/Profile/Consumers/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Profile.tsx`); report.push(`88 7 src/ts/pages/Tnp/components/Profile/ProfileConsumers.tsx`); report.push(``); -report.push(`2022-02-24T16:06:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: corrected global Toast`); +report.push(`2022-02-24T16:06:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2424 fix: corrected global Toast`); report.push(`1 1 package-lock.json`); report.push(`1 1 package.json`); report.push(`13 13 src/ts/components/Toast/index.tsx`); @@ -16556,45 +16556,45 @@ report.push(`1 1 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(`10 9 src/ts/pages/PageWrapper/index.tsx`); report.push(`1 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-02-24T16:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: corrected package json`); +report.push(`2022-02-24T16:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2424 fix: corrected package json`); 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(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(`2022-02-24T16:32:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #877: JIRA-2476 feat(Excel): add list tasks`); +report.push(`2022-02-24T16:32:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #879: JIRA-2479 feat: change modal logic`); +report.push(`2022-02-25T09:04:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`67 34 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`4 0 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`32 0 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(`32 0 src/ts/pages/Tnp/store/Consumers.tsx`); report.push(``); -report.push(`2022-02-25T09:14:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); +report.push(`2022-02-25T09:14:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`4 5 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`10 19 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); report.push(`38 0 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(`27 23 src/ts/pages/Tnp/components/Profile/Consumers/index.tsx`); report.push(``); -report.push(`2022-02-25T09:16:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); +report.push(`2022-02-25T09:16:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`2 2 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-02-25T09:19:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); +report.push(`2022-02-25T09:19:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(``); -report.push(`2022-02-25T09:22:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); +report.push(`2022-02-25T09:22:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`6 6 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`0 155 src/ts/pages/Tnp/components/Profile/ProfileConsumers.tsx`); report.push(`0 32 src/ts/pages/Tnp/store/Consumers.tsx`); report.push(``); -report.push(`2022-02-25T09:27:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form`); +report.push(`2022-02-25T09:27:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form`); report.push(`3 2 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(``); -report.push(`2022-02-25T10:41:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: add new service in Nginx`); +report.push(`2022-02-25T10:41:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: add new service in Nginx`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2022-02-25T10:47:13+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #881: Bugfix/SUBO-2424 refactor global Toast`); -report.push(`2022-02-25T10:48:21+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #880: SUBO-2461 feat: add form in TNP`); -report.push(`2022-02-25T12:47:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T10:47:13+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #881: Bugfix/JIRA-2424 refactor global Toast`); +report.push(`2022-02-25T10:48:21+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #880: JIRA-2461 feat: add form in TNP`); +report.push(`2022-02-25T12:47:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`229 0 src/ts/api/tsr.ts`); report.push(`17 1 src/ts/pages/Tnp/components/Form.tsx`); report.push(`113 0 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); @@ -16617,8 +16617,8 @@ report.push(`1 1 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); 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(Excel): add list employees`); +report.push(`2022-02-25T12:48:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #882: JIRA-2461 feat: add new service in Nginx`); +report.push(`2022-02-25T13:13:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,12 +16628,12 @@ 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(Excel): delete undefined in onClick`); +report.push(`2022-02-25T14:20:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-02-25T14:43:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #883: JIRA-2456 feat(Excel): add list employees`); +report.push(`2022-02-25T15:32:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`7 4 src/ts/pages/Notifications/index.tsx`); @@ -16642,7 +16642,7 @@ report.push(`3 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`4 0 src/ts/pages/Requests/store/Feedback.ts`); report.push(`15 2 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-02-25T15:33:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T15:33:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`27 117 src/ts/api/tsr.ts`); report.push(`10 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Form.tsx`); @@ -16657,32 +16657,32 @@ report.push(`18 10 src/ts/pages/Tnp/components/TnpList/TripItems.tsx`); report.push(`6 44 src/ts/pages/Tnp/store/Profile.tsx`); report.push(`7 32 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(``); -report.push(`2022-02-25T15:37:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: corrected formatting`); +report.push(`2022-02-25T15:37:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2424 fix: corrected formatting`); report.push(`10 10 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-02-25T15:37:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T15:37:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`1 7 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`0 1 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`0 1 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(`0 2 src/ts/pages/Tnp/helpers/Profile/loadProfile.ts`); report.push(``); -report.push(`2022-02-25T15:49:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T15:49:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`1 1 src/ts/api/tsr.ts`); report.push(`9 2 src/ts/pages/Tnp/components/TnpInfoPage.tsx`); report.push(`0 57 src/ts/pages/Tnp/helpers/RequisitesForm/loadRequisitesInfo.ts`); report.push(`2 0 src/ts/pages/Tnp/store/Profile.tsx`); report.push(``); -report.push(`2022-02-25T15:55:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2424 fix: corrected formatting`); +report.push(`2022-02-25T15:55:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add list of agreements`); +report.push(`2022-02-25T16:12:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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}`); report.push(`62 29 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(`9 0 src/ts/snippets/FullCard/index.tsx`); report.push(``); -report.push(`2022-02-25T16:21:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T16:21:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`5 75 src/ts/api/tsr.ts`); report.push(`5 1 src/ts/components/Table/components/TableCell.tsx`); report.push(`0 44 src/ts/pages/Tnp/components/Form.tsx`); @@ -16692,36 +16692,36 @@ report.push(`2 2 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`0 33 src/ts/pages/Tnp/components/TnpInfoPage.tsx`); report.push(`4 4 src/ts/pages/Tnp/index.tsx`); report.push(``); -report.push(`2022-02-25T16:28:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T16:28:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`1 2 src/ts/api/tsr.ts`); report.push(`8 0 src/ts/pages/Tnp/components/Profile/MainInfo/index.tsx`); report.push(``); -report.push(`2022-02-25T17:01:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #884: Feature/SUBO-2424 refactor components for global Toast`); -report.push(`2022-02-25T17:03:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change Form login in TNP`); +report.push(`2022-02-25T17:01:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #884: Feature/JIRA-2424 refactor components for global Toast`); +report.push(`2022-02-25T17:03:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change Form login in TNP`); report.push(`26 0 src/ts/pages/Tnp/components/TnpForm/FormForCreate.tsx`); report.push(`44 0 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`33 0 src/ts/pages/Tnp/components/TnpForm/index.tsx`); report.push(`2 2 src/ts/pages/Tnp/index.tsx`); 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(`2022-02-28T09:25:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-02-28T09:46:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #885: JIRA-2455 feat(profile): add list of agreements`); +report.push(`2022-02-28T09:47:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #886: JIRA-2461 Change Form Login in TNP`); +report.push(`2022-02-28T10:50:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2579 fix: change name for visibility`); report.push(`25 5 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); 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(`2022-02-28T10:52:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change view for dictionary group in Request`); +report.push(`2022-02-28T12:38:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-02-28T15:33:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #887: SUBO-2579 Change name for visibility rules`); +report.push(`2022-02-28T15:33:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #887: JIRA-2579 Change name for visibility rules`); report.push(`2022-02-28T15:33:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-02-28T16:01:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2460 feat: closer to the design`); +report.push(`2022-02-28T16:01:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2460 feat: closer to the design`); report.push(`36 60 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`3 4 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(`11 3 src/ts/pages/Tnp/components/Profile/AccessRights/SideBar.tsx`); @@ -16739,26 +16739,26 @@ report.push(`15 0 src/ts/pages/Tnp/styles/move-buttons.scss`); report.push(`16 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(`28 0 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(``); -report.push(`2022-02-28T16:46:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: added endpoints for OIR access form`); +report.push(`2022-02-28T16:46:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: added endpoints for OIR access form`); report.push(`12 0 src/ts/api/request.ts`); report.push(`1 1 src/ts/pages/Catalogue/components/line/CategoryItem.tsx`); 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(Excel): add info to card TNP`); +report.push(`2022-02-28T17:14:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-02-28T17:31:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-2466 feat(Excel): resolve errors`); +report.push(`2022-02-28T18:34:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-02-28T22:48:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #889: JIRA-2460 feat: closer to the design`); +report.push(`2022-02-28T22:52:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #888: JIRA-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>JIRA-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`); report.push(`1 2 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); @@ -16769,7 +16769,7 @@ report.push(`12 19 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`13 24 src/ts/pages/Tnp/components/Profile/Consumers/index.tsx`); report.push(`2 4 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-03-01T11:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); +report.push(`2022-03-01T11:13:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form in TNP`); report.push(`24 19 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`26 6 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`31 27 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); @@ -16777,12 +16777,12 @@ 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(Excel): add new interface for Tnp`); +report.push(`2022-03-01T11:33:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-03-01T11:59:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); +report.push(`2022-03-01T11:59:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form in TNP`); report.push(`3 0 src/ts/api/tsr.ts`); report.push(`22 3 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`17 0 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); @@ -16792,32 +16792,32 @@ report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`23 26 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`10 0 src/ts/pages/Tnp/helpers/Profile/profile.ts`); report.push(``); -report.push(`2022-03-01T12:36:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); +report.push(`2022-03-01T12:36:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form in TNP`); report.push(`2 3 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); 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(Excel): change tnp and external-employees`); +report.push(`2022-03-01T12:48:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-03-01T12:57:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); +report.push(`2022-03-01T12:57:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form in TNP`); report.push(`5 1 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`3 7 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`0 2 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(`15 3 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`17 26 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-03-01T13:02:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2461 feat: change logic for form in TNP`); +report.push(`2022-03-01T13:02:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2461 feat: change logic for form in TNP`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/index.tsx`); report.push(`12 12 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-03-01T14:32:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-2453 feat: add fake selection in external-employees`); +report.push(`2022-03-01T14:32:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-2453 feat: add fake selection in external-employees`); report.push(`4 1 src/ts/pages/ExternalEmployees/components/CompanyInfo.tsx`); report.push(``); -report.push(`2022-03-01T14:37:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: change OIR access form`); +report.push(`2022-03-01T14:37:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: change OIR access form`); report.push(`2 2 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/AccessRequest/index.tsx`); report.push(`44 16 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); @@ -16825,88 +16825,88 @@ report.push(`1 0 src/ts/pages/TemplateOir/helpers/access-request/loadTemplateInf report.push(`13 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`10 10 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-01T14:41:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 feat: removed console log`); +report.push(`2022-03-01T14:41:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 feat: removed console log`); report.push(`0 1 src/ts/pages/AccessRequest/index.tsx`); report.push(``); -report.push(`2022-03-01T17:09:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2428 fix: removed templateResourcePath field`); +report.push(`2022-03-01T17:09:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2428 fix: removed templateResourcePath field`); 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(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(faq): hide actions for Template`); +report.push(`2022-03-01T17:54:20+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #890: JIRA-2466 feat(Excel): add info to card TNP`); +report.push(`2022-03-01T17:54:34+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #893: JIRA-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: JIRA-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/JIRA-2428 integrate OIR access form with backend`); +report.push(`2022-03-02T12:31:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for road map`); +report.push(`2022-03-02T12:39:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): hide actions for Template`); +report.push(`2022-03-02T12:45:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): hide actions for Template`); +report.push(`2022-03-02T15:50:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): disabled button without form data`); +report.push(`2022-03-02T19:47:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`9 0 src/ts/pages/TemplateOir/helpers/getDisableSubmit.ts`); 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(`2022-03-03T09:38:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update NodeJS version in docker`); +report.push(`2022-03-03T10:14:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update NodeJS version in docker`); +report.push(`2022-03-03T10:18:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update NodeJS version in docker`); +report.push(`2022-03-03T10:26:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update NodeJS version in docker`); +report.push(`2022-03-03T10:43:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-03-03T10:48:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #894: JIRA-2637 Hide actions for Template, change`); report.push(`2022-03-03T10:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-03-03T10:54:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: fake commit`); +report.push(`2022-03-03T10:54:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2625 fix: fake commit`); report.push(`0 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-03-03T10:56:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2624 fix: fake commit`); +report.push(`2022-03-03T10:56:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2624 fix: fake commit`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-03-03T11:00:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2624 fix: fake commit`); -report.push(`2022-03-03T11:01:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: fake commit`); -report.push(`2022-03-03T11:10:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: fake commit`); +report.push(`2022-03-03T11:00:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2624 fix: fake commit`); +report.push(`2022-03-03T11:01:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2625 fix: fake commit`); +report.push(`2022-03-03T11:10:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2625 fix: fake commit`); report.push(`0 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-03-03T11:10:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #895: SUBO-2428 fix: removed templateResourcePath field`); -report.push(`2022-03-03T11:56:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: hided error notification for form validation`); +report.push(`2022-03-03T11:10:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #895: JIRA-2428 fix: removed templateResourcePath field`); +report.push(`2022-03-03T11:56:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2625 fix: hided error notification for form validation`); report.push(`1 1 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-03-03T12:37:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2625 fix: fake commit`); +report.push(`2022-03-03T12:37:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-03-03T12:45:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #896: JIRA-2625 feat(profile): disabled button without form data`); +report.push(`2022-03-03T13:53:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-03-03T13:54:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2620 fix: change validation for Temaplte`); +report.push(`2022-03-03T13:54:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2620 fix: change validation for Temaplte`); report.push(`0 38 src/ts/api/roles.ts`); report.push(``); -report.push(`2022-03-03T14:54:25+03:00>Ivan Ivanov>ivanov@mail.com>Merge remote-tracking branch 'origin/release/release-2.4.0' into bugfix/SUBO-2620-Change-validation-for-Temaplate`); -report.push(`2022-03-03T16:00:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #897: SUBO-2620 Change validation for Temaplate (all mandatory group must be selected)`); +report.push(`2022-03-03T14:54:25+03:00>Ivan Ivanov>ivanov@mail.com>Merge remote-tracking branch 'origin/release/release-2.4.0' into bugfix/JIRA-2620-Change-validation-for-Temaplate`); +report.push(`2022-03-03T16:00:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #897: JIRA-2620 Change validation for Temaplate (all mandatory group must be selected)`); report.push(`2022-03-03T16:00:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-03-03T16:32:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2683 feat: add new approved roadMap`); +report.push(`2022-03-03T16:32:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-2683 feat: add new approved roadMap`); report.push(`25 10 src/ts/snippets/RequestStatus2/components/Item.tsx`); report.push(`35 0 src/ts/snippets/RequestStatus2/components/cards/FirstRoadMap.tsx`); report.push(`21 2 src/ts/snippets/RequestStatus2/styles/steps.scss`); report.push(``); -report.push(`2022-03-03T17:16:45+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2459 feat: add route map tnp`); +report.push(`2022-03-03T17:16:45+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2459 feat: add route map tnp`); report.push(`1 1 README.md`); report.push(`100 0 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(`25 2 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); @@ -16920,8 +16920,8 @@ report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); 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(traffic chart): correct OIR Access Request card`); +report.push(`2022-03-03T17:22:24+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2459 feat: fix conflict`); +report.push(`2022-03-03T22:43:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,33 +16930,33 @@ 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(faq): added comment`); +report.push(`2022-03-03T22:51:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-03-04T10:18:22+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #900: JIRA-2607 feat(traffic chart): correct OIR Access Request card`); +report.push(`2022-03-04T11:01:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`5 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-03-04T11:56:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #901: SUBO-2703 fix: hide Draft page`); +report.push(`2022-03-04T11:56:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #901: JIRA-2703 fix: hide Draft page`); report.push(`2022-03-04T11:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.4.0 -> master`); -report.push(`2022-03-04T11:57:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2678 feat: edit version map`); +report.push(`2022-03-04T11:57:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2678 feat: edit version map`); report.push(`50 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`24 15 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`24 42 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`18 0 src/ts/pages/Tnp/styles/build.scss`); report.push(`6 2 src/ts/pages/Tnp/styles/hacks.scss`); report.push(``); -report.push(`2022-03-04T12:00:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2683 feat: add empty commit`); +report.push(`2022-03-04T12:00:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-2683 feat: add empty commit`); report.push(`1 0 src/ts/snippets/RequestStatus2/components/cards/FirstRoadMap.tsx`); report.push(``); -report.push(`2022-03-04T12:04:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2683 feat: add defaultProps data`); +report.push(`2022-03-04T12:04:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-2683 feat: add defaultProps data`); report.push(`2 1 src/ts/snippets/RequestStatus2/components/cards/FirstRoadMap.tsx`); 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(profile): add in sidebar description`); +report.push(`2022-03-04T12:46:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-2683 feat: merge with master`); +report.push(`2022-03-04T13:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #898: JIRA-2683 feat: add new approved roadMap`); +report.push(`2022-03-04T15:10:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -16964,49 +16964,49 @@ report.push(`0 1 src/ts/pages/Template/components/Template.tsx`); report.push(`1 0 src/ts/pages/Template/styles/index.scss`); report.push(`19 0 src/ts/pages/Template/styles/sidebar.scss`); report.push(``); -report.push(`2022-03-05T09:42:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2703 fix: return Draft in master`); +report.push(`2022-03-05T09:42:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2703 fix: return Draft in master`); 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(faq): add sort for tables in Bulder`); +report.push(`2022-03-05T09:54:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-03-05T10:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #905: JIRA-2703 fix: return Draft in master`); +report.push(`2022-03-05T10:50:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #904: JIRA-2684 feat(profile): add in sidebar description`); +report.push(`2022-03-05T11:09:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1799 fix: corrected Help page`); report.push(`4 4 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2022-03-05T11:11:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-1799 fix: corrected formating`); +report.push(`2022-03-05T11:11:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1799 fix: corrected formating`); report.push(`2 2 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2022-03-05T11:45:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2563 feat: add notification for RESEND request status`); +report.push(`2022-03-05T11:45:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2563 feat: add notification for RESEND request status`); report.push(`18 0 src/ts/pages/Template/components/Template.tsx`); 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(faq): add sort for tables in Bulder`); +report.push(`2022-03-05T12:10:23+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2678 feat: pull master`); +report.push(`2022-03-05T12:14:34+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2459 feat: pull master`); +report.push(`2022-03-05T13:00:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #899: JIRA-2459 feat: add route map tnp`); +report.push(`2022-03-05T13:01:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #906: JIRA-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(AIS): change message after send`); +report.push(`2022-03-05T13:01:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #907: Bugfix/JIRA-1799 correct Help page`); +report.push(`2022-03-05T13:05:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-03-05T13:17:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2678 fix: merge with master`); -report.push(`2022-03-05T13:31:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #902: SUBO-2678 feat: edit version map`); -report.push(`2022-03-05T15:46:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2563 feat: add notification for RESEND request status`); +report.push(`2022-03-05T13:17:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2678 fix: merge with master`); +report.push(`2022-03-05T13:31:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #902: JIRA-2678 feat: edit version map`); +report.push(`2022-03-05T15:46:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2563 feat: add notification for RESEND request status`); 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(OIR): add send mail in support for ready_to_resent status`); +report.push(`2022-03-05T15:51:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add send mail in support for ready_to_resent status`); +report.push(`2022-03-05T15:55:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): added DeleteRequest form`); +report.push(`2022-03-05T16:10:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -17026,56 +17026,56 @@ report.push(`6 0 src/ts/pages/TemplateOir/store/Template.ts`); report.push(`7 1 src/ts/snippets/FullCard/components/Header.tsx`); report.push(`1 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-03-05T16:29:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2563 fix: corrected word`); +report.push(`2022-03-05T16:29:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2563 fix: corrected word`); 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(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(`2022-03-05T17:27:44+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #911: JIRA-2563, JIRA-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: JIRA-2627 feat(traffic chart): added DeleteRequest form`); +report.push(`2022-03-09T13:13:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-03-09T13:30:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for requests`); +report.push(`2022-03-09T13:30:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add cache for requests`); report.push(`4 1 src/ts/helpers/http/index.ts`); report.push(``); -report.push(`2022-03-09T13:34:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for requests`); +report.push(`2022-03-09T13:34:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add cache for requests`); report.push(`1 1 src/ts/helpers/http/index.ts`); report.push(``); -report.push(`2022-03-09T14:00:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2590 fix: fix html element as link`); +report.push(`2022-03-09T14:00:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2590 fix: fix html element as link`); report.push(`11 6 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`4 2 src/ts/pages/Template/components/Help.tsx`); report.push(`1 0 src/ts/pages/Template/components/SideBar.tsx`); report.push(`8 0 src/ts/pages/Template/styles/sidebar.scss`); report.push(`4 4 src/ts/pages/Tnp/styles/build.scss`); report.push(``); -report.push(`2022-03-09T17:06:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-2579 fix: make shorten text`); +report.push(`2022-03-09T17:06:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-2579 fix: make shorten text`); report.push(`4 2 src/ts/pages/Profile/components/UserInfoLine.tsx`); report.push(`2 0 src/ts/pages/Profile/styles/board.scss`); report.push(`4 4 src/ts/pages/Tnp/styles/build.scss`); report.push(``); -report.push(`2022-03-10T08:40:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add consumers in TNP`); +report.push(`2022-03-10T08:40:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add consumers in TNP`); report.push(`4 0 src/ts/api/tsr.ts`); report.push(`49 30 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`68 41 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`11 43 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); report.push(`20 18 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(``); -report.push(`2022-03-10T08:50:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add consumers in TNP`); +report.push(`2022-03-10T08:50:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add consumers in TNP`); report.push(`18 19 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(``); -report.push(`2022-03-10T09:10:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add consumers in TNP`); +report.push(`2022-03-10T09:10:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add consumers in TNP`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`58 2 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`5 2 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(`4 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-03-10T09:14:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add consumers in TNP`); +report.push(`2022-03-10T09:14:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add consumers in TNP`); report.push(`5 1 src/ts/pages/Tnp/components/Profile/Consumers/SideBarItem.tsx`); report.push(``); -report.push(`2022-03-10T11:15:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-2590 fix: if have cytaty`); +report.push(`2022-03-10T11:15:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-2590 fix: if have cytaty`); report.push(`1 1 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(``); -report.push(`2022-03-10T12:37:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2429 fix: corrected naming`); +report.push(`2022-03-10T12:37:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2429 fix: corrected naming`); report.push(`9 7 src/ts/api/request.ts`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); @@ -17093,9 +17093,9 @@ report.push(`3 3 src/ts/pages/TemplateOir/index.tsx`); report.push(`12 3 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`13 13 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-10T12:39:22+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #914: SUBO-2590 fix: fix html element as link`); -report.push(`2022-03-10T12:39:31+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #915: SUBO-2579 fix: make shorten text`); -report.push(`2022-03-10T13:21:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2429 fix: added enums for request types and oir form types`); +report.push(`2022-03-10T12:39:22+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #914: JIRA-2590 fix: fix html element as link`); +report.push(`2022-03-10T12:39:31+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #915: JIRA-2579 fix: make shorten text`); +report.push(`2022-03-10T13:21:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2429 fix: added enums for request types and oir form types`); report.push(`18 0 src/ts/helpers/constants.ts`); report.push(`2 2 src/ts/interfaces/Category.ts`); report.push(`4 4 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); @@ -17109,56 +17109,56 @@ report.push(`33 24 src/ts/pages/Requests/components/item/index.tsx`); report.push(`2 1 src/ts/pages/Search/components/Item/Request.tsx`); report.push(`6 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-03-10T13:42:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2429 fix: added enums for request types and oir form types`); +report.push(`2022-03-10T13:42:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2429 fix: added enums for request types and oir form types`); report.push(`11 5 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 1 src/ts/snippets/FullCard/components/Header.tsx`); report.push(``); -report.push(`2022-03-10T13:47:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2429 fix: added enums for request types and oir form types`); +report.push(`2022-03-10T13:47:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2429 fix: added enums for request types and oir form types`); report.push(`6 1 src/ts/pages/AccessRequest/components/AccessRequest.tsx`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); report.push(`2 1 src/ts/pages/TemplateOir/components/access-request/NewForm.tsx`); report.push(``); -report.push(`2022-03-10T15:02:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-2600 fix: fix checkbox`); +report.push(`2022-03-10T15:02:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-2600 fix: fix checkbox`); report.push(`2 2 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(``); -report.push(`2022-03-10T17:14:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #918: SUBO-2680 Add consumers in TNP (без сохранения, без получения)`); -report.push(`2022-03-10T17:22:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2429 fix: fake commit`); +report.push(`2022-03-10T17:14:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #918: JIRA-2680 Add consumers in TNP (без сохранения, без получения)`); +report.push(`2022-03-10T17:22:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2429 fix: fake commit`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(``); -report.push(`2022-03-10T17:42:15+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #919: SUBO-2429 refactor`); -report.push(`2022-03-10T17:53:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #917: SUBO-2600 fix: fix checkbox`); -report.push(`2022-03-11T09:45:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for http`); +report.push(`2022-03-10T17:42:15+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #919: JIRA-2429 refactor`); +report.push(`2022-03-10T17:53:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #917: JIRA-2600 fix: fix checkbox`); +report.push(`2022-03-11T09:45:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add cache for http`); report.push(`41 0 src/ts/helpers/http/cache.ts`); report.push(`0 2780 src/ts/helpers/http/http-cache.ts`); report.push(`10 18 src/ts/helpers/http/index.ts`); report.push(`49 20 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`4 0 src/ts/pages/Authorization/styles/tools.scss`); report.push(``); -report.push(`2022-03-11T10:50:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #913: SUBO-2680 feat: add cache for requests`); -report.push(`2022-03-11T10:52:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for http`); +report.push(`2022-03-11T10:50:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #913: JIRA-2680 feat: add cache for requests`); +report.push(`2022-03-11T10:52:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add cache for http`); report.push(`14 0 src/ts/helpers/http/cache.ts`); report.push(`34 0 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`37 2 src/ts/pages/Authorization/styles/tools.scss`); report.push(`4 4 src/ts/pages/Tnp/styles/build.scss`); report.push(``); -report.push(`2022-03-11T11:00:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add cache for http`); +report.push(`2022-03-11T11:00:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add cache for http`); 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(AIS): change message for resend request`); +report.push(`2022-03-11T11:34:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #920: JIRA-2680 Add cache for http`); +report.push(`2022-03-11T13:09:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change message for resend request`); +report.push(`2022-03-11T13:13:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): change style for Profile`); +report.push(`2022-03-11T13:46:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): refactoring design`); +report.push(`2022-03-11T16:28:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -17170,7 +17170,7 @@ report.push(`7 3 src/ts/pages/Template/styles/header.scss`); report.push(`1 0 src/ts/pages/Template/styles/index.scss`); report.push(`7 0 src/ts/pages/Template/styles/modal.scss`); report.push(``); -report.push(`2022-03-11T16:48:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2679 feat: various style edits to profile`); +report.push(`2022-03-11T16:48:24+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2679 feat: various style edits to profile`); report.push(`11 0 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`1 0 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`38 35 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); @@ -17189,9 +17189,9 @@ 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(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(`2022-03-11T16:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #922: JIRA-2246 feat(Excel): change style for Profile`); +report.push(`2022-03-11T16:51:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #921: JIRA-2561 fix(AIS): change message for resend request`); +report.push(`2022-03-11T17:55:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`37 239 src/ts/pages/AccessRequest/components/DeleteRequest.tsx`); @@ -17216,28 +17216,28 @@ report.push(`79 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`44 0 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.tsx`); report.push(`136 0 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-03-11T18:34:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2628 fix: corrected formatting`); +report.push(`2022-03-11T18:34:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2628 fix: corrected formatting`); report.push(`12 12 src/ts/snippets/RequestForm/components/RepeatSendBanner.tsx`); report.push(`48 48 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(`6 6 src/ts/snippets/RequestForm/components/Spinner.tsx`); report.push(``); -report.push(`2022-03-11T18:38:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2628 fix: solved merge conflicts`); -report.push(`2022-03-14T09:23:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2679 feat: Edits code by comment`); +report.push(`2022-03-11T18:38:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2628 fix: solved merge conflicts`); +report.push(`2022-03-14T09:23:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2679 feat: Edits code by comment`); report.push(`8 9 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`14 16 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarAccordion.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/Old.tsx`); report.push(`3 6 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-03-14T09:37:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add TNP version API`); +report.push(`2022-03-14T09:37:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add TNP version API`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2022-03-14T09:39:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2680 feat: add TNP version API`); +report.push(`2022-03-14T09:39:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2680 feat: add TNP version API`); report.push(`4 4 nginx.default.conf`); report.push(``); -report.push(`2022-03-14T10:44:19+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #926: SUBO-2680 Add TNP verison API`); -report.push(`2022-03-14T10:44:31+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #924: SUBO-2679 feat: various style edits to profile`); -report.push(`2022-03-14T13:22:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #925: SUBO-2628 refactor: refactored Request Form`); -report.push(`2022-03-14T17:26:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2559 feat: add new snippet for card list`); +report.push(`2022-03-14T10:44:19+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #926: JIRA-2680 Add TNP verison API`); +report.push(`2022-03-14T10:44:31+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #924: JIRA-2679 feat: various style edits to profile`); +report.push(`2022-03-14T13:22:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #925: JIRA-2628 refactor: refactored Request Form`); +report.push(`2022-03-14T17:26:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2559 feat: add new snippet for card list`); report.push(`17 0 src/ts/api/request.ts`); report.push(`18 15 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`4 16 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -17251,16 +17251,16 @@ 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(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(`2022-03-14T17:47:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2717 feat(traffic chart): resolve conflict`); +report.push(`2022-03-15T11:00:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-03-15T11:12:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 feat(Excel): resolve error`); +report.push(`2022-03-15T11:32:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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}`); report.push(`31 3 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); @@ -17269,14 +17269,14 @@ report.push(`16 4 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`) report.push(`6 1 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-15T11:44:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2559 feat: add new snippet for card list`); +report.push(`2022-03-15T11:44:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2559 feat: add new snippet for card list`); 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(Excel): delete canShowValueListSecond canShowValueBubble`); +report.push(`2022-03-15T12:44:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): take out wrapper ThemeProvider on level app`); +report.push(`2022-03-15T16:09:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -17364,58 +17364,58 @@ report.push(`33 37 src/ts/snippets/Modal/ModalWindowTemplate.tsx`); report.push(`3 7 src/ts/snippets/RequestForm/components/Buttons.tsx`); report.push(`3 4 src/ts/snippets/RequestStatus2/components/AdaptiveSimpleStatus.tsx`); report.push(``); -report.push(`2022-03-15T17:34:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-2590 fix: fix long link and add regex for link`); +report.push(`2022-03-15T17:34:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-2590 fix: fix long link and add regex for link`); 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(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(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(`2022-03-16T10:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #923: JIRA-2717 feat(traffic chart): refactoring design`); +report.push(`2022-03-16T10:31:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #928: JIRA-2559 Add new snippet for card list`); +report.push(`2022-03-16T10:31:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #927: JIRA-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: JIRA-2590 fix: fix long link and add regex for link`); +report.push(`2022-03-16T11:43:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2625 fix: added validation for orgUnit in Roles`); report.push(`1 15 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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(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(`2022-03-16T12:46:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-2725 feat(profile): resolve conflict`); +report.push(`2022-03-16T13:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #929: JIRA-2725 feat(profile): take out wrapper ThemeProvider on level app`); +report.push(`2022-03-17T09:18:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2728 fix: change sort rules in Builder`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-03-17T09:44:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2313 fix: add cteatedAt date in ruquests list`); +report.push(`2022-03-17T09:44:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2313 fix: add cteatedAt date in ruquests list`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(`3 3 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`1 0 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(``); -report.push(`2022-03-17T11:00:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2313 fix: add cteatedAt date in ruquests list`); +report.push(`2022-03-17T11:00:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2313 fix: add cteatedAt date in ruquests list`); 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(OIR): change style for dataLoader in Template`); +report.push(`2022-03-17T11:29:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for dataLoader in Template`); +report.push(`2022-03-17T11:34:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for dataLoader in Template`); +report.push(`2022-03-17T11:37:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-03-17T12:56:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: fix link to draft`); +report.push(`2022-03-17T12:56:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 fix: fix link to draft`); report.push(`27 7 src/ts/pages/Template/components/SuccessDraft.tsx`); report.push(`4 2 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-03-17T13:00:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: merge with master`); -report.push(`2022-03-17T15:15:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #931: Bugfix/SUBO-2625 correct Roles validation`); -report.push(`2022-03-17T15:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #932: SUBO-2728, SUBO-2313 Change sort func in Builder, add cteatedAt date in ruquests list`); -report.push(`2022-03-17T16:33:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2759 refactor: refactored Grouped Select`); +report.push(`2022-03-17T13:00:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 fix: merge with master`); +report.push(`2022-03-17T15:15:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #931: Bugfix/JIRA-2625 correct Roles validation`); +report.push(`2022-03-17T15:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #932: JIRA-2728, JIRA-2313 Change sort func in Builder, add cteatedAt date in ruquests list`); +report.push(`2022-03-17T16:33:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2759 refactor: refactored Grouped Select`); report.push(`6 2 src/ts/api/roles.ts`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -17433,11 +17433,11 @@ report.push(`8 0 src/ts/pages/TemplateOir/helpers/create-request/formatDynamicDa report.push(`12 10 src/ts/pages/TemplateOir/helpers/getMock.ts`); report.push(`0 1 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(``); -report.push(`2022-03-17T16:38:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: fix change disable`); +report.push(`2022-03-17T16:38:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-03-18T09:01:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #933: JIRA-2572 fix(OIR): change style for dataLoader in Template`); +report.push(`2022-03-18T09:46:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): rename snippet`); +report.push(`2022-03-18T09:50:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -17483,13 +17483,13 @@ report.push(`2 2 src/ts/snippets/RequestStatus/styles/index.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2022-03-18T18:44:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: refactoring code`); +report.push(`2022-03-18T18:44:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: refactoring code`); report.push(`3 3 src/ts/components/Banners/banner.tsx`); report.push(`3 1 src/ts/components/Banners/index.scss`); report.push(`11 12 src/ts/pages/Template/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2022-03-20T22:03:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: refactoring code`); +report.push(`2022-03-20T22:03:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: refactoring code`); report.push(`71 71 src/styles/variables.scss`); report.push(`8 2 src/ts/components/Banners/index.scss`); report.push(`12 15 src/ts/components/Banners/index.tsx`); @@ -17571,9 +17571,9 @@ 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(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(`2022-03-21T09:26:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #936: JIRA-2742 fix(OIR): rename snippet RequestStatus2`); +report.push(`2022-03-21T09:26:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #935: JIRA-2759 refactor: refactored Grouped Select`); +report.push(`2022-03-21T11:13:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: refactoring code`); report.push(`72 71 src/styles/variables.scss`); report.push(`5 9 src/ts/components/Banners/index.scss`); report.push(`1 2 src/ts/components/More/index.scss`); @@ -17606,7 +17606,7 @@ report.push(`1 2 src/ts/pages/Template/styles/help.scss`); report.push(`1 2 src/ts/snippets/Header/styles/search.scss`); report.push(`1 2 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-03-21T11:19:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: delete folder and change test in ValueListItem`); +report.push(`2022-03-21T11:19:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: delete folder and change test in ValueListItem`); report.push(`0 1 src/assets/admiral-icons/category/AcceptOutline.svg`); report.push(`0 1 src/assets/admiral-icons/category/AcceptSolid.svg`); report.push(`0 1 src/assets/admiral-icons/category/AddCommentOutline.svg`); @@ -18212,8 +18212,8 @@ report.push(`3 2 src/ts/components/Select/components/value-list/Item.test.tsx`); report.push(`1 0 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`0 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2022-03-21T11:25:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: resolve conflict`); -report.push(`2022-03-21T13:23:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-2309 feat: refactoring put it in a shared file`); +report.push(`2022-03-21T11:25:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: resolve conflict`); +report.push(`2022-03-21T13:23:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-2309 feat: refactoring put it in a shared file`); report.push(`17 0 src/ts/components/Banners/hacks.scss`); report.push(`1 6 src/ts/components/Banners/index.scss`); report.push(`7 0 src/ts/components/More/hacks.scss`); @@ -18259,7 +18259,7 @@ report.push(`1 3 src/ts/snippets/Header/styles/search.scss`); report.push(`11 0 src/ts/snippets/HeaderLight/hacks.scss`); report.push(`1 3 src/ts/snippets/HeaderLight/index.scss`); report.push(``); -report.push(`2022-03-21T15:00:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2681 feat: Added version map download. Added styling for consumer and access-right tabs. +Delete selected profile items.`); +report.push(`2022-03-21T15:00:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2681 feat: Added version map download. Added styling for consumer and access-right tabs. +Delete selected profile items.`); report.push(`3 4 src/ts/api/tsr.ts`); report.push(`10 0 src/ts/api/tsrVersion.ts`); report.push(`13 9 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); @@ -18283,10 +18283,10 @@ report.push(`5 3 src/ts/pages/Tnp/styles/profile.scss`); report.push(`4 5 src/ts/pages/Tnp/styles/requisites-form.scss`); report.push(`10 0 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(``); -report.push(`2022-03-21T15:12:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2681 feat: Added version map download. Added styling for consumer and access-right tabs. +Delete selected profile items.`); -report.push(`2022-03-21T15:20:15+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #937: Feature/SUBO-2309 refactoring icon from uikit`); -report.push(`2022-03-21T15:24:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: merge with master`); -report.push(`2022-03-21T15:58:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change filters for Date`); +report.push(`2022-03-21T15:12:32+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2681 feat: Added version map download. Added styling for consumer and access-right tabs. +Delete selected profile items.`); +report.push(`2022-03-21T15:20:15+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #937: Feature/JIRA-2309 refactoring icon from uikit`); +report.push(`2022-03-21T15:24:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 fix: merge with master`); +report.push(`2022-03-21T15:58:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change filters for Date`); report.push(`1 2 src/ts/pages/AllRequests/index.tsx`); report.push(`1 1 src/ts/pages/AllRequests/store/SearchFilters.ts`); report.push(`19 9 src/ts/pages/Reconciliations/index.tsx`); @@ -18305,10 +18305,10 @@ report.push(`3 0 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(`14 0 src/ts/store/SearchFilters.ts`); report.push(``); -report.push(`2022-03-21T16:22:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2681 feat: add defaultProps to RequisiteForm`); +report.push(`2022-03-21T16:22:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2681 feat: add defaultProps to RequisiteForm`); report.push(`6 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-03-21T17:05:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change control panel`); +report.push(`2022-03-21T17:05:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change control panel`); report.push(`21 6 src/ts/pages/AllRequests/index.tsx`); report.push(`20 19 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 1 src/ts/pages/Reports/components/FilterByTemplate.tsx`); @@ -18329,7 +18329,7 @@ report.push(`1 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/index.tsx`); report.push(``); -report.push(`2022-03-22T09:31:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change control panel`); +report.push(`2022-03-22T09:31:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change control panel`); report.push(`0 47 src/ts/pages/Requests/styles/control.scss`); report.push(`0 1 src/ts/pages/Requests/styles/index.scss`); report.push(`6 1 src/ts/pages/Treatments/index.tsx`); @@ -18338,14 +18338,14 @@ report.push(`15 5 src/ts/snippets/ControlPanel/index.tsx`); report.push(`46 0 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`2 1 src/ts/store/SearchFilters.ts`); report.push(``); -report.push(`2022-03-22T13:12:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change filters for Date`); -report.push(`2022-03-22T13:18:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change filters for Date`); +report.push(`2022-03-22T13:12:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change filters for Date`); +report.push(`2022-03-22T13:18:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change filters for Date`); report.push(`3 13 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-03-22T13:22:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2742 feat: change filters for Date`); +report.push(`2022-03-22T13:22:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2742 feat: change filters for Date`); report.push(`1 1 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(``); -report.push(`2022-03-22T16:46:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: fix link in draft`); +report.push(`2022-03-22T16:46:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 fix: fix link in draft`); report.push(`29 2 src/ts/pages/Draft/index.tsx`); report.push(`12 6 src/ts/pages/Template/components/Template.tsx`); report.push(`24 20 src/ts/pages/Template/components/buttons/Draft.tsx`); @@ -18353,11 +18353,11 @@ report.push(`16 9 src/ts/pages/Template/components/modals/DraftModal.tsx`); report.push(`24 2 src/ts/pages/Template/index.tsx`); report.push(`2 0 src/ts/pages/Template/styles/modal.scss`); report.push(``); -report.push(`2022-03-22T18:07:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-2716 fix: fix button save in draft`); +report.push(`2022-03-22T18:07:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-2716 fix: fix button save in draft`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(`17 4 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(``); -report.push(`2022-03-22T20:01:20+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2681 feat: Change json for the consumers tab`); +report.push(`2022-03-22T20:01:20+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2681 feat: Change json for the consumers tab`); report.push(`3 3 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`8 8 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); @@ -18367,11 +18367,11 @@ report.push(`1 1 src/ts/pages/Tnp/components/Profile/MoveButtons.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`23 8 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-03-23T11:19:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2681 feat: fix getTypeDisplayName`); +report.push(`2022-03-23T11:19:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2681 feat: fix getTypeDisplayName`); report.push(`8 4 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`5 10 src/ts/pages/Tnp/helpers/Profile/consumers.ts`); report.push(``); -report.push(`2022-03-23T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2716 fix: change router for success page`); +report.push(`2022-03-23T12:20:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2716 fix: change router for success page`); report.push(`2 0 src/ts/pages/AccessRequest/helpers/loadTemplateInfo.ts`); report.push(`12 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`2 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -18386,16 +18386,16 @@ report.push(`56 0 src/ts/pages/Template/pages/SaveDraft.tsx`); report.push(`33 15 src/ts/pages/Template/{components/SuccessRequest.tsx => pages/SaveSuccess.tsx}`); report.push(`53 0 src/ts/pages/Template/store/LastSaveRequest.ts`); report.push(``); -report.push(`2022-03-23T12:25:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2716 fix: change router for success page`); +report.push(`2022-03-23T12:25:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2716 fix: change router for success page`); report.push(`1 0 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`2 26 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2022-03-23T12:30:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2716 fix: change router for success page`); +report.push(`2022-03-23T12:30:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2716 fix: change router for success page`); report.push(`3 2 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2022-03-23T13:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #940: Feature/SUBO-2681 add logic version map`); -report.push(`2022-03-23T13:41:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #939: SUBO-2742 Change filters for Date`); -report.push(`2022-03-23T13:53:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2758 feat: moved static fields to dynamics`); +report.push(`2022-03-23T13:40:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #940: Feature/JIRA-2681 add logic version map`); +report.push(`2022-03-23T13:41:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #939: JIRA-2742 Change filters for Date`); +report.push(`2022-03-23T13:53:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2758 feat: moved static fields to dynamics`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`17 13 src/ts/pages/AccessRequest/components/CreateRequest.tsx`); report.push(`12 10 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); @@ -18406,14 +18406,14 @@ report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`2 2 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`1 2 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-23T13:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2758 fix: solved merge conflicts`); -report.push(`2022-03-23T14:48:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2483 feat: change master checkbox in Tree`); +report.push(`2022-03-23T13:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2758 fix: solved merge conflicts`); +report.push(`2022-03-23T14:48:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2483 feat: change master checkbox in Tree`); report.push(`7 6 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(``); -report.push(`2022-03-23T16:05:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2716 fix: remove space`); +report.push(`2022-03-23T16:05:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2716 fix: remove space`); report.push(`1 0 src/ts/pages/Template/index.tsx`); report.push(``); -report.push(`2022-03-23T16:52:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2721 feat: switched Catalogue`); +report.push(`2022-03-23T16:52:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2721 feat: switched Catalogue`); report.push(`1 9 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`1 4 src/ts/pages/Catalogue/components/categories/CategoryDetailsTree.tsx`); @@ -18427,11 +18427,11 @@ report.push(`3 2 src/ts/pages/Catalogue2/components/line/CategoryItem.tsx`); report.push(`18 0 src/ts/pages/Catalogue2/helpers/getFormattedLink.ts`); report.push(`4 4 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-03-24T09:03:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #942: SUBO-2483 feat: change master checkbox in Tree`); -report.push(`2022-03-24T09:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #941: SUBO-2758 feat: moved static fields to dynamics`); -report.push(`2022-03-24T09:05:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #943: SUBO-2721 feat: switched Catalogue`); -report.push(`2022-03-24T10:42:49+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #934: SUBO-2716 fix: fix link to draft`); -report.push(`2022-03-24T12:40:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2740 feat: change menu in short card`); +report.push(`2022-03-24T09:03:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #942: JIRA-2483 feat: change master checkbox in Tree`); +report.push(`2022-03-24T09:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #941: JIRA-2758 feat: moved static fields to dynamics`); +report.push(`2022-03-24T09:05:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #943: JIRA-2721 feat: switched Catalogue`); +report.push(`2022-03-24T10:42:49+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #934: JIRA-2716 fix: fix link to draft`); +report.push(`2022-03-24T12:40:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-2740 feat: change menu in short card`); report.push(`0 120 src/ts/pages/Builder/components/ShortCard.tsx`); report.push(`0 1 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`8 4 src/ts/pages/Builder/view/Cards.tsx`); @@ -18440,7 +18440,7 @@ report.push(`33 0 src/ts/snippets/ShortCard/index.scss`); report.push(`111 0 src/ts/snippets/ShortCard/index.tsx`); report.push(`1 0 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-03-24T16:11:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-2814 fix: fix fill in svg`); +report.push(`2022-03-24T16:11:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-2814 fix: fix fill in svg`); report.push(`10 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`3 0 src/ts/pages/Catalogue/styles/hacks.scss`); report.push(`0 1 src/ts/pages/Catalogue/styles/line.scss`); @@ -18451,20 +18451,20 @@ report.push(`9 0 src/ts/pages/Template/styles/hacks.scss`); report.push(`19 0 src/ts/snippets/Buttons/hacks.scss`); report.push(`1 3 src/ts/snippets/Buttons/index.scss`); report.push(``); -report.push(`2022-03-25T12:14:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2821 feat: add export to excel for autocomplete reports`); +report.push(`2022-03-25T12:14:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2821 feat: add export to excel for autocomplete reports`); report.push(`16 6 src/ts/pages/Builder/components/autocomplete/Incompatibility.tsx`); report.push(`18 6 src/ts/pages/Builder/components/autocomplete/Visibility.tsx`); report.push(`16 28 src/ts/pages/Builder/components/autocomplete/common/Report.tsx`); report.push(`2 3 src/ts/pages/Builder/components/autocomplete/common/Textarea.tsx`); report.push(``); -report.push(`2022-03-25T12:57:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #944: SUBO-2740 feat: change menu in short card`); -report.push(`2022-03-25T13:11:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2723 feat: added existing verification of OIR`); +report.push(`2022-03-25T12:57:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #944: JIRA-2740 feat: change menu in short card`); +report.push(`2022-03-25T13:11:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2723 feat: added existing verification of OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`3 0 src/ts/api/request.ts`); report.push(`10 0 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(`22 3 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-25T13:58:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2822 feat: add async validation`); +report.push(`2022-03-25T13:58:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2822 feat: add async validation`); report.push(`12 7 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`13 8 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`12 7 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); @@ -18474,21 +18474,21 @@ report.push(`12 7 src/ts/components/JsonSchema/components/widgets/Tree.tsx`); report.push(`18 16 src/ts/helpers/validation/index.test.ts`); report.push(`39 10 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2022-03-25T14:06:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2822 feat: add async validation`); +report.push(`2022-03-25T14:06:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2822 feat: add async validation`); report.push(`1 4 src/ts/helpers/validation/index.ts`); report.push(`16 0 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(``); -report.push(`2022-03-25T14:08:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2822 feat: add async validation`); +report.push(`2022-03-25T14:08:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2822 feat: add async validation`); report.push(`0 16 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(``); -report.push(`2022-03-25T14:55:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: add table`); +report.push(`2022-03-25T14:55:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: add table`); report.push(`81 0 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`14 3 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`12 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-03-25T15:05:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #947: SUBO-2822 Add async validation`); -report.push(`2022-03-25T15:05:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #946: SUBO-2821 feat: add export to excel for autocomplete reports`); -report.push(`2022-03-25T16:02:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2814 fix: fix fill in svg`); +report.push(`2022-03-25T15:05:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #947: JIRA-2822 Add async validation`); +report.push(`2022-03-25T15:05:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #946: JIRA-2821 feat: add export to excel for autocomplete reports`); +report.push(`2022-03-25T16:02:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-2814 fix: fix fill in svg`); report.push(`3 0 src/ts/components/Table/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Catalogue/styles/hacks.scss`); @@ -18496,20 +18496,20 @@ report.push(`3 5 src/ts/pages/Notifications/styles/hacks.scss`); report.push(`2 2 src/ts/pages/Profile/styles/hacks.scss`); report.push(`1 1 src/ts/pages/Template/styles/hacks.scss`); report.push(``); -report.push(`2022-03-25T17:27:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: add some property`); +report.push(`2022-03-25T17:27:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: add some property`); report.push(`1 1 src/setupProxy.js`); report.push(`103 0 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`13 3 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`13 0 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-03-25T17:30:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: merge with master`); -report.push(`2022-03-25T17:34:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: fix conflict`); -report.push(`2022-03-25T23:48:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-2814 fix: fix fill in svg`); +report.push(`2022-03-25T17:30:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: merge with master`); +report.push(`2022-03-25T17:34:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: fix conflict`); +report.push(`2022-03-25T23:48:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-2814 fix: fix fill in svg`); report.push(`6 1 src/ts/pages/Catalogue/styles/hacks.scss`); report.push(`0 1 src/ts/pages/Catalogue/styles/line.scss`); report.push(`4 2 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2022-03-26T12:59:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2823 feat: add archive page in TNP`); +report.push(`2022-03-26T12:59:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2823 feat: add archive page in TNP`); report.push(`0 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`139 0 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`49 0 src/ts/pages/Tnp/components/Archive/List.tsx`); @@ -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(profile): add version preview window`); +report.push(`2022-03-26T19:03:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-26T19:32:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T00:41:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T00:49:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T10:29:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T11:29:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T11:36:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T11:43:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T11:55:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add version preview window`); +report.push(`2022-03-27T12:05:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -18590,8 +18590,8 @@ report.push(`3 1 src/ts/pages/Tnp/helpers/Preview/conflicts.ts`); 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(Excel): add interface`); +report.push(`2022-03-27T14:58:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #945: JIRA-2814 fix: fix fill in svg`); +report.push(`2022-03-27T17:46:30+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): fix`); +report.push(`2022-03-27T17:51:33+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): add interface to AccessRights page`); +report.push(`2022-03-27T20:21:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): add interface to Main tnp page`); +report.push(`2022-03-27T20:25:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): add interface to Profile page`); +report.push(`2022-03-27T22:57:32+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -18635,18 +18635,18 @@ report.push(`2 1 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`31 0 src/ts/pages/Tnp/interfaces/IConsumer.ts`); report.push(`34 1 src/ts/pages/Tnp/interfaces/IProfile.ts`); report.push(``); -report.push(`2022-03-27T23:11:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: add page table`); +report.push(`2022-03-27T23:11:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: add page table`); report.push(`1 1 src/setupProxy.js`); report.push(`28 111 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(`10 21 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`7 17 src/ts/pages/Builder/pages/Main.tsx`); report.push(`21 21 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-03-27T23:23:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: merge with master`); -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(profile): added fields for rm integration`); +report.push(`2022-03-27T23:23:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: merge with master`); +report.push(`2022-03-27T23:31:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: resolve conflict`); +report.push(`2022-03-28T09:03:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #948: JIRA-2823 feat: add archive page in TNP`); +report.push(`2022-03-28T09:03:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #949: JIRA-2824 Add version preview window (см. после JIRA-2823)`); +report.push(`2022-03-28T10:55:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,21 +18657,21 @@ 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(profile): added rm-integration service to nginx.conf`); +report.push(`2022-03-28T10:56:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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`); -report.push(`2022-03-28T14:01:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2829 fix: hide TRM, hide dropdown for roles`); +report.push(`2022-03-28T11:24:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #953: JIRA-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/JIRA-2746 interfaces for requisitesform`); +report.push(`2022-03-28T13:54:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #951: Feature/JIRA-2744 interface for credentials`); +report.push(`2022-03-28T13:55:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #952: Feature/JIRA-2745 interface for profile page`); +report.push(`2022-03-28T14:01:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2829 fix: hide TRM, hide dropdown for roles`); report.push(`3 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`3 2 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/DependencyRules.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-03-28T15:03:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2829 feat: add modal with conflict description`); +report.push(`2022-03-28T15:03:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2829 feat: add modal with conflict description`); report.push(`11 1 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`4 1 src/ts/pages/Tnp/components/Preview/CellText.tsx`); report.push(`5 1 src/ts/pages/Tnp/components/Preview/Columns.tsx`); @@ -18687,11 +18687,11 @@ 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(Excel): add TRM in Consumers`); +report.push(`2022-03-28T15:23:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-03-28T18:15:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 refactor: refactored rm fields`); +report.push(`2022-03-28T18:15:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2274 refactor: refactored rm fields`); report.push(`1 4 src/ts/api/constructor.ts`); report.push(`16 0 src/ts/api/rm-integration.ts`); report.push(`4 1 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); @@ -18706,10 +18706,10 @@ report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`30 13 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`24 13 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-03-28T18:33:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 refactor: refactored rm fields`); +report.push(`2022-03-28T18:33:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2274 refactor: refactored rm fields`); report.push(`0 15 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-03-28T19:31:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2743 feat: add interface to Consumers page`); +report.push(`2022-03-28T19:31:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2743 feat: add interface to Consumers page`); report.push(`23 13 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`5 4 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`6 3 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); @@ -18718,30 +18718,30 @@ report.push(`3 2 src/ts/pages/Tnp/components/Profile/Consumers/index.tsx`); report.push(`5 10 src/ts/pages/Tnp/interfaces/IConsumer.ts`); 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:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #954: JIRA-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(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(`2022-03-29T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #956: JIRA-2836 feat(Excel): add TRM in Consumers`); +report.push(`2022-03-29T09:20:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #955: JIRA-2829 feat: add modal with conflict description`); +report.push(`2022-03-29T09:40:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2702 feat: add isMandatory in Builder`); report.push(`4 0 src/assets/images/tnp/MainMenu.svg`); report.push(`7 0 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`2 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-03-29T09:48:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2702 feat: add isMandatory in Builder`); +report.push(`2022-03-29T09:48:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2702 feat: add isMandatory in Builder`); report.push(`0 4 src/assets/images/tnp/MainMenu.svg`); report.push(`1 2 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-03-29T12:24:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #957: SUBO-2743 feat: add interface to Consumers page`); -report.push(`2022-03-29T15:40:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: add table template constructor and add button for select`); +report.push(`2022-03-29T12:24:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #957: JIRA-2743 feat: add interface to Consumers page`); +report.push(`2022-03-29T15:40:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: add table template constructor and add button for select`); report.push(`2 2 src/ts/helpers/converter.ts`); report.push(`26 3 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`85 3 src/ts/pages/Builder/pages/Main.tsx`); report.push(`4 1 src/ts/pages/Builder/styles/index.scss`); report.push(`8 5 src/ts/pages/Requests/components/view/table.tsx`); report.push(``); -report.push(`2022-03-29T16:18:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 refactor: refactored rm fields`); +report.push(`2022-03-29T16:18:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2274 refactor: refactored rm fields`); report.push(`4 1 src/ts/api/constructor.ts`); report.push(`0 7 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`24 18 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); @@ -18751,34 +18751,34 @@ report.push(`6 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`15 12 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`2 2 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-03-29T16:31:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2274 refactor: refactored rm fields`); +report.push(`2022-03-29T16:31:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2274 refactor: refactored rm fields`); report.push(`0 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`1 1 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-03-29T17:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2795 fix: corrected recipientUpn field in the OIT form`); +report.push(`2022-03-29T17:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2795 fix: corrected recipientUpn field in the OIT form`); report.push(`6 2 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-30T12:16:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2794 fix: corrected endpoint for full groups`); +report.push(`2022-03-30T12:16:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2794 fix: corrected endpoint for full groups`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`1 2 src/ts/pages/Template/components/Form.tsx`); report.push(`0 232 src/ts/pages/TemplateOir/components/access-request/NewForm.tsx`); report.push(`4 6 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-03-30T12:17:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2794 fix: corrected endpoint for full groups`); +report.push(`2022-03-30T12:17:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2794 fix: corrected endpoint for full groups`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-03-30T12:33:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2794 fix: fake commit`); +report.push(`2022-03-30T12:33:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2794 fix: fake commit`); report.push(`1 0 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-03-30T12:44:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: change validation`); +report.push(`2022-03-30T12:44:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: change validation`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`3 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`3 2 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(``); -report.push(`2022-03-30T16:24:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: fix bug`); +report.push(`2022-03-30T16:24:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: fix bug`); report.push(`0 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`7 2 src/ts/components/Table/index.tsx`); report.push(`2 2 src/ts/helpers/converter.ts`); @@ -18789,25 +18789,25 @@ report.push(`12 55 src/ts/pages/Builder/pages/Main.tsx`); report.push(`13 6 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`1 51 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-03-30T16:41:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: clean code`); +report.push(`2022-03-30T16:41:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: clean code`); report.push(`1 0 src/ts/components/Table/components/TableBody.tsx`); report.push(`0 4 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(``); -report.push(`2022-03-30T16:51:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: fix name`); +report.push(`2022-03-30T16:51:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: fix name`); report.push(`4 4 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2022-03-30T17:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2794 fix: corrected Template roles endpoint and Draft loading`); +report.push(`2022-03-30T17:37:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2794 fix: corrected Template roles endpoint and Draft loading`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`27 23 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 2 src/ts/pages/Template/components/Form.tsx`); report.push(`1 3 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-03-30T17:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #959: Feature/SUBO-2274 add Role Model fields to Constructor`); -report.push(`2022-03-30T17:44:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #960: SUBO-2795 fix: corrected recipientUpn field in the OIT form`); -report.push(`2022-03-30T17:45:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #961: SUBO-2702 Add isMandatory in Builder`); -report.push(`2022-03-30T17:45:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #963: SUBO-2869 fix: change validation`); -report.push(`2022-03-30T17:45:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #962: Feature/SUBO-2794 correct endpoint for full role groups`); -report.push(`2022-03-31T09:16:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: show normal catalogue view`); +report.push(`2022-03-30T17:44:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #959: Feature/JIRA-2274 add Role Model fields to Constructor`); +report.push(`2022-03-30T17:44:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #960: JIRA-2795 fix: corrected recipientUpn field in the OIT form`); +report.push(`2022-03-30T17:45:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #961: JIRA-2702 Add isMandatory in Builder`); +report.push(`2022-03-30T17:45:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #963: JIRA-2869 fix: change validation`); +report.push(`2022-03-30T17:45:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #962: Feature/JIRA-2794 correct endpoint for full role groups`); +report.push(`2022-03-31T09:16:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: show normal catalogue view`); report.push(`2 0 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`1 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); @@ -18818,30 +18818,30 @@ report.push(`14 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(`1 2 src/ts/pages/Catalogue2/store/CatalogueStore.ts`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-03-31T09:34:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: show normal catalogue view`); +report.push(`2022-03-31T09:34:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: show normal catalogue view`); report.push(`2 2 src/ts/interfaces/Category.ts`); report.push(`31 6 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-03-31T11:09:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2723 fix: fetched master`); -report.push(`2022-03-31T11:46:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-2870 feat: add disable for readed notifications`); +report.push(`2022-03-31T11:09:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2723 fix: fetched master`); +report.push(`2022-03-31T11:46:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-2870 feat: add disable for readed notifications`); report.push(`4 3 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`3 0 src/ts/pages/Notifications/styles/item.scss`); report.push(`1 1 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-03-31T11:59:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: show normal catalogue view`); +report.push(`2022-03-31T11:59:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: show normal catalogue view`); report.push(`11 8 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-03-31T12:15:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: change view for catalogue tree, add fake folder`); +report.push(`2022-03-31T12:15:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: change view for catalogue tree, add fake folder`); report.push(`0 1 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`9 5 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-03-31T12:21:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2723 fix: corrected validation of OIR existence`); +report.push(`2022-03-31T12:21:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2723 fix: corrected validation of OIR existence`); report.push(`0 10 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(`11 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`3 20 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-03-31T12:24:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: change view for catalogue tree, add fake folder`); +report.push(`2022-03-31T12:24:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: change view for catalogue tree, add fake folder`); report.push(`0 6 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 3 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`5 1 src/ts/pages/Catalogue/components/Catalogue.tsx`); @@ -18872,78 +18872,78 @@ report.push(`0 26 src/ts/pages/Catalogue2/styles/index.scss`); report.push(`0 180 src/ts/pages/Catalogue2/styles/line.scss`); report.push(`0 35 src/ts/pages/Catalogue2/styles/search.scss`); report.push(``); -report.push(`2022-03-31T12:52:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2723 fix: corrected error catching`); +report.push(`2022-03-31T12:52:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2723 fix: corrected error catching`); 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(AIS): corrected styles for all roles list`); +report.push(`2022-03-31T13:13:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected styles for all roles list`); +report.push(`2022-03-31T13:20:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-03-31T15:44:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2723 fix: corrected validation in the Builder`); report.push(`6 2 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`69 67 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(`23 20 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-03-31T15:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #964: SUBO-2870 feat: add disable for readed notifications`); -report.push(`2022-03-31T16:10:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: refactoring icon table and view page`); +report.push(`2022-03-31T15:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #964: JIRA-2870 feat: add disable for readed notifications`); +report.push(`2022-03-31T16:10:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: refactoring icon table and view page`); report.push(`14 2 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(`3 3 src/ts/pages/Builder/components/ControlPanel.tsx`); report.push(``); -report.push(`2022-03-31T16:18:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-2483 fix: fix loader`); +report.push(`2022-03-31T16:18:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-2483 fix: fix loader`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-03-31T16:50:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2430 fix: corrected Toast visibility in the AccessDetails page`); +report.push(`2022-03-31T16:50:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2430 fix: corrected Toast visibility in the AccessDetails page`); 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(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(OIR): change filter in Report again`); +report.push(`2022-03-31T17:01:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #967: JIRA-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/JIRA-2723 add existing verification of OIR`); +report.push(`2022-04-01T09:42:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): hide internal API in Nginx`); +report.push(`2022-04-01T09:52:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #969: JIRA-2430 fix: corrected Toast visibility in the AccessDetails page`); +report.push(`2022-04-01T10:55:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): hide internal API in Nginx`); +report.push(`2022-04-01T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-04-01T11:05:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: resolve camundaTaskId`); report.push(`8 5 src/ts/components/Table/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`5 3 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-04-01T11:22:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2859 fix: show tree in catalogue`); +report.push(`2022-04-01T11:22:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: show tree in catalogue`); 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(profile): sidebar request disabled. style edit`); +report.push(`2022-04-01T11:22:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`12 12 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`1 1 src/ts/pages/Tnp/styles/agreement-form.scss`); 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(`2022-04-01T11:24:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add TSR upload`); +report.push(`2022-04-01T11:46:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-04-01T11:53:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2859 fix: return hacks for icons`); 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(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(`2022-04-01T11:56:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #968: JIRA-2483 fix: fix loader`); +report.push(`2022-04-01T12:04:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #971: Bugfix/JIRA-2859 Show tree in catalogue 2 (дубль, с норм. названием ветки)`); +report.push(`2022-04-01T12:04:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #970: JIRA-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: JIRA-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: JIRA-2864 feat(profile): sidebar request disabled.`); +report.push(`2022-04-01T13:45:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`3 3 src/ts/pages/Template/styles/hacks.scss`); @@ -18951,11 +18951,11 @@ report.push(`0 1 src/ts/pages/Template/styles/index.scss`); report.push(`10 4 src/ts/pages/TemplateOir/helpers/getDisableSubmit.ts`); report.push(`1 3 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2022-04-01T16:37:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-2855 fix: add adaptive in pagination`); +report.push(`2022-04-01T16:37:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-2855 fix: add adaptive in pagination`); report.push(`6 0 src/ts/components/DataLoader/styles/hacks.scss`); report.push(`1 1 src/ts/components/DataLoader/styles/index.scss`); report.push(``); -report.push(`2022-04-01T20:06:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2861 feat: upload excel for version tnp`); +report.push(`2022-04-01T20:06:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2861 feat: upload excel for version tnp`); report.push(`7 0 src/ts/api/tsrUpload.ts`); report.push(`16 0 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`7 7 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); @@ -18963,23 +18963,23 @@ report.push(`12 3 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`4 0 src/ts/pages/Tnp/styles/hacks.scss`); report.push(`1 0 src/ts/pages/Tnp/styles/main-form.scss`); report.push(``); -report.push(`2022-04-03T11:32:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: refactoring`); +report.push(`2022-04-03T11:32:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: refactoring`); report.push(`6 7 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(`6 4 src/ts/pages/Builder/pages/Main.tsx`); report.push(`5 5 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`18 14 src/ts/pages/Reconciliations/index.tsx`); report.push(`2 2 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-04-03T11:54:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: refactoring`); +report.push(`2022-04-03T11:54:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: refactoring`); report.push(`4 12 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(``); -report.push(`2022-04-04T11:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #974: SUBO-2760 fix: corrected button disabling and fixed styles`); -report.push(`2022-04-04T11:50:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #975: SUBO-2855 fix: add adaptive in pagination`); -report.push(`2022-04-04T15:53:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-2853 fix: fix adaptive buttongroup`); +report.push(`2022-04-04T11:41:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #974: JIRA-2760 fix: corrected button disabling and fixed styles`); +report.push(`2022-04-04T11:50:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #975: JIRA-2855 fix: add adaptive in pagination`); +report.push(`2022-04-04T15:53:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-2853 fix: fix adaptive buttongroup`); report.push(`11 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-04-04T17:43:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #976: SUBO-2861 feat: upload excel for version tnp`); -report.push(`2022-04-04T20:12:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 feat: added validation validation to OIR form`); +report.push(`2022-04-04T17:43:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #976: JIRA-2861 feat: upload excel for version tnp`); +report.push(`2022-04-04T20:12:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2851 feat: added validation validation to OIR form`); report.push(`3 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`15 3 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`44 22 src/ts/helpers/validation/index.ts`); @@ -18987,14 +18987,14 @@ report.push(`16 0 src/ts/helpers/validation/reduceErrorMessages.ts`); report.push(`7 3 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-04T20:16:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2851 feat: added validation validation to OIR form`); +report.push(`2022-04-04T20:16:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fake fix`); +report.push(`2022-04-05T10:35:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): change disign in profile add icon in sidebar`); +report.push(`2022-04-05T11:23:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2851 feat: added regexp validation to OIR`); +report.push(`2022-04-05T15:07:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -19003,7 +19003,7 @@ report.push(`19 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 7 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`3 24 src/ts/pages/Profile/styles/board.scss`); report.push(``); -report.push(`2022-04-05T17:46:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2843 feat: added description for OIR and helpText for each field`); +report.push(`2022-04-05T17:46:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2843 feat: added description for OIR and helpText for each field`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`7 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`6 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); @@ -19027,34 +19027,34 @@ report.push(`2 2 src/ts/pages/TemplateOir/store/Template.ts`); report.push(`4 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`32 0 src/ts/snippets/HelpIcon/index.tsx`); report.push(``); -report.push(`2022-04-05T18:07:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2843 fix: removed useless style`); +report.push(`2022-04-05T18:07:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected tests`); +report.push(`2022-04-06T11:39:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2022-04-06T11:53:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2853 fix: added padding`); +report.push(`2022-04-06T11:53:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2853 fix: added padding`); 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(profile): add comment news`); +report.push(`2022-04-06T12:04:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #977: JIRA-2853 fix: fix adaptive buttongroup`); +report.push(`2022-04-06T13:01:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-04-06T13:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #984: Feature/JIRA-2851 add regexp validation to OIR`); +report.push(`2022-04-06T13:13:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #981: JIRA-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: JIRA-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>JIRA-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`); report.push(``); -report.push(`2022-04-06T17:30:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-2871 feat: add maxlength for input`); +report.push(`2022-04-06T17:30:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-2871 feat: add maxlength for input`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`5 0 src/ts/helpers/constants.ts`); report.push(``); -report.push(`2022-04-06T17:34:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-2871 feat: resolve conflict`); -report.push(`2022-04-07T09:54:44+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: show the version table`); +report.push(`2022-04-06T17:34:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-2871 feat: resolve conflict`); +report.push(`2022-04-07T09:54:44+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2863 feat: show the version table`); report.push(`4 0 src/ts/api/tsrVersion.ts`); report.push(`11 0 src/ts/pages/Tnp/components/Preview/CellTag.tsx`); report.push(`5 1 src/ts/pages/Tnp/components/Preview/CellText.tsx`); @@ -19074,9 +19074,9 @@ report.push(`1 0 src/ts/pages/Tnp/interfaces/Preview/IColumn.ts`); report.push(`22 1 src/ts/pages/Tnp/styles/hacks.scss`); report.push(`23 11 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2022-04-07T11:52:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #985: SUBO-2843 fix: corrected clearIcon for TextArea`); -report.push(`2022-04-07T15:23:36+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #987: SUBO-2863 feat: show the version table`); -report.push(`2022-04-07T16:23:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 feat: added new fields to Execution rules`); +report.push(`2022-04-07T11:52:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #985: JIRA-2843 fix: corrected clearIcon for TextArea`); +report.push(`2022-04-07T15:23:36+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #987: JIRA-2863 feat: show the version table`); +report.push(`2022-04-07T16:23:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 feat: added new fields to Execution rules`); report.push(`43 0 src/ts/pages/Builder/components/execution-rules/CheckboxGroup.tsx`); report.push(`20 0 src/ts/pages/Builder/components/execution-rules/ExecutionGroup.tsx`); report.push(`9 4 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -19085,22 +19085,22 @@ 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(profile): add endpoint for version map`); +report.push(`2022-04-07T19:44:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-04-08T10:00:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2871 feat: resolve conflict`); +report.push(`2022-04-08T12:21:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #989: JIRA-2865 feat(profile): add endpoint for version map`); +report.push(`2022-04-08T13:10:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected styles`); +report.push(`2022-04-08T13:14:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #986: JIRA-2871 feat: add maxlength for input`); +report.push(`2022-04-08T14:14:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-04-08T17:26:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix design`); report.push(`3 0 src/assets/custom-ui-kit/UndoOutline.svg`); report.push(`1 1 src/ts/components/NothingFound/index.scss`); report.push(`16 4 src/ts/pages/Tnp/components/Header.tsx`); @@ -19122,21 +19122,21 @@ report.push(`34 0 src/ts/pages/Tnp/styles/shorCard.scss`); report.push(`5 1 src/ts/pages/Treatments/index.tsx`); report.push(`10 7 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-08T17:30:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix design`); +report.push(`2022-04-08T17:30:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix design`); report.push(`1 1 src/ts/pages/Tnp/styles/header.scss`); report.push(`1 1 src/ts/pages/Tnp/styles/main-form.scss`); report.push(`2 2 src/ts/pages/Tnp/styles/profile-list.scss`); report.push(`1 1 src/ts/pages/Tnp/styles/shorCard.scss`); report.push(``); -report.push(`2022-04-10T23:29:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: change view npm btns`); +report.push(`2022-04-10T23:29:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: change view npm btns`); report.push(`12 12 src/ts/pages/Reconciliations/index.tsx`); report.push(`85 25 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-11T00:11:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: resolve conflict`); -report.push(`2022-04-11T10:07:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: resolve bag`); +report.push(`2022-04-11T00:11:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: resolve conflict`); +report.push(`2022-04-11T10:07:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: resolve bag`); report.push(`5 8 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-11T15:48:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix disign tnp`); +report.push(`2022-04-11T15:48:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix disign tnp`); report.push(`0 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBar.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/Consumers/SideBar.tsx`); @@ -19148,21 +19148,21 @@ report.push(`1 0 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(`17 8 src/ts/pages/Tnp/styles/version-map.scss`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-11T15:59:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: change icon views`); +report.push(`2022-04-11T15:59:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: change icon views`); report.push(`6 4 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-11T16:06:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: delete log`); +report.push(`2022-04-11T16:06:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: delete log`); report.push(`1 2 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-11T16:57:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2920 fix: corrected the order of OIR fields`); +report.push(`2022-04-11T16:57:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2920 fix: corrected the order of OIR fields`); report.push(`18 7 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`4 3 src/ts/pages/TemplateOir/helpers/create-request/formatDynamicData.ts`); report.push(``); -report.push(`2022-04-11T16:59:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2920 fix: corrected the order of OIR fields`); +report.push(`2022-04-11T16:59:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2920 fix: corrected the order of OIR fields`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-04-11T17:07:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #990: SUBO-2851 refactor: changeds OIR validation format`); -report.push(`2022-04-11T18:10:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2848 fix: correctes styles`); +report.push(`2022-04-11T17:07:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #990: JIRA-2851 refactor: changeds OIR validation format`); +report.push(`2022-04-11T18:10:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2848 fix: correctes styles`); report.push(`1 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBar.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/New.tsx`); @@ -19173,12 +19173,12 @@ report.push(`3 7 src/ts/pages/Tnp/styles/profile.scss`); report.push(`0 0 src/ts/pages/Tnp/styles/{shorCard.scss => shor-card.scss}`); report.push(`1 5 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-04-11T18:54:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2848 fix: correctes styles`); +report.push(`2022-04-11T18:54:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2848 fix: correctes styles`); report.push(`1 5 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(`2 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-04-11T21:35:53+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #992: Bugfix/SUBO-2920 fix the OIR fields order`); -report.push(`2022-04-12T09:50:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: add conflict table. add conflict description`); +report.push(`2022-04-11T21:35:53+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #992: Bugfix/JIRA-2920 fix the OIR fields order`); +report.push(`2022-04-12T09:50:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2863 feat: add conflict table. add conflict description`); report.push(`6 0 src/ts/api/tsr.ts`); report.push(`4 0 src/ts/api/tsrVersion.ts`); report.push(`19 37 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); @@ -19201,7 +19201,7 @@ report.push(`1 0 src/ts/pages/Tnp/interfaces/IActionButtons.ts`); report.push(`5 1 src/ts/pages/Tnp/store/ConflictDescription.ts`); report.push(`7 0 src/ts/pages/Tnp/store/RequisitesForm.ts`); report.push(``); -report.push(`2022-04-12T10:29:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix problems`); +report.push(`2022-04-12T10:29:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix problems`); report.push(`21 12 src/ts/pages/Tnp/components/Header.tsx`); report.push(`10 0 src/ts/pages/Tnp/components/Profile/MainInfo/Form.tsx`); report.push(`2 0 src/ts/pages/Tnp/components/Profile/New.tsx`); @@ -19210,72 +19210,72 @@ report.push(`2 1 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(`0 3 src/ts/pages/Tnp/styles/profile.scss`); report.push(`4 3 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-12T10:33:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix conflict`); -report.push(`2022-04-12T10:42:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: resolve conflict`); -report.push(`2022-04-12T10:47:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: delete log`); +report.push(`2022-04-12T10:33:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix conflict`); +report.push(`2022-04-12T10:42:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: resolve conflict`); +report.push(`2022-04-12T10:47:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: delete log`); report.push(`0 6 src/ts/pages/Tnp/components/Header.tsx`); report.push(``); -report.push(`2022-04-12T11:13:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: add state`); +report.push(`2022-04-12T11:13:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: add state`); report.push(`16 12 src/ts/pages/Tnp/components/Header.tsx`); report.push(`3 2 src/ts/pages/Tnp/components/Profile/New.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/Old.tsx`); report.push(`3 2 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(``); -report.push(`2022-04-12T11:22:20+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: fix toast message`); +report.push(`2022-04-12T11:22:20+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2863 feat: fix toast message`); report.push(`2 20 src/ts/pages/Tnp/components/RequisitesForm/ActionButtons.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/requisites-form.scss`); report.push(``); -report.push(`2022-04-12T11:44:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: fix icon back`); +report.push(`2022-04-12T11:44:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: fix icon back`); report.push(`12 17 src/ts/pages/Tnp/components/Header.tsx`); report.push(`2 4 src/ts/pages/Tnp/components/Profile/New.tsx`); report.push(`1 3 src/ts/pages/Tnp/components/Profile/Old.tsx`); report.push(`2 4 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(``); -report.push(`2022-04-12T11:59:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2848 fix: correctes styles`); +report.push(`2022-04-12T11:59:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2848 fix: correctes styles`); report.push(`1 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`0 1 src/ts/pages/Tnp/components/Profile/New.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/profile.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-04-12T12:16:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #993: SUBO-2863 feat: add conflict table.`); -report.push(`2022-04-12T12:24:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: resolve conflict`); -report.push(`2022-04-12T12:27:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-2848 feat: resolve conflict`); -report.push(`2022-04-12T13:21:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2848 fix: formated RequisitesForm`); +report.push(`2022-04-12T12:16:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #993: JIRA-2863 feat: add conflict table.`); +report.push(`2022-04-12T12:24:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: resolve conflict`); +report.push(`2022-04-12T12:27:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-2848 feat: resolve conflict`); +report.push(`2022-04-12T13:21:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2848 fix: formated RequisitesForm`); report.push(`124 119 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-12T13:43:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2848 fix: remove button`); +report.push(`2022-04-12T13:43:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2848 fix: remove button`); report.push(`0 17 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-12T13:52:18+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #991: Feature/SUBO-2848 frontend fix disign tnp`); -report.push(`2022-04-12T15:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: delete conflict button`); +report.push(`2022-04-12T13:52:18+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #991: Feature/JIRA-2848 frontend fix disign tnp`); +report.push(`2022-04-12T15:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2863 feat: delete conflict button`); 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(profile): formated error message`); +report.push(`2022-04-12T15:35:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #994: JIRA-2863 feat: delete conflict button`); +report.push(`2022-04-12T15:40:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2022-04-12T16:14:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3000 feat: changed Builder visibility and fixed some bugs`); +report.push(`2022-04-12T16:14:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3000 feat: changed Builder visibility and fixed some bugs`); report.push(`17 13 src/ts/pages/Authorization/components/Success.tsx`); report.push(`3 0 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-04-12T16:25:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 feat: fixed some bugs`); +report.push(`2022-04-12T16:25:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 feat: fixed some bugs`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); 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(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(`2022-04-12T17:20:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #997: JIRA-2949 feat: fixed some bugs`); +report.push(`2022-04-12T17:20:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #996: JIRA-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: JIRA-2865 feat(profile): formated error message`); +report.push(`2022-04-12T19:27:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBar.tsx`); report.push(`8 2 src/ts/pages/Tnp/helpers/Preview/loader.ts`); report.push(``); -report.push(`2022-04-13T11:26:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-2878 feat: refactoring rename from accessRequest to request`); +report.push(`2022-04-13T11:26:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-2878 feat: refactoring rename from accessRequest to request`); report.push(`3 3 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`3 3 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); @@ -19318,34 +19318,34 @@ report.push(`6 6 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.ts report.push(`2 2 src/ts/snippets/RequestForm/index.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-04-13T11:31:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-2878 feat: merge with master`); -report.push(`2022-04-13T12:26:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-2878 feat: refactoring archive versions`); +report.push(`2022-04-13T11:31:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-2878 feat: merge with master`); +report.push(`2022-04-13T12:26:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-2878 feat: refactoring archive versions`); report.push(`1 0 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`6 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-13T14:37:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2878 fix: corrected class name`); +report.push(`2022-04-13T14:37:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2878 fix: corrected class name`); report.push(`2 2 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(``); -report.push(`2022-04-13T15:26:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 fix: sovle merged conflicts`); -report.push(`2022-04-13T17:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #999: SUBO-2863 feat: Message output when templates have no attributes selected`); +report.push(`2022-04-13T15:26:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 fix: sovle merged conflicts`); +report.push(`2022-04-13T17:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #999: JIRA-2863 feat: Message output when templates have no attributes selected`); report.push(`2022-04-13T17:51:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-13T20:57:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-2863 feat: fix upload excel tnp`); +report.push(`2022-04-13T20:57:05+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-2863 feat: fix upload excel tnp`); 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(profile): fix`); +report.push(`2022-04-13T21:23:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(OIR): adaptive text in inclusion column`); +report.push(`2022-04-14T10:39:47+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1000: Feature/JIRA-2878 frontend accessrequest refactoring`); +report.push(`2022-04-14T10:59:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-04-14T12:00:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 feat: added endpoint for new fields`); +report.push(`2022-04-14T12:00:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 feat: added endpoint for new fields`); report.push(`5 5 src/ts/pages/Builder/components/execution-rules/CheckboxGroup.tsx`); report.push(`2 2 src/ts/pages/Builder/components/execution-rules/ExecutionGroup.tsx`); report.push(`9 6 src/ts/pages/Builder/components/execution-rules/Header.tsx`); @@ -19360,48 +19360,48 @@ report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`2 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-04-14T12:14:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 feat: added endpoint for new fields`); +report.push(`2022-04-14T12:14:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 feat: added endpoint for new fields`); report.push(`4 4 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`2 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(``); -report.push(`2022-04-14T12:35:57+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1002: Feature/SUBO-2865 integration backend`); +report.push(`2022-04-14T12:35:57+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1002: Feature/JIRA-2865 integration backend`); report.push(`2022-04-14T12:35:58+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-14T13:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected systemDictionary modal`); +report.push(`2022-04-14T13:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected systemDictionary modal`); report.push(`13 9 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2022-04-14T14:01:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected styles`); +report.push(`2022-04-14T14:01:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected styles`); report.push(`4 4 src/ts/pages/Tnp/helpers/RequisitesForm/validationRules.ts`); report.push(`3 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); 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:01+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1007: JIRA-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(profile): fix conflict table`); +report.push(`2022-04-14T14:44:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): fix conflict table.Template search by name`); +report.push(`2022-04-14T15:10:59+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-04-14T15:22:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1010: Feature/SUBO-2865 integration backend`); +report.push(`2022-04-14T15:22:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1010: Feature/JIRA-2865 integration backend`); report.push(`2022-04-14T15:22:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-14T16:31:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected Search`); +report.push(`2022-04-14T16:31:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected Search`); report.push(`2 1 src/ts/interfaces/SearchResult.ts`); report.push(`4 7 src/ts/pages/Search/components/Item/Catalogue.tsx`); report.push(`18 0 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-04-14T17:16:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected pagination for getListUsers request`); +report.push(`2022-04-14T17:16:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected pagination for getListUsers request`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(``); -report.push(`2022-04-14T17:30:13+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1011: SUBO-3029 fix: corrected Search`); +report.push(`2022-04-14T17:30:13+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1011: JIRA-3029 fix: corrected Search`); report.push(`2022-04-14T17:30:18+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-14T18:02:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-2753 fix: validate input if there script tag`); +report.push(`2022-04-14T18:02:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-2753 fix: validate input if there script tag`); report.push(`7 0 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2022-04-14T18:26:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected search of users`); +report.push(`2022-04-14T18:26:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected search of users`); report.push(`2 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`24 16 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`7 1 src/ts/pages/Template/components/Form.tsx`); @@ -19409,25 +19409,25 @@ report.push(`7 4 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`7 1 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`14 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-14T18:55:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1013: SUBO-3029 fix: corrected search of users`); +report.push(`2022-04-14T18:55:56+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1013: JIRA-3029 fix: corrected search of users`); report.push(`2022-04-14T18:55:57+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-15T11:31:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3030 feat: correcting template search. min 3 char`); +report.push(`2022-04-15T11:31:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3030 feat: correcting template search. min 3 char`); report.push(`7 2 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); -report.push(`2022-04-15T11:39:16+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3030 feat: fix template search and clear profileStore`); +report.push(`2022-04-15T11:39:16+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3030 feat: fix template search and clear profileStore`); report.push(`7 1 src/ts/pages/Tnp/components/Profile/MainInfo/Form.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/ProfileList/ProfileList.tsx`); report.push(`20 19 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(``); -report.push(`2022-04-15T11:51:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1016: Feature/SUBO-3030 frontend 2.5.0`); +report.push(`2022-04-15T11:51:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1016: Feature/JIRA-3030 frontend 2.5.0`); report.push(`2022-04-15T11:51:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-15T12:25:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2753 fix: rename result`); +report.push(`2022-04-15T12:25:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-2753 fix: rename result`); report.push(`1 1 src/ts/helpers/validation/index.ts`); 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(`2022-04-15T14:59:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): corrected user dropdown and SUBO 3068 SUBO 3070`); +report.push(`2022-04-16T21:12:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3067 fix(faq): corrected user dropdown and JIRA 3068 JIRA 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,94 +19442,94 @@ 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(faq): corrected target proxy`); +report.push(`2022-04-16T21:13:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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-18T10:29:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1018: Bugfix/JIRA-3067 correct Recipient dropdown in the Draft`); +report.push(`2022-04-18T11:34:19+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1017: JIRA-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(traffic chart): update README with actual rules`); +report.push(`2022-04-18T12:02:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): update README with actual rules`); +report.push(`2022-04-18T12:05:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): update README with actual rules`); +report.push(`2022-04-18T12:10:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): adaptive scroll in table`); +report.push(`2022-04-18T12:14:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): update README with actual rules`); +report.push(`2022-04-18T12:15:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): fix scroll in table`); +report.push(`2022-04-18T13:31:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): fix style`); +report.push(`2022-04-18T13:43:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-04-18T16:00:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3078 fix: corrected Success notification in Builder`); report.push(`10 4 src/ts/pages/Builder/pages/Draft.tsx`); report.push(`3 1 src/ts/pages/Builder/pages/Template.tsx`); 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(`2022-04-18T16:02:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-04-18T16:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1006: JIRA-2892 fix(OIR): adaptive text in inclusion column`); +report.push(`2022-04-18T17:01:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 fix: fetched master`); +report.push(`2022-04-18T17:40:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-3073 fix: clear button in filter dropdown`); report.push(`1 1 src/ts/components/Select/components/list/Static.tsx`); report.push(``); -report.push(`2022-04-18T17:41:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2949 fix: corrected styles`); +report.push(`2022-04-18T17:41:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2949 fix: corrected styles`); report.push(`2 2 src/ts/pages/Builder/components/execution-rules/ExecutionGroup.tsx`); report.push(`1 1 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(`0 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-04-18T17:53:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1020: Bugfix/SUBO-3029 sovle merge conflicts`); -report.push(`2022-04-18T17:53:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1021: SUBO-3077 Update README file`); -report.push(`2022-04-18T17:59:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1022: Bugfix/SUBO-3078 fix Success notification in Builder`); +report.push(`2022-04-18T17:53:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1020: Bugfix/JIRA-3029 sovle merge conflicts`); +report.push(`2022-04-18T17:53:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1021: JIRA-3077 Update README file`); +report.push(`2022-04-18T17:59:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1022: Bugfix/JIRA-3078 fix Success notification in Builder`); report.push(`2022-04-18T17:59:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-18T17:59:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1023: Bugfix/SUBO-3073 fix Clear button in dropdown`); +report.push(`2022-04-18T17:59:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1023: Bugfix/JIRA-3073 fix Clear button in dropdown`); report.push(`2022-04-18T17:59:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-18T17:59:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1012: SUBO-2753 fix: validate input if there script tag`); -report.push(`2022-04-19T09:51:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3080 fix: change isClosed for Draft`); +report.push(`2022-04-18T17:59:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1012: JIRA-2753 fix: validate input if there script tag`); +report.push(`2022-04-19T09:51:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3080 fix: change isClosed for Draft`); report.push(`6 5 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`5 6 src/ts/pages/Template/components/Form.tsx`); report.push(`3 3 src/ts/pages/Template/components/Template.tsx`); report.push(`1 9 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-04-19T10:04:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: merge master`); -report.push(`2022-04-19T10:11:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2741 feat: resolve conflict`); -report.push(`2022-04-19T10:16:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3085 fix: remove API for canCreateNew`); +report.push(`2022-04-19T10:04:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: merge master`); +report.push(`2022-04-19T10:11:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-2741 feat: resolve conflict`); +report.push(`2022-04-19T10:16:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3085 fix: remove API for canCreateNew`); report.push(`0 4 src/ts/api/acrq.ts`); report.push(`16 30 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`0 1 src/ts/pages/Template/components/Template.tsx`); report.push(`0 4 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`0 8 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-04-19T10:38:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3086 fix: change view for Request Description`); +report.push(`2022-04-19T10:38:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3086 fix: change view for Request Description`); report.push(`0 25 src/ts/pages/Template/components/DescriptionSideBar.tsx`); report.push(`9 2 src/ts/pages/Template/components/Help.tsx`); report.push(`5 3 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2022-04-19T10:51:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3084 fix: change logic for favorites`); +report.push(`2022-04-19T10:51:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3084 fix: change logic for favorites`); report.push(`5 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-04-19T10:54:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3084 fix: change logic for favorites`); +report.push(`2022-04-19T10:54:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3084 fix: change logic for favorites`); report.push(`1 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-04-19T11:03:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1026: SUBO-3086 fix: change view for Request Description`); +report.push(`2022-04-19T11:03:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1026: JIRA-3086 fix: change view for Request Description`); report.push(`2022-04-19T11:03:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T11:03:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1025: SUBO-3085 Remove API canCreateNew`); +report.push(`2022-04-19T11:03:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1025: JIRA-3085 Remove API canCreateNew`); report.push(`2022-04-19T11:03:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T11:07:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3080 fix: merge with release`); -report.push(`2022-04-19T11:54:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1027: SUBO-3080 fix: change isClosed for Draft (дубль для сборки)`); +report.push(`2022-04-19T11:07:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3080 fix: merge with release`); +report.push(`2022-04-19T11:54:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1027: JIRA-3080 fix: change isClosed for Draft (дубль для сборки)`); report.push(`2022-04-19T11:54:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T11:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1028: SUBO-3084 Change logic for favorites`); +report.push(`2022-04-19T11:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1028: JIRA-3084 Change logic for favorites`); report.push(`2022-04-19T11:55:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T12:44:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 refactor: return old code in page != Builder`); +report.push(`2022-04-19T12:44:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2741 refactor: return old code in page != Builder`); report.push(`1 7 src/ts/components/Table/index.tsx`); report.push(`7 41 src/ts/pages/Builder/components/ButtonsPanel.tsx`); report.push(`1 17 src/ts/pages/Builder/components/TableBuilder.tsx`); @@ -19539,70 +19539,70 @@ report.push(`51 5 src/ts/pages/Reconciliations/index.tsx`); report.push(`5 8 src/ts/pages/Requests/components/view/table.tsx`); report.push(`3 5 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(``); -report.push(`2022-04-19T12:47:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2741 refactor: return old code in page != Builder`); +report.push(`2022-04-19T12:47:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2741 refactor: return old code in page != Builder`); report.push(`0 2 src/ts/components/Table/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-04-19T13:02:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #958: Feature/SUBO-2741 frontend add show table`); -report.push(`2022-04-19T13:36:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3083 fix: rename property for search in Report`); +report.push(`2022-04-19T13:02:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #958: Feature/JIRA-2741 frontend add show table`); +report.push(`2022-04-19T13:36:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3083 fix: rename property for search in Report`); report.push(`7 4 src/ts/api/constructor.ts`); report.push(`2 0 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-04-19T14:18:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1031: SUBO-3083 fix: rename property for search in Report`); +report.push(`2022-04-19T14:18:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1031: JIRA-3083 fix: rename property for search in Report`); report.push(`2022-04-19T14:18:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T16:54:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3083 fix: change filter for requests`); +report.push(`2022-04-19T16:54:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3083 fix: change filter for requests`); report.push(`2 5 src/ts/api/constructor.ts`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`6 7 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`); report.push(``); -report.push(`2022-04-19T16:57:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3083 fix: change filter for requests`); +report.push(`2022-04-19T16:57:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3083 fix: change filter for requests`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); report.push(`2022-04-19T17:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-19T17:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1032: SUBO-3083 fix: change filter for requests`); -report.push(`2022-04-19T20:22:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3030 feat: fix validation tnp main page`); +report.push(`2022-04-19T17:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1032: JIRA-3083 fix: change filter for requests`); +report.push(`2022-04-19T20:22:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3030 feat: fix validation tnp main page`); report.push(`0 3 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-20T09:44:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3096 fix: change filter in Reports`); +report.push(`2022-04-20T09:44:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3096 fix: change filter in Reports`); report.push(`1 3 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-04-20T10:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3086 fix: add title for Help in Request`); +report.push(`2022-04-20T10:10:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3086 fix: add title for Help in Request`); report.push(`1 0 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(``); -report.push(`2022-04-20T10:40:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1033: SUBO-3030 feat: fix validation tnp main page`); -report.push(`2022-04-20T10:40:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1034: SUBO-3096 fix: change filter in Reports`); +report.push(`2022-04-20T10:40:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1033: JIRA-3030 feat: fix validation tnp main page`); +report.push(`2022-04-20T10:40:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1034: JIRA-3096 fix: change filter in Reports`); report.push(`2022-04-20T10:40:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-20T12:19:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3089 fix: change style for columns in Catalogue`); +report.push(`2022-04-20T12:19:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3089 fix: change style for columns in Catalogue`); report.push(`61 22 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(`7 4 src/ts/pages/Catalogue/styles/catalogue.scss`); report.push(``); -report.push(`2022-04-19T20:22:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3030 feat: fix validation tnp main page`); +report.push(`2022-04-19T20:22:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3030 feat: fix validation tnp main page`); report.push(`0 3 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-04-20T12:26:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3089 fix: change style for columns in Catalogue`); +report.push(`2022-04-20T12:26:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3089 fix: change style for columns in Catalogue`); report.push(`2 1 src/ts/pages/Catalogue/components/Catalogue.tsx`); report.push(``); -report.push(`2022-04-20T12:50:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3106 fix: change path for catalogue items`); +report.push(`2022-04-20T12:50:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3106 fix: change path for catalogue items`); report.push(`2 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-04-20T12:52:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1036: SUBO-3030 feat: fix validation tnp main page`); +report.push(`2022-04-20T12:52:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1036: JIRA-3030 feat: fix validation tnp main page`); report.push(`2022-04-20T12:52:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-20T12:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3106 fix: change path for catalogue items`); +report.push(`2022-04-20T12:53:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3106 fix: change path for catalogue items`); 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(OIR): fix width input`); +report.push(`2022-04-20T12:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1035: JIRA-3086 fix: add title for Help in Request`); +report.push(`2022-04-20T13:05:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3086 refactor: merge with develop`); +report.push(`2022-04-20T14:37:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-04-20T14:45:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-3031 feat: change title in swith btn pages`); report.push(`1 0 src/ts/pages/AllRequests/index.tsx`); 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(profile): change Register Template button in Builder`); +report.push(`2022-04-20T14:45:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1037: JIRA-3089 Change style columns in Catalogue`); +report.push(`2022-04-20T14:46:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1040: JIRA-3086 fix: add title for Help in Request`); +report.push(`2022-04-20T15:51:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -19612,13 +19612,13 @@ report.push(`121 20 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(`1 0 src/ts/pages/Template/styles/header.scss`); report.push(``); -report.push(`2022-04-20T16:01:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: sovle merge conflicts`); -report.push(`2022-04-20T16:26:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1044: Bugfix/SUBO-3029 fix merge conflict for Catalogue`); -report.push(`2022-04-20T16:27:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1042: Bugfix/SUBO-3102 frontend input fix width`); +report.push(`2022-04-20T16:01:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: sovle merge conflicts`); +report.push(`2022-04-20T16:26:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1044: Bugfix/JIRA-3029 fix merge conflict for Catalogue`); +report.push(`2022-04-20T16:27:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1042: Bugfix/JIRA-3102 frontend input fix width`); 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:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1039: JIRA-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(profile): change routes`); +report.push(`2022-04-20T18:03:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -19630,10 +19630,10 @@ report.push(`1 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`4 3 src/ts/pages/Builder/pages/NewTemplate.tsx`); report.push(`11 26 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-04-20T18:07:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3094 fix: corrected proxy target`); +report.push(`2022-04-20T18:07:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): change routes`); +report.push(`2022-04-20T18:34:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -19644,84 +19644,84 @@ report.push(`4 4 src/ts/pages/Builder/pages/NewTemplate.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`2 1 src/ts/snippets/ShortCard/index.tsx`); 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(`2022-04-20T19:08:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): change redirect for IE`); +report.push(`2022-04-21T09:21:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-04-21T10:17:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: solved merged conflicts`); -report.push(`2022-04-21T10:19:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: solved merged conflicts`); +report.push(`2022-04-21T10:06:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1046: Feature/JIRA-3094 change Template status in Builder`); +report.push(`2022-04-21T10:17:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: solved merged conflicts`); +report.push(`2022-04-21T10:19:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-04-21T10:20:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1047: JIRA-3112 fix(OIR): change redirect for IE`); +report.push(`2022-04-21T10:22:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: solved merged conflicts`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2022-04-21T11:41:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3116 fix: change style for role description (step 2)`); +report.push(`2022-04-21T11:41:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3116 fix: change style for role description (step 2)`); report.push(`1 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-04-21T11:47:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3116 fix: change style for Help block (step 3)`); +report.push(`2022-04-21T11:47:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3116 fix: change style for Help block (step 3)`); report.push(`5 1 src/ts/pages/Template/styles/help.scss`); report.push(``); -report.push(`2022-04-21T12:19:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3031 feat: delete props and change logic view title`); +report.push(`2022-04-21T12:19:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-3031 feat: delete props and change logic view title`); report.push(`0 1 src/ts/pages/AllRequests/index.tsx`); report.push(`11 10 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-04-21T12:31:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1049: Bugfix/SUBO-3029 fix merge conflicts`); -report.push(`2022-04-21T13:21:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3115 fix: change load roles in Draft`); +report.push(`2022-04-21T12:31:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1049: Bugfix/JIRA-3029 fix merge conflicts`); +report.push(`2022-04-21T13:21:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3115 fix: change load roles in Draft`); report.push(`14 7 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-04-21T13:39:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3115 fix: change load roles in Draft`); +report.push(`2022-04-21T13:39:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3115 fix: change load roles in Draft`); report.push(`12 8 src/ts/pages/Template/components/Template.tsx`); report.push(`3 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-04-21T14:00:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3108 fix: change load roles in Draft`); +report.push(`2022-04-21T14:00:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3108 fix: change load roles in Draft`); report.push(`3 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`5 3 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-04-21T14:11:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1045: SUBO-3031 feat: change title in swith btn pages`); -report.push(`2022-04-21T14:13:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1052: SUBO-3108, SUBO-3115 Change load roles in Draft`); +report.push(`2022-04-21T14:11:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1045: JIRA-3031 feat: change title in swith btn pages`); +report.push(`2022-04-21T14:13:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1052: JIRA-3108, JIRA-3115 Change load roles in Draft`); report.push(`2022-04-21T14:13:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-21T14:13:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1051: SUBO-3116 Change style for role description (step 2, step 3)`); +report.push(`2022-04-21T14:13:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1051: JIRA-3116 Change style for role description (step 2, step 3)`); report.push(`2022-04-21T14:13:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-21T15:05:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3108 fix: clear rules for group`); +report.push(`2022-04-21T15:05:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3108 fix: clear rules for group`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-04-21T16:17:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3029 fix: corrected getFormattedLink`); +report.push(`2022-04-21T16:17:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3029 fix: corrected getFormattedLink`); report.push(`2 2 src/ts/pages/Catalogue/helpers/getFormattedLink.ts`); report.push(`2 2 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-04-21T16:45:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1053: SUBO-3108 fix: clear rules for group`); +report.push(`2022-04-21T16:45:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1053: JIRA-3108 fix: clear rules for group`); report.push(`2022-04-21T16:45:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-21T16:45:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1054: SUBO-3029 fix: corrected getFormattedLink`); +report.push(`2022-04-21T16:45:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1054: JIRA-3029 fix: corrected getFormattedLink`); report.push(`2022-04-21T16:45:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-21T17:26:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-2753 fix: correct value in input`); +report.push(`2022-04-21T17:26:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-2753 fix: correct value in input`); report.push(`2 2 src/setupProxy.js`); report.push(`2 1 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2022-04-21T17:29:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2753 fix: fix url`); +report.push(`2022-04-21T17:29:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-2753 fix: fix url`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-04-22T09:30:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3128 fix: hide roles for remove Request type`); +report.push(`2022-04-22T09:30:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3128 fix: hide roles for remove Request type`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-04-22T10:15:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3096 fix: change request for roles`); +report.push(`2022-04-22T10:15:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3096 fix: change request for roles`); report.push(`7 5 src/ts/api/roles.ts`); report.push(`2 0 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-04-22T10:26:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3140 fix: corrected Users dropdown in Execution rules`); +report.push(`2022-04-22T10:26:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3140 fix: corrected Users dropdown in Execution rules`); report.push(`7 1 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); report.push(``); -report.push(`2022-04-22T10:51:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1057: SUBO-3096 fix: change request for roles`); +report.push(`2022-04-22T10:51:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1057: JIRA-3096 fix: change request for roles`); report.push(`2022-04-22T10:51:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-22T10:51:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1056: SUBO-3128 fix: hide roles for remove Request type`); +report.push(`2022-04-22T10:51:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1056: JIRA-3128 fix: hide roles for remove Request type`); 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:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1058: JIRA-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(AIS): change style for additional row`); +report.push(`2022-04-22T11:49:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -19729,41 +19729,41 @@ report.push(`4 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-04-22T11:51:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1055: Bugfix/SUBO-2753 frontend fix validate input`); -report.push(`2022-04-22T12:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1059: SUBO-3071, SUBO-3072 Change style for additional row`); +report.push(`2022-04-22T11:51:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1055: Bugfix/JIRA-2753 frontend fix validate input`); +report.push(`2022-04-22T12:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1059: JIRA-3071, JIRA-3072 Change style for additional row`); report.push(`2022-04-22T12:33:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-22T13:30:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix: add description for disabled button`); +report.push(`2022-04-22T13:30:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3129 fix: add description for disabled button`); report.push(`21 12 src/ts/pages/Template/components/Template.tsx`); report.push(`8 3 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`8 3 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(``); -report.push(`2022-04-22T13:44:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix: add checking for text Role group`); +report.push(`2022-04-22T13:44:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3129 fix: add checking for text Role group`); report.push(`5 6 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-04-22T13:47:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix: add checking for text Role group`); +report.push(`2022-04-22T13:47:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3129 fix: add checking for text Role group`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-04-22T14:46:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix: add checking for text Role group`); +report.push(`2022-04-22T14:46:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3129 fix: add checking for text Role group`); report.push(`2 2 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-04-22T15:21:33+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1060: SUBO-3129 Add description for disabled button, add checking for text Role group`); +report.push(`2022-04-22T15:21:33+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1060: JIRA-3129 Add description for disabled button, add checking for text Role group`); report.push(`2022-04-22T15:21:34+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-22T15:47:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3149 fix: add first group in GroupByAlphabet`); +report.push(`2022-04-22T15:47:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3149 fix: add first group in GroupByAlphabet`); 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(traffic chart): change view in folder`); +report.push(`2022-04-22T16:00:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-04-22T17:46:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3016 fix: added dependent rules to OIR (not working)`); +report.push(`2022-04-22T17:46:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3016 fix: added dependent rules to OIR (not working)`); report.push(`23 2 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`76 0 src/ts/pages/TemplateOir/helpers/rules.ts`); report.push(`6 25 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-04-22T18:21:23+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3105 fix: fix conflict view tnp`); +report.push(`2022-04-22T18:21:23+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3105 fix: fix conflict view tnp`); report.push(`50 0 src/ts/pages/Tnp/components/Preview/CellProfile.tsx`); report.push(`0 4 src/ts/pages/Tnp/components/Preview/Description/DescriptionItem.tsx`); report.push(`32 20 src/ts/pages/Tnp/components/Preview/Description/index.tsx`); @@ -19772,45 +19772,45 @@ 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(traffic chart): change view in folder`); +report.push(`2022-04-22T18:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1062: JIRA-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>Pull request #1061: JIRA-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`); -report.push(`2022-04-22T18:48:20+03:00>Ivan Ivanov>ivanov@mail.com>Merge branch 'release/release-2.5.0' into hotfix/SUBO-3105-fix-conflicts-and-errors-tnp`); -report.push(`2022-04-22T18:48:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3105 fix: remove console.log`); +report.push(`2022-04-22T18:48:20+03:00>Ivan Ivanov>ivanov@mail.com>Merge branch 'release/release-2.5.0' into hotfix/JIRA-3105-fix-conflicts-and-errors-tnp`); +report.push(`2022-04-22T18:48:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3105 fix: remove console.log`); 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:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1063: JIRA-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(OIR): corrected addAndRemoveFromFavorite function`); +report.push(`2022-04-22T19:06:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): corrected addAndRemoveFromFavorite function`); +report.push(`2022-04-22T19:12:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-04-24T07:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1064: Bugfix/JIRA-3082 correct addAndRemoveFromFavorite function`); report.push(`2022-04-24T07:26:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-25T11:49:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-3150 fix: change draft title attention`); +report.push(`2022-04-25T11:49:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-3150 fix: change draft title attention`); report.push(`9 1 src/ts/pages/Requests/styles/index.scss`); report.push(`8 3 src/ts/pages/Treatments/index.tsx`); report.push(`1 1 src/ts/snippets/Buttons/index.scss`); report.push(``); -report.push(`2022-04-25T15:36:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-3154 fix: add regex replace for :;`); +report.push(`2022-04-25T15:36:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-3154 fix: add regex replace for :;`); report.push(`1 0 src/ts/snippets/AccessGroups/components/RolesDescription.tsx`); report.push(``); -report.push(`2022-04-25T15:49:38+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1065: SUBO-3150 fix: change draft title attention`); +report.push(`2022-04-25T15:49:38+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1065: JIRA-3150 fix: change draft title attention`); 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:47+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1066: JIRA-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(OIR): add sapId in ID list`); +report.push(`2022-04-25T17:24:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change size pagination for Builder page`); +report.push(`2022-04-26T09:17:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): Show panel with filters when 404 response`); +report.push(`2022-04-26T11:14:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,40 +19818,40 @@ 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(OIR): add https for IE`); +report.push(`2022-04-26T11:19:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add https for IE`); +report.push(`2022-04-26T11:47:07+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1069: JIRA-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(OIR): add sapId in ID list`); +report.push(`2022-04-26T11:47:25+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1067: JIRA-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(OIR): Show panel with filters when 404 response`); +report.push(`2022-04-26T11:47:46+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1068: JIRA-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(`2022-04-26T11:52:56+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3105 fix: fix description conflict text`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Description/DescriptionItem.tsx`); report.push(`3 0 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(`39 51 src/ts/pages/Tnp/helpers/Preview/conflicts.ts`); report.push(``); -report.push(`2022-04-26T12:41:43+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1070: SUBO-3105 fix: fix description conflict text`); +report.push(`2022-04-26T12:41:43+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1070: JIRA-3105 fix: fix description conflict text`); report.push(`2022-04-26T12:41:44+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-26T13:53:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-3118 fix: fix link in help template`); +report.push(`2022-04-26T13:53:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-3118 fix: fix link in help template`); report.push(`12 8 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(``); -report.push(`2022-04-26T14:22:18+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1071: SUBO-3118 fix: fix link in help template`); +report.push(`2022-04-26T14:22:18+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1071: JIRA-3118 fix: fix link in help template`); report.push(`2022-04-26T14:22:18+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-26T16:21:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-3150 fix: change text`); +report.push(`2022-04-26T16:21:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-3150 fix: change text`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-04-26T16:30:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1072: SUBO-3150 fix: change text`); +report.push(`2022-04-26T16:30:24+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1072: JIRA-3150 fix: change text`); report.push(`2022-04-26T16:30:27+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-04-27T12:22:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3129 fix: change title for button in template`); +report.push(`2022-04-27T12:22:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3129 fix: change title for button in template`); 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(OIR): return id for orgUnit in Builder`); +report.push(`2022-04-27T14:30:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-04-27T14:49:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-2894 fix: add fill in svg menubutton`); report.push(`7 0 src/ts/components/GroupByAlphabet/hacks.scss`); report.push(`1 0 src/ts/components/GroupByAlphabet/index.scss`); report.push(`3 0 src/ts/components/Table/styles/hacks.scss`); @@ -19859,165 +19859,165 @@ report.push(`14 0 src/ts/pages/Tnp/styles/hacks.scss`); report.push(`9 0 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(`2 1 src/ts/snippets/FullCard/styles/index.scss`); 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:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1074: JIRA-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(OIR): return id for orgUnit in Builder`); +report.push(`2022-04-27T15:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1076: JIRA-2894 fix: add fill in svg menubutton`); +report.push(`2022-04-27T17:15:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1075: JIRA-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(traffic chart): add default value for UiSchema`); +report.push(`2022-04-28T12:49:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add default value for UiSchema`); +report.push(`2022-04-28T12:55:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add default Roles in OIR`); +report.push(`2022-04-28T14:04:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add default Roles in OIR`); +report.push(`2022-04-28T14:09:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add click which add highlight checkbox`); +report.push(`2022-04-28T14:45:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): add default select for dynamic fields`); +report.push(`2022-04-28T15:30:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(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(`2022-04-28T16:08:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1079: JIRA-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: JIRA-2949 refactor Execution rules`); +report.push(`2022-04-28T16:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1077: JIRA-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: JIRA-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: JIRA-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>JIRA-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`); report.push(``); -report.push(`2022-04-29T11:00:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3163 fix: change router for save`); +report.push(`2022-04-29T11:00:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3163 fix: change router for save`); 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(faq): fix btn close in textaria and fix scroll`); +report.push(`2022-04-29T11:25:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): fix btn close in textaria`); +report.push(`2022-04-29T11:35:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-04-29T11:38:49+03:00>Petr Petrov>petrov@mail.jp>JIRA-3227 fix(faq): resolve conflict`); +report.push(`2022-04-29T12:46:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change options for preloader in Tree`); +report.push(`2022-04-29T12:49:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-04-29T12:58:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3224 fix: add validation for new execution rule in Builder`); report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2022-04-29T13:13:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3225 fix: change default values for loader and new execution rule`); +report.push(`2022-04-29T13:13:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3225 fix: change default values for loader and new execution rule`); 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(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(`2022-04-29T13:31:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1084: Bugfix/JIRA-3227 frontend fix btn close in textarea`); +report.push(`2022-04-29T13:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1082: JIRA-1977 feat(traffic chart): change prev route in builder template`); +report.push(`2022-04-29T13:55:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(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(profile): add user select in OIR`); +report.push(`2022-04-29T16:28:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1086: JIRA-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: JIRA-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: JIRA-3163 fix: change router for save`); +report.push(`2022-05-04T10:58:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1088: JIRA-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: JIRA-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>JIRA-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`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-05-04T12:03:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3224 fix: return sapId`); +report.push(`2022-05-04T12:03:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3224 fix: return sapId`); report.push(`8 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2022-05-04T12:31:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3233 fix: disabled checkboxes in Execution rules`); +report.push(`2022-05-04T12:31:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3233 fix: disabled checkboxes in Execution rules`); 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(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(`2022-05-04T13:07:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1090: JIRA-3224 fix: return sapId`); +report.push(`2022-05-04T13:07:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1089: JIRA-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: JIRA-3233 fix: disabled checkboxes in Execution rules`); +report.push(`2022-05-04T13:35:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): changed Select type in Execution rules and corrected styles`); +report.push(`2022-05-04T13:48:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): changed Select type in Execution rules and corrected styles`); +report.push(`2022-05-04T13:49:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2022-05-04T15:41:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1093: Bugfix/SUBO-3231 change Select type in Execution rules`); -report.push(`2022-05-04T16:35:09+03:00>Marko>marko@dot.tk>SUBO-2739 :: add external employee service`); +report.push(`2022-05-04T15:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1092: JIRA-3224 fix: replace sapId to ID`); +report.push(`2022-05-04T15:41:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1093: Bugfix/JIRA-3231 change Select type in Execution rules`); +report.push(`2022-05-04T16:35:09+03:00>Marko>marko@dot.tk>JIRA-2739 :: add external employee service`); report.push(`4 0 nginx.default.conf`); report.push(``); -report.push(`2022-05-04T17:32:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3266 fix: added onlyReadabe flag for OIR fields`); +report.push(`2022-05-04T17:32:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3266 fix: added onlyReadabe flag for OIR fields`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); 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(faq): added HelpHint for checkbox`); +report.push(`2022-05-05T09:41:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): change style for calendar`); +report.push(`2022-05-05T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): corrected multiSelect in OIR form`); +report.push(`2022-05-05T09:52:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1094: JIRA-2739 Add external employee service in nginx`); +report.push(`2022-05-05T10:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1095: JIRA-3266 fix: added onlyReadabe flag for OIR fields`); +report.push(`2022-05-05T12:03:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-05-05T12:34:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1097: JIRA-3167 fix(faq): change style for calendar`); +report.push(`2022-05-05T13:40:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): added ui type property`); +report.push(`2022-05-05T13:51:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): remove multiple`); +report.push(`2022-05-05T13:55:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-05-05T13:59:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1096: JIRA-3247 fix(faq): added HelpHint for checkbox`); +report.push(`2022-05-05T15:16:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3245 fix: fetched master`); +report.push(`2022-05-05T15:18:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3245 fix: fetched master`); +report.push(`2022-05-05T16:30:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(OIR): corrected adaptive styles`); +report.push(`2022-05-05T16:50:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1098: JIRA-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/JIRA-3245 add readOnly flag for form elements`); +report.push(`2022-05-05T18:07:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-05-06T09:12:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1100: JIRA-3242 fix(OIR): corrected adaptive styles`); +report.push(`2022-05-06T09:37:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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,19 +20027,19 @@ 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(traffic chart): turn off checking proxy URL in Nginx`); +report.push(`2022-05-06T10:36:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-06T11:14:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1102: JIRA-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>JIRA-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(faq): return old nginx file`); +report.push(`2022-05-06T11:27:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-06T11:41:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1101: JIRA-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: JIRA-3317 fix(faq): return old nginx file`); +report.push(`2022-05-06T13:42:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`3 15 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); @@ -20048,8 +20048,8 @@ report.push(`4 18 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`) 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(Excel): testing page builder/helpers`); +report.push(`2022-05-06T15:12:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1104: JIRA-3303 fix: corrected Select validation and submit validation`); +report.push(`2022-05-06T15:41:00+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -20062,27 +20062,27 @@ report.push(`10 0 src/ts/pages/Builder/helpers/getRandomInt.test.ts`); 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(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(`2022-05-11T10:18:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3016 fix: fetched master`); +report.push(`2022-05-11T11:58:05+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1105: JIRA-2166 feat(Excel): testing page builder/helpers`); +report.push(`2022-05-11T15:27:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-05-11T16:47:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-3393 feat: add icon external-employees to sidebar`); +report.push(`2022-05-11T16:47:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-3393 feat: add icon external-employees to sidebar`); report.push(`3 0 "src/assets/custom-ui-kit/New\\320\\241ompany.svg"`); report.push(`11 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-05-12T09:41:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3382 feat: add map for git stat`); +report.push(`2022-05-12T09:41:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3382 feat: add map for git stat`); report.push(`20 0 .mailmap`); report.push(``); -report.push(`2022-05-12T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2739 feat: return external service API`); +report.push(`2022-05-12T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2739 feat: return external service API`); 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(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(`2022-05-12T09:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1107: JIRA-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: JIRA-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: JIRA-3382 Add map for git stat`); +report.push(`2022-05-12T10:23:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3016 fix: added Dependent rules to OIR form`); report.push(`1 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`8 4 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`13 1 src/ts/pages/TemplateOir/components/create-request/CategorizedSelect.tsx`); @@ -20091,98 +20091,98 @@ report.push(`25 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`) report.push(`25 0 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/rules.ts`); report.push(``); -report.push(`2022-05-12T10:30:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); +report.push(`2022-05-12T10:30:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3435 fix: change request type`); report.push(`7 3 src/ts/api/acrq.ts`); report.push(``); -report.push(`2022-05-12T10:33:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); +report.push(`2022-05-12T10:33:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3435 fix: change request type`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-12T11:05:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); +report.push(`2022-05-12T11:05:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): value consisting only of spaces is not allowed`); +report.push(`2022-05-12T11:09:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-05-12T11:09:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); +report.push(`2022-05-12T11:09:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3435 fix: change request type`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(``); -report.push(`2022-05-12T11:51:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3435 fix: change request type`); +report.push(`2022-05-12T11:51:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3435 fix: change request type`); report.push(`16 27 src/ts/api/acrq.ts`); report.push(`3 5 src/ts/pages/Builder/components/agreement-rules/CreateAgreementGroup.tsx`); 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(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(`2022-05-12T11:55:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1110: Feature/JIRA-3016 add dependent rules to OIR`); +report.push(`2022-05-12T11:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1112: JIRA-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>JIRA-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(AIS): correct required property considering onlyReadable flag`); +report.push(`2022-05-12T13:00:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1111: JIRA-3435 Change request for Users`); +report.push(`2022-05-12T13:13:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(AIS): corrected regular expression for Input data`); +report.push(`2022-05-12T13:39:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1109: JIRA-2739 feat: return external service API`); +report.push(`2022-05-12T13:40:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1114: JIRA-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: JIRA-3236 fix: color field names does match`); +report.push(`2022-05-12T14:44:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-05-12T14:47:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3100 feat: added the logic of parallel queries`); report.push(`38 21 src/ts/helpers/http/Client.ts`); 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(`2022-05-12T15:02:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): disabled characters counter for Input data`); +report.push(`2022-05-12T15:24:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-05-12T15:32:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1115: JIRA-3271 fix(AIS): corrected regular expression for Input data`); +report.push(`2022-05-12T15:40:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3100 feat: added the logic of parallel queries`); report.push(`3 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-05-12T15:44:54+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3406 fix: pagination display`); +report.push(`2022-05-12T15:44:54+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3406 fix: pagination display`); 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(OIR): fix color icon tnp`); +report.push(`2022-05-12T16:23:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1116: JIRA-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: JIRA-3406 fix: pagination display`); +report.push(`2022-05-12T17:28:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(OIR): Version Archive. Version id no longer clickable`); +report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(OIR): Version Archive. Version id no longer clickable`); +report.push(`2022-05-12T19:32:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-05-13T09:22:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1118: JIRA-3442 fix(OIR): fix color icon tnp`); +report.push(`2022-05-13T10:05:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2022-05-13T10:26:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-13T10:38:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1119: JIRA-3442 fix(OIR): Version Archive.`); +report.push(`2022-05-13T10:39:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1120: JIRA-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>JIRA-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`); report.push(``); -report.push(`2022-05-13T11:09:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3390 feat: add multipart in htp client`); +report.push(`2022-05-13T11:09:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3390 feat: add multipart in htp client`); report.push(`1 0 src/ts/helpers/http/Client.ts`); report.push(`1 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-13T11:23:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3453 fix: change rules for save Roles`); +report.push(`2022-05-13T11:23:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3453 fix: change rules for save Roles`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-05-13T11:26:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-3392 feat: add dropzone and fix btn add icon plus`); +report.push(`2022-05-13T11:26:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-3392 feat: add dropzone and fix btn add icon plus`); report.push(`3 0 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`5 1 src/ts/pages/ExternalEmployees/components/Companies/Companies.tsx`); report.push(`3 0 src/ts/pages/ExternalEmployees/components/Employees.tsx`); @@ -20194,46 +20194,46 @@ report.push(`52 1 src/ts/pages/ExternalEmployees/styles/hacks.scss`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(`18 0 src/ts/pages/ExternalEmployees/styles/modal.scss`); report.push(``); -report.push(`2022-05-13T11:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1121: SUBO-3453 fix: change rules for save Roles`); +report.push(`2022-05-13T11:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1121: JIRA-3453 fix: change rules for save Roles`); report.push(`2022-05-13T11:32:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-05-13T13:54:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1122: SUBO-3392 feat: add dropzone and fix btn add icon plus`); -report.push(`2022-05-13T14:04:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); +report.push(`2022-05-13T13:54:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1122: JIRA-3392 feat: add dropzone and fix btn add icon plus`); +report.push(`2022-05-13T14:04:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); report.push(`3 6 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-05-13T14:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1123: SUBO-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); +report.push(`2022-05-13T14:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1123: JIRA-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); report.push(`2022-05-13T14:28:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.5.0 -> master`); -report.push(`2022-05-13T16:09:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3390 feat: add multipart in http client`); +report.push(`2022-05-13T16:09:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3390 feat: add multipart in http client`); report.push(`1 1 src/ts/api/request.ts`); report.push(`0 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-13T16:11:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3390 feat: add multipart in http client`); +report.push(`2022-05-13T16:11:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3390 feat: add multipart in http client`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-05-13T17:29:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); +report.push(`2022-05-13T17:29:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); report.push(`2 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-05-13T17:32:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); +report.push(`2022-05-13T17:32:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3453 fix: user can send old roles and radio buttons correct work with old and new roles`); report.push(`0 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); 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(traffic chart): delete inpit in new company and change modal agreements`); +report.push(`2022-05-13T17:41:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1125: Bugfix/JIRA-3453 Change logig in getGroupId`); +report.push(`2022-05-13T17:57:49+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-05-13T18:01:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3293 fix: fix type request when it is canceling`); +report.push(`2022-05-13T18:01:24+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3293 fix: fix type request when it is canceling`); 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(traffic chart): add rage date`); +report.push(`2022-05-14T14:49:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): add filters for search in Builder`); +report.push(`2022-05-16T10:12:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1124: JIRA-3390 Add multipart in http client (External Employees)`); +report.push(`2022-05-16T11:55:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -20247,36 +20247,36 @@ report.push(`1 1 src/ts/snippets/ControlPanel/styles/index.scss`); 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(traffic chart): add filters for search in Builder`); +report.push(`2022-05-16T11:58:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1126: JIRA-3293 fix: fix type request when it is canceling`); +report.push(`2022-05-16T12:00:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add filters for search in Builder`); +report.push(`2022-05-16T13:28:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add read filters from URL`); +report.push(`2022-05-16T14:17:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add read filters from URL`); +report.push(`2022-05-16T15:29:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add read filters from URL`); +report.push(`2022-05-16T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add read filters from URL`); +report.push(`2022-05-16T15:56:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-16T15:57:41+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3444 fix: delete max-width`); 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(traffic chart): check url getcompanies`); +report.push(`2022-05-16T16:53:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1128: JIRA-3444 fix: delete max-width`); +report.push(`2022-05-16T17:29:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1127: JIRA-3327 Add filters for search in Builder`); +report.push(`2022-05-16T18:23:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,10 +20291,10 @@ 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(OIR): fixed maximum height of the rules with the long name`); +report.push(`2022-05-16T18:49:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-05-16T18:59:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2943 fix: step 1 - correct OIR name validation and refactor Roles`); report.push(`1 1 src/setupProxy.js`); report.push(`2 1 src/ts/components/Select/styles/value.scss`); report.push(`5 23 src/ts/pages/Request/components/CreateRequest.tsx`); @@ -20307,41 +20307,41 @@ report.push(`7 0 src/ts/pages/TemplateOir/helpers/create-request/formatDynamicDa report.push(`6 3 src/ts/pages/TemplateOir/helpers/getDisableSubmit.ts`); report.push(`6 3 src/ts/pages/TemplateOir/helpers/getDisableSubmitReason.ts`); report.push(``); -report.push(`2022-05-16T19:06:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected styles`); +report.push(`2022-05-16T19:06:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2943 fix: corrected styles`); report.push(`4 0 src/ts/components/Select/styles/value.scss`); report.push(``); -report.push(`2022-05-16T19:09:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-2943 fix: corrected proxy`); +report.push(`2022-05-16T19:09:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(traffic chart): fix filter in Builder`); +report.push(`2022-05-17T09:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1130: JIRA-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: JIRA-3327 Add read filters from URL`); +report.push(`2022-05-17T10:25:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-05-17T11:00:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1131: Bugfix/JIRA-2943 correct validations errors`); +report.push(`2022-05-17T11:04:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): add fake store to dont crash modalwindow`); +report.push(`2022-05-17T11:05:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): fix filters in Builder`); +report.push(`2022-05-17T11:07:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-17T11:15:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-3467 feat(traffic chart): resolve conflict`); +report.push(`2022-05-17T11:23:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): test pull backend urls for Nginx`); +report.push(`2022-05-17T12:23:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-17T12:31:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-2943 fix: corrected OIR form validation and styles - step 2`); report.push(`7 2 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`10 0 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -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(traffic chart): test pull backend urls for Nginx`); +report.push(`2022-05-17T12:49:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change name prop`); +report.push(`2022-05-17T14:06:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2022-05-17T14:19:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): test pull backend urls for Nginx`); +report.push(`2022-05-17T15:26:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): test pull backend urls for Nginx`); +report.push(`2022-05-17T15:58:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(OIR): added REQUEST-TYPE dependence for available buttons action`); +report.push(`2022-05-17T16:07:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1135: JIRA-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/JIRA-2943 correct OIR form validation`); +report.push(`2022-05-17T16:15:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1132: JIRA-3327 Fix filter in Builder`); +report.push(`2022-05-17T16:16:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1134: JIRA-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/JIRA-3467 frontend api change input in modal`); +report.push(`2022-05-17T20:06:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,32 +20384,32 @@ 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(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(`2022-05-18T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1138: JIRA-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>JIRA-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(faq): return button in Draft`); +report.push(`2022-05-18T10:39:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-18T11:12:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: add select domain in Request`); report.push(`18 4 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-05-18T11:16:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add select domain in Request`); +report.push(`2022-05-18T11:16:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: add select domain in Request`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-05-18T11:24:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3335 fix: The tooltip window moves when you scroll the page`); +report.push(`2022-05-18T11:24:32+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3335 fix: The tooltip window moves when you scroll the page`); report.push(`1 1 src/ts/snippets/HelpIcon/index.tsx`); 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(`2022-05-18T11:58:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): corrected disabled input styles`); +report.push(`2022-05-18T12:03:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); -report.push(`2022-05-18T12:43:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1140: SUBO-3379 Add select domain in Request`); -report.push(`2022-05-18T13:27:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3383 feat: add formWrapper for input in modalWindow`); +report.push(`2022-05-18T12:42:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1139: JIRA-3357 Return button in Draft`); +report.push(`2022-05-18T12:43:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1140: JIRA-3379 Add select domain in Request`); +report.push(`2022-05-18T13:27:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-3383 feat: add formWrapper for input in modalWindow`); report.push(`16 0 src/ts/api/eei.ts`); report.push(`29 0 src/ts/pages/ExternalEmployees/helpers/validationRules.ts`); report.push(`21 0 src/ts/pages/ExternalEmployees/interfaces/Employees.ts`); @@ -20420,9 +20420,9 @@ report.push(`16 0 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(`17 0 src/ts/pages/ExternalEmployees/store/AddCompany.ts`); report.push(`17 0 src/ts/pages/ExternalEmployees/store/AddEmployees.ts`); report.push(``); -report.push(`2022-05-18T15:30:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1142: SUBO-3383 feat: add formWrapper for input in modalWindow`); -report.push(`2022-05-18T16:42:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1141: SUBO-3335 fix: The tooltip window moves when you scroll the page`); -report.push(`2022-05-19T10:45:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3489 feat: add JsonSchemaFile for load files`); +report.push(`2022-05-18T15:30:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1142: JIRA-3383 feat: add formWrapper for input in modalWindow`); +report.push(`2022-05-18T16:42:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1141: JIRA-3335 fix: The tooltip window moves when you scroll the page`); +report.push(`2022-05-19T10:45:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3489 feat: add JsonSchemaFile for load files`); report.push(`119 0 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`12 25 src/ts/pages/ExternalEmployees/modals/Agreement.tsx`); report.push(`11 20 src/ts/pages/ExternalEmployees/modals/Company.tsx`); @@ -20431,19 +20431,19 @@ report.push(`0 25 src/ts/pages/ExternalEmployees/styles/hacks.scss`); report.push(`0 1 src/ts/pages/ExternalEmployees/styles/index.scss`); report.push(`0 18 src/ts/pages/ExternalEmployees/styles/modal.scss`); report.push(``); -report.push(`2022-05-19T10:48:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3489 feat: add JsonSchemaFile for load files`); +report.push(`2022-05-19T10:48:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3489 feat: add JsonSchemaFile for load files`); report.push(`1 2 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(``); -report.push(`2022-05-19T11:00:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-3399 feat: add some descriptions in employees`); +report.push(`2022-05-19T11:00:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-3399 feat: add some descriptions in employees`); report.push(`3 3 src/ts/pages/ExternalEmployees/components/Companies/Companies.tsx`); report.push(`5 3 src/ts/pages/ExternalEmployees/components/Employees.tsx`); report.push(`35 64 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(`9 7 src/ts/snippets/FullCard/components/FullCardItem.tsx`); report.push(`6 3 src/ts/snippets/FullCard/components/Header.tsx`); report.push(``); -report.push(`2022-05-19T11:49:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1143: SUBO-3489 feat: add JsonSchemaFile for load files`); -report.push(`2022-05-19T15:36:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1144: SUBO-3399 feat: add some descriptions in employees`); -report.push(`2022-05-19T16:30:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: added ABAC user attribute from to RoleGroup`); +report.push(`2022-05-19T11:49:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1143: JIRA-3489 feat: add JsonSchemaFile for load files`); +report.push(`2022-05-19T15:36:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1144: JIRA-3399 feat: add some descriptions in employees`); +report.push(`2022-05-19T16:30:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 fix: added ABAC user attribute from to RoleGroup`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`103 0 src/ts/pages/Builder/components/role-group/AbacUserAttributeFrom.tsx`); @@ -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(OIR): disabled default OIR Roles`); +report.push(`2022-05-19T16:59:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-05-19T18:00:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1145: JIRA-3512 fix(OIR): disabled default OIR Roles`); +report.push(`2022-05-19T18:32:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T09:08:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:06:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,56 +20488,56 @@ 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(Excel): add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:16:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add dynamic type list in TNP profile consumers`); +report.push(`2022-05-20T10:21:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add page name in AutoOpen`); +report.push(`2022-05-20T10:53:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-05-20T11:11:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add filter in Bulter header`); +report.push(`2022-05-20T11:26:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1148: JIRA-3132 feat: add IDM service in Nginx`); +report.push(`2022-05-20T11:37:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add filter in Bulter header`); +report.push(`2022-05-20T11:49:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-05-20T11:53:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(OIR): replace name for IDM service`); +report.push(`2022-05-20T11:55:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): removed duplicate Categories in CategorizedSelect`); +report.push(`2022-05-20T12:32:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1146: JIRA-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>JIRA-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(Excel): conect api with agreements`); +report.push(`2022-05-20T12:49:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-05-20T13:03:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3524 fix: hide trm block in execution rules`); +report.push(`2022-05-20T13:03:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3524 fix: hide trm block in execution rules`); report.push(`20 20 src/ts/pages/Builder/components/execution-rules/Form.tsx`); report.push(``); -report.push(`2022-05-20T13:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1147: SUBO-3506 Add dynamic type list in TNP Profile Consumers`); -report.push(`2022-05-20T15:11:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3132 feat: reaplce name for IDM service`); +report.push(`2022-05-20T13:12:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1147: JIRA-3506 Add dynamic type list in TNP Profile Consumers`); +report.push(`2022-05-20T15:11:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-20T16:21:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1150: JIRA-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: JIRA-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: JIRA-3524 fix: hide trm block in execution rules`); +report.push(`2022-05-20T20:19:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-3503 feat: add page projects`); report.push(`9 5 src/ts/api/eei.ts`); report.push(`74 0 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesListSideBar.tsx`); report.push(`122 0 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); @@ -20550,7 +20550,7 @@ report.push(`4 1 src/ts/pages/ExternalEmployees/styles/index.scss`); 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-22T22:37:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3503 feat: fix active item and fix style notification img`); +report.push(`2022-05-22T22:37:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-3503 feat: fix active item and fix style notification img`); report.push(`9 5 src/ts/api/eei.ts`); report.push(`72 0 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesListSideBar.tsx`); report.push(`119 0 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); @@ -20564,24 +20564,24 @@ report.push(`4 1 src/ts/pages/ExternalEmployees/styles/index.scss`); 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(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(`2022-05-22T23:22:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-3503 feat: resolve conflict`); +report.push(`2022-05-23T09:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1152: JIRA-3396 feat(Excel): conect api with agreements`); +report.push(`2022-05-23T11:19:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1154: JIRA-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>JIRA-3379 feat: add user domain in Request`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); report.push(`1 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-05-23T13:13:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add user domain in Request`); +report.push(`2022-05-23T13:13:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: add user domain in Request`); report.push(`1 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-05-23T13:28:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add user domain in Request`); +report.push(`2022-05-23T13:28:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: add user domain in Request`); report.push(`1 0 src/ts/interfaces/request/RequestNew.ts`); report.push(`8 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-23T13:30:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: add user domain in Request`); +report.push(`2022-05-23T13:30:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: add user domain in Request`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-05-23T15:31:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-3503 feat: done second page layout, fix disabled sidebar, change url for agreement`); +report.push(`2022-05-23T15:31:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-3503 feat: done second page layout, fix disabled sidebar, change url for agreement`); report.push(`13 8 src/ts/api/eei.ts`); report.push(`4 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`6 7 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); @@ -20600,9 +20600,9 @@ report.push(`1 0 src/ts/pages/ExternalEmployees/styles/index.scss`); 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-23T15:46:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1155: SUBO-3379 feat: add user domain in Request`); -report.push(`2022-05-23T15:52:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-3503 feat: clean code delete fake item`); -report.push(`2022-05-23T16:01:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: added endpoint`); +report.push(`2022-05-23T15:46:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1155: JIRA-3379 feat: add user domain in Request`); +report.push(`2022-05-23T15:52:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-3503 feat: clean code delete fake item`); +report.push(`2022-05-23T16:01:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 fix: added endpoint`); report.push(`14 1 src/ts/api/acrq.ts`); report.push(`8 25 src/ts/pages/Builder/components/role-group/AbacUserAttributeFrom.tsx`); report.push(`18 12 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); @@ -20618,49 +20618,49 @@ 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(profile): change URL for Tre request in TNP (add structure type)`); +report.push(`2022-05-24T09:20:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change URL for Tre request in TNP (add structure type)`); +report.push(`2022-05-24T09:27:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change URL for Tree requests in TNP (add structure type)`); +report.push(`2022-05-24T09:30:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-24T10:21:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1156: Feature/JIRA-3503 frontend layout second page list companies`); +report.push(`2022-05-24T10:42:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1157: JIRA-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>JIRA-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`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`1 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-05-24T10:54:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: corrected styles`); +report.push(`2022-05-24T10:54:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 fix: corrected styles`); 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(profile): change request for save TRM`); +report.push(`2022-05-24T11:08:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-05-24T11:28:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1158: JIRA-3535 feat(profile): change request for save TRM`); +report.push(`2022-05-24T12:40:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change data for save Consumers`); +report.push(`2022-05-24T12:44:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-24T13:15:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 fix: added linkedState property`); report.push(`4 2 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); 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(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(`2022-05-24T13:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1159: JIRA-3535 feat(profile): change data for save Consumers`); +report.push(`2022-05-24T14:05:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3318 fix: corrected Favorites for main category with id 99999999`); report.push(`2 2 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(``); -report.push(`2022-05-24T16:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1160: SUBO-3318 fix: corrected Favorites for main category with id 99999999`); +report.push(`2022-05-24T16:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1160: JIRA-3318 fix: corrected Favorites for main category with id 99999999`); report.push(`2022-05-24T20:53:58+03:00>Oleg Losev>losev@net.it>removeIdm`); report.push(`1 1 nginx.default.conf`); report.push(``); @@ -20677,59 +20677,59 @@ 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(profile): 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>JIRA-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(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:48:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1165: JIRA-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: JIRA-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(`2022-05-25T10:40:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3215 fix: added Search for OIR name`); report.push(`5 1 src/ts/api/request.ts`); report.push(`10 7 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`11 7 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2022-05-25T10:51:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1167: SUBO-3215 fix: added Search for OIR name`); +report.push(`2022-05-25T10:51:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1167: JIRA-3215 fix: added Search for OIR name`); report.push(`2022-05-25T10:51:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-25T12:51:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3583 fix: corrected Request label for OIR`); +report.push(`2022-05-25T12:51:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3583 fix: corrected Request label for OIR`); report.push(`1 2 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`1 2 src/ts/pages/Request/index.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 2 src/ts/pages/Search/components/Item/Request.tsx`); report.push(``); -report.push(`2022-05-25T12:58:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1168: SUBO-3583 fix: corrected Request label for OIR`); +report.push(`2022-05-25T12:58:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1168: JIRA-3583 fix: corrected Request label for OIR`); report.push(`2022-05-25T12:58:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-25T14:08:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3583 fix: fixed some bugs`); +report.push(`2022-05-25T14:08:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3583 fix: fixed some bugs`); report.push(`0 4 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`12 0 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/shared/SuccessRequest.tsx`); report.push(`4 1 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-05-25T14:16:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1169: SUBO-3583 fix: fixed some bugs`); +report.push(`2022-05-25T14:16:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1169: JIRA-3583 fix: fixed some bugs`); report.push(`2022-05-25T14:16:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-25T14:26:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3583 fix: corrected search request for backend`); +report.push(`2022-05-25T14:26:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3583 fix: corrected search request for backend`); report.push(`5 7 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`5 8 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2022-05-25T14:54:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1170: SUBO-3583 fix: corrected search request for backend`); +report.push(`2022-05-25T14:54:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1170: JIRA-3583 fix: corrected search request for backend`); report.push(`2022-05-25T14:54:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T09:38:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3545 fix: ad formatter for risNumbers`); +report.push(`2022-05-26T09:38:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add multiple values for orgUnit filter`); +report.push(`2022-05-26T09:55:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-05-26T10:39:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3599 fix: Wrong display when selecting a template. Change to formalName`); +report.push(`2022-05-26T10:39:57+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3599 fix: Wrong display when selecting a template. Change to formalName`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); -report.push(`2022-05-26T11:12:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3544 fix: add save for search store`); +report.push(`2022-05-26T11:12:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3544 fix: add save for search store`); report.push(`11 4 src/ts/pages/Builder/pages/Main.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/NewTemplate.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`5 0 src/ts/pages/Builder/store/Main.ts`); report.push(``); -report.push(`2022-05-26T11:31:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-3391 feat: work request for add company and right request for other modalWindow`); +report.push(`2022-05-26T11:31:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-3391 feat: work request for add company and right request for other modalWindow`); report.push(`12 0 src/ts/api/eei.ts`); report.push(`1 0 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); @@ -20746,74 +20746,74 @@ report.push(`4 6 src/ts/pages/ExternalEmployees/store/AddEmployees.ts`); report.push(`8 7 src/ts/pages/ExternalEmployees/store/AddProject.ts`); report.push(`9 0 src/ts/pages/ExternalEmployees/store/Modal.ts`); report.push(``); -report.push(`2022-05-26T12:22:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3626 fix: corrected dependent OIR fields logic`); +report.push(`2022-05-26T12:22:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3626 fix: corrected dependent OIR fields logic`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`17 3 src/ts/pages/TemplateOir/helpers/rules.ts`); report.push(`13 7 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-05-26T13:17:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3628 fix: change logic in Tree`); +report.push(`2022-05-26T13:17:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3628 fix: change logic in Tree`); report.push(`3 1 src/ts/components/Select/components/list/Static.tsx`); report.push(``); -report.push(`2022-05-26T13:22:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1171: SUBO-3545, SUBO-3547 Add formatter for risNumber, add multiple values for orgUnit filter`); +report.push(`2022-05-26T13:22:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1171: JIRA-3545, JIRA-3547 Add formatter for risNumber, add multiple values for orgUnit filter`); report.push(`2022-05-26T13:22:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T13:28:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 fix: change format for domain`); +report.push(`2022-05-26T13:28:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 fix: change format for domain`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-05-26T13:44:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1175: SUBO-3599 fix: Wrong display when selecting a template.`); +report.push(`2022-05-26T13:44:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1175: JIRA-3599 fix: Wrong display when selecting a template.`); report.push(`2022-05-26T13:44:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T13:44:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1176: SUBO-3628 fix: change logic in Tree`); -report.push(`2022-05-26T13:44:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3391 feat: change name in Modal`); +report.push(`2022-05-26T13:44:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1176: JIRA-3628 fix: change logic in Tree`); +report.push(`2022-05-26T13:44:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-3391 feat: change name in Modal`); report.push(`1 1 src/ts/pages/ExternalEmployees/store/Modal.ts`); report.push(``); report.push(`2022-05-26T13:44:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T13:44:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1174: SUBO-3544 fix: add save for search store`); +report.push(`2022-05-26T13:44:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1174: JIRA-3544 fix: add save for search store`); report.push(`2022-05-26T13:44:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -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(`2022-05-26T14:08:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): add isIncludeChildren`); +report.push(`2022-05-26T14:42:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change validation for numbers`); +report.push(`2022-05-26T14:58:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-05-26T15:26:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1179: SUBO-3631 Add isIncludeChildren and fix trim`); +report.push(`2022-05-26T15:26:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1179: JIRA-3631 Add isIncludeChildren and fix trim`); report.push(`2022-05-26T15:26:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T15:31:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3299 fix: corrected text with link in the Help component`); +report.push(`2022-05-26T15:31:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3299 fix: corrected text with link in the Help component`); report.push(`51 43 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`19 14 src/ts/pages/Template/components/Help.tsx`); report.push(`1 6 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2022-05-26T15:34:47+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1178: SUBO-3592 feat: hide external employees icon in sideBar`); +report.push(`2022-05-26T15:34:47+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1178: JIRA-3592 feat: hide external employees icon in sideBar`); report.push(`2022-05-26T15:34:48+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T15:35:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1177: SUBO-3379 fix: change format for domain`); +report.push(`2022-05-26T15:35:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1177: JIRA-3379 fix: change format for domain`); report.push(`2022-05-26T15:35:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T16:31:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3625 fix: change message in Roadmap for OIR`); +report.push(`2022-05-26T16:31:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3625 fix: change message in Roadmap for OIR`); report.push(`7 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-05-26T16:32:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3625 fix: change message in Roadmap for OIR`); +report.push(`2022-05-26T16:32:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3625 fix: change message in Roadmap for OIR`); report.push(`2 2 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-05-26T16:35:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1180: SUBO-3299 fix: corrected text with link in the Help component`); +report.push(`2022-05-26T16:35:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1180: JIRA-3299 fix: corrected text with link in the Help component`); report.push(`2022-05-26T16:35:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T16:36:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1181: SUBO-3626 fix: corrected dependent OIR fields logic`); +report.push(`2022-05-26T16:36:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1181: JIRA-3626 fix: corrected dependent OIR fields logic`); report.push(`2022-05-26T16:36:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-26T17:13:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1182: Bugfix/SUBO-3625 change message in Roadmap for OIR`); +report.push(`2022-05-26T17:13:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1182: Bugfix/JIRA-3625 change message in Roadmap for OIR`); report.push(`2022-05-26T17:13:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-27T09:56:00+03:00>Petr Petrov>petrov@mail.jp>SUBO-3391 feat: change name modal getId to setId`); +report.push(`2022-05-27T09:56:00+03:00>Petr Petrov>petrov@mail.jp>JIRA-3391 feat: change name modal getId to setId`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Employees.tsx`); report.push(``); -report.push(`2022-05-27T10:07:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3630 feat: change logic for autoOpen for any URLs`); +report.push(`2022-05-27T10:07:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3630 feat: change logic for autoOpen for any URLs`); report.push(`2 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-05-27T10:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1173: SUBO-3391 feat: work request for add company and right request for other modalWindow`); -report.push(`2022-05-27T11:00:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: hide domain selec in release`); +report.push(`2022-05-27T10:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1173: JIRA-3391 feat: work request for add company and right request for other modalWindow`); +report.push(`2022-05-27T11:00:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: hide domain selec in release`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(`1 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-27T12:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3583 fix: corrected checkExistence function`); +report.push(`2022-05-27T12:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3583 fix: corrected checkExistence function`); report.push(`4 1 src/ts/api/request.ts`); report.push(`2 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`8 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); @@ -20822,22 +20822,22 @@ report.push(`31 9 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonS report.push(`2 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(`2 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2022-05-27T12:45:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3583 fix: corrected checkExistence function`); +report.push(`2022-05-27T12:45:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3583 fix: corrected checkExistence function`); report.push(`2 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`8 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-05-27T12:55:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1185: Bugfix/SUBO-3583 fix OIR bugs`); +report.push(`2022-05-27T12:55:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1185: Bugfix/JIRA-3583 fix OIR bugs`); report.push(`2022-05-27T12:55:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-27T13:08:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1183: SUBO-3630 feat: change logic for autoOpen for any URLs`); +report.push(`2022-05-27T13:08:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1183: JIRA-3630 feat: change logic for autoOpen for any URLs`); report.push(`2022-05-27T13:08:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-27T13:08:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1184: SUBO-3379 feat: hide domain selec in release`); +report.push(`2022-05-27T13:08:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1184: JIRA-3379 feat: hide domain selec in release`); report.push(`2022-05-27T13:08:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-27T15:15:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-3592 feat: add input for date`); +report.push(`2022-05-27T15:15:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-3592 feat: add input for date`); report.push(`1 0 src/ts/pages/ExternalEmployees/components/CompaniesList/CompaniesList.tsx`); 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(profile): add disabled for Tree`); +report.push(`2022-05-27T15:57:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,18 +20847,18 @@ 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(profile): add disabled for Tree`); +report.push(`2022-05-27T16:00:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-27T17:17:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3666 fix: change logic for favorites`); report.push(`21 25 src/ts/pages/Catalogue/components/favorites/index.tsx`); report.push(`1 1 src/ts/pages/Catalogue/components/favorites/list.tsx`); report.push(`10 1 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-05-27T17:31:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3666 fix: change logic for favorites`); +report.push(`2022-05-27T17:31:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3666 fix: change logic for favorites`); report.push(`1 2 src/ts/pages/Catalogue/store/CatalogueStore.ts`); report.push(``); -report.push(`2022-05-27T18:25:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3485 fix: archive build add table view`); +report.push(`2022-05-27T18:25:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3485 fix: archive build add table view`); report.push(`3 0 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`26 19 src/ts/pages/Tnp/components/Archive/List.tsx`); @@ -20866,117 +20866,117 @@ 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(faq): corrected fix Table in the Constructor`); +report.push(`2022-05-27T18:51:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`2 2 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(``); -report.push(`2022-05-28T20:19:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3569 fix: added dependent OIR field`); +report.push(`2022-05-28T20:19:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3569 fix: added dependent OIR field`); report.push(`1 1 src/setupProxy.js`); report.push(`11 1 src/ts/pages/TemplateOir/components/create-request/CategorizedSelect.tsx`); report.push(`11 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`15 2 src/ts/pages/TemplateOir/helpers/create-request/formatDynamicData.ts`); report.push(``); -report.push(`2022-05-28T20:20:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3569 fix: added dependent OIR field`); +report.push(`2022-05-28T20:20:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3569 fix: added dependent OIR field`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-05-28T21:50:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3569 fix: added dependent OIR field`); +report.push(`2022-05-28T21:50:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3569 fix: added dependent OIR field`); 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(`18 11 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-05-29T10:12:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1188: SUBO-3485 fix: archive build add table view`); +report.push(`2022-05-29T10:12:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1188: JIRA-3485 fix: archive build add table view`); 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:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1187: Bugfix/JIRA-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(faq): corrected fix Table in the Constructor`); +report.push(`2022-05-29T10:15:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1189: JIRA-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:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1190: Bugfix/JIRA-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`); -report.push(`2022-05-29T10:34:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3673 fix: add isLoading for TNP`); +report.push(`2022-05-29T10:34:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3673 fix: add isLoading for TNP`); report.push(`28 11 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-05-29T10:49:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1191: SUBO-3673 fix: add isLoading for TNP`); +report.push(`2022-05-29T10:49:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1191: JIRA-3673 fix: add isLoading for TNP`); report.push(`2022-05-29T10:49:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T10:39:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-3592 feat: hide section tasks fix input for Date`); +report.push(`2022-05-30T10:39:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-3592 feat: hide section tasks fix input for Date`); report.push(`4 3 src/ts/pages/ExternalEmployees/components/Company.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/SideBar.tsx`); 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-30T10:41:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-3592 feat: resolve conflict`); -report.push(`2022-05-30T10:45:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-3592 feat: resolve conflict`); -report.push(`2022-05-30T10:49:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3668 fix: change template name in filters`); +report.push(`2022-05-30T10:41:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-3592 feat: resolve conflict`); +report.push(`2022-05-30T10:45:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-3592 feat: resolve conflict`); +report.push(`2022-05-30T10:49:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3668 fix: change template name in filters`); report.push(`2 1 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`); report.push(``); -report.push(`2022-05-30T10:57:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3679 fix: change style for date filter`); +report.push(`2022-05-30T10:57:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3679 fix: change style for date filter`); report.push(`2 0 src/ts/snippets/ControlPanel/styles/date.scss`); report.push(``); -report.push(`2022-05-30T11:06:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3686 fix: change input type for numbers`); +report.push(`2022-05-30T11:06:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3686 fix: change input type for numbers`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-05-30T11:09:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3674 fix: corrected OIR field data for saving`); +report.push(`2022-05-30T11:09:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3674 fix: corrected OIR field data for saving`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/formatDynamicData.ts`); report.push(``); -report.push(`2022-05-30T11:34:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3315 fix: add error message for Send request`); +report.push(`2022-05-30T11:34:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3315 fix: add error message for Send request`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); report.push(`2 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-30T11:40:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3315 fix: add error message for Send request`); +report.push(`2022-05-30T11:40:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3315 fix: add error message for Send request`); report.push(`0 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2022-05-30T12:02:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1193: SUBO-3668 fix: change template name in filters`); +report.push(`2022-05-30T12:02:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1193: JIRA-3668 fix: change template name in filters`); report.push(`2022-05-30T12:02:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T12:03:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1196: SUBO-3674 fix: corrected OIR field data for saving`); +report.push(`2022-05-30T12:03:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1196: JIRA-3674 fix: corrected OIR field data for saving`); 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:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1194: JIRA-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(AIS): replace titles in Builder`); +report.push(`2022-05-30T12:14:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-05-30T12:17:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1195: JIRA-3686 fix: change input type for numbers`); report.push(`2022-05-30T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T12:19:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3315 fix: add error message for Send request`); +report.push(`2022-05-30T12:19:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3315 fix: add error message for Send request`); report.push(`0 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-30T12:30:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3680 fix: rename title on short card in Builder`); +report.push(`2022-05-30T12:30:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3680 fix: rename title on short card in Builder`); report.push(`15 8 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2022-05-30T12:33:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3680 fix: rename title on short card in Builder`); +report.push(`2022-05-30T12:33:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3680 fix: rename title on short card in Builder`); 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>Pull request #1199: JIRA-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(AIS): replace titles in Builder`); +report.push(`2022-05-30T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1198: JIRA-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(`2022-05-30T12:54:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3683 fix: added upn to getOir function`); report.push(`4 2 src/ts/api/request.ts`); report.push(`4 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`12 1 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2022-05-30T13:18:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1192: Feature/SUBO-3592 frontend Correct form extrernal employees`); -report.push(`2022-05-30T13:42:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1197: SUBO-3315 fix: add error message for Send request`); +report.push(`2022-05-30T13:18:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1192: Feature/JIRA-3592 frontend Correct form extrernal employees`); +report.push(`2022-05-30T13:42:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1197: JIRA-3315 fix: add error message for Send request`); report.push(`2022-05-30T13:42:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T13:50:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 fix: fetched master`); -report.push(`2022-05-30T14:19:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1200: SUBO-3683 fix: added upn to getOir function`); +report.push(`2022-05-30T13:50:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 fix: fetched master`); +report.push(`2022-05-30T14:19:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1200: JIRA-3683 fix: added upn to getOir function`); report.push(`2022-05-30T14:19:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-30T15:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 feat: added function for getting LIST or TEXT dictionaries`); +report.push(`2022-05-30T15:42:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 feat: added function for getting LIST or TEXT dictionaries`); report.push(`54 11 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`0 1 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); -report.push(`2022-05-30T17:24:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 feat: added function for getting TEXT attributes`); +report.push(`2022-05-30T17:24:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 feat: added function for getting TEXT attributes`); report.push(`9 1 src/ts/api/acrq.ts`); report.push(`10 7 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`5 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`4 4 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-05-30T17:29:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3368 feat: added function for getting TEXT attributes`); +report.push(`2022-05-30T17:29:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3368 feat: added function for getting TEXT attributes`); report.push(`1 1 src/ts/pages/Builder/components/role-group/CreateAttribute.tsx`); report.push(``); -report.push(`2022-05-30T17:35:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: add search for input`); +report.push(`2022-05-30T17:35:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: add search for input`); report.push(`2 0 src/styles/variables.scss`); report.push(`15 1 src/ts/api/eei.ts`); report.push(`12 13 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); @@ -20984,39 +20984,39 @@ report.push(`26 0 src/ts/pages/ExternalEmployees/components/SerchCompany.tsx`); 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(faq): change date validation`); +report.push(`2022-05-31T09:37:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1201: Feature/JIRA-3368 add Select to Role Group in Constructor`); +report.push(`2022-05-31T10:10:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change date validation`); +report.push(`2022-05-31T10:18:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): corrected ABAC attribute saving`); +report.push(`2022-05-31T10:45:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2022-05-31T11:04:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-05-31T11:04:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`19 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`61 44 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`5 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); report.push(`2022-05-31T11:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-31T11:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1203: SUBO-3687 Fix limits date in Report and in OIR template`); -report.push(`2022-05-31T11:21:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: change input for search add store`); +report.push(`2022-05-31T11:15:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1203: JIRA-3687 Fix limits date in Report and in OIR template`); +report.push(`2022-05-31T11:21:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: change input for search add store`); report.push(`1 8 src/ts/api/eei.ts`); report.push(`20 7 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); 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(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(`2022-05-31T11:30:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1204: JIRA-3596 feat(Excel): corrected ABAC attribute saving`); +report.push(`2022-05-31T12:21:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 0 src/ts/pages/Template/components/Form.tsx`); @@ -21025,10 +21025,10 @@ report.push(`20 18 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`4 1 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(`5 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-05-31T12:34:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1340 fix: return search filters`); +report.push(`2022-05-31T12:34:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1340 fix: return search filters`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-05-31T13:43:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3600 fix: corrected search logic`); +report.push(`2022-05-31T13:43:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3600 fix: corrected search logic`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`35 32 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); report.push(`1 3 src/ts/pages/ExternalEmployees/index.tsx`); @@ -21036,7 +21036,7 @@ report.push(`0 17 src/ts/pages/ExternalEmployees/store/SearchInput.ts`); report.push(`0 4 src/ts/pages/ExternalEmployees/styles/companyProjects.scss`); report.push(`0 8 src/ts/pages/ExternalEmployees/styles/hacks.scss`); report.push(``); -report.push(`2022-05-31T13:48:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: change format for selected role id`); +report.push(`2022-05-31T13:48:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: change format for selected role id`); report.push(`2 2 src/ts/interfaces/request/Role.ts`); report.push(`2 4 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/pages/Template/components/Template.tsx`); @@ -21048,36 +21048,36 @@ report.push(`8 6 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`18 14 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`2 6 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-05-31T13:53:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3379 feat: return user domain in Template`); +report.push(`2022-05-31T13:53:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3379 feat: return user domain in Template`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(`0 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-05-31T14:01:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1206: SUBO-3379 feat: return user domain in Template`); -report.push(`2022-05-31T14:55:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1205: SUBO-1340 fix: return search filters`); +report.push(`2022-05-31T14:01:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1206: JIRA-3379 feat: return user domain in Template`); +report.push(`2022-05-31T14:55:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1205: JIRA-1340 fix: return search filters`); report.push(`2022-05-31T14:55:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-05-31T16:06:07+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: fix warning in listSideBar`); +report.push(`2022-05-31T16:06:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: fix warning in listSideBar`); report.push(`0 1 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesListSideBar.tsx`); report.push(`8 1 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); report.push(``); -report.push(`2022-05-31T16:09:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: fix warning in listSideBar`); +report.push(`2022-05-31T16:09:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: fix warning in listSideBar`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); report.push(``); -report.push(`2022-05-31T16:15:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: condition in useEffect`); +report.push(`2022-05-31T16:15:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: condition in useEffect`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); report.push(``); -report.push(`2022-05-31T16:17:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-3600 feat: resolve conflict`); -report.push(`2022-05-31T17:18:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3600 fix: corrected Sidebar`); +report.push(`2022-05-31T16:17:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-3600 feat: resolve conflict`); +report.push(`2022-05-31T17:18:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3600 fix: corrected Sidebar`); report.push(`7 10 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesListSideBar.tsx`); report.push(`5 4 src/ts/pages/ExternalEmployees/components/CompaniesProjects/CompaniesProjects.tsx`); report.push(`2 0 src/ts/pages/ExternalEmployees/styles/companyProjects.scss`); report.push(``); -report.push(`2022-05-31T17:29:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1202: SUBO-3600 feat: add search for input`); -report.push(`2022-06-01T11:14:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3466 fix: changed the order for orgUnit field`); +report.push(`2022-05-31T17:29:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1202: JIRA-3600 feat: add search for input`); +report.push(`2022-06-01T11:14:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3466 fix: changed the order for orgUnit field`); report.push(`12 4 src/ts/pages/TemplateOir/components/create-request/CategorizedSelect.tsx`); report.push(`21 6 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`0 16 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2022-06-01T11:47:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T11:47:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`4 4 src/ts/pages/Template/components/Form.tsx`); report.push(`6 8 src/ts/pages/Template/components/Template.tsx`); report.push(`18 16 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); @@ -21088,37 +21088,37 @@ report.push(`4 4 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`5 5 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-06-01T11:54:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T11:54:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`12 12 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`4 4 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-06-01T11:59:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T11:59:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-01T12:13:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1207: SUBO-3466 fix: changed the order for orgUnit field`); -report.push(`2022-06-01T12:14:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T12:13:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1207: JIRA-3466 fix: changed the order for orgUnit field`); +report.push(`2022-06-01T12:14:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`12 5 src/ts/snippets/AccessGroups/components/Attributes.tsx`); report.push(`13 4 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`15 4 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(`13 4 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`14 4 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-06-01T12:33:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T12:33:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`16 3 src/ts/pages/Template/components/Form.tsx`); report.push(`11 6 src/ts/pages/Template/components/Template.tsx`); report.push(`2 2 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`7 5 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-06-01T13:08:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3370 feat: add attributes in Roles`); +report.push(`2022-06-01T13:08:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3370 feat: add attributes in Roles`); report.push(`15 10 src/ts/pages/Template/components/Template.tsx`); report.push(`5 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`1 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`1 3 src/ts/snippets/AccessGroups/index.tsx`); 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(`2022-06-01T13:26:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): added Remove access for OIR`); +report.push(`2022-06-01T13:27:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,28 +21131,28 @@ 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(profile): added Remove access for OIR`); +report.push(`2022-06-01T13:33:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-06-01T14:17:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3705 fix: return old link in Request`); report.push(`5 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(``); -report.push(`2022-06-01T14:49:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1210: SUBO-3705 fix: return old link in Request`); +report.push(`2022-06-01T14:49:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1210: JIRA-3705 fix: return old link in Request`); report.push(`2022-06-01T14:49:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.6.0 -> master`); -report.push(`2022-06-02T09:55:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3549 fix: added validation`); +report.push(`2022-06-02T09:55:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3549 fix: added validation`); report.push(`27 16 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`6 3 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); 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(traffic chart): add new filters in reconciliation and all`); +report.push(`2022-06-02T10:46:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add new filters in reconciliation and all`); +report.push(`2022-06-02T11:01:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add hack for integration form`); +report.push(`2022-06-02T11:21:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-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}`); @@ -21166,13 +21166,13 @@ report.push(`17 2 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(`4 3 src/ts/pages/ExternalEmployees/store/AddEmployees.ts`); report.push(`3 1 src/ts/pages/ExternalEmployees/store/AddProject.ts`); report.push(``); -report.push(`2022-06-02T11:44:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3604 fix: change method in http client`); +report.push(`2022-06-02T11:44:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3604 fix: change method in http client`); report.push(`2 1 src/ts/helpers/http/Client.ts`); report.push(``); -report.push(`2022-06-02T12:47:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3549 fix: deleted commented styles`); +report.push(`2022-06-02T12:47:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3549 fix: deleted commented styles`); report.push(`0 5 src/ts/pages/Tnp/styles/hacks.scss`); report.push(``); -report.push(`2022-06-02T12:58:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 refactor: removed unused stuff and tided up the directory`); +report.push(`2022-06-02T12:58:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 refactor: removed unused stuff and tided up the directory`); report.push(`4 28 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`8 0 src/ts/pages/Request/components/DeleteRequest.tsx`); report.push(`1 11 src/ts/pages/TemplateOir/components/Template.tsx`); @@ -21196,30 +21196,30 @@ report.push(`0 16 src/ts/pages/TemplateOir/interfaces/IStaticFields.ts`); report.push(`0 11 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`5 5 src/ts/pages/TemplateOir/store/Template.ts`); report.push(``); -report.push(`2022-06-02T13:02:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3604 fix: change http client for send files`); +report.push(`2022-06-02T13:02:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3604 fix: change http client for send files`); report.push(`10 15 src/ts/helpers/http/Client.ts`); report.push(`2 2 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(``); -report.push(`2022-06-02T13:34:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1211: SUBO-3549 fix: added validation`); -report.push(`2022-06-02T13:38:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3604 fix: change http client for send files`); +report.push(`2022-06-02T13:34:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1211: JIRA-3549 fix: added validation`); +report.push(`2022-06-02T13:38:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3604 fix: change http client for send files`); report.push(`2 1 src/ts/api/eei.ts`); 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(profile): integration form add agreements`); +report.push(`2022-06-02T13:56:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1208: JIRA-3370 Add attributes with JsonSchema in Roles`); +report.push(`2022-06-02T15:34:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-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:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1212: JIRA-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(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(`2022-06-03T10:58:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2445 feat(profile): merge with develop`); +report.push(`2022-06-03T11:31:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-06-03T11:44:07+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1213: Feature/SUBO-3604 frontend integration form add agreements`); -report.push(`2022-06-03T12:24:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-3603 feat: add integration for form project`); +report.push(`2022-06-03T11:44:07+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1213: Feature/JIRA-3604 frontend integration form add agreements`); +report.push(`2022-06-03T12:24:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-3603 feat: add integration for form project`); report.push(`2 1 src/ts/api/eei.ts`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`5 5 src/ts/pages/ExternalEmployees/components/ProjectInfo.tsx`); @@ -21229,23 +21229,23 @@ 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(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(`2022-06-03T13:47:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1186: JIRA-2445 feat(profile): add disabled for Tree`); +report.push(`2022-06-06T10:26:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1215: JIRA-3603 feat: add integration for form project`); +report.push(`2022-06-06T11:30:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`18 2 src/ts/pages/Template/helpers/converter.ts`); report.push(`6 4 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-06T11:47:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-06T11:47:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); report.push(`8 0 src/ts/pages/Template/helpers/converter.ts`); report.push(`12 6 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-06-06T12:01:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-06T12:01:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); 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(profile): added form for employees`); +report.push(`2022-06-06T12:12:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -21255,31 +21255,31 @@ report.push(`15 1 src/ts/pages/ExternalEmployees/store/AddEmployees.ts`); report.push(`1 0 src/ts/pages/ExternalEmployees/styles/external.scss`); report.push(`4 74 src/ts/snippets/FullCard/components/FullCardEmployees.tsx`); report.push(``); -report.push(`2022-06-07T09:50:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-07T09:50:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`3 3 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-06-07T10:27:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-07T10:27:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); report.push(`2 2 src/ts/snippets/AccessGroups/components/Attributes.tsx`); report.push(``); -report.push(`2022-06-07T10:37:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-07T10:37:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); report.push(`11 1 src/ts/pages/Template/helpers/converter.ts`); report.push(`2 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-06-07T10:40:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add convert for abac attributes`); +report.push(`2022-06-07T10:40:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3371 feat: add convert for abac attributes`); 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(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(`2022-06-07T10:41:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1217: JIRA-3605 feat(profile): added form for employees`); +report.push(`2022-06-07T11:18:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1216: JIRA-3371 Add converter for abac attribute`); +report.push(`2022-06-07T12:11:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-3602 feat: change card for main page external employees`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Companies/Companies.tsx`); report.push(`64 0 src/ts/pages/ExternalEmployees/components/EmployeesFullCard/Cards/CompanyCard.tsx`); 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(profile): added logic from AIS`); +report.push(`2022-06-07T12:22:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -21299,86 +21299,86 @@ report.push(`4 9 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`93 0 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`8 29 src/ts/pages/TemplateOir/store/{Template.ts => CreateRequestStore.ts}`); report.push(``); -report.push(`2022-06-07T12:38:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3371 feat: add abac attributes`); +report.push(`2022-06-07T12:38:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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`); +report.push(`2022-06-07T13:14:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 feat(profile): fetched commits`); +report.push(`2022-06-07T15:45:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1219: JIRA-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: JIRA-3371 feat: add abac attributes`); +report.push(`2022-06-07T17:11:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: removed console log`); report.push(`0 2 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-06-07T17:12:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: removed console log`); +report.push(`2022-06-07T17:12:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: removed console log`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-06-08T13:53:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected requestActionType`); +report.push(`2022-06-08T13:53:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: corrected requestActionType`); report.push(`3 3 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(`2 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`10 14 src/ts/pages/Request/index.tsx`); report.push(`10 18 src/ts/pages/Requests/components/item/index.tsx`); report.push(`20 33 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.tsx`); report.push(``); -report.push(`2022-06-08T13:56:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected requestActionType`); +report.push(`2022-06-08T13:56:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: corrected requestActionType`); report.push(`3 3 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(`2 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`10 14 src/ts/pages/Request/index.tsx`); report.push(`10 18 src/ts/pages/Requests/components/item/index.tsx`); report.push(`20 33 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.tsx`); report.push(``); -report.push(`2022-06-08T14:52:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected requestActionType`); +report.push(`2022-06-08T14:52:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: corrected requestActionType`); report.push(`4 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-06-08T14:53:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3455 fix: corrected requestActionType`); +report.push(`2022-06-08T14:53:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-06-08T17:43:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1209: JIRA-3455 feat(profile): added Remove access for OIR`); +report.push(`2022-06-08T17:55:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3455 fix: fetched master`); +report.push(`2022-06-08T18:03:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): fix role in list profile`); +report.push(`2022-06-09T14:02:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2022-06-10T10:08:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-3820 feat: refactoring send file, delete hack new Blob`); +report.push(`2022-06-09T17:06:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1221: Feature/JIRA-3455 refactor OIR`); +report.push(`2022-06-10T10:08:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-3820 feat: refactoring send file, delete hack new Blob`); report.push(`4 10 src/ts/pages/ExternalEmployees/store/AddAgreements.ts`); report.push(`2 12 src/ts/pages/ExternalEmployees/store/AddEmployees.ts`); report.push(`2 12 src/ts/pages/ExternalEmployees/store/AddProject.ts`); report.push(``); -report.push(`2022-06-10T10:25:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3798 feat: change save logic in ABAC attributes`); +report.push(`2022-06-10T10:25:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3798 feat: change save logic in ABAC attributes`); report.push(`2 4 src/ts/interfaces/request/Role.ts`); report.push(`9 5 src/ts/pages/Template/helpers/converter.ts`); report.push(`7 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`19 1 src/ts/snippets/AccessGroups/helpers/index.ts`); 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(`2022-06-10T10:28:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add sort roles in Request`); +report.push(`2022-06-10T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add sort roles in Request`); +report.push(`2022-06-10T10:57:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(traffic chart): added default orgUnits to OIR roles`); +report.push(`2022-06-10T11:40:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1222: JIRA-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: JIRA-3798 Change save logic in ABAC attributes`); +report.push(`2022-06-10T12:44:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`6 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2022-06-10T14:31:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1225: SUBO-3861 Add sort roles in Request`); -report.push(`2022-06-10T14:35:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1223: SUBO-3820 feat: refactoring send file, delete hack new Blob`); -report.push(`2022-06-10T14:46:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3798 fix: change logic for Text abac attributes`); +report.push(`2022-06-10T14:31:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1225: JIRA-3861 Add sort roles in Request`); +report.push(`2022-06-10T14:35:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1223: JIRA-3820 feat: refactoring send file, delete hack new Blob`); +report.push(`2022-06-10T14:46:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3798 fix: change logic for Text abac attributes`); report.push(`3 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-06-10T15:47:53+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1226: SUBO-3798 fix: change logic for Text abac attributes`); -report.push(`2022-06-14T10:48:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3792 feat: added default departments to OIR`); +report.push(`2022-06-10T15:47:53+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1226: JIRA-3798 fix: change logic for Text abac attributes`); +report.push(`2022-06-14T10:48:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3792 feat: added default departments to OIR`); report.push(`17 10 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`7 16 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`3 3 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); @@ -21386,10 +21386,10 @@ 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(OIR): corrected Roles type prop`); +report.push(`2022-06-14T10:52:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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.`); +report.push(`2022-06-14T10:54:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3549 feat: Notification of the success of operations with TNP. Fixed TNP styles.`); report.push(`39 10 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`2 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBar.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarAccordion.tsx`); @@ -21403,7 +21403,7 @@ report.push(`4 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(`2 0 src/ts/pages/Tnp/styles/shor-card.scss`); report.push(`0 1 src/ts/pages/Tnp/styles/side-bar.scss`); report.push(``); -report.push(`2022-06-14T12:13:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change snippet for Treatments`); +report.push(`2022-06-14T12:13:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change snippet for Treatments`); report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`83 0 src/ts/pages/Treatments2/components/RequestList.tsx`); @@ -21412,19 +21412,19 @@ report.push(`202 0 src/ts/pages/Treatments2/index.tsx`); report.push(`5 0 src/ts/pages/Treatments2/store/SearchFilters.ts`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2022-06-14T12:23:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change snippet for Treatments`); +report.push(`2022-06-14T12:23:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change snippet for Treatments`); report.push(`7 7 src/ts/pages/Treatments2/helpers/routes.ts`); report.push(`12 4 src/ts/pages/Treatments2/index.tsx`); report.push(``); -report.push(`2022-06-14T12:45:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change logic for Treatments`); +report.push(`2022-06-14T12:45:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change logic for Treatments`); report.push(`0 0 src/ts/pages/{Treatments2 => Treatments}/components/RequestList.tsx`); report.push(`0 0 src/ts/pages/{Treatments2 => Treatments}/helpers/routes.ts`); report.push(`118 111 src/ts/pages/Treatments/index.tsx`); report.push(`111 118 src/ts/pages/Treatments2/index.tsx`); report.push(``); -report.push(`2022-06-14T15:23:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1227: Feature/SUBO-3792 add default departments to OIR`); -report.push(`2022-06-14T16:12:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1228: SUBO-3549 feat: Notification of the success of operations with TNP.`); -report.push(`2022-06-14T16:56:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3763 feat: change card company and add status`); +report.push(`2022-06-14T15:23:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1227: Feature/JIRA-3792 add default departments to OIR`); +report.push(`2022-06-14T16:12:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1228: JIRA-3549 feat: Notification of the success of operations with TNP.`); +report.push(`2022-06-14T16:56:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-3763 feat: change card company and add status`); report.push(`1 2 src/ts/api/eei.ts`); report.push(`3 0 src/ts/api/request.ts`); report.push(`2 0 src/ts/helpers/constants.ts`); @@ -21439,18 +21439,18 @@ 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(profile): card header length trimmed`); +report.push(`2022-06-14T22:43:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-06-15T11:06:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1231: JIRA-3834 feat(profile): card header length trimmed`); +report.push(`2022-06-15T12:34:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`37 0 src/ts/pages/Reconciliations2/helpers/routes.ts`); report.push(`276 0 src/ts/pages/Reconciliations2/index.tsx`); report.push(`5 0 src/ts/pages/Reconciliations2/store/SearchFilters.ts`); report.push(``); -report.push(`2022-06-15T13:04:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-3763 feat: fix info and remove approvalStatus`); +report.push(`2022-06-15T13:04:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-3763 feat: fix info and remove approvalStatus`); report.push(`0 1 src/ts/interfaces/request/RequestFull.ts`); report.push(`0 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(`0 11 src/ts/pages/Tnp/components/Archive/Info.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(traffic chart): added constraint fot external companies in the Tree`); +report.push(`2022-06-15T13:39:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -21472,7 +21472,7 @@ report.push(`4 0 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx` report.push(`1 0 src/ts/pages/Template/helpers/converter.ts`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-06-15T13:42:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change code in reconciliations`); +report.push(`2022-06-15T13:42:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change code in reconciliations`); report.push(`0 8 src/ts/pages/Reconciliations/index.scss`); report.push(`139 114 src/ts/pages/Reconciliations/index.tsx`); report.push(`0 0 src/ts/pages/{Reconciliations => Reconciliations2}/ButtonsWrapper.tsx`); @@ -21481,12 +21481,12 @@ report.push(`0 37 src/ts/pages/Reconciliations2/helpers/routes.ts`); report.push(`8 0 src/ts/pages/Reconciliations2/index.scss`); report.push(`86 136 src/ts/pages/Reconciliations2/index.tsx`); 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(`2022-06-15T13:44:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-06-15T13:49:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1232: JIRA-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: JIRA-3740 Refactoring treatments (part 1)`); +report.push(`2022-06-15T13:53:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change code in reconciliations`); report.push(`0 12 src/ts/pages/Authorization/components/Success.tsx`); report.push(`0 93 src/ts/pages/Reconciliations2/ButtonsWrapper.tsx`); report.push(`0 8 src/ts/pages/Reconciliations2/index.scss`); @@ -21495,59 +21495,59 @@ report.push(`0 5 src/ts/pages/Reconciliations2/store/SearchFilters.ts`); report.push(`0 203 src/ts/pages/Treatments2/index.tsx`); report.push(`0 5 src/ts/pages/Treatments2/store/SearchFilters.ts`); report.push(``); -report.push(`2022-06-15T14:26:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change code in reconciliations`); +report.push(`2022-06-15T14:26:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change code in reconciliations`); report.push(`6 0 src/ts/pages/Reconciliations/index.tsx`); report.push(`2 2 src/ts/pages/Reports/components/FilterByUser.tsx`); report.push(`44 70 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2022-06-15T14:28:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3740 refactor: change code in reconciliations`); +report.push(`2022-06-15T14:28:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3740 refactor: change code in reconciliations`); report.push(`101 0 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2022-06-15T14:42:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3886 fix: hide Search div for disabled Tree`); +report.push(`2022-06-15T14:42:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3886 fix: hide Search div for disabled Tree`); report.push(`3 1 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2022-06-15T15:22:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3888 fix: corrected default length for Input`); +report.push(`2022-06-15T15:22:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3888 fix: corrected default length for Input`); report.push(`8 2 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); -report.push(`2022-06-15T15:24:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3888 fix: corrected default length for Input`); +report.push(`2022-06-15T15:24:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3888 fix: corrected default length for Input`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(``); -report.push(`2022-06-15T16:09:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1234: SUBO-3886 fix: hide Search div for disabled Tree`); -report.push(`2022-06-16T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1233: SUBO-3740 Refactoring reconciliations (part 2)`); -report.push(`2022-06-16T09:22:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1235: Bugfix/SUBO-3888 correct default length for Input`); -report.push(`2022-06-16T10:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3880 feat: restore values for ABAC attributes`); +report.push(`2022-06-15T16:09:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1234: JIRA-3886 fix: hide Search div for disabled Tree`); +report.push(`2022-06-16T09:22:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1233: JIRA-3740 Refactoring reconciliations (part 2)`); +report.push(`2022-06-16T09:22:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1235: Bugfix/JIRA-3888 correct default length for Input`); +report.push(`2022-06-16T10:13:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3880 feat: restore values for ABAC attributes`); report.push(`42 9 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/Template/components/Template.tsx`); 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(`2022-06-16T10:51:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change store for save saveRequest`); +report.push(`2022-06-16T11:16:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): try catch wrong RegExp`); +report.push(`2022-06-16T12:11:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-06-16T12:42:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1236: JIRA-3880 feat: restore values for ABAC attributes`); +report.push(`2022-06-16T12:42:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1238: JIRA-3792 fix(OIR): try catch wrong RegExp`); +report.push(`2022-06-16T12:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1237: JIRA-3737 feat(traffic chart): change store for save saveRequest`); +report.push(`2022-06-16T13:49:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): Applying the TNP version at the push of a button`); +report.push(`2022-06-16T14:16:34+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-06-16T14:22:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1230: SUBO-3763 feat: change card company and add status`); -report.push(`2022-06-16T14:31:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3880 feat: restore role abac attributes in Draft`); +report.push(`2022-06-16T14:22:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1230: JIRA-3763 feat: change card company and add status`); +report.push(`2022-06-16T14:31:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3880 feat: restore role abac attributes in Draft`); report.push(`6 0 src/ts/interfaces/request/Role.ts`); report.push(`34 13 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); 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(`2022-06-16T14:34:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add sort for roles`); +report.push(`2022-06-16T16:03:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): 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>JIRA-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(AIS): add sort for roles`); +report.push(`2022-06-16T17:30:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1240: JIRA-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: JIRA-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(`2022-06-17T10:01:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1239: Feature/JIRA-3835 applying tnp push of button`); +report.push(`2022-06-17T10:35:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add disable button for domains in Template`); +report.push(`2022-06-17T10:53:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-06-17T12:09:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): add error message and disable for save Draft`); +report.push(`2022-06-17T12:38:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change headers and filters in requests`); +report.push(`2022-06-17T13:12:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1246: JIRA-2445 fix: added disabling constaint for OIR orgUnit`); +report.push(`2022-06-17T13:17:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): refactoring tnp add store for consumers and credentials`); +report.push(`2022-06-17T14:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1244: JIRA-3704 fix: add saved favorites`); +report.push(`2022-06-17T14:48:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,19 +21595,19 @@ 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(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(`2022-06-17T15:33:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1248: JIRA-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: JIRA-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: JIRA-3722 fix(OIR): add disable button for domains in Template`); +report.push(`2022-06-17T16:11:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-06-17T16:13:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3903 fix: show select domain for user with bad UPN`); +report.push(`2022-06-17T16:13:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3903 fix: show select domain for user with bad UPN`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`11 4 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-17T17:12:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1250: SUBO-3903 fix: show select domain for user with bad UPN`); -report.push(`2022-06-20T10:10:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3851 feat: added Edit form for OIR Create request`); +report.push(`2022-06-17T17:12:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1250: JIRA-3903 fix: show select domain for user with bad UPN`); +report.push(`2022-06-20T10:10:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3851 feat: added Edit form for OIR Create request`); report.push(`5 7 src/ts/interfaces/request/RequestFull.ts`); report.push(`41 0 src/ts/pages/Request/components/EditCreateRequest.tsx`); report.push(`54 10 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); @@ -21617,31 +21617,31 @@ report.push(`28 0 src/ts/pages/TemplateOir/components/create-request/EditForm.ts report.push(`4 3 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`1 1 src/ts/store/Form.ts`); 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(`2022-06-20T10:17:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): 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>JIRA-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(``); -report.push(`2022-06-20T10:49:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3884 fix: add sort for roles when User changed in Template`); +report.push(`2022-06-20T10:49:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3884 fix: add sort for roles when User changed in Template`); report.push(`8 5 src/ts/pages/Template/components/Form.tsx`); 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(`2022-06-20T10:52:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(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(`2022-06-20T10:57:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3851 fix(AIS): corrected merge conflict`); +report.push(`2022-06-20T11:13:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1251: Feature/JIRA-3851 add Edit form for OIR`); +report.push(`2022-06-20T11:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1253: JIRA-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>JIRA-3764 fix: merge with develop`); +report.push(`2022-06-20T11:30:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): 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: JIRA-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:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1254: JIRA-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`); -report.push(`2022-06-20T14:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3918 fix: added new constaint for Tree component`); +report.push(`2022-06-20T14:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3918 fix: added new constaint for Tree component`); report.push(`0 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`0 4 src/ts/components/Select/index.tsx`); report.push(`1 5 src/ts/components/Tree/components/TreeBuilder.tsx`); @@ -21650,11 +21650,11 @@ report.push(`0 2 src/ts/components/Tree/index.tsx`); report.push(`0 4 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`21 6 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-06-20T17:12:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-3799 feat: added notification for status of templete`); +report.push(`2022-06-20T17:12:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-3799 feat: added notification for status of templete`); 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(AIS): added button to save Edit OIR form`); +report.push(`2022-06-20T17:30:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -21667,60 +21667,60 @@ report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`1 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`6 5 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2022-06-20T17:50:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3918 fix: corrected path`); +report.push(`2022-06-20T17:50:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3918 fix: corrected path`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-06-20T18:32:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3895 fix: renamed OIR field and remove div title for checkbox`); +report.push(`2022-06-20T18:32:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3895 fix: renamed OIR field and remove div title for checkbox`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`1 1 src/ts/pages/Request/components/DeleteRequest.tsx`); report.push(``); -report.push(`2022-06-20T18:36:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3895 fix: renamed OIR field and remove div title for checkbox`); +report.push(`2022-06-20T18:36:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3895 fix: renamed OIR field and remove div title for checkbox`); 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:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1255: JIRA-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(OIR): add update page number for search filters`); +report.push(`2022-06-21T10:16:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); 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:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1258: JIRA-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(OIR): add update page number for search filters`); +report.push(`2022-06-21T10:56:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1259: JIRA-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(AIS): corrected getDisableForTreeItems function`); +report.push(`2022-06-21T11:19:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-06-21T11:37:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3923 fix: add user domain in Draft`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`1 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-21T11:50:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3923 fix: add user domain in Draft`); +report.push(`2022-06-21T11:50:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3923 fix: add user domain in Draft`); 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(AIS): corrected checkExistence`); +report.push(`2022-06-21T12:42:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected getDisableForTreeItems function`); +report.push(`2022-06-21T12:57:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1260: JIRA-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(`2022-06-21T13:52:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): Added new actions with build. clearFrom false`); +report.push(`2022-06-21T14:28:25+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`1 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-06-21T14:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1261: SUBO-3923 add user domain in Draft`); +report.push(`2022-06-21T14:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1261: JIRA-3923 add user domain in Draft`); 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:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1262: JIRA-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(profile): Added new actions with build.`); +report.push(`2022-06-21T15:57:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1263: JIRA-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(`2022-06-21T18:18:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3851 feat: added modal window for IMPROVED requests`); report.push(`1 1 src/setupProxy.js`); report.push(`2 1 src/ts/api/request.ts`); report.push(`1 1 src/ts/helpers/constants.ts`); @@ -21728,18 +21728,18 @@ 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(AIS): change proxy`); +report.push(`2022-06-21T18:22:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): added button to save Edit OIR form`); +report.push(`2022-06-22T10:35:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1257: JIRA-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:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1256: JIRA-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`); -report.push(`2022-06-22T14:38:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2199 fix: merge with master`); -report.push(`2022-06-22T14:40:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2199 fix: merge with master`); +report.push(`2022-06-22T14:38:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2199 fix: merge with master`); +report.push(`2022-06-22T14:40:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2199 fix: merge with master`); report.push(`2 1 src/ts/helpers/validation/index.test.ts`); report.push(``); -report.push(`2022-06-22T17:39:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-22T17:39:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); report.push(`2 2 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`255 0 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(`252 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); @@ -21750,7 +21750,7 @@ report.push(`60 237 src/ts/pages/Reconciliations/index.tsx`); report.push(`10 6 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); report.push(`2 2 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-06-23T12:47:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-23T12:47:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); report.push(`1 0 src/ts/api/request.ts`); report.push(`42 1 src/ts/api/tsrVersion.ts`); report.push(`18 0 src/ts/interfaces/TnpVersion.ts`); @@ -21765,18 +21765,18 @@ report.push(`166 0 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(`2 4 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(`2 1 src/ts/snippets/RequestStatus/interfaces/Request.ts`); report.push(``); -report.push(`2022-06-23T13:25:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-23T13:25:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); report.push(`1 0 src/ts/interfaces/TnpVersion.ts`); report.push(`16 9 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-06-23T13:25:54+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3992 feat: Display error message if the AccessRights is not selected in the profile`); +report.push(`2022-06-23T13:25:54+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3992 feat: Display error message if the AccessRights is not selected in the profile`); report.push(`10 7 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(``); -report.push(`2022-06-23T13:30:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-23T13:30:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); 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(profile): add uuid for RulesList`); +report.push(`2022-06-23T14:02:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -21787,34 +21787,34 @@ report.push(`1 1 src/ts/pages/Builder/pages/ExecutionRules.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-06-23T14:38:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-23T14:38:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); report.push(`0 1 src/ts/api/request.ts`); report.push(`2 2 src/ts/api/tsrVersion.ts`); report.push(`1 1 src/ts/interfaces/TnpVersion.ts`); report.push(`1 1 src/ts/snippets/FullCard/components/Modal.tsx`); report.push(`2 2 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-23T14:52:08+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3252 feat: Rename Access Credentials section`); +report.push(`2022-06-23T14:52:08+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3252 feat: Rename Access Credentials section`); report.push(`1 1 src/ts/pages/Builder/helpers/constants.ts`); report.push(`1 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-06-23T16:00:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1268: SUBO-3992 feat: Display error message if the AccessRights is not selected in the profile`); +report.push(`2022-06-23T16:00:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1268: JIRA-3992 feat: Display error message if the AccessRights is not selected in the profile`); report.push(`2022-06-23T16:00:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-23T16:02:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3921 feat: Make window full width of the workspace in the profiles`); +report.push(`2022-06-23T16:02:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3921 feat: Make window full width of the workspace in the profiles`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/Consumers/Consumers.tsx`); report.push(`18 18 src/ts/pages/Tnp/components/Profile/Consumers/Form.tsx`); report.push(`1 1 src/ts/pages/Tnp/styles/profile.scss`); report.push(``); -report.push(`2022-06-23T17:04:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1272: SUBO-3921 feat: Make window full width of the workspace in the profiles`); +report.push(`2022-06-23T17:04:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1272: JIRA-3921 feat: Make window full width of the workspace in the profiles`); report.push(`2022-06-23T17:05:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-23T17:28:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-3913 feat: add btn in header template`); +report.push(`2022-06-23T17:28:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-3913 feat: add btn in header template`); report.push(`81 3 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Template.tsx`); 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(traffic chart): refactor table step 1`); +report.push(`2022-06-23T17:34:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -21845,43 +21845,43 @@ report.push(`3 0 src/ts/pages/Requests/styles/hacks.scss`); report.push(`0 2 src/ts/pages/Tnp/components/Archive/TableList.tsx`); report.push(`0 3 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-06-24T09:55:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1271: SUBO-3252 feat: Rename Access Credentials section`); +report.push(`2022-06-24T09:55:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1271: JIRA-3252 feat: Rename Access Credentials section`); report.push(`2022-06-24T09:55:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-24T10:18:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 feat: add TNP in reconciliations`); +report.push(`2022-06-24T10:18:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 feat: add TNP in reconciliations`); report.push(`13 32 src/ts/pages/Reconciliations/index.tsx`); report.push(``); report.push(`2022-06-24T10:31:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-24T10:31:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1265: SUBO-2199 Add new tests`); -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:31:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1265: JIRA-2199 Add new tests`); +report.push(`2022-06-24T10:32:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1273: JIRA-3913 feat: add btn in header template`); +report.push(`2022-06-24T10:34:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1269: JIRA-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(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(`2022-06-24T10:34:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1270: JIRA-3954 feat(profile): add uuid for RulesList`); +report.push(`2022-06-24T12:22:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`13 5 src/ts/snippets/CardList/helpers/index.ts`); report.push(`6 2 src/ts/snippets/CardList/index.tsx`); report.push(`1 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-24T12:36:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T12:36:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`5 0 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`3 0 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`3 0 src/ts/pages/Treatments/components/RequestList.tsx`); report.push(`4 3 src/ts/snippets/CardList/index.tsx`); report.push(``); -report.push(`2022-06-24T12:40:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T12:40:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`3 2 src/ts/snippets/CardList/helpers/index.ts`); report.push(`2 0 src/ts/snippets/CardList/index.tsx`); report.push(``); -report.push(`2022-06-24T12:43:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T12:43:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`0 1 src/ts/snippets/CardList/helpers/index.ts`); report.push(`0 1 src/ts/snippets/CardList/index.tsx`); report.push(``); -report.push(`2022-06-24T12:46:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T12:46:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`0 17 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-06-24T13:41:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T13:41:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`2 0 src/ts/api/tsrVersion.ts`); report.push(`1 0 src/ts/interfaces/request/AvailableActions.ts`); report.push(`1 1 src/ts/pages/Template/index.tsx`); @@ -21889,7 +21889,7 @@ report.push(`1 0 src/ts/snippets/CardList/helpers/index.ts`); report.push(`22 9 src/ts/snippets/CardList/index.tsx`); report.push(`2 1 src/ts/snippets/CardList/interfaces/ICardItem.ts`); report.push(``); -report.push(`2022-06-24T13:52:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: add TNP in reconciliations and chanhe RoadMap`); +report.push(`2022-06-24T13:52:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: add TNP in reconciliations and chanhe RoadMap`); report.push(`1 7 src/ts/api/tsrVersion.ts`); report.push(`1 1 src/ts/interfaces/request/AvailableActions.ts`); report.push(`1 1 src/ts/pages/Requests/components/view/cards.tsx`); @@ -21897,9 +21897,9 @@ report.push(`19 9 src/ts/snippets/CardList/helpers/index.ts`); report.push(`0 2 src/ts/snippets/FullCard/view/TnpVersion.tsx`); 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:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1274: JIRA-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(profile): add page versions template`); +report.push(`2022-06-24T16:27:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -21913,12 +21913,12 @@ report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/FormForCreate.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`0 0 src/ts/{pages/Tnp/components => snippets/LinkHeader}/Header.tsx`); report.push(``); -report.push(`2022-06-24T16:29:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: change call action for TNP`); +report.push(`2022-06-24T16:29:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: change call action for TNP`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`0 1 src/ts/snippets/CardList/helpers/index.ts`); report.push(`0 2 src/ts/snippets/CardList/index.tsx`); report.push(``); -report.push(`2022-06-24T17:02:59+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-3933 fix: Add confirmation for action with the build`); +report.push(`2022-06-24T17:02:59+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3933 fix: Add confirmation for action with the build`); report.push(`72 0 src/ts/pages/Tnp/components/ConfirmModal/ConfirmModal.tsx`); report.push(`75 28 src/ts/pages/Tnp/components/VersionMap/VersionMap.tsx`); report.push(`12 0 src/ts/pages/Tnp/helpers/VersionMap/common.ts`); @@ -21926,28 +21926,28 @@ report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); report.push(`9 0 src/ts/pages/Tnp/styles/modal.scss`); report.push(`1 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-06-25T09:27:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: change call action for TNP`); +report.push(`2022-06-25T09:27:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: change call action for TNP`); report.push(`2 2 src/ts/snippets/CardList/helpers/index.ts`); report.push(``); -report.push(`2022-06-25T09:30:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1276: SUBO-3933 fix: Add confirmation for action with the build`); +report.push(`2022-06-25T09:30:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1276: JIRA-3933 fix: Add confirmation for action with the build`); report.push(`2022-06-25T09:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T09:31:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1275: SUBO-3960 feat: change call action for TNP (part 3)`); +report.push(`2022-06-25T09:31:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1275: JIRA-3960 feat: change call action for TNP (part 3)`); report.push(`2022-06-25T09:31:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T10:01:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: change logic in modal window for TNP`); +report.push(`2022-06-25T10:01:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: change logic in modal window for TNP`); report.push(`2 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`140 0 src/ts/snippets/CardList/components/ConfirmAction.tsx`); report.push(`11 0 src/ts/snippets/CardList/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-06-25T10:52:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: change logic in modal window for TNP`); +report.push(`2022-06-25T10:52:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: change logic in modal window for TNP`); report.push(`8 8 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`2 2 src/ts/snippets/CardList/components/ConfirmAction.tsx`); report.push(`19 20 src/ts/snippets/CardList/index.tsx`); report.push(`1 1 src/ts/snippets/CardList/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-06-25T11:02:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1277: SUBO-3960 Change logic in modal window for TNP`); +report.push(`2022-06-25T11:02:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1277: JIRA-3960 Change logic in modal window for TNP`); report.push(`2022-06-25T11:02:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T12:13:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3964 fix: corrected store clear`); +report.push(`2022-06-25T12:13:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3964 fix: corrected store clear`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(`1 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/DependencyRules.ts`); @@ -21956,7 +21956,7 @@ report.push(`1 1 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`1 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2022-06-25T12:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 feat: change requests in RoadMap in TNP`); +report.push(`2022-06-25T12:28:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 feat: change requests in RoadMap in TNP`); report.push(`14 38 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(`6 5 src/ts/pages/Tnp/components/AgreementForm/AgreementForm.tsx`); report.push(`11 25 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); @@ -21964,19 +21964,19 @@ report.push(`1 1 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`2 1 src/ts/pages/Tnp/interfaces/IAgreement.ts`); report.push(`1 1 src/ts/pages/Tnp/styles/agreement-form.scss`); report.push(``); -report.push(`2022-06-25T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1278: SUBO-3964 fix: corrected store clear`); +report.push(`2022-06-25T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1278: JIRA-3964 fix: corrected store clear`); 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:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1279: JIRA-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(AIS): corrected field for RM role`); +report.push(`2022-06-25T12:55:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(AIS): corrected field for RM role`); +report.push(`2022-06-25T12:56:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-06-25T13:04:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1280: Bugfix/JIRA-3941 correct RM roles`); report.push(`2022-06-25T13:04:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T13:42:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 fix: change data in TNP archive`); +report.push(`2022-06-25T13:42:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 fix: change data in TNP archive`); report.push(`0 1 src/ts/components/Select/components/list/Static.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`18 13 src/ts/pages/Reconciliations/components/tnp/table.tsx`); @@ -21985,96 +21985,96 @@ report.push(`122 47 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`0 1 src/ts/pages/Tnp/components/TnpForm/FormForUpdate.tsx`); report.push(`5 2 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-25T13:46:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3960 fix: change data in TNP archive`); +report.push(`2022-06-25T13:46:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3960 fix: change data in TNP archive`); report.push(`0 168 src/ts/pages/Tnp/components/Archive/FullCard.tsx`); 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(OIR): added callbeck for validation of dictionaryCode`); +report.push(`2022-06-25T13:46:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): added callbeck for validation of dictionaryCode`); +report.push(`2022-06-25T13:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1281: JIRA-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:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1282: JIRA-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`); -report.push(`2022-06-25T15:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3958 fix: remove template checking in Request`); +report.push(`2022-06-25T15:08:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3958 fix: remove template checking in Request`); report.push(`1 1 src/ts/pages/Template/index.tsx`); report.push(`1 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-06-25T15:57:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1283: SUBO-3958 fix: remove template checking in Request`); +report.push(`2022-06-25T15:57:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1283: JIRA-3958 fix: remove template checking in Request`); report.push(`2022-06-25T15:57:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-25T22:34:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4019 fix: change status for Error`); +report.push(`2022-06-25T22:34:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4019 fix: change status for Error`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`5 2 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-25T22:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1284: SUBO-4019 fix: change status for Error`); +report.push(`2022-06-25T22:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1284: JIRA-4019 fix: change status for Error`); report.push(`2022-06-25T22:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-26T09:47:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4023 fix: add user info for TNP archive card`); +report.push(`2022-06-26T09:47:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4023 fix: add user info for TNP archive card`); report.push(`3 0 src/ts/api/user.ts`); report.push(`5 2 src/ts/interfaces/TnpVersion.ts`); report.push(`40 15 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`23 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-26T09:53:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4023 fix: add user info for TNP archive card`); +report.push(`2022-06-26T09:53:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4023 fix: add user info for TNP archive card`); report.push(`2 1 src/ts/helpers/formatter.ts`); report.push(``); -report.push(`2022-06-26T09:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1285: SUBO-4023 add info for TNP archive card`); +report.push(`2022-06-26T09:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1285: JIRA-4023 add info for TNP archive card`); report.push(`2022-06-26T09:56:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-26T10:11:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4026 fix: change tet in first step RoadMap`); +report.push(`2022-06-26T10:11:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4026 fix: change tet in first step RoadMap`); report.push(`3 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`12 2 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-06-26T10:19:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4026 fix: change tet in first step RoadMap`); +report.push(`2022-06-26T10:19:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4026 fix: change tet in first step RoadMap`); report.push(`29 31 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-06-26T10:23:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1286: SUBO-4026 Change text in RoadMap`); +report.push(`2022-06-26T10:23:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1286: JIRA-4026 Change text in RoadMap`); report.push(`2022-06-26T10:23:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-26T10:36:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3739 fix: hide Table view`); +report.push(`2022-06-26T10:36:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3739 fix: hide Table view`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(``); -report.push(`2022-06-26T10:47:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4013 fix: return RUQUIRED flag in Builder main form for TextArea`); +report.push(`2022-06-26T10:47:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4013 fix: return RUQUIRED flag in Builder main form for TextArea`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-06-26T10:50:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1287: Bugfix/SUBO-4012 Change validation in Builder`); +report.push(`2022-06-26T10:50:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1287: Bugfix/JIRA-4012 Change validation in Builder`); report.push(`2022-06-26T10:50:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-26T12:01:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3706 fix: add paginations in personnel service`); +report.push(`2022-06-26T12:01:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3706 fix: add paginations in personnel service`); report.push(`3 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2022-06-26T12:05:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3706 fix: change style for buttons on TNP card`); +report.push(`2022-06-26T12:05:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3706 fix: change style for buttons on TNP card`); report.push(`1 0 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2022-06-26T12:07:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3939 fix: corrected Save Draft button`); +report.push(`2022-06-26T12:07:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3939 fix: corrected Save Draft button`); report.push(`1 1 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`1 1 src/ts/pages/Template/components/buttons/NewRequest.tsx`); report.push(`0 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(``); -report.push(`2022-06-26T12:07:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4020 fix: empty excel fix`); +report.push(`2022-06-26T12:07:25+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4020 fix: empty excel fix`); report.push(`1 1 src/ts/interfaces/TnpVersion.ts`); report.push(`3 3 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); report.push(`2022-06-26T12:08:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-26T12:08:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1288: SUBO-3706 Add paginations in Select, change style for buttons on TNP card`); +report.push(`2022-06-26T12:08:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1288: JIRA-3706 Add paginations in Select, change style for buttons on TNP card`); report.push(`2022-06-26T12:14:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -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:14:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1290: JIRA-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(faq): fix style for title TNP in conflict card`); +report.push(`2022-06-26T12:16:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1289: JIRA-3939 fix: corrected Save Draft button`); +report.push(`2022-06-26T12:28:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): 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: JIRA-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(`2022-06-26T12:50:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1292: JIRA-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(profile): add TNP status`); +report.push(`2022-06-27T10:44:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add TNP status`); +report.push(`2022-06-27T10:54:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-06-27T11:08:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add page versions`); +report.push(`2022-06-27T11:22:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1293: JIRA-4035 Add TNP status`); +report.push(`2022-06-27T11:52:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-06-27T12:01:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-3914 feat(profile): change name route version`); +report.push(`2022-06-27T13:02:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -22160,17 +22160,17 @@ report.push(`297 0 src/ts/components/Table2/styles/index.scss`); report.push(`52 0 src/ts/components/Table2/styles/info.scss`); report.push(`113 0 src/ts/components/Table2/styles/settings.scss`); report.push(``); -report.push(`2022-06-27T13:27:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4035 fix: merge release to master`); -report.push(`2022-06-27T14:44:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1296: SUBO-4035 Merge to master`); -report.push(`2022-06-27T16:01:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3903 fix: selected domain in Request`); +report.push(`2022-06-27T13:27:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4035 fix: merge release to master`); +report.push(`2022-06-27T14:44:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1296: JIRA-4035 Merge to master`); +report.push(`2022-06-27T16:01:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3903 fix: selected domain in Request`); report.push(`3 2 src/ts/pages/Template/components/Form.tsx`); report.push(`10 0 src/ts/pages/Template/helpers/converter.ts`); report.push(`6 9 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-06-27T16:17:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3253 fix: rename property in Build`); +report.push(`2022-06-27T16:17:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3253 fix: rename property in Build`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-06-27T16:55:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4031 feat: add TNP in notification`); +report.push(`2022-06-27T16:55:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4031 feat: add TNP in notification`); report.push(`1 1 src/ts/api/notification.ts`); report.push(`47 25 src/ts/interfaces/Notification.ts`); report.push(`1 1 src/ts/pages/Authorization/store/NotificationStore.ts`); @@ -22179,15 +22179,15 @@ report.push(`23 153 src/ts/pages/Notifications/components/NotificationsListItem. report.push(`177 0 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(`105 0 src/ts/pages/Notifications/components/item/Tnp.tsx`); report.push(``); -report.push(`2022-06-28T09:56:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1298: SUBO-3253 fix: rename property in Build`); -report.push(`2022-06-28T09:57:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1297: SUBO-3903 fix: selected domain in Request`); +report.push(`2022-06-28T09:56:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1298: JIRA-3253 fix: rename property in Build`); +report.push(`2022-06-28T09:57:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1297: JIRA-3903 fix: selected domain in Request`); report.push(`2022-06-28T09:57:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-28T10:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1295: Feature/SUBO-3914 frontend list versions template`); -report.push(`2022-06-28T10:35:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4031 feat: add TNP in notification`); +report.push(`2022-06-28T10:06:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1295: Feature/JIRA-3914 frontend list versions template`); +report.push(`2022-06-28T10:35:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4031 feat: add TNP in notification`); 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(profile): refactor Table step 1`); +report.push(`2022-06-28T11:27:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add roudmap in template`); +report.push(`2022-06-28T11:37:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,21 +22225,21 @@ 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(profile): refactor Table step 1`); +report.push(`2022-06-28T11:57:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): refactor Table step 1`); +report.push(`2022-06-28T12:07:52+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): refactor Table step 1`); +report.push(`2022-06-28T12:14:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add text route in template`); +report.push(`2022-06-28T12:23:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-06-28T12:29:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4042 feat: change input data in RequestStatus`); +report.push(`2022-06-28T12:29:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4042 feat: change input data in RequestStatus`); report.push(`3 15 src/ts/pages/Tnp/components/AgreementForm/Accordion.tsx`); report.push(`4 3 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(`2 5 src/ts/snippets/RequestStatus/components/Item.tsx`); @@ -22251,22 +22251,22 @@ report.push(`9 10 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`6 6 src/ts/snippets/RequestStatus/index.tsx`); report.push(`8 6 src/ts/snippets/RequestStatus/interfaces/Request.ts`); report.push(``); -report.push(`2022-06-28T12:36:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4042 feat: change input data in RequestStatus`); +report.push(`2022-06-28T12:36:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4042 feat: change input data in RequestStatus`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/constants/externalCompany.ts`); 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(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:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-1875 feat(profile): refactor Table step 1`); +report.push(`2022-06-28T12:48:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1299: JIRA-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(profile): refactor Table step 1`); +report.push(`2022-06-28T13:05:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): add link in template`); +report.push(`2022-06-28T13:58:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-06-28T13:58:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4042 feat: change input data in RequestStatus`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`3 1 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); @@ -22274,12 +22274,12 @@ report.push(`29 4 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`2 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(`3 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2022-06-28T14:01:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4042 feat: change input data in RequestStatus`); +report.push(`2022-06-28T14:01:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4042 feat: change input data in RequestStatus`); 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>Pull request #1302: JIRA-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(profile): fix empowerments and add subHeader for template`); +report.push(`2022-06-28T17:21:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,87 +22290,87 @@ 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(faq): remove required for property Request help text`); +report.push(`2022-06-29T01:03:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-06-29T01:12:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4049 fix: add tnpId for pagination in Archive`); report.push(`4 19 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); -report.push(`2022-06-29T01:22:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4050 fix: add formatter for TNP Archive`); +report.push(`2022-06-29T01:22:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4050 fix: add formatter for TNP Archive`); report.push(`6 0 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(`2 3 src/ts/pages/Tnp/components/Archive/index.tsx`); 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(`2022-06-29T01:27:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add new jobType for EASUP`); +report.push(`2022-06-29T01:44:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-06-29T01:49:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): delete state empowermentid`); +report.push(`2022-06-29T09:49:15+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1303: JIRA-3287, JIRA-4041, JIRA-4045, JIRA-4049, JIRA-4050 - Fix small bugs for release`); +report.push(`2022-06-29T09:55:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(OIR): add id for Route object`); +report.push(`2022-06-29T10:06:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1300: JIRA-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/JIRA-1875 remove Table column freezing`); +report.push(`2022-06-29T10:09:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4050 refactor: merge release and master`); +report.push(`2022-06-29T10:24:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1305: JIRA-3287, JIRA-4041, JIRA-4045, JIRA-4049, JIRA-4050 - Fix small bugs for release`); +report.push(`2022-06-29T11:15:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change id for request in RequestForm`); +report.push(`2022-06-29T11:35:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): add id for Route object`); +report.push(`2022-06-29T11:38:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1306: JIRA-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(`2022-06-29T12:04:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4053 fix: corrected Roles view in Request`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-06-29T12:43:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4053 fix: corrected Roles view in Request`); +report.push(`2022-06-29T12:43:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4053 fix: corrected Roles view in Request`); report.push(`5 2 src/ts/interfaces/request/Role.ts`); report.push(``); -report.push(`2022-06-29T13:00:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4054 fix: change logic for template status`); +report.push(`2022-06-29T13:00:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4054 fix: change logic for template status`); report.push(`2 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`5 9 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-06-29T13:07:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1308: SUBO-4054 fix: change logic for template status`); +report.push(`2022-06-29T13:07:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1308: JIRA-4054 fix: change logic for template status`); 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:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1307: Bugfix/JIRA-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(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(`2022-06-29T13:28:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3957 fix(faq): fetched master`); +report.push(`2022-06-29T14:23:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): generation email text in Request`); +report.push(`2022-06-29T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1309: JIRA-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(`2022-06-29T15:26:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4056 fix: coorected Roles view in Request`); report.push(`21 1 src/ts/api/roles.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2022-06-29T15:26:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4056 fix: coorected Roles view in Request`); +report.push(`2022-06-29T15:26:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4056 fix: coorected Roles view in Request`); report.push(`1 21 src/ts/api/roles.ts`); report.push(``); -report.push(`2022-06-29T15:33:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4056 fix: coorected Roles view in Request`); +report.push(`2022-06-29T15:33:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4056 fix: coorected Roles view in Request`); report.push(`21 1 src/ts/api/roles.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2022-06-29T15:33:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4056 fix: coorected Roles view in Request`); +report.push(`2022-06-29T15:33:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4056 fix: coorected Roles view in Request`); 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:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1310: Bugfix/JIRA-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(faq): remove check template status`); +report.push(`2022-06-29T17:18:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove check template status`); +report.push(`2022-06-29T17:34:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1311: JIRA-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(traffic chart): added StickyWrapper for Table`); +report.push(`2022-06-29T18:28:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -22384,7 +22384,7 @@ report.push(`0 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(`0 1 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-06-30T09:27:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3910 feat: add template in reconciliations`); +report.push(`2022-06-30T09:27:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3910 feat: add template in reconciliations`); report.push(`2 2 src/ts/pages/Builder/components/TableBuilder.tsx`); report.push(`268 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`99 0 src/ts/pages/Reconciliations/components/template/list.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(Excel): change view for user UPN`); +report.push(`2022-06-30T10:22:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): connect version to api fix header and cards`); +report.push(`2022-06-30T11:18:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,77 +22413,77 @@ 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(traffic chart): added StickyWrapper for Table`); +report.push(`2022-06-30T11:39:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): added StickyWrapper for Table`); +report.push(`2022-06-30T11:45:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): add big hint for role info`); +report.push(`2022-06-30T12:42:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): change view for user UPN`); +report.push(`2022-06-30T12:54:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1312: JIRA-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`); +report.push(`2022-06-30T12:55:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1314: Feature/JIRA-3957 refactor Table step 1`); +report.push(`2022-06-30T13:42:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4068 fix: fix call action for requests in Reconcilatins`); report.push(`2 11 src/ts/pages/Requests/components/item/index.tsx`); report.push(`20 11 src/ts/pages/Treatments/components/RequestList.tsx`); report.push(``); -report.push(`2022-06-30T14:08:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1316: SUBO-4068 fix: fix call action for requests in Reconcilatins`); +report.push(`2022-06-30T14:08:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1316: JIRA-4068 fix: fix call action for requests in Reconcilatins`); report.push(`2022-06-30T14:08:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -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(`2022-06-30T14:10:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add short message in comments in RoadMap`); +report.push(`2022-06-30T16:00:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-06-30T16:04:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1317: JIRA-4068 feat: add save and load bug report in global`); report.push(`2022-06-30T16:04:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-06-30T16:24:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3919 feat: added links parser to Hint in OIR`); +report.push(`2022-06-30T16:24:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3919 feat: added links parser to Hint in OIR`); 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(Excel): fix load and empowermentsStore`); +report.push(`2022-06-30T16:29:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-06-30T16:37:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1313: JIRA-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>JIRA-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(faq): add big hint for role info`); +report.push(`2022-06-30T16:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1315: JIRA-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(traffic chart): add short message in comments in RoadMap`); +report.push(`2022-06-30T16:57:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1318: JIRA-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(`2022-06-30T17:26:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4073 fix: change logic for select roles and calc parent ids`); report.push(`9 5 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-06-30T17:28:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4073 fix: change logic for select roles and calc parent ids`); +report.push(`2022-06-30T17:28:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4073 fix: change logic for select roles and calc parent ids`); 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:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1320: JIRA-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(faq): corrected old selected Roles view in Request`); +report.push(`2022-06-30T18:28:19+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2022-06-30T18:38:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected old selected Roles view in Request`); +report.push(`2022-07-01T09:19:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1319: Feature/JIRA-3919 add link parser to Hint`); +report.push(`2022-07-01T10:38:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1321: JIRA-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(OIR): chancge common button`); +report.push(`2022-07-01T11:59:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): chancge common button`); +report.push(`2022-07-01T12:40:08+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1322: JIRA-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(traffic chart): 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>JIRA-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`); @@ -22512,57 +22512,57 @@ report.push(`34 18 src/ts/pages/Builder/pages/Template.tsx`); report.push(`5 6 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`6 3 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-07-01T16:11:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4083 fix: add filter by status`); +report.push(`2022-07-01T16:11:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4083 fix: add filter by status`); 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:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1324: JIRA-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(faq): remove link in notification`); +report.push(`2022-07-02T10:48:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove link in notification`); +report.push(`2022-07-02T11:00:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1325: JIRA-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(`2022-07-02T11:08:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4083 fix: remove status for status filter in Reconcilations`); report.push(`10 2 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(``); -report.push(`2022-07-02T11:18:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4079 fix: change logic for restore filters from URL in treatments`); +report.push(`2022-07-02T11:18:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4079 fix: change logic for restore filters from URL in treatments`); report.push(`3 1 src/ts/helpers/parser.ts`); report.push(``); -report.push(`2022-07-02T11:21:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4079 fix: change logic for restore filters from URL in treatments`); +report.push(`2022-07-02T11:21:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4079 fix: change logic for restore filters from URL in treatments`); 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:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1326: JIRA-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(faq): hide confirm buttons`); +report.push(`2022-07-02T12:40:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-07-02T12:42:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3924 fix: hide filters`); +report.push(`2022-07-02T12:42:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3924 fix: hide filters`); 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(faq): update all request page`); +report.push(`2022-07-02T12:55:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1327: JIRA-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(OIR): return styles for filters`); +report.push(`2022-07-02T14:26:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): return styles for filters`); +report.push(`2022-07-02T14:29:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1328: JIRA-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(faq): rename property for comment`); +report.push(`2022-07-02T14:53:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): rename property for comment`); +report.push(`2022-07-02T14:55:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1329: JIRA-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(`2022-07-02T17:46:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4091 feat: hide disabled abac attributes`); report.push(`5 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`9 5 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`8 4 src/ts/components/JsonSchema/components/widgets/File.tsx`); @@ -22582,85 +22582,85 @@ report.push(`3 2 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`) report.push(`2 1 src/ts/snippets/AccessGroups/components/Attributes.tsx`); 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>Pull request #1330: JIRA-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(AIS): change import`); +report.push(`2022-07-03T01:17:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change import`); +report.push(`2022-07-03T01:19:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1331: JIRA-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(`2022-07-03T10:24:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4098 fix: change validation for ABAC code`); report.push(`10 5 src/ts/pages/Builder/components/modals/DictionaryElementForm.tsx`); report.push(``); -report.push(`2022-07-03T10:26:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1333: SUBO-4098 fix: change validation for ABAC code`); +report.push(`2022-07-03T10:26:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1333: JIRA-4098 fix: change validation for ABAC code`); report.push(`2022-07-03T10:26:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-03T10:59:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: remove domain description in Request`); +report.push(`2022-07-03T10:59:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: remove domain description in Request`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-07-03T11:01:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: update date in footer`); +report.push(`2022-07-03T11:01:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: update date in footer`); 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(AIS): hide checkbox for read notifications`); +report.push(`2022-07-03T11:04:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-07-03T11:09:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: rename domain prefix`); +report.push(`2022-07-03T11:09:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: rename domain prefix`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-07-03T11:12:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1334: Bugfix/SUBO-4099 Remove domain description in Request`); +report.push(`2022-07-03T11:12:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1334: Bugfix/JIRA-4099 Remove domain description in Request`); report.push(`2022-07-03T11:12:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-03T11:28:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: add formatter for user upn`); +report.push(`2022-07-03T11:28:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: add formatter for user upn`); report.push(`3 2 src/ts/components/Table/components/AdditionalRow.tsx`); report.push(`2 1 src/ts/pages/Profile/components/UserInfoBoard.tsx`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); -report.push(`2022-07-03T11:30:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: add formatter for user upn`); +report.push(`2022-07-03T11:30:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: add formatter for user upn`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-07-03T11:33:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1335: SUBO-4099 fix: add formatter for user upn`); -report.push(`2022-07-03T12:16:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: hide parse domain`); +report.push(`2022-07-03T11:33:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1335: JIRA-4099 fix: add formatter for user upn`); +report.push(`2022-07-03T12:16:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: hide parse domain`); report.push(`1 0 src/ts/helpers/formatter.ts`); report.push(``); -report.push(`2022-07-03T12:24:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1337: SUBO-4099 fix: hide parse domain`); -report.push(`2022-07-03T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: add hash-map for user domain`); +report.push(`2022-07-03T12:24:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1337: JIRA-4099 fix: hide parse domain`); +report.push(`2022-07-03T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: add hash-map for user domain`); report.push(`7 3 src/ts/helpers/formatter.ts`); report.push(``); -report.push(`2022-07-03T12:52:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: add hash-map for user domain`); +report.push(`2022-07-03T12:52:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: add hash-map for user domain`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-07-03T12:53:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1339: Bugfix/SUBO-4099 Add hash map for user domain`); -report.push(`2022-07-03T13:45:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: change logic in domain formatter`); +report.push(`2022-07-03T12:53:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1339: Bugfix/JIRA-4099 Add hash map for user domain`); +report.push(`2022-07-03T13:45:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: change logic in domain formatter`); report.push(`1 0 src/ts/helpers/formatter.ts`); report.push(`4 0 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-07-03T13:48:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4099 fix: change logic in domain formatter`); +report.push(`2022-07-03T13:48:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4099 fix: change logic in domain formatter`); 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(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(`2022-07-03T13:50:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1341: Bugfix/JIRA-4099 Change logic in domain formatter`); +report.push(`2022-07-04T10:17:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1323: JIRA-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>JIRA-3739 refactor: merge master and release`); +report.push(`2022-07-04T10:51:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3910 feat: add API for version`); report.push(`38 0 src/ts/api/constructor.ts`); report.push(`2 7 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`3 3 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(``); -report.push(`2022-07-04T10:59:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3910 feat: add API for version`); +report.push(`2022-07-04T10:59:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3910 feat: add API for version`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`5 5 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`6 12 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-07-04T11:04:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3910 feat: add API for version`); -report.push(`2022-07-04T11:10:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1343: SUBO-4099 Merge master and release, fix change logic in domain formatter`); -report.push(`2022-07-04T11:40:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3910 feat: add API for version`); +report.push(`2022-07-04T11:04:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3910 feat: add API for version`); +report.push(`2022-07-04T11:10:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1343: JIRA-4099 Merge master and release, fix change logic in domain formatter`); +report.push(`2022-07-04T11:40:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3910 feat: add API for version`); report.push(`1 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-04T15:11:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add group operations in TNP`); +report.push(`2022-07-04T15:11:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add group operations in TNP`); report.push(`6 10 src/ts/components/Table/index.tsx`); report.push(`78 0 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`27 64 src/ts/pages/Reconciliations/components/tnp/index.tsx`); @@ -22668,21 +22668,21 @@ report.push(`0 16 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`0 7 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`34 0 src/ts/snippets/CardList/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-07-04T15:51:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add group operations in TNP`); +report.push(`2022-07-04T15:51:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add group operations in TNP`); report.push(`11 12 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`56 19 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`44 8 src/ts/snippets/CardList/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-07-04T16:05:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add group operations in TNP`); +report.push(`2022-07-04T16:05:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add group operations in TNP`); report.push(`36 33 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`1 1 src/ts/snippets/CardList/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-07-04T16:07:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1344: SUBO-3910 Add template in reconcilations`); -report.push(`2022-07-04T16:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add group operations in TNP`); +report.push(`2022-07-04T16:07:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1344: JIRA-3910 Add template in reconcilations`); +report.push(`2022-07-04T16:24:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add group operations in TNP`); report.push(`6 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`3 10 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(``); -report.push(`2022-07-04T17:56:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T17:56:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`77 0 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`276 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`92 0 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); @@ -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(traffic chart): pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:04:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(profile): connect with backend`); +report.push(`2022-07-04T18:19:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:33:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): pull out updateSelect function from the Table`); +report.push(`2022-07-04T18:47:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): remove state out of Table`); +report.push(`2022-07-04T20:07:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -22771,13 +22771,13 @@ report.push(`3 22 src/ts/pages/Requests/components/view/table.tsx`); report.push(`3 15 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`1 1 src/ts/pages/Treatments/components/RequestList.tsx`); report.push(``); -report.push(`2022-07-04T20:31:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T20:31:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`10 7 src/ts/components/Table/components/TableHead.tsx`); report.push(`14 10 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`7 3 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(`4 2 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(``); -report.push(`2022-07-04T20:59:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T20:59:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`2 0 src/ts/api/request.ts`); report.push(`3 3 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`8 5 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -22786,21 +22786,21 @@ report.push(`2 2 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`3 2 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-07-04T21:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T21:30:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`4 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(`4 1 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2022-07-04T21:32:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T21:32:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`140 0 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(`10 0 src/ts/pages/Reconciliations/helpers/converter.ts`); report.push(`79 0 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(`5 0 src/ts/pages/Reconciliations/store/ConfirmActionCommon.ts`); report.push(`53 0 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2022-07-04T22:36:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: add new reconcilations`); +report.push(`2022-07-04T22:36:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: add new reconcilations`); report.push(`1 1 src/ts/pages/Reconciliations/ButtonsWrapper.tsx`); report.push(`25 9 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`50 7 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -22812,7 +22812,7 @@ report.push(`0 280 src/ts/pages/Reconciliations/components/requests.tsx`); report.push(`2 3 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`22 142 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2022-07-04T22:47:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: update old pages`); +report.push(`2022-07-04T22:47:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: update old pages`); report.push(`0 8 src/ts/pages/AllRequests/index.scss`); report.push(`21 182 src/ts/pages/AllRequests/index.tsx`); report.push(`0 5 src/ts/pages/AllRequests/store/SearchFilters.ts`); @@ -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(traffic chart): remove state out of Table`); +report.push(`2022-07-04T23:44:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,24 +22829,24 @@ 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(traffic chart): remove state out of Table`); +report.push(`2022-07-04T23:49:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): remove state out of Table`); +report.push(`2022-07-04T23:54:02+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); +report.push(`2022-07-05T00:15:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: change logic for tnp list`); report.push(`34 10 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`14 89 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(`3 2 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(``); -report.push(`2022-07-05T00:19:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: change logic for list`); +report.push(`2022-07-05T00:19:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: change logic for list`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-07-05T00:30:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: change logic for list`); +report.push(`2022-07-05T00:30:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: change logic for list`); report.push(`0 2 src/ts/api/request.ts`); report.push(`0 82 src/ts/pages/Requests/components/RequestsList.tsx`); report.push(`0 157 src/ts/pages/Requests/components/controls/FilterPanel.tsx`); @@ -22854,20 +22854,20 @@ report.push(`0 57 src/ts/pages/Requests/components/controls/TemplateFilter.tsx`) report.push(`0 65 src/ts/pages/Requests/components/controls/UserFilter.tsx`); report.push(`6 12 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(``); -report.push(`2022-07-05T10:50:34+03:00>Kem Chan>chan@seul.kr>SUBO-3982. add new service to nginx conf`); +report.push(`2022-07-05T10:50:34+03:00>Kem Chan>chan@seul.kr>JIRA-3982. add new service to nginx conf`); 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(profile): fix url version`); +report.push(`2022-07-05T10:59:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1348: JIRA-3982.`); +report.push(`2022-07-05T11:04:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); 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(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(`2022-07-05T11:12:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1346: Feature/JIRA-3957 pull out updateSelect function from Table`); +report.push(`2022-07-05T12:08:45+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1345: JIRA-3954 feat(profile): connect with backend`); +report.push(`2022-07-05T12:25:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`19 0 src/ts/components/History/helpers/interfaces.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(traffic chart): added expandRowRender function`); +report.push(`2022-07-05T13:13:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -22895,7 +22895,7 @@ report.push(`0 0 src/ts/{components/Table/styles/info.scss => pages/Requests/sty report.push(`1 1 src/ts/pages/Requests/styles/index.scss`); report.push(`2 16 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(``); -report.push(`2022-07-05T13:47:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4115 fix: change logic for send response`); +report.push(`2022-07-05T13:47:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4115 fix: change logic for send response`); report.push(`5 3 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 2 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(`13 5 src/ts/pages/Reconciliations/components/tnp/index.tsx`); @@ -22903,12 +22903,12 @@ report.push(`15 3 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(`12 0 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(`2 1 src/ts/pages/Tnp/components/Archive/index.tsx`); report.push(``); -report.push(`2022-07-05T14:06:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4115 fix: remove sort`); +report.push(`2022-07-05T14:06:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4115 fix: remove sort`); 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(traffic chart): added onRowClick function for Table`); +report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(traffic chart): added onRowClick function for Table"`); +report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "JIRA-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,13 +22934,13 @@ 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(faq): correcred styles`); +report.push(`2022-07-05T15:55:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`41 39 src/ts/pages/Requests/styles/expanded-table-row.scss`); report.push(``); -report.push(`2022-07-05T15:58:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 fix: refactoring operation with request`); +report.push(`2022-07-05T15:58:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 fix: refactoring operation with request`); report.push(`1 1 src/setupProxy.js`); report.push(`8 1 src/ts/api/request.ts`); report.push(`7 2 src/ts/components/JsonSchema/components/widgets/Rating.tsx`); @@ -22958,13 +22958,13 @@ report.push(`31 11 src/ts/snippets/RequestForm/components/Solution.tsx`); 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(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(`2022-07-05T16:07:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1349: JIRA-3955 fix: add History component`); +report.push(`2022-07-05T16:13:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1350: JIRA-3957 feat(traffic chart): added expandRowRender function`); +report.push(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "JIRA-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(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(`2022-07-05T15:46:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Revert "JIRA-3957 feat(traffic chart): added onRowClick function for Table"`); +report.push(`2022-07-05T15:26:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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,18 +22977,18 @@ 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(faq): remove click handler from TNP`); +report.push(`2022-07-05T16:42:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(``); -report.push(`2022-07-05T18:00:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1351: Feature/SUBO-3957 add onRowClick for Table`); -report.push(`2022-07-05T23:51:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1347: SUBO-3739, SUBO-3910, SUBO-4103, SUBO-4077 Refactorin group operations in AIS, OIR, TNP`); -report.push(`2022-07-06T00:37:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: merge release and master`); -report.push(`2022-07-06T00:41:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 refactor: merge release and master`); +report.push(`2022-07-05T18:00:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1351: Feature/JIRA-3957 add onRowClick for Table`); +report.push(`2022-07-05T23:51:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1347: JIRA-3739, JIRA-3910, JIRA-4103, JIRA-4077 Refactorin group operations in AIS, OIR, TNP`); +report.push(`2022-07-06T00:37:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: merge release and master`); +report.push(`2022-07-06T00:41:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 refactor: merge release and master`); report.push(`3 1 src/ts/pages/Requests/components/view/table.tsx`); report.push(`0 0 src/ts/pages/Treatments/components/RequestList.tsx`); report.push(``); -report.push(`2022-07-06T01:25:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4103 feat: merge release and master`); +report.push(`2022-07-06T01:25:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4103 feat: merge release and master`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`1 0 src/ts/interfaces/TnpVersion.ts`); report.push(`77 0 src/ts/pages/Reconciliations/components/template/buttons.tsx`); @@ -22996,45 +22996,45 @@ report.push(`95 73 src/ts/pages/Reconciliations/components/template/index.tsx`); 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(Excel): add url agreement version and fix select`); +report.push(`2022-07-06T10:06:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1353: JIRA-4103 Merge release and master`); +report.push(`2022-07-06T12:35:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-07-06T16:46:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1354: JIRA-3906 feat(Excel): add url agreement version and fix select`); +report.push(`2022-07-06T17:28:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-06T23:22:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-06T23:50:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-07T00:10:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-07T00:26:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-07T00:38:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add group AD in roles`); +report.push(`2022-07-07T01:38:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,149 +23046,149 @@ 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(traffic chart): add AD group in roles`); +report.push(`2022-07-07T10:06:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`4 0 src/ts/pages/Builder/styles/group-ad.scss`); report.push(``); -report.push(`2022-07-07T10:09:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-4159 feat: rename variables`); +report.push(`2022-07-07T10:09:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-4159 feat: rename variables`); 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(traffic chart): add AD group in roles`); +report.push(`2022-07-07T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-07T12:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4100 fix: When save the template field cluster reset`); 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(OIR): remove email from footer`); +report.push(`2022-07-07T12:40:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove email from footer`); +report.push(`2022-07-07T12:49:35+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1355: JIRA-4159 feat: fix btn move`); +report.push(`2022-07-07T12:50:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1358: JIRA-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(OIR): replace text for help on main page`); +report.push(`2022-07-07T13:59:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): replace text for help on main page`); +report.push(`2022-07-07T14:08:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1360: JIRA-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:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1359: JIRA-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(OIR): Removed from modal windows closeOnOutsideClick parameter`); +report.push(`2022-07-07T14:55:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-07-07T14:57:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4198 fix: every show SM code in RM in Roles`); +report.push(`2022-07-07T14:57:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4198 fix: every show SM code in RM in Roles`); report.push(`0 1 src/ts/pages/Builder/components/modals/RoleAdd.tsx`); report.push(`12 16 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`0 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`11 13 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-07-07T15:30:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4198 fix: every show SM code in RM in Roles`); +report.push(`2022-07-07T15:30:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4198 fix: every show SM code in RM in Roles`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-07-07T15:38:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4194 fix: add new title for site`); +report.push(`2022-07-07T15:38:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4194 fix: add new title for site`); report.push(`1 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(`1 5 src/ts/pages/MainPage/index.tsx`); 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(`2022-07-07T15:42:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): Removed from modal windows closeOnOutsideClick parameter`); +report.push(`2022-07-07T15:57:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1361: JIRA-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:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1362: JIRA-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:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1363: JIRA-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(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(`2022-07-07T16:04:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4167 fix(faq): add ad group in roles`); +report.push(`2022-07-07T16:51:34+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): 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>JIRA-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`); -report.push(`2022-07-08T00:38:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4195 fix: change view for server error`); +report.push(`2022-07-07T18:19:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1356: Feature/JIRA-4167 Add many AD groups for other domains`); +report.push(`2022-07-08T00:38:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4195 fix: change view for server error`); report.push(`3 1 src/ts/helpers/http/Client.ts`); 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(`2022-07-08T00:40:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-07-08T10:08:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1364: JIRA-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>JIRA-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(traffic chart): add validation for RM code`); +report.push(`2022-07-08T10:30:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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-08T10:59:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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/JIRA-4197 Merge master and release 2`); +report.push(`2022-07-08T12:32:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1366: JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T12:40:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-07-08T12:45:35+03:00>Evgeniy Evkurov>evkurov@mail.com>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:45:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-3328 fix: In the rules, projects of external companies disappear when you change the list Added path field in the mapper`); report.push(`7 1 src/ts/components/Tree/helpers/preload.ts`); report.push(`1 0 src/ts/pages/Builder/helpers/mapper.test.ts`); report.push(`1 0 src/ts/pages/Builder/helpers/mapper.ts`); report.push(`2 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(``); -report.push(`2022-07-08T12:51:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: correct dispaly roudmap in template and fix header in version and move from template to version`); +report.push(`2022-07-08T12:51:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-4162 feat: correct dispaly roudmap in template and fix header in version and move from template to version`); report.push(`19 11 src/ts/pages/Builder/components/Header.tsx`); report.push(`26 0 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/SubHeader.tsx`); 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:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1370: JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T13:07:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): Change email text in roadmap`); +report.push(`2022-07-08T13:07:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1372: JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T13:11:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1371: JIRA-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>JIRA-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`); 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:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1368: JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T13:49:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T13:54:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add validation for role code`); +report.push(`2022-07-08T14:04:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1373: JIRA-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(OIR): change link in footer`); +report.push(`2022-07-08T14:31:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change link in footer`); +report.push(`2022-07-08T14:44:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1374: JIRA-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(`2022-07-08T16:16:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-4162 feat: remove button filtered from builder and add filter for version list`); report.push(`5 0 src/ts/api/constructor.ts`); report.push(`4 4 src/ts/pages/Builder/helpers/routes.ts`); report.push(`0 2 src/ts/pages/Builder/index.tsx`); @@ -23197,72 +23197,72 @@ report.push(`4 1 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`5 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`5 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2022-07-08T16:30:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1375: SUBO-4162 feat: remove button filtered from builder and add filter for version list`); -report.push(`2022-07-08T17:11:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-4160 feat: add function for action button`); +report.push(`2022-07-08T16:30:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1375: JIRA-4162 feat: remove button filtered from builder and add filter for version list`); +report.push(`2022-07-08T17:11:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-4160 feat: add function for action button`); report.push(`7 19 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2022-07-10T18:17:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: hide validation for role SM code`); +report.push(`2022-07-10T18:17:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: hide validation for role SM code`); report.push(`11 10 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-07-10T18:21:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: hide validation for role SM code`); +report.push(`2022-07-10T18:21:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: hide validation for role SM code`); report.push(`0 3 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-07-10T18:25:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: change save role filter for Ad groups`); +report.push(`2022-07-10T18:25:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: change save role filter for Ad groups`); report.push(`1 1 src/setupProxy.js`); report.push(`9 7 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2022-07-10T18:27:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: change save role filter for Ad groups`); +report.push(`2022-07-10T18:27:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: change save role filter for Ad groups`); report.push(`1 1 src/setupProxy.js`); report.push(``); report.push(`2022-07-10T18:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-10T18:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1376: SUBO-4214 Hide validation for SM code and fix filter error`); -report.push(`2022-07-11T11:12:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-4160 feat: work button in version`); +report.push(`2022-07-10T18:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1376: JIRA-4214 Hide validation for SM code and fix filter error`); +report.push(`2022-07-11T11:12:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-4160 feat: work button in version`); report.push(`31 21 src/ts/pages/Builder/components/Header.tsx`); report.push(`36 4 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-07-11T11:16:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-4160 feat: resolve conflict`); -report.push(`2022-07-11T11:41:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4053 fix: added handleRowExpansion for Request Table`); +report.push(`2022-07-11T11:16:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-4160 feat: resolve conflict`); +report.push(`2022-07-11T11:41:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4053 fix: added handleRowExpansion for Request Table`); report.push(`15 5 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2022-07-11T12:13:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1378: SUBO-4053 fix: added handleRowExpansion for Request Table`); -report.push(`2022-07-11T13:45:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-4160 feat: remove back draft`); +report.push(`2022-07-11T12:13:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1378: JIRA-4053 fix: added handleRowExpansion for Request Table`); +report.push(`2022-07-11T13:45:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-4160 feat: remove back draft`); report.push(`2 12 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`0 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 2 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-07-11T13:57:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: add RM code validation for new role`); +report.push(`2022-07-11T13:57:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: add RM code validation for new role`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-07-11T14:07:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3328 fix: remove show ALL for first level Org units`); +report.push(`2022-07-11T14:07:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3328 fix: remove show ALL for first level Org units`); 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(AIS): add parser for bad link from user`); +report.push(`2022-07-11T14:12:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add parser for bad link from user`); +report.push(`2022-07-11T14:15:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-11T14:29:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1379: JIRA-3328, JIRA-4211, JIRA-4214 - Add RM code validation for new role`); report.push(`2022-07-11T14:30:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-11T14:30:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1377: Feature/SUBO-4160 frontend connect with displayed`); -report.push(`2022-07-11T16:06:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4214 fix: hide required for RM code in roles`); +report.push(`2022-07-11T14:30:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1377: Feature/JIRA-4160 frontend connect with displayed`); +report.push(`2022-07-11T16:06:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4214 fix: hide required for RM code in roles`); 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:23:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1380: JIRA-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(traffic chart): return RM code validation`); +report.push(`2022-07-12T10:47:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-12T10:49:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-4162 feat: fix send comundaId`); 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(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(`2022-07-12T10:54:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1382: JIRA-4162 feat: fix send comundaId`); +report.push(`2022-07-12T11:00:50+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1381: JIRA-4197 feat(traffic chart): return RM code validation`); +report.push(`2022-07-12T15:32:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`79 0 src/ts/pages/Reconciliations/components/agreements/buttons.tsx`); @@ -23278,14 +23278,14 @@ report.push(`5 5 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`10 5 src/ts/pages/Reconciliations/helpers/routes.ts`); report.push(`12 0 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-07-12T16:07:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4168 refactor: replace list external employees`); +report.push(`2022-07-12T16:07:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4168 refactor: replace list external employees`); report.push(`18 37 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`18 36 src/ts/pages/ExternalEmployees/components/Employees.tsx`); report.push(``); -report.push(`2022-07-12T16:09:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4168 refactor: replace list external employees`); +report.push(`2022-07-12T16:09:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4168 refactor: replace list external employees`); report.push(`10 10 src/ts/pages/Reconciliations/helpers/routes.ts`); report.push(``); -report.push(`2022-07-12T16:52:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: fix request rules and display button`); +report.push(`2022-07-12T16:52:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-4162 feat: fix request rules and display button`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`8 3 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`2 0 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); @@ -23298,30 +23298,30 @@ report.push(`4 1 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`5 0 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`5 0 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(``); -report.push(`2022-07-12T17:19:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4166 fix: Removed code in the Builder: remove list code, remove filter code, remove the card code`); +report.push(`2022-07-12T17:19:36+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4166 fix: Removed code in the Builder: remove list code, remove filter code, remove the card code`); report.push(`1 1 src/setupProxy.js`); report.push(`18 222 src/ts/pages/Builder/pages/Main.tsx`); report.push(`15 218 src/ts/pages/Builder/pages/Versions.tsx`); report.push(``); -report.push(`2022-07-12T17:34:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-4162 feat: fix disabled from SUBO-4236`); +report.push(`2022-07-12T17:34:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-4162 feat: fix disabled from JIRA-4236`); report.push(`4 1 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(``); -report.push(`2022-07-12T17:37:27+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1384: SUBO-4162 feat: fix request rules and display button`); -report.push(`2022-07-12T17:45:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1383: SUBO-4168 Refactoring ExternalEmployees`); -report.push(`2022-07-12T17:59:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4166 fix: Removed code in the Builder: remove list code, remove filter code, remove the card code`); +report.push(`2022-07-12T17:37:27+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1384: JIRA-4162 feat: fix request rules and display button`); +report.push(`2022-07-12T17:45:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1383: JIRA-4168 Refactoring ExternalEmployees`); +report.push(`2022-07-12T17:59:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4166 fix: Removed code in the Builder: remove list code, remove filter code, remove the card code`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/pages/Builder/pages/Main.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Versions.tsx`); 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(OIR): change id in request roadmap`); +report.push(`2022-07-13T09:28:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4166 fix: conflict fix`); +report.push(`2022-07-13T09:55:12+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1385: Feature/JIRA-4166 replace lists in builder`); +report.push(`2022-07-13T12:33:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-07-13T12:43:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3328 fix: return in select items in Tree origin values`); +report.push(`2022-07-13T12:43:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3328 fix: return in select items in Tree origin values`); report.push(`14 7 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`1 0 src/ts/components/Tree/helpers/index.ts`); report.push(`5 8 src/ts/components/Tree/helpers/preload.ts`); @@ -23329,64 +23329,64 @@ report.push(`29 6 src/ts/components/Tree/index.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/mapper.test.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-07-13T12:46:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3328 fix: return in select items in Tree origin values`); +report.push(`2022-07-13T12:46:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3328 fix: return in select items in Tree origin values`); report.push(`0 1 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`0 1 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2022-07-13T13:33:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4166 fix: return filters in Templates`); +report.push(`2022-07-13T13:33:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4166 fix: return filters in Templates`); report.push(`1 0 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`7 2 src/ts/pages/Reconciliations/components/template/index.tsx`); 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(`2022-07-13T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change from id to id in execution rules`); +report.push(`2022-07-13T14:30:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-07-13T14:43:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4233 fix: rename property for validation route in Builder`); 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`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); 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(OIR): change id in request roadmap`); +report.push(`2022-07-13T14:47:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1387: JIRA-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: JIRA-4166 fix: return filters in Templates`); +report.push(`2022-07-13T14:48:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1386: JIRA-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`); +report.push(`2022-07-13T15:04:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1389: JIRA-4233 fix: rename property for validation route in Builder`); +report.push(`2022-07-13T15:12:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-4243 fix: fix header version and checkbox in table`); report.push(`1 0 src/ts/interfaces/TnpVersion.ts`); report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(``); -report.push(`2022-07-13T15:51:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-4244 fix: fix request dependency rule`); +report.push(`2022-07-13T15:51:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-4244 fix: fix request dependency rule`); report.push(`2 0 src/ts/pages/Builder/helpers/dependency-rules/loadRuleInfo.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRule.ts`); report.push(`3 0 src/ts/pages/Builder/store/DependencyRules.ts`); report.push(``); -report.push(`2022-07-13T17:25:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1390: SUBO-4243 fix: fix header version and checkbox in table`); -report.push(`2022-07-13T17:52:00+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1391: SUBO-4244 fix: fix request dependency rule`); -report.push(`2022-07-14T10:08:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3863 fix: add checking user upn for button in Draft`); +report.push(`2022-07-13T17:25:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1390: JIRA-4243 fix: fix header version and checkbox in table`); +report.push(`2022-07-13T17:52:00+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1391: JIRA-4244 fix: fix request dependency rule`); +report.push(`2022-07-14T10:08:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3863 fix: add checking user upn for button in Draft`); report.push(`3 0 src/ts/pages/Template/components/Form.tsx`); report.push(`7 1 src/ts/pages/Template/components/Template.tsx`); report.push(`30 20 src/ts/pages/Template/components/buttons/Draft.tsx`); 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(`2022-07-14T11:05:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update link in favorites`); +report.push(`2022-07-14T11:34:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update link in favorites`); +report.push(`2022-07-14T11:44:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): update link in favorites`); +report.push(`2022-07-14T11:46:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-14T12:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1392: JIRA-3863 fix: add checking user upn for button in Draft`); report.push(`2022-07-14T12:09:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-14T12:48:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-4246 fix: fix nothingFound in version page and fix url roadMap`); +report.push(`2022-07-14T12:48:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-4246 fix: fix nothingFound in version page and fix url roadMap`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`4 5 src/ts/pages/Builder/components/Header.tsx`); report.push(`3 2 src/ts/pages/Builder/components/SideBar.tsx`); @@ -23395,25 +23395,25 @@ report.push(`0 5 src/ts/pages/Builder/helpers/access-details/validationRules.ts` report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`9 0 src/ts/pages/Builder/pages/Versions.tsx`); report.push(``); -report.push(`2022-07-14T13:29:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-4248 fix: fix checkbox in role groups`); +report.push(`2022-07-14T13:29:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-4248 fix: fix checkbox in role groups`); report.push(`8 3 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(``); report.push(`2022-07-14T13:33:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-14T13:33:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1393: SUBO-4209 fix: hide filters in All requests`); -report.push(`2022-07-14T13:36:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1394: SUBO-3557 Update link in favorite and isLoading state for page`); -report.push(`2022-07-14T15:02:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1396: SUBO-4248 fix: fix checkbox in role groups`); -report.push(`2022-07-14T15:03:06+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1395: SUBO-4246 fix: fix nothingFound in version page and fix url roadMap`); -report.push(`2022-07-14T15:05:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: hide blocked icon in Builder`); +report.push(`2022-07-14T13:33:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1393: JIRA-4209 fix: hide filters in All requests`); +report.push(`2022-07-14T13:36:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1394: JIRA-3557 Update link in favorite and isLoading state for page`); +report.push(`2022-07-14T15:02:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1396: JIRA-4248 fix: fix checkbox in role groups`); +report.push(`2022-07-14T15:03:06+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1395: JIRA-4246 fix: fix nothingFound in version page and fix url roadMap`); +report.push(`2022-07-14T15:05:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: hide blocked icon in Builder`); report.push(`6 4 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(``); report.push(`2022-07-14T15:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.7.0 -> master`); -report.push(`2022-07-14T15:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1398: SUBO-3729 fix: hide blocked icon in Builder`); -report.push(`2022-07-14T15:15:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-4248 fix: fix displayed`); +report.push(`2022-07-14T15:14:22+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1398: JIRA-3729 fix: hide blocked icon in Builder`); +report.push(`2022-07-14T15:15:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-4248 fix: fix displayed`); report.push(`4 4 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-07-14T15:30:02+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1399: SUBO-4248 fix: fix displayed`); -report.push(`2022-07-14T15:57:13+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4165 fix: moved the onClick event to a separate file`); +report.push(`2022-07-14T15:30:02+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1399: JIRA-4248 fix: fix displayed`); +report.push(`2022-07-14T15:57:13+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4165 fix: moved the onClick event to a separate file`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`2 43 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`2 45 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); @@ -23430,20 +23430,20 @@ report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(`1 1 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2022-07-14T16:04:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4165 fix: fix conflict`); -report.push(`2022-07-15T09:04:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 refactor: change code style`); +report.push(`2022-07-14T16:04:57+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4165 fix: fix conflict`); +report.push(`2022-07-15T09:04:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 refactor: change code style`); report.push(`9 6 src/ts/pages/Reconciliations/helpers/aisOir/onClick.ts`); report.push(`10 6 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(`7 4 src/ts/pages/Reconciliations/helpers/tnp/onClick.ts`); report.push(``); -report.push(`2022-07-15T09:11:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 refactor: change code style`); +report.push(`2022-07-15T09:11:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 refactor: change code style`); report.push(`16 41 src/ts/pages/Builder/components/Header.tsx`); report.push(`0 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/aisOir/onClick.ts`); 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(``); -report.push(`2022-07-15T09:31:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 refactor: change code style`); +report.push(`2022-07-15T09:31:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 refactor: change code style`); report.push(`1 1 src/setupProxy.js`); report.push(`2 0 src/ts/api/constructor.ts`); report.push(`2 0 src/ts/api/request.ts`); @@ -23454,7 +23454,7 @@ report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(`3 1 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(`0 54 src/ts/pages/Reconciliations/helpers/aisOir/onClick.ts`); report.push(``); -report.push(`2022-07-15T10:14:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 fix: move onClick to separate file`); +report.push(`2022-07-15T10:14:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 fix: move onClick to separate file`); report.push(`2 2 src/ts/api/constructor.ts`); report.push(`2 2 src/ts/api/request.ts`); report.push(`2 2 src/ts/api/tsrVersion.ts`); @@ -23466,26 +23466,26 @@ report.push(`6 1 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(`52 0 src/ts/pages/Reconciliations/helpers/request/onClick.ts`); report.push(`2 4 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(``); -report.push(`2022-07-15T10:24:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 fix: move onClick to separate file`); +report.push(`2022-07-15T10:24:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 fix: move onClick to separate file`); report.push(`0 2 src/ts/api/constructor.ts`); report.push(`0 2 src/ts/api/request.ts`); report.push(`0 2 src/ts/api/tsrVersion.ts`); report.push(``); -report.push(`2022-07-15T10:28:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4165 fix: move onClick to separate file`); +report.push(`2022-07-15T10:28:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4165 fix: move onClick to separate file`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-07-15T11:30:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4253 fix: corrected handleHeaderCheckboxChange function for Table`); +report.push(`2022-07-15T11:30:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4253 fix: corrected handleHeaderCheckboxChange function for Table`); report.push(`10 6 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2022-07-15T12:59:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1401: SUBO-4253 fix: corrected handleHeaderCheckboxChange function for Table`); -report.push(`2022-07-15T13:15:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-4255 fix: fix request in roadMap`); +report.push(`2022-07-15T12:59:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1401: JIRA-4253 fix: corrected handleHeaderCheckboxChange function for Table`); +report.push(`2022-07-15T13:15:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-4255 fix: fix request in roadMap`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`3 2 src/ts/pages/Builder/components/SideBar.tsx`); 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(profile): add refactoring typing`); +report.push(`2022-07-15T15:37:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1402: JIRA-4255 fix: fix request in roadMap`); +report.push(`2022-07-15T16:34:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(faq): change role validation for AIS`); +report.push(`2022-07-15T16:56:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-4164 feat(profile): resolve conflict`); +report.push(`2022-07-16T22:33:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1400: JIRA-4165 fix: moved the onClick event to a separate file`); +report.push(`2022-07-17T00:49:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-07-17T00:52:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1404: JIRA-4257 fix(faq): change role validation for AIS`); +report.push(`2022-07-18T10:20:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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>JIRA-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(faq): corrected calculation logic of hasRemovedRole flag`); +report.push(`2022-07-18T13:40:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(`2022-07-18T14:01:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): fix table and rolemodel`); +report.push(`2022-07-18T14:58:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,18 +23528,18 @@ 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(profile): remove void`); +report.push(`2022-07-18T15:52:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`1 1 src/ts/pages/Builder/pages/Versions.tsx`); 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(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(`2022-07-18T15:55:29+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1405: Bugfix/JIRA-4267 correct ModalWindow for Request`); +report.push(`2022-07-18T15:56:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1406: JIRA-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: JIRA-4164 feat(profile): add refactoring typing`); +report.push(`2022-07-18T16:26:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1407: JIRA-4262 fix(OIR): fix table and rolemodel`); +report.push(`2022-07-19T10:33:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`1 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); @@ -23551,38 +23551,38 @@ 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(faq): the length of text fields is increased`); +report.push(`2022-07-19T12:03:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(`2022-07-19T12:08:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1411: JIRA-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>JIRA-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(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(`2022-07-19T15:51:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1412: JIRA-3767 fix(faq): the length of text fields is increased`); +report.push(`2022-07-19T15:53:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4283 fix: add nullish coalescing operator for tempId`); report.push(`2 2 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-07-19T16:30:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1414: SUBO-4283 fix: add nullish coalescing operator for tempId`); -report.push(`2022-07-19T18:26:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-4286 fix: add field taskId to request action button`); +report.push(`2022-07-19T16:30:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1414: JIRA-4283 fix: add nullish coalescing operator for tempId`); +report.push(`2022-07-19T18:26:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-4286 fix: add field taskId to request action button`); report.push(`1 0 src/ts/interfaces/request/AvailableActions.ts`); report.push(`2 2 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(`3 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(``); -report.push(`2022-07-20T09:53:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1415: SUBO-4286 fix: add field taskId to request action button`); -report.push(`2022-07-20T09:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1413: SUBO-4162 feat: fix url in handleActionBurron`); -report.push(`2022-07-20T12:37:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-4285 fix: fix request templateRoles`); +report.push(`2022-07-20T09:53:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1415: JIRA-4286 fix: add field taskId to request action button`); +report.push(`2022-07-20T09:55:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1413: JIRA-4162 feat: fix url in handleActionBurron`); +report.push(`2022-07-20T12:37:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-4285 fix: fix request templateRoles`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-20T15:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1416: SUBO-4285 fix: fix request templateRoles`); -report.push(`2022-07-20T16:38:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-4314 fix: fix reload roadmap`); +report.push(`2022-07-20T15:47:47+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1416: JIRA-4285 fix: fix request templateRoles`); +report.push(`2022-07-20T16:38:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-4314 fix: fix reload roadmap`); 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(faq): change url cards version`); +report.push(`2022-07-20T17:33:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-07-20T17:57:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: added ABAC role attribute to Builder`); report.push(`1 1 src/setupProxy.js`); report.push(`230 0 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(`13 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); @@ -23594,7 +23594,7 @@ report.push(`11 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`16 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`3 4 src/ts/pages/Builder/styles/group-ad.scss`); report.push(``); -report.push(`2022-07-20T18:09:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: corrected store and added some search requests`); +report.push(`2022-07-20T18:09:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: corrected store and added some search requests`); report.push(`17 1 src/ts/api/roles.ts`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`3 3 src/ts/pages/Builder/components/autocomplete/Empowerments.tsx`); @@ -23608,22 +23608,22 @@ 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(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(`2022-07-21T09:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1418: JIRA-4287 fix(faq): change url cards version`); +report.push(`2022-07-21T09:25:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1417: JIRA-4314 fix: fix reload roadmap`); +report.push(`2022-07-21T11:48:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4215 fix: replace text on Request page`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-07-21T12:06:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4323 fix: add pagination for Select om Builder`); +report.push(`2022-07-21T12:06:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4323 fix: add pagination for Select om Builder`); report.push(`8 2 src/ts/api/constructor.ts`); report.push(`1 3 src/ts/pages/Builder/components/execution-rules/ExecutionGroup.tsx`); report.push(`1 4 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2022-07-21T12:29:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.7.0 -> release/release-2.8.0`); -report.push(`2022-07-21T12:29:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1421: SUBO-4323 fix: add pagination for Select om Builder`); +report.push(`2022-07-21T12:29:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1421: JIRA-4323 fix: add pagination for Select om Builder`); report.push(`2022-07-21T12:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-21T13:44:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1420: SUBO-4215 fix: replace text on Request page`); -report.push(`2022-07-21T14:43:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4201 feat: add full list AD group in Table`); +report.push(`2022-07-21T13:44:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1420: JIRA-4215 fix: replace text on Request page`); +report.push(`2022-07-21T14:43:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4201 feat: add full list AD group in Table`); report.push(`1 1 src/setupProxy.js`); report.push(`61 0 src/ts/pages/Builder/components/role-group/ExpandedTableRow.tsx`); report.push(`9 0 src/ts/pages/Builder/components/role-group/Form.tsx`); @@ -23633,18 +23633,18 @@ report.push(`22 1 src/ts/pages/Builder/helpers/empowerments/mapper.test.ts`); report.push(`4 3 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`0 5 src/ts/pages/Builder/helpers/empowerments/rolesTableConfig.tsx`); report.push(``); -report.push(`2022-07-21T14:50:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4201 feat: add full list AD group in Table`); +report.push(`2022-07-21T14:50:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4201 feat: add full list AD group in Table`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-07-21T14:53:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4201 feat: add full list AD group in Table`); +report.push(`2022-07-21T14:53:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4201 feat: add full list AD group in Table`); report.push(`3 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2022-07-21T15:25:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: corrected kind for ABAC role attribute`); +report.push(`2022-07-21T15:25:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: corrected kind for ABAC role attribute`); report.push(`2 2 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`4 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-07-21T16:31:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1422: SUBO-4201 Add full list AD group in Table`); -report.push(`2022-07-21T17:16:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: add isBlocked for Row in Table component`); +report.push(`2022-07-21T16:31:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1422: JIRA-4201 Add full list AD group in Table`); +report.push(`2022-07-21T17:16:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: add isBlocked for Row in Table component`); report.push(`6 0 src/ts/components/Table/components/TableBody.tsx`); report.push(`20 10 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`3 1 src/ts/components/Table/helpers/formatter.ts`); @@ -23653,14 +23653,14 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 0 src/ts/pages/Builder/helpers/empowerments/mapper.test.ts`); report.push(`2 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2022-07-22T08:12:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: add isBlocked for Row in Table component`); +report.push(`2022-07-22T08:12:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: add isBlocked for Row in Table component`); report.push(`3 0 src/ts/components/Table/components/TableBody.tsx`); report.push(``); -report.push(`2022-07-22T09:22:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-4258 fix: fix display credentials in template`); +report.push(`2022-07-22T09:22:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-4258 fix: fix display credentials in template`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-07-22T09:38:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1423: SUBO-4258 fix: fix display credentials in template`); -report.push(`2022-07-22T09:53:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: add isBlocked for Row in Table component`); +report.push(`2022-07-22T09:38:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1423: JIRA-4258 fix: fix display credentials in template`); +report.push(`2022-07-22T09:53:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: add isBlocked for Row in Table component`); report.push(`6 13 src/ts/components/Table/components/TableBody.tsx`); report.push(`3 6 src/ts/components/Table/components/TableCell.tsx`); report.push(`27 12 src/ts/components/Table/helpers/getRowList.ts`); @@ -23668,7 +23668,7 @@ report.push(`10 8 src/ts/components/Table/index.tsx`); report.push(`2 0 src/ts/components/Table/interfaces/Row.ts`); report.push(`3 0 src/ts/components/Table/styles/hacks.scss`); report.push(``); -report.push(`2022-07-22T09:54:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: corrected attribute form in RoleForm`); +report.push(`2022-07-22T09:54:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: corrected attribute form in RoleForm`); report.push(`1 1 src/ts/api/roles.ts`); report.push(`14 17 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(`8 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); @@ -23677,11 +23677,11 @@ report.push(`4 3 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`3 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`2 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-07-22T09:58:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: fetched master`); -report.push(`2022-07-22T10:11:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1419: SUBO-3548 fix: added ABAC role attribute to Builder`); -report.push(`2022-07-22T10:13:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1424: SUBO-3548 Add abac attribut 3`); +report.push(`2022-07-22T09:58:12+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: fetched master`); +report.push(`2022-07-22T10:11:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1419: JIRA-3548 fix: added ABAC role attribute to Builder`); +report.push(`2022-07-22T10:13:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1424: JIRA-3548 Add abac attribut 3`); report.push(`2022-07-22T10:13:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T10:27:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: add isBlocked for Row in Table component`); +report.push(`2022-07-22T10:27:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: add isBlocked for Row in Table component`); report.push(`17 4 src/ts/components/Table/components/TableBody.tsx`); report.push(`4 0 src/ts/components/Table/components/TableCell.tsx`); report.push(`4 7 src/ts/components/Table/components/cells/CellCheckbox.tsx`); @@ -23691,68 +23691,68 @@ report.push(`0 2 src/ts/components/Table/interfaces/Row.ts`); report.push(`4 0 src/ts/components/Table/interfaces/Table.ts`); report.push(`2 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2022-07-22T10:31:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-3548 fix: remove test`); +report.push(`2022-07-22T10:31:10+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-3548 fix: remove test`); report.push(`0 125 src/ts/pages/Builder/helpers/empowerments/mapper.test.ts`); report.push(``); -report.push(`2022-07-22T10:33:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1425: SUBO-3548 fix: remove test`); +report.push(`2022-07-22T10:33:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1425: JIRA-3548 fix: remove test`); report.push(`2022-07-22T10:33:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T10:57:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3548 fix: add checking for map`); +report.push(`2022-07-22T10:57:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3548 fix: add checking for map`); report.push(`9 9 src/ts/components/DataLoader/store/index.ts`); report.push(`2 2 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-07-22T10:58:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3548 fix: add checking for map`); +report.push(`2022-07-22T10:58:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3548 fix: add checking for map`); report.push(`9 9 src/ts/components/DataLoader/store/index.ts`); report.push(``); -report.push(`2022-07-22T11:03:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1426: SUBO-3548 fix map in Builder`); +report.push(`2022-07-22T11:03:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1426: JIRA-3548 fix map in Builder`); report.push(`2022-07-22T11:03:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-22T11:18:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: add isBlocked for Row in Table components`); +report.push(`2022-07-22T11:18:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: add isBlocked for Row in Table components`); report.push(`0 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`0 3 src/ts/components/Table/styles/hacks.scss`); report.push(``); -report.push(`2022-07-22T11:26:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 fix: merge master and release`); -report.push(`2022-07-22T11:46:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3729 feat: add isBlocked for Row in Table component`); +report.push(`2022-07-22T11:26:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 fix: merge master and release`); +report.push(`2022-07-22T11:46:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3729 feat: add isBlocked for Row in Table component`); report.push(`1 2 src/ts/pages/Builder/components/role-group/ExpandedTableRow.tsx`); report.push(``); -report.push(`2022-07-22T12:07:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-4288 fix: fix send request template`); +report.push(`2022-07-22T12:07:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-4288 fix: fix send request template`); report.push(`2 0 src/ts/interfaces/request/RequestNew.ts`); report.push(`2 0 src/ts/interfaces/request/Role.ts`); 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:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1427: JIRA-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(traffic chart): fix edit in table in version page`); +report.push(`2022-07-22T13:20:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); 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:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1428: JIRA-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(OIR): remove dictionary service`); +report.push(`2022-07-22T14:59:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove dictionary service`); +report.push(`2022-07-22T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1430: JIRA-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(traffic chart): add right roadmap for version`); +report.push(`2022-07-22T15:30:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): remove hack for backend`); +report.push(`2022-07-22T15:41:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): fix edit in table in version page`); +report.push(`2022-07-22T15:44:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1429: JIRA-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(`2022-07-22T17:50:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4299 fix: add default name for ABAC attribute`); report.push(`2 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2022-07-22T20:35:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1431: SUBO-4299 fix: add default name for ABAC attribute`); +report.push(`2022-07-22T20:35:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1431: JIRA-4299 fix: add default name for ABAC attribute`); report.push(`2022-07-22T20:35:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); report.push(`2022-07-22T21:45:51+03:00>Oleg Losev>losev@net.it>Dockerfile edited online with Bitbucket`); report.push(`1 1 Dockerfile`); @@ -23772,14 +23772,14 @@ report.push(``); report.push(`2022-07-23T06:49:27+03:00>Oleg Losev>losev@net.it>index.tsx edited online with Bitbucket`); report.push(`1 1 src/index.tsx`); report.push(``); -report.push(`2022-07-23T12:06:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4299 fix: corrected ABAC ROle editing`); +report.push(`2022-07-23T12:06:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4299 fix: corrected ABAC ROle editing`); report.push(`10 3 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`13 6 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); 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:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1432: JIRA-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(Excel): add new role isTemplateEditor for User Info`); +report.push(`2022-07-23T22:26:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,31 +23811,31 @@ 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(Excel): add new role isTemplateEditor for User Info`); +report.push(`2022-07-23T22:28:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1433: JIRA-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(`2022-07-24T12:23:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4299 fix: changed isEditable forn field`); report.push(`1 1 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(`4 6 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`2 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); report.push(`2022-07-24T17:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-24T17:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1434: SUBO-4299 fix: changed isEditable forn field`); +report.push(`2022-07-24T17:21:09+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1434: JIRA-4299 fix: changed isEditable forn field`); report.push(`2022-07-25T11:16:01+06:00>Tamara Smit>smit@mail.uk>try to fix nginx test page`); report.push(`2 0 Dockerfile`); report.push(``); -report.push(`2022-07-25T09:28:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-4375 fix: fix archive list version`); +report.push(`2022-07-25T09:28:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-4375 fix: fix archive list version`); report.push(`1 1 src/ts/pages/Builder/helpers/routes.ts`); 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:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1435: JIRA-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(OIR): change user parameters in Docker for Nginx`); +report.push(`2022-07-25T09:51:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1436: JIRA-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(`2022-07-25T10:18:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-4368 fix: fix button open in table version list`); report.push(`2 2 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(``); -report.push(`2022-07-25T10:59:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4380 fix: add edit function in Builder for admin user`); +report.push(`2022-07-25T10:59:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4380 fix: add edit function in Builder for admin user`); report.push(`11 11 src/ts/components/AccessControl/guard.ts`); report.push(`4 2 src/ts/pages/Builder/components/Header.tsx`); report.push(`4 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); @@ -23866,12 +23866,12 @@ report.push(`4 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`4 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`6 2 src/ts/pages/Builder/pages/Main.tsx`); report.push(``); -report.push(`2022-07-25T11:02:45+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4308 fix: text in the Appearance block has been changed`); +report.push(`2022-07-25T11:02:45+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4308 fix: text in the Appearance block has been changed`); report.push(`4 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`2 1 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-07-25T12:43:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-4356 fix: fix reload roadmap`); +report.push(`2022-07-25T12:43:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-4356 fix: fix reload roadmap`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`0 1 src/ts/pages/Builder/components/template-item/index.tsx`); @@ -23881,46 +23881,46 @@ report.push(`5 1 src/ts/pages/Template/components/Header.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-07-25T12:50:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1438: SUBO-4380 fix: add edit function in Builder for admin user`); +report.push(`2022-07-25T12:50:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1438: JIRA-4380 fix: add edit function in Builder for admin user`); report.push(`2022-07-25T12:50:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T12:50:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1437: SUBO-4368 fix: fix button open in table version list`); +report.push(`2022-07-25T12:50:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1437: JIRA-4368 fix: fix button open in table version list`); report.push(`2022-07-25T12:50:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T13:12:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4299 fix: corrected defaultValues for TEXT ABAC attribute`); +report.push(`2022-07-25T13:12:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4299 fix: corrected defaultValues for TEXT ABAC attribute`); report.push(`3 0 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`4 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2022-07-25T13:15:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4308 fix: fix`); +report.push(`2022-07-25T13:15:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4308 fix: fix`); report.push(`2 5 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`1 3 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`0 1 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-07-25T13:19:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1439: SUBO-4356 fix: fix reload roadmap`); +report.push(`2022-07-25T13:19:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1439: JIRA-4356 fix: fix reload roadmap`); report.push(`2022-07-25T13:19:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T13:26:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1440: SUBO-4299 fix: corrected defaultValues for TEXT ABAC attribute`); +report.push(`2022-07-25T13:26:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1440: JIRA-4299 fix: corrected defaultValues for TEXT ABAC attribute`); report.push(`2022-07-25T13:26:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T13:48:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1442: Bugfix/SUBO-4308 incorrect display in appearance block`); +report.push(`2022-07-25T13:48:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1442: Bugfix/JIRA-4308 incorrect display in appearance block`); report.push(`2022-07-25T13:48:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-25T15:05:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-4368 fix: fix open button in table template`); +report.push(`2022-07-25T15:05:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-4368 fix: fix open button in table template`); report.push(`2 2 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`2 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(``); -report.push(`2022-07-25T15:35:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4383 fix: corrected ABAC attribute Select style and other styles`); +report.push(`2022-07-25T15:35:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4383 fix: corrected ABAC attribute Select style and other styles`); report.push(`0 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Select/components/value-list/Item.tsx`); 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(OIR): remove role checking for isTest`); +report.push(`2022-07-25T15:38:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1443: JIRA-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:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1444: JIRA-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(OIR): remove role checking for isTest`); +report.push(`2022-07-25T15:48:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1445: JIRA-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(Excel): refactoring typeScript`); +report.push(`2022-07-26T13:44:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add url notification page version card`); +report.push(`2022-07-26T16:28:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add card for rejected version`); +report.push(`2022-07-26T17:17:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): fix right formatting`); +report.push(`2022-07-26T18:00:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -24003,7 +24003,7 @@ report.push(`1 1 src/ts/pages/Reconciliations/components/template/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/template/onClick.ts`); report.push(`3 3 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-07-26T18:10:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4398 fix: corrected formatting`); +report.push(`2022-07-26T18:10:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4398 fix: corrected formatting`); report.push(`3 3 src/ts/api/eei.ts`); report.push(`1 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); @@ -24027,7 +24027,7 @@ 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:25:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4306 fix: corrected formatting`); +report.push(`2022-07-26T18:25:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4306 fix: corrected formatting`); report.push(`3 3 src/ts/api/eei.ts`); report.push(`1 1 src/ts/components/Select/components/list/Dynamic.tsx`); report.push(`1 1 src/ts/interfaces/request/RequestSmall.ts`); @@ -24057,11 +24057,11 @@ 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(Excel): refactoring typeScript`); +report.push(`2022-07-26T18:31:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1447: JIRA-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(profile): add url notification page version card`); +report.push(`2022-07-26T18:31:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1448: JIRA-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(`2022-07-26T18:32:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4398 fix: replaced roleGroupId to roleGroupUuid`); report.push(`2 2 src/ts/interfaces/request/RequestNew.ts`); report.push(`0 1 src/ts/interfaces/request/Role.ts`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); @@ -24075,38 +24075,38 @@ report.push(`3 3 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`14 14 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`9 9 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-07-26T18:46:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4398 fix: fetched master`); -report.push(`2022-07-26T18:57:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4398 fix: corrected id for saving`); +report.push(`2022-07-26T18:46:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4398 fix: fetched master`); +report.push(`2022-07-26T18:57:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4398 fix: corrected id for saving`); report.push(`1 1 src/ts/interfaces/request/RequestNew.ts`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-07-27T09:43:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4406 fix: add checking for multiple`); +report.push(`2022-07-27T09:43:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4406 fix: add checking for multiple`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); 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>Pull request #1449: Bugfix/JIRA-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(profile): fix link in card version notification page`); +report.push(`2022-07-27T10:31:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): fix link in card version notification page`); +report.push(`2022-07-27T10:43:02+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1451: JIRA-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(`2022-07-27T10:52:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4406 fix: add checking for multiple`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`5 3 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); 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:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1450: JIRA-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(faq): add pagination for Profile List`); +report.push(`2022-07-27T11:46:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add pagination for Profile List`); +report.push(`2022-07-27T11:49:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add delay for callAction`); +report.push(`2022-07-27T14:43:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add pagination for Profile List`); +report.push(`2022-07-27T14:43:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1452: JIRA-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(traffic chart): add types and interface for tnp`); +report.push(`2022-07-27T14:44:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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,147 +24168,147 @@ 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(AIS): add delay for callAction`); +report.push(`2022-07-27T14:55:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add delay for callAction`); +report.push(`2022-07-27T15:01:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-27T15:29:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4399 fix: change formatter data for backend in Builderg`); 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(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-27T15:59:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4307 feat(traffic chart): fix conflict`); +report.push(`2022-07-27T16:08:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1454: JIRA-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(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(`2022-07-27T16:28:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1455: JIRA-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: JIRA-4307 feat(traffic chart): add types and interface for tnp`); +report.push(`2022-07-28T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`4 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-07-28T10:38:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4386 fix: replace request for Draft`); +report.push(`2022-07-28T10:38:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4386 fix: replace request for Draft`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-07-28T13:29:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4419 fix: removed ABAC attribure from Vesibility rules`); +report.push(`2022-07-28T13:29:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4419 fix: removed ABAC attribure from Vesibility rules`); report.push(`5 1 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`43 0 src/ts/pages/Builder/components/role-group/RoleGroupExpandedTableRow.tsx`); report.push(``); -report.push(`2022-07-28T13:31:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4419 fix: removed ABAC attribure from Vesibility rules`); +report.push(`2022-07-28T13:31:26+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4419 fix: removed ABAC attribure from Vesibility rules`); report.push(`0 43 src/ts/pages/Builder/components/role-group/RoleGroupExpandedTableRow.tsx`); report.push(``); -report.push(`2022-07-28T13:36:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1456: SUBO-4386 Replace requests for Draft`); +report.push(`2022-07-28T13:36:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1456: JIRA-4386 Replace requests for Draft`); report.push(`2022-07-28T13:36:39+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-28T14:23:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-4356 fix: delay for roadmap`); +report.push(`2022-07-28T14:23:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-4356 fix: delay for roadmap`); report.push(`6 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2022-07-28T14:24:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1457: Bugfix/SUBO-4418 remove ABAC attributes from Visibility rules`); +report.push(`2022-07-28T14:24:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1457: Bugfix/JIRA-4418 remove ABAC attributes from Visibility rules`); report.push(`2022-07-28T14:24:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-28T14:30:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-3802 feat: change name buttons`); +report.push(`2022-07-28T14:30:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-3802 feat: change name buttons`); report.push(`1 1 src/ts/pages/AllRequests/helpers/routes.ts`); report.push(`1 1 src/ts/pages/Treatments/helpers/routes.ts`); report.push(``); -report.push(`2022-07-28T15:00:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4425 fix: replaced id to uuid for empty groups in Request`); +report.push(`2022-07-28T15:00:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4425 fix: replaced id to uuid for empty groups in Request`); report.push(`1 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-07-28T15:23:28+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1458: SUBO-4356 fix: delay for roadmap`); +report.push(`2022-07-28T15:23:28+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1458: JIRA-4356 fix: delay for roadmap`); report.push(`2022-07-28T15:23:29+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-28T15:23:52+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1459: SUBO-3802 feat: change name buttons`); +report.push(`2022-07-28T15:23:52+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1459: JIRA-3802 feat: change name buttons`); report.push(`2022-07-28T15:23:53+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-28T15:31:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1460: SUBO-4425 fix: replaced id to uuid for empty groups in Request`); +report.push(`2022-07-28T15:31:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1460: JIRA-4425 fix: replaced id to uuid for empty groups in Request`); report.push(`2022-07-28T15:31:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-07-29T10:34:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4428 refactor: rename author name on FullCard in Builder`); +report.push(`2022-07-29T10:34:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4428 refactor: rename author name on FullCard in Builder`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); 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(traffic chart): fix change the request for authority groups`); +report.push(`2022-07-29T10:35:25+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); 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(`2022-07-29T10:37:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): fix change the request for authority groups`); +report.push(`2022-07-29T11:05:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1462: JIRA-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(faq): add templateUuid for ITemplate`); +report.push(`2022-07-29T11:07:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1461: JIRA-4428 refactor: rename author name on FullCard in Builder`); +report.push(`2022-07-29T12:13:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-07-29T12:26:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-4356 fix: loading correct value to roadmap`); report.push(`1 1 src/ts/api/constructor.ts`); 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(traffic chart): fix templatId instead of id`); +report.push(`2022-07-29T12:47:19+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1464: JIRA-4356 fix: loading correct value to roadmap`); +report.push(`2022-07-29T13:18:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-07-29T13:22:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1463: JIRA-4427 fix(faq): add templateUuid for ITemplate`); +report.push(`2022-07-29T13:33:54+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(`2022-07-29T13:34:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-07-29T13:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1465: JIRA-4427 feat(traffic chart): fix templatId instead of id`); +report.push(`2022-07-29T15:25:56+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(traffic chart): tnp add getAllVersionRoleGroups`); +report.push(`2022-07-29T15:38:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4202 fix(OIR): merge release and master`); +report.push(`2022-07-29T16:36:31+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1467: JIRA-4378 fix: fix file xlsx dowloand template`); +report.push(`2022-07-29T16:42:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1468: JIRA-4202 Merge release and master`); +report.push(`2022-07-29T16:43:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1469: JIRA-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(faq): corrected id for TEXT ABAC attribute in Request`); +report.push(`2022-08-01T12:07:18+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(faq): corrected id for TEXT ABAC attribute in Request`); +report.push(`2022-08-01T13:54:46+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1471: JIRA-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(traffic chart): change id for backend`); +report.push(`2022-08-01T15:11:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): change id for backend`); +report.push(`2022-08-01T15:20:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1472: JIRA-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(`2022-08-01T17:58:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4400 fix: convert ABAC attribute to JSONSchema in Request`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/components/Attributes.tsx`); report.push(`8 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-08-01T18:12:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1474: SUBO-4400 fix: convert ABAC attribute to JSONSchema in Request`); +report.push(`2022-08-01T18:12:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1474: JIRA-4400 fix: convert ABAC attribute to JSONSchema in Request`); report.push(`2022-08-01T18:12:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-08-02T09:41:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4440 fix: rename property for Role dependency`); +report.push(`2022-08-02T09:41:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4440 fix: rename property for Role dependency`); report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDependency.ts`); report.push(`3 3 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-08-02T10:55:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1475: SUBO-4440 fix: rename property for Role dependency`); +report.push(`2022-08-02T10:55:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1475: JIRA-4440 fix: rename property for Role dependency`); report.push(`2022-08-02T10:55:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-08-02T11:01:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3748 feat: add description for Tree`); +report.push(`2022-08-02T11:01:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3748 feat: add description for Tree`); report.push(`61 0 src/ts/components/Tree/README.md`); report.push(``); -report.push(`2022-08-02T12:14:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4400 fix: corrected showAttributes flag`); +report.push(`2022-08-02T12:14:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4400 fix: corrected showAttributes flag`); report.push(`1 2 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-08-02T12:51:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1477: SUBO-4400 fix: corrected showAttributes flag`); +report.push(`2022-08-02T12:51:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1477: JIRA-4400 fix: corrected showAttributes flag`); report.push(`2022-08-02T12:51:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.8.0 -> master`); -report.push(`2022-08-02T12:51:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1476: SUBO-3748 feat: add description for Tree`); -report.push(`2022-08-02T12:53:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-4282 feat: add checkbox in cards`); +report.push(`2022-08-02T12:51:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1476: JIRA-3748 feat: add description for Tree`); +report.push(`2022-08-02T12:53:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-4282 feat: add checkbox in cards`); report.push(`6 0 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`7 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -24324,69 +24324,69 @@ report.push(`31 9 src/ts/snippets/FullCard/components/Info.tsx`); report.push(`17 0 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(`2 1 src/ts/snippets/FullCard/styles/info.scss`); report.push(``); -report.push(`2022-08-02T14:58:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4448 fix: change format for backend in TNP pofile`); +report.push(`2022-08-02T14:58:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4448 fix: change format for backend in TNP pofile`); report.push(`0 303 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); report.push(`5 4 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-08-02T15:05:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4448 fix: change format for backend in TNP pofile`); +report.push(`2022-08-02T15:05:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4448 fix: change format for backend in TNP pofile`); report.push(`301 0 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); report.push(`1 1 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-08-02T15:23:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4448 fix: change format for backend in TNP pofile`); +report.push(`2022-08-02T15:23:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4448 fix: change format for backend in TNP pofile`); report.push(`0 301 src/ts/pages/Tnp/helpers/Profile/accessRight.test.ts`); report.push(`11 3 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2022-08-02T15:36:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1479: SUBO-4448 Change format for Backend in TNP profiles`); -report.push(`2022-08-02T16:09:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-4449 fix: fix rules template`); +report.push(`2022-08-02T15:36:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1479: JIRA-4448 Change format for Backend in TNP profiles`); +report.push(`2022-08-02T16:09:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-4449 fix: fix rules template`); report.push(`2 2 src/ts/pages/Builder/helpers/mapper.ts`); report.push(``); -report.push(`2022-08-03T10:49:59+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1481: SUBO-4449 fix: fix rules template`); -report.push(`2022-08-03T12:38:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4469 fix: corrected roles format for disableSubmitReason`); +report.push(`2022-08-03T10:49:59+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1481: JIRA-4449 fix: fix rules template`); +report.push(`2022-08-03T12:38:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4469 fix: corrected roles format for disableSubmitReason`); 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(Excel): fix control panel and request page styles`); +report.push(`2022-08-03T13:27:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-08-03T15:32:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4483 fix: change view for roles on card`); +report.push(`2022-08-03T15:32:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4483 fix: change view for roles on card`); report.push(`1 0 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 0 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`7 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-03T15:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4469 fix: corrected validation method for useImperativeHandle`); +report.push(`2022-08-03T15:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4469 fix: corrected validation method for useImperativeHandle`); report.push(`9 6 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`9 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(``); -report.push(`2022-08-03T15:37:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4445 fix: show all roles in table`); +report.push(`2022-08-03T15:37:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4445 fix: show all roles in table`); 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(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(`2022-08-03T15:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1484: JIRA-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: JIRA-4469 fix: corrected roles format for disableSubmitReason`); +report.push(`2022-08-03T12:38:33+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4469 fix: corrected roles format for disableSubmitReason`); 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-03T15:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4469 fix: corrected validation method for useImperativeHandle`); +report.push(`2022-08-03T15:34:58+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4469 fix: corrected validation method for useImperativeHandle`); report.push(`9 6 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`9 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(``); -report.push(`2022-08-03T17:28:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4483 fix: change role view in Reuqest page`); +report.push(`2022-08-03T17:28:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4483 fix: change role view in Reuqest page`); 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 0 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); report.push(`4 3 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-08-04T09:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1486: Bugfix/SUBO-4469 fix automerge`); -report.push(`2022-08-04T09:42:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4483 fix: change view for roles`); +report.push(`2022-08-04T09:31:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1486: Bugfix/JIRA-4469 fix automerge`); +report.push(`2022-08-04T09:42:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4483 fix: change view for roles`); report.push(`2 2 src/ts/snippets/AccessGroups/components/Roles.tsx`); report.push(``); -report.push(`2022-08-04T10:00:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4483 fix: change view for roles`); +report.push(`2022-08-04T10:00:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4483 fix: change view for roles`); report.push(`4 3 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`4 3 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`4 3 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); @@ -24396,12 +24396,12 @@ report.push(`6 5 src/ts/snippets/AccessGroups/components/RolesWrapper.tsx`); report.push(`6 5 src/ts/snippets/AccessGroups/index.tsx`); report.push(`8 6 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2022-08-04T10:30:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4483 fix: change view for roles`); +report.push(`2022-08-04T10:30:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4483 fix: change view for roles`); report.push(`6 0 src/ts/snippets/AccessGroups/helpers/constants.ts`); report.push(``); -report.push(`2022-08-04T10:49:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1487: SUBO-4483, SUBO-4445 Chnage view for roles`); -report.push(`2022-08-04T13:24:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-4282 feat: resolve conflict`); -report.push(`2022-08-04T17:03:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-4282 feat: fix checkbox in cards`); +report.push(`2022-08-04T10:49:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1487: JIRA-4483, JIRA-4445 Chnage view for roles`); +report.push(`2022-08-04T13:24:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-4282 feat: resolve conflict`); +report.push(`2022-08-04T17:03:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-4282 feat: fix checkbox in cards`); report.push(`4 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`38 7 src/ts/pages/Notifications/components/control-panel/MasterCheckbox.tsx`); report.push(`5 7 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -24420,31 +24420,31 @@ 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(profile): add search in Builder`); +report.push(`2022-08-05T09:40:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-08-05T09:49:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4513 feat: add code RIS and id from RZ in Builder`); report.push(`2 0 src/ts/pages/Builder/interfaces/IAccessDetails.ts`); report.push(`18 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`4 0 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2022-08-05T09:51:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4513 feat: add code RIS and id from RZ in Builder`); +report.push(`2022-08-05T09:51:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4513 feat: add code RIS and id from RZ in Builder`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-05T10:08:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4513 feat: add code RIS and id from RZ in Builder`); +report.push(`2022-08-05T10:08:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4513 feat: add code RIS and id from RZ in Builder`); report.push(`5 0 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`5 0 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(`1 4 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-05T10:12:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4442 feat: remove required from OrgUnit in Builder`); +report.push(`2022-08-05T10:12:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4442 feat: remove required from OrgUnit in Builder`); report.push(`0 5 src/ts/pages/Builder/helpers/access-details/validationRules.test.ts`); report.push(`0 5 src/ts/pages/Builder/helpers/access-details/validationRules.ts`); report.push(`0 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-05T10:34:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4442 feat: remove required from OrgUnit in Builder`); +report.push(`2022-08-05T10:34:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4442 feat: remove required from OrgUnit in Builder`); report.push(`1 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-05T10:39:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-4282 feat: add checkbox and fix style`); +report.push(`2022-08-05T10:39:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-4282 feat: add checkbox and fix style`); report.push(`3 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); @@ -24452,10 +24452,10 @@ report.push(`0 1 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/FullCard/components/Info.tsx`); report.push(`0 1 src/ts/snippets/FullCard/styles/info.scss`); report.push(``); -report.push(`2022-08-05T11:30:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4302 refactor: merge develop and release`); -report.push(`2022-08-05T14:14:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1478: SUBO-4282 feat: add checkbox in cards`); -report.push(`2022-08-05T18:04:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1490: SUBO-4302 Merge Develop and Release`); -report.push(`2022-08-08T14:53:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-4526 fix: fix endpoint version template`); +report.push(`2022-08-05T11:30:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4302 refactor: merge develop and release`); +report.push(`2022-08-05T14:14:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1478: JIRA-4282 feat: add checkbox in cards`); +report.push(`2022-08-05T18:04:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1490: JIRA-4302 Merge Develop and Release`); +report.push(`2022-08-08T14:53:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-4526 fix: fix endpoint version template`); report.push(`10 0 src/ts/api/constructor.ts`); report.push(`2 0 src/ts/api/roles.ts`); report.push(`1 1 src/ts/interfaces/Navigate.ts`); @@ -24471,8 +24471,8 @@ report.push(`4 2 src/ts/pages/Builder/pages/ExecutionRules.tsx`); 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(OIR): control panel / mastercheckbox fix button action`); +report.push(`2022-08-08T15:41:12+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1491: JIRA-4526 fix: fix endpoint version template`); +report.push(`2022-08-09T16:12:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): add typification and fix default buttons`); +report.push(`2022-08-09T16:57:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): fix style checkbox`); +report.push(`2022-08-10T10:45:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,10 +24494,10 @@ 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(profile): add hack for backend`); +report.push(`2022-08-10T15:00:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-08-10T18:02:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-4480 feat: add module css`); report.push(`1 1 .stylelintrc.json`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Agreements.tsx`); report.push(`1 1 src/ts/pages/ExternalEmployees/components/Employees.tsx`); @@ -24515,62 +24515,62 @@ 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(profile): add fast search in Builder`); +report.push(`2022-08-11T09:57:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add fast search in Builder`); +report.push(`2022-08-11T10:01:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-08-12T09:27:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1489: SUBO-4504, SUBO-4443, SUBO-4513 Add search and RisCode in Builder`); -report.push(`2022-08-12T09:53:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4538 fix: rename status for SD_ERROR`); +report.push(`2022-08-11T11:06:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1492: Bugfix/JIRA-4532 frontend fix controlpanel reconciliations`); +report.push(`2022-08-12T09:27:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1489: JIRA-4504, JIRA-4443, JIRA-4513 Add search and RisCode in Builder`); +report.push(`2022-08-12T09:53:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4538 fix: rename status for SD_ERROR`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(`2 1 src/ts/snippets/RequestStatus/styles/title.scss`); 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(`2022-08-12T09:57:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change title for TNP in Reconciliations pt TNP.3`); +report.push(`2022-08-12T10:00:21+03:00>Ivan Ivanov>ivanov@mail.com> JIRA-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(AIS): change type for RZ number`); +report.push(`2022-08-12T10:13:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove validation for RM code when save role in Builder`); +report.push(`2022-08-12T10:32:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove validation for RM code when save role in Builder`); +report.push(`2022-08-12T10:37:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-08-12T12:55:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-4501 feat: add masterExpand`); +report.push(`2022-08-12T12:55:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-4501 feat: add masterExpand`); report.push(`27 2 src/ts/components/Table/components/TableHead.tsx`); report.push(`13 0 src/ts/components/Table/index.tsx`); report.push(`7 1 src/ts/components/Table/styles/hacks.scss`); report.push(``); -report.push(`2022-08-12T13:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1494: SUBO-4538 fix: rename status for SD_ERROR`); +report.push(`2022-08-12T13:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1494: JIRA-4538 fix: rename status for SD_ERROR`); 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:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1495: JIRA-4553, JIRA-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(AIS): change type for RZ number`); +report.push(`2022-08-12T13:28:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1496: JIRA-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(AIS): 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: JIRA-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:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1498: JIRA-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(`2022-08-12T13:52:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change filters for status in AllRequests`); +report.push(`2022-08-12T14:06:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-08-12T16:26:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return button logic in component`); +report.push(`2022-08-12T17:44:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return button logic in component`); +report.push(`2022-08-12T17:51:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return button logic in component`); +report.push(`2022-08-12T17:59:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,114 +24593,114 @@ 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(AIS): return button logic in component`); +report.push(`2022-08-12T18:05:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return button logic in component`); +report.push(`2022-08-12T19:09:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return button logic in component`); +report.push(`2022-08-12T19:13:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change default value for link after filters`); +report.push(`2022-08-12T19:16:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1499: JIRA-4484, JIRA-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:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1500: JIRA-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`); -report.push(`2022-08-12T19:38:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1501: SUBO-4571 Return button logic in component`); +report.push(`2022-08-12T19:38:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1501: JIRA-4571 Return button logic in component`); report.push(`2022-08-12T19:38:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-15T09:35:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4573 fix: add disabled for remove button`); +report.push(`2022-08-15T09:35:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): update search for remove empty query string`); +report.push(`2022-08-15T10:00:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1502: JIRA-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(AIS): return onClick in reconcilation for TNP`); +report.push(`2022-08-15T11:05:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): update search for remove empty query string`); +report.push(`2022-08-15T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1503: JIRA-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(`2022-08-15T11:33:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4574 fix: add clear selected list when Filters was update`); report.push(`2 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 0 src/ts/pages/Reconciliations/components/template/index.tsx`); 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:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1505: JIRA-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(AIS): return onClick in reconcilation for TNP`); +report.push(`2022-08-15T12:16:04+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1504: JIRA-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(OIR): remove open button for many elements in Reconcilations`); +report.push(`2022-08-16T13:47:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change style for select in Alphabet component`); +report.push(`2022-08-16T13:51:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-08-16T17:11:06+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1506: JIRA-4532 Remove open buttons`); report.push(`2022-08-16T17:11:07+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-17T11:08:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4580 fix: corrected styles for Role status in the Table additional row`); +report.push(`2022-08-17T11:08:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4580 fix: corrected styles for Role status in the Table additional row`); 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(faq): corrected Cluster field validation in Constructor`); +report.push(`2022-08-17T11:52:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(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(`2022-08-17T16:43:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1510: JIRA-4577 fix(faq): corrected Cluster field validation in Constructor`); +report.push(`2022-08-17T16:55:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`2 2 src/ts/pages/Reconciliations/index.tsx`); report.push(`8 0 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2022-08-17T17:09:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1511: SUBO-4580 fix: corrected styles for Role status in the Table additional row`); -report.push(`2022-08-18T10:22:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-4579 fix: remove checkbox from version page`); +report.push(`2022-08-17T17:09:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1511: JIRA-4580 fix: corrected styles for Role status in the Table additional row`); +report.push(`2022-08-18T10:22:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-4579 fix: remove checkbox from version page`); report.push(`0 2 src/ts/pages/Builder/pages/Versions.tsx`); report.push(`5 8 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/table.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 1 src/ts/snippets/FullCard/components/Info.tsx`); report.push(``); -report.push(`2022-08-18T10:27:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-4579 fix: cleaned code`); +report.push(`2022-08-18T10:27:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-4579 fix: cleaned code`); report.push(`0 2 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-08-18T10:32:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-4480 feat: merge with master`); -report.push(`2022-08-18T10:37:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-4579 feat: remove style`); +report.push(`2022-08-18T10:32:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-4480 feat: merge with master`); +report.push(`2022-08-18T10:37:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-4579 feat: remove style`); report.push(`0 8 src/ts/pages/Requests/styles/index.scss`); report.push(``); -report.push(`2022-08-18T10:44:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4598 feat: fix style in .hint and .access-group components`); +report.push(`2022-08-18T10:44:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4598 feat: fix style in .hint and .access-group components`); 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(traffic chart): hide the help if the length of the content in it is less than 3 characters`); +report.push(`2022-08-18T10:54:36+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1493: JIRA-4480 feat: add module css`); +report.push(`2022-08-18T11:30:20+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): Expanding by click of a title`); +report.push(`2022-08-18T11:51:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1513: JIRA-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: JIRA-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>JIRA-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(traffic chart): fix allRoles`); +report.push(`2022-08-18T13:32:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1514: Feature/JIRA-4597 hide block shorter reference`); +report.push(`2022-08-18T16:41:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): fix style`); +report.push(`2022-08-18T16:45:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): Fixed collapsing uncollapsing of rows in table view`); +report.push(`2022-08-18T17:37:29+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-08-18T18:02:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-4582 feat: refactoring css`); report.push(`72 0 src/styles/coreStyle.scss`); report.push(`11 26 src/ts/components/Banners/index.scss`); report.push(`3 7 src/ts/components/DataLoader/styles/index.scss`); @@ -24782,9 +24782,9 @@ 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(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(`2022-08-19T09:11:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1516: JIRA-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: JIRA-4627 feat(traffic chart): fix style`); +report.push(`2022-08-19T12:39:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`1 1 src/ts/components/GroupByAlphabet/index.scss`); @@ -24865,14 +24865,14 @@ report.push(`1 1 src/ts/pages/Tnp/styles/shor-card.scss`); report.push(`1 1 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-08-19T12:59:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-4582 feat: add coreStyle to index.scss tnp`); +report.push(`2022-08-19T12:59:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-4582 feat: add coreStyle to index.scss tnp`); report.push(`1 0 src/ts/pages/Tnp/styles/index.scss`); report.push(``); -report.push(`2022-08-19T13:09:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-4582 feat: fix word`); +report.push(`2022-08-19T13:09:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-4582 feat: fix word`); 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(profile): migration to css module`); +report.push(`2022-08-19T13:27:26+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1517: JIRA-4582 feat: refactoring css`); +report.push(`2022-08-19T17:35:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): Added alternative component for viewing in AccessGroups`); +report.push(`2022-08-20T18:54:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -24896,42 +24896,42 @@ report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`14 5 src/ts/snippets/AccessGroups/index.tsx`); report.push(`12 0 src/ts/snippets/AccessGroups/styles/index.scss`); 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(`2022-08-22T10:07:30+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2022-08-22T10:40:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1518: JIRA-4604 feat(profile): migration to css module`); +report.push(`2022-08-22T10:44:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): change isBlocked for checkbox roles in Builder`); +report.push(`2022-08-22T11:45:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): 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>JIRA-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(traffic chart): fix`); +report.push(`2022-08-22T12:18:58+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-08-22T12:19:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4659 fix: hide checkbox in TNP archive`); report.push(`1 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`1 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); 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(`2022-08-22T12:25:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): arrowIcon in CategoryItem move to Link`); +report.push(`2022-08-22T13:07:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): fix missing block`); +report.push(`2022-08-22T14:10:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): 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>JIRA-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,14 +24952,14 @@ 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(faq): 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>JIRA-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(profile): clickable all over the field`); +report.push(`2022-08-22T15:28:02+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-08-22T22:11:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: added AdditionalServices page`); +report.push(`2022-08-22T22:11:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 feat: added AdditionalServices page`); report.push(`1 1 src/setupProxy.js`); report.push(`5 0 src/ts/api/request.ts`); report.push(`1 0 src/ts/components/form/index.tsx`); @@ -24979,31 +24979,31 @@ report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 1 src/ts/pages/Template/components/Header.tsx`); report.push(`2 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2022-08-22T22:12:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: added AdditionalServices page`); +report.push(`2022-08-22T22:12:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(Excel): Added feature to minimize/expand the catalog`); +report.push(`2022-08-22T22:42:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): fix conditions`); +report.push(`2022-08-23T00:59:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-08-23T09:16:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4669 fix: return Security reports`); +report.push(`2022-08-23T09:16:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4669 fix: return Security reports`); 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(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(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(profile): add request type in table`); +report.push(`2022-08-23T09:39:11+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1523: JIRA-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: JIRA-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/JIRA-4594 increase clickable area of folder`); +report.push(`2022-08-23T09:56:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1521: JIRA-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/JIRA-4627 hide display of blank credential groups`); +report.push(`2022-08-23T09:58:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1519: JIRA-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: JIRA-4669 fix: return Security reports`); +report.push(`2022-08-23T11:14:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1520: JIRA-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: JIRA-4608 feat: added AdditionalServices page`); +report.push(`2022-08-23T11:14:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1525: JIRA-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>JIRA-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`); @@ -25019,16 +25019,16 @@ report.push(`17 15 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDependency.ts`); report.push(`4 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-08-23T13:43:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected getGroupByDependency function`); +report.push(`2022-08-23T13:43:37+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected getGroupByDependency function`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); -report.push(`2022-08-23T13:54:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4599 feat: hide search`); +report.push(`2022-08-23T13:54:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4599 feat: hide search`); 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(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(`2022-08-23T16:00:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1532: Feature/JIRA-4608 create form for Additional Services`); +report.push(`2022-08-23T17:33:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1530: JIRA-4655 feat(profile): add request type in table`); +report.push(`2022-08-23T18:37:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`44 32 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -25042,22 +25042,22 @@ report.push(`17 0 src/ts/components/JsonSchema/interfaces/IValidationRule.ts`); 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(OIR): return IDM service`); +report.push(`2022-08-24T09:19:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1533: JIRA-4599 feat: hide search`); +report.push(`2022-08-24T09:32:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add big limit for export excel in Builder`); +report.push(`2022-08-24T09:47:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-08-24T09:53:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1534: JIRA-4608 feat: added types for JSONSchema`); +report.push(`2022-08-24T10:02:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1535: JIRA-4302 fix(OIR): return IDM service`); +report.push(`2022-08-24T11:01:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-08-24T12:23:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: added UiSettings type`); +report.push(`2022-08-24T12:23:27+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: added UiSettings type`); report.push(`1 1 src/setupProxy.js`); report.push(`10 4 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); @@ -25074,7 +25074,7 @@ report.push(`2 2 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`10 0 src/ts/components/Select/interfaces/shared.ts`); report.push(`8 4 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2022-08-24T12:57:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected validation types`); +report.push(`2022-08-24T12:57:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected validation types`); report.push(`5 5 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`5 4 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`6 5 src/ts/components/JsonSchema/components/widgets/Input.tsx`); @@ -25089,7 +25089,7 @@ report.push(`10 22 src/ts/helpers/validation/index.ts`); report.push(`8 6 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/ConsumersSelect.tsx`); report.push(``); -report.push(`2022-08-24T13:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected validation types`); +report.push(`2022-08-24T13:10:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected validation types`); report.push(`5 5 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`4 4 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`1 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -25100,33 +25100,33 @@ report.push(`4 4 src/ts/components/JsonSchema/interfaces/common.ts`); report.push(`5 5 src/ts/components/JsonSchema/wrapper.tsx`); report.push(`1 1 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2022-08-24T13:23:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected validation types`); +report.push(`2022-08-24T13:23:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected validation types`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-08-24T14:59:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4673 fix: add type in Card Template version`); +report.push(`2022-08-24T14:59:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4673 fix: add type in Card Template version`); report.push(`1 1 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`19 10 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`4 4 src/ts/pages/Builder/view/List.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(``); -report.push(`2022-08-24T15:22:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4678 feat: show people from Security group in Reconcilations Template`); +report.push(`2022-08-24T15:22:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4678 feat: show people from Security group in Reconcilations Template`); report.push(`5 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`4 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-08-24T15:34:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4678 feat: show people from Security group in Reconcilations Template`); +report.push(`2022-08-24T15:34:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4678 feat: show people from Security group in Reconcilations Template`); 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(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(`2022-08-24T17:14:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1540: Feature/JIRA-4608 add types for JSONSchema`); +report.push(`2022-08-24T17:14:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1538: JIRA-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: JIRA-4673 fix: add type in Card Template version`); +report.push(`2022-08-24T17:33:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4684 fix: remove role test`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); -report.push(`2022-08-24T17:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1543: SUBO-4684 fix: remove role test`); +report.push(`2022-08-24T17:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1543: JIRA-4684 fix: remove role test`); report.push(`2022-08-24T17:54:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.9.0 -> master`); -report.push(`2022-08-24T17:13:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: added saving for AdditionalServiceRequest`); +report.push(`2022-08-24T17:13:23+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 feat: added saving for AdditionalServiceRequest`); report.push(`5 0 src/ts/api/request.ts`); report.push(`4 4 src/ts/components/JsonSchema/interfaces/ISchema.ts`); report.push(`4 3 src/ts/pages/AdditionalServices/components/Form.tsx`); @@ -25138,11 +25138,11 @@ report.push(`1 1 src/ts/pages/AdditionalServices/index.tsx`); report.push(`6 0 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); report.push(`21 13 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-08-24T18:08:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected mapUiDataToBackend function`); +report.push(`2022-08-24T18:08:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected mapUiDataToBackend function`); report.push(`17 17 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-08-24T18:54:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1542: SUBO-4678 Show people from Security in Reconcilation Template`); -report.push(`2022-08-24T19:06:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4602 feat: all error messages have helpdesk link`); +report.push(`2022-08-24T18:54:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1542: JIRA-4678 Show people from Security in Reconcilation Template`); +report.push(`2022-08-24T19:06:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4602 feat: all error messages have helpdesk link`); report.push(`13 4 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`1 1 src/ts/components/DataLoader/index.tsx`); report.push(`1 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); @@ -25154,24 +25154,24 @@ report.push(`16 0 src/ts/helpers/email.ts`); report.push(`2 2 src/ts/pages/PageWrapper/components/ErrorMessage.tsx`); report.push(`1 16 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-08-24T19:10:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4602 feat: fix test`); +report.push(`2022-08-24T19:10:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4602 feat: fix test`); report.push(`10 2 src/ts/components/DataLoader/ErrorDescription.test.tsx`); 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(OIR): change help text for Roles`); +report.push(`2022-08-25T10:08:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-08-25T10:37:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 fix: corrected id for saving`); +report.push(`2022-08-25T10:37:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 fix: corrected id for saving`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 3 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`2 2 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); report.push(`4 4 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-08-25T11:21:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1544: Feature/SUBO-4608 add saving for AdditionalServiceRequest`); -report.push(`2022-08-25T14:00:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: created AdditionalServiceRequest page`); +report.push(`2022-08-25T11:21:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1544: Feature/JIRA-4608 add saving for AdditionalServiceRequest`); +report.push(`2022-08-25T14:00:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4608 feat: created AdditionalServiceRequest page`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`3 1 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); @@ -25181,33 +25181,33 @@ report.push(`24 0 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`51 71 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`11 0 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-08-25T14:02:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4608 feat: created AdditionalServiceRequest page`); +report.push(`2022-08-25T14:02:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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(OIR): change help text for Roles`); +report.push(`2022-08-25T14:38:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1545: JIRA-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(`2022-08-25T14:42:40+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1546: Feature/JIRA-4608 create AdditionalServiceRequest page`); +report.push(`2022-08-25T14:54:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(OIR): return IDM service`); +report.push(`2022-08-25T15:52:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-08-25T15:58:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4673 fix: add type in Card Template version`); report.push(`1 1 src/ts/pages/Builder/components/TemplatesList.tsx`); report.push(`18 10 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`4 4 src/ts/pages/Builder/view/List.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(``); -report.push(`2022-08-25T16:04:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4678 fix: show people from Security in Reconcilation Template`); +report.push(`2022-08-25T16:04:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4678 fix: show people from Security in Reconcilation Template`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`5 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`4 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-08-25T16:22:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1547: SUBO-4638 feat: implement quick reconcilation`); -report.push(`2022-08-25T16:47:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4565 fix: change urls for roles in Builder`); +report.push(`2022-08-25T16:22:38+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1547: JIRA-4638 feat: implement quick reconcilation`); +report.push(`2022-08-25T16:47:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4565 fix: change urls for roles in Builder`); report.push(`40 10 src/ts/api/constructor.ts`); report.push(`8 2 src/ts/api/roles.ts`); report.push(`2 2 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); @@ -25223,13 +25223,13 @@ report.push(`4 1 src/ts/pages/Builder/pages/ExecutionRules.tsx`); report.push(`4 5 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`4 3 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-08-25T20:36:18+03:00>Oleg Losev>losev@net.it>Pull request #1549: Bugfix/SUBO-4302 hot fixes`); +report.push(`2022-08-25T20:36:18+03:00>Oleg Losev>losev@net.it>Pull request #1549: Bugfix/JIRA-4302 hot fixes`); report.push(`2022-08-25T20:36:19+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.9.1 -> master`); -report.push(`2022-08-26T14:42:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4602 feat: change ErrorDescription and ErrorMessage`); +report.push(`2022-08-26T14:42:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4602 feat: change ErrorDescription and ErrorMessage`); report.push(`2 2 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`2 2 src/ts/pages/PageWrapper/components/ErrorMessage.tsx`); report.push(``); -report.push(`2022-08-26T15:05:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4609 fix: added some fixes for AdditionalServiceRequest`); +report.push(`2022-08-26T15:05:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4609 fix: added some fixes for AdditionalServiceRequest`); report.push(`0 1 src/ts/components/Select/styles/index.scss`); report.push(`1 1 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(`5 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -25237,21 +25237,21 @@ report.push(`6 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`4 0 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.tsx`); report.push(`19 17 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-08-26T16:29:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1551: SUBO-4609 fix: added some fixes for AdditionalServiceRequest`); -report.push(`2022-08-29T09:16:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4686 fix: remove required for code from RZ`); +report.push(`2022-08-26T16:29:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1551: JIRA-4609 fix: added some fixes for AdditionalServiceRequest`); +report.push(`2022-08-29T09:16:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4686 fix: remove required for code from RZ`); 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-29T09:49:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1552: SUBO-4686 fix: remove required for code from RZ`); -report.push(`2022-08-29T09:49:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1550: Feature/SUBO-4602 not all error messages have helpdesk link`); +report.push(`2022-08-29T09:49:32+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1552: JIRA-4686 fix: remove required for code from RZ`); +report.push(`2022-08-29T09:49:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1550: Feature/JIRA-4602 not all error messages have helpdesk link`); report.push(`2022-08-29T12:15:27+03:00>Dan Muratov>murat@mail.kz>add auto-approve service`); report.push(`10 0 nginx.default.conf`); report.push(``); -report.push(`2022-08-29T13:48:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-4600 feat: add time in animation notification`); +report.push(`2022-08-29T13:48:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-4600 feat: add time in animation notification`); report.push(`1 1 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(``); report.push(`2022-08-29T14:55:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1553: add auto-approve service`); -report.push(`2022-08-29T15:04:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4609 feat: added form for editing Request in ADJUSTMENT status`); +report.push(`2022-08-29T15:04:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4609 feat: added form for editing Request in ADJUSTMENT status`); report.push(`6 7 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`3 0 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); @@ -25263,27 +25263,27 @@ report.push(`41 8 src/ts/pages/Request/index.tsx`); report.push(`3 3 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx`); report.push(`7 3 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); -report.push(`2022-08-29T16:08:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1555: SUBO-4609 feat: added form for editing Request in ADJUSTMENT status`); -report.push(`2022-08-29T16:53:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1554: SUBO-4600 feat: add time in animation notification`); -report.push(`2022-08-30T10:01:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4699 fix: change type for text role`); +report.push(`2022-08-29T16:08:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1555: JIRA-4609 feat: added form for editing Request in ADJUSTMENT status`); +report.push(`2022-08-29T16:53:21+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1554: JIRA-4600 feat: add time in animation notification`); +report.push(`2022-08-30T10:01:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4699 fix: change type for text role`); report.push(`3 3 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`3 3 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-30T10:23:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1556: SUBO-4699 fix: change type for text role`); -report.push(`2022-08-30T11:19:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4699 fix: change type for text role`); +report.push(`2022-08-30T10:23:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1556: JIRA-4699 fix: change type for text role`); +report.push(`2022-08-30T11:19:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4699 fix: change type for text role`); report.push(`3 3 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`2 2 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-08-30T12:19:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1557: SUBO-4699 fix: change type for text role`); +report.push(`2022-08-30T12:19:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1557: JIRA-4699 fix: change type for text role`); report.push(`2022-08-30T12:21:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.10.1 -> master`); -report.push(`2022-08-30T12:23:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4629 fix: add clear cache for group reconcilations`); +report.push(`2022-08-30T12:23:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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-30T12:25:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4686 fix: remove required for code from RZ`); +report.push(`2022-08-30T12:25:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4686 fix: remove required for code from RZ`); 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(faq): 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>JIRA-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`); @@ -25304,30 +25304,30 @@ 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-30T13:00:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-4703 fix: fix button approve for everyone`); +report.push(`2022-08-30T13:00:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-4703 fix: fix button approve for everyone`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-08-30T13:05:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4609 fix: corrected User request and Toggle label`); +report.push(`2022-08-30T13:05:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4609 fix: corrected User request and Toggle label`); report.push(`17 3 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`8 4 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(``); -report.push(`2022-08-30T13:34:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1558: SUBO-4629, SUBO-4686, SUBO-4667 Hotfix for prod`); -report.push(`2022-08-30T13:43:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1559: SUBO-4703 fix: fix button approve for everyone`); -report.push(`2022-08-30T13:56:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4609 fix: added description and helpText for Addtitonal services template`); +report.push(`2022-08-30T13:34:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1558: JIRA-4629, JIRA-4686, JIRA-4667 Hotfix for prod`); +report.push(`2022-08-30T13:43:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1559: JIRA-4703 fix: fix button approve for everyone`); +report.push(`2022-08-30T13:56:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4609 fix: added description and helpText for Addtitonal services template`); report.push(`2 1 src/ts/interfaces/Category.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-08-30T15:37:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4609 fix: added description and helpText for Addtitonal services template`); +report.push(`2022-08-30T15:37:51+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4609 fix: added description and helpText for Addtitonal services template`); report.push(`2 1 src/ts/api/request.ts`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`7 6 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/AdditionalServices/interfaces/IAdditionalServicesTemplate.ts`); report.push(`2 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-08-30T15:54:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1560: SUBO-4609 fix: corrected User request and Toggle label`); -report.push(`2022-08-31T13:54:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-4805 fix: add terget blank for links and change href for toasts`); +report.push(`2022-08-30T15:54:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1560: JIRA-4609 fix: corrected User request and Toggle label`); +report.push(`2022-08-31T13:54:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-4805 fix: add terget blank for links and change href for toasts`); report.push(`2 0 src/ts/components/Banners/banner.tsx`); report.push(`8 3 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`9 0 src/ts/components/DataLoader/styles/hacks.scss`); @@ -25343,7 +25343,7 @@ report.push(`4 0 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(``); -report.push(`2022-08-31T14:34:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4388 fix: remove items button for role list in Builder`); +report.push(`2022-08-31T14:34:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4388 fix: remove items button for role list in Builder`); report.push(`0 40 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(`2 23 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`0 4 src/ts/pages/Builder/pages/AgreementRules.tsx`); @@ -25354,43 +25354,43 @@ report.push(`0 4 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`0 4 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`1 22 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2022-08-31T14:36:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-4805 fix: remove link support form footer`); +report.push(`2022-08-31T14:36:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-4805 fix: remove link support form footer`); report.push(`0 15 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`0 12 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2022-08-31T14:44:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4388 fix: remove items button for role list in Builder`); +report.push(`2022-08-31T14:44:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4388 fix: remove items button for role list in Builder`); report.push(`3 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2022-08-31T16:03:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1563: SUBO-4388 Remove items button for role list in Builder`); -report.push(`2022-08-31T16:56:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1562: SUBO-4805 fix: add terget blank for links and change href for toasts`); -report.push(`2022-09-01T11:35:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4862 feat: add button approve for Templates`); +report.push(`2022-08-31T16:03:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1563: JIRA-4388 Remove items button for role list in Builder`); +report.push(`2022-08-31T16:56:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1562: JIRA-4805 fix: add terget blank for links and change href for toasts`); +report.push(`2022-09-01T11:35:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4862 feat: add button approve for Templates`); report.push(`8 0 src/ts/api/constructor.ts`); report.push(`8 0 src/ts/api/tsrVersion.ts`); report.push(`2 0 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(``); -report.push(`2022-09-01T11:39:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4862 feat: add button approve for Templates`); +report.push(`2022-09-01T11:39:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4862 feat: add button approve for Templates`); 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(OIR): fix style roles simple list`); +report.push(`2022-09-01T12:17:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`8 2 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-01T12:39:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4802 feat: send read notification by id in URL`); +report.push(`2022-09-01T12:39:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4802 feat: send read notification by id in URL`); report.push(`5 4 src/ts/pages/Notifications/components/NotificationsList.tsx`); report.push(`0 3 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`7 15 src/ts/pages/Notifications/components/item/Request.tsx`); report.push(``); -report.push(`2022-09-01T13:06:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4802 feat: send read notification by id in URL`); +report.push(`2022-09-01T13:06:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4802 feat: send read notification by id in URL`); report.push(`13 0 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-09-01T13:12:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4802 feat: send read notification by id in URL`); +report.push(`2022-09-01T13:12:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4802 feat: send read notification by id in URL`); report.push(`2 2 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-09-01T16:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4810 feat: added data enrichment for dynamic fields`); +report.push(`2022-09-01T16:50:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4810 feat: added data enrichment for dynamic fields`); report.push(`6 0 src/ts/api/request.ts`); report.push(`40 0 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(`14 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); @@ -25400,15 +25400,15 @@ 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(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`); -report.push(`2022-09-02T09:43:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4862 feat: rename entity type for Template`); +report.push(`2022-09-01T17:21:03+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1565: JIRA-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: JIRA-4802 Send read notification by id`); +report.push(`2022-09-02T08:53:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1564: JIRA-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: JIRA-4810 feat: added data enrichment for dynamic fields`); +report.push(`2022-09-02T09:43:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4862 feat: rename entity type for Template`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(`1 1 src/ts/interfaces/request/RequestFull.ts`); report.push(``); -report.push(`2022-09-02T11:46:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4812 feat: corrected contract with backend`); +report.push(`2022-09-02T11:46:43+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4812 feat: corrected contract with backend`); report.push(`6 6 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(`27 0 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`11 25 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); @@ -25416,63 +25416,63 @@ 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(AIS): change style for role help`); +report.push(`2022-09-02T13:19:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change style for role help`); +report.push(`2022-09-02T13:28:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add big search for template fix blink`); +report.push(`2022-09-02T13:47:51+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1568: JIRA-4862 feat: rename entity type for Template`); +report.push(`2022-09-02T14:14:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): change style for role help`); +report.push(`2022-09-02T14:16:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-09-02T15:10:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4813 feat: added CHECKBOX GROUP widget to JSON Schema`); +report.push(`2022-09-02T15:10:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4813 feat: added CHECKBOX GROUP widget to JSON Schema`); report.push(`89 0 src/ts/components/JsonSchema/components/widgets/CheckboxGroup.tsx`); report.push(`9 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`12 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`7 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-09-02T17:11:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4812 feat: correct interfaces`); +report.push(`2022-09-02T17:11:00+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4812 feat: correct interfaces`); report.push(`5 5 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`5 3 src/ts/pages/AdditionalServices/interfaces/ICustomFieldData.ts`); report.push(`3 2 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-09-02T17:17:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4812 feat: correct interfaces`); +report.push(`2022-09-02T17:17:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4812 feat: correct interfaces`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`2 2 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`1 2 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); -report.push(`2022-09-02T17:25:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1570: SUBO-4701 Change style for role help`); -report.push(`2022-09-05T09:08:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1572: SUBO-4813 feat: added CHECKBOX GROUP widget to JSON Schema`); -report.push(`2022-09-05T09:08:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1571: Feature/SUBO-4812 correct custom fields for JSON Schema`); -report.push(`2022-09-05T09:52:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4709 fix: change link in roadmap for Template Version`); +report.push(`2022-09-02T17:25:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1570: JIRA-4701 Change style for role help`); +report.push(`2022-09-05T09:08:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1572: JIRA-4813 feat: added CHECKBOX GROUP widget to JSON Schema`); +report.push(`2022-09-05T09:08:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1571: Feature/JIRA-4812 correct custom fields for JSON Schema`); +report.push(`2022-09-05T09:52:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4709 fix: change link in roadmap for Template Version`); report.push(`2 0 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`3 0 src/ts/snippets/RequestStatus/interfaces/Request.ts`); report.push(``); -report.push(`2022-09-05T09:55:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4709 fix: change link in roadmap for Template Version`); +report.push(`2022-09-05T09:55:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4709 fix: change link in roadmap for Template Version`); report.push(`2 0 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`3 0 src/ts/snippets/RequestStatus/interfaces/Request.ts`); 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:13+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1573: JIRA-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: JIRA-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(traffic chart): add style for search in template`); +report.push(`2022-09-05T10:41:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,37 +25483,37 @@ 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(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(`2022-09-05T10:56:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-4807 feat(traffic chart): resolve conflict`); +report.push(`2022-09-05T10:56:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`11 3 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`8 4 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(``); -report.push(`2022-09-05T11:05:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4923 fix: return old URL`); +report.push(`2022-09-05T11:05:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4923 fix: return old URL`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-09-05T12:06:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4228 feat: add view for system dictionary`); +report.push(`2022-09-05T12:06:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4228 feat: add view for system dictionary`); report.push(`26 8 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); 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:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1576: JIRA-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(traffic chart): add big search for template fix blink`); +report.push(`2022-09-05T12:24:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1569: JIRA-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(`2022-09-05T13:39:14+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4809 feat: corrected mappers for Toggle widget`); report.push(`6 7 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(`9 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); 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-05T16:56:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1578: JIRA-4809 feat: corrected mappers for Toggle widget`); +report.push(`2022-09-06T09:25:34+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1579: JIRA-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(profile): remove confirm for mailto links`); +report.push(`2022-09-06T11:01:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-09-06T11:19:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4924 fix: remove confirm for mailto links`); +report.push(`2022-09-06T11:19:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4924 fix: remove confirm for mailto links`); report.push(`0 1 src/ts/components/PreventRouteModal/index.tsx`); report.push(`2 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`2 0 src/ts/pages/Builder/components/execution-rules/Form.tsx`); @@ -25521,65 +25521,65 @@ report.push(`2 0 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`2 0 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(`2 0 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-06T11:22:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4924 fix: remove confirm for mailto links`); +report.push(`2022-09-06T11:22:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4924 fix: remove confirm for mailto links`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-09-06T15:32:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4809 fix: corrected useFormChange hook`); +report.push(`2022-09-06T15:32:13+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4809 fix: corrected useFormChange hook`); report.push(`13 1 src/ts/components/JsonSchema/components/widgets/CheckboxGroup.tsx`); report.push(`14 6 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`31 8 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`7 2 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); -report.push(`2022-09-06T15:32:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1581: SUBO-4924 Remove confirm for mailto links`); +report.push(`2022-09-06T15:32:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1581: JIRA-4924 Remove confirm for mailto links`); report.push(`2022-09-06T15:32:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-06T16:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4810 feat: added UserInfo widget to JSON Schema`); +report.push(`2022-09-06T16:27:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4810 feat: added UserInfo widget to JSON Schema`); report.push(`132 0 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`14 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`1 0 src/ts/interfaces/UserDetail.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-09-06T16:33:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4809 fix: added getTitle for checkbox name`); +report.push(`2022-09-06T16:33:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4809 fix: added getTitle for checkbox name`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/CheckboxGroup.tsx`); report.push(``); -report.push(`2022-09-07T11:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1584: SUBO-4810 feat: added UserInfo widget to JSON Schema`); -report.push(`2022-09-07T11:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1583: SUBO-4809 fix: corrected useFormChange hook`); -report.push(`2022-09-07T11:06:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4803 feat: add search for en-ru text`); +report.push(`2022-09-07T11:01:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1584: JIRA-4810 feat: added UserInfo widget to JSON Schema`); +report.push(`2022-09-07T11:01:50+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1583: JIRA-4809 fix: corrected useFormChange hook`); +report.push(`2022-09-07T11:06:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4803 feat: add search for en-ru text`); report.push(`46 0 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-09-07T11:10:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4716 fix: remove auto-approve service`); +report.push(`2022-09-07T11:10:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4716 fix: remove auto-approve service`); report.push(`0 10 nginx.default.conf`); report.push(``); -report.push(`2022-09-07T11:45:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4810 fix: corrected UserInfo widget`); +report.push(`2022-09-07T11:45:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4810 fix: corrected UserInfo widget`); report.push(`8 1 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(``); -report.push(`2022-09-07T11:46:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4810 fix: corrected UserInfo widget`); +report.push(`2022-09-07T11:46:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4810 fix: corrected UserInfo widget`); report.push(`2 2 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(``); -report.push(`2022-09-07T12:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1585: SUBO-4716 fix: remove auto-approve service`); +report.push(`2022-09-07T12:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1585: JIRA-4716 fix: remove auto-approve service`); report.push(`2022-09-07T12:11:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-07T12:11:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1586: Feature/SUBO-4810 add widget for User Info`); -report.push(`2022-09-07T13:22:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4803 feat: add search for en ru text`); +report.push(`2022-09-07T12:11:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1586: Feature/JIRA-4810 add widget for User Info`); +report.push(`2022-09-07T13:22:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4803 feat: add search for en ru text`); report.push(`24 45 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-09-07T13:35:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4803 feat: add search for en ru text`); +report.push(`2022-09-07T13:35:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4803 feat: add search for en ru text`); report.push(`3 1 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-09-07T13:40:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4803 feat: add search for en ru text`); +report.push(`2022-09-07T13:40:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4803 feat: add search for en ru text`); report.push(`0 1 src/ts/pages/Search/helpers/search.ts`); report.push(``); -report.push(`2022-09-07T14:52:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1587: SUBO-4803 Add search for en ru text`); +report.push(`2022-09-07T14:52:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1587: JIRA-4803 Add search for en ru text`); report.push(`2022-09-07T14:52:57+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-07T15:12:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4815 fix: corrected mapUiDataToBackend for OIR request`); +report.push(`2022-09-07T15:12:28+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4815 fix: corrected mapUiDataToBackend for OIR request`); report.push(`52 50 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-09-07T16:27:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4976 fix: return roles for AIS`); +report.push(`2022-09-07T16:27:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4976 fix: return roles for AIS`); report.push(`2 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-09-07T16:58:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1589: SUBO-4976 fix: return roles for AIS`); +report.push(`2022-09-07T16:58:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1589: JIRA-4976 fix: return roles for AIS`); report.push(`2022-09-07T16:58:26+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); -report.push(`2022-09-08T08:46:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1588: SUBO-4815 fix: corrected mapUiDataToBackend for OIR request`); -report.push(`2022-09-08T15:39:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4980 fix: show notification about error with details`); +report.push(`2022-09-08T08:46:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1588: JIRA-4815 fix: corrected mapUiDataToBackend for OIR request`); +report.push(`2022-09-08T15:39:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4980 fix: show notification about error with details`); report.push(`0 1 src/ts/components/GroupByAlphabet/helpers/index.ts`); report.push(`0 9 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`0 9 src/ts/pages/Builder/pages/AgreementRules.tsx`); @@ -25590,72 +25590,72 @@ report.push(`0 9 src/ts/pages/Builder/pages/IncompatibilityRules.tsx`); report.push(`2 3 src/ts/pages/Builder/pages/Template.tsx`); report.push(`0 9 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(``); -report.push(`2022-09-08T15:47:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4980 fix: show notification about error with details`); +report.push(`2022-09-08T15:47:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4980 fix: show notification about error with details`); report.push(`1 2 src/ts/pages/PageWrapper/index.tsx`); report.push(``); -report.push(`2022-09-08T15:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4811 feat: corrected saving for AdditionalServices request`); +report.push(`2022-09-08T15:51:07+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4811 feat: corrected saving for AdditionalServices request`); report.push(`8 2 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`6 4 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`2 2 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-09-09T10:04:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4803 fix: remove symbols for search`); +report.push(`2022-09-09T10:04:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4803 fix: remove symbols for search`); report.push(`13 3 src/ts/pages/Search/helpers/search.ts`); 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:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1590: JIRA-4811 feat: corrected saving for AdditionalServices request`); +report.push(`2022-09-09T10:12:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1591: JIRA-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(traffic chart): auto fill code ris in template`); +report.push(`2022-09-09T11:06:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): map backend data to UI data for CHECKBOX GROUP widget`); +report.push(`2022-09-09T15:42:35+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(``); -report.push(`2022-09-09T16:24:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4993 fix: add property label for RoleAttributes`); +report.push(`2022-09-09T16:24:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4993 fix: add property label for RoleAttributes`); 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(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:39:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1594: JIRA-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: JIRA-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`); +report.push(`2022-09-09T17:32:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1595: JIRA-4993 fix: add property label for RoleAttributes`); report.push(`2022-09-09T17:32:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.0 -> master`); report.push(`2022-09-09T22:07:46+03:00>Oleg Losev>losev@net.it>nginx.default.conf turn off IDM service`); report.push(`10 10 nginx.default.conf`); report.push(``); -report.push(`2022-09-12T12:49:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 feat: add custom labels for Select`); +report.push(`2022-09-12T12:49:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4381 feat: add custom labels for Select`); report.push(`27 0 src/ts/components/Select/components/labels/description.tsx`); report.push(`31 0 src/ts/components/Select/components/labels/user.tsx`); report.push(`2 0 src/ts/components/Select/index.tsx`); report.push(`22 0 src/ts/components/Select/styles/labels.module.scss`); report.push(`2 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-09-12T13:14:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 feat: add custom labels for Select`); +report.push(`2022-09-12T13:14:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4381 feat: add custom labels for Select`); report.push(`1 1 src/ts/components/Select/components/Item.tsx`); report.push(`8 0 src/ts/components/Select/components/labels/user.tsx`); report.push(`1 1 src/ts/components/Select/components/value/Multiple.tsx`); report.push(`1 1 src/ts/components/Select/components/value/Single.tsx`); report.push(`6 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-09-12T13:27:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 feat: add custom labels for Select`); +report.push(`2022-09-12T13:27:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4381 feat: add custom labels for Select`); report.push(`0 2 src/ts/components/Select/index.tsx`); report.push(`4 5 src/ts/components/Select/styles/labels.module.scss`); report.push(`1 1 src/ts/components/Select/styles/list.scss`); report.push(``); -report.push(`2022-09-12T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4381 feat: add custom labels for Select`); +report.push(`2022-09-12T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4381 feat: add custom labels for Select`); report.push(`7 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`13 0 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(`7 0 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); 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(`2022-09-12T13:41:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): change main page of catalogue`); +report.push(`2022-09-12T14:45:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -25690,12 +25690,12 @@ report.push(`176 0 src/ts/pages/DemoCatalogue/styles/line.scss`); report.push(`34 0 src/ts/pages/DemoCatalogue/styles/search.scss`); report.push(`9 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2022-09-12T14:54:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5040 fix: return blocked icon in list of roles in Builder`); +report.push(`2022-09-12T14:54:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5040 fix: return blocked icon in list of roles in Builder`); report.push(`29 0 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(`5 0 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`20 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2022-09-12T14:44:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4811 feat: added test for getFieldsByDependency functions`); +report.push(`2022-09-12T14:44:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4811 feat: added test for getFieldsByDependency functions`); report.push(`2 2 src/ts/api/request.ts`); report.push(`1 2 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(`1 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -25706,22 +25706,22 @@ report.push(`193 0 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDe report.push(`8 5 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(`3 2 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-09-12T16:41:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5040 fix: return blocked icon in list of roles in Builder`); +report.push(`2022-09-12T16:41:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5040 fix: return blocked icon in list of roles in Builder`); report.push(`3 2 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/rules.scss`); report.push(``); -report.push(`2022-09-12T17:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1598: SUBO-4811 feat: added test for getFieldsByDependency functions`); +report.push(`2022-09-12T17:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1598: JIRA-4811 feat: added test for getFieldsByDependency functions`); report.push(`2022-09-12T17:04:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-13T08:55:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1596: SUBO-4381 Change style for user select`); +report.push(`2022-09-13T08:55:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1596: JIRA-4381 Change style for user select`); report.push(`2022-09-13T08:55:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.1 -> release/release-2.12.0`); report.push(`2022-09-13T08:55:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-13T09:04:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5040 fix: return blocked icon in list of roles in Builder`); +report.push(`2022-09-13T09:04:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5040 fix: return blocked icon in list of roles in Builder`); report.push(`1 2 src/ts/pages/Builder/components/shared/BlockButton.tsx`); report.push(``); -report.push(`2022-09-13T10:13:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1599: SUBO-5040 Return blocked icon in list of roles in Builder`); +report.push(`2022-09-13T10:13:36+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1599: JIRA-5040 Return blocked icon in list of roles in Builder`); report.push(`2022-09-13T10:14:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.11.1 -> release/release-2.12.0`); report.push(`2022-09-13T10:14:06+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-13T11:00:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4894 fix: corrected sorting for Dynamic fields`); +report.push(`2022-09-13T11:00:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4894 fix: corrected sorting for Dynamic fields`); report.push(`18 8 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`5 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`1 1 src/ts/components/JsonSchema/interfaces/JsonSchemaSettings.ts`); @@ -25737,36 +25737,36 @@ report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInf report.push(`6 5 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`4 4 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-09-13T11:15:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4894 fix: corrected sorting for Dynamic fields`); +report.push(`2022-09-13T11:15:05+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4894 fix: corrected sorting for Dynamic fields`); report.push(`1 2 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(``); -report.push(`2022-09-13T13:40:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-4812 refactor: refactored useFormChange hook for JSONSchema`); +report.push(`2022-09-13T13:40:48+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4812 refactor: refactored useFormChange hook for JSONSchema`); report.push(`3 3 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); 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(traffic chart): auto fill code ris in template`); +report.push(`2022-09-13T15:12:37+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1593: JIRA-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:20:59+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1600: JIRA-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(AIS): show user info in select`); +report.push(`2022-09-13T15:35:44+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-4812 feat: fetched release`); +report.push(`2022-09-13T15:44:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show user info in select`); +report.push(`2022-09-13T15:46:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-09-13T16:15:54+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1603: JIRA-4381 Show user info in select`); report.push(`2022-09-13T16:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.11.1 -> release/release-2.12.0`); report.push(`2022-09-13T16:15:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-13T16:24:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5019 feat: provide date range feature for Date widget`); +report.push(`2022-09-13T16:24:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-5019 feat: provide date range feature for Date widget`); report.push(`47 14 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`2 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`5 4 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`6 5 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(``); -report.push(`2022-09-13T16:56:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-4909 feat: header component on css modules`); +report.push(`2022-09-13T16:56:04+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-4909 feat: header component on css modules`); report.push(`4 3 src/ts/snippets/Header/components/Search.tsx`); report.push(`12 11 src/ts/snippets/Header/index.tsx`); report.push(`6 6 src/ts/snippets/Header/styles/hacks.scss`); @@ -25774,15 +25774,15 @@ report.push(`9 9 src/ts/snippets/Header/styles/{index.scss => header.module.scss report.push(`7 7 src/ts/snippets/Header/styles/{search.scss => search.module.scss}`); report.push(`1 1 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-09-13T19:14:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1605: SUBO-4909 feat: header component on css modules`); +report.push(`2022-09-13T19:14:49+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1605: JIRA-4909 feat: header component on css modules`); 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:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1604: JIRA-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(Excel): change main page of catalogue`); +report.push(`2022-09-14T09:28:25+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1597: JIRA-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:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1602: JIRA-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(profile): added RadioButton widget for JSONSchema`); +report.push(`2022-09-14T13:05:45+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -25791,18 +25791,18 @@ report.push(`6 4 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`5 0 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`12 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-09-14T16:01:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>SUBO-5130 fix: updated UI Kit package`); +report.push(`2022-09-14T16:01:01+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-5130 fix: updated UI Kit package`); report.push(`16 15 package-lock.json`); report.push(`1 1 package.json`); 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(profile): added RadioButton widget for JSONSchema`); +report.push(`2022-09-14T17:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1606: JIRA-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:04+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1607: JIRA-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(Excel): add countor for template and add owners template`); +report.push(`2022-09-14T19:10:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,33 +25813,33 @@ 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(Excel): fix comments`); +report.push(`2022-09-15T11:15:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`0 9 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-15T13:08:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-5154 fix: fix style of search template`); +report.push(`2022-09-15T13:08:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-5154 fix: fix style of search template`); report.push(`5 4 src/ts/pages/Search/components/Search.tsx`); report.push(`29 0 src/ts/pages/Search/styles/search.module.scss`); report.push(``); -report.push(`2022-09-15T13:30:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5088 fix: add mandatory for JsonSchema attributes`); +report.push(`2022-09-15T13:30:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5088 fix: add mandatory for JsonSchema attributes`); report.push(`7 2 src/ts/helpers/validation/index.ts`); report.push(`18 6 src/ts/snippets/AccessGroups/index.tsx`); 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(`2022-09-15T13:34:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): rename tb`); +report.push(`2022-09-15T13:38:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); report.push(`2022-09-15T14:16:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-15T14:16:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1610: SUBO-5154 fix: fix style of search template`); -report.push(`2022-09-15T14:29:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1611: SUBO-5088 fix: add mandatory for JsonSchema attributes`); +report.push(`2022-09-15T14:16:57+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1610: JIRA-5154 fix: fix style of search template`); +report.push(`2022-09-15T14:29:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1611: JIRA-5088 fix: add mandatory for JsonSchema attributes`); report.push(`2022-09-15T14:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); report.push(`2022-09-15T14:29:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.11.3 -> release/release-2.12.0`); -report.push(`2022-09-15T15:23:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5119 fix: change show and hide rules for ControlPannel`); +report.push(`2022-09-15T15:23:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5119 fix: change show and hide rules for ControlPannel`); report.push(`24 26 src/ts/pages/Reconciliations/components/agreements/index.tsx`); report.push(`30 33 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`23 25 src/ts/pages/Reconciliations/components/employees/index.tsx`); @@ -25847,34 +25847,34 @@ 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(profile): added PhoneInputField widget to JSONSchema`); +report.push(`2022-09-15T15:43:46+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); 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-15T16:25:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1612: JIRA-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(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(`2022-09-16T08:55:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1613: JIRA-5125 feat(profile): added PhoneInputField widget to JSONSchema`); +report.push(`2022-09-16T12:40:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-09-16T14:58:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5180 fix: add jsonSchema generator in builder`); +report.push(`2022-09-16T14:58:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5180 fix: add jsonSchema generator in builder`); 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(OIR): add max length for numbers`); +report.push(`2022-09-16T15:01:31+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1614: JIRA-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(`2022-09-16T17:26:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5118 fix: change style for authorization page`); report.push(`5 0 src/ts/pages/Authorization/components/Loading.tsx`); report.push(`4 0 src/ts/pages/Authorization/styles/index.scss`); report.push(``); -report.push(`2022-09-16T17:33:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5118 fix: change style for authorization page`); +report.push(`2022-09-16T17:33:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5118 fix: change style for authorization page`); report.push(`1 3 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2022-09-16T18:29:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5131 feat: Added new modal window in the template builder and a link in the header to go to it`); +report.push(`2022-09-16T18:29:33+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5131 feat: Added new modal window in the template builder and a link in the header to go to it`); report.push(`5 0 src/styles/coreStyle.scss`); report.push(`18 1 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`33 0 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); @@ -25885,15 +25885,15 @@ report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(`0 0 src/ts/pages/Builder/styles/styles/coreStyle`); report.push(`6 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-09-16T18:32:25+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5131 feat: Added new modal window in the template builder and a link in the header to go to it`); +report.push(`2022-09-16T18:32:25+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5131 feat: Added new modal window in the template builder and a link in the header to go to it`); report.push(`0 4 src/ts/pages/Builder/styles/diff-modal.scss`); report.push(``); report.push(`2022-09-18T21:31:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-18T21:31:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1615: SUBO-5118 Change style for authorization page`); -report.push(`2022-09-19T01:25:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: add select contour template`); +report.push(`2022-09-18T21:31:24+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1615: JIRA-5118 Change style for authorization page`); +report.push(`2022-09-19T01:25:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: add select contour template`); report.push(`23 14 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-19T09:52:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat: add select for agreement`); +report.push(`2022-09-19T09:52:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-5063 feat: add select for agreement`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/Table/components/cells/CellCheckbox.tsx`); report.push(`3 1 src/ts/components/Table/index.tsx`); @@ -25903,14 +25903,14 @@ report.push(`2 2 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(`23 19 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(``); -report.push(`2022-09-19T11:32:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5180 feat: add jsonSchema generator in builder`); +report.push(`2022-09-19T11:32:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5180 feat: add jsonSchema generator in builder`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`12 2 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(`4 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-09-19T12:03:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5190 fix: infinity loading in search`); +report.push(`2022-09-19T12:03:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5190 fix: infinity loading in search`); report.push(`0 1 src/ts/api/search.ts`); report.push(`4 4 src/ts/pages/Authorization/components/Success.tsx`); report.push(`3 3 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -25919,17 +25919,17 @@ report.push(`2 1 src/ts/pages/Search/index.tsx`); report.push(`1 1 src/ts/pages/Search/store/Search.ts`); report.push(`1 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2022-09-19T12:23:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: merge with release-2.12.0`); -report.push(`2022-09-19T12:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1617: SUBO-5180 fix: add jsonSchema generator in builder`); +report.push(`2022-09-19T12:23:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: merge with release-2.12.0`); +report.push(`2022-09-19T12:33:41+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1617: JIRA-5180 fix: add jsonSchema generator in builder`); report.push(`2022-09-19T12:33:42+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-19T15:12:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: change text for help about empty owner`); +report.push(`2022-09-19T15:12:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: change text for help about empty owner`); report.push(`19 7 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-19T15:15:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: change text for help about empty owner`); +report.push(`2022-09-19T15:15:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: change text for help about empty owner`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(`38 35 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-19T16:13:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5193 fix: clear counter after change RIS number`); +report.push(`2022-09-19T16:13:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5193 fix: clear counter after change RIS number`); report.push(`12 10 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2022-09-19T16:42:08+03:00>Ruan Alabar>alabar@mail.com>Dockerfile edited online with Bitbucket`); @@ -25938,9 +25938,9 @@ report.push(``); report.push(`2022-09-19T16:53:11+03:00>Dan Muratov>murat@mail.kz>Revert "Dockerfile edited online with Bitbucket"`); report.push(`6 6 Dockerfile`); report.push(``); -report.push(`2022-09-19T17:20:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1618: SUBO-5190 fix: infinity loading in search`); +report.push(`2022-09-19T17:20:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1618: JIRA-5190 fix: infinity loading in search`); report.push(`2022-09-19T17:20:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-20T11:07:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: remove block from Form if counter not found`); +report.push(`2022-09-20T11:07:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: remove block from Form if counter not found`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/PhoneInput.tsx`); @@ -25949,29 +25949,29 @@ report.push(`2 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`21 10 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`2 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-09-20T11:52:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: show correct error message for empty owner`); +report.push(`2022-09-20T11:52:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: show correct error message for empty owner`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-09-20T13:24:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: show correct error message for empty owner`); +report.push(`2022-09-20T13:24:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: show correct error message for empty owner`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-09-20T14:00:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 fix: show correct error message for empty owner`); +report.push(`2022-09-20T14:00:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 fix: show correct error message for empty owner`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-09-20T15:45:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5254 fix: show correct owner`); +report.push(`2022-09-20T15:45:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5254 fix: show correct owner`); report.push(`2 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-09-20T15:50:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5254 fix: show correct owner`); +report.push(`2022-09-20T15:50:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5254 fix: show correct owner`); report.push(`2 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`4 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-20T15:57:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5253 fix: change validation for risNumber`); +report.push(`2022-09-20T15:57:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5253 fix: change validation for risNumber`); report.push(`6 6 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-20T16:02:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5253 fix: change validation for risNumber`); +report.push(`2022-09-20T16:02:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5253 fix: change validation for risNumber`); report.push(`1 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-20T18:12:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat: add edit for agreement groups`); +report.push(`2022-09-20T18:12:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-5063 feat: add edit for agreement groups`); report.push(`10 4 src/ts/components/Select/components/list/Static.tsx`); report.push(`1 1 src/ts/components/Table/components/cells/CellOverflowMenu.tsx`); report.push(`1 1 src/ts/components/Table/index.tsx`); @@ -25981,25 +25981,25 @@ report.push(`1 0 src/ts/pages/Builder/helpers/agreement-rules/loadRuleInfo.ts`); report.push(`1 0 src/ts/pages/Builder/interfaces/IAgreementRule.ts`); report.push(`5 2 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(``); -report.push(`2022-09-20T18:18:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat: resolve conflict`); -report.push(`2022-09-21T10:18:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-5063 feat: fix pagination`); +report.push(`2022-09-20T18:18:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-5063 feat: resolve conflict`); +report.push(`2022-09-21T10:18:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): 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: JIRA-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(`2022-09-21T12:26:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5276 fix: change links in catalogue`); report.push(`1 1 src/ts/pages/DemoCatalogue/components/banners/BannerBig.tsx`); report.push(`1 1 src/ts/pages/DemoCatalogue/components/banners/BannerSmall.tsx`); report.push(`2 2 src/ts/pages/DemoCatalogue/components/banners/BannersList.tsx`); report.push(`2 2 src/ts/pages/DemoCatalogue/components/categories/CategoryList.tsx`); report.push(`6 6 src/ts/pages/DemoCatalogue/index.tsx`); report.push(``); -report.push(`2022-09-21T12:48:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1620: SUBO-5276 fix: change links in catalogue`); +report.push(`2022-09-21T12:48:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1620: JIRA-5276 fix: change links in catalogue`); report.push(`2022-09-21T12:48:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-21T13:56:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5120 fix: add dictionary service in Nginx`); +report.push(`2022-09-21T13:56:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:03:53+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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`); @@ -26008,31 +26008,31 @@ report.push(`15 8 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateIn report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(`10 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-09-21T14:05:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5120 fix: add checking for empty store`); +report.push(`2022-09-21T14:05:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5120 fix: add checking for empty store`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); 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(faq): corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:08:20+03:00>Mikhail Mikhailov>mikhail@mail.kz>JIRA-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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1622: JIRA-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(faq): corrected handleChange for Radio Group widget`); +report.push(`2022-09-21T14:30:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1621: JIRA-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(`2022-09-21T15:50:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5278 fix: hide error message for version page`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-21T17:21:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5278 fix: change error message for empty owner`); +report.push(`2022-09-21T17:21:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5278 fix: change error message for empty owner`); report.push(`20 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-21T17:23:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5278 fix: change error message for empty owner`); +report.push(`2022-09-21T17:23:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5278 fix: change error message for empty owner`); report.push(`1 1 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-21T17:47:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1623: SUBO-5278 fix: hide error message for version page`); +report.push(`2022-09-21T17:47:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1623: JIRA-5278 fix: hide error message for version page`); report.push(`2022-09-21T17:47:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-21T18:05:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5133 feat: create blocks for the diffTemplate`); +report.push(`2022-09-21T18:05:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5133 feat: create blocks for the diffTemplate`); report.push(`4 0 src/ts/api/constructor.ts`); report.push(`0 1 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`183 2 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); @@ -26045,21 +26045,21 @@ report.push(`1 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(`1 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-09-22T10:27:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5133 feat: fix`); +report.push(`2022-09-22T10:27:04+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5133 feat: fix`); report.push(`3 4 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); report.push(`10 14 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(``); -report.push(`2022-09-22T10:49:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5279 fix: remove default type for env in Builder`); +report.push(`2022-09-22T10:49:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5279 fix: remove default type for env in Builder`); report.push(`1 0 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(`2 2 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`12 6 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-22T10:59:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5279 fix: remove default type for env in Builder`); +report.push(`2022-09-22T10:59:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5279 fix: remove default type for env in Builder`); report.push(`0 1 src/ts/pages/Builder/components/autocomplete/AccessDetails.tsx`); report.push(``); -report.push(`2022-09-22T11:34:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1625: SUBO-5279 Remove default type for env in Builder`); +report.push(`2022-09-22T11:34:16+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1625: JIRA-5279 Remove default type for env in Builder`); report.push(`2022-09-22T11:34:17+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> master`); -report.push(`2022-09-22T14:47:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-5116 fix: fix style table`); +report.push(`2022-09-22T14:47:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-5116 fix: fix style table`); report.push(`2 0 src/ts/components/Table/components/Column.tsx`); report.push(`2 2 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(`1 0 src/ts/components/Table/helpers/getColumnConfigs.ts`); @@ -26071,7 +26071,7 @@ report.push(`11 10 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`5 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`7 2 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2022-09-22T15:56:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4853 fix: change back URL for page`); +report.push(`2022-09-22T15:56:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4853 fix: change back URL for page`); report.push(`0 4 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`10 3 src/ts/pages/Draft/index.tsx`); report.push(`1 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); @@ -26080,34 +26080,34 @@ report.push(`30 0 src/ts/pages/Request/helpers/prevPage.ts`); report.push(`16 3 src/ts/pages/Request/index.tsx`); report.push(`2 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-09-22T15:59:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4853 fix: change back URL for page`); +report.push(`2022-09-22T15:59:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4853 fix: change back URL for page`); report.push(`8 5 src/ts/pages/Draft/index.tsx`); report.push(``); -report.push(`2022-09-22T16:59:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-5116 fix: add style`); +report.push(`2022-09-22T16:59:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-5116 fix: add style`); report.push(`1 1 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(`0 5 src/ts/pages/Builder/styles/hacks.scss`); report.push(`9 0 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2022-09-22T17:11:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-5116 fix: decrease columns menu`); +report.push(`2022-09-22T17:11:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-5116 fix: decrease columns menu`); report.push(`1 1 src/ts/components/Table/helpers/calculateTableWidth.ts`); report.push(`1 1 src/ts/components/Table/helpers/getColumnConfigs.ts`); report.push(``); -report.push(`2022-09-23T09:10:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1627: SUBO-4853 Change back URL`); +report.push(`2022-09-23T09:10:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1627: JIRA-4853 Change back URL`); report.push(`2022-09-23T09:10:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-23T09:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1626: SUBO-5116 fix: fix style table`); +report.push(`2022-09-23T09:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1626: JIRA-5116 fix: fix style table`); report.push(`2022-09-23T09:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-23T09:32:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5063 refactor: merge with release`); -report.push(`2022-09-23T12:16:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5286 fix: change style for drop down`); +report.push(`2022-09-23T09:32:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5063 refactor: merge with release`); +report.push(`2022-09-23T12:16:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5286 fix: change style for drop down`); report.push(`28 27 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/build.scss`); report.push(``); -report.push(`2022-09-23T12:24:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5286 fix: change style for drop down`); +report.push(`2022-09-23T12:24:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5286 fix: change style for drop down`); report.push(`0 1 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(``); -report.push(`2022-09-23T12:48:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1629: SUBO-5286 fix: change style for drop down`); +report.push(`2022-09-23T12:48:55+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1629: JIRA-5286 fix: change style for drop down`); report.push(`2022-09-23T12:48:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.0 -> release/release-2.12.1`); report.push(`2022-09-23T12:48:56+03:00>Mikhail Mikhailov>mikhail@mail.kz>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-23T15:42:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5306 fix: change API for TNP version`); +report.push(`2022-09-23T15:42:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5306 fix: change API for TNP version`); report.push(`3 2 src/ts/api/tsrVersion.ts`); report.push(`4 2 src/ts/pages/Reconciliations/components/agreements/index.tsx`); report.push(`4 2 src/ts/pages/Reconciliations/components/employees/index.tsx`); @@ -26115,10 +26115,10 @@ report.push(`6 3 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/helpers/tnp/onClick.ts`); report.push(`1 1 src/ts/snippets/FullCard/view/TnpVersion.tsx`); 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:05:30+03:00>Mikhail Mikhailov>mikhail@mail.kz>Pull request #1630: JIRA-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(faq): fix design search`); +report.push(`2022-09-23T16:48:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,38 +26129,38 @@ 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(faq): fix design search`); +report.push(`2022-09-26T10:46:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1631: JIRA-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:10+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1619: Feature/JIRA-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`); -report.push(`2022-09-26T18:06:39+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5133 feat: add labels`); +report.push(`2022-09-26T18:06:39+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5133 feat: add labels`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(`1 164 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); report.push(`19 11 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`96 34 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(``); -report.push(`2022-09-26T18:36:57+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5138 feat: Merge branch feature/SUBO-5133-diff-template-create-blocks into feature/SUBO-5138-frontend-diff-api`); -report.push(`2022-09-26T19:40:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5138 feat: change getDiffTemplate parameters`); +report.push(`2022-09-26T18:36:57+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5138 feat: Merge branch feature/JIRA-5133-diff-template-create-blocks into feature/JIRA-5138-frontend-diff-api`); +report.push(`2022-09-26T19:40:36+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): add sort by alpabet in Catalogue`); +report.push(`2022-09-27T08:19:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add first symbol for Catalogue list`); +report.push(`2022-09-27T08:25:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change style for catalogue list`); +report.push(`2022-09-27T08:33:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change style for catalogue list`); +report.push(`2022-09-27T08:37:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-09-27T12:11:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5255 fix: change design for main page`); report.push(`0 13 src/ts/pages/MainPage/index.tsx`); report.push(`37 15 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`5 2 src/ts/pages/PageWrapper/styles/footer.scss`); @@ -26168,26 +26168,26 @@ report.push(`4 11 src/ts/snippets/Header/components/Search.tsx`); report.push(`5 8 src/ts/snippets/Header/index.tsx`); report.push(`1 1 src/ts/snippets/Header/styles/header.module.scss`); report.push(``); -report.push(`2022-09-27T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1632: SUBO-5115 Add sort for catalogue`); +report.push(`2022-09-27T13:35:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1632: JIRA-5115 Add sort for catalogue`); report.push(`2022-09-27T13:35:59+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-27T16:09:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4853 fix: change link on prev page`); +report.push(`2022-09-27T16:09:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4853 fix: change link on prev page`); report.push(`1 1 src/ts/pages/MainPage/index.tsx`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Request/helpers/prevPage.ts`); report.push(`7 6 src/ts/snippets/ControlPanel/index.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/components/SuccessRequest.tsx`); report.push(``); -report.push(`2022-09-27T16:12:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1633: SUBO-5255 fix: change design for main page`); +report.push(`2022-09-27T16:12:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1633: JIRA-5255 fix: change design for main page`); report.push(`2022-09-27T16:12:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-27T18:18:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1634: SUBO-4853 fix: change link on prev page`); +report.push(`2022-09-27T18:18:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1634: JIRA-4853 fix: change link on prev page`); report.push(`2022-09-27T18:18:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> master`); -report.push(`2022-09-28T13:38:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5005 fix: fix search in selectWrapper and add infility pagination`); +report.push(`2022-09-28T13:38:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-5005 fix: fix search in selectWrapper and add infility pagination`); report.push(`7 3 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`10 2 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); report.push(`3 0 src/ts/interfaces/Pagination.ts`); report.push(`3 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2022-09-28T14:24:08+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5298 feat: asynchronous delta loading`); +report.push(`2022-09-28T14:24:08+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5298 feat: asynchronous delta loading`); report.push(`8 0 src/ts/api/constructor.ts`); report.push(`8 1 src/ts/components/DataLoader/index.tsx`); report.push(`75 12 src/ts/pages/Builder/components/SubHeader.tsx`); @@ -26195,47 +26195,47 @@ report.push(`2 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`6 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(`4 1 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-09-28T15:03:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5425 fix: fix table menu edit`); +report.push(`2022-09-28T15:03:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-5425 fix: fix table menu edit`); report.push(`1 1 src/ts/components/Table/components/cells/CellOverflowMenu.tsx`); report.push(``); -report.push(`2022-09-28T15:29:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1637: SUBO-5425 fix: fix table menu edit`); +report.push(`2022-09-28T15:29:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1637: JIRA-5425 fix: fix table menu edit`); report.push(`2022-09-28T15:29:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> release/release-2.13.0`); report.push(`2022-09-28T15:29:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-28T16:42:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-5284 fix: fix style for header btn`); +report.push(`2022-09-28T16:42:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-5284 fix: fix style for header btn`); report.push(`3 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`0 1 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-09-28T17:01:17+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1638: SUBO-5284 fix: fix style for header btn`); +report.push(`2022-09-28T17:01:17+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1638: JIRA-5284 fix: fix style for header btn`); report.push(`2022-09-28T17:01:18+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.12.1 -> release/release-2.13.0`); report.push(`2022-09-28T17:01:18+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-28T17:13:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5180 fix: roll back JsonSchema generator`); +report.push(`2022-09-28T17:13:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5180 fix: roll back JsonSchema generator`); report.push(`1 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`3 3 src/ts/snippets/AccessGroups/index.tsx`); 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:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1639: JIRA-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(faq): remove person number for users in select`); +report.push(`2022-09-29T08:24:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove person number for users in select`); +report.push(`2022-09-29T10:01:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove person number for users in select`); +report.push(`2022-09-29T10:15:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-09-29T11:41:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5319 fix: change paginations in roles`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-09-29T11:50:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1640: Bugfix/SUBO-5447 Remove person number for users in select`); +report.push(`2022-09-29T11:50:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1640: Bugfix/JIRA-5447 Remove person number for users in select`); report.push(`2022-09-29T11:50:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.1 -> release/release-2.13.0`); report.push(`2022-09-29T11:50:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-29T12:54:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-5005 fix: fix pagination select`); +report.push(`2022-09-29T12:54:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-5005 fix: fix pagination select`); report.push(`1 1 src/ts/api/tsr.ts`); report.push(`16 17 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`1 10 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); @@ -26257,36 +26257,36 @@ report.push(`2 2 src/ts/snippets/AccessGroups/components/SelectWrapper.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-09-29T12:59:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-5005 fix: resolve conflict`); -report.push(`2022-09-29T13:05:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5298 feat: fix`); +report.push(`2022-09-29T12:59:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-5005 fix: resolve conflict`); +report.push(`2022-09-29T13:05:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5298 feat: fix`); report.push(`7 20 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`0 1 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(``); -report.push(`2022-09-29T16:12:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-4676 fix: fix title tm`); +report.push(`2022-09-29T16:12:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-4676 fix: fix title tm`); report.push(`1 1 src/ts/pages/Builder/components/template-item/index.tsx`); report.push(``); -report.push(`2022-09-29T17:01:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-5296 fix: fix title draft info type`); +report.push(`2022-09-29T17:01:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-5296 fix: fix title draft info type`); report.push(`2 2 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-09-29T21:52:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-5005 fix: remove wrong property from interface pagination`); +report.push(`2022-09-29T21:52:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-5005 fix: remove wrong property from interface pagination`); report.push(`0 3 src/ts/interfaces/Pagination.ts`); report.push(``); -report.push(`2022-09-30T09:15:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-5296 fix: remove console log`); +report.push(`2022-09-30T09:15:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-5296 fix: remove console log`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-09-30T10:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1643: SUBO-5296 fix: fix title draft info type`); +report.push(`2022-09-30T10:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1643: JIRA-5296 fix: fix title draft info type`); report.push(`2022-09-30T10:56:14+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:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-30T10:56:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1641: SUBO-5319, SUBO-5321, SUBO-5049 fix: change paginations in roles`); +report.push(`2022-09-30T10:56:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1641: JIRA-5319, JIRA-5321, JIRA-5049 fix: change paginations in roles`); report.push(`2022-09-30T10:56:22+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:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-09-30T10:56:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1642: SUBO-4676 fix: fix title tm`); +report.push(`2022-09-30T10:56:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1642: JIRA-4676 fix: fix title tm`); report.push(`2022-09-30T10:56:27+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:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -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>Pull request #1635: JIRA-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(OIR): change logic for table column width`); +report.push(`2022-09-30T13:22:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change logic for table column width`); +report.push(`2022-09-30T14:01:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -26305,15 +26305,15 @@ report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); 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(``); -report.push(`2022-10-03T08:35:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-5290 fix: fix design footer`); +report.push(`2022-10-03T08:35:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-5290 fix: fix design footer`); report.push(`11 14 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`8 15 src/ts/pages/PageWrapper/styles/footer.scss`); report.push(``); -report.push(`2022-10-03T08:36:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5049 fix: change size undifined error in rules`); +report.push(`2022-10-03T08:36:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5049 fix: change size undifined error in rules`); report.push(`32 13 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2022-10-03T09:02:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5389 feat: add properties ti kit element`); +report.push(`2022-10-03T09:02:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5389 feat: add properties ti kit element`); report.push(`1 0 src/styles/variables.scss`); report.push(`32 8 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`23 0 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); @@ -26327,7 +26327,7 @@ report.push(`22 0 src/ts/components/JsonSchema/components/widgets/TextValue.tsx` report.push(`28 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(`14 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-10-03T10:00:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5466 fix: change color for help in Header search`); +report.push(`2022-10-03T10:00:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5466 fix: change color for help in Header search`); report.push(`3 3 src/ts/snippets/Header/components/Search.tsx`); report.push(`3 2 src/ts/snippets/HeaderLight/comopnents/Breadcrumbs.tsx`); report.push(`5 4 src/ts/snippets/HeaderLight/comopnents/Title.tsx`); @@ -26337,10 +26337,10 @@ report.push(`15 11 src/ts/snippets/HeaderLight/{index.scss => styles/index.modul report.push(`2 0 src/ts/snippets/HeaderLight/styles/index.scss`); report.push(`2 2 src/ts/snippets/index.scss`); report.push(``); -report.push(`2022-10-03T10:08:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1645: SUBO-5049 fix: change size undifined error in rules`); +report.push(`2022-10-03T10:08:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1645: JIRA-5049 fix: change size undifined error in rules`); report.push(`2022-10-03T10:08:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.2 -> release/release-2.13.0`); report.push(`2022-10-03T10:08:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-03T10:45:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5389 feat: change on propertyName`); +report.push(`2022-10-03T10:45:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5389 feat: change on propertyName`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); @@ -26349,60 +26349,60 @@ report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Text.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(``); -report.push(`2022-10-03T11:04:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5180 fix: return JsonSchema`); +report.push(`2022-10-03T11:04:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5180 fix: return JsonSchema`); report.push(`1 1 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`4 4 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-10-03T11:23:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5468 fix: add gap between text and clear icon`); +report.push(`2022-10-03T11:23:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5468 fix: add gap between text and clear icon`); report.push(`4 2 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-10-03T11:26:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5468 fix: add gap between text and clear icon`); +report.push(`2022-10-03T11:26:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5468 fix: add gap between text and clear icon`); report.push(`4 4 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-10-03T11:51:43+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1649: Feature/SUBO-5389 Add two standard properties to kit elements`); -report.push(`2022-10-03T12:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1650: SUBO-5180 fix: return JsonSchema`); +report.push(`2022-10-03T11:51:43+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1649: Feature/JIRA-5389 Add two standard properties to kit elements`); +report.push(`2022-10-03T12:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1650: JIRA-5180 fix: return JsonSchema`); report.push(`2022-10-03T12:30:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.2 -> release/release-2.13.0`); report.push(`2022-10-03T12:30:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-03T15:04:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 refactor: add slot for sub-header place`); +report.push(`2022-10-03T15:04:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5398 refactor: add slot for sub-header place`); report.push(`0 94 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`85 0 src/ts/pages/Builder/components/sub-header/OpenPage.tsx`); report.push(`48 0 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(`8 28 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-03T15:30:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 feat: add restore version button`); +report.push(`2022-10-03T15:30:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5398 feat: add restore version button`); report.push(`6 0 src/ts/api/constructor.ts`); report.push(`61 0 src/ts/pages/Builder/components/sub-header/RollBack.tsx`); report.push(`26 3 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2022-10-03T16:07:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 feat: add restore version button`); +report.push(`2022-10-03T16:07:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5398 feat: add restore version button`); report.push(`45 0 src/ts/pages/Builder/components/sub-header/RestoreButton.tsx`); report.push(`17 12 src/ts/pages/Builder/components/sub-header/{RollBack.tsx => RestoreList.tsx}`); report.push(`34 15 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2022-10-03T17:57:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5391 feat: add compact view for sidebar`); +report.push(`2022-10-03T17:57:58+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5391 feat: add compact view for sidebar`); report.push(`40 7 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`13 0 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`3 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(`51 2 src/ts/pages/Builder/styles/sidebar.scss`); report.push(`14 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-10-04T09:15:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1648: SUBO-5466 fix: change color for help in Header search`); +report.push(`2022-10-04T09:15:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1648: JIRA-5466 fix: change color for help in Header search`); report.push(`2022-10-04T09:15:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.13.0`); report.push(`2022-10-04T09:15:05+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-04T09:15:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1651: SUBO-5468 fix: add gap between text and clear icon`); +report.push(`2022-10-04T09:15:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1651: JIRA-5468 fix: add gap between text and clear icon`); report.push(`2022-10-04T09:15:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.13.0`); report.push(`2022-10-04T09:15:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-04T09:15:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1646: SUBO-5290 fix: fix design footer`); +report.push(`2022-10-04T09:15:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1646: JIRA-5290 fix: fix design footer`); report.push(`2022-10-04T09:15:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.13.0`); report.push(`2022-10-04T09:15:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-04T09:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1644: SUBO-5382 Change logic for table column width`); +report.push(`2022-10-04T09:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1644: JIRA-5382 Change logic for table column width`); report.push(`2022-10-04T09:16:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.3 -> release/release-2.13.0`); report.push(`2022-10-04T09:16:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-04T10:23:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1653: SUBO-5391 feat: add compact view for sidebar`); -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-04T10:23:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1653: JIRA-5391 feat: add compact view for sidebar`); +report.push(`2022-10-04T16:50:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1652: JIRA-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(AIS): fix catalogue`); +report.push(`2022-10-04T17:40:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,16 +26415,16 @@ 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(Excel): add isBlocked for TNP in AccessDetails`); +report.push(`2022-10-05T12:19:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add isBlocked Template in TNP`); +report.push(`2022-10-05T12:34:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-10-05T14:33:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-5293 fix: fix size sidebar`); +report.push(`2022-10-05T14:33:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-5293 fix: fix size sidebar`); report.push(`3 2 src/ts/pages/PageWrapper/helpers/getGridTemplateColumns.ts`); report.push(`3 2 src/ts/pages/Request/styles/index.scss`); report.push(`0 4 src/ts/pages/Template/styles/help.scss`); @@ -26432,25 +26432,25 @@ report.push(`1 1 src/ts/pages/Template/styles/index.scss`); report.push(`0 3 src/ts/snippets/RequestForm/components/Header.tsx`); report.push(`6 0 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(``); -report.push(`2022-10-05T16:16:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5492 refactor: add perfomance for big dictionary`); +report.push(`2022-10-05T16:16:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5492 refactor: add perfomance for big dictionary`); 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(AIS): add login on card request`); +report.push(`2022-10-05T16:21:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); 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(`2022-10-06T07:46:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add perfomance for big dictionary`); +report.push(`2022-10-06T08:37:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add perfomance for big dictionary`); +report.push(`2022-10-06T08:54:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-10-06T09:35:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5702 refactor: remove empty argument`); report.push(`1 1 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`1 1 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); @@ -26463,55 +26463,55 @@ 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(OIR): rename property for pagination`); +report.push(`2022-10-06T09:43:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix catalogue`); +report.push(`2022-10-06T09:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1654: JIRA-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`); -report.push(`2022-10-06T10:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1658: SUBO-5398 fix: rename property for restore`); +report.push(`2022-10-06T10:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1658: JIRA-5398 fix: rename property for restore`); report.push(`2022-10-06T10:20: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-06T10:20:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -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:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1656: JIRA-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(AIS): add login on card request`); +report.push(`2022-10-06T10:59:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1657: JIRA-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`); +report.push(`2022-10-06T10:59:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1659: JIRA-5492 Add performance for big dictionary`); report.push(`2022-10-06T10:59:54+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:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-06T11:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1660: SUBO-5702 Add property in Scroll and refactor`); +report.push(`2022-10-06T11:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1660: JIRA-5702 Add property in Scroll and refactor`); report.push(`2022-10-06T11:00: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-06T11:00:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-06T13:39:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5713 fix: hide edit agreement group`); +report.push(`2022-10-06T13:39:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5713 fix: hide edit agreement group`); report.push(`2 2 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-10-06T13:42:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5713 fix: hide edit agreement group`); +report.push(`2022-10-06T13:42:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5713 fix: hide edit agreement group`); report.push(`1 1 src/setupProxy.js`); report.push(`1 5 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-10-06T13:45:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5713 fix: hide edit agreement group`); +report.push(`2022-10-06T13:45:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5713 fix: hide edit agreement group`); report.push(`37 36 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-10-06T13:47:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5713 fix: hide edit agreement group`); +report.push(`2022-10-06T13:47:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5713 fix: hide edit agreement group`); 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(AIS): fix preview table tnp`); +report.push(`2022-10-06T13:50:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1661: JIRA-5713 Disable group`); +report.push(`2022-10-06T14:06:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-10-06T15:03:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 fix: hide restore button`); +report.push(`2022-10-06T15:03:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5398 fix: hide restore button`); 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(AIS): fix preview table tnp`); +report.push(`2022-10-06T15:07:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1665: JIRA-5398 fix: hide restore button`); +report.push(`2022-10-06T15:08:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1663: JIRA-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`); +report.push(`2022-10-06T21:01:03+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5390 feat: add changes in builder`); report.push(`3 5 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(`4 6 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`4 6 src/ts/components/JsonSchema/components/widgets/TextValue.tsx`); @@ -26534,18 +26534,18 @@ report.push(`4 0 src/ts/pages/Builder/styles/diff-table.scss`); report.push(`1 0 src/ts/pages/Builder/styles/index.scss`); report.push(`22 2 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-10-07T11:02:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5293 refactor: merge 2.12.3 and 2.12.4`); -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:02:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5293 refactor: merge 2.12.3 and 2.12.4`); +report.push(`2022-10-07T11:45:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1667: JIRA-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(faq): hide clear for select`); +report.push(`2022-10-07T17:14:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): hide clear for select`); +report.push(`2022-10-07T17:30:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1668: JIRA-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(profile): send to expert and add comment`); +report.push(`2022-10-08T20:57:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,11 +26556,11 @@ 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(profile): send to expert and add comment`); +report.push(`2022-10-08T20:59:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-10-10T11:58:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-5310 fix: add disable for template approval version`); +report.push(`2022-10-10T11:58:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-5310 fix: add disable for template approval version`); report.push(`29 15 src/ts/pages/Builder/components/Header.tsx`); report.push(`4 2 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`10 6 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -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(profile): add custom loader for dependency property`); +report.push(`2022-10-10T13:52:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -26601,7 +26601,7 @@ report.push(`5 5 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.t report.push(`14 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`4 3 src/ts/pages/TemplateOir/helpers/create-request/formatDependentValues.ts`); report.push(``); -report.push(`2022-10-10T15:47:10+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5390 feat: add link for diff modal table`); +report.push(`2022-10-10T15:47:10+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5390 feat: add link for diff modal table`); report.push(`55 66 src/ts/pages/Builder/components/DiffSideBar.tsx`); report.push(`5 0 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); report.push(`33 11 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); @@ -26609,9 +26609,9 @@ report.push(`11 0 src/ts/pages/Builder/helpers/getCorrectFormType.ts`); report.push(`9 0 src/ts/pages/Builder/pages/Template.tsx`); 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(profile): add custom loader for JsonSchema`); +report.push(`2022-10-10T16:02:04+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5298 feat: fix conflict`); +report.push(`2022-10-10T16:18:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5298 feat: fix conflict`); +report.push(`2022-10-10T16:29:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,34 +26623,34 @@ 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(profile): add custom loader for JsonSchema`); +report.push(`2022-10-10T16:35:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add custom loader for JsonSchema`); +report.push(`2022-10-10T17:23:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add custom loader for JsonSchema`); +report.push(`2022-10-10T17:52:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1669: JIRA-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(profile): add dependency in reuqest`); +report.push(`2022-10-11T10:51:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-10-11T11:30:04+03:00>Petr Petrov>petrov@mail.jp>SUBO-4698 feat: add new url for dictionary`); +report.push(`2022-10-11T11:30:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-4698 feat: add new url for dictionary`); report.push(`5 2 src/ts/api/acrq.ts`); report.push(`3 4 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(`1 1 src/ts/pages/Builder/components/role-group/DictionaryForm.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-11T11:43:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5390 feat: fix`); +report.push(`2022-10-11T11:43:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5390 feat: fix`); report.push(`3 2 src/ts/pages/Builder/components/DiffSideBar.tsx`); report.push(`7 8 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`1 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); @@ -26660,58 +26660,58 @@ report.push(`1 3 src/ts/pages/Builder/pages/ExecutionRules.tsx`); 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(profile): add dependency in reuqest`); +report.push(`2022-10-11T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1670: Feature/JIRA-5390 add in builder changes`); +report.push(`2022-10-11T17:34:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): fix edit rows table`); +report.push(`2022-10-12T09:56:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5298 fix: merge with develop`); +report.push(`2022-10-12T10:53:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-10-12T12:58:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5298 fix: merge with develop`); report.push(`50 0 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(`8 9 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-12T14:47:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-4698 feat: fix store coderis`); +report.push(`2022-10-12T14:47:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-4698 feat: fix store coderis`); report.push(`1 1 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(`1 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-12T16:50:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-4698 feat: fix render system code`); +report.push(`2022-10-12T16:50:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-4698 feat: fix render system code`); report.push(`4 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-13T10:56:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5398 feat: show restore template`); +report.push(`2022-10-13T10:56:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5398 feat: show restore template`); report.push(`0 2 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2022-10-13T10:58:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1674: SUBO-5398 feat: show restore template`); +report.push(`2022-10-13T10:58:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1674: JIRA-5398 feat: show restore template`); report.push(`2022-10-13T10:58:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.12.6 -> release/release-2.13.0`); report.push(`2022-10-13T10:58:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-13T11:22:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-4698 feat: fix send code in body`); +report.push(`2022-10-13T11:22:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-4698 feat: fix send code in body`); report.push(`4 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`4 3 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-13T11:34:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5298 refactor: merge release and develop`); -report.push(`2022-10-13T12:23:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-5824 fix: add description for inner header`); +report.push(`2022-10-13T11:34:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5298 refactor: merge release and develop`); +report.push(`2022-10-13T12:23:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-5824 fix: add description for inner header`); report.push(`14 6 src/ts/pages/Builder/components/Header.tsx`); report.push(`15 5 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-10-13T12:27:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5498 fix: change OIR for DAPP pt. 3, 4, 5`); +report.push(`2022-10-13T12:27:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5498 fix: change OIR for DAPP pt. 3, 4, 5`); report.push(`2 4 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-10-13T12:45:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5498 fix: change OIR for DAPP pt. 1`); +report.push(`2022-10-13T12:45:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5498 fix: change OIR for DAPP pt. 1`); report.push(`2 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-10-13T13:21:22+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1671: SUBO-4698 feat: add new url for dictionary`); +report.push(`2022-10-13T13:21:22+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1671: JIRA-4698 feat: add new url for dictionary`); report.push(`2022-10-13T13:21:23+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-13T14:13:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5498 fix: change OIR for DAPP pt. 2`); +report.push(`2022-10-13T14:13:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5498 fix: change OIR for DAPP pt. 2`); report.push(`1 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); 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>Pull request #1675: JIRA-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(OIR): fix edit rows table`); +report.push(`2022-10-13T15:35:35+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1672: JIRA-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(`2022-10-13T17:46:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-5792 feat: add pagination for request add input code`); report.push(`5 1 src/ts/api/acrq.ts`); report.push(`2 2 src/ts/pages/Builder/components/role-group/AbacUserAttributeFrom.tsx`); report.push(`1 1 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); @@ -26721,20 +26721,20 @@ report.push(`10 12 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(`0 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`1 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2022-10-14T08:44:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5498 fix: remove console.log`); +report.push(`2022-10-14T08:44:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5498 fix: remove console.log`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-10-14T15:08:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-5738 fix: fix title in sideBar changeUser`); +report.push(`2022-10-14T15:08:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-5738 fix: fix title in sideBar changeUser`); report.push(`23 20 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`13 6 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(`4 3 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2022-10-14T15:36:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-5396 fix: change boolean canAddInTNP`); +report.push(`2022-10-14T15:36:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-5396 fix: change boolean canAddInTNP`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); -report.push(`2022-10-14T21:37:02+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5789 feat: copy AIS request`); +report.push(`2022-10-14T21:37:02+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5789 feat: copy AIS request`); report.push(`10 1 src/ts/pages/Request/index.tsx`); report.push(`3 1 src/ts/pages/Template/components/Description.tsx`); report.push(`4 1 src/ts/pages/Template/components/Template.tsx`); @@ -26744,20 +26744,20 @@ report.push(`4 3 src/ts/pages/Template/store/Template.ts`); report.push(`4 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2022-10-15T21:25:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-5483 fix: fix max length`); +report.push(`2022-10-15T21:25:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-5483 fix: fix max length`); report.push(`9 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2022-10-16T17:10:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-5483 fix: function max value`); +report.push(`2022-10-16T17:10:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-5483 fix: function max value`); report.push(`8 8 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2022-10-16T22:45:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-5710 fix: fix refresh after all approved`); +report.push(`2022-10-16T22:45:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-5710 fix: fix refresh after all approved`); report.push(`28 24 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-10-17T10:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1636: Feature/SUBO-5298 diff template async`); +report.push(`2022-10-17T10:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1636: Feature/JIRA-5298 diff template async`); 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(profile): add toast warning notification expired accesses`); +report.push(`2022-10-17T10:27:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5396 fix: add isBlocker for TNP`); +report.push(`2022-10-17T10:33:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5396 fix: add isBlocker for TNP`); +report.push(`2022-10-17T10:37:13+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -26770,24 +26770,24 @@ report.push(`8 0 src/ts/pages/Profile/styles/card.scss`); report.push(`7 0 src/ts/pages/Profile/view/List.tsx`); report.push(`7 1 src/ts/pages/Profile/view/Tile.tsx`); report.push(``); -report.push(`2022-10-17T10:39:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5394 fix: change search in select for 701`); +report.push(`2022-10-17T10:39:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5394 fix: change search in select for 701`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`1 12 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-10-17T10:44:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1655: SUBO-5396 Add isBlocked for TNP`); +report.push(`2022-10-17T10:44:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1655: JIRA-5396 Add isBlocked for TNP`); report.push(`2022-10-17T10:44:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T10:45:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1673: SUBO-5394 Change loading in select for CUSTOM fields (не доделано)`); +report.push(`2022-10-17T10:45:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1673: JIRA-5394 Change loading in select for CUSTOM fields (не доделано)`); report.push(`2022-10-17T10:45:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T11:21:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-5710 fix: fix refresh`); +report.push(`2022-10-17T11:21:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-5710 fix: fix refresh`); report.push(`2 0 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`1 0 src/ts/interfaces/Pagination.ts`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-10-17T12:05:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5846 fix: add correct loader for user in 703`); +report.push(`2022-10-17T12:05:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5846 fix: add correct loader for user in 703`); report.push(`4 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2022-10-17T13:52:37+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5886 fix: Fixing various bugs on template change delta`); +report.push(`2022-10-17T13:52:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5886 fix: Fixing various bugs on template change delta`); report.push(`1 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(`7 1 src/ts/pages/Builder/components/DiffSideBar.tsx`); report.push(`6 6 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); @@ -26806,83 +26806,83 @@ report.push(`15 1 src/ts/pages/Builder/styles/diff-table.scss`); report.push(`2 1 src/ts/pages/Builder/styles/hacks.scss`); 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:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1684: JIRA-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(OIR): fix action button`); +report.push(`2022-10-17T15:22:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-10-17T15:24:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1685: JIRA-5886 fix: Fixing various bugs on template change delta`); report.push(`2022-10-17T15:24:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T16:13:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1681: SUBO-5483 fix: fix max length`); +report.push(`2022-10-17T16:13:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1681: JIRA-5483 fix: fix max length`); report.push(`2022-10-17T16:13:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T16:28:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1682: SUBO-5710 fix: fix refresh after all approved`); +report.push(`2022-10-17T16:28:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1682: JIRA-5710 fix: fix refresh after all approved`); report.push(`2022-10-17T16:28:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> master`); -report.push(`2022-10-17T17:28:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-5874 fix: fix button restore disabled`); +report.push(`2022-10-17T17:28:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-5874 fix: fix button restore disabled`); report.push(`3 1 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-17T18:31:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5789 feat: copyFromId therough TemplateStore`); +report.push(`2022-10-17T18:31:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5789 feat: copyFromId therough TemplateStore`); report.push(`3 3 src/ts/pages/Template/components/Description.tsx`); report.push(`1 4 src/ts/pages/Template/components/Template.tsx`); report.push(`4 8 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`5 5 src/ts/pages/Template/index.tsx`); report.push(`10 4 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-10-18T09:00:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5846 fix: add checking user UPN for adjustment`); +report.push(`2022-10-18T09:00:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5846 fix: add checking user UPN for adjustment`); report.push(`13 5 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-18T10:38:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-5792 feat: new branch`); +report.push(`2022-10-18T10:38:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-5792 feat: new branch`); 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:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1688: JIRA-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(AIS): fix delta bugs`); +report.push(`2022-10-18T11:02:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): fix delta bugs`); +report.push(`2022-10-18T11:08:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1690: JIRA-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(`2022-10-18T11:40:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-5792 feat: add pagination for select`); report.push(`8 8 src/ts/api/acrq.ts`); report.push(`6 1 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); 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:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1689: Feature/JIRA-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(profile): notifications expired accesses`); +report.push(`2022-10-18T15:39:18+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`3 109 src/ts/pages/Profile/components/Main.tsx`); report.push(``); -report.push(`2022-10-18T15:54:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-5749 fix: fix search agreement group`); +report.push(`2022-10-18T15:54:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-5749 fix: fix search agreement group`); report.push(`5 1 src/ts/api/constructor.ts`); report.push(`2 2 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(``); -report.push(`2022-10-18T18:44:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5890 fix: add setTimeout for click`); +report.push(`2022-10-18T18:44:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5890 fix: add setTimeout for click`); report.push(`5 1 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-19T09:29:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5934 fix: add text limit 6000`); +report.push(`2022-10-19T09:29:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5934 fix: add text limit 6000`); report.push(`1 1 src/ts/helpers/constants.ts`); report.push(``); -report.push(`2022-10-19T11:18:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5780 feat: add date range in OIR`); +report.push(`2022-10-19T11:18:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5780 feat: add date range in OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/pages/Authorization/store/NotificationStore.ts`); report.push(`8 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-19T11:30:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-19T11:30:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); report.push(`8 6 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`4 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-19T11:37:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-19T11:37:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); report.push(`3 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`2 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-10-19T12:13:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-19T12:13:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`7 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); @@ -26890,104 +26890,104 @@ report.push(`6 1 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRe report.push(`18 3 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-10-19T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-19T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); report.push(`1 1 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); report.push(`9 8 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-10-19T14:31:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5943 fix: change mapper for ABAC`); +report.push(`2022-10-19T14:31:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5943 fix: change mapper for ABAC`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`2 2 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(`2 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(`7 14 src/ts/pages/Builder/store/Empowerments.ts`); 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:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1695: JIRA-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(AIS): add file widget in JsonSchema`); +report.push(`2022-10-19T16:33:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): fix display title menuButton`); +report.push(`2022-10-19T17:11:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): file download`); +report.push(`2022-10-19T17:42:44+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-10-20T08:33:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-20T08:33:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); 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(OIR): fix action button`); +report.push(`2022-10-20T08:37:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1686: JIRA-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:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1687: JIRA-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`); -report.push(`2022-10-20T08:37:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1694: SUBO-5934 fix: add text limit 6000`); +report.push(`2022-10-20T08:37:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1694: JIRA-5934 fix: add text limit 6000`); report.push(`2022-10-20T08:37:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T11:16:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-5738 fix: resolve conflict`); -report.push(`2022-10-20T11:36:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5890 fix: start the calculation only if there is an active version`); +report.push(`2022-10-20T11:16:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-5738 fix: resolve conflict`); +report.push(`2022-10-20T11:36:18+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5890 fix: start the calculation only if there is an active version`); report.push(`7 3 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-10-20T11:40:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1679: SUBO-5738 fix: fix title in sideBar changeUser`); +report.push(`2022-10-20T11:40:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1679: JIRA-5738 fix: fix title in sideBar changeUser`); report.push(`2022-10-20T11:40:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T11:40:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1691: Feature/SUBO-5434 notifications expired accesses`); +report.push(`2022-10-20T11:40:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1691: Feature/JIRA-5434 notifications expired accesses`); report.push(`2022-10-20T11:40:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T11:41:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1693: SUBO-5890 fix: add setTimeout for click`); +report.push(`2022-10-20T11:41:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1693: JIRA-5890 fix: add setTimeout for click`); report.push(`2022-10-20T11:41:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.0 -> release/release-2.13.1`); 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:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1678: JIRA-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(OIR): fix display title menuButton`); +report.push(`2022-10-20T11:43:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1697: JIRA-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(`2022-10-20T11:53:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-10-20T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5943 fix: hide property code`); +report.push(`2022-10-20T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5943 fix: hide property code`); report.push(`2 0 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(`4 2 src/ts/pages/Builder/store/Empowerments.ts`); 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:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1699: JIRA-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(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-20T12:53:01+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5844 feat(profile): fix conflict`); +report.push(`2022-10-20T13:51:54+03:00>Галиневский Евгений Николаевич (4059810)>egalinevskii@vtb.ru>Pull request #1692: JIRA-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`); +report.push(`2022-10-20T14:20:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-5483 fix: fix max length`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2022-10-20T14:35:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-5875 fix: fix move to page template`); +report.push(`2022-10-20T14:35:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-5875 fix: fix move to page template`); 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:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1700: JIRA-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(profile): fixing the reappearance of toast`); +report.push(`2022-10-20T15:16:56+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): fix`); +report.push(`2022-10-20T15:30:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-10-20T15:38:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-5879 fix: fix style inner header`); report.push(`1 0 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(`3 3 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-10-20T16:02:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-5875 fix: comment load user access`); +report.push(`2022-10-20T16:02:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-5875 fix: comment load user access`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(``); -report.push(`2022-10-20T16:10:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1701: SUBO-5875 fix: fix move to page template`); +report.push(`2022-10-20T16:10:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1701: JIRA-5875 fix: fix move to page template`); report.push(`2022-10-20T16:10:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T16:25:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-5738 fix: fix display sidebar title`); +report.push(`2022-10-20T16:25:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-5738 fix: fix display sidebar title`); report.push(`4 10 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(``); -report.push(`2022-10-20T16:26:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1702: SUBO-5879 fix: fix style inner header`); +report.push(`2022-10-20T16:26:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1702: JIRA-5879 fix: fix style inner header`); report.push(`2022-10-20T16:26:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-20T20:32:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5768 feat: add snippet CommentsList`); +report.push(`2022-10-20T20:32:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5768 feat: add snippet CommentsList`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); report.push(`1 1 src/ts/pages/Builder/styles/diff-sidebar.scss`); report.push(`1 1 src/ts/pages/Builder/styles/diff-table.scss`); @@ -27001,17 +27001,17 @@ 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(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-20T20:40:57+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5844 feat(profile): fix conflict`); +report.push(`2022-10-21T08:06:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1703: JIRA-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(AIS): add warning in delta`); +report.push(`2022-10-21T08:23:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add warning in Delta`); +report.push(`2022-10-21T08:28:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1705: JIRA-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`); +report.push(`2022-10-21T10:35:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 refactor: merge with release`); +report.push(`2022-10-21T11:22:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5460 fix: add placeholder for textArea`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -27019,11 +27019,11 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/JsonSchemaSettings.ts`) report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(`6 3 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-21T11:55:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add table widget in JsonSchema`); +report.push(`2022-10-21T11:55:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add table widget in JsonSchema`); 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(Excel): add filter for domains`); +report.push(`2022-10-21T13:23:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,29 +27035,29 @@ 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(Excel): add new filter for domains template`); +report.push(`2022-10-21T13:27:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-10-21T13:56:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-5738 fix: fix id last edit user`); report.push(`1 1 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(``); -report.push(`2022-10-21T14:10:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-5738 fix: resolve conflict`); -report.push(`2022-10-21T15:01:37+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1709: SUBO-5315 Send to Expert`); -report.push(`2022-10-21T15:47:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1706: SUBO-5460 fix: add placeholder for textArea`); +report.push(`2022-10-21T14:10:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-5738 fix: resolve conflict`); +report.push(`2022-10-21T15:01:37+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1709: JIRA-5315 Send to Expert`); +report.push(`2022-10-21T15:47:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1706: JIRA-5460 fix: add placeholder for textArea`); report.push(`2022-10-21T15:47:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-21T15:57:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1708: SUBO-5738 fix: fix id last edit user`); +report.push(`2022-10-21T15:57:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1708: JIRA-5738 fix: fix id last edit user`); report.push(`2022-10-21T15:57:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.1 -> master`); -report.push(`2022-10-21T16:01:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-5739 fix: fix favorite display`); +report.push(`2022-10-21T16:01:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-5739 fix: fix favorite display`); report.push(`5 1 src/ts/pages/DemoCatalogue/components/favorites/list.tsx`); report.push(``); -report.push(`2022-10-21T16:28:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-5750 fix: fix scale`); +report.push(`2022-10-21T16:28:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add table dictionary in empowerments`); +report.push(`2022-10-21T17:31:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-10-24T07:34:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add table widget in JsonSchema`); report.push(`132 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`9 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`4 3 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -27065,7 +27065,7 @@ report.push(`1 1 src/ts/components/JsonSchema/interfaces/JsonSchemaSettings.ts`) report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`3 0 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(``); -report.push(`2022-10-24T08:52:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add table widget in JsonSchema`); +report.push(`2022-10-24T08:52:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add table widget in JsonSchema`); report.push(`12 9 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`5 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`0 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); @@ -27073,24 +27073,24 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/JsonSchemaSettings.ts`) report.push(`0 3 src/ts/components/JsonSchema/interfaces/UiSettings.ts`); report.push(`41 10 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-10-24T09:35:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add table widget in JsonSchema`); +report.push(`2022-10-24T09:35:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add table widget in JsonSchema`); 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(profile): file download`); +report.push(`2022-10-24T11:05:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1698: JIRA-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:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1680: JIRA-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`); -report.push(`2022-10-24T14:02:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add tablewidget in JsonSchema`); +report.push(`2022-10-24T14:02:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add tablewidget in JsonSchema`); report.push(`78 0 src/ts/components/JsonSchema/components/modal/TableModal.tsx`); report.push(`28 16 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`52 0 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(`41 33 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2022-10-24T14:13:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add tablewidget in JsonSchema`); +report.push(`2022-10-24T14:13:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add tablewidget in JsonSchema`); report.push(`5 3 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-10-24T15:19:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: add expert advice component`); +report.push(`2022-10-24T15:19:03+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: add expert advice component`); report.push(`6 1 src/ts/api/request.ts`); report.push(`29 3 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 3 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); @@ -27104,119 +27104,119 @@ report.push(`15 0 src/ts/snippets/RequestForm/index.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(`4 0 src/ts/snippets/RequestStatus/styles/index.scss`); report.push(``); -report.push(`2022-10-24T16:21:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5782 feat: add tablewidget in JsonSchema`); +report.push(`2022-10-24T16:21:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 feat: add tablewidget in JsonSchema`); 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(profile): add correct api`); +report.push(`2022-10-24T17:06:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 feat: add file widget in JsonSchema`); +report.push(`2022-10-24T18:05:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2022-10-25T11:18:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1711: SUBO-5750 fix: fix scale`); +report.push(`2022-10-25T11:18:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1711: JIRA-5750 fix: fix scale`); report.push(`2022-10-25T11:21:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.13.2 -> master`); -report.push(`2022-10-25T13:30:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-6015 fix: remove copy button if status approval`); +report.push(`2022-10-25T13:30:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-6015 fix: remove copy button if status approval`); report.push(`2 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-25T14:04:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-6015 fix: add new сondition`); +report.push(`2022-10-25T14:04:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-6015 fix: add new сondition`); report.push(`13 4 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-25T14:08:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-6015 fix: remove unnecessary variable`); +report.push(`2022-10-25T14:08:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-6015 fix: remove unnecessary variable`); report.push(`1 4 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-25T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1710: SUBO-5739 fix: fix favorite display`); +report.push(`2022-10-25T14:15:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1710: JIRA-5739 fix: fix favorite display`); 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:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1713: JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T12:38:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): fix max length in input full name`); +report.push(`2022-10-26T13:15:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T13:15:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T13:36:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T13:40:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-10-26T15:19:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5879 feat: add new type`); +report.push(`2022-10-26T15:19:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5879 feat: add new type`); 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(Excel): fix style`); +report.push(`2022-10-26T15:21:33+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T15:41:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix text in inner header`); +report.push(`2022-10-26T16:37:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): add widget with table in JsonSchema`); +report.push(`2022-10-26T17:25:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add table widget in JsonSchema`); +report.push(`2022-10-27T08:27:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-10-27T08:52:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5781 fix(AIS): merge with release`); +report.push(`2022-10-27T08:59:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5782 fix(OIR): merge with release`); +report.push(`2022-10-27T09:36:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix text in inner header`); +report.push(`2022-10-27T09:59:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1715: JIRA-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(OIR): fix max length in input full name`); +report.push(`2022-10-27T10:00:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1714: JIRA-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(profile): change sort in dictionary`); +report.push(`2022-10-27T10:52:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1717: JIRA-5768 feat: add snippet CommentsList`); +report.push(`2022-10-27T11:05:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1716: JIRA-5782 Add table widget in JsonSchema`); +report.push(`2022-10-27T12:11:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change sort in dictionary`); +report.push(`2022-10-27T12:15:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-10-27T15:40:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6019 fix: change request in OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`6 4 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(``); -report.push(`2022-10-27T15:46:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6019 fix: change request in OIR`); +report.push(`2022-10-27T15:46:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6019 fix: change request in OIR`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-10-28T10:27:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: add hack with user recipient`); +report.push(`2022-10-28T10:27:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5785 fix: add hack with user recipient`); report.push(`14 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`2 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-10-28T13:06:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: add user upn in fields`); +report.push(`2022-10-28T13:06:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5785 fix: add user upn in fields`); report.push(`18 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackendRecipient.ts`); report.push(`4 3 src/ts/pages/AdditionalServices/interfaces/IAdditionalServiceRequest.ts`); report.push(`7 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-10-28T13:08:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: add form for expert resolution`); +report.push(`2022-10-28T13:08:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: add form for expert resolution`); report.push(`2 2 src/setupProxy.js`); report.push(`17 2 src/ts/api/request.ts`); report.push(`43 28 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -27242,23 +27242,23 @@ report.push(`2 2 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`45 23 src/ts/snippets/RequestForm/index.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); 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(`2022-10-28T13:10:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove user info drom OIR`); +report.push(`2022-10-28T13:52:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove user info drom OIR`); +report.push(`2022-10-28T14:00:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-10-28T14:17:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-5950 fix: fix the same text in select`); +report.push(`2022-10-28T14:17:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-5950 fix: fix the same text in select`); report.push(`13 1 src/ts/components/Select/components/list/Static.tsx`); report.push(`14 1 src/ts/components/Tree/components/TreeBuilder.tsx`); report.push(``); -report.push(`2022-10-28T15:57:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1696: Feature/SUBO-5781 Add File widget in JsonSchema from DynamicFields`); +report.push(`2022-10-28T15:57:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1696: Feature/JIRA-5781 Add File widget in JsonSchema from DynamicFields`); report.push(`2022-10-28T15:57:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-28T16:02:35+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5531 feat: display field`); +report.push(`2022-10-28T16:02:35+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5531 feat: display field`); report.push(`10 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`6 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); @@ -27268,66 +27268,66 @@ report.push(``); report.push(`2022-10-28T21:16:28+03:00>Oleg Losev>losev@net.it>Pull request #1724: uncomment idm-service`); report.push(`2022-10-28T21:16:29+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.14.0 -> release/release-2.14.1`); report.push(`2022-10-28T21:16:29+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.14.1 -> master`); -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:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1707: Feature/JIRA-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(Excel): add link on file`); +report.push(`2022-10-29T09:40:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add link on file`); +report.push(`2022-10-29T10:09:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add link on file`); +report.push(`2022-10-29T10:30:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add link on file`); +report.push(`2022-10-29T10:32:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-10-29T10:43:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5986 fix: add link on file`); report.push(`5 3 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`3 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-10-29T11:00:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: hide copy button`); +report.push(`2022-10-29T11:00:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5785 fix: hide copy button`); report.push(`10 9 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-10-29T11:03:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1725: SUBO-5785 fix: hide copy button`); +report.push(`2022-10-29T11:03:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1725: JIRA-5785 fix: hide copy button`); report.push(`2022-10-29T11:03:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.0 -> release/release-2.14.1`); report.push(`2022-10-29T11:03:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-29T11:04:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5785 fix: show copy button`); +report.push(`2022-10-29T11:04:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5785 fix: show copy button`); 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:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1726: JIRA-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(Excel): add link on file`); +report.push(`2022-10-29T11:08:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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>Pull request #1727: JIRA-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(profile): change sort in dictionary`); +report.push(`2022-10-29T11:11:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1718: JIRA-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:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1720: JIRA-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`); -report.push(`2022-10-29T11:12:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1723: SUBO-6011 Hide user info in OIR`); +report.push(`2022-10-29T11:12:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1723: JIRA-6011 Hide user info in OIR`); report.push(`2022-10-29T11:12:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-29T18:13:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6178 fix: return default select`); +report.push(`2022-10-29T18:13:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6178 fix: return default select`); report.push(`14 84 src/ts/components/Select/components/Item.tsx`); report.push(`0 1 src/ts/components/Select/components/list/Static.tsx`); report.push(`1 0 src/ts/components/Select/index.tsx`); report.push(`0 6 src/ts/components/Select/styles/hacks.scss`); report.push(`0 12 src/ts/components/Select/styles/list.scss`); report.push(``); -report.push(`2022-10-29T18:37:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6178 fix: return default select`); +report.push(`2022-10-29T18:37:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6178 fix: return default select`); report.push(`0 1 src/ts/components/Select/index.tsx`); report.push(`14 7 src/ts/pages/Template/components/Form.tsx`); 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:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1728: JIRA-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(profile): add new widget for checkbox`); +report.push(`2022-10-30T21:25:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,137 +27336,137 @@ 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(profile): change table view`); +report.push(`2022-10-30T22:59:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change table view`); +report.push(`2022-10-30T23:01:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change table view`); +report.push(`2022-10-30T23:04:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change table view`); +report.push(`2022-10-30T23:08:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change table view`); +report.push(`2022-10-30T23:11:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): change table view`); +report.push(`2022-10-30T23:16:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-10-30T23:18:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1730: JIRA-5785 Change table view`); report.push(`2022-10-30T23:18:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-30T23:32:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6013 fix: show orgUnit in OIR roles`); +report.push(`2022-10-30T23:32:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6013 fix: show orgUnit in OIR roles`); report.push(`8 20 src/ts/components/Select/components/value-list/List.tsx`); report.push(`5 7 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-10-31T00:13:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 refactor: return origin select`); +report.push(`2022-10-31T00:13:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 refactor: return origin select`); report.push(`4 1 src/ts/components/Select/components/value-list/List.tsx`); report.push(`1 0 src/ts/components/Select/index.tsx`); report.push(`49 0 src/ts/pages/Builder/components/access-details/OwnersList.tsx`); report.push(`3 6 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2022-10-31T00:16:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4726 refactor: return origin select`); +report.push(`2022-10-31T00:16:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4726 refactor: return origin select`); report.push(`0 1 src/ts/pages/Builder/components/access-details/OwnersList.tsx`); report.push(``); -report.push(`2022-10-31T00:21:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1731: SUBO-6013 Show unitOrg in OIR roles`); +report.push(`2022-10-31T00:21:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1731: JIRA-6013 Show unitOrg in OIR roles`); report.push(`2022-10-31T00:21:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.1 -> master`); -report.push(`2022-10-31T09:29:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6185 fix: add help for orgUnit`); +report.push(`2022-10-31T09:29:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6185 fix: add help for orgUnit`); report.push(`1 0 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-10-31T09:52:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6185 fix: add help for orgUnit`); +report.push(`2022-10-31T09:52:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6185 fix: add help for orgUnit`); report.push(`1 1 src/ts/components/Select/index.tsx`); 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(faq): change request for tree`); +report.push(`2022-10-31T10:04:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add new widget for checkbox`); +report.push(`2022-10-31T11:29:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1729: JIRA-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(`2022-10-31T11:34:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): send to backend false value for checkbox from DynamicFields`); +report.push(`2022-10-31T11:59:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1732: JIRA-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:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1734: JIRA-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(faq): change request for tree`); +report.push(`2022-10-31T12:31:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1733: JIRA-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(OIR): 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: JIRA-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(`2022-10-31T12:39:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6142 feat: add new status for requests`); report.push(`5 0 src/assets/images/status/annulled.svg`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); -report.push(`2022-10-31T12:56:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6020 feat: display oir fields in saved access request`); +report.push(`2022-10-31T12:56:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6020 feat: display oir fields in saved access request`); report.push(`4 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`7 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(``); -report.push(`2022-10-31T13:50:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-5950 fix: moved fix text to loader`); +report.push(`2022-10-31T13:50:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-5950 fix: moved fix text to loader`); 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(OIR): show button move to`); +report.push(`2022-10-31T16:07:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-10-31T17:25:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6094 fix: change request for download file`); report.push(`4 1 src/ts/helpers/exportToFile.ts`); report.push(`3 2 src/ts/helpers/http/Client.ts`); 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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1722: JIRA-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(OIR): show button move to`); +report.push(`2022-11-01T09:39:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1739: JIRA-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(faq): fix request select position in tnp`); +report.push(`2022-11-01T11:46:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add rules for default date`); +report.push(`2022-11-01T12:38:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change checking for domains`); +report.push(`2022-11-01T13:25:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-11-01T13:33:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1743: JIRA-6221 fix(AIS): change checking for domains`); +report.push(`2022-11-01T14:01:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-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:10:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1745: JIRA-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(AIS): change checking for domains`); +report.push(`2022-11-01T14:11:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6221 refactor: merge with release`); +report.push(`2022-11-01T14:16:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1746: JIRA-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(faq): fix request select position in tnp`); +report.push(`2022-11-01T15:20:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1741: JIRA-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(`2022-11-01T16:19:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-6216 fix: fix disabled button send request`); report.push(`2 1 src/ts/pages/Template/components/Form.tsx`); 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:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1740: JIRA-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(profile): show user info in requests`); +report.push(`2022-11-02T12:54:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): show owner for request`); +report.push(`2022-11-02T12:58:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): show owner for request`); +report.push(`2022-11-02T13:09:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -27474,13 +27474,13 @@ report.push(`1 1 src/ts/pages/Tnp/interfaces/IBuild.ts`); report.push(`1 1 src/ts/pages/Tnp/interfaces/IDetailsTNP.ts`); report.push(`1 1 src/ts/pages/Tnp/interfaces/IMainInfo.ts`); report.push(``); -report.push(`2022-11-02T14:57:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-6250 fix: fix corrext display text in select domains`); +report.push(`2022-11-02T14:57:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-6250 fix: fix corrext display text in select domains`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-11-02T15:57:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-6236 fix: disabled input expiration date`); +report.push(`2022-11-02T15:57:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-6236 fix: disabled input expiration date`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-11-02T17:14:43+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6020 feat: display OIR in saved access request`); +report.push(`2022-11-02T17:14:43+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6020 feat: display OIR in saved access request`); report.push(`3 0 src/ts/api/request.ts`); report.push(`3 0 src/ts/api/roles.ts`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); @@ -27489,84 +27489,84 @@ report.push(`81 10 src/ts/pages/TemplateOir/components/access-request/Form.tsx`) report.push(`4 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(`9 3 src/ts/pages/TemplateOir/helpers/access-request/getRoleGroups.ts`); report.push(``); -report.push(`2022-11-02T17:48:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6020 feat: Delete Block All Roles`); +report.push(`2022-11-02T17:48:05+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6020 feat: Delete Block All Roles`); report.push(`0 37 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-03T08:28:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1750: SUBO-6236 fix: disabled input expiration date`); +report.push(`2022-11-03T08:28:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1750: JIRA-6236 fix: disabled input expiration date`); report.push(`2022-11-03T08:28:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T08:29:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1749: SUBO-6250 fix: fix corrext display text in select domains`); +report.push(`2022-11-03T08:29:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1749: JIRA-6250 fix: fix corrext display text in select domains`); report.push(`2022-11-03T08:29:51+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T08:30:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1748: SUBO-5994 Show owner for request`); +report.push(`2022-11-03T08:30:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1748: JIRA-5994 Show owner for request`); report.push(`2022-11-03T08:30:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T08:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1747: Bugfix/SUBO-6216 fix disabled button send request`); +report.push(`2022-11-03T08:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1747: Bugfix/JIRA-6216 fix disabled button send request`); report.push(`2022-11-03T08:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T08:33:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5531 feat: displaying fields after selecting`); +report.push(`2022-11-03T08:33:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5531 feat: displaying fields after selecting`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-03T08:36:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1737: SUBO-5531 feat: displaying fields after selecting OIR`); +report.push(`2022-11-03T08:36:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1737: JIRA-5531 feat: displaying fields after selecting OIR`); report.push(`2022-11-03T08:37:00+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T08:39:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1719: SUBO-6019 fix: change request in OIR`); +report.push(`2022-11-03T08:39:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1719: JIRA-6019 fix: change request in OIR`); report.push(`2022-11-03T08:39:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-03T09:25:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6095 fix: hide copy button`); +report.push(`2022-11-03T09:25:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6095 fix: hide copy button`); 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>Pull request #1751: JIRA-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(AIS): add error message for TNP 2`); +report.push(`2022-11-03T11:59:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add error message for TNP 2`); +report.push(`2022-11-03T12:19:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1753: JIRA-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(`2022-11-03T12:53:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): show copy button and etc bugs`); +report.push(`2022-11-03T13:02:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-03T13:07:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6195 fix: rename property for backend`); report.push(`1 1 src/ts/pages/Template/components/Description.tsx`); report.push(`4 4 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); 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(faq): add autocomplete for OIR`); +report.push(`2022-11-03T14:17:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): replace text`); +report.push(`2022-11-03T15:18:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): replace text`); +report.push(`2022-11-03T15:20:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1757: JIRA-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`); +report.push(`2022-11-04T09:41:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6224 fix: replace name and full name`); report.push(`2 2 src/ts/helpers/converter.ts`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`1 1 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/constants.ts`); report.push(``); -report.push(`2022-11-04T10:22:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6295 fix: show owner in 1208`); +report.push(`2022-11-04T10:22:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6295 fix: show owner in 1208`); report.push(`8 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`1 1 src/ts/pages/Request/components/EditRequest.tsx`); report.push(`2 4 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`9 6 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`3 0 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-11-04T10:28:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6294 fix: replace style for links`); +report.push(`2022-11-04T10:28:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6294 fix: replace style for links`); report.push(`1 0 src/ts/components/JsonSchema/styles/text.scss`); report.push(``); -report.push(`2022-11-04T10:33:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6294 fix: replace style for links`); +report.push(`2022-11-04T10:33:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6294 fix: replace style for links`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`6 1 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2022-11-04T11:10:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6273 fix: change link on file`); +report.push(`2022-11-04T11:10:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6273 fix: change link on file`); 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(Excel): add toggle to modal`); +report.push(`2022-11-04T20:05:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -27577,19 +27577,19 @@ report.push(`15 10 src/ts/pages/Builder/components/shared/TableList.tsx`); report.push(`2 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`3 0 src/ts/pages/Builder/styles/index.scss`); report.push(``); -report.push(`2022-11-06T21:21:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6212 feat: add check for copy request`); +report.push(`2022-11-06T21:21:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6212 feat: add check for copy request`); report.push(`10 0 src/ts/pages/Template/components/Template.tsx`); report.push(`13 6 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 4 src/ts/pages/Template/index.tsx`); report.push(`2 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-11-06T21:48:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6212 feat: add check for copy request`); +report.push(`2022-11-06T21:48:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6212 feat: add check for copy request`); report.push(`1 1 src/ts/api/request.ts`); 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(Excel): add new text if check all cell values`); +report.push(`2022-11-07T00:55:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,50 +27598,50 @@ 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(Excel): resolve conflict`); -report.push(`2022-11-07T10:42:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: teem`); +report.push(`2022-11-07T01:10:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-6026 feat(Excel): resolve conflict`); +report.push(`2022-11-07T10:42:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: teem`); report.push(`1 1 src/setupProxy.js`); report.push(`2 12 src/ts/api/request.ts`); report.push(`19 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 18 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-11-07T11:20:32+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6325 fix: isNotAviable to isNotAvilable`); +report.push(`2022-11-07T11:20:32+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6325 fix: isNotAviable to isNotAvilable`); 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(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(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(`2022-11-07T11:35:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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/JIRA-6325 OIR when generating application error displayed`); +report.push(`2022-11-07T13:09:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1756: JIRA-6247 fix(faq): add autocomplete for OIR`); +report.push(`2022-11-07T13:10:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1758: JIRA-6224 fix: replace name and full name`); +report.push(`2022-11-07T14:30:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6325 fix: isNotAvailable flag`); report.push(`1 1 src/ts/components/JsonSchema/styles/text.scss`); 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-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(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`); +report.push(`2022-11-07T14:46:37+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1765: JIRA-6325 fix: isNotAvailable flag`); +report.push(`2022-11-07T16:32:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1766: JIRA-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: JIRA-6295 fix: show owner in 1208`); +report.push(`2022-11-07T16:35:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1770: JIRA-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/JIRA-6212 Add check for copy request`); +report.push(`2022-11-08T08:07:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1769: Bugfix/JIRA-6294 Fix download file in 1208`); +report.push(`2022-11-08T14:02:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-6250 fix: send select upn from request save as recipient upn domain`); report.push(`1 0 src/ts/interfaces/request/RequestNew.ts`); report.push(`9 2 src/ts/pages/Template/components/Form.tsx`); report.push(`5 1 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-11-08T15:36:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-6250 fix: remove accounts from request save template`); +report.push(`2022-11-08T15:36:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-6250 fix: remove accounts from request save template`); report.push(`9 1 src/ts/interfaces/request/RequestNew.ts`); report.push(`2 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-11-08T15:53:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6193 fix: Added downloading and displaying information about a previously rejected request`); +report.push(`2022-11-08T15:53:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6193 fix: Added downloading and displaying information about a previously rejected request`); report.push(`3 0 src/ts/api/request.ts`); report.push(`5 5 src/ts/pages/Request/index.tsx`); report.push(`32 0 src/ts/snippets/RequestForm/components/CopyInfoLabel.tsx`); report.push(`10 2 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-08T17:58:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1774: SUBO-6250 fix: send select upn from request save as recipient upn domain`); +report.push(`2022-11-08T17:58:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1774: JIRA-6250 fix: send select upn from request save as recipient upn domain`); report.push(`2022-11-08T17:58:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.2 -> master`); -report.push(`2022-11-09T12:18:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 fix: add text widget`); +report.push(`2022-11-09T12:18:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6200 fix: add text widget`); report.push(`1 1 src/setupProxy.js`); report.push(`97 0 src/ts/components/JsonSchema/components/Description.tsx`); report.push(`3 28 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); @@ -27657,103 +27657,103 @@ 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(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(`2022-11-09T13:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5876 feat(Excel): Merge branch release-2.14.2 of into JIRA-5876-hierarchical-directory-of-departments`); +report.push(`2022-11-09T13:29:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6200 fix: add text widget`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-11-09T13:52:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 feat: add text widget`); +report.push(`2022-11-09T13:52:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6200 feat: add text widget`); report.push(`10 2 src/ts/components/JsonSchema/components/Description.tsx`); report.push(`4 1 src/ts/components/JsonSchema/components/widgets/Checkbox.tsx`); report.push(`15 1 src/ts/components/JsonSchema/styles/description.scss`); report.push(`0 21 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-11-09T13:56:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5794 fix: merge with release`); -report.push(`2022-11-09T14:08:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 fix: add text widget`); +report.push(`2022-11-09T13:56:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5794 fix: merge with release`); +report.push(`2022-11-09T14:08:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6200 fix: add text widget`); report.push(`1 1 src/setupProxy.js`); 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(`2022-11-09T14:19:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): fix`); +report.push(`2022-11-09T14:41:44+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-11-09T15:12:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6336 fix: change text value in OIR`); report.push(`1 0 src/ts/components/JsonSchema/styles/description.scss`); report.push(`6 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2022-11-09T15:19:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6336 fix: change text value in OIR`); +report.push(`2022-11-09T15:19:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6336 fix: change text value in OIR`); report.push(`2 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-09T15:55:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 fix: add text widget`); +report.push(`2022-11-09T15:55:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6200 fix: add text widget`); report.push(`1 1 src/ts/components/JsonSchema/styles/description.scss`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); 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(OIR): fix`); +report.push(`2022-11-09T16:47:18+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-11-10T00:01:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-5983 fix: fix select type boss request 701`); +report.push(`2022-11-10T00:01:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-5983 fix: fix select type boss request 701`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2022-11-10T07:17:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1776: SUBO-6200, SUBO-6336, SUBO-6424, SUBO-4725 Add text widget`); -report.push(`2022-11-10T09:09:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1780: SUBO-5983 fix: fix select type boss request 701`); +report.push(`2022-11-10T07:17:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1776: JIRA-6200, JIRA-6336, JIRA-6424, JIRA-4725 Add text widget`); +report.push(`2022-11-10T09:09:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1780: JIRA-5983 fix: fix select type boss request 701`); report.push(`2022-11-10T09:09:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.14.3 -> master`); -report.push(`2022-11-10T10:15:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6200 feat: add Description widget`); +report.push(`2022-11-10T10:15:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): fix show button approval version`); +report.push(`2022-11-10T12:02:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): fix show button approval version`); +report.push(`2022-11-10T13:19:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1781: JIRA-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:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1771: JIRA-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`); -report.push(`2022-11-10T14:15:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1775: SUBO-6193 fix: Added downloading and displaying information about a previously rejected request`); -report.push(`2022-11-10T14:19:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6195 fix: merge with release`); -report.push(`2022-11-10T14:36:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6195 fix: merge with release`); +report.push(`2022-11-10T14:15:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1775: JIRA-6193 fix: Added downloading and displaying information about a previously rejected request`); +report.push(`2022-11-10T14:19:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6195 fix: merge with release`); +report.push(`2022-11-10T14:36:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add validation for table widget`); +report.push(`2022-11-10T16:04:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add validation for table widget`); +report.push(`2022-11-11T11:46:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add validation for table widget`); +report.push(`2022-11-11T11:48:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1782: JIRA-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(`2022-11-11T11:56:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6440 fix: set default value for departament owner`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-11-11T12:09:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6440 fix: set default value for departament owner`); +report.push(`2022-11-11T12:09:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6440 fix: set default value for departament owner`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2022-11-11T12:13:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1783: SUBO-6440 Fix departament owner`); +report.push(`2022-11-11T12:13:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1783: JIRA-6440 Fix departament owner`); report.push(`2022-11-11T12:13:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-11T12:24:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: pt 1, 2`); +report.push(`2022-11-11T12:24:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6330 fix: pt 1, 2`); report.push(`44 42 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-11T12:38:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: add user info`); +report.push(`2022-11-11T12:38:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6330 fix: add user info`); report.push(`2 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-11T12:50:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: pt 5`); +report.push(`2022-11-11T12:50:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add togle to edit modal empowerments`); +report.push(`2022-11-11T13:13:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): resolve conflict`); -report.push(`2022-11-11T13:34:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: pt 4`); +report.push(`2022-11-11T13:30:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-6026 feat(Excel): resolve conflict`); +report.push(`2022-11-11T13:34:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 2 src/ts/components/JsonSchema/styles/text.scss`); @@ -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(Excel): clean code`); +report.push(`2022-11-11T13:48:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,56 +27771,56 @@ 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(Excel): connect with back`); +report.push(`2022-11-11T14:53:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): add save Tree in request`); +report.push(`2022-11-11T14:53:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`24 7 src/ts/pages/Template/store/Template.ts`); report.push(`69 15 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-11-11T15:43:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6310 fix: add validation for table wrapper`); +report.push(`2022-11-11T15:43:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6310 fix: add validation for table wrapper`); report.push(`4 3 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`4 3 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`3 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`4 3 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-11-11T15:48:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1785: SUBO-6330 Change style for OIR page`); +report.push(`2022-11-11T15:48:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1785: JIRA-6330 Change style for OIR page`); 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:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1787: JIRA-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(profile): add table dictionary in empowerments`); +report.push(`2022-11-11T15:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1712: JIRA-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(`2022-11-11T16:14:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6476 fix: change style for OIR card`); report.push(`1 9 src/ts/pages/Requests/components/item/index.tsx`); report.push(`14 12 src/ts/snippets/RequestForm/components/UserDetails.tsx`); report.push(``); -report.push(`2022-11-11T16:26:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6476 fix: change style for OIR card`); +report.push(`2022-11-11T16:26:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6476 fix: change style for OIR card`); report.push(`6 5 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`2 2 src/ts/pages/Requests/components/item/DynamicPartAis.tsx`); report.push(`11 6 src/ts/pages/Requests/components/item/index.tsx`); report.push(`4 8 src/ts/snippets/FullCard/components/Line.tsx`); report.push(`0 3 src/ts/snippets/FullCard/styles/line.scss`); report.push(``); -report.push(`2022-11-11T16:34:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1788: SUBO-6476 Change input Author OIR`); +report.push(`2022-11-11T16:34:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1788: JIRA-6476 Change input Author OIR`); report.push(`2022-11-11T16:34:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-11T17:06:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6485 fix: remove promise reject`); +report.push(`2022-11-11T17:06:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6485 fix: remove promise reject`); report.push(`0 2 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-11-11T17:09:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1789: SUBO-6485 fix: remove promise reject`); +report.push(`2022-11-11T17:09:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1789: JIRA-6485 fix: remove promise reject`); report.push(`2022-11-11T17:09:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-11T17:29:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1772: Bugfix/SUBO-6195 Copy button`); +report.push(`2022-11-11T17:29:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1772: Bugfix/JIRA-6195 Copy button`); report.push(`2022-11-11T17:29:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-11T17:46:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-6461 feat: add pagination to table`); +report.push(`2022-11-11T17:46:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-6461 feat: add pagination to table`); 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(Excel): Added display of previously saved departments in the request`); +report.push(`2022-11-11T20:08:55+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -27829,7 +27829,7 @@ report.push(`5 0 src/ts/snippets/AccessGroups/components/GroupTitle.tsx`); report.push(`1 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`34 12 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-11-12T12:22:16+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6193 fix: Correction on copying the request`); +report.push(`2022-11-12T12:22:16+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6193 fix: Correction on copying the request`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/api/request.ts`); report.push(`14 2 src/ts/pages/Template/components/Description.tsx`); @@ -27837,75 +27837,75 @@ report.push(`1 3 src/ts/pages/Template/components/Template.tsx`); report.push(`1 0 src/ts/pages/Template/store/Template.ts`); report.push(`0 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-12T19:57:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1791: SUBO-6193 fix: Correction on copying the request`); +report.push(`2022-11-12T19:57:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1791: JIRA-6193 fix: Correction on copying the request`); report.push(`2022-11-12T19:57:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-12T20:12:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: change style for OIR`); +report.push(`2022-11-12T20:12:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6330 fix: change style for OIR`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); 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(`2022-11-12T22:09:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): move the functionality above`); +report.push(`2022-11-12T22:09:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): change word`); +report.push(`2022-11-12T22:25:58+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-11-12T22:35:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1792: JIRA-6330 Change style for OIR`); report.push(`2022-11-12T22:35:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-12T22:53:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6485 fix: dont set default value if have value in store`); +report.push(`2022-11-12T22:53:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6485 fix: dont set default value if have value in store`); report.push(`2 0 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(``); -report.push(`2022-11-12T22:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1793: SUBO-6485 fix: dont set default value if have value in store`); +report.push(`2022-11-12T22:57:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1793: JIRA-6485 fix: dont set default value if have value in store`); report.push(`2022-11-12T22:57:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-12T23:10:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6484 fix: remove clear memory for selected Tree elements`); +report.push(`2022-11-12T23:10:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6484 fix: remove clear memory for selected Tree elements`); report.push(`1 1 src/ts/components/Tree/helpers/index.ts`); report.push(``); -report.push(`2022-11-12T23:14:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6484 fix: remove clear memory for selected Tree elements`); +report.push(`2022-11-12T23:14:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6484 fix: remove clear memory for selected Tree elements`); report.push(`1 1 src/ts/components/Title/index.scss`); report.push(``); -report.push(`2022-11-12T23:18:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1794: SUBO-6484 fix: remove clear memory for selected Tree elements`); +report.push(`2022-11-12T23:18:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1794: JIRA-6484 fix: remove clear memory for selected Tree elements`); report.push(`2022-11-12T23:18:43+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-12T23:37:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6445 fix: replace author for Aditional service`); +report.push(`2022-11-12T23:37:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6445 fix: replace author for Aditional service`); report.push(`2 2 src/ts/pages/Builder/components/SideBar.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`6 7 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(``); -report.push(`2022-11-12T23:40:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6445 fix: replace author for Aditional service`); +report.push(`2022-11-12T23:40:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6445 fix: replace author for Aditional service`); report.push(`0 2 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); report.push(``); -report.push(`2022-11-12T23:44:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1795: SUBO-6445 fix: replace author in RoadMap (1208 aditional service)`); +report.push(`2022-11-12T23:44:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1795: JIRA-6445 fix: replace author in RoadMap (1208 aditional service)`); report.push(`2022-11-12T23:44:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-13T00:31:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6285 fix: add default values`); +report.push(`2022-11-13T00:31:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6285 fix: add default values`); report.push(`1 5 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); -report.push(`2022-11-13T00:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1796: SUBO-6285 fix: add default values`); +report.push(`2022-11-13T00:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1796: JIRA-6285 fix: add default values`); report.push(`2022-11-13T00:33:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-13T00:38:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6285 fix: pt 3`); +report.push(`2022-11-13T00:38:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6285 fix: pt 3`); report.push(`11 11 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-11-13T00:41:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1797: SUBO-6285 fix: pt 3`); +report.push(`2022-11-13T00:41:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1797: JIRA-6285 fix: pt 3`); report.push(`2022-11-13T00:41:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-13T17:57:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6330 fix: rename property Author`); +report.push(`2022-11-13T17:57:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6330 fix: rename property Author`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-13T18:16:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6314 fix: add disabled for jsonSchema modal`); +report.push(`2022-11-13T18:16:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6314 fix: add disabled for jsonSchema modal`); report.push(`5 2 src/ts/components/JsonSchema/components/modal/TableModal.tsx`); report.push(`2 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-11-13T18:20:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6314 fix: add disabled for jsonSchema modal`); +report.push(`2022-11-13T18:20:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6314 fix: add disabled for jsonSchema modal`); report.push(`1 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-11-13T18:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1798: SUBO-6330, SUBO-6314 Rename property author and show modal for JSON`); +report.push(`2022-11-13T18:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1798: JIRA-6330, JIRA-6314 Rename property author and show modal for JSON`); report.push(`2022-11-13T18:23:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-13T21:38:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-6026 fix: fix display all elements`); +report.push(`2022-11-13T21:38:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): add new page vendors`); +report.push(`2022-11-14T01:01:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,61 +27915,61 @@ 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(Excel): rename folder`); +report.push(`2022-11-14T01:25:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`0 0 src/ts/pages/Reconciliations/components/{vendorsPage => vendors}/table.tsx`); report.push(`1 1 src/ts/pages/Vendors/index.tsx`); report.push(``); -report.push(`2022-11-14T07:35:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1790: SUBO-6461 feat: add pagination to table`); +report.push(`2022-11-14T07:35:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1790: JIRA-6461 feat: add pagination to table`); report.push(`2022-11-14T07:35:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T09:31:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1784: Feature/SUBO-6026 frontend add toggle to modal`); +report.push(`2022-11-14T09:31:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1784: Feature/JIRA-6026 frontend add toggle to modal`); report.push(`2022-11-14T09:31:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T10:48:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-6360 fix: fix max length`); +report.push(`2022-11-14T10:48:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-6360 fix: fix max length`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2022-11-14T10:50:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6193 fix: return copy label. Api not implemented`); +report.push(`2022-11-14T10:50:58+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6193 fix: return copy label. Api not implemented`); report.push(`7 6 src/ts/pages/Template/components/Description.tsx`); 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(`2022-11-14T11:30:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): fix disabled button if no accounts domains`); +report.push(`2022-11-14T11:32:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): fix disabled button if no accounts domains`); +report.push(`2022-11-14T11:51:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1803: JIRA-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:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1802: JIRA-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`); -report.push(`2022-11-14T12:08:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1801: SUBO-6193 fix: return copy label.`); +report.push(`2022-11-14T12:08:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1801: JIRA-6193 fix: return copy label.`); 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:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1800: JIRA-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(Excel): Added filtering of external companies by parameter from backend`); +report.push(`2022-11-14T12:52:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): remove clear type in OIR`); +report.push(`2022-11-14T13:00:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove clear type in OIR`); +report.push(`2022-11-14T13:04:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-14T13:09:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1804: JIRA-6501 Remove clear type in OIR`); report.push(`2022-11-14T13:09:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T13:31:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6505 fix: replace substring in description widget`); +report.push(`2022-11-14T13:31:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6505 fix: replace substring in description widget`); report.push(`2 2 src/ts/components/JsonSchema/components/Description.tsx`); report.push(``); -report.push(`2022-11-14T13:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1805: SUBO-6505 fix: replace substring in description widget`); +report.push(`2022-11-14T13:33:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1805: JIRA-6505 fix: replace substring in description widget`); report.push(`2022-11-14T13:33:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T13:52:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6476 fix: replace OIR card`); +report.push(`2022-11-14T13:52:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6476 fix: replace OIR card`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-11-14T13:55:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1806: SUBO-6476 fix: replace OIR card`); +report.push(`2022-11-14T13:55:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1806: JIRA-6476 fix: replace OIR card`); report.push(`2022-11-14T13:55:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T14:49:19+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: Merge branch 'release/release-2.15.0' into feature/SUBO-5769-modal-window-for-expert-response`); -report.push(`2022-11-14T17:15:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6313 feat: add new modal in 78 request`); +report.push(`2022-11-14T14:49:19+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: Merge branch 'release/release-2.15.0' into feature/JIRA-5769-modal-window-for-expert-response`); +report.push(`2022-11-14T17:15:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6313 feat: add new modal in 78 request`); report.push(`56 0 src/ts/components/JsonSchema/components/modal/TableRemove.tsx`); report.push(`7 10 src/ts/components/JsonSchema/components/modal/{TableModal.tsx => TableUpdate.tsx}`); report.push(`33 0 src/ts/components/JsonSchema/components/modal/index.tsx`); @@ -27978,33 +27978,33 @@ report.push(`21 13 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); 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:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1807: JIRA-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(profile): add update OIR info`); +report.push(`2022-11-14T18:10:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add update OIR info`); +report.push(`2022-11-14T18:13:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1808: JIRA-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(`2022-11-14T18:20:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6518 fix: hide copy button`); report.push(`1 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-11-14T18:23:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1809: SUBO-6518 fix: hide copy button`); +report.push(`2022-11-14T18:23:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1809: JIRA-6518 fix: hide copy button`); report.push(`2022-11-14T18:23:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-14T20:48:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6529 fix: hide toggle`); +report.push(`2022-11-14T20:48:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6529 fix: hide toggle`); report.push(`21 19 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-11-14T20:51:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1810: SUBO-6529 fix: hide toggle`); +report.push(`2022-11-14T20:51:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1810: JIRA-6529 fix: hide toggle`); report.push(`2022-11-14T20:51:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-15T10:20:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6522 feat: add block by DepartamentOwner`); +report.push(`2022-11-15T10:20:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6522 feat: add block by DepartamentOwner`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/getDisableSubmit.ts`); report.push(`6 2 src/ts/pages/TemplateOir/helpers/create-request/loadOrgUnitByUser.ts`); 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:27:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1811: JIRA-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(OIR): replace isBack checking`); +report.push(`2022-11-15T12:00:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-15T12:00:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: add new Api method`); report.push(`1 1 src/setupProxy.js`); report.push(`25 6 src/ts/api/request.ts`); report.push(`0 2 src/ts/components/JsonSchema/components/widgets/TextArea.tsx`); @@ -28013,28 +28013,28 @@ 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(OIR): replace isBack checking`); +report.push(`2022-11-15T12:07:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1812: JIRA-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(OIR): replace isBack checking`); +report.push(`2022-11-15T12:11:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): replace isBack checking`); +report.push(`2022-11-15T12:14:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-15T12:18:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1813: Bugfix/JIRA-6522 Check isBank`); report.push(`2022-11-15T12:18:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.0 -> master`); -report.push(`2022-11-15T12:37:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-6475 fix: fix show button delta and rename button`); +report.push(`2022-11-15T12:37:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-6475 fix: fix show button delta and rename button`); report.push(`5 6 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2022-11-15T17:21:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6193 feat: added filling text fields`); +report.push(`2022-11-15T17:21:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6193 feat: added filling text fields`); report.push(`0 1 src/ts/components/JsonSchema/index.tsx`); report.push(`3 2 src/ts/pages/Template/components/Template.tsx`); report.push(`5 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`2 0 src/ts/pages/Template/index.tsx`); report.push(`2 2 src/ts/snippets/RequestForm/components/CopyInfoLabel.tsx`); report.push(``); -report.push(`2022-11-16T08:29:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6318 feat: add company and worker page`); +report.push(`2022-11-16T08:29:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6318 feat: add company and worker page`); report.push(`80 0 src/ts/pages/Vendors/components/Template.tsx`); report.push(`96 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`104 0 src/ts/pages/Vendors/components/employees/Form.tsx`); @@ -28050,25 +28050,25 @@ report.push(`54 0 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`18 0 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`18 0 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-16T10:48:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6318 feat: add company and worker page`); +report.push(`2022-11-16T10:48:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6318 feat: add company and worker page`); 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(Excel): add new page for create company`); +report.push(`2022-11-16T11:22:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for create company`); +report.push(`2022-11-16T11:49:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 2 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2022-11-16T13:44:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-6074 fix: fix attribute delta`); +report.push(`2022-11-16T13:44:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-6074 fix: fix attribute delta`); 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(Excel): connect api vendors`); +report.push(`2022-11-16T21:03:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -28076,7 +28076,7 @@ report.push(`19 21 src/ts/pages/Reconciliations/components/vendors/table.tsx`); report.push(`228 0 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`11 11 src/ts/pages/Vendors/index.tsx`); report.push(``); -report.push(`2022-11-16T21:15:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6318 fix: add new page vendors`); +report.push(`2022-11-16T21:15:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6318 fix: add new page vendors`); report.push(`10 0 src/ts/api/eei.ts`); report.push(`16 0 src/ts/api/personnel.ts`); report.push(`55 23 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); @@ -28087,42 +28087,42 @@ report.push(`3 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`48 6 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`32 6 src/ts/pages/Vendors/store/EmployeesStore.ts`); 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(`2022-11-16T21:31:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): add new page vendors`); +report.push(`2022-11-17T07:24:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove text in OIR`); +report.push(`2022-11-17T07:49:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-17T07:54:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6463 fix: change style for table`); report.push(`1 0 src/ts/components/Table/styles/index.scss`); report.push(`0 1 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2022-11-17T07:55:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6463 fix: change style for table`); +report.push(`2022-11-17T07:55:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6463 fix: change style for table`); report.push(`2 2 src/ts/components/Table/styles/index.scss`); 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(`2022-11-17T08:00:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove text in OIR`); +report.push(`2022-11-17T10:52:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1819: JIRA-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(Excel): add fake onclick at button`); +report.push(`2022-11-17T11:27:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`50 0 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2022-11-17T11:32:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6515 fix: add checking for attributes`); +report.push(`2022-11-17T11:32:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6515 fix: add checking for attributes`); report.push(`2 1 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(`3 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); 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(Excel): save company`); +report.push(`2022-11-17T12:51:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: merge release`); +report.push(`2022-11-17T14:55:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,22 +28137,22 @@ 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(Excel): save company`); +report.push(`2022-11-17T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove text from OIR`); +report.push(`2022-11-17T15:12:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove text from OIR`); +report.push(`2022-11-17T15:15:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-17T15:24:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1823: JIRA-6542 Hide text in OIR`); report.push(`2022-11-17T15:24:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.1 -> master`); -report.push(`2022-11-17T15:55:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6189 fix: change style for sidebar`); +report.push(`2022-11-17T15:55:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add OrgUnit select`); +report.push(`2022-11-17T16:33:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -28160,59 +28160,59 @@ report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`8 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-11-17T20:15:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6259 feat: Added select to choose tree type in visibility rules`); +report.push(`2022-11-17T20:15:50+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6259 feat: Added select to choose tree type in visibility rules`); report.push(`1 1 src/setupProxy.js`); report.push(`95 7 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`18 9 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`0 1 src/ts/pages/Builder/interfaces/shared.ts`); report.push(``); -report.push(`2022-11-17T20:37:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6554 fix: save new type widget`); +report.push(`2022-11-17T20:37:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6554 fix: save new type widget`); report.push(`35 125 src/ts/components/JsonSchema/components/widgets/OrgUnitTree.tsx`); report.push(`9 0 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); 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(`2022-11-17T20:53:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add on reconciliations`); +report.push(`2022-11-17T21:14:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`10 10 src/ts/pages/Reconciliations/helpers/routes.ts`); report.push(`7 2 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-11-18T09:04:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: changed the api methods`); +report.push(`2022-11-18T09:04:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: changed the api methods`); 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(AIS): change text in validation`); +report.push(`2022-11-18T11:09:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-18T11:13:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1820: JIRA-6463 Fix style for table`); report.push(`2022-11-18T11:13:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.2 -> master`); -report.push(`2022-11-18T11:13:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1821: SUBO-6459 fix: change style for textarea`); +report.push(`2022-11-18T11:13:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1821: JIRA-6459 fix: change style for textarea`); report.push(`2022-11-18T11:14:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.2 -> master`); -report.push(`2022-11-18T12:08:35+03:00>Petr Petrov>petrov@mail.jp>SUBO-6544 fix: disabled bank item in select`); +report.push(`2022-11-18T12:08:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-6544 fix: disabled bank item in select`); report.push(`28 26 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`16 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-11-18T12:20:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-6544 fix: clean code`); +report.push(`2022-11-18T12:20:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-6544 fix: clean code`); report.push(`24 26 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); 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:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1786: JIRA-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(AIS): fix display table role groups`); +report.push(`2022-11-19T00:17:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(Excel): change requests`); +report.push(`2022-11-19T19:53:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:01:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:15:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:20:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:26:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:51:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T21:58:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T22:07:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T22:38:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page for vendors`); +report.push(`2022-11-19T22:49:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page vendorrs`); +report.push(`2022-11-20T19:55:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page vendorrs`); +report.push(`2022-11-20T20:11:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,53 +28293,53 @@ 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(Excel): add new page vendorrs`); +report.push(`2022-11-20T20:41:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new page vendorrs`); +report.push(`2022-11-20T20:46:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change OIR card`); +report.push(`2022-11-20T21:06:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-11-20T22:45:09+03:00>Petr Petrov>petrov@mail.jp>SUBO-4788 feat: add propability edit field in additional services`); +report.push(`2022-11-20T22:45:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-4788 feat: add propability edit field in additional services`); report.push(`34 4 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`4 0 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`11 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`12 4 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); 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>Pull request #1826: JIRA-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(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`); -report.push(`2022-11-21T13:46:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1814: SUBO-6475 fix: fix show button delta and rename button`); -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(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(`2022-11-21T13:42:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1828: JIRA-6152 fix(OIR): change OIR card`); +report.push(`2022-11-21T13:44:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1824: JIRA-6189 fix: change style for sidebar`); +report.push(`2022-11-21T13:44:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1822: JIRA-6515 fix: add checking for attributes`); +report.push(`2022-11-21T13:45:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1736: JIRA-6142 feat: add new status for requests`); +report.push(`2022-11-21T13:46:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1814: JIRA-6475 fix: fix show button delta and rename button`); +report.push(`2022-11-21T13:46:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1816: JIRA-6193 feat: added filling text fields`); +report.push(`2022-11-21T13:46:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1817: JIRA-6074 fix: fix attribute delta`); +report.push(`2022-11-21T13:47:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1818: JIRA-6533 fix: fix maxLength code and name`); +report.push(`2022-11-21T13:49:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1825: JIRA-6331 fix(AIS): change text in validation`); +report.push(`2022-11-21T14:10:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1827: JIRA-6521 fix(AIS): fix display table role groups`); +report.push(`2022-11-21T14:32:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6656 fix: add user upn in OIR`); report.push(`48 43 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-11-21T15:20:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6626 fix: validation in table`); +report.push(`2022-11-21T15:20:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6626 fix: validation in table`); report.push(`4 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-11-21T15:22:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1831: SUBO-6656 fix: add user upn in OIR`); -report.push(`2022-11-21T15:23:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6600 fix: add id in table`); +report.push(`2022-11-21T15:22:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1831: JIRA-6656 fix: add user upn in OIR`); +report.push(`2022-11-21T15:23:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6600 fix: add id in table`); report.push(`8 0 src/ts/pages/AdditionalServices/helpers/enrichDependentFields.ts`); report.push(``); -report.push(`2022-11-21T15:26:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1832: Bugfix/SUBO-6626 Fix validation`); -report.push(`2022-11-21T19:27:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6544 fix: fix active inner item in select`); +report.push(`2022-11-21T15:26:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1832: Bugfix/JIRA-6626 Fix validation`); +report.push(`2022-11-21T19:27:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-6544 fix: fix active inner item in select`); report.push(`2 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-11-21T23:17:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6259 feat: Added cross/division option to the visibility rule. Clickable template card`); +report.push(`2022-11-21T23:17:33+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6259 feat: Added cross/division option to the visibility rule. Clickable template card`); report.push(`7 0 src/ts/helpers/checkValidUUID.ts`); report.push(`22 17 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(`31 11 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); @@ -28353,12 +28353,12 @@ report.push(`5 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`1 0 src/ts/pages/Reconciliations/components/template/list.tsx`); report.push(`3 1 src/ts/snippets/FullCard/components/Info.tsx`); report.push(``); -report.push(`2022-11-21T23:22:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6259 feat: fix style`); +report.push(`2022-11-21T23:22:03+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6259 feat: fix style`); report.push(`5 3 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2022-11-22T10:31:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1833: SUBO-6544 fix: fix active inner item in select`); +report.push(`2022-11-22T10:31:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1833: JIRA-6544 fix: fix active inner item in select`); report.push(`2022-11-22T10:31:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.4 -> master`); -report.push(`2022-11-22T10:54:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6508 fix: change validation in 1011`); +report.push(`2022-11-22T10:54:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6508 fix: change validation in 1011`); report.push(`1 15 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`3 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`3 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -28368,22 +28368,22 @@ report.push(`4 0 src/ts/components/JsonSchema/interfaces/common.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(`11 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-22T11:14:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1834: Feature/SUBO-6259 add cross tree to visibility rule`); -report.push(`2022-11-22T11:15:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1835: SUBO-6508 fix: change validation in 1011`); -report.push(`2022-11-22T11:43:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6259 fix: merge with release`); -report.push(`2022-11-22T15:06:29+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1836: Feature/SUBO-6259 add cross tree to visibility rule`); -report.push(`2022-11-22T16:11:58+03:00>Petr Petrov>petrov@mail.jp>SUBO-6544 fix: fix select bank secrety item`); +report.push(`2022-11-22T11:14:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1834: Feature/JIRA-6259 add cross tree to visibility rule`); +report.push(`2022-11-22T11:15:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1835: JIRA-6508 fix: change validation in 1011`); +report.push(`2022-11-22T11:43:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6259 fix: merge with release`); +report.push(`2022-11-22T15:06:29+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1836: Feature/JIRA-6259 add cross tree to visibility rule`); +report.push(`2022-11-22T16:11:58+03:00>Petr Petrov>petrov@mail.jp>JIRA-6544 fix: fix select bank secrety item`); report.push(`15 5 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); report.push(`2022-11-22T16:51:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.4 -> master`); -report.push(`2022-11-22T16:51:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1838: SUBO-6544 fix: fix select bank secrety item`); -report.push(`2022-11-22T20:26:07+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: add api for the recommendation button`); +report.push(`2022-11-22T16:51:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1838: JIRA-6544 fix: fix select bank secrety item`); +report.push(`2022-11-22T20:26:07+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: add api for the recommendation button`); report.push(`14 25 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(`2 19 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(`3 5 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-22T20:50:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T20:50:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`1 1 src/setupProxy.js`); report.push(`36 7 src/ts/api/eei.ts`); report.push(`11 2 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); @@ -28391,48 +28391,48 @@ report.push(`2 2 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`4 8 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`3 5 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-22T20:59:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T20:59:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`6 4 src/ts/components/JsonSchema/components/widgets/Link.tsx`); report.push(`3 2 src/ts/helpers/exportToFile.ts`); report.push(`8 1 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-22T21:13:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T21:13:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`30 24 src/ts/api/eei.ts`); report.push(`6 6 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2022-11-22T21:33:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T21:33:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`11 8 src/ts/api/personnel.ts`); report.push(`1 0 src/ts/components/Select/components/labels/description.tsx`); report.push(`3 3 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`2 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-22T21:49:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T21:49:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`5 2 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`13 1 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(`10 2 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2022-11-22T22:01:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T22:01:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`24 19 src/ts/api/eei.ts`); report.push(`10 11 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`3 2 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-11-22T22:21:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T22:21:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`3 4 src/ts/api/eei.ts`); report.push(`1 0 src/ts/components/DataLoader/index.tsx`); report.push(`2 1 src/ts/pages/Reconciliations/index.tsx`); report.push(``); -report.push(`2022-11-22T22:28:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T22:28:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); report.push(`0 1 src/ts/api/eei.ts`); report.push(`0 1 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2022-11-22T22:45:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6664 fix: change requests for vendors`); +report.push(`2022-11-22T22:45:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6664 fix: change requests for vendors`); 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:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1839: JIRA-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(OIR): change OIR card final`); +report.push(`2022-11-23T10:01:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -28442,85 +28442,85 @@ report.push(`29 0 src/ts/pages/Requests/components/item/GroupsView.tsx`); report.push(`47 45 src/ts/pages/Requests/components/item/index.tsx`); report.push(`3 0 src/ts/pages/Requests/helpers/requestTypeLabel.ts`); report.push(``); -report.push(`2022-11-23T10:12:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1841: Bugfix/SUBO-6521 fix display role groups`); +report.push(`2022-11-23T10:12:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1841: Bugfix/JIRA-6521 fix display role groups`); report.push(`2022-11-23T10:12:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-23T10:13:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1842: SUBO-6189 fix: change style for sidebar`); +report.push(`2022-11-23T10:13:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1842: JIRA-6189 fix: change style for sidebar`); report.push(`2022-11-23T10:13:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -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:13:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1843: JIRA-6533 fix: fix maxLength code and name`); +report.push(`2022-11-23T10:14:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1844: JIRA-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(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(`2022-11-23T12:15:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1840: JIRA-6152 fix(OIR): change OIR card final`); +report.push(`2022-11-23T12:30:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add disabled for vendors`); +report.push(`2022-11-23T12:41:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add disabled for vendors`); +report.push(`2022-11-23T12:46:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add disabled for vendors`); +report.push(`2022-11-23T12:49:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add disabled for vendors`); +report.push(`2022-11-23T12:52:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-23T13:27:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); report.push(`7 7 src/ts/pages/Vendors/components/Template.tsx`); report.push(`72 0 src/ts/pages/Vendors/components/shared/SideBar.tsx`); report.push(`0 2 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(`0 2 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2022-11-23T13:32:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T13:32:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); report.push(`3 1 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/company/Buttons.tsx`); report.push(``); -report.push(`2022-11-23T13:58:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T13:58:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); report.push(`19 7 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-11-23T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); report.push(`1 1 src/ts/pages/Vendors/components/company/Buttons.tsx`); report.push(``); -report.push(`2022-11-23T14:44:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T14:44:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); report.push(`36 14 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-11-23T14:52:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-6533 fix: fix max length`); +report.push(`2022-11-23T14:52:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-6533 fix: fix max length`); report.push(`1 0 src/ts/pages/Builder/components/role-group/CreateNewDictionary.tsx`); report.push(``); -report.push(`2022-11-23T14:58:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T14:58:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); 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(`20 0 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-11-23T15:03:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: change sidebar`); +report.push(`2022-11-23T15:03:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: change sidebar`); 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(AIS): add load array files`); +report.push(`2022-11-23T15:22:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add load array files`); +report.push(`2022-11-23T15:39:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-23T15:59:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1845: JIRA-6533 fix: fix max length`); report.push(`2022-11-23T15:59:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-23T16:13:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-6755 fix: fix edit role groups table`); +report.push(`2022-11-23T16:13:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-6755 fix: fix edit role groups table`); report.push(`9 0 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(``); -report.push(`2022-11-23T16:33:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1846: SUBO-6755 fix: fix edit role groups table`); +report.push(`2022-11-23T16:33:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1846: JIRA-6755 fix: fix edit role groups table`); report.push(`2022-11-23T16:33:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-23T16:35:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6714 fix: add disables for Tree`); +report.push(`2022-11-23T16:35:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6714 fix: add disables for Tree`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/OrgUnitTree.tsx`); report.push(`15 2 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`1 16 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); @@ -28528,40 +28528,40 @@ report.push(`7 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSc report.push(`21 0 src/ts/pages/TemplateOir/helpers/create-request/getDisableForTreeItems.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-11-23T16:39:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1847: SUBO-6714 fix: add disables for Tree`); -report.push(`2022-11-23T16:40:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6706 fix: add link for file in 1205`); +report.push(`2022-11-23T16:39:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1847: JIRA-6714 fix: add disables for Tree`); +report.push(`2022-11-23T16:40:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6706 fix: add link for file in 1205`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2022-11-23T16:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1848: SUBO-6706 fix: add link for file in 1205`); -report.push(`2022-11-23T17:47:33+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: team commit`); +report.push(`2022-11-23T16:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1848: JIRA-6706 fix: add link for file in 1205`); +report.push(`2022-11-23T17:47:33+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: team commit`); report.push(`1 1 src/setupProxy.js`); report.push(`13 7 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-11-24T11:20:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6689 fix: add disabled for Tree`); +report.push(`2022-11-24T11:20:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6689 fix: add disabled for Tree`); 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(AIS): add checking for status`); +report.push(`2022-11-24T11:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1849: JIRA-6689 fix: add disabled for Tree`); +report.push(`2022-11-24T11:52:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`3 2 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-11-24T12:00:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6644 fix: add search in vendor`); +report.push(`2022-11-24T12:00:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6644 fix: add search in vendor`); report.push(`43 35 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-11-24T13:06:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: show filters`); +report.push(`2022-11-24T13:06:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: show filters`); report.push(`2 2 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-11-24T13:40:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: Add to save the recommendation expertise`); +report.push(`2022-11-24T13:40:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: Add to save the recommendation expertise`); report.push(`0 2 src/ts/api/request.ts`); report.push(`0 5 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(`1 1 src/ts/snippets/CommentsList/interfaces/IComment.ts`); report.push(`0 5 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-24T13:45:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6790 fix: change card view in OIR`); +report.push(`2022-11-24T13:45:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6790 fix: change card view in OIR`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`9 37 src/ts/pages/Requests/components/item/DynamicPart.tsx`); report.push(`18 0 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); @@ -28569,8 +28569,8 @@ report.push(`38 0 src/ts/pages/Requests/components/item/UserDetail.tsx`); report.push(`25 4 src/ts/pages/Requests/components/item/index.tsx`); report.push(`1 0 src/ts/pages/Requests/helpers/requestTypeLabel.ts`); report.push(``); -report.push(`2022-11-24T14:00:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1850: SUBO-6790 fix: change card view in OIR`); -report.push(`2022-11-24T14:12:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-4788 feat: connect with backend and formatted body for it`); +report.push(`2022-11-24T14:00:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1850: JIRA-6790 fix: change card view in OIR`); +report.push(`2022-11-24T14:12:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-4788 feat: connect with backend and formatted body for it`); report.push(`7 0 src/ts/api/request.ts`); report.push(`4 2 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`7 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); @@ -28579,48 +28579,48 @@ 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(faq): add filters in requests`); +report.push(`2022-11-24T14:14:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T15:21:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T15:25:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T15:31:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T17:04:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T17:09:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T17:16:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-11-24T17:31:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): add filters in requests`); +report.push(`2022-11-24T18:00:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-24T20:20:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-6466 fix: fix correct display role`); report.push(`2 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); report.push(`2022-11-25T09:14:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.15.5 -> master`); -report.push(`2022-11-25T09:14:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1851: SUBO-6466 fix: fix correct display role`); -report.push(`2022-11-25T11:54:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6834 fix: add correcr vendorUuid`); +report.push(`2022-11-25T09:14:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1851: JIRA-6466 fix: fix correct display role`); +report.push(`2022-11-25T11:54:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6834 fix: add correcr vendorUuid`); report.push(`1 1 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2022-11-25T13:15:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-4788 feat: add role edit only by step mse`); +report.push(`2022-11-25T13:15:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-4788 feat: add role edit only by step mse`); report.push(`5 3 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`4 0 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`4 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -28628,26 +28628,26 @@ report.push(`7 1 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(`7 1 src/ts/snippets/RequestForm/index.tsx`); report.push(`8 2 src/ts/snippets/RequestStatus/index.tsx`); report.push(``); -report.push(`2022-11-25T15:36:29+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: temp`); +report.push(`2022-11-25T15:36:29+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: temp`); report.push(`1 1 src/setupProxy.js`); 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(profile): add new date type`); +report.push(`2022-11-25T15:46:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 0 src/ts/components/JsonSchema/styles/index.scss`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-11-25T17:11:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: fix SUBO-6845 SUBO-6850 SUBO-6861`); +report.push(`2022-11-25T17:11:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: fix JIRA-6845 JIRA-6850 JIRA-6861`); 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(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(`2022-11-25T21:23:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6152 fix(OIR): merge with release`); +report.push(`2022-11-26T19:29:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`17 10 src/ts/pages/Vendors/components/employees/Buttons.tsx`); @@ -28656,31 +28656,31 @@ report.push(`9 8 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`2 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(`1 0 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(``); -report.push(`2022-11-26T19:37:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6859 fix: change status list`); +report.push(`2022-11-26T19:37:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6859 fix: change status list`); report.push(`6 3 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-11-26T19:42:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6863 fix: show link on NDA`); +report.push(`2022-11-26T19:42:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6863 fix: show link on NDA`); 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(faq): fix links in recons`); +report.push(`2022-11-26T19:58:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-11-26T20:44:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6844 fix: update links on new company`); +report.push(`2022-11-26T20:44:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6844 fix: update links on new company`); report.push(`5 2 src/ts/pages/Vendors/components/company/Success.tsx`); report.push(`1 0 src/ts/pages/Vendors/pages/Company.tsx`); report.push(`1 0 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(``); -report.push(`2022-11-26T20:52:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6854 fix: add multiple false for files`); +report.push(`2022-11-26T20:52:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6854 fix: add multiple false for files`); report.push(`2 0 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-27T12:58:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-6713 fix: fix dependency role if check perent`); +report.push(`2022-11-27T12:58:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-6713 fix: fix dependency role if check perent`); report.push(`8 1 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-11-27T23:28:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: add edit template by upn`); +report.push(`2022-11-27T23:28:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: add edit template by upn`); report.push(`10 2 src/ts/pages/Builder/components/Header.tsx`); report.push(`8 2 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`5 3 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -28703,10 +28703,10 @@ 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(AIS): change validation`); +report.push(`2022-11-28T08:32:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-28T08:36:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6220 feat: add copy button in addtitional service`); report.push(`31 2 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(`13 2 src/ts/pages/AdditionalServices/index.tsx`); @@ -28715,47 +28715,47 @@ report.push(`3 0 src/ts/pages/AdditionalServices/interfaces/ITemplateInfo.ts`); report.push(`7 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(`16 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2022-11-28T10:16:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: fix display author comment`); +report.push(`2022-11-28T10:16:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: fix display author comment`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(`1 0 src/ts/snippets/CommentsList/interfaces/IComment.ts`); report.push(`0 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-11-28T13:07:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-6846 fix: fix add user recipient oir`); +report.push(`2022-11-28T13:07:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-6846 fix: fix add user recipient oir`); report.push(`18 4 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(`5 1 src/ts/snippets/RequestForm/components/UserDetails.tsx`); report.push(``); -report.push(`2022-11-28T14:56:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6846 fix: fix clean code`); +report.push(`2022-11-28T14:56:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-6846 fix: fix clean code`); 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:54+03:00>Oleg Losev>losev@net.it>Pull request #1856: JIRA-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(OIR): fix disabled button`); +report.push(`2022-11-28T17:52:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2022-11-28T18:26:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-6713 fix: moved above method find`); +report.push(`2022-11-28T18:26:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-6713 fix: moved above method find`); report.push(`4 2 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2022-11-28T20:54:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6859 fix: change status list`); +report.push(`2022-11-28T20:54:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove service API`); +report.push(`2022-11-28T21:02:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-11-28T21:09:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add URL for ris number`); +report.push(`2022-11-28T21:32:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-11-28T21:37:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1855: JIRA-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: JIRA-6781 fix(AIS): change validation`); +report.push(`2022-11-28T21:51:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add default values for select`); +report.push(`2022-11-28T22:20:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -28763,15 +28763,15 @@ report.push(`0 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.t report.push(`4 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem.tsx`); report.push(``); -report.push(`2022-11-28T22:51:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6893 fix: add modal window for improve status`); +report.push(`2022-11-28T22:51:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6893 fix: add modal window for improve status`); 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(OIR): add disabled for JsonSchema`); +report.push(`2022-11-28T23:01:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-11-29T08:37:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6678 feat: add uz in OIR`); report.push(`50 0 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(`11 52 src/ts/pages/Template/components/Form.tsx`); report.push(`38 0 src/ts/pages/Template/helpers/getAllDomains.ts`); @@ -28780,27 +28780,27 @@ report.push(`5 0 src/ts/pages/TemplateOir/helpers/access-request/validationRules report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`7 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(``); -report.push(`2022-11-29T08:42:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6894 fix: show all properties on form`); +report.push(`2022-11-29T08:42:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6894 fix: show all properties on form`); report.push(`15 12 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-11-29T08:46:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1859: SUBO-6894 fix: show all properties on form`); -report.push(`2022-11-29T09:24:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1830: SUBO-6152 All OIR and Additional requests`); +report.push(`2022-11-29T08:46:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1859: JIRA-6894 fix: show all properties on form`); +report.push(`2022-11-29T09:24:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1830: JIRA-6152 All OIR and Additional requests`); report.push(`2022-11-29T09:24:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.0 -> master`); -report.push(`2022-11-29T09:36:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 refactor: merge with release 2.16.0`); -report.push(`2022-11-29T09:50:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5769 refactor: merge with release`); -report.push(`2022-11-29T10:21:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-4788 refactor: merge with release`); -report.push(`2022-11-29T10:47:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6316 fix: add new page vendors`); +report.push(`2022-11-29T09:36:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 refactor: merge with release 2.16.0`); +report.push(`2022-11-29T09:50:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5769 refactor: merge with release`); +report.push(`2022-11-29T10:21:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-4788 refactor: merge with release`); +report.push(`2022-11-29T10:47:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: add new page vendors`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); report.push(`3 0 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-11-29T14:07:30+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6784 fix: DiffTemplateTable - add labels, values, row exceptions`); +report.push(`2022-11-29T14:07:30+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6784 fix: DiffTemplateTable - add labels, values, row exceptions`); report.push(`8 3 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(`6 0 src/ts/pages/Builder/helpers/diff-template/except.ts`); report.push(`6 4 src/ts/pages/Builder/helpers/diff-template/labels.ts`); report.push(`4 0 src/ts/pages/Builder/helpers/diff-template/values.ts`); report.push(``); -report.push(`2022-11-29T15:16:10+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: add form for report 478 1107`); +report.push(`2022-11-29T15:16:10+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: add form for report 478 1107`); report.push(`20 0 src/ts/api/report.ts`); report.push(`53 0 src/ts/pages/Reports/components/FilterBy1207.tsx`); report.push(`94 61 src/ts/pages/Reports/components/FilterBy478.tsx`); @@ -28813,143 +28813,143 @@ report.push(`2 1 src/ts/pages/Reports/helpers/index.ts`); report.push(`28 2 src/ts/pages/Reports/index.tsx`); report.push(`10 1 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2022-11-29T16:12:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6033 feat: add multiple table store`); +report.push(`2022-11-29T16:12:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6033 feat: add multiple table store`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableRemove.tsx`); report.push(`4 5 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`66 43 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`39 27 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(``); -report.push(`2022-11-29T17:31:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-6909 fix: fix togle`); +report.push(`2022-11-29T17:31:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-6909 fix: fix togle`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Toggle.tsx`); report.push(``); -report.push(`2022-11-29T17:34:06+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: hide expertise ActionButton for oir i additional services`); +report.push(`2022-11-29T17:34:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: hide expertise ActionButton for oir i additional services`); report.push(`4 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`5 1 src/ts/pages/Requests/components/item/index.tsx`); 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(OIR): add name who cancel request in road map`); +report.push(`2022-11-29T17:39:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: Merge branch 'feature/JIRA-5769-modal-window-for-expert-response' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-5769-modal-window-for-expert-response`); +report.push(`2022-11-29T18:38:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-11-30T12:08:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1858: JIRA-6678 feat: add uz in OIR`); +report.push(`2022-11-30T12:10:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1829: JIRA-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: JIRA-6909 fix: fix togle`); +report.push(`2022-11-30T12:18:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1865: JIRA-6034 feat(profile): add new date type`); +report.push(`2022-11-30T12:38:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6033 fix: merge with release`); +report.push(`2022-11-30T12:44:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1864: JIRA-6033 feat: add multiple table store`); +report.push(`2022-11-30T13:48:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): OIR fields dependency improvement`); +report.push(`2022-11-30T14:38:55+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2022-11-30T14:55:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6939 fix: add multiple for domains`); report.push(`3 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-11-30T15:01:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6945 fix: add existingVendorUuid`); +report.push(`2022-11-30T15:01:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6945 fix: add existingVendorUuid`); 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(AIS): 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>JIRA-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(OIR): add decode URL for files`); +report.push(`2022-11-30T15:28:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): hide 'improved' btn within reconciliations`); +report.push(`2022-11-30T16:56:17+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): Copy request.`); +report.push(`2022-11-30T17:37:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1866: JIRA-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(`2022-11-30T18:04:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-6560 fix: fix save login auth`); report.push(`2 1 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2022-12-01T00:46:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6989 fix: add name prefix in 1205`); +report.push(`2022-12-01T00:46:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6989 fix: add name prefix in 1205`); report.push(`57 0 src/ts/pages/Request/helpers/addPrefixIn1205.ts`); report.push(`2 0 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-01T00:56:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6989 fix: add name prefix in 1205`); +report.push(`2022-12-01T00:56:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6989 fix: add name prefix in 1205`); report.push(`16 0 src/ts/pages/Request/helpers/addPrefixIn1205.ts`); report.push(``); -report.push(`2022-12-01T00:58:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6989 fix: add name prefix in 1205`); +report.push(`2022-12-01T00:58:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6989 fix: add name prefix in 1205`); report.push(`2 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-01T10:07:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6989 fix: add simple prefix`); +report.push(`2022-12-01T10:07:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6989 fix: add simple prefix`); report.push(`4 1 src/ts/pages/Request/helpers/addPrefixIn1205.ts`); report.push(``); -report.push(`2022-12-01T10:12:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1870: Bugfix/SUBO-6989 Add prefix for name 1205`); +report.push(`2022-12-01T10:12:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1870: Bugfix/JIRA-6989 Add prefix for name 1205`); report.push(`2022-12-01T10:12:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.0 -> master`); -report.push(`2022-12-01T10:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6348 feat: add search oir`); +report.push(`2022-12-01T10:13:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6348 feat: add search oir`); report.push(`3 0 src/ts/api/request.ts`); report.push(`1 0 src/ts/interfaces/SearchResult.ts`); report.push(`2 2 src/ts/pages/Search/components/Item/Catalogue.tsx`); 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:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1871: JIRA-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(OIR): fix disabled button`); +report.push(`2022-12-01T11:09:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1857: JIRA-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(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(`2022-12-01T11:09:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1862: JIRA-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>JIRA-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(OIR): fix pagination on versions page`); +report.push(`2022-12-01T11:57:58+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2022-12-01T13:44:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6976 fix: add company select within employee filters`); +report.push(`2022-12-01T12:55:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 refactor: merge with release`); +report.push(`2022-12-01T13:44:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6976 fix: add company select within employee filters`); report.push(`14 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`1 0 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-12-01T15:29:31+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6979 fix: send correct body within getRisList method`); +report.push(`2022-12-01T15:29:31+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6979 fix: send correct body within getRisList method`); report.push(`0 1 src/ts/api/custom-dictionary.ts`); report.push(``); -report.push(`2022-12-01T15:43:00+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6348 feat: adding oir directory search in case of oir type and name search`); +report.push(`2022-12-01T15:43:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6348 feat: adding oir directory search in case of oir type and name search`); report.push(`49 32 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2022-12-01T15:43:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-6598 fix: fix subdivision disabled show select`); +report.push(`2022-12-01T15:43:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-6598 fix: fix subdivision disabled show select`); report.push(`1 0 src/ts/components/Select/styles/value-list.scss`); report.push(`6 5 src/ts/snippets/AccessGroups/index.tsx`); report.push(``); -report.push(`2022-12-01T16:27:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6954 fix: add file loading for 1196`); +report.push(`2022-12-01T16:27:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6954 fix: add file loading for 1196`); report.push(`10 1 src/ts/api/request.ts`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`4 5 src/ts/helpers/exportToFile.ts`); report.push(`24 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-01T16:57:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6990 fix: add checking for domains`); +report.push(`2022-12-01T16:57:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6990 fix: add checking for domains`); report.push(`1 1 src/ts/pages/Template/helpers/converter.ts`); report.push(`1 1 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2022-12-01T17:37:33+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6978 fix: date validation logic improvement`); +report.push(`2022-12-01T17:37:33+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6978 fix: date validation logic improvement`); report.push(`9 2 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`3 3 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-12-01T17:42:07+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6978 fix: form validation via refs logic improvement`); +report.push(`2022-12-01T17:42:07+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6978 fix: form validation via refs logic improvement`); report.push(`29 13 src/ts/components/form/index.tsx`); report.push(``); -report.push(`2022-12-02T09:44:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1877: Feature/SUBO-6348 advanced work on search OIR request`); -report.push(`2022-12-02T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1878: SUBO-6954 fix: add file loading for 1196`); -report.push(`2022-12-02T09:54:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6978 fix: fix the previous commit - don't use React.Children as useEffect dependency`); +report.push(`2022-12-02T09:44:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1877: Feature/JIRA-6348 advanced work on search OIR request`); +report.push(`2022-12-02T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1878: JIRA-6954 fix: add file loading for 1196`); +report.push(`2022-12-02T09:54:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6978 fix: fix the previous commit - don't use React.Children as useEffect dependency`); report.push(`15 16 src/ts/components/form/index.tsx`); report.push(``); -report.push(`2022-12-02T10:09:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1867: Bugfix/SUBO-6927 OIR fields dependency improvement`); -report.push(`2022-12-02T10:33:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-6914 fix: fix correct domain recipient upn`); +report.push(`2022-12-02T10:09:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1867: Bugfix/JIRA-6927 OIR fields dependency improvement`); +report.push(`2022-12-02T10:33:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): change loader in Additional service`); +report.push(`2022-12-02T10:38:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-12-02T10:38:19+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-02T10:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1880: JIRA-7001 fix(AIS): change loader in Additional service`); +report.push(`2022-12-02T12:06:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -28958,109 +28958,109 @@ report.push(`7 1 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`7 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`7 1 src/ts/pages/Vendors/components/employees/Form.tsx`); 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(`2022-12-02T15:07:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2022-12-02T15:53:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1868: JIRA-6922 fix(OIR): hide 'improved' btn within reconciliations`); +report.push(`2022-12-02T17:51:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add common filter for additional service`); report.push(`1 1 src/setupProxy.js`); report.push(`9 0 src/ts/api/constructor.ts`); report.push(`79 21 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 1 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); report.push(`7 2 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-02T18:12:01+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5769 feat: open expertise actions button for additional services`); +report.push(`2022-12-02T18:12:01+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5769 feat: open expertise actions button for additional services`); 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-02T18:12:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7028 fix: pass description to the Wrapper within Date widget`); +report.push(`2022-12-02T18:12:37+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7028 fix: pass description to the Wrapper within Date widget`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Date.tsx`); 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-02T18:18:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(profile): add expert group action within reconciliations`); +report.push(`2022-12-03T09:51:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1881: JIRA-7019 fix: add description for 532`); +report.push(`2022-12-03T14:41:56+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): reconciliations expert - add cast confirmSelectedItems to array`); +report.push(`2022-12-03T14:48:39+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): change link for files`); +report.push(`2022-12-05T10:51:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): fix pagination on versions page`); +report.push(`2022-12-05T10:52:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1872: JIRA-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:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1869: JIRA-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(AIS): change link for files`); +report.push(`2022-12-05T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change link for files`); +report.push(`2022-12-05T10:59:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change link for files`); +report.push(`2022-12-05T11:02:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add return response within loadAdditionalServicesFields`); +report.push(`2022-12-05T11:06:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1882: JIRA-7028 fix: pass description to the Wrapper within Date widget`); +report.push(`2022-12-05T11:55:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): fix button remove element from table`); +report.push(`2022-12-05T11:57:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1884: JIRA-6941 Change link for files`); +report.push(`2022-12-05T12:07:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: merge with release`); +report.push(`2022-12-05T12:53:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): add new recipient attributes in oir`); +report.push(`2022-12-05T13:00:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add dynamic fields`); +report.push(`2022-12-05T13:06:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-12-05T13:23:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-6560 fix: possibility remove login`); +report.push(`2022-12-05T13:11:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: merge with release`); +report.push(`2022-12-05T13:23:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-6560 fix: possibility remove login`); report.push(`10 6 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(``); -report.push(`2022-12-05T13:33:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1887: SUBO-6348 advanced work on search OIR request`); +report.push(`2022-12-05T13:33:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1887: JIRA-6348 advanced work on search OIR request`); report.push(`2022-12-05T13:33:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.3 -> master`); -report.push(`2022-12-05T13:33:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1886: SUBO-6560 fix: possibility remove login`); +report.push(`2022-12-05T13:33:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1886: JIRA-6560 fix: possibility remove login`); report.push(`2022-12-05T13:33:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.16.3 -> master`); -report.push(`2022-12-05T14:44:30+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7054 fix: hide user upn within oir UserDetails`); +report.push(`2022-12-05T14:44:30+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7054 fix: hide user upn within oir UserDetails`); report.push(`0 7 src/ts/pages/TemplateOir/components/access-request/UserDetails.tsx`); report.push(``); -report.push(`2022-12-05T15:56:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: change rules for table in JsonSchema`); +report.push(`2022-12-05T15:56:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: change rules for table in JsonSchema`); report.push(`25 35 src/ts/components/JsonSchema/components/widgets/Table.tsx`); 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(OIR): add validation for table field for vendor's company form`); +report.push(`2022-12-05T17:10:59+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(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(`2022-12-06T09:42:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1890: JIRA-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: JIRA-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: JIRA-7045 feat(profile): add expert group action within reconciliations`); +report.push(`2022-12-06T09:53:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2022-12-06T10:21:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add new fields in filters`); +report.push(`2022-12-06T10:21:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add new fields in filters`); report.push(`21 0 src/ts/pages/Reconciliations/components/aisOir/filterFor478.tsx`); report.push(`56 33 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); 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(profile): add dinamic fields`); +report.push(`2022-12-06T10:22:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -29071,69 +29071,69 @@ report.push(`1 3 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); 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(AIS): change file name in 1011`); +report.push(`2022-12-06T10:28:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6316 fix: merge with additional`); +report.push(`2022-12-06T11:53:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change file name in 1011`); +report.push(`2022-12-06T12:10:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-12-06T12:51:24+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7080 fix: vendor company validation contracts fix`); +report.push(`2022-12-06T12:13:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1893: Bugfix/JIRA-6941 Change file name in 1011`); +report.push(`2022-12-06T12:51:24+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7080 fix: vendor company validation contracts fix`); report.push(`1 1 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(``); -report.push(`2022-12-06T12:53:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7080 fix: another way to save files within vendor's CompanyStore`); +report.push(`2022-12-06T12:53:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7080 fix: another way to save files within vendor's CompanyStore`); report.push(`44 13 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(``); -report.push(`2022-12-06T13:30:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1894: Bugfix/SUBO-7080 vendor compant form edit error`); -report.push(`2022-12-06T14:00:07+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7025 fix: AccountSelect show correct title`); +report.push(`2022-12-06T13:30:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1894: Bugfix/JIRA-7080 vendor compant form edit error`); +report.push(`2022-12-06T14:00:07+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7025 fix: AccountSelect show correct title`); report.push(`1 1 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(``); -report.push(`2022-12-06T14:07:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1895: SUBO-7025 fix: AccountSelect show correct title`); -report.push(`2022-12-06T14:45:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6259 fix: change add cross in rules`); +report.push(`2022-12-06T14:07:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1895: JIRA-7025 fix: AccountSelect show correct title`); +report.push(`2022-12-06T14:45:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6259 fix: change add cross in rules`); 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(profile): add Date ALL`); +report.push(`2022-12-06T14:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1896: JIRA-6259 fix: change add cross in rules`); +report.push(`2022-12-06T15:23:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-06T15:26:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1897: JIRA-6634 feat(profile): add Date ALL`); +report.push(`2022-12-06T16:06:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-7098 fix: change url tnp personnel type structure`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2022-12-06T16:53:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6943 fix: change Checkbox label font-size`); +report.push(`2022-12-06T16:53:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6943 fix: change Checkbox label font-size`); report.push(`5 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-12-06T16:54:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: start debug`); +report.push(`2022-12-06T16:54:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: start debug`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`2 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`1 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-06T16:55:36+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add 478 in filter`); +report.push(`2022-12-06T16:55:36+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add 478 in filter`); report.push(`1 1 src/setupProxy.js`); report.push(`0 21 src/ts/pages/Reconciliations/components/aisOir/filterFor478.tsx`); report.push(`4 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 1 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-06T17:19:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7029 fix: format ris in the right way within vendors contracts`); +report.push(`2022-12-06T17:19:11+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7029 fix: format ris in the right way within vendors contracts`); report.push(`8 0 src/ts/helpers/formatter.ts`); report.push(`3 2 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); report.push(`0 1 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(``); -report.push(`2022-12-06T17:32:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5908 fix: add custom filter for 478 addtitional service`); +report.push(`2022-12-06T17:32:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5908 fix: add custom filter for 478 addtitional service`); report.push(`19 3 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/SelectFilter.tsx`); report.push(`4 5 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(`10 1 src/ts/snippets/FilterPanel/index.tsx`); report.push(``); -report.push(`2022-12-06T17:37:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5908 fix: add custom filter for 478 addtitional service`); +report.push(`2022-12-06T17:37:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5908 fix: add custom filter for 478 addtitional service`); report.push(`6 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-12-06T19:40:39+03:00>Oleg Losev>losev@net.it>Pull request #1898: SUBO-7098 fix: change url tnp personnel type structure`); +report.push(`2022-12-06T19:40:39+03:00>Oleg Losev>losev@net.it>Pull request #1898: JIRA-7098 fix: change url tnp personnel type structure`); report.push(`2022-12-06T19:40:40+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.16.4 -> master`); -report.push(`2022-12-07T08:56:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dependency fields 900`); +report.push(`2022-12-07T08:56:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add dependency fields 900`); report.push(`36 40 src/ts/components/JsonSchema/components/modal/TableRemove.tsx`); report.push(`13 15 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`22 15 src/ts/components/JsonSchema/components/modal/index.tsx`); @@ -29149,132 +29149,132 @@ report.push(`0 1 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/getFieldsByDependency.ts`); report.push(``); -report.push(`2022-12-07T09:27:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dependency fields 900`); +report.push(`2022-12-07T09:27:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add dependency fields 900`); report.push(`0 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`4 2 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(``); -report.push(`2022-12-07T09:43:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dep 900`); +report.push(`2022-12-07T09:43:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add dep 900`); 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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1879: JIRA-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(OIR): add new recipient attributes in oir`); +report.push(`2022-12-07T09:47:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1889: JIRA-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(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(`2022-12-07T09:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1885: JIRA-6482 fix(OIR): fix button remove element from table`); +report.push(`2022-12-07T10:23:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2022-12-07T10:39:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add dependency fields 900`); +report.push(`2022-12-07T10:39:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add dependency fields 900`); 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(OIR): a correct way to decode the filename while downloading a file`); +report.push(`2022-12-07T10:42:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add dependency fields 900`); +report.push(`2022-12-07T10:48:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2022-12-07T11:36:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): add dependency fields 900`); +report.push(`2022-12-07T12:36:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add dependency fields 900`); +report.push(`2022-12-07T13:42:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add dependency 900`); +report.push(`2022-12-07T14:10:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`68 0 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`0 55 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); 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(`2022-12-07T14:26:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add dependency 900`); +report.push(`2022-12-07T14:32:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-12-07T15:14:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`1 0 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`1 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`6 63 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2022-12-07T15:21:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T15:21:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`0 1 src/ts/components/JsonSchema/components/modal/index.tsx`); report.push(`3 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-12-07T15:57:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T15:57:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`4 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`0 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`3 0 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-12-07T16:03:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T16:03:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2022-12-07T16:07:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-6969 fix: fix recipient user copy request`); +report.push(`2022-12-07T16:07:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-6969 fix: fix recipient user copy request`); report.push(`9 3 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-12-07T16:15:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T16:15:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`4 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-12-07T16:16:32+03:00>Petr Petrov>petrov@mail.jp>SUBO-6969 fix: resolve conflict`); -report.push(`2022-12-07T16:31:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-7176 fix: show toggle in modal temlate`); +report.push(`2022-12-07T16:16:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-6969 fix: resolve conflict`); +report.push(`2022-12-07T16:31:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-7176 fix: show toggle in modal temlate`); report.push(`19 21 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2022-12-07T17:52:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T17:52:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); report.push(`16 0 src/ts/api/request.ts`); report.push(`4 1 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(``); -report.push(`2022-12-07T17:55:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: remove eventLoop`); +report.push(`2022-12-07T17:55:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: remove eventLoop`); 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(faq): add property for request`); +report.push(`2022-12-07T23:32:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add property for request`); +report.push(`2022-12-07T23:34:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add dependency fields 900`); +report.push(`2022-12-08T00:03:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-12-08T00:17:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6943 fix: change font-size`); +report.push(`2022-12-08T00:17:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6943 fix: change font-size`); 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(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(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(`2022-12-08T00:20:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1899: JIRA-6943 fix: change Checkbox label font-size`); +report.push(`2022-12-08T00:21:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1901: JIRA-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: JIRA-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>JIRA-6316 fix: merge with release`); +report.push(`2022-12-08T00:30:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: merge with release`); +report.push(`2022-12-08T09:22:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1907: JIRA-6984 feat(profile): add roles in vendor`); +report.push(`2022-12-08T11:09:35+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2022-12-08T11:34:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add 478 filter`); report.push(`1 1 src/setupProxy.js`); 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(traffic chart): add hacks for disabled items in 478`); +report.push(`2022-12-08T13:15:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2022-12-08T13:54:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7030 fix: rename vendor title`); +report.push(`2022-12-08T13:54:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7030 fix: rename vendor title`); 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(AIS): change callAction for company`); +report.push(`2022-12-08T14:39:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,20 +29284,20 @@ 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(faq): add property for request`); +report.push(`2022-12-08T15:43:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1906: JIRA-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(`2022-12-08T16:07:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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:20:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1909: JIRA-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: JIRA-7030 fix: rename vendor title`); +report.push(`2022-12-08T16:28:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1903: JIRA-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(AIS): add title for cards on main page`); +report.push(`2022-12-08T16:40:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-12-08T16:54:22+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7113 fix: add block vendor's employee functionality`); report.push(`6 0 src/ts/api/eei.ts`); report.push(`22 0 src/ts/pages/Vendors/components/Template.tsx`); report.push(`36 0 src/ts/pages/Vendors/components/employees-blocking/Buttons.tsx`); @@ -29315,56 +29315,56 @@ report.push(`11 0 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(`27 0 src/ts/pages/Vendors/store/EmployeesBlockingStore.ts`); report.push(`5 0 src/ts/pages/Vendors/treatments.module.scss`); report.push(``); -report.push(`2022-12-08T16:59:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7229 feat: add company and eployee in email`); +report.push(`2022-12-08T16:59:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7229 feat: add company and eployee in email`); report.push(`3 0 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`2 0 src/ts/pages/Vendors/components/shared/SideBar.tsx`); report.push(`1 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(`24 0 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`11 0 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-12-08T17:06:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7229 feat: add company and eployee in email`); +report.push(`2022-12-08T17:06:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7229 feat: add company and eployee in email`); report.push(`2 3 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(`1 0 src/ts/snippets/RequestStatus/interfaces/Request.ts`); report.push(``); -report.push(`2022-12-08T17:10:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7229 feat: add company and eployee in email`); +report.push(`2022-12-08T17:10:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7229 feat: add company and eployee in email`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-12-08T17:13:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7229 feat: add company and eployee in email`); +report.push(`2022-12-08T17:13:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7229 feat: add company and eployee in email`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/getEmailText.ts`); report.push(``); -report.push(`2022-12-08T17:17:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1914: Bugfix/SUBO-7229 Replace email text`); -report.push(`2022-12-08T17:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1913: SUBO-7113 fix: add block vendor's employee functionality`); -report.push(`2022-12-08T17:51:59+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7173 fix: vendor's company save file function`); +report.push(`2022-12-08T17:17:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1914: Bugfix/JIRA-7229 Replace email text`); +report.push(`2022-12-08T17:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1913: JIRA-7113 fix: add block vendor's employee functionality`); +report.push(`2022-12-08T17:51:59+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7173 fix: vendor's company save file function`); report.push(`2 26 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`19 9 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(`33 0 src/ts/pages/Vendors/store/file-utils.ts`); report.push(``); -report.push(`2022-12-09T08:14:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1915: SUBO-7173 fix: vendor's company save file function`); -report.push(`2022-12-09T09:20:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1892: SUBO-6316 Vendors OIR Additional`); +report.push(`2022-12-09T08:14:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1915: JIRA-7173 fix: vendor's company save file function`); +report.push(`2022-12-09T09:20:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1892: JIRA-6316 Vendors OIR Additional`); report.push(`2022-12-09T09:20:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-09T09:23:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1860: SUBO-6784 fix: DiffTemplateTable - add labels, values, row exceptions`); +report.push(`2022-12-09T09:23:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1860: JIRA-6784 fix: DiffTemplateTable - add labels, values, row exceptions`); report.push(`2022-12-09T09:23:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -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:50:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add title for cards on main page`); +report.push(`2022-12-09T09:57:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1815: Feature/JIRA-5769 modal window for expert response`); +report.push(`2022-12-09T11:19:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1911: JIRA-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(`2022-12-09T11:37:11+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7250 fix: send taskId in case a request was approved within eei api`); report.push(`2 2 src/ts/api/eei.ts`); report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2022-12-09T12:55:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1916: SUBO-7250 fix: send taskId in case a request was approved within eei api`); +report.push(`2022-12-09T12:55:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1916: JIRA-7250 fix: send taskId in case a request was approved within eei api`); report.push(`2022-12-09T12:55:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-09T13:25:21+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7234 fix: force company id for employees list and employee request`); +report.push(`2022-12-09T13:25:21+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7234 fix: force company id for employees list and employee request`); report.push(`1 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(`3 1 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`27 11 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2022-12-09T14:48:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1917: SUBO-7234 fix: force company id for employees list and employee request`); +report.push(`2022-12-09T14:48:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1917: JIRA-7234 fix: force company id for employees list and employee request`); report.push(`2022-12-09T14:48:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-09T15:11:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7238 fix: add hack for date with time in 900`); +report.push(`2022-12-09T15:11:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7238 fix: add hack for date with time in 900`); report.push(`1 1 src/setupProxy.js`); report.push(`14 1 src/ts/api/request.ts`); report.push(`14 7 src/ts/components/JsonSchema/components/widgets/Date.tsx`); @@ -29372,37 +29372,37 @@ 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(faq): correct set consonantBank field within loadEmployeesInfo`); +report.push(`2022-12-09T15:17:53+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2022-12-09T15:58:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): correct set consonantBank field within loadEmployeesInfo`); +report.push(`2022-12-09T16:00:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1919: JIRA-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`); +report.push(`2022-12-09T16:00:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1918: JIRA-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: JIRA-7113 fix: hide block employee btn within employees list page`); report.push(`2022-12-09T16:00:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-09T16:20:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add 1205 and 1206 filter`); +report.push(`2022-12-09T16:20:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add 1205 and 1206 filter`); report.push(`1 1 src/setupProxy.js`); report.push(`0 3 src/ts/helpers/validation/index.ts`); report.push(`106 8 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`123 2 src/ts/pages/Requests/helpers/search.ts`); report.push(`6 23 src/ts/snippets/FilterPanel/components/StringFilter.tsx`); report.push(``); -report.push(`2022-12-09T17:02:51+03:00>Petr Petrov>petrov@mail.jp>SUBO-7175 fix: fix select resource name`); +report.push(`2022-12-09T17:02:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-7175 fix: fix select resource name`); report.push(`1 1 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2022-12-09T17:11:46+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: add filter for reconcilation`); +report.push(`2022-12-09T17:11:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: add filter for reconcilation`); 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(AIS): hide call_expert button within requests page group selection`); +report.push(`2022-12-09T18:11:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): 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: JIRA-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(`2022-12-09T18:44:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: fix conflict`); report.push(`5 0 public/assets/images/status/annulled.svg`); report.push(`5 0 src/assets/images/status/annulled.svg`); report.push(`10 0 src/ts/api/custom-dictionary.ts`); @@ -29606,26 +29606,26 @@ report.push(`4 0 src/ts/snippets/RequestStatus/styles/index.scss`); report.push(`2 0 src/ts/snippets/index.scss`); report.push(`1 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2022-12-09T18:51:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix error in DataFilter`); +report.push(`2022-12-09T18:51:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: fix error in DataFilter`); report.push(`9 0 src/ts/pages/Requests/helpers/search.ts`); report.push(`1 1 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(``); -report.push(`2022-12-09T19:11:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix confict`); -report.push(`2022-12-09T19:21:20+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7266 fix: fix title`); +report.push(`2022-12-09T19:11:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: fix confict`); +report.push(`2022-12-09T19:21:20+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7266 fix: fix title`); report.push(`1 1 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); report.push(``); report.push(`2022-12-09T19:24:45+03:00>Evgeniy Evkurov>evkurov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-09T19:24:45+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1924: SUBO-7266 fix: fix title`); -report.push(`2022-12-10T10:29:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-7160 fix: fix toggle ais`); +report.push(`2022-12-09T19:24:45+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1924: JIRA-7266 fix: fix title`); +report.push(`2022-12-10T10:29:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-7160 fix: fix toggle ais`); report.push(`2 2 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-12-10T14:29:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7252 feat: handle fields dependencies for the create OIR request`); +report.push(`2022-12-10T14:29:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7252 feat: handle fields dependencies for the create OIR request`); report.push(`4 15 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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(`2022-12-10T15:13:02+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(traffic chart): add button for vendors form`); +report.push(`2022-12-10T23:10:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -29635,100 +29635,100 @@ report.push(`37 11 src/ts/pages/Vendors/components/company/Form.tsx`); 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(Excel): Displaying the result of the expertise in a small request card`); +report.push(`2022-12-10T23:46:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-6969 fix: resolve conflict`); +report.push(`2022-12-11T11:31:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-12-11T23:20:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1926: SUBO-7252 feat: handle fields dependencies for the create OIR request`); -report.push(`2022-12-12T01:16:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7238 fix: add limit for time`); +report.push(`2022-12-11T23:20:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1926: JIRA-7252 feat: handle fields dependencies for the create OIR request`); +report.push(`2022-12-12T01:16:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7238 fix: add limit for time`); report.push(`32 2 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`2 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`19 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); 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(`2022-12-12T01:22:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): no show expertise result in treatments`); +report.push(`2022-12-12T10:12:14+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2022-12-12T10:33:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: add hash update`); +report.push(`2022-12-12T10:33:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: add hash update`); report.push(`2 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); -report.push(`2022-12-12T11:00:33+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7288 fix: pass correct arguments for reject employee comment modal`); +report.push(`2022-12-12T11:00:33+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7288 fix: pass correct arguments for reject employee comment modal`); report.push(`8 4 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2022-12-12T11:02:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: add hash update`); +report.push(`2022-12-12T11:02:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: add hash update`); report.push(`1 0 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`10 0 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(``); -report.push(`2022-12-12T11:10:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7296 fix: hide external employers for Dapp`); +report.push(`2022-12-12T11:10:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7296 fix: hide external employers for Dapp`); report.push(`8 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-12-12T11:32:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add update in table`); +report.push(`2022-12-12T11:32:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add update in table`); report.push(`1 0 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`1 1 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(`1 0 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); -report.push(`2022-12-12T11:45:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1931: SUBO-7296 fix: hide external employers for Dapp`); +report.push(`2022-12-12T11:45:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1931: JIRA-7296 fix: hide external employers for Dapp`); report.push(`2022-12-12T11:45:58+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-12T11:52:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: add update in table`); +report.push(`2022-12-12T11:52:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: add update in table`); report.push(`4 3 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-12T12:14:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1927: SUBO-7286 fix: fill the employee form with employee consonantBank instead of a company`); +report.push(`2022-12-12T12:14:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1927: JIRA-7286 fix: fill the employee form with employee consonantBank instead of a company`); report.push(`2022-12-12T12:14:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-12T12:15:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1930: SUBO-7288 fix: pass correct arguments for reject employee comment modal`); +report.push(`2022-12-12T12:15:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1930: JIRA-7288 fix: pass correct arguments for reject employee comment modal`); report.push(`2022-12-12T12:15:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.0 -> master`); -report.push(`2022-12-12T12:26:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7228 fix: add checking isBank for Roles`); +report.push(`2022-12-12T12:26:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7228 fix: add checking isBank for Roles`); 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(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(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`); -report.push(`2022-12-12T12:34:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1876: SUBO-6598 fix: fix subdivision disabled show select`); -report.push(`2022-12-12T12:35:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6634 fix: merge with release`); -report.push(`2022-12-12T12:38:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1900: SUBO-6634 Add dependency fields for 900`); -report.push(`2022-12-12T12:52:29+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7295 fix: Hide the expertise buttons for additional services`); +report.push(`2022-12-12T12:30:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1932: JIRA-7228 fix: add checking isBank for Roles`); +report.push(`2022-12-12T12:31:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1928: JIRA-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: JIRA-6969 fix: fix recipient user copy request`); +report.push(`2022-12-12T12:32:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1929: JIRA-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: JIRA-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: JIRA-7176 fix: show toggle in modal temlate`); +report.push(`2022-12-12T12:33:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1891: JIRA-7056 fix: fix name road map`); +report.push(`2022-12-12T12:34:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1876: JIRA-6598 fix: fix subdivision disabled show select`); +report.push(`2022-12-12T12:35:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6634 fix: merge with release`); +report.push(`2022-12-12T12:38:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1900: JIRA-6634 Add dependency fields for 900`); +report.push(`2022-12-12T12:52:29+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7295 fix: Hide the expertise buttons for additional services`); 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(faq): send cammundaTaskId as entityId also`); +report.push(`2022-12-12T12:56:08+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): send cammundaTaskId as entityId also`); +report.push(`2022-12-12T13:06:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1935: JIRA-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:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1934: JIRA-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`); -report.push(`2022-12-12T13:07:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1921: SUBO-7175 fix: fix select resource name`); -report.push(`2022-12-12T13:08:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: merge with release`); -report.push(`2022-12-12T13:24:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: remove hacks for update Table`); +report.push(`2022-12-12T13:07:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1921: JIRA-7175 fix: fix select resource name`); +report.push(`2022-12-12T13:08:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: merge with release`); +report.push(`2022-12-12T13:24:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: remove hacks for update Table`); report.push(`1 3 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`0 1 src/ts/components/JsonSchema/helpers/defaultValue.ts`); report.push(`0 10 src/ts/components/JsonSchema/store/TableModalStore.ts`); report.push(`3 4 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); -report.push(`2022-12-12T14:04:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1936: SUBO-7243 fix: remove hacks for update Table`); -report.push(`2022-12-12T15:55:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: map table in table from backend`); +report.push(`2022-12-12T14:04:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1936: JIRA-7243 fix: remove hacks for update Table`); +report.push(`2022-12-12T15:55:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: map table in table from backend`); report.push(`1 0 src/ts/components/Table/components/TableBody.tsx`); report.push(`23 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`11 3 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2022-12-12T16:00:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: map table in table from backend`); +report.push(`2022-12-12T16:00:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: map table in table from backend`); report.push(`0 1 src/ts/components/Table/components/TableBody.tsx`); report.push(`0 1 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`0 1 src/ts/pages/Vendors/components/Template.tsx`); report.push(`0 1 src/ts/snippets/RequestForm/components/ChatWithExpert.tsx`); report.push(``); -report.push(`2022-12-12T16:04:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1937: SUBO-7243 Add hacks for validation 900`); -report.push(`2022-12-12T17:37:49+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: add call api`); +report.push(`2022-12-12T16:04:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1937: JIRA-7243 Add hacks for validation 900`); +report.push(`2022-12-12T17:37:49+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: add call api`); report.push(`1 1 src/setupProxy.js`); report.push(`5 5 src/ts/api/report.ts`); report.push(`12 12 src/ts/pages/Reports/components/FilterBy478.tsx`); @@ -29736,282 +29736,282 @@ report.push(`10 11 src/ts/pages/Reports/components/Filters.tsx`); report.push(`4 6 src/ts/pages/Reports/components/ReportBy478.tsx`); report.push(`54 1 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-12-12T17:54:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: add hacks for validation`); +report.push(`2022-12-12T17:54:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: add hacks for validation`); report.push(`56 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`6 1 src/ts/pages/AdditionalServices/store/AdditionalServicesStore.ts`); report.push(``); -report.push(`2022-12-12T17:58:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1938: SUBO-7243 fix: add hacks for validation`); -report.push(`2022-12-12T19:42:54+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7306 fix: Corrected the wrong type of request for expertise`); +report.push(`2022-12-12T17:58:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1938: JIRA-7243 fix: add hacks for validation`); +report.push(`2022-12-12T19:42:54+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7306 fix: Corrected the wrong type of request for expertise`); report.push(`1 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(`3 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2022-12-12T20:00:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-7298 fix: show recipient user`); +report.push(`2022-12-12T20:00:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-7298 fix: show recipient user`); report.push(`15 9 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`19 4 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-12T21:11:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-7086 fix: select value dynamic fields`); +report.push(`2022-12-12T21:11:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-7086 fix: select value dynamic fields`); report.push(`7 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 1 src/ts/pages/TemplateOir/components/shared/Description.tsx`); report.push(``); -report.push(`2022-12-13T10:47:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7326 fix: hide authors for 542 in roadmap`); +report.push(`2022-12-13T10:47:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7326 fix: hide authors for 542 in roadmap`); report.push(`1 1 src/setupProxy.js`); report.push(`3 0 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-12-13T10:50:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7326 fix: hide authors for 542 in roadmap`); +report.push(`2022-12-13T10:50:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7326 fix: hide authors for 542 in roadmap`); 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(profile): hide allowed the services field within vendor's company contract form`); +report.push(`2022-12-13T10:54:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1943: JIRA-7326 Hide authors for 542 in roadmap`); +report.push(`2022-12-13T11:21:58+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): change filters for roles in DevSecOps`); +report.push(`2022-12-13T11:54:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-12-13T12:00:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change filters for roles in DevSecOps`); +report.push(`2022-12-13T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): 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: JIRA-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(AIS): remove roles for vendors`); +report.push(`2022-12-13T12:31:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(profile): add {formatter|param 1|param 2} syntax for Description`); +report.push(`2022-12-13T12:34:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1946: JIRA-7331 fix(AIS): remove roles for vendors`); +report.push(`2022-12-13T12:38:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1945: JIRA-7322, JIRA-7328 Change filters for roles`); +report.push(`2022-12-13T12:39:46+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-13T13:01:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1947: JIRA-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>JIRA-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(profile): set a default domain for new employees`); +report.push(`2022-12-13T15:44:52+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-13T16:07:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1949: JIRA-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: JIRA-7334 fix: change dependency rules for 1207`); +report.push(`2022-12-13T18:35:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-6616 fix: fix show expand in select`); report.push(`2 0 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); -report.push(`2022-12-14T09:35:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7341 feat: add copy button in table`); +report.push(`2022-12-14T09:35:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7341 feat: add copy button in table`); report.push(`16 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2022-12-14T09:44:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: temp`); +report.push(`2022-12-14T09:44:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: temp`); report.push(`1 1 src/ts/api/report.ts`); report.push(`38 41 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2022-12-14T09:54:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: return hacks for MSE`); +report.push(`2022-12-14T09:54:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: return hacks for MSE`); report.push(`3 40 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`15 0 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(``); -report.push(`2022-12-14T09:59:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1951: SUBO-7341 feat: add copy button in table`); -report.push(`2022-12-14T10:38:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: return hacks for MSE`); +report.push(`2022-12-14T09:59:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1951: JIRA-7341 feat: add copy button in table`); +report.push(`2022-12-14T10:38:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: return hacks for MSE`); report.push(`6 3 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(`8 3 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); 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:44:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1941: JIRA-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(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(profile): set a default domain from backend for a new employee`); +report.push(`2022-12-14T10:45:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1908: JIRA-6787 fix(faq): fix request search`); +report.push(`2022-12-14T10:45:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1925: JIRA-7160 fix: fix toggle ais`); +report.push(`2022-12-14T10:46:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1942: JIRA-7086 fix: select value dynamic fields`); +report.push(`2022-12-14T10:57:53+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2022-12-14T11:23:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: return hacks for MSE`); report.push(`0 19 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`11 2 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(`39 29 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-14T11:52:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: return hacks for MSE`); +report.push(`2022-12-14T11:52:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: return hacks for MSE`); report.push(`80 69 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`4 0 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(``); -report.push(`2022-12-14T12:01:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7348 fix: return hacks for MSE`); +report.push(`2022-12-14T12:01:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: return hacks for MSE`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`2 3 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(`0 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-14T12:08:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7243 fix: merge with release 2.17.1`); -report.push(`2022-12-14T12:34:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7379 fix: add 2 steps for dependency in 900`); +report.push(`2022-12-14T12:08:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7243 fix: merge with release 2.17.1`); +report.push(`2022-12-14T12:34:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7379 fix: add 2 steps for dependency in 900`); report.push(`7 0 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); -report.push(`2022-12-14T13:05:31+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7336 fix: add date validation, limit date field for 478 additional service`); +report.push(`2022-12-14T13:05:31+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7336 fix: add date validation, limit date field for 478 additional service`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`4 0 src/ts/components/JsonSchema/interfaces/ValidationRule.ts`); report.push(`32 0 src/ts/helpers/validation/index.ts`); report.push(`16 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2022-12-14T13:10:47+03:00>Sergio Antonov>antonov@mail.jp>Revert "SUBO-7113 fix: hide block employee btn within employees list page"`); +report.push(`2022-12-14T13:10:47+03:00>Sergio Antonov>antonov@mail.jp>Revert "JIRA-7113 fix: hide block employee btn within employees list page"`); 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(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(AIS): update copy button in table 478`); +report.push(`2022-12-14T13:19:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1955: JIRA-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: JIRA-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: JIRA-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 "JIRA-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 "JIRA-7113 fix: hide block employee btn within employees list page"`); +report.push(`2022-12-14T13:43:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-14T13:46:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1958: JIRA-7341 fix(AIS): update copy button in table 478`); +report.push(`2022-12-14T14:35:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`7 0 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-14T15:23:23+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7390 fix: block employees success link`); +report.push(`2022-12-14T15:23:23+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7390 fix: block employees success link`); report.push(`1 0 src/ts/pages/Vendors/pages/EmployeesBlocking.tsx`); report.push(``); -report.push(`2022-12-14T15:26:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7390 fix: employees form - check for undefined ndaScan`); +report.push(`2022-12-14T15:26:13+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7390 fix: employees form - check for undefined ndaScan`); 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(Excel): A comment is not necessary for the approval of the expertise`); +report.push(`2022-12-14T16:20:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1959: Bugfix/JIRA-7390 employee block success link`); +report.push(`2022-12-14T16:40:30+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): show group button for expertise`); +report.push(`2022-12-14T17:19:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7348 fix: merge with release`); +report.push(`2022-12-14T18:05:13+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2022-12-15T10:57:16+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7411 feat: hide approve btn for canceled company/employee request`); report.push(`0 1 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2022-12-15T11:00:57+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1960: SUBO-7411 feat: hide approve btn for canceled company/employee request`); -report.push(`2022-12-15T13:36:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-6575 fix: fix disabled button if form is dirty`); +report.push(`2022-12-15T11:00:57+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1960: JIRA-7411 feat: hide approve btn for canceled company/employee request`); +report.push(`2022-12-15T13:36:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-6575 fix: fix disabled button if form is dirty`); report.push(`5 1 src/ts/pages/Builder/components/Header.tsx`); report.push(`42 33 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`13 10 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2022-12-15T14:24:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: add columns for 478`); +report.push(`2022-12-15T14:24:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: add columns for 478`); report.push(`4 4 src/ts/pages/Reports/components/FilterBy478.tsx`); 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(AIS): remove empty select value`); +report.push(`2022-12-15T16:37:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2022-12-15T23:04:31+03:00>Лосев Александр Александрович (4080505)>losevaa@dev.vtb.ru>Pull request #1963: SUBO-7086 fix: select value dynamic fields`); -report.push(`2022-12-16T09:59:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-6793 fix: fix max length`); +report.push(`2022-12-15T23:04:31+03:00>Лосев Александр Александрович (4080505)>losevaa@dev.vtb.ru>Pull request #1963: JIRA-7086 fix: select value dynamic fields`); +report.push(`2022-12-16T09:59:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-6793 fix: fix max length`); 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:12+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1965: Hotfix/JIRA-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(faq): reset depend custom fields within useFormChange`); +report.push(`2022-12-16T12:23:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2022-12-16T14:40:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): reset depend custom fields within useFormChange`); +report.push(`2022-12-16T15:13:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1966: JIRA-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`); -report.push(`2022-12-16T15:24:08+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: add upload excel for additional services`); +report.push(`2022-12-16T15:16:04+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1968: Bugfix/JIRA-7427 additional 557 depend custom fields`); +report.push(`2022-12-16T15:16:38+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1967: JIRA-7419 fix: select value-list - improve the way to render title`); +report.push(`2022-12-16T15:24:08+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: add upload excel for additional services`); report.push(`3 3 src/ts/api/report.ts`); report.push(`72 34 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(`37 38 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(`0 2 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-12-16T15:39:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-7160 fix: fix toggle`); +report.push(`2022-12-16T15:39:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-7160 fix: fix toggle`); 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:01+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1964: JIRA-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(faq): fix request search`); +report.push(`2022-12-16T15:59:46+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1970: JIRA-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(faq): check for undefined withih useFormChange`); +report.push(`2022-12-16T15:59:59+03:00>Галиневский Евгений Николаевич (4059810)>galinevskii@dev.vtb.ru>Pull request #1969: JIRA-7160 fix: fix toggle ais`); +report.push(`2022-12-16T16:09:07+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-16T16:10:45+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1971: JIRA-7427 fix(faq): check for undefined withih useFormChange`); +report.push(`2022-12-16T16:55:08+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-16T16:57:48+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #1972: JIRA-7427 fix(faq): check for undefined within useFormChange`); +report.push(`2022-12-16T17:44:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-7160 fix: fix show role if check toggle`); report.push(`8 6 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2022-12-16T19:06:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-7160 fix: fix toggle send request`); +report.push(`2022-12-16T19:06:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-7160 fix: fix toggle send request`); report.push(`1 1 src/ts/interfaces/request/RequestNew.ts`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(`2 2 src/ts/pages/Template/components/Template.tsx`); report.push(`2 2 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2022-12-18T15:01:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5699 feat: report 478 fix`); +report.push(`2022-12-18T15:01:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5699 feat: report 478 fix`); report.push(`6 6 src/ts/pages/Reports/components/FilterBy478.tsx`); report.push(`1 1 src/ts/pages/Reports/components/ReportHeader.tsx`); report.push(`5 3 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(`1 2 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2022-12-18T15:18:35+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1975: Feature/SUBO-5699 create report 478`); -report.push(`2022-12-19T10:40:44+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7478 fix: updateTargetFieldsValue - not update state in case the field is not multiple`); +report.push(`2022-12-18T15:18:35+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #1975: Feature/JIRA-5699 create report 478`); +report.push(`2022-12-19T10:40:44+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7478 fix: updateTargetFieldsValue - not update state in case the field is not multiple`); 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(faq): fix add check store`); +report.push(`2022-12-19T11:05:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1976: JIRA-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>JIRA-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`); +report.push(`2022-12-19T11:16:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 fix: change properties in report for 478`); report.push(`3 3 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2022-12-19T11:42:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 fix: change properties in report for 478`); +report.push(`2022-12-19T11:42:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 fix: change properties in report for 478`); 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(faq): fix add check store`); +report.push(`2022-12-19T11:46:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1978: JIRA-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(`2022-12-19T11:49:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 fix: change properties in report for 478`); report.push(`1 1 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2022-12-19T12:06:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1973: SUBO-7160 fix: fix show role if check toggle`); +report.push(`2022-12-19T12:06:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1973: JIRA-7160 fix: fix show role if check toggle`); report.push(`2022-12-19T12:06:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.17.4 -> master`); -report.push(`2022-12-19T13:19:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-7495 fix: fix add optional chain`); +report.push(`2022-12-19T13:19:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): don't render roadmap without requestUUID within Item`); +report.push(`2022-12-19T13:43:49+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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`); -report.push(`2022-12-19T15:31:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7464 fix: loadCompanyInfo - a correct way to fill "consonantBank" and "consonantCross" fields`); +report.push(`2022-12-19T14:17:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1980: JIRA-7495 fix: fix add optional chain`); +report.push(`2022-12-19T14:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1981: JIRA-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: JIRA-7243 OIR and Additional and Bugs combo`); +report.push(`2022-12-19T15:08:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1961: JIRA-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: JIRA-6616 fix: fix show expand in select`); +report.push(`2022-12-19T15:31:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7464 fix: loadCompanyInfo - a correct way to fill "consonantBank" and "consonantCross" fields`); 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(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(`2022-12-19T15:36:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1982: JIRA-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>JIRA-7381 fix(AIS): merge with release`); +report.push(`2022-12-19T15:43:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1962: JIRA-7381 fix(AIS): remove empty select value`); +report.push(`2022-12-19T17:02:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7503 fix: add hash in OIR`); report.push(`11 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-19T17:05:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1984: SUBO-7503 fix: add hash in OIR`); -report.push(`2022-12-19T17:16:23+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix filters`); +report.push(`2022-12-19T17:05:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1984: JIRA-7503 fix: add hash in OIR`); +report.push(`2022-12-19T17:16:23+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: fix filters`); report.push(`16 17 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`2 2 src/ts/pages/Requests/helpers/search.ts`); report.push(`16 5 src/ts/snippets/FilterPanel/components/DepartmentFilter.tsx`); 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(profile): new year layout`); +report.push(`2022-12-19T17:20:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: Merge branch 'bugfix/JIRA-7480-Change-properties-in-report-for-478' of https://bitbucket.region.vtb.ru/scm/suis/subo-frontend into feature/JIRA-5908-customized-search-and-478-report`); +report.push(`2022-12-19T17:39:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1974: Feature/JIRA-5908 customized search and 478 report`); +report.push(`2022-12-19T17:43:20+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -30036,8 +30036,8 @@ report.push(`7 4 src/ts/pages/Treatments/index.tsx`); report.push(`7 4 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`67 67 src/ts/snippets/Header/styles/header.module.scss`); report.push(``); -report.push(`2022-12-19T17:44:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1953: SUBO-7348 Return cod for MSE-478`); -report.push(`2022-12-19T18:08:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: added template editing condition`); +report.push(`2022-12-19T17:44:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1953: JIRA-7348 Return cod for MSE-478`); +report.push(`2022-12-19T18:08:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: added template editing condition`); report.push(`10 2 src/ts/pages/Builder/components/Header.tsx`); report.push(`8 2 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`6 4 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); @@ -30064,32 +30064,32 @@ report.push(`4 0 src/ts/pages/Builder/pages/VisibilityRules.tsx`); report.push(`5 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`8 0 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-12-19T18:18:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: resolve conflict`); -report.push(`2022-12-19T18:39:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: fix disabled checkbox table`); +report.push(`2022-12-19T18:18:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: resolve conflict`); +report.push(`2022-12-19T18:39:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: fix disabled checkbox table`); report.push(`1 2 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2022-12-19T18:48:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: merge conflict`); -report.push(`2022-12-19T18:55:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-6851 feat: resolve conflict from feature/release-2.18.0-candidate`); -report.push(`2022-12-20T09:51:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7520 fix: hide tree children`); +report.push(`2022-12-19T18:48:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: merge conflict`); +report.push(`2022-12-19T18:55:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-6851 feat: resolve conflict from feature/release-2.18.0-candidate`); +report.push(`2022-12-20T09:51:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7520 fix: hide tree children`); 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(AIS): remove dependency for multiple`); +report.push(`2022-12-20T09:55:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1986: JIRA-7520 fix: hide tree children`); +report.push(`2022-12-20T10:25:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove dependency for multiple`); +report.push(`2022-12-20T10:28:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-20T10:30:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1987: Bugfix/JIRA-7521 Remove dependency for multiple`); +report.push(`2022-12-20T12:03:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1985: JIRA-7444 feat(profile): new year layout`); +report.push(`2022-12-20T12:05:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7500 fix: add dependency dapp`); report.push(`8 1 src/ts/api/request.ts`); report.push(`6 1 src/ts/api/roles.ts`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`43 0 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(``); -report.push(`2022-12-20T12:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7500 fix: add dependency for org unit bank`); +report.push(`2022-12-20T12:29:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7500 fix: add dependency for org unit bank`); report.push(`85 0 src/ts/components/JsonSchema/components/widgets/OrgUnitBankTree.tsx`); report.push(`8 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(`3 1 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); @@ -30099,123 +30099,123 @@ report.push(`6 0 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(`1 1 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2022-12-20T12:33:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1988: Bugfix/SUBO-7500 Add dependecy dapp`); -report.push(`2022-12-20T13:03:27+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7430 feat: change vendors scan link name`); +report.push(`2022-12-20T12:33:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1988: Bugfix/JIRA-7500 Add dependecy dapp`); +report.push(`2022-12-20T13:03:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7430 feat: change vendors scan link name`); report.push(`2 2 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`1 1 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(`4 2 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2022-12-20T13:06:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-5908 feat: fix filter`); +report.push(`2022-12-20T13:06:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-5908 feat: fix filter`); report.push(`31 10 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`17 6 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-12-20T13:12:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1989: SUBO-7430 feat: change vendors scan link name`); -report.push(`2022-12-20T13:13:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1990: SUBO-5908 feat: fix filter`); -report.push(`2022-12-20T13:33:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7470 fix: vendor employee form - add validation for birthday and phone fields`); +report.push(`2022-12-20T13:12:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1989: JIRA-7430 feat: change vendors scan link name`); +report.push(`2022-12-20T13:13:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1990: JIRA-5908 feat: fix filter`); +report.push(`2022-12-20T13:33:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7470 fix: vendor employee form - add validation for birthday and phone fields`); report.push(`2 2 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2022-12-20T13:37:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1991: SUBO-7470 fix: vendor employee form - add validation for birthday and phone fields`); -report.push(`2022-12-20T13:45:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-7423 fix: fix domain account`); +report.push(`2022-12-20T13:37:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1991: JIRA-7470 fix: vendor employee form - add validation for birthday and phone fields`); +report.push(`2022-12-20T13:45:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-7423 fix: fix domain account`); report.push(`1 1 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2022-12-20T14:06:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7386 fix: add user upn in OIR`); +report.push(`2022-12-20T14:06:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7386 fix: add user upn in OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(``); -report.push(`2022-12-20T14:09:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1992: SUBO-7423 fix: fix domain account`); -report.push(`2022-12-20T14:09:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1993: SUBO-7386 fix: add user upn in OIR`); -report.push(`2022-12-20T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7500 fix: remove org unit bank in Dapp`); +report.push(`2022-12-20T14:09:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1992: JIRA-7423 fix: fix domain account`); +report.push(`2022-12-20T14:09:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1993: JIRA-7386 fix: add user upn in OIR`); +report.push(`2022-12-20T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7500 fix: remove org unit bank in Dapp`); 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(traffic chart): show employee status`); +report.push(`2022-12-20T15:23:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1994: JIRA-7500 fix: remove org unit bank in Dapp`); +report.push(`2022-12-20T15:36:40+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-20T15:41:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1995: JIRA-7517 feat(traffic chart): show employee status`); +report.push(`2022-12-20T18:03:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): fix update after change type account`); +report.push(`2022-12-20T20:40:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); report.push(`2022-12-21T09:13:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1983: release 2.18.0 candidate`); report.push(`2022-12-21T09:13:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-21T09:19:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-7573 fix: hide toggle template`); +report.push(`2022-12-21T09:19:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): remove transform dynamic field 701 additional`); +report.push(`2022-12-21T09:35:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-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:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1997: JIRA-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(AIS): 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>JIRA-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`); +report.push(`2022-12-21T12:03:06+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7538 fix: move description to roles for create oir vtb`); report.push(`7 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`9 4 src/ts/pages/TemplateOir/styles/index.scss`); report.push(``); -report.push(`2022-12-21T12:56:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7488 feat: add hacks for 1207`); +report.push(`2022-12-21T12:56:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7488 feat: add hacks for 1207`); report.push(`23 0 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`4 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-21T13:40:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7580 fix: add custom loader in OIR`); +report.push(`2022-12-21T13:40:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7580 fix: add custom loader in OIR`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2022-12-21T14:08:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7488 fix: add hacks for properties in 1207`); +report.push(`2022-12-21T14:08:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7488 fix: add hacks for properties in 1207`); report.push(`4 0 src/ts/api/request.ts`); report.push(`9 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`4 4 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`3 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); report.push(`2022-12-21T14:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-21T14:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2000: SUBO-7580 fix: add custom loader in OIR`); -report.push(`2022-12-21T15:52:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-7596 fix: show correct name in sm 1011`); +report.push(`2022-12-21T14:42:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2000: JIRA-7580 fix: add custom loader in OIR`); +report.push(`2022-12-21T15:52:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-7596 fix: show correct name in sm 1011`); report.push(`7 4 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-21T15:54:37+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7590 fix: check for employee blocked status within employee form`); +report.push(`2022-12-21T15:54:37+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7590 fix: check for employee blocked status within employee form`); report.push(`1 0 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2022-12-21T16:02:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2002: SUBO-7590 fix: check for employee blocked status within employee form`); +report.push(`2022-12-21T16:02:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2002: JIRA-7590 fix: check for employee blocked status within employee form`); 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:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2003: JIRA-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(OIR): vendor employees list filter fix`); +report.push(`2022-12-21T16:23:22+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): vendor employees list filter fix`); +report.push(`2022-12-21T16:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2004: JIRA-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(`2022-12-21T16:44:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 feat: add new role for report in 478`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`1 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`12 4 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2022-12-21T16:46:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 feat: add new role for report in 478`); +report.push(`2022-12-21T16:46:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 feat: add new role for report in 478`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); -report.push(`2022-12-21T16:52:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 feat: add new role for report in 478`); +report.push(`2022-12-21T16:52:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 feat: add new role for report in 478`); report.push(`5 1 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2022-12-21T16:57:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7480 feat: add new role for report in 478`); +report.push(`2022-12-21T16:57:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7480 feat: add new role for report in 478`); report.push(`3 2 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2022-12-21T17:00:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2005: SUBO-7480 feat: add new role for report in 478`); +report.push(`2022-12-21T17:00:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2005: JIRA-7480 feat: add new role for report in 478`); report.push(`2022-12-21T17:00:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-22T00:41:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-5699 fix: change filters in 478`); +report.push(`2022-12-22T00:41:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5699 fix: change filters in 478`); report.push(`14 30 src/ts/pages/Reports/components/FilterBy478.tsx`); report.push(`12 20 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2022-12-22T00:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2006: SUBO-5699 fix: change filters in 478`); +report.push(`2022-12-22T00:45:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2006: JIRA-5699 fix: change filters in 478`); report.push(`2022-12-22T00:45:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-22T11:37:53+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7610 fix: ReqyestStatus - hide mmanager IT user while stageStep === 'waiting'`); +report.push(`2022-12-22T11:37:53+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7610 fix: ReqyestStatus - hide mmanager IT user while stageStep === 'waiting'`); report.push(`1 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-12-22T13:00:47+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6213 fix: Form for OIR not matching the design`); +report.push(`2022-12-22T13:00:47+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6213 fix: Form for OIR not matching the design`); report.push(`2 0 src/styles/variables.scss`); report.push(`3 1 src/ts/components/JsonSchema/components/widgets/Input.tsx`); report.push(`4 1 src/ts/components/JsonSchema/styles/hacks.scss`); @@ -30230,29 +30230,29 @@ report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(`5 3 src/ts/snippets/RequestStatus/components/cards/FirstRoadMap.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2022-12-22T14:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6213 fix: Merge branch 'feature/SUBO-5908-customized-search-and-478-report' into bugfix/SUBO-6213-OIR-does-not-match-design`); -report.push(`2022-12-22T14:31:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6213 fix: fix`); +report.push(`2022-12-22T14:11:04+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6213 fix: Merge branch 'feature/JIRA-5908-customized-search-and-478-report' into bugfix/JIRA-6213-OIR-does-not-match-design`); +report.push(`2022-12-22T14:31:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): add hacks for 900`); +report.push(`2022-12-22T14:32:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add hacks for 900`); +report.push(`2022-12-22T14:47:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`0 49 src/ts/pages/AdditionalServices/helpers/hacksFor900Address.ts`); report.push(``); -report.push(`2022-12-22T14:56:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2008: Bugfix/SUBO-6213 OIR does not match design`); -report.push(`2022-12-22T14:56:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2009: SUBO-7587 Add hacks for validation in 900`); -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(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(`2022-12-22T14:56:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2008: Bugfix/JIRA-6213 OIR does not match design`); +report.push(`2022-12-22T14:56:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2009: JIRA-7587 Add hacks for validation in 900`); +report.push(`2022-12-22T14:56:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2007: JIRA-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: JIRA-7488 Add hacks for properties in 1207`); +report.push(`2022-12-22T14:57:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1999: JIRA-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: JIRA-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: JIRA-6967 feat(traffic chart): add auto fill responsible 701 additional`); +report.push(`2022-12-22T15:36:22+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`6 4 src/ts/pages/Vendors/components/employees-blocking/Success.tsx`); @@ -30262,40 +30262,40 @@ report.push(`2 2 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(`6 1 src/ts/pages/Vendors/pages/Company.tsx`); report.push(`3 1 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(``); -report.push(`2022-12-22T16:00:38+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7623 fix: fix`); +report.push(`2022-12-22T16:00:38+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7623 fix: fix`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/helpers/constants.ts`); report.push(`6 4 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/helpers/converter.ts`); report.push(``); -report.push(`2022-12-22T16:03:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 feat: add hacks for ORM`); +report.push(`2022-12-22T16:03:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7210 feat: add hacks for ORM`); report.push(`4 0 src/ts/api/request.ts`); report.push(`1 4 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`20 0 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(`10 3 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-22T16:34:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 fix: add hacks for ORM`); +report.push(`2022-12-22T16:34:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7210 fix: add hacks for ORM`); report.push(`22 5 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(`1 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`11 6 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-22T17:06:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2012: SUBO-7623 fix: fix`); +report.push(`2022-12-22T17:06:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2012: JIRA-7623 fix: fix`); report.push(`2022-12-22T17:06:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.0 -> master`); -report.push(`2022-12-22T17:07:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2011: SUBO-7594 fix: vendors - show success message after approve`); -report.push(`2022-12-22T18:26:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-7645 fix: remove auto fill recipient 701`); +report.push(`2022-12-22T17:07:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2011: JIRA-7594 fix: vendors - show success message after approve`); +report.push(`2022-12-22T18:26:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): rename title`); +report.push(`2022-12-22T19:23:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2022-12-23T10:15:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 fix: add hacks for ORM`); +report.push(`2022-12-23T09:49:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2014: JIRA-7645 fix: remove auto fill recipient 701`); +report.push(`2022-12-23T10:15:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7210 fix: add hacks for ORM`); report.push(`1 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(`16 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`2 2 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-23T10:22:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 fix: add hacks for ORM`); +report.push(`2022-12-23T10:22:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7210 fix: add hacks for ORM`); report.push(`1 1 src/ts/components/Select/styles/value-list.scss`); report.push(`0 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`0 2 src/ts/pages/Reports/components/FilterBy1207.tsx`); @@ -30305,299 +30305,299 @@ 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(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:26:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2015: JIRA-7235 feat(profile): rename title`); +report.push(`2022-12-23T10:26:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2016: JIRA-7210 Add hacks for ORM`); +report.push(`2022-12-23T10:27:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #1853: JIRA-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(faq): rename address in 900`); +report.push(`2022-12-23T10:36:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-12-23T10:38:51+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): find last adress`); +report.push(`2022-12-23T10:59:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2022-12-23T11:11:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7210 fix: add disable for properties in ORM`); +report.push(`2022-12-23T11:07:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2017: Bugfix/JIRA-7587 Rename address 900`); +report.push(`2022-12-23T11:11:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7210 fix: add disable for properties in ORM`); 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(faq): delete some dynamic fields while creating 1207 request`); +report.push(`2022-12-23T11:31:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2018: JIRA-7210 fix: add disable for properties in ORM`); +report.push(`2022-12-23T12:03:04+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2022-12-23T12:39:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2019: JIRA-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: JIRA-6614 fix: fix select modal`); +report.push(`2022-12-23T13:03:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-7658 fix: fix search template`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2022-12-23T13:06:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7669 fix: add checking for roles in OIR`); +report.push(`2022-12-23T13:06:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7669 fix: add checking for roles in OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2022-12-23T13:09:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2021: SUBO-7669 fix: add checking for roles in OIR`); -report.push(`2022-12-23T13:22:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2022: SUBO-7658 fix: fix search template`); +report.push(`2022-12-23T13:09:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2021: JIRA-7669 fix: add checking for roles in OIR`); +report.push(`2022-12-23T13:22:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2022: JIRA-7658 fix: fix search template`); report.push(`2022-12-23T13:22:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.1 -> master`); -report.push(`2022-12-23T13:44:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7636 fix: Add line numbers. Added deletion from the table during the reconciliation phase`); +report.push(`2022-12-23T13:44:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7636 fix: Add line numbers. Added deletion from the table during the reconciliation phase`); 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(OIR): change search in AIS`); +report.push(`2022-12-23T13:49:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change search in AIS`); +report.push(`2022-12-23T13:49:42+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2023: Bugfix/JIRA-7587 OIR and Additional and bugs 18 1`); +report.push(`2022-12-23T13:52:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change search in AIS`); +report.push(`2022-12-23T14:40:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2026: JIRA-7636 fix: Add line numbers.`); +report.push(`2022-12-23T14:41:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-23T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2024: JIRA-7652 fix(OIR): change search in AIS`); +report.push(`2022-12-23T15:52:19+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7628 fix: Draft loadTemplateInfo - check for array`); report.push(`5 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-23T17:08:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2027: SUBO-7628 fix: Draft loadTemplateInfo - check for array`); -report.push(`2022-12-23T17:45:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7719 fix: loadAdditionalServicesFields - don't use addFieldsForORM`); +report.push(`2022-12-23T17:08:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2027: JIRA-7628 fix: Draft loadTemplateInfo - check for array`); +report.push(`2022-12-23T17:45:29+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7719 fix: loadAdditionalServicesFields - don't use addFieldsForORM`); report.push(`3 3 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-23T17:48:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2028: Bugfix/SUBO-7719 additonal requests double fields`); -report.push(`2022-12-24T09:33:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-23T17:48:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2028: Bugfix/JIRA-7719 additonal requests double fields`); +report.push(`2022-12-24T09:33:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); 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(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(`2022-12-24T09:42:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7587 fix(faq): merge with release`); +report.push(`2022-12-24T14:12:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`1 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`26 24 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2022-12-24T15:23:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-7438 fix: fix location text`); +report.push(`2022-12-24T15:23:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-7438 fix: fix location text`); report.push(`98 76 src/ts/pages/Builder/components/Header.tsx`); report.push(`0 19 src/ts/pages/Builder/pages/Template.tsx`); report.push(`1 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(`8 4 src/ts/pages/Builder/styles/template.scss`); report.push(``); -report.push(`2022-12-24T15:41:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2031: SUBO-7438 fix: fix location text`); -report.push(`2022-12-24T15:46:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2033: Bugfix/SUBO-7650 478 fix request mse`); -report.push(`2022-12-24T15:48:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2030: SUBO-7650 fix: fix request mse`); -report.push(`2022-12-24T16:03:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7650 fix: remove number for 478`); +report.push(`2022-12-24T15:41:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2031: JIRA-7438 fix: fix location text`); +report.push(`2022-12-24T15:46:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2033: Bugfix/JIRA-7650 478 fix request mse`); +report.push(`2022-12-24T15:48:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2030: JIRA-7650 fix: fix request mse`); +report.push(`2022-12-24T16:03:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7650 fix: remove number for 478`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2022-12-24T16:07:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2034: SUBO-7650 fix: remove number for 478`); -report.push(`2022-12-24T16:09:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: return ORM frontend`); +report.push(`2022-12-24T16:07:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2034: JIRA-7650 fix: remove number for 478`); +report.push(`2022-12-24T16:09:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: return ORM frontend`); report.push(`3 3 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-24T16:11:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2035: SUBO-7674 fix: return ORM frontend`); -report.push(`2022-12-24T17:04:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7650 fix: add converter for 478`); +report.push(`2022-12-24T16:11:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2035: JIRA-7674 fix: return ORM frontend`); +report.push(`2022-12-24T17:04:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7650 fix: add converter for 478`); report.push(`18 1 src/ts/api/request.ts`); report.push(``); -report.push(`2022-12-24T17:07:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7650 fix: add converter for 478`); +report.push(`2022-12-24T17:07:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7650 fix: add converter for 478`); report.push(`1 3 src/ts/api/request.ts`); 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:10:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2036: JIRA-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(faq): add uuid in 900`); +report.push(`2022-12-24T21:18:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add uuid in 900`); +report.push(`2022-12-24T21:21:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2038: JIRA-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(`2022-12-24T23:36:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); -report.push(`2022-12-24T23:39:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); -report.push(`2022-12-25T00:51:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-24T23:39:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); +report.push(`2022-12-25T00:51:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`6 9 src/ts/api/request.ts`); report.push(`22 8 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(`22 13 src/ts/pages/AdditionalServices/helpers/hacksForORMApprove.ts`); report.push(`3 3 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-25T00:57:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); -report.push(`2022-12-25T09:52:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change text in RoadMap for 542`); +report.push(`2022-12-25T00:57:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); +report.push(`2022-12-25T09:52:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change text in RoadMap for 542`); report.push(`1 0 src/ts/interfaces/request/RoadMap.ts`); report.push(`3 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-12-25T10:27:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7744 fix: change can edit in 478`); +report.push(`2022-12-25T10:27:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7744 fix: change can edit in 478`); report.push(`8 0 src/ts/api/request.ts`); report.push(`18 1 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(``); -report.push(`2022-12-25T10:46:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7744 fix: change can edit 478`); +report.push(`2022-12-25T10:46:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7744 fix: change can edit 478`); report.push(`5 4 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(`9 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-25T10:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2040: Bugfix/SUBO-7744 Change can edit 478`); +report.push(`2022-12-25T10:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2040: Bugfix/JIRA-7744 Change can edit 478`); report.push(`2022-12-25T10:50:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.2 -> master`); -report.push(`2022-12-25T10:51:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change request for backend`); +report.push(`2022-12-25T10:51:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change request for backend`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2022-12-25T11:07:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change request for backend`); +report.push(`2022-12-25T11:07:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change request for backend`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/index.ts`); report.push(``); -report.push(`2022-12-25T12:15:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-25T12:15:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`6 0 src/ts/api/request.ts`); report.push(`13 0 src/ts/pages/AdditionalServices/helpers/hacksForORMValidation.ts`); report.push(`16 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-25T12:41:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-25T12:41:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/hacksForORMValidation.ts`); report.push(`17 17 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-25T12:49:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); -report.push(`2022-12-25T17:22:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-25T12:49:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); +report.push(`2022-12-25T17:22:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`1 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-25T18:39:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: change ORM approve`); +report.push(`2022-12-25T18:39:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: change ORM approve`); report.push(`51 1 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`10 2 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-25T23:32:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: add hacks for change 1207`); +report.push(`2022-12-25T23:32:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: add hacks for change 1207`); report.push(`29 1 src/ts/api/request.ts`); report.push(`34 2 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(``); -report.push(`2022-12-26T00:03:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2039: SUBO-7674 Change ORM approv`); -report.push(`2022-12-26T00:18:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7770 fix: return code from 6614`); +report.push(`2022-12-26T00:03:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2039: JIRA-7674 Change ORM approv`); +report.push(`2022-12-26T00:18:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7770 fix: return code from 6614`); report.push(`2 10 src/ts/components/Select/index.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2022-12-26T00:22:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2042: SUBO-7770 fix: return code from 6614`); -report.push(`2022-12-26T00:55:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: update title in hack`); +report.push(`2022-12-26T00:22:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2042: JIRA-7770 fix: return code from 6614`); +report.push(`2022-12-26T00:55:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: update title in hack`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); -report.push(`2022-12-26T01:47:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: update title in hacks`); +report.push(`2022-12-26T01:47:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: update title in hacks`); report.push(`0 1 src/ts/api/request.ts`); report.push(``); -report.push(`2022-12-26T01:57:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: update title in hacks`); +report.push(`2022-12-26T01:57:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: update title in hacks`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); -report.push(`2022-12-26T02:12:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: update title in hacks`); +report.push(`2022-12-26T02:12:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: update title in hacks`); report.push(`5 4 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(`1 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2022-12-26T02:15:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7674 fix: update title in hacks`); +report.push(`2022-12-26T02:15:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7674 fix: update title in hacks`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); -report.push(`2022-12-26T11:16:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7773 fix: change code for buttons 478`); +report.push(`2022-12-26T11:16:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7773 fix: change code for buttons 478`); 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:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2043: JIRA-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(faq): change code buttons`); +report.push(`2022-12-26T11:41:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-26T11:44:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2044: JIRA-7777 fix(faq): change code buttons`); +report.push(`2022-12-26T11:51:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-7776 fix: fix search ais`); report.push(`4 4 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-26T11:52:14+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7626 fix: roadmap assignee check improvement`); +report.push(`2022-12-26T11:52:14+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7626 fix: roadmap assignee check improvement`); report.push(`1 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2022-12-26T12:05:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7643 fix: Removed duplicate field initiator`); +report.push(`2022-12-26T12:05:50+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7643 fix: Removed duplicate field initiator`); report.push(`1 1 src/setupProxy.js`); report.push(`0 7 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2022-12-26T12:27:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-7776 fix: fix search filter ais`); +report.push(`2022-12-26T12:27:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-7776 fix: fix search filter ais`); report.push(`4 4 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-26T12:30:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2048: SUBO-7776 fix: fix search filter ais`); +report.push(`2022-12-26T12:30:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2048: JIRA-7776 fix: fix search filter ais`); 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(OIR): change property in 1207`); +report.push(`2022-12-26T12:31:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2045: JIRA-7626 fix: roadmap assignee check improvement`); +report.push(`2022-12-26T12:32:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2046: JIRA-7776 fix: fix search ais`); +report.push(`2022-12-26T12:58:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2022-12-26T13:24:00+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7570 fix: useFormChange - remove errors for removed groups`); report.push(`1 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2022-12-26T13:33:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2050: SUBO-7570 fix: useFormChange - remove errors for removed groups`); -report.push(`2022-12-26T13:54:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7660 fix: fix style`); +report.push(`2022-12-26T13:33:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2050: JIRA-7570 fix: useFormChange - remove errors for removed groups`); +report.push(`2022-12-26T13:54:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7660 fix: fix style`); report.push(`0 1 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2022-12-26T14:30:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-7704 fix: empty commit`); +report.push(`2022-12-26T14:30:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-7704 fix: empty commit`); report.push(`1 0 src/ts/snippets/FilterPanel/components/TemplateFilter.tsx`); report.push(``); -report.push(`2022-12-26T14:43:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2052: SUBO-7704 fix: empty commit`); +report.push(`2022-12-26T14:43:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2052: JIRA-7704 fix: empty commit`); report.push(`2022-12-26T14:43:12+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.5 -> master`); -report.push(`2022-12-26T16:01:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7776 fix: change property for search`); +report.push(`2022-12-26T16:01:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7776 fix: change property for search`); report.push(`5 3 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-12-26T16:04:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-7704 fix: fix default account`); +report.push(`2022-12-26T16:04:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-7704 fix: fix default account`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(`3 2 src/ts/pages/Template/helpers/getAllDomains.ts`); report.push(``); -report.push(`2022-12-26T16:06:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2053: SUBO-7776 fix: change property for search`); +report.push(`2022-12-26T16:06:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2053: JIRA-7776 fix: change property for search`); report.push(`2022-12-26T16:06:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.5 -> master`); -report.push(`2022-12-26T16:23:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7610 fix: remove tree expand`); +report.push(`2022-12-26T16:23:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7610 fix: remove tree expand`); report.push(`2 10 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2022-12-26T16:28:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2055: SUBO-7610 fix: remove tree expand`); +report.push(`2022-12-26T16:28:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2055: JIRA-7610 fix: remove tree expand`); report.push(`2022-12-26T16:28:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.5 -> master`); -report.push(`2022-12-26T17:06:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-7776 fix: moved below condition`); +report.push(`2022-12-26T17:06:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-7776 fix: moved below condition`); report.push(`5 6 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2022-12-26T17:11:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2056: SUBO-7776 fix: moved below condition`); +report.push(`2022-12-26T17:11:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2056: JIRA-7776 fix: moved below condition`); report.push(`2022-12-26T17:11:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.18.5 -> master`); -report.push(`2022-12-26T17:26:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7704 fix: rename filter title`); +report.push(`2022-12-26T17:26:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7704 fix: rename filter title`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2022-12-26T17:31:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2057: SUBO-7704 fix: rename filter title`); +report.push(`2022-12-26T17:31:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2057: JIRA-7704 fix: rename filter title`); 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(profile): autofill form's selects`); +report.push(`2022-12-27T08:51:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2051: JIRA-7660 fix: fix style`); +report.push(`2022-12-27T11:52:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): change vandor Uuid`); +report.push(`2022-12-27T12:59:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-27T14:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2060: JIRA-7801 fix(AIS): change vandor Uuid`); +report.push(`2022-12-27T15:04:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2022-12-27T15:07:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2061: JIRA-7811 fix(AIS): remove uuid in dictionary`); +report.push(`2022-12-27T15:11:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2022-12-27T15:14:32+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): remove uuid in dictionary 2`); +report.push(`2022-12-27T15:14:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2062: JIRA-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(AIS): remove uuid in dictionary 2`); +report.push(`2022-12-27T23:56:00+03:00>Oleg Losev>losev@net.it>Pull request #2064: JIRA-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(faq): AccessRequest - show user account`); +report.push(`2022-12-28T09:28:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2054: JIRA-7704 fix: fix default account`); +report.push(`2022-12-28T12:02:54+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): Search - oir doubling fix`); +report.push(`2022-12-28T15:10:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2022-12-28T14:37:55+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7838 fix: request 17 - show recipientUpn`); report.push(`1 0 src/ts/interfaces/request/Template.ts`); report.push(`10 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2022-12-28T16:11:17+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7853 fix: loadTemplateInfo - set default value of checkbox`); +report.push(`2022-12-28T16:11:17+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7853 fix: loadTemplateInfo - set default value of checkbox`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2022-12-28T19:01:57+03:00>Oleg Losev>losev@net.it>Pull request #2069: SUBO-7853 fix: loadTemplateInfo - set default value of checkbox`); +report.push(`2022-12-28T19:01:57+03:00>Oleg Losev>losev@net.it>Pull request #2069: JIRA-7853 fix: loadTemplateInfo - set default value of checkbox`); report.push(`2022-12-28T19:01:58+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.2 -> master`); -report.push(`2022-12-28T19:06:43+03:00>Oleg Losev>losev@net.it>Pull request #2068: SUBO-7838 fix: request 17 - show recipientUpn`); +report.push(`2022-12-28T19:06:43+03:00>Oleg Losev>losev@net.it>Pull request #2068: JIRA-7838 fix: request 17 - show recipientUpn`); report.push(`2022-12-28T19:06:44+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.2 -> master`); -report.push(`2022-12-29T00:22:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7850 fix: In My Requests, it is now possible to see other people's requests for some additional services`); +report.push(`2022-12-29T00:22:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7850 fix: In My Requests, it is now possible to see other people's requests for some additional services`); report.push(`3 0 src/styles/hack.scss`); report.push(`1 0 src/styles/index.scss`); report.push(`31 1 src/ts/api/request.ts`); @@ -30606,59 +30606,59 @@ report.push(`54 8 src/ts/pages/Requests/helpers/search.ts`); report.push(`0 1 src/ts/pages/Treatments/index.tsx`); report.push(`6 1 src/ts/snippets/FilterPanel/components/TypeFilter.tsx`); 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(`2022-12-29T00:25:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): days +7 for some date field of 900 request`); +report.push(`2022-12-29T11:38:59+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): send user's additional info while save additional request`); +report.push(`2022-12-29T12:17:23+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): change property in 1207`); +report.push(`2022-12-29T13:50:52+03:00>Oleg Losev>losev@net.it>Pull request #2049: JIRA-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(profile): 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: JIRA-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(faq): 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: JIRA-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:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2070: Hotfix/JIRA-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(AIS): Search - oir doubling fix`); +report.push(`2022-12-29T15:35:34+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2067: JIRA-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`); +report.push(`2022-12-29T16:00:41+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2047: JIRA-7643 fix: Removed duplicate field initiator`); report.push(`2022-12-29T16:00:42+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-29T16:00:43+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-29T17:23:10+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7844 fix: api/request - sned POST not GET for check name existence`); +report.push(`2022-12-29T17:23:10+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7844 fix: api/request - sned POST not GET for check name existence`); report.push(`2 7 src/ts/api/request.ts`); report.push(``); -report.push(`2022-12-29T17:26:03+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2073: SUBO-7844 fix: api/request - sned POST not GET for check name existence`); +report.push(`2022-12-29T17:26:03+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2073: JIRA-7844 fix: api/request - sned POST not GET for check name existence`); report.push(`2022-12-29T17:26:05+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-29T17:26:05+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); report.push(`2022-12-29T17:27:29+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-29T17:27:29+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2063: SUBO-7703 fix: ContractsTable - hide REMOVE btn for saved contracts`); +report.push(`2022-12-29T17:27:29+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2063: JIRA-7703 fix: ContractsTable - hide REMOVE btn for saved contracts`); report.push(`2022-12-29T17:27:30+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-30T13:07:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7703 fix: vendor's Contracts - add __new key, check for it`); +report.push(`2022-12-30T13:07:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7703 fix: vendor's Contracts - add __new key, check for it`); report.push(`1 1 src/ts/pages/Vendors/components/company/Contracts.tsx`); report.push(`2 1 src/ts/pages/Vendors/components/company/ContractsTable.tsx`); report.push(``); -report.push(`2022-12-30T13:11:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2074: SUBO-7703 fix: vendor's Contracts - add __new key, check for it`); +report.push(`2022-12-30T13:11:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2074: JIRA-7703 fix: vendor's Contracts - add __new key, check for it`); report.push(`2022-12-30T13:11:48+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-30T13:11:49+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.4 -> master`); -report.push(`2022-12-30T13:44:10+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7926 fix: contracts vendor date show`); +report.push(`2022-12-30T13:44:10+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): days +7 for some date field of 900 request"`); +report.push(`2022-12-30T14:29:55+03:00>Oleg Losev>losev@net.it>Revert "JIRA-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:36+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2075: JIRA-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(AIS): 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>JIRA-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`); @@ -30666,10 +30666,10 @@ report.push(`20 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`14 0 src/ts/snippets/RequestForm/index.tsx`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2022-12-30T17:19:42+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7934 fix: add table number employee details`); +report.push(`2022-12-30T17:19:42+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7934 fix: add table number employee details`); report.push(`5 2 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); report.push(``); -report.push(`2022-12-30T18:39:05+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7923 feat: WIP - add OIR change form`); +report.push(`2022-12-30T18:39:05+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7923 feat: WIP - add OIR change form`); report.push(`1 1 src/ts/api/request.ts`); report.push(`7 0 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); @@ -30679,46 +30679,46 @@ 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(AIS): 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: JIRA-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`); +report.push(`2023-01-06T12:43:59+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2078: JIRA-7934 fix: add table number employee details`); report.push(`2023-01-06T12:44:00+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.5 -> master`); -report.push(`2023-01-09T10:42:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7868 feat: templateOir dynamic fields - show another description for oir tfr`); +report.push(`2023-01-09T10:42:09+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7868 feat: templateOir dynamic fields - show another description for oir tfr`); report.push(`3 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-01-09T11:15:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7973 feat: oir tfr request - show oirPath`); +report.push(`2023-01-09T11:15:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7973 feat: oir tfr request - show oirPath`); 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(profile): show reference within OrgStructuresFilter`); +report.push(`2023-01-09T13:44:57+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2023-01-09T13:51:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(OIR): fix oir if toggle boolean as string`); +report.push(`2023-01-09T14:20:35+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2085: JIRA-7974 feat(profile): show reference within OrgStructuresFilter`); +report.push(`2023-01-09T14:20:59+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2080: JIRA-7973 feat: oir tfr request - show oirPath`); +report.push(`2023-01-09T16:01:32+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): change limits for birthdate field`); +report.push(`2023-01-10T11:06:09+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(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(`2023-01-10T12:48:29+03:00>Oleg Losev>losev@net.it>Pull request #2090: JIRA-7923 feat: WIP - add OIR change form`); +report.push(`2023-01-10T12:50:11+03:00>Oleg Losev>losev@net.it>Pull request #2091: JIRA-7615 feat(profile): autofill form's selects`); +report.push(`2023-01-10T12:53:29+03:00>Oleg Losev>losev@net.it>Pull request #2092: JIRA-7973 feat: oir tfr request - show oirPath`); +report.push(`2023-01-10T12:54:01+03:00>Oleg Losev>losev@net.it>Pull request #2093: JIRA-7974 feat(profile): show reference within OrgStructuresFilter`); +report.push(`2023-01-10T13:09:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2023-01-10T13:11:45+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-01-10T13:17:24+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2089: JIRA-7997 fix(faq): change limits for birthdate field`); +report.push(`2023-01-10T13:45:30+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: add change OIR`); report.push(`1 1 src/setupProxy.js`); report.push(`7 0 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); @@ -30727,75 +30727,75 @@ report.push(`4 1 src/ts/pages/TemplateOir/components/shared/NewRequestButton.tsx report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`2 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-01-10T15:25:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: fix find roleGroup`); +report.push(`2023-01-10T15:25:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): AdditionalServices customLoader - don't load data for fields without uuid`); +report.push(`2023-01-10T16:35:38+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-01-10T16:56:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2097: JIRA-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>JIRA-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`); report.push(``); -report.push(`2023-01-10T17:22:26+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7323 feat: fix oirID for create OIR`); +report.push(`2023-01-10T17:22:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7323 feat: fix oirID for create OIR`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(`5 1 src/ts/pages/TemplateOir/components/create-request/FormWrapper.tsx`); report.push(`8 0 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`9 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-01-10T18:41:53+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: fix for another structure OIR JSON`); +report.push(`2023-01-10T18:41:53+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: fix for another structure OIR JSON`); report.push(`0 1 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(`1 4 src/ts/pages/TemplateOir/components/create-request/FormWrapper.tsx`); report.push(`2 5 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-10T20:23:50+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: fix supId`); +report.push(`2023-01-10T20:23:50+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: fix supId`); report.push(`1 2 src/ts/helpers/validation/index.ts`); report.push(`22 20 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2023-01-10T21:53:03+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8046 fix: check oirType before loading OIR`); +report.push(`2023-01-10T21:53:03+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8046 fix: check oirType before loading OIR`); report.push(`10 5 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`7 2 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-10T21:56:20+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2100: SUBO-8046 fix: check oirType before loading OIR`); +report.push(`2023-01-10T21:56:20+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2100: JIRA-8046 fix: check oirType before loading OIR`); report.push(`2023-01-10T22:16:45+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.8 -> master`); report.push(`2023-01-10T22:16:45+03:00>Oleg Losev>losev@net.it>Pull request #2101: Feature/release 2.19.8 candidate`); -report.push(`2023-01-11T11:01:55+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: add id for changedOIR save`); +report.push(`2023-01-11T11:01:55+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: add id for changedOIR save`); 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(Excel): 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>JIRA-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`); report.push(`13 13 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`10 2 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2023-01-11T20:06:45+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8024 fix: add function remove item`); +report.push(`2023-01-11T20:06:45+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8024 fix: add function remove item`); report.push(`8 1 src/ts/api/eei.ts`); 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(OIR): remove default type search value`); +report.push(`2023-01-12T10:46:24+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(`2023-01-12T11:06:42+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-01-12T11:16:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2105: JIRA-8042 fix(OIR): remove default type search value`); +report.push(`2023-01-12T12:17:43+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8024 fix: add function remove output item`); report.push(`20 0 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(``); -report.push(`2023-01-12T12:30:02+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2107: SUBO-8024 fix: add function remove output item`); -report.push(`2023-01-12T15:06:11+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8024 fix: add function remove output item new`); +report.push(`2023-01-12T12:30:02+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2107: JIRA-8024 fix: add function remove output item`); +report.push(`2023-01-12T15:06:11+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8024 fix: add function remove output item new`); report.push(`3 3 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(``); -report.push(`2023-01-12T15:08:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2108: SUBO-8024 fix: add function remove output item new`); -report.push(`2023-01-12T16:46:05+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: Added loading fields for CHANGE OIR to the request`); +report.push(`2023-01-12T15:08:33+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2108: JIRA-8024 fix: add function remove output item new`); +report.push(`2023-01-12T16:46:05+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: Added loading fields for CHANGE OIR to the request`); report.push(`1 1 src/setupProxy.js`); report.push(`12 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`11 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); @@ -30810,12 +30810,12 @@ report.push(`9 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSc report.push(`14 6 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`4 0 src/ts/snippets/RequestForm/helpers/getSubTitleByRequestType.tsx`); report.push(``); -report.push(`2023-01-12T17:03:17+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7923 feat: fix conflict`); -report.push(`2023-01-12T17:07:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2109: Feature/SUBO-7923 OIR change`); +report.push(`2023-01-12T17:03:17+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7923 feat: fix conflict`); +report.push(`2023-01-12T17:07:52+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2109: Feature/JIRA-7923 OIR change`); report.push(`2023-01-12T18:26:52+03:00>Oleg Losev>losev@net.it>Pull request #2110: Feature/release 2.19.9 candidate`); report.push(`2023-01-12T18:26:54+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.9 -> master`); -report.push(`2023-01-12T19:31:47+03:00>Oleg Losev>losev@net.it>Pull request #2111: Bugfix/SUBO-8025 oir editing fields submit`); -report.push(`2023-01-12T22:25:24+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-7932 feat: fix`); +report.push(`2023-01-12T19:31:47+03:00>Oleg Losev>losev@net.it>Pull request #2111: Bugfix/JIRA-8025 oir editing fields submit`); +report.push(`2023-01-12T22:25:24+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-7932 feat: fix`); report.push(`1 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`46 4 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); @@ -30823,203 +30823,203 @@ report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/getDisableSubmi report.push(``); report.push(`2023-01-12T23:20:34+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.19.10 -> master`); report.push(`2023-01-12T23:20:34+03:00>Oleg Losev>losev@net.it>Pull request #2112: Feature/dev6`); -report.push(`2023-01-13T11:42:21+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8192 feat: hackForORM - change field names`); +report.push(`2023-01-13T11:42:21+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8192 feat: hackForORM - change field names`); report.push(`2 2 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); 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(`2023-01-13T11:55:37+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): remove empty request orm`); +report.push(`2023-01-13T12:51:31+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-01-13T13:54:11+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2084: JIRA-7994 fix: add optional chaining for multipleValues 1207`); report.push(`2023-01-13T13:54:12+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.11 -> master`); -report.push(`2023-01-13T14:41:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8111 feat: hacksForORM - dont prefill with multipleValues from dynamicFields`); +report.push(`2023-01-13T14:41:08+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8111 feat: hacksForORM - dont prefill with multipleValues from dynamicFields`); report.push(`5 1 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); report.push(``); -report.push(`2023-01-13T15:16:44+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2115: SUBO-8111 feat: hacksForORM - dont prefill with multipleValues from dynamicFields`); +report.push(`2023-01-13T15:16:44+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2115: JIRA-8111 feat: hacksForORM - dont prefill with multipleValues from dynamicFields`); report.push(`2023-01-13T15:25:47+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Automatic merge from release/release-2.19.11 -> master`); -report.push(`2023-01-13T16:20:21+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8188 feat: vendor company form - add crossFlag checkbox`); +report.push(`2023-01-13T16:20:21+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8188 feat: vendor company form - add crossFlag checkbox`); report.push(`15 7 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`6 1 src/ts/pages/Vendors/helpers/loadCompanyInfo.ts`); report.push(`3 1 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(``); -report.push(`2023-01-13T18:37:46+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8111 feat: ORM reqyest - another method to do not prefill ARM field, check for template uuuid not name`); +report.push(`2023-01-13T18:37:46+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8111 feat: ORM reqyest - another method to do not prefill ARM field, check for template uuuid not name`); report.push(`3 7 src/ts/pages/AdditionalServices/helpers/hacksForORM.ts`); 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:21+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2117: JIRA-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(faq): remove empty request orm`); +report.push(`2023-01-14T11:05:45+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2114: JIRA-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(OIR): fix oir if toggle boolean as string`); +report.push(`2023-01-14T11:12:33+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2088: JIRA-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:52+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2118: JIRA-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(OIR): fix oir if toggle boolean as string`); +report.push(`2023-01-14T12:52:24+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2119: JIRA-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`); +report.push(`2023-01-14T12:52:56+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2120: JIRA-7940 fix: send default value as value`); report.push(`2023-01-14T12:52:57+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:57+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12 -> master`); -report.push(`2023-01-14T17:06:37+03:00>Victor Viktorovich>viktorovich@mail.com>bugfix/SUBO-8057 fix remove empty request orm`); +report.push(`2023-01-14T17:06:37+03:00>Victor Viktorovich>viktorovich@mail.com>bugfix/JIRA-8057 fix remove empty request orm`); report.push(`4 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-14T17:07:33+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2121: bugfix/SUBO-8057 fix remove empty request orm`); +report.push(`2023-01-14T17:07:33+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2121: bugfix/JIRA-8057 fix remove empty request orm`); report.push(`2023-01-14T17:07:34+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.19.12-candidate -> release/release-2.19.12-without8057`); report.push(`2023-01-14T17:07:35+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-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(faq): dont work data loader`); +report.push(`2023-01-16T10:14:28+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2113: JIRA-8192 feat: hackForORM - change field names`); +report.push(`2023-01-16T10:18:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change request buttons for ext employeers`); +report.push(`2023-01-16T10:51:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-16T11:38:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8076 fix: hide type in OIR`); report.push(`6 3 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-01-16T11:44:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8226 fix: change link for support`); +report.push(`2023-01-16T11:44:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8226 fix: change link for support`); report.push(`1 1 src/ts/pages/MainPage/components/FavoriteItem.tsx`); report.push(``); -report.push(`2023-01-16T11:49:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8260 fix: return code for 6751`); +report.push(`2023-01-16T11:49:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8260 fix: return code for 6751`); report.push(`19 21 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); 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(`2023-01-16T11:52:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): dont work data loader`); +report.push(`2023-01-16T12:00:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2122: JIRA-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`); +report.push(`2023-01-16T12:01:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2124: JIRA-8226 fix: change link for support`); +report.push(`2023-01-16T12:01:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2123: JIRA-8076 fix: hide type in OIR`); report.push(`2023-01-16T12:02:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.14 -> master`); -report.push(`2023-01-16T12:43:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8233 fix: return OIR id for create OIR`); +report.push(`2023-01-16T12:43:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8233 fix: return OIR id for create OIR`); report.push(`3 0 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); -report.push(`2023-01-16T13:55:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8175 fix: change save user in OIR`); +report.push(`2023-01-16T13:55:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8175 fix: change save user in OIR`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-01-16T15:02:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2127: SUBO-8233 fix: return OIR id for create OIR`); +report.push(`2023-01-16T15:02:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2127: JIRA-8233 fix: return OIR id for create OIR`); report.push(`2023-01-16T15:11:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.14 -> master`); -report.push(`2023-01-16T16:05:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2128: SUBO-7923 feat: Fixed display of role groups in OIR created`); +report.push(`2023-01-16T16:05:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2128: JIRA-7923 feat: Fixed display of role groups in OIR created`); report.push(`2023-01-16T16:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.14 -> master`); -report.push(`2023-01-16T17:47:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8226 fix: change link for OIR`); +report.push(`2023-01-16T17:47:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8226 fix: change link for OIR`); 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(faq): OIR StaticFields - fill with name for kind=USER type=TEXT field`); +report.push(`2023-01-16T17:52:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2129: JIRA-8226 fix: change link for OIR`); +report.push(`2023-01-16T18:13:13+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-01-16T18:18:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8282 refactor: remove code`); 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:24:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2131: JIRA-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(faq): 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: JIRA-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>Pull request #2106: JIRA-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:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2079: JIRA-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(faq): AccessRequest - show user account`); +report.push(`2023-01-17T09:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2066: JIRA-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(`2023-01-17T10:43:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8095 fix: cant re send additional request 17`); report.push(`2 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`6 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-01-17T10:52:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8095 fix: cant re send additional request 17`); +report.push(`2023-01-17T10:52:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8095 fix: cant re send additional request 17`); report.push(`0 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-01-17T11:13:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8024 fix: merge with release`); -report.push(`2023-01-17T11:54:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8224 fix: remove required for files in vendor`); +report.push(`2023-01-17T11:13:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8024 fix: merge with release`); +report.push(`2023-01-17T11:54:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8224 fix: remove required for files in vendor`); report.push(`0 1 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`0 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-01-17T12:12:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2132: SUBO-8095 Cant re send additional request 17`); -report.push(`2023-01-17T12:16:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7946 fix: add 10 day in 900 request`); +report.push(`2023-01-17T12:12:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2132: JIRA-8095 Cant re send additional request 17`); +report.push(`2023-01-17T12:16:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7946 fix: add 10 day in 900 request`); report.push(`10 0 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/hooks/useUiSchema.ts`); report.push(``); -report.push(`2023-01-17T12:30:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8063 fix: remove map in select in builder`); +report.push(`2023-01-17T12:30:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8063 fix: remove map in select in builder`); report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); report.push(`2023-01-17T12:40:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); -report.push(`2023-01-17T12:45:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8280 fix: OIR request - collapse action button if necessary`); +report.push(`2023-01-17T12:45:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8280 fix: OIR request - collapse action button if necessary`); report.push(`1 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`122 109 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`2 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-01-17T15:21:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2135: SUBO-8063 fix: remove map in select in builder`); +report.push(`2023-01-17T15:21:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2135: JIRA-8063 fix: remove map in select in builder`); report.push(`2023-01-17T15:22:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.19.15 -> master`); -report.push(`2023-01-17T15:47:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8324 fix: add uuid for Date items in 900`); +report.push(`2023-01-17T15:47:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8324 fix: add uuid for Date items in 900`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/dependencyHashMap.ts`); report.push(`13 4 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(`2 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-01-17T15:50:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8324 fix: add uuid for Date items in 900`); +report.push(`2023-01-17T15:50:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8324 fix: add uuid for Date items in 900`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/dependencyHashMap.ts`); 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(`2023-01-17T16:22:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): 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>JIRA-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(traffic chart): fix for list field`); +report.push(`2023-01-17T17:57:50+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): Checkbox fix for role model.`); +report.push(`2023-01-17T19:00:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2138: JIRA-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(OIR): set value for USER in OIR`); +report.push(`2023-01-18T10:10:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2137: JIRA-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: JIRA-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: JIRA-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: JIRA-8188 feat: vendor company form - add crossFlag checkbox`); +report.push(`2023-01-18T11:37:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-18T11:42:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7819 fix: change error description for file in 478`); report.push(`11 1 src/ts/components/JsonSchema/components/widgets/File.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2023-01-18T12:14:30+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8336 fix: oir change request - use handleFormChange when prefill fields`); +report.push(`2023-01-18T12:14:30+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8336 fix: oir change request - use handleFormChange when prefill fields`); report.push(`46 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/FormWrapper.tsx`); report.push(`2 45 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); 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(`2023-01-18T12:54:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change switch in template request`); +report.push(`2023-01-18T15:25:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-18T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2139: JIRA-7946, JIRA-8324 Common fix for 900`); report.push(`2023-01-18T15:27:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.20.0 -> master`); -report.push(`2023-01-18T15:27:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2140: SUBO-8188, SUBO-8224 Common fix for vendors`); +report.push(`2023-01-18T15:27:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2140: JIRA-8188, JIRA-8224 Common fix for vendors`); report.push(`2023-01-18T15:27:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.20.0 -> master`); -report.push(`2023-01-18T16:05:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8125 fix: change property in 1207`); +report.push(`2023-01-18T16:05:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8125 fix: change property in 1207`); 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): 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-18T16:29:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8336 fix: merge with release`); +report.push(`2023-01-18T16:56:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2143: JIRA-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: JIRA-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: JIRA-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(traffic chart): Added a condition for editing roles in Change OIR`); +report.push(`2023-01-19T08:45:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2023-01-19T10:57:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8408 fix: remove properties in 1207`); report.push(`14 0 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(``); -report.push(`2023-01-19T11:03:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); +report.push(`2023-01-19T11:03:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8408 fix: remove properties in 1207`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-01-19T11:42:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); +report.push(`2023-01-19T11:42:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8408 fix: remove properties in 1207`); report.push(`1 1 src/setupProxy.js`); report.push(`13 9 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`0 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); @@ -31027,14 +31027,14 @@ report.push(`3 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`) report.push(`2 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`3 1 src/ts/pages/Request/index.tsx`); 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(`2023-01-19T11:46:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-01-19T11:59:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2147: JIRA-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>JIRA-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`); +report.push(`2023-01-19T12:58:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8438 fix: remove NY style`); report.push(`6 1 src/assets/images/FileOutline.svg`); report.push(`94 1 src/assets/images/login/error.svg`); report.push(`4 1 src/assets/images/logo.svg`); @@ -31052,101 +31052,101 @@ report.push(`6 9 src/ts/pages/Treatments/index.tsx`); report.push(`4 7 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`1 1 src/ts/snippets/Header/styles/header.module.scss`); report.push(``); -report.push(`2023-01-19T13:19:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8438 fix: remove NY style`); +report.push(`2023-01-19T13:19:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): removed validation check for disabled input fields`); +report.push(`2023-01-19T15:06:03+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): remove validation check for disabled input fields`); +report.push(`2023-01-19T15:14:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`4 4 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-01-19T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8408 fix: remove properties in 1207`); +report.push(`2023-01-19T15:35:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8408 fix: remove properties in 1207`); report.push(`1 1 src/setupProxy.js`); report.push(`23 1 src/ts/pages/AdditionalServices/helpers/hacksFor1207.ts`); report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); 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(`2023-01-19T15:44:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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-19T15:48:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8287 feat(traffic chart): fix conflict`); +report.push(`2023-01-19T16:46:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2126: JIRA-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`); +report.push(`2023-01-19T16:46:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8408 fix: remove properties in 1207`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-19T16:51:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2148: SUBO-8408 Remove field in 1207 for ADJUSTMENT status`); +report.push(`2023-01-19T16:51:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2148: JIRA-8408 Remove field in 1207 for ADJUSTMENT status`); 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:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2142: JIRA-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(profile): removed validation check for disabled input fields`); +report.push(`2023-01-19T16:57:43+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2023-01-19T17:09:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2152: JIRA-8405 feat(profile): removed validation check for disabled input fields`); +report.push(`2023-01-20T11:27:03+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): change date validation in 900`); +report.push(`2023-01-20T12:17:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): hide calculate diff button`); +report.push(`2023-01-20T13:20:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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-20T13:31:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2155: JIRA-8392 fix(OIR): hide calculate diff button`); +report.push(`2023-01-20T13:53:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2149: JIRA-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: JIRA-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: JIRA-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(`2023-01-20T15:05:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-01-20T16:11:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2146: JIRA-8280, JIRA-8332, JIRA-8336, JIRA-8287 Common OIR branch`); +report.push(`2023-01-20T16:18:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2153: JIRA-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: JIRA-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: JIRA-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: JIRA-8357, JIRA-8392, JIRA-8277 Common additional services`); +report.push(`2023-01-20T16:37:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8486 fix: change URL request for OIR`); report.push(`5 0 src/ts/api/request.ts`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); report.push(`2023-01-20T17:40:36+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.22.0 -> master`); -report.push(`2023-01-20T18:18:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6616 fix: remove children for Tree`); +report.push(`2023-01-20T18:18:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6616 fix: remove children for Tree`); report.push(`7 7 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); -report.push(`2023-01-20T18:24:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6616 fix: return button for diff`); +report.push(`2023-01-20T18:24:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6616 fix: return button for diff`); report.push(`0 1 src/ts/api/constructor.ts`); report.push(`13 14 src/ts/pages/Builder/components/SubHeader.tsx`); report.push(`12 14 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2023-01-20T18:29:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6616 fix: return button for diff`); +report.push(`2023-01-20T18:29:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6616 fix: return button for diff`); report.push(`7 7 src/ts/components/Tree/components/TreeFolder.tsx`); report.push(``); -report.push(`2023-01-20T18:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2161: Bugfix/SUBO-6616 Remove children for Tree`); +report.push(`2023-01-20T18:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2161: Bugfix/JIRA-6616 Remove children for Tree`); 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:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2160: JIRA-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(Excel): add`); +report.push(`2023-01-23T10:44:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2023-01-23T11:33:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8245 fix: change table view in 900`); report.push(`4 0 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`179 0 src/ts/pages/AdditionalServices/helpers/hacksFor900Table.tsx`); report.push(``); -report.push(`2023-01-23T11:36:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8245 fix: change table view in 900`); +report.push(`2023-01-23T11:36:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8245 fix: change table view in 900`); report.push(`12 1 src/ts/pages/AdditionalServices/helpers/hacksFor900Table.tsx`); report.push(``); -report.push(`2023-01-23T12:35:28+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6799 feat: add 900 report`); +report.push(`2023-01-23T12:35:28+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6799 feat: add 900 report`); report.push(`70 0 src/ts/pages/Reports/components/FilterBy900.tsx`); report.push(`11 0 src/ts/pages/Reports/components/Filters.tsx`); report.push(`150 0 src/ts/pages/Reports/components/ReportBy900.tsx`); @@ -31154,28 +31154,28 @@ report.push(`142 0 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(`2 2 src/ts/pages/Reports/helpers/index.ts`); report.push(`13 0 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-01-23T12:39:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: update remove OIR page`); +report.push(`2023-01-23T12:39:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: update remove OIR page`); report.push(`1 1 src/ts/api/request.ts`); report.push(`94 37 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2023-01-23T12:48:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: update remove OIR page`); +report.push(`2023-01-23T12:48:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: update remove OIR page`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-23T13:11:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove validation for 2.23.1`); +report.push(`2023-01-23T13:11:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove validation for 2.23.1`); report.push(`1 0 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-23T13:16:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2165: SUBO-0000 fix: remove validation for 2.23.1`); +report.push(`2023-01-23T13:16:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2165: JIRA-0000 fix: remove validation for 2.23.1`); report.push(`2023-01-23T13:16:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.23.1 -> master`); -report.push(`2023-01-23T14:12:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8495 fix: remove not selected fields`); +report.push(`2023-01-23T14:12:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8495 fix: remove not selected fields`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/mapUiDataToBackend.ts`); report.push(``); -report.push(`2023-01-23T15:03:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8495 fix: remove not selected fields`); +report.push(`2023-01-23T15:03:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8495 fix: remove not selected fields`); report.push(`1 1 src/setupProxy.js`); 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:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2166: JIRA-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(faq): add new validation for 703`); +report.push(`2023-01-24T10:10:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -31183,95 +31183,95 @@ 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-24T10:45:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: return real URL for request`); +report.push(`2023-01-24T10:45:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: return real URL for request`); report.push(`7 68 src/ts/pages/Reports/components/ReportBy900.tsx`); report.push(`0 2 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(`3 2 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2023-01-24T10:48:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: return real URL for request`); +report.push(`2023-01-24T10:48:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: return real URL for request`); report.push(`5 0 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2023-01-24T10:58:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: return real URL for request`); +report.push(`2023-01-24T10:58:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: return real URL for request`); 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(OIR): change view for expert name`); +report.push(`2023-01-24T11:42:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-24T12:14:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8345 test: add test id for UI tests`); report.push(`4 1 src/ts/components/DataLoader/paginators/InfiniteScroll.tsx`); 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(`2023-01-24T12:25:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add save template with EXTRASERVICE type`); +report.push(`2023-01-24T12:38:34+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`9 5 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2023-01-24T12:41:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 feat: add template uuid in displayed request`); +report.push(`2023-01-24T12:41:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 feat: add template uuid in displayed request`); report.push(`5 5 src/ts/api/request.ts`); 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(`2023-01-24T12:46:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add template uuid in displayed request`); +report.push(`2023-01-24T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-24T15:02:05+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6799 fix: Correct properties are added to the columns`); report.push(`1 1 src/setupProxy.js`); report.push(`2 2 src/ts/pages/Reports/components/FilterBy900.tsx`); report.push(`34 40 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(`6 1 src/ts/pages/Reports/helpers/index.ts`); report.push(``); -report.push(`2023-01-24T15:42:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2157: SUBO-8043 fix: cant save flag in Builder`); +report.push(`2023-01-24T15:42:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2157: JIRA-8043 fix: cant save flag in Builder`); report.push(`2023-01-24T15:42:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.25.0 -> master`); -report.push(`2023-01-24T15:43:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2169: SUBO-8345 test: add test id for UI tests`); +report.push(`2023-01-24T15:43:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2169: JIRA-8345 test: add test id for UI tests`); report.push(`2023-01-24T15:43:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.25.0 -> master`); -report.push(`2023-01-24T15:54:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2150: SUBO-8438 Remove NY style`); +report.push(`2023-01-24T15:54:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2150: JIRA-8438 Remove NY style`); report.push(`2023-01-24T15:54:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.25.0 -> master`); -report.push(`2023-01-24T16:46:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2171: SUBO-8572 Add template uuid in displayed request`); -report.push(`2023-01-24T16:47:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2162: SUBO-8245 Change table view in 900`); -report.push(`2023-01-25T10:09:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: rename property in table`); +report.push(`2023-01-24T16:46:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2171: JIRA-8572 Add template uuid in displayed request`); +report.push(`2023-01-24T16:47:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2162: JIRA-8245 Change table view in 900`); +report.push(`2023-01-25T10:09:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: rename property in table`); report.push(`2 2 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(``); -report.push(`2023-01-25T10:50:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: rename property in table`); +report.push(`2023-01-25T10:50:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: rename property in table`); 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(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(`2023-01-25T10:55:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2174: JIRA-6799 900 report 3`); +report.push(`2023-01-25T11:13:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2170: JIRA-8243 feat: remove required for comment`); +report.push(`2023-01-25T11:14:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2168: JIRA-8242 fix(OIR): change view for expert name`); +report.push(`2023-01-25T12:03:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove error in 1011 temaplte`); +report.push(`2023-01-25T12:39:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-01-25T15:29:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8572 feat: send request by URL in Additional`); +report.push(`2023-01-25T14:20:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2176: JIRA-8595 fix: return comment in 17 additional`); +report.push(`2023-01-25T15:29:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 feat: send request by URL in Additional`); report.push(`3 0 src/ts/interfaces/Navigate.ts`); report.push(`3 0 src/ts/interfaces/request/AvailableActions.ts`); report.push(`14 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); 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:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2175: JIRA-8242, JIRA-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(OIR): remove hack for Save for button with url`); +report.push(`2023-01-25T15:36:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2177: JIRA-8572 feat: send request by URL in Additional`); +report.push(`2023-01-25T16:27:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-25T16:41:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8260 fix: return code for 6751`); report.push(`5 0 src/ts/pages/Builder/components/modals/RoleGroupsAdd.tsx`); report.push(``); -report.push(`2023-01-25T16:52:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2178: SUBO-8595 fix: return comment in 17 additional`); +report.push(`2023-01-25T16:52:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2178: JIRA-8595 fix: return comment in 17 additional`); 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:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2179: Bugfix/JIRA-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(OIR): return old format for request`); +report.push(`2023-01-25T17:34:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-25T18:31:26+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8308 fix: add TS for Vendors`); report.push(`1 1 src/setupProxy.js`); report.push(`20 17 src/ts/api/eei.ts`); report.push(`40 0 src/ts/interfaces/Company.ts`); @@ -31296,21 +31296,21 @@ 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(OIR): property must be string`); +report.push(`2023-01-26T09:45:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): property must be string`); +report.push(`2023-01-26T09:51:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2181: JIRA-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(OIR): add new feature for button`); +report.push(`2023-01-26T09:58:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); 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(`2023-01-26T10:39:11+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-01-26T11:42:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2167: JIRA-6227 fix(faq): add new validation for 703`); +report.push(`2023-01-26T11:58:21+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(`1 1 src/ts/components/Select/components/list/Static.tsx`); @@ -31318,62 +31318,62 @@ report.push(`5 0 src/ts/components/Select/styles/list.scss`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`6 1 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(``); -report.push(`2023-01-26T12:13:29+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8459 feat: show a comment modal on request's approve`); +report.push(`2023-01-26T12:13:29+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8459 feat: show a comment modal on request's approve`); report.push(`7 0 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`8 8 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-01-26T12:38:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8596 fix: add uuid for returned request in 1205`); +report.push(`2023-01-26T12:38:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8596 fix: add uuid for returned request in 1205`); 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(AIS): change file limit for 478`); +report.push(`2023-01-26T12:53:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-01-26T12:54:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8608 fix: remove grouping of buttons`); +report.push(`2023-01-26T12:54:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8608 fix: remove grouping of buttons`); 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(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(`2023-01-26T12:59:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 fix(OIR): merge with release`); +report.push(`2023-01-26T13:02:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-01-26T13:20:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8608 refactor: return old URL`); +report.push(`2023-01-26T13:06:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2185: JIRA-8596 fix: add uuid for returned request in 1205`); +report.push(`2023-01-26T13:20:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8608 refactor: return old URL`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-26T15:39:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8645 fix: save for isIncludeChildren flag`); +report.push(`2023-01-26T15:39:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8645 fix: save for isIncludeChildren flag`); report.push(`1 1 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`2 1 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2023-01-26T15:58:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: merge with release`); -report.push(`2023-01-26T16:21:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8573 refactor: return old value`); +report.push(`2023-01-26T15:58:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: merge with release`); +report.push(`2023-01-26T16:21:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8573 refactor: return old value`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-26T16:49:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change year`); +report.push(`2023-01-26T16:49:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change year`); 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(`2023-01-26T16:54:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2189: SUBO-0000 fix: change year`); +report.push(`2023-01-26T16:54:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2189: JIRA-0000 fix: change year`); 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:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2190: JIRA-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(Excel): add orgId in save request for remove OIR`); +report.push(`2023-01-26T17:47:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-01-26T17:51:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: merge with release`); -report.push(`2023-01-26T17:55:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6799 fix: change role group for report by 900`); +report.push(`2023-01-26T17:51:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: merge with release`); +report.push(`2023-01-26T17:55:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6799 fix: change role group for report by 900`); report.push(`1 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`8 3 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2023-01-26T18:01:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2182: SUBO-8573 fix: disabling of some elements in a selection`); +report.push(`2023-01-26T18:01:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2182: JIRA-8573 fix: disabling of some elements in a selection`); report.push(`2023-01-26T18:01:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.27.0 -> master`); -report.push(`2023-01-26T18:04:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2191: Feature/SUBO-6799 900 report`); -report.push(`2023-01-27T09:15:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8478 feat: add block for some user in 390 template`); +report.push(`2023-01-26T18:04:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2191: Feature/JIRA-6799 900 report`); +report.push(`2023-01-27T09:15:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8478 feat: add block for some user in 390 template`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); report.push(`11 7 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`12 5 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -31389,24 +31389,24 @@ 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(OIR): add editable field list from backend`); +report.push(`2023-01-27T10:55:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`5 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`2 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-01-27T10:58:27+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6799 feat: rename сolumns name`); +report.push(`2023-01-27T10:58:27+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6799 feat: rename сolumns name`); report.push(`2 2 src/ts/pages/Reports/components/ReportBy1207.tsx`); report.push(`2 2 src/ts/pages/Reports/components/ReportBy478.tsx`); report.push(`2 2 src/ts/pages/Reports/components/ReportBy900.tsx`); report.push(`14 7 src/ts/pages/Reports/components/TableFor900.tsx`); report.push(``); -report.push(`2023-01-27T11:03:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2193: SUBO-6799 feat: rename сolumns name`); -report.push(`2023-01-27T11:09:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6086 fix: approval of templates at Owner of IR`); +report.push(`2023-01-27T11:03:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2193: JIRA-6799 feat: rename сolumns name`); +report.push(`2023-01-27T11:09:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6086 fix: approval of templates at Owner of IR`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-27T11:41:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8313 feat: add JsonSchemaForm builder`); +report.push(`2023-01-27T11:41:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8313 feat: add JsonSchemaForm builder`); report.push(`104 0 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); report.push(`40 0 src/ts/components/JsonSchemaForm/index.tsx`); report.push(`3 0 src/ts/components/JsonSchemaForm/interfaces/DisableRule.ts`); @@ -31416,175 +31416,175 @@ report.push(`14 0 src/ts/components/JsonSchemaForm/interfaces/VisibleRule.ts`); report.push(`43 0 src/ts/components/JsonSchemaForm/interfaces/Widget.ts`); report.push(`13 0 src/ts/components/JsonSchemaForm/interfaces/common.ts`); report.push(``); -report.push(`2023-01-27T12:00:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8656 fix: Removed button to 'copy request' for fired employees of an external company`); +report.push(`2023-01-27T12:00:14+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8656 fix: Removed button to 'copy request' for fired employees of an external company`); report.push(`1 1 src/setupProxy.js`); report.push(`2 1 src/ts/pages/Request/index.tsx`); report.push(``); -report.push(`2023-01-27T12:29:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8458 fix: change hacks for uuid in 900`); +report.push(`2023-01-27T12:29:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8458 fix: change hacks for uuid in 900`); report.push(`8 7 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-01-27T12:47:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2201: SUBO-8458 fix: change hacks for uuid in 900`); +report.push(`2023-01-27T12:47:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2201: JIRA-8458 fix: change hacks for uuid in 900`); report.push(`2023-01-27T12:47:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.28.0 -> master`); -report.push(`2023-01-27T12:47:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2188: SUBO-8645 fix: save for isIncludeChildren flag`); +report.push(`2023-01-27T12:47:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2188: JIRA-8645 fix: save for isIncludeChildren flag`); report.push(`2023-01-27T12:47:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.28.0 -> master`); -report.push(`2023-01-27T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8656 fix: remove copy request button`); +report.push(`2023-01-27T12:48:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-01-27T12:54:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 fix(OIR): merge with release`); +report.push(`2023-01-27T12:56:40+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-01-27T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2187: JIRA-8461 fix(AIS): change file limit for 478`); +report.push(`2023-01-27T14:34:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: validation for old OIR is incorrect`); report.push(`14 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-27T14:54:08+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8608 fix: Cancel button grouping by condition`); +report.push(`2023-01-27T14:54:08+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8608 fix: Cancel button grouping by condition`); report.push(`4 4 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`3 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-01-27T15:43:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8466 fix: add remove OIR temaplte`); +report.push(`2023-01-27T15:43:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: add remove OIR temaplte`); 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(AIS): DiffTemplateTable - look for operand as value`); +report.push(`2023-01-27T15:48:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): change text in description`); +report.push(`2023-01-27T15:48:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change text in description`); +report.push(`2023-01-27T15:52:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): DiffTemplateTable - delete console.log`); +report.push(`2023-01-27T15:55:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(`2023-01-27T16:13:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change file limit for 478`); +report.push(`2023-01-27T16:18:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2205: JIRA-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(`2023-01-27T16:31:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8466 fix: remove console.log`); report.push(`0 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-01-27T16:35:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2164: SUBO-8466 fix: update remove OIR page`); +report.push(`2023-01-27T16:35:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2164: JIRA-8466 fix: update remove OIR page`); 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:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2163: JIRA-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(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-27T16:42:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 fix(OIR): merge with release`); +report.push(`2023-01-28T10:15:41+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2206: JIRA-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: JIRA-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(OIR): add restore for dynamic values`); +report.push(`2023-01-30T09:37:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): DiffTemplateTable - look for operand as value`); +report.push(`2023-01-30T10:08:18+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2204: JIRA-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(OIR): change load custom values`); +report.push(`2023-01-30T10:17:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-01-30T10:35:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8572 fix(OIR): merge with release`); +report.push(`2023-01-30T11:05:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove button in NORM`); +report.push(`2023-01-30T11:35:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-01-30T11:39:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2200: JIRA-8656 fix: Removed button to 'copy request' for fired employees of an external company`); report.push(`2023-01-30T11:39:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T11:40:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2125: SUBO-8445, SUBO-8260 fix: return code for 6751`); +report.push(`2023-01-30T11:40:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2125: JIRA-8445, JIRA-8260 fix: return code for 6751`); report.push(`2023-01-30T11:40:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T11:48:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge remote-tracking branch 'origin/release/release-2.30.0' into hotfix/SUBO-8308-add-TS-for-external-companies`); -report.push(`2023-01-30T11:49:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8308 fix: return setupProxy`); +report.push(`2023-01-30T11:48:39+03:00>Ivan Ivanov>ivanov@mail.com>Merge remote-tracking branch 'origin/release/release-2.30.0' into hotfix/JIRA-8308-add-TS-for-external-companies`); +report.push(`2023-01-30T11:49:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8308 fix: return setupProxy`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-01-30T11:52:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2184: SUBO-8628 fix: vendor page - prefill crossFlag field with the value`); +report.push(`2023-01-30T11:52:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2184: JIRA-8628 fix: vendor page - prefill crossFlag field with the value`); report.push(`2023-01-30T11:52:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T12:55:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8393 fix: add new status for road map`); +report.push(`2023-01-30T12:55:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8393 fix: add new status for road map`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/index.ts`); report.push(``); -report.push(`2023-01-30T13:42:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8746 fix: remove hack for vtb group`); +report.push(`2023-01-30T13:42:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8746 fix: remove hack for vtb group`); report.push(`1 1 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(`1 5 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2023-01-30T13:45:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2186: SUBO-8608 fix: remove grouping of buttons`); +report.push(`2023-01-30T13:45:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2186: JIRA-8608 fix: remove grouping of buttons`); report.push(`2023-01-30T13:45:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T13:46:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2207: SUBO-8393 fix: add new status for road map`); +report.push(`2023-01-30T13:46:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2207: JIRA-8393 fix: add new status for road map`); report.push(`2023-01-30T13:46:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T13:51:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8746 fix: remove hack for vtb group`); +report.push(`2023-01-30T13:51:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8746 fix: remove hack for vtb group`); report.push(`9 1 src/ts/api/user.ts`); 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(`2023-01-30T14:53:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change filter view for additional services`); +report.push(`2023-01-30T15:03:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`5 0 src/ts/snippets/FilterPanel/index.tsx`); report.push(``); -report.push(`2023-01-30T15:51:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8704 fix: template constructor agreement groups - prefill extra service owner`); +report.push(`2023-01-30T15:51:13+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8704 fix: template constructor agreement groups - prefill extra service owner`); report.push(`5 0 src/ts/api/constructor.ts`); report.push(`39 12 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`14 9 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-01-30T15:51:13+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8704 fix: template constructor agreement groups - prefill extra service owner`); +report.push(`2023-01-30T15:51:13+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8704 fix: template constructor agreement groups - prefill extra service owner`); report.push(`5 0 src/ts/api/constructor.ts`); report.push(`39 12 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`14 9 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-01-30T15:59:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6086 fix: approval of templates at Owner of IR`); -report.push(`2023-01-30T16:20:58+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6614 fix: change max-height Tree list`); +report.push(`2023-01-30T15:59:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6086 fix: approval of templates at Owner of IR`); +report.push(`2023-01-30T16:20:58+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): change load value for table in 1206`); +report.push(`2023-01-30T16:58:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-01-30T17:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2212: Bugfix/SUBO-8393 Add new status for RoadMap`); -report.push(`2023-01-30T17:46:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2208: SUBO-8746 Remove hack for vtb group`); +report.push(`2023-01-30T17:12:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2212: Bugfix/JIRA-8393 Add new status for RoadMap`); +report.push(`2023-01-30T17:46:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2208: JIRA-8746 Remove hack for vtb group`); report.push(`2023-01-30T17:46:54+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.30.0 -> master`); -report.push(`2023-01-30T19:17:40+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6614 fix: test`); +report.push(`2023-01-30T19:17:40+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6614 fix: test`); report.push(`36 2 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2023-01-30T20:06:48+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6614 fix: Not to load expertise for an additional service 'Firing an employee of an external company'`); +report.push(`2023-01-30T20:06:48+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6614 fix: Not to load expertise for an additional service 'Firing an employee of an external company'`); report.push(`14 7 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2023-01-30T20:18:11+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-6614 fix: fix`); +report.push(`2023-01-30T20:18:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-6614 fix: fix`); report.push(`0 2 src/ts/pages/Requests/components/item/index.tsx`); 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(`2023-01-30T20:24:05+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): change filter view for additional services (2)`); +report.push(`2023-01-31T11:17:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2214: JIRA-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(`2023-01-31T11:18:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8400 fix: double values in select OIR`); report.push(`11 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-01-31T11:44:24+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8704 fix: remove prefill for agreement groups`); +report.push(`2023-01-31T11:44:24+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8704 fix: remove prefill for agreement groups`); report.push(`0 5 src/ts/api/constructor.ts`); report.push(`16 43 src/ts/pages/Builder/components/agreement-rules/AgreementGroups.tsx`); report.push(`9 14 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-01-31T12:29:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8765 fix: add text area for test component`); +report.push(`2023-01-31T12:29:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8765 fix: add text area for test component`); 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(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-31T12:34:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2217: JIRA-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: JIRA-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: JIRA-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/JIRA-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`); -report.push(`2023-01-31T14:32:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8563 fix: change error view in 703`); +report.push(`2023-01-31T14:32:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8563 fix: change error view in 703`); report.push(`40 0 src/ts/components/Toast/ToastWrapper.tsx`); report.push(`8 0 src/ts/components/Toast/index.scss`); report.push(`5 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); @@ -31594,78 +31594,78 @@ 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(profile): new JSONSchema - add ClassNameContainer for widget`); +report.push(`2023-01-31T14:59:14+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): new JSONSchema - connect a store to test page`); +report.push(`2023-01-31T15:35:00+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-01-31T16:05:56+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8785 fix: ConfirmModal - add handling of 'approved' case`); +report.push(`2023-01-31T16:05:56+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8785 fix: ConfirmModal - add handling of 'approved' case`); report.push(`2 0 src/ts/snippets/RequestForm/components/ConfirmModal.tsx`); report.push(``); -report.push(`2023-01-31T16:13:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2219: SUBO-8785 fix: ConfirmModal - add handling of 'approved' case`); -report.push(`2023-01-31T16:13:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8746 fix: return isVtbGroup`); +report.push(`2023-01-31T16:13:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2219: JIRA-8785 fix: ConfirmModal - add handling of 'approved' case`); +report.push(`2023-01-31T16:13:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8746 fix: return isVtbGroup`); report.push(`1 7 src/ts/api/user.ts`); report.push(`1 1 src/ts/pages/Template/components/AccountSelect.tsx`); report.push(`1 0 src/ts/pages/Template/components/Form.tsx`); report.push(`1 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2023-01-31T16:22:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2220: SUBO-8746 fix: return isVtbGroup`); +report.push(`2023-01-31T16:22:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2220: JIRA-8746 fix: return isVtbGroup`); report.push(`2023-01-31T16:23:21+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.31.0 -> master`); -report.push(`2023-01-31T16:30:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8658 fix: merge with release`); -report.push(`2023-01-31T16:56:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8746 fix: remove isVtbGroup`); +report.push(`2023-01-31T16:30:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8658 fix: merge with release`); +report.push(`2023-01-31T16:56:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8746 fix: remove isVtbGroup`); report.push(`7 1 src/ts/api/user.ts`); 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(faq): rename button in Abac`); +report.push(`2023-01-31T17:05:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): rename button in Abac`); +report.push(`2023-01-31T17:16:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2224: JIRA-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(AIS): change load value for table in 1206`); +report.push(`2023-01-31T19:24:19+03:00>Oleg Losev>losev@net.it>Pull request #2225: JIRA-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(`2023-02-01T11:38:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8784 fix: change validation for NORM`); report.push(`4 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); 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(OIR): change approve logic`); +report.push(`2023-02-01T11:42:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2226: JIRA-8784 fix: change validation for NORM`); +report.push(`2023-02-01T12:01:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-01T12:09:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7949 fix: vendors company success - check for same location and reload page if necessary`); report.push(`11 2 src/ts/pages/Vendors/components/company/Success.tsx`); report.push(``); -report.push(`2023-02-01T12:18:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8774 fix: change filter in AIS`); +report.push(`2023-02-01T12:18:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8774 fix: change filter in AIS`); report.push(`7 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`3 1 src/ts/snippets/FilterPanel/index.tsx`); report.push(``); -report.push(`2023-02-01T12:27:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8774 fix: change filter in AIS`); +report.push(`2023-02-01T12:27:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8774 fix: change filter in AIS`); report.push(`0 10 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-02-01T12:54:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7948 fix: reconciliations aisOir - change field name for ARM`); +report.push(`2023-02-01T12:54:08+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7948 fix: reconciliations aisOir - change field name for ARM`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-02-01T13:01:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8724 fix: change view for roles in OIR`); +report.push(`2023-02-01T13:01:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8724 fix: change view for roles in OIR`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`6 3 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(``); -report.push(`2023-02-01T13:30:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2227: SUBO-8774 Change filter in AIS`); +report.push(`2023-02-01T13:30:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2227: JIRA-8774 Change filter in AIS`); report.push(`2023-02-01T13:30:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.32.0 -> master`); -report.push(`2023-02-01T13:32:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2215: SUBO-8400 fix: double values in select OIR`); +report.push(`2023-02-01T13:32:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2215: JIRA-8400 fix: double values in select OIR`); report.push(`2023-02-01T13:32:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.32.0 -> master`); -report.push(`2023-02-01T13:33:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2222: SUBO-8658 fix: Not to load expertise for an additional service 'Firing an employee of an external company'`); +report.push(`2023-02-01T13:33:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2222: JIRA-8658 fix: Not to load expertise for an additional service 'Firing an employee of an external company'`); report.push(`2023-02-01T13:33:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.32.0 -> master`); -report.push(`2023-02-01T13:33:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2229: SUBO-7948 fix: reconciliations aisOir - change field name for ARM`); +report.push(`2023-02-01T13:33:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2229: JIRA-7948 fix: reconciliations aisOir - change field name for ARM`); report.push(`2023-02-01T13:33:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.32.0 -> master`); -report.push(`2023-02-01T15:09:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 fix: add print button for 900`); +report.push(`2023-02-01T15:09:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 fix: add print button for 900`); report.push(`4 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`18 0 src/ts/pages/Print/components/900/Header.tsx`); report.push(`18 0 src/ts/pages/Print/components/900/Table.tsx`); @@ -31677,43 +31677,43 @@ report.push(`7 0 src/ts/pages/Print/styles/900.scss`); report.push(`2 0 src/ts/pages/Print/styles/index.scss`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-01T15:15:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8803 fix: all user can edit departaments`); +report.push(`2023-02-01T15:15:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8803 fix: all user can edit departaments`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-01T16:24:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 fix: add print page`); +report.push(`2023-02-01T16:24:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 fix: add print page`); report.push(`52 6 src/ts/pages/Print/components/900/index.tsx`); report.push(`42 20 src/ts/pages/Print/helpers/getDataFor900.ts`); report.push(`6 1 src/ts/pages/Print/helpers/index.ts`); report.push(`22 3 src/ts/pages/Print/styles/900.scss`); report.push(``); -report.push(`2023-02-01T16:37:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 fix: add print page`); +report.push(`2023-02-01T16:37:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 fix: add print page`); report.push(`31 22 src/ts/pages/Print/components/900/index.tsx`); report.push(`29 17 src/ts/pages/Print/styles/900.scss`); report.push(``); -report.push(`2023-02-01T16:39:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 fix: add print page`); +report.push(`2023-02-01T16:39:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 fix: add print page`); report.push(`7 1 src/ts/pages/Print/components/900/index.tsx`); report.push(``); -report.push(`2023-02-01T17:10:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2231: SUBO-8803 fix: all user can edit departaments`); +report.push(`2023-02-01T17:10:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2231: JIRA-8803 fix: all user can edit departaments`); report.push(`2023-02-01T17:11:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.32.0 -> master`); -report.push(`2023-02-01T17:22:44+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8799 feat: add APROVED_COMMENT button`); +report.push(`2023-02-01T17:22:44+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8799 feat: add APROVED_COMMENT button`); report.push(`3 1 src/ts/snippets/RequestForm/components/ConfirmModal.tsx`); report.push(`47 5 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`4 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-02-01T18:20:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-8790 fix: fix isClosed for oir access-request`); +report.push(`2023-02-01T18:20:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-8790 fix: fix isClosed for oir access-request`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/access-request/getDisableSubmit.ts`); report.push(``); -report.push(`2023-02-02T09:48:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7533 fix: change filters for 1206`); +report.push(`2023-02-02T09:48:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7533 fix: change filters for 1206`); report.push(`8 0 src/ts/api/request.ts`); report.push(`6 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-02-02T10:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T10:25:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`1 2 src/ts/pages/Draft/index.tsx`); report.push(`1 2 src/ts/pages/Request/index.tsx`); report.push(`24 9 src/ts/pages/Template/components/Header.tsx`); report.push(`1 1 src/ts/pages/Vendors/pages/Company.tsx`); report.push(``); -report.push(`2023-02-02T10:30:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T10:30:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`3 0 src/ts/api/personnel.ts`); report.push(`0 18 src/ts/pages/Print/components/900/Header.tsx`); report.push(`0 18 src/ts/pages/Print/components/900/Table.tsx`); @@ -31722,155 +31722,155 @@ report.push(`5 4 src/ts/pages/Print/helpers/index.ts`); report.push(`1 1 src/ts/pages/Print/index.tsx`); report.push(`1 1 src/ts/pages/Template/components/Header.tsx`); report.push(``); -report.push(`2023-02-02T10:53:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T10:53:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); 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(AIS): AccessDetails - return back the ris code field`); +report.push(`2023-02-02T10:56:57+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): AccessDetails - rename isExtraService field`); +report.push(`2023-02-02T11:02:42+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-02-02T11:08:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2023-02-02T11:17:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T11:17:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`2 3 src/ts/pages/Print/components/PrintPageFor900.tsx`); report.push(``); -report.push(`2023-02-02T11:22:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T11:22:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`0 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-02T12:05:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2234: SUBO-8763 Add print button for 900`); -report.push(`2023-02-02T12:27:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 feat: add print button for 900`); +report.push(`2023-02-02T12:05:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2234: JIRA-8763 Add print button for 900`); +report.push(`2023-02-02T12:27:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 feat: add print button for 900`); report.push(`3 2 src/ts/pages/Print/components/PrintPageFor900.tsx`); report.push(`6 1 src/ts/pages/Print/helpers/index.ts`); report.push(``); -report.push(`2023-02-02T12:46:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8658 fix: hide title on full card for request on remove employee`); +report.push(`2023-02-02T12:46:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8658 fix: hide title on full card for request on remove employee`); report.push(`2 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2023-02-02T12:54:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2235: SUBO-8658 fix: hide title on full card for request on remove employee`); +report.push(`2023-02-02T12:54:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2235: JIRA-8658 fix: hide title on full card for request on remove employee`); report.push(`2023-02-02T12:54:24+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T12:54:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2232: SUBO-8790 fix: fix isClosed for oir access-request`); +report.push(`2023-02-02T12:54:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2232: JIRA-8790 fix: fix isClosed for oir access-request`); report.push(`2023-02-02T12:54:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T12:55:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2223: SUBO-8746 fix: remove isVtbGroup`); +report.push(`2023-02-02T12:55:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2223: JIRA-8746 fix: remove isVtbGroup`); report.push(`2023-02-02T12:55:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T12:56:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2230: SUBO-8724 fix: change view for roles in OIR`); +report.push(`2023-02-02T12:56:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2230: JIRA-8724 fix: change view for roles in OIR`); report.push(`2023-02-02T12:56:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); report.push(`2023-02-02T12:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T12:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2228: SUBO-7949 fix: vendors company success - check for same location and reload page if necessary`); -report.push(`2023-02-02T13:18:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2236: SUBO-8763 feat: add print button for 900`); -report.push(`2023-02-02T13:46:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8789 feat: change style for backing of modal`); +report.push(`2023-02-02T12:57:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2228: JIRA-7949 fix: vendors company success - check for same location and reload page if necessary`); +report.push(`2023-02-02T13:18:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2236: JIRA-8763 feat: add print button for 900`); +report.push(`2023-02-02T13:46:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8789 feat: change style for backing of modal`); report.push(`5 0 src/styles/hack.scss`); report.push(``); report.push(`2023-02-02T14:06:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T14:06:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2237: SUBO-8789 feat: change style for backing of modal`); -report.push(`2023-02-02T15:22:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2218: SUBO-8563 fix: change error view in 703`); -report.push(`2023-02-02T16:09:42+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8799 feat: add iconts to request's buttons`); +report.push(`2023-02-02T14:06:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2237: JIRA-8789 feat: change style for backing of modal`); +report.push(`2023-02-02T15:22:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2218: JIRA-8563 fix: change error view in 703`); +report.push(`2023-02-02T16:09:42+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8799 feat: add iconts to request's buttons`); report.push(`19 0 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`4 0 src/ts/snippets/FullCard/images/StopOutline.svg`); report.push(`2 3 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-02-02T16:21:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8728 fix: add checking for copy 1205 and 1206`); +report.push(`2023-02-02T16:21:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8728 fix: add checking for copy 1205 and 1206`); 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(OIR): hide print feature`); +report.push(`2023-02-02T16:30:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-02T16:35:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2172: JIRA-8245, JIRA-8572 Common Additional service branch`); report.push(`2023-02-02T16:35:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.33.0 -> master`); -report.push(`2023-02-02T16:40:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8728 fix: merge with release`); -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:40:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8728 fix: merge with release`); +report.push(`2023-02-02T16:44:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2210: JIRA-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(faq): Added undefined check in OIR search`); +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/JIRA-8308-add-TS-for-external-companies`); +report.push(`2023-02-02T16:57:14+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(faq): add oir id for validation short name`); +report.push(`2023-02-03T09:13:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add oir for short name`); +report.push(`2023-02-03T09:31:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-02-03T10:48:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add oir id for validation short name`); +report.push(`2023-02-03T10:52:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2241: JIRA-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:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2242: JIRA-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`); -report.push(`2023-02-03T11:04:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8866 fix: return eployees list in Vendors`); +report.push(`2023-02-03T11:04:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8866 fix: return eployees list in Vendors`); 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(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:08:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2233: JIRA-7533 fix: change filters for 1206`); +report.push(`2023-02-03T11:08:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2239: JIRA-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: JIRA-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: JIRA-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`); +report.push(`2023-02-03T11:28:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6896 fix: visual improvements for oir requests`); report.push(`1 1 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); report.push(`6 3 src/ts/snippets/FullCard/components/Line.tsx`); report.push(``); -report.push(`2023-02-03T11:50:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix: merge with release`); -report.push(`2023-02-03T12:04:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8869 fix: change scroll handler for OIR`); +report.push(`2023-02-03T11:50:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8799 fix: merge with release`); +report.push(`2023-02-03T12:04:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8869 fix: change scroll handler for OIR`); report.push(`1 0 .eslintrc`); report.push(`2 36 src/ts/components/Select/index.tsx`); report.push(``); -report.push(`2023-02-03T12:07:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2246: SUBO-8869 fix: change scroll handler for OIR`); +report.push(`2023-02-03T12:07:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2246: JIRA-8869 fix: change scroll handler for OIR`); report.push(`2023-02-03T12:07:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.34.0 -> master`); -report.push(`2023-02-03T12:19:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-02-03T12:51:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-5776 fix: add text for icon of control panel`); +report.push(`2023-02-03T12:19:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-02-03T12:51:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-5776 fix: add text for icon of control panel`); report.push(`28 11 src/ts/snippets/ControlPanel/index.tsx`); report.push(`22 0 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(`9 3 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(``); -report.push(`2023-02-03T13:17:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8763 fix: show print button in 900`); +report.push(`2023-02-03T13:17:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8763 fix: show print button in 900`); report.push(`0 1 src/ts/pages/Template/components/Header.tsx`); 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(faq): add oir id for short name`); +report.push(`2023-02-03T13:24:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2248: JIRA-8763 Show print button in 900`); +report.push(`2023-02-03T13:56:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2247: JIRA-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: JIRA-8308 fix: add TS for Vendors`); +report.push(`2023-02-03T15:49:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add oir id for short name`); +report.push(`2023-02-03T15:53:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2250: JIRA-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:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2251: JIRA-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`); -report.push(`2023-02-05T17:56:50+03:00>Oleg Losev>losev@net.it>Pull request #2257: SUBO-8728 fix: add checking for copy 1205 and 1206`); +report.push(`2023-02-05T17:56:50+03:00>Oleg Losev>losev@net.it>Pull request #2257: JIRA-8728 fix: add checking for copy 1205 and 1206`); report.push(`2023-02-05T17:56:51+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.35.0 -> master`); -report.push(`2023-02-06T09:07:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8899 fix: remove filter for improved button`); +report.push(`2023-02-06T09:07:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8899 fix: remove filter for improved button`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); 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:17:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8799 fix: merge with release`); +report.push(`2023-02-06T09:56:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2258: JIRA-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(AIS): fix oir type for change request`); +report.push(`2023-02-06T10:08:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-02-06T10:21:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix: approve modal improvements`); +report.push(`2023-02-06T10:21:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8799 fix: approve modal improvements`); 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(AIS): fix oir type for change request`); +report.push(`2023-02-06T10:52:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2259: JIRA-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(AIS): change text fow madal`); +report.push(`2023-02-06T12:01:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change text fow madal`); +report.push(`2023-02-06T12:47:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2260: JIRA-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:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2245: JIRA-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`); -report.push(`2023-02-06T14:40:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8858 fix: refactoring load bug report`); +report.push(`2023-02-06T14:40:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8858 fix: refactoring load bug report`); report.push(`5 2 src/ts/helpers/http/cache.ts`); report.push(``); -report.push(`2023-02-06T15:10:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-6073 fix: fix-validate-template-empowerments-from`); +report.push(`2023-02-06T15:10:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-6073 fix: fix-validate-template-empowerments-from`); report.push(`3 0 src/ts/pages/Builder/components/role-group/AbacUserAttributeFrom.tsx`); report.push(`4 9 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(`4 7 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); @@ -31878,27 +31878,27 @@ report.push(`3 0 src/ts/pages/Builder/components/role-group/DictionaryForm.tsx`) report.push(`38 18 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`19 24 src/ts/pages/Builder/components/role-group/Header.tsx`); report.push(``); -report.push(`2023-02-06T15:29:15+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8908 fix: RequestForm snippet - show aknowledgement button names`); +report.push(`2023-02-06T15:29:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8908 fix: RequestForm snippet - show aknowledgement button names`); report.push(`3 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-02-06T16:57:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2262: SUBO-8908 fix: RequestForm snippet - show aknowledgement button names`); +report.push(`2023-02-06T16:57:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2262: JIRA-8908 fix: RequestForm snippet - show aknowledgement button names`); report.push(`2023-02-06T16:57:34+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.36.0 -> master`); -report.push(`2023-02-06T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-02-06T18:26:22+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: Small changes to the card design`); +report.push(`2023-02-06T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-02-06T18:26:22+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8311 feat: Small changes to the card design`); report.push(`1 1 src/setupProxy.js`); report.push(`2 0 src/ts/pages/Notifications/styles/item.scss`); 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-07T10:33:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8799 fix: copy wifi request selected 2 roles`); +report.push(`2023-02-07T10:33:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): return old URL address`); +report.push(`2023-02-07T11:35:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add converter for aditional service`); +report.push(`2023-02-07T11:43:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: merge with release`); +report.push(`2023-02-07T13:53:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add converter for aditional service`); +report.push(`2023-02-07T14:11:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add converter for aditional service`); +report.push(`2023-02-07T14:53:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add converter for aditional service`); +report.push(`2023-02-07T14:59:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add converter for aditional service`); +report.push(`2023-02-07T15:08:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): implement VisibleRules for NewJsonSchema`); +report.push(`2023-02-07T16:48:20+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -31928,23 +31928,23 @@ report.push(`0 3 src/ts/components/JsonSchemaForm/interfaces/DisableRule.ts`); report.push(`3 4 src/ts/components/JsonSchemaForm/interfaces/DynamicField.ts`); report.push(`15 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-02-07T16:52:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8916 fix: add edit orgUnit`); +report.push(`2023-02-07T16:52:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8916 fix: add edit orgUnit`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx`); report.push(``); -report.push(`2023-02-08T08:36:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2268: SUBO-8857 Add converter for additional service`); -report.push(`2023-02-08T10:09:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8909 fix: add file load for dependency in 1206`); +report.push(`2023-02-08T08:36:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2268: JIRA-8857 Add converter for additional service`); +report.push(`2023-02-08T10:09:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8909 fix: add file load for dependency in 1206`); report.push(`18 8 src/ts/pages/AdditionalServices/helpers/updateTargetFieldsValue.ts`); report.push(`1 1 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-02-08T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8950 fix: remove hack for employee in 557`); +report.push(`2023-02-08T10:30:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8950 fix: remove hack for employee in 557`); 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:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2272: JIRA-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(OIR): add custom for json schema form`); +report.push(`2023-02-08T12:43:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): NewJsonSchema - delete filled values once field is unmounted`); +report.push(`2023-02-08T12:52:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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,17 +31952,17 @@ 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(OIR): add custom for json schema form`); +report.push(`2023-02-08T13:01:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2270: JIRA-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(OIR): add custom for json schema form`); +report.push(`2023-02-08T15:48:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-08T16:02:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2238: Feature/JIRA-8799 approve modal improvements`); report.push(`2023-02-08T16:02:52+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.38.0 -> master`); -report.push(`2023-02-08T21:43:45+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: scrollable header in my requests`); +report.push(`2023-02-08T21:43:45+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8311 feat: scrollable header in my requests`); report.push(`30 24 src/ts/pages/Reconciliations/components/agreements/index.tsx`); report.push(`36 30 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`7 1 src/ts/pages/Reconciliations/components/employee/index.tsx`); @@ -31972,7 +31972,7 @@ report.push(`29 23 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`45 9 src/ts/pages/Reconciliations/index.tsx`); report.push(`33 2 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-02-08T21:46:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-8958 feat: disabled edit template sap`); +report.push(`2023-02-08T21:46:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-8958 feat: disabled edit template sap`); report.push(`31 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -31986,132 +31986,132 @@ report.push(`11 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`11 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`11 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-02-08T21:46:42+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: fix style`); +report.push(`2023-02-08T21:46:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8311 feat: fix style`); report.push(`3 3 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-02-09T09:32:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8985 fix: orgUnit value dont set in store`); +report.push(`2023-02-09T09:32:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8985 fix: orgUnit value dont set in store`); report.push(`3 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-02-09T09:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8985 fix: orgUnit value dont set in store`); +report.push(`2023-02-09T09:39:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8985 fix: orgUnit value dont set in store`); report.push(`2 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-02-09T09:47:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8985 fix: orgUnit value dont set in store`); +report.push(`2023-02-09T09:47:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8985 fix: orgUnit value dont set in store`); report.push(`2 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-02-09T09:50:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2269: SUBO-8916 fix: add edit orgUnit`); -report.push(`2023-02-09T09:51:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2274: SUBO-8985 fix: orgUnit value dont set in store`); -report.push(`2023-02-09T09:53:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2263: SUBO-8311 feat: Small changes to the card design`); -report.push(`2023-02-09T10:48:05+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8945 fix: widgets Table - correct row_number after copy`); +report.push(`2023-02-09T09:50:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2269: JIRA-8916 fix: add edit orgUnit`); +report.push(`2023-02-09T09:51:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2274: JIRA-8985 fix: orgUnit value dont set in store`); +report.push(`2023-02-09T09:53:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2263: JIRA-8311 feat: Small changes to the card design`); +report.push(`2023-02-09T10:48:05+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8945 fix: widgets Table - correct row_number after copy`); report.push(`5 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-02-09T11:02:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9008 fix: add link for external emploeeys`); +report.push(`2023-02-09T11:02:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9008 fix: add link for external emploeeys`); report.push(`19 10 src/ts/pages/Vendors/pages/EmployeesList.tsx`); 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(profile): new json schema - init visible dependency rules with formData also`); +report.push(`2023-02-09T11:04:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2276: JIRA-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: JIRA-9008 fix: add link for external emploeeys`); +report.push(`2023-02-09T14:16:35+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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:35:47+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8314 feat(profile): Merge branch 'feature/JIRA-8314-new-json-schema-add-visible-rules' into feature/JIRA-8313-JsonSchemaForm-builder`); +report.push(`2023-02-09T15:46:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2279: JIRA-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:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2280: JIRA-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(faq): Added undefined check in OIR search`); +report.push(`2023-02-09T16:25:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2281: JIRA-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:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2282: JIRA-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`); -report.push(`2023-02-09T16:33:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 feat: add custom for jsonSchema`); +report.push(`2023-02-09T16:33:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8962 feat: add custom for jsonSchema`); report.push(`26 18 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-09T16:36:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8962 feat: add custom for jsonSchema`); +report.push(`2023-02-09T16:36:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8962 feat: add custom for jsonSchema`); 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(profile): new json schema - init with default values`); +report.push(`2023-02-09T16:38:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2283: JIRA-8962 Add custom for jsonschemaform`); +report.push(`2023-02-09T14:39:20+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-02-09T16:55:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2284: JIRA-8315 feat(profile): new json schema - init with default values`); +report.push(`2023-02-09T16:57:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: rename property in rules`); report.push(`2 2 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-09T18:18:59+03:00>Evgeniy Evkurov>evkurov@mail.com>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-09T18:18:59+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8971 feat: Displaying 'not found' component in the template builder when there are no rules and no possibility to add them`); report.push(`6 0 src/ts/components/AccessControl/index.tsx`); report.push(`12 1 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`6 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2023-02-09T18:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2273: SUBO-8958 feat: disabled edit template sap`); +report.push(`2023-02-09T18:42:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2273: JIRA-8958 feat: disabled edit template sap`); 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:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2275: JIRA-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(faq): fix position button in vendors page`); +report.push(`2023-02-09T23:11:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-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:23+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2261: JIRA-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(faq): fix position button in vendors page`); +report.push(`2023-02-10T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2286: JIRA-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:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2285: JIRA-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`); -report.push(`2023-02-10T09:49:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9019 fix: orgUnit in OIR have bad validation`); +report.push(`2023-02-10T09:49:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9019 fix: orgUnit in OIR have bad validation`); report.push(`2 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2287: JIRA-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(AIS): show correct login in OIR`); +report.push(`2023-02-10T10:57:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): FieldDependencies - correct of rules handling`); +report.push(`2023-02-10T11:07:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): show correct login in OIR`); +report.push(`2023-02-10T11:33:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): NewJsonSchema - another way to handle default values`); +report.push(`2023-02-10T11:59:00+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-02-10T12:10:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8998 feat: add limits for text in vendors`); +report.push(`2023-02-10T12:10:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8998 feat: add limits for text in vendors`); report.push(`1 0 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`4 0 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 1 src/ts/pages/Vendors/store/CompanyStore.ts`); report.push(`4 4 src/ts/pages/Vendors/store/EmployeesStore.ts`); report.push(``); -report.push(`2023-02-10T12:14:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8998 feat: add limits for text in vendors`); +report.push(`2023-02-10T12:14:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8998 feat: add limits for text in vendors`); report.push(`9 2 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-02-10T12:56:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2289: SUBO-8998 Add limits for text in Vendors`); +report.push(`2023-02-10T12:56:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2289: JIRA-8998 Add limits for text in Vendors`); report.push(`2023-02-10T13:01:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.40.0 -> master`); -report.push(`2023-02-10T13:07:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9043 feat: change logic in converter`); +report.push(`2023-02-10T13:07:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9043 feat: change logic in converter`); report.push(`25 13 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-10T14:09:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9043 feat: change logic for converter`); +report.push(`2023-02-10T14:09:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9043 feat: change logic for converter`); report.push(`8 1 src/ts/pages/NewJsonSchema/helpers/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-10T14:11:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2290: SUBO-9043 Change logic in converter`); -report.push(`2023-02-10T14:20:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9043 feat: change logic for converter`); +report.push(`2023-02-10T14:11:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2290: JIRA-9043 Change logic in converter`); +report.push(`2023-02-10T14:20:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9043 feat: change logic for converter`); 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(profile): NewJsonChema builder - spread widgetParameters to widget`); +report.push(`2023-02-10T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2291: JIRA-9043 feat: change logic for converter`); +report.push(`2023-02-10T14:25:24+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): 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>JIRA-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`); +report.push(`2023-02-10T15:06:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8789 fix: remove black gap for roles`); 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:09:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2292: JIRA-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(AIS): show correct login in OIR`); +report.push(`2023-02-10T15:32:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2288: JIRA-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(faq): change style for buttons`); +report.push(`2023-02-10T17:02:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,35 +32119,35 @@ 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(faq): change style for buttons`); +report.push(`2023-02-10T17:06:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2293: JIRA-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(`2023-02-11T09:46:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for UZ property`); +report.push(`2023-02-11T10:42:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-02-11T11:09:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9049 fix: change request in vendors for find boss`); +report.push(`2023-02-11T11:09:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9049 fix: change request in vendors for find boss`); 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(AIS): return buttons for approve`); +report.push(`2023-02-11T12:00:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: Small changes to the card design`); +report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8311 feat: Small changes to the card design`); report.push(`1 1 src/setupProxy.js`); report.push(`2 0 src/ts/pages/Notifications/styles/item.scss`); 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(AIS): return old URL address`); +report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-8311 feat: scrollable header in my requests`); report.push(`30 24 src/ts/pages/Reconciliations/components/agreements/index.tsx`); report.push(`36 30 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`7 1 src/ts/pages/Reconciliations/components/employee/index.tsx`); @@ -32157,10 +32157,10 @@ report.push(`29 23 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`45 9 src/ts/pages/Reconciliations/index.tsx`); report.push(`33 2 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-8311 feat: fix style`); +report.push(`2023-02-11T19:02:31+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): add FilterChips snippet`); +report.push(`2023-02-11T19:02:32+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(traffic chart): 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>JIRA-5777 feat(traffic chart): Merge branch 'feature/JIRA-8311-Redesign-of-small-cards' into feature/JIRA-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(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(`2023-02-11T21:56:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2297: JIRA-9021 fix(AIS): return buttons for approve`); +report.push(`2023-02-11T22:00:02+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -32181,14 +32181,14 @@ report.push(``); report.push(`2023-02-12T10:23:46+03:00>Oleg Losev>losev@net.it>addService`); report.push(`7 0 nginx.default.conf`); report.push(``); -report.push(`2023-02-12T16:07:15+03:00>Oleg Losev>losev@net.it>Pull request #2294: SUBO-9050 feat: add OIR type for checking by name`); +report.push(`2023-02-12T16:07:15+03:00>Oleg Losev>losev@net.it>Pull request #2294: JIRA-9050 feat: add OIR type for checking by name`); report.push(`2023-02-12T16:07:16+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.42.0 -> master`); -report.push(`2023-02-12T21:47:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9050 fix: remove URL for check name`); +report.push(`2023-02-12T21:47:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9050 fix: remove URL for check name`); 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(profile): add new design employee vendors form`); +report.push(`2023-02-12T21:50:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2299: JIRA-9050 fix: remove URL for check name`); +report.push(`2023-02-12T23:09:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -32204,47 +32204,47 @@ report.push(`76 0 src/ts/pages/Vendors/style/template.module.scss`); report.push(`1 1 src/ts/pages/Vendors/style/treatments.module.scss`); report.push(`6 0 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(``); -report.push(`2023-02-13T07:55:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9049 fix: change request in vendors for find boss`); +report.push(`2023-02-13T07:55:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9049 fix: change request in vendors for find boss`); report.push(`2 2 src/ts/api/eei.ts`); 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(`2023-02-13T08:17:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): remove item position`); +report.push(`2023-02-13T09:55:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2023-02-13T10:01:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2301: JIRA-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: JIRA-9052 fix(OIR): add validation for UZ property`); +report.push(`2023-02-13T12:27:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): new json schema - add other widgets`); +report.push(`2023-02-13T12:27:22+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-02-13T15:32:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2296: SUBO-9049 fix: change request in vendors for find boss`); +report.push(`2023-02-13T15:32:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2296: JIRA-9049 fix: change request in vendors for find boss`); 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:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2304: JIRA-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(OIR): add validation for UZ property`); +report.push(`2023-02-13T15:36:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2303: JIRA-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:15:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2302: JIRA-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`); -report.push(`2023-02-13T16:30:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8789 fix: change style for windows`); +report.push(`2023-02-13T16:30:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8789 fix: change style for windows`); report.push(`4 0 src/styles/hack.scss`); 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(traffic chart): fix to back only icon and save prev url`); +report.push(`2023-02-13T16:33:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2305: JIRA-8789 fix: change style for windows`); +report.push(`2023-02-13T16:54:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`10 0 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(`8 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2023-02-13T19:09:15+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9063 feat: Added blue background color for the expanded template catalog`); +report.push(`2023-02-13T19:09:15+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9063 feat: Added blue background color for the expanded template catalog`); report.push(`1 1 src/setupProxy.js`); report.push(`5 0 src/ts/pages/Catalogue/styles/line.scss`); report.push(`5 4 src/ts/pages/DemoCatalogue/components/Categories.tsx`); @@ -32254,11 +32254,11 @@ report.push(`10 0 src/ts/pages/DemoCatalogue/styles/categories.scss`); report.push(`4 0 src/ts/pages/DemoCatalogue/styles/hacks.scss`); report.push(`1 1 src/ts/pages/DemoCatalogue/styles/line.scss`); report.push(``); -report.push(`2023-02-13T20:42:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9066 fix: change design for FAQ`); +report.push(`2023-02-13T20:42:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9066 fix: change design for FAQ`); report.push(`8 5 src/ts/pages/Help/index.tsx`); report.push(`13 9 src/ts/pages/Help/styles/index.scss`); report.push(``); -report.push(`2023-02-13T21:02:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9066 fix: change design for FAQ`); +report.push(`2023-02-13T21:02:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9066 fix: change design for FAQ`); report.push(`5 0 src/assets/custom-ui-kit/FaqSolid.svg`); report.push(`4 0 src/ts/pages/Help/components/FullSectionItem.tsx`); report.push(`4 0 src/ts/pages/Help/components/ShortSectionItem.tsx`); @@ -32268,19 +32268,19 @@ report.push(`9 9 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Vendors/style/treatments.module.scss`); report.push(`2 2 src/ts/snippets/HeaderLight/styles/index.module.scss`); report.push(``); -report.push(`2023-02-13T21:05:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9066 fix: change design for FAQ`); +report.push(`2023-02-13T21:05:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9066 fix: change design for FAQ`); report.push(`1 1 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2023-02-14T09:02:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9063 fix: return old url`); +report.push(`2023-02-14T09:02:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add validation for INN`); +report.push(`2023-02-14T09:32:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): fix style buttons`); +report.push(`2023-02-14T10:01:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-02-14T11:38:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-8976 fix: disabled button if state not the same initial state`); report.push(`9 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`27 18 src/ts/pages/Builder/pages/AgreementRules.tsx`); report.push(`28 19 src/ts/pages/Builder/pages/DependencyRules.tsx`); @@ -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(Excel): show additional info about fire employee`); +report.push(`2023-02-14T12:20:20+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -32298,99 +32298,99 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`12 0 src/ts/interfaces/VendorUserDetail.ts`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-02-14T12:35:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9066 fix: change design for FAQ`); +report.push(`2023-02-14T12:35:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9066 fix: change design for FAQ`); report.push(`4 4 src/ts/pages/Help/index.tsx`); report.push(``); -report.push(`2023-02-14T13:26:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2309: SUBO-9066 Change Design for FAQ`); +report.push(`2023-02-14T13:26:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2309: JIRA-9066 Change Design for FAQ`); report.push(`2023-02-14T13:26:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.44.0 -> master`); -report.push(`2023-02-14T14:08:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2310: SUBO-8976 fix: disabled button if state not the same initial state`); +report.push(`2023-02-14T14:08:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2310: JIRA-8976 fix: disabled button if state not the same initial state`); report.push(`2023-02-14T14:08:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.44.0 -> master`); -report.push(`2023-02-14T16:04:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8963 feat: add convert for save additional`); +report.push(`2023-02-14T16:04:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8963 feat: add convert for save additional`); report.push(`2 2 src/ts/pages/NewJsonSchema/components/TemplateSelect.tsx`); report.push(`0 0 src/ts/pages/NewJsonSchema/helpers/{convertToJsonSchema.ts => convertFromBackend.ts}`); 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(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(`2023-02-14T17:33:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2312: JIRA-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: JIRA-8963 feat: add convert for save additional`); +report.push(`2023-02-14T17:42:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2314: JIRA-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(AIS): remove requests for 557`); +report.push(`2023-02-15T10:33:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove requests for 557`); +report.push(`2023-02-15T10:36:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2315: JIRA-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(`2023-02-15T10:42:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): fix to back only icon and save prev url`); +report.push(`2023-02-15T10:55:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2316: JIRA-7329 fix: change color for primary buttons`); +report.push(`2023-02-15T10:56:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2307: JIRA-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(Excel): show additional info about fire employee`); +report.push(`2023-02-15T11:03:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2311: JIRA-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(`2023-02-15T11:18:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8450 fix: hide white screen in OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-15T11:51:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-9114 fix: add clear all errors validate`); +report.push(`2023-02-15T11:51:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-9114 fix: add clear all errors validate`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(``); -report.push(`2023-02-15T11:57:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2317: SUBO-9114 fix: add clear all errors validate`); +report.push(`2023-02-15T11:57:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2317: JIRA-9114 fix: add clear all errors validate`); report.push(`2023-02-15T12:01:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-15T12:20:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2318: SUBO-8450 fix: hide white screen in OIR`); +report.push(`2023-02-15T12:20:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2318: JIRA-8450 fix: hide white screen in OIR`); report.push(`2023-02-15T12:27:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-15T14:11:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9109 fix: add OIR name in table view`); +report.push(`2023-02-15T14:11:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9109 fix: add OIR name in table view`); report.push(`7 1 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2023-02-15T14:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2319: SUBO-9109 fix: add OIR name in table view`); +report.push(`2023-02-15T14:13:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2319: JIRA-9109 fix: add OIR name in table view`); report.push(`2023-02-15T14:13:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-15T14:23:18+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9120 feat: Added Help when creating a new OIR request`); +report.push(`2023-02-15T14:23:18+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9120 feat: Added Help when creating a new OIR request`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(`31 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/components/Template.tsx`); report.push(``); -report.push(`2023-02-15T14:32:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9120 fix: change style for code`); +report.push(`2023-02-15T14:32:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9120 fix: change style for code`); report.push(`1 1 src/setupProxy.js`); report.push(`25 25 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2023-02-15T14:34:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9120 fix: change style for code`); +report.push(`2023-02-15T14:34:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9120 fix: change style for code`); report.push(`1 1 src/ts/interfaces/Category.ts`); report.push(``); -report.push(`2023-02-15T14:37:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9120 fix: change style for code`); +report.push(`2023-02-15T14:37:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9120 fix: change style for code`); report.push(`3 2 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2023-02-15T14:41:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2320: SUBO-9120 feat: Added Help when creating a new OIR request`); +report.push(`2023-02-15T14:41:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2320: JIRA-9120 feat: Added Help when creating a new OIR request`); report.push(`2023-02-15T14:41:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-15T14:51:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9120 fix: change style for code`); +report.push(`2023-02-15T14:51:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9120 fix: change style for code`); report.push(`2 0 src/ts/pages/Template/components/Help.tsx`); report.push(``); -report.push(`2023-02-15T14:54:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2321: SUBO-9120 fix: change style for code`); +report.push(`2023-02-15T14:54:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2321: JIRA-9120 fix: change style for code`); report.push(`2023-02-15T14:54:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-16T10:13:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8950 fix: megre with release`); -report.push(`2023-02-16T10:58:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9154 fix: add validation for date`); +report.push(`2023-02-16T10:13:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8950 fix: megre with release`); +report.push(`2023-02-16T10:58:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9154 fix: add validation for date`); 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(Excel): new cell for table request`); +report.push(`2023-02-16T11:29:04+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2023-02-16T11:56:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9160 fix: show double fields on card`); +report.push(`2023-02-16T11:56:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9160 fix: show double fields on card`); report.push(`4 1 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); report.push(``); -report.push(`2023-02-16T12:07:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8766 fix: add backURL in link, change color by design`); +report.push(`2023-02-16T12:07:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8766 fix: add backURL in link, change color by design`); 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(Excel): new cell for table request`); +report.push(`2023-02-16T12:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2323: JIRA-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(profile): new json schema - add table`); +report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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,48 +32403,48 @@ 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(faq): return Tree view in OIR`); +report.push(`2023-02-16T13:16:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-16T14:07:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8923 fix: add new data type for validation`); report.push(`2 0 src/ts/helpers/validation/index.ts`); report.push(``); -report.push(`2023-02-16T14:29:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8923 fix: add new data type for validation`); +report.push(`2023-02-16T14:29:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8923 fix: add new data type for validation`); report.push(`14 5 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); 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(`2023-02-16T14:31:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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`); +report.push(`2023-02-16T14:36:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2326: JIRA-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: JIRA-9160 fix: show double fields on card`); +report.push(`2023-02-16T15:26:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2322: JIRA-8923, JIRA-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: JIRA-8923, JIRA-9154 Add validation for Date`); report.push(`2023-02-16T16:17:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-16T16:18:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2327: SUBO-9117, SUBO-9160 - Dev stand 6`); +report.push(`2023-02-16T16:18:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2327: JIRA-9117, JIRA-9160 - Dev stand 6`); report.push(`2023-02-16T16:18:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-16T17:11:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9183 fix: hide notification`); +report.push(`2023-02-16T17:11:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9183 fix: hide notification`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(``); -report.push(`2023-02-16T17:16:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2331: SUBO-9183 fix: hide notification`); +report.push(`2023-02-16T17:16:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2331: JIRA-9183 fix: hide notification`); report.push(`2023-02-16T17:16:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.45.0 -> master`); -report.push(`2023-02-16T19:58:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-9183 fix: add dependence for useEffect empowermentsStore`); +report.push(`2023-02-16T19:58:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-9183 fix: add dependence for useEffect empowermentsStore`); report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-02-17T09:09:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9183 fix: return show prevent modal`); +report.push(`2023-02-17T09:09:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9183 fix: return show prevent modal`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(``); -report.push(`2023-02-17T09:28:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2332: SUBO-9183 fix: add dependence for useEffect empowermentsStore`); +report.push(`2023-02-17T09:28:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2332: JIRA-9183 fix: add dependence for useEffect empowermentsStore`); report.push(`2023-02-17T09:28:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.46.0 -> master`); -report.push(`2023-02-17T09:31:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2244: SUBO-7533, 8397, 8728, 8763 - Dev stand number 7`); +report.push(`2023-02-17T09:31:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2244: JIRA-7533, 8397, 8728, 8763 - Dev stand number 7`); report.push(`2023-02-17T09:32:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.46.0 -> master`); -report.push(`2023-02-17T10:29:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 fix: add validation for INN`); +report.push(`2023-02-17T10:29:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9104 fix: add validation for INN`); report.push(`5 0 src/ts/api/eei.ts`); report.push(`12 8 src/ts/pages/Vendors/helpers/validationRules.ts`); 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(`2023-02-17T10:41:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): new json schema - add table`); +report.push(`2023-02-16T12:42:47+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): add information about org unit`); +report.push(`2023-02-17T11:10:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add information about org unit`); +report.push(`2023-02-17T11:13:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2333: JIRA-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(traffic chart): add style for Table component`); +report.push(`2023-02-17T12:46:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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,50 +32471,50 @@ 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(traffic chart): fix style`); +report.push(`2023-02-17T12:49:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(``); -report.push(`2023-02-17T13:07:41+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2334: Feature/SUBO-5297 Add styles for table view`); -report.push(`2023-02-17T16:20:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9104 fix: add validation for INN`); +report.push(`2023-02-17T13:07:41+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2334: Feature/JIRA-5297 Add styles for table view`); +report.push(`2023-02-17T16:20:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add validation for INN`); +report.push(`2023-02-17T16:48:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2328: JIRA-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(`2023-02-19T19:01:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-9078 fix: fix master checkbox`); report.push(`8 0 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(``); -report.push(`2023-02-20T09:45:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2335: SUBO-9078 fix: fix master checkbox`); +report.push(`2023-02-20T09:45:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2335: JIRA-9078 fix: fix master checkbox`); report.push(`2023-02-20T09:45:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T09:48:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2308: SUBO-9063 feat: Added blue background color for the expanded template catalog`); +report.push(`2023-02-20T09:48:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2308: JIRA-9063 feat: Added blue background color for the expanded template catalog`); report.push(`2023-02-20T09:48:14+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T09:49:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2271: SUBO-8950 fix: remove hack for employee in 557`); +report.push(`2023-02-20T09:49:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2271: JIRA-8950 fix: remove hack for employee in 557`); report.push(`2023-02-20T09:49:22+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T11:07:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9169 fix: incorrect validation in ORM`); +report.push(`2023-02-20T11:07:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9169 fix: incorrect validation in ORM`); report.push(`26 10 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); 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(`2023-02-20T11:24:33+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): white creen in OIR`); +report.push(`2023-02-20T11:44:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): white creen in OIR`); +report.push(`2023-02-20T11:49:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2338: JIRA-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(`2023-02-20T12:00:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-9216 fix: fix checkbox teble add useCallback for rows`); report.push(`12 9 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2023-02-20T12:11:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2339: SUBO-9216 fix: fix checkbox teble add useCallback for rows`); +report.push(`2023-02-20T12:11:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2339: JIRA-9216 fix: fix checkbox teble add useCallback for rows`); 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:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2337: JIRA-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(AIS): change style fo many icons in sidebar`); +report.push(`2023-02-20T14:54:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-20T15:49:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-9139 feat: save prev pagination for request page`); report.push(`8 1 src/ts/pages/Reconciliations/index.tsx`); report.push(`10 0 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(`1 1 src/ts/pages/Request/helpers/prevPage.ts`); @@ -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(AIS): change style fo many icons in sidebar`); +report.push(`2023-02-20T16:00:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2340: JIRA-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(traffic chart): add styles for pagination and control panel`); +report.push(`2023-02-20T16:03:02+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(Excel): new JsonSchema - add the additonal request 2 page`); +report.push(`2023-02-20T16:21:11+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -32587,73 +32587,73 @@ report.push(`6 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`16 10 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(`2 1 src/ts/pages/Template/components/SideBar.tsx`); report.push(``); -report.push(`2023-02-20T16:28:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2336: SUBO-9169 fix: incorrect validation in ORM`); +report.push(`2023-02-20T16:28:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2336: JIRA-9169 fix: incorrect validation in ORM`); report.push(`2023-02-20T16:28:16+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.47.0 -> master`); -report.push(`2023-02-20T16:36:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: call action not work`); +report.push(`2023-02-20T16:36:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: call action not work`); report.push(`0 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-02-20T17:14:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6840 feat: add vendor card in notification`); +report.push(`2023-02-20T17:14:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6840 feat: add vendor card in notification`); report.push(`11 1 src/ts/interfaces/Notification.ts`); report.push(`21 5 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); report.push(`99 0 src/ts/pages/Notifications/components/item/Vendor.tsx`); report.push(``); -report.push(`2023-02-20T17:23:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6840 feat: add vendor card in notification`); +report.push(`2023-02-20T17:23:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6840 feat: add vendor card in notification`); report.push(`1 0 src/ts/interfaces/Notification.ts`); report.push(`2 1 src/ts/pages/Notifications/components/NotificationsListItem.tsx`); 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:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2342: JIRA-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(OIR): add params for abac`); +report.push(`2023-02-20T18:34:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): turn off validation for 532`); +report.push(`2023-02-21T10:27:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): turn off validation for 532`); +report.push(`2023-02-21T10:31:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2346: JIRA-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(faq): add snippet filter chips`); +report.push(`2023-02-21T10:48:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add snippet filter chips`); +report.push(`2023-02-21T10:53:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-21T10:56:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2298: Feature/JIRA-5777 add snippet filter chips`); report.push(`2023-02-21T10:56:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); -report.push(`2023-02-21T10:56:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2344: SUBO-6840, SUBO-6836 - Add vendor card in notifications`); +report.push(`2023-02-21T10:56:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2344: JIRA-6840, JIRA-6836 - Add vendor card in notifications`); report.push(`2023-02-21T10:56:37+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); -report.push(`2023-02-21T10:57:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2306: SUBO-5776 fix: add text for icon of control panel`); +report.push(`2023-02-21T10:57:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2306: JIRA-5776 fix: add text for icon of control panel`); report.push(`2023-02-21T10:57:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.0 -> master`); -report.push(`2023-02-21T11:05:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change design`); -report.push(`2023-02-21T11:08:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change design`); +report.push(`2023-02-21T11:05:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change design`); +report.push(`2023-02-21T11:08:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change design`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); report.push(`14 14 src/ts/pages/PageWrapper/styles/sidebar.scss`); report.push(`1 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`5 5 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`2 2 src/ts/snippets/FilterChips/style/index.scss`); report.push(``); -report.push(`2023-02-21T11:11:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change design`); +report.push(`2023-02-21T11:11:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change design`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Date.tsx`); report.push(`0 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); 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:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2249: JIRA-5776, JIRA-8308, JIRA-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(Excel): new JsonSchema - convertFromBackend improvements`); +report.push(`2023-02-21T11:26:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8864 fix: merge with release`); +report.push(`2023-02-21T11:45:03+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): add validation for phone`); +report.push(`2023-02-21T12:25:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for phone`); +report.push(`2023-02-21T12:48:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for user name and company`); +report.push(`2023-02-21T14:28:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): CSS modules have been added to the TPN`); +report.push(`2023-02-21T14:40:42+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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,35 +32716,35 @@ 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(OIR): add validation for name and phone`); +report.push(`2023-02-21T14:54:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): new JsonSchema - handle disable field dependencies, 478 hacks`); +report.push(`2023-02-21T16:18:56+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`44 41 src/ts/pages/AdditionalServices2/helpers/hacksFor478.ts`); 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:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2347: JIRA-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(OIR): cant save edit abac attribute`); +report.push(`2023-02-21T16:33:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-22T10:03:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-9280 fix: add position button panel`); report.push(`3 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-02-22T10:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2349: SUBO-9280 fix: add position button panel`); +report.push(`2023-02-22T10:06:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2349: JIRA-9280 fix: add position button panel`); report.push(`2023-02-22T10:06:38+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.48.1 -> master`); -report.push(`2023-02-22T10:55:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T10:55:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`33 65 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(`101 0 src/ts/pages/Tnp/components/Profile/AccessRights/FormAis.tsx`); report.push(`101 0 src/ts/pages/Tnp/components/Profile/AccessRights/FormOir.tsx`); report.push(``); -report.push(`2023-02-22T12:18:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T12:18:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`10 1 src/ts/api/request.ts`); report.push(`35 20 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(`3 2 src/ts/pages/Tnp/components/Profile/AccessRights/FormAis.tsx`); @@ -32753,7 +32753,7 @@ report.push(`1 0 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`3 0 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(`0 1 src/ts/pages/Tnp/interfaces/IProfile.ts`); report.push(``); -report.push(`2023-02-22T14:12:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T14:12:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`1 1 src/setupProxy.js`); report.push(`8 9 src/ts/api/request.ts`); report.push(`13 6 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); @@ -32762,43 +32762,43 @@ report.push(`15 10 src/ts/pages/Tnp/components/Profile/AccessRights/FormOir.tsx` report.push(`19 10 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`2 2 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2023-02-22T14:16:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T14:16:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarAccordion.tsx`); report.push(``); -report.push(`2023-02-22T14:20:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T14:20:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); report.push(``); -report.push(`2023-02-22T14:37:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-02-22T14:37:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`22 9 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2023-02-22T17:09:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: remove auto check for roles`); +report.push(`2023-02-22T17:09:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: remove auto check for roles`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-02-27T10:09:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: Role must be not checked for change OIR`); +report.push(`2023-02-27T10:09:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: Role must be not checked for change OIR`); report.push(`1 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-02-27T10:59:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: Role must be not checked for change OIR`); +report.push(`2023-02-27T10:59:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: Role must be not checked for change OIR`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`4 3 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-27T11:10:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: Role must be not checked for change OIR`); +report.push(`2023-02-27T11:10:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: Role must be not checked for change OIR`); report.push(`40 38 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-02-27T12:31:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 feat: add TREE for Abac`); +report.push(`2023-02-27T12:31:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9161 feat: add TREE for Abac`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`10 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2023-02-27T12:44:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: remove auto check for roles`); +report.push(`2023-02-27T12:44:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: remove auto check for roles`); report.push(`5 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`1 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-02-27T12:51:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8918 fix: remove auto check for roles`); +report.push(`2023-02-27T12:51:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8918 fix: remove auto check for roles`); 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(profile): show additional info about assignee user within RequestStatus`); +report.push(`2023-02-27T12:57:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2351: JIRA-8918 fix: remove auto check for roles`); +report.push(`2023-02-27T13:55:53+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -32806,19 +32806,19 @@ report.push(`42 0 src/ts/snippets/RequestStatus/components/cards/UserHint.tsx`); report.push(`3 0 src/ts/snippets/RequestStatus/components/cards/UserList.tsx`); report.push(`11 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-02-27T16:05:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2355: SUBO-8918 Remove auto check for roles`); +report.push(`2023-02-27T16:05:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2355: JIRA-8918 Remove auto check for roles`); report.push(`2023-02-27T16:05:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.50.0 -> master`); -report.push(`2023-02-27T16:17:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-8669 feat: add new field for access oir`); +report.push(`2023-02-27T16:17:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-8669 feat: add new field for access oir`); report.push(`44 29 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`3 3 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(`6 4 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`17 4 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(``); -report.push(`2023-02-27T16:32:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-8669 feat: add interface`); +report.push(`2023-02-27T16:32:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-8669 feat: add interface`); report.push(`3 3 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`6 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2023-02-27T17:01:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 feat: add tree for Abac`); +report.push(`2023-02-27T17:01:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9161 feat: add tree for Abac`); report.push(`4 1 src/ts/components/JsonSchema/helpers/getUiSettings.ts`); report.push(`4 0 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`46 0 src/ts/pages/Request/helpers/loadAbacTreeFullValue.ts`); @@ -32827,11 +32827,11 @@ report.push(`2 7 src/ts/pages/Template/helpers/converter.ts`); report.push(`3 0 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(`1 1 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2023-02-27T17:37:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 feat: add Tree for Abac`); +report.push(`2023-02-27T17:37:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9161 feat: add Tree for Abac`); 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(Excel): all button and menu-buttons now is size 's'`); +report.push(`2023-02-27T17:52:11+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -32903,86 +32903,86 @@ report.push(`1 1 src/ts/snippets/RequestForm/components/ChatWithExpert.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/components/AdaptiveSimpleStatus.tsx`); report.push(``); -report.push(`2023-02-28T09:10:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9161 feat: add Tree for abac`); +report.push(`2023-02-28T09:10:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9161 feat: add Tree for abac`); report.push(`1 1 src/ts/interfaces/request/Role.ts`); report.push(`1 1 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Request/helpers/loadAbacTreeFullValue.ts`); report.push(`3 2 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2023-02-28T10:17:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9096 fix: hide button for 478`); +report.push(`2023-02-28T10:17:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9096 fix: hide button for 478`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-02-28T10:19:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9096 fix: hide button for 478`); +report.push(`2023-02-28T10:19:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9096 fix: hide button for 478`); 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:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2358: JIRA-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(traffic chart): change format for abac`); +report.push(`2023-02-28T10:39:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-28T10:51:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7729 fix: add fake loader for search OIR`); report.push(`4 4 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`8 5 src/ts/pages/TemplateOir/components/create-request/StaticFields.tsx`); report.push(`5 4 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2023-02-28T10:55:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2360: SUBO-7729 fix: add fake loader for search OIR`); +report.push(`2023-02-28T10:55:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2360: JIRA-7729 fix: add fake loader for search OIR`); report.push(`2023-02-28T10:55:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T10:56:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8669 fix: merge with release`); -report.push(`2023-02-28T11:08:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-8904 fix: disabled button update template and add title for it`); +report.push(`2023-02-28T10:56:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8669 fix: merge with release`); +report.push(`2023-02-28T11:08:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-8904 fix: disabled button update template and add title for it`); 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(OIR): block approve button in 900`); +report.push(`2023-02-28T11:13:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2361: JIRA-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(OIR): block approve button in 900`); +report.push(`2023-02-28T11:17:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2362: JIRA-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(`2023-02-28T11:22:33+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9309 fix: Template/helpers/disableSubmitReason - check for store.isClosed`); report.push(`3 1 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(``); -report.push(`2023-02-28T11:50:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9274 fix: change role blocking for group`); +report.push(`2023-02-28T11:50:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9274 fix: change role blocking for group`); report.push(`8 2 src/ts/snippets/AccessGroups/helpers/index.ts`); report.push(``); -report.push(`2023-02-28T11:54:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2363: SUBO-9309 fix: Template/helpers/disableSubmitReason - check for store.isClosed`); +report.push(`2023-02-28T11:54:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2363: JIRA-9309 fix: Template/helpers/disableSubmitReason - check for store.isClosed`); report.push(`2023-02-28T11:54:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T11:59:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2364: SUBO-9274 fix: change role blocking for group`); +report.push(`2023-02-28T11:59:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2364: JIRA-9274 fix: change role blocking for group`); report.push(`2023-02-28T11:59:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.51.0 -> master`); -report.push(`2023-02-28T12:06:36+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9328 fix: employee success - check for same location and reload page if necessary`); +report.push(`2023-02-28T12:06:36+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9328 fix: employee success - check for same location and reload page if necessary`); 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:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2365: JIRA-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(OIR): not selected items in OIR DevSecOps`); +report.push(`2023-02-28T12:13:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-02-28T13:07:00+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9299 feat: Fixed an error that cleared the required filter fields in the AIS search`); report.push(`11 16 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2023-02-28T13:18:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9264 fix: change filter rules for report 478`); +report.push(`2023-02-28T13:18:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9264 fix: change filter rules for report 478`); report.push(`2 2 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2023-02-28T13:57:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9299 fix: merge with release`); -report.push(`2023-02-28T14:43:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9295 fix: cant copy request for 1208`); +report.push(`2023-02-28T13:57:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9299 fix: merge with release`); +report.push(`2023-02-28T14:43:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9295 fix: cant copy request for 1208`); 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:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2369: JIRA-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(AIS): show companyName within OrgStructiresFilter`); +report.push(`2023-02-28T15:25:09+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(``); -report.push(`2023-02-28T15:27:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9074 fix: roadmap assignee additional info`); +report.push(`2023-02-28T15:27:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9074 fix: roadmap assignee additional info`); 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>Pull request #2353: JIRA-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(OIR): not selected items in OIR DevSecOps`); +report.push(`2023-02-28T15:49:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2366: JIRA-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`); +report.push(`2023-02-28T15:50:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2367: JIRA-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>JIRA-8864 fix: fix header employees`); report.push(`1 1 src/ts/pages/Template/components/Header.tsx`); report.push(`5 1 src/ts/pages/Template/styles/header.scss`); report.push(`9 1 src/ts/pages/Vendors/components/employees-blocking/Form.tsx`); @@ -32991,23 +32991,23 @@ 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(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(`2023-02-28T16:50:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2359: JIRA-9357 feat(traffic chart): change format for abac (Харинцев)`); +report.push(`2023-02-28T16:51:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6632 fix(OIR): merge with release`); +report.push(`2023-02-28T16:52:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): UserHint - show login`); +report.push(`2023-02-28T16:55:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2345: JIRA-6632, JIRA-9248 fix: add params for abac (Харинцев, висит давно)`); +report.push(`2023-02-28T18:50:29+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); -report.push(`2023-03-01T09:04:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-01T08:49:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: merge with release`); +report.push(`2023-03-01T09:04:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(``); -report.push(`2023-03-01T10:30:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-01T10:30:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`1 2 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(`15 12 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`5 5 src/ts/pages/Tnp/components/Profile/AccessRights/Form.tsx`); @@ -33015,21 +33015,21 @@ report.push(`7 4 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`28 25 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(`9 2 src/ts/pages/Tnp/interfaces/IAccessRight.ts`); report.push(``); -report.push(`2023-03-01T11:09:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-01T11:09:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`0 1 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`44 20 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); report.push(``); -report.push(`2023-03-01T11:35:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-01T11:35:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`3 1 src/ts/pages/Tnp/components/Profile/AccessRights/Attributes.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/FormAis.tsx`); report.push(`9 8 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem.tsx`); report.push(`8 2 src/ts/pages/Tnp/helpers/Profile/accessRights.ts`); 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(`2023-03-01T11:52:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): fix text role fix simple status for employees`); +report.push(`2023-03-01T12:24:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -33040,18 +33040,18 @@ report.push(`4 1 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`2 0 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`23 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-03-01T12:26:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: add OIR in TNP`); +report.push(`2023-03-01T12:26:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: add OIR in TNP`); 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(profile): 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: JIRA-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(`2023-03-01T13:25:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): new JsonSchema - 900 hacks`); +report.push(`2023-03-01T14:31:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9139 fix: merhe with release`); +report.push(`2023-03-01T14:39:19+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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,72 +33065,72 @@ 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(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(`2023-03-01T15:04:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-8864 feat(profile): merge with release 2.51.0`); +report.push(`2023-03-01T17:30:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-9338 fix: add rules validate for create employees`); report.push(`3 1 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-03-01T17:45:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-01T17:45:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`1 1 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-03-02T09:07:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9264 fix: change filter rules 478`); +report.push(`2023-03-02T09:07:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9264 fix: change filter rules 478`); report.push(`25 0 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2023-03-02T09:15:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9378 fix: remove buttons for OIR`); +report.push(`2023-03-02T09:15:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9378 fix: remove buttons for OIR`); report.push(`4 0 src/ts/api/request.ts`); report.push(``); report.push(`2023-03-02T09:24:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.53.0 -> master`); -report.push(`2023-03-02T09:24:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2373: SUBO-9378 fix: remove buttons for OIR`); -report.push(`2023-03-02T09:30:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9248 fix: merge with release`); -report.push(`2023-03-02T10:10:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-9338 fix: remove max length`); +report.push(`2023-03-02T09:24:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2373: JIRA-9378 fix: remove buttons for OIR`); +report.push(`2023-03-02T09:30:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9248 fix: merge with release`); +report.push(`2023-03-02T10:10:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): add uuid for roles`); +report.push(`2023-03-02T10:14:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add uuid for abac`); +report.push(`2023-03-02T11:07:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-03-02T11:10:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2374: JIRA-9392 fix(OIR): add uuid for abac`); +report.push(`2023-03-02T12:15:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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:37:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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: JIRA-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(Excel): add confirm for create Version`); +report.push(`2023-03-02T13:05:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add companyName in orgUnit`); +report.push(`2023-03-02T13:50:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-02T15:24:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 feat: change buttons in Header`); report.push(`9 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`1 1 src/ts/pages/Request/styles/hacks.scss`); report.push(`6 3 src/ts/pages/Requests/styles/index.scss`); report.push(`6 4 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(``); -report.push(`2023-03-02T15:31:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 feat: change buttons in Header`); +report.push(`2023-03-02T15:31:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 feat: change buttons in Header`); report.push(`7 3 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2023-03-02T15:55:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 feat: change buttons in Header`); +report.push(`2023-03-02T15:55:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 feat: change buttons in Header`); report.push(`3 0 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); 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(AIS): show companyName within OrgStructiresFilter (Ожидаем Томащука)`); +report.push(`2023-03-02T16:05:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2370: JIRA-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(`2023-03-02T16:21:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-9413 feat: add user edit template sap`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/ButtonsGroup.tsx`); @@ -33139,7 +33139,7 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-02T16:32:07+03:00>Sergio Antonov>antonov@mail.jp>SUBO-8416 fix: show oirPath within OIR change request`); +report.push(`2023-03-02T16:32:07+03:00>Sergio Antonov>antonov@mail.jp>JIRA-8416 fix: show oirPath within OIR change request`); report.push(`4 0 src/ts/api/request.ts`); report.push(`3 0 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(`2 0 src/ts/pages/Request/components/CreateRequest.tsx`); @@ -33148,7 +33148,7 @@ report.push(`67 62 src/ts/pages/TemplateOir/components/create-request/DynamicFie report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`5 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-03-02T16:35:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 fix: change buttons in Header`); +report.push(`2023-03-02T16:35:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 fix: change buttons in Header`); report.push(`1 1 src/ts/pages/Builder/styles/card.scss`); report.push(`1 2 src/ts/pages/Requests/styles/index.scss`); report.push(`36 25 src/ts/snippets/FullCard/components/Buttons.tsx`); @@ -33156,63 +33156,63 @@ report.push(`0 3 src/ts/snippets/FullCard/styles/hacks.scss`); report.push(`2 1 src/ts/snippets/FullCard/styles/index.scss`); report.push(`1 0 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-03-02T16:41:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 fix: change buttons in Header`); +report.push(`2023-03-02T16:41:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 fix: change buttons in Header`); report.push(`3 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-03-02T16:42:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2376: SUBO-9413 feat: add user edit template sap`); +report.push(`2023-03-02T16:42:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2376: JIRA-9413 feat: add user edit template sap`); report.push(`2023-03-02T16:58:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.53.0 -> master`); -report.push(`2023-03-02T17:23:26+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9395 fix: Template - show another modal message when change role`); +report.push(`2023-03-02T17:23:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9395 fix: Template - show another modal message when change role`); report.push(`4 3 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2023-03-02T17:38:53+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2379: Feature/SUBO-5297 add style for table`); -report.push(`2023-03-03T09:45:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9408 fix: change buttons in Header`); +report.push(`2023-03-02T17:38:53+03:00>Evgeniy Evkurov>evkurov@mail.com>Pull request #2379: Feature/JIRA-5297 add style for table`); +report.push(`2023-03-03T09:45:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9408 fix: change buttons in Header`); report.push(`3 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`4 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-03-03T10:35:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9390 fix: not showed abac`); +report.push(`2023-03-03T10:35:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9390 fix: not showed abac`); report.push(`6 3 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-03-03T12:09:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9429 fix: change link on road map for error`); +report.push(`2023-03-03T12:09:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9429 fix: change link on road map for error`); report.push(`0 3 src/ts/snippets/RequestStatus/components/Item.tsx`); report.push(`1 19 src/ts/snippets/RequestStatus/components/cards/LinkOnSupport.tsx`); report.push(``); -report.push(`2023-03-03T12:15:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2381: SUBO-9429 fix: change link on road map for error`); +report.push(`2023-03-03T12:15:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2381: JIRA-9429 fix: change link on road map for error`); report.push(`2023-03-03T12:15:33+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T12:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2378: SUBO-9395 fix: Template - show another modal message when change role`); +report.push(`2023-03-03T12:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2378: JIRA-9395 fix: Template - show another modal message when change role`); report.push(`2023-03-03T12:16:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T13:37:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9428 fix: add select for default roles`); +report.push(`2023-03-03T13:37:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9428 fix: add select for default roles`); report.push(`9 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`38 40 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-03T13:44:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9428 fix: add select for default roles`); +report.push(`2023-03-03T13:44:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9428 fix: add select for default roles`); report.push(`2 2 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); 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(`2023-03-03T13:51:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): dont work Remove button`); +report.push(`2023-03-03T14:10:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): Select 1 role to change 2 role`); +report.push(`2023-03-03T14:24:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-03T14:48:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9430 fix: remove validation for Reject`); +report.push(`2023-03-03T14:48:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9430 fix: remove validation for Reject`); report.push(`13 13 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-03-03T14:54:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9430 fix: remove validation for Reject`); +report.push(`2023-03-03T14:54:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9430 fix: remove validation for Reject`); report.push(`12 10 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-03-03T15:20:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9264 fix: change filter rules for 478`); +report.push(`2023-03-03T15:20:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9264 fix: change filter rules for 478`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`16 16 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2023-03-03T16:12:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9264 fix: change filters for 478`); +report.push(`2023-03-03T16:12:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9264 fix: change filters for 478`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(``); -report.push(`2023-03-03T16:28:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-9413 feat: fix register edit upn`); +report.push(`2023-03-03T16:28:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-9413 feat: fix register edit upn`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`2 2 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/ButtonsGroup.tsx`); @@ -33221,42 +33221,42 @@ report.push(`2 2 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`2 2 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`2 2 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-03T16:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2384: SUBO-9413 feat: fix register edit upn`); +report.push(`2023-03-03T16:35:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2384: JIRA-9413 feat: fix register edit upn`); report.push(`2023-03-03T16:35:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T17:09:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8416 fix: remove debug`); +report.push(`2023-03-03T17:09:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8416 fix: remove debug`); report.push(`0 3 src/ts/components/JsonSchema/helpers/parser.ts`); report.push(``); -report.push(`2023-03-03T17:15:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2382: SUBO-9428 fix: add select for default roles`); +report.push(`2023-03-03T17:15:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2382: JIRA-9428 fix: add select for default roles`); report.push(`2023-03-03T17:15:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T17:29:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9264 fix: change filter rules 478`); +report.push(`2023-03-03T17:29:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9264 fix: change filter rules 478`); report.push(`1 1 src/ts/pages/Reports/components/FilterBy478.tsx`); report.push(``); -report.push(`2023-03-03T19:12:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2368: SUBO-9264 fix: change filter rules for report 478`); +report.push(`2023-03-03T19:12:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2368: JIRA-9264 fix: change filter rules for report 478`); report.push(`2023-03-03T19:12:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T19:25:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8416 fix: merge with release`); +report.push(`2023-03-03T19:25:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8416 fix: merge with release`); report.push(`2023-03-03T19:30:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.54.0 -> master`); -report.push(`2023-03-03T19:30:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2377: SUBO-8416 fix: show oirPath within OIR change request`); -report.push(`2023-03-05T13:00:58+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6829 feat: AdditionalServicesRequest - show header for 701 while status is APPROVAL`); +report.push(`2023-03-03T19:30:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2377: JIRA-8416 fix: show oirPath within OIR change request`); +report.push(`2023-03-05T13:00:58+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6829 feat: AdditionalServicesRequest - show header for 701 while status is APPROVAL`); 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(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-05T16:14:42+03:00>Oleg Losev>losev@net.it>Pull request #2387: JIRA-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: JIRA-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:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2383: JIRA-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`); -report.push(`2023-03-06T09:06:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2385: SUBO-6829 feat: AdditionalServicesRequest - show header for 701 while status is APPROVAL`); +report.push(`2023-03-06T09:06:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2385: JIRA-6829 feat: AdditionalServicesRequest - show header for 701 while status is APPROVAL`); report.push(`2023-03-06T09:06:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); -report.push(`2023-03-06T09:06:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2380: SUBO-9390 fix: not showed abac`); +report.push(`2023-03-06T09:06:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2380: JIRA-9390 fix: not showed abac`); report.push(`2023-03-06T09:06:57+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); -report.push(`2023-03-06T09:07:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2343: SUBO-9139 feat: save prev pagination for request page`); +report.push(`2023-03-06T09:07:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2343: JIRA-9139 feat: save prev pagination for request page`); report.push(`2023-03-06T09:07:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); -report.push(`2023-03-06T09:43:08+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9179 feat: add style for expanded row`); +report.push(`2023-03-06T09:43:08+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9179 feat: add style for expanded row`); report.push(`4 5 src/ts/components/Table/styles/index.scss`); report.push(`1 4 src/ts/pages/Requests/components/view/ExpandedTableRow.tsx`); report.push(``); -report.push(`2023-03-06T10:00:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-9440 feat: restrict edit template`); +report.push(`2023-03-06T10:00:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-9440 feat: restrict edit template`); report.push(`19 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 1 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -33270,121 +33270,121 @@ report.push(`6 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); 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(OIR): add help text in OIR request`); +report.push(`2023-03-06T10:33:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9248 fix: merge with release`); +report.push(`2023-03-06T12:06:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-06T13:15:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9450 fix: add depend rules for TFR`); +report.push(`2023-03-06T13:15:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9450 fix: add depend rules for TFR`); report.push(`3 1 src/ts/api/roles.ts`); report.push(`32 0 src/ts/pages/TemplateOir/helpers/create-request/hacksForTFR.ts`); report.push(``); -report.push(`2023-03-06T14:07:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9450 feat: add depend rules for TFR`); +report.push(`2023-03-06T14:07:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9450 feat: add depend rules for TFR`); report.push(`19 0 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/hacksForTFR.ts`); report.push(``); -report.push(`2023-03-06T14:16:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2389: SUBO-9440 feat: restrict edit template`); +report.push(`2023-03-06T14:16:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2389: JIRA-9440 feat: restrict edit template`); report.push(`2023-03-06T14:16:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.56.0 -> master`); -report.push(`2023-03-06T14:39:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: Add OIR in TNP`); +report.push(`2023-03-06T14:39:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: Add OIR in TNP`); report.push(`1 1 src/ts/pages/Tnp/components/Preview/Description/index.tsx`); report.push(``); -report.push(`2023-03-06T14:52:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: Add OIR in TNP`); +report.push(`2023-03-06T14:52:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: Add OIR in TNP`); report.push(`8 1 src/ts/pages/Tnp/styles/preview.scss`); 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(`2023-03-06T15:12:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add text for warning request`); +report.push(`2023-03-06T15:13:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(profile): add filters for OIR within all requests page`); +report.push(`2023-03-06T17:07:03+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`32 4 src/ts/snippets/FilterPanel/index.tsx`); report.push(`2 4 src/ts/store/SearchFilters.ts`); report.push(``); -report.push(`2023-03-07T09:08:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9486 fix: incorrect type on small card for AIS and OIR`); +report.push(`2023-03-07T09:08:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9486 fix: incorrect type on small card for AIS and OIR`); report.push(`7 7 src/ts/pages/Requests/helpers/requestTypeLabel.ts`); report.push(``); -report.push(`2023-03-07T09:25:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9166 fix: add confirm for update template`); +report.push(`2023-03-07T09:25:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9166 fix: add confirm for update template`); report.push(`3 1 src/ts/pages/Builder/components/ConfirmAction.tsx`); report.push(`3 25 src/ts/pages/Builder/components/sub-header/RestoreButton.tsx`); report.push(`27 4 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2023-03-07T09:39:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9166 fix: add confirm for update template`); +report.push(`2023-03-07T09:39:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9166 fix: add confirm for update template`); report.push(`3 18 src/ts/pages/Builder/components/sub-header/RestoreList.tsx`); report.push(`33 15 src/ts/pages/Builder/components/sub-header/index.tsx`); report.push(``); -report.push(`2023-03-07T09:50:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 feat: add OIR in TNP`); +report.push(`2023-03-07T09:50:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 feat: add OIR in TNP`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/FormOir.tsx`); report.push(`1 0 src/ts/pages/Tnp/styles/preview.scss`); 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(`2023-03-07T09:58:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): change style for table`); +report.push(`2023-03-07T10:12:46+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-03-07T10:15:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9485 fix: show roles for AddRemove OIR`); +report.push(`2023-03-07T10:15:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9485 fix: show roles for AddRemove OIR`); report.push(`5 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`4 2 src/ts/pages/Requests/components/item/DynamicPartOir.tsx`); 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(traffic chart): change style 2`); +report.push(`2023-03-07T10:20:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2396: JIRA-9485 Show roles for AddRemove OIR`); +report.push(`2023-03-07T10:20:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2394: JIRA-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: JIRA-9166 Add confirm for update template`); +report.push(`2023-03-07T10:21:41+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(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(`2023-03-07T10:22:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2393: JIRA-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: JIRA-9442 fix(OIR): add text for warning request`); +report.push(`2023-03-07T11:22:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-07T11:27:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2399: SUBO-9166 Add confirm for update template`); +report.push(`2023-03-07T11:27:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2399: JIRA-9166 Add confirm for update template`); 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:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2400: JIRA-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(OIR): add help text in OIR request`); +report.push(`2023-03-07T11:29:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2390: JIRA-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(OIR): add text for warning request`); +report.push(`2023-03-07T11:31:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2401: JIRA-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(`2023-03-07T11:33:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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`); +report.push(`2023-03-07T11:37:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2398: JIRA-9471 fix(AIS): add validation for 1011`); +report.push(`2023-03-07T11:41:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: merge with release`); +report.push(`2023-03-07T11:46:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2402: JIRA-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: JIRA-9489 fix: fix validate max length patronymic name`); report.push(`2023-03-07T11:47:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.57.0 -> master`); -report.push(`2023-03-07T12:27:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9445 fix: hide required symbol`); +report.push(`2023-03-07T12:27:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-03-07T12:43:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-5297 fix(faq): merge with release`); +report.push(`2023-03-07T13:10:00+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`4 1 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(`28 8 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-03-07T15:26:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9436 fix: cant create OIR access`); +report.push(`2023-03-07T15:26:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9436 fix: cant create OIR access`); report.push(`2 2 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(`1 1 src/ts/pages/TemplateOir/components/remove-request/Form.tsx`); report.push(`1 2 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); 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:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2405: JIRA-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(profile): cleanup AdditionalServices2`); +report.push(`2023-03-07T15:40:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -33397,7 +33397,7 @@ report.push(`0 62 src/ts/pages/AdditionalServices2/helpers/updateTargetFieldsVal report.push(`0 106 src/ts/pages/AdditionalServices2/hooks/useFormChange.ts`); report.push(`0 10 src/ts/pages/AdditionalServices2/interfaces/ICustomFieldData.ts`); report.push(``); -report.push(`2023-03-07T16:16:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-9500 feat: can edit template UVHD`); +report.push(`2023-03-07T16:16:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-9500 feat: can edit template UVHD`); report.push(`29 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`15 2 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`14 3 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -33411,37 +33411,37 @@ report.push(`113 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`95 2 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`90 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-07T16:40:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); +report.push(`2023-03-07T16:40:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); report.push(`2 2 src/ts/components/Select/styles/value-list.scss`); report.push(`17 15 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-03-07T16:44:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); +report.push(`2023-03-07T16:44:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); 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(`2023-03-07T16:49:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add validation for 1011`); +report.push(`2023-03-07T16:54:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2407: JIRA-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(`2023-03-07T17:05:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9244 fix: add request for user in 1207 and 900`); report.push(`14 0 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`6 2 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`1 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2023-03-09T09:02:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2408: SUBO-9244 fix: add request for user in 1207 and 900`); -report.push(`2023-03-09T09:02:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2409: SUBO-9414 Show company name in Select`); -report.push(`2023-03-09T09:03:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2404: SUBO-9445 fix: hide required symbol`); -report.push(`2023-03-09T09:38:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: add OIR in TNP`); -report.push(`2023-03-09T11:06:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-09T09:02:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2408: JIRA-9244 fix: add request for user in 1207 and 900`); +report.push(`2023-03-09T09:02:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2409: JIRA-9414 Show company name in Select`); +report.push(`2023-03-09T09:03:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2404: JIRA-9445 fix: hide required symbol`); +report.push(`2023-03-09T09:38:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: add OIR in TNP`); +report.push(`2023-03-09T11:06:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`16 11 src/ts/api/request.ts`); report.push(`48 0 src/ts/pages/AdditionalServices/helpers/hacksForApprove.ts`); report.push(``); -report.push(`2023-03-09T11:32:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-09T11:32:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`5 5 src/ts/api/request.ts`); report.push(`13 3 src/ts/pages/AdditionalServices/helpers/hacksForApprove.ts`); report.push(``); -report.push(`2023-03-09T11:49:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-09T11:49:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`1 1 src/ts/pages/Builder/styles/card.scss`); report.push(`6 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); @@ -33454,18 +33454,18 @@ 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(OIR): fix link`); +report.push(`2023-03-09T12:37:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): fix link`); +report.push(`2023-03-09T12:48:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2412: JIRA-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(`2023-03-09T13:05:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove 9414`); report.push(`2 2 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-03-09T13:51:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9525 fix: rename ABAC attributes in builder`); +report.push(`2023-03-09T13:51:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9525 fix: rename ABAC attributes in builder`); report.push(`7 7 src/ts/pages/Builder/components/modals/AttributeAbacForm.tsx`); report.push(``); -report.push(`2023-03-09T16:17:40+03:00>Petr Petrov>petrov@mail.jp>SUBO-9500 feat: fix correct upn`); +report.push(`2023-03-09T16:17:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-9500 feat: fix correct upn`); report.push(`54 54 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`54 54 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`54 54 src/ts/pages/Builder/components/shared/ButtonsGroup.tsx`); @@ -33474,78 +33474,78 @@ 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(OIR): page isLoading more time`); +report.push(`2023-03-09T16:17:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-09T16:56:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2411: JIRA-9445 fix: hide required symbol`); report.push(`2023-03-09T16:56:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.58.0 -> master`); -report.push(`2023-03-09T17:05:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2417: Bugfix/SUBO-9485 Show roles for AddRemove OIR`); +report.push(`2023-03-09T17:05:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2417: Bugfix/JIRA-9485 Show roles for AddRemove OIR`); report.push(`2023-03-09T17:05:29+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.58.0 -> master`); -report.push(`2023-03-09T17:15:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2415: SUBO-9525 fix: rename ABAC attributes in builder`); +report.push(`2023-03-09T17:15:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2415: JIRA-9525 fix: rename ABAC attributes in builder`); 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:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2406: JIRA-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(profile): new json schema - add getInitState helper; + some fixes`); +report.push(`2023-03-09T18:11:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`35 0 src/ts/pages/NewJsonSchema/helpers/getInitState.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-03-10T09:38:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); +report.push(`2023-03-10T09:38:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); report.push(`0 1 src/ts/components/Select/index.tsx`); report.push(`5 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-03-10T09:44:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); +report.push(`2023-03-10T09:44:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); report.push(`44 39 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-10T10:29:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-10T10:29:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); 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(OIR): page isLoading more time`); +report.push(`2023-03-10T10:31:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2416: JIRA-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(profile): add filters for OIR within all requests page`); +report.push(`2023-03-10T10:45:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); +report.push(`2023-03-10T10:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2418: JIRA-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(AIS): change message for 703`); +report.push(`2023-03-10T10:50:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); +report.push(`2023-03-10T11:46:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-10T13:46:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2391: JIRA-9450 Add depend rules for TFR`); report.push(`2023-03-10T14:05:47+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); -report.push(`2023-03-10T14:40:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-9338 fix: fix maxLength`); +report.push(`2023-03-10T14:40:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-9338 fix: fix maxLength`); report.push(`4 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-03-10T14:44:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-9338 fix: fix wrong name`); +report.push(`2023-03-10T14:44:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-9338 fix: fix wrong name`); report.push(`1 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-03-10T15:03:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: show company name in Select`); +report.push(`2023-03-10T15:03:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: show company name in Select`); report.push(`8 4 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); 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(`2023-03-10T15:14:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): show help text`); +report.push(`2023-03-10T15:34:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-10T15:51:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9546 fix: change file limit`); +report.push(`2023-03-10T15:51:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9546 fix: change file limit`); report.push(`1 0 nginx.default.conf`); report.push(``); -report.push(`2023-03-10T15:59:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2422: Bugfix/SUBO-9338 fix validate rules employees`); -report.push(`2023-03-10T16:14:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2423: SUBO-9546 fix: change file limit`); -report.push(`2023-03-10T16:19:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9414 fix: remove 9244`); +report.push(`2023-03-10T15:59:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2422: Bugfix/JIRA-9338 fix validate rules employees`); +report.push(`2023-03-10T16:14:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2423: JIRA-9546 fix: change file limit`); +report.push(`2023-03-10T16:19:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9414 fix: remove 9244`); report.push(`0 14 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`2 6 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`1 1 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); report.push(`2023-03-10T16:23:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); -report.push(`2023-03-10T16:25:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2421: SUBO-9414 Show company name in Select`); -report.push(`2023-03-10T16:34:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9146 fix: make all buttons of size s`); +report.push(`2023-03-10T16:25:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2421: JIRA-9414 Show company name in Select`); +report.push(`2023-03-10T16:34:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9146 fix: make all buttons of size s`); report.push(`2023-03-10T16:39:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.59.0 -> master`); -report.push(`2023-03-10T16:45:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9146 fix: make all buttons of size s`); +report.push(`2023-03-10T16:45:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9146 fix: make all buttons of size s`); report.push(`1 1 src/ts/components/GroupByAlphabet/index.tsx`); report.push(`2 2 src/ts/pages/Authorization/components/Tools.tsx`); report.push(`1 1 src/ts/pages/Authorization/view/LoginError.tsx`); @@ -33554,20 +33554,20 @@ 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(Excel): 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: JIRA-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(AIS): change rules for 433`); +report.push(`2023-03-10T17:33:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change rules for 433`); +report.push(`2023-03-10T19:51:21+03:00>Oleg Losev>losev@net.it>Pull request #2424: JIRA-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`); +report.push(`2023-03-13T09:07:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: merge with release`); +report.push(`2023-03-13T09:28:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2350: JIRA-9273 Add OIR in TNP`); report.push(`2023-03-13T09:29:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.60.0 -> master`); -report.push(`2023-03-13T09:39:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9273 fix: add OIR in TNP`); +report.push(`2023-03-13T09:39:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9273 fix: add OIR in TNP`); report.push(`1 4 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-13T11:19:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-13T11:19:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`7 7 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`23 2 src/ts/snippets/FullCard/components/Buttons.tsx`); @@ -33575,8 +33575,8 @@ report.push(`53 0 src/ts/snippets/FullCard/components/CustomButton.tsx`); 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(profile): AdditionalServices - add a request2 page to show request`); +report.push(`2023-03-13T11:26:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-03-13T11:30:15+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); @@ -33597,62 +33597,62 @@ report.push(`67 0 src/ts/pages/Request2/styles/hacks.scss`); report.push(`153 0 src/ts/pages/Request2/styles/index.scss`); report.push(`40 0 src/ts/pages/Request2/styles/success.scss`); report.push(``); -report.push(`2023-03-13T12:25:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-13T12:25:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`5 0 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(`3 1 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`5 2 src/ts/snippets/FullCard/styles/button.module.scss`); report.push(``); -report.push(`2023-03-13T13:40:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9529 fix: cant reject employees`); +report.push(`2023-03-13T13:40:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9529 fix: cant reject employees`); report.push(`4 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(`1 0 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2023-03-13T13:46:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9529 fix: cant reject employees`); +report.push(`2023-03-13T13:46:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9529 fix: cant reject employees`); report.push(`1 1 src/ts/pages/Vendors/components/Template.tsx`); report.push(`0 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); -report.push(`2023-03-13T13:58:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9529 fix: cant reject employees`); +report.push(`2023-03-13T13:58:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9529 fix: cant reject employees`); report.push(`1 0 src/ts/api/eei.ts`); report.push(`10 1 src/ts/pages/Vendors/components/Template.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/company/Success.tsx`); report.push(`1 0 src/ts/pages/Vendors/components/employees/Success.tsx`); report.push(``); -report.push(`2023-03-13T14:02:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9529 fix: cant reject employees`); +report.push(`2023-03-13T14:02:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9529 fix: cant reject employees`); 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(AIS): add checkbox for Vendor`); +report.push(`2023-03-13T14:16:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add checkbox for Vendor`); +report.push(`2023-03-13T14:53:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add checkbox for Vendor`); +report.push(`2023-03-13T15:09:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`6 0 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-03-13T16:12:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-9588 fix: fix button abac create`); +report.push(`2023-03-13T16:12:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-9588 fix: fix button abac create`); report.push(`3 5 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`3 4 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); 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(AIS): add hacks for DZO`); +report.push(`2023-03-13T16:27:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add hacks for DZO`); +report.push(`2023-03-13T16:33:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): AdditionalServices - add a request2 page to show request`); +report.push(`2023-03-13T16:01:38+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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,66 +33671,66 @@ 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(AIS): add hacks for DZO`); +report.push(`2023-03-13T16:43:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): remove All groups`); +report.push(`2023-03-13T16:55:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2426: JIRA-9588 fix: fix button abac create`); +report.push(`2023-03-13T17:48:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-03-13T17:52:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2428: JIRA-9591 fix(AIS): remove All groups`); +report.push(`2023-03-14T08:46:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8884 fix: show correct text in roadmap`); report.push(`4 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(``); -report.push(`2023-03-14T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9600 fix: show full name in org unit`); +report.push(`2023-03-14T09:46:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9600 fix: show full name in org unit`); report.push(`4 3 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-14T10:18:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T10:18:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`3 2 src/ts/snippets/Header/components/Search.tsx`); report.push(`4 0 src/ts/snippets/Header/index.tsx`); report.push(``); -report.push(`2023-03-14T10:21:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T10:21:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`4 0 src/ts/snippets/HeaderLight/index.tsx`); report.push(``); -report.push(`2023-03-14T10:24:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T10:24:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`4 1 src/ts/pages/AllRequests/index.tsx`); report.push(`1 0 src/ts/pages/Catalogue/index.tsx`); report.push(`1 0 src/ts/pages/DemoCatalogue/index.tsx`); report.push(``); -report.push(`2023-03-14T10:27:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T10:27:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`2 1 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2023-03-14T11:03:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T11:03:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`6 2 src/ts/api/search.ts`); report.push(`2 1 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2023-03-14T11:43:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T11:43:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`3 1 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2023-03-14T11:56:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6953 feat: change logic for search`); +report.push(`2023-03-14T11:56:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6953 feat: change logic for search`); report.push(`5 2 src/ts/api/search.ts`); report.push(`4 0 src/ts/pages/Search/components/Header.tsx`); 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(AIS): add gap for role groups`); +report.push(`2023-03-14T12:55:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): return setupProxy lines`); +report.push(`2023-03-14T13:08:29+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(AIS): add gap for role groups`); +report.push(`2023-03-14T15:34:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): new json schmea - table improvements`); +report.push(`2023-03-14T17:45:29+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-03-15T09:30:51+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9418 feat: convert OIR roles`); +report.push(`2023-03-15T09:30:51+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9418 feat: convert OIR roles`); report.push(`1 1 src/setupProxy.js`); report.push(`1 0 src/ts/interfaces/request/Role.ts`); report.push(`121 0 src/ts/pages/NewJsonSchema/components/OirSelectList.tsx`); @@ -33741,11 +33741,11 @@ report.push(`45 1 src/ts/pages/NewJsonSchema/index.tsx`); 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(OIR): add padding for Hint`); +report.push(`2023-03-15T11:19:04+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'release/release-2.52.0' into feature/JIRA-8313-JsonSchemaForm-builder`); +report.push(`2023-03-15T12:04:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-15T12:39:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-9635 fix: can edit template dossier`); report.push(`19 0 src/ts/pages/Builder/components/Header.tsx`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/Form.tsx`); report.push(`1 0 src/ts/pages/Builder/components/agreement-rules/Header.tsx`); @@ -33759,36 +33759,36 @@ report.push(`8 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`9 0 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`7 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-15T12:48:23+03:00>Petr Petrov>petrov@mail.jp>SUBO-9635 fix: merge with 9588 resolve conflict`); -report.push(`2023-03-15T14:42:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9630 fix: add type for name filter`); +report.push(`2023-03-15T12:48:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-9635 fix: merge with 9588 resolve conflict`); +report.push(`2023-03-15T14:42:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9630 fix: add type for name filter`); report.push(`2 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2023-03-15T15:12:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9630 fix: add type for name filter`); +report.push(`2023-03-15T15:12:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9630 fix: add type for name filter`); report.push(`1 1 src/ts/api/constructor.ts`); report.push(``); -report.push(`2023-03-15T17:47:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9418 fix: return old URL`); +report.push(`2023-03-15T17:47:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9418 fix: return old URL`); report.push(`1 1 src/setupProxy.js`); 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-15T17:49:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2433: Feature/JIRA-9418 write converter for OIR roles`); +report.push(`2023-03-15T18:15:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2437: JIRA-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(faq): loss recipient for copy 532`); +report.push(`2023-03-16T09:27:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add padding for Hint`); +report.push(`2023-03-16T09:37:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2434: JIRA-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:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2429: JIRA-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:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2430: JIRA-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(AIS): add gap for role groups`); +report.push(`2023-03-16T09:40:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2432: JIRA-6467, JIRA-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:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2435: JIRA-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(faq): loss recipient for copy 532`); +report.push(`2023-03-16T09:44:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2438: JIRA-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(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(`2023-03-16T09:59:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9357 fix(faq): merge with release`); +report.push(`2023-03-16T10:23:14+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); report.push(`16 15 src/ts/pages/PageWrapper/components/SideBar.tsx`); @@ -33799,25 +33799,25 @@ report.push(`12 12 src/ts/pages/PageWrapper/styles/{hacks.scss => hacks.module.s report.push(`6 7 src/ts/pages/PageWrapper/styles/{index.scss => index.module.scss}`); report.push(`22 20 src/ts/pages/PageWrapper/styles/{sidebar.scss => sidebar.module.scss}`); report.push(``); -report.push(`2023-03-16T13:30:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-9659 fix: add conditions for dictionary method`); +report.push(`2023-03-16T13:30:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-9659 fix: add conditions for dictionary method`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); -report.push(`2023-03-16T13:49:27+03:00>Petr Petrov>petrov@mail.jp>SUBO-9659 fix: change conditions`); +report.push(`2023-03-16T13:49:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-9659 fix: change conditions`); 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(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-16T14:47:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2440: Bugfix/JIRA-9659 fix abac role remove element`); +report.push(`2023-03-16T15:16:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9161 fix(AIS): add tree for abac`); +report.push(`2023-03-16T15:19:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2356: JIRA-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:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2436: JIRA-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(faq): builder - another ownerUnit field init`); +report.push(`2023-03-16T17:01:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): builder - show "-" for ownerUnit, if undefined`); +report.push(`2023-03-16T17:06:56+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-03-17T09:03:55+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9141 feat: Added new checkbox widget`); report.push(`85 0 src/ts/components/JsonSchema/components/widgets/CheckboxRecalled.tsx`); report.push(`1 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`9 0 src/ts/components/JsonSchema/styles/wrapper.scss`); @@ -33825,55 +33825,55 @@ report.push(`5 0 src/ts/components/JsonSchemaForm/helpers/renderWidget.tsx`); report.push(`2 0 src/ts/components/JsonSchemaForm/interfaces/Widget.ts`); report.push(`8 0 src/ts/pages/NewJsonSchema/index.tsx`); report.push(``); -report.push(`2023-03-17T09:08:14+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9141 feat: fix style`); +report.push(`2023-03-17T09:08:14+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9141 feat: fix style`); report.push(`1 1 src/ts/pages/NewJsonSchema/styles/index.scss`); report.push(`1 1 src/ts/pages/Request2/styles/form.scss`); report.push(`2 2 src/ts/pages/Request2/styles/hacks.scss`); report.push(`2 2 src/ts/pages/Request2/styles/index.scss`); report.push(`1 1 src/ts/pages/Request2/styles/success.scss`); report.push(``); -report.push(`2023-03-17T10:07:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9683 feat: add banner for PSI`); +report.push(`2023-03-17T10:07:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9683 feat: add banner for PSI`); report.push(`12 1 src/ts/pages/MainPage/index.tsx`); report.push(`2 1 src/ts/snippets/Header/index.tsx`); 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(faq): builder - another ownerUnit field init`); +report.push(`2023-03-17T10:10:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2444: JIRA-9683 feat: add banner for PSI`); +report.push(`2023-03-17T10:10:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2427: JIRA-9391 Add hacks for DZO`); +report.push(`2023-03-17T10:11:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2439: JIRA-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: JIRA-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`); -report.push(`2023-03-17T10:22:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-03-17T10:34:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-17T10:18:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2447: JIRA-9683 feat: add banner for PSI`); +report.push(`2023-03-17T10:19:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2446: JIRA-9391 Add hacks for DZO`); +report.push(`2023-03-17T10:22:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-03-17T10:34:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`6 25 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`0 53 src/ts/snippets/FullCard/components/CustomButton.tsx`); report.push(`0 83 src/ts/snippets/FullCard/styles/button.module.scss`); report.push(``); -report.push(`2023-03-17T10:44:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-9673 fix: add value from state`); +report.push(`2023-03-17T10:44:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-9673 fix: add value from state`); report.push(`1 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-03-17T10:47:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-17T10:47:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`22 18 src/ts/snippets/FullCard/components/Buttons.tsx`); report.push(`3 3 src/ts/snippets/RequestStatus/helpers/constants/index.ts`); report.push(``); -report.push(`2023-03-17T10:49:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: cant approve 1207 and 478`); +report.push(`2023-03-17T10:49:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: cant approve 1207 and 478`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/buttons.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/buttons.tsx`); report.push(``); -report.push(`2023-03-17T10:57:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2451: SUBO-5297 add style for table`); -report.push(`2023-03-17T11:00:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: change approve buttons`); -report.push(`2023-03-17T11:39:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9641 feat: stylelintrc.json - remove plugin/stylelint-force-selector-name-prefix`); +report.push(`2023-03-17T10:57:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2451: JIRA-5297 add style for table`); +report.push(`2023-03-17T11:00:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: change approve buttons`); +report.push(`2023-03-17T11:39:57+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9641 feat: stylelintrc.json - remove plugin/stylelint-force-selector-name-prefix`); report.push(`1 6 .stylelintrc.json`); report.push(`0 19 package-lock.json`); report.push(`0 1 package.json`); report.push(``); -report.push(`2023-03-17T11:39:57+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9641 feat: stylelintrc.json - remove plugin/stylelint-force-selector-name-prefix`); +report.push(`2023-03-17T11:39:57+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9641 feat: stylelintrc.json - remove plugin/stylelint-force-selector-name-prefix`); report.push(`1 6 .stylelintrc.json`); report.push(`0 19 package-lock.json`); report.push(`0 1 package.json`); report.push(``); -report.push(`2023-03-17T13:56:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: change approve buttons`); +report.push(`2023-03-17T13:56:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: change approve buttons`); report.push(`17 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`0 5 src/ts/pages/Reconciliations/components/aisOir/list.tsx`); report.push(`6 2 src/ts/pages/Reconciliations/components/template/index.tsx`); @@ -33882,85 +33882,85 @@ report.push(`6 2 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`17 0 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-03-17T14:11:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: common design changes`); +report.push(`2023-03-17T14:11:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: common design changes`); report.push(`8 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`12 9 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-03-17T14:37:59+03:00>Petr Petrov>petrov@mail.jp>SUBO-9673 fix: check value TFR`); +report.push(`2023-03-17T14:37:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-9673 fix: check value TFR`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`3 1 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); -report.push(`2023-03-17T15:16:23+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9600 fix: OrgStructuresFilter - show fullName || name`); +report.push(`2023-03-17T15:16:23+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9600 fix: OrgStructuresFilter - show fullName || name`); report.push(`1 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-03-17T15:26:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: common design changes`); +report.push(`2023-03-17T15:26:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9503 fix: common design changes`); report.push(`2 2 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-03-17T15:48:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9695 fix: cant edit ABAC`); +report.push(`2023-03-17T15:48:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9695 fix: cant edit ABAC`); report.push(`1 1 src/ts/pages/Template/helpers/converter.ts`); report.push(``); -report.push(`2023-03-17T15:50:32+03:00>Машуков Никита Сергеевич (4082670)>nsmashukov@vtb.ru>Pull request #2454: SUBO-9600 fix: OrgStructuresFilter - show fullName || name`); +report.push(`2023-03-17T15:50:32+03:00>Машуков Никита Сергеевич (4082670)>nsmashukov@vtb.ru>Pull request #2454: JIRA-9600 fix: OrgStructuresFilter - show fullName || name`); report.push(`2023-03-17T15:50:34+03:00>Машуков Никита Сергеевич (4082670)>nsmashukov@vtb.ru>Automatic merge from release/release-2.61.0 -> release/release-2.62.0`); report.push(`2023-03-17T15:50:34+03:00>Машуков Никита Сергеевич (4082670)>nsmashukov@vtb.ru>Automatic merge from release/release-2.62.0 -> master`); -report.push(`2023-03-17T15:51:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9695 fix: cant edit ABAC`); +report.push(`2023-03-17T15:51:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9695 fix: cant edit ABAC`); report.push(`1 0 src/ts/snippets/AccessGroups/styles/index.scss`); report.push(``); -report.push(`2023-03-17T15:54:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2455: SUBO-9695 Cant edit ABAC`); +report.push(`2023-03-17T15:54:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2455: JIRA-9695 Cant edit ABAC`); report.push(`2023-03-17T15:57:13+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.62.0 -> master`); -report.push(`2023-03-17T16:01:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9695 fix: merge with release`); -report.push(`2023-03-17T16:35:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9503 fix: common design changes`); +report.push(`2023-03-17T16:01:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9695 fix: merge with release`); +report.push(`2023-03-17T16:35:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): Select - show description for ValueList`); +report.push(`2023-03-17T17:11:45+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): remove gap for value input`); +report.push(`2023-03-17T19:00:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-03-20T10:21:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7649 fix: add full adress for 542`); report.push(`55 0 src/ts/pages/AdditionalServices/helpers/hacksFor542.ts`); report.push(`2 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/IDynamicField.ts`); report.push(``); -report.push(`2023-03-20T10:24:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-7649 fix: add full adress for 542`); +report.push(`2023-03-20T10:24:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7649 fix: add full adress for 542`); report.push(`7 4 src/ts/pages/AdditionalServices/helpers/hacksFor542.ts`); 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(`2023-03-20T10:37:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): updateTargetFieldsValue - set the whole content for CHECKBOX_GROUP`); +report.push(`2023-03-20T12:07:19+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-03-20T12:40:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7649 fix: add full adress for 542`); 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(OIR): Select - show description for ValueList`); +report.push(`2023-03-20T13:31:10+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2456: JIRA-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(`2023-03-20T13:36:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-9673 fix: fix rft field`); report.push(`2 2 src/ts/api/roles.ts`); report.push(`4 1 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`1 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`9 3 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2431: JIRA-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(faq): remove gap for value input`); +report.push(`2023-03-20T14:17:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2457: JIRA-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(AIS): 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: JIRA-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(faq): 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>JIRA-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(faq): Removed unnecessary`); +report.push(`2023-03-20T16:47:43+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); +report.push(`2023-03-20T17:56:41+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9710 feat: add 'custom-user' widget`); report.push(`4 0 src/ts/api/personnel.ts`); report.push(`9 2 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`15 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -33968,22 +33968,22 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`3 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(`2023-03-21T09:44:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9729 fix: change URL for endpoint`); +report.push(`2023-03-21T09:44:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9729 fix: change URL for endpoint`); report.push(`3 2 src/ts/api/acrq.ts`); 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(OIR): add hack for select roles`); +report.push(`2023-03-21T09:47:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2461: JIRA-9729 Change URL for endpont`); +report.push(`2023-03-21T10:31:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-21T10:40:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9729 fix: change URL for endpoint`); +report.push(`2023-03-21T10:40:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9729 fix: change URL for endpoint`); report.push(`1 1 src/ts/api/acrq.ts`); report.push(`5 3 src/ts/pages/Builder/components/role-group/AddAttribute.tsx`); report.push(``); -report.push(`2023-03-21T10:43:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2463: SUBO-9729 fix: change URL for endpoint`); -report.push(`2023-03-20T17:56:41+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9710 feat: add 'custom-user' widget`); +report.push(`2023-03-21T10:43:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2463: JIRA-9729 fix: change URL for endpoint`); +report.push(`2023-03-20T17:56:41+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9710 feat: add 'custom-user' widget`); report.push(`4 0 src/ts/api/personnel.ts`); report.push(`23 3 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`15 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -33991,143 +33991,143 @@ report.push(`2 0 src/ts/components/JsonSchema/interfaces/UiSchema.ts`); report.push(`3 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(`2023-03-21T11:14:30+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9670 feat: added additional request parameters to customLoader for template1207`); +report.push(`2023-03-21T11:14:30+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9670 feat: added additional request parameters to customLoader for template1207`); report.push(`7 2 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`3 0 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-03-21T11:51:09+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9716 fix: removed the link to the "wi-fi access" under the template search`); +report.push(`2023-03-21T11:51:09+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9716 fix: removed the link to the "wi-fi access" under the template search`); report.push(`5 1 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2023-03-21T12:02:43+03:00>Petr Petrov>petrov@mail.jp>SUBO-9673 fix: fix TFR disabled field`); +report.push(`2023-03-21T12:02:43+03:00>Petr Petrov>petrov@mail.jp>JIRA-9673 fix: fix TFR disabled field`); report.push(`25 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(``); -report.push(`2023-03-21T12:08:24+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9698 fix: useFormChange - update new fields only if there are new fields to prevent the updating old fields with default values`); +report.push(`2023-03-21T12:08:24+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9698 fix: useFormChange - update new fields only if there are new fields to prevent the updating old fields with default values`); report.push(`9 3 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(``); -report.push(`2023-03-21T12:29:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9683 fix: release condidate`); -report.push(`2023-03-21T14:17:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change nginx`); +report.push(`2023-03-21T12:29:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9683 fix: release condidate`); +report.push(`2023-03-21T14:17:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change nginx`); report.push(`1 1 nginx.default.conf`); report.push(``); -report.push(`2023-03-21T14:21:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2468: SUBO-9698 fix: useFormChange - update new fields only if there are new fields to prevent the updating old fields with default values`); -report.push(`2023-03-21T14:25:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2471: SUBO-0000 fix: change nginx`); +report.push(`2023-03-21T14:21:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2468: JIRA-9698 fix: useFormChange - update new fields only if there are new fields to prevent the updating old fields with default values`); +report.push(`2023-03-21T14:25:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2471: JIRA-0000 fix: change nginx`); 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(AIS): CommentsList list - sort comments by created field`); +report.push(`2023-03-21T15:21:05+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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): OIR TFR - fix description for Request, fix HelpIcon displaying`); +report.push(`2023-03-21T15:41:21+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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): 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: JIRA-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`); +report.push(`2023-03-21T15:46:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-9673 fix: fix default value`); report.push(`17 4 src/ts/pages/AdditionalServices/hooks/useFormChange.ts`); report.push(`1 0 src/ts/pages/Request/index.tsx`); 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-21T15:53:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2453: JIRA-5297, JIRA-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(AIS): CommentsList list - sort comments by created field`); +report.push(`2023-03-21T16:24:08+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2472: JIRA-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(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-21T16:58:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2462: JIRA-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: JIRA-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: JIRA-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`); +report.push(`2023-03-21T17:28:06+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9670 fix: rename flag InnerEmployees to isInnerEmployees`); report.push(`1 1 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-03-21T17:41:52+03:00>Evgeniy Evkurov>evkurov@mail.com>SUBO-9670 feat: rename InnerEmployees to isInnerEmployees`); +report.push(`2023-03-21T17:41:52+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-9670 feat: rename InnerEmployees to isInnerEmployees`); report.push(`1 1 src/ts/components/JsonSchema/helpers/loader.ts`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-03-21T18:10:20+03:00>Petr Petrov>petrov@mail.jp>SUBO-9719 fix: add id for name role`); +report.push(`2023-03-21T18:10:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-9719 fix: add id for name role`); report.push(`3 0 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-22T09:03:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9729 fix: update request type`); +report.push(`2023-03-22T09:03:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9729 fix: update request type`); 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(OIR): remove blur for Scroll`); +report.push(`2023-03-22T09:27:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove blur for Scroll`); +report.push(`2023-03-22T09:35:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add block comment`); +report.push(`2023-03-22T10:16:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add block comment`); +report.push(`2023-03-22T10:25:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add block comment`); +report.push(`2023-03-22T10:34:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add block comment`); +report.push(`2023-03-22T10:39:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-03-22T11:04:52+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9698 fix: useFormChange - revert the setting new fields logic; defaultValue - check for '' current value before set the default`); +report.push(`2023-03-22T11:04:52+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9698 fix: useFormChange - revert the setting new fields logic; defaultValue - check for '' current value before set the default`); 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(faq): add risNumber`); +report.push(`2023-03-22T11:12:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2479: JIRA-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>JIRA-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(faq): add risNumber`); +report.push(`2023-03-22T12:06:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-22T12:35:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9716 fix: improve tooltip under Search`); report.push(`0 1 src/ts/snippets/Header/components/Search.tsx`); 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:39:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2466: JIRA-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(faq): cant add gap for input`); +report.push(`2023-03-22T14:02:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: JsonSchemaForm merge with release`); +report.push(`2023-03-22T14:33:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): cant add gap for input`); +report.push(`2023-03-22T14:36:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2480: JIRA-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(faq): cant add gap for input`); +report.push(`2023-03-22T14:36:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2481: JIRA-9697 Cant add gap for input`); +report.push(`2023-03-22T14:39:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-03-22T15:00:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9743 fix: white page for null domain`); +report.push(`2023-03-22T14:41:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2482: JIRA-9697 Cant add gap for input`); +report.push(`2023-03-22T15:00:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9743 fix: white page for null domain`); 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(OIR): remove blur for Scroll`); +report.push(`2023-03-22T15:04:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2477: JIRA-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`); +report.push(`2023-03-22T15:04:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2483: JIRA-9722 Remove Blur for Scroll`); +report.push(`2023-03-22T15:07:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2484: JIRA-9743 fix: white page for null domain`); report.push(`2023-03-22T15:07:40+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.65.0 -> master`); -report.push(`2023-03-22T15:42:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9615 fix: add column in report 478`); +report.push(`2023-03-22T15:42:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9615 fix: add column in report 478`); report.push(`7 0 src/ts/pages/Reports/components/TableFor478.tsx`); report.push(``); -report.push(`2023-03-22T15:54:10+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9698 fix: Input - another way to get current errorMessage; hackForDZO - removeError on getMinCodeDZO`); +report.push(`2023-03-22T15:54:10+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9698 fix: Input - another way to get current errorMessage; hackForDZO - removeError on getMinCodeDZO`); 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(faq): disabled radio in template`); +report.push(`2023-03-22T16:02:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2487: JIRA-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>JIRA-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:09:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2473: JIRA-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(traffic chart): headers in the FullCard with a link to the request`); +report.push(`2023-03-22T16:16:57+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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`); @@ -34142,133 +34142,133 @@ report.push(`7 1 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`25 5 src/ts/snippets/FullCard/components/Header.tsx`); report.push(`4 0 src/ts/snippets/FullCard/styles/index.scss`); report.push(``); -report.push(`2023-03-22T16:37:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-9690 fix: fix custom requset field 900`); +report.push(`2023-03-22T16:37:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-9690 fix: fix custom requset field 900`); report.push(`8 0 src/ts/pages/AdditionalServices/helpers/customLoader.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/helpers/hackForCopy.ts`); report.push(``); -report.push(`2023-03-22T17:20:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-9719 fix: fix id formatted name`); +report.push(`2023-03-22T17:20:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-9719 fix: fix id formatted name`); report.push(`2 5 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); 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(`2023-03-22T17:26:00+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): another way to get dictionaries`); +report.push(`2023-03-22T17:50:37+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-03-23T08:32:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2491: JIRA-9771 fix(AIS): another way to get dictionaries`); +report.push(`2023-03-23T10:05:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-03-23T10:10:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9779 fix: last page in notifications`); +report.push(`2023-03-23T10:10:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9779 fix: last page in notifications`); 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(AIS): delete getAllDictionaries method, use only getSystemDictionaries`); +report.push(`2023-03-23T12:19:14+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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-23T12:22:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2493: JIRA-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: JIRA-9683, JIRA-9391 - dev 7`); +report.push(`2023-03-23T13:48:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2492: JIRA-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(`2023-03-23T15:31:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): add types external`); +report.push(`2023-03-23T16:22:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): fix style`); +report.push(`2023-03-23T16:24:34+03:00>Evgeniy Evkurov>evkurov@mail.com>JIRA-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(AIS): builder AddAttribute - set existedDictionaryId on existedDictionary change`); +report.push(`2023-03-23T16:31:34+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-03-23T16:35:56+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2495: JIRA-9771 fix(AIS): builder AddAttribute - set existedDictionaryId on existedDictionary change`); +report.push(`2023-03-23T16:44:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 1 src/ts/pages/Builder/components/role-group/AddSystemDictionary.tsx`); report.push(``); -report.push(`2023-03-23T16:47:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2476: SUBO-9719 fix: add id for name role`); -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:47:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2476: JIRA-9719 fix: add id for name role`); +report.push(`2023-03-23T16:47:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2478: JIRA-9446 Add block comment`); +report.push(`2023-03-23T16:54:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2490: JIRA-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(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(faq): hide scroll in table`); +report.push(`2023-03-24T10:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2496: JIRA-9792 fix(OIR): add types external`); +report.push(`2023-03-24T10:10:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2486: JIRA-9615 fix: add column in report 478`); +report.push(`2023-03-24T10:54:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): hide scroll in table`); +report.push(`2023-03-24T11:02:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2499: JIRA-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(AIS): add load domain in openshift`); +report.push(`2023-03-24T11:23:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add load domain in openshift`); +report.push(`2023-03-24T11:33:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add load domain in openshift`); +report.push(`2023-03-24T11:37:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): disabled radio in template`); +report.push(`2023-03-24T12:53:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2488: JIRA-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(`2023-03-24T13:29:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9813 fix: buttons display on center`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); 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:33:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2501: JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T14:21:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T14:37:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T14:50:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T15:00:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T15:10:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T15:18:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add validation for role`); +report.push(`2023-03-24T15:19:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2502: JIRA-9615 fix: add column in report 478`); +report.push(`2023-03-24T15:23:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-03-24T15:54:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6556 fix: oir create request DAPP - check for selected departmentOwner`); +report.push(`2023-03-24T15:54:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6556 fix: oir create request DAPP - check for selected departmentOwner`); report.push(`15 10 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`21 0 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(``); -report.push(`2023-03-24T16:31:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2498: SUBO-9792`); -report.push(`2023-03-24T16:35:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9830 fix: hide button for ORM`); +report.push(`2023-03-24T16:31:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2498: JIRA-9792`); +report.push(`2023-03-24T16:35:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9830 fix: hide button for ORM`); report.push(`1 0 src/ts/pages/AdditionalServices/helpers/hacksForApprove.ts`); 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:38:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2505: JIRA-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(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(`2023-03-24T16:50:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9357 fix(faq): merge with release`); +report.push(`2023-03-24T17:36:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-7713 fix: fix search disabled item`); report.push(`9 0 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-24T17:50:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-9796 fix: fix role for edit template`); +report.push(`2023-03-24T17:50:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-9796 fix: fix role for edit template`); report.push(`7 7 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`7 7 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`7 7 src/ts/pages/Builder/components/shared/ButtonsGroup.tsx`); @@ -34277,133 +34277,133 @@ report.push(`7 7 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`7 7 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`7 7 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-03-27T10:01:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9830 fix: can approve ORM`); +report.push(`2023-03-27T10:01:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9830 fix: can approve ORM`); 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(AIS): add request validation`); +report.push(`2023-03-27T10:46:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add request validation`); +report.push(`2023-03-27T10:57:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add request validation`); +report.push(`2023-03-27T11:07:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add request validation`); +report.push(`2023-03-27T11:11:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-27T11:21:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-7713 fix: fix condition`); report.push(`2 2 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-27T11:32:28+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9524 fix: Reconciliations/ConfirmAction - send item.id instead of item to get available actions`); +report.push(`2023-03-27T11:32:28+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9524 fix: Reconciliations/ConfirmAction - send item.id instead of item to get available actions`); 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:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2506: JIRA-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(AIS): add dependent rules`); +report.push(`2023-03-27T13:17:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-27T16:04:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9759 fix: TableFor900 - show requestId column as a link`); report.push(`4 1 src/ts/pages/Reports/components/TableFor900.tsx`); 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(`2023-03-27T16:22:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): change URL for Dictionary`); +report.push(`2023-03-27T16:49:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-03-27T17:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2507: SUBO-9830 fix: can approve ORM`); +report.push(`2023-03-27T17:26:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2507: JIRA-9830 fix: can approve ORM`); report.push(`2023-03-27T17:26:28+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.68.0 -> master`); -report.push(`2023-03-27T17:27:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2443: Feature/SUBO-9141 add role widget checkbox text`); -report.push(`2023-03-27T17:28:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2510: SUBO-9759 fix: TableFor900 - show requestId column as a link`); +report.push(`2023-03-27T17:27:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2443: Feature/JIRA-9141 add role widget checkbox text`); +report.push(`2023-03-27T17:28:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2510: JIRA-9759 fix: TableFor900 - show requestId column as a link`); report.push(`2023-03-27T17:28:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.68.0 -> master`); -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:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2509: JIRA-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(AIS): change URL for dictionary`); +report.push(`2023-03-27T17:51:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-03-27T18:12:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change URL for Dictionary`); +report.push(`2023-03-27T19:22:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2511: JIRA-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(OIR): pages/Template - add hack for 1642_73`); +report.push(`2023-03-28T10:17:48+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): hack for 1642_73 - set null to jsonScheme`); +report.push(`2023-03-28T10:31:53+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): pages/Template - add hack for 1642_73`); +report.push(`2023-03-28T10:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2512: JIRA-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(OIR): pages/Template - set null to jsonScheme for role groups`); +report.push(`2023-03-28T10:44:56+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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:50:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9782 fix(OIR): merge with release`); +report.push(`2023-03-28T10:52:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2513: JIRA-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(profile): add new jsonShema for create oir`); +report.push(`2023-03-28T10:54:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): remove files`); +report.push(`2023-03-28T10:55:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove files`); +report.push(`2023-03-28T11:01:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2514: JIRA-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(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(`2023-03-28T11:03:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9791 fix(AIS): add request validation`); +report.push(`2023-03-28T11:06:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-28T11:52:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9789 fix: add buttons for Draft`); report.push(`3 1 src/ts/api/request.ts`); report.push(`1 3 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-03-28T12:05:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-9853 fix: add condition for change oir`); +report.push(`2023-03-28T12:05:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-9853 fix: add condition for change oir`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-03-28T12:26:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9789 fix: add buttons for Draft`); +report.push(`2023-03-28T12:26:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9789 fix: add buttons for Draft`); report.push(`2 2 src/ts/api/request.ts`); report.push(`1 1 src/ts/pages/TemplateOir/components/shared/NewRequestButton.tsx`); report.push(`6 0 src/ts/pages/TemplateOir/styles/index.scss`); report.push(`5 3 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-03-28T12:42:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9789 fix: add buttons for Draft`); +report.push(`2023-03-28T12:42:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9789 fix: add buttons for Draft`); report.push(`1 1 src/ts/pages/Requests/components/item/index.tsx`); report.push(``); -report.push(`2023-03-28T12:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2508: SUBO-9791 Add request validation`); +report.push(`2023-03-28T12:57:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2508: JIRA-9791 Add request validation`); report.push(`2023-03-28T12:57:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T12:58:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2516: SUBO-9853 fix: add condition for change oir`); +report.push(`2023-03-28T12:58:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2516: JIRA-9853 fix: add condition for change oir`); report.push(`2023-03-28T12:58:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T13:00:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2500: SUBO-7691 Add load domain in openshift`); +report.push(`2023-03-28T13:00:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2500: JIRA-7691 Add load domain in openshift`); report.push(`2023-03-28T13:00:03+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T14:20:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9789 fix: add buttons for Draft`); +report.push(`2023-03-28T14:20:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9789 fix: add buttons for Draft`); report.push(`9 3 src/ts/pages/Draft/helpers/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/Draft/index.tsx`); report.push(`36 6 src/ts/pages/Template/components/Template.tsx`); report.push(`2 1 src/ts/pages/Template/components/buttons/Draft.tsx`); report.push(`4 0 src/ts/pages/Template/styles/index.scss`); report.push(``); -report.push(`2023-03-28T14:22:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9868 fix: api/request - canSenRequest - set code as undefined`); +report.push(`2023-03-28T14:22:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9868 fix: api/request - canSenRequest - set code as undefined`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-03-28T15:23:51+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9870 feat: show full name within employee breadcrumbs`); +report.push(`2023-03-28T15:23:51+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9870 feat: show full name within employee breadcrumbs`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2023-03-28T16:09:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2494: SUBO-7713 fix: disabled select role for laboratory`); +report.push(`2023-03-28T16:09:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2494: JIRA-7713 fix: disabled select role for laboratory`); report.push(`2023-03-28T16:09:08+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T16:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2518: SUBO-9870 feat: show full name within employee breadcrumbs`); +report.push(`2023-03-28T16:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2518: JIRA-9870 feat: show full name within employee breadcrumbs`); report.push(`2023-03-28T16:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-28T16:28:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2517: SUBO-9868 fix: api/request - canSenRequest - set code as undefined`); +report.push(`2023-03-28T16:28:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2517: JIRA-9868 fix: api/request - canSenRequest - set code as undefined`); report.push(`2023-03-28T16:28:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.69.0 -> master`); -report.push(`2023-03-29T12:20:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T12:20:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`33 0 src/ts/components/ModalWindow/components/Body.tsx`); report.push(`33 0 src/ts/components/ModalWindow/components/Footer.tsx`); report.push(`37 0 src/ts/components/ModalWindow/components/Header.tsx`); @@ -34411,39 +34411,39 @@ report.push(`62 0 src/ts/components/ModalWindow/index.module.scss`); report.push(`58 0 src/ts/components/ModalWindow/index.tsx`); report.push(`5 1 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(``); -report.push(`2023-03-29T12:28:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T12:28:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`3 3 src/ts/components/ModalWindow/index.module.scss`); report.push(`1 2 src/ts/components/ModalWindow/index.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(``); -report.push(`2023-03-29T12:31:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T12:31:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`3 2 src/ts/components/ModalWindow/index.tsx`); report.push(``); -report.push(`2023-03-29T12:38:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T12:38:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`1 1 src/ts/components/ModalWindow/components/Body.tsx`); report.push(`3 2 src/ts/components/ModalWindow/components/Footer.tsx`); report.push(`1 1 src/ts/components/ModalWindow/components/Header.tsx`); report.push(`0 62 src/ts/components/ModalWindow/index.module.scss`); report.push(`2 2 src/ts/components/ModalWindow/index.tsx`); report.push(``); -report.push(`2023-03-29T12:46:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T12:46:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`0 5 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`14 2 src/ts/components/ModalWindow/components/Header.tsx`); report.push(`6 2 src/ts/components/ModalWindow/index.tsx`); report.push(``); -report.push(`2023-03-29T13:33:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T13:33:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`7 0 src/ts/components/ModalWindow/styles/hacks.module.scss`); report.push(`75 0 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(``); -report.push(`2023-03-29T13:33:09+03:00>Sergio Antonov>antonov@mail.jp>SUBO-7545 fix: OIR create/edit - check roles for pairs`); +report.push(`2023-03-29T13:33:09+03:00>Sergio Antonov>antonov@mail.jp>JIRA-7545 fix: OIR create/edit - check roles for pairs`); report.push(`1 2 src/ts/pages/TemplateOir/components/create-request/Form.tsx`); report.push(`39 0 src/ts/pages/TemplateOir/helpers/create-request/hacksForVTB.ts`); report.push(`4 0 src/ts/pages/TemplateOir/store/CreateRequestStore.ts`); report.push(``); -report.push(`2023-03-29T14:56:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T14:56:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`7 1 src/ts/components/ModalWindow/index.tsx`); report.push(``); -report.push(`2023-03-29T15:09:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-29T15:09:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`7 1 src/ts/components/ModalWindow/components/Body.tsx`); report.push(`6 0 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`5 3 src/ts/pages/Reconciliations/components/modal/AddExpert.tsx`); @@ -34451,67 +34451,67 @@ report.push(`5 3 src/ts/pages/Reconciliations/components/modal/AdviceExpert.tsx` report.push(`1 3 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(`5 3 src/ts/pages/Reconciliations/components/modal/FeedbackForm.tsx`); report.push(``); -report.push(`2023-03-29T15:52:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9870 fix: add empty fields`); +report.push(`2023-03-29T15:52:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9870 fix: add empty fields`); report.push(`1 1 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2023-03-29T15:56:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2521: SUBO-9870 fix: add empty fields`); +report.push(`2023-03-29T15:56:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2521: JIRA-9870 fix: add empty fields`); report.push(`2023-03-29T15:57:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.70.0 -> master`); -report.push(`2023-03-29T15:57:48+03:00>Petr Petrov>petrov@mail.jp>SUBO-9798 feat: add select for reposts page`); +report.push(`2023-03-29T15:57:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-9798 feat: add select for reposts page`); report.push(`23 28 src/ts/pages/Reports/components/Filters.tsx`); report.push(`1 0 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2023-03-29T16:47:43+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6556 fix: hacksForDAPP - always cast the path to string`); +report.push(`2023-03-29T16:47:43+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6556 fix: hacksForDAPP - always cast the path to string`); report.push(`5 3 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(``); -report.push(`2023-03-29T18:05:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-9926 fix: add condition for form`); +report.push(`2023-03-29T18:05:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-9926 fix: add condition for form`); report.push(`10 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(``); -report.push(`2023-03-29T18:08:45+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2524: SUBO-9926 fix: add condition for form`); -report.push(`2023-03-30T10:19:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9866 fix: change link on road map`); +report.push(`2023-03-29T18:08:45+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2524: JIRA-9926 fix: add condition for form`); +report.push(`2023-03-30T10:19:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9866 fix: change link on road map`); report.push(`4 2 src/ts/snippets/RequestStatus/components/cards/Comment.tsx`); report.push(`6 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-03-30T10:36:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9866 fix: change link on road map`); +report.push(`2023-03-30T10:36:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9866 fix: change link on road map`); report.push(`2 1 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/modal/ConfirmAction.tsx`); report.push(``); -report.push(`2023-03-30T10:49:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9909 fix: change padding for scroll`); +report.push(`2023-03-30T10:49:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9909 fix: change padding for scroll`); report.push(`36 34 src/ts/components/Table/index.tsx`); report.push(`7 6 src/ts/components/Table/styles/index.scss`); 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(`2023-03-30T11:09:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): change day validation`); +report.push(`2023-03-30T11:16:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-03-30T11:38:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9768 fix: add check vendor Uuid`); report.push(`1 0 src/ts/api/eei.ts`); report.push(`3 0 src/ts/pages/Vendors/helpers/validationRules.ts`); report.push(``); -report.push(`2023-03-30T11:46:48+03:00>Sergio Antonov>antonov@mail.jp>Merge remote-tracking branch 'origin/release/release-2.69.0' into feature/SUBO-9923-employee-edit-restore`); -report.push(`2023-03-30T12:59:06+03:00>Petr Petrov>petrov@mail.jp>SUBO-9908 fix: add correct link to cspp.vtb.ru`); +report.push(`2023-03-30T11:46:48+03:00>Sergio Antonov>antonov@mail.jp>Merge remote-tracking branch 'origin/release/release-2.69.0' into feature/JIRA-9923-employee-edit-restore`); +report.push(`2023-03-30T12:59:06+03:00>Petr Petrov>petrov@mail.jp>JIRA-9908 fix: add correct link to cspp.vtb.ru`); report.push(`21 1 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2023-03-30T13:10:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9855 fix: add file load in Builder`); +report.push(`2023-03-30T13:10:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9855 fix: add file load in Builder`); report.push(`3 0 src/ts/pages/Builder/components/role-group/CreateNewDictionary.tsx`); report.push(`35 0 src/ts/pages/Builder/components/shared/LoadFromFile.tsx`); report.push(`7 0 src/ts/pages/Builder/components/shared/TablePanel.tsx`); report.push(`4 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2023-03-30T13:34:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 fix: fix condition for submit`); +report.push(`2023-03-30T13:34:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-8864 fix: fix condition for submit`); report.push(`1 1 src/ts/pages/Vendors/components/Template.tsx`); 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(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`); -report.push(`2023-03-30T13:49:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2519: SUBO-9885 Add custom modal window`); -report.push(`2023-03-30T13:52:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2522: SUBO-9798 feat: add select for reposts page`); -report.push(`2023-03-30T14:05:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9855 fix: add file load in Builder`); +report.push(`2023-03-30T13:48:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2525: JIRA-9866 Change link on roadmap`); +report.push(`2023-03-30T13:48:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2526: JIRA-9909 fix: change padding for scroll`); +report.push(`2023-03-30T13:48:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2527: JIRA-9789 Add buttons for Draft`); +report.push(`2023-03-30T13:48:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2528: JIRA-9457 fix(faq): change day validation`); +report.push(`2023-03-30T13:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2529: JIRA-9768 fix: add check vendor Uuid`); +report.push(`2023-03-30T13:49:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2530: JIRA-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: JIRA-7545 fix: OIR create/edit - check roles for pairs`); +report.push(`2023-03-30T13:49:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2519: JIRA-9885 Add custom modal window`); +report.push(`2023-03-30T13:52:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2522: JIRA-9798 feat: add select for reposts page`); +report.push(`2023-03-30T14:05:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9855 fix: add file load in Builder`); report.push(`10 2 src/ts/pages/Builder/components/role-group/CreateNewDictionary.tsx`); report.push(`7 5 src/ts/pages/Builder/components/shared/LoadFromFile.tsx`); report.push(`1 1 src/ts/pages/Builder/components/shared/TablePanel.tsx`); @@ -34519,167 +34519,167 @@ report.push(`1 1 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`12 0 src/ts/pages/Builder/store/Empowerments.ts`); report.push(`16 0 src/ts/pages/Builder/styles/table.scss`); report.push(``); -report.push(`2023-03-30T14:19:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9855 fix: add file load in Builder`); +report.push(`2023-03-30T14:19:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9855 fix: add file load in Builder`); report.push(`2 2 src/ts/pages/Builder/components/role-group/CreateNewDictionary.tsx`); report.push(`5 4 src/ts/pages/Builder/store/Empowerments.ts`); report.push(``); -report.push(`2023-03-30T14:38:39+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9923 feat: restore editing the employee card`); +report.push(`2023-03-30T14:38:39+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9923 feat: restore editing the employee card`); report.push(`7 25 src/ts/pages/Vendors/components/Template.tsx`); report.push(`4 1 src/ts/pages/Vendors/components/employees/Buttons.tsx`); report.push(`4 4 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 1 src/ts/pages/Vendors/index.tsx`); report.push(``); -report.push(`2023-03-30T15:48:19+03:00>Sergio Antonov>antonov@mail.jp>SUBO-6556 fix: TemplateOir Roles - reset selected roles if there is wrong departmentOwner`); +report.push(`2023-03-30T15:48:19+03:00>Sergio Antonov>antonov@mail.jp>JIRA-6556 fix: TemplateOir Roles - reset selected roles if there is wrong departmentOwner`); report.push(`21 8 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-03-30T16:41:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9885 fix: add custom modal window`); +report.push(`2023-03-30T16:41:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9885 fix: add custom modal window`); report.push(`2 2 src/styles/hack.scss`); report.push(``); -report.push(`2023-03-30T16:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2533: SUBO-9885 fix: add custom modal window`); -report.push(`2023-03-30T17:07:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-8864 fix: fix button request employees page`); +report.push(`2023-03-30T16:48:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2533: JIRA-9885 fix: add custom modal window`); +report.push(`2023-03-30T17:07:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-8864 fix: fix button request employees page`); report.push(`7 4 src/ts/pages/Vendors/components/Template.tsx`); report.push(`10 3 src/ts/pages/Vendors/pages/Employees.tsx`); report.push(`8 4 src/ts/pages/Vendors/pages/EmployeesBlocking.tsx`); report.push(``); -report.push(`2023-03-31T10:36:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9898 feat: change bug report api`); +report.push(`2023-03-31T10:36:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9898 feat: change bug report api`); report.push(`10 4 src/ts/helpers/http/cache.ts`); report.push(``); -report.push(`2023-03-31T10:37:47+03:00>Sergio Antonov>antonov@mail.jp>Merge remote-tracking branch 'origin/release/release-2.71.0' into bugfix/SUBO-6556-create-oir-dapp-orgunit-restrict`); -report.push(`2023-03-31T10:42:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9898 feat: change bug report api`); +report.push(`2023-03-31T10:37:47+03:00>Sergio Antonov>antonov@mail.jp>Merge remote-tracking branch 'origin/release/release-2.71.0' into bugfix/JIRA-6556-create-oir-dapp-orgunit-restrict`); +report.push(`2023-03-31T10:42:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9898 feat: change bug report api`); report.push(`4 1 src/ts/helpers/http/cache.ts`); report.push(``); -report.push(`2023-03-31T10:51:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2534: SUBO-9898 feat: change bug report api`); +report.push(`2023-03-31T10:51:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2534: JIRA-9898 feat: change bug report api`); report.push(`2023-03-31T10:51:02+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); -report.push(`2023-03-31T10:52:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9898 fix: change selected roles`); +report.push(`2023-03-31T10:52:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9898 fix: change selected roles`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-03-31T10:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2535: SUBO-9898 Change selected roles`); -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:00:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9898 fix: change selected roles`); +report.push(`2023-03-31T10:59:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2535: JIRA-9898 Change selected roles`); +report.push(`2023-03-31T11:07:10+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'feature/JIRA-8864-redesign-vendors-employees-form' into feature/JIRA-9923-employee-edit-restore`); +report.push(`2023-03-31T12:00:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9898 fix: change selected roles`); report.push(`14 6 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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(faq): employee card layout`); +report.push(`2023-03-31T11:07:10+03:00>Sergio Antonov>antonov@mail.jp>Merge branch 'feature/JIRA-8864-redesign-vendors-employees-form' into feature/JIRA-9923-employee-edit-restore`); +report.push(`2023-03-31T12:33:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2536: JIRA-9898 fix: change selected roles`); +report.push(`2023-03-31T13:04:57+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): change filter for reconciliations`); +report.push(`2023-03-31T13:08:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2537: JIRA-9957б JIRA-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(faq): change day validation`); +report.push(`2023-03-31T14:20:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2539: JIRA-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>Pull request #2540: JIRA-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`); -report.push(`2023-03-31T14:22:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2541: SUBO-9885 Add custom modal window`); +report.push(`2023-03-31T14:22:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2541: JIRA-9885 Add custom modal window`); report.push(`2023-03-31T14:22:23+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); -report.push(`2023-03-31T14:22:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2542: SUBO-9866 Change link on roadmap`); +report.push(`2023-03-31T14:22:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2542: JIRA-9866 Change link on roadmap`); report.push(`2023-03-31T14:22:49+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); -report.push(`2023-03-31T14:26:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2523: Bugfix/SUBO-6556 create oir dapp orgunit restrict`); +report.push(`2023-03-31T14:26:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2523: Bugfix/JIRA-6556 create oir dapp orgunit restrict`); report.push(`2023-03-31T14:26:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); report.push(`2023-03-31T14:27:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.72.0 -> master`); -report.push(`2023-03-31T14:27:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2543: SUBO-7545 fix: OIR create/edit - check roles for pairs`); -report.push(`2023-03-31T14:28:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-03-31T15:09:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add new message for validation`); +report.push(`2023-03-31T14:27:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2543: JIRA-7545 fix: OIR create/edit - check roles for pairs`); +report.push(`2023-03-31T14:28:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-03-31T15:09:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add new message for validation`); report.push(`2 2 src/ts/api/request.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-03-31T15:18:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add new message for validation`); +report.push(`2023-03-31T15:18:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add new message for validation`); report.push(`10 2 src/ts/api/request.ts`); report.push(`14 8 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-03-31T15:21:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: add new message for validation`); +report.push(`2023-03-31T15:21:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add new message for validation`); report.push(`6 1 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-03-31T15:53:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9790 fix: add filter on treatments`); +report.push(`2023-03-31T15:53:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9790 fix: add filter on treatments`); report.push(`11 4 src/ts/api/request.ts`); report.push(`5 0 src/ts/pages/Treatments/helpers/routes.ts`); report.push(``); -report.push(`2023-03-31T16:49:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 fix: add new report`); +report.push(`2023-03-31T16:49:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9726 fix: add new report`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`54 0 src/ts/pages/Reports/components/FilterByAuditorIS.tsx`); report.push(`11 0 src/ts/pages/Reports/components/Filters.tsx`); report.push(`89 0 src/ts/pages/Reports/components/ReportByAuditorIS.tsx`); report.push(`144 0 src/ts/pages/Reports/components/TableForAuditorIS.tsx`); report.push(``); -report.push(`2023-03-31T16:52:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-03-31T16:57:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9920 fix: All Requests - 900 filter improvement`); +report.push(`2023-03-31T16:52:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-03-31T16:57:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9920 fix: All Requests - 900 filter improvement`); 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(faq): send correct id for call action`); +report.push(`2023-03-31T22:20:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2023-04-01T18:36:23+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2547: SUBO-9909 fix: change padding for scroll`); -report.push(`2023-04-02T17:38:24+03:00>Oleg Losev>losev@net.it>Pull request #2371: SUBO-9357, SUBO-6632, SUBO-9248, SUBO-9591 - Abac и Харинцев`); +report.push(`2023-04-01T18:36:23+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2547: JIRA-9909 fix: change padding for scroll`); +report.push(`2023-04-02T17:38:24+03:00>Oleg Losev>losev@net.it>Pull request #2371: JIRA-9357, JIRA-6632, JIRA-9248, JIRA-9591 - Abac и Харинцев`); report.push(`2023-04-02T17:38:24+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.74.0 -> master`); report.push(`2023-04-02T21:32:31+03:00>Oleg Losev>losev@net.it>resolveConflicts`); report.push(`2023-04-02T21:33:22+03:00>Oleg Losev>losev@net.it>Pull request #2548: Feature/to 2.74`); report.push(`2023-04-02T21:33:23+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-02T21:35:35+03:00>Oleg Losev>losev@net.it>Pull request #2549: Bugfix/SUBO-9789 Add buttons for Draft`); +report.push(`2023-04-02T21:35:35+03:00>Oleg Losev>losev@net.it>Pull request #2549: Bugfix/JIRA-9789 Add buttons for Draft`); report.push(`2023-04-02T21:35:36+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-03T09:23:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: change URL for Additional`); +report.push(`2023-04-03T09:23:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: change URL for Additional`); report.push(`6 17 src/ts/api/request.ts`); report.push(`1 1 src/ts/components/AccessControl/guard.ts`); report.push(`4 4 src/ts/pages/Authorization/components/Success.tsx`); report.push(``); -report.push(`2023-04-03T09:25:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2550: SUBO-8313 fix: change URL for Additional`); +report.push(`2023-04-03T09:25:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2550: JIRA-8313 fix: change URL for Additional`); report.push(`2023-04-03T09:25:50+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-03T10:29:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9898 fix: change selected roles`); +report.push(`2023-04-03T10:29:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9898 fix: change selected roles`); report.push(`38 14 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); 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(OIR): AdditionalServices2 - fix save request`); +report.push(`2023-04-03T10:35:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2551: JIRA-9898 fix: change selected roles`); +report.push(`2023-04-03T10:41:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2544: JIRA-9703 Add new message for validation`); +report.push(`2023-04-03T11:25:59+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): AdditionalServices2 - fix save request`); +report.push(`2023-04-03T11:28:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2552: JIRA-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(`2023-04-03T12:11:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): set default date diff`); +report.push(`2023-04-03T13:18:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): set default date diff`); +report.push(`2023-04-03T13:20:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2554: JIRA-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(`2023-04-03T13:24:38+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9988 fix: Request2 - show also other requests, not only additional`); report.push(`8 2 src/ts/pages/Request2/helpers/loadTemplateInfo.ts`); 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:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2555: JIRA-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(OIR): add empty actions`); +report.push(`2023-04-03T13:43:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add empty actions`); +report.push(`2023-04-03T13:45:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2556: JIRA-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(`2023-04-03T14:41:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add new message for validation`); report.push(`2 2 src/ts/api/request.ts`); report.push(`9 6 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-04-03T14:44:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2557: SUBO-9703 fix: add new message for validation`); -report.push(`2023-04-03T15:23:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9993 fix: pages/Template - init availableActions with [] by default`); +report.push(`2023-04-03T14:44:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2557: JIRA-9703 fix: add new message for validation`); +report.push(`2023-04-03T15:23:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9993 fix: pages/Template - init availableActions with [] by default`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2023-04-03T15:32:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2558: SUBO-9993 fix: pages/Template - init availableActions with [] by default`); +report.push(`2023-04-03T15:32:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2558: JIRA-9993 fix: pages/Template - init availableActions with [] by default`); report.push(`2023-04-03T15:32:35+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-03T17:09:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9995 fix: convertFromBackend new jsonSchema - prevent to load items with query.length < 3 within getCustomLoader`); +report.push(`2023-04-03T17:09:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9995 fix: convertFromBackend new jsonSchema - prevent to load items with query.length < 3 within getCustomLoader`); report.push(`9 0 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(``); -report.push(`2023-04-03T17:18:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2559: SUBO-9995 fix: convertFromBackend new jsonSchema - prevent to load items with query.length < 3 within getCustomLoader`); +report.push(`2023-04-03T17:18:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2559: JIRA-9995 fix: convertFromBackend new jsonSchema - prevent to load items with query.length < 3 within getCustomLoader`); report.push(`2023-04-03T17:18:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.74.0 -> master`); -report.push(`2023-04-03T17:26:18+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9920 fix: reconciliations 900 - fix employee in request filter`); +report.push(`2023-04-03T17:26:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9920 fix: reconciliations 900 - fix employee in request filter`); 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(AIS): fix 900 depend field for modal`); +report.push(`2023-04-03T17:30:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2546: JIRA-9920 fix: All Requests - 900 filter improvement`); +report.push(`2023-04-04T09:46:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-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,69 +34690,69 @@ 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(AIS): fix requset adress 900 modal`); +report.push(`2023-04-04T10:14:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): fix 900 clean code`); +report.push(`2023-04-04T10:23:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2023-04-04T10:31:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9999 fix: default disabled for field`); +report.push(`2023-04-04T10:31:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9999 fix: default disabled for field`); 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(AIS): fix 900 depend field for modal`); +report.push(`2023-04-04T10:32:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2560: JIRA-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-04T10:59:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2562: JIRA-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`); -report.push(`2023-04-04T11:53:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2563: SUBO-9771 - another way to get dictionaries`); -report.push(`2023-04-04T11:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2564: SUBO-9789 Add buttons for Draft`); -report.push(`2023-04-04T12:34:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: show buttons in draft`); +report.push(`2023-04-04T11:53:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2563: JIRA-9771 - another way to get dictionaries`); +report.push(`2023-04-04T11:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2564: JIRA-9789 Add buttons for Draft`); +report.push(`2023-04-04T12:34:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: show buttons in draft`); report.push(`2 2 src/ts/pages/Template/components/Template.tsx`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-04-04T12:38:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: show buttons in draft`); +report.push(`2023-04-04T12:38:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: show buttons in draft`); report.push(`4 0 src/ts/api/roles.ts`); report.push(``); -report.push(`2023-04-04T12:41:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2565: SUBO-10008 Fix buttons`); -report.push(`2023-04-04T13:16:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: show buttons in draft`); +report.push(`2023-04-04T12:41:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2565: JIRA-10008 Fix buttons`); +report.push(`2023-04-04T13:16:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: show buttons in draft`); report.push(`1 1 src/setupProxy.js`); report.push(`24 8 src/ts/pages/Template/components/Template.tsx`); report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-04-04T13:20:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: show buttons in draft`); +report.push(`2023-04-04T13:20:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: show buttons in draft`); 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(AIS): add block user in additional`); +report.push(`2023-04-04T13:22:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2566: JIRA-10008 Fix buttons`); +report.push(`2023-04-04T14:07:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add field consonant info`); +report.push(`2023-04-04T14:43:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): add style and key`); +report.push(`2023-04-04T15:40:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-04T16:09:18+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9749 fix: Template/Form - init selectDomain with proper domain`); report.push(`1 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2023-04-04T16:52:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-9966 fix: add new status`); +report.push(`2023-04-04T16:52:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-9966 fix: add new status`); report.push(`6 0 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); -report.push(`2023-04-04T18:27:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-9421 feat: add schema for oir change`); +report.push(`2023-04-04T18:27:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-9421 feat: add schema for oir change`); report.push(`1 1 src/ts/pages/NewJsonSchema/helpers/convertFromBackend.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-05T09:28:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: add redirect for not Draft (pt.2)`); +report.push(`2023-04-05T09:28:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: add redirect for not Draft (pt.2)`); report.push(`8 1 src/ts/pages/Draft/index.tsx`); report.push(``); -report.push(`2023-04-05T09:39:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10008 fix: add redirect for not Draft (pt.1)`); +report.push(`2023-04-05T09:39:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10008 fix: add redirect for not Draft (pt.1)`); report.push(`7 4 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2023-04-05T09:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10026 fix: add new status`); +report.push(`2023-04-05T09:53:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10026 fix: add new status`); report.push(`6 1 src/ts/components/Table/components/cells/CellStatusTag.tsx`); report.push(`6 1 src/ts/pages/MainPage/components/tasks/Item.tsx`); report.push(`4 1 src/ts/pages/Request/index.tsx`); @@ -34761,27 +34761,27 @@ report.push(`2 1 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); 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(AIS): change OIR name in SideBar`); +report.push(`2023-04-05T09:58:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2573: JIRA-10008, JIRA-10026 Fix buttons in Draft`); +report.push(`2023-04-05T10:58:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(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(faq): add hack for 900`); +report.push(`2023-04-05T11:02:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2574: JIRA-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: JIRA-9936 fix: perfomance for big dictionary`); +report.push(`2023-04-05T11:24:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2568: JIRA-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: JIRA-9967 fix(faq): add field consonant info`); +report.push(`2023-04-05T11:26:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2572: JIRA-9421 feat: add schema for oir change`); +report.push(`2023-04-05T11:27:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2503: JIRA-9712 Add validation for role`); +report.push(`2023-04-05T12:04:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-05T12:14:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-9966 fix: fix rename status closed`); report.push(`2 2 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); -report.push(`2023-04-05T12:23:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-9966 fix: resolve conflict`); -report.push(`2023-04-05T12:31:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-9966 fix: rename status labels`); +report.push(`2023-04-05T12:23:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-9966 fix: resolve conflict`); +report.push(`2023-04-05T12:31:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-9966 fix: rename status labels`); report.push(`1 6 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); -report.push(`2023-04-05T12:39:08+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10006 fix: update code dzo on the fly`); +report.push(`2023-04-05T12:39:08+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10006 fix: update code dzo on the fly`); report.push(`12 0 src/ts/components/JsonSchemaForm/helpers/FieldDependencies.ts`); report.push(`7 15 src/ts/components/JsonSchemaForm/helpers/WidgetContainer.tsx`); report.push(`1 1 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); @@ -34790,19 +34790,19 @@ report.push(`10 2 src/ts/pages/AdditionalServices2/helpers/hacksFor900.ts`); report.push(`30 0 src/ts/pages/AdditionalServices2/helpers/hacksForDZO.ts`); report.push(`2 0 src/ts/pages/AdditionalServices2/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-05T14:44:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9998 fix: change request type for OIR`); +report.push(`2023-04-05T14:44:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9998 fix: change request type for OIR`); report.push(`19 18 src/ts/api/request.ts`); report.push(``); -report.push(`2023-04-05T14:46:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2577: SUBO-10006 fix: update code dzo on the fly`); -report.push(`2023-04-05T14:48:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2578: SUBO-9998 fix: change request type for OIR`); -report.push(`2023-04-05T14:49:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2576: Bugfix/SUBO-9966 frontend add new status`); -report.push(`2023-04-05T16:50:39+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9999 fix: new json schema - add dynamicFields to initState`); +report.push(`2023-04-05T14:46:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2577: JIRA-10006 fix: update code dzo on the fly`); +report.push(`2023-04-05T14:48:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2578: JIRA-9998 fix: change request type for OIR`); +report.push(`2023-04-05T14:49:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2576: Bugfix/JIRA-9966 frontend add new status`); +report.push(`2023-04-05T16:50:39+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9999 fix: new json schema - add dynamicFields to initState`); report.push(`1 1 src/ts/components/JsonSchemaForm/helpers/builder.tsx`); 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(faq): divided users consinant as main and other`); +report.push(`2023-04-05T18:56:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): change name subtitle`); +report.push(`2023-04-05T19:14:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2023-04-05T23:47:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new reports`); +report.push(`2023-04-06T00:33:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,24 +34836,24 @@ 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(Excel): add new reports`); +report.push(`2023-04-06T00:47:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new reports`); +report.push(`2023-04-06T01:00:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new reports`); +report.push(`2023-04-06T01:03:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-04-06T09:40:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-10014 fix: add recipient user for copied request`); report.push(`11 3 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-06T09:47:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 fix: add new report`); +report.push(`2023-04-06T09:47:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9726 fix: add new report`); report.push(`9 0 src/ts/api/report.ts`); report.push(`13 8 src/ts/pages/Reports/components/AuditorIS/Report.tsx`); report.push(`13 8 src/ts/pages/Reports/components/AuditorOIR/Report.tsx`); @@ -34862,183 +34862,183 @@ report.push(`13 8 src/ts/pages/Reports/components/UserHistory/Report.tsx`); report.push(`1 1 src/ts/pages/Reports/components/UserHistory/Table.tsx`); 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(faq): rename header`); +report.push(`2023-04-06T09:51:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2570: JIRA-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: JIRA-9725, JIRA-9726, JIRA-9728, JIRA-10000 Add new reports`); +report.push(`2023-04-06T10:51:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-06T11:37:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10058 fix: add time zone offset`); report.push(`10 1 src/ts/helpers/formatter.ts`); report.push(`2 1 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`2 1 src/ts/pages/Notifications/components/item/Tnp.tsx`); report.push(`3 2 src/ts/pages/Notifications/components/item/Vendor.tsx`); report.push(`2 1 src/ts/snippets/ShortCard/index.tsx`); report.push(``); -report.push(`2023-04-06T11:47:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2583: SUBO-10058 fix: add time zone offset`); -report.push(`2023-04-06T12:14:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10058 fix: add time zone offset`); +report.push(`2023-04-06T11:47:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2583: JIRA-10058 fix: add time zone offset`); +report.push(`2023-04-06T12:14:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10058 fix: add time zone offset`); report.push(`1 10 src/ts/helpers/formatter.ts`); report.push(`1 2 src/ts/pages/Builder/components/shared/RulesList.tsx`); report.push(`1 2 src/ts/pages/Notifications/components/item/Tnp.tsx`); 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(AIS): add getAsuorUnits for getbyid`); +report.push(`2023-04-06T12:19:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2584: JIRA-10058 fix: add time zone offset`); +report.push(`2023-04-06T12:59:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): new json schema - get store dynamically within a form`); +report.push(`2023-04-06T14:02:00+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(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(`2023-04-06T16:57:40+03:00>Машуков Никита Сергеевич (4082670)>nmashukov@dev.vtb.ru>Pull request #2586: JIRA-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>JIRA-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`); report.push(``); -report.push(`2023-04-07T09:30:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); +report.push(`2023-04-07T09:30:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); report.push(`1 1 src/ts/pages/Request/components/CreateRequest.tsx`); report.push(`1 1 src/ts/pages/Request/index.tsx`); report.push(`1 1 src/ts/pages/Template/components/Template.tsx`); report.push(``); -report.push(`2023-04-07T10:40:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9703 fix: change link text`); +report.push(`2023-04-07T10:40:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix dependency prefix field`); +report.push(`2023-04-07T10:41:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): fix dependency prefix field`); +report.push(`2023-04-07T10:46:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2588: JIRA-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`); +report.push(`2023-04-07T10:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2589: JIRA-9703 fix: change link text`); +report.push(`2023-04-07T12:12:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add new message for validation`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-04-07T12:18:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2590: SUBO-9703 fix: add new message for validation`); -report.push(`2023-04-07T12:20:50+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10010 fix: Reconciliations template filters - remove departmentOwner filter`); +report.push(`2023-04-07T12:18:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2590: JIRA-9703 fix: add new message for validation`); +report.push(`2023-04-07T12:20:50+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10010 fix: Reconciliations template filters - remove departmentOwner filter`); report.push(`0 6 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2023-04-07T12:45:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10049 fix: add correct org unit in Dapp`); +report.push(`2023-04-07T12:45:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10049 fix: add correct org unit in Dapp`); report.push(`4 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(`2 1 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(`4 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-07T12:50:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10049 fix: add correct org unit in Dapp`); +report.push(`2023-04-07T12:50:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10049 fix: add correct org unit in Dapp`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(``); -report.push(`2023-04-07T13:26:01+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10045 fix: builder roles - fix show button condition`); +report.push(`2023-04-07T13:26:01+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10045 fix: builder roles - fix show button condition`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(``); -report.push(`2023-04-07T13:30:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9895 fix: get correct ids for abac`); +report.push(`2023-04-07T13:30:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9895 fix: get correct ids for abac`); report.push(`7 2 src/ts/pages/Request/helpers/loadAbacTreeFullValue.ts`); report.push(``); -report.push(`2023-04-07T15:18:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9890 fix: add multiple for Abac`); +report.push(`2023-04-07T15:18:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9890 fix: add multiple for Abac`); report.push(`4 0 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); -report.push(`2023-04-07T16:00:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9890 fix: add multiple for Abac`); +report.push(`2023-04-07T16:00:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9890 fix: add multiple for Abac`); report.push(`7 2 src/ts/components/JsonSchema/components/widgets/OrgUnitTree.tsx`); report.push(`1 0 src/ts/components/JsonSchema/helpers/builder.tsx`); 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(faq): add name consonant bank`); +report.push(`2023-04-07T16:06:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2023-04-07T16:32:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): add hack for 478 date audit`); +report.push(`2023-04-07T16:33:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): change formatted text`); +report.push(`2023-04-07T17:11:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-04-07T17:42:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9703 fix: add message for validation`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-04-07T17:47:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2598: SUBO-9703 fix: add message for validation`); -report.push(`2023-04-07T18:09:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2600: Bugfix/SUBO-9898 Change selected roles`); +report.push(`2023-04-07T17:47:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2598: JIRA-9703 fix: add message for validation`); +report.push(`2023-04-07T18:09:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2600: Bugfix/JIRA-9898 Change selected roles`); report.push(`2023-04-07T18:09:07+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T18:09:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2601: Bugfix/SUBO-9920 employee in request`); +report.push(`2023-04-07T18:09:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2601: Bugfix/JIRA-9920 employee in request`); report.push(`2023-04-07T18:09:39+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T18:10:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2602: Bugfix/SUBO-9789 Add buttons for Draft`); +report.push(`2023-04-07T18:10:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2602: Bugfix/JIRA-9789 Add buttons for Draft`); report.push(`2023-04-07T18:10:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T18:11:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2603: SUBO-9790 fix: add filter on treatments`); +report.push(`2023-04-07T18:11:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2603: JIRA-9790 fix: add filter on treatments`); report.push(`2023-04-07T18:11:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-07T18:11:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2604: SUBO-9936 fix: perfomance for big dictionary`); +report.push(`2023-04-07T18:11:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2604: JIRA-9936 fix: perfomance for big dictionary`); 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>Pull request #2605: JIRA-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(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:13:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9967 fix(faq): merge with release`); +report.push(`2023-04-07T18:16:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2599: Bugfix/JIRA-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(OIR): add hack for date audit 478`); +report.push(`2023-04-07T19:08:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): add asuor units for request`); +report.push(`2023-04-07T19:17:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2023-04-07T19:28:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): fix correct display field update new`); +report.push(`2023-04-07T19:37:20+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2023-04-10T08:59:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add block user in additional`); +report.push(`2023-04-10T09:33:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(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(faq): change request for Owners`); +report.push(`2023-04-10T09:38:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2611: JIRA-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: JIRA-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: JIRA-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: JIRA-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: JIRA-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: JIRA-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: JIRA-10045 fix: builder roles - fix show button condition`); +report.push(`2023-04-10T11:57:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-04-10T12:15:39+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9891 feat: disable blocked users within selects`); +report.push(`2023-04-10T12:15:39+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9891 feat: disable blocked users within selects`); 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(faq): change request for Owners`); +report.push(`2023-04-10T12:48:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-04-10T14:22:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2613: SUBO-9710 feat: add 'custom-user' widget`); -report.push(`2023-04-10T15:42:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10054 fix: add recipient info`); +report.push(`2023-04-10T14:22:33+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2613: JIRA-9710 feat: add 'custom-user' widget`); +report.push(`2023-04-10T15:42:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10054 fix: add recipient info`); report.push(`13 8 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-04-10T17:18:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10049 fix: add correct orgUnit`); +report.push(`2023-04-10T17:18:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10049 fix: add correct orgUnit`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/hacksForDAPP.ts`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-10T17:23:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2592: SUBO-10049 fix: add correct org unit in Dapp`); -report.push(`2023-04-10T17:29:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2591: SUBO-10010 fix: Reconciliations template filters - remove departmentOwner filter`); -report.push(`2023-04-10T17:53:04+03:00>Sergio Antonov>antonov@mail.jp>SUBO-10054 fix: request 900 - put user info from recipient`); +report.push(`2023-04-10T17:23:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2592: JIRA-10049 fix: add correct org unit in Dapp`); +report.push(`2023-04-10T17:29:36+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2591: JIRA-10010 fix: Reconciliations template filters - remove departmentOwner filter`); +report.push(`2023-04-10T17:53:04+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10054 fix: request 900 - put user info from recipient`); report.push(`14 1 src/ts/pages/NewJsonSchema/helpers/getInitState.ts`); report.push(`8 1 src/ts/pages/Request2/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-10T20:33:22+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2615: SUBO-9998 fix: change request type for OIR`); +report.push(`2023-04-10T20:33:22+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #2615: JIRA-9998 fix: change request type for OIR`); report.push(`2023-04-10T20:33:23+03:00>Victor Viktorovich>viktorovich@mail.com>Automatic merge from release/release-2.75.0-candidate -> master`); -report.push(`2023-04-11T09:57:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 fix: add new reports`); +report.push(`2023-04-11T09:57:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9726 fix: add new reports`); report.push(`10 0 src/ts/api/report.ts`); report.push(`12 0 src/ts/pages/Reports/components/Filters.tsx`); report.push(`2 2 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); @@ -35047,35 +35047,35 @@ report.push(`117 0 src/ts/pages/Reports/components/UserRoles/Report.tsx`); 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(AIS): add hack for dependency prefix dynamic fields`); +report.push(`2023-04-11T10:03:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2616: JIRA-9726 fix: add new reports`); +report.push(`2023-04-11T10:11:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(AIS): resolve conflict`); +report.push(`2023-04-11T10:19:32+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-11T10:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2617: JIRA-9798 feat: add select for reposts page`); report.push(`2023-04-11T10:31:55+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:34:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2618: SUBO-9891 Add block user in additional`); +report.push(`2023-04-11T10:34:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2618: JIRA-9891 Add block user in additional`); report.push(`2023-04-11T10:34:15+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:36:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2619: SUBO-10014 fix: add recipient user for copied request update`); +report.push(`2023-04-11T10:36:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2619: JIRA-10014 fix: add recipient user for copied request update`); report.push(`2023-04-11T10:36:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:38:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2621: SUBO-10045 fix: builder roles - fix show button condition`); +report.push(`2023-04-11T10:38:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2621: JIRA-10045 fix: builder roles - fix show button condition`); report.push(`2023-04-11T10:38:18+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:38:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2622: SUBO-10010 fix: Reconciliations template filters - remove departmentOwner filter`); +report.push(`2023-04-11T10:38:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2622: JIRA-10010 fix: Reconciliations template filters - remove departmentOwner filter`); report.push(`2023-04-11T10:38:45+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:39:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2623: SUBO-10049 Add correct orgUnit in Dapp`); +report.push(`2023-04-11T10:39:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2623: JIRA-10049 Add correct orgUnit in Dapp`); report.push(`2023-04-11T10:39:41+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:43:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2614: SUBO-10054 fix: add recipient info`); +report.push(`2023-04-11T10:43:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2614: JIRA-10054 fix: add recipient info`); report.push(`2023-04-11T10:43:53+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.76.0 -> master`); -report.push(`2023-04-11T10:44:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2597: SUBO-9881 Change formatted text`); +report.push(`2023-04-11T10:44:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2597: JIRA-9881 Change formatted text`); 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:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2594: JIRA-9890, JIRA-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(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(`2023-04-11T10:49:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-7072 fix(OIR): merge with release`); +report.push(`2023-04-11T11:11:41+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2538: Bugfix/JIRA-9947 employee edit layout`); +report.push(`2023-04-11T11:47:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10026 fix: add new status`); report.push(`4 0 src/ts/api/roles.ts`); report.push(`6 1 src/ts/components/Table/components/cells/CellStatusTag.tsx`); report.push(`8 1 src/ts/pages/Draft/index.tsx`); @@ -35089,9 +35089,9 @@ report.push(`2 0 src/ts/snippets/RequestStatus/components/cards/Info.tsx`); report.push(`8 2 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-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:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2624: JIRA-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(faq): update employee edit layout`); +report.push(`2023-04-11T12:11:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,60 +35102,60 @@ 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(OIR): add description for template 2`); +report.push(`2023-04-11T12:18:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show prefix in 1205`); +report.push(`2023-04-11T12:27:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show prefix in 1205`); +report.push(`2023-04-11T12:32:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2626: JIRA-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(faq): correct display copy 2`); +report.push(`2023-04-11T12:45:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8864 fix: merge with release`); +report.push(`2023-04-11T12:48:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-04-11T12:51:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2627: JIRA-9987 fix(faq): correct display copy 2`); +report.push(`2023-04-11T13:01:30+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(``); -report.push(`2023-04-11T13:11:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8864 fix: redesign vendors emp`); +report.push(`2023-04-11T13:11:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8864 fix: redesign vendors emp`); 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(OIR): load files while copy an additional request`); +report.push(`2023-04-11T13:13:59+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): add new design employee vendors form`); +report.push(`2023-04-11T13:15:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2300: JIRA-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(`2023-04-11T13:55:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9950 fix: change validation for OIR`); report.push(`14 6 src/ts/api/request.ts`); report.push(`23 5 src/ts/pages/TemplateOir/helpers/create-request/validateWithCallback.ts`); report.push(``); -report.push(`2023-04-11T13:59:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9950 fix: change validation for OIR`); +report.push(`2023-04-11T13:59:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9950 fix: change validation for OIR`); report.push(`10 10 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`1 1 src/ts/components/Table/styles/index.scss`); 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:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2628: JIRA-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(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:05:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-11T14:13:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9992 fix(OIR): merge with release`); +report.push(`2023-04-11T14:17:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2629: JIRA-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(OIR): new json schema, convertFromBackend - fix file selecting`); +report.push(`2023-04-11T14:31:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-11T15:08:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(OIR): FormStore - delete redundant action annotations; fix 1205 modal address validation`); +report.push(`2023-04-11T15:47:37+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): adaptive table menu`); +report.push(`2023-04-11T15:47:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -35164,121 +35164,121 @@ report.push(`11 0 src/ts/components/Table/styles/hacks.scss`); report.push(`2 1 src/ts/components/Table/styles/index.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-04-11T15:54:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9890 fix: multiple values`); +report.push(`2023-04-11T15:54:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9890 fix: multiple values`); 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>Pull request #2631: JIRA-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(AIS): add asuor units for request`); +report.push(`2023-04-11T16:17:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2632: JIRA-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(OIR): aditional requests 2 - correct getRecipientUpn function`); +report.push(`2023-04-11T16:28:49+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(profile): add vendors in TNP`); +report.push(`2023-04-11T16:31:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add vendors in TNP`); +report.push(`2023-04-11T16:37:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): 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>JIRA-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(faq): change request for Owners`); +report.push(`2023-04-12T09:41:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-04-12T10:04:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6593 fix: remove pagination hack`); report.push(`1 1 src/setupProxy.js`); report.push(`6 100 src/ts/api/request.ts`); report.push(`0 3 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-04-12T10:10:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6593 fix: remove pagination hack`); +report.push(`2023-04-12T10:10:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6593 fix: remove pagination hack`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-04-12T10:28:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-12T11:40:57+03:00>Petr Petrov>petrov@mail.jp>SUBO-9984 fix: name template warning`); +report.push(`2023-04-12T10:28:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-12T11:40:57+03:00>Petr Petrov>petrov@mail.jp>JIRA-9984 fix: name template warning`); report.push(`1 1 src/ts/pages/Builder/components/Header.tsx`); report.push(``); -report.push(`2023-04-12T11:45:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10149 fix: cant add Role`); +report.push(`2023-04-12T11:45:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10149 fix: cant add Role`); report.push(`2 2 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(``); -report.push(`2023-04-12T11:50:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2636: SUBO-10149 fix: cant add Role`); +report.push(`2023-04-12T11:50:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2636: JIRA-10149 fix: cant add Role`); report.push(`2023-04-12T11:51:11+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.77.0 -> master`); -report.push(`2023-04-12T11:51:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2637: SUBO-10149 fix: cant add Role`); -report.push(`2023-04-12T11:52:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2635: SUBO-9984 fix: name template warning`); +report.push(`2023-04-12T11:51:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2637: JIRA-10149 fix: cant add Role`); +report.push(`2023-04-12T11:52:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2635: JIRA-9984 fix: name template warning`); report.push(`2023-04-12T11:52:20+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.77.0 -> master`); -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`); +report.push(`2023-04-12T12:19:44+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10116 fix: builder roles - show owner unit is non-actual notification`); report.push(`18 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); 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(`2023-04-12T12:50:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-04-12T13:03:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2640: JIRA-7072 fix(OIR): add description for template 2`); +report.push(`2023-04-12T13:40:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); -report.push(`2023-04-12T14:55:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10113 fix: add in 900 limit for 25 people`); +report.push(`2023-04-12T14:25:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2639: JIRA-10113 fix: add limit for pepople for 900`); +report.push(`2023-04-12T14:55:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10113 fix: add in 900 limit for 25 people`); 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(faq): update state`); +report.push(`2023-04-12T15:05:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): update select id`); +report.push(`2023-04-12T15:23:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-12T15:31:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10118 fix: hide empty cell`); report.push(`22 19 src/ts/components/Table/components/cells/CellOverflowMenu.tsx`); 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(`2023-04-12T15:43:52+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): adaptive table menu`); +report.push(`2023-04-12T16:40:34+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2630: JIRA-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(`2023-04-12T17:05:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): fake handle onChange`); +report.push(`2023-04-12T17:11:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2645: JIRA-10115 fix: builder RoleForm validation`); +report.push(`2023-04-12T17:13:09+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-04-12T12:19:44+03:00>Sergio Antonov>antonov@mail.jp>JIRA-10116 fix: builder roles - show owner unit is non-actual notification`); 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(faq): add hack reload hande onChange`); +report.push(`2023-04-12T17:17:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2646: JIRA-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/JIRA-9712 Add validation for role`); +report.push(`2023-04-12T17:58:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): add hack file for reload 701`); +report.push(`2023-04-12T18:24:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(``); -report.push(`2023-04-12T22:08:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-10105 fix: save initial state fix disabled filter`); +report.push(`2023-04-12T22:08:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-10105 fix: save initial state fix disabled filter`); 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(OIR): add description for template`); +report.push(`2023-04-13T09:17:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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`); +report.push(`2023-04-13T09:21:44+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2650: JIRA-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/JIRA-8313-JsonSchemaForm-builder`); +report.push(`2023-04-13T09:40:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-13T10:04:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10054 fix: add in 900 recipient info`); report.push(`7 4 src/ts/pages/AdditionalServices/helpers/hackForCopy.ts`); report.push(`6 5 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-13T10:09:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2651: SUBO-10054 fix: add in 900 recipient info`); -report.push(`2023-04-13T11:02:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10045 fix: return is edit for 433`); +report.push(`2023-04-13T10:09:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2651: JIRA-10054 fix: add in 900 recipient info`); +report.push(`2023-04-13T11:02:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10045 fix: return is edit for 433`); report.push(`4 2 src/ts/pages/Builder/components/role-group/Roles.tsx`); 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:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2652: JIRA-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(AIS): add reason in road map`); +report.push(`2023-04-13T11:09:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2653: JIRA-10045 fix: return is edit for 433`); +report.push(`2023-04-13T13:01:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -35287,56 +35287,56 @@ report.push(`1 0 src/ts/snippets/RequestStatus/styles/index.scss`); report.push(`19 0 src/ts/snippets/RequestStatus/styles/rule.scss`); report.push(`1 1 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(``); -report.push(`2023-04-13T13:58:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10061 feat: add reason in road map`); +report.push(`2023-04-13T13:58:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10061 feat: add reason in road map`); report.push(`0 51 src/ts/api/request.ts`); report.push(`0 2 src/ts/snippets/RequestStatus/components/RuleInfo.tsx`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(`1 0 src/ts/snippets/RequestStatus/styles/rule.scss`); report.push(``); -report.push(`2023-04-13T14:16:47+03:00>Sergio Antonov>antonov@mail.jp>SUBO-9569 feat: widget Table - other columns for 478 request`); +report.push(`2023-04-13T14:16:47+03:00>Sergio Antonov>antonov@mail.jp>JIRA-9569 feat: widget Table - other columns for 478 request`); report.push(`21 13 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-04-13T14:21:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9380 feat: hide user list`); +report.push(`2023-04-13T14:21:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9380 feat: hide user list`); 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-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:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2657: JIRA-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(faq): reload additional fileds`); +report.push(`2023-04-13T15:21:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2641: JIRA-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`); -report.push(`2023-04-13T15:23:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2648: SUBO-10105 fix: save initial state fix disabled filter`); -report.push(`2023-04-13T15:24:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2643: SUBO-10118 fix: hide empty cell`); -report.push(`2023-04-13T15:29:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10195 fix: request with asuor`); +report.push(`2023-04-13T15:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2642: JIRA-10113 900 Add limit for 25 people`); +report.push(`2023-04-13T15:23:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2655: JIRA-9569 feat: widget Table - other columns for 478 request`); +report.push(`2023-04-13T15:23:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2648: JIRA-10105 fix: save initial state fix disabled filter`); +report.push(`2023-04-13T15:24:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2643: JIRA-10118 fix: hide empty cell`); +report.push(`2023-04-13T15:29:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10195 fix: request with asuor`); report.push(`3 3 src/ts/api/personnel.ts`); report.push(``); -report.push(`2023-04-13T15:33:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2661: SUBO-10195 fix: request with asuor`); -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(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(`2023-04-13T15:33:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2661: JIRA-10195 fix: request with asuor`); +report.push(`2023-04-13T15:35:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2656: JIRA-9380 feat: hide user list`); +report.push(`2023-04-13T15:35:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2654: JIRA-10061 Add reason in road map`); +report.push(`2023-04-13T15:35:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2634: JIRA-6593 Remove pagination hack`); +report.push(`2023-04-13T15:35:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2612: JIRA-9827 fix(faq): change request for Owners`); +report.push(`2023-04-13T15:37:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2644: JIRA-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>JIRA-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(faq): builder OrgUnitAdd - show Type field for agreement-rules also`); +report.push(`2023-04-13T16:02:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2664: JIRA-10195 fix: request with asuor`); +report.push(`2023-04-13T16:04:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-14T10:17:02+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-04-14T10:34:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10194 fix: clear filter panel`); report.push(`3 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`3 0 src/ts/snippets/FilterPanel/index.tsx`); 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(`2023-04-14T10:57:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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`); -report.push(`2023-04-14T13:24:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10188 fix: hide informationa about Bank`); +report.push(`2023-04-14T11:38:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2666: JIRA-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: JIRA-10194 fix: clear filter panel`); +report.push(`2023-04-14T11:38:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2668: JIRA-10048 fix: incorrect ID for workers`); +report.push(`2023-04-14T11:40:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-14T13:24:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10188 fix: hide informationa about Bank`); report.push(`6 21 src/ts/components/AccessControl/guard.ts`); report.push(`39 80 src/ts/pages/Authorization/components/Success.tsx`); report.push(`2 11 src/ts/pages/Authorization/components/Wrapper.tsx`); @@ -35348,122 +35348,122 @@ report.push(`12 13 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`15 15 src/ts/pages/Reconciliations/helpers/routes.ts`); report.push(`12 15 src/ts/snippets/Header/index.tsx`); report.push(``); -report.push(`2023-04-14T14:22:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: cant show phone error`); +report.push(`2023-04-14T14:22:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: cant show phone error`); report.push(`3 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2023-04-14T14:24:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10226 fix: change URL`); +report.push(`2023-04-14T14:24:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10226 fix: change URL`); report.push(`1 1 src/ts/api/personnel.ts`); report.push(``); -report.push(`2023-04-14T14:27:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2670: Bugfix/SUBO-10048 Fix phone number`); -report.push(`2023-04-14T14:27:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-14T15:54:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2672: SUBO-7072 Add description for template 2`); -report.push(`2023-04-14T15:56:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9570 fix: auto fill recipient`); +report.push(`2023-04-14T14:27:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2670: Bugfix/JIRA-10048 Fix phone number`); +report.push(`2023-04-14T14:27:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-14T15:54:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2672: JIRA-7072 Add description for template 2`); +report.push(`2023-04-14T15:56:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9570 fix: auto fill recipient`); report.push(`7 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-04-14T16:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2675: SUBO-9570 fix: auto fill recipient`); -report.push(`2023-04-17T11:34:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: remove marginTop for SideBar`); +report.push(`2023-04-14T16:10:30+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2675: JIRA-9570 fix: auto fill recipient`); +report.push(`2023-04-17T11:34:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: remove marginTop for SideBar`); report.push(`1 1 src/ts/pages/Vendors/components/shared/SideBar.tsx`); report.push(``); -report.push(`2023-04-17T12:12:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: add status for vendor`); +report.push(`2023-04-17T12:12:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: add status for vendor`); report.push(`9 0 src/ts/snippets/RequestStatus/helpers/constants/externalCompany.ts`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); report.push(``); -report.push(`2023-04-17T12:31:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: add status for vendor`); +report.push(`2023-04-17T12:31:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: add status for vendor`); report.push(`11 4 src/ts/snippets/RequestStatus/components/SimpleStatus.tsx`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/constants/externalCompany.ts`); report.push(``); -report.push(`2023-04-17T12:35:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: add status for vendor`); +report.push(`2023-04-17T12:35:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: add status for vendor`); report.push(`2 2 src/ts/pages/Vendors/style/template.module.scss`); report.push(``); -report.push(`2023-04-17T12:41:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: add status for vendor`); +report.push(`2023-04-17T12:41:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: add status for vendor`); report.push(`23 18 src/ts/pages/Vendors/components/shared/SideBar.tsx`); report.push(`3 0 src/ts/snippets/RequestStatus/styles/steps.scss`); report.push(`3 1 src/ts/snippets/RequestStatus/styles/title.scss`); report.push(``); -report.push(`2023-04-17T12:53:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: add status for vendor`); +report.push(`2023-04-17T12:53:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: add status for vendor`); report.push(`2 1 src/ts/pages/Vendors/components/item/index.tsx`); report.push(`3 0 src/ts/pages/Vendors/helpers/loadEmployeesInfo.ts`); report.push(``); -report.push(`2023-04-17T13:13:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10145 fix: hide requests with errors`); +report.push(`2023-04-17T13:13:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10145 fix: hide requests with errors`); report.push(`5 1 src/ts/api/constructor.ts`); report.push(`6 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-04-17T13:17:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10145 fix: hide requests with errors`); +report.push(`2023-04-17T13:17:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10145 fix: hide requests with errors`); 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(faq): add template uuid in report`); +report.push(`2023-04-17T13:42:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2677: JIRA-10145 fix: hide requests with errors`); +report.push(`2023-04-17T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add hasBankApprover`); +report.push(`2023-04-17T15:16:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2680: Bugfix/JIRA-10048 Remove marginTop for sidebar`); +report.push(`2023-04-17T15:20:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-17T15:45:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(faq): AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-17T16:08:27+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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(``); -report.push(`2023-04-17T16:19:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10230 fix: show corrct preload`); +report.push(`2023-04-17T16:19:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10230 fix: show corrct preload`); 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(faq): force re-render for 1207 - get property name dynamically`); +report.push(`2023-04-17T16:22:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2684: JIRA-10230 fix: show corrct preload`); +report.push(`2023-04-17T16:24:26+03:00>Sergio Antonov>antonov@mail.jp>JIRA-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`); +report.push(`2023-04-17T17:15:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: update URL for displayed`); report.push(`3 1 src/ts/pages/Vendors/components/Template.tsx`); 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(OIR): rename title in Vendor`); +report.push(`2023-04-17T17:21:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2686: JIRA-10048 fix: update URL for displayed`); +report.push(`2023-04-18T09:50:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2464: JIRA-9710 feat: add 'custom-user' widget`); +report.push(`2023-04-18T10:27:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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`); -report.push(`2023-04-18T11:38:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: call action not work for employer`); +report.push(`2023-04-18T10:35:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2688: JIRA-2722 Change message rules`); +report.push(`2023-04-18T11:38:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: call action not work for employer`); 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-18T11:40:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2690: JIRA-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/JIRA-9987 correct 1207 fields copy`); 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(OIR): change excel loader`); +report.push(`2023-04-18T14:11:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-04-18T14:55:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10069 fix: add user info`); report.push(`37 0 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2023-04-18T14:59:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10069 fix: add user info`); +report.push(`2023-04-18T14:59:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10069 fix: add user info`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2023-04-18T15:10:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10069 fix: add user info`); +report.push(`2023-04-18T15:10:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10069 fix: add user info`); report.push(`37 0 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`13 0 src/ts/interfaces/UserDetail.ts`); report.push(``); -report.push(`2023-04-18T15:25:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10069 fix: add user info`); +report.push(`2023-04-18T15:25:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10069 fix: add user info`); report.push(`2 73 src/ts/components/JsonSchema/components/widgets/UserInfo.tsx`); report.push(`96 0 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(`1 1 src/ts/components/JsonSchema/helpers/builder.tsx`); 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(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:53:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2676: JIRA-10048 Add status for Vendors`); +report.push(`2023-04-18T15:53:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2694: JIRA-10132 fix(OIR): change excel loader`); +report.push(`2023-04-18T15:53:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2679: JIRA-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: JIRA-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(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`); @@ -35482,8 +35482,8 @@ report.push(`9 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(`10 0 src/ts/pages/Builder/components/shared/Tabs.tsx`); report.push(`8 0 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-04-19T10:09:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9644 fix: merge with additional`); -report.push(`2023-04-19T10:16:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9644 fix: merge with release`); +report.push(`2023-04-19T10:09:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9644 fix: merge with additional`); +report.push(`2023-04-19T10:16:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9644 fix: merge with release`); report.push(`2023-04-19T11:54:36+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-0000 fix: hide props for Builder`); report.push(`6 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`0 4 src/ts/pages/Builder/helpers/constants.test.ts`); @@ -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(Excel): add hasBankApprover`); +report.push(`2023-04-20T09:13:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2683: JIRA-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`); @@ -35559,7 +35559,7 @@ report.push(``); 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-21T09:48:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(AIS): add new card design`); @@ -35574,7 +35574,7 @@ report.push(`33 0 src/ts/pages/Reconciliations/components/aisOir/card/Short.tsx` report.push(`38 0 src/ts/pages/Reconciliations/components/aisOir/card/UserDetail.tsx`); report.push(`43 36 src/ts/pages/Reconciliations/components/aisOir/cards.tsx`); report.push(``); -report.push(`2023-04-21T14:27:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: return old view for Builder`); +report.push(`2023-04-21T14:27:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: return old view for Builder`); report.push(`1 3 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); report.push(`2023-04-21T16:40:35+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2730 refactor: can edit`); @@ -35616,27 +35616,27 @@ 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(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:31:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2695: JIRA-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`); -report.push(`2023-04-24T10:00:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: megre releae in master`); +report.push(`2023-04-24T09:51:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: megre releae in master`); +report.push(`2023-04-24T10:00:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: megre releae in master`); report.push(`1 9 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-04-24T10:04:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: megre releae in master`); +report.push(`2023-04-24T10:04:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: megre releae in master`); 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(faq): AdditionalServices page - force re-render for 1207`); +report.push(`2023-04-24T10:09:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2712: Bugfix/JIRA-0000 Merge release in master`); +report.push(`2023-04-24T10:12:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2682: JIRA-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(`2023-04-24T10:29:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-24T11:14:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add full name for MSE`); +report.push(`2023-04-24T11:37:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add full name for MSE`); +report.push(`2023-04-24T11:43:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -35670,48 +35670,48 @@ report.push(`4 2 src/ts/components/JsonSchema/helpers/builder.tsx`); report.push(``); report.push(`2023-04-24T14:31:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2716: Bugfix/SFERA-2080 Show correct user info`); report.push(`2023-04-24T14:31:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); -report.push(`2023-04-24T14:43:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2717: SUBO-9712 Add validation for role`); +report.push(`2023-04-24T14:43:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2717: JIRA-9712 Add validation for role`); report.push(`2023-04-24T14:45:32+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); -report.push(`2023-04-24T14:48:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2718: SUBO-10116 fix: builder roles - show owner unit is non-actual notification`); +report.push(`2023-04-24T14:48:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2718: JIRA-10116 fix: builder roles - show owner unit is non-actual notification`); report.push(`2023-04-24T14:49:44+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); -report.push(`2023-04-24T16:19:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: errors in release`); +report.push(`2023-04-24T16:19:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: errors in release`); report.push(`0 7 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(``); -report.push(`2023-04-24T16:23:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2719: SUBO-0000 fix: errors in release`); +report.push(`2023-04-24T16:23:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2719: JIRA-0000 fix: errors in release`); report.push(`2023-04-24T16:30:10+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); -report.push(`2023-04-25T09:58:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: update ids for vendors`); +report.push(`2023-04-25T09:58:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: update ids for vendors`); report.push(`1 2 src/ts/pages/Vendors/components/item/index.tsx`); report.push(``); -report.push(`2023-04-25T10:28:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: remove marginTop for sidebar`); +report.push(`2023-04-25T10:28:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: remove marginTop for sidebar`); report.push(`0 1 src/ts/pages/Vendors/components/employees/Buttons.tsx`); report.push(`6 2 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 0 src/ts/pages/Vendors/interfaces/Employees.ts`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/constants/externalCompany.ts`); report.push(``); -report.push(`2023-04-25T10:31:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2720: SUBO-10048 Remove marginTop for sidebar`); -report.push(`2023-04-25T10:33:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2730 fix: merge with release`); -report.push(`2023-04-25T11:04:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change t1 claud`); +report.push(`2023-04-25T10:31:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2720: JIRA-10048 Remove marginTop for sidebar`); +report.push(`2023-04-25T10:33:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2730 fix: merge with release`); +report.push(`2023-04-25T11:04:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change t1 claud`); report.push(`4 2 src/ts/api/custom-dictionary.ts`); report.push(`1 1 src/ts/pages/Builder/helpers/access-details/loadTemplateInfo.ts`); report.push(`2 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Builder/store/AccessDetails.ts`); report.push(``); -report.push(`2023-04-25T11:09:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-04-25T11:12:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); +report.push(`2023-04-25T11:09:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-04-25T11:12:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); report.push(`1 0 src/ts/api/constructor.ts`); report.push(``); -report.push(`2023-04-25T12:10:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: return Edit button`); +report.push(`2023-04-25T12:10:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: return Edit button`); report.push(`1 1 src/setupProxy.js`); report.push(`3 0 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2023-04-25T12:14:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-10048 fix: return Edit button`); +report.push(`2023-04-25T12:14:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10048 fix: return Edit button`); report.push(`1 1 src/setupProxy.js`); report.push(`0 1 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2023-04-25T12:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2721: Bugfix/SUBO-10048 Remove marginTop for sidebar`); -report.push(`2023-04-25T12:45:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2722: SUBO-10048 Remove marginTop for sidebar`); +report.push(`2023-04-25T12:19:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2721: Bugfix/JIRA-10048 Remove marginTop for sidebar`); +report.push(`2023-04-25T12:45:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2722: JIRA-10048 Remove marginTop for sidebar`); report.push(`2023-04-25T12:48:19+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.83.0 -> master`); -report.push(`2023-04-25T16:14:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 fix: add new template view`); +report.push(`2023-04-25T16:14:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9726 fix: add new template view`); report.push(`40 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`); @@ -35749,7 +35749,7 @@ report.push(`7 0 src/ts/pages/Reports/helpers/hasDateByFilter.ts`); report.push(`16 1 src/ts/pages/Reports/helpers/index.ts`); report.push(`52 5 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-04-25T16:19:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9726 fix: add new template view`); +report.push(`2023-04-25T16:19:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9726 fix: add new template view`); report.push(`1 1 src/ts/pages/Reports/components/1207/Report.tsx`); report.push(`1 1 src/ts/pages/Reports/components/478/Report.tsx`); report.push(`1 1 src/ts/pages/Reports/components/900/Report.tsx`); @@ -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(AIS): white screen`); +report.push(`2023-04-27T10:24:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): white screen`); +report.push(`2023-04-27T11:07:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2725: JIRA-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`); @@ -37302,12 +37302,12 @@ report.push(``); report.push(`2023-04-27T16:34:01+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2795 fix: add orgUnit type in Roles`); report.push(`5 4 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-04-27T16:39:02+03:00>Petr Petrov>petrov@mail.jp>SUBO-2815 fix: add value for departmentOwner oir change`); +report.push(`2023-04-27T16:39:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-2815 fix: add value for departmentOwner oir change`); report.push(`6 6 src/ts/components/ModalSideBar/styles/index.module.scss`); report.push(`4 4 src/ts/components/ModalSideBar/styles/item.module.scss`); report.push(`4 0 src/ts/pages/TemplateOir/components/create-request/DynamicFields.tsx`); report.push(``); -report.push(`2023-04-27T16:56:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); +report.push(`2023-04-27T16:56:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); report.push(`2023-04-27T17:20:51+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: add scss and mobx`); report.push(`68 220 package-lock.json`); report.push(`3 4 package.json`); @@ -37363,26 +37363,26 @@ report.push(`5 0 src/styles/index.scss`); report.push(`79 0 src/styles/reset.scss`); report.push(`147 0 src/styles/variables.scss`); report.push(``); -report.push(`2023-04-27T17:34:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2849 fix: show user account`); +report.push(`2023-04-27T17:34:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2849 fix: show user account`); report.push(`5 4 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(`4 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); report.push(`2023-04-27T23:52:01+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2850 fix: white screen`); report.push(`2 2 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2023-04-27T23:55:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2729: SUBO-2849 fix: show user account`); +report.push(`2023-04-27T23:55:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2729: JIRA-2849 fix: show user account`); report.push(`2023-04-27T23:55:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.85.0 -> master`); -report.push(`2023-04-27T23:57:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2730: Bugfix/SUBO-0000 release 2 71 candidate`); -report.push(`2023-04-28T00:01:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: merge with release`); -report.push(`2023-04-28T00:04:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-8313 fix: merge with release`); +report.push(`2023-04-27T23:57:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2730: Bugfix/JIRA-0000 release 2 71 candidate`); +report.push(`2023-04-28T00:01:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: merge with release`); +report.push(`2023-04-28T00:04:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-8313 fix: merge with release`); report.push(`1 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`2 2 src/ts/pages/AdditionalServices2/helpers/hacksFor900Table.tsx`); report.push(``); -report.push(`2023-04-28T00:07:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2731: SUBO-8313 JsonSchemaForm builder`); +report.push(`2023-04-28T00:07:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2731: JIRA-8313 JsonSchemaForm builder`); report.push(`2023-04-28T00:12:13+03:00>Ivan Ivanov>ivanov@mail.com>SFERA-2725 fix: blur in window`); report.push(`2023-04-28T00:14:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2732: Bugfix/SFERA-2725 Blur in window`); report.push(`2023-04-28T00:15:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2733: SFERA-2730 add new template editor`); -report.push(`2023-04-28T00:44:36+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: add new reports`); +report.push(`2023-04-28T00:44:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: add new reports`); report.push(`40 0 src/ts/api/report.ts`); report.push(`1 0 src/ts/components/AccessControl/guard.ts`); report.push(`6 6 src/ts/components/ModalSideBar/styles/index.module.scss`); @@ -37408,7 +37408,7 @@ report.push(`116 60 src/ts/pages/Reports/index.tsx`); report.push(`0 1 src/ts/pages/Reports/styles/filters.scss`); report.push(`14 4 src/ts/pages/Reports/styles/index.scss`); report.push(``); -report.push(`2023-04-28T00:53:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: add new reports`); +report.push(`2023-04-28T00:53:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: add new reports`); report.push(`51 0 src/ts/pages/Reports/components/1207/Filter.tsx`); report.push(`58 0 src/ts/pages/Reports/components/1207/Report.tsx`); report.push(`75 0 src/ts/pages/Reports/components/1207/Table.tsx`); @@ -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(Excel): add new roles`); +report.push(`2023-04-28T01:00:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -37459,110 +37459,110 @@ report.push(`32 13 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx` report.push(`11 3 src/ts/pages/Tnp/components/RequisitesForm/RequisitesForm.tsx`); report.push(`11 5 src/ts/pages/Tnp/components/TnpList/TnpList.tsx`); report.push(``); -report.push(`2023-04-28T08:36:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge changes`); +report.push(`2023-04-28T08:36:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge changes`); report.push(`2 1 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(``); -report.push(`2023-04-28T12:40:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2668 fix: add validation for 478`); +report.push(`2023-04-28T12:40:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2668 fix: add validation for 478`); report.push(`11 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-04-28T14:10:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add orgUnitType in Roles`); +report.push(`2023-04-28T14:10:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add orgUnitType in Roles`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-04-28T14:26:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2045 fix: text havent BR`); +report.push(`2023-04-28T14:26:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2045 fix: text havent BR`); report.push(`3 2 src/ts/snippets/AccessGroups/components/RolesDescription.tsx`); report.push(``); -report.push(`2023-04-28T14:52:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2805 fix: chrome not show long links`); +report.push(`2023-04-28T14:52:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2805 fix: chrome not show long links`); report.push(`19 3 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(``); report.push(`2023-04-28T14:53:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2723: SFERA-2725 Blur in window`); -report.push(`2023-04-28T14:54:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2737: SUBO-2668 fix: add validation for 478`); -report.push(`2023-04-28T14:56:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2738: SUBO-2045, SUBO-2805 Text havent BR`); +report.push(`2023-04-28T14:54:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2737: JIRA-2668 fix: add validation for 478`); +report.push(`2023-04-28T14:56:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2738: JIRA-2045, JIRA-2805 Text havent BR`); report.push(`2023-04-28T15:03:27+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-04-28T15:58:44+03:00>Petr Petrov>petrov@mail.jp>SUBO-2730 fix: add new template and users`); +report.push(`2023-04-28T15:58:44+03:00>Petr Petrov>petrov@mail.jp>JIRA-2730 fix: add new template and users`); report.push(`95 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-04-28T16:17:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6593 fix: remove pagination hack`); +report.push(`2023-04-28T16:17:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6593 fix: remove pagination hack`); report.push(`7 1 src/ts/snippets/ControlPanel/components/DateFilter.tsx`); report.push(`1 0 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); report.push(`2023-04-28T16:54:32+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2741: Release/release 2.86.0`); report.push(`2023-04-28T17:12:04+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.85.0 -> release/release-2.86.0`); report.push(`2023-04-28T17:12:06+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T09:20:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add org unit type in roles`); +report.push(`2023-05-02T09:20:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add org unit type in roles`); report.push(`3 4 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-02T09:25:09+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add org unit type in roles`); +report.push(`2023-05-02T09:25:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add org unit type in roles`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-02T10:24:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:24:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`4 0 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(``); -report.push(`2023-05-02T10:31:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:31:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-05-02T10:34:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2743: Bugfix/SUBO-2869 Add scroll for modal`); +report.push(`2023-05-02T10:34:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2743: Bugfix/JIRA-2869 Add scroll for modal`); report.push(`2023-05-02T10:34:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T10:42:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:42:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-05-02T10:49:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2744: SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:49:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2744: JIRA-2869 fix: add scroll for modal`); report.push(`2023-05-02T10:49:17+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T10:50:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:50:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`1 1 src/setupProxy.js`); report.push(`7 7 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(``); -report.push(`2023-05-02T10:55:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T10:55:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`1 1 src/setupProxy.js`); report.push(``); -report.push(`2023-05-02T10:59:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2745: Bugfix/SUBO-2869 Add scroll for modal`); +report.push(`2023-05-02T10:59:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2745: Bugfix/JIRA-2869 Add scroll for modal`); report.push(`2023-05-02T10:59:01+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T11:37:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add scroll for modal`); +report.push(`2023-05-02T11:37:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add scroll for modal`); report.push(`1 1 src/setupProxy.js`); report.push(`7 7 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`17 23 src/ts/components/ModalWindow/components/Body.tsx`); report.push(`2 1 src/ts/components/ModalWindow/index.tsx`); report.push(`1 8 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(``); -report.push(`2023-05-02T11:48:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add MOBX update for modal`); +report.push(`2023-05-02T11:48:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add MOBX update for modal`); report.push(`2 9 src/ts/components/ModalWindow/components/Body.tsx`); report.push(`11 18 src/ts/components/ModalWindow/components/Footer.tsx`); report.push(`7 15 src/ts/components/ModalWindow/components/Header.tsx`); report.push(``); -report.push(`2023-05-02T11:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2869 fix: add MOBX update for modal`); +report.push(`2023-05-02T11:53:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2869 fix: add MOBX update for modal`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/ModalWindow/index.tsx`); report.push(``); -report.push(`2023-05-02T11:58:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2746: SUBO-2869 Add scroll for modal`); +report.push(`2023-05-02T11:58:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2746: JIRA-2869 Add scroll for modal`); report.push(`2023-05-02T11:58:30+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T11:59:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-05-02T14:01:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6593 fix: remove pagination hack`); +report.push(`2023-05-02T11:59:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-05-02T14:01:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6593 fix: remove pagination hack`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/employees/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2023-05-02T14:19:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add orgUnitType in Roles`); +report.push(`2023-05-02T14:19:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add orgUnitType in Roles`); report.push(`4 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`4 7 src/ts/pages/TemplateOir/helpers/create-request/mapUiDataToBackend.ts`); report.push(`4 0 src/ts/pages/TemplateOir/helpers/orgUnitType.ts`); report.push(``); -report.push(`2023-05-02T14:25:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add orgUnitType in Roles`); +report.push(`2023-05-02T14:25:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add orgUnitType in Roles`); report.push(`1 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(``); -report.push(`2023-05-02T15:05:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2668 fix: remove validation for 478`); +report.push(`2023-05-02T15:05:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2668 fix: remove validation for 478`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-05-02T15:09:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2747: SUBO-2668 fix: remove validation for 478`); +report.push(`2023-05-02T15:09:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2747: JIRA-2668 fix: remove validation for 478`); report.push(`2023-05-02T15:09:09+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T15:13:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2668 fix: remove validation for 478`); +report.push(`2023-05-02T15:13:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2668 fix: remove validation for 478`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); -report.push(`2023-05-02T15:17:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2748: SUBO-2668 fix: remove validation for 478`); +report.push(`2023-05-02T15:17:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2748: JIRA-2668 fix: remove validation for 478`); report.push(`2023-05-02T15:17:25+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T15:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2740: SUBO-6593 Remove pagination hack`); +report.push(`2023-05-02T15:43:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2740: JIRA-6593 Remove pagination hack`); report.push(`2023-05-02T15:43:31+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.86.0 -> master`); -report.push(`2023-05-02T16:11:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: add org unit type in roles`); +report.push(`2023-05-02T16:11:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: add org unit type in roles`); 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`); @@ -37571,7 +37571,7 @@ report.push(`37 0 src/ts/pages/AdditionalServices2/helpers/hacksFor478Mse.ts`); report.push(`2 1 src/ts/pages/Request2/components/AdditionalServicesRequest.tsx`); report.push(``); report.push(`2023-05-02T16:58:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2749: Bugfix/SFERA-2857 478 900`); -report.push(`2023-05-02T17:40:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-2812 feat: add master checkbox for select`); +report.push(`2023-05-02T17:40:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-2812 feat: add master checkbox for select`); report.push(`1 0 src/ts/components/DataLoader/helpers/formatter.ts`); report.push(`3 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`10 1 src/ts/components/Select/components/list/Dynamic.tsx`); @@ -37581,49 +37581,49 @@ report.push(`7 1 src/ts/components/Select/index.tsx`); report.push(`4 0 src/ts/snippets/AccessGroups/components/SelectWrapper.tsx`); report.push(`2 1 src/ts/snippets/AccessGroups/index.tsx`); 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(`2023-05-03T09:48:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove block for ext company`); +report.push(`2023-05-03T10:19:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove block for ext company`); +report.push(`2023-05-03T10:39:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): return hack for DAPP`); +report.push(`2023-05-03T12:00:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-05-03T14:35:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2893 fix: add filter for ID`); report.push(`7 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-05-03T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2895 fix: add ids for DevSecOps`); +report.push(`2023-05-03T14:50:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2895 fix: add ids for DevSecOps`); report.push(`1 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2023-05-03T15:36:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-6693 feat: return count cache`); +report.push(`2023-05-03T15:36:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6693 feat: return count cache`); report.push(`100 5 src/ts/api/request.ts`); report.push(`3 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-05-03T15:40:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2751: SUBO-6693 feat: return count cache`); +report.push(`2023-05-03T15:40:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2751: JIRA-6693 feat: return count cache`); report.push(`2023-05-03T15:40:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.87.0 -> master`); -report.push(`2023-05-03T15:55:25+03:00>Petr Petrov>petrov@mail.jp>SUBO-2884 fix: fix validate for adjustment`); +report.push(`2023-05-03T15:55:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-2884 fix: fix validate for adjustment`); 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(faq): add block for NORM`); +report.push(`2023-05-03T16:33:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add block for NORM`); +report.push(`2023-05-03T16:45:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2753: JIRA-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(faq): change validation for org unit type 3`); +report.push(`2023-05-03T17:16:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-05-04T10:22:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-6593 fix: remove count request`); report.push(`8 101 src/ts/api/request.ts`); report.push(`0 3 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-05-04T14:57:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2151 feat: add new card design`); +report.push(`2023-05-04T14:57:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2151 feat: add new card design`); report.push(`1 1 src/setupProxy.js`); report.push(`1 1 src/ts/components/Card/components/Tags.tsx`); report.push(`11 4 src/ts/components/Card/components/Wrapper.tsx`); @@ -37631,24 +37631,24 @@ report.push(`0 61 src/ts/components/Card/styles/index.module.scss`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/card/DynamicPartOir.tsx`); report.push(`17 0 src/ts/pages/Reconciliations/components/tnp/list.tsx`); report.push(``); -report.push(`2023-05-04T15:04:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2754: SUBO-6593 fix: remove count request`); +report.push(`2023-05-04T15:04:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2754: JIRA-6593 fix: remove count request`); report.push(`2023-05-04T15:04:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.88.0 -> master`); -report.push(`2023-05-04T15:12:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 feat: add table for vendors reconciliations`); +report.push(`2023-05-04T15:12:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-2892 feat: add table for vendors reconciliations`); report.push(`5 3 src/ts/pages/Reconciliations/components/vendors/buttons.tsx`); report.push(`6 2 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`3 2 src/ts/pages/Reconciliations/components/vendors/table.tsx`); report.push(`2 1 src/ts/pages/Vendors/helpers/onClick.ts`); report.push(``); report.push(`2023-05-04T15:35:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2726: SFERA-2795 Add orgUnitType in Roles`); -report.push(`2023-05-04T16:29:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2151 feat: add new card design`); +report.push(`2023-05-04T16:29:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2151 feat: add new card design`); report.push(`37 0 src/ts/components/Card/styles/tag.module.scss`); report.push(`43 0 src/ts/components/Card/styles/wrapper.module.scss`); report.push(`24 0 src/ts/pages/Reconciliations/components/tnp/card/Full.tsx`); report.push(`58 0 src/ts/pages/Reconciliations/components/tnp/card/Short.tsx`); report.push(`67 0 src/ts/pages/Reconciliations/components/tnp/cards.tsx`); report.push(``); -report.push(`2023-05-04T16:36:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-05-05T08:56:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2916 fix: height modal window`); +report.push(`2023-05-04T16:36:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-05-05T08:56:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2916 fix: height modal window`); report.push(`3 4 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`0 1 src/ts/components/PreventRouteModal/UserModal.tsx`); report.push(`0 1 src/ts/pages/Builder/components/modals/ApproveModal.tsx`); @@ -37664,25 +37664,25 @@ report.push(`0 9 src/ts/pages/Template/styles/modal.scss`); report.push(`1 2 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(`2 6 src/ts/snippets/Modal/ModalWindowTemplate.tsx`); report.push(``); -report.push(`2023-05-05T09:38:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2916 fix: height modal window`); +report.push(`2023-05-05T09:38:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2916 fix: height modal window`); report.push(`1 1 src/ts/components/ModalWindow/components/Header.tsx`); report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`2 4 src/ts/pages/Tnp/components/Preview/index.tsx`); report.push(`2 13 src/ts/pages/Tnp/styles/hacks.scss`); report.push(`1 0 src/ts/pages/Tnp/styles/preview.scss`); report.push(``); -report.push(`2023-05-05T09:43:03+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2916 fix: height modal window`); +report.push(`2023-05-05T09:43:03+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2916 fix: height modal window`); report.push(`0 1 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-05-05T09:47:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2757: SUBO-2916 Height modal window`); -report.push(`2023-05-05T09:56:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2898 fix: replace text`); +report.push(`2023-05-05T09:47:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2757: JIRA-2916 Height modal window`); +report.push(`2023-05-05T09:56:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2898 fix: replace text`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(``); -report.push(`2023-05-05T10:01:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2758: SUBO-2898 fix: replace text`); -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:01:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2758: JIRA-2898 fix: replace text`); +report.push(`2023-05-05T10:30:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2759: JIRA-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(AIS): default value for switch`); +report.push(`2023-05-05T10:35:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add org unit type in change OIR`); +report.push(`2023-05-05T11:38:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add org unit type in change OIR`); +report.push(`2023-05-05T11:43:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2760: JIRA-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`); @@ -39211,10 +39211,10 @@ report.push(`266 0 src/ts/store/Form.ts`); report.push(`116 0 src/ts/store/SearchFilters.ts`); report.push(`34 16 tsconfig.json`); report.push(``); -report.push(`2023-05-05T12:37:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-2925 fix: add new templates ris 1393 1568 573`); +report.push(`2023-05-05T12:37:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-2925 fix: add new templates ris 1393 1568 573`); report.push(`66 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-05-05T16:28:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2151 feat: add new card`); +report.push(`2023-05-05T16:28:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2151 feat: add new card`); report.push(`20 16 src/ts/components/Card/components/Card.tsx`); report.push(`31 0 src/ts/components/Card/components/Columns.tsx`); report.push(`13 0 src/ts/components/Card/components/SideBar.tsx`); @@ -39245,7 +39245,7 @@ report.push(`1 1 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(`1 1 src/ts/pages/Vendors/components/employees-data/Form.tsx`); report.push(``); -report.push(`2023-05-10T08:38:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2151 feat: add new card design`); +report.push(`2023-05-10T08:38:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2151 feat: add new card design`); report.push(`58 0 src/ts/pages/Reconciliations/components/vendors/card/CommonInfo.tsx`); report.push(`47 0 src/ts/pages/Reconciliations/components/vendors/card/Full.tsx`); report.push(`36 0 src/ts/pages/Reconciliations/components/vendors/card/Short.tsx`); @@ -39253,22 +39253,22 @@ report.push(`83 0 src/ts/pages/Reconciliations/components/vendors/cards.tsx`); report.push(`17 0 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(`2 0 src/ts/pages/Vendors/interfaces/Employees.ts`); report.push(``); -report.push(`2023-05-10T10:02:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2938 fix: hide button for company`); +report.push(`2023-05-10T10:02:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2938 fix: hide button for company`); report.push(`3 2 src/ts/pages/Vendors/components/Template.tsx`); report.push(``); -report.push(`2023-05-10T10:14:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2761: SUBO-2938 fix: hide button for company`); -report.push(`2023-05-10T10:35:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-2905 fix: fix display selct tree prev value`); +report.push(`2023-05-10T10:14:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2761: JIRA-2938 fix: hide button for company`); +report.push(`2023-05-10T10:35:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-2905 fix: fix display selct tree prev value`); report.push(`18 0 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-05-10T10:44:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2795 fix: save Roles in Buider`); +report.push(`2023-05-10T10:44:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2795 fix: save Roles in Buider`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2023-05-10T10:47:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2763: SUBO-2795 fix: save Roles in Buider`); -report.push(`2023-05-10T13:01:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); -report.push(`2023-05-10T13:47:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2889 fix: cant add new employes`); +report.push(`2023-05-10T10:47:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2763: JIRA-2795 fix: save Roles in Buider`); +report.push(`2023-05-10T13:01:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-05-10T13:47:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2889 fix: cant add new employes`); report.push(`1 6 src/ts/pages/Vendors/helpers/isDisabled.ts`); report.push(``); -report.push(`2023-05-10T13:50:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2889 fix: window size in 900`); +report.push(`2023-05-10T13:50:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2889 fix: window size in 900`); report.push(`1 1 src/ts/components/ModalWindow/components/Body.tsx`); report.push(``); report.push(`2023-05-10T14:26:59+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: fix router problems`); @@ -39276,7 +39276,7 @@ report.push(`53 65 package-lock.json`); report.push(`1 1 package.json`); report.push(`2 5 src/App/App.tsx`); report.push(``); -report.push(`2023-05-10T15:08:55+03:00>Petr Petrov>petrov@mail.jp>SUBO-2928 fix: disabled name space and delete validate`); +report.push(`2023-05-10T15:08:55+03:00>Petr Petrov>petrov@mail.jp>JIRA-2928 fix: disabled name space and delete validate`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/loadTemplateInfo.ts`); report.push(``); report.push(`2023-05-10T16:33:13+03:00>Sergio Antonov>antonov@mail.jp>SFERA-2808 feat: add other pages`); @@ -39332,53 +39332,53 @@ 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(OIR): fix master checkbox`); +report.push(`2023-05-10T16:39:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(OIR): fix isselect all items`); +report.push(`2023-05-10T18:28:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); report.push(`2023-05-10T20:09:07+03:00>Oleg Losev>losev@net.it>Pull request #2756: SFERA-2795 Add orgUnitType in Roles`); report.push(`2023-05-10T20:09:08+03:00>Oleg Losev>losev@net.it>Automatic merge from release/release-2.88.0 -> master`); -report.push(`2023-05-11T11:17:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2443 fix: add isBankEmpl checking`); +report.push(`2023-05-11T11:17:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2443 fix: add isBankEmpl checking`); report.push(`19 2 src/ts/api/user.ts`); report.push(`8 6 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`6 1 src/ts/pages/TemplateOir/helpers/access-request/getDisableSubmit.ts`); report.push(``); -report.push(`2023-05-11T12:24:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: hide errors in Builder`); +report.push(`2023-05-11T12:24:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: hide errors in Builder`); report.push(`7 2 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-05-11T13:12:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2764: SUBO-2928 fix: disabled name space and delete validate`); -report.push(`2023-05-11T13:16:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2752: SUBO-2884 fix: fix validate for adjustment`); -report.push(`2023-05-11T13:19:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2765: SUBO-2443 fix: add isBankEmployee checking`); -report.push(`2023-05-11T13:24:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge with release`); +report.push(`2023-05-11T13:12:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2764: JIRA-2928 fix: disabled name space and delete validate`); +report.push(`2023-05-11T13:16:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2752: JIRA-2884 fix: fix validate for adjustment`); +report.push(`2023-05-11T13:19:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2765: JIRA-2443 fix: add isBankEmployee checking`); +report.push(`2023-05-11T13:24:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); report.push(`2023-05-11T13:29:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2766: release 2.89.0`); 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:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2750: JIRA-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(AIS): slow role select`); +report.push(`2023-05-12T10:36:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show role select`); +report.push(`2023-05-12T10:58:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show role select`); +report.push(`2023-05-12T11:10:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): slow role select`); +report.push(`2023-05-12T11:14:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2767: JIRA-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:09:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2728: JIRA-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(profile): add header for modal and add collapse button`); +report.push(`2023-05-12T17:27:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -39387,124 +39387,124 @@ report.push(`3 0 src/ts/snippets/CommentsList/interfaces/IComment.ts`); report.push(`59 0 src/ts/snippets/CommentsList/styles/hack.scss`); report.push(`32 6 src/ts/snippets/CommentsList/styles/index.scss`); report.push(``); -report.push(`2023-05-15T10:34:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2991 feat: add limit for selected roles`); +report.push(`2023-05-15T10:34:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2991 feat: add limit for selected roles`); report.push(`1 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`5 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(``); -report.push(`2023-05-15T10:43:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2991 feat: add limit for selected roles`); +report.push(`2023-05-15T10:43:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2991 feat: add limit for selected roles`); report.push(`0 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); report.push(``); -report.push(`2023-05-15T11:53:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2856 fix: change approve list in builder`); +report.push(`2023-05-15T11:53:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2856 fix: change approve list in builder`); report.push(`1 1 src/ts/pages/Builder/helpers/constants.ts`); report.push(`1 1 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2023-05-15T12:15:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2856 fix: update group AD name select`); +report.push(`2023-05-15T12:15:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2856 fix: update group AD name select`); report.push(`7 0 src/ts/api/acrq.ts`); report.push(`0 2 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`7 7 src/ts/pages/Builder/components/modals/RoleFormAdGroup.tsx`); report.push(``); report.push(`2023-05-15T13:41:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2711: SFERA-2730 add new template editor`); 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:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2769: JIRA-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(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(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(`2023-05-15T14:56:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2211 fix(AIS): merge with release`); +report.push(`2023-05-15T17:38:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-10061 fix(AIS): merge with release`); +report.push(`2023-05-16T10:30:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2771: Feature/JIRA-0000 Add new reports`); +report.push(`2023-05-16T10:30:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2772: JIRA-2746 feat(Excel): add new roles`); +report.push(`2023-05-16T16:51:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2774: JIRA-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(faq): show add button and create form in builder`); +report.push(`2023-05-17T11:44:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): 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: JIRA-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(profile): add modal diff for oir`); +report.push(`2023-05-17T13:41:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`82 0 src/ts/pages/Request/components/DiffRequestModal.tsx`); report.push(`8 0 src/ts/pages/Template/styles/form.scss`); 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(`2023-05-17T16:48:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(AIS): rename property`); +report.push(`2023-05-18T10:32:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 2 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2023-05-18T10:38:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2258 fix: rename title`); +report.push(`2023-05-18T10:38:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2258 fix: rename title`); report.push(`2 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/pages/Requests/helpers/search.ts`); report.push(``); -report.push(`2023-05-18T10:52:19+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2148 fix: rename title`); +report.push(`2023-05-18T10:52:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2148 fix: rename title`); report.push(`2 2 src/ts/api/request.ts`); report.push(`1 1 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); 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(`2023-05-18T11:38:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add condition for resizable table head`); +report.push(`2023-05-18T12:35:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-05-18T13:13:59+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 fix: show reports page for analyst`); report.push(`2 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); 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(`2023-05-18T13:22:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-05-18T13:26:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2892 fix(OIR): merge with release`); +report.push(`2023-05-18T13:54:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-05-18T14:36:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 feat(Excel): merge reposts with roles`); +report.push(`2023-05-18T16:36:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`34 24 src/ts/pages/Vendors/components/employees/Buttons.tsx`); report.push(`20 11 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`34 23 src/ts/pages/Vendors/pages/EmployeesList.tsx`); 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(`2023-05-19T10:48:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove link from text`); +report.push(`2023-05-19T11:19:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-05-19T11:28:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2974 fix: block only reable inputs in OIR`); report.push(`3 1 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); -report.push(`2023-05-19T11:30:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2974 fix: block only reable inputs in OIR`); +report.push(`2023-05-19T11:30:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2974 fix: block only reable inputs in OIR`); report.push(`0 2 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(``); -report.push(`2023-05-19T12:44:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2746 fix: show reports for DVA auditor`); +report.push(`2023-05-19T12:44:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2746 fix: show reports for DVA auditor`); report.push(`1 0 src/ts/pages/Authorization/components/Success.tsx`); report.push(``); -report.push(`2023-05-19T14:03:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3068 fix: save MSE for improve action`); +report.push(`2023-05-19T14:03:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3068 fix: save MSE for improve action`); report.push(`4 0 src/ts/api/request.ts`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 1 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`8 0 src/ts/pages/Requests/store/RequestsStore.ts`); report.push(`1 0 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-05-19T14:07:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2746 fix: show item in sidebar menu`); +report.push(`2023-05-19T14:07:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2746 fix: show item in sidebar menu`); report.push(`1 0 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(``); -report.push(`2023-05-19T15:04:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3068 fix: save mse for improve'`); +report.push(`2023-05-19T15:04:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3068 fix: save mse for improve'`); report.push(`0 4 src/ts/api/request.ts`); report.push(`2 2 src/ts/components/JsonSchema/components/widgets/Table.tsx`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); @@ -39513,35 +39513,35 @@ report.push(`0 1 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`7 2 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(`9 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); report.push(``); -report.push(`2023-05-19T15:30:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3068 fix: save MSE for improve action`); +report.push(`2023-05-19T15:30:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3068 fix: save MSE for improve action`); report.push(`11 0 src/ts/pages/AdditionalServices/helpers/hacksFor478Mse.ts`); 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:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2785: JIRA-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(OIR): remove link from text`); +report.push(`2023-05-19T15:53:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2784: JIRA-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:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2783: JIRA-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(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(`2023-05-19T15:53:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2782: JIRA-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/JIRA-2768 fix select unit builder`); +report.push(`2023-05-19T15:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2780: JIRA-2767 fix(faq): add condition for resizable table head`); +report.push(`2023-05-19T16:20:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-05-19T16:59:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 feat: fix table for employees and fix show button actions`); +report.push(`2023-05-19T16:59:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-2892 feat: fix table for employees and fix show button actions`); report.push(`1 0 src/ts/pages/ExternalEmployees/interfaces/Employees.ts`); report.push(`8 7 src/ts/pages/Reconciliations/components/employees/table.tsx`); report.push(`5 4 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`22 8 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(``); -report.push(`2023-05-19T17:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2790: Bugfix/SUBO-10061 Add reason in road map`); -report.push(`2023-05-19T17:25:53+03:00>Petr Petrov>petrov@mail.jp>SUBO-2892 feat: merge`); -report.push(`2023-05-19T18:11:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: hiden actions button from tnp build`); +report.push(`2023-05-19T17:21:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2790: Bugfix/JIRA-10061 Add reason in road map`); +report.push(`2023-05-19T17:25:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-2892 feat: merge`); +report.push(`2023-05-19T18:11:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 fix: hiden actions button from tnp build`); report.push(`7 3 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(``); -report.push(`2023-05-22T10:12:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3105 fix: cant update after click button UPDATE`); +report.push(`2023-05-22T10:12:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3105 fix: cant update after click button UPDATE`); report.push(`3 0 src/ts/pages/Reports/components/1207/Report.tsx`); report.push(`3 0 src/ts/pages/Reports/components/478/Report.tsx`); report.push(`3 0 src/ts/pages/Reports/components/900/Report.tsx`); @@ -39552,40 +39552,40 @@ report.push(`3 0 src/ts/pages/Reports/components/UserHistory/Report.tsx`); report.push(`3 0 src/ts/pages/Reports/components/UserRoles/Report.tsx`); report.push(`22 5 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-05-22T10:53:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3039 fix: add hack for validation table number`); +report.push(`2023-05-22T10:53:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3039 fix: add hack for validation table number`); report.push(`23 2 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(``); -report.push(`2023-05-22T10:57:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3039 fix: add hack for validation table number`); +report.push(`2023-05-22T10:57:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3039 fix: add hack for validation table number`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(``); -report.push(`2023-05-22T13:00:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-3099 fix: fix text for mail text tnp`); +report.push(`2023-05-22T13:00:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-3099 fix: fix text for mail text tnp`); report.push(`4 0 src/ts/snippets/FullCard/components/Modal.tsx`); report.push(`16 15 src/ts/snippets/FullCard/view/TnpVersion.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/converter.ts`); 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(OIR): add empty gap for buttons employees`); +report.push(`2023-05-22T13:04:24+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2778: JIRA-2148, JIRA-2662, JIRA-2258 - 478 rename titles`); +report.push(`2023-05-22T13:17:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3068 fix: merge with release`); +report.push(`2023-05-22T14:16:07+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2023-05-22T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: merge wit release`); -report.push(`2023-05-22T14:47:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3113 fix: hide step in RoadMap`); +report.push(`2023-05-22T14:23:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge wit release`); +report.push(`2023-05-22T14:47:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3113 fix: hide step in RoadMap`); 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(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(`2023-05-22T14:53:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2793: JIRA-3113 fix: hide step in RoadMap`); +report.push(`2023-05-22T15:13:17+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2789: JIRA-2901 fix(AIS): default value for switch`); +report.push(`2023-05-22T15:14:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2792: JIRA-3099 fix: fix text for mail text tnp`); +report.push(`2023-05-22T15:43:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3068 fix: save MSE for improve action`); report.push(`3 6 src/ts/pages/Requests/components/modal/ConfirmAction.tsx`); report.push(``); -report.push(`2023-05-22T17:17:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2889 fix: add correct uuid in company`); +report.push(`2023-05-22T17:17:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2889 fix: add correct uuid in company`); report.push(`1 0 src/ts/api/eei.ts`); report.push(``); -report.push(`2023-05-22T17:20:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2795: SUBO-2889 fix: add correct uuid in company`); -report.push(`2023-05-22T18:47:45+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: disabled button reports disabled checkbox and move buttons`); +report.push(`2023-05-22T17:20:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2795: JIRA-2889 fix: add correct uuid in company`); +report.push(`2023-05-22T18:47:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 fix: disabled button reports disabled checkbox and move buttons`); report.push(`9 1 src/ts/pages/Reports/components/Filters.tsx`); report.push(`3 1 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`14 4 src/ts/pages/Tnp/components/Profile/MoveButtons.tsx`); @@ -39593,15 +39593,15 @@ report.push(`1 0 src/ts/pages/Tnp/components/ProfileList/ProfileListTable.tsx`); report.push(`3 2 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(`4 0 src/ts/pages/Tnp/styles/move-buttons.scss`); report.push(``); -report.push(`2023-05-23T09:46:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: change role`); +report.push(`2023-05-23T09:46:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 fix: change role`); report.push(`1 1 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/Profile/AccessRights/AccessRights.tsx`); report.push(`1 1 src/ts/pages/Tnp/components/VersionMap/Build.tsx`); report.push(``); -report.push(`2023-05-23T11:36:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-2746 fix: fix filter required`); +report.push(`2023-05-23T11:36:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-2746 fix: fix filter required`); report.push(`3 3 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2023-05-23T12:01:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-23T12:01:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`8 0 nginx.default.conf`); report.push(`30 0 public/auth.html`); report.push(`34 0 public/epa.html`); @@ -39610,18 +39610,18 @@ report.push(`16 0 src/ts/api/user.ts`); report.push(`9 0 src/ts/pages/Authorization/components/Login.tsx`); report.push(`19 0 src/ts/pages/Authorization/helpers/AuthorizationType.ts`); report.push(``); -report.push(`2023-05-23T12:05:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-23T12:05:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`0 4 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-23T12:11:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-23T12:11:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`1 1 public/auth.html`); report.push(`2 3 public/epa.html`); report.push(`1 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-23T12:46:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-23T12:46:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`1 1 public/auth.html`); report.push(``); -report.push(`2023-05-23T14:36:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2053 feat: add role order in OIR`); +report.push(`2023-05-23T14:36:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2053 feat: add role order in OIR`); report.push(`3 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Search/store/Search.ts`); report.push(`3 1 src/ts/pages/TemplateOir/components/access-request/Roles.tsx`); @@ -39630,7 +39630,7 @@ report.push(`2 0 src/ts/pages/TemplateOir/components/create-request/StaticFields report.push(`4 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(`47 0 src/ts/pages/TemplateOir/store/RolesOrder.ts`); report.push(``); -report.push(`2023-05-23T14:40:36+03:00>Petr Petrov>petrov@mail.jp>SUBO-3080 fix: fix disabled modal template`); +report.push(`2023-05-23T14:40:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-3080 fix: fix disabled modal template`); report.push(`4 1 src/ts/components/Tree/components/TreeLevel.tsx`); report.push(`6 0 src/ts/pages/Builder/components/modals/DictionaryElementForm.tsx`); report.push(`4 0 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); @@ -39638,54 +39638,54 @@ report.push(`2 2 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Form.tsx`); report.push(`7 6 src/ts/pages/Builder/components/shared/CreateRuleForm.tsx`); report.push(``); -report.push(`2023-05-23T15:39:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2755: SUBO-2892 feat: add table for vendors reconciliations`); -report.push(`2023-05-23T15:47:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2802: SUBO-2148, SUBO-2662, SUBO-2258 - 478 rename titles`); -report.push(`2023-05-23T15:48:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2781: SUBO-2926 fix: add validation for 900`); -report.push(`2023-05-24T09:08:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-23T15:39:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2755: JIRA-2892 feat: add table for vendors reconciliations`); +report.push(`2023-05-23T15:47:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2802: JIRA-2148, JIRA-2662, JIRA-2258 - 478 rename titles`); +report.push(`2023-05-23T15:48:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2781: JIRA-2926 fix: add validation for 900`); +report.push(`2023-05-24T09:08:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`2 1 public/epa.html`); report.push(`7 5 src/ts/api/user.ts`); report.push(`2 2 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2023-05-24T09:22:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-24T09:22:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`13 7 public/epa.html`); report.push(`1 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-24T09:40:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3072 feat: add EPA auth`); +report.push(`2023-05-24T09:40:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 feat: add EPA auth`); report.push(`1 1 src/ts/pages/Authorization/components/Login.tsx`); report.push(``); -report.push(`2023-05-24T09:53:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2633: SUBO-9624 Add vendors in TNP`); +report.push(`2023-05-24T09:53:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2633: JIRA-9624 Add vendors in TNP`); report.push(`2023-05-24T10:14:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2773: Reports and Roles`); -report.push(`2023-05-24T11:05:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3130 fix: dictionary values not save in AIS`); +report.push(`2023-05-24T11:05:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3130 fix: dictionary values not save in AIS`); report.push(`4 0 src/ts/helpers/http/cache.ts`); report.push(`0 2 src/ts/pages/AdditionalServices/helpers/hacksForDZO.ts`); report.push(`0 1 src/ts/pages/Request/helpers/loadOirDynamicFields.ts`); report.push(`2 2 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2023-05-24T11:10:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3130 fix: dictionary values not save in AIS`); +report.push(`2023-05-24T11:10:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3130 fix: dictionary values not save in AIS`); report.push(`1 2 src/ts/helpers/http/cache.ts`); report.push(``); -report.push(`2023-05-24T13:40:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2806: SUBO-3130 fix: dictionary values not save in AIS`); -report.push(`2023-05-24T14:08:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2992 feat: add user validation`); +report.push(`2023-05-24T13:40:58+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2806: JIRA-3130 fix: dictionary values not save in AIS`); +report.push(`2023-05-24T14:08:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2992 feat: add user validation`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`4 0 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`1 0 src/ts/pages/TemplateOir/interfaces/shared.ts`); report.push(``); -report.push(`2023-05-24T14:36:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2992 feat: add user validation`); +report.push(`2023-05-24T14:36:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2992 feat: add user validation`); report.push(`1 0 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(`1 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`1 0 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(`42 8 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2023-05-24T14:44:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2992 feat: add user validation`); +report.push(`2023-05-24T14:44:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2992 feat: add user validation`); report.push(`0 1 src/ts/components/JsonSchema/components/widgets/Select.tsx`); report.push(``); -report.push(`2023-05-24T14:54:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2500 fix: add new status in Filters`); +report.push(`2023-05-24T14:54:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2500 fix: add new status in Filters`); report.push(`1 1 src/ts/api/request.ts`); report.push(``); report.push(`2023-05-24T17:06:22+03:00>Oleg Losev>losev@net.it>t pull ori Merge branch 'release/release-2.96.0' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into feature/losev_routing`); -report.push(`2023-05-24T17:07:24+03:00>Oleg Losev>losev@net.it>Merge branct pushh 'feature/SUBO-3072-add-EPA-auth' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into feature/losev_routing`); +report.push(`2023-05-24T17:07:24+03:00>Oleg Losev>losev@net.it>Merge branct pushh 'feature/JIRA-3072-add-EPA-auth' of https://bitbucket.region.vtb.ru/scm/acrq/acrq-frontend into feature/losev_routing`); report.push(`2023-05-24T17:32:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2810: Bugfix/release 2.97.1`); -report.push(`2023-05-24T17:36:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3021 feat: remove properties`); +report.push(`2023-05-24T17:36:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3021 feat: remove properties`); report.push(`1 3 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksForDateAudit.ts`); report.push(`4 18 src/ts/pages/Reports/components/TableFor478.tsx`); @@ -39703,67 +39703,67 @@ 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(OIR): update console log`); +report.push(`2023-05-25T08:58:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): update console log`); +report.push(`2023-05-25T09:08:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): remove mock response`); +report.push(`2023-05-25T09:21:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change redirect URL`); +report.push(`2023-05-25T09:57:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change redirect URL`); +report.push(`2023-05-25T10:09:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change redirect URL`); +report.push(`2023-05-25T10:34:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change redirect URL`); +report.push(`2023-05-25T11:21:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): change redirect URL`); +report.push(`2023-05-25T11:25:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-05-25T12:55:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-3146 fix: fix disabled company form for analyst role`); +report.push(`2023-05-25T12:55:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-3146 fix: fix disabled company form for analyst role`); 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(faq): show road map for vendors`); +report.push(`2023-05-25T13:02:29+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2813: JIRA-3146 fix: fix disabled company form for analyst role`); +report.push(`2023-05-25T14:18:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-05-25T14:23:21+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2814: JIRA-3147 fix(faq): show road map for vendors`); +report.push(`2023-05-25T14:58:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add back URL`); +report.push(`2023-05-25T15:01:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add back URL`); +report.push(`2023-05-25T16:06:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): add back URL`); +report.push(`2023-05-25T16:42:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3072 fix(OIR): add back URL`); report.push(`7 1 public/auth.html`); report.push(`2 1 src/ts/api/user.ts`); report.push(``); -report.push(`2023-05-25T17:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2815: Bugfix/SUBO-3039 Add hack for validation`); -report.push(`2023-05-25T17:34:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2811: SUBO-3021 feat: remove properties`); +report.push(`2023-05-25T17:30:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2815: Bugfix/JIRA-3039 Add hack for validation`); +report.push(`2023-05-25T17:34:53+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2811: JIRA-3021 feat: remove properties`); report.push(`2023-05-27T12:01:39+03:00>Oleg Losev>losev@net.it>Pull request #2818: Release/release 2.97.2`); report.push(`2023-05-27T12:04:01+03:00>Oleg Losev>losev@net.it>Pull request #2819: Feature/losev routing`); -report.push(`2023-05-29T09:02:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-2151 feat: add new disign cards`); +report.push(`2023-05-29T09:02:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-2151 feat: add new disign cards`); report.push(`4 1 src/ts/components/Card/components/Card.tsx`); report.push(`16 11 src/ts/components/Card/components/Wrapper.tsx`); report.push(`4 1 src/ts/components/Card/index.tsx`); @@ -39792,25 +39792,25 @@ report.push(`6 0 src/ts/pages/Reconciliations/components/vendors/cards.tsx`); report.push(`1 0 src/ts/pages/Reconciliations/components/vendors/list.tsx`); report.push(`26 0 src/ts/pages/Reconciliations/styles/reconciliations.module.scss`); report.push(``); -report.push(`2023-05-29T10:37:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3180 fix: clear filter work incorrect`); +report.push(`2023-05-29T10:37:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3180 fix: clear filter work incorrect`); report.push(`4 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`6 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`6 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`6 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2023-05-29T10:42:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2821: SUBO-3180 fix: clear filter work incorrect`); -report.push(`2023-05-29T11:09:27+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2255 fix: add error message for 478 and 1207`); +report.push(`2023-05-29T10:42:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2821: JIRA-3180 fix: clear filter work incorrect`); +report.push(`2023-05-29T11:09:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2255 fix: add error message for 478 and 1207`); report.push(`1 0 src/ts/api/request.ts`); report.push(`20 10 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2023-05-29T11:27:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2255 fix: add error message for 478 and 1207`); +report.push(`2023-05-29T11:27:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2255 fix: add error message for 478 and 1207`); report.push(`1 1 src/ts/api/request.ts`); report.push(`13 5 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2023-05-29T11:32:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2255 fix: add error message for 478 and 1207`); +report.push(`2023-05-29T11:32:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2255 fix: add error message for 478 and 1207`); report.push(`12 1 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2023-05-29T11:54:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-9624 fix: change report roles`); +report.push(`2023-05-29T11:54:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-9624 fix: change report roles`); report.push(`3 2 src/ts/components/AccessControl/guard.ts`); report.push(`2 0 src/ts/helpers/constants.ts`); report.push(`5 3 src/ts/pages/Authorization/components/Success.tsx`); @@ -39830,115 +39830,115 @@ report.push(`1 1 src/ts/pages/Vendors/components/employees/Buttons.tsx`); report.push(`1 1 src/ts/pages/Vendors/pages/CompanyList.tsx`); report.push(`1 1 src/ts/pages/Vendors/pages/EmployeesList.tsx`); report.push(``); -report.push(`2023-05-29T11:58:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2822: SUBO-9624 fix: change report roles`); -report.push(`2023-05-29T12:20:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2255 fix: add error message for 478 and 1207`); +report.push(`2023-05-29T11:58:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2822: JIRA-9624 fix: change report roles`); +report.push(`2023-05-29T12:20:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2255 fix: add error message for 478 and 1207`); report.push(`1 1 src/ts/api/request.ts`); report.push(`2 3 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2023-05-29T12:47:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-2670 feat: add screen for mobile device`); +report.push(`2023-05-29T12:47:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-2670 feat: add screen for mobile device`); report.push(`89 0 src/assets/images/Frame.svg`); report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); report.push(`11 0 src/ts/pages/PageWrapper/index.tsx`); report.push(`21 0 src/ts/pages/PageWrapper/styles/index.scss`); report.push(``); -report.push(`2023-05-29T13:31:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2255 fix: add error message for 478 and 1207`); +report.push(`2023-05-29T13:31:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2255 fix: add error message for 478 and 1207`); report.push(`0 1 src/ts/api/request.ts`); report.push(`3 2 src/ts/pages/Reconciliations/store/ConfirmActionRequest.ts`); report.push(``); -report.push(`2023-05-29T14:49:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3188 fix: change department path`); +report.push(`2023-05-29T14:49:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3188 fix: change department path`); report.push(`4 1 src/ts/pages/Reports/helpers/getFormattedFilters.ts`); report.push(``); -report.push(`2023-05-29T14:53:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3188 fix: change department path`); +report.push(`2023-05-29T14:53:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3188 fix: change department path`); report.push(`0 1 src/ts/pages/Reports/helpers/getFormattedFilters.ts`); report.push(``); -report.push(`2023-05-29T14:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2824: SUBO-3188 fix: change department path`); -report.push(`2023-05-29T15:17:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3189 fix: change request for TNP button`); +report.push(`2023-05-29T14:57:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2824: JIRA-3188 fix: change department path`); +report.push(`2023-05-29T15:17:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3189 fix: change request for TNP button`); report.push(`1 1 src/ts/pages/Reconciliations/components/tnp/table.tsx`); report.push(``); -report.push(`2023-05-29T15:28:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2809: SUBO-2500 fix: add new status in Filters`); -report.push(`2023-05-29T15:47:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2500 fix: add new status in Filter`); +report.push(`2023-05-29T15:28:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2809: JIRA-2500 fix: add new status in Filters`); +report.push(`2023-05-29T15:47:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2500 fix: add new status in Filter`); report.push(`2 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-05-29T15:52:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2825: SUBO-2500 fix: add new status in Filter`); -report.push(`2023-05-29T17:19:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3195 fix: rename status in filter`); +report.push(`2023-05-29T15:52:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2825: JIRA-2500 fix: add new status in Filter`); +report.push(`2023-05-29T17:19:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3195 fix: rename status in filter`); report.push(`4 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-05-30T10:00:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3029 fix: add translations`); +report.push(`2023-05-30T10:00:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3029 fix: add translations`); 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(faq): fix load field department owner`); +report.push(`2023-05-30T10:09:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2826: JIRA-3029 fix: add translations`); +report.push(`2023-05-30T13:49:36+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); +report.push(`2023-05-30T13:59:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3180 fix: clear filters`); report.push(`3 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-05-30T14:09:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2828: SUBO-3180 fix: clear filters`); -report.push(`2023-05-30T14:28:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3180 fix: clear filters`); +report.push(`2023-05-30T14:09:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2828: JIRA-3180 fix: clear filters`); +report.push(`2023-05-30T14:28:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3180 fix: clear filters`); report.push(`1 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-05-30T15:03:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3108 fix: disabled button for user`); +report.push(`2023-05-30T15:03:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3108 fix: disabled button for user`); 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(AIS): add help for AIS OIR`); +report.push(`2023-05-30T16:38:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-05-30T17:36:15+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2805: JIRA-9624 - release 2.98.0 candidate`); 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(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(`2023-05-31T13:21:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2827: JIRA-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: JIRA-3108 fix: disabled button for user`); +report.push(`2023-05-31T14:37:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3203 feat: hide text for no RZ template`); report.push(`1 0 src/ts/interfaces/request/RequestFull.ts`); report.push(`3 1 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-05-31T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: auth type error`); +report.push(`2023-05-31T15:33:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: auth type error`); 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(OIR): return link for IE`); +report.push(`2023-05-31T15:37:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2835: JIRA-0000 fix: auth type error`); +report.push(`2023-05-31T15:53:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): return link for IE`); +report.push(`2023-05-31T15:59:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): return link on IE`); +report.push(`2023-05-31T16:04:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2837: Bugfix/JIRA-2172 Return link on IE`); +report.push(`2023-05-31T17:21:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-05-31T17:25:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2839: JIRA-2172 fix(OIR): return link on IE`); +report.push(`2023-06-01T09:49:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 0 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`2 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(``); -report.push(`2023-06-01T09:55:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2841: SUBO-3239 fix: add uuid for roles`); -report.push(`2023-06-01T10:33:13+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3166 fix: change org unit name`); +report.push(`2023-06-01T09:55:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2841: JIRA-3239 fix: add uuid for roles`); +report.push(`2023-06-01T10:33:13+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3166 fix: change org unit name`); report.push(`4 4 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(``); -report.push(`2023-06-01T10:43:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2843: SUBO-3166 fix: change org unit name`); -report.push(`2023-06-01T13:00:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3212 feat: add new additional request - 300`); +report.push(`2023-06-01T10:43:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2843: JIRA-3166 fix: change org unit name`); +report.push(`2023-06-01T13:00:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3212 feat: add new additional request - 300`); report.push(`1 1 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`43 22 src/ts/pages/TemplateOir/components/shared/SuccessRequest.tsx`); report.push(``); -report.push(`2023-06-01T13:38:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3212 feat: add new additional request - 300`); +report.push(`2023-06-01T13:38:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3212 feat: add new additional request - 300`); report.push(`1 1 src/ts/pages/AdditionalServices/components/Form.tsx`); report.push(`70 40 src/ts/pages/TemplateOir/components/shared/SuccessRequest.tsx`); report.push(``); -report.push(`2023-06-01T14:34:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3212 feat: add new additional request - 300`); +report.push(`2023-06-01T14:34:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3212 feat: add new additional request - 300`); 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(profile): add many approve road map`); +report.push(`2023-06-01T16:39:27+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-06-01T16:47:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-3218 feat: add two columns for mse modal`); +report.push(`2023-06-01T16:47:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-3218 feat: add two columns for mse modal`); report.push(`4 2 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`11 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 0 src/ts/components/JsonSchema/styles/index.scss`); @@ -39946,39 +39946,39 @@ report.push(`11 0 src/ts/components/JsonSchema/styles/wrapperModal.scss`); report.push(`4 1 src/ts/components/ModalWindow/index.tsx`); 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(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(`2023-06-02T10:38:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2800: JIRA-3080 fix: fix disabled modal template`); +report.push(`2023-06-02T10:40:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2834: JIRA-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: JIRA-3101 fix(AIS): add help for AIS OIR`); +report.push(`2023-06-02T12:39:23+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2023-06-02T12:45:05+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2850: JIRA-2506 feat(Excel): add button swap for mse modal`); +report.push(`2023-06-02T12:50:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): add clear orgUnit if backend dont send this`); +report.push(`2023-06-02T13:00:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-06-05T10:04:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: hide text for VTB`); +report.push(`2023-06-02T13:12:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2851: JIRA-3251 add clear orgUnit`); +report.push(`2023-06-05T10:04:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: hide text for VTB`); report.push(`0 9 src/ts/pages/Authorization/components/Wrapper.tsx`); report.push(`2 7 src/ts/pages/Authorization/view/LoginForm.tsx`); report.push(`12 8 src/ts/pages/PageWrapper/components/Footer.tsx`); report.push(`2 2 src/ts/snippets/Header/components/Search.tsx`); report.push(``); -report.push(`2023-06-05T10:36:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: hide text for VTB`); +report.push(`2023-06-05T10:36:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: hide text for VTB`); report.push(`19 0 src/ts/components/NotVisible/index.tsx`); report.push(`86 69 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(``); -report.push(`2023-06-05T11:31:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2928 fix: add block for NameSpace in OIR`); +report.push(`2023-06-05T11:31:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2928 fix: add block for NameSpace in OIR`); 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(Excel): add new addtitional requests`); +report.push(`2023-06-05T12:10:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: merge with release`); +report.push(`2023-06-05T12:45:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): add new addtitional requests`); +report.push(`2023-06-05T13:08:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-06-05T14:43:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): remove link on support`); +report.push(`2023-06-06T10:35:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,12 +40018,12 @@ 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(faq): remove link on support`); +report.push(`2023-06-06T10:38:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-06-06T10:51:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3296 fix: hide errors and empty fields`); +report.push(`2023-06-06T10:51:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3296 fix: hide errors and empty fields`); report.push(`11 0 src/styles/hack.scss`); report.push(`1 0 src/ts/components/DataLoader/ErrorDescription.tsx`); report.push(`0 19 src/ts/components/NotVisible/index.tsx`); @@ -40032,33 +40032,33 @@ report.push(`67 74 src/ts/pages/Builder/pages/AccessDetails.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`1 0 src/ts/store/Form.ts`); report.push(``); -report.push(`2023-06-06T10:54:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3288 fix: remove text for VTB`); +report.push(`2023-06-06T10:54:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3288 fix: remove text for VTB`); report.push(`6 6 src/ts/components/ModalSideBar/styles/index.module.scss`); report.push(`0 22 src/ts/pages/Template/components/Description.tsx`); report.push(`0 1 src/ts/pages/Template/components/Form.tsx`); report.push(`0 1 src/ts/pages/TemplateOir/components/access-request/Form.tsx`); report.push(`0 1 src/ts/store/Form.ts`); report.push(``); -report.push(`2023-06-06T10:57:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3294 fix: hide text for VTB`); +report.push(`2023-06-06T10:57:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3294 fix: hide text for VTB`); report.push(`18 18 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-06T11:00:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3294 fix: hide text for VTB`); +report.push(`2023-06-06T11:00:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3294 fix: hide text for VTB`); report.push(`0 1 src/ts/components/DataLoader/ErrorDescription.tsx`); 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(OIR): cant edit AD group`); +report.push(`2023-06-06T11:11:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-06-06T12:22:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3305 fix: hide error for Template`); report.push(`1 1 src/ts/pages/Builder/components/shared/ExportToExcel.tsx`); report.push(`5 4 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2023-06-06T12:34:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3305 fix: add style from TNP`); +report.push(`2023-06-06T12:34:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3305 fix: add style from TNP`); report.push(`2 0 src/ts/pages/Builder/pages/Versions.tsx`); report.push(``); -report.push(`2023-06-06T13:42:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3218 feat: add button swap and filter right field`); +report.push(`2023-06-06T13:42:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-3218 feat: add button swap and filter right field`); report.push(`65 35 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`66 0 src/ts/components/JsonSchema/components/widgets/ButtonChange.tsx`); report.push(`8 0 src/ts/components/JsonSchema/helpers/builder.tsx`); @@ -40067,30 +40067,30 @@ report.push(`207 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`2 7 src/ts/components/JsonSchema/styles/wrapperModal.scss`); report.push(`9 1 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-06-06T14:22:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove service for VTB`); +report.push(`2023-06-06T14:22:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove service for VTB`); report.push(`62 62 nginx.default.conf`); report.push(``); -report.push(`2023-06-06T14:54:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2854: SUBO-3260 fix: hide tree type in builder`); -report.push(`2023-06-06T15:28:31+03:00>Petr Petrov>petrov@mail.jp>SUBO-3218 feat: fix style`); +report.push(`2023-06-06T14:54:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2854: JIRA-3260 fix: hide tree type in builder`); +report.push(`2023-06-06T15:28:31+03:00>Petr Petrov>petrov@mail.jp>JIRA-3218 feat: fix style`); report.push(`34 29 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(``); -report.push(`2023-06-06T15:37:31+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove service for VTB`); +report.push(`2023-06-06T15:37:31+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove service for VTB`); report.push(`4 4 nginx.default.conf`); report.push(``); -report.push(`2023-06-06T16:16:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove service for VTB`); +report.push(`2023-06-06T16:16:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove service for VTB`); report.push(`16 16 nginx.default.conf`); report.push(``); -report.push(`2023-06-07T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3316 fix: add default org Unit`); +report.push(`2023-06-07T11:09:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3316 fix: add default org Unit`); report.push(`3 1 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`2 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`1 1 src/ts/pages/Builder/components/role-group/Roles.tsx`); report.push(`15 3 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(``); -report.push(`2023-06-07T11:26:16+03:00>Petr Petrov>petrov@mail.jp>SUBO-3298 feat: add text for modal role in template`); +report.push(`2023-06-07T11:26:16+03:00>Petr Petrov>petrov@mail.jp>JIRA-3298 feat: add text for modal role in template`); report.push(`9 1 src/ts/components/JsonSchema/styles/wrapper.scss`); report.push(`7 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(``); -report.push(`2023-06-07T12:37:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3284 fix: add block for OIR and Additional`); +report.push(`2023-06-07T12:37:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3284 fix: add block for OIR and Additional`); report.push(`11 1 src/ts/pages/AdditionalServices/components/Template.tsx`); report.push(`4 0 src/ts/pages/AdditionalServices/helpers/getDisableSubmit.ts`); report.push(`12 0 src/ts/pages/TemplateOir/components/Template.tsx`); @@ -40099,32 +40099,32 @@ report.push(`5 0 src/ts/pages/TemplateOir/helpers/create-request/getDisableSubmi report.push(`6 1 src/ts/pages/Vendors/components/company/Form.tsx`); report.push(`5 1 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(``); -report.push(`2023-06-07T12:55:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-2053 fix: add role order in OIR`); +report.push(`2023-06-07T12:55:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2053 fix: add role order in OIR`); report.push(`4 1 src/ts/pages/TemplateOir/components/create-request/Roles.tsx`); report.push(`2 2 src/ts/pages/TemplateOir/store/RolesOrder.ts`); report.push(``); -report.push(`2023-06-07T14:12:46+03:00>Petr Petrov>petrov@mail.jp>SUBO-3161 feat: add new fields alias org unit name`); +report.push(`2023-06-07T14:12:46+03:00>Petr Petrov>petrov@mail.jp>JIRA-3161 feat: add new fields alias org unit name`); 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(faq): dont check old values from RZ`); +report.push(`2023-06-07T14:14:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2853: JIRA-2928 fix: add block for NameSpace in OIR`); +report.push(`2023-06-07T14:20:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-06-07T14:34:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): empty error message in 900`); +report.push(`2023-06-07T15:11:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): empty error message in 900`); +report.push(`2023-06-07T15:14:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(OIR): cant remove role`); +report.push(`2023-06-07T15:17:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2862: Bugfix/JIRA-3317 empty error message in 900`); +report.push(`2023-06-07T15:18:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2858: JIRA-3161 feat: add new fields alias org unit name`); +report.push(`2023-06-07T16:02:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-06-08T11:59:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2053 fix: add role order in OIR`); report.push(`1 1 src/ts/pages/Request/helpers/loadTemplateInfo.ts`); report.push(`10 3 src/ts/pages/Template/helpers/converter.ts`); report.push(`4 1 src/ts/snippets/AccessGroups/components/Roles.tsx`); @@ -40133,7 +40133,7 @@ report.push(`4 0 src/ts/snippets/AccessGroups/index.tsx`); report.push(`9 1 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(`3 0 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-06-08T14:35:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 feat: add two columns modal mse new`); +report.push(`2023-06-08T14:35:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 feat: add two columns modal mse new`); report.push(`10 39 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`40 38 src/ts/components/JsonSchema/components/widgets/ButtonChange.tsx`); report.push(`0 227 src/ts/components/JsonSchema/styles/hacks.scss`); @@ -40143,11 +40143,11 @@ report.push(`0 20 src/ts/components/JsonSchema/styles/wrapperModal.scss`); report.push(`1 4 src/ts/components/ModalWindow/index.tsx`); report.push(`1 1 src/ts/components/ModalWindow/styles/index.module.scss`); 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(`2023-06-08T14:48:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-06-08T15:09:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2864: JIRA-3262 fix(OIR): cant remove role`); +report.push(`2023-06-08T17:26:02+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -40156,61 +40156,61 @@ report.push(`8 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`1 0 src/ts/components/JsonSchema/styles/index.scss`); report.push(`36 3 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); report.push(``); -report.push(`2023-06-09T11:36:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3350 fix: role have zero id`); +report.push(`2023-06-09T11:36:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3350 fix: role have zero id`); report.push(`1 1 src/ts/pages/TemplateOir/store/AccessRequestStore.ts`); report.push(``); -report.push(`2023-06-09T11:40:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2868: SUBO-3350 fix: role have zero id`); -report.push(`2023-06-09T11:55:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3110 feat: replace property in 900`); +report.push(`2023-06-09T11:40:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2868: JIRA-3350 fix: role have zero id`); +report.push(`2023-06-09T11:55:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3110 feat: replace property in 900`); report.push(`5 9 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-06-09T12:30:14+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two columns modal in mse`); +report.push(`2023-06-09T12:30:14+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two columns modal in mse`); report.push(`4 3 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(``); -report.push(`2023-06-09T12:43:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two columns modal mse new`); +report.push(`2023-06-09T12:43:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two columns modal mse new`); 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(OIR): formatted text to link in error message`); +report.push(`2023-06-09T14:08:27+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(``); -report.push(`2023-06-09T19:07:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2799: SUBO-2053 feat: add role order in OIR`); +report.push(`2023-06-09T19:07:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2799: JIRA-2053 feat: add role order in OIR`); report.push(`2023-06-13T09:11:01+03:00>Ivan Ivanov>ivanov@mail.com>Roles.tsx edited online with Bitbucket`); report.push(`2 2 src/ts/pages/Tnp/components/Profile/AccessRights/Roles.tsx`); report.push(``); -report.push(`2023-06-13T10:53:38+03:00>Petr Petrov>petrov@mail.jp>SUBO-3370 fix: add line alias org unit name`); +report.push(`2023-06-13T10:53:38+03:00>Petr Petrov>petrov@mail.jp>JIRA-3370 fix: add line alias org unit name`); report.push(`1 0 src/ts/interfaces/request/UserDetail.ts`); 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(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(`2023-06-13T11:58:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2873: JIRA-3318 search roles in TNP`); +report.push(`2023-06-13T11:59:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2861: JIRA-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: JIRA-3287 fix(faq): dont check old values from RZ`); +report.push(`2023-06-13T13:10:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`6 1 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-06-13T14:10:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3323 feat: add id for AD groups`); +report.push(`2023-06-13T14:10:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3323 feat: add id for AD groups`); report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); -report.push(`2023-06-13T14:13:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3323 feat: add id for AD groups`); +report.push(`2023-06-13T14:13:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3323 feat: add id for AD groups`); report.push(`3 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts`); report.push(``); -report.push(`2023-06-13T14:20:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2877: SUBO-3323 feat: add id for AD groups`); -report.push(`2023-06-13T15:49:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); +report.push(`2023-06-13T14:20:46+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2877: JIRA-3323 feat: add id for AD groups`); +report.push(`2023-06-13T15:49:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3301 feat: add org unit info`); report.push(`105 0 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(`0 1 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`2 10 src/ts/pages/Builder/components/shared/OrgStructuresFilter.tsx`); report.push(``); -report.push(`2023-06-13T16:12:17+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); +report.push(`2023-06-13T16:12:17+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3301 feat: add org unit info`); report.push(`17 20 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(``); -report.push(`2023-06-13T17:15:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); +report.push(`2023-06-13T17:15:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3301 feat: add org unit info`); 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(profile): add new TNP workflow`); +report.push(`2023-06-14T10:34:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,39 +40218,39 @@ 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(profile): add new TNP workflow`); +report.push(`2023-06-14T10:51:55+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add new TNP workflow`); +report.push(`2023-06-14T11:19:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add user info in 532`); +report.push(`2023-06-14T12:31:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-06-14T13:21:22+03:00>Petr Petrov>petrov@mail.jp>SUBO-3392 feat: add users can edit template`); +report.push(`2023-06-14T13:21:22+03:00>Petr Petrov>petrov@mail.jp>JIRA-3392 feat: add users can edit template`); report.push(`12 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-06-14T15:33:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2881: SUBO-3392 feat: add users can edit template`); -report.push(`2023-06-14T15:33:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2857: SUBO-3298 feat: add text for modal role in template`); -report.push(`2023-06-14T15:37:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2874: SUBO-3370 fix: add line alias org unit name`); -report.push(`2023-06-14T15:45:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); +report.push(`2023-06-14T15:33:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2881: JIRA-3392 feat: add users can edit template`); +report.push(`2023-06-14T15:33:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2857: JIRA-3298 feat: add text for modal role in template`); +report.push(`2023-06-14T15:37:50+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2874: JIRA-3370 fix: add line alias org unit name`); +report.push(`2023-06-14T15:45:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3301 feat: add org unit info`); 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(AIS): clear page size for new search`); +report.push(`2023-06-14T17:03:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-06-14T17:07:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): fix style new cards`); +report.push(`2023-06-15T08:55:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); @@ -40263,163 +40263,163 @@ report.push(`2 0 src/ts/pages/Reconciliations/components/tnp/card/CommonInfo.tsx report.push(`0 2 src/ts/pages/Reconciliations/components/tnp/cards.tsx`); report.push(`1 6 src/ts/pages/Reconciliations/components/vendors/card/CommonInfo.tsx`); report.push(``); -report.push(`2023-06-15T09:57:02+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3404 fix: hide notification request`); +report.push(`2023-06-15T09:57:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3404 fix: hide notification request`); report.push(`3 0 src/ts/api/notification.ts`); report.push(``); -report.push(`2023-06-15T12:27:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3301 feat: add org unit info`); +report.push(`2023-06-15T12:27:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3301 feat: add org unit info`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/OrgUnitBankTree.tsx`); report.push(`2 0 src/ts/components/JsonSchema/components/widgets/OrgUnitTree.tsx`); report.push(`12 0 src/ts/components/Select/components/labels/orgUnit.tsx`); report.push(``); -report.push(`2023-06-15T16:49:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3413 fix: can select blocked users`); +report.push(`2023-06-15T16:49:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3413 fix: can select blocked users`); 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(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`); +report.push(`2023-06-15T17:10:09+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2880: JIRA-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: JIRA-2992 Add user validation`); +report.push(`2023-06-16T09:04:10+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2884: JIRA-3381, JIRA-3386, JIRA-3413, JIRA-3384, JIRA-3428 - Correct Report page`); +report.push(`2023-06-16T09:07:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-2668 fix: rename property in message for 478`); report.push(`1 1 src/ts/api/request.ts`); report.push(`1 1 src/ts/pages/Reports/components/478/Table.tsx`); report.push(``); -report.push(`2023-06-16T09:09:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2888: SUBO-2668 fix: rename property in message for 478`); -report.push(`2023-06-16T10:20:00+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3433 feat: add report for 300`); +report.push(`2023-06-16T09:09:27+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2888: JIRA-2668 fix: rename property in message for 478`); +report.push(`2023-06-16T10:20:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3433 feat: add report for 300`); report.push(`65 0 src/ts/pages/Reports/components/300/Filter.tsx`); report.push(`61 0 src/ts/pages/Reports/components/300/Report.tsx`); report.push(`123 0 src/ts/pages/Reports/components/300/Table.tsx`); report.push(`11 0 src/ts/pages/Reports/components/Filters.tsx`); report.push(`8 0 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-06-16T10:27:18+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3433 feat: add report for 300`); +report.push(`2023-06-16T10:27:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3433 feat: add report for 300`); report.push(`10 0 src/ts/api/report.ts`); report.push(`18 13 src/ts/pages/Reports/components/300/Report.tsx`); report.push(`0 1 src/ts/pages/Reports/index.tsx`); report.push(``); -report.push(`2023-06-16T10:32:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3433 feat: add report for 300`); +report.push(`2023-06-16T10:32:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3433 feat: add report for 300`); report.push(`5 4 src/ts/pages/Reports/components/Filters.tsx`); report.push(``); -report.push(`2023-06-16T11:11:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3433 feat: add report for 300`); +report.push(`2023-06-16T11:11:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3433 feat: add report for 300`); report.push(`2 2 src/ts/api/report.ts`); report.push(`3 3 src/ts/pages/Reports/components/300/Filter.tsx`); report.push(`1 1 src/ts/pages/Reports/components/300/Report.tsx`); report.push(`14 14 src/ts/pages/Reports/components/300/Table.tsx`); report.push(``); -report.push(`2023-06-16T11:14:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3433 feat: add report for 300`); +report.push(`2023-06-16T11:14:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3433 feat: add report for 300`); report.push(`3 3 src/ts/pages/Reports/components/300/Report.tsx`); report.push(``); -report.push(`2023-06-16T11:18:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2845: SUBO-3212 feat: add new additional request - 300`); -report.push(`2023-06-16T11:19:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2889: SUBO-3433 Add Report for 300`); -report.push(`2023-06-16T15:16:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3428 fix: add new columns`); +report.push(`2023-06-16T11:18:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2845: JIRA-3212 feat: add new additional request - 300`); +report.push(`2023-06-16T11:19:01+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2889: JIRA-3433 Add Report for 300`); +report.push(`2023-06-16T15:16:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3428 fix: add new columns`); report.push(`15 0 src/ts/pages/Reports/components/AuditorOIR/Table.tsx`); report.push(`15 0 src/ts/pages/Reports/components/UserHistory/Table.tsx`); report.push(`15 0 src/ts/pages/Reports/components/UserRoles/Table.tsx`); report.push(``); -report.push(`2023-06-16T15:37:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3299 fix: return stream in orgUnit`); +report.push(`2023-06-16T15:37:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3299 fix: return stream in orgUnit`); report.push(`1 5 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-16T16:17:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3428 fix: add new columns`); +report.push(`2023-06-16T16:17:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3428 fix: add new columns`); report.push(`15 0 src/ts/pages/Reports/components/AuditorIS/Table.tsx`); report.push(``); -report.push(`2023-06-16T16:19:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3428 fix: add new columns`); +report.push(`2023-06-16T16:19:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3428 fix: add new columns`); report.push(`6 2 src/ts/pages/Reports/components/UserRoles/Filter.tsx`); report.push(``); -report.push(`2023-06-19T10:12:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3444 fix: fix callAction request for tnp`); +report.push(`2023-06-19T10:12:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-3444 fix: fix callAction request for tnp`); report.push(`1 1 src/ts/pages/Reconciliations/store/ConfirmAction.ts`); report.push(``); -report.push(`2023-06-19T15:16:28+03:00>Petr Petrov>petrov@mail.jp>SUBO-3446 fix: fix filter for add request`); +report.push(`2023-06-19T15:16:28+03:00>Petr Petrov>petrov@mail.jp>JIRA-3446 fix: fix filter for add request`); report.push(`2 2 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`1 1 src/ts/snippets/FilterChips/index.tsx`); report.push(``); -report.push(`2023-06-19T15:57:05+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2893: SUBO-3444 fix: fix callAction request for tnp`); -report.push(`2023-06-19T15:57:27+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2894: SUBO-3446 fix: fix filter for add request`); -report.push(`2023-06-20T11:22:47+03:00>Petr Petrov>petrov@mail.jp>SUBO-3428 fix: fix add prop for request reports display name`); +report.push(`2023-06-19T15:57:05+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2893: JIRA-3444 fix: fix callAction request for tnp`); +report.push(`2023-06-19T15:57:27+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2894: JIRA-3446 fix: fix filter for add request`); +report.push(`2023-06-20T11:22:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-3428 fix: fix add prop for request reports display name`); report.push(`1 0 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`6 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2023-06-20T11:56:17+03:00>Petr Petrov>petrov@mail.jp>SUBO-3428 fix: fix add prop for request reports display name`); +report.push(`2023-06-20T11:56:17+03:00>Petr Petrov>petrov@mail.jp>JIRA-3428 fix: fix add prop for request reports display name`); report.push(`1 0 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`6 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(`1 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2023-06-20T12:02:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-3413 fix: fix add prop for request reports display name fix commit`); +report.push(`2023-06-20T12:02:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-3413 fix: fix add prop for request reports display name fix commit`); report.push(`2 1 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2023-06-20T14:12:10+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2892: SUBO-3428 fix: add new columns`); -report.push(`2023-06-20T14:14:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2865: SUBO-3299 fix: return stream in org unit`); +report.push(`2023-06-20T14:12:10+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2892: JIRA-3428 fix: add new columns`); +report.push(`2023-06-20T14:14:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2865: JIRA-3299 fix: return stream in org unit`); report.push(`2023-06-20T14:25:04+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Automatic merge from release/release-2.109.0 -> release/release-2.110.0`); -report.push(`2023-06-20T14:53:11+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2898: Bugfix/SUBO-3413 fix request display name reports`); -report.push(`2023-06-20T15:06:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-3299 fix: remove formattedTypes`); +report.push(`2023-06-20T14:53:11+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2898: Bugfix/JIRA-3413 fix request display name reports`); +report.push(`2023-06-20T15:06:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-3299 fix: remove formattedTypes`); report.push(`1 5 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-20T15:12:56+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2900: SUBO-3299 fix: remove formattedTypes`); +report.push(`2023-06-20T15:12:56+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2900: JIRA-3299 fix: remove formattedTypes`); report.push(`2023-06-20T15:17:02+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Automatic merge from release/release-2.109.0 -> release/release-2.110.0`); -report.push(`2023-06-20T15:25:50+03:00>Petr Petrov>petrov@mail.jp>SUBO-3299 fix: same commit add formattedTypes`); +report.push(`2023-06-20T15:25:50+03:00>Petr Petrov>petrov@mail.jp>JIRA-3299 fix: same commit add formattedTypes`); report.push(`4 5 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-20T15:29:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-3299 fix: resolve conflict`); -report.push(`2023-06-20T15:30:26+03:00>Petr Petrov>petrov@mail.jp>SUBO-3299 fix: resolve conflict`); +report.push(`2023-06-20T15:29:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-3299 fix: resolve conflict`); +report.push(`2023-06-20T15:30:26+03:00>Petr Petrov>petrov@mail.jp>JIRA-3299 fix: resolve conflict`); report.push(`1 0 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-20T15:36:04+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2901: SUBO-3299 fix: same commit add formattedTypes`); +report.push(`2023-06-20T15:36:04+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2901: JIRA-3299 fix: same commit add formattedTypes`); report.push(`2023-06-20T15:38:29+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Automatic merge from release/release-2.109.0 -> release/release-2.110.0`); -report.push(`2023-06-20T15:39:15+03:00>Petr Petrov>petrov@mail.jp>SUBO-3299 fix: remove formatted types`); +report.push(`2023-06-20T15:39:15+03:00>Petr Petrov>petrov@mail.jp>JIRA-3299 fix: remove formatted types`); report.push(`1 5 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-06-20T15:47:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-3413 fix: add prop for user filter`); +report.push(`2023-06-20T15:47:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-3413 fix: add prop for user filter`); report.push(`1 0 src/ts/pages/Reports/components/UserRoles/Filter.tsx`); report.push(``); -report.push(`2023-06-20T15:53:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2903: SUBO-3413 fix: add prop for user filter`); +report.push(`2023-06-20T15:53:38+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2903: JIRA-3413 fix: add prop for user filter`); report.push(`2023-06-20T15:55:57+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Automatic merge from release/release-2.109.0 -> release/release-2.110.0`); -report.push(`2023-06-20T16:13:44+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2786: SUBO-3068 - Save MSE for improve action`); -report.push(`2023-06-21T14:06:54+03:00>Petr Petrov>petrov@mail.jp>SUBO-3524 fix: fix checkbox for table template empowerments`); +report.push(`2023-06-20T16:13:44+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2786: JIRA-3068 - Save MSE for improve action`); +report.push(`2023-06-21T14:06:54+03:00>Petr Petrov>petrov@mail.jp>JIRA-3524 fix: fix checkbox for table template empowerments`); report.push(`1 1 src/ts/components/Table/index.tsx`); report.push(``); -report.push(`2023-06-21T14:22:24+03:00>Petr Petrov>petrov@mail.jp>SUBO-3453 fix: hide field account and rename orgunit`); +report.push(`2023-06-21T14:22:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-3453 fix: hide field account and rename orgunit`); report.push(`3 11 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(``); -report.push(`2023-06-21T16:00:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-3453 fix: hide select account domains`); +report.push(`2023-06-21T16:00:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-3453 fix: hide select account domains`); report.push(`11 2 src/ts/components/JsonSchema/components/widgets/UserInfoBlock.tsx`); report.push(`0 12 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2023-06-22T12:10:19+03:00>Petr Petrov>petrov@mail.jp>SUBO-3525 fix: fix mse imporove request`); +report.push(`2023-06-22T12:10:19+03:00>Petr Petrov>petrov@mail.jp>JIRA-3525 fix: fix mse imporove request`); report.push(`2 2 src/ts/api/request.ts`); report.push(`1 1 src/ts/snippets/RequestForm/helpers/getRequestButtons.tsx`); 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(`2023-06-22T13:31:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(faq): fix id auto road map`); +report.push(`2023-06-22T13:57:24+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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`); -report.push(`2023-06-23T13:59:34+03:00>Petr Petrov>petrov@mail.jp>SUBO-3029 fix: add translation formatted response isActualTemplate`); +report.push(`2023-06-22T14:53:01+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2902: JIRA-3299 fix: remove formatted types`); +report.push(`2023-06-22T14:59:52+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2907: JIRA-3417 fix(faq): fix id auto road map`); +report.push(`2023-06-22T16:15:46+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2906: JIRA-3525 fix: fix mse imporove request`); +report.push(`2023-06-23T13:12:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-2905 fix: resolve conflict`); +report.push(`2023-06-23T13:19:08+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2762: JIRA-2905 fix: fix display selct tree prev value`); +report.push(`2023-06-23T13:59:34+03:00>Petr Petrov>petrov@mail.jp>JIRA-3029 fix: add translation formatted response isActualTemplate`); 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(OIR): show error message for mse approval`); +report.push(`2023-06-23T15:08:25+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(traffic chart): add more page sizes`); +report.push(`2023-06-23T17:20:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2023-06-23T17:23:44+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2913: JIRA-3557 feat(traffic chart): add more page sizes`); +report.push(`2023-06-26T12:49:48+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`6 1 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(``); -report.push(`2023-06-26T13:21:29+03:00>Petr Petrov>petrov@mail.jp>SUBO-3423 feat: add can edit template`); +report.push(`2023-06-26T13:21:29+03:00>Petr Petrov>petrov@mail.jp>JIRA-3423 feat: add can edit template`); report.push(`21 9 src/ts/pages/Builder/components/Header.tsx`); report.push(`11 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(`3 0 src/ts/pages/Builder/styles/hacks.scss`); report.push(``); -report.push(`2023-06-26T16:45:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-3420 fix: fix request for reports history and roles`); +report.push(`2023-06-26T16:45:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-3420 fix: fix request for reports history and roles`); report.push(`22 0 src/ts/api/user.ts`); report.push(`0 1 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`1 1 src/ts/pages/Reports/components/UserHistory/Report.tsx`); @@ -40427,130 +40427,130 @@ report.push(`0 1 src/ts/pages/Reports/components/UserRoles/Filter.tsx`); report.push(`1 1 src/ts/pages/Reports/components/UserRoles/Report.tsx`); report.push(`4 7 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2023-06-26T16:51:10+03:00>Petr Petrov>petrov@mail.jp>SUBO-3420 fix: remove comment`); +report.push(`2023-06-26T16:51:10+03:00>Petr Petrov>petrov@mail.jp>JIRA-3420 fix: remove comment`); 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(AIS): show field text for flag isNotAvailable`); +report.push(`2023-06-27T15:05:40+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2882: JIRA-3301 add org unit info`); +report.push(`2023-06-28T13:11:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(`2023-06-29T12:09:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2023-06-29T14:37:03+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2912: JIRA-3552 fix(OIR): show error message for mse approval`); +report.push(`2023-06-29T16:06:47+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`7 0 src/ts/pages/AdditionalServices/components/DynamicFields.tsx`); report.push(`7 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2023-06-30T13:16:13+03:00>Petr Petrov>petrov@mail.jp>SUBO-3558 fix: add field it system instance to dynamicFields`); +report.push(`2023-06-30T13:16:13+03:00>Petr Petrov>petrov@mail.jp>JIRA-3558 fix: add field it system instance to dynamicFields`); report.push(`4 0 src/ts/pages/AdditionalServices/helpers/hackItSystemInstance1205.ts`); 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(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`); +report.push(`2023-06-30T14:37:14+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2919: JIRA-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: JIRA-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: JIRA-3110 feat: replace property in 900`); +report.push(`2023-07-03T10:22:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3029 fix: add translations`); report.push(`1 6 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); 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(faq): change validation for 900 number`); +report.push(`2023-07-03T10:26:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2911: JIRA-3029 fix: add translation formatted response isActualTemplate`); +report.push(`2023-07-03T11:25:06+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2916: JIRA-3423 feat: add can edit template`); +report.push(`2023-07-03T11:49:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-03T11:52:52+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2926: JIRA-3317 fix(faq): change validation for 900 number`); +report.push(`2023-07-03T13:24:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-07-03T13:28:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2928: SUBO-3616 fix: add chips for vendors`); -report.push(`2023-07-03T13:56:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: merge with 2.119`); -report.push(`2023-07-03T14:36:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two columns modal mse new`); +report.push(`2023-07-03T13:28:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2928: JIRA-3616 fix: add chips for vendors`); +report.push(`2023-07-03T13:56:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: merge with 2.119`); +report.push(`2023-07-03T14:36:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two columns modal mse new`); report.push(`47 12 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`3 6 src/ts/components/JsonSchema/components/widgets/ButtonChange.tsx`); report.push(`4 0 src/ts/components/JsonSchema/styles/hacks.scss`); report.push(`31 13 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(``); -report.push(`2023-07-03T14:42:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two columns modal mse new`); +report.push(`2023-07-03T14:42:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two columns modal mse new`); report.push(`8 11 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(``); -report.push(`2023-07-03T14:55:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two columns modal mse new`); +report.push(`2023-07-03T14:55:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two columns modal mse new`); report.push(`5 0 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(``); -report.push(`2023-07-03T15:21:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3420 fix: return correct request for user list in filters`); +report.push(`2023-07-03T15:21:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3420 fix: return correct request for user list in filters`); report.push(`1 0 src/ts/pages/Reports/components/UserHistory/Filter.tsx`); report.push(`1 0 src/ts/pages/Reports/components/UserRoles/Filter.tsx`); report.push(`12 4 src/ts/snippets/FilterPanel/components/UserFilter.tsx`); report.push(``); -report.push(`2023-07-03T15:26:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2930: SUBO-3420 fix: return correct request for user list in filters`); -report.push(`2023-07-03T16:06:51+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3299 fix: remove hacks`); +report.push(`2023-07-03T15:26:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2930: JIRA-3420 fix: return correct request for user list in filters`); +report.push(`2023-07-03T16:06:51+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3299 fix: remove hacks`); report.push(`1 5 src/ts/pages/Builder/components/modals/OrgUnitAdd.tsx`); report.push(``); -report.push(`2023-07-04T09:50:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3646 fix: change pagination`); +report.push(`2023-07-04T09:50:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3646 fix: change pagination`); report.push(`1 1 src/setupProxy.js`); report.push(`11 6 src/ts/components/DataLoader/index.tsx`); report.push(``); -report.push(`2023-07-04T10:03:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2934: SUBO-3646 fix: change pagination`); -report.push(`2023-07-04T10:18:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3620 fix: add correct tree path`); +report.push(`2023-07-04T10:03:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2934: JIRA-3646 fix: change pagination`); +report.push(`2023-07-04T10:18:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3620 fix: add correct tree path`); 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(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(`2023-07-04T10:21:51+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2936: JIRA-3620 fix: add correct tree path`); +report.push(`2023-07-04T10:49:40+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2768: JIRA-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: JIRA-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: JIRA-3558 fix: add field it system instance to dynamicFields`); +report.push(`2023-07-04T14:38:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`5 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/components/tnp/index.tsx`); report.push(`5 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(`13 1 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T14:50:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T14:50:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`25 4 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T14:53:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T14:53:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`3 3 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T15:09:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T15:09:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`15 8 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T15:26:25+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T15:26:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`17 6 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T15:41:34+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T15:41:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`1 0 src/ts/snippets/ControlPanel/index.tsx`); report.push(``); -report.push(`2023-07-04T16:02:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 feat: add file loader for Excel`); +report.push(`2023-07-04T16:02:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 feat: add file loader for Excel`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); 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(`2023-07-04T16:04:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add select auth type`); +report.push(`2023-07-05T09:56:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-05T10:01:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2941: JIRA-3667 feat(traffic chart): add select auth type`); +report.push(`2023-07-05T12:18:34+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`2 0 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(``); -report.push(`2023-07-05T14:26:24+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3620 feat: add correct sort in Tree info`); +report.push(`2023-07-05T14:26:24+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3620 feat: add correct sort in Tree info`); 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(traffic chart): add is bank secrecy`); +report.push(`2023-07-05T14:29:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2945: JIRA-3620 feat: add correct sort in Tree info`); +report.push(`2023-07-05T14:47:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add is bank secrency`); +report.push(`2023-07-05T15:12:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(traffic chart): add is bank secrency`); +report.push(`2023-07-05T16:10:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,18 +40568,18 @@ 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(traffic chart): add is bank secrency`); +report.push(`2023-07-05T16:14:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-07-05T16:23:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1785 fix: change comment design`); +report.push(`2023-07-05T16:23:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1785 fix: change comment design`); report.push(`2 2 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-07-05T16:28:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2947: SUBO-1785 fix: change comment design`); -report.push(`2023-07-06T10:13:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-1785 fix: change comment design`); +report.push(`2023-07-05T16:28:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2947: JIRA-1785 fix: change comment design`); +report.push(`2023-07-06T10:13:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-1785 fix: change comment design`); report.push(`2 2 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-07-06T10:49:54+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3543 feat: add meta info for requests`); +report.push(`2023-07-06T10:49:54+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3543 feat: add meta info for requests`); report.push(`3 0 src/ts/api/request.ts`); report.push(`3 0 src/ts/pages/Request/components/AccessRequest.tsx`); report.push(`2 0 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); @@ -40589,46 +40589,46 @@ 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(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(profile): hide old reports`); +report.push(`2023-07-06T13:29:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2921: JIRA-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: JIRA-3663 fix: return old value for 900 (Тушинская, сегодня 06.07)`); +report.push(`2023-07-06T14:20:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-07-06T14:55:02+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(faq): add boolean is bank secrecy`); +report.push(`2023-07-06T16:50:40+03:00>Petr Petrov>petrov@mail.jp>JIRA-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(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(`2023-07-07T10:31:13+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2953: JIRA-3694 feat(profile): hide old reports (Кулинский, пятница)`); +report.push(`2023-07-07T13:23:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3183 fix: remove double description`); report.push(`1 1 src/ts/pages/TemplateOir/components/shared/Description.tsx`); report.push(``); -report.push(`2023-07-07T13:59:03+03:00>Petr Petrov>petrov@mail.jp>SUBO-3678 feat: add users can edit template`); +report.push(`2023-07-07T13:59:03+03:00>Petr Petrov>petrov@mail.jp>JIRA-3678 feat: add users can edit template`); report.push(`22 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-10T09:38:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-3678 feat: add lower case for upn users`); +report.push(`2023-07-10T09:38:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-3678 feat: add lower case for upn users`); report.push(`13 13 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-10T11:03:21+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3668 feat: add user settings`); +report.push(`2023-07-10T11:03:21+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3668 feat: add user settings`); report.push(`10 1 src/ts/components/DataLoader/paginators/Pagination.tsx`); report.push(`0 46 src/ts/helpers/userSettings.ts`); report.push(`9 8 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`57 0 src/ts/store/userSettings.ts`); report.push(``); -report.push(`2023-07-10T11:12:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3668 feat: add user settings`); +report.push(`2023-07-10T11:12:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3668 feat: add user settings`); report.push(`4 4 src/ts/pages/PageWrapper/components/SideBar.tsx`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`10 5 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`4 0 src/ts/pages/Reconciliations/components/vendors/index.tsx`); report.push(``); -report.push(`2023-07-10T11:46:50+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3668 feat: add user settings`); -report.push(`2023-07-10T14:46:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 feat: add sort element`); +report.push(`2023-07-10T11:46:50+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3668 feat: add user settings`); +report.push(`2023-07-10T14:46:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3700 feat: add sort element`); report.push(`4 1 src/ts/api/request.ts`); report.push(`8 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`12 0 src/ts/pages/Reconciliations/helpers/getSimpleSort.ts`); @@ -40637,54 +40637,54 @@ report.push(`20 0 src/ts/snippets/ControlPanel/index.tsx`); report.push(`1 0 src/ts/snippets/ControlPanel/styles/index.scss`); report.push(`19 0 src/ts/snippets/ControlPanel/styles/sort.scss`); report.push(``); -report.push(`2023-07-10T16:27:18+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 fix: hide collapse text fix fio comments`); +report.push(`2023-07-10T16:27:18+03:00>Petr Petrov>petrov@mail.jp>JIRA-1785 fix: hide collapse text fix fio comments`); report.push(`3 3 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-07-10T17:16:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2956: SUBO-3678 feat: add users can edit template (Синяков)`); -report.push(`2023-07-10T23:18:39+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 fix: fix design comments list`); +report.push(`2023-07-10T17:16:59+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2956: JIRA-3678 feat: add users can edit template (Синяков)`); +report.push(`2023-07-10T23:18:39+03:00>Petr Petrov>petrov@mail.jp>JIRA-1785 fix: fix design comments list`); report.push(`4 4 src/ts/snippets/CommentsList/components/list.tsx`); report.push(`10 2 src/ts/snippets/CommentsList/styles/index.scss`); report.push(`1 1 src/ts/snippets/RequestForm/components/Sidebar.tsx`); report.push(``); -report.push(`2023-07-11T10:14:21+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 fix: fix acronym name comments`); +report.push(`2023-07-11T10:14:21+03:00>Petr Petrov>petrov@mail.jp>JIRA-1785 fix: fix acronym name comments`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-07-11T11:05:37+03:00>Petr Petrov>petrov@mail.jp>SUBO-1785 fix: fix name collapse comments`); +report.push(`2023-07-11T11:05:37+03:00>Petr Petrov>petrov@mail.jp>JIRA-1785 fix: fix name collapse comments`); report.push(`1 1 src/ts/snippets/CommentsList/components/list.tsx`); report.push(``); -report.push(`2023-07-11T14:27:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2933: SUBO-3299 fix: remove hacks (Ершов, сегодня)`); -report.push(`2023-07-12T00:26:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 fix: add two colums modal mse`); +report.push(`2023-07-11T14:27:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2933: JIRA-3299 fix: remove hacks (Ершов, сегодня)`); +report.push(`2023-07-12T00:26:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 fix: add two colums modal mse`); report.push(`7 0 src/ts/components/JsonSchema/components/widgets/ButtonChange.tsx`); report.push(``); -report.push(`2023-07-12T09:52:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3218 feat: add two colums modal mse new`); +report.push(`2023-07-12T09:52:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3218 feat: add two colums modal mse new`); report.push(`1 51 src/ts/components/JsonSchema/components/modal/TableUpdate.tsx`); report.push(`7 4 src/ts/components/JsonSchema/components/widgets/ButtonChange.tsx`); report.push(`9 5 src/ts/components/JsonSchema/styles/hacks478.scss`); report.push(`9 2 src/ts/pages/AdditionalServices/helpers/hacksFor478.ts`); 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(`2023-07-12T10:58:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add text from RDS 105574`); +report.push(`2023-07-12T12:17:19+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`5 0 src/ts/pages/Template/store/HackAis1599.ts`); report.push(`2 0 src/ts/pages/Template/store/Template.ts`); report.push(``); -report.push(`2023-07-12T12:39:04+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3716 fix: view old 900 request`); +report.push(`2023-07-12T12:39:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3716 fix: view old 900 request`); report.push(`5 3 src/ts/pages/AdditionalServices/helpers/hacksFor478Old.ts`); report.push(``); -report.push(`2023-07-12T12:54:32+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3725 fix: cant create copy 1205`); +report.push(`2023-07-12T12:54:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3725 fix: cant create copy 1205`); report.push(`0 4 src/ts/pages/AdditionalServices/helpers/hackItSystemInstance1205.ts`); report.push(`0 2 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-07-12T13:19:38+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3725 fix: cant create copy 1205`); +report.push(`2023-07-12T13:19:38+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3725 fix: cant create copy 1205`); report.push(`19 14 src/ts/pages/Request/helpers/loadAdditionalServicesFields.ts`); report.push(`3 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-07-12T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2949: SUBO-1785 fix: change comment design (ершов, 06.07)`); -report.push(`2023-07-12T16:14:01+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 feat: add diff for oir page`); +report.push(`2023-07-12T14:38:39+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2949: JIRA-1785 fix: change comment design (ершов, 06.07)`); +report.push(`2023-07-12T16:14:01+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 feat: add diff for oir page`); report.push(`13 0 src/ts/api/request.ts`); report.push(`8 2 src/ts/pages/Builder/components/modals/DiffTemplateModal.tsx`); report.push(`26 18 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); @@ -40699,62 +40699,62 @@ report.push(`6 0 src/ts/snippets/RequestForm/helpers/labels.ts`); report.push(`28 21 src/ts/snippets/RequestForm/index.tsx`); report.push(`2 2 src/ts/snippets/RequestStatus/styles/rule.scss`); report.push(``); -report.push(`2023-07-13T09:15:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3362 feat: change filter in search`); +report.push(`2023-07-13T09:15:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3362 feat: change filter in search`); report.push(`6 6 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`4 1 src/ts/snippets/FilterPanel/components/UserFilterFull.tsx`); report.push(``); -report.push(`2023-07-13T09:20:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3716 fix: change old view 900`); +report.push(`2023-07-13T09:20:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3716 fix: change old view 900`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor478Old.ts`); report.push(``); -report.push(`2023-07-13T10:54:05+03:00>Petr Petrov>petrov@mail.jp>SUBO-3183 feat: formatted text for text aria`); +report.push(`2023-07-13T10:54:05+03:00>Petr Petrov>petrov@mail.jp>JIRA-3183 feat: formatted text for text aria`); report.push(`7 4 src/ts/components/JsonSchema/components/Wrapper.tsx`); report.push(``); -report.push(`2023-07-13T11:20:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3619 fix: add file loader`); +report.push(`2023-07-13T11:20:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3619 fix: add file loader`); report.push(`15 0 src/ts/api/request.ts`); report.push(`10 5 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-07-13T14:18:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2959: SUBO-3725 fix: cant create copy 1205`); -report.push(`2023-07-13T14:30:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2915: SUBO-3183 feat: add link for text additional 17 checkbox (Тушинская-Ершов, до четверга, SUBO-3705 Шкан)`); -report.push(`2023-07-13T14:50:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3603 fix: cant create copy`); +report.push(`2023-07-13T14:18:22+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2959: JIRA-3725 fix: cant create copy 1205`); +report.push(`2023-07-13T14:30:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2915: JIRA-3183 feat: add link for text additional 17 checkbox (Тушинская-Ершов, до четверга, JIRA-3705 Шкан)`); +report.push(`2023-07-13T14:50:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3603 fix: cant create copy`); report.push(`1 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-07-13T16:39:58+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3716 fix: view old 900`); +report.push(`2023-07-13T16:39:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3716 fix: view old 900`); report.push(`9 6 src/ts/pages/AdditionalServices/helpers/hacksFor478Old.ts`); report.push(``); -report.push(`2023-07-13T16:52:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3725 fix: cant view 1207`); +report.push(`2023-07-13T16:52:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3725 fix: cant view 1207`); report.push(`1 2 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-07-13T16:55:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2968: SUBO-3725 fix: cant view 1207`); -report.push(`2023-07-14T10:13:43+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3725 fix: copy 1205`); +report.push(`2023-07-13T16:55:04+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2968: JIRA-3725 fix: cant view 1207`); +report.push(`2023-07-14T10:13:43+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3725 fix: copy 1205`); report.push(`31 0 src/ts/pages/AdditionalServices/helpers/hacksFor1205.ts`); report.push(`2 0 src/ts/pages/AdditionalServices/helpers/loadTemplateInfo.ts`); report.push(`0 1 src/ts/pages/TemplateOir/helpers/create-request/mapBackendToUiData.ts`); report.push(``); -report.push(`2023-07-14T13:11:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2846: SUBO-3218 feat: add two columns for mse modal (Аванесов)`); -report.push(`2023-07-14T14:32:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2967: SUBO-3603 fix: cant create copy`); -report.push(`2023-07-14T14:33:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2963: SUBO-3716 fix: view old 900 request`); -report.push(`2023-07-14T14:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2970: SUBO-3725 fix: copy 1205`); -report.push(`2023-07-14T15:53:42+03:00>Petr Petrov>petrov@mail.jp>SUBO-3183 feat: fix link for checkbox and remove gap`); +report.push(`2023-07-14T13:11:18+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2846: JIRA-3218 feat: add two columns for mse modal (Аванесов)`); +report.push(`2023-07-14T14:32:00+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2967: JIRA-3603 fix: cant create copy`); +report.push(`2023-07-14T14:33:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2963: JIRA-3716 fix: view old 900 request`); +report.push(`2023-07-14T14:33:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2970: JIRA-3725 fix: copy 1205`); +report.push(`2023-07-14T15:53:42+03:00>Petr Petrov>petrov@mail.jp>JIRA-3183 feat: fix link for checkbox and remove gap`); report.push(`17 13 src/ts/pages/Help/helpers/getTextWithLinks.tsx`); report.push(`6 2 src/ts/pages/Request/components/AdditionalServicesRequest.tsx`); report.push(``); -report.push(`2023-07-14T15:54:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algoritm`); +report.push(`2023-07-14T15:54:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algoritm`); report.push(`1 5 src/ts/pages/Search/helpers/search.ts`); report.push(`7 58 src/ts/pages/Search/index.tsx`); report.push(``); -report.push(`2023-07-14T16:03:11+03:00>Petr Petrov>petrov@mail.jp>SUBO-3183 feat: resolve conflict`); -report.push(`2023-07-17T09:50:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3754 fix: hide filter in search`); +report.push(`2023-07-14T16:03:11+03:00>Petr Petrov>petrov@mail.jp>JIRA-3183 feat: resolve conflict`); +report.push(`2023-07-17T09:50:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3754 fix: hide filter in search`); report.push(`1 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-07-17T13:39:08+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 feat: hide button calculate oir`); +report.push(`2023-07-17T13:39:08+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 feat: hide button calculate oir`); report.push(`43 42 src/ts/pages/Requests/components/item/index.tsx`); report.push(`18 12 src/ts/snippets/RequestForm/components/DiffOir.tsx`); report.push(`1 0 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-07-17T15:15:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2964: SUBO-3362 feat: change filter in search (Аванесов)`); -report.push(`2023-07-17T15:16:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2974: SUBO-3183 feat: fix link for checkbox and remove gap`); -report.push(`2023-07-17T15:16:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2975: SUBO-3754 fix: hide filter in search`); -report.push(`2023-07-17T16:44:10+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algorithm`); +report.push(`2023-07-17T15:15:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2964: JIRA-3362 feat: change filter in search (Аванесов)`); +report.push(`2023-07-17T15:16:08+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2974: JIRA-3183 feat: fix link for checkbox and remove gap`); +report.push(`2023-07-17T15:16:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2975: JIRA-3754 fix: hide filter in search`); +report.push(`2023-07-17T16:44:10+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algorithm`); report.push(`1 0 src/ts/components/DataLoader/store/index.ts`); report.push(`5 4 src/ts/pages/Authorization/store/AuthorizationStore.ts`); report.push(`68 0 src/ts/pages/Search/components/Item/Oir.tsx`); @@ -40767,106 +40767,106 @@ report.push(`9 0 src/ts/pages/Search/styles/index.scss`); report.push(`22 2 src/ts/pages/TemplateOir/index.tsx`); report.push(`6 2 src/ts/pages/TemplateOir/store/RolesOrder.ts`); report.push(``); -report.push(`2023-07-17T17:40:12+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algorithm`); +report.push(`2023-07-17T17:40:12+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algorithm`); report.push(`11 3 src/ts/pages/Search/components/Item/Oir.tsx`); report.push(``); -report.push(`2023-07-17T18:00:12+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 feat: add request for calculation oir for adjustment`); +report.push(`2023-07-17T18:00:12+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 feat: add request for calculation oir for adjustment`); report.push(`4 0 src/ts/pages/TemplateOir/components/create-request/EditForm.tsx`); report.push(``); -report.push(`2023-07-18T00:06:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2977: SUBO-3754 fix: hide filter in search`); -report.push(`2023-07-18T00:07:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2979: SUBO-3183 feat: fix link for checkbox and remove gap`); -report.push(`2023-07-18T10:22:28+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algoritm`); +report.push(`2023-07-18T00:06:55+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2977: JIRA-3754 fix: hide filter in search`); +report.push(`2023-07-18T00:07:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2979: JIRA-3183 feat: fix link for checkbox and remove gap`); +report.push(`2023-07-18T10:22:28+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algoritm`); report.push(`27 15 src/ts/pages/Search/components/Item/Oir.tsx`); report.push(`4 2 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2023-07-18T10:35:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algoritm`); +report.push(`2023-07-18T10:35:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algoritm`); report.push(`1 1 src/ts/pages/Search/store/Search.ts`); report.push(``); -report.push(`2023-07-18T12:02:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3750 fix: change search algoritm`); +report.push(`2023-07-18T12:02:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3750 fix: change search algoritm`); report.push(`0 1 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2023-07-18T12:15:14+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 feat: fix hide empty field`); +report.push(`2023-07-18T12:15:14+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 feat: fix hide empty field`); report.push(`2 1 src/ts/pages/Builder/components/modals/DiffTemplateTable.tsx`); report.push(``); -report.push(`2023-07-18T12:19:37+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 fix: merge with release`); -report.push(`2023-07-18T12:50:30+03:00>Petr Petrov>petrov@mail.jp>SUBO-3770 fix: add one day for hacks 900`); +report.push(`2023-07-18T12:19:37+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3700 fix: merge with release`); +report.push(`2023-07-18T12:50:30+03:00>Petr Petrov>petrov@mail.jp>JIRA-3770 fix: add one day for hacks 900`); report.push(`1 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-07-18T12:59:52+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 fix: add diff oir for change types`); +report.push(`2023-07-18T12:59:52+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 fix: add diff oir for change types`); report.push(`8 6 src/ts/snippets/RequestForm/index.tsx`); report.push(``); -report.push(`2023-07-18T13:13:35+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 fix: add sort element`); +report.push(`2023-07-18T13:13:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3700 fix: add sort element`); report.push(`1 0 src/ts/api/request.ts`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); 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(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 (Синяков, ждем ПСИ)`); -report.push(`2023-07-19T11:08:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2954: Bugfix/SUBO-3547 Add isBankSecrecy (Кулинский, ПСИ)`); -report.push(`2023-07-19T12:50:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3603 fix: cant create copy`); +report.push(`2023-07-18T15:24:37+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2879: JIRA-2164 feat(profile): add new TNP workflow (Синяков, ПСИ)`); +report.push(`2023-07-18T15:27:35+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3212 feat: add 300 additional`); +report.push(`2023-07-18T15:30:47+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2962: JIRA-3243 feat: add diff for oir page`); +report.push(`2023-07-18T15:34:57+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2890: JIRA-3212, JIRA-3433 - ДУ 300 (Синяков, ждем ПСИ)`); +report.push(`2023-07-19T11:08:07+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2954: Bugfix/JIRA-3547 Add isBankSecrecy (Кулинский, ПСИ)`); +report.push(`2023-07-19T12:50:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3603 fix: cant create copy`); report.push(`5 1 src/ts/pages/Template/helpers/loadTemplateInfo.ts`); report.push(``); -report.push(`2023-07-19T12:53:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2988: SUBO-3603 fix: cant create copy`); +report.push(`2023-07-19T12:53:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2988: JIRA-3603 fix: cant create copy`); report.push(`2023-07-19T12:53:56+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.129.1 -> release/release-2.130.0`); -report.push(`2023-07-19T13:00:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3778 fix: hide double author`); +report.push(`2023-07-19T13:00:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3778 fix: hide double author`); report.push(`2 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-07-19T13:04:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3778 fix: hide double author`); +report.push(`2023-07-19T13:04:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): change user filter`); +report.push(`2023-07-19T13:13:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(`2023-07-20T10:21:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): hide props in 800`); +report.push(`2023-07-20T11:42:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-07-20T12:36:53+03:00>Petr Petrov>petrov@mail.jp>JIRA-3790 fix: show secrecy bank icon for tnp`); report.push(`11 0 src/ts/components/Select/components/value-list/Item.tsx`); report.push(`7 0 src/ts/components/Select/styles/hacks.scss`); report.push(`1 1 src/ts/components/Select/styles/value-list.scss`); report.push(`16 9 src/ts/pages/Tnp/components/Profile/AccessRights/SideBarItem.tsx`); 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(AIS): send 2 params in 801 request`); +report.push(`2023-07-20T12:47:12+03:00>Галиневский Евгений Николаевич (4090394)>galinevskiie@vtb.ru>Pull request #2991: JIRA-3790 fix: show secrecy bank icon for tnp`); +report.push(`2023-07-20T13:44:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): send 2 params in 801 request`); +report.push(`2023-07-20T14:00:25+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(AIS): show validation message in 801 request`); +report.push(`2023-07-20T15:05:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(``); -report.push(`2023-07-20T16:56:41+03:00>Petr Petrov>petrov@mail.jp>SUBO-3243 fix: fix status show calculate delta`); +report.push(`2023-07-20T16:56:41+03:00>Petr Petrov>petrov@mail.jp>JIRA-3243 fix: fix status show calculate delta`); report.push(`14 1 src/ts/snippets/RequestForm/components/DiffOir.tsx`); report.push(``); -report.push(`2023-07-21T08:55:49+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: hide filters on version page`); +report.push(`2023-07-21T08:55:49+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: hide filters on version page`); report.push(`5 3 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(``); -report.push(`2023-07-21T09:00:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2994: SUBO-0000 fix: hide filters on version page`); -report.push(`2023-07-21T09:29:01+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3786 fix: add template editor`); +report.push(`2023-07-21T09:00:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2994: JIRA-0000 fix: hide filters on version page`); +report.push(`2023-07-21T09:29:01+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3786 fix: add template editor`); report.push(`3 0 src/ts/pages/Builder/helpers/editTemplate.ts`); report.push(``); -report.push(`2023-07-21T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3786 fix: add template editor`); +report.push(`2023-07-21T09:50:44+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3786 fix: add template editor`); 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(AIS): add blocked status for employee`); +report.push(`2023-07-21T09:55:31+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2996: JIRA-3786 fix: add template editor`); +report.push(`2023-07-21T14:04:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-21T14:09:29+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2998: JIRA-3811 fix(AIS): add blocked status for employee`); +report.push(`2023-07-21T16:01:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); @@ -40876,7 +40876,7 @@ report.push(`14 3 src/ts/pages/Search/helpers/searchCategories.ts`); report.push(`1 13 src/ts/pages/Search/store/Search.ts`); report.push(`8 0 src/ts/pages/TemplateOir/index.tsx`); report.push(``); -report.push(`2023-07-21T18:12:33+03:00>Petr Petrov>petrov@mail.jp>SUBO-3743 feat: add modal conflict for template`); +report.push(`2023-07-21T18:12:33+03:00>Petr Petrov>petrov@mail.jp>JIRA-3743 feat: add modal conflict for template`); report.push(`6 0 src/ts/api/constructor.ts`); report.push(`46 0 src/ts/pages/Builder/components/Preview/CellProfile.tsx`); report.push(`32 0 src/ts/pages/Builder/components/Preview/CellTag.tsx`); @@ -40901,7 +40901,7 @@ report.push(`194 0 src/ts/pages/Builder/styles/preview.scss`); report.push(`31 1 src/ts/pages/Builder/styles/sidebar.scss`); report.push(`2 2 src/ts/snippets/CommentsList/styles/index.scss`); report.push(``); -report.push(`2023-07-24T10:03:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3825 fix: remove button in Roles dictionary`); +report.push(`2023-07-24T10:03:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3825 fix: remove button in Roles dictionary`); report.push(`5 3 src/ts/pages/Builder/store/AgreementRules.ts`); report.push(`5 3 src/ts/pages/Builder/store/DependencyRules.ts`); report.push(`4 5 src/ts/pages/Builder/store/Empowerments.ts`); @@ -40909,7 +40909,7 @@ report.push(`5 3 src/ts/pages/Builder/store/ExecutionRules.ts`); report.push(`5 3 src/ts/pages/Builder/store/IncompatibilityRules.ts`); report.push(`5 3 src/ts/pages/Builder/store/VisibilityRulesStore.ts`); report.push(``); -report.push(`2023-07-24T11:51:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict template`); +report.push(`2023-07-24T11:51:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict template`); report.push(`1 1 src/setupProxy.js`); report.push(`4 10 src/ts/pages/Builder/components/Preview/CellTag.tsx`); report.push(`9 0 src/ts/pages/Builder/components/Preview/Loader.tsx`); @@ -40920,42 +40920,42 @@ 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(traffic chart): add search all template`); +report.push(`2023-07-24T12:29:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); -report.push(`2023-07-24T13:18:56+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict templateg`); +report.push(`2023-07-24T13:18:56+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict templateg`); report.push(`58 0 src/ts/pages/Builder/components/Preview/Incompatibility/Header.tsx`); report.push(`53 0 src/ts/pages/Builder/components/Preview/Incompatibility/Rows.tsx`); report.push(`53 0 src/ts/pages/Builder/components/Preview/Incompatibility/Table.tsx`); report.push(`2 3 src/ts/pages/Builder/components/Preview/Loader.tsx`); report.push(``); -report.push(`2023-07-24T14:21:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3770 feat: add one day for 900`); +report.push(`2023-07-24T14:21:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3770 feat: add one day for 900`); report.push(`2 1 src/ts/pages/AdditionalServices/helpers/hacksFor900.ts`); report.push(``); -report.push(`2023-07-25T09:14:06+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: add status for external company`); +report.push(`2023-07-25T09:14:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: add status for external company`); report.push(`3 0 src/ts/snippets/RequestStatus/helpers/constants/externalCompany.ts`); report.push(``); -report.push(`2023-07-25T09:19:48+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change filters for open`); +report.push(`2023-07-25T09:19:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change filters for open`); report.push(`7 2 src/ts/api/request.ts`); report.push(``); -report.push(`2023-07-25T09:23:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3003: SUBO-0000 Change filters`); -report.push(`2023-07-25T09:55:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3833 fix: change view for isBankSecrency`); +report.push(`2023-07-25T09:23:19+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3003: JIRA-0000 Change filters`); +report.push(`2023-07-25T09:55:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3833 fix: change view for isBankSecrency`); report.push(`1 1 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`5 0 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2023-07-25T10:25:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3005: SUBO-3833 fix: change view for isBankSecrency`); -report.push(`2023-07-25T10:43:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 fix: add sort element`); +report.push(`2023-07-25T10:25:20+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3005: JIRA-3833 fix: change view for isBankSecrency`); +report.push(`2023-07-25T10:43:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add search for OIR source`); +report.push(`2023-07-25T12:48:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add search for OIR source`); +report.push(`2023-07-25T14:47:48+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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,38 +40963,38 @@ 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(Excel): show security name`); +report.push(`2023-07-25T15:50:06+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): show security name`); +report.push(`2023-07-25T15:53:36+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(Excel): show security name`); +report.push(`2023-07-25T15:58:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); -report.push(`2023-07-26T09:24:11+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3820 fix: add code in dictionary`); +report.push(`2023-07-25T19:27:39+03:00>Victor Viktorovich>viktorovich@mail.com>Pull request #3001: JIRA-3825 fix: remove button in Roles dictionary`); +report.push(`2023-07-26T09:24:11+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3820 fix: add code in dictionary`); report.push(`2 2 src/ts/pages/TemplateOir/helpers/create-request/convertToJsonSchema.ts`); 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(AIS): change order requests`); +report.push(`2023-07-26T10:01:58+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); +report.push(`2023-07-26T11:33:04+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change text for PSI by Losev`); report.push(`15 2 src/ts/components/Banners/banner.tsx`); report.push(`1 1 src/ts/interfaces/Banner.ts`); report.push(`6 2 src/ts/pages/MainPage/index.tsx`); report.push(``); -report.push(`2023-07-26T11:40:52+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: change text for PSI by Losev`); +report.push(`2023-07-26T11:40:52+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: change text for PSI by Losev`); report.push(`15 2 src/ts/components/Banners/banner.tsx`); report.push(`1 1 src/ts/interfaces/Banner.ts`); 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(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(`2023-07-26T13:50:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2993: JIRA-3243 fix: fix status show calculate delta`); +report.push(`2023-07-26T13:50:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3012: JIRA-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: JIRA-3851 fix(AIS): change order requests`); +report.push(`2023-07-26T17:03:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(`6 3 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); @@ -41004,15 +41004,15 @@ report.push(`1 1 src/ts/pages/Builder/helpers/empowerments/loadRoleGroupInfo.ts` report.push(`3 1 src/ts/pages/Builder/helpers/empowerments/mapper.ts`); report.push(`1 1 src/ts/pages/Builder/interfaces/shared.ts`); report.push(``); -report.push(`2023-07-26T17:11:05+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3856 fix: show link on NDA`); +report.push(`2023-07-26T17:11:05+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3856 fix: show link on NDA`); report.push(`1 7 src/ts/pages/Vendors/components/company/ContractsModal.tsx`); report.push(`6 12 src/ts/pages/Vendors/components/employees/Form.tsx`); report.push(`1 1 src/ts/snippets/RequestStatus/helpers/constants/request.ts`); report.push(``); -report.push(`2023-07-26T17:14:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3015: SUBO-3856 fix: show link on NDA`); -report.push(`2023-07-27T10:41:08+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 refactor: merge to master`); -report.push(`2023-07-27T10:59:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3017: SUBO-0000 Merge to master`); -report.push(`2023-07-27T12:32:07+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3759 feat: added button for view diff OIR in table`); +report.push(`2023-07-26T17:14:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3015: JIRA-3856 fix: show link on NDA`); +report.push(`2023-07-27T10:41:08+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 refactor: merge to master`); +report.push(`2023-07-27T10:59:43+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3017: JIRA-0000 Merge to master`); +report.push(`2023-07-27T12:32:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3759 feat: added button for view diff OIR in table`); report.push(`2 0 src/ts/components/Table/components/TableCell.tsx`); report.push(`41 0 src/ts/components/Table/components/cells/CellIcon.tsx`); report.push(`3 1 src/ts/components/Table/interfaces/Column.ts`); @@ -41020,31 +41020,31 @@ report.push(`6 0 src/ts/components/Table/styles/cell-list.scss`); report.push(`15 0 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(`8 2 src/ts/snippets/RequestForm/components/DiffOir.tsx`); report.push(``); -report.push(`2023-07-27T12:34:26+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3759 feat: added button for view diff OIR in table`); +report.push(`2023-07-27T12:34:26+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3759 feat: added button for view diff OIR in table`); report.push(`5 3 src/ts/pages/Reconciliations/components/aisOir/table.tsx`); report.push(``); -report.push(`2023-07-27T13:02:29+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 feat: add sort element`); +report.push(`2023-07-27T13:02:29+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3700 feat: add sort element`); report.push(`9 1 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(``); -report.push(`2023-07-27T14:42:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3014: SUBO-3854 fix: donw show null for Bunk secret`); +report.push(`2023-07-27T14:42:45+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3014: JIRA-3854 fix: donw show null for Bunk secret`); report.push(`2023-07-27T14:42:46+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.134.0 -> master`); -report.push(`2023-07-27T15:17:22+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3700 feat: add sort element`); +report.push(`2023-07-27T15:17:22+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3700 feat: add sort element`); report.push(`35 28 src/ts/snippets/ControlPanel/components/Sort.tsx`); report.push(`11 0 src/ts/snippets/ControlPanel/styles/hacks.scss`); report.push(`9 6 src/ts/snippets/ControlPanel/styles/sort.scss`); report.push(``); -report.push(`2023-07-27T16:57:40+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3864 fix: change view code column`); +report.push(`2023-07-27T16:57:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3864 fix: change view code column`); report.push(`9 4 src/ts/pages/Builder/components/shared/TableWrapper.tsx`); report.push(``); -report.push(`2023-07-27T17:00:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3019: SUBO-3864 fix: change view code column`); +report.push(`2023-07-27T17:00:48+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3019: JIRA-3864 fix: change view code column`); report.push(`2023-07-27T17:00:48+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.134.0 -> master`); -report.push(`2023-07-28T09:31:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2986: SUBO-3362, SUBO-3778, SUBO-3771 feat: change filter in search (Синяков)`); -report.push(`2023-07-28T09:31:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2983: SUBO-3770 fix: add one day for hacks 900`); -report.push(`2023-07-28T10:00:20+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3864 fix: add default value for isBankSecrecy`); +report.push(`2023-07-28T09:31:11+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2986: JIRA-3362, JIRA-3778, JIRA-3771 feat: change filter in search (Синяков)`); +report.push(`2023-07-28T09:31:26+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2983: JIRA-3770 fix: add one day for hacks 900`); +report.push(`2023-07-28T10:00:20+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3864 fix: add default value for isBankSecrecy`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(``); -report.push(`2023-07-28T10:04:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3020: SUBO-3864 fix: add default value for isBankSecrecy`); -report.push(`2023-07-28T13:24:45+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict template`); +report.push(`2023-07-28T10:04:05+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3020: JIRA-3864 fix: add default value for isBankSecrecy`); +report.push(`2023-07-28T13:24:45+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict template`); report.push(`8 1 src/ts/api/constructor.ts`); report.push(`0 46 src/ts/pages/Builder/components/Preview/CellProfile.tsx`); report.push(`4 4 src/ts/pages/Builder/components/Preview/CellText.tsx`); @@ -41061,7 +41061,7 @@ report.push(`5 5 src/ts/pages/Builder/components/Preview/Visibility/Header.tsx`) report.push(`8 4 src/ts/pages/Builder/components/Preview/index.tsx`); report.push(`2 1 src/ts/pages/Builder/pages/Template.tsx`); report.push(``); -report.push(`2023-07-28T13:36:59+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict template`); +report.push(`2023-07-28T13:36:59+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict template`); report.push(`0 26 src/ts/pages/Builder/components/Preview/CellTag.tsx`); report.push(`0 37 src/ts/pages/Builder/components/Preview/CellText.tsx`); report.push(`1 1 src/ts/pages/Builder/components/Preview/Incompatibility/Header.tsx`); @@ -41070,72 +41070,72 @@ report.push(`0 47 src/ts/pages/Builder/components/Preview/Tag.tsx`); report.push(`2 3 src/ts/pages/Builder/components/Preview/Visibility/Header.tsx`); report.push(`6 16 src/ts/pages/Builder/components/Preview/Visibility/Rows.tsx`); report.push(``); -report.push(`2023-07-28T13:52:47+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict template`); +report.push(`2023-07-28T13:52:47+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict template`); report.push(`5 10 src/ts/pages/Builder/components/Preview/Incompatibility/Header.tsx`); report.push(`10 3 src/ts/pages/Builder/components/Preview/Incompatibility/Rows.tsx`); report.push(`5 10 src/ts/pages/Builder/components/Preview/Visibility/Header.tsx`); report.push(`6 2 src/ts/pages/Builder/components/Preview/Visibility/Rows.tsx`); report.push(`2 14 src/ts/pages/Builder/styles/preview.scss`); report.push(``); -report.push(`2023-07-28T14:15:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict template`); +report.push(`2023-07-28T14:15:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict template`); report.push(`29 0 src/ts/pages/Builder/components/Preview/Table/CellTag.tsx`); 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(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(traffic chart): add new block`); +report.push(`2023-07-28T14:48:35+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3008: JIRA-3846 feat(Excel): show security name`); +report.push(`2023-07-28T14:49:02+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2982: JIRA-3700 Add sort element`); +report.push(`2023-07-28T14:52:00+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-28T14:54:47+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3022: JIRA-3377 feat(traffic chart): add new block`); +report.push(`2023-07-28T15:06:40+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: add check for ddos checking`); report.push(`1 0 src/ts/api/roles.ts`); report.push(``); -report.push(`2023-07-28T15:10:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3024: SUBO-0000 feat: add check for ddos checking`); -report.push(`2023-07-28T15:32:42+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 feat: add check for ddos checking`); +report.push(`2023-07-28T15:10:28+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3024: JIRA-0000 feat: add check for ddos checking`); +report.push(`2023-07-28T15:32:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 feat: add check for ddos checking`); report.push(`1 0 src/ts/api/roles.ts`); report.push(``); -report.push(`2023-07-28T15:37:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3025: SUBO-0000 feat: add check for ddos checking`); -report.push(`2023-07-28T18:03:39+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-0000 fix: remove URL params`); +report.push(`2023-07-28T15:37:16+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3025: JIRA-0000 feat: add check for ddos checking`); +report.push(`2023-07-28T18:03:39+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-0000 fix: remove URL params`); report.push(`0 1 src/ts/snippets/RequestForm/components/RoleGroups.tsx`); report.push(``); -report.push(`2023-07-28T18:06:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3027: SUBO-0000 fix: remove URL params`); -report.push(`2023-07-31T09:38:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3773 feat: add user in Builder`); +report.push(`2023-07-28T18:06:38+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3027: JIRA-0000 fix: remove URL params`); +report.push(`2023-07-31T09:38:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3773 feat: add user in Builder`); report.push(`2 0 src/ts/pages/Builder/helpers/editTemplate.ts`); 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(`2023-07-31T09:48:18+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(profile): add editor`); +report.push(`2023-07-31T10:04:42+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-31T10:08:25+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3029: JIRA-3865 feat(profile): add user in Builder`); +report.push(`2023-07-31T10:20:07+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-31T10:24:14+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3032: JIRA-3865 feat(profile): add editor`); +report.push(`2023-07-31T10:32:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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(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(`2023-07-31T10:36:56+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3034: JIRA-3865 feat(profile): add editor`); +report.push(`2023-07-31T10:51:09+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-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`); report.push(``); report.push(`2023-07-31T10:55:42+03:00>Ivan Ivanov>ivanov@mail.com>Automatic merge from release/release-2.135.1 -> release/release-2.136.0`); -report.push(`2023-07-31T10:55:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3036: SUBO-0000 fix: infinity requests in AIS`); -report.push(`2023-07-31T11:32:33+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3874 fix: add rolw view for disabled`); +report.push(`2023-07-31T10:55:42+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3036: JIRA-0000 fix: infinity requests in AIS`); +report.push(`2023-07-31T11:32:33+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3874 fix: add rolw view for disabled`); report.push(`2 1 src/ts/pages/Builder/components/agreement-rules/Modals.tsx`); report.push(`5 2 src/ts/pages/Builder/components/modals/DictionaryElementUpdate.tsx`); report.push(`11 5 src/ts/pages/Builder/components/modals/RoleGroupsUpdate.tsx`); 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(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(`2023-07-31T14:33:54+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3037: JIRA-3874 fix: add rolw view for disabled`); +report.push(`2023-07-31T14:34:03+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2960: JIRA-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: JIRA-3759 Button for Diff OIR in table`); +report.push(`2023-08-01T00:55:32+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3884 fix: dont clear filters`); report.push(`1 1 src/ts/pages/AllRequests/index.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Main.tsx`); report.push(`1 1 src/ts/pages/Builder/pages/Versions.tsx`); @@ -41143,28 +41143,28 @@ report.push(`9 6 src/ts/pages/Reconciliations/components/aisOir/index.tsx`); report.push(`9 5 src/ts/pages/Reconciliations/components/template/index.tsx`); report.push(`1 1 src/ts/pages/Treatments/index.tsx`); report.push(``); -report.push(`2023-08-01T01:04:41+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3769 feat: add correct pagination in user role service`); +report.push(`2023-08-01T01:04:41+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3769 feat: add correct pagination in user role service`); report.push(`2 1 src/ts/api/acrq.ts`); report.push(``); -report.push(`2023-08-01T13:05:16+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3884 fix: dont clear filters`); +report.push(`2023-08-01T13:05:16+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3884 fix: dont clear filters`); report.push(`0 1 src/ts/api/request.ts`); report.push(`0 1 src/ts/components/DataLoader/index.tsx`); report.push(`2 2 src/ts/components/DataLoader/store/index.ts`); report.push(``); -report.push(`2023-08-01T14:17:56+03:00>Petr Petrov>petrov@mail.jp>SUBO-3201 feat: add checkbox for modal temolate and select for request`); +report.push(`2023-08-01T14:17:56+03:00>Petr Petrov>petrov@mail.jp>JIRA-3201 feat: add checkbox for modal temolate and select for request`); report.push(`13 0 src/ts/pages/Builder/components/modals/RoleForm.tsx`); report.push(`1 0 src/ts/pages/Builder/components/modals/RoleUpdate.tsx`); report.push(`1 0 src/ts/pages/Builder/interfaces/IRoleGroup.ts`); report.push(`24 1 src/ts/pages/Template/components/Form.tsx`); report.push(``); -report.push(`2023-08-01T15:32:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2944: SUBO-3619 feat: add file loader for Excel (Аванесов)`); -report.push(`2023-08-02T10:31:30+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3913 fix: change view for roles`); +report.push(`2023-08-01T15:32:12+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #2944: JIRA-3619 feat: add file loader for Excel (Аванесов)`); +report.push(`2023-08-02T10:31:30+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3913 fix: change view for roles`); report.push(`6 2 src/ts/pages/Builder/components/Preview/Incompatibility/Table.tsx`); report.push(`6 2 src/ts/pages/Builder/components/Preview/Visibility/Table.tsx`); report.push(`1 1 src/ts/pages/Builder/styles/preview.scss`); report.push(`0 0 src/ts/pages/Builder/styles/styles/coreStyle`); report.push(``); -report.push(`2023-08-02T10:44:23+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3913 fix: change view for roles`); +report.push(`2023-08-02T10:44:23+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3913 fix: change view for roles`); report.push(`3 3 src/ts/pages/Builder/components/Preview/Incompatibility/Header.tsx`); report.push(`1 0 src/ts/pages/Builder/components/Preview/Incompatibility/Rows.tsx`); report.push(`2 2 src/ts/pages/Builder/components/Preview/Incompatibility/Table.tsx`); @@ -41173,7 +41173,7 @@ report.push(`1 1 src/ts/pages/Builder/components/Preview/Visibility/Header.tsx`) report.push(`2 2 src/ts/pages/Builder/components/Preview/Visibility/Table.tsx`); report.push(`12 0 src/ts/pages/Builder/styles/preview.scss`); report.push(``); -report.push(`2023-08-02T11:48:46+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3913 fix: change view for roles`); +report.push(`2023-08-02T11:48:46+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3913 fix: change view for roles`); report.push(`127 0 src/ts/pages/Builder/components/Preview/Empowerments/Body.tsx`); report.push(`94 0 src/ts/pages/Builder/components/Preview/Empowerments/Header.tsx`); report.push(`0 89 src/ts/pages/Builder/components/Preview/Empowerments/Table.tsx`); @@ -41189,25 +41189,25 @@ report.push(`2 8 src/ts/pages/Builder/components/Preview/Visibility/Header.tsx`) report.push(`9 8 src/ts/pages/Builder/components/Preview/Visibility/{Table.tsx => index.tsx}`); report.push(`2 2 src/ts/pages/Builder/styles/preview.scss`); report.push(``); -report.push(`2023-08-02T11:51:57+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3913 fix: change view for roles`); +report.push(`2023-08-02T11:51:57+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3913 fix: change view for roles`); report.push(`1 2 src/ts/pages/Builder/styles/preview.scss`); report.push(``); -report.push(`2023-08-02T11:56:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3913 fix: change view for roles`); +report.push(`2023-08-02T11:56:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3913 fix: change view for roles`); report.push(`3 3 src/ts/pages/Builder/components/Preview/Empowerments/Body.tsx`); report.push(`3 3 src/ts/pages/Builder/components/Preview/Incompatibility/Body.tsx`); 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(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(`2023-08-02T13:21:18+03:00>Oleg Losev>losev@net.it>Pull request #3044: Bugfix/JIRA-3820 Add code in dictionary list`); +report.push(`2023-08-02T15:00:49+03:00>Ivan Ivanov>ivanov@mail.com>Pull request #3041: JIRA-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: JIRA-3797 feat(traffic chart): add search all template`); +report.push(`2023-08-02T16:14:45+03:00>Petr Petrov>petrov@mail.jp>JIRA-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`); report.push(`6 0 src/ts/pages/Template/helpers/disableSubmitReason.ts`); report.push(`15 0 src/ts/snippets/RequestForm/components/UserDetails.tsx`); report.push(``); -report.push(`2023-08-02T16:27:53+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3743 feat: add modal conflict teplate`); +report.push(`2023-08-02T16:27:53+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3743 feat: add modal conflict teplate`); report.push(`6 6 src/ts/pages/Builder/components/Preview/Empowerments/Body.tsx`); report.push(``); -report.push(`2023-08-03T09:02:15+03:00>Ivan Ivanov>ivanov@mail.com>SUBO-3885 fix: rename property for sort`); +report.push(`2023-08-03T09:02:15+03:00>Ivan Ivanov>ivanov@mail.com>JIRA-3885 fix: rename property for sort`); report.push(`1 1 src/ts/snippets/ControlPanel/index.tsx`); diff --git a/build/index.html b/build/index.html index 301e696..5f3f175 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1 @@ -Git статистика
\ No newline at end of file +Git статистика
\ No newline at end of file diff --git a/build/static/js/main.7da5e350.js b/build/static/js/main.7da5e350.js new file mode 100644 index 0000000..a942615 --- /dev/null +++ b/build/static/js/main.7da5e350.js @@ -0,0 +1,3 @@ +/*! For license information please see main.7da5e350.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=[];var firstText=text.slice(0,12);if("report.push("===firstText)try{eval(text)}catch(e){return void(window.report=temp)}else window.report=text.split("\n");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