Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#852 closed Enhancement (fixed)

Filter by project messages

Reported by: Kevin Reed Owned by: davea
Priority: Minor Milestone: 6.6
Component: Client - Logging Version: 6.6.10
Keywords: Cc:

Description

As noted by one of WCG's community admins (Sekerob):

When filtering by project, the global messages should probably be left visible(such as follows):

2/26/2009 10:28:16 AM General prefs: from World Community Grid (last modified 26-Feb-2009 10:28:05) 2/26/2009 10:28:16 AM Computer location: home 2/26/2009 10:28:16 AM General prefs: using separate prefs for home

The above is not visible if filtering on WCG. This is likely to cause confusion and support difficulities when members report logs when they don't want us to see what else is attached and missing some important bits.

Change History (10)

comment:1 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [17398]) - client: tag messages with project where possible; fixes #852

  • client: show fetch share rather than run share in wfd message

comment:2 Changed 15 years ago by Nicolas

Component: Client - Work Fetch PolicyClient - Logging
Resolution: fixed
Status: closedreopened

That's the wrong solution. Those are global messages, not per-project messages, so they should be still passing NULL.

But the manager should show NULL-project messages even if filtering by a project.

comment:3 in reply to:  2 Changed 15 years ago by Nicolas

Replying to Nicolas:

the manager should show NULL-project messages even if filtering by a project.

Or like Kevin said in the original report, "When filtering by project, the global messages should probably be left visible".

comment:4 Changed 15 years ago by Kevin Reed

An example of a NULL message that should be displayed is

2/25/2009 8:15:19 AM BOINC can't access Internet - check network connection or proxy configuration.

That is applicable to all projects and would critically impact how we view a support issue.

comment:5 Changed 15 years ago by davea

Resolution: fixed
Status: reopenedclosed

(In [17456]) - manager: when filtering messages by project,

show messages not tagged with a project (fixes #852)

  • web: show X-project stats links as icons

comment:6 Changed 15 years ago by romw

(In [17466]) - client: tag messages with project where possible; fixes #852

  • client: show fetch share rather than run share in wfd message

client/

client_types.h work_fetch.cpp cs_prefs.cpp cs_scheduler.cpp cpu_sched.cpp

comment:7 Changed 15 years ago by romw

(In [17491]) - manager: when filtering messages by project,

show messages not tagged with a project (fixes #852)

clientgui/

ViewMessages?.cpp

comment:8 Changed 15 years ago by Nicolas

romw, please remove the "(fixes #xxx)" when merging changesets. It has happened before that I reopened a ticket and it got closed again because of a merge, instead of because of a better fix...

comment:9 Changed 15 years ago by romw

r17491 did what you wanted, and was merged into 6.6.

comment:10 Changed 15 years ago by Nicolas

Yes it did, and thanks. It's still bad to leave the 'fixes' in the merge log ¬_¬ See #430

Note: See TracTickets for help on using tickets.