You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Tim Van Steenburgh <va...@users.sf.net> on 2014/01/28 17:56:17 UTC

[allura:tickets] #7111 Refactor tool importers to use target_app for g.entry_points



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points**

**Status:** in-progress
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Tue Jan 28, 2014 04:56 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points

Posted by Cory Johns <ma...@users.sf.net>.
One minor test fix (added `setup_unit_test` to `ForgeImporters/forgeimporters/github/tests/test_code.py:TestGitHubRepoImporter.test_import_tool_happy_path`), and now waiting on pythontree update to merge.


---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points**

**Status:** code-review
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Tue Feb 04, 2014 10:48 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points

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



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points**

**Status:** code-review
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Fri Jan 31, 2014 05:23 AM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points -- NEEDS INI

Posted by Dave Brondsema <br...@users.sf.net>.
- **summary**: Refactor tool importers to use target_app for g.entry_points -- NEEDS CONFIGTREE --> Refactor tool importers to use target_app for g.entry_points -- NEEDS INI



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points -- NEEDS INI**

**Status:** closed
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Wed Feb 05, 2014 09:26 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points

Posted by Tim Van Steenburgh <va...@users.sf.net>.
- **status**: in-progress --> code-review
- **Size**:  --> 2



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points**

**Status:** code-review
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Tue Jan 28, 2014 04:56 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points -- NEEDS CONFIGTREE

Posted by Cory Johns <ma...@users.sf.net>.
- **summary**: Refactor tool importers to use target_app for g.entry_points --> Refactor tool importers to use target_app for g.entry_points -- NEEDS CONFIGTREE
- **status**: code-review --> closed



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points -- NEEDS CONFIGTREE**

**Status:** closed
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Wed Feb 05, 2014 08:32 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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] #7111 Refactor tool importers to use target_app for g.entry_points

Posted by Tim Van Steenburgh <va...@users.sf.net>.
allura:tv/7111
forge-classic:tv/7111
configtree:tv/7111
tracwikiimporter:tv/7111
mediawikimporter:tv/7111
googlecodewikiimporter:tv/7111



---

** [tickets:#7111] Refactor tool importers to use target_app for g.entry_points**

**Status:** code-review
**Created:** Tue Jan 28, 2014 04:56 PM UTC by Tim Van Steenburgh
**Last Updated:** Tue Jan 28, 2014 04:56 PM UTC
**Owner:** Tim Van Steenburgh

By using the App from g.entry_points instead of hard-coding the App class name in the importer, we can make the default importers use custom, subclassed Apps w/o needing to subclass the importer also.


---

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.