Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update database package readme + rename Task -> Job * add generate dateset job with basic pseudo randomized functionality * better randomization of generated entries * decompose task to smaller files * refactor SOL->SOE * fix getRandomElements * 1845 refactor apply template dropdown (#1847) * refactor dropdown component, better template options handling * implement to editor, handle update of label * Unify the release documentations * Add a paragraph about the main functional improvements of 1.3.x * add development environment to docker-compose * Bump @babel/traverse from 7.21.3 to 7.23.2 in /packages/server (#1852) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump react-devtools-core from 4.27.8 to 4.28.4 in /packages/client (#1859) Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.27.8 to 4.28.4. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core) --- updated-dependencies: - dependency-name: react-devtools-core dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump @babel/traverse from 7.22.4 to 7.23.2 in /packages/client (#1853) Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.4 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.4.24 to 8.4.31 in /packages/client (#1848) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 1844 new funding body (#1862) * about page - add msmt logo, add scroll, refactor implementation to get rid of modal components * credentials to funding * fill texts about fundings * refactor is-empty predicate logic, update tests, update PositionRules bundle class * handle updating statement on detail changes (#1863) * improve message styles, short labels (#1865) * finalize / fix tests for single action rules * finalize refactor of warnings + tests * fix build - missing secrets * quick fix - refresh editor when same statement edited in detail, remove editor breadcrumb loader * add on FE * add test for SOE with S-E / E-S entities * change allowedSameEntityClassesOnly in SOE to false * 1855 icon invalid put also to statement list (#1871) * add warning icon with number to statement list * change warning to button, unify plus icon size * showWarnings to redux and use in statement list and editor * stronger types for tables * add type to bookmarkTable row, cleanup unused SOL type * 1874 improve the warning button in editor (#1875) * Add rightIcon to button * Restyle the warning section * allow adding multiple ids to detail and use in editor (#1880) * Unify headings in editor * 1877 websocket connection timeout (#1882) * Add loader to ws loading state * Change default ping value * Make ping -2 on error * Add loader and create state for ws error on header * smaller loader * simplify ping color condition * invalidate queries when server is back online (#1884) * fix opening warning related actions when switching statement with opened warnings * 1817 aval entity warning (#1881) * add draft for aval testing * add aval implementation * fix mad method name for aval testing * add position for AVAL warnings * add subsection to mval/aval warnings * Add warning position subsection enum * Implement search for multiple aval warnings * Add aval variability to the warning message * Add subsections to the statement warnings * Separate relation and valency warnings in detail * Unify warning messages --------- Co-authored-by: adammertel <[email protected]> * add NetworkError * change Something Bad Happened to some better wording (fallback) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ján Mertel <[email protected]> Co-authored-by: Ptrhnk <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information