Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
12ea02d6
Commit
12ea02d6
authored
Feb 17, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Geo exceptions ee/lib/gitlab/geo.rb to fix autoload issues
Closes #4970
parent
9cc30060
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
ee/lib/gitlab/geo.rb
ee/lib/gitlab/geo.rb
+2
-0
ee/lib/gitlab/geo/jwt_request_decoder.rb
ee/lib/gitlab/geo/jwt_request_decoder.rb
+0
-3
No files found.
ee/lib/gitlab/geo.rb
View file @
12ea02d6
...
...
@@ -2,6 +2,8 @@ module Gitlab
module
Geo
OauthApplicationUndefinedError
=
Class
.
new
(
StandardError
)
GeoNodeNotFoundError
=
Class
.
new
(
StandardError
)
InvalidDecryptionKeyError
=
Class
.
new
(
StandardError
)
InvalidSignatureTimeError
=
Class
.
new
(
StandardError
)
CACHE_KEYS
=
%i(
geo_primary_node
...
...
ee/lib/gitlab/geo/jwt_request_decoder.rb
View file @
12ea02d6
module
Gitlab
module
Geo
InvalidDecryptionKeyError
=
Class
.
new
(
StandardError
)
InvalidSignatureTimeError
=
Class
.
new
(
StandardError
)
class
JwtRequestDecoder
include
LogHelpers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment