summaryrefslogtreecommitdiff
path: root/app/controllers/projects/commit_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Added initial version of deploymentsKamil Trzcinski2016-06-101-1/+1
* Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski2016-06-031-5/+5
* Fix other places where we still use commit attribute of BuildKamil Trzcinski2016-06-031-3/+3
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
* Satisfy RubocopDouwe Maan2016-05-131-1/+1
* Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan2016-05-131-1/+0
* Extract LegacyDiffNote out of NoteDouwe Maan2016-05-131-5/+6
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-5/+10
|\
| * Fix specsKamil Trzcinski2016-04-111-2/+6
| * Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-3/+4
* | Add support to cherry-pick any commitP.S.V.R2016-04-181-13/+17
|/
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-5/+4
* More updates from the last code review.Rubén Dávila2016-02-191-1/+2
* Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-3/+23
* Check that target_branch is present.Rubén Dávila2016-02-191-1/+1
* Make MRs with revert commit work.Rubén Dávila2016-02-191-2/+5
* Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-0/+13
* Add button to revert commit on Commit detail page.Rubén Dávila2016-02-191-0/+7
* Ensure Commit#show responds 404 instead of 500 when given an invalid IDrs-issue-13467Robert Speicher2016-02-151-2/+2
* Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-091-9/+3
|\
| * Make the CI permission model simplerKamil Trzcinski2016-02-021-9/+3
* | Remember user's inline/tabular diff view preference in a cookiekkm2016-02-051-0/+2
|/
* Merge branch 'master' into issue_3945Douwe Maan2016-01-201-1/+1
|\
| * Give reporters the ability to download artifacts.Andrew Johnson2016-01-151-1/+1
* | More refactoring from last code review. #3945Rubén Dávila2016-01-141-1/+1
* | Use current commit id if it doesn't have a parent. #3945Rubén Dávila2016-01-131-1/+1
* | Change strategy to highlight diffs. #3945Rubén Dávila2016-01-071-0/+1
|/
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+0
* Move commit builds to partialDouwe Maan2015-12-081-4/+4
* Add ignore whitespace change option to commit viewMinsik Yoon2015-12-011-1/+6
* CI details cleanupKamil Trzcinski2015-11-051-12/+26
* Allow developer to manage buildsKamil Trzcinski2015-10-231-1/+10
* Fix tests and few CI featuresDmitriy Zaporozhets2015-10-071-1/+1
* Remove Ci::Commit and Ci::Build controllerscleanup-ci-pagesDmitriy Zaporozhets2015-10-071-0/+8
* Render CI statuses on commit pageDmitriy Zaporozhets2015-10-061-0/+7
* Show CI status on commit pageDmitriy Zaporozhets2015-09-241-0/+2
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-3/+3
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-3/+3
* Clean up code around commit mentions.Douwe Maan2015-04-151-3/+3
* Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+1
* Commit page: async load branches infoValery Sizov2015-02-031-2/+6
* Show tags in commit viewHannes Rosenögger2015-01-171-0/+1
* remove auth duplicationValery Sizov2014-11-051-1/+0
* Merge pull request #8030 from cirosantilli/factor-authorizeDmitriy Zaporozhets2014-10-211-1/+1
|\
| * Factor authorize_push! and authorize_code_access!Ciro Santilli2014-10-131-1/+1
* | Use @project on controllers, don't call methodCiro Santilli2014-10-191-6/+6
|/
* Faster branch contains detection for commitDmitriy Zaporozhets2014-09-291-7/+1
* Fix Commit stats and diff encoding issuesDmitriy Zaporozhets2014-09-251-7/+1
* Refactor diff suppress logic and diff viewsDmitriy Zaporozhets2014-07-151-10/+4