projects
/
cordova-lib.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
test: use expectAsync for rejections (#831)
2020-01-12
Raphael von der...
test: use expectAsync for rejections (#831)
commit
|
commitdiff
|
tree
2020-01-12
Raphael von der...
test(e2e): improve HooksRunner.spec (#825)
commit
|
commitdiff
|
tree
2019-11-23
Raphael von der...
test: move cordova/platform/{platform => addHelper...
commit
|
commitdiff
|
tree
2019-11-22
Raphael von der...
fix: plugin installation from git url w/ semver (#827)
commit
|
commitdiff
|
tree
2019-11-16
Raphael von der...
test: use fs.copySync for increased performance (#826)
commit
|
commitdiff
|
tree
2019-11-15
Raphael von der...
test(e2e): re-enable HooksRunner#12 and move it to...
commit
|
commitdiff
|
tree
2019-11-15
Raphael von der...
style: fix linting violations (#824)
commit
|
commitdiff
|
tree
2019-11-15
Raphael von der...
feat: proper support for scoped plugins (#821)
commit
|
commitdiff
|
tree
2019-11-11
Raphael von der...
refactor: remove stub interface to `cordova-create...
commit
|
commitdiff
|
tree
2019-11-11
Raphael von der...
refactor: use execa's cross-platform shebang support...
commit
|
commitdiff
|
tree
2019-11-06
Raphael von der...
Extend and improve plugin tests in preparation of supporting...
commit
|
commitdiff
|
tree
2019-11-02
Raphael von der...
Simplify jasmine configuration (#816)
commit
|
commitdiff
|
tree
2019-11-02
Raphael von der...
Remove dead code in integration-tests/plugin.spec ...
commit
|
commitdiff
|
tree
2019-10-31
Raphael von der...
Do not spawn child process to get platform version...
commit
|
commitdiff
|
tree
2019-10-30
Raphael von der...
plugman_fetch.spec cleanup (#813)
commit
|
commitdiff
|
tree
2019-10-30
Raphael von der...
Remove obsolete and duplicate ignore entries (#814)
commit
|
commitdiff
|
tree
2019-10-24
Raphael von der...
Remove unused module plugman/platforms/common (#808)
commit
|
commitdiff
|
tree
2019-10-21
Raphael von der...
Break dependency cycles (#807)
commit
|
commitdiff
|
tree
2019-10-20
Raphael von der...
Fix cordova/emulate.spec (#804)
commit
|
commitdiff
|
tree
2019-10-20
Raphael von der...
Remove unused exports from cordova/util (#806)
commit
|
commitdiff
|
tree
2019-10-19
Raphael von der...
Remove support for obsolete <project>/.cordova/config...
commit
|
commitdiff
|
tree
2019-10-14
Raphael von der...
Minor code cleanup (#802)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Do not run legacy hooks from dirs anymore (#797)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Remove platform.check (#800)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Remove code to handle plugins that were added by cordova...
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Remove parts of plugman that have been moved to the...
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Replace underscore with modern JS (#772)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
chore: drop node 6 and 8 support (#799)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
chore: bump version to 10.0.0-dev (#798)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
Use up-to-date fixtures in tests (#770)
commit
|
commitdiff
|
tree
2019-10-10
Raphael von der...
HooksRunner code & spec cleanup (#796)
commit
|
commitdiff
|
tree
2019-04-17
Raphael von der...
Merge pull request #775 from raphinesse/cpj-cleanup
commit
|
commitdiff
|
tree
2019-04-17
Raphael von der...
Simpler and better cordova/util.getPlatformApiFunction...
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Collapse declaration of globals to a single line
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Get rid of hacky default.json file for init-defaults
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Remove unused parameter `test` from `readDeps`
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Remove unused key `defaults.bugs` in createpackagejson
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Remove futile attempts to read npm config values
commit
|
commitdiff
|
tree
2019-04-15
Raphael von der...
Make src/plugman/init-defaults.js lintable (#774)
commit
|
commitdiff
|
tree
2019-04-14
Raphael von der...
Have plugman.createPackageJson create file in plugin...
commit
|
commitdiff
|
tree
2019-04-14
Raphael von der...
Prevent masking of errors during testing (#771)
commit
|
commitdiff
|
tree
2019-04-14
Raphael von der...
Proper async code in src/plugman/createpackagejson...
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Merge pull request #764 from raphinesse/expressive...
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Remove unnecessary spy (#763)
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Remove unused fixtures
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Merge describe blocks in pkgJson.spec
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Create projects instead of asserting their properties...
commit
|
commitdiff
|
tree
2019-04-13
Raphael von der...
Factor out common project test helpers
commit
|
commitdiff
|
tree
2019-04-12
Raphael von der...
Remove unused fixtures (#762)
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Merge pull request #761 from raphinesse/misc-test-improvements
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Minor cleanup of CI configs (#760)
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Fix some test descriptions in cordova/util.spec
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Stop cordova/util.spec from messing with the user's...
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Proper temp folder usage in cordova/util.spec
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Remove outdated test from cordova/util.spec
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Remove rewire/revert anti-pattern
commit
|
commitdiff
|
tree
2019-04-01
Raphael von der...
Remove superspawn faking from HooksRunner.spec
commit
|
commitdiff
|
tree
2019-03-30
Raphael von der...
Fix faulty Promise handling in plugman.uninstall (...
commit
|
commitdiff
|
tree
2019-03-30
Raphael von der...
Refactor plugin_fetch.spec (#758)
commit
|
commitdiff
|
tree
2019-03-13
Raphael von der...
Remove unused property apiCompatibleSince from platformsConf...
commit
|
commitdiff
|
tree
2019-03-13
Raphael von der...
Fix plugin dependency tests when using npm >= 5
commit
|
commitdiff
|
tree
2019-03-12
Raphael von der...
Remove handling of legacy .fetch.json files (#748)
commit
|
commitdiff
|
tree
2018-09-30
Raphael von der...
Merge pull request #710 from raphinesse/q-nomore
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Remove Q :tada:
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Fix some unhandled promises
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Add ESLint rule against unhandled promises
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Rewrite cordova/requirements to get rid of `Q.allSettled`
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Use `superspawn` to get rid of `Q.defer` in plugman...
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Replace `Q.delay` with npm package `delay`
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Fix linting error `prefer-promise-reject-errors`
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Search and replace usage of Q's static API
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Replace leftover usage of Q's instance API
commit
|
commitdiff
|
tree
2018-09-29
Raphael von der...
Merge pull request #687 from raphinesse/to-serve-and...
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Use const for imports
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Lazily load Context.cordova
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Remove compatibility layer from 2015
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Throw error if non-cordova module is required
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Merge pull request #707 from raphinesse/deprecate-requireCor...
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Update JSDoc and clarify inline comments
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Emit deprecation warning when requiring non-cordova...
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Fix for module names that start with "cordova-lib"
commit
|
commitdiff
|
tree
2018-09-28
Raphael von der...
Add unit tests for `Context#requireCordovaModule`
commit
|
commitdiff
|
tree
2018-09-18
Raphael von der...
Increase timeout for cordova.platform e2e tests (#699)
commit
|
commitdiff
|
tree
2018-09-18
Raphael von der...
Increase plugman install test timeout (#698)
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Fix waiting for launched server
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Add failing test for handling failed server launch
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Organize imports
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Improve tests after improving testability
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Improve testability of main export
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Make use of express default 404
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Render index page from a template
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Simplify absolute path handler
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Refactor platform serve handler & add tests
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Use `md5-file` to calculate MD5 sum of files
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Correctly reject promise when failing
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Add failing test resulting in pending promise
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
Fix globby usage in cordova/serve
commit
|
commitdiff
|
tree
2018-09-08
Raphael von der...
CB-7078 Rewrite disabled test for serve as unit test
commit
|
commitdiff
|
tree
2018-09-07
Raphael von der...
Remove support for old option format (#686)
commit
|
commitdiff
|
tree
2018-09-07
Raphael von der...
Remove unused dependency properties-parser (#685)
commit
|
commitdiff
|
tree
next