gitlab-org--gitlab-foss/app/controllers/concerns
Douwe Maan 2343b83098 Merge branch 'feature/cycle-analytics-events' into 'master'
Cycle Analytics: Events per stage

Adds list of events to each stage:

- Issue: list of issues created in the last XX days, that have been labeled or added to a milestone.
- Plan: list of commits that reference for the fist time an issue from the last stage.
- Code: list of MR created in this stage
- Test: List of unique builds triggered by the commits.
- Review: List of MR merged
- Staging: List of deployed builds
- Production: list of issues with the time from idea to production

Fixes #23449 

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [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 it does - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !6859
2016-11-18 13:50:50 +00:00
..
authenticates_with_two_factor.rb Restrict failed login attempts for users with 2FA 2016-10-04 15:01:38 +01:00
continue_params.rb Fix denting and spec 2016-03-13 13:44:31 +01:00
creates_commit.rb fixes distinction between renaming a file and updating its content and 2016-09-09 23:05:30 -04:00
cycle_analytics_params.rb refactored duplicated code in controller, updated JSON array naming and fixed specs 2016-11-17 08:22:57 +01:00
diff_for_path.rb Fix expanding a collapsed diff when converting a symlink to a regular file 2016-11-10 18:24:12 +01:00
filter_projects.rb Use compact syntax 2016-04-21 16:02:00 -05:00
global_milestones.rb Use respond_to instead of a conditional to paginate milestones 2016-03-23 12:02:15 +01:00
issuable_actions.rb Show labels widget on issuable sidebar if project has only group labels 2016-10-19 14:58:24 -02:00
issuable_collections.rb More aggressively preload on merge request and issue index pages 2016-11-18 14:21:43 +02:00
issues_action.rb More aggressively preload on merge request and issue index pages 2016-11-18 14:21:43 +02:00
membership_actions.rb Fix a few things after the initial improvment to Members::DestroyService 2016-10-03 16:57:48 +02:00
merge_requests_action.rb More aggressively preload on merge request and issue index pages 2016-11-18 14:21:43 +02:00
service_params.rb Refactor JIRA service to use gem 2016-10-26 15:02:16 -02:00
spammable_actions.rb Enable Lint/StringConversionInInterpolation cop and autocorrect offenses 2016-10-03 16:09:57 +02:00
toggle_award_emoji.rb Start Frontend work, fix routing problem 2016-09-19 19:50:40 +03:00
toggle_subscription_action.rb Use @project as default on ToggleSubscriptionAction concern 2016-11-17 15:10:13 -02:00