Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Gilles Dubreuil
Great, thanks to the API SIG! On 23/06/18 06:53, Flint WALRUS wrote: Oh! That’s its truly a sweet sweet attention, that will indeed really help us to focus on what we have to do without having to goes through an extensive email back and forth :-) Thanks a lot!! Le ven. 22 juin 2018 à 22:48,

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Flint WALRUS
Oh! That’s its truly a sweet sweet attention, that will indeed really help us to focus on what we have to do without having to goes through an extensive email back and forth :-) Thanks a lot!! Le ven. 22 juin 2018 à 22:48, Ed Leafe a écrit : > On Jun 15, 2018, at 5:42 PM, Gilles Dubreuil

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Ed Leafe
On Jun 15, 2018, at 5:42 PM, Gilles Dubreuil wrote: > > This initial patch [1] allows to retrieve networks, subnets. > > This is very easy, thanks to the graphene-sqlalchemy helper. > > The edges, nodes layer might be confusing at first meanwhile they make the > Schema Relay-compliant in

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Tristan Cacqueray
On June 22, 2018 8:01 am, Flint WALRUS wrote: About your code, I feel that we should extract the schemas from the base.py under neutron/api/graphql/schemas/ right now before the code became to large, that would then allows for a better granularity. Thanks. Since this is the graphql branch,

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Flint WALRUS
Hi Gilles, I just had a look at your patch, cool, thanks for the work. ok, that good to start with a limited subsets of query types indeed, you're right. Ok, perfect for the patch to branch, I don't know why but I had the feeling that you were requesting for the branch to be merged back and not

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-22 Thread Gilles Dubreuil
On 22/06/18 15:57, Flint WALRUS wrote: Hi everyone, Thanks for the updates and support, that appreciated. @Gilles, did you already implemented all the service types? We have query types for networks and subnets for now. Before we add more we are going to focus on oslo policies so we can

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-21 Thread Flint WALRUS
Hi everyone, Thanks for the updates and support, that appreciated. @Gilles, did you already implemented all the service types? What is left to do? You already want to merge the feature branch with master? @tristan I’d like to work on the feature branch but I’ll wait for gilles answers as I

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-21 Thread Gilles Dubreuil
On 22/06/18 09:21, Tristan Cacqueray wrote: Hi Flint, On June 21, 2018 5:32 pm, Flint WALRUS wrote: Hi everyone, sorry for the late answer but I’m currently trapped into a cluster issue with cinder-volume that doesn’t give me that much time. That being said, I’ll have some times to work on

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-21 Thread Tristan Cacqueray
Hi Flint, On June 21, 2018 5:32 pm, Flint WALRUS wrote: Hi everyone, sorry for the late answer but I’m currently trapped into a cluster issue with cinder-volume that doesn’t give me that much time. That being said, I’ll have some times to work on this feature during the summer (July/August)

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-21 Thread Flint WALRUS
Hi everyone, sorry for the late answer but I’m currently trapped into a cluster issue with cinder-volume that doesn’t give me that much time. That being said, I’ll have some times to work on this feature during the summer (July/August) and so do some coding once I’ll have catched up with your

Re: [openstack-dev] [neutron][api[[graphql] A starting point

2018-06-16 Thread Tristan Cacqueray
On June 15, 2018 10:42 pm, Gilles Dubreuil wrote: Hello, This initial patch [1]  allows to retrieve networks, subnets. This is very easy, thanks to the graphene-sqlalchemy helper. The edges, nodes layer might be confusing at first meanwhile they make the Schema Relay-compliant in order to

[openstack-dev] [neutron][api[[graphql] A starting point

2018-06-15 Thread Gilles Dubreuil
Hello, This initial patch [1]  allows to retrieve networks, subnets. This is very easy, thanks to the graphene-sqlalchemy helper. The edges, nodes layer might be confusing at first meanwhile they make the Schema Relay-compliant in order to offer re-fetching, pagination features out of the