From 42280f662d3ce4affb00eb68a22a081dfb951395 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 23 Jun 2008 23:47:09 +1200 Subject: Imported Upstream version 0.2.1 --- issues/c_2b92ef13.cil | 6 ++++++ issues/c_792a4acf.cil | 6 ++++++ issues/c_feb65ae7.cil | 9 +++++++++ issues/i_02ee35bd.cil | 16 ++++++++++++++++ issues/i_5c88cb30.cil | 31 +++++++++++++++++++++++++++++++ issues/i_6baa8555.cil | 15 +++++++++++++++ issues/i_cbb43db9.cil | 14 ++++++++++++++ issues/i_fb79b2e8.cil | 16 ++++++++++++++++ 8 files changed, 113 insertions(+) create mode 100644 issues/c_2b92ef13.cil create mode 100644 issues/c_792a4acf.cil create mode 100644 issues/c_feb65ae7.cil create mode 100644 issues/i_02ee35bd.cil create mode 100644 issues/i_5c88cb30.cil create mode 100644 issues/i_6baa8555.cil create mode 100644 issues/i_cbb43db9.cil create mode 100644 issues/i_fb79b2e8.cil (limited to 'issues') diff --git a/issues/c_2b92ef13.cil b/issues/c_2b92ef13.cil new file mode 100644 index 0000000..ba1f86d --- /dev/null +++ b/issues/c_2b92ef13.cil @@ -0,0 +1,6 @@ +Issue: cbb43db9 +CreatedBy: Andrew Chilton +Inserted: 2008-06-22T03:54:13 +Updated: 2008-06-22T03:54:13 + +This has been now been completed and will be released in cil v0.2. diff --git a/issues/c_792a4acf.cil b/issues/c_792a4acf.cil new file mode 100644 index 0000000..c22f3f4 --- /dev/null +++ b/issues/c_792a4acf.cil @@ -0,0 +1,6 @@ +Issue: fb79b2e8 +CreatedBy: Andrew Chilton +Inserted: 2008-06-22T04:02:46 +Updated: 2008-06-22T04:02:46 + +This has been completed. diff --git a/issues/c_feb65ae7.cil b/issues/c_feb65ae7.cil new file mode 100644 index 0000000..d4e89f3 --- /dev/null +++ b/issues/c_feb65ae7.cil @@ -0,0 +1,9 @@ +Issue: 5c88cb30 +CreatedBy: Andrew Chilton +Inserted: 2008-06-21T10:57:47 +Updated: 2008-06-21T10:57:47 + +Currently I'm adding the ability for each issue name, comment etc to start with +the first 8 hex chars of an MD5 string from the data itself. Therefore, the +main problem with having the epoch and possible duplication goes away. This +issue can then be given a low priority. diff --git a/issues/i_02ee35bd.cil b/issues/i_02ee35bd.cil new file mode 100644 index 0000000..21546ec --- /dev/null +++ b/issues/i_02ee35bd.cil @@ -0,0 +1,16 @@ +Summary: Labels should be allowed to have a 'required' set +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Release-v0.1 +Label: Priority-Medium +Label: Type-Enhancement +Inserted: 2008-05-05T12:53:38 +Updated: 2008-06-21T10:50:05 + +In the .cil config file, there should a field which determines a +'required' set of labels. + +e.g. + +required_labels=against type priority diff --git a/issues/i_5c88cb30.cil b/issues/i_5c88cb30.cil new file mode 100644 index 0000000..003dfdc --- /dev/null +++ b/issues/i_5c88cb30.cil @@ -0,0 +1,31 @@ +Summary: Options for issues names needs to be added +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Milestone-v0.2 +Label: Priority-Low +Label: Release-v0.1 +Label: Type-Enhancement +Comment: feb65ae7 +Inserted: 2008-05-05T12:33:19 +Updated: 2008-06-21T10:57:47 + +When issues are created, they are given the epoch as it's name. +Instead of just using the epoch, the user should be able to configure +the .cil file to use the format of their choice. + +e.g. issue_name_format=[ epoch | inc | iso-8601 ] + +Possible name formats include: + +* an incrementing number + * but if cil goes distributed (which was originally planned), will + this work? + +* ISO 8601 - YYYY-MM-DDThh:mm:ssTZD (eg 1997-07-16T19:20:30+01:00) + * do we need to have TZD on the end (though obviously this wouldn't + then be ISO 8601) + +* GUID/UUID like 9e28b50a-cba1-4b20-9276-d30ee727b14a + +(and maybe others) diff --git a/issues/i_6baa8555.cil b/issues/i_6baa8555.cil new file mode 100644 index 0000000..5352e93 --- /dev/null +++ b/issues/i_6baa8555.cil @@ -0,0 +1,15 @@ +Summary: Do checking on input fields after adding or editing issue +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Priority-Medium +Label: Release-v0.1 +Label: Type-Enhancement +Inserted: 2008-05-05T12:46:58 +Updated: 2008-06-21T10:59:52 + +For example, if there is a config item in .cil called +'allowed_statuses', all input values in the 'Status' field should be +checked against it. + +This could also be done for Labels too. diff --git a/issues/i_cbb43db9.cil b/issues/i_cbb43db9.cil new file mode 100644 index 0000000..3490199 --- /dev/null +++ b/issues/i_cbb43db9.cil @@ -0,0 +1,14 @@ +Summary: Addition of a 'attach' command +Status: Finished +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Priority-Medium +Label: Release-v0.1 +Label: Type-Enhancement +Comment: 2b92ef13 +Inserted: 2008-05-05T12:20:28 +Updated: 2008-06-22T03:54:13 + +'cil' currently has no way of adding attachments to issues. + +This should be added so that the actual data cil stores is complete. diff --git a/issues/i_fb79b2e8.cil b/issues/i_fb79b2e8.cil new file mode 100644 index 0000000..b218517 --- /dev/null +++ b/issues/i_fb79b2e8.cil @@ -0,0 +1,16 @@ +Summary: Ability to set Issue Status' from the command line +Status: Finished +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Mileston-v0.2 +Label: Release-v0.1 +Label: Type-Enhancement +Comment: 792a4acf +Inserted: 2008-06-22T04:00:20 +Updated: 2008-06-22T04:02:46 + +The ability to do something like the following would be good. + + $ cil status cafebabe Finished + +would be rather cool. -- cgit v1.2.3