Commit Graph

9 Commits

Author SHA1 Message Date
Yorick Peterse d825c9cb5d
Clean up schema of the "issues" table
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-11-09 18:00:30 +01:00
Clement Ho 59c03de56d Use title as placeholder instead of issue title for reusability 2017-10-20 19:26:51 +00:00
Winnie Hellmann 265b1a3b72 Show confirmation modal before deleting account 2017-10-06 20:40:41 +00:00
Jarka Kadlecova ae9b771797 Remove checks if issue.author is present 2017-09-05 16:25:40 +02:00
Jarka Kadlecova 19da7a5587 Fix failure when issue author is nil 2017-08-25 11:52:27 +02:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Robert Speicher 293ad11df4 Use `empty_project` where possible in spec/features/issues 2017-07-27 13:12:16 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Jarka Kadlecova a9d940bffc Use Ghost user when edited_by, merged_by deleted 2017-07-19 11:35:17 +02:00