[VOTE] Traffic Control RELEASE-1.8.0-RC2

2016-11-30 Thread Dan Kirkwood
Hello All, I've prepared a release for v1.8.0 (RC2) Changes since 1.7.0: https://github.com/apache/incubator-trafficcontrol/compare/RELEASE-1.7.0...RELEASE-1.8.0-RC2 This corresponds to git: Hash: 8766dbcb38105fbc97b955b4733defe40c83db00 Tag: RELEASE-1.8.0-RC2 Which can be verified with the

[GitHub] incubator-trafficcontrol pull request #111: [TC-56] get rpm version names ri...

2016-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/111 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

Re: Proposed change to Deliverservice API

2016-11-30 Thread Jan van Doorn
> ... requirements on the list for 2.1. For 3.0, you mean? No API breaking changes on a minor rev, I thought? > On Nov 30, 2016, at 08:35, Dewayne Richardson wrote: > > I think once we get 2.0 in place we can start discussing the direction > forward. I agree with the need

Re: Proposed change to Deliverservice API

2016-11-30 Thread Dewayne Richardson
Right sorry, 3.0 On Wed, Nov 30, 2016 at 8:40 AM, Jan van Doorn wrote: > > ... requirements on the list for 2.1. > > For 3.0, you mean? No API breaking changes on a minor rev, I thought? > > > > On Nov 30, 2016, at 08:35, Dewayne Richardson wrote: > > > > I

Re: Proposed change to Deliverservice API

2016-11-30 Thread David Neuman
Fair enough. I agree we should use natural keys. To me the ID thing is something internal to the DB that a client should not have to worry about. I can update the Traffic Ops client to support using IDs and keep the API as-is. On Wed, Nov 30, 2016 at 8:26 AM, Jan van Doorn

Re: Proposed change to Deliverservice API

2016-11-30 Thread Jan van Doorn
Agree with Jeremey. And we can't just slip in a change to 2.0 that does part of this. I'm -1 on neuman's change, at least for 2.0. Cheers, JvD > On Nov 30, 2016, at 08:23, Jeremy Mitchell wrote: > > Let's look at an example of using ID's versus names for POSTS

Re: Proposed change to Deliverservice API

2016-11-30 Thread Jeremy Mitchell
Let's look at an example of using ID's versus names for POSTS (creates) Here is the region table. A region belongs to a division. mysql> desc region; +--+-+--+-+---+-+ | Field| Type| Null | Key | Default

Re: Proposed change to Deliverservice API

2016-11-30 Thread Dave Neuman
Thanks Derek, it's actually already done, but then it dawned on me that it might break others, which is why I posted. On Wed, Nov 30, 2016 at 7:51 AM, Gelinas, Derek wrote: > I've already got a bit of code you can use for just that if you like. > Doing the same for