Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move non-controller code into dedicated service | Thong Kuah | 2018-10-15 | 1 | -0/+1 |
| | | | | | | | | | | This should help with code re-use when we create applications for group level cluster next. Change `find_or_initialize_by` to explicitly find or build the right association based on the application name. The benefit here is that we use the associations on @cluster rather than querying from the other side of the association. | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+2 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner | gfyoung | 2018-07-16 | 1 | -0/+2 |
| | | | | | | For directories application_settings --> labels. Partially addresses #47424. | ||||
* | Make request argument required for Applications::CreateService | Dmitriy Zaporozhets | 2018-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Backport changes in app/services/applications/create_service/rb | Mario de la Ossa | 2018-06-02 | 1 | -2/+1 |
| | |||||
* | refactor code | James Lopez | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | fix specs | James Lopez | 2017-10-31 | 1 | -0/+0 |
| | |||||
* | fix spec | James Lopez | 2017-10-31 | 1 | -2/+0 |
| | |||||
* | add applications controller logic | James Lopez | 2017-10-31 | 1 | -0/+15 |