GitLab Bot
311b0269b4
Add latest changes from gitlab-org/gitlab@14-5-stable-ee
2021-11-18 13:16:36 +00:00
GitLab Bot
b76ae63846
Add latest changes from gitlab-org/gitlab@14-2-stable-ee
2021-08-19 09:08:42 +00:00
GitLab Bot
e8d2c25793
Add latest changes from gitlab-org/gitlab@14-1-stable-ee
2021-07-20 09:55:51 +00:00
GitLab Bot
a5f4bba440
Add latest changes from gitlab-org/gitlab@14-0-stable-ee
2021-06-16 18:25:58 +00:00
GitLab Bot
859a6fb938
Add latest changes from gitlab-org/gitlab@13-9-stable-ee
2021-02-18 10:34:06 +00:00
GitLab Bot
8c7f4e9d5f
Add latest changes from gitlab-org/gitlab@13-1-stable-ee
2020-06-18 11:18:50 +00:00
GitLab Bot
c6c7437861
Add latest changes from gitlab-org/gitlab@master
2020-03-04 12:07:52 +00:00
GitLab Bot
f1e2fca19a
Add latest changes from gitlab-org/gitlab@master
2020-03-03 12:08:08 +00:00
GitLab Bot
006e89697d
Add latest changes from gitlab-org/gitlab@master
2020-02-12 21:08:48 +00:00
GitLab Bot
23288f62da
Add latest changes from gitlab-org/gitlab@master
2020-01-29 15:08:59 +00:00
Nick Thomas
013f7cd24c
Inherit from ApplicationRecord instead of ActiveRecord::Base
2019-03-28 16:18:23 +00:00
gfyoung
50abbd3e53
Enable frozen string in app/models/*.rb
...
Partially addresses #47424 .
2018-07-26 16:55:41 -07:00
blackst0ne
20695052db
[Rails5] Update `type_cast_*_database` methods
2018-04-06 10:57:19 +00:00
Alejandro Rodríguez
1796936abc
Handle large values on `MergeRequestDiffCommit` dates
2017-10-30 21:13:39 -03:00
Brian Neel
9770c57fab
Re-enable SqlInjection and CommandInjection
2017-08-08 10:50:54 -04:00
Sean McGivern
aff5c9f3e5
Add table for merge request commits
...
This is an ID-less table with just three columns: an association to the merge
request diff the commit belongs to, the relative order of the commit within the
merge request diff, and the commit SHA itself.
Previously we stored much more information about the commits, so that we could
display them even when they were deleted from the repo. Since 8.0, we ensure
that those commits are kept around for as long as the target repo itself is, so
we don't need to duplicate that data in the database.
2017-07-06 17:36:10 +01:00