Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoCLI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
UI
DojoCLI
Commits
d25c2fcb
Commit
d25c2fcb
authored
1 year ago
by
michael.minelli
Browse files
Options
Downloads
Patches
Plain Diff
Gitbeaker => Fix login issue
parent
cffbc71b
No related branches found
No related tags found
No related merge requests found
Pipeline
#30350
failed
1 year ago
Stage: code_quality
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NodeApp/src/managers/GitlabManager.ts
+1
-1
1 addition, 1 deletion
NodeApp/src/managers/GitlabManager.ts
NodeApp/src/managers/SessionManager.ts
+7
-0
7 additions, 0 deletions
NodeApp/src/managers/SessionManager.ts
NodeApp/src/shared
+1
-1
1 addition, 1 deletion
NodeApp/src/shared
with
9 additions
and
2 deletions
NodeApp/src/managers/GitlabManager.ts
+
1
−
1
View file @
d25c2fcb
...
...
@@ -32,7 +32,7 @@ class GitlabManager extends SharedGitlabManager {
}
try
{
notificationSettings
=
(
await
this
.
getNotificationSettings
()
).
data
as
NotificationSettings
;
notificationSettings
=
await
this
.
getNotificationSettings
();
result
[
0
]
=
true
;
...
...
This diff is collapsed.
Click to expand it.
NodeApp/src/managers/SessionManager.ts
+
7
−
0
View file @
d25c2fcb
...
...
@@ -310,6 +310,13 @@ class SessionManager {
return
false
;
}
if
(
checkPermissions
&&
checkPermissions
.
length
===
0
)
{
ora
({
text
:
`Here is your permissions:`
,
indent
:
4
}).
start
().
info
();
}
return
this
.
checkPermissions
(
verbose
,
8
,
checkPermissions
);
}
}
...
...
This diff is collapsed.
Click to expand it.
shared
@
e1ffeb58
Compare
04b3a985
...
e1ffeb58
Subproject commit
04b3a985a963b87aed586e6b06718dd3052ad32e
Subproject commit
e1ffeb584f5c7805befd951cb82ca179eabcaabb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment