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
16d69e95
Commit
16d69e95
authored
Mar 22, 2022
by
Baodong
Committed by
Lin Jen-Shin
Mar 22, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prepend_mod for Features and License
parent
2948fd16
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
ee/app/models/gitlab_subscriptions/features.rb
ee/app/models/gitlab_subscriptions/features.rb
+2
-0
ee/app/models/license.rb
ee/app/models/license.rb
+2
-0
No files found.
ee/app/models/gitlab_subscriptions/features.rb
View file @
16d69e95
...
...
@@ -299,3 +299,5 @@ module GitlabSubscriptions
end
end
end
GitlabSubscriptions
::
Features
.
prepend_mod
ee/app/models/license.rb
View file @
16d69e95
...
...
@@ -534,3 +534,5 @@ class License < ApplicationRecord
(
expires_at
||
Time
.
current
).
end_of_day
end
end
License
.
prepend_mod
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