This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 25 Jun, 2009 2 commits
-
-
Loui Chang authored
I forgot to bump the version again! Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Jun, 2009 9 commits
-
-
Sergej Pupykin authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Sergej Pupykin authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Version using package functions Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Gergely Imreh authored
comments need to be removed before concatenating lines, otherwise not matched brackets can cause problems on submit Signed-off-by:
Gergely Imreh <imrehg@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Sergej Pupykin authored
Signed-off-by:
Sergej Pupykin <sergej.pupykin@lx-ltd.ru> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Sergej Pupykin authored
Signed-off-by:
Sergej Pupykin <sergej.pupykin@lx-ltd.ru> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Sergej Pupykin authored
Signed-off-by:
Sergej Pupykin <sergej.pupykin@lx-ltd.ru> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Dan McGee authored
Refactor the query to use explicit LEFT JOINs, which appears to be handled by MySQL in a saner fashion than the previous implicit join syntax. This is part two in a slight fixup for observed slow queries in the production environment. With the new indexes and this fixup, a particular iteration of this query will examine only 13346 rows instead of 272060. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Dan McGee authored
To put a long story short, when we do joins on these tables in our pkg_search_page() function, we always join on both the user ID and package ID columns. By creating multicolumn indices, we can always get the exact row we are looking for in the table. The benefits of adding a unique index should also speak for themselves, as we previously did not have this on either of these tables. This is part one of a two-part series to address the fact that this query was often showing up in our slow query logs. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Apr, 2009 7 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Dan McGee authored
It's performance improvement day today. For non-superusers, we were hitting the database twice per comment on a package- once to get the UID, and once to check the owner of the comment. The best part is we already knew the owner of the comment, and we only need to get our own UID once. For viewing a package like yaourt, this cuts a single pageview from over 700 queries to around 18, which is still not great but a pretty big improvement. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Update AUTHORS, and config.inc.proto Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Supern Lee authored
Signed-off-by:
Supern Lee <supern.lee@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Supern Lee authored
Signed-off-by:
Supern Lee <supern.lee@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 06 Apr, 2009 2 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 01 Apr, 2009 1 commit
-
-
Loui Chang authored
Better detection of the build function. Better detection of variables. Support for variables with underscores. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 12 Mar, 2009 1 commit
-
-
Mark Taylor authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Mar, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 03 Mar, 2009 6 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
This closes FS#13017 Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 02 Mar, 2009 2 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Andrea Scarpino authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 21 Feb, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 20 Feb, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 19 Feb, 2009 1 commit
-
-
Loui Chang authored
Make post date consistent with other dates. Look Ma, no tables! Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Feb, 2009 4 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Andrea Scarpino authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 16 Feb, 2009 1 commit
-
-
Gergely Imreh authored
This only neutralises bash parameter substitution, but doesn't perform the proper replacement. Closes FS#13122. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 15 Feb, 2009 1 commit
-
-
Gergely Imreh authored
Lines such as foo=$foo in the PKGBUILD would end up in a infinite replacement cycle when uploaded, thus the upload times out. In these kind of lines, $foo is replaced not by "$foo" again, but deleted (missing value for foo). Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-