angular-docs-cn/scripts/ci
Tobias Bosch 2b34c88b69 refactor(view_compiler): codegen DI and Queries
BREAKING CHANGE:
- Renderer:
  * renderComponent method is removed form `Renderer`, only present on `RootRenderer`
  * Renderer.setDebugInfo is removed. Renderer.createElement / createText / createTemplateAnchor
    now take the DebugInfo directly.
- Query semantics:
  * Queries don't work with dynamically loaded components.
  * e.g. for router-outlet: loaded components can't be queries via @ViewQuery,
    but router-outlet emits an event `activate` now that emits the activated component
- Exception classes and the context inside changed (renamed fields)
- DebugElement.attributes is an Object and not a Map in JS any more
- ChangeDetectorGenConfig was renamed into CompilerConfig
- AppViewManager.createEmbeddedViewInContainer / AppViewManager.createHostViewInContainer
  are removed, use the methods in ViewContainerRef instead
- Change detection order changed:
  * 1. dirty check component inputs
  * 2. dirty check content children
  * 3. update render nodes

Closes #6301
Closes #6567
2016-04-13 14:43:48 -07:00
..
dart_ddc chore(ddc): make DDC build non-experimental 2016-01-26 21:04:34 -08:00
after-script.sh build(browserstack): initial setup 2015-11-01 23:22:40 +01:00
android_cpu.sh feat(perf): disable wake lock and cpu freq scaling on android 2015-01-20 17:14:27 -08:00
build_and_test.sh feat(typescript): update to 1.9 nightly. 2016-04-13 18:54:58 +00:00
build_dart.sh build(ci): turn on debugging output for ci scripts 2015-11-05 21:02:42 +00:00
build_dart_ddc.sh refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
build_js.sh chore(build): allow to run examples and benchmarks without bundles 2016-01-05 08:27:24 -08:00
build_router.sh build(ci): turn on debugging output for ci scripts 2015-11-05 21:02:42 +00:00
env_dart.sh chore: fix DDC errors / warnings 2016-03-08 22:17:32 +00:00
init_android.sh feat(perf): disable wake lock and cpu freq scaling on android 2015-01-20 17:14:27 -08:00
install_chromium.sh chore: build cjs code prior to launching e2e tests 2016-03-22 22:09:33 +00:00
install_dart.sh fix(build): lock dart dev version 2015-10-02 08:37:05 -07:00
perf_launch_chrome.sh refactor(build): support multiple configurable browsers for e2e and perf tests 2015-01-20 13:06:37 -08:00
presubmit-queue-setup.sh chore(build): revert presubmit-queue-setup.sh; fix git login in publish-build-artifacts.sh 2015-11-17 13:53:57 -08:00
presubmit-queue-success.sh fix(presubmit): uses proper branch instead of hard coded 2015-08-09 17:41:58 +00:00
print-logs.sh refactor(build): support multiple configurable browsers for e2e and perf tests 2015-01-20 13:06:37 -08:00
test_browserstack.sh build(sauce/bs): make some browsers required in CI 2016-01-04 22:30:48 +00:00
test_dart.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_e2e_dart.sh chore(): remove all angular2_material code. 2016-03-16 13:37:37 -07:00
test_e2e_js.sh chore(): remove all angular2_material code. 2016-03-16 13:37:37 -07:00
test_js.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_perf.sh build(ci): turn on debugging output for ci scripts 2015-11-05 21:02:42 +00:00
test_router.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
test_saucelabs.sh build(sauce/bs): make some browsers required in CI 2016-01-04 22:30:48 +00:00
test_server_dart.sh chore(build): use Chromium in Travis for JS tests 2016-03-01 11:24:44 -08:00
travis_after_all.py chore: have presubmit ignore builds which can fail. 2015-08-22 20:28:59 -07:00