Re: Add autocompletion to opensearch

2014-07-17 Thread Raphael Hertzog
Hello Vincent, On Thu, 17 Jul 2014, Vincent Bernat wrote: > This serie of patchs (except the last one) adds completion to > OpenSearch. The last one is somewhat related as it enables completion > for binary packages as well. Thanks for the patches, merged and deployed! -- Raphaël Hertzog ◈ Debi

[PATCH 5/5] autocomplete: fix erroneous test with pseudo packages

2014-07-17 Thread Vincent Bernat
--- distro_tracker/core/tests/tests_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro_tracker/core/tests/tests_views.py b/distro_tracker/core/tests/tests_views.py index 5a1447caf43e..d34e956565aa 100644 --- a/distro_tracker/core/tests/tests_views.py +++ b/distro_

[PATCH 4/5] autocomplete: add possibility to complete binary packages too

2014-07-17 Thread Vincent Bernat
--- distro_tracker/core/static/js/main.js| 10 ++ distro_tracker/core/tests/tests_views.py | 31 ++- distro_tracker/core/views.py | 3 ++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/distro_tracker/core/static/js/main.js b/d

[PATCH 3/5] opensearch: enable opensearch completion

2014-07-17 Thread Vincent Bernat
--- distro_tracker/core/templates/core/opensearch-description.xml | 1 + distro_tracker/core/views.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/distro_tracker/core/templates/core/opensearch-description.xml b/distro_tracker/core/templates/core/opensear

[PATCH 1/5] opensearch: don't use "Search" in short name

2014-07-17 Thread Vincent Bernat
Browsers like Chromium are already appending "Search". --- distro_tracker/core/templates/core/opensearch-description.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro_tracker/core/templates/core/opensearch-description.xml b/distro_tracker/core/templates/core/opensearc

Add autocompletion to opensearch

2014-07-17 Thread Vincent Bernat
This serie of patchs (except the last one) adds completion to OpenSearch. The last one is somewhat related as it enables completion for binary packages as well. -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

[PATCH 2/5] opensearch: make the completion compatible with OpenSearch

2014-07-17 Thread Vincent Bernat
OpenSearch completion expects an array containing the following elements: - the prefix - the list of completions - the list of descriptions (optional) - the list of URL (optional) See: http://www.opensearch.org/Specifications/OpenSearch/Extensions/Suggestions/1.0 --- distro_tracker/core/sta

Bug#755066: Restore Python 3 compatibility and ensure we keep it in the future

2014-07-17 Thread Raphaël Hertzog
Package: tracker.debian.org Severity: normal In its initial development phase, we ensured that the codebase would work well with Python 3. Unfortunately nobody cared since then and now we have a lot of failing tests when we run it with Python 3. There are also a couple of dependencies that are st

Bug#755043: Initial import needs more than 14GB of RAM

2014-07-17 Thread Vincent Bernat
❦ 17 juillet 2014 13:25 +0200, Raphael Hertzog  : >> It has been running for a several hours in "Processing Packages files of >> unstable repository". > > Note that you can skip that part if you edit the unstable repository > to disable the "binary" field. Most of the current features only > requ

Re: [PATCH] doc: python-django-debug-toolbar package is also needed

2014-07-17 Thread Raphael Hertzog
Hi, On Thu, 17 Jul 2014, Vincent Bernat wrote: > Also, I was meant to ask: some Python developers may prefer to use > virtualenv. A requirements.txt would be nice for them. I can provide > one. I don't care as I am running Debian unstable, so I have all the > right dependencies. Go ahead. I belie

Bug#755043: Initial import needs more than 14GB of RAM

2014-07-17 Thread Raphael Hertzog
Hi, On Thu, 17 Jul 2014, Vincent Bernat wrote: > It has been running for a several hours in "Processing Packages files of > unstable repository". Note that you can skip that part if you edit the unstable repository to disable the "binary" field. Most of the current features only require source pa

Re: [PATCH] doc: python-django-debug-toolbar package is also needed

2014-07-17 Thread Vincent Bernat
❦ 17 juillet 2014 11:40 +0200, Raphael Hertzog  : >> --- a/docs/setup/setup.rst >> +++ b/docs/setup/setup.rst >> @@ -14,6 +14,7 @@ Distro Tracker currently depends on the following Debian >> packages: >> - python-requests >> - python-django-jsonfield >> - python-django-south >> +- python-djan

Bug#755043: Initial import needs more than 14GB of RAM

2014-07-17 Thread Vincent Bernat
❦ 17 juillet 2014 12:21 +0200, Raphael Hertzog  : >> I have tried to setup a local instance to contribute some patches but >> the initial import of the database needs more than 14GB of RAM. This > > What command did you use for the initial import? > Was that with the fixture distro_tracker/core/f

Bug#755043: Initial import needs more than 14GB of RAM

2014-07-17 Thread Raphael Hertzog
Hi, On Thu, 17 Jul 2014, Vincent Bernat wrote: > I have tried to setup a local instance to contribute some patches but > the initial import of the database needs more than 14GB of RAM. This What command did you use for the initial import? Was that with the fixture distro_tracker/core/fixtures/deb

Re: [PATCH] doc: python-django-debug-toolbar package is also needed

2014-07-17 Thread Raphael Hertzog
On Wed, 16 Jul 2014, Vincent Bernat wrote: > --- a/docs/setup/setup.rst > +++ b/docs/setup/setup.rst > @@ -14,6 +14,7 @@ Distro Tracker currently depends on the following Debian > packages: > - python-requests > - python-django-jsonfield > - python-django-south > +- python-django-debug-toolbar