Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-22 Thread Morten Olav Hansen
Ok, that has been added now -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Sep 22, 2016 at 2:10 PM, Aamer Mohammed wrote: > Thanks Morten. We will pull the changes. Also there is another controller >

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-22 Thread Aamer Mohammed
Thanks Morten. We will pull the changes. Also there is another controller 'MetadataSyncController' for which api versioning needs to be enabled. On Thu, Sep 22, 2016 at 10:00 AM, Morten Olav Hansen wrote: > Hi > > I have added versioning to master now > > -- > Morten Olav

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-21 Thread Morten Olav Hansen
Hi I have added versioning to master now -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Wed, Sep 21, 2016 at 9:27 AM, Morten Olav Hansen wrote: > Hi Aamer > > Yes, you are right. That's one of the controllers that wasn't moved over

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-20 Thread Morten Olav Hansen
Hi Aamer Yes, you are right. That's one of the controllers that wasn't moved over yet, all you need to do is to annotate your controller with: @ApiVersion( { Version.DEFAULT, Version.ALL } ) -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Wed, Sep 21,

Re: [Dhis2-devs] Metadata Sync - API versioning in DHIS

2016-09-20 Thread Aamer Mohammed
Hi Nicolay, We see that you have recently made changes in 2.25 settings-app to change the config.baseUrl from /api to /api/25 As a result few of the apis mentioned below are not working as expected. We would like to know your plans on enabling api versioning for the metadata sync apis so that