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

823 Коммитов

Автор SHA1 Сообщение Дата
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
kestes%walrus.com 84735aadc3 change contact info to point to new Contact file. 2003-08-17 02:21:24 +00:00
kestes%walrus.com e867c4925d update contact info to point to new Contact file 2003-08-17 02:14:31 +00:00
kestes%walrus.com c8fd0dc193 update contact information to point to new Contact file. 2003-08-17 02:13:17 +00:00
kestes%walrus.com 6d4709c8cb update contact information to point to new Contact file 2003-08-17 01:45:10 +00:00
kestes%walrus.com 28219c6562 change the contact information to point to the new Contact file 2003-08-17 01:44:08 +00:00
kestes%walrus.com 5d14c46308 update the contact info to point to the new Contact file 2003-08-17 01:39:22 +00:00
kestes%walrus.com d1e94e60a1 update the contact information to point to the new Contact file. 2003-08-17 01:37:53 +00:00
kestes%walrus.com 4828eb24f8 change contact information to point to Contact file. 2003-08-17 01:31:50 +00:00
kestes%walrus.com a35e253ad6 update contact information to point to new Contact file 2003-08-17 01:30:15 +00:00
kestes%walrus.com fd0197e81e update contact information to point to Contact file 2003-08-17 01:29:26 +00:00
kestes%walrus.com 07d5d68e46 update contact information to point to new Contact file. 2003-08-17 00:57:43 +00:00
kestes%walrus.com 3bfbe4bb53 update contact info to point to new contact file 2003-08-17 00:48:55 +00:00
kestes%walrus.com b6ca80bbd0 update contact info to point to new Contact file 2003-08-17 00:44:05 +00:00
kestes%walrus.com 61af126248 update information 2003-08-17 00:36:57 +00:00
kestes%walrus.com 8df487e0e6 new file to centralize my contact info 2003-08-17 00:36:11 +00:00
kestes%walrus.com 4c0ad2ae06 add information about the new UTC time columns 2003-08-16 18:37:44 +00:00
kestes%walrus.com b5baaf3015 more spelling fixes from the master "Olly Betts" <olly@survex.com> 2003-08-16 18:31:09 +00:00
kestes%walrus.com 9931366b6a add support for GMT/UTC in the pretty printing of HTML times 2003-08-16 18:29:00 +00:00
kestes%walrus.com 3578357ec4 new time columns, for use in development groups which span multiple time zones. Time_UTC will display the time column in UTC time this has no java script in it and Time_Local will use javascript to determine the browsers local time and display the times apropriately. 2003-08-16 18:23:02 +00:00
kestes%walrus.com e69b3c6016 Mega spelling and grammar patch by "Olly Betts" <olly@survex.com> this
is an amazing set of fixes, must have read the whole code found a few
inconsistencies in error messages and fixed those too.
2003-08-04 17:15:17 +00:00
kestes%walrus.com ac0d262cec bug fixes by "Stephanie Palmer" <spalmer@rsasecurity.com> and
"Narechania, Tejas" <tnarechania@rsasecurity.com>
2003-08-04 14:32:41 +00:00
kestes%walrus.com c1dc6a439f add to use statements. Many people have complained. 2003-06-18 16:11:00 +00:00
kestes%walrus.com 6e8faaa3d1 fixes to quiet warnings. Some of these were ligitiment off by one issues. 2003-06-18 15:54:06 +00:00
kestes%walrus.com 83bfee523e change default association from undefined to emtpy string. This will quiet perl warnings about using empty strings. 2003-06-18 15:49:50 +00:00
kestes%walrus.com 6cf7e82ca1 initialize a variable to empty string in order to quiet perl warnings. 2003-06-18 15:48:26 +00:00
kestes%walrus.com 7db779111f add tree to notice association arguments. This is needed by Build.pm. 2003-06-18 15:47:16 +00:00
kestes%walrus.com 504a5b0515 *** empty log message *** 2003-05-26 14:32:24 +00:00
kestes%walrus.com d31aeebb29 fix the executable mode of all the tests. 2003-05-26 14:31:37 +00:00
kestes%walrus.com 8c6ccaf0e4 move the setting of the path to this file. make the onclick libraries
visable and explain the others are deprecated. formatting and comment
changes.
2003-05-26 14:26:05 +00:00
kestes%walrus.com d03ce3852b add perforce support. Add support for VCName2MailAddress. 2003-05-26 13:57:08 +00:00
kestes%walrus.com 0aa6e9de74 set a default time if there is not one. Change format of how we set
the output cell.  The new strings format should be easier to modify in future.
2003-05-26 13:47:36 +00:00
kestes%walrus.com bd1e1afc6a clean up code, remove the now unused table of checked in files for each cell, add some tests for defined values so that we do not clutter the data structure. 2003-05-26 13:44:18 +00:00
kestes%walrus.com 14286b0346 add support for onclick popup windows. 2003-05-26 13:41:12 +00:00
kestes%walrus.com 3c021593b2 change default window size in preparation for onclick popup windows. 2003-05-26 13:39:57 +00:00
kestes%walrus.com 8d94574b99 in comments about new functions. 2003-05-26 13:38:41 +00:00
kestes%walrus.com 499ac7bd6b remove the windows size parameter, not needed in new on click window arch. 2003-05-26 13:37:15 +00:00
kestes%walrus.com 3e35a5eac2 slightly change dateformat to match real peforce. Forgot to put the time
in the output.
2003-05-26 13:35:15 +00:00
kestes%walrus.com 4276e36c25 support for spaces in filenames. support for on click windows. 2003-05-26 13:34:11 +00:00
kestes%walrus.com b0c8f97499 fixes which include: 1) on click window support b) enhanced perforce support. 2003-05-26 13:32:38 +00:00
kestes%walrus.com 8da6bbf02d move setting path to config file. Change charater separator since the new perforce module uses a ','. 2003-05-26 13:30:43 +00:00
kestes%walrus.com 0b41915101 put in filespecs. 2003-05-12 21:55:46 +00:00
kestes%walrus.com 8004263bb1 put info about what version of perforce this is intended so simulate.
Fix the users to allways have an @something.  Fix the time function
to match the real output.
2003-05-12 21:54:38 +00:00
kestes%walrus.com aa16f6222a chmod the new vcsim directory. 2003-05-12 17:34:37 +00:00
kestes%walrus.com 6fa26420f4 fixed the data persistance, now it appears done. 2003-05-12 17:25:23 +00:00
kestes%walrus.com d61b0ee52f begin work on saving state between calls. 2003-05-12 16:05:56 +00:00
kestes%walrus.com fcf47522b8 new simulators to help with debugging. 2003-05-12 13:51:20 +00:00
kestes%walrus.com c7581e8286 fix some typos. 2003-05-11 01:29:03 +00:00
kestes%walrus.com 021d912867 minor changes to how the legend is formatted. 2003-05-10 20:03:16 +00:00
kestes%walrus.com cc07a31745 I debuged this by eye. I need someone with perforce installed to check that this really works. 2003-05-10 20:00:12 +00:00
kestes%walrus.com 7fd49007ad fix typo with $tree var. Use the Utils.pm module. 2003-05-10 19:59:26 +00:00
kestes%walrus.com 1ae8164d89 add calls to setup the global environment before test is run.
Main loop had out redefined each iteration.
2003-05-10 19:56:52 +00:00
kestes%walrus.com 2b180a5d89 the vcdisplay::none.pm should reference the new all_cvs.html file. 2003-04-20 20:34:02 +00:00
kestes%walrus.com 5434d50dad create an html file to display bonsai data without bonsai running.
Fixes to allow for the on click popup libraries.
create a $DEBUG variable to turn off some of the comments and
make the HTML file smaller.
Begin an effort to move the bug numbers into the DATABASE data structure to
make it easier to find all bugnumbers for a given time.
2003-04-20 20:33:16 +00:00
kestes%walrus.com 882e870329 we do not need the alt_linktst line here. 2003-04-20 20:28:11 +00:00
kestes%walrus.com 3528094d76 capitolize the </a> so it matches the openening character. 2003-04-20 20:25:37 +00:00
kestes%walrus.com 69d18614c1 document the arguments to link. 2003-04-20 20:23:12 +00:00
kestes%walrus.com 98b076cd1f remove the 'use TinderHeader;' why would this cause me errors? There is a use of the headers
in this file. I do not understand this.  I also changed some of the code for the Summary
display of error numbers, mostly make it easier to read.
2003-04-20 20:21:52 +00:00
kestes%walrus.com ffa0c0cef8 simulate num errors found in log file. This is needed to test the new Summary code. 2003-04-20 20:19:29 +00:00
kestes%walrus.com 2432bd76af remove the alt_linktst, I addeded because I missunderstood that VCDisplay::None is not related
to HTMLPopup::None. I do not need this alt feature at all.
2003-04-20 20:18:11 +00:00
kestes%walrus.com f0c6a0a474 add more tests 2003-04-20 20:16:49 +00:00
kestes%walrus.com a0173fb3d6 create sub to round times from the code taken from src/lib/TinderDB.pm 2003-04-20 19:35:28 +00:00
kestes%walrus.com b3592dd9b3 move the time rounding code into its own function in Utils. 2003-04-20 19:34:28 +00:00
kestes%walrus.com 2763e5c9bd minor stylistic cleanup, covert string 'errs' to 'errors' for readability. Also look at output summary files and make some changes to be more visible. 2003-04-20 19:33:33 +00:00
kestes%walrus.com 219f9bb342 A nice patch by adam@onshored.com (Adam Di Carlo) to DISPLAY_BUILD_ERRORS in various Summary formats. This checkin closes Bugzilla Bug 195789 2003-04-20 00:52:46 +00:00
kestes%walrus.com 610826a9bb add some missing 'use' statements fixes Bugzilla Bug 195795 patch provided by adam@onshored.com (Adam Di Carlo) 2003-04-20 00:32:05 +00:00
kestes%walrus.com deddccba63 fixes to quiet warnings. 2003-04-13 22:01:17 +00:00
kestes%walrus.com 145f0583f1 make the windows appear on click only, and move the popup text to its own datastructure
so that the generated html is easy to read.
2003-04-13 20:47:26 +00:00