Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/NativeScript/nativescript-cli

Command-line interface for building NativeScript apps
https://github.com/NativeScript/nativescript-cli

Add message when no plugins found with tns plugin find

When there are no plugins found with tns plugin find/search command the cli should show message ...

de88007704b997747da0cb7932b9269e292b56a5 authored almost 9 years ago
Merge pull request #1669 from NativeScript/vladimirov/no-hooks

Introduce `hooks` option

9640dbeea208284c6ee937df488128d5f1d8675f authored almost 9 years ago
Introduce `hooks` option

When `--no-hooks` is passed on command line, the hooks will not be executed.

446ff591553ee156c88d4c815b8776c530b24f5e authored almost 9 years ago
Merge pull request #1661 from NativeScript/milanov/add-list-plugins

Add list dependencies

b67842ecdbcd3fd579994a409623793d914a070e authored almost 9 years ago
Add plugin find command

Add plugin find command to list the nativescript plugins available in npm. The command has --all...

2ac30c87abd6f4b7f4afd69ac51db968b854203d authored almost 9 years ago
Add list dependencies

Add list plugins registered in package.json file when executing tns plugin in project.

2ac44da9d5d47a91993c0672777164e8d9fad664 authored almost 9 years ago
Merge pull request #1664 from NativeScript/vladimirov/merge-rel-master

Merge release in master

6d2c76e738385b92eb56961865732493c010343d authored almost 9 years ago
Update to latest common lib

a4ae4c554128212c1f6d4ad95d27ebed70d13780 authored almost 9 years ago
Merge branch 'release' into vladimirov/merge-rel-master

# Conflicts:
# lib/common

32c35af8b57383a94c5c5df1c371b7d5f44d4f3b authored almost 9 years ago
Merge pull request #1658 from NativeScript/milanov/change-warning-for-project-with-name-app

Change the warning when creating project with name app

9a211ff6d67ef891208e3200e5acd5304bf92edb authored almost 9 years ago
Merge pull request #1663 from NativeScript/milanov/fix-ios-simulator-livesync

Fix livesynnc on iOS simulator-livesync

3ea1378b6dc608bcf8e44b6fde2fe722d5be582d authored almost 9 years ago
Change the warning when creating project with name app

When creating project with name app a warning will appear and a prompt to create the project wit...

fa3742c684e156347f5280c6c148b7a3d16bdff4 authored almost 9 years ago
Fix livesynnc on iOS simulator-livesync

When restarting the application the name of the application should be the projectName.

d32880e599cdf874060c13127b262b94151ec871 authored almost 9 years ago
Merge pull request #1662 from NativeScript/milanov/fix-add-existing-platform-message

Fix warning when adding existing platform

edfd974b555d2a37ac15133173fc3694b17fb7a9 authored almost 9 years ago
Fix warning when adding existing platform

Do not display help for platform add command when adding an existing platform to the project.

4b0f91624a9e643dab8f69f13f604d1398ac7fbe authored almost 9 years ago
Merge pull request #1660 from NativeScript/vladimirov/appbuilder-fixes

AppBuilder fixes

feb517f66d0268a074e372237119538551334bef authored almost 9 years ago
Disable analytics in AppBuilder

Disable analytics in AppBuilder

a598b1231aa54539d8ccc639da6eeecac388911c authored almost 9 years ago
Use baseConfig when merging Info.plist files

When --baseConfig is passed, we should use it when merging Info.plist files.

ef119301ddfad0c39a11b857ed4624da784259ea authored almost 9 years ago
Merge pull request #1656 from NativeScript/vladimirov/fix-base-config-again

Fix --baseConfig option

9935fd6cd27369dff5874e928e0028e578820aa3 authored almost 9 years ago
Merge pull request #1642 from NativeScript/milanov/fix-create-project-name-validation

Added check if project name starts with number when creating new proj…

e3c2b10f8491b4577aec04c2ffa502ae0e3060ef authored almost 9 years ago
Fix --baseConfig option

Apply --baseConfig before replacing placeholders in manifest. This way when there are placeholde...

4014cd73153e9c4dd888924625cda9508c1ba2ee authored almost 9 years ago
Merge pull request #1655 from NativeScript/kerezov/platform-tools-before-tools

Install platform-tools before tools in setup scripts

093d8f3ae535543dc17ea8168448b22c33599f1d authored almost 9 years ago
Install platform-tools before tools in setup scripts

There are some cases where updating tools requires updating platform-tools and if the former is ...

156c82c77c8d8f3e55c0b27e30beea8e02224333 authored almost 9 years ago
Merge pull request #1654 from NativeScript/vladimirov/changelog-171

Update CHANGELOG for 1.7.1

b29d7f5a6bfa0140e77c38bb7707c05d1edc2625 authored almost 9 years ago
Update CHANGELOG for 1.7.1

