summaryrefslogtreecommitdiffstats
path: root/app/models/repository/git.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Lint/RedundantSafeNavigation (#36919).Go MAEDA2023-06-071-3/+3
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).Go MAEDA2022-10-291-1/+1
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
* Cleanup Repository::Git#clear_extra_info_of_changesets (#37614).Go MAEDA2022-09-251-3/+1
* Use the safe navigation operator instead of checking if an object is nil (#37...Go MAEDA2022-09-251-6/+3
* Fix RuboCop offense Style/GuardClause (#37614).Go MAEDA2022-09-251-4/+4
* Fix RuboCop offense Style/IfUnlessModifier (#37614).Go MAEDA2022-09-251-9/+3
* Fix RuboCop offense Style/SymbolProc (#37614).Go MAEDA2022-09-251-4/+4
* Fix RuboCop offense Rails/Blank (#37614).Go MAEDA2022-09-251-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of app/models/repository/git.rbToshi MARUYAMA2020-09-121-9/+10
* remove spaces inside {} of app/models/repository/git.rbToshi MARUYAMA2020-07-211-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-221-0/+4
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-2/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-5/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
* Code cleanup.Jean-Philippe Lang2015-03-081-0/+6
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* scm: split Repository#entries (#14361)Toshi MARUYAMA2014-02-021-4/+3
* remove unneeded Relation#all from Repository::Git modelToshi MARUYAMA2014-01-311-1/+1
* code format clean up Repository::Git modelToshi MARUYAMA2014-01-311-5/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-14/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Repository changesets are already sorted by committed_on DESC (#12713).Jean-Philippe Lang2013-01-031-2/+1
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+10
* Code cleanup.Jean-Philippe Lang2012-06-101-4/+4
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-3/+3
* scm: mercurial: git: save parents in creating changesets (#10470)Toshi MARUYAMA2012-04-031-6/+3
* scm: git: use Changeset#create and Changeset#create_change as same with Subve...Toshi MARUYAMA2012-03-291-13/+8
* scm: git: add the comment of the reason to scan database in fetching every ti...Toshi MARUYAMA2012-03-291-0/+14
* scm: git: fix typo in fetching revisions comment.Toshi MARUYAMA2012-03-291-1/+1
* scm: git: fix model source indents (#10470)Toshi MARUYAMA2012-03-281-41/+41
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-35/+22