summaryrefslogtreecommitdiff
path: root/app/services/applications
Commit message (Collapse)AuthorAgeFilesLines
* Move non-controller code into dedicated serviceThong Kuah2018-10-151-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 copsYorick Peterse2018-09-111-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-innergfyoung2018-07-161-0/+2
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Make request argument required for Applications::CreateServiceDmitriy Zaporozhets2018-06-071-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Backport changes in app/services/applications/create_service/rbMario de la Ossa2018-06-021-2/+1
|
* refactor codeJames Lopez2017-10-311-1/+1
|
* fix specsJames Lopez2017-10-311-0/+0
|
* fix specJames Lopez2017-10-311-2/+0
|
* add applications controller logicJames Lopez2017-10-311-0/+15