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

1029 Коммитов

Автор SHA1 Сообщение Дата
max-mironov 70ad20d6bf Bump package json for next release 2017-10-23 13:42:01 +03:00
max-mironov 216fae7cd0 Added missed package-lock files 2017-10-23 13:37:07 +03:00
Zakeel M f893255202 Updated README.md
small grammar fix
2017-10-05 10:48:47 -07:00
max-mironov e1c20ab0ab Added note about the maximum number of releases per deployment to ReadMe 2017-10-05 03:44:11 -07:00
Daniel K 9f67d9c1ae Update gradle-to-js (#517)
* Update gradle-to-js
2017-09-29 13:00:00 +03:00
J_J 15460d4c90 Grammar error fix "is order to" -> "in order to" (#516) 2017-09-29 10:25:52 +03:00
Ruslan Bikkinin be78fd6f48 Fix wrong code signing link in android docs (#514)
Small fix for Microsoft/react-native-code-push#1001
2017-09-15 08:26:18 +01:00
Ruslan Bikkinin b67cee29c6 Fix wrong code signing link in docs (#513)
Small fix for Microsoft/react-native-code-push#1001
2017-09-15 08:08:05 +01:00
max-mironov c5c3801671 Bump package json for next release 2017-09-14 11:39:33 +03:00
Ruslan Bikkinin afd38b9a77 Add self-sign bundles support (#492)
* Adapt Richard's work on code signing app bundles (nrach code-signing) with latest master changes

* Small fixes

jsonwebtoken update to newer version
Remove redundant cli.ts, launch.json
Add missing slash package in sdk
Add missing yazl package in cli

* Add more accurate processing of deletion of prevous signature
Tweak hash utils to correct normalizePath behaviour on windows machines

* Extract release hooks into separated modules

* Remove ? from IReleaseHook function parameters
Add default exports for hooks

* Add notice about limitation of code signing feature usage for general release command

* Fix commentary

* Change option name for consistensy with plugins

* Fix unfinished refactoring after signingKey renaming

* Add confirmation dialog in case of using code signing
2017-09-13 17:56:22 +03:00
Ruslan Bikkinin 32c65ed4b4 Update docs in terms of Code Signing feature (#503)
* Added privateKey option documentation

* Update CLI Readme

* Fix docs errors

* Update docs with new Q/A

* Update README.md

* Update README.md

* Fix typo

* Fix typos

* Remove TODO from docs
2017-09-13 17:38:46 +03:00
Sergey Akhalkov 96af89787f docs/cli update "Range Expression | Who gets the update" table 2017-09-06 15:23:38 +03:00
Ruslan Bikkinin 6fc0a88aaa Fix typo in README.MD 2017-08-17 13:41:59 +03:00
Max 2d96394390 Bumped version numbers, preparing to release an update (#489)
* Bump dependency for CLI for next release

* Bumped version numbers, preparing to release an update
2017-07-27 06:07:47 -07:00
Max 80a2ff81fc Bump dependency for CLI for next release (#488) 2017-07-27 05:54:29 -07:00
max-mironov 5481c718af Merge branch 'master' of https://github.com/max-mironov/code-push
# Conflicts:
#	sdk/plugin.xml
2017-07-27 02:30:16 -07:00
ruslan.bikkinin fca68b0971 .gitignore updated 2017-07-19 14:31:23 +03:00
Max c5a294d503 Plain integer number (#429)
* Improved messages to make intention of creating different apps for different platforms more clear

Due to multiple requests in discord chanel, https://github.com/Microsoft/react-native-code-push/issues/723, https://github.com/Microsoft/react-native-code-push/issues/717

* Minor tweak for readme

* Add ability to use plain integer number for app version

See https://github.com/Microsoft/code-push/issues/377 for details
2017-07-19 13:55:50 +03:00
SToneX bd905f8099 update cli README-cn (#450) 2017-07-10 14:29:02 +03:00
Sergey Akhalkov 477d6beaec search for react-native in devDependencies too (#475) 2017-06-19 10:32:49 +03:00
Ian Geoghegan 6c97123202 Removed reference to patch for acccess keys (#476)
* Removed reference to patch for acccess keys

* Create README.md
2017-06-13 11:23:15 -07:00
Ian Geoghegan 8177d41123 Read me fix (#474)
* Updated addApp signature

* Message refinement
2017-06-12 16:16:29 -07:00
Bret Johnson 291df4b65f Bumped version numbers, preparing to release an update 2017-06-12 00:38:40 -04:00
Bret Johnson eae70b7fe5 Fix to handle app name specifications with slashes. The is the CLI ... (#471)
change to match the corresponding server change deployed
a couple days back.

Here are details of the issue:
// IIS and Azure web apps have this annoying behavior where %2F (URL encoded slashes) in the URL are URL decoded
// BEFORE the requests reach node. That essentially means there's no good way to encode a "/" in the app name--
// URL encodeing will work when running locally but when running on Azure it gets decoded before express sees it,
// so app names with slashes don't get routed properly. See https://github.com/tjanczuk/iisnode/issues/343 (or other sites
// that complain about the same) for some more info. I explored some IIS config based workarounds, but the previous
// link seems to say they won't work, so I eventually gave up on that.
// Anyway, to workaround this issue, we now allow the client to encode / characters as ~~ (two tildes, URL encoded).
// The CLI now converts / to ~~ if / appears in an app name, before passing that as part of the URL. This code below
// does the encoding. It's hack, but seems like the least bad option here.
// Eventually, this service will go away & we'll all be on Max's new service. That's hosted in docker, no more IIS,
// so this issue should go away then.
2017-06-11 22:21:51 -04:00
Bret Johnson 13092ee68a Updated add colloborator message to make clear that it sends an invite (#470)
email, not adding the collaborator immediately. Also made a few unit test
fixes.
2017-06-11 05:18:59 -04:00
Ian Geoghegan 0d19214b0d Help copy fixes (#468)
* Some copy fixes

* Ownership transfer instructions

* Ownership transfer instructions edit

* Additional edits

* Additional edit highlighting orgs

* Grammar fix

* Language refinement
2017-06-09 12:57:35 -07:00
Sergey Akhalkov f9911c62c5 Improve 'Output directory parameter' info (#467) 2017-06-09 10:56:17 +03:00
Bret Johnson f823cd281a Updated usage screenshot 2017-06-02 21:14:06 -04:00
Bret Johnson 0d0bab83e7 Updated CLI version to 2.0.0-beta as CodePush is part of Mobile Center now!!! 2017-06-02 20:44:14 -04:00
Bret Johnson c44c4351f8 Bumped SDK version number to 2.0.0-beta. We're integrated with Mobile Center now!!! 2017-06-02 20:05:14 -04:00
Ian Geoghegan 199344f855 Adjusted readme (#456)
* Updated commands

* Bumped version

* Undoing version bump
2017-06-02 19:44:24 -04:00
Bret Johnson febec341de Restored behavior where app add, from the CodePush CLI, creates the default Staging and Production deployments. (#455) 2017-06-02 17:02:30 -04:00
Bret Johnson 8303b1f1c1 Fixed to not show this additional error text (#451)
Use \"code-push deployment list\" to view any existing deployments and \"code-push deployment add\" to add deployment(s) to the app

if the app doesn't exist. We only show it now if the deployment doesn't exist.
2017-05-26 17:12:25 -04:00
Max 2b12c5b4fb Bump plugin xml version for CodePushAcquisition (#447) 2017-05-22 14:19:44 +03:00
max-mironov 6fce9a817c Bump plugin xml version for CodePushAcquisition 2017-05-22 04:18:33 -07:00
Bret Johnson 3674b23813 Tweaked a couple usage messages that include windows platform choice (#446) 2017-05-18 17:37:52 -04:00
Bret Johnson af14d95a47 Fixed a couple things so CLI unit tests all pass 2017-05-17 03:25:36 -04:00
Bret Johnson bcb0b7ef3d Added support for "windows" as an OS option for app add (#444) 2017-05-17 00:08:35 -07:00
Bret Johnson b6533949ca Removed the access key options around TTL, since Mobile Center access keys (aka API tokens) never expire (#443) 2017-05-16 23:15:38 -07:00
Bret Johnson 19c6f2442e Proxy to mobile center (#442)
* Removed these features deprecated post Mobile Center integration: (#431)

code-push app transfer
code-push collaborator
code-push session
access key rename / change TTL
showing auth types for whoami

* Added OS and platform arguments for the app add command (#432)

* Updated deployment defaults. Now... (#437)

* "code-push add add" does NOT add any default deployments
* "code-push deployment add" has a --default option to add default deployments
* "code-push release" outputs a more descriptive error if no deployments exists

* Updated CLI text around login/register/link. Also fixed... (#439)

link to go directly to mobile.azure.com, in order to not show the token at the end.

* Added .vscode settings file, to exclude generated bin directories (#440)

* Added back the collabor CLI command since the... (#441)

proxy service now supports it.  It was commented out before, but I just undid that.
2017-05-16 14:01:44 -07:00
max-mironov 86578c8ad5 bump SDK version 2017-04-14 01:07:12 -07:00
max-mironov eea1f527d0 Merge branch 'master' of https://github.com/Microsoft/code-push 2017-03-24 04:46:24 -07:00
Richard Hua 81b1156a21 Remove redundant dependencies (#422)
* Remove base-64

* Remove node-uuid

* Tidy up crypto import
2017-03-23 11:37:45 -07:00
max-mironov 0526f8f4b9 Merge branch 'master' of https://github.com/Microsoft/code-push 2017-03-22 01:51:41 -07:00
Richard Hua 2f55f5f718 Small tweak to fix unit tests (#417) 2017-03-15 12:25:20 -07:00
Richard Hua a8ae0bb447 Reset package.json for development 2017-03-14 16:11:17 -07:00
Richard Hua 234d6880bb Bump package.json for next release 2017-03-13 17:13:26 -07:00
max-mironov 89cbef2e96 Add build type option to release cordova command (#409)
* Improved messages to make intention of creating different apps for different platforms more clear

Due to multiple requests in discord chanel, https://github.com/Microsoft/react-native-code-push/issues/723, https://github.com/Microsoft/react-native-code-push/issues/717

* Add ability to specify build type for Cordova
Also fixes issue https://github.com/Microsoft/code-push/issues/392

* revert changes not related to this PR

* Minor tweak for readme

* Reordered param names for cordova-release command in Readme alphabetically
2017-03-10 00:22:24 -08:00
max-mironov e3b78ee2cc Fixed issue with getting bool values for yargs 6.5.0 (#413)
* Fixed issue with getting bool value for yargs 6.5.0
https://github.com/Microsoft/code-push/issues/412
2017-03-09 23:45:08 -08:00
max-mironov 9d3f7f2fa5 Merge branch 'master' of https://github.com/Microsoft/code-push 2017-03-09 13:41:17 -08:00