You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Dave Brondsema <br...@users.sf.net> on 2013/10/28 19:31:20 UTC

[allura:tickets] #6804 Api to install a tool



---

** [tickets:#6804] Api to install a tool**

**Status:** open
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Mon Oct 28, 2013 06:31 PM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Igor Bondarenko <je...@users.sf.net>.
- **status**: in-progress --> code-review



---

** [tickets:#6804] Api to install a tool**

**Status:** code-review
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Tue Oct 29, 2013 08:46 AM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Cory Johns <ma...@users.sf.net>.
Moved the endpoint to the new `ProjectAdminRestController` and split the test, but otherwise good.


---

** [tickets:#6804] Api to install a tool**

**Status:** closed
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Nov 01, 2013 05:16 PM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Cory Johns <ma...@users.sf.net>.
- **status**: code-review --> closed
- **Milestone**: forge-backlog --> forge-nov-15



---

** [tickets:#6804] Api to install a tool**

**Status:** closed
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Nov 01, 2013 05:16 PM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Igor Bondarenko <je...@users.sf.net>.
- **status**: open --> in-progress



---

** [tickets:#6804] Api to install a tool**

**Status:** in-progress
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Mon Oct 28, 2013 06:31 PM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Igor Bondarenko <je...@users.sf.net>.
Closed #468. `je/42cc_6804`

Docs:

~~~~
* POST /rest/p/_projectname_/install_tool
    - parameter tool: tool name you want to install (e.g. "tickets")
    - parameter mount_point: tool mount point
    - parameter mount_label: tool mount label
    - returns dict with two fields:
        - success: False if error is occured, otherwise True
        - info: success or error message
~~~~


---

** [tickets:#6804] Api to install a tool**

**Status:** code-review
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Tue Oct 29, 2013 08:46 AM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Igor Bondarenko <je...@users.sf.net>.
Created #468: [#6804] Api to install a tool (4cp)


---

** [tickets:#6804] Api to install a tool**

**Status:** in-progress
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Mon Oct 28, 2013 06:31 PM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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

[allura:tickets] #6804 Api to install a tool

Posted by Cory Johns <ma...@users.sf.net>.
- **QA**: Cory Johns



---

** [tickets:#6804] Api to install a tool**

**Status:** code-review
**Labels:** allura-api 42cc 
**Created:** Mon Oct 28, 2013 06:31 PM UTC by Dave Brondsema
**Last Updated:** Fri Nov 01, 2013 11:12 AM UTC
**Owner:** nobody

We should have an API to install tools.

Among other things, make sure an audit log entry is created.

Include simple docs that we can add to https://sourceforge.net/p/forge/documentation/Allura%20API/


---

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

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