doorstop
doorstop copied to clipboard
Requirements management using version control.
Hi guys, Can't realize why the conclusion to #344 was that UUID's are not an important feature (considering their role in import/export round cycles). :) Anyway, it's a good excuse...
Hi! When I publish the REQ document that's included with doorstop, i.e. when I run `doorstop publish REQ REQ.md` I get the following result: ``` # 1.0 Overview {#REQ018 }...
In-pragraph-line-breaks are often done using two space characters at the end of the line in Markdown. The following line of code removes trailing whitespaces preventing the line break. https://github.com/doorstop-dev/doorstop/blob/03aa287e5069e29da6979274e1cb6714ee450d3a/doorstop/core/types.py#L305 Is...
If I create a document and place a "-" or a "_" in the name, I end up with a problem when I add items: ``` > doorstop create REQ_INIT...
Hello, Please excuse me for the following rather long description, but I think that the topic is rather relevant to the possible development course of Doorstop. ## Background Our team...
Hi! Did you have the chance to review my proposal at #505 ? (not really a PR, more like a proof-of-concept for a new feature). I’ve been using this feature...
I have noticed that when I create documents of the type doorstop create reqSist ./reqSist --parent ET And then I run doorstop-server this document is not displayed correctly and shows:...
The regression identified in https://github.com/doorstop-dev/doorstop/issues/499 was not caught by any tests.
Hi and thanks for the great tool! We're trialling using doorstop and came across this strange behaviour when linking items within a single document. It appears that linking between items...
I have some question that go in the direction of a potential optimization of doorstop in order to support large amounts of items/requirements (hundred thousands to millions). After a quick...