summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fl-mr-widget' into 'master'Phil Hughes2018-01-314-39/+46
|\ | | | | | | | | Move mr widget related links into a vue file See merge request gitlab-org/gitlab-ce!16825
| * Fix broken testfl-mr-widgetFilipa Lacerda2018-01-312-3/+3
| |
| * Move mr widget related links into a vue fileFilipa Lacerda2018-01-304-40/+47
| |
* | Merge branch 'axios-get-render-math' into 'master'Phil Hughes2018-01-311-13/+25
|\ \ | | | | | | | | | | | | Replace $.get in render math with axios See merge request gitlab-org/gitlab-ce!16697
| * | Replace $.get in render math with axiosaxios-get-render-mathClement Ho2018-01-301-13/+25
| |/
* | Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-311-11/+6
| |
* | Merge branch 'ph-ajax-to-axios' into 'master'Filipa Lacerda2018-01-316-118/+88
|\ \ | | | | | | | | | | | | Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
| * | potential fix for tests crashingPhil Hughes2018-01-301-2/+3
| | | | | | | | | | | | use underscore noop instead of jquery
| * | EE backport for callback being optionalPhil Hughes2018-01-301-1/+1
| | |
| * | more EE backportsPhil Hughes2018-01-301-2/+10
| | |
| * | backported changed from EEPhil Hughes2018-01-301-1/+5
| | |
| * | fixed failing IDE testPhil Hughes2018-01-301-1/+1
| | |
| * | changed commits.js to axiosPhil Hughes2018-01-301-16/+18
| | |
| * | converted blob viewer to axiosPhil Hughes2018-01-301-14/+8
| | |
| * | Converted API.js to axiosPhil Hughes2018-01-304-85/+46
| | |
* | | Merge branch 'cal-label-fix' into 'master'Annabel Dunstone Gray2018-01-301-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Contribution calendar label cutoff fix See merge request gitlab-org/gitlab-ce!16769
| * | Contribution calendar label cutoff fixcal-label-fixClement Ho2018-01-291-1/+1
| | |
* | | Merge branch 'ph-ajax-into-axios' into 'master'Filipa Lacerda2018-01-306-89/+80
|\ \ \ | | | | | | | | | | | | | | | | More $.ajax conversions to axios See merge request gitlab-org/gitlab-ce!16761
| * | | cache jQuery selectorph-ajax-into-axiosPhil Hughes2018-01-301-5/+7
| | | |
| * | | Converted integration_settings_form to axiosPhil Hughes2018-01-291-25/+23
| | | |
| * | | Converted issuable_bulk_update_actions to axiosPhil Hughes2018-01-291-9/+4
| | | |
| * | | Converted issuable_index to axiosPhil Hughes2018-01-291-13/+15
| | | |
| * | | Converted group_label_subscription to axiosPhil Hughes2018-01-291-14/+13
| | | |
| * | | Converted graphs_show to axiosPhil Hughes2018-01-291-7/+9
| | | |
| * | | Converted gl_dropdown to axiosPhil Hughes2018-01-291-19/+12
| | | |
* | | | Merge branch 'update-create-item-dropdown-with-create-new-item-option' into ↵Filipa Lacerda2018-01-301-13/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add `createNewItemFromValue` option and `clearDropdown` method to `create_item_dropdown` See merge request gitlab-org/gitlab-ce!16699
| * | | | Add createNewItemFromValue option and clearDropdown methodupdate-create-item-dropdown-with-create-new-item-optionEric Eastwood2018-01-301-13/+31
| | | | | | | | | | | | | | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* | | | | Replace $.get in single file diff with axiosClement Ho2018-01-301-11/+15
| | | | |
* | | | | Merge branch 'axios-post-label-manager' into 'master'Fatih Acet2018-01-301-18/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Replace $.post in label manager with axios See merge request gitlab-org/gitlab-ce!16695
| * | | | Remove unnecessary returnaxios-post-label-managerClement Ho2018-01-241-1/+1
| | | | |
| * | | | Replace $.post in label manager with axiosClement Ho2018-01-241-18/+14
| |/ / /
* | | | add noData empty state to prometheus graphsfix-prometheus-empty-state-no-dataMike Greiling2018-01-292-3/+16
| | | |
* | | | Replace $.post in edit blob with axiosClement Ho2018-01-291-5/+10
| | | |
* | | | Merge branch 'fl-vue-mr-widget' into 'master'Phil Hughes2018-01-293-140/+193
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move mr_widget_merged into a vue file Closes #42486 See merge request gitlab-org/gitlab-ce!16746
| * | | | Fix broken testfl-vue-mr-widgetFilipa Lacerda2018-01-291-2/+2
| | | | |
| * | | | [ci skip] Merge branch 'master' into fl-vue-mr-widgetFilipa Lacerda2018-01-2910-252/+228
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) normalize headers correctly i18n flash message fixed dashboard projects not being filterable Converted filterable_list to axios Converted due_date_select to axios Converted dropzone_input to axios Converted create_merge_request_dropdown to axios converted compare_autocomplete to axios Convered compare.js to axios Set alternate object directories in run_git Digital Ocean Spaces now supports AWS v4 streaming API Fix spec failures in issues_spec.rb Fix #42486. Generalize toggle_buttons.js update code based on feedback add changelog fix spec add spec disable retry attempts for Import/Export until that is fixed add an extra spec fix validation error on services ...
| * | | | | Move mr_widget_merged into a vue fileFilipa Lacerda2018-01-263-140/+193
| | |_|_|/ | |/| | |
* | | | | Merge branch 'nogravatar-fix-default-avatar' into 'master'Fatih Acet2018-01-292-5/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix avatar icon missing when Gravatar is disabled Closes #34733 and #38715 See merge request gitlab-org/gitlab-ce!16681
| * | | | | Fall back to default_avatar_url in issue assigment.Felix Geyer2018-01-282-5/+3
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the avatar in issue assignments when the user hasn't got an avatar and Gravatar is disabled. Closes #34733
* | | | | Replace $.post in awards handler with axiosClement Ho2018-01-291-4/+8
| | | | |
* | | | | Disable MR check out button when source branch is deletedJacopo2018-01-291-0/+1
| |_|/ / |/| | | | | | | | | | | After source branch deletion the Merge request `Check out branch` button is disabled.
* | | | normalize headers correctlyPhil Hughes2018-01-293-13/+5
| | | | | | | | | | | | | | | | i18n flash message
* | | | fixed dashboard projects not being filterablePhil Hughes2018-01-291-1/+1
| | | |
* | | | Converted filterable_list to axiosPhil Hughes2018-01-292-25/+20
| | | |
* | | | Converted due_date_select to axiosPhil Hughes2018-01-291-27/+21
| | | |
* | | | Converted dropzone_input to axiosPhil Hughes2018-01-291-18/+15
| | | |
* | | | Converted create_merge_request_dropdown to axiosPhil Hughes2018-01-291-80/+67
| | | |
* | | | converted compare_autocomplete to axiosPhil Hughes2018-01-291-7/+8
| | | |
* | | | Convered compare.js to axiosPhil Hughes2018-01-291-26/+21
|/ / /
* | | Merge branch 'generalize-js-toggle-buttons' into 'master'Filipa Lacerda2018-01-263-63/+78
|\ \ \ | |/ / |/| | | | | | | | Generalize toggle_buttons for JavaScript usage See merge request gitlab-org/gitlab-ce!16689