summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added missing calls in catch statementsph-axios-2Phil Hughes2018-02-022-3/+10
* fixed issue with axios_utils not reducing activeVueResources variable when re...Phil Hughes2018-02-022-1/+16
* Merge branch 'master' into ph-axios-2Phil Hughes2018-02-01112-442/+561
|\
| * Merge branch 'jramsay-42598-fix-subgroup-creation-docs' into 'master'Marcia Ramos2018-02-012-1/+2
| |\
| | * Fix subgroup creation docsjramsay-42598-fix-subgroup-creation-docsJames Ramsay2018-01-312-1/+2
| * | Merge branch '41710-improve-automatic-ce-ee-merge-docs' into 'master'Sean McGivern2018-02-011-8/+23
| |\ \
| | * | Improve doc/development/automatic_ce_ee_merge.mdRémy Coutable2018-02-011-8/+23
| |/ /
| * | Merge branch '30106-group-issues' into 'master'Sean McGivern2018-02-018-51/+200
| |\ \
| | * | Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-018-51/+200
| * | | Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-0184-149/+156
| |\ \ \
| | * | | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-0184-149/+156
| * | | | Merge branch 'fix-internationalization-namespace' into 'master'Filipa Lacerda2018-02-011-2/+2
| |\ \ \ \
| | * | | | Remove namespaced internationalization importfix-internationalization-namespaceClement Ho2018-01-311-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'sh-remove-universal-darwin'Stan Hu2018-01-311-2/+2
| |\ \ \ \
| | * | | | Remove grpc and google-protobuf platform-specific version markers in Gemfile....Stan Hu2018-01-311-2/+2
| * | | | | Merge branch 'qa-160' into 'master'Robert Speicher2018-02-012-2/+18
| |\ \ \ \ \
| | * | | | | Add a QA scenario for creating an issueqa-160Rémy Coutable2018-01-312-2/+18
| * | | | | | Merge branch 'axios-find-file' into 'master'Fatih Acet2018-02-011-13/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Replace $.ajax in find file with axiosaxios-find-fileClement Ho2018-01-311-13/+11
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'axios-calendar' into 'master'Fatih Acet2018-01-311-9/+14
| |\ \ \ \ \
| | * | | | | Replace $.ajax in activity calendar with axiosaxios-calendarClement Ho2018-01-311-9/+14
| | |/ / / /
| * | | | | Merge branch 'repository-log-disable-walk' into 'master'Douwe Maan2018-01-313-63/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove Rugged::Walk implementation of #logrepository-log-disable-walkJacob Vosmaer2018-01-313-63/+2
| * | | | | Merge branch '4761-follow-up-from-resolve-developers-should-be-able-to-create...Rémy Coutable2018-01-311-2/+2
| |\ \ \ \ \
| | * | | | | refactor groups controller to match EE4761-follow-up-from-resolve-developers-should-be-able-to-create-new-projects-in-groupJames Lopez2018-01-311-2/+2
| * | | | | | Merge branch 'fix-install-docs' into 'master'Nick Thomas2018-01-313-5/+10
| |\ \ \ \ \ \
| | * | | | | | [ci skip] Fix example commands to refer to the correct versionsAlejandro Rodríguez2018-01-313-5/+10
| |/ / / / / /
| * | | | | | Merge branch 'fl-mr-widget' into 'master'Phil Hughes2018-01-315-122/+94
| |\ \ \ \ \ \
| | * | | | | | Fix broken testfl-mr-widgetFilipa Lacerda2018-01-312-3/+3
| | * | | | | | Move mr widget related links into a vue fileFilipa Lacerda2018-01-305-123/+95
| * | | | | | | Merge branch 'axios-get-render-math' into 'master'Phil Hughes2018-01-311-13/+25
| |\ \ \ \ \ \ \
| | * | | | | | | Replace $.get in render math with axiosaxios-get-render-mathClement Ho2018-01-301-13/+25
* | | | | | | | | fixed axios mock not being restoredPhil Hughes2018-02-011-0/+4
* | | | | | | | | remove useless ajaxPost methodPhil Hughes2018-02-013-21/+6
* | | | | | | | | fixed notes_spec.jsPhil Hughes2018-02-011-58/+124
* | | | | | | | | fixed issue_spec transient failurePhil Hughes2018-01-311-32/+27
* | | | | | | | | fixed eslint :see_no_evil:Phil Hughes2018-01-312-2/+0
* | | | | | | | | Merge branch 'master' into ph-axios-2Phil Hughes2018-01-31124-1309/+2600
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'axios-common-utils-favicon' into 'master'Fatih Acet2018-01-313-39/+38
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-313-39/+38
| |/ / / / / / /
| * | | | | | | Merge branch 'rugged-reference-cache-rescue' into 'master'Sean McGivern2018-01-314-18/+14
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Remove Rugged exception in cache rescuerugged-reference-cache-rescueJacob Vosmaer2018-01-304-18/+14
| * | | | | | | Merge branch 'sh-fix-project-members-api-perf' into 'master'Rémy Coutable2018-01-316-30/+46
| |\ \ \ \ \ \ \
| | * | | | | | | Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...sh-fix-project-members-api-perfStan Hu2018-01-306-30/+46
| * | | | | | | | Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern2018-01-3111-102/+551
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-3113-106/+555
| * | | | | | | | | Merge branch 'qa-new-dropzone-component' into 'master'Grzegorz Bizon2018-01-314-17/+41
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable2018-01-314-17/+41
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'fix/move-can-be-merged-to-lib-git' into 'master'Grzegorz Bizon2018-01-312-1/+19
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Move Repository#can_be_merged? to Gitlab::Git::Repositoryfix/move-can-be-merged-to-lib-gitAhmad Sherif2018-01-302-19/+19