summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'zj-gitaly-raw-changes' into 'master'Douwe Maan2018-05-075-34/+80
|\ | | | | | | | | Client implementation GetRawChanges See merge request gitlab-org/gitlab-ce!18693
| * Client implementation GetRawChangesZeger-Jan van de Weg2018-05-075-34/+80
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitaly/issues/1138
* | Merge branch 'fix/securiy-dev-template' into 'master'Robert Speicher2018-05-071-2/+2
|\ \ | | | | | | | | | | | | Fix a couple of things in the security template for developers See merge request gitlab-org/gitlab-ce!18776
| * | Update Security Developer Workflow.mdJames Lopez2018-05-071-2/+2
| | |
* | | Merge branch 'zj-wiki-gitaly-fix' into 'master'Douwe Maan2018-05-0727-51/+64
|\ \ \ | | |/ | |/| | | | | | | Bump Gitaly to 0.98.0 See merge request gitlab-org/gitlab-ce!18740
| * | Bump Gitaly Proto to v0.99Zeger-Jan van de Weg2018-05-072-3/+3
| | |
| * | Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-0725-48/+61
| | | | | | | | | | | | | | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* | | Merge branch 'tc-repo-verify-mails' into 'master'Douwe Maan2018-05-079-77/+169
|\ \ \ | |/ / |/| | | | | | | | Various improvements to repository checks See merge request gitlab-org/gitlab-ce!18484
| * | Fix rubocop violationToon Claes2018-05-071-1/+0
| | |
| * | Use push events again to determine if repo needs checkingToon Claes2018-05-073-30/+38
| | |
| * | Project#repository_storage_path no longer existsToon Claes2018-05-071-4/+4
| | |
| * | Rename methods to make it more clear what they doToon Claes2018-05-072-12/+14
| | |
| * | Add small improvements to the docsToon Claes2018-05-071-5/+5
| | |
| * | Refactor RepositoryCheck::BatchWorkerToon Claes2018-05-071-8/+23
| | | | | | | | | | | | For easier overriding methods.
| * | Pass the result as a positive boolToon Claes2018-05-071-3/+4
| | |
| * | Fix incorrect break statementToon Claes2018-05-071-1/+1
| | |
| * | Due to caching, there is no need to check the settings every loopToon Claes2018-05-071-1/+2
| | |
| * | Make it easier to override how to save the resultsToon Claes2018-05-071-3/+8
| | |
| * | The option to recheck an individual project is goneToon Claes2018-05-071-4/+0
| | | | | | | | | | | | No idea where it used to be, but I can no longer find it.
| * | Small documentation reformatting and updatesToon Claes2018-05-071-11/+17
| | |
| * | Update link to the official git websiteToon Claes2018-05-071-1/+1
| | |
| * | Refactor RepositoryCheck::SingleRepositoryWorkerToon Claes2018-05-073-44/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A repo does not need pushes before it will be repo-checked. There are other sources where commits can come from (e.g. import or webIDE). In the test I made the method of breaking a repo more robust. And added a few test examples. See also gitlab-org/gitlab-ce#45046.
| * | Remove `Rails.env.test?` from production codeToon Claes2018-05-072-14/+3
| | |
| * | Do not send repository check mails when they are disabledToon Claes2018-05-072-0/+47
| | | | | | | | | | | | | | | In case the repository checks are disabled, do not send the mails. Otherwise it might send the same failures over and over again.
* | | Merge branch 'live-trace-v2-efficient-destroy-all' into 'master'Grzegorz Bizon2018-05-0710-20/+198
|\ \ \ | | | | | | | | | | | | | | | | Live trace: Use efficient destroy all (for `dependent: :destory` problem) See merge request gitlab-org/gitlab-ce!18575
| * \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-07172-781/+3685
| |\ \ \
| * | | | Added shared exmaple for fast_destroy_all concernShinya Maeda2018-05-043-69/+53
| | | | |
| * | | | Use prepend: true to evaluate always perform_fast_destroy than dependent: ↵Shinya Maeda2018-05-042-4/+1
| | | | | | | | | | | | | | | | | | | | :destroy
| * | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-0478-907/+1482
| |\ \ \ \
| * | | | | Add chnagelogShinya Maeda2018-05-031-0/+5
| | | | | |
| * | | | | Add spec for FastDestroyAllShinya Maeda2018-05-031-0/+69
| | | | | |
| * | | | | Fix typo in fast_destroy_allShinya Maeda2018-05-031-1/+1
| | | | | |
| * | | | | Simplify FastDestroyAll moduleShinya Maeda2018-05-032-47/+60
| | | | | |
| * | | | | Fix typo for comments in project.rbShinya Maeda2018-05-031-1/+1
| | | | | |
| * | | | | Fix typo for comments in fast_destroy_allShinya Maeda2018-05-031-1/+1
| | | | | |
| * | | | | Clean up build_trace_chunkShinya Maeda2018-05-032-9/+10
| | | | | |
| * | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-03150-3881/+7226
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-021-2/+2
| |\ \ \ \ \ \
| * | | | | | | Fix static analysysShinya Maeda2018-05-021-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-023-4/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-024-5/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Introduce `use_fast_destroy` helper for parent associations. Rename method ↵Shinya Maeda2018-05-023-26/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names in build_trace_chunks. Forbid `destroy` method when `FastDestroyAll` included.
| * | | | | | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-0262-884/+1765
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Introduces `FastDestroyAll` moduleShinya Maeda2018-05-016-36/+89
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-0169-404/+885
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove force-flush-to-db when archiving traceShinya Maeda2018-04-301-4/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Added spec for trace archiving.Shinya Maeda2018-04-302-3/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-302-18/+9
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-30162-873/+1522
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix specs. Align with the new table name ci_build_trace_chunkShinya Maeda2018-04-266-13/+6
| | | | | | | | | | | | | |