summaryrefslogtreecommitdiff
path: root/spec/helpers/notes_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-9/+9
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-7/+7
|
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-0/+10
|
* Fix specsdm-outdated-system-noteDouwe Maan2017-05-231-1/+7
|
* Support comments for personal snippetsJarka Kadlecova2017-05-051-0/+75
|
* Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-0/+139
| | | | versions
* Fix specsDouwe Maan2017-04-051-17/+0
|
* Revert unrelevant changespipeline-hooks-without-slackKamil Trzcinski2016-08-161-2/+1
|
* Make the comment more clear, feedback:Lin Jen-Shin2016-08-121-1/+3
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13810778
* Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin2016-08-111-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (233 commits) Fix awardable button mutuality loading spinners Update CHANGELOG for 8.10.5 Clean up project destruction Small refactor of doc/development/README.md Avoid commit lookup on diff_helper Removed extra newline from redis_spec.rb Used cached value of project count to reduce DB load Remove duplicate link_to statements Mention add_column_with_default in downtime guide Add missing space to generic badge template 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 spellcheck Add svg guidelines to ui guide 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 ...
| * fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
| |
* | Let's make sure cache were cleared:Lin Jen-Shin2016-08-051-0/+4
|/ | | | | | I can't reproduce this failure locally. Here's the failure: https://gitlab.com/gitlab-org/gitlab-ce/builds/2864250
* Optimize maximum user access level lookup in loading of notesStan Hu2016-07-261-26/+31
| | | | | | | | NotesHelper#note_editable? and ProjectTeam#human_max_access currently take about 16% of the load time of an issue page. This MR preloads the maximum access level of users for all notes in issues and merge requests with several queries instead of one per user and caches the result in RequestStore.
* Be explicit which project and user ID are memoizedStan Hu2016-06-291-0/+14
|
* Memoize the maximum access level for the author of notesStan Hu2016-06-291-0/+32
| | | | | | | In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
* Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas2012-10-101-10/+0
|
* Add emoji_for_completion helperRiyad Preukschas2012-10-091-0/+10