Skip to content

Wait for prepare hooks to run and collect changed files in the same livesync run #1335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 50 commits into from

Conversation

hdeshev
Copy link
Contributor

@hdeshev hdeshev commented Dec 10, 2015

Just a minor cleanup here. All the action happens in the submodule PR.

rosen-vladimirov and others added 30 commits November 16, 2015 10:58
…success

Show message after successful deploy on android
Set version to 1.6.0
…n-master-pre-150

Merge release in master pre 1.5.0
Makes use of JSON files containing string messages which can later be accessed from within the CLI. A dev command (dev-generate-messages) is introduced for ease of use and autocompletion.
There is a default json message file with is loaded by default however each client may provide their own json file and thus override keys, extend and so on.
Includes a bit of refactoring concerning swagger code generation - extracting/moving common interfaces/implementation classes to common.
Bootstrap does not know where to find "messages" as we have missed the require. Tell him where the messages class is located.
…r-pre-150-2

Merge release in master pre 1.5.0 (second time) and fix master
Rename the windows setup script to ps1, so it can be directly executed if the user has chocolatey installed already
Add instructions for use to setup scripts
…r-pre-150-3

Merge release in master pre 1.5.0 (third time)
- Install node.js 5.1.0
- Set JAVA_HOME environment variable
- Do not change PATH
- rewritten as pure Ruby script, no longer tries to be a brew formula
- update installed node to 4 LTS
Add support for --template option when creating new project.
The value for `--template` can be anything that you can `npm install`. For example valid calls are:
* `tns create app1 --template tns-template-hello-world`
* `tns create app1 --template https://github.com/NativeScript/template-hello-world-ts/tarball/master`
* `tns create app1 --template ../myTemplate`

In case you use:
`tns create app1 --template typescript` or `tns create app1 --template tsc`, CLI will try to install `tns-template-hello-world-ts` template.
In case you use `tns create app1 --template [email protected]` we will install version 1.2.0 of `tns-template-hello-world-ts`.

When a custom template is used, CLI will extend its App_Resources with the ones from default template in case any of them is missing.

Update npm version in order to support .git urls for --template option.
When `tns create <app>` is executed, install all dependencies, so typescript compilation will be enabled immediately when using tsc template.
App's package.json contains information about application's entry point, so we should not delete it.
…json-delete

Do not delete app's package.json
Silent shelljs for unit-tests and update to latest common lib
@ns-bot
Copy link

ns-bot commented Dec 10, 2015

Test PASSed.

@hdeshev hdeshev force-pushed the hdeshev/livesync-prepare-hook-release branch from 8285611 to f61e18f Compare December 11, 2015 10:12
@ns-bot
Copy link

ns-bot commented Dec 11, 2015

Test PASSed.

@hdeshev hdeshev force-pushed the hdeshev/livesync-prepare-hook-release branch from f61e18f to c8bf590 Compare December 11, 2015 10:23
@ns-bot
Copy link

ns-bot commented Dec 11, 2015

Test PASSed.

1 similar comment
@ns-bot
Copy link

ns-bot commented Dec 11, 2015

Test PASSed.

@teobugslayer teobugslayer added this to the 1.6.0 (Under consideration) milestone Dec 11, 2015
rosen-vladimirov and others added 12 commits December 15, 2015 15:38
Conflicts:
	PLUGINS.md
	lib/common
	package.json
`logger` has been required in common lib, but due to some Proton requirements, it should be required from each CLI.
Fix this by adding it to bootstrap and update to latest common lib.
Add help for --template option
…te-option

Add help for --template option
Fix help of create command which is breaking html help generation.
Shorthand for clean test lint
@teobugslayer
Copy link
Contributor

👍 after rebasing and green build

@Mitko-Kerezov Mitko-Kerezov force-pushed the hdeshev/livesync-prepare-hook-release branch from dad1d8d to 3ba0e21 Compare December 21, 2015 09:30
@ns-bot
Copy link

ns-bot commented Dec 21, 2015

Test PASSed.

@Mitko-Kerezov
Copy link
Contributor

Closing this and will retarget to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants