summaryrefslogtreecommitdiff
path: root/app/helpers/blob_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some backendDouwe Maan2017-08-031-3/+3
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-8/+8
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
|
* Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-011-9/+5
|\ | | | | | | | | Consistent diff and blob size limit names See merge request !11776
| * Consistent diff and blob size limit namesDouwe Maan2017-05-291-9/+5
| |
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-181-0/+15
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
| * Add auxiliary viewer for CONTRIBUTINGdm-contributing-viewerDouwe Maan2017-05-161-0/+15
| |
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concernsDouwe Maan2017-05-151-4/+4
| | | | max_size
* Make tree, blob and blame pages more consistentDouwe Maan2017-05-091-1/+1
|
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-1/+5
|
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-7/+17
|
* Show Raw button as Download for binary filesDouwe Maan2017-04-301-2/+12
|
* Use blob viewers for snippetsDouwe Maan2017-04-301-3/+11
|
* Address feedbackDouwe Maan2017-04-271-4/+4
|
* Refactor overriding max sizeDouwe Maan2017-04-271-2/+8
|
* Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-1/+1
|
* Address feedbackDouwe Maan2017-04-271-0/+16
|
* Fix some specsDouwe Maan2017-04-271-2/+0
|
* Render blob viewer errorDouwe Maan2017-04-271-0/+9
|
* Move conditional inside copy_blob_source_buttonDouwe Maan2017-04-271-3/+3
|
* Use Blob methods instead of BlobHelper helpersDouwe Maan2017-04-271-18/+2
|
* Add rich blob viewersDouwe Maan2017-04-271-3/+6
|
* Fix diffs with edit-forking needs31276-fix-diffs-with-edit-forking-needsEric Eastwood2017-04-241-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31276
* Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-201-15/+19
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
* Rename can_edit_blob? to can_modify_blob?dm-can-modify-blobDouwe Maan2017-04-171-3/+3
|
* Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan2017-04-101-0/+4
|
* Merge branch 'button-capitalization' into 'master' Clement Ho2017-04-061-1/+1
|\ | | | | | | | | | | | | Button capitalisation Closes #18931 See merge request !10418
| * Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-1/+1
| |
* | Copy diff file path as GFMDouwe Maan2017-04-061-2/+2
|/
* Linking to edit file directlyEric Eastwood2017-04-061-17/+22
|
* Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
| | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* Use code icon for RawDouwe Maan2017-03-161-1/+1
|
* Fix specDouwe Maan2017-03-161-0/+14
|
* Fix code for copsDouwe Maan2017-02-231-10/+11
|
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
|
* removes old css class from everywhere27291-unify-mr-diff-file-buttonsNur Rony2017-02-021-2/+2
|
* Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentadam-auto-deployAdam Niedzielski2016-12-211-1/+1
| | | | | | The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
* Allow to use Dockerfile templatesKamil Trzcinski2016-11-081-0/+4
|
* Refactor template selector in issuable formrefactor-issuable-form-template_selectorRémy Coutable2016-11-041-27/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move editor paths to helperSean McGivern2016-08-191-0/+8
|
* edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-6/+3
|
* Load issues and merge requests templates from repositoryFelipe Artur2016-08-161-8/+33
|
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-1/+1
| | | | | | | On a merge request with over 1000 changed files, there were redundant calls to blob_text_viewable?, which incurred about 7% of the time. Improves #14775
* use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-1/+1
|
* kill the nowrap optionhttp://jneen.net/2016-07-141-2/+3
| | | | | the <pre><code> wrapping is *always* used by the helper, and *never* by anywhere else, so pull the wrapping into the helper
* rm dead `highlighter` methodhttp://jneen.net/2016-07-141-4/+0
|
* add custom highlighting via .gitattributeshttp://jneen.net/2016-06-271-4/+4
| | | | paired with @stanhu
* Merge branch 'backport_from_ee' into 'master' Valery Sizov2016-06-211-1/+1
|\ | | | | | | | | | | | | Fix of on-hover state for 'Edit' button on tree view It's already reviewed and merged to EE, so it's just a back-port. See merge request !4823
| * Fix on-hover state for 'Edit' button on tree viewValery Sizov2016-06-211-1/+1
| |