Commit Graph

67 Commits

Author SHA1 Message Date
Bruce Allen 25ce5f8069 ops page: add external IP to data shown for host
svn path=/trunk/boinc/; revision=9244
2006-01-16 12:19:40 +00:00
Bruce Allen 7127761bd7 user ops page now shows passwd_hash and a bit of other info
svn path=/trunk/boinc/; revision=8884
2005-11-19 21:26:20 +00:00
Bruce Allen 15d5fce125 Trivial reordering
svn path=/trunk/boinc/; revision=6872
2005-07-29 22:54:04 +00:00
Bruce Allen 5fd8a2ca2b Correct comment
svn path=/trunk/boinc/; revision=6639
2005-07-14 20:31:23 +00:00
Bruce Allen 4d6193babb - Transitioner would not set a new WU transition time less
than 24 hours away, to prevent thrashing.  But this delayed
      reissuing of new results.  For example if two results were
      issued a hours 17 and 18, and both timed out (no reply). At
      time 17+deadline the first would time out and a new result
      would be issued.  But then instead of setting the transition
      time to 18+deadline it would be set to 18+deadline+1 day.

      To prevent thrashing I have fixed this so that if a transition
      time is in the past, I advance it by TWICE the amount it is late,
      but never less than 1 minute or more than 1 day.

    - Ops pages: show unsent/in-progress results in purple.  For
      unsent results show create time rather than deadline.

svn path=/trunk/boinc/; revision=6637
2005-07-14 20:22:53 +00:00
Bruce Allen b848361a8e Incorrect description fixed
svn path=/trunk/boinc/; revision=6396
2005-06-22 01:10:48 +00:00
David Anderson 197db0a3c5 *** empty log message ***
svn path=/trunk/boinc/; revision=6281
2005-06-02 07:04:29 +00:00
Bruce Allen e57e4cf5f8 Add credit info to host summary info on ops pages
svn path=/trunk/boinc/; revision=6207
2005-05-20 21:17:36 +00:00
Bruce Allen 85316e4cf1 Eliminate a few other undefined variables
svn path=/trunk/boinc/; revision=6127
2005-05-11 14:44:36 +00:00
Bruce Allen 3a2bb7661d Corrected undefined index/variable errors on ops pages.
svn path=/trunk/boinc/; revision=6126
2005-05-11 14:37:42 +00:00
Bruce Allen 0b62469e31 Strip slashes from clause
svn path=/trunk/boinc/; revision=6061
2005-05-06 18:35:55 +00:00
Bruce Allen 367d0daa8e Change php functions to correctly describe timezone field.
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
David Anderson a6d5713db1 *** empty log message ***
svn path=/trunk/boinc/; revision=5417
2005-02-13 06:13:33 +00:00
Bruce Allen 9eaf0ce89a Third time lucky....
svn path=/trunk/boinc/; revision=5355
2005-02-08 04:59:13 +00:00
Bruce Allen 1cb56d0f52 - Add new validate_state==TOO_LATE to ops pages summaries and result table
choice selection menus
    - Ops pages fixes from Christian Beers and David Hammer:
      * some rearrangement of index page
      * fix pass percentage by platform pages to show only non-deprecated apps
      * all platforms now appear in summary pages of failures

svn path=/trunk/boinc/; revision=5351
2005-02-08 03:33:35 +00:00
Bruce Allen 76b635f131 Fixes from Christian Beer for ops pages to approve profiles and
to errors in the previous 20/next 20 links when 'additional
clauses' is non-empty.

svn path=/trunk/boinc/; revision=5192
2005-01-24 13:17:49 +00:00
David Anderson e7d78df6ae *** empty log message ***
svn path=/trunk/boinc/; revision=5137
2005-01-18 22:47:08 +00:00
David Anderson 1e4571f833 *** empty log message ***
svn path=/trunk/boinc/; revision=5024
2005-01-07 23:20:51 +00:00
Bruce Allen 05cb2b383e Add another sorting option for results: mod_time
svn path=/trunk/boinc/; revision=4994
2005-01-04 22:43:49 +00:00
Bruce Allen 0704f0882d More improvements from Christian Beer:
My next request is to do a corresponding cleanup of the 'detailed' RESULT
page.  In particular, it should show ALL the fields at the bottom of this
page: ops/db_form.php?table=result&detail=low which are:

Some specific things that would be helpful:

(1) again, decode meaning, AND numeric value:
    Server state:      Over [X]
    Outcome:           Client error [X]
    File Delete state: Initial [0]
    where possible.

(2) It would be extremely useful to decode the exit status
    values into text, according to: lib/error_numbers.h:
    so if the error is one of these values, a human-readable string
    is also displayed.  If not one of these values, just the number.

(3) This might be too hard -- could you search in stderr out
    for things like <error_code>-108</error_code> and if found
    add a separate row with the human-readable decoding of this?

(4) If easy, link App version back to the app version table.
    If hard, don't bother.

(5) Fix bug on User Id line (currently has host_name_by_id(...))

svn path=/trunk/boinc/; revision=4974
2004-12-31 16:46:11 +00:00
Bruce Allen ecfcc4b22b Changes from Christian Beer with small fixes from Bruce. These show
results in some range of MOD time rather than some range of received
time, and display all fields associated with Workunits.

