Ecosyste.ms: OpenCollective

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

github.com/NativeScript/verify-ns-build


https://github.com/NativeScript/verify-ns-build

refactor: remove console logs (#4)

b18ef40e9f72f4916a3b5fd4286c9579481bb824 authored almost 7 years ago by Vasil Chimev <[email protected]>
workaround: remove platforms after sequential builds with snapshot (#3)

* workaround: remove platforms after sequential builds with snapshot

* refactor: remove comme...

82bb2d4fcc35b94109c4d29697d50286e57a31f2 authored almost 7 years ago by Svetoslav <[email protected]>
refactor: remove duplication of cli command spawn

69cebf4ab05f635c7da6896a599dfbd9b4d1eb37 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: build for webpack with {N} CLI (#2)

829dc0d017c1fc48437b89e12c61587a3101559c authored almost 7 years ago by Stanimira Vlaeva <[email protected]>
fix: installCommand instead of install

0bcfeeac8e8d1b495727f878a32e9b285d11e7a9 authored almost 7 years ago by sis0k0 <[email protected]>
feat: add 'updateAngularDeps' option to trigger update of NG deps

b741792978125e74985eed94a7d0095507326924 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: build action to use execute command

64f6e33689b9b1fc3e662bd5bfa5b2b36a7b3efa authored almost 7 years ago by vchimev <[email protected]>
fix: rename process env properties

22a5b355dac59a5d70dc3fb144b2fc8ec7c9dfc2 authored almost 7 years ago by vchimev <[email protected]>
refactor: provide way to ignore single package installation

For CI builds on PR

090a59b7407fe767bd98d27548e6fee31ff5ce04 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: extract install and update from bin script

20652714dbb006bdc1ffa049db96954451b07816 authored almost 7 years ago by sis0k0 <[email protected]>
fix: properly install dependencies (#1)

41ef692b272ab9f0b3504c64a9e813f23ef24d89 authored almost 7 years ago by Vasil Chimev <[email protected]>
fix: throw proper error message when trying to measure iOS startup time

ad3cece4863614ffce2e4119b44c7784ab438dc8 authored almost 7 years ago by sis0k0 <[email protected]>
fix: add sunburst.js and d3.v3.min.js files

2f76ce86eb16190eaa4ed0a5fd1ad4a0a7ab1c8d authored almost 7 years ago by sis0k0 <[email protected]>
fix: throw error when timeline is not properly generated

b45ef1136844d849b15c5951f7bfae105a320377 authored almost 7 years ago by sis0k0 <[email protected]>
feat: generate html report

ce034587bbad34a10e037efca0cd6450167ba719 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: change format of report data

4bdfa5c994d5a79c084c12b46c5e42575dd0f2ab authored almost 7 years ago by sis0k0 <[email protected]>
fix: adding helper scripts for webpack plugin

ce3d583305c1b387d7e0e5c769ce7cc9988feb25 authored almost 7 years ago by sis0k0 <[email protected]>
feat: measure startup time for Android

20738ca8cf8eed6a4ecf50912f91484d29ae3c3f authored almost 7 years ago by sis0k0 <[email protected]>
fix: run `npm i` after installing {N} webpack and add helper scripts

only then

7dcde5766af50962f1bc2c541268687a97305b58 authored almost 7 years ago by sis0k0 <[email protected]>
feat: support '~' when specifying config paths

7c8f5da9ab55912a0899bf0a70b110a26b5bbb77 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: specify more than one node package to be installed

abcc26d9fa86c4fb07ec0f33693313c1bf4b96e6 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: print final report and save it as json

639761f829701e873d783a7fb60eec146a58acb2 authored almost 7 years ago by sis0k0 <[email protected]>
chore: use 'prepare' npm script

4d2639931bd5ffe689202311c70cd0c24eb3fce4 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: log waiting time and increase to 15s

53a7589c9545413d4e8ed8f2fc8a856bb437a303 authored almost 7 years ago by sis0k0 <[email protected]>
fix: save timeline using the correct file name (constants.ts)

631fd8a811acf87c8d2cb6633fe4057e73c438d5 authored almost 7 years ago by sis0k0 <[email protected]>
fix: add --no-watch options when running tns to allow rewriting apk

f407f4a6c010cbadbe2760d4b41adb7e7b5df52e authored almost 7 years ago by sis0k0 <[email protected]>
refactor: extract verification checks to separate function

ea84a5cf8db3504c152f8fbd75b6994284c40993 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: move timeline.ts and bundle.ts to checks/

dca1759da054bb393e7429445fc0e5117aa9b7f9 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: split index.js and move to lib/

64fa29426a57d3bca50f0df0fd79766860c81944 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: move promisified fs methods to fs.ts

89bf23b6d6d4ec28afa5238a888adc83a82992ab authored almost 7 years ago by sis0k0 <[email protected]>
refactor: export execute methods from command.ts

a392230ff6de50372446a2a1ca8eeee800b2d5bf authored almost 7 years ago by sis0k0 <[email protected]>
feat: support generating reports with timeline-view

56c242c8ad9eb917f06582362b7358463d8218c7 authored almost 7 years ago by sis0k0 <[email protected]>
feat: enable/disable traces depending on configuration

f11453e7f5717c3e3acf42625b718644f101d2ea authored almost 7 years ago by sis0k0 <[email protected]>
feat: add reporting for 'run'

83039b92e5c5ba8faf360001d408f988323438df authored almost 7 years ago by sis0k0 <[email protected]>
fix: stop child proccesses and destroy output on SIGINT

97d1804c8feb28b6c9d36bd6fce823a157739a08 authored almost 7 years ago by sis0k0 <[email protected]>
feat: add 'run' command

7467eb4adf30d12b5ce5fa050b9fd5dd9b42e5dd authored almost 7 years ago by sis0k0 <[email protected]>
feat: save build-report.json in verify-report/ dir

194db0f219e4e77f0a37721d8b4d8196d9f83d30 authored almost 7 years ago by sis0k0 <[email protected]>
feat: save reports from webpack builds to verify-build dir in the project

6016badcec4742d9395a090c53089a6f77ee7d12 authored almost 7 years ago by sis0k0 <[email protected]>
chore(tsconfig): add lib: es2017.object

the latest is present in node 8

21b5c3250d7e842a6062857f9cb44c317f510bb0 authored almost 7 years ago by sis0k0 <[email protected]>
refactor: gather build information in reports

d54923f16b937a7a635fe915491568fc89cc58d1 authored almost 7 years ago by sis0k0 <[email protected]>
chore: gitignore .swp files

2fd34a8350fda98c533c225b07df444840e3ece4 authored almost 7 years ago by sis0k0 <[email protected]>
feat: verify assets sizes

ea641ed895bd019c686593edb3a0bb0310cad0a4 authored almost 7 years ago by sis0k0 <[email protected]>
feat: add build command

a26ef95d2bcb33e7553db746bbbb83b61e0399d3 authored almost 7 years ago by sis0k0 <[email protected]>
feat: add verify-ns-build bin script

aa509e3f2bd8c63b4999ebc3d4177be4fa0f5173 authored almost 7 years ago by sis0k0 <[email protected]>
chore: add compile script with watcher

1ef131983fc4c7663e65139de0e6a50da0a74500 authored almost 7 years ago by sis0k0 <[email protected]>
chore: transpile down to commonjs modules

ae56cf4cf4c721fe0dd144fcd290ec548a797a4e authored almost 7 years ago by sis0k0 <[email protected]>
fix: async/await logic for spawning new processes

5d0bfc702b28b7449a523d2ec40345f6d45e63b8 authored almost 7 years ago by sis0k0 <[email protected]>
feat: add basic logic for installing and updating {N} webpack

ae2e355377eb28f5cc113c79adacca59948754bf authored almost 7 years ago by sis0k0 <[email protected]>
init

b406df20ea6c51ea6ce77ba5a89ccc7269cc47d3 authored almost 7 years ago by sis0k0 <[email protected]>