Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment
Merge requests
!61
CI server - Split project class
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
CI server - Split project class
v2.0
into
master
Overview
0
Commits
2
Pipelines
0
Changes
11
Merged
Hahn Axel (hahn)
requested to merge
v2.0
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
11
split project class into gui and non gui
Edited
1 year ago
by
Hahn Axel (hahn)
0
0
Merge request reports
Compare
master
version 1
e99ee994
1 year ago
master (base)
and
latest version
latest version
d72052dd
2 commits,
1 year ago
version 1
e99ee994
1 commit,
1 year ago
11 files
+
1772
−
1785
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
11
public_html/deployment/classes/base.class.php
+
4
−
0
View file @ d72052dd
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,6 +9,10 @@ require_once 'user.class.php';
*/
class
base
{
/**
* logged in user
* @var object
*/
var
$oUser
=
false
;
/**
Loading