summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix static_analysis failurece-39118-dynamic-pipeline-variables-feMatija Čupić2018-02-062-6/+22
* Add missing padding to CI variables protected itemMatija Čupić2018-02-051-0/+2
* Use dynamic variable list in scheduled pipelines and group/project CI secret ...Eric Eastwood2018-02-0516-108/+218
* Fix validation of duplicate new variablesdynamic-pipeline-variablesMatija Čupić2018-02-052-0/+2
* Switch emphasis from controller format to updateMatija Čupić2018-02-052-14/+14
* Remove usage of VariablePresenter in controllerMatija Čupić2018-02-052-16/+4
* Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-053-2/+12
* Add VariableSerializer for Ci::VariableMatija Čupić2018-02-053-2/+12
* Return all variables after UPDATEMatija Čupić2018-02-052-2/+12
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-052-3/+14
* Use `resource` in Project Variables routing schemeMatija Čupić2018-02-052-3/+14
* Format validation errors as human readable messagesMatija Čupić2018-02-052-2/+2
* Pass validation errors in JSON endpointMatija Čupić2018-02-052-2/+2
* Update CI Variable presenters pathsMatija Čupić2018-02-052-14/+6
* Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-49/+0
* Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-052-1/+17
* Remove redundant routes in VariablesControllerMatija Čupić2018-02-051-51/+0
* Use nested attributes for updating multiple variablesMatija Čupić2018-02-051-21/+3
* Add destroy functionality to save_multipleMatija Čupić2018-02-051-2/+9
* Move variable loading into before_actionMatija Čupić2018-02-051-12/+12
* Refactor VariablesController#save_multipleMatija Čupić2018-02-051-9/+13
* Implement multiple variable handling actionMatija Čupić2018-02-051-1/+18
* Stub multiple variable controller methodMatija Čupić2018-02-051-0/+4
* Merge branch '42584-fix-margins-in-tag-list' into 'master'Filipa Lacerda2018-02-051-1/+1
|\
| * Fixes Different margins between buttons in tag listJacopo2018-02-051-1/+1
* | Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse2018-02-053-2/+3
|\ \
| * | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-051-0/+1
| * | Add foreign keys to todos table.Andreas Brandl2018-02-052-2/+2
* | | Merge branch 'ph-axios-4' into 'master'Filipa Lacerda2018-02-059-166/+140
|\ \ \
| * | | fixed typo :see_no_evil:ph-axios-4Phil Hughes2018-02-051-1/+1
| * | | fixed unhandled promise rejectionPhil Hughes2018-02-051-2/+2
| * | | Converted users_select to use axiosPhil Hughes2018-02-051-53/+45
| * | | converted user_tabs.js to use axiosPhil Hughes2018-02-051-15/+18
| * | | fixed failing karma specs caused by TaskListPhil Hughes2018-02-051-4/+4
| * | | Converted task_list.js to use axiosPhil Hughes2018-02-051-7/+5
| * | | Converted shortcuts.js to use axiosPhil Hughes2018-02-051-13/+14
| * | | Converted right_sidebar.js to use axiosPhil Hughes2018-02-051-20/+11
| * | | Converted protected_tag_edit.js to use axiosPhil Hughes2018-02-051-18/+13
| * | | Converted protected_branch_edit.js to use axiosPhil Hughes2018-02-051-22/+18
| * | | Converted prometheus_metrics.js to use axiosPhil Hughes2018-02-051-10/+7
| * | | Converted project_label_subscription.js to use axiosPhil Hughes2018-02-051-5/+6
* | | | Allow moving wiki pages from the UIFrancisco Javier López2018-02-057-19/+94
* | | | Merge branch '42684-set-up-ci-set-up-ci-cd' into 'master'Filipa Lacerda2018-02-051-2/+2
|\ \ \ \
| * | | | Change "CI configuration" in "CI/CD configuration"42684-set-up-ci-set-up-ci-cdbikebilly2018-02-021-1/+1
| * | | | Change "Set up CI" to "Set up CI/CD"bikebilly2018-02-011-1/+1
* | | | | Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-056-18/+50
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | apply fixes from feedback42547-upload-store-mount-pointMicaël Bergeron2018-02-022-9/+10
| * | | | add the uploader context to the upload modelMicaël Bergeron2018-02-026-19/+50
* | | | | Merge branch 'axios-preview-markdown' into 'master'Fatih Acet2018-02-051-15/+15
|\ \ \ \ \
| * | | | | Replace $.ajax in preview markdown with axiosClement Ho2018-02-051-15/+15