Skip to content

Releases: JeffersonLab/ccdb

v1.02.00

24 Apr 12:12
Compare
Choose a tag to compare

Adds mutex locking around calls to DataProvider, necessary for multi-threaded running.

v1.01.00

24 Apr 12:13
Compare
Choose a tag to compare

Fixes bug with non-default variations

1.00.00 version

24 Apr 12:09
Compare
Choose a tag to compare
  • Removed PyQt import. Why was it there?
  • CCDB databases update for 1.00 version
  • CCDB sqlite shcema update for next version
  • users_create script to create or reacreate users lists (for example during cron job)
  • Create and delete users
  • Fix - Perl script to get all halld database users, users_create.py doesn't stop on users that are already exists.
  • Fixed bug in my original script. Insert missing comma between group lines.
  • Fix - mkdir comment
  • Tests - Error regression test for comments in mkdir error
  • Doc - Update
  • Fix - Inactivity time
  • Doc - update
  • Update - SqlAlchemy update to 9.2
  • Fix - A bug with doublication of directory in ls is fixed
  • Fix - parse string bag,
  • Update - empty utility example update
  • Doc - help updated (connection strings examples added)
  • Doc - update on requests
  • Update - info command
  • Fix - small bugs in provider fixed
  • Tests - unit tests update
  • Update - Schema version is set to 4
  • Fix - Is deleted flag for autogenerated users is set to 0
  • Doc - CCDB text update
  • Update - ccdb.sqlite schema is updated to version 4
  • Fix - dump command fixed
  • Doc - Documentation update
  • Doc - example how to stroe xml in ccdb
  • Tests - update assignment add
  • Update - AlchemyProvider improvements
  • Tests - AlchemyProvider new tests
  • Doc - Better structuring
  • Fix - Socns SQLite isn't recompiled each time
  • Fix - get single value test failed
  • Doc - Simple example created
  • Update - Basic java implementation
  • Doc - Pep8 improvements
  • Update - When adding data, types are checked now
  • Fix - Fixed bug with parsing of doubles and ints
  • Update - SQLite Sconscript in separate folder
  • Fix - Time parsing bugs changed
  • Time parsing bugs
  • requests example
  • -m32 forced flag added to scons options
  • Catch unit test framework updated
  • Time parsing issues update
  • Catch framework update. Tests update
  • Tests for time parse update
  • Tests for time parse update
  • sqlite dummy database corresponds to mysql
  • sqlite database corresponds to mysql now
  • Fix time shift between mysql and sqlite
  • -f flag for info command mktbl -f unit tests update. The feature is considered working now
  • ls remade
  • Infer status by file
  • Comments update
  • Slight unit tests update
  • Java version code gardening
  • mysql jar added by default
  • Patch for situation when ':' is found in time string
  • Java version code gardening
  • Better parse of mysql connection string
  • SQLite JDBC drivers added to lib folder
  • Java version code gardening
  • ccdb.jar added to the project
  • svn cleanup
  • Calibration returns Assignment now. Assignment have GetValue and GetValueType functions
  • New API unit tests
  • Bug with variation select fixed,
  • Bug with deleting assignment before using result fixed
  • Default values for CreateCalibration added
  • GetRowsCount() and GetColumnsCount() functions added to Assignment object
  • Assignments example added. It describes how to get extended information about particular ccdb data
  • Scons description of how to compile CCDB examples added