add moreinfo page for bugs
This commit is contained in:
parent
b33c90c069
commit
9a7fa9fc20
13 changed files with 35 additions and 8 deletions
|
@ -1,6 +1,16 @@
|
|||
This is git-annex's bug list. Link bugs to [[bugs/done]] when done.
|
||||
This is git-annex's bug list.
|
||||
|
||||
[[!sidebar content="""
|
||||
[[!inline feeds=no template=bare pages=sidebar]]
|
||||
|
||||
* Link bugs to [[bugs/done]] when done.
|
||||
* [[Bugs_affecting_the_assistant|design/assistant/todo]]
|
||||
* [[Bugs_needing_more_info|moreinfo]]
|
||||
"""
|
||||
]]]
|
||||
|
||||
[[!inline pages="./bugs/* and !./bugs/*/* and !./bugs/done and !link(done)
|
||||
and !./bugs/moreinfo and !link(moreinfo)
|
||||
and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
|
||||
|
||||
[[!edittemplate template=templates/bugtemplate match="bugs/*" silent=yes]]
|
||||
|
|
|
@ -16,4 +16,4 @@ Please provide any additional information below.
|
|||
|
||||
I am an "webinterface only" user.
|
||||
|
||||
[[!tag /design/assistant]]
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
|
|
|
@ -32,3 +32,5 @@ git-annex 4.20130323, Mac OS X on the repo where the file was edited, Arch Linux
|
|||
**Please provide any additional information below.**
|
||||
|
||||
I have observed this problem setting up the repos through the webapp as well, so I don't think it is related to setting up the repos manually. I think the way vim is writing the files seems to be tickling a race condition (both command-line vim and MacVim produce the behavior). I started trying to work around it by switching to emacs to edit those files, and the files haven't disappeared from the edited repo (so far at least).
|
||||
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
|
|
|
@ -22,4 +22,4 @@ What version of git-annex are you using? On what operating system?
|
|||
Please provide any additional information below.
|
||||
|
||||
[[!meta title="strange OSX behavior when killed"]]
|
||||
[[!tag /design/assistant/OSX unreproducible]]
|
||||
[[!tag /design/assistant/OSX moreinfo]]
|
||||
|
|
|
@ -76,3 +76,5 @@ Any thoughts on how I can get git-annex (esp. fsck) to complete would be appreci
|
|||
|
||||
Thanks
|
||||
Giovanni
|
||||
|
||||
[[!tag moreinfo]]
|
||||
|
|
|
@ -41,5 +41,5 @@ I'm interested in your thoughts.
|
|||
Best,
|
||||
Laszlo
|
||||
|
||||
[[!tag /design/assistant]]
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
[[!meta title="assistant can try to add too many files at once in batch add mode"]]
|
||||
|
|
|
@ -40,3 +40,6 @@ relatively high number of files relatively low disk space usage
|
|||
|
||||
Best,
|
||||
Laszlo
|
||||
|
||||
[[!meta title="assistant Stress test"]]
|
||||
[[!tag /design/assistant]]
|
||||
|
|
|
@ -48,4 +48,4 @@ git-annex HEAD from yesterdays git. Ubuntu 12.10
|
|||
|
||||
Please provide any additional information below.
|
||||
|
||||
[[!tag /design/assistant unreproducible]]
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
|
|
|
@ -35,3 +35,5 @@ There's no indication if the jabber communication is working successfully. It c
|
|||
It would be helpful if there were some indication in the Dashboard as to the number of files/directories/objects that git annex believes exists in each location. It could be that it's not accessing the Box.com server successfully, but again, this is difficult to determine.
|
||||
|
||||
It's great to see that git annex might make a box.com account useful for automatic upload and sync... looking forward to getting it to work on both sides! Thanks for making this!
|
||||
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
|
|
|
@ -12,3 +12,5 @@ Webapp starts. git-annex: Not in a git repository.
|
|||
See also
|
||||
[[bugs/git-annex:_Not_in_a_git_repository._/]]
|
||||
where the same error message occurs
|
||||
|
||||
[[!tag /design/assistant moreinfo]]
|
||||
|
|
6
doc/bugs/moreinfo.mdwn
Normal file
6
doc/bugs/moreinfo.mdwn
Normal file
|
@ -0,0 +1,6 @@
|
|||
If your bug report is listed here, it has been flagged as needing more
|
||||
information. Please respond to the bug and provide the requested
|
||||
information.
|
||||
|
||||
[[!inline pages="./* and link(./moreinfo) and !link(./done) and !*/Discussion" sort=mtime show=10
|
||||
archive=yes]]
|
|
@ -31,4 +31,4 @@ them back by reverting the commit but things like that make me very nervous.
|
|||
|
||||
3.20130102 on Arch Linux x64
|
||||
|
||||
[!tag /design/assistant]]
|
||||
[!tag /design/assistant moreinfo]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is a subset of [[/todo]] for items tagged for the assistant.
|
||||
Link items to [[todo/done]] when done.
|
||||
This is a subset of [[/todo]] and [[/bugs]]
|
||||
for items tagged for the assistant.
|
||||
|
||||
[[!inline pages="tagged(design/assistant) and !link(bugs/done)" show=0 archive=yes]]
|
||||
|
|
Loading…
Reference in a new issue