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
mcafee%netscape.com
f287aaa69e
Comment out embed tbox
2001-03-07 07:40:50 +00:00
mcafee%netscape.com
409d7d9a8c
flames are on by default now
2001-03-07 03:24:38 +00:00
mcafee%netscape.com
9e8402121e
Adding &flames=1 support
2001-03-07 03:04:23 +00:00
cls%seawood.org
289ae1019f
Bump height to 150 so ports page does not scroll
2001-03-03 02:33:53 +00:00
cls%seawood.org
cafe8bb839
Add knowledge of SeaMonkey-Ports
2001-03-03 02:30:49 +00:00
mcafee%netscape.com
f47e5070aa
branch is out, embed is in
2001-02-27 18:53:53 +00:00
mcafee%netscape.com
6dcdffdd4d
0.8
2001-02-17 02:03:23 +00:00
mcafee%netscape.com
0435a3adf1
tinderboxen
2001-02-17 02:00:47 +00:00
valeski%netscape.com
26f7af2dc7
trying to fix caching problem w/ wap browsers
2001-01-03 17:29:57 +00:00
sfraser%netscape.com
20c754dfe0
Adding some more error strings to better catch perl errors.
2000-11-30 04:50:27 +00:00
mcafee%netscape.com
d304d8eb34
Tinderbox hints
2000-11-22 03:12:24 +00:00
mcafee%netscape.com
f2f46bb475
Adding _parent target to url printed out in express mode.
2000-11-22 01:22:51 +00:00
dbaron%fas.harvard.edu
f9573587e6
Change to print leak/bloat stats in bytes when under 10000 bytes, rather than 1000. Add "B" to units. b=34485
2000-10-31 21:02:01 +00:00
dbaron%fas.harvard.edu
f92a1cb254
Fix the size of the "L" and "*" popups for Mozilla popup code, and shrink the name popup a little bit.
2000-10-25 20:14:34 +00:00
mcafee%netscape.com
2c235147de
Adding timeout to reload page.
2000-09-27 20:44:55 +00:00
mcafee%netscape.com
4a3c18c0cb
First add
2000-09-27 08:06:35 +00:00
mcafee%netscape.com
c3745626ff
4 rows for sheriff blurb
2000-09-06 19:22:52 +00:00
mcafee%netscape.com
de934facd8
One more row for sheriff blurb.
2000-09-06 19:04:11 +00:00
timeless%mac.com
813f306433
Second live testcase, it seems that tinderbox normally would show building.
...
Quickparse doesn't recognize this, so it shows busted.
2000-08-25 06:02:13 +00:00
timeless%mac.com
dc9ca16d78
Not part of the build, Tinderbox.pm is giving bad output due to bad input from http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Ports&quickparse=1
...
This file will be used to debug the functions found in showbuilds.cgi and tbglobals.pl
2000-08-25 05:40:22 +00:00
slamm%netscape.com
8471e6bb86
Add warn<time>.<process>.html to remove list
2000-08-21 17:52:13 +00:00
mcafee%netscape.com
47a0716168
Fixing slashes, not part of build.
2000-08-08 21:27:33 +00:00
valeski%netscape.com
354a376266
formatting change to wml output
2000-08-08 07:38:43 +00:00
valeski%netscape.com
cc3838a3e8
adding WML output for WAP browsers
2000-08-08 06:59:15 +00:00
slamm%netscape.com
beea2f28fc
Fix bug 15204/38057 from Eric Pollmann (pollmann@netscape.com). $enc had an single quote in it that was not escaped. Double quotes are escaped so it is safe to use them around the $enc value.
2000-08-02 22:54:03 +00:00
endico%mozilla.org
dfc6f9e83a
Generate brief logs for beos builds. Fix for bug 37218. Patch contributed by Justin Morey <justin@68k.org>
2000-08-01 01:36:35 +00:00
endico%mozilla.org
621c7c38ac
If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file.
2000-07-28 21:28:41 +00:00
valeski%netscape.com
d642cb5eca
not in build. perl mods to vxml
2000-07-27 06:48:08 +00:00
valeski%netscape.com
fce27a2b3e
not part of build. updating perl
2000-07-27 00:58:50 +00:00
valeski%netscape.com
3e21a923e8
not part of build. adding success clause to tree
2000-07-26 00:30:16 +00:00
slamm%netscape.com
b3ef931d84
Make a static page for the voice stuff everytime the tree updates.
2000-07-25 22:58:00 +00:00
valeski%netscape.com
a03cfdaf4b
perl syntax cleanup. not in build
2000-07-25 18:44:21 +00:00
valeski%netscape.com
059f34d295
perl syntax cleanup. not in build
2000-07-25 18:38:35 +00:00
valeski%netscape.com
e24173e1d4
perl change. not in build
2000-07-25 18:22:53 +00:00
valeski%netscape.com
9b768a003e
updating showbuilds vxml. not partof build
2000-07-25 18:05:10 +00:00
slamm%netscape.com
b20612e650
do_vxml(): Tweak quoting to get newlines right.
2000-07-25 16:33:18 +00:00
valeski%netscape.com
259e2ddf90
updating vxml for the vxml tbox dump
2000-07-25 15:29:37 +00:00
valeski%netscape.com
bd7d552ec4
updating vxml for the vxml tbox dump
2000-07-25 14:40:43 +00:00
valeski%netscape.com
b2963b878e
updating vxml for the vxml tbox dump
2000-07-25 14:29:30 +00:00
slamm%netscape.com
f4e6cb89fb
Add vxml from Jud Valeski
2000-07-24 22:47:39 +00:00
mcafee%netscape.com
05182b83b8
Adding norules=0 option.
2000-07-21 06:12:27 +00:00
mcafee%netscape.com
d54dc292ab
Adding named anchors.
2000-07-21 06:05:37 +00:00
mcafee%netscape.com
ea69cc72ef
Changing default of nocrap=1 to legend=0. This both renames nocrap and flips the default behaviour. Most of us don't need to see this stuff by default.
2000-07-21 04:55:45 +00:00
mcafee%netscape.com
5813975a53
Breaking mod.pl into three parts, sheriff.pl, status.pl, rules.pl. Cleaning up admin HTML. Some help from timeless getting this change started.
2000-07-20 23:33:11 +00:00
mcafee%netscape.com
164fe86d27
Moving EmitHtmlHeader to after tb_load_data call so we have a value for \tree
2000-07-20 02:52:11 +00:00
slamm%netscape.com
7b693dcc28
Fix start time of 'C' links.
2000-05-10 00:22:05 +00:00
slamm%netscape.com
473f7396ab
Fix link for sidebar panel.
2000-05-01 16:41:38 +00:00
slamm%netscape.com
d0cdce91a3
typo
2000-04-29 01:08:50 +00:00
slamm%netscape.com
70d46b9b42
Fix support for multiple trees on quickparse.
2000-04-28 18:27:16 +00:00
slamm%netscape.com
63b983f564
typo
2000-04-28 16:00:39 +00:00
slamm%netscape.com
1b682abfb8
Revert previousstarttime to previousbuildtime. Didn't mean to check that in.
2000-04-27 23:09:26 +00:00
slamm%netscape.com
441ab8aac5
Fix open/close state for panel.html and express=1. Encapsulate it a little better.
2000-04-27 22:56:17 +00:00
slamm%netscape.com
6eea1d980f
Continue past cvsblame parse errors.
2000-04-20 19:05:56 +00:00
dveditz%netscape.com
67a100ab7e
Bug 6252, making tinderbox popups work for Mozilla. The code comes from
...
dbaron@fas.harvard.edu , and I modified the browser version detection
code slightly.
2000-04-20 00:50:15 +00:00
slamm%netscape.com
76720fd5ae
Clean up old tbx.xxxxx mail files in data/.
2000-04-18 23:35:08 +00:00
slamm%netscape.com
cb5ba1b3dd
mini-hack: add /bin to path for cwd.
2000-04-18 22:20:30 +00:00
slamm%netscape.com
610a3c53e8
Restore directory after find.
2000-04-18 21:40:55 +00:00
slamm%netscape.com
6aab4696bd
Get modules and their tags from treedata.pl
2000-03-23 21:14:51 +00:00
dveditz%netscape.com
25511791f0
Fix starting time for "show previous" links when hours is set to something
...
other than 12
2000-03-15 00:49:16 +00:00
slamm%netscape.com
8ba054b717
Run warnings on testfailed builds too.
2000-03-11 02:55:19 +00:00
slamm%netscape.com
f9619a07a2
Nudge the hour coloring. It was off by a second.
2000-03-03 17:32:04 +00:00
terry%mozilla.org
fd7861879a
URL changes
2000-03-02 00:01:47 +00:00
cyeh%netscape.com
028ab669dc
update documentation to reflect new binary location code
2000-02-25 18:26:10 +00:00
cyeh%netscape.com
2f5adb4862
add support for including a ftp url as a part of the tinderbox completion
...
message. if you include:
tinderbox: binaryurl: url
then a "D" link will show up in the status pane of a build, which is
a link to the binary. r=slamm,terry
2000-02-25 18:19:56 +00:00
slamm%netscape.com
0e87475a5d
Add most recent checkins to the top time slot. Previously they were left off. (And add nextbuildtime to the build record. Not used yet).
2000-02-24 17:48:36 +00:00
slamm%netscape.com
cfc5b38fdc
Fix 'off by one' error.
2000-02-18 00:49:45 +00:00
slamm%netscape.com
4a4b7cec1b
Add log for tinderbox columns
2000-02-18 00:16:52 +00:00
slamm%netscape.com
045753ca72
Take out more debuging code.
2000-02-18 00:09:44 +00:00