Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-orchestrator fusiondirectory-orchestrator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-orchestratorfusiondirectory-orchestrator
  • Merge requests
  • !79
An error occurred while fetching the assigned milestone of the selected merge_request.

Resolve "[Orchestrator] - Automatic Archiving Based on SupAnn Resource States"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged dockx thibault requested to merge 74-orchestrator-automatic-archiving-based-on-supann-resource-states into dev 1 month ago
  • Overview 0
  • Commits 6
  • Pipelines 6
  • Changes 2

Related to #74 (closed)

Viewing commit a799e46b
Next
Show latest version
2 files
+ 8
− 1

    Preferences

    File browser
    Compare changes
  • Verified
    a799e46b
    dockx thibault
    :sparkles: Feat(gateway) - simply add gateway to get methods · a799e46b
    dockx thibault authored 1 month ago
library/TaskController.php
+ 1
− 1
  • View file @ a799e46b

  • Edit in single-file editor

  • Open in Web IDE


@@ -55,7 +55,7 @@ class TaskController
switch ($objectType) {
case $objectType:
if (class_exists($objectType)) {
$endpoint = new $objectType;
$endpoint = new $objectType($this->gateway);
$result = $endpoint->processEndPointGet();
}
break;
.gitignore
+ 7
− 0
  • View file @ a799e46b

  • Edit in single-file editor

  • Open in Web IDE

.vendor/
.composer.lock
filelist
phpstan.neon
.idea/fusiondirectory-orchestrator.iml
.idea/modules.xml
.idea/php.xml
.idea/vcs.xml
.idea/codeStyles/codeStyleConfig.xml
Assignee
dockx thibault's avatar
dockx thibault
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 Participants
Reference:
Source branch: 74-orchestrator-automatic-archiving-based-on-supann-resource-states

Menu

Explore Projects Groups Topics Snippets