Commit Graph

7 Commits

Author SHA1 Message Date
Felipe Artur b2fb3a9c62 Address review comments 2019-03-28 11:31:14 -03:00
Felipe Artur 7b79f6ab0d fix typo 2019-02-14 16:37:12 -02:00
Felipe Artur 9671a67a4c Fix broken specs 2019-02-14 16:33:26 -02:00
Felipe Artur d4a5d8d070 Add specs for issuable states sync 2019-02-14 14:24:23 -02:00
Felipe Artur 26f40aefb0 Code improvements 2019-02-13 17:31:14 -02:00
Felipe Artur e2aa332504 Improve batch size 2019-02-12 16:39:56 -02:00
Felipe Artur e9b84f50e9 Migrate issuable states to integer patch 1
Patch 1 that migrates issues/merge requests states from integer to string.
On this commit we are only adding the state_id column and syncing it with a backgroud migration.

On Patch 2 the code to use the new integer column will be deployed and the old column will be
removed.
2019-02-11 15:48:40 -02:00