summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix validation of duplicate new variablesdynamic-pipeline-variablesMatija Čupić2018-02-053-0/+25
|
* Extract Variables controllers specs to shared_examplesMatija Čupić2018-02-053-191/+112
|
* Refactor Variable controllers specsMatija Čupić2018-02-052-42/+47
|
* Extract Variable into separate JSON SchemaMatija Čupić2018-02-054-24/+27
|
* Fix Variable JSON SchemaMatija Čupić2018-02-051-4/+22
|
* Extract variable parameters in VariablesController specsMatija Čupić2018-02-052-28/+28
|
* 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-055-5/+29
|
* Add VariableSerializer for Ci::VariableMatija Čupić2018-02-056-5/+35
|
* Return all variables after UPDATEMatija Čupić2018-02-054-2/+36
|
* Change POST to PATCH requests in the controller specsMatija Čupić2018-02-052-6/+6
|
* Fix a typo in Groups::VariablesController specMatija Čupić2018-02-051-1/+1
|
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-055-12/+35
|
* Use `resource` in Project Variables routing schemeMatija Čupić2018-02-055-12/+40
|
* 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-054-40/+14
|
* Use all parameters in VariablesController specsMatija Čupić2018-02-052-10/+26
|
* Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-053-94/+2
|
* Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-054-7/+96
|
* Remove redundant routes in VariablesControllerMatija Čupić2018-02-053-102/+2
|
* Use nested attributes for updating multiple variablesMatija Čupić2018-02-052-26/+9
|
* Add destroy functionality to save_multipleMatija Čupić2018-02-052-2/+29
|
* 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-052-4/+70
|
* Stub multiple variable controller methodMatija Čupić2018-02-053-1/+17
|
* Merge branch '42584-fix-margins-in-tag-list' into 'master'Filipa Lacerda2018-02-052-1/+6
|\ | | | | | | | | | | | | Resolve "Different margins between buttons in tag list" Closes #42584 See merge request gitlab-org/gitlab-ce!16927
| * Fixes Different margins between buttons in tag listJacopo2018-02-052-1/+6
| |
* | Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse2018-02-0511-6/+145
|\ \ | | | | | | | | | | | | | | | | | | Add missing foreign key and NOT NULL constraints to todos table. Closes #32282 See merge request gitlab-org/gitlab-ce!16849
| * | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todosAndreas Brandl2018-02-055-3/+31
| | |
| * | Add foreign keys to todos table.Andreas Brandl2018-02-058-4/+115
| | | | | | | | | | | | Fixes #32282.
* | | Merge branch 'ph-axios-4' into 'master'Filipa Lacerda2018-02-0515-273/+313
|\ \ \ | | | | | | | | | | | | | | | | More conversions of $.ajax to axios See merge request gitlab-org/gitlab-ce!16882
| * | | fixed typo :see_no_evil:ph-axios-4Phil Hughes2018-02-051-1/+1
| | | |
| * | | fixed unhandled promise rejectionPhil Hughes2018-02-052-4/+3
| | | |
| * | | fixed task list specPhil Hughes2018-02-052-15/+37
| | | |
| * | | Converted users_select to use axiosPhil Hughes2018-02-051-53/+45
| | | |
| * | | converted user_tabs.js to use axiosPhil Hughes2018-02-051-15/+18
| | | |
| * | | fixed notes_spec.jsPhil Hughes2018-02-051-1/+1
| | | |
| * | | fixed failing karma specs caused by TaskListPhil Hughes2018-02-056-80/+113
| | | |
| * | | 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-052-29/+24
| | | |
| * | | 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-052-28/+33
| | | |
| * | | Converted project_label_subscription.js to use axiosPhil Hughes2018-02-051-5/+6
| | | |
* | | | Merge branch 'fj-37273-moving-wiki-pages-from-the-ui' into 'master'Sean McGivern2018-02-0519-41/+567
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow moving wiki pages from the UI Closes #37273 See merge request gitlab-org/gitlab-ce!16313
| * | | | Allow moving wiki pages from the UIFrancisco Javier López2018-02-0519-41/+567
|/ / / /