posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

Lista degli eventi di TFS2008

Me lo chiedono spesso in tanti, e gli devo girare risposte "interne". Ora posso linkare questo post:

The event that we now use to communicate highwater marks in the security subsystem is a DataChangedEvent.  That new event type carries a sequence ID that can be used to watch for and understand changes in the Group Security Service (GSS), the Authorization Service and the Common Structure Service (CSS).  We are still shipping transforms and event definitions for the older fine-grained events.  I sifted through the two sources of event definitions in the system (transforms subdirectory, registration data) and have included a summary of the current set of events that we support in TFS 2008.

Work Item Tracking

· WorkItemChangedEvent

Version Control

· CheckInEvent

Team Build

· BuildCompletionEvent2

· BuildStatusChangeEvent

· BuildCompletionEvent

CSS

· ProjectCreatedEvent

· ProjectDeletedEvent

GSS/Authorization/CSS

· DataChangedEvent

o Type: STRUCTURE – sequence id for Services/v1.0/CommonStructureService.asmx?op=GetChangedNodes

o Type: SECURITY – sequence id for Services/v1.0/AuthorizationService.asmx?op=GetChangedAccessControlEntries

o Type: IDENTITY – sequence id for Services/v2.0/GroupSecurityService2.asmx?op=GetIdentityChanges or Services/v1.0/GroupSecurityService.asmx?op=GetChangedIdentities

Obsoleted…

· BranchMovedEvent – Fired, but also signaled with new DataChangedEvent of type STRUCTURE

· NodeCreatedEvent - Fired, but also signaled with new DataChangedEvent of type STRUCTURE

· NodeRenamedEvent - Fired, but also signaled with new DataChangedEvent of type STRUCTURE

· NodesDeletedEvent - Fired, but also signaled with new DataChangedEvent of type STRUCTURE

· MembershipChangedEvent - Obsolete; DataChangedEvent of type IDENTITY

· IdentityDeletedEvent - Obsolete; DataChangedEvent of type IDENTITY

· IdentityCreatedEvent – Obsolete; DataChangedEvent of type IDENTITY

· IdentityChangedEvent – Obsolete; DataChangedEvent of type IDENTITY

· CommonStructureChangedEvent - Obsoleted... DataChangedEvent of type STRUCTURE

· AclChangedEvent - Obsolete; DataChangedEvent of type SECURITY

Fonte: Definitive list of events that are supported in TFS

Technorati Tags:

Print | posted on martedì 26 febbraio 2008 12:14 |

Comments have been closed on this topic.