AutorCommitNachrichtCommit-DatumVorgänge
Marco GrawunderMarco Grawunder
9a169eb0012MMerge branch 'development'
Marco GrawunderMarco Grawunder
cf3281299f4batch updates
Marco GrawunderMarco Grawunder
50f54caf949MPull request #8: Changed nameMerge in OI/modelmanagement from development to master * commit '2d126b3ad2b39460b41c07ae87c9ebb06247cb98': Changed name
Marco GrawunderMarco Grawunder
2d126b3ad2bChanged name
Marco GrawunderMarco Grawunder
2a5133d2463MPull request #7: DevelopmentMerge in OI/modelmanagement from development to master * commit 'ebb03b22d534570011d4592e872e65d72b0fdac3': Wrong project name Submodule update
Marco GrawunderMarco Grawunder
ebb03b22d53Wrong project name
Marco GrawunderMarco Grawunder
2a67f307a5cSubmodule update
Marco GrawunderMarco Grawunder
251bfb7dcc4MPull request #6: MasterMerge in OI/modelmanagement from master to development * commit '579c68d59e64e7ffefd27dba74a82a20bcac3c08': Pomified
Marco GrawunderMarco Grawunder
579c68d59e6Pomified
Simon StahmerSimon Stahmer
3b688a8cb1fMPull request #5: Fix for finalMerge in ODY_STUDENT/modelmanagement from development to master * commit 'e4a70a5eceb976774ee9a1b152de8e8df83f438a': Fix for final
Simon StahmerSimon Stahmer
e4a70a5ecebFix for finalAdded the usage of the const variable for the model attribute name and removed two unused imports.
Simon StahmerSimon Stahmer
de0dec36bceMPull request #4: BugfixMerge in ODY_STUDENT/modelmanagement from development to master * commit 'd2a383ae9147cc88f877c50e515d87234f322f3b': Bugfix
Simon StahmerSimon Stahmer
d2a383ae914BugfixSmall Bugfix, because not all sql command got the latest entry. Also small fix on the procedure. Now everything is tested with multiple container.
Simon StahmerSimon Stahmer
a1febb5824aMPull request #3: Update based on rechecking the diagram and the codeMerge in ODY_STUDENT/modelmanagement from development to master * commit '7284969b1de1780c47084e9d2bb13d07898c0007': Update based on rechecking the diagram and the code
Simon StahmerSimon Stahmer
7284969b1deUpdate based on rechecking the diagram and the code- Updated version of the uml diagram is inserted. - Some changes on the code, like removing not working stuff and adding some working stuff. - The commandmanagers now also support a use in a different place, because its not template based. - Added a new AMUsage as new Part of the AMStoreKey, which indicates if a commandmanager is working in the stream (with a operator) or like already inserted ...
Simon StahmerSimon Stahmer
6aa32eb448dMPull request #2: Bugfix of Bugs that was found during research with the UML Diagram.Merge in ODY_STUDENT/modelmanagement from development to master * commit '7e4f92981b8b07ed4899f97530470d3da1740e21': Bugfix of Bugs that was found during research with the UML Diagram.
Simon StahmerSimon Stahmer
7e4f92981b8Bugfix of Bugs that was found during research with the UML Diagram.Fixes: - In the DB-Script the Procedures use now LONGTEXT as Datatype for the modeldata Parameter. - As Base for the ParameterStores the interface IAMParameterStore is now used. - Inside the DB related commands the lock objects are static. - The variables inside of the AMStoreKey are now final. - IAMParameterStore got 3 extra methods to make it available that every stores implements some getter...
Simon StahmerSimon Stahmer
242247f346cMPull request #1: DevelopmentMerge in ODY_STUDENT/modelmanagement from development to master * commit '45259e5e087fd889badef875d92f99e053390643': (22 commits) Final-Version V1 Added a new Operator, because the CombineAO was not what i wanted. Reworked the Code to work with the new Operator (CombinedPackerAO). Removed some workaround code, because now it is working. ToDo until next and hopefully last commit: -testing o...
Simon StahmerSimon Stahmer
45259e5e087MMerge branch 'master' into development
Simon StahmerSimon Stahmer
ce638b9a5d5Final-Version V1If some exception accour during the testing on a other machine, a bugfix can be append. Done: - Rework / Cleanup of the sourcecode. - Adding some base comments to the sourcecode. - Removing not useful methods of the sourcecode. - Adding a new Operator (CombinedPacker), which allows correct work of MM and EM. Future: - Some or call it a really small amount of parts of the code are designed for...
Simon StahmerSimon Stahmer
43b1fe9f8f5Added a new Operator, because the CombineAO was not what i wanted. Reworked the Code to work with the new Operator (CombinedPackerAO). Removed some workaround code, because now it is working. ToDo until next and hopefully last commit: -testing of the operators (had tested them, but after the last changes, new tests are needed). -updating the sql files. -updating the database structure to use sa...Notes for history: -A User cant set the model parameters, they are given by the operator (if he implemented the interface, which is today no one). -Only an Experiment can given parameters for experimental use. -Parameters can only changed or set by retraining by a learn_operator like mentioned in the first history point. -Some decisions of the design of that system are made by the background, t...
Simon StahmerSimon Stahmer
e646856e86bImplemented the Experimentmanagement. 1.)ExperimentManagement_Load Operator is working like it is designed. 2.)Files are renamed after to MM,EM and AM. ToDos. 1.)Testing and maybe fixing ExperimentManagement_Save Operator 2.)The Database should get some same attribute names. 3.)Create some Consts to use for some Values in MM and EM. 4.)Find all parts where the Word "Classifier" is used and rena...Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
d044e091e8bRework of the base structure or backend of the experiment and model management. The old model management is moved into that new structure, which is more extendible in a easy way. Also some safetys and defaults are now included. Next Step is to check the moved MM Code for some Parts that need to be renamed like classifier to model and to check if a move of that code to AM as the higher level is ...Note: the structure is build to also allow to extend or use it with systems that are not a experiment or model management, plus thats the last changes that are changing the structure. Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
fa9017774a2Small fix
Simon StahmerSimon Stahmer
8e55c62d096Big and last Change of the Modelmanagement. Change: Reworked the full Code-Structure to the same Structure as the last Conception of the Modelmanagement. It is now more scaleable and definitly simpler to extend by new Storages or new Save/Load Commands. Plus the hole structure is already build for some future features ;-) . Everything works like before, Test of load and save worked perfect.Note: This new Structure now is based on a mix of basic and mutated pattern to support the requirments given to the modelmanagement by me. Also the code should now be more readable even if some comments are missing.... . Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
eea4f715507Modelmanagement is working. ToDo: 1.)Rework or Add Comments. 2.)Add SQL-Code for Creation of Database and Procedures. Fnished: 1.)Testing of Modelmanagement 1.1)Single Save 1.2)Single Load 1.3)Save and Load Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
9632a2e7e74Renaming and Refactor from most of the model management. ToDo: Rework of the comments.Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
c2fdc117a60ModelManagement_Save Operator is now working, but there is much potential.Some steps are needed to finish the basis of the modelmanagement. First Test was successfully for a new Model (not retrained). Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
f910842ce2cAdded to Classes for the Store-Operation of the Modelmanagement. Implementation is following the next Commits. Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
5fa5824eadfCommented and fixed some warning of the Load- and Retrieval-Code. Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
80d0ea413a9Reworked Load-Operator to use Maps for the Command-Patterns. Changes are testes and are working Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
0146de381a5Update: ~ Added a Logicaloperator for the Load-Process. ~ Moved the Retrieval-Part into the Logicaloperator. ~ Removed the PreTransformation of the Retrieval-Part. ~ The Direct-Call of the Load-Process works like the Retrieval-Part. ~ Each Load-Operator have its own TimerSource and can change the Update-Rate. ~ The Load-Operator is transformed (if the connection is a database) to a DBEnrich-Ope...ToDo bases on this Update: ~ Check the Exceptions. ~ Add Exceptions for bad user inputs (like same uniqueopid). ~ Cleanup of the Code and some comments. ~ Test with a real Classifier that is Base64 encoded inside of the Database (at this time there is some blabla Stuff inside of it)
Simon StahmerSimon Stahmer
f0800f5b1b6Last Rework of Retrival.But some code for example to check connection alive needs to be implemented.
Simon StahmerSimon Stahmer
41b0419b61eSmall fix if connection or method parameter was missing.
Simon StahmerSimon Stahmer
a7a974b8fadRework of the Retrival-Part to remove reflection and use a pattern combination of strategy and command. Some rework of structure of the files inside of the packages and re-adding some retrival methods and remove a last deprecated class is todo stuff.At this stage the parts of retrival are only for retrival, if another section needs that parts, i will make them more global. Signed-off-by: Simon Stahmer <Simon.Stahmer1@uni-oldenburg.de>
Simon StahmerSimon Stahmer
532f58c567aMM_Retrival Command works, multiple times the command is callable.Only getByIdent* is tested, but rest will be tested soon. Some Rework of some parts of code is needed to reduce duplicate code.
Simon StahmerSimon Stahmer
00cf83d0088Working on Retrival-Method. A method call from Odysseus-Script is possible andrestricted to runtim methods and their parameters. Need more work on the pretransform, in this stage of getByIdentifier is only some testcode to understand the work of the LogicalPlan static calls.
Simon StahmerSimon Stahmer
cc3635b130d-Added some code to get nested maps inside of parameters, but need to work on a fix for theprovider because at this time when i look into it, it seems to wont work as it should.
Simon StahmerSimon Stahmer
d924f5cb8c0Changes, so that the MMCON Command is now working or accessible from Odysseus Script
Simon StahmerSimon Stahmer
dc6aed74dc4Small changes on the classes and removed at this time unused classes.
SlepiKSlepiK
8b217501bd1Connection Create Command of ModelManagement beginning
Marco GrawunderMarco Grawunder
9b7c392db78extensions.xml online editiert mit Bitbucket
Marco GrawunderMarco Grawunder
04ab2f29bf4Update of submodule
Marco GrawunderMarco Grawunder
116a99706e4Added server and client features to monolithic feature
Marco GrawunderMarco Grawunder
274ac6e8388Allow product build with features
Marco GrawunderMarco Grawunder
e17c88ac6e8Update of submodule
Marco GrawunderMarco Grawunder
abb91275f82Cleaned History, added submodule
Marco GrawunderMarco Grawunder
975b6c3799cInitial Commit