Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix validation of duplicate new variablesdynamic-pipeline-variables | Matija Čupić | 2018-02-05 | 3 | -0/+25 |
| | |||||
* | Extract Variables controllers specs to shared_examples | Matija Čupić | 2018-02-05 | 3 | -191/+112 |
| | |||||
* | Refactor Variable controllers specs | Matija Čupić | 2018-02-05 | 2 | -42/+47 |
| | |||||
* | Extract Variable into separate JSON Schema | Matija Čupić | 2018-02-05 | 4 | -24/+27 |
| | |||||
* | Fix Variable JSON Schema | Matija Čupić | 2018-02-05 | 1 | -4/+22 |
| | |||||
* | Extract variable parameters in VariablesController specs | Matija Čupić | 2018-02-05 | 2 | -28/+28 |
| | |||||
* | Switch emphasis from controller format to update | Matija Čupić | 2018-02-05 | 2 | -14/+14 |
| | |||||
* | Remove usage of VariablePresenter in controller | Matija Čupić | 2018-02-05 | 2 | -16/+4 |
| | |||||
* | Add GroupVariableSerializer for Ci::GroupVariable | Matija Čupić | 2018-02-05 | 5 | -5/+29 |
| | |||||
* | Add VariableSerializer for Ci::Variable | Matija Čupić | 2018-02-05 | 6 | -5/+35 |
| | |||||
* | Return all variables after UPDATE | Matija Čupić | 2018-02-05 | 4 | -2/+36 |
| | |||||
* | Change POST to PATCH requests in the controller specs | Matija Čupić | 2018-02-05 | 2 | -6/+6 |
| | |||||
* | Fix a typo in Groups::VariablesController spec | Matija Čupić | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Use `resource` in Group Variables routing scheme | Matija Čupić | 2018-02-05 | 5 | -12/+35 |
| | |||||
* | Use `resource` in Project Variables routing scheme | Matija Čupić | 2018-02-05 | 5 | -12/+40 |
| | |||||
* | Format validation errors as human readable messages | Matija Čupić | 2018-02-05 | 2 | -2/+2 |
| | |||||
* | Pass validation errors in JSON endpoint | Matija Čupić | 2018-02-05 | 2 | -2/+2 |
| | |||||
* | Update CI Variable presenters paths | Matija Čupić | 2018-02-05 | 4 | -40/+14 |
| | |||||
* | Use all parameters in VariablesController specs | Matija Čupić | 2018-02-05 | 2 | -10/+26 |
| | |||||
* | Remove redundant routes in Groups::VariablesController | Matija Čupić | 2018-02-05 | 3 | -94/+2 |
| | |||||
* | Port #save_multiple to Groups::VariablesController | Matija Čupić | 2018-02-05 | 4 | -7/+96 |
| | |||||
* | Remove redundant routes in VariablesController | Matija Čupić | 2018-02-05 | 3 | -102/+2 |
| | |||||
* | Use nested attributes for updating multiple variables | Matija Čupić | 2018-02-05 | 2 | -26/+9 |
| | |||||
* | Add destroy functionality to save_multiple | Matija Čupić | 2018-02-05 | 2 | -2/+29 |
| | |||||
* | Move variable loading into before_action | Matija Čupić | 2018-02-05 | 1 | -12/+12 |
| | |||||
* | Refactor VariablesController#save_multiple | Matija Čupić | 2018-02-05 | 1 | -9/+13 |
| | |||||
* | Implement multiple variable handling action | Matija Čupić | 2018-02-05 | 2 | -4/+70 |
| | |||||
* | Stub multiple variable controller method | Matija Čupić | 2018-02-05 | 3 | -1/+17 |
| | |||||
* | Merge branch '42584-fix-margins-in-tag-list' into 'master' | Filipa Lacerda | 2018-02-05 | 2 | -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 list | Jacopo | 2018-02-05 | 2 | -1/+6 |
| | | |||||
* | | Merge branch '32282-add-foreign-keys-to-todos' into 'master' | Yorick Peterse | 2018-02-05 | 11 | -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-todos | Andreas Brandl | 2018-02-05 | 5 | -3/+31 |
| | | | |||||
| * | | Add foreign keys to todos table. | Andreas Brandl | 2018-02-05 | 8 | -4/+115 |
| | | | | | | | | | | | | Fixes #32282. | ||||
* | | | Merge branch 'ph-axios-4' into 'master' | Filipa Lacerda | 2018-02-05 | 15 | -273/+313 |
|\ \ \ | | | | | | | | | | | | | | | | | More conversions of $.ajax to axios See merge request gitlab-org/gitlab-ce!16882 | ||||
| * | | | fixed typo :see_no_evil:ph-axios-4 | Phil Hughes | 2018-02-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixed unhandled promise rejection | Phil Hughes | 2018-02-05 | 2 | -4/+3 |
| | | | | |||||
| * | | | fixed task list spec | Phil Hughes | 2018-02-05 | 2 | -15/+37 |
| | | | | |||||
| * | | | Converted users_select to use axios | Phil Hughes | 2018-02-05 | 1 | -53/+45 |
| | | | | |||||
| * | | | converted user_tabs.js to use axios | Phil Hughes | 2018-02-05 | 1 | -15/+18 |
| | | | | |||||
| * | | | fixed notes_spec.js | Phil Hughes | 2018-02-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | fixed failing karma specs caused by TaskList | Phil Hughes | 2018-02-05 | 6 | -80/+113 |
| | | | | |||||
| * | | | Converted task_list.js to use axios | Phil Hughes | 2018-02-05 | 1 | -7/+5 |
| | | | | |||||
| * | | | Converted shortcuts.js to use axios | Phil Hughes | 2018-02-05 | 1 | -13/+14 |
| | | | | |||||
| * | | | Converted right_sidebar.js to use axios | Phil Hughes | 2018-02-05 | 2 | -29/+24 |
| | | | | |||||
| * | | | Converted protected_tag_edit.js to use axios | Phil Hughes | 2018-02-05 | 1 | -18/+13 |
| | | | | |||||
| * | | | Converted protected_branch_edit.js to use axios | Phil Hughes | 2018-02-05 | 1 | -22/+18 |
| | | | | |||||
| * | | | Converted prometheus_metrics.js to use axios | Phil Hughes | 2018-02-05 | 2 | -28/+33 |
| | | | | |||||
| * | | | Converted project_label_subscription.js to use axios | Phil Hughes | 2018-02-05 | 1 | -5/+6 |
| | | | | |||||
* | | | | Merge branch 'fj-37273-moving-wiki-pages-from-the-ui' into 'master' | Sean McGivern | 2018-02-05 | 19 | -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 UI | Francisco Javier López | 2018-02-05 | 19 | -41/+567 |
|/ / / / |