~launchpad-pqm/launchpad/devel

10209.2.2 by Stuart Bishop
Basic page performance stats, although they are currently wrong
1
[categories]
9232.2.48 by Stuart Bishop
Code front page category
2
# Category -> Python regular expression.
3
# Remeber to quote ?, ., + & ? characters to match litterally.
4
# 'kodos' is useful for interactively testing regular expressions.
10209.2.2 by Stuart Bishop
Basic page performance stats, although they are currently wrong
5
All Launchpad=.
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
6
All launchpad except opstats=(?<!\+opstats)$
7
8
Launchpad Frontpage=^https?://(edge\.)?launchpad\.[^/]+/?$
9
10209.2.36 by Stuart Bishop
Comments
10
# Note that the bug text dump is served on the main launchpad domain
11
# and we need to exlude it from the registry stats.
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
12
Registry=^https?://(edge\.)?launchpad\.(?<!/\+text)$
13
Registry - Person Index=^https?://(edge\.)?launchpad\.[^/]+/(~|%7E)[^/]+$
14
Registry - Pillar Index=^https?://(edge\.)?launchpad\.[^/]+/\w[^/]*$
15
16
Answers=^https?://answers\.
10209.2.44 by Stuart Bishop
regexp fixes
17
Answers - Front page=^https?://answers\.[^/]+/?$
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
18
19
Blueprints=^https?://blueprints\.
20
Blueprints - Front page=^https?://blueprints\.[^/]+/?$
21
10209.2.36 by Stuart Bishop
Comments
22
# Note that the bug text dump is not served on the bugs domain,
23
# probably for hysterical reasons. This is why the bugs regexp is
24
# confusing.
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
25
Bugs=^https?://(bugs\.|.+/bugs/\d+/\+text$)
26
Bugs - Front page=^https?://bugs\.[^/]+/?$
27
Bugs - Bug Page=^https?://bugs\.[^/]+/.+/\+bug/\d+$
28
Bugs - Pillar Index=^https?://bugs\.[^/]+/\w[^/]*$
29
Bugs - Search=^https?://bugs\.[^/]+/.+/\+bugs\?.*field.searchtext=
30
Bugs - Text Dump=^https?://(edge\.)?launchpad\..+/\+text$
31
32
Code=^https?://code\.
33
Code - Front page=^https?://code\.[^/]+/?$
34
Code - PPA Index=^https?://code\.[^/]+/.+/\+archive/[^/]+$
35
Code - Pillar Branches=^https?://code\.[^/]+/\w[^/]*$
36
Code - Branch Page=^https?://code\.[^/]+/(~|%7E)[^/]+/[^/]+/[^/]+$
37
Code - Merge Proposal=^https?://code\.[^/]+/.+/\+merge/\d+$
38
39
Translations=^https?://translations\.
10209.2.44 by Stuart Bishop
regexp fixes
40
Translations - Front page=^https?://translations\.[^/]+/?$
10209.2.20 by Stuart Bishop
Basic report ordering
41
Translations - Overview=^https?://translations\..*/\+lang/\w+$
42
10209.2.34 by Stuart Bishop
Improve page-performance-report categories
43
API=^https?://api\.
44
Public XML-RPC=^https?://xmlrpc\.
45
Private XML-RPC=^https?://xmlrpc-private\.
10209.2.20 by Stuart Bishop
Basic report ordering
46
Shipit=^https?://shipit\.
47