summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Updated MR comparenew-mr-improvementsPhil Hughes2016-04-131-1/+1
| | | | Based on in feedback in !3228
* Fixed buildsPhil Hughes2016-04-061-8/+1
|
* Updated UI for new merge requestPhil Hughes2016-04-061-1/+1
| | | | Closes #2540
* Replace strong by span for .item-title elementsfix-alignment-issueRémy Coutable2016-01-151-1/+1
|
* Streamline item titles to use a single class, and add back strong tagsRémy Coutable2016-01-151-1/+1
|
* Fix alignment issues after a fix on titles weightRémy Coutable2016-01-141-1/+1
|
* Improve the consistency of commit titles, branch names, tag names, issue/MR ↵fix/titles-weightRémy Coutable2016-01-141-1/+1
| | | | titles, on their respective project pages
* Expire view caches when application settings changeStan Hu2016-01-031-1/+1
| | | | Closes #5728
* Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if ↵Kamil Trzcinski2015-12-171-1/+1
| | | | the builds are enabled
* Do not display ci build status if builds enabled but no `.gitlab-ci.yml`Grzegorz Bizon2015-12-141-2/+2
| | | | Ref #3827
* Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-021-2/+2
|\
| * Rework the copy_to_clipboard logicRobert Speicher2015-11-241-2/+2
| | | | | | | | It needed to be more flexible in how we set the target text or element.
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-271-3/+3
|\ \ | |/
| * Merge branch 'ci-status-mr-index' into 'master' Dmitriy Zaporozhets2015-10-251-2/+1
| |\ | | | | | | | | | | | | | | | | | | | | | Ci status for merge requests index page ![ci-mr-index](/uploads/1424564c87ac6ff5fb2c4bc260fbebdf/ci-mr-index.png) See merge request !1682
| | * Move rendering CI status to helperDmitriy Zaporozhets2015-10-231-2/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add "Copy to clipboard" buttonsRobert Speicher2015-10-231-1/+2
| |/ | | | | | | | | Adds buttons to the commit list SHAs and the cross-project reference data on issuables.
* | Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan2015-10-141-1/+1
|/
* Fix bug where transferring a project would result in stale commit linksStan Hu2015-10-021-1/+1
| | | | | | | | | Transferring a project to another namespace updates the project's updated_at field, but since the cache key did not depend on the object, the page fragments were not invalidated. This resulted in stale links to the commits. Changing the cache key to use the object pathname solves this issue. Closes gitlab-org/omnibus-gitlab#843
* Show CI status on all pages where commits list is renderedDmitriy Zaporozhets2015-09-231-1/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Cache commits listDmitriy Zaporozhets2015-06-301-28/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use `skip_js` for commit timestampsRobert Speicher2015-06-171-1/+1
| | | | This greatly improves frontend rendering times.
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-1/+1
|
* Clean up code around commit mentions.Douwe Maan2015-04-151-1/+1
|
* Don't include system notes in issue/MR comment count.notes-count-without-systemDouwe Maan2015-03-231-1/+1
|
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-7/+9
|\ | | | | | | | | | | | | | | | | Conflicts: app/views/projects/commits/_commit.html.haml app/views/projects/issues/_issue.html.haml app/views/projects/issues/_issue_context.html.haml app/views/projects/merge_requests/_merge_request.html.haml app/views/projects/merge_requests/show/_context.html.haml
| * Minor css improvementsDmitriy Zaporozhets2015-02-201-2/+3
| | | | | | | | | | * lighter color for comments count * better UI for issue assigee.milestone block
| * Improve commits page UIDmitriy Zaporozhets2015-02-191-3/+3
| |
| * Refactor commits cssDmitriy Zaporozhets2015-02-191-1/+1
| |
| * Improve commits UIDmitriy Zaporozhets2015-02-191-3/+4
| |
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
|/ | | | | | 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.
* Use 8chars short sha for commit in viewsDmitriy Zaporozhets2014-10-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-1/+1
|
* gfm and preserve commit messageskv2014-08-141-1/+1
| | | | for commits#show
* Prevent html injection on commits page by commit messageDmitriy Zaporozhets2014-07-101-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move the links decision to helper.Marin Jankovski2014-07-091-6/+1
|
* Differentiate between dirs, files and general code.Marin Jankovski2014-07-091-2/+5
|
* Check if blob is requested.Marin Jankovski2014-07-091-1/+1
|
* Show browse file if we are browsing file history.Marin Jankovski2014-07-091-1/+4
|
* notes count in 1 query for mr and commitsskv2014-06-101-4/+8
|
* Small css fixesDmitriy Zaporozhets2014-02-261-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix commit description expandDmitriy Zaporozhets2014-02-261-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* commit description in commit listskv-headless2014-02-251-1/+8
|
* Use css truncation instead of railsDmitriy Zaporozhets2014-01-081-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove unnecessary ago keywordDmitriy Zaporozhets2013-12-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve commits page UIDmitriy Zaporozhets2013-12-181-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add time ago tooltips to show actual date/timeDrew Blessing2013-12-141-4/+1
| | | | | | | | | | | | | | | | | | 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
* Minor UI improvementsDmitriy Zaporozhets2013-11-271-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve commits list UIDmitriy Zaporozhets2013-09-101-13/+11
|
* Merge Request on forked projectsIzaak Alpert2013-07-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+21