From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Cc: John 'Warthog9' Hawley <warthog9@kernel.org>,
John 'Warthog9' Hawley <warthog9@eaglescrag.net>,
Junio C Hamano <gitster@pobox.com>,
Thomas Rast <trast@student.ethz.ch>,
Jakub Narebski <jnareb@gmail.com>
Subject: [PATCHv7.4 0/4] Gitweb caching v7.2
Date: Fri, 3 Dec 2010 20:25:31 +0100 [thread overview]
Message-ID: <1291404335-25541-1-git-send-email-jnareb@gmail.com> (raw)
This series is a bit fixed up and a tiny bit cleaned up version of
"Gitweb caching v7" series from John 'Warthog9' Hawley:
http://thread.gmane.org/gmane.comp.version-control.git/160147
This version of this series is based on top of 'master'
Compared to initial v7.1 fixup of "Gitweb caching v7" series it
contains fix to "gitweb: Prepare for splitting gitweb" preventing
installation and fix to "gitweb: File based caching layer (from
git.kernel.org)" that generated problems with t9501 test, as noticed
by Thomas Rast in
http://article.gmane.org/gmane.comp.version-control.git/162787
http://marc.info/?l=git&m=129137257619613&w=2
It also includes trivial fixup in "gitweb: Minimal testing of gitweb
caching"... but still those new tests don't pass, at least for me.
John Hawley is (according to information from #git IRC channel) is
working on "Gitweb caching v8"; I hope that it is fixed there.
Shortlog:
~~~~~~~~~
Jakub Narebski (2):
gitweb: Prepare for splitting gitweb
gitweb: Minimal testing of gitweb caching
John 'Warthog9' Hawley (2):
gitweb: add output buffering and associated functions
gitweb: File based caching layer (from git.kernel.org)
Table of contents:
~~~~~~~~~~~~~~~~~~
[PATCHv7.4 1/4] gitweb: Prepare for splitting gitweb
[PATCHv7.4 2/4] gitweb: add output buffering and associated functions
[PATCHv7.4 3/4] gitweb: File based caching layer (from git.kernel.org)
[PATCHv7.4 4/4] gitweb: Minimal testing of gitweb caching
Diffstat:
~~~~~~~~~
gitweb/Makefile | 21 ++-
gitweb/gitweb.perl | 136 +++++++++++-
gitweb/lib/cache.pl | 348 +++++++++++++++++++++++++++++
gitweb/static/gitweb.css | 6 +
t/gitweb-lib.sh | 15 ++
t/t9500-gitweb-standalone-no-errors.sh | 20 ++
t/t9501-gitweb-standalone-http-status.sh | 13 +
t/t9502-gitweb-standalone-parse-output.sh | 33 +++
8 files changed, 581 insertions(+), 11 deletions(-)
create mode 100644 gitweb/lib/cache.pl
--
1.7.3
next reply other threads:[~2010-12-03 19:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 19:25 Jakub Narebski [this message]
2010-12-03 19:25 ` [PATCHv7.4 1/4] gitweb: Prepare for splitting gitweb Jakub Narebski
2010-12-03 19:25 ` [PATCHv7.4 2/4] gitweb: add output buffering and associated functions Jakub Narebski
2010-12-03 19:25 ` [PATCHv7.4 3/4] gitweb: File based caching layer (from git.kernel.org) Jakub Narebski
2010-12-03 19:25 ` [PATCHv7.4 4/4] gitweb: Minimal testing of gitweb caching Jakub Narebski
2010-12-03 19:30 ` [PATCHv7.4 0/4] Gitweb caching v7.2 Jakub Narebski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291404335-25541-1-git-send-email-jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=trast@student.ethz.ch \
--cc=warthog9@eaglescrag.net \
--cc=warthog9@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).