Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot e9c2bf2678 Add latest changes from gitlab-org/gitlab@master 2020-03-03 18:08:16 +00:00
GitLab Bot 536aa3a1f4 Add latest changes from gitlab-org/gitlab@master 2020-01-30 15:09:15 +00:00
GitLab Bot 4f01ac5ba0 Add latest changes from gitlab-org/gitlab@master 2019-11-13 09:06:41 +00:00
GitLab Bot 0f0a8be306 Add latest changes from gitlab-org/gitlab@master 2019-10-30 21:07:58 +00:00
Phil Hughes df3d9361e5
Use GraphQL API to fetch last commit data for tree 2019-06-28 13:36:18 +01:00
Phil Hughes 301a7d32b4
Enable GraphQL batch requests 2019-05-29 10:31:16 +01:00
Kushal Pandya 6a57552a36 Add support for second `config` param 2019-05-24 16:40:56 +05:30
Kushal Pandya 8e808bc221 Add support for baseUrl in ApolloClient instance
Add support for providing baseUrl/rootUrl within `uri` while
creating ApolloClient instance.
2019-04-25 12:25:21 +05:30
Phil Hughes 07e61875de
CE backport of design-management-upload-client 2019-04-02 09:34:17 +01:00
Phil Hughes 6ed496a896
Port design-management-vue-app to CE 2019-02-22 12:54:06 +00:00
Phil Hughes 50e21a89a0
Suggests issues when typing title
This suggests possibly related issues when the user types a title.

This uses GraphQL to allow the frontend to request the exact
data that is requires. We also get free caching through the Vue Apollo
plugin.

With this we can include the ability to import .graphql files in JS
and Vue files.
Also we now have the Vue test utils library to make testing
Vue components easier.

Closes #22071
2018-11-27 15:10:40 +00:00