Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

06/18/13:

17:24 Changeset [9643] by pfleck

#2063:
Added time selection for charts.
Implemented redrawing of charts using Ajax.

16:30 Changeset [9642] by melkaref

#2069 - Changed back the Grammar back to require OnScannedRobot event

11:39 Changeset [9641] by spimming

#1888:

  • Users now contain ContactInformation
  • Fixed formatting in invoice template
  • Fixed calculation for next invoice date
  • Worked on indentation for invoice fields

06/17/13:

16:50 Changeset [9640] by mkommend

#1734: Updated save file dialog and ColumnGroupView in the data importer.

16:36 Changeset [9639] by pfleck

#2030:
Added publish script for Hive service.

16:28 Changeset [9638] by pfleck

#2030:
Changed endpoint addresses to services.heuristiclab.com and adjust certificate values.

14:59 Changeset [9637] by pfleck

#2030:
In HiveServiceLocator: added public properties for endpointRetries and workingEndpoint.
Changed Config default settings.
Changed wshttp encoding to text for backwards compatibility.

14:05 Documentation/Howto/SetupHiveServer edited by pfleck
Replaced old Hive Server Setup Wiki page with the new one after … (diff)
13:47 Changeset [9636] by pfleck

#2030:
Added changes as suggested from server review by ascheibe.

11:51 Changeset [9635] by pfleck

#2030:
Restructured and simplified GetTaskByIdAndLastStateLogSlaveIdQuery.
Sorted StateLogs in GetLightweightTasksQuery.

10:51 Changeset [9634] by pfleck

#2030:
Updated license year in headers and AssemblyInfo.
Removed empty regions in OptimizedHiveDao and IOptimizedHiveDao.
The ServiceLocator handles creation of the OptimizedHiveDao different to make the OptimizedHiveDao available for non-service operation calls:

  • if the ServiceLocator is called _within_ a service operation, the same DB-context is used for the whole service operation, and therefore is stored in the service operation context.
  • if the ServiceLocator is called _outside_ a service operation, a new DB-context is created on each ServiceLocator call.

06/15/13:

11:23 Ticket #2065 (Neural network covariance function does not work correctly in ...) closed by gkronber
done
11:22 Changeset [9633] by gkronber

#2065: merged r9542 from trunk to stable

11:21 Ticket #2059 (Piece-wise polynomial covariance function) closed by gkronber
done
11:20 Changeset [9632] by gkronber

#2059: merged revisions r9534, r9536:9537 r9543 from trunk into the stable branch

06/14/13:

23:23 Changeset [9631] by ascheibe

#2069 tanks should only be required to implement run, the other methods should be optional

11:03 Changeset [9630] by ascheibe

#2069 fixed cloning constructors and formatting

10:50 Changeset [9629] by mkommend

#1734: Updated ColumnGroupView.

10:24 Changeset [9628] by pfleck

#2063:
Added zooming in charts.
Used memory is displayed in GB.

06/13/13:

20:54 Changeset [9627] by mkommend

#1734: Improved data importer usability:

  • new closing message
  • rename column reacts on lost focus
  • updated copyright info
19:45 Changeset [9626] by mkommend

#1730: Implemented new features for the excel export:

  • The menu item is enabled if any view containing a symreg solution is displayed.
  • Classifications are not longer supported.
  • Export is performed asynchronously.
  • Inputs are sorted in the same order if a dataset is passed.
17:50 Changeset [9625] by pfleck

#2063:
Insert charts on index page for CPU utilization, cores and memory usage.
Added html helper for generating chart javascript.
Added ChartDataController for generating JSON data for the charts.

13:34 Changeset [9624] by mkommend

#2070: Corrected changes made in r9623 to DataAnalysisImportTypeDialog designer file.

13:02 Changeset [9623] by mkommend

#2070: Corrected anchors of error textbox in DataAnalysisImportDialog.

12:22 Ticket #2071 (Refactor TableFileParser) created by abeham
Currently, the table file parser uses a heuristic to determine the …
11:20 Changeset [9622] by gkronber

#1967: fixed generation of GPR problem instances (sampling from Gaussian processes) to work together with the current trunk version

10:58 Ticket #2067 (Relative error is calculated incorrectly in the ...) closed by mkommend
done: r9621: Merged r9568 in the stable branch.
10:57 Changeset [9621] by mkommend

#2067: Merged r9568 in the stable branch.

