Evaluate Changelogic without registration!
  

Get Last Checkpoint (in given change)


If you use Changelogic version 1.x, please follow the link: Get Last Checkpoint V-1.x


Use this service to find out how to check out the latest checkpoint in a given change.

Input

ParameterRequired?ExplanationExample
URLYesBase URL on Changelogic servicehttps://changelogic.example.com/changelogic/service.php
eventYesEvent of Changelogic service, it remains always the sameevent=Get_last_checkpoint
userYesChangelogic username to use when accessing the serviceuser=autobuild
authYesAuthentication code for the user. You can generate new authentication code for a user from menu Project-> Authentication codesauth=l92ac4b7d77c76
client_versionYesSerial version number of current client protocol; this specification describes version 60client_version=60
change_idYesIdentifier of the changechange_id=932

Example URL: https://cl.example.com/service.php?event=Get_last_checkpoint&user=autobuild&auth=2c996485&client_version=60&change_id=932

Output

PropertyExplanationExample
checkpointCheckpoint number in human readable formcheckpoint=932(14)
change.idIdentifier of the changechange.id=932
nrNumber of the checkpoint within changenr=14
tagTag in VCS repositorytag=checkpoint-932_14
repositoryPath to main module in VCSrepository=fancyproject
module0.server_path, module1.server_path, module2.server_path, ...Paths to extra modules in VCSmodule0.server_path=funnymodule
module0.work_path, module1.work_path, module2.work_path, ...Paths to extra modules in working directory, relative to root of main modulemodule0.work_path=modules/funny
missing_adjustments.adjustment0.id, missing_adjustments.adjustment1.id, missing_adjustments.adjustment2.id, ...Identifiers of environment adjustments required for given checkpoint that are missing from environmentmissing_adjustments.adjustment0.id=32
missing_adjustments.adjustment0.short_description, missing_adjustments.adjustment1.short_description, missing_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments required for given checkpoint that are missing from environmentmissing_adjustments.adjustment0.short_description=At least 5GB free tablespace for Oracle
excessive_adjustments.adjustment0.id, excessive_adjustments.adjustment1.id, excessive_adjustments.adjustment2.id, ...Identifiers of environment adjustments NOT required for given checkpoint that are excessive in environmentexcessive_adjustments.adjustment0.id=37
excessive_adjustments.adjustment0.short_description, excessive_adjustments.adjustment1.short_description, excessive_adjustments.adjustment2.short_description, ...Short descriptions of environment adjustments NOT required for given checkpoint that are excessive in environmentexcessive_adjustments.adjustment0. short_description=Java 5 JVM

NOTE: Only modules that have been marked editable in the change are reported by this service.