Commit Graph

4 Commits

Author SHA1 Message Date
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