summaryrefslogtreecommitdiff
path: root/app/models/concerns/issuable.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Redact unsubscribe links in issuable textsJan Provaznik2018-10-231-0/+3
* Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-0/+1
* Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-4/+0
* Resolve "Migrate issue labels and milestone to related merge request"Tiago Botelho2018-09-061-1/+1
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Merge branch 'frozen-string-enable-app-models-even-more' into 'master'Stan Hu2018-08-081-0/+2
|\
| * Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* | Merge branch 'osw-fix-missing-and-duplicated-milestones-on-list' into 'master'Sean McGivern2018-08-071-1/+1
|\ \
| * | Fix missing and duplicates on project milestone listing pageOswaldo Ferreira2018-08-071-1/+1
| |/
* | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+6
|/
* Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-6/+0
* [backend] Addressed review commentsJan Provaznik2018-07-031-0/+6
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+4
* Ensure metrics regardless of being imported on MRs41587-osw-mr-metrics-migration-take-twoOswaldo Ferreira2018-05-301-2/+0
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-1/+1
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-071-0/+4
|\
| * Add discussion APIjprovazn-apiJan Provaznik2018-03-071-0/+4
* | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-051-0/+1
|/
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-6/+5
* Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-7/+2
|\
| * Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-7/+2
| * Rename to_fuzzy_arel to fuzzy_arel_matchDouwe Maan2017-11-241-3/+3
* | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-3/+9
|/
* Fix WIP system note not being createdissue_40374Felipe Artur2017-11-231-0/+7
* Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-1/+5
* Refactor issuables index actionsJarka Kadlecova2017-11-071-0/+2
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-3/+0
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-17/+10
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-1/+7
* Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-11/+13
* add controller specmicael.bergeron2017-09-061-1/+1
* rework the contributor badgemicael.bergeron2017-09-061-4/+5
* round of fixes after code reviewmicael.bergeron2017-09-061-0/+1
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-0/+5
* Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-4/+7
* Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-0/+1
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-3/+2
* Native group milestonesFelipe Artur2017-07-071-0/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-3/+3
* Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-0/+8
|\
| * Make MergeRequest respond to assignee_ids & assignee_ids=Toon Claes2017-06-201-5/+1
| * Backport issuable for assignee slash commands from EEToon Claes2017-06-201-0/+12
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
|/
* Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-2/+0
* Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-0/+1
* Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern2017-05-051-0/+1
|\