Граф коммитов

790 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 532cefb62a fix filespec definitions, must have a //depot/ and I got the order of my
perl variables wrong in construction.
2004-07-12 01:03:38 +00:00
kestes%walrus.com 8f725a2a98 add support for regeneration via httppost. 2004-07-12 01:02:31 +00:00
kestes%walrus.com bbc1c22202 add oracle warnings to ignore. 2004-07-12 01:01:53 +00:00
kestes%walrus.com f32560432b typo, missing '/', this must never have worked. 2004-07-12 01:01:19 +00:00
kestes%walrus.com aabfd721d0 add documentation about using with HTPP Post
add error, output requried by webservers when posting.
2004-07-10 14:48:27 +00:00
kestes%walrus.com 0090dd21d3 fix problem with scope of my variable. 2004-07-10 14:47:34 +00:00
kestes%walrus.com 88daf987de add the ant errot "BUILD FAILED". 2004-07-10 14:47:00 +00:00
kestes%walrus.com a7e650a21b minor change to improve consistancy and add bug numbers to some comments. 2004-06-15 01:18:18 +00:00
kestes%walrus.com 8d48c74e1c add support for the perforce p4db web page changeView.cgi 2004-06-15 01:16:55 +00:00
kestes%walrus.com e2ecdc9aba get the all_vc.html page working like bonsai version. 2004-06-08 11:48:00 +00:00
kestes%walrus.com 810e7c8c3a clean up the datastructures $authors which is used during rendering of html. Now its more regular and hopefully less complex. 2004-06-08 04:27:14 +00:00
kestes%walrus.com e094ceded2 allow for an empty list of arguments. My advanced checking for '--' made this illegal. 2004-06-08 03:43:42 +00:00
kestes%walrus.com 98253014ca use the new rendering algorthms, (render empty blocks) major change in the structure brings perforce up to what is being done in bonsai and pvcs.
But now I understand this a bit more, simplify some data passing as we did in pcvs I need to fold this back into bonsai, perhaps tomorrow.
2004-06-08 03:42:50 +00:00
kestes%walrus.com d3edb3ee4a better comments to explain the way perforce accepts input 2004-06-08 03:41:05 +00:00
kestes%walrus.com 057d549411 change the name of the TinderConfig variable which corresponds to P4PORT so thatit matches the env name. 2004-06-08 00:12:16 +00:00
kestes%walrus.com c8724d1414 better document the perforce variables. 2004-06-08 00:09:09 +00:00
kestes%walrus.com 4f13520f50 had a bug in time2p4db() small differences in time were ignored. This would
effect the change lists for any time interval less then an hour.
2004-06-08 00:00:12 +00:00
kestes%walrus.com ae7fb4b474 the perforce 'p4 changes' command was formatteded wrong. I needto have the filesspec first with the time interval concatenated to this string not in a separate argument. 2004-06-07 22:54:34 +00:00
kestes%walrus.com 818cb13c7e improve the documentation and error checking for command line options to the configure script. It was not clear that the options must begin with a '-' and that the options do not have '_' but '-' in them. 2004-06-07 22:53:01 +00:00
kestes%walrus.com f95ab430f8 use of uninitiallized variable $time fixed. Thanks to "Troy Chevalier" <troy#tellme.com> 2004-04-19 12:42:16 +00:00
kestes%walrus.com 208453c9f5 fixed a bug where the comments were correct but the code was wrong!
the code needed to call p4 something like this
            'p4 changes -s submitted @2003/05/10,@now //...'
but instead called it like this
           'p4 changes -s @2003/05/10,@now //...'
