Resource
The term Resource refers to the fundamental structural unit of a configuration management system. Clarive is such a configuration management system, keeping track of all its configuration entities as Resources in its database.
In Clarive, examples of Resources can be Topics (i.e. releases, changesets, requirements, test cases etc.), servers, User IDs, agents, middleware (such as JBoss or Apache), cloud instances, mainframe nodes etc.
Clarive oversees the life of the Resources through a combination of processes and tools by implementing and enabling the fundamental elements of security, change management and audits.
Any activity over Resources (create, update and delete) is registered and is displayed in a Resources grid.
Every Resource has its unique Master ID (MID) in Clarive.
Versioning¶
Whenever a non-internal Resource is updated, Clarive automatically creates a version snapshot of the previous state. These versions can be browsed in the version grid within the Resource editor.
Each version record stores the following tracking fields:
- Version - the incremental version number.
- Timestamp - when the version was created.
- Modified By - the user who last modified the Resource before this version was saved (from the previous snapshot).
- Versioned By - the user who triggered the update that created this version (the current user at the time of the change).
- Created By - the user who originally created the Resource.
The Versioned By field allows accurate attribution of each version to the user who actually performed the edit,
as opposed to Modified By which reflects the previous modifier recorded in the snapshot.