index
:
~alon/autotest
master
spice
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tko
/
db.py
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-21
Fix a bug in the parser when dealing with test labels. The final
jadmanski
1
-1
/
+8
2009-03-02
Fixing a mismatched parenthesis that is breaking autoserv on trunk (r2840).
jadmanski
1
-1
/
+1
2009-02-17
Add a timestamp to the log_operational_error
mbligh
1
-2
/
+2
2008-12-22
Bug 1551777: tko/db.py does not support empty password for 'nobody' queries.
mbligh
1
-1
/
+1
2008-12-03
gps pointed out that "== and != work in most cases but its better to use is
mbligh
1
-3
/
+3
2008-09-10
Add support for parsing host keyvals into the test attributes. The
jadmanski
1
-1
/
+5
2008-07-15
Modify the parser and tko db code to flag test models as being for
jadmanski
1
-11
/
+20
2008-06-11
unittest for base_server_job.py
mbligh
1
-1
/
+1
2008-06-06
Convert all python code to use four-space indents instead of eight-space tabs.
jadmanski
1
-471
/
+471
2008-06-02
While testing if bug: http://b/issue?id=1131264 "job-stat busted"
mbligh
1
-5
/
+12
2008-05-29
Risk: Medium
jadmanski
1
-7
/
+17
2008-05-21
Risk: Medium
jadmanski
1
-6
/
+11
2008-05-06
If an operational error occurs and we're just going to discard it and
jadmanski
1
-3
/
+11
2008-04-24
Insert a retry delay for DB reconnects in db.py, and make sure we
mbligh
1
-25
/
+43
2008-04-18
Add tests.started_time to the results database, and add support in the
mbligh
1
-0
/
+1
2008-04-17
Convert the parser into an embeddable library. This includes a major
mbligh
1
-59
/
+133
2008-04-16
Various poorly documented changes to tko frontend. Sorry
mbligh
1
-3
/
+9
2008-03-11
Now that we've changed the order of the parameters we need to make
mbligh
1
-1
/
+1
2008-03-11
This fixes some issues with global_config relating to the fact
mbligh
1
-4
/
+4
2008-02-27
glocal_config patch
mbligh
1
-57
/
+25
2008-02-21
split patched kernels into their own kernel rows V2
apw
1
-2
/
+19
2008-02-21
Change db.py to always read config files correctly. And close files.
mbligh
1
-6
/
+15
2008-02-19
Strip the optional fields (e.g. timestamps) out of the reason fields
mbligh
1
-1
/
+2
2008-02-19
Add job queued, started and finished timestamps to the tko db and
mbligh
1
-1
/
+4
2008-02-12
The way that parse looks for the index of the field it just added
mbligh
1
-4
/
+9
2008-01-25
db.py should look in its directory, not the directory of the executable
mbligh
1
-3
/
+3
2008-01-10
Allow caller to override database params in db.py
mbligh
1
-11
/
+22
2008-01-03
This patch will make compose_query.cgi considerably faster. It also has the
mbligh
1
-1
/
+22
2007-12-12
Fix up the main display page to only use one SQL query per rendering.
mbligh
1
-3
/
+7
2007-12-07
Add in condition for db class, for example select * from tests where kernel_idx
mbligh
1
-1
/
+7
2007-12-07
Fix uncaught exception in db.py
mbligh
1
-9
/
+11
2007-12-03
Create subclasses of db for mysql and for postgres. Use a class method
mbligh
1
-4
/
+23
2007-12-03
'user' is officially an SQL reserved word, which means that it cannot be
mbligh
1
-1
/
+1
2007-11-30
Add code to deal with machine owners and their display
mbligh
1
-4
/
+8
2007-11-29
If no tests, find_tests should return [] instead of None
mbligh
1
-1
/
+1
2007-11-24
Add a way to delete an individual set of job results.
mbligh
1
-0
/
+35
2007-10-26
assign a default value to machine_map
mbligh
1
-0
/
+2
2007-10-25
Make test parser insert the test version into the tko db.
mbligh
1
-0
/
+2
2007-10-17
DB schema/parse change to store user name and user assigned labels for tests.
mbligh
1
-4
/
+5
2007-10-09
Implement atomic updates for SQL tables to ensure we get the whole
mbligh
1
-29
/
+51
2007-10-07
When adding machines, try to figure out their group from a mapping file
mbligh
1
-4
/
+25
2007-10-05
Extensions to SQL abstractions
mbligh
1
-1
/
+35
2007-10-05
Fix up error in status table read from the database
mbligh
1
-2
/
+2
2007-10-03
Use full paths to access .config files for tko/db.py
mbligh
1
-4
/
+8
2007-10-02
This patch gets rid of the last bits db initialization within db.py.
mbligh
1
-15
/
+4
2007-10-01
Add a proper machine table rather than just using the hostname
mbligh
1
-2
/
+19
2007-09-27
Fixed up fucked spacing
mbligh
1
-11
/
+11
2007-09-27
I needed to override the database and read-only database login information,
mbligh
1
-6
/
+19
2007-09-27
add frontend matrix for performance benchmarks
mbligh
1
-6
/
+9
2007-09-25
Fix up the password handling in db.py so we connect as a writeable user
mbligh
1
-8
/
+12
[next]