Projekt

Obecné

Profil

Stáhnout (7.36 KB) Statistiky
| Větev: | Revize:

# Datum Autor Komentář
5a4cdc03 2020-05-20 03:55 Vojtěch Danišík

re #8046 Assembly order does not change after assembly edit.

1c69708b 2020-05-07 13:42 Michal Linha

re #8025 added ability for admin to see and access all assemblies, added functionality that only visible assemblies load to users

a7423558 2020-05-06 11:17 Vojtěch Danišík

Changed name of role in application.

fab2885e 2020-05-04 15:38 Michal Linha

re #7978 added functionality of only showing assemblies with correct role (same as user), added functionality of showing only logged in users's configurations in "Rychle k"

7f644dea 2020-05-02 20:51 Michal Linha

re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented

45073efd 2020-05-02 17:31 Vojtěch Danišík

re #7990 Added parameter ordering by parameterOrder.

74a73b3b 2020-04-27 17:53 Vojtěch Danišík

re #7887 Deleting configurations and assemblies, Minor restructuralization.

7638be72 2020-04-24 15:17 Vojtěch Danišík

re #7886 Assembly validator completed (validating sql query, parameter name in select and parameter location) + displaying temp error message.
Added title for edit / add assembly forms.
Added toString method for all domains.

ba8b306a 2020-04-23 22:53 Vojtěch Danišík

re #7886 Assembly validator in progress (validating assembly SQLQuery + locations for existing assembly, not tested for new assembly).
Added comments.
Removing unused imports.

93fff090 2020-04-23 16:06 Vojtěch Danišík

re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).
Updated hibernate dialect from oracle 10 to oracle 12c.
Equals method comparing domain by id.

2868bb9a 2020-04-16 14:28 Vojtěch Danišík

re #7871 Displaying list of assemblies + displaying result table of selected assembly.

21d41302 2020-04-11 19:05 Michal Linha

re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created