gitlab-org--gitlab-foss/db
Oswaldo Ferreira bb8f2520b4 Persist truncated note diffs on a new table
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response.
With this change we solve this problem and simplify a lot fetching this piece of info.
2018-05-24 15:34:43 -03:00
..
fixtures Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
migrate Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
optional_migrations Migration to add/drop primary key constraints for composite keys. 2018-05-21 17:56:57 +02:00
post_migrate Resolve "Deprecate Gemnasium project service" 2018-05-23 09:40:45 +00:00
schema.rb Persist truncated note diffs on a new table 2018-05-24 15:34:43 -03:00
seeds.rb