annakocheshkova
3b1452ce64
Moved appcenter-node-client back to dependency for now.
2018-02-22 14:31:22 +03:00
annakocheshkova
b035ec7130
Got rid of the codepush-node-sdk dependency.
2018-02-22 12:22:15 +03:00
Sergey Akhalkov
3b6f5f91d2
fix for resolve dependencies issue
2018-02-19 16:58:35 +03:00
Sergey Akhalkov
07edfe9145
add preinstall dependecies task
2018-02-19 16:34:24 +03:00
max-mironov
936ae21cf3
fixed broken tests
2018-02-19 15:17:36 +03:00
Sergey Akhalkov
ba841d7f51
move libs to the appcenter shared module
2018-02-15 23:08:43 +03:00
Sergey Akhalkov
361804b5d1
add codepush-node-sdk src code
2018-02-09 01:38:23 +03:00
max-mironov
4b37483d11
Added basic logic for handling AppCenter stuff, auth methods
2018-01-31 11:11:44 +03:00
Vladimir Kotikov
297822a1ea
Downgrade gulp-mocha to work with istanbul ( #528 )
...
It appeared that gulp-mocha> 4.0 runs tests in a forked process so instanbul is not able to catch up coverage data
See https://github.com/SBoudrias/gulp-istanbul/issues/115
2017-09-06 17:46:50 +03:00
Artem Egorov
678db27908
Restructure repo source files ( #520 )
2017-08-29 22:09:27 +03:00
Artem Egorov
3c172a0565
Move test folder to project root ( #519 )
2017-08-28 10:58:30 +03:00
Vladimir Kotikov
27710197b7
Enable tslint gulp task ( #509 )
...
* Fix tslint check not yielding any warnings
- Upgrade gulp-tslint and tslint
- Remove deprecated checks
* Fix all trailing comma issues
* Fix variable declaration and shadowing issues
* Tweak tasks configuration
2017-08-10 13:29:32 +03:00
Vladimir Kotikov
2331a749d8
Ignore coverage reports when checking copyrights ( #491 )
2017-07-26 16:26:05 +03:00
Vladimir Kotikov
28d8458508
Add coverage reporting ( #490 )
...
- add gulp task for coverage reports
- configure codecov reports uploading
2017-07-26 15:02:30 +03:00
Dmitry Zinovyev
3aa3017b65
Add quick-build gulp task ( #456 )
...
* Add quick-build task in gulfile
* Quick Lanch Extension configuration
2017-05-29 23:58:40 +03:00
Dmitry Zinovyev
8bb73579f8
Fix gulp-sourcemap generator
2017-05-29 23:29:14 +03:00
Dmitry Zinovyev
62b110e301
Double quotes in gulpfile for unified style
2017-05-26 09:56:43 +03:00
Nikita Matrosov
6d5c8798cb
Resolve test's issues which arise due to deprecated vscode module ( #419 )
...
This closes #416
2017-03-14 16:04:29 +03:00
Vladimir Kotikov
039239d142
Update app worker tests
2017-02-07 17:52:10 +03:00
Vladimir Kotikov
a593f339aa
Launch debuggee in Node rather than in Electron
2017-02-01 12:52:27 +03:00
Jimmy Thomson
0fc1f1ded6
Updating openFileAtLocation to expect correct arguments
...
The "atom" scripts that we used to open files when clicking on stack traces were not correctly set as executable. To fix this, I now explicitly run them via node. In addition, react-native may or may not pass a workspace variable, so we now check for this to handle it apropriately.
2016-08-29 09:50:41 -07:00
Jimmy Thomson
92f1342210
Adding gulp release
2016-08-25 11:28:47 -07:00
Jimmy Thomson
eec73ab534
Fixing tslint issues
2016-08-12 10:09:07 -07:00
Mark Oswald
572081b0d5
remove args stripping and use minimist
2016-04-28 10:57:15 +02:00
digeff
16679e7b71
Merge branch 'master' into change_packager_port
2016-04-15 11:27:07 -07:00
digeff
d63a313000
Updated gulpfile so 'gulp test' will fail on errors
2016-04-15 09:50:33 -07:00
digeff
8b2be31e75
Merge branch 'master' into change_packager_port
2016-04-15 09:38:54 -07:00
digeff
9c1d0f41ac
Autoformatted gulpfile.js
2016-04-14 10:22:59 -07:00
Daniel Lebu
6e7f90d839
Build fix, gulp test task name fix and PR comments.
2016-04-08 14:47:05 -07:00
digeff
1dae5230e1
Merge branch 'master' into run-android-tests-4
2016-04-05 14:19:13 -07:00
digeff
338089bffb
Removed unused function
2016-04-01 16:06:12 -07:00
digeff
572cd3ba1a
Now we use minimist to parse the command line arguments
2016-04-01 15:41:48 -07:00
digeff
3bb7be0c1d
Added trailing comma to array
2016-03-28 10:03:42 -07:00
digeff
36d7ef9602
Changed paths referencing the application used in tests
2016-03-28 09:22:17 -07:00
digeff
cc7a68036e
Now gulp package compiles in Prod mode, and we remove the stack trace translation
2016-03-24 15:07:49 -07:00
digeff
fc01e71cd7
Merge branch 'master' into run-android-tests-4
2016-03-24 13:23:23 -07:00
digeff
db7fa079b5
Added message to gulp test explaining the pattern we are using
2016-03-24 11:25:10 -07:00
digeff
7d22ec6609
Fixed small bug
2016-03-24 10:36:04 -07:00
digeff
c4394a1dba
Refactored the reading arguments logic to make it more clear/easier to read
2016-03-24 10:10:08 -07:00
digeff
e897905265
Extracted logic to parse command line argument to function readArgument
2016-03-24 10:06:52 -07:00
digeff
709d21f29e
Added RN 0.22.2 application as a resource, so we can use it during tests to generate good 'simulated/mocked' application files
2016-03-24 08:22:54 -07:00
digeff
211ffe8423
Now we support a --pattern parameter in gulp test that can filter tests by case name
2016-03-23 15:29:40 -07:00
Daniel Lebu
aefedd9b68
Access process as global as on older node versions access via module name is not supported.
2016-03-18 15:55:16 -07:00
Daniel Lebu
3ab5abaa98
Support for gulp package on Windows.
2016-03-18 15:47:27 -07:00
Daniel Lebu
7212311dca
Added package gulp task.
2016-03-18 11:30:38 -07:00
Joshua Skelton
a3fd5ee9ab
Updating which files we check for copyright notices
2016-03-17 16:42:51 -07:00
Joshua Skelton
9425034eb2
Small changes
2016-03-11 17:50:55 -08:00
Joshua Skelton
9adec70d2a
Converted checkCopyright and checkImports to Gulp Plugins
2016-03-11 17:32:11 -08:00
digeff
7d0d8776b3
Refactored custom verifications in the gulpfile.js
2016-03-10 15:48:29 -08:00
digeff
8a0139079e
Removed the compiling step, including only the generated javascript now
2016-03-10 15:37:15 -08:00
digeff
9508f4d856
Added new check copyright tool to gulp
2016-03-09 08:55:43 -08:00
Jimmy Thomson
d500558f78
Adding in gulp task to run non-extension tests
2016-02-29 15:44:19 -08:00
Jimmy Thomson
8edb50b43d
Adding check for process killed by signal
2016-02-29 13:50:28 -08:00
Jimmy Thomson
379834c9fa
Adding a step to check imports use correct names
2016-02-26 13:44:12 -08:00
Guillaume Jenkins
ee16550ea2
Initial testing infrastructure setup
2016-02-24 10:07:34 -08:00
digeff
b8ecee4dcb
Fix licenses
2016-02-19 13:27:40 -08:00
digeff
b031edc774
Autoformatted all ts and json files
2016-02-17 10:34:50 -08:00
digeff
c55d31ec87
Using Daniel's fix for building the source maps
2016-02-16 11:15:05 -08:00
digeff
1cb590ce10
Now we build the project using vscode compile (tsc). That fixes the extension debugging issue
2016-02-12 12:55:48 -08:00
dlebu
4e7a6f0ea8
PR comments.
2016-02-05 16:34:04 -08:00
dlebu
89973b41e3
Added clean gulp task.
2016-02-03 16:02:10 -08:00
unknown
3fb37ad5c1
Added initial configuration for iOS and Android. Imported utils.
2016-01-28 14:34:13 -08:00
Jimmy Thomson
8fe942cd37
Fixing sourcemap generation for the extension itself, and removeing another sync filesystem call.
2016-01-27 13:46:07 -08:00
Jimmy Thomson
f1cad5584a
Refactoring code after code review comments.
2016-01-27 11:38:55 -08:00
Jimmy Thomson
7b34131619
Changing from single quotes to double quotes
...
Removing unused dependencies
2016-01-26 14:12:01 -08:00
Jimmy Thomson
3fde20791f
Fixing tslint issues: project is tslint clean now
2016-01-26 13:31:04 -08:00
Jimmy Thomson
8ba55f4cea
Adding gulp and tslint infrastructure
2016-01-26 13:20:01 -08:00