Update CHANGELOG for 1.7.1

a29069129b2d8e3b4887a8354043d2c20befc26b authored almost 9 years ago
Merge pull request #1653 from NativeScript/kerezov/setup-scripts-update

Improve Setup Scripts' Android bits

a5d4a8004024516b604c411ad029d40a6ee1721a authored almost 9 years ago
Improve Mac setup script Android bits

Changes include:
* In case `ANDROID_HOME` environment variable is not set, try to determine the...

2fc89909948f249071f5c49c0a7869c270a12d88 authored almost 9 years ago
Improve Windows setup script Android bits

Changes include:
* In case `ANDROID_HOME` environment variable is not set, try to determine the...

0beb32468e1afe629e2dc86fcf3d5cca43ef4e78 authored almost 9 years ago
Merge pull request #1631 from NativeScript/kerezov/update-readme

Update README.md

e869f2348816742215ae1a49e8bb7fde4d095dea authored almost 9 years ago
Update README.md

Remove obsolete information and add references to setup scripts.
Update docs for running ps1 set...

476d689ce470284eefd62c4f7a592e41bf2ff2cc authored almost 9 years ago
Merge pull request #1647 from NativeScript/vladimirov/fix-prompter-mute

Unmute stdout after prompter execution

5b5a55500b25eb0c453ea49e276a2f1ed22216fc authored almost 9 years ago
Unmute stdout after prompter execution

In order to prevent double printing of stdout data, CLI mutes the stdout. However this is done i...

84f4c8e8a8958be8d2d2457548aafbd410e49f66 authored almost 9 years ago
Merge pull request #1648 from NativeScript/vladimirov/merge-rel-master

Merge release in master

3f5fd8416e3945f385ef4aa95bc8e8ce9eb9e260 authored almost 9 years ago
Update to latest common lib

Update to latest common lib where some changes for Proton and LiveSync has been made.

702df3109ec94594caf694974ac73a9a73abafbc authored almost 9 years ago
Merge branch 'release' into vladimirov/merge-rel-master

# Conflicts:
# lib/common

90adb9014f74724bb9fadbdca4b62466b698166d authored almost 9 years ago
Added check if project name starts with number when creating new project.

Created project name service with method to ensure the project name does not start with number o...

ff2ae76b937d9061786820669ad19c38e3ce721f authored almost 9 years ago
Merge pull request #1644 from NativeScript/vladimirov/fix-analytics-track

Fix analytics tracking of users

e63a3b557a66464ddf0eed0128e76216b5c73dc9 authored almost 9 years ago
Fix analytics tracking of users

* Move tracking of environment setup at the end of post install. This way we'll first ask the us...

5431a658f630e3177444cb5b095ca2178bd5f298 authored almost 9 years ago
Merge pull request #1643 from NativeScript/milanov/fix-autocomplete

Fixed autocomplete

d247f5c98c5dcb7ee7202c3367636bd3f153bcbe authored almost 9 years ago
Fixed autocomplete

When path to node has spaces (C:\Program Files) the child process exec cannot run the command. N...

9842f389fc7fa7bc6be2a17a9d1263c8562034ca authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

67f7a8fabe54843d0414b9faa356b67a9bfd1c79 authored almost 9 years ago
Merge pull request #1638 from NativeScript/milanov/add-angular-and-ng-template-parameters

Simplified creating angular template project

111a986873e876041a33676127a6a60213579319 authored almost 9 years ago
Merge pull request #1641 from NativeScript/vladimirov/fix-base-config-option

Respect --baseConfig on prepare

272347a4752fc9057f6d6cf24b099159c7ad5fd8 authored almost 9 years ago
Merge pull request #1640 from NativeScript/slavchev/fix-debugger-attach

fix string template

913795cd425eca68a307443b14c95464d9a6cf85 authored almost 9 years ago
Respect --baseConfig on prepare

When `--baseConfig` is passed to prepare (or any other build related command) it should be respe...

d9ac36804c75f42ffbe82d1ae2c7122ef4cd6cbe authored almost 9 years ago
fix string template

77bfbba83a89fe260532ac4ba2607283926e00dd authored almost 9 years ago
PR comments.

28202a763d9c571dd688499eee92c694c8f15782 authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

219a1add323abcaf25306cd33b430ce79b81e614 authored almost 9 years ago
Simplified creating angular template project

Added angular and ng values for --template option which will use https://github.com/NativeScript...

fc8c05ecadedbe45223660a32bf97d2d04aae420 authored almost 9 years ago
Merge pull request #1635 from NativeScript/milanov/fix-android-strings

Fixed android support repository name

7d7a1e620f2b9c83ec1e7ac84b7fd24b2680b4c9 authored almost 9 years ago
Merge pull request #1633 from NativeScript/vladimirov/interpolate-all-android-files

