Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
primitives
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
xx network
primitives
Merge requests
!3
Make IDs not pointers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Make IDs not pointers
XX-3176/idNoPointer
into
release
Overview
0
Commits
25
Pipelines
0
Changes
1
Open
Make IDs not pointers
Jakub Pelka
requested to merge
XX-3176/idNoPointer
into
release
Aug 13, 2021
Overview
0
Commits
25
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
b683eb76
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b683eb76
Minor fix
· b683eb76
Jono Wenger
authored
Dec 7, 2021
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
id/hardCoded.go
+
2
−
1
View file @ b683eb76
Edit in single-file editor
Open in Web IDE
Show full file
@@ -55,7 +55,8 @@ func GetHardCodedIDs() (ids []ID) {
return
[]
ID
{
Permissioning
,
NotificationBot
,
TempGateway
,
ZeroUser
,
TempGateway
,
ZeroUser
,
DummyUser
,
UDB
,
}
Loading