{ "id": "106258", "key": "TIMOB-12017", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15695", "description": "2013 Sprint 20", "name": "2013 Sprint 20", "archived": true, "released": true, "releaseDate": "2013-10-04" }, { "id": "15698", "description": "2013 Sprint 20 Tooling", "name": "2013 Sprint 20 Tooling", "archived": true, "released": true, "releaseDate": "2013-10-04" } ], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2013-10-07T05:18:42.000+0000", "created": "2012-12-11T01:06:31.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [ { "id": "25583", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "109326", "key": "TIDOC-1015", "fields": { "summary": "Document SDK Builder Usage", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "25834", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "109681", "key": "TIMOB-12727", "fields": { "summary": "Version errors being generated by BB on CI", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "26496", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "105160", "key": "TIMOB-11808", "fields": { "summary": "Split titanium_mobile GitHub repository into one repository per platform", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "26497", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "106456", "key": "TIMOB-12083", "fields": { "summary": "Audit and delete obsolete tags and branches from titanium_mobile repo", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "csullivan", "key": "csullivan", "displayName": "Christian Sullivan", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-10-07T05:18:42.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10207", "name": "Tooling" } ], "description": "This is the top level issue for tracking the restructuring of the titanium_mobile repository and its build scripts.\r\n\r\nThis is a list of high level components and functional components:\r\n\r\n*Repository Changes*\r\n* Should we move titanium_mobile repo to titanium_mobile_old and create a new titanium_mobile repo?\r\n** What about pending pull requests?\r\n\r\n*Submodules*\r\n* Use git hooks for auto updating\r\n* Support submodule-specific scripting (i.e. doc generation)\r\n\r\n*Experimentation*\r\n* Test submodules\r\n* Hooks\r\n* How to split repos and keep history (filter subtree?)\r\n* Branch management\r\n\r\n*Splitting up the titanium_mobile repo*\r\n* Move android, iphone, and mobileweb into separate repos\r\n** Rename iphone to ios\r\n* Add supported OSes to package.json\r\n* Move anvil, apidocs to separate repos\r\n* Move support/templates, support/node_modules, and package.json to root\r\n\r\n*Remove deprecated directories/files*\r\n* bugtests\r\n* demos\r\n* drillbit\r\n* site_scons\r\n* Remove all unused Python scripts\r\n* Remove support directory\r\n\r\n*Replace scons with a node.js-based build system*\r\n* Document current scons process\r\n* Responsible for managing the submodule'd platforms\r\n* Compile platform-specific resources (in parallel)\r\n* Install SDK locally\r\n* Assemble distribution files per operating system (Mac, Linux, Windows)\r\n* Compile documentation\r\n* Download npm dependencies\r\n* Manage branches and releases via a configuration file\r\n* Integration with Jenkins CI server\r\n* Minimal dependencies\r\n** No global libraries (i.e. jake)\r\n** Build dependency's node_modules directory must NOT conflict with node_modules needed for SDK builds\r\n\r\n*Continuous Integration*\r\n* Create OS specific CI servers for monitoring specific platform repos\r\n* Run Anvil on each master/major.minor merge\r\n* Pre-compile V8\r\n* Fetch latest platform-specific builds from S3, then assemble release\r\n* Upload builds to S3\r\n\r\nSuggestion is to first start with ensuring BB and Windows Mobile are integrated into the existing process (they are currently stand-alone repos_ and then proceed to split out titanium_mobile into separate repos once that process is well tested.\r\n\r\nEstimate time for tasks and various options.", "attachment": [], "flagged": false, "summary": "Replace SCons build scripts with SDK Builder", "creator": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "subtasks": [ { "id": "106262", "key": "TIMOB-12019", "fields": { "summary": "Investigate solutions for splitting up titanium_mobile repo", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "105159", "key": "TIMOB-11807", "fields": { "summary": "Replace scons scripts with Node.js-based solution", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "106816", "key": "TIMOB-12131", "fields": { "summary": "Attach Windows Mobile and Blackberry repos to titanium_mobile repo", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "107400", "key": "TIMOB-12213", "fields": { "summary": "Convert iOS scons sdk build to node.js script", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "107401", "key": "TIMOB-12214", "fields": { "summary": "Convert Android scons sdk build to node.js script", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "107402", "key": "TIMOB-12215", "fields": { "summary": "Convert MobileWeb scons sdk build to node.js script", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "107403", "key": "TIMOB-12216", "fields": { "summary": "Convert scons sdk Documentation Generator to node.js", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "109668", "key": "TIMOB-12723", "fields": { "summary": "Alter Continuous Integration page to support multiple repositories", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110614", "key": "TIMOB-12952", "fields": { "summary": "Builder config.json parser add glob support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110615", "key": "TIMOB-12953", "fields": { "summary": "Builder config.json parser add include support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110616", "key": "TIMOB-12954", "fields": { "summary": "Builder config.json parser add cli args override", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110617", "key": "TIMOB-12955", "fields": { "summary": "Builder config.json parser add file concatenation support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110618", "key": "TIMOB-12956", "fields": { "summary": "Builder config.json parser add interpolation support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110619", "key": "TIMOB-12957", "fields": { "summary": "Builder config.json parser add plug-in support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110620", "key": "TIMOB-12958", "fields": { "summary": "Builder config.json parser os based switch support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } }, { "id": "110621", "key": "TIMOB-12959", "fields": { "summary": "Builder config.json parser add git support", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } ], "reporter": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "272265", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Deferring this for ti.next ATM.", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-09-20T23:15:00.000+0000", "updated": "2013-09-20T23:15:00.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }