This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.
This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.
This update should result in no functional change.
For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html
Change-Id: I3448684b49f58df2ce92d1d41a7a8520a2e7d251
The set conversion wasn't correct -- iterate over the tag names
rather than the dict.
Use the proxy objects rather than creating StoryTag objects directly.
Remove some unecessary db functions. Add to help text.
Change-Id: I023f3fb7351b3e57f8984adb537b26483f6b7c1f
The documentation says that it should be possible and the code already
consults that config key, so relax the validation a bit so that it could
be overridden.
Change-Id: Ic4e8964e4ad4027168e78aef5daf42788e273fa4
* Delete all items before refreshing. This isn't great because we
lose the cursor position, but it's better than what's there now
because it just appends duplicate data.
* Make the title show up whether the worklist item is a story or
task.
* Make worklist items clickable links which take you to the story.
Change-Id: Iba0071fd70b629ce68ceebb27b5eae8cf06932f1
This allows looking for keywords in the task list while viewing a
story. It does not implement search for every piece however.
Change-Id: I584571fc901a5fe207a45cb5cb2fcfa2c26d6ecb
This commit adds trailing-whitespace style for emphasizing. In gerrit,
we can find a trailing-whitespace very easily because it is emphasized
in red. So this commit imitates it.
Change-Id: Ie3f35c678093c51d8e39aeeaab2ea17d504e89fb
This commit adds number of changes to the change list view. We have
similar value in the project list view but not in the change list view.
Change-Id: I5409c4d0cd6ec84d181274d113f97e835d673ddf
If we detect that a change sync has failed, mark that change as
outdated in the local database so that if it has failed in such a
way that Gertty continues to process its queue and eventually stamp
a project or query as up-to-date, it can go back later and try to
sync the failed change again.
NB: This change contains a schema migration.
Change-Id: Ieb22a510a8096d77c12d30aefbedd36f7f3037b0