Граф коммитов

43 Коммитов

Автор SHA1 Сообщение Дата
Will Smythe 51ee60c4af Update README.md 2016-01-28 20:40:30 -05:00
Will Smythe 989adbd496 Create README.md 2016-01-28 20:38:48 -05:00
bfcamara 6d1c99751a Bump version 0.3.2 2016-01-27 07:18:50 +00:00
bfcamara b7cc5f3a46 Declare app as private in manifest to fix #8 2016-01-25 12:10:31 +00:00
bfcamara 5404276522 reduce the JSON size needed to store the field settings by storing only what it's not assumed by default #7 2015-07-22 22:05:15 +01:00
bfcamara 6ac1684e61 Merge from master 2014-12-12 05:35:27 +00:00
bfcamara f093751657 Improved validation for inexistent VSO accounts detecting 404 status code (Feature #1) 2014-11-18 16:20:18 +00:00
bfcamara b9e942e5a4 Fix #2: sort list of projects by name 2014-11-18 15:49:34 +00:00
bfcamara d4f1de029e Fix issue #3: Added a new mini button to allow to refresh the queries list 2014-11-18 15:27:33 +00:00
bfcamara b7674b2e8d Bind to VSO REST API version 1.0 2014-10-28 15:29:00 +00:00
bfcamara 6751c629ea allow https://<account>.visualstudio.com as the account name
optimized the base url calculations: calculate once in app loading
2014-10-24 15:21:21 +01:00
bfcamara 2597a3588e support for oneHop and tree queries 2014-10-24 14:46:41 +01:00
bfcamara 65859e3f2e Add WI hyperlinks to selected attachments when notifying
Removed dangling underscores
2014-10-09 11:05:53 +01:00
bfcamara 282938bb3e Identify elements by class rather than ID: Zendesk will replace IDs. ()
https://github.com/zendesk/demo_apps/blob/master/Bestpractices.md
2014-10-07 11:09:39 +01:00
bfcamara fa3f22f082 Fixed json path for field referenceName (due a minor changes in WIT v2) 2014-10-06 22:29:15 +01:00
bfcamara 97a7beacf6 Added a missing resource message 2014-09-26 17:55:20 +01:00
bfcamara f0b5a2f44b Fixed project combo to align with the rest of other combos in form 2014-09-26 17:54:58 +01:00
bfcamara e7539b0b59 Bump version (0.3) 2014-09-04 13:55:35 +01:00
bfcamara 61c7ce4313 Make individual callls, one per each linked wi, instead of using workItems?ids=x,y,x, because the web URL is just being returned when calling the wi detail
Minor changes due chenges in API:
   - set $depth=2 when getting the list of queries
   - use camel case attribute names in relation
2014-09-02 18:04:32 +01:00
Will Smythe (Live) 969c23aca0 Update app version to 0.2 2014-09-02 07:56:22 -04:00
bfcamara f011c21e09 Change project scope wit URLs to use the new V2 pattern (/defaultcollection/{project]/_apis/) 2014-09-01 14:29:10 +01:00
bfcamara f0394e1705 Specify the api-version to use in the accept header 2014-08-27 21:59:10 +01:00
bfcamara e539d67d55 Use 'html' field instead of 'webUrl' due breaking changes in WIT V2 API 2014-07-23 23:57:22 +01:00
bfcamara 935545f361 Process fields by work item type
Added changes in json-patch payload
2014-07-16 09:35:56 +01:00
bfcamara e7e0a78f9d Remove multiple links using json-patch: remove based on relation index 2014-07-09 11:02:48 +01:00
bfcamara fae985d8e6 Upgrade version to 1.1
Set Installation Id to 0 to be ready for deployment
2014-07-08 16:18:20 +01:00
bfcamara f4b2789346 Set default on Severity input based on what is being returned by template
Set Repro steps with description when it's a Bug
2014-07-08 10:57:43 +01:00
bfcamara c24ee50513 Use an array of promises with individual ajax requests to add a notification for each linked wi (wit V2 doesn't support yet multiple updates) 2014-07-08 09:49:06 +01:00
bfcamara 87839b932d Renamed methods that build json patch operations 2014-07-08 09:30:15 +01:00
bfcamara f5ab03a648 Use version 1.0-preview.1 as default version and 1.0-preview.2 for wit resource 2014-07-08 09:20:03 +01:00
bfcamara a8d4228ddc Removed unused variable 2014-07-07 15:38:51 +01:00
bfcamara f8443ce3e1 Removed unused requests for web access and code not used anymore in v2 2014-07-07 14:17:27 +01:00
bfcamara f3b2c3d811 Changes in calls to list/execute queries to use V2 2014-07-07 11:28:17 +01:00
bfcamara 8abc36beec Changes to update vso work item using V2
resourceLinks is now relations
2014-07-07 10:41:51 +01:00
bfcamara 537f244573 Use the V2 payload to create a vso work item 2014-07-04 18:00:08 +01:00
bfcamara e888c8299c Load work item types for a given project using the REST API instead of TWA
Load WIT template when changing the WIT combo to determine whether the WIT has the Severity field
2014-07-04 10:37:53 +01:00
bfcamara 8d0b3a43b8 Removed unused variable VSO_TO_ZENDESK_COMMENT_BEGINS_WITH 2014-07-04 00:08:38 +01:00
bfcamara 933c55f4c7 Get list of projects from REST API instead of TWA
Get list of fields from REST API instead of TWA
Adapt changes to process the new format of the work items list
Some code cleaning (removed ununsed variables/methods)
2014-07-04 00:04:42 +01:00
bfcamara 41a2e8444e Set id to settings table and added tbody 2014-07-04 00:00:49 +01:00
bfcamara 816cc10c89 Set fixed-layout to settings table
Set word-wrap to setting name column
2014-07-03 23:59:35 +01:00
bfcamara 86008cf0e4 Specify the api-version to use in the accept header 2014-07-03 09:19:44 +01:00
Rogan 1a89632aa4 Updated author information 2014-05-09 15:05:01 -04:00
Rogan 066a4c0d86 initial commit 2014-05-07 14:02:47 -04:00