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

166 Коммитов

Автор SHA1 Сообщение Дата
Andrie de Vries 6038efda2a Merge branch 'master' into dev
* master:
2017-05-20 21:58:47 +01:00
Andrie de Vries 3890565430 Merge branch 'dev'
* dev:
  Rebuild documentation
  Minor refactoring
  Move helper functions to testthat
  Rename file
  Use message() instead of writeLines()
  Use markdown in roxygen #57
  Add help for `marker`
  Ignore Visual Studio RTVS artefacts
  Ignore .Rproj
  Use markdown in roxygen #57
2017-05-20 21:57:09 +01:00
Andrie de Vries 95e3c6b0a2 Rebuild documentation 2017-05-20 21:54:22 +01:00
Andrie de Vries d6ca0dd5af Minor refactoring 2017-05-20 21:54:06 +01:00
Andrie de Vries 329d7547f5 Move helper functions to testthat 2017-05-20 21:53:20 +01:00
Andrie de Vries a886abdeb0 Rename file 2017-05-20 21:52:45 +01:00
Andrie de Vries 1679eb327f Use message() instead of writeLines() 2017-05-20 21:52:09 +01:00
Andrie de Vries e48002d46f Use markdown in roxygen #57 2017-05-20 21:51:32 +01:00
Andrie de Vries 333bb5325f Add help for `marker` 2017-05-20 21:50:40 +01:00
Andrie de Vries 8c7b36ee19 Ignore Visual Studio RTVS artefacts 2017-05-20 21:49:55 +01:00
Andrie de Vries e2dfca0363 Ignore .Rproj 2017-05-20 21:49:24 +01:00
Andrie de Vries f3ebfd37f2 Use markdown in roxygen #57 2017-05-20 21:40:25 +01:00
Andrie de Vries 626a255af3 Merge branch 'dev' 2017-05-20 19:37:50 +01:00
Andrie de Vries 945f2cf5f1 Merge pull request #56 from brnleehng/fix/httr-date-format
Changed date format to use httr date format
2017-05-20 19:30:56 +01:00
Andrie de Vries d8dc8f68e3 Merge pull request #53 from akzaidi/azdev
Add location as a parameter for azureCreateStorageAccount function
2017-05-20 19:17:39 +01:00
Brian 4602f31b3d Changed date format to use httr date format 2017-05-10 12:39:30 -07:00
Ali Zaidi f6c0d15ada update documentation for azureCreateStorageAccount 2017-04-17 03:19:38 -04:00
Ali Zaidi 91d65060b6 add default option for storage account in azurePutBlob 2017-04-17 01:33:45 -04:00
Ali Zaidi 805a63abed add location paramenter to azureCreateStorageAccount 2017-04-17 01:28:30 -04:00
Ali Zaidi 1e9fa23841 remove rproj files and ignore VS sln 2017-04-16 20:03:28 -04:00
Andrie de Vries 93003526c6 Merge pull request #52 from Microsoft/dev
Merge changes to storage API into master
2017-03-08 07:14:16 -05:00
Andrie de Vries 83a050774c Merge branch '44-blob-no-authenticate' into dev
* 44-blob-no-authenticate:
  Update tests to reflect that function output is TRUE when successful #31
  Remove redundant arguments, e.g. azToken #50
  Add validateStorageArguments() function #46
  Support downloading more than 5000 blob results, by passing maxresults as an argument #48
  Replace cat() with message() #49
  Modify tests to reflect that azureCheckToken() return logical value
  Modify azurePutBlob() to use callAzureStorageApi() and updateAzureActiveContext() #46
  Add updateAzureActiveContext() function to simplify code #46
  Only attempts to authenticate if is.activeAzureContect() is TRUE #46
  Define callAzureStorageApi() function and use in azureListStorageBlobs() #46
  Don't authenticate - workaround for testing - have to fix this!!! #44
  Allow setting azureContext = NULL to access blob storage.  Edits only to azureListStorageBlobs() and azureGetBlob() #44
  Add Visual Studio RTVS files to .gitignore
