gitlab-org--gitlab-foss/app/controllers/projects
Patrick Derichs a13abd6731 Add edit_note and spec for editing quick actions
Call QuickActionsService on Note update

Add support for notes which just contain
commands after editing

Return http status gone (410) if note was deleted

Temporary frontend addition so it is not
failing when a note is deleted

Move specs to shared examples

Fix rubocop style issue

Deleting note on frontend when status is 410

Use guard clause for note which got deleted

Simplified condition for nil note

This method should no longer be called
with nil note

Refactoring of execute method to reduce
complexity

Move errors update to delete_note method

Note is now deleted visually when it only
contains commands after update

Add expectation

Fix style issues

Changing action to fix tests

Add tests for removeNote and update
deleteNote expectations
2019-08-26 09:20:00 +00:00
..
ci
clusters
cycle_analytics Add review remarks 2019-07-22 19:52:32 +00:00
environments
merge_requests Split MR widget into cached and non-cached serializers 2019-08-09 21:01:55 +00:00
prometheus
registry Limit registry tag bulk delete to 15 items 2019-08-15 16:22:13 +10:00
serverless
settings Add username to deploy tokens 2019-07-02 18:56:48 +00:00
tags
application_controller.rb Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq 2019-07-03 11:55:42 +02:00
artifacts_controller.rb Find build by sha from ref 2019-07-23 20:55:59 +02:00
autocomplete_sources_controller.rb
avatars_controller.rb
badges_controller.rb Don't display badges when builds are restricted 2019-07-11 10:26:53 +02:00
blame_controller.rb
blob_controller.rb Use ActiveModel's type instead of virtus 2019-08-20 10:52:21 +00:00
boards_controller.rb
branches_controller.rb Fix Ruby 2.5 compatibility for diverging counts of branches 2019-08-06 00:08:59 +02:00
build_artifacts_controller.rb Rename latest_successful to be more explicit 2019-07-26 00:17:52 +02:00
builds_controller.rb
clusters_controller.rb
commit_controller.rb
commits_controller.rb
compare_controller.rb
cycle_analytics_controller.rb Track page views for cycle analytics show page 2019-08-14 16:12:12 +00:00
deploy_keys_controller.rb
deploy_tokens_controller.rb
deployments_controller.rb Extract deployment_metrics into own object 2019-07-08 09:13:21 +12:00
discussions_controller.rb
environments_controller.rb Adds download CSV functionality to dropdown in metrics 2019-08-14 22:57:33 +00:00
error_tracking_controller.rb
find_file_controller.rb
forks_controller.rb
git_http_client_controller.rb Allow CI to clone public projects when HTTP protocol is disabled 2019-08-14 14:15:33 -05:00
git_http_controller.rb
graphs_controller.rb
group_links_controller.rb
hook_logs_controller.rb
hooks_controller.rb
imports_controller.rb
issues_controller.rb Add SortingPreference concern 2019-08-21 10:13:45 +00:00
jobs_controller.rb Add Job specific variables 2019-07-29 07:43:10 +00:00
labels_controller.rb
lfs_api_controller.rb
lfs_locks_api_controller.rb
lfs_storage_controller.rb
mattermosts_controller.rb
merge_requests_controller.rb Add SortingPreference concern 2019-08-21 10:13:45 +00:00
milestones_controller.rb
mirrors_controller.rb
network_controller.rb
notes_controller.rb Add edit_note and spec for editing quick actions 2019-08-26 09:20:00 +00:00
pages_controller.rb
pages_domains_controller.rb
pipeline_schedules_controller.rb
pipelines_controller.rb Preload tags when loading Ci::Pipeline 2019-08-23 14:49:52 +02:00
pipelines_settings_controller.rb
project_members_controller.rb
protected_branches_controller.rb
protected_refs_controller.rb
protected_tags_controller.rb
raw_controller.rb Return 429 on rate limiter on raw endpoint 2019-08-13 18:13:37 +00:00
refs_controller.rb
releases_controller.rb
repositories_controller.rb Return an ETag headers for the archive endpoint 2019-07-23 20:37:49 +02:00
runner_projects_controller.rb
runners_controller.rb
services_controller.rb
snippets_controller.rb Rewrite if: argument in before_action and alike when only: is also used 2019-07-18 10:04:06 +05:30
stages_controller.rb
starrers_controller.rb Fix N+1s queries while loading users 2019-08-19 17:35:46 -03:00
tags_controller.rb
templates_controller.rb
todos_controller.rb
tree_controller.rb
triggers_controller.rb Drop feature to take ownership of a trigger token 2019-07-10 12:08:45 +02:00
uploads_controller.rb
variables_controller.rb Bring scoped environment variables to core 2019-08-08 18:51:52 +00:00
wikis_controller.rb New wiki page redirects user to random slug 2019-08-21 09:33:12 +12:00