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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
a006ff74
Commit
a006ff74
authored
8 years ago
by
Grzegorz Bizon
Committed by
Stan Hu
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Serialize application setting as Array by default
parent
c135a69a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG
CHANGELOG
+3
-0
app/models/application_setting.rb
app/models/application_setting.rb
+1
-1
No files found.
CHANGELOG
View file @
a006ff74
Please view this file on the master branch, on stable branches it's out of date.
v 8.8.2 (unreleased)
- Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources
v 8.8.1
- Add documentation for the "Health Check" feature
- Allow anonymous users to access a public project's pipelines
...
...
This diff is collapsed.
Click to expand it.
app/models/application_setting.rb
View file @
a006ff74
...
...
@@ -7,7 +7,7 @@ class ApplicationSetting < ActiveRecord::Base
serialize
:restricted_visibility_levels
serialize
:import_sources
serialize
:disabled_oauth_sign_in_sources
serialize
:disabled_oauth_sign_in_sources
,
Array
serialize
:restricted_signup_domains
,
Array
attr_accessor
:restricted_signup_domains_raw
...
...
This diff is collapsed.
Click to expand it.
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