TODO
author viric@llimona
Sun, 25 Mar 2007 23:37:42 +0200
changeset 46 620319858e9a
parent 42 f093d0964cf5
child 54 74671342eb9e
permissions -rw-r--r--
Preparing for 0.2.1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
8ff6b6c9d87c Added empty "TODO", that will host things to be done and feature proposals. Perhaps we can use "bugtracker"?
Raul Salinas-Monteagudo <rsalinas@iti.upv.es>
parents:
diff changeset
     1
## Features to be implemented
7
bbfd7918b5fc First milestone.
viric@llimona
parents: 6
diff changeset
     2
25
e9e4babe6262 Now the server is quicly started.
viric@llimona
parents: 23
diff changeset
     3
v0.3:
e9e4babe6262 Now the server is quicly started.
viric@llimona
parents: 23
diff changeset
     4
 - Allow sending the output by mail
35
83d0da612dc4 Kill the running job works fine.
viric@llimona
parents: 25
diff changeset
     5
 - Allow gzipping the output
46
620319858e9a Preparing for 0.2.1
viric@llimona
parents: 42
diff changeset
     6
v0.2.1:
620319858e9a Preparing for 0.2.1
viric@llimona
parents: 42
diff changeset
     7
 -* Fixed a bug in the wait-notifications.
620319858e9a Preparing for 0.2.1
viric@llimona
parents: 42
diff changeset
     8
 -* Improved the compilation, including almost all the proper files.
23
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
     9
v0.2:
40
ed74cc289130 Fixed a bug in getopt (:+ should be +:)
viric@llimona
parents: 35
diff changeset
    10
 -* Add a '-h' for help
ed74cc289130 Fixed a bug in getopt (:+ should be +:)
viric@llimona
parents: 35
diff changeset
    11
 -* Have a nice list output (correctly formatted)
35
83d0da612dc4 Kill the running job works fine.
viric@llimona
parents: 25
diff changeset
    12
 -* Allow killing the running job (Allowed with -p easily)
83d0da612dc4 Kill the running job works fine.
viric@llimona
parents: 25
diff changeset
    13
 -* Allow tailing any job
41
cad41574feda Added 'remove job'.
viric@llimona
parents: 40
diff changeset
    14
 -* Allow removing a job from the queue
42
f093d0964cf5 Added wait for jobs.
viric@llimona
parents: 41
diff changeset
    15
 -* Allow waiting any job
23
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    16
v0.1:
17
bbaefa255550 New tasks for v0.1
viric@llimona
parents: 11
diff changeset
    17
 -* The clients should _always_ go into background. *
bbaefa255550 New tasks for v0.1
viric@llimona
parents: 11
diff changeset
    18
 -* Allow to receive more parameters in the command line, and them be joined
11
bb94b9890001 Going to background at for new command queued.
lbatlle@npdl268.bpo.hp.com
parents: 7
diff changeset
    19
   with spaces for the command passed to bash.
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 17
diff changeset
    20
 -* There should be no limit on command line parameters.
21
a797f96a022f Lines for list doesn't have limit.
viric@llimona
parents: 20
diff changeset
    21
 -* There should be no limit on lines outputed by "-l".
19
5efc347cca8d The finished jobs store the errorlevel, and can be listed.
viric@llimona
parents: 17
diff changeset
    22
 -* Get the list of finished jobs, with its errorlevel.
20
d85b4c0745fa "-c" added, for clearing the finished tasks' list.
viric@llimona
parents: 19
diff changeset
    23
 -* The list of finished jobs should be clenead on demmand "-c".
22
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    24
 -* Output to a file should be possible. Use mkstemp().
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    25
 -* There should be no limit on output filename.
23
96fcebb68510 More TODO for the next versions.
viric@llimona
parents: 22
diff changeset
    26
v0.0.1:
22
afdc8410633f Now output can go to filenames.
viric@llimona
parents: 21
diff changeset
    27
 -* add tasks, and they run one after another. Input closed. Output in stdout.