{ "id": "118122", "key": "ALOY-779", "fields": { "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [ { "id": "15403", "description": "Alloy 1.3.0", "name": "Alloy 1.3.0", "archived": false, "released": true, "releaseDate": "2013-12-20" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-08-08T02:31:29.000+0000", "created": "2013-08-08T02:19:35.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-03-07T22:26:00.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12327", "name": "Documentation" }, { "id": "12600", "name": "Samples & Templates" } ], "description": "There's a number of ways to speed up Alloy compile time. 2 simples ones are setting the following values in the config.json:\r\n\r\n{code:javascript}\r\n{\r\n \"sourcemap\": false,\r\n \"adapters\": []\r\n}\r\n{code}\r\n\r\nThis will skip the sourcemap step and won't include any sync adapters. Each test app should be evaluated based on its needs and have an optimized config.json to make the automated test suite run as quickly as possible.", "attachment": [], "flagged": false, "summary": "Add optimized config.json to each test app", "creator": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "265520", "author": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/alloy/pull/214\r\n\r\nFunctional testing can pass by making sure the automated test suite runs without error. It should be slightly faster than before this PR, about 5-10%.", "updateAuthor": { "name": "tlukasavage", "key": "tlukasavage", "displayName": "Tony Lukasavage", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-08-08T02:31:29.000+0000", "updated": "2013-08-08T02:31:29.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }