public
Description: StrokeDB is an embeddable distributed document database written in Ruby
Homepage: http://strokedb.com/
Clone URL: git://github.com/yrashk/strokedb.git
ditz issues updated (some replanning)
yrashk (author)
Sun Apr 13 01:18:08 -0700 2008
commit  864198259c54466d709f87c334f4a1cf62b1f6c9
tree    1aefb7d46af2e73533cea726e1ed1db8078c3905
parent  ffd45bb380cd4794c1a751b280d69f6656b90c2d
...
3
4
5
6
 
7
8
9
...
16
17
18
 
 
 
 
...
3
4
5
 
6
7
8
9
...
16
17
18
19
20
21
22
0
@@ -3,7 +3,7 @@ title: Refactor callbacks
0
 desc: Currently callbacks implementation and spec set are far from being perfect. Consider extracting them to a separate file and organizing them better.
0
 type: :bugfix
0
 component: Meta
0
-release: v0.0.2
0
+release:
0
 reporter: Yurii Rashkovskii <yrashk@issuesdone.com>
0
 status: :unstarted
0
 disposition:
0
@@ -16,3 +16,7 @@ log_events:
0
   - Yurii Rashkovskii <yrashk@issuesdone.com>
0
   - created
0
   - ""
0
+- - 2008-04-13 08:17:31.945795 Z
0
+ - Yurii Rashkovskii <yrashk@issuesdone.com>
0
+ - unassigned from release v0.0.2
0
+ - ""
...
3
4
5
6
 
7
8
9
...
16
17
18
 
 
 
 
...
3
4
5
 
6
7
8
9
...
16
17
18
19
20
21
22
0
@@ -3,7 +3,7 @@ title: Spec RemoteStore::DRb
0
 desc: ""
0
 type: :bugfix
0
 component: Storage
0
-release: v0.0.2
0
+release:
0
 reporter: Yurii Rashkovskii <yrashk@issuesdone.com>
0
 status: :unstarted
0
 disposition:
0
@@ -16,3 +16,7 @@ log_events:
0
   - Yurii Rashkovskii <yrashk@issuesdone.com>
0
   - created
0
   - ""
0
+- - 2008-04-13 08:17:36.622614 Z
0
+ - Yurii Rashkovskii <yrashk@issuesdone.com>
0
+ - unassigned from release v0.0.2
0
+ - ""
...
5
6
7
8
 
9
10
11
...
18
19
20
 
 
 
 
...
5
6
7
 
8
9
10
11
...
18
19
20
21
22
23
24
0
@@ -5,7 +5,7 @@ desc: |-
0
   we can improve. The same thing applies to referencing metas (we need to understand how exactly should it work) and to the certain extent to associations
0
 type: :feature
0
 component: General
0
-release: v0.0.2
0
+release:
0
 reporter: Yurii Rashkovskii <yrashk@issuesdone.com>
0
 status: :unstarted
0
 disposition:
0
@@ -18,3 +18,7 @@ log_events:
0
   - Yurii Rashkovskii <yrashk@issuesdone.com>
0
   - created
0
   - ""
0
+- - 2008-04-13 08:17:55.230071 Z
0
+ - Yurii Rashkovskii <yrashk@issuesdone.com>
0
+ - unassigned from release v0.0.2
0
+ - ""
...
3
4
5
6
 
7
8
9
...
16
17
18
 
 
 
 
...
3
4
5
 
6
7
8
9
...
16
17
18
19
20
21
22
0
@@ -3,7 +3,7 @@ title: Spec SkiplistStore#autosync
0
 desc: Even though SkiplistStore is going to be replaced with Store when new-storages will be merged in, I believe that it makes sense to spec it now and port it to new-storages
0
 type: :bugfix
0
 component: Storage
0
-release: v0.0.2
0
+release:
0
 reporter: Yurii Rashkovskii <yrashk@issuesdone.com>
0
 status: :unstarted
0
 disposition:
0
@@ -16,3 +16,7 @@ log_events:
0
   - Yurii Rashkovskii <yrashk@issuesdone.com>
0
   - created
0
   - ""
0
+- - 2008-04-13 08:17:38.294667 Z
0
+ - Yurii Rashkovskii <yrashk@issuesdone.com>
0
+ - unassigned from release v0.0.2
0
+ - ""

Comments

  • elliottcable Sun Apr 13 04:36:08 -0700 2008

    Looks like you’re slimming back what you want to do for 0.0.2. Good, I guess – moving these to 0.0.3 instead? I guess getting SOMETHING out as a gem sooner than later is good (though I really can’t want for some of these things!)

  • yrashk Sun Apr 13 04:43:43 -0700 2008

    elliottcable, definitely, I want to release 0.0.2 gem ASAP

  • elliottcable Sun Apr 13 04:51:24 -0700 2008

    Makes sense. I probably need to drop some feature plans for my stuff to get a working PoC out the door.