gitlab-org--gitlab-foss/db/fixtures/development
Douwe Maan 130c8a5198 Merge branch 'feature/precalculate-authorized-projects' into 'master'
Precalculate authorized projects in database

## What does this MR do?
It caches user's authorized projects in database instead of using multiple unions, which should simplify and speed-up things since this operation (getting authorized projects) is used a lot.

## Are there points in the code the reviewer needs to double check?
Did we miss a scenario where we need to refresh the list of projects?

## Does this MR meet the acceptance criteria?

- [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)~~
- [ ] ~~API support added~~
- 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)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?
#23150 

See merge request !6839
2016-11-18 19:42:17 +00:00
..
01_admin.rb Revert "Change default admin password from "5iveL!fe" to "password"" 2015-07-14 17:59:36 +02:00
04_project.rb Precalculate user's authorized projects in database 2016-11-18 20:25:45 +02:00
05_users.rb Minor refactoring in seeding 2015-10-16 11:30:26 +02:00
06_teams.rb Allow Member.add_user to handle access requesters 2016-09-28 09:43:00 +02:00
07_milestones.rb Fix seed_fu failure with inserting milestones into test DB 2016-04-10 06:39:42 -07:00
09_issues.rb Minor refactoring in seeding 2015-10-16 11:30:26 +02:00
10_merge_requests.rb Limit the number of merge requests per project to avoid long seeds 2016-05-04 09:22:01 -07:00
11_keys.rb Improve developer seeds 2014-08-11 17:55:31 +03:00
12_snippets.rb Minor refactoring in seeding 2015-10-16 11:30:26 +02:00
13_comments.rb Update ffaker gem 2015-05-20 19:22:00 -04:00
14_pipelines.rb Refactor code to use available and stopped statuses and refactor views to use separate renders 2016-10-17 12:45:31 +02:00
15_award_emoji.rb Random selection now also works for MySQL 2016-06-15 12:10:41 +02:00
16_protected_branches.rb Add seeds for protected branches. 2016-07-29 15:20:39 +05:30
17_cycle_analytics.rb Merge branch 'feature/precalculate-authorized-projects' into 'master' 2016-11-18 19:42:17 +00:00