Replace plugin variables in all Android .xml files

8b59febc74faed31b9da209410219615b0dee98b authored almost 9 years ago
Replace plugin variables in all Android .xml files

In case a plugin has plugin variable, during project preparation CLI replaces the usage of the v...

d30b2ff0be0bf75d2b872f18d47772be062a37dd authored almost 9 years ago
Fixed android support repository name

Replaced Android Support Repository name with Local Maven repository for Support Libraries.

bbc2e8d9a11cf41bff42266dec685b6d9ec9dc97 authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

37bf964ad4c5aef0681e67ef4490eca554fe65c1 authored almost 9 years ago
Merge pull request #1629 from NativeScript/kerezov/setup-script-typo

Typo in native-script.ps1

5f3be6e7d70e102a60715bd8424cb7fd07fb7fae authored almost 9 years ago
Typo in native-script.ps1

3150bc7763816634839e2d9cd745068d89e1e04b authored almost 9 years ago
Merge pull request #1626 from NativeScript/vladimirov/fix-tests-double-restart

Fix double navigation when showing test results

e532589e4bef44ca0454e630c38bf8408f877ecd authored almost 9 years ago
Fix double navigation when showing test results

When `tns test <platform>` is called and results are shown, the results page is refreshed as the...

a4a407c460574d3ce209277d2d64cc89abf128ca authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

5909dc2838d1dd00abac05a4971ccd39d409f966 authored almost 9 years ago
Merge pull request #1616 from NativeScript/kerezov/setup-scripts

Improve Setup Scripts

71e65f3b9030fd95303d916f0d679a2b8bbd8713 authored almost 9 years ago
Prompt for docs/setup-scripts upon doctor problems

If `$ tns doctor` detects any problems prompt the user to open docs and/or to run the setup scri...

ab2e132a1f5dd1b78dabc08c5928f2b77cf6e1b6 authored almost 9 years ago
Improve Windows setup script

