summaryrefslogtreecommitdiff
path: root/app/views/projects/commit
Commit message (Collapse)AuthorAgeFilesLines
* Brefer "Directory" over "Dir", "Files" over "Codeui/consistencyDouwe Maan2015-12-021-2/+3
|
* Don't use params[:view] directly.param-viewDouwe Maan2015-11-171-1/+1
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-2/+2
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Add missing stage to builds viewKamil Trzcinski2015-11-051-1/+1
|
* CI details cleanupKamil Trzcinski2015-11-053-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
* Make tables full width.Douwe Maan2015-10-191-23/+25
|
* Fix retry and cancel for buildfix-retry-and-cancelKamil Trzcinski2015-10-141-9/+13
|
* Fix feature testsKamil Trzcinski2015-10-121-1/+1
|
* Update renderingKamil Trzcinski2015-10-121-44/+23
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-7/+29
|
* Remove Ci::Commit and Ci::Build controllerscleanup-ci-pagesDmitriy Zaporozhets2015-10-071-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move CI build page to CE projectDmitriy Zaporozhets2015-10-061-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Render CI statuses on commit pageDmitriy Zaporozhets2015-10-063-0/+70
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show CI status on commit pageDmitriy Zaporozhets2015-09-241-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project header title definition to view in question.Douwe Maan2015-09-171-0/+1
|
* Improve commit page styleDmitriy Zaporozhets2015-09-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-1/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Include commit message in page title.Douwe Maan2015-04-301-1/+1
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Merge branch 'fix-plain-diffs' into 'master'Dmitriy Zaporozhets2015-03-291-1/+2
|\ | | | | | | | | | | | | | | | | | | Remove the email patches link for merge commits Rugged's `to_mbox` method doesn't work for merge commits, so don't display the option to download them as email patches. This is part of the fix for #1878, and gitlab/gitlab_git!27 allows a plain diff to be generated for a merge commit. Together these changes should prevent the 500 errors described in the issue. cc @sytse See merge request !1737
| * Remove the email patches link for merge commitsVinnie Okada2015-03-231-1/+2
| | | | | | | | | | Rugged's `to_mbox` method doesn't work for merge commits, so don't display the option to download merge commits as email patches.
* | Prevent doubling AJAX request with each commit visit via Turbolinkfix-branch-containsDmitriy Zaporozhets2015-03-251-2/+1
|/
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-8/+8
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Commit page: async load branches infoValery Sizov2015-02-032-17/+22
| | | | | Conflicts: config/routes.rb
* Show branches/tags as labels on commit pageDmitriy Zaporozhets2015-01-221-16/+14
|
* Show tags in commit viewHannes Rosenögger2015-01-171-0/+7
|
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix fa-download iconSullivan SENECHAL2014-10-041-1/+1
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
|
* Use new diff parsing logicDmitriy Zaporozhets2014-09-081-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* whitespaceses at beginning of commit messagesskv2014-08-141-1/+1
|
* Refactor diff suppress logic and diff viewsDmitriy Zaporozhets2014-07-152-4/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix commit comment count cssDmitriy Zaporozhets2014-03-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor js behaviours helpersDmitriy Zaporozhets2014-03-111-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix btn margin for commit show pageDmitriy Zaporozhets2014-02-281-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use more specific class names: grouped -> btn-groupedDmitriy Zaporozhets2014-02-201-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Include tw bootstrap manually. Fix hide classDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* css class .hide has \!important so use gl-hide insteadDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary ago keywordDmitriy Zaporozhets2013-12-301-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add time ago tooltips to show actual date/timeDrew Blessing2013-12-141-4/+2
| | | | | | | | | | | | | | | | | | Clean up admin dashboad tooltips Clean up admin dashboad tooltips Clean up admin dashboad tooltips Add helper method change to use app helper Modify tooltips to use new helper Convert remaining times Adjust one tooltip
* Prevent 500 error if cant detect branches for commitDmitriy Zaporozhets2013-10-231-11/+12
|
* Show branches list (which branches contains commit) on commit pageAndrey Kumanyaev2013-10-211-0/+12
|
* Improve Commit#show page UIDmitriy Zaporozhets2013-08-121-48/+45
|
* Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into ↵Dmitriy Zaporozhets2013-07-301-1/+1
|\ | | | | | | | | | | | | | | | | karlhungus-mr-on-fork Conflicts: app/views/projects/commit/show.html.haml app/views/projects/compare/show.html.haml app/views/projects/merge_requests/branch_from.js.haml
| * MR on Fork multiple fixesIzaak Alpert2013-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Disable observers post test run -Allow db:seed_fu RAILS_ENV=test to be run more than once without error -fix diffs_in_between, was passing in the default_options for grit, but grit in this case doesn't take options, fixed the test to actually fail if the incorrect diffs are returned -make notes/commits render against proper project -MR discussion file links should reference note's project -Added tests for commit links on edit merge request -fixes edit issues (canceling an edited mr, updating an edited mr) -updates tests with checks for source code updates -still forked_merge_requests.feature (project_forked_merge_requests) test not passing (commented out -- "stable" not being set) MR API: error on bad target_project -If the target project id is specified and it is not the same as the project the request is being made on (the source), and the it isn't a fork of that project, error out, otherwise use it as the target -Fixes some busted (but hidden) test cases Conflicts: app/views/merge_requests/show/_diffs.html.haml spec/features/notes_on_merge_requests_spec.rb Change-Id: I20e595c156d0e8a63048baaead7be6330c738a05
* | squash commit summary in one sentenceDmitriy Zaporozhets2013-07-181-8/+0
|/
* Correct path to view for huge commits. Fix #3996Markevych Alexander2013-07-141-1/+1
|
* Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets2013-07-131-1/+1
|
* Reduce top margin for commit show page boxDmitriy Zaporozhets2013-07-121-1/+1
|