2017-02-13 17:08:38 +00:00
Andrie de Vries 272a79a6aa Update tests to reflect that function output is TRUE when successful #31 2017-02-13 17:03:35 +00:00
Andrie de Vries c8149b6b7e Remove redundant arguments, e.g. azToken #50 2017-02-13 17:02:47 +00:00
Andrie de Vries f515168e84 Add validateStorageArguments() function #46 2017-02-13 17:00:37 +00:00
Andrie de Vries 51f0e5b75e Support downloading more than 5000 blob results, by passing maxresults as an argument #48 2017-02-13 16:59:50 +00:00
Andrie de Vries 1682a1e5f7 Replace cat() with message() #49 2017-02-13 16:41:11 +00:00
Andrie de Vries 11f2997e64 Modify tests to reflect that azureCheckToken() return logical value 2017-02-13 09:07:52 +00:00
Andrie de Vries 20296871ce Modify azurePutBlob() to use callAzureStorageApi() and updateAzureActiveContext() #46 2017-02-13 09:06:40 +00:00
Andrie de Vries ee4987feb3 Add updateAzureActiveContext() function to simplify code #46 2017-02-12 10:48:22 +00:00
Andrie de Vries 1d3946f72f Only attempts to authenticate if is.activeAzureContect() is TRUE #46 2017-02-12 10:47:14 +00:00
Andrie de Vries dbd313bff9 Define callAzureStorageApi() function and use in azureListStorageBlobs() #46 2017-02-11 18:50:54 +00:00
Andrie de Vries e62f8dfb21 Don't authenticate - workaround for testing - have to fix this!!! #44 2017-02-06 16:13:18 +00:00
Andrie de Vries 784d3ac74c Allow setting azureContext = NULL to access blob storage. Edits only to azureListStorageBlobs() and azureGetBlob() #44 2017-02-06 16:06:45 +00:00
Andrie de Vries a0eedf587d Add Visual Studio RTVS files to .gitignore 2017-02-06 14:59:36 +00:00
Andrie de Vries 6db4bc0999 Merge branch 'master' into dev
* master:
  add updated docs namespace and description
  add rstudio-server tag for rserver hdI
  fix error message display
  fix and tests for rserver hdi
  clusterVersion fix and add r-server and edge node options
  camel case fix and add alias for AzureListRG
  fix `AzureListRG` -> `azureListRG`; camel case change in function name
  #40 ENCODE the client secret to avoid occasional 401
  Added Scale Sets functions Deploy Template handle FAIL condition
  Added 3 functions for ScaleSets Fixed Deploy template to manager FAILED status
2017-02-06 14:04:27 +00:00
Alanwe 5d00fc62f2 Merge pull request #43 from akzaidi/patch-1
azureCreateHDI for r-server and fixes from camelCase change
2017-02-05 13:49:38 +00:00
Ali Zaidi a504244e3c add updated docs namespace and description 2017-02-05 00:35:43 -08:00
Ali Zaidi 4ab3c2859f add rstudio-server tag for rserver hdI 2017-02-05 00:25:19 -08:00
Ali Zaidi af5bcac34e fix error message display 2017-02-04 23:49:39 -08:00
Ali Zaidi 0ff93937df fix and tests for rserver hdi 2017-02-04 23:42:54 -08:00
Ali Zaidi 3136651192 clusterVersion fix and add r-server and edge node options 2017-02-04 21:55:45 -08:00
Ali Zaidi fe5fc35aa5 camel case fix and add alias for AzureListRG 2017-02-04 21:18:46 -08:00
Ali Zaidi a359d28165 fix `AzureListRG` -> `azureListRG`; camel case change in function name 2017-02-04 21:07:57 -08:00
Alan Weaver b61e28efff Merge branch 'master' of https://github.com/Microsoft/AzureSMR into dev 2017-01-12 11:44:09 +00:00
Alan Weaver 8a9c28d41c #40 ENCODE the client secret to avoid occasional 401 2017-01-12 11:40:32 +00:00
Alan Weaver bea5a01840 Added Scale Sets functions
Deploy Template handle FAIL condition
2016-12-23 17:29:49 +00:00
Alan Weaver a0da945ae7 Added 3 functions for ScaleSets
Fixed Deploy template to manager FAILED status
2016-12-23 17:22:05 +00:00
Andrie de Vries e4097bfba5 Merge branch 'master' into dev
* master:
  Bump version to 0.2.2
  Remove redundant imports
2016-12-22 15:56:37 +00:00
Andrie de Vries c9906b3d43 Bump version to 0.2.2 2016-12-22 15:55:09 +00:00