summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
Commit message (Collapse)AuthorAgeFilesLines
* Make tree, blob and blame pages more consistentDouwe Maan2017-05-093-11/+13
|
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-5/+2
|
* Refactor MarkupHelperDouwe Maan2017-04-271-1/+1
|
* Cache the rendered README, but post-process on showToon Claes2017-04-271-1/+1
| | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* [#22826] Ensure find_file_link and download button is part of file tree headerTM Lee2017-04-232-9/+5
| | | | | - Move the find_file_link and download partial into the project tree_header partial - Added Changelog
* Copy diff file path as GFMDouwe Maan2017-04-061-1/+1
|
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-2/+1
|
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* fixed points from comments to improve code qualitydimitrieh2017-01-251-4/+1
|
* fixed repo view, last commit, with updated clipboard button orderdimitrieh2017-01-241-1/+6
|
* Update clipboard_button text: Copy commit SHA to clipboardclipboard-button-commit-shavictorwu2017-01-171-1/+1
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-312-5/+5
|
* HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya2016-12-311-2/+2
|
* HAMLLint: Fix `FinalNewline` offencesKushal Pandya2016-12-312-2/+2
|
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-311-1/+1
|
* Tweak style and add back wordingvictorwu2016-12-121-1/+2
|
* Clean up commit copy to clipboard and make consistentvictorwu2016-12-121-5/+1
|
* Cleaned up global namespace JSJosé Iván2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
* Move create MR banner below subnavAnnabel Dunstone Gray2016-10-011-1/+1
|
* fixed incorrect reference to @repository.root_ref in _readme.html.haml. #22083Jason Aquino2016-09-161-1/+1
|
* Fix repo page ui issues, show full last commit message in repo view.Bryce2016-08-313-10/+11
| | | | | | | Integrates changes from ClemMakesApps' commit: 8581e152, although it was reverted to avoid frustrating conflicts. See MR: !5530 (diffs)
* Revert "Add last commit time to repo view"Bryce2016-08-311-6/+5
| | | | | | | | | | This reverts commit 8581e152ef8fa27b6670760d39b7f06dab5f796b. This creates really difficult conflicts with another MR that was worked on simulataneously. That MR mostly encompassed the aims of this commit. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5308/commits
* Merge branch 'add-time-repo-view' into 'master' Fatih Acet2016-08-301-5/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add last commit time to repo view ## What does this MR do? Adds the last commit time to the repository file view ## Are there points in the code the reviewer needs to double check? Just need to make sure it works well in responsive (It is working well to my knowledge :smiley: ) ## Why was this MR needed? Allow users to see more information related to the last commit ## What are the relevant issue numbers? Closes #20224 ## Screenshots (if relevant) Before: ![Screen_Shot_2016-07-27_at_1.54.03_PM](/uploads/2b3da5c6b82965fd302abe590d2b0e46/Screen_Shot_2016-07-27_at_1.54.03_PM.png) After: ![Screen_Shot_2016-07-27_at_1.54.09_PM](/uploads/1f5f5fe1bd6f193090067a41ac4e3c66/Screen_Shot_2016-07-27_at_1.54.09_PM.png) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5530
| * Add last commit time to repo viewClement Ho2016-08-291-5/+6
| |
* | Aggressively merge views, feedback:Lin Jen-Shin2016-08-241-2/+1
| | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347679 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347470
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-08-102-1/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | artifacts-from-ref-and-build-name * upstream/master: (516 commits) Rename `run` task helper method to prevent conflict with StateMachine Add a method in Project to return a cached value of total count of projects Add Changelog entry for Grape upgrade [ci skip] Fix Grape tests. Retain old behavior Update Grape from 0.13.0 to 0.15.0. adds second batch of tests changed to active tense fixes part1 of files to start using active tense Clarify the features for generating default label sets Update tree view to sort folders with submodules Memoize CI config node validator to prevent leaks fix MR source project assignment remove offending empty line Rails prefers require_dependency so that it won't require twice: use Unix line endings for API documentation use long options for curl examples in API documentation (!5703) Prefixes removed branches name with PR number when importing PR from GH Update CHANGELOG Remove SHA suffix for removed branches name when importing PR from GH add linting script for documentation ...
| * Update tree view to sort folders with submodulesAdam Buckland2016-08-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
| * Expand commit message width in repo viewClement Ho2016-08-021-1/+1
| |
* | Add artifacts to view branch page download dropdownAnnabel Dunstone2016-07-181-1/+1
|/
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-1/+1
|
* Added title attribute to enties in tree viewtree-file-titlePhil Hughes2016-06-162-5/+6
| | | | Closes #18353
* Start styling sub navAnnabel Dunstone2016-06-071-8/+11
|
* Put project Files and Commits tabs under Code tabDmitriy Zaporozhets2016-06-031-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove header title from project pagesDmitriy Zaporozhets2016-05-261-1/+0
| | | | | | | With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use standard button size for new fileDmitriy Zaporozhets2016-03-281-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
|
* Ensure link for README blobs includes the full pathrs-issue-13254Robert Speicher2016-02-091-1/+1
| | | | Closes #13254
* Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-201-3/+3
|
* Fix files, project settings and few more pages with new layoutDmitriy Zaporozhets2016-01-142-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-4/+4
|
* Merge branch 'master' into edit-on-forkDouwe Maan2015-12-181-44/+49
|\ | | | | | | | | # Conflicts: # app/views/projects/tree/_tree_header.html.haml
| * Add branch and tag operation to tree dropdownDrew Blessing2015-12-171-2/+10
| |
* | Satisfy RubocopDouwe Maan2015-12-181-1/+1
| |
* | Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-182-22/+56
|/
* Fix size of disabled 'New file' buttonbuttons-sizeDouwe Maan2015-12-091-1/+1
|
* Merge branch 'edit-in-patch-branch' into 'master' Robert Speicher2015-12-081-0/+4
|\ | | | | | | | | | | | | Default target branch to patch-n when editing file in protected branch Fixes #3441 See merge request !2021
| * Make tooltip less confusingDouwe Maan2015-12-081-1/+1
| |
| * Show tooltip when trying to edit file when not on branchDouwe Maan2015-12-081-0/+4
| |
* | Merge branch 'master' into ui/miscDouwe Maan2015-12-031-1/+1
|\ \ | |/
| * Use monospace font for commit SHA in branch listDouwe Maan2015-12-021-1/+1
| |