| mr->from . html::a($sourceProjectURL, $sourceProjectName . ":" . $MR->sourceBranch, "_blank", "class='btn btn-link btn-active-text' style='color: blue'") . $lang->mr->to . html::a($targetProjectURL, $targetProjectName . ":" . $MR->targetBranch, "_blank", "class='btn btn-link btn-active-text' style='color: blue'"); ?> | ||
|---|---|---|
| mr->status;?> | mr->statusList, $MR->status);?> | |
| mr->pipeline}{$lang->mr->status}";?> | mr->pipelineStatus, $rawMR->head_pipeline->status, $lang->mr->pipelineUnknown); ?> | |
| mr->mergeStatus; ?> | changes_count)):?>
mr->cantMerge; ?>
mr->noChanges;?>
|
mr->mergeStatusList, $rawMR->merge_status);?> |
| mr->MRHasConflicts; ?> | has_conflicts ? $lang->mr->hasConflicts : $lang->mr->hasNoConflict);?> | |
| mr->description;?> | description) ? $MR->description : $lang->noData; ?> | |
- mr->overview);?>
- id}"), $lang->mr->viewDiff);?>
- id}&type=story"), html::icon($lang->icons['story'], 'text-primary') . ' ' . $lang->productplan->linkedStories);?>
- id}&type=bug"), html::icon($lang->icons['bug'], 'text-red') . ' ' . $lang->productplan->linkedBugs);?>
- id}&type=task"), html::icon('todo', 'text-info') . ' ' . $lang->mr->linkedTasks);?>
mr->commandDocument, $httpRepoURL, $MR->sourceBranch, $branchPath, $MR->targetBranch, $branchPath, $MR->targetBranch); ?>
approvalStatus != 'approved' or ($MR->compileID !=0 and $MR->compileStatus != 'success')) ? ' disabled' : ''; ?>
state == 'opened' and !$rawMR->has_conflicts) echo html::a(inlink('accept', "mr=$MR->id"), ' ' . $lang->mr->acceptMR, '', "id='mergeButton' class='btn' $acceptDisabled"); ?>
state == 'opened'): ?>
has_conflicts or ($MR->compileID !=0 and $MR->compileStatus != 'success') or $MR->approvalStatus == 'approved'):?>
id&action=approve", '', true), ' ' . $lang->mr->approve, '', "id='mergeButton' class='btn iframe showinonlybody' disabled"); ?>
id&action=approve", '', true), ' ' . $lang->mr->approve, '', "id='mergeButton' class='btn iframe showinonlybody'"); ?>
id&action=reject", '', true), ' ' . $lang->mr->reject, '', "id='mergeButton' class='btn iframe showinonlybody'" . ($MR->approvalStatus == 'rejected' ? 'disabled' : '')); ?>
id", $MR, 'button', 'off', 'hiddenwin');?>
id"), ' ' . str_replace($lang->mr->common, '', $lang->mr->edit), '', "id='mergeButton' class='btn'"); ?>
state == 'closed') echo html::a(inlink('reopen', "mr=$MR->id"), ' ' . $lang->mr->reopen, '', "id='mergeButton' class='btn'"); ?>
id", $MR, 'button', 'trash', 'hiddenwin');?>
compile->job;?>
compileID):?>
needCI):?>
createLink('job', 'view', "jobID={$MR->jobID}");?>
| job->common;?> | name;?> |
|---|---|
| compile->atTime;?> | lastExec : $lang->mr->compileUnexecuted;?> |
| compile->result;?> | compile->statusList, $compile->status);?> createLink('job', 'view', "jobID=$compileJob->id&compileID=$compile->id", '', true), "{$lang->compile->logs}", "", "class='iframe'");?> |
compile->statusList[$MR->compileStatus], '_blank');?>
mr->noCompileJob;?>