You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Heith Seewald <hs...@slashdotmedia.com> on 2015/08/14 15:50:51 UTC

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api



---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Fri Aug 14, 2015 01:50 PM UTC
**Owner:** nobody


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Thond1st <th...@gmail.com>.
Thanks @Dave.
I'll try this out and will ask in the mailing list or IRC if I get stuck.
Cheers


---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Fri Apr 22, 2016 04:19 AM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Rohan Verma <ro...@gmail.com>.
- **assigned_to**: Rohan Verma



---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Fri Aug 14, 2015 01:50 PM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Rohan Verma <ro...@gmail.com>.
- **status**: open --> review



---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** review
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Tue Apr 26, 2016 12:53 AM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Rohan Verma <ro...@gmail.com>.
TODO:
[x] Add SVN Support
[x] Add 'logs' endpoint to retrieve logs of commits
[x] Modify commits endpoint
[ ] Improve and add endpoints
[ ] Update RAML


---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Thu Apr 07, 2016 06:40 PM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] Re: #7965 Improve git/hg/svn endpoints for rest api

Posted by Dave Brondsema <da...@brondsema.net>.
Thond1st,

This question is probably best asked on the mailing list or IRC, but I will give a brief response here still.  No, there's not REST apis for those.  It might be possible to extend the default `AuthenticationProvider` with custom server-side python code to do what you need.  https://forge-allura.apache.org/docs/development/extending.html


---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Fri Apr 22, 2016 04:19 AM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Thond1st <th...@gmail.com>.
Hi,
Do we have REST API endpoints for User's CRUD?
Git Users?
Project Users?
Neighborhood Users?
My use case is create project/git users upon registration or confirmaton on my website.
Thanks.


---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** open
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Wed Apr 20, 2016 08:48 PM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.

[allura:tickets] #7965 Improve git/hg/svn endpoints for rest api

Posted by Rohan Verma <ro...@gmail.com>.
- **status**: review --> closed



---

** [tickets:#7965] Improve git/hg/svn endpoints for rest api**

**Status:** closed
**Milestone:** unreleased
**Labels:** api 
**Created:** Fri Aug 14, 2015 01:50 PM UTC by Heith Seewald
**Last Updated:** Wed May 11, 2016 05:40 PM UTC
**Owner:** Rohan Verma


 Our rest api endpoints for git/hg/svn need to be cleaned up. Currently they are too simplistic (svn isn't even hooked up).

Our RAML api documentation should be updated as well.  It might be easier to update the RAML first to ensure a consistant and reusable interface that can then be implemented in code.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.