08:49 Ticket #2032 (Polynomial covariance function) closed by gkronber
done
08:41 Changeset [9620] by gkronber

#2032: merged r9515:9516 and r9535 to stable branch

06/12/13:

16:34 Changeset [9619] by spimming

#1888:

  • Added new BillingService methods
  • Disabled proxy generation and lazy loading!
  • Extended see method with additional test data
  • Added properties to order and invoice model
  • initial commit of BillingEngine module
15:16 Changeset [9618] by mkommend

#2038: Updated Samples.

15:10 Changeset [9617] by pfleck

#2063:
Started integrating Hive statistics into statistics web project.
Added jqPlot library for charting.

15:02 Changeset [9616] by ascheibe

#2030 merged trunk into hive performance branch

14:04 Ticket #1634 (Command for data importer to calculate a time series of percental ...) closed by mkommend
done
14:03 Ticket #1471 (Functionality for preprocessing of large datasets as preparation for ...) closed by mkommend
done
13:54 Changeset [9615] by mkommend

#1734: Updated copyright information in all DataImporter classes.

13:32 Changeset [9614] by mkommend

#1734: Added StorableConstructor to all storable DataImporter classes.

13:30 Ticket #2068 (New columns are inserted in the wrong position) closed by mkommend
done
13:15 Changeset [9613] by mkommend

#1971: Adapted ItemCollectionView and RunCollectionView to use batch events if the content supports them.

13:05 Changeset [9612] by ascheibe

#2069

  • fixed error handling for external program calls
  • added missing StorableClass attribute
11:41 Changeset [9611] by mkommend

#2070: Removed flag NumberStyles.AllowTrailingSign in the TableFileParser.

08:33 Changeset [9610] by sforsten

#2070: corrected resource instance provider

05:29 Changeset [9609] by melkaref

#2069

  • Added EmptyEvent.cs
  • Modified Grammar.cs to allow EmptyEvent as a child in place of all Event Methods except for Run and OnScannedEvent

06/11/13:

21:41 Changeset [9608] by sforsten

#2070:

  • changed parse methods in TableFileParser to accept a bool which defines, if the first line contains variable names
  • added methods in TableFileParser to check if the first line contains variable names
  • adapted unit tests
  • adapted DataAnalysisImportTypeDialog so that a checkbox can be set to define if the first line contains variable names
  • added the flag NumberStyles.AllowTrailingSign for parsing doubles
17:00 Ticket #2070 (TableFilesParser does not parse correctly) created by sforsten
TableFilesParser does not parse doubles with the exponential format …
16:37 Changeset [9607] by sforsten

#1730: added cell formatting

13:54 Changeset [9606] by sforsten

#1980: forgot to delete a file

13:32 Changeset [9605] by sforsten

#1980:

  • set plugin dependencies
  • added smart initialization
  • added hierarchical selection
  • fixed major and minor default rule
  • fixed several smaller bugs
  • some refactoring has been done
10:40 Changeset [9604] by pfleck

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

06/10/13:

17:38 Changeset [9603] by ascheibe

#2069 fixed object disposed exception in CodeNodeView that occurred when switching the viewhost

16:32 Changeset [9602] by spimming

#1888:

  • Workaround for enums in model classes
  • Implemented dao methods for model
  • Added test data in db seed method
  • changed EF configuration
  • Implemented some BL methods
15:48 Changeset [9601] by ascheibe

#2069

  • fixed cloning in Solution so that the SolutionCodeView can run a battle
  • fixed a compiler warning in CodeNodeView
15:41 Ticket #2069 (Implement GP problem for code generation) created by ascheibe
This works at the moment for RoboCode but should be generalized in the …
13:45 Changeset [9600] by sforsten

#1730: added "ABS" again in the calculation of the relative error which was removed in r9585. If the target is negative, the absolute value prevents that the formula would result in a negative relative error.

06/09/13:

12:58 Changeset [9599] by jhelm

#1966: Bugfixing; Refactoring; Performancetuning;

06/07/13:

15:35 Changeset [9598] by jhelm

#1966: Fixed a bug which caused the stacking-contraint to be wrongly enforced; Did some cleanup;

12:13 Changeset [9597] by mkommend

#1632: Corrected persisting the SavitzkyGolay filter in the data importer.

01:20 Changeset [9596] by jhelm