Changes include:
* Asking permission from user for every installation - this includes an `al...

04f63336fd5467aa1d55d0f7c414cba07c604b71 authored almost 9 years ago
Improve Mac setup script

Changes include:
* Asking permission from user for every installation - this includes an `all` o...

1ce0dad6a672c7c037db4c20aefa543c7d54d048 authored almost 9 years ago
Merge pull request #1618 from NativeScript/vladimirov/merge-rel-master

Merge release in master

516c3401b8dfa94bd79c3b921c58335707fd32d0 authored almost 9 years ago
Merge branch 'release' into vladimirov/merge-rel-master

f97322bac2a5f1cdbfe9346fd808ecb646135ff7 authored almost 9 years ago
Merge pull request #1614 from NativeScript/vladimirov/v-171

Set version to 1.7.1

f8069a1410b46d0962c79ff007054f89fdadeda9 authored almost 9 years ago
Set version to 1.7.1

Set version to 1.7.1

4df6a19837ea00ff318d6af93933886550a2ae14 authored almost 9 years ago
Merge pull request #1613 from NativeScript/vladiimrov/fix-unit-tests-localhost

Enable using localhost as ip for tests

fd1dc7b8e13e32f80a98aca5f3ec627429282552 authored almost 9 years ago
Enable using localhost as ip for tests

When using iOS Simulator we need the localhost enabled as ip for karma. This does not break the ...

e3580f7abeeca6ced0915b4c77bd0056a9819150 authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

cccabc805581aa1a9ea7b8bcf829f56325b0c734 authored almost 9 years ago
Merge pull request #1607 from NativeScript/vladimirov/changelog-170

Update CHANGELOG and README

71fe9cb40d9146b423554bc2f0dc0e9ff06c240a authored almost 9 years ago
Update CHANGELOG and README

Set minimum required Windows version to `Windows 7 SP1`
Update Android Requirements.

480cda307aee51dd609109a940996af6fda84ec4 authored almost 9 years ago
Merge pull request #1602 from NativeScript/vladimirov/changelog-170

Update CHANGELOG for 1.7.0 release

012e58b76bffeac198545740cf193d6c3d138d58 authored almost 9 years ago
Update CHANGELOG for 1.7.0 release

Update CHANGELOG for 1.7.0 release

75b17ef76fce0257409115a1597051943ff5e830 authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

8122415500f72497a511a5f7838ff192df9dfe41 authored almost 9 years ago
Merge pull request #1599 from NativeScript/vladimirov/fix-ios-livesync

Fix livesync for iOS

34e61705721cfc3d8e42bb8dee8af7f806c9fdbe authored almost 9 years ago
Fix livesync for iOS

CLI is destroying the socket too early and so the runtime cannot handle the message that we've s...

647ad0b1b9a47f579bf8c343a4b9ba11b9e1cafb authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

cf3fefb06aa4c08167bd9d55ee4824f539e5918a authored almost 9 years ago
Merge pull request #1597 from NativeScript/vladimirov/revert-strict-java-home

Revert strict check for JAVA_HOME

b5897c4c2269c7a05c063f3127ecf33909789040 authored almost 9 years ago
Revert strict check for JAVA_HOME

Due to change in runtime, we do not need strict check for JAVA_HOME, so revert the logic introdu...

865364c2fb3c57417e521fb6f979d4868f58f5d9 authored almost 9 years ago
Merge pull request #1596 from NativeScript/vladimirov/new-analytics-project

Track Feature usage in a separate Analytics project

bdbf39cc3d085951a8844539d9d4cf0edee3033f authored almost 9 years ago
Track Feature usage in a separate Analytics project

As we need to track new users separately from existing ones, we have to track AcceptFeatureUsage...

6de8cf18e81af3e3057c061d0989a995378cab88 authored almost 9 years ago
Merge pull request #1591 from NativeScript/vladimirov/fix-analytics-track

Wait for sending usage report

65da48ae7ba0d2944e57490d25190988b5d2c401 authored almost 9 years ago
Wait for sending usage report

In case eqatecMonitor is not started it may take a while to send the usage report.
In case the p...

76ade56e79b2aff99d9ea499a51c73175b4159f6 authored almost 9 years ago
Merge pull request #1590 from NativeScript/vladimirov/fix-pl-remove

Fix plugin remove command for invalid plugins

cf67724302879cc5c8e33c330224fd6c02650e04 authored almost 9 years ago
Merge pull request #1593 from NativeScript/vladimirov/remove-fatal-shell

Remove shelljs.config.fatal

e76f8ce25059cc96609c9073f9a282df791018da authored almost 9 years ago
Remove shelljs.config.fatal

When adding platform, CLI tries to copy some files from runtime to the native project.
When some...

a3cb68fdc84319d3d28a2964b91933cacf8db636 authored almost 9 years ago
Merge pull request #1575 from NativeScript/cankov/symlink-change-detect

Gulp fails miserably with symlinks in node_modules, use glob and stat instead

7cbc8f61c4e24f01d3703ea81d6677e95655da79 authored almost 9 years ago
Fix plugin remove command for invalid plugins

When invalid plugin data is written in project's package.json, `tns plugin remove <name>` comman...

82c972dcfc758d50a088af780a367e148bc8d0cb authored almost 9 years ago
Merge remote-tracking branch 'origin/release' into HEAD

cd08382de2c116c1ecd37ee8ffa0ad495e071bc4 authored almost 9 years ago
Merge pull request #1588 from NativeScript/vladimirov/custom-native-templates

Add support for custom platform templates

50b6685be09203632c35805539aaa5695a4bd7fb authored almost 9 years ago
Add support for custom platform templates

Add new option when adding platform: `--platform-template`. When it is
used, CLI will use the sp...

2ce4b751ae3999793f999757c895a33c8ff6c0ac authored almost 9 years ago
Merge pull request #1589 from NativeScript/vladimirov/fix-run-after-start-emulator

Fix starting of emulator when no devices are attached

2ac04449315b8179800aee13dffd3276d4101c98 authored almost 9 years ago
Fix starting of emulator when no devices are attached

When there are no devices attached, CLI should start emulator and execute the action on it.
For ...

cda83fe5c47414c637cf5a5d5c45fd476b72f93f authored almost 9 years ago
Gulp fails miserably with symlinks in node_modules, use glob and stat instead

Get correct stat of file

In some cases glob module caches the file's stat with relative paths, ...

1baf546193e97e4f3520516dea767656428b4ab8 authored almost 9 years ago
Merge pull request #1587 from NativeScript/vladimirov/verify-java-home

Verify JAVA_HOME is set correctly

62b1dfb39591ca6e3f527c2a04c50efc2ac6625c authored almost 9 years ago
Verify JAVA_HOME is set correctly

Our system requirements point that JAVA_HOME must be set, but `tns doctor` is not strict about t...

b8a305047c1a7ccd2ed4663b5ff2612587026360 authored almost 9 years ago
Merge pull request #1586 from NativeScript/vladimirov/update-version

Set version to 2.0.0

f1340943b3db8fc10293a38fc6a55b46444cebec authored almost 9 years ago
Set version to 2.0.0

Set version to 2.0.0

07acbfc7c52b4ef77d4543046cf04b55ae746678 authored almost 9 years ago
Merge pull request #1585 from NativeScript/vladimirov/android-tools-versions

Update requirement for Android Build Tools

83cd22d236e711eb64bea201a1d1dc3905465493 authored almost 9 years ago