Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot e6bcd6e738 Add latest changes from gitlab-org/gitlab@master 2020-09-25 09:09:40 +00:00
GitLab Bot 7671216b60 Add latest changes from gitlab-org/gitlab@master 2020-02-24 21:09:08 +00:00
GitLab Bot 38149afcf9 Add latest changes from gitlab-org/gitlab@master 2020-02-24 09:08:51 +00:00
GitLab Bot 72721699f1 Add latest changes from gitlab-org/gitlab@master 2020-02-18 00:09:20 +00:00
Heinrich Lee Yu 2b3d00a778 Remove unneeded monkey-patch
Changes all calls to data_source_exists? to table_exists?
since that is the intent of these calls
2019-07-25 12:21:38 +08:00
Robert Speicher 30e5b31eea
Add frozen_string_literal to EE files now in CE 2019-07-08 20:06:24 -05:00
Robert Speicher acd927fd59
Move lib/gitlab dependency to application
We use the `Gitlab.ee` and `.ee?` methods in several initializers now.
2019-07-08 17:36:29 -05:00
Robert Speicher 9f677359a7
Add EE-only initializers
These files are only used by EE, and are now wrapped in `Gitlab.ee`
blocks for file parity.
2019-07-08 15:04:38 -05:00