-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
49 lines (40 loc) · 1.04 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
igor-0.4.2
- Add simple datatstore to store files
- Add simple server side triggers (being able to call stored files)
igor-0.4.1
- Minor igor-slave fixes which broke the slave
igor-0.4.0
- Event framework to signal job changes (using redis)
- New client (igorc)
- Use libvirt-only be default
- Switch cfg file syntax to yaml
- Reorganize files
- Add igor-slave
igor-0.3.0
- Switch files syntax to yaml
- Add testcase dependencies
- Add timeout on testcase granularity
- Synchronize jobs, add variables and arguments to testplans
igor-0.2.3
- Better documentation
- Better python checks (make check-local)
- Add progressbar to UI
- Added basic hooks (pre-job, post-job) and documentation
- Added annotations and documentation
igor-0.2.2
- Critical fixes
- ChangeLog
igor-0.2.1
- Add real hardware support, cobbler backend
- Reports introduced
- Improved client
- LiveCD direct import support
- Improved cobbler backend
- Testplans introduced
- More documentation
igor-0.2.0
- UI intorduced
igor-0.1.1
- Improved testcases and client
igor-0.1.0
- Initial