cls%seawood.org
a718a5234b
Make the commit info time period a per-tree config option & bump the default to 14 days.
2006-06-23 16:12:41 +00:00
rhelmer%mozilla.com
14dbaa3852
add timestamp of build start to quickparse output. b=342483 r=preed
2006-06-23 01:47:44 +00:00
timeless%mozdev.org
9c0b8e78dc
Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
...
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
cls%seawood.org
7589968b6d
Only deny access to *.pl & *.pm at the toplevel and the examples dir
2006-06-12 20:40:12 +00:00
cls%seawood.org
4e70e187f5
Quote the key value in the form so that keys with spaces (e.g. build names) are properly set.
...
Bug #215676 r=bear
2006-06-09 19:08:53 +00:00
cls%seawood.org
1996cf3ec1
Exit tb_loadquickparseinfo() early if the tree directory doesn't exist or the
...
build file cannot be read.
Bug #37647 r=bear
2006-06-09 19:06:43 +00:00
cls%seawood.org
0247c55952
Url encode + so that roc's bonsai links work.
...
Bug #171688 r=bear
2006-06-09 19:05:13 +00:00
cls%seawood.org
24e7b11dd0
Update README.
...
Thanks to timeless for the patches.
Bug 211861 & 211863 r=cls
2006-06-08 20:04:17 +00:00
cls%seawood.org
4ad00180d0
Only allow access to cgi & .gif files
2006-06-08 19:03:02 +00:00
cls%seawood.org
3c122e5195
Make "Trim logs" do what it says.
...
Bug #340448 r=timeless
2006-06-08 01:10:07 +00:00
cls%seawood.org
011931211b
Report an error if notes.txt is not writable.
...
Bug #223304 r=bear
2006-06-05 17:49:31 +00:00
cls%seawood.org
bdebbee80c
Add support for doing checkin queries against viewvc/viewcvs.
...
Bug #338047 r=bear
2006-06-05 17:42:48 +00:00
cls%seawood.org
26d75c37df
Add INSTALL instructions to explain how to secure tinderbox via apache and change permissions to secure tinderbox locally.
...
Bug #339688 r=bear
2006-05-30 23:05:28 +00:00
cls%seawood.org
9e389c02b6
Remove tinderbox dependency upon obsolete bonsai scripts
...
Bug #273441 r=bear
2006-05-27 00:18:42 +00:00
cls%seawood.org
a30fe88097
Drop mail that does not contain any tinderbox: headers instead of bouncing it.
...
Bug #275135 sr=bear
2006-05-18 18:03:08 +00:00
dbaron%dbaron.org
5fc1ccf15e
Panel output should be sorted by build start rather than build end. b=277089 r=timeless
2006-04-19 22:13:04 +00:00
justdave%bugzilla.org
ec9feec591
Bug 323369: Tinderbox can't find checkins from HEAD
...
r=bear
2006-01-14 03:37:29 +00:00
dbaron%dbaron.org
fdabdc54c4
Add comment about bug 225735. b=227089 r=timeless
2005-08-23 20:55:11 +00:00
timeless%mozdev.org
644ce55bf5
Bug 291420 build.dat can't be read because |tell| returns 0
...
patch by ajschult@verizon.net r=chase
2005-04-22 14:21:39 +00:00
cmp%mozilla.org
6e03744834
In showbuilds.cgi, capture some changes I've made on mecha that I want to
...
keep in CVS:
* Clean up rules, sheriff, and status messages so they don't
automatically stick a break at the end of the text. Tinderbox page
admins should manage that directly. Also trim the text up to avoid
extra whitespace triggering inclusion of the text.
* In the who/guilty column, only pass the "above-build-time" in to
who_menu() when we're not in the first row. If we are in the first
row, then pass in undefined. Previously, we passed this value in
regardless and the top row of committers would end up with a non-
sensical commit range. This fixes that problem.
* Add build start, end, and elapsed time where possible. This is wrapped
in an always-true conditional in case we ever need to turn it off or
decide we want to trigger this behaviour through a config parameter.
* In who_menu, properly handle when an undefined value is passed in
for $maxdate. Assume that one won't be given and then append it to the
href string if it is given.
* Add the supporting JavaScript code for the start, end, and elapsed time
work.
* This code gracefully handles the case that no time_info or elapsed
time info is given by just not including that information in the
pop-up window.
* Some functions are included here for archive's sake. My earlier,
non-committed implementation did more work in the JS itself but I
later moved most of it into the Perl code to simplify things.
* I used this opportunity to do general clean-up on the blurb text
so that the two separate codepaths (based on the availability of
layers) are more unified.
2005-02-06 07:06:45 +00:00
cmp%mozilla.org
d696d9d141
Adding 5 subroutines to be used in showbuilds.cgi:
...
* is_today() checks if a time_t value occurs on the same day as now.
* both_are_today() checks that two time_t values occur on the same day as
now (by calling is_today() for both).
* get_local_hms() parses a time_t value and returns either a string in
the format of "HH:MM" or "mm/DD HH:MM".
* get_time_difference() takes two time_t values and returns a human-
readable string describing the amount of time by which they differ.
* format_time_difference() does the string work necessary for
get_time_difference() and is called by that subroutine.
2005-02-06 06:47:13 +00:00
dbaron%dbaron.org
6fef9deada
Use CSS to improve appearance of flames image.
2004-12-09 23:21:18 +00:00
cbiesinger%web.de
2ae58d3226
Bug 239018 show date in addition to time at top of tinderbox page
...
patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru> r=mcafee
2004-07-18 18:13:02 +00:00
cls%seawood.org
5d607b2854
Add support for compressing & encoding logs when sending them to the server.
...
Thanks to Philip K. Warren <pkw@us.ibm.com> for the patch.
Bug #113212 r=leaf
2004-03-24 03:37:38 +00:00
mcafee%netscape.com
f071aa6cc9
Show scraped data for test-failed and failed builds in addition to successful builds (210802). patch=dbaron, r=mcafee
2003-09-22 22:23:04 +00:00
mcafee%netscape.com
1f7bd18e45
Removing unused animated gif file. r=timeless (211862)
2003-07-14 22:08:29 +00:00
mcafee%netscape.com
ee1d0feba7
Typo fix, patch courtesy caillon@returnzero.com.
2003-05-02 02:54:18 +00:00
timeless%mozdev.org
244bd2827b
Bug 194093 Fix tree list to use </UL> instead of <//UL>
...
r=dmose
2003-02-28 19:31:34 +00:00
timeless%mozdev.org
04b5bbe2f4
Bug 189369 make tinderbox friendly to text browsers
...
r=mcafee sr=leaf
2003-02-19 19:33:52 +00:00
mcafee%netscape.com
fe0b9716ea
Fixing array type error.
2002-12-27 10:21:19 +00:00
mcafee%netscape.com
2cbb4c8d84
Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases.
2002-12-27 09:34:58 +00:00
mcafee%netscape.com
b06789db11
Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases.
2002-12-27 09:33:38 +00:00
timeless%mac.com
bf5a83d070
Bug 170392 zap annoying border for who in showbuilds.cgi
...
r=biesi
2002-09-23 21:29:23 +00:00
leaf%mozilla.org
ce348fb960
cleanup the hack
2002-05-30 23:00:04 +00:00
leaf%mozilla.org
39138b69cf
trick who.cgi into passing the branchtype=regexp parameter to bonsai
2002-05-30 22:33:53 +00:00
leaf%mozilla.org
59657bbf24
who menu still isn't getting branchtyp passed to it, trying another assignment
...
operation.
2002-05-30 21:23:37 +00:00
leaf%mozilla.org
5b0021ff9d
how about i send the variable i just modified to who.cgi, so it will do some good?
2002-05-30 18:19:26 +00:00
leaf%mozilla.org
c7dcab63c1
extend hack to the who.cgi call so we can get "last checkin" queries working
2002-05-30 18:16:08 +00:00
leaf%mozilla.org
3efcdc0066
set branchtype to regexp if there are regexp-indicative characters in
...
the branchname
2002-05-30 03:11:59 +00:00
leaf%mozilla.org
ad31d0ed27
hack to do bonsai branchtype=regexp queries if +, *, or ? is in the branch name, first part of bug 147948.
2002-05-29 23:41:44 +00:00
mcafee%netscape.com
2ea0d3f455
switch TinderboxPrint aggregation char to ; since I want to use , for graph urls. I think people are mostly calling TinderboxPrint for each blurb of data anyways.
2002-05-06 04:10:08 +00:00
mcafee%netscape.com
1f31489544
more edit room for sheriff, status
2002-02-21 07:02:09 +00:00
mcafee%netscape.com
0598b7ea75
Move <br> tag hack from status.pl into showbuilds.cgi to unclutter the status text area.
2002-02-21 06:57:16 +00:00
timeless%mac.com
0f552b9979
Bug 122518 Speed up the showbuilds.cgi redirect on http://tinderbox.mozilla.org
...
patch by netdemonz@yahoo.com r=mcafee
2002-01-31 04:22:39 +00:00
timeless%mac.com
512abc13ff
Bugzilla Bug 118574 JavaScript strict warnings in showbuilds.cg
...
r=caillon
2002-01-08 03:11:43 +00:00
sfraser%netscape.com
973e868cc6
Nuking images that have disappeard.
2001-12-22 02:39:05 +00:00
mcafee%netscape.com
d2b2266716
update
2001-12-22 02:27:53 +00:00
mcafee%netscape.com
27526ca173
removing a few bogus ones
2001-12-22 02:19:17 +00:00
mcafee%netscape.com
8842128812
updating from SeaMonkey tree
2001-12-22 02:14:32 +00:00
sfraser%netscape.com
8ecd334915
Nuking images that have disappeard. r=sleestasck
2001-12-22 01:34:46 +00:00
mcafee%netscape.com
4ab8b1cc2d
minor html fix
2001-11-27 02:19:00 +00:00
mcafee%netscape.com
aff499106e
Removing server-side pageloader data reporting, use client-side scrape mechanism
2001-11-20 06:30:18 +00:00
mcafee%netscape.com
22b65b48c7
Remove server-side data reporting for pageloader test, use client-based scrape mechanism now.
2001-11-20 06:27:33 +00:00
mcafee%netscape.com
98e36644c3
bloat.pl not needed, use scrape.pl
2001-11-20 05:42:46 +00:00
mcafee%netscape.com
94e3253a89
Removing old bloat data reporting stuff, use scrape reporting now.
2001-11-20 05:27:29 +00:00
mcafee%netscape.com
d46c802b3d
no more startup.dat
2001-11-20 03:50:25 +00:00
mcafee%netscape.com
9956d2e8f4
startup.pl should use scrape.pl mechanism now.
2001-11-20 03:47:05 +00:00
mcafee%netscape.com
ce46a32119
startup data goes to scrapt.dat now.
2001-11-20 03:43:27 +00:00
mcafee%netscape.com
10bf56a918
removing server-side startup data reporting, use client-side TinderboxPrint: now.
2001-11-17 06:52:50 +00:00
mcafee%netscape.com
f630cad412
Switching to arg form of system call to avoid security hole (76109)
2001-11-11 09:08:56 +00:00
mcafee%netscape.com
aa60bc0c1c
typo! fixes bug
2001-11-11 08:30:21 +00:00
mcafee%netscape.com
89a3414cef
fixing perl error
2001-11-10 20:21:38 +00:00
mcafee%netscape.com
e487a1691b
Switching to proper log-header variable
2001-11-10 19:26:42 +00:00
mcafee%netscape.com
1090fd8014
proper checking for scrape_builds data
2001-11-10 06:01:35 +00:00
mcafee%netscape.com
33d918a98e
Adding scrapebuilds.pl check
2001-11-09 21:37:02 +00:00
mcafee%netscape.com
e7cfe96b62
Adding scrape_builds
2001-11-09 21:35:25 +00:00
mcafee%netscape.com
5d5f512a43
Adding scrapebuilds toggle ui
2001-11-09 21:32:41 +00:00
mcafee%netscape.com
9b2192655b
Adding scrapebuilds.pl
2001-11-09 21:31:19 +00:00
mcafee%netscape.com
74ecd5d3e0
scrape comment
2001-11-05 08:50:55 +00:00
mcafee%netscape.com
17cd7b028d
remove unused remove_build sub.
2001-11-03 05:14:10 +00:00
mcafee%netscape.com
95069efe13
Adding multi-line support.
2001-11-03 02:10:05 +00:00
mcafee%netscape.com
1a437bdad5
cut&paste bug
2001-11-03 01:18:39 +00:00
mcafee%netscape.com
2eb5f7fa1c
Adding basic scrape functionality. Pick off TinderboxPrint: token and print the argument in the corresponding build box. Currently limited to one line, multi-line change coming next.
2001-11-03 00:50:13 +00:00
mcafee%netscape.com
b551cab760
Adding scrape.dat
2001-11-02 22:55:09 +00:00
mcafee%netscape.com
a7306dfd1f
Switching to TinderboxPrint:aaa,bbb,ccc format. r=pchen
2001-11-02 22:41:40 +00:00
mcafee%netscape.com
0699f99205
Adding scrape scan.
2001-11-02 09:43:12 +00:00
mcafee%netscape.com
62ac6bc208
Tinderbox,aaa,bbb,ccc,ddd format.
2001-11-02 09:37:35 +00:00
mcafee%netscape.com
05281255b8
General purpose version of bloat.pl
2001-11-02 05:22:00 +00:00
mcafee%netscape.com
c3dc15ab8b
no warn.pl anymore
2001-11-02 05:20:25 +00:00
waterson%netscape.com
85615413b7
Change %f to %d for page load times.
2001-10-26 06:37:31 +00:00
waterson%netscape.com
2219cf5bf4
Use ms instead of s for pageloader time.
2001-10-26 06:32:58 +00:00
mcafee%netscape.com
dd631f42a6
Adding one more sig fig for startup time.
2001-10-19 06:15:24 +00:00
mcafee%netscape.com
eda1eed498
switching search token to __avg_startuptime, we are going to iterate the test now and report an average time.
2001-10-19 05:56:38 +00:00
mcafee%netscape.com
a20ddcac97
Adding branch page
2001-09-18 23:24:28 +00:00
mcafee%netscape.com
8bbff8bd83
Adding Ts to legend
2001-04-10 09:49:33 +00:00
mcafee%netscape.com
6e60d8891b
Adding startup.dat
2001-04-10 06:13:08 +00:00
mcafee%netscape.com
158d97b371
Adding support for startup test.
2001-04-10 05:55:12 +00:00
mcafee%netscape.com
ae94196532
process build log to create startup.dat file
2001-04-10 05:54:29 +00:00
mcafee%netscape.com
3a48034292
remove bogus l
2001-04-10 01:26:52 +00:00
mcafee%netscape.com
d6c7ed76a1
shrinking who iframe a bit
2001-04-10 01:09:35 +00:00
mcafee%netscape.com
360698cfd5
Adding support for pageloader test.
2001-04-06 04:02:25 +00:00
mcafee%netscape.com
f34b14cfc4
Adding support for pageloader test.
2001-04-06 03:56:50 +00:00
mcafee%netscape.com
8eae610b37
Adding pageloader.dat to copyfile list
2001-04-06 03:42:36 +00:00
mcafee%netscape.com
1311627906
First add
2001-04-06 03:40:08 +00:00
mcafee%netscape.com
c4a2c6974e
Adding bonsai tree name field, plus hints in parens so it's easier for newbies to figure this out.
2001-03-29 03:45:38 +00:00
timeless%mac.com
ba462a8735
Bugzilla Bug 73426 fix viewallnotes.cgi compile errors <q src="tinderbox" class="errors"/>
...
fixes tinderbox bustage
2001-03-26 10:49:46 +00:00
cls%seawood.org
487c68a397
Backing out previous checkin.
2001-03-25 23:53:37 +00:00
cls%seawood.org
566793ccd2
Add prelim support for tracking multiple branches on tinderbox
2001-03-25 06:21:35 +00:00
mcafee%netscape.com
b30d2a1902
Fixing strict JS warnings (20364). patch=david.gardner
2001-03-21 03:57:33 +00:00
mcafee%netscape.com
eedf5b962c
nuking dead or lame images
2001-03-07 08:09:15 +00:00