svn path=/trunk/boinc/; revision=4969
2004-12-31 00:40:10 +00:00
Rom Walton 6f0e37535a *** empty log message ***
svn path=/trunk/boinc/; revision=4963
2004-12-30 03:27:12 +00:00
Bruce Allen 81b2b59c8b Hyperlink to WUs. Thanks to Christian (DjangoFett@gmx.net)
svn path=/trunk/boinc/; revision=4960
2004-12-29 16:52:53 +00:00
David Anderson 35c7714ef2 *** empty log message ***
svn path=/trunk/boinc/; revision=4866
2004-12-16 20:52:27 +00:00
David Anderson c0c47595ac *** empty log message ***
svn path=/trunk/boinc/; revision=4840
2004-12-14 00:57:03 +00:00
David Anderson 2c5f1d1a5b *** empty log message ***
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
Bruce Allen 087ea6b791 Mislabeled row, added userid to table
svn path=/trunk/boinc/; revision=4723
2004-12-03 12:58:50 +00:00
Bruce Allen 6aa04b9cf2 Better formatting
svn path=/trunk/boinc/; revision=4717
2004-12-02 23:41:09 +00:00
Bruce Allen 79865e672c Added display of some unix times on query page: helpful in adding clauses
svn path=/trunk/boinc/; revision=4715
2004-12-02 23:30:25 +00:00
Bruce Allen 5dee0314d3 Fixed nasty bug in ops pages where top two WU error mask bits were
not being shown in WU summary/detail pages.

svn path=/trunk/boinc/; revision=4710
2004-12-02 22:53:16 +00:00
Bruce Allen 6f62a332fd Minor format changes
svn path=/trunk/boinc/; revision=4705
2004-12-02 18:46:21 +00:00
Bruce Allen b7207a0aa0 Show target nresults and transition time for workunits. Show deadine for results
if not yet received (color coded to indicate if in the future or past).

svn path=/trunk/boinc/; revision=4700
2004-12-02 13:18:07 +00:00
Bruce Allen ad64ab09d4 Show all four possible validate states on ops 'result summary' page.
svn path=/trunk/boinc/; revision=4686
2004-11-30 13:46:37 +00:00
Bruce Allen ee26ba1d6e WU delay bound in human-readable form,
svn path=/trunk/boinc/; revision=4680
2004-11-29 11:56:25 +00:00
Bruce Allen 14129d4ec8 - Admin database ops page: show all three file delete states, add additional
sort options to results page, better internal bug checking on state lists,
move result summary to top of WU detail page, show WU report deadline in
human-readable form, show cross_project_ID in user table.

svn path=/trunk/boinc/; revision=4679
2004-11-29 11:00:49 +00:00
Bruce Allen dfa92f251a - Fixed RESULT form on ops page so that it now covers correctly
all possible states (including ones with value 0) and
       eliminated the 'Unknown' values that previously appeared on the
       form.  These were in error.  This is a clean fix, by defining (for example)
       outcome='CHOOSE_ALL', eg a non-numerical value, for the 'select ALL' case.
- Added a select menu for validate_state to the RESULT form.
- In forms for outcome, validate_state, client_state and server_state, indicate
       numeric values (helpful if using additional clauses for more sophisticated queries)

svn path=/trunk/boinc/; revision=4579
2004-11-17 10:37:08 +00:00
Bruce Allen d5f8ffb34c Add validate state to result tables, color code for validate state information
and REALLY include ALL cases of outcome (including init).

svn path=/trunk/boinc/; revision=4576
2004-11-17 01:32:42 +00:00
Bruce Allen e33f87cde0 Result summary pages corrected for boundary condition errors in arrays and to cover
additional result.outcome==6 case.  Result summaries now sum correctly over outcomes!

svn path=/trunk/boinc/; revision=4574
2004-11-16 22:24:33 +00:00
Bruce Allen ad51e49f5c Fix bug in ops pages displaying counts of zero if 'additional clauses' includes string
names such as name='first_workunit'

svn path=/trunk/boinc/; revision=4573
2004-11-16 20:38:00 +00:00
Bruce Allen d3d3837169 Removed spurious commented out line
svn path=/trunk/boinc/; revision=4548
2004-11-14 02:00:09 +00:00
Bruce Allen f5d2df4f60 Fixed links at bottom of workunits page, showing outcomes of results.
Added tabular description of tables to the database form page, longer clause box

svn path=/trunk/boinc/; revision=4547
2004-11-14 01:55:38 +00:00
David Anderson f8d31bf13a *** empty log message ***
svn path=/trunk/boinc/; revision=4534
2004-11-12 19:55:36 +00:00
David Anderson 4fd244d5d8 *** empty log message ***
svn path=/trunk/boinc/; revision=4249
2004-09-27 04:26:51 +00:00
Lana Alber 3b576016af *** empty log message ***
svn path=/trunk/boinc/; revision=4228
2004-09-23 00:32:10 +00:00
David Anderson 5ac391d35f *** empty log message ***
svn path=/trunk/boinc/; revision=4122
2004-08-27 23:47:51 +00:00
David Anderson bcfc434d77 *** empty log message ***
svn path=/trunk/boinc/; revision=4110
2004-08-24 23:08:23 +00:00
David Anderson cd3884593b *** empty log message ***
svn path=/trunk/boinc/; revision=3727
2004-06-30 18:53:35 +00:00
Rom Walton 1fb8c8a679 *** empty log message ***
svn path=/trunk/boinc/; revision=3565
2004-06-14 08:08:42 +00:00
Rom Walton b7ca5d74d4 *** empty log message ***
svn path=/trunk/boinc/; revision=3463
2004-05-28 22:11:42 +00:00
Rom Walton a9225a9706 *** empty log message ***
svn path=/trunk/boinc/; revision=3356
2004-05-06 21:29:15 +00:00