microsoft-github-policy-service[bot]
e065a63911
Auto merge mandatory file pr
...
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:14:15 +00:00
microsoft-github-policy-service[bot]
248b9c9103
Microsoft mandatory file
2022-09-14 17:48:37 +00:00
Drew Gillies
2ed558bb70
Update README.md
2019-03-12 16:13:31 +10:00
Jimmy Thomson
b7021b41f4
Merge pull request #310 from Microsoft/dev-jordan
...
Splitting the TACO repo into multiple repos
2016-09-15 14:58:04 -07:00
Jordan Matthiesen
71c354ae66
Updated with an index of TACO products.
2016-09-15 14:41:42 -07:00
Jordan Matthiesen
ba247cda00
Updated as a guide to the new repo structure.
2016-09-15 14:33:15 -07:00
Jordan Matthiesen
220b86bdeb
Refactoring our repo structure.
2016-09-15 14:32:57 -07:00
Jimmy Thomson
50e63d90da
Adding code of conduct
2016-06-22 10:53:00 -07:00
Jimmy Thomson
9fd08cd01a
Merge pull request #293 from Microsoft/fixConnectionResetIssues
...
Increasing HTTP connection timeouts
2016-05-09 11:15:21 -07:00
Jimmy Thomson
fd771516f7
Fixing tabs/spaces
2016-05-09 11:14:58 -07:00
Jimmy Thomson
e9470e29f7
Increasing HTTP connection timeouts
...
When uploading larger projects, some connections would be terminated unexpectedly.
I believe that it is related to https://blog.cloudflare.com/the-curious-case-of-slow-downloads/
and so I have increased the timout to work around that. If it is the linked issue, then a 5 minute timeout should be sufficient to allow arbitrary uploads.
2016-05-07 18:51:01 -07:00
Jimmy Thomson
17a9e270c1
Bumping version in order to publish new version of taco-cli that works with latest taco-utils
2016-04-15 09:09:51 -07:00
Jimmy Thomson
69bd40e58e
Merge pull request #287 from Microsoft/prepareRelease
...
Updating versions in preparation for publishing
2016-04-13 13:07:31 -07:00
Jimmy Thomson
eb4c762d0c
Updating versions in preparation for publishing
2016-04-13 10:20:50 -07:00
Jimmy Thomson
0ad8d754a9
Merge pull request #284 from Microsoft/useTacoPluginAndCordovaBuild
...
Changing taco-remote-lib to use cordova-plugin-vs-taco-support
2016-04-12 15:50:39 -07:00
Jimmy Thomson
f474403737
Changing build_platform to buildPlatform
2016-04-11 14:37:32 -07:00
Jimmy Thomson
51dd178b17
Changing taco-remote-lib to use cordova-plugin-vs-taco-support
...
To resolve issues with before/after build hooks not running, this commit removes some of the workarounds for outdated problems, and changes the implementation of res/native functionality to use the cordova-plugin-vs-taco-support.
2016-03-30 19:59:11 -07:00
Jimmy Thomson
362456ac9a
Merge pull request #280 from Microsoft/invokeNpmCli
...
Updating TacoPackageLoader
2016-03-24 15:43:00 -07:00
Jimmy Thomson
0bfe05cc29
Merge pull request #279 from Microsoft/separateIosLaunch
...
Separate ios launch
2016-03-24 15:42:21 -07:00
Jimmy Thomson
4f3dfea061
Fixing inconsistent whitespace
2016-03-24 10:24:49 -07:00
Jimmy Thomson
f990f195e1
Adding missing rejection if npm fails
2016-03-24 09:03:16 -07:00
Jimmy Thomson
53c5593828
Updating TacoPackageLoader
...
With this change we to back to invoking npm on the command line rather than via its unstable internal APIs. Also fixing an issue where valid github URLs with a branch specifier were misunderstood.
2016-03-21 13:55:25 -07:00
Jimmy Thomson
ff48e73fe5
Adding a check for apps crashing
...
When an iOS app launched on a device terminates due to a failure in the native code, we now update the BuildInfo to reflect that the app crashed.
2016-03-17 13:37:27 -07:00
Jimmy Thomson
40a6a0bece
Refactoring iosAppRunnerHelper to use external package
2016-03-17 13:37:22 -07:00
digeff
609f476131
Merge pull request #276 from Microsoft/copyright
...
Upgraded copyright notices
2016-03-17 11:33:26 -07:00
digeff
bb4de9a390
Upgraded copyright notices
2016-03-10 11:30:27 -08:00
Jimmy Thomson
580325cf57
Merge pull request #271 from Microsoft/checkIosWebInspectorEnabled
...
When attempting to debug a device, we now check whether the web inspe…
2016-03-07 09:44:08 -08:00
Jimmy Thomson
b0a6a12a05
Fixing a typo and a missed case
2016-03-07 09:36:02 -08:00
Jimmy Thomson
aee5d42651
Merge pull request #270 from Microsoft/updateMultiplexer
...
Bumping versions after publishing taco-remote-lib@1.3.0
2016-03-02 14:48:37 -08:00
Jimmy Thomson
6fea5b4241
When attempting to debug a device, we now check whether the web inspector is enabled
2016-03-02 10:32:21 -08:00
Jimmy Thomson
7d45ba3ff1
Bumping versions after publishing taco-remote-lib@1.3.0
2016-02-29 11:32:31 -08:00
Guillaume Jenkins
14c66d4b64
Merge pull request #267 from Microsoft/fixTSCompile
...
Fixed compile errors due to TypeScript 1.8.2
2016-02-24 16:54:20 -08:00
Guillaume Jenkins
3e1727862c
Applying PR feedback
2016-02-24 16:13:32 -08:00
Guillaume Jenkins
2be18291d2
Fixed compile errors due to TypeScript 1.8.2
2016-02-24 15:36:07 -08:00
Guillaume Jenkins
8550564382
Merge pull request #264 from Microsoft/remotebuildAlwaysPrepare
...
Fix for #259 : Always prepare remote platforms
2016-02-19 11:14:15 -08:00
Guillaume Jenkins
fde812ebcc
Rename addOrPrepare to addAndPrepare to better reflect the new logic
2016-02-18 14:41:43 -08:00
Guillaume Jenkins
267487a253
Removing wrong comment introduced in last commit
2016-02-18 13:54:41 -08:00
Guillaume Jenkins
859ea8b325
We now always prepare platforms during a remote build, because Cordova no longer does an implicit prepare after a platform is added
2016-02-18 13:23:18 -08:00
Nisheet Jain
5d3a12ce7d
Merge pull request #262 from Microsoft/fixVersions
...
Fix versions
2016-02-16 13:29:41 -08:00
Nisheet Jain
8ab689a27b
Fixing the versions for package with no changes. (revision--)
2016-02-16 13:28:44 -08:00
Jimmy Thomson
3649fad27c
Merge pull request #261 from Microsoft/fixEmulateTimeoutTypo131
...
Fix emulate timeout typo for v1.3.1
2016-02-16 13:16:53 -08:00
Jimmy Thomson
ced40eaa4b
Merge pull request #260 from Microsoft/fixEmulateTimeoutTypo
...
Fixing an issue with inconsistent strings causing ios emulator timeou…
2016-02-16 13:10:23 -08:00
Jimmy Thomson
550e6ccfa6
Exposing configuration option to specify iOS emulation timeout
2016-02-12 13:53:23 -08:00
Jimmy Thomson
75d4b1e38c
Fixing an issue with inconsistent strings causing ios emulator timeout to be considered successful
2016-02-12 12:49:23 -08:00
Guillaume Jenkins
71258ba1a8
Merge pull request #257 from Microsoft/fixRunIos401
...
Fix for issue #256
2016-02-08 13:01:56 -08:00
Guillaume Jenkins
54bf91cb77
Added workaround for Cordova-ios now sometimes throwing a string instead of an error as part of 4.0.1 change
2016-02-05 17:14:05 -08:00
Joshua Skelton
15c17b4ed2
Merge pull request #254 from Microsoft/fix-livereload-issue-253
...
Only modify the correct plist file
2016-02-05 15:38:07 -08:00
Joshua Skelton
12882f5675
Removed comment
2016-02-05 15:36:54 -08:00
Guillaume Jenkins
b4b021c30f
Fix for issue #256 : Changed Cordova raw options conversion for 5.4.0+ api: argv field now defaults to empty array instead of null
2016-02-05 13:39:35 -08:00
Joshua Skelton
fcdb2c4ca2
Only modify the correct plist file
2016-02-04 16:54:13 -08:00