Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 116 and Version 118 of Ticket #1233


Ignore:
Timestamp:
06/20/11 14:17:50 (13 years ago)
Author:
cneumuel
Comment:

r6452

  • renamed UptimeCalendar and Appointment to Downtime
  • added service methods to delete plugins and get plugin by hash
  • made reverted TransactionManager change, made it non-static and added interface
  • moved magic numbers to application settings

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v116 v118  
    8585=== Architects meeting ^(16.06.2011)^ ===
    8686'''DataAccess:'''
    87  * `TransactionManager` with interface again
     87 * ~~`TransactionManager` with interface again~~
    8888 * remove `AssignedResourcesId` in `AssignedResources`, use JobId+ResourceId as primary keys
    8989 * remove `CreateHiveDatabaseApplication`. the db schema should not be developed `dbml first`, since dbml does not support most sql-server features. instead the sql-server schema should be designed first and the dbml should be generated.
    90  * `UptimeCalendar` should be named `DowntimeCalendar`
     90 * ~~`UptimeCalendar` should be named `DowntimeCalendar`~~
    9191 * `DataAccess` layer and `Dao` classes should be removed, access to linq to sql should happen directly in server-implementation.
    9292'''Server'''
    9393 * `Lifecycle` should be named differently. maybe `EventHandler`, `EventManager`.
    9494 * put magic numbers into config
    95    * timeout in `Lifecycle`
    96    * `ApplicationConstants`
     95   * ~~timeout in `Lifecycle`~~
     96   * ~~`ApplicationConstants`~~
     97   * look for magic numbers in hive client
    9798 * `GetWaitingJobs` should be implemented as a stored procedure and should also assign a job to a slave. it should make sure no race conditions occur if it is called concurrently.
    9899'''!HiveExperiment'''