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
---
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_
---
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
---
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
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
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
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
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
❦ 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
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
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
❦ 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
❦ 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
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
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
15 matches
Mail list logo