#1966: More refactoring; Added more sophisticated structures for packing-plan and bin-packing representation; Transferred parts of the decoding-algorithms to these structures; Did some more refactoring and cleanup;

06/06/13:

17:57 Download edited by gkronber
(diff)
17:56 Download edited by gkronber
(diff)
17:53 Download edited by gkronber
(diff)
17:52 Download edited by gkronber
(diff)
17:48 Download edited by gkronber
Updated wording (diff)
17:11 Ticket #1549 (DebuggerVisualizer for ISymbolicExpressionTreeNodes) closed by gkronber
done
14:50 Changeset [9595] by mkommend

#2068: Corrected insert position in new column commands.

14:49 Ticket #2068 (New columns are inserted in the wrong position) created by mkommend
If the new column command is used in a macro the insert position is …
07:32 Ticket #2053 (Update implementation of covariance functions to match GPML version ...) closed by gkronber
done: r9594: merged r9544 into stable branch for release
07:32 Changeset [9594] by gkronber

#2053: merged r9544 into stable branch for release

03:12 Changeset [9593] by jhelm

#1966: Applied some heavy refactoring on the decoder-classes and cleaned up the code a bit;

06/05/13:

17:52 Changeset [9592] by abeham

#2038: Added tagging comment

15:28 Changeset [9591] by mkommend

#2038: Added backwards compatibility regions into the modified algorithms for elites reevaluation.

14:59 Changeset [9590] by mkommend

#1730: Corrected output path of epplus.

14:53 Changeset [9589] by pfleck

#2063:
Added Asp.net MVC project and all required libraries.
Added publish profile to web services and web pages.

14:19 Changeset [9588] by fschoepp

#1888:

  • Removed readme from scaler
  • Added BillingEnabled flag to configuration files
14:18 Changeset [9587] by mkommend

#1730: Integrated excel export for symbolic datanalysis solutions in the trunk.

14:09 Changeset [9586] by fschoepp

#1888:

  • Billing Component may now be deactivated by setting the BillingEnabled flag within the OaaS service configuration.
  • Added views for invoices and usage data.
  • Changed appearance of the SaveOrder view.
11:40 Changeset [9585] by mkommend

#1730: Added necessary plugin dependency and improved error handling.

10:33 Changeset [9584] by mkommend

#1730: Minor code changes and organization in the export to excel functionality.

10:14 Ticket #1319 (The background of tab pages is not correclty redrawn) closed by mkommend
worksforme: Tested it also on my Windows 7 machine and found no problems.

06/04/13:

16:45 Changeset [9583] by sforsten

#1730: added error handling, if estimated value evaluates to an error like #NAN or #NUM in Excel

16:30 Changeset [9582] by fschoepp

#1888:

  • Added an overview for users to inspect their orders
  • Order Administrators may now suspend or reactivate orders
  • When creating an order, its necessary to enter payment information (paypal, credit card,...) before
  • Also, the billing period and type must be entered during the creation of an order.
16:12 Changeset [9581] by sforsten

#1730:

  • accidently added bin directory
  • changed svn properties
16:08 Changeset [9580] by sforsten

#1730:

  • added SymbolicDataAnalysisExpressionExcelFormatter
  • changed modifiers in SymbolicExpressionTreeChart of methods SaveImageAsBitmap and SaveImageAsEmf to public
  • added menu item ExportSymbolicSolutionToExcelMenuItem to export a symbolic solution to an excel file
  • added EPPlus-3.1.3 to ExtLibs
14:57 Changeset [9579] by spimming

#1888:

  • Revised model classes
  • Modified relationship definitions according to model types
13:18 Changeset [9578] by pfleck

#2063:
Task statistics contains only current state and no change history.
Statistics calculation is no longer based on increment updates.
TaskId is primary key in task statistics and EndTime is nullable.
Added TaskState to Task statistics.

11:05 Changeset [9577] by spimming

#1888:

  • Added dal and service interfaces and implementations
  • Added dbcontext for billing
10:59 Changeset [9576] by spimming

#1888:

  • Added billing test client
  • Use entity framework for DAL
  • Modified service interface and model classes
09:34 Changeset [9575] by fschoepp

#1888:

  • Added missing AssemblyInfo.cs files
09:04 Changeset [9574] by sforsten

#1730: branch project Encodings.SymbolicExpressionTreeEncoding.Views

Note: See TracTimeline for information about the timeline view.