the '-s' did not have any
argument which is required.  This bug was found by  Ken Beal .
2004-03-10 03:42:44 +00:00
kestes%walrus.com 4a2f1a4a32 users are complaining that closing the std* file discripter breaks the build process, they get no output from child processes. 2004-01-14 00:22:50 +00:00
kestes%walrus.com 5abc73e899 close the standard file discriptors when daemonizing, one user complained that his code was waiting on these discriptors.
other internet resources also suggest this is a good idea in a daemon.
2004-01-07 02:20:24 +00:00
kestes%walrus.com de2034894e clear up some of the writing in this document based on user feed back. 2004-01-07 01:49:06 +00:00
kestes%walrus.com fa816842cf move some hardcoded returns into variables to make debugging easier. Fix error_parser from returning build name. Also
move some mailer information into this script.
2004-01-07 01:48:33 +00:00
kestes%walrus.com 78136c3c5b fix some typos in the comments. Fix a missing ' which was preventing this
from compiling.
2004-01-07 01:47:09 +00:00
kestes%walrus.com ea68f99149 removed a debugging print statement in the code 2003-12-27 21:16:26 +00:00
kestes%walrus.com 3f7e399ed0 make the status page the default page for the index links. 2003-12-27 21:15:34 +00:00
kestes%walrus.com deb2c781cf fix headers to not mention CVS. 2003-12-27 21:15:05 +00:00
kestes%walrus.com 9d748b43b1 sample config files for this hacked version of bonsai. 2003-12-24 12:20:32 +00:00
kestes%walrus.com 303af487de a hacked version of bonsai which allows a query of PVCS data. 2003-12-24 12:16:36 +00:00
kestes%walrus.com e439e21e2c add info for viewcvs and pvcs. 2003-12-23 14:30:50 +00:00
kestes%walrus.com efe47bde66 add documentation about HTTPPost. This is not as clear as I would like it, no time to fix it now. Hopefully it will get people interested even if they cannot understand it. 2003-12-23 13:41:58 +00:00
kestes%walrus.com 865805f4d6 PVCS Dimensions! 2003-12-23 13:38:08 +00:00
kestes%walrus.com 9524bd376c fix url link to vc_all, it did not contain data about which time to
scroll to.
2003-12-23 13:35:49 +00:00
kestes%walrus.com 41fbc8c0e7 fixed bug in rowspan being off by one for empty cells. Fixed bug where
vc_all did not get passed an anchor which pointed to the correct time in
the page. changed format of the time column to be consistent with the rest of
tindebox and not show the perl "localtime" (is this better?).
2003-12-23 13:32:16 +00:00
kestes%walrus.com 491fdbc8eb a generic interface to get data from oracle. Currently only tested with
PVCS Dimensions.
2003-12-23 13:24:29 +00:00
kestes%walrus.com b080d1786b fix tinderbox/bonsai bug which showed up when there are different repositories specified. 2003-12-23 13:18:23 +00:00
kestes%walrus.com ced67455fb rearrange the declarations of variables to be clearer. I coppied this code
somewhere else and got it wrong since the declaration of the variables
was not in the same order as its use.  now the code is the same in both
places.
2003-12-23 13:10:17 +00:00
kestes%walrus.com 9e858dfdd0 a VCDisplay module for the ViewCVS system. It is not a great repelacement
for Bonsai since ViewCVS does not allow arbitrary dates nor modules in its
input.  With a few additional features this could be equivelant to bonsai.
(Though I would still need to find a way to get the data OUT of
ViewCVS and replaethe TinderDB/Bonsai.pm with a ViewCVS version).
2003-12-23 13:04:00 +00:00
kestes%walrus.com f263298c69 major fixes to this file, it is a wonder any users firgured out how to set this file with so many bugs/typos in the original version which was in CVS. 2003-12-23 12:59:11 +00:00
kestes%walrus.com 6cb886f997 allower users to easily change the mailer. provide documentation to use the
HTTPPost script.
2003-12-23 12:51:50 +00:00
kestes%walrus.com bd685f4600 mail replacment script which uses http. 2003-12-23 12:50:36 +00:00
kestes%walrus.com 6fd35b5543 tell users about some HTTP post modules from perl. 2003-08-18 03:44:30 +00:00
kestes%walrus.com e969b044a7 tell users to put tinderbox in the subject 2003-08-18 03:43:51 +00:00
kestes%walrus.com eff548329d make daemon-mode the default if no arguments present. 2003-08-17 16:23:59 +00:00
kestes%walrus.com 2ca24c54bb remove older ToDo stuff which is no longer relevant. 2003-08-17 16:06:58 +00:00
kestes%walrus.com 203718e768 change word
"Changes" to "Check-ins" to be consistent with rest of tinderbox.
2003-08-17 16:05:42 +00:00
kestes%walrus.com 9491cb21b0 add new popup window to show UTC and Server time. 2003-08-17 16:04:27 +00:00
kestes%walrus.com a400ee88ef change the contact info to point to new Contact file 2003-08-17 16:03:58 +00:00