
This commit adds almost the same set of parameters that the /v1/stories endpoint supports to the /v1/stories/search endpoint. This allows one to obtain some search results and then filter them more easily than before, as well as avoiding a bug when trying to naively search for stories without removing the default criteria in the web ui. The title and description filters are not added, as they don't make much sense in the context of a fulltext search. This commit introduces some code duplication, and long term it would probably be best to merge the two endpoints into one and do the fulltext search iff the q parameter is given, rather than trying to maintain two functions with the same set of parameters for no reason. Change-Id: Ibbe1ed38094fb1d02919cf97ed311cf79af049bb
Storyboard
Storyboard is a task tracker created to serve the needs of highly-distributed systems that span multiple projects, to enable cross-project work on a massive scale. Concepts were adapted from existing tools, and as many potential points of contention were removed as possible, to better facilitate coordination of project work by stakeholders with widely varied interests and needs.
Project Resources
Project status, bugs, and blueprints are tracked at:
Source code can be found at:
Documentation can be found here:
Additional resources are linked from the project wiki page:
Anyone wishing to contribute to an OpenStack project should find plenty of helpful resources here:
All OpenStack projects use Gerrit for code reviews. A good reference for that is here:
http://docs.openstack.org/infra/manual/developers.html#development-workflow