17:35:11 <mfedosin> #startmeeting glare
17:35:12 <openstack> Meeting started Mon May 23 17:35:11 2016 UTC and is due to finish in 60 minutes.  The chair is mfedosin. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:35:13 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
17:35:15 <openstack> The meeting name has been set to 'glare'
17:35:24 <mfedosin> #topic agenda
17:35:33 <mfedosin> #link https://etherpad.openstack.org/p/glance-artifacts-sub-team-meeting-agenda
17:35:39 <mfedosin> #link https://etherpad.openstack.org/p/glance-artifacts-sub-team-meeting-agenda
17:35:51 <mfedosin> #topic Updates
17:36:43 <mfedosin> several decisions were made last week in Glare
17:37:08 <mfedosin> first one, we decided to simplify our model and removed primitive type Text
17:37:53 <mfedosin> before there was a differentiation between String (limited by 255 chars) and Text (unlimited)
17:38:27 <mfedosin> but it contradicts with oslo.vo framework
17:39:04 <mfedosin> so we had two options: implement our own types (String and Text)
17:39:19 <mfedosin> or adapt our model to oslo.vo
17:39:29 <mfedosin> we chose the second one
17:39:53 <mfedosin> also 2 new property attributes were introduced
17:40:24 <mfedosin> sortable - which indicates if it's possible to sort by this property
17:40:34 <mfedosin> and filter_ops
17:40:56 <mfedosin> it's a list of available list operators
17:41:07 <mfedosin> *filter operators
17:41:30 <mfedosin> like 'eq', 'neq', 'lt' and so on
17:42:03 <mfedosin> also many bugs were fixed - thanks Darja and Kairat
17:42:42 <mfedosin> that's all updates at the moment
17:42:53 <mfedosin> #topic Spec is out, ready for review
17:43:07 <mfedosin> #link https://review.openstack.org/#/c/283136/
17:43:48 <mfedosin> I added latest changes in our model there
17:44:10 <mfedosin> and also there is an example of api requests
17:44:41 <mfedosin> nikhil: please review it when you have time
17:45:03 <nikhil> Sure
17:45:17 <mfedosin> also I wrote a message in ML
17:46:05 <mfedosin> Where am I interested in who will use the service
17:46:40 <mfedosin> nikhil: thanks :)
17:47:24 <mfedosin> #topic 'copy-from' middleware
17:48:04 <mfedosin> there is an idea to implement 'copy-from' functionality in Glare like it was in glance v1
17:48:38 <mfedosin> but it won't be a part of our api
17:49:01 <nikhil> mfedosin: I don't like that we are discussing so many things
17:49:15 <nikhil> We don't even have a implementation yet
17:49:28 <mfedosin> it's just an idea
17:49:36 <nikhil> Our entire focus needs to on MVP
17:49:37 <mfedosin> to implement this as middleware
17:49:51 <nikhil> And then we need to discuss everything upstream
17:50:19 <mfedosin> not so many people come here to discuss stuff :)
17:50:29 <mfedosin> but yeah, you're right
17:50:54 <nikhil> First there needs to be for people to use and play around
17:51:07 <nikhil> Only then there will be interest
17:51:12 <mfedosin> all core part is implemented and we're going to spend next 2 weeks in stabilizing the code and the project itself
17:51:36 <nikhil> mfedosin: please focus on making them reviewable
17:51:56 <mfedosin> it will be after 2 weeks
17:52:00 <nikhil> The stabilizing should be done upstream when it had been merged
17:52:08 <nikhil> Has
17:52:22 <mfedosin> on 6th of June will start 'making them reviewable' :)
17:52:48 <nikhil> Ok
17:53:00 <mfedosin> nikhil: it's better to fix problems before merging, imho
17:53:30 <mfedosin> instead of doing it when code in a repo
17:53:57 <nikhil> We need to chat
17:54:11 <nikhil> I don't quite like the strategy
17:54:13 <mfedosin> what are we doing now?
17:54:31 <mfedosin> okay, I got you
17:54:54 <mfedosin> but anyway - good news is we have built a conception and ready to present it to big public
17:55:22 <mfedosin> I think I have nothing to say here for today
17:55:44 <mfedosin> except "please review the spec"
17:56:21 <nikhil> :-)
17:56:29 <mfedosin> thanks nikhil
17:56:31 <mfedosin> #endmeeting