aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs
diff options
context:
space:
mode:
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs')
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body26
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/body3
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/values17
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body24
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body3
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values17
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/body7
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body1
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values17
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/77399855-6300-41a8-91a3-decbb915a3ff/values2
16 files changed, 182 insertions, 1 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body
new file mode 100644
index 0000000..5b88ffe
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body
@@ -0,0 +1,26 @@
+From 80ce5b9707750edba08842cd267843fa035d7b0a Mon Sep 17 00:00:00 2001
+From: Valtteri Kokkoniemi <rvk@iki.fi>
+Date: Thu, 17 Feb 2011 12:03:56 +0200
+Subject: [PATCH] fixed created tag handling in import-xml
+
+---
+ libbe/bug.py | 4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/libbe/bug.py b/libbe/bug.py
+index 6d3d836..122c81a 100644
+--- a/libbe/bug.py
++++ b/libbe/bug.py
+@@ -395,6 +395,10 @@ class Bug (settings_object.SavedSettingsObject):
+ if child.tag == 'uuid':
+ uuid = text
+ continue # don't set the bug's uuid tag.
++ elif child.tag == 'created':
++ self.time = utility.str_to_time(text)
++ self.explicit_attrs.append('time')
++ continue
+ elif child.tag == 'extra-string':
+ estrs.append(text)
+ continue # don't set the bug's extra_string yet.
+--
+1.7.1
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values
new file mode 100644
index 0000000..3b73aaa
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values
@@ -0,0 +1,11 @@
+Alt-id: 6ca8e92a-52b2-4909-a088-6bae5d7511a6
+
+
+Author: kokval <kokval@vesuri>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 10:40:51 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/body
new file mode 100644
index 0000000..44ae6b6
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/body
@@ -0,0 +1,3 @@
+show --xml generates <created> tags for bug creation timestamp, but these break in import
+
+for fix, see attached patch
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/values
new file mode 100644
index 0000000..e9a75cc
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/e9c40503-84a0-47eb-b923-ac7b2f1b8de9/values
@@ -0,0 +1,11 @@
+Alt-id: 3193f33d-ed57-4c32-9f6e-598bdc4ea67e
+
+
+Author: kokval <kokval@vesuri>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 10:40:21 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/values
new file mode 100644
index 0000000..fe30a27
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/values
@@ -0,0 +1,17 @@
+creator: Valtteri Kokkoniemi <rvk@iki.fi
+
+
+reporter: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+severity: minor
+
+
+status: fixed
+
+
+summary: created-tags break import-xml
+
+
+time: Thu, 17 Feb 2011 10:38:22 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body
new file mode 100644
index 0000000..9f3c45f
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body
@@ -0,0 +1,24 @@
+From 1a6ce70b03a8e7df3e21189cd552d95d28535c1d Mon Sep 17 00:00:00 2001
+From: Valtteri Kokkoniemi <rvk@iki.fi>
+Date: Thu, 17 Feb 2011 10:11:09 +0200
+Subject: [PATCH] fixed importing new bugs
+
+---
+ libbe/command/import_xml.py | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py
+index bd25372..b4da2fd 100644
+--- a/libbe/command/import_xml.py
++++ b/libbe/command/import_xml.py
+@@ -184,7 +184,7 @@ class Import_XML (libbe.command.Command):
+ except KeyError:
+ old = None
+ if old == None:
+- bd.append(new)
++ bugdir.append(new)
+ else:
+ old.load_comments(load_full=True)
+ old.merge(new, accept_changes=accept_changes,
+--
+1.7.1
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values
new file mode 100644
index 0000000..52ef33b
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values
@@ -0,0 +1,11 @@
+Alt-id: 1bb12bbd-27b8-4638-abdb-c69384707b60
+
+
+Author: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 08:25:02 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body
new file mode 100644
index 0000000..c2f09cc
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body
@@ -0,0 +1,3 @@
+probably due to refactoring at some point in history
+
+for fix, see the attached patch
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values
new file mode 100644
index 0000000..664a6f1
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values
@@ -0,0 +1,11 @@
+Alt-id: c50ada21-1ce1-4d1b-bcc0-834746ba176c
+
+
+Author: kokval <kokval@vesuri>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 08:21:33 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values
new file mode 100644
index 0000000..9c07438
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values
@@ -0,0 +1,17 @@
+creator: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+reporter: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+severity: minor
+
+
+status: fixed
+
+
+summary: xml import of new bugs is broken
+
+
+time: Thu, 17 Feb 2011 08:19:41 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/body
new file mode 100644
index 0000000..56d993c
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/body
@@ -0,0 +1,7 @@
+> We still want storage-level hooks for notification emails, etc,
+
+The new `be serve --notify ...` is effectively a command-specific
+storage-level hook (for storage actions that change the repository).
+If it seems to be working out well, we can move the logic down into
+the base storage classes.
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/values
new file mode 100644
index 0000000..2b82539
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/5fb11e65-68a0-4015-b404-737238299cdc/comments/89d53fa4-635d-4562-adaa-cd04b6c80fcf/values
@@ -0,0 +1,11 @@
+Author: '"W. Trevor King" <wking@drexel.edu>'
+
+
+Content-type: text/plain
+
+
+Date: Sun, 17 Apr 2011 02:05:09 +0000
+
+
+In-reply-to: 628a050a-f969-4290-8468-f5e991528f40
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body
new file mode 100644
index 0000000..4b19934
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/body
@@ -0,0 +1 @@
+The make install will curently install the bin files in ~/bin and the lib files in ~/lib. Unfortunately this will lead to the lib files not being recognised by python by default. http://www.python.org/dev/peps/pep-0370/ defines that the paths should be set to '~/.local/bin' and '~/.local/lib'. Here they will also be automatically discoverable by python. (At least on Ubuntu 10.10)
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/values
new file mode 100644
index 0000000..1856450
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/comments/232cc363-ba55-4557-9840-3451d74e7b6d/values
@@ -0,0 +1,11 @@
+Alt-id: e9ef9fdd-4d0e-4438-a23d-6658eae9b349
+
+
+Author: dietmarw <dietmarw@HeX>
+
+
+Content-type: text/plain
+
+
+Date: Tue, 01 Feb 2011 21:52:29 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values
new file mode 100644
index 0000000..6a2d2ce
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values
@@ -0,0 +1,17 @@
+creator: dietmarw <dietmarw@HeX>
+
+
+reporter: dietmarw <dietmarw@HeX>
+
+
+severity: minor
+
+
+status: fixed
+
+
+summary: Set default user paths according to PEP370
+
+
+time: Tue, 01 Feb 2011 21:41:27 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/77399855-6300-41a8-91a3-decbb915a3ff/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/77399855-6300-41a8-91a3-decbb915a3ff/values
index 30d4df6..0f32345 100644
--- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/77399855-6300-41a8-91a3-decbb915a3ff/values
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/77399855-6300-41a8-91a3-decbb915a3ff/values
@@ -5,7 +5,7 @@ extra_strings:
severity: target
-status: open
+status: fixed
summary: '1.0'