Commit Graph
195 Commits
Author SHA1 Message Date
Axel Uhl dcca301839 bug5816: first compilable version with a common object-to-base64 (de-)serializer 2023-02-17 15:04:10 +01:00
Axel Uhl ed8167afc0 bug5810: working version of running dependent queries in background 2023-02-16 18:46:20 +01:00
Axel Uhl e12e540ca0 bug5810: started by adding a field to capture whether a query was modified but not run yet 2023-02-16 14:09:16 +01:00
Axel Uhl d7a0fc7628 bug5813: re-introduced dummy ParameterModelListener field to force instantiability/serializability 2023-02-16 11:22:41 +01:00
Axel Uhl 2d07643422 bug5809 / bug5815: fixed determining parameter usages for query 2023-02-15 14:21:30 +01:00
Axel Uhl 6b2ce60b3e bug5809: initial commit; not working yet; some refactoring towards StoredDataMiningReportDTO 2023-02-14 15:07:39 +01:00
Axel Uhl 8ee3b43e8b bug4789: removed obsolete comment 2023-02-14 14:45:01 +01:00
Axel Uhl db4449c402 bug4789: DataMining report parameter sync looks good now 2023-02-14 00:26:54 +01:00
Axel Uhl 089a24402b bug4789: fixed handling of report loading 2023-02-13 21:58:47 +01:00
Axel Uhl 2af17708de bug4789: fixed serializability issues 2023-02-13 19:14:44 +01:00
Axel Uhl 35671acfa7 bug4789: fixed query parameter propagation to some degree; added some logging 2023-02-13 14:29:43 +01:00
Axel Uhl e5cfbde869 bug4789: a few minor fixes; a few things start to work around report parameters 2023-02-10 18:43:38 +01:00
Axel Uhl a94dbadc0d bug4789: compilable but entirely untested major refactoring of data mining report parameters 2023-02-10 17:37:26 +01:00
Axel Uhl 4edb8ce912 bug4789: still massively broken; working towards new parameter model 2023-02-09 18:46:17 +01:00
Axel Uhl 2fbced8edf bug4789: broken interims commit, much Javadoc on DataMiningEntryPoint;
This is broken "on purpose" as a persistent backup interims "stash" of
ongoing work. The DataMiningEntryPoint Javadoc now captures most of the
plan for how to complete the report and parameter handling.
2023-02-07 19:00:25 +01:00
Axel Uhl 091d0b8c6c bug4789: comments, removing empty lines 2023-02-06 13:24:58 +01:00
Axel Uhl 12efed427b bug4789: removing non-valuelist report parameter types 2023-02-03 17:31:49 +01:00
Axel Uhl f0e541bb5f datamining-reports: added a few comments and did some formatting 2023-02-02 16:05:11 +01:00
Axel Uhl 7250b68253 datamining-reports: fixed StoredDataMiningReportDTO: ID is a UUID 2023-02-02 14:24:59 +01:00
Axel Uhl 89e95191f0 datamining-reports: made StoredDataMiningReportDTOImpl a Renamable 2023-02-02 14:13:54 +01:00
Axel Uhl 42336e8b51 datamining-reports: fixed merge issues, making compilable again 2023-02-02 13:10:23 +01:00
Axel Uhl 7ad5528bac Merge branch 'master' into datamining-reports 2023-02-02 12:12:36 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Lennart Hensler 0319306677 Add wildcard query parameter as default and fix query parameter dialog issue 2022-02-23 14:22:57 +01:00
Lennart Hensler 52120f8d64 Merge remote-tracking branch 'origin/master' into datamining-reports
# Conflicts:
#	java/com.sap.sse.datamining.ui/src/main/java/com/sap/sse/datamining/ui/client/StringMessages.properties
2022-02-09 14:23:13 +01:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Lennart Hensler f4f923a3c7 Add serializable interface to data mining report parameters 2021-02-25 23:34:22 +01:00
Lennart Hensler 60d9c7e962 Merge branch 'master' into datamining-reports 2021-02-22 20:25:33 +01:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Lennart Hensler 132392da31 Attempt to fix data mining compiling 2020-11-09 18:20:16 +01:00
Lennart Hensler 9932818932 Add basic data mining query parameter management functionalities 2020-11-01 17:45:26 +01:00
Lennart Hensler f6091ad61c Create data structure to store parameters of a report 2020-10-26 20:28:34 +01:00
Lennart Hensler 8ca3435032 Implement basic procedure to store and load reports 2020-08-30 19:13:42 +02:00
Lennart Hensler e4cb6f19ba Rough structure to store and load reports in the data mining UI 2020-08-27 16:22:42 +02:00
Axel Uhl 53a4c77dc6 bug5032: using the JoinedClassloader in the DataMiningService for function de-serialization 2019-12-12 16:04:07 +01:00
Tim Hessenmüller 4e5a9655fe DataMiningQuerySerializer uses a JoinedClassLoader 2019-12-09 17:48:46 +01:00
Tim Hessenmüller 61bacc72b7 Preparation for fix 2019-12-09 17:37:41 +01:00
Axel Uhl f4bcc164de bug5032: added FIXME, increased error log level from warning to severe 2019-12-03 14:04:45 +01:00
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00
Axel Uhl 46ad08a028 upgraded all projects to JavaSE-1.8
Change-Id: I7282315d63d2aa0fa5413358d584dfbcf9ff163d
2019-04-05 22:30:18 +02:00
Steffen Jacobs 09398b99e2 attempt to fix infrequent GWT serialization errors by using the
implementation classes instead of the interfaces of the
StoredDataMiningQueryDTO and StatisticQueryDefinitionDTO within the GWT
serialization process
2018-12-02 13:51:21 +01:00
Steffen Jacobs 4f125fbc70 Bug 4391: added logger for DataMiningQuerySerializer 2018-10-26 16:55:26 +02:00
Steffen Jacobs 1c4d4c7baf Bug 4391: updated javadoc + cleanup 2018-10-26 14:58:41 +02:00
Steffen Jacobs e01a87c6db Bug 4391: javadoc for stored data mining query dtos 2018-10-25 18:29:30 +02:00
Steffen Jacobs 91cb6474a6 Bug 4391: added domain objects for StoredDataMiningQueries 2018-10-25 15:26:54 +02:00
Steffen Jacobs 724deb541a Bug 4391 replaced java.util.Base64 with com.sap.sse.common.Base64Utils 2018-10-15 14:08:22 +02:00
Steffen Jacobs 5af9caa746 Bug 4391: javadoc + minor refactor 2018-10-12 17:25:24 +02:00
Steffen Jacobs 7b42dad4de Bug 4391: Added DataMiningQuerySerializer which (de-)serializes a
StatisticQueryDefinitionDTO to a base64 string
2018-10-12 17:12:44 +02:00
Lennart Hensler 9299e90ab4 Added documentation for persisting a ModifiableStatisticQueryDefinitionDTO 2018-08-24 17:17:42 +02:00