summaryrefslogtreecommitdiff
path: root/app/models/audit_event.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-031-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-301-15/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-1/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-2/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-0/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
|
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
| | | | Partially addresses #47424.
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-1/+1
| | | | | This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-1/+1
| | | | | This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate the modelsZeger-Jan van de Weg2016-05-061-2/+2
|
* Re-annotate modelsAtsushi Ishida2015-08-031-0/+14
|
* Audit log for user authenticationValery Sizov2015-07-061-0/+19