Commit Graph

2374 Commits

Author SHA1 Message Date
Jelle van der Waa
1f61f06ea8 Filter arch-dev mailing list for non-devs
Hide the arch-dev mailing list archives for non developers.
2017-07-01 16:54:12 +02:00
Jelle van der Waa
4c7e81b34b Port xrange to range
xrange is removed in Python 3.
2017-07-01 16:33:10 +02:00
Jelle van der Waa
c123263330 packages; dict.has_key is deprecated 2017-06-30 17:04:58 +02:00
Jelle van der Waa
fb359dbe8a Update jsmin to latest stable version 2017-06-29 23:24:17 +02:00
Jelle van der Waa
ebc578b094 Update markdown to latest stable version 2017-06-29 23:24:06 +02:00
Jelle van der Waa
700afd84c0 Remove CDN configuration option
Remove the unused CDN configuration option for JQuery.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-06-29 16:32:44 +02:00
Angel Velásquez
3fa3f9e67f Merge pull request #43 from blueyed/fix-RemovedInDjango19Warning
Fix RemovedInDjango19Warning
2017-06-29 09:45:34 -04:00
Evangelos Foutras
50a5f9a7a4 Merge pull request #41 from eworm-de/highlight
dev dashboard: highlight table rows on mouse hover
2017-06-29 06:04:17 +03:00
Daniel Hahler
17d2823011 Fix RemovedInDjango19Warning
> Passing callable arguments to queryset is deprecated.
2017-06-29 01:35:46 +02:00
Christian Hesse
37ba7bb08d dev dashboard: highlight table rows on mouse hover, second try
Commit 73c6ac09ae ("dev dashboard: highlight
table rows on mouse hover") colored the complete dev dashboard in yellow,
this was reverted by d4cd8a2396 ("Revert
"dev dashboard: highlight table rows on mouse hover"").

Try again with fixed CSS.
2017-06-28 11:50:07 +02:00
jelle van der Waa
87f13a40b7 Merge pull request #40 from archlinux/revert-37-highlight
Revert "dev dashboard: highlight table rows on mouse hover"
2017-06-28 11:33:40 +02:00
Evangelos Foutras
d4cd8a2396 Revert "dev dashboard: highlight table rows on mouse hover" 2017-06-28 12:31:07 +03:00
Angel Velásquez
05d91634fc Merge pull request #39 from grazzolini/stats-zabbix
Change the monitoring link to zabbix
2017-06-23 23:00:56 -04:00
Giancarlo Razzolini
32b7be1077
Change the monitoring link to zabbix 2017-06-23 19:37:14 -03:00
Angel Velásquez
ae587a5a39 Merge pull request #38 from tyzoid/master
Change navbar css so that links wrap in header on narrow windows
2017-06-22 10:43:01 -04:00
Tyler Dence
fc4b2fba89 Change navbar css so that links wrap in header on narrow windows
Previously, all of these links would drop beneath the header,
making the navigation difficult to use, as it would become white
links on an off-white background.
2017-06-22 09:15:33 -04:00
Angel Velásquez
fb9af2def6 Merge pull request #37 from eworm-de/highlight
dev dashboard: highlight table rows on mouse hover
2017-06-19 15:45:42 -04:00
Christian Hesse
73c6ac09ae dev dashboard: highlight table rows on mouse hover
Signed-off-by: Christian Hesse <mail@eworm.de>
2017-06-19 21:07:31 +02:00
Angel Velásquez
a55b927bcb Merge pull request #36 from grazzolini/devel_clocks
Filter the users that appear on the devel clocks page
2017-06-15 15:10:28 -04:00
Giancarlo Razzolini
7dfc2d3ecc
Use a list and a groups filter to aid readability and avoid using Q 2017-06-14 21:37:44 -03:00
Angel Velásquez
c679d935c8 Merge pull request #35 from jelly/remove_space_pkg_cmp_version
Remove space between comparison and version
2017-06-14 15:47:31 -04:00
Giancarlo Razzolini
668a8c7ce5
Filter the users that appear on the devel clocks page
Since we have testers and other kind of users, filter the users that
appear on the devel clocks page for membership on Developers, Trusted Users
or Support Staff only.
2017-06-13 15:15:31 -03:00
Jelle van der Waa
083dbb8273 Remove space between comparison and version 2017-06-12 21:44:31 +02:00
Angel Velásquez
46a6e9d2bd Merge pull request #34 from jelly/remove_legacy_urls
urls.py: remove legacy urls
2017-06-12 14:47:23 -04:00
Jelle van der Waa
f2ada514b2 urls.py: remove legacy urls
The legacy urls where introduced in 2011 get rid of them since it's
2017.
2017-06-12 20:39:13 +02:00
Angel Velásquez
cb80360a23 Merge pull request #30 from jelly/signoffs
Signoffs
2017-06-12 14:27:41 -04:00
Angel Velásquez
ddf70d1c6a Merge pull request #32 from jelly/syncisos
Syncisos
2017-06-12 11:47:36 -04:00
Angel Velásquez
d28a069664 Merge pull request #33 from jelly/tests
Tests add 12% more coverage
2017-06-12 11:46:37 -04:00
Jelle van der Waa
22acfa3391 tests: add tests for sitemaps 2017-06-11 20:54:21 +02:00
Jelle van der Waa
5c3961d3f1 releng: Add Release model tests 2017-06-11 20:25:18 +02:00
Jelle van der Waa
e2741c209a public: test missing urls
Test the urls which are part of public but where not tested yet due to
missing fixtures.
2017-06-11 18:43:14 +02:00
Jelle van der Waa
7a6bfc7441 tests: test feed 2017-06-11 18:43:14 +02:00
Jelle van der Waa
c1bfb31c07 visualize: add tests 2017-06-11 18:43:14 +02:00
Jelle van der Waa
04bcf4b463 mirrors: tests: Fix faulty test
Fix test which returns different result on ipv6 / ipv4
2017-06-11 18:43:14 +02:00
Jelle van der Waa
2ddb51512b Move coverage configuration to .coverage
Introduce a .coveragerc file to omit multiple files from test coverage
such as django's migrations, env and the tests itself.
2017-06-11 18:43:10 +02:00
Angel Velásquez
6b901ca5c2 Merge pull request #31 from jelly/settings_cleanups
settings.py: handle flake8 warnings
2017-06-08 14:42:53 -04:00
Jelle van der Waa
61cc984a43 settings.py: handle flake8 warnings
Remove double #'s everywhere, remove spaces between [], place : directly
after the string and correctly indent the TEMPLATES declaration
2017-06-07 22:05:39 +02:00
Jelle van der Waa
6951bb59e7 syncisos: reduce nesting in handle_starttag
Reduce nesting for readability.
2017-06-07 21:56:50 +02:00
Jelle van der Waa
c5a4172113 syncisos: print user friendly error
Print a user friendly error instead of traceback, a traceback is
avaliable by increasing the verbosity (-v 2)
2017-06-07 21:51:22 +02:00
Jelle van der Waa
273c27adea Change signoff permissions for Testers group
Change the permissions required for a signoff, so that the testers group
does not need change_package permission

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-06-05 22:10:51 +02:00
Jelle van der Waa
f6afd724fb Add fixtures for the signoff testers group
Add the fixtures corresponding to the signoff testers group on the live
server.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2017-06-05 21:58:52 +02:00
Angel Velásquez
85a9f34cc8 Merge pull request #24 from jelly/py3
Py3
2017-05-29 20:47:57 -04:00
jelle van der Waa
bd90570ab7 main: Add basic tests for pgp template functions (#28) 2017-05-29 20:47:43 -04:00
jelle van der Waa
767d9d190b main: Clean up unused option in pgp_fingerprint (#29)
The autoescape option is always true in our codebase so remove the
unused non escaping option.
2017-05-29 20:47:20 -04:00
jelle van der Waa
562a059a55 README: describe importing the package file listing (#25)
* README: describe importing the package file listing

Describe how to import the package file listing for the listing in
/packages/$repo/$arch/$pkgname/files and on
/packages/$repo/$arch/$pkgname.

* README: update examples to x86_64

i686 will be dropped in the near future.
2017-05-29 20:46:40 -04:00
Angel Velásquez
1113b27675 Merge pull request #26 from jelly/retro_tests
retro: add tests for 100% coverage
2017-05-29 20:45:16 -04:00
Angel Velásquez
8c405bcf4e Merge pull request #27 from jelly/unused_imports
main: remove unused imports
2017-05-29 20:44:47 -04:00
Angel Velásquez
d2089f6bea Merge pull request #23 from jelly/files_template_bug
packages: Fix invalid template syntax
2017-05-29 20:43:02 -04:00
Jelle van der Waa
8d74f8c3a5 main: remove unused imports 2017-05-28 20:25:06 +02:00
Jelle van der Waa
ce266e7f8d retro: create tests for retro pages
Added tests for the known year pages and the 404 case. With theses tests
the retro pages have 100% test coverage
2017-05-28 17:28:08 +02:00