2b27c1cabc
[Core] Spec for view provider, capability
...
Add spec for view provider and capability to complete
test coverage of the transitioned platform/core bundle.
WTD-573.
2014-11-21 18:30:34 -08:00
84c7f3d71d
[Core] Complete specs for type service components
...
Complete specs for type service components, and supporting
classes. WTD-573.
2014-11-21 18:14:26 -08:00
b9b164ab31
[Core] Spec for domain objects
...
Spec for DomainObject and DomainObjectProvider; part of
ongoing test coverage for transition of platform/core
bundle, WTD-573.
2014-11-21 17:51:45 -08:00
c34c16e51c
[Core] Specs for model service components
...
Fill in specs for model service components, part of
bundle platform/core; WTD-573.
2014-11-21 17:25:58 -08:00
99f9203e71
[Core] Complete spec for capailities
...
Complete specs for capabilities introduced in platform/core,
part of ongoing transition of this bundle. WTD-573.
2014-11-21 16:59:03 -08:00
2b82262775
[Core] Add specs for contextual objects
...
Add specs for the context capability, and the domain object
wrapper which introduces it. Ongoing transition work for
platform/core, WTD-573.
2014-11-21 16:22:16 -08:00
e18b4f234f
[Core] Add spec for CompositionCapability
...
Add spec for CompositionCapability; ongoing improvement of
test coverage for WTD-573.
2014-11-21 16:06:50 -08:00
342832a4bc
[Core] Add specs for action support
...
Add specs for core components for dealing with actions;
part of ongoing platform/core transition, WTD-573.
2014-11-21 13:26:02 -08:00
41ecb1f8c2
[Core] Add spec for StaticModelProvider
...
Add spec for StaticModelProvider to increase coverage
in platform/core, for WTD-573.
2014-11-21 11:52:14 -08:00
9b52843e3f
[Core] Update spec for TypeProvider
...
Update spec for TypeProvider to handle changes to API
for transition of platform/core; WTD-573.
2014-11-21 11:22:28 -08:00
a797ae8a69
[Core] Add skeleton specs
...
Add skeleton specs for platform/core, WTD-573.
2014-11-20 16:15:16 -08:00
71815242e2
[Core] Update glossary with extension terms
...
Update glossary with field names used ubiquitously
in extensions, to support clarity of in-line
documentation in platform/core. WTD-573.
2014-11-20 16:13:38 -08:00
a0d5c2d0c3
[Core] Add JSDoc to view provider, capability
...
Add JSDoc to view-related classes in platform/core.
WTD-573.
2014-11-20 15:42:56 -08:00
36c792eb58
[Core] Add definitions to glossary
...
Add a Glossary section to the top-level README.md to
aid in understanding terminology used throughout
comments in platform/core. WTD-573.
2014-11-20 15:19:50 -08:00
95c3e1cdf4
[Core] Add JSDoc, remove unused files
...
Add JSDoc and remove unused files from type services
and related files under the platform/core bundle.
WTD-573.
2014-11-20 15:13:05 -08:00
c10bfa7956
[Core] Add JSDoc for model components
...
Add JSDoc for components of modelService exposed
by platform/core. Part of ongoing preparation for
review and integration; WTD-573.
2014-11-20 14:55:31 -08:00
bef49c7999
[Core] Add JSDoc for capabilities
...
Add JSDoc for remaining core capabilities, to meet
code standards for integration. WTD-573.
2014-11-20 14:34:37 -08:00
299f78f73f
[Core] Add JSDoc to PersistenceCapability
...
Add JSDoc to PersistenceCapability, to continue
satisfying code standards in preparation for
integration of the platform/core bundle.
WTD-573.
2014-11-20 14:05:13 -08:00
b9651b45d0
[Core] Add JSDoc for ContextualDomainObject
...
Add JSDoc for the domain object wrapper used to
expose a 'context' capability; part of
ongoing documentation to meet code standards in
platform/core in preparation for integration.
WTD-573.
2014-11-20 13:56:25 -08:00
e569249231
[Core] Add JSDoc for ContextCapability
...
Add JSDoc for the 'context' capability; part of
ongoing documentation to meet code standards in
platform/core in preparation for integration.
WTD-573.
2014-11-20 13:51:29 -08:00
5a437a7124
[Core] Add JSDoc for action service components
...
Add JSDoc for remaining action service components
(ActionProvider and LoggingActionDecorator) to
satisfy code standards in the platform/core bundle,
for WTD-573.
2014-11-20 13:37:37 -08:00
c2f33542ee
[Core] Remove unused files
...
Remove unused files from platform/core in
preparation for integration. WTD-573.
2014-11-20 13:27:03 -08:00
823f390673
[Core] Add comments to ActionCapability
...
Add JSDoc comments to ActionCapability to satisfy
code standards in the platform/core bundle, for
WTD-573.
2014-11-20 13:25:09 -08:00
5dd660035a
[Core] Add comments to ActionAggregator
...
Add JSDoc comments to Action Aggregator to satisfy
code standards in the platform/core bundle, for
WTD-573.
2014-11-20 13:24:55 -08:00
0fdce798f7
[Core] Bring in core bundle from sandbox
...
Bring in bundle platform/core from the sandbox
branch, in preparation for clean up, tests, and
integration. WTD-573
2014-11-20 12:58:21 -08:00
c50ca2e92b
[Framework] Mention constants in README
...
Update Framework's README to include reference to
support of constants as an Angular built-in extension,
WTD-572.
2014-11-20 11:00:02 -08:00
1fb558022c
[Framework] Remove errant semicolons
...
Remove extra semicolons from PartialConstructor to
satisfy JSLint during code style check of command
line build; these were introduced during changes
to PartialConstructor to support property retention,
WTD-572.
2014-11-20 10:58:23 -08:00
9d84bbca5c
[Framework] Add property retention spec
...
Add spec to verify that static properties continue
to be exposed on extension implementations after
they have been loaded. WTD-572.
2014-11-20 10:56:21 -08:00
5ae58644d9
[Framework] Add spec for constant registration
...
Add spec for registration of constant values as
extensions. WTD-572.
2014-11-20 10:52:01 -08:00
c594ad8918
[Framework] Add spec for property retention
...
Add spec to verify that static properties exposed by
extension constructors remain visible after these
have been converted to partial constructors. These
static methods have various uses, such as providing
appliesTo methods to classes where pre-instantiation
filtering is useful. WTD-572.
2014-11-20 10:48:04 -08:00
05f4832608
[Framework] Add bundle definition
...
Add an (empty) bundle definition for the framework
component. This has the practical effect of avoiding
404 errors in the console log, since platform/framework
is included in bundles.json (the set of active bundles)
in order to ensure detection by the test framework.
This also provides a place for possible future
extensions provided by the framework itself.
WTD-572.
2014-11-20 10:41:39 -08:00
08ff75c9c0
[Framework] Bring in changes from sandbox
...
Bring in changes from 'sandbox' branch. These include:
* Reconfiguring require's baseUrl such that relative
paths work as expected in define call dependencies.
Previously this only worked as expected in the
framework bundle, since data-main points there.
* Add support for a 'constants' category of extension,
to define application constants from bundles. This
allows services to treat static values (such as
persistence URIs) as injectable dependencies.
* Various assurances that properties from extension
definitions will be exposed upon resolved
implementations, even after partial construction.
WTD-572.
2014-11-20 10:37:27 -08:00
3682eb73cb
[Framework] Remove temporary file
...
Remove temporary script file (introduced for initial
build/repository setup to illustrate naming conventions
and test declaration) from framework sources.
Completes implementation of framework layer for
WTD-518.
2014-11-07 04:57:51 -08:00
6dea66558f
[Framework] Include Promise polyfill in tests
...
Provide Promise polyfill in test runner. This allows tests
of objects which use Promise directly to be run in environments
which don't yet implement Promise (including command line
test environment.) Completing test suite for framework layer,
WTD-518.
2014-11-06 19:53:26 -08:00
2e144ca003
[Framework] Fix code style in specs
...
Fix code style in specs for framework layer, written
for WTD-518.
2014-11-06 19:46:14 -08:00
bfcfa0127d
[Framework] Spec for FrameworkInitializer
...
Complete specs for initial implementation of framework
layer, WTD-518.
2014-11-06 19:44:34 -08:00
0feb7c9699
[Framework] Remove spec for constants
...
Remove spec for Constants.js (only constants are defined
here, and there is no particular use to verifying their
existence; also, implicitly tested by specs for code
which uses these constants.) WTD-518
2014-11-06 19:33:47 -08:00
0d80494618
[Framework] Add spec for ImplementationLoader
...
WTD-518.
2014-11-06 19:29:55 -08:00
5f7704f1b8
[Framework] Add spec for ExtensionResolver
...
WTD-518
2014-11-06 19:20:51 -08:00
69c6811f00
[Framework] Fill in spec for bundle resolver
...
Fill in spec for bundle resolver, WTD-518.
2014-11-06 19:06:26 -08:00
2dde62cb79
[Framework] Complete ServiceCompositor spec
...
WTD-518.
2014-11-06 18:40:25 -08:00
5d4f1f2008
[Framework] Add spec for partial constructor
...
Add spec for partial constructor, used to handle two-stage
application of Angular dependencies and constructor
arguments. WTD-518.
2014-11-06 17:09:55 -08:00
b0267a9c59
[Framework] Complete spec for ExtensionRegistrar
...
Complete tests for the extension registar, WTD-518.
2014-11-06 16:52:22 -08:00
1a113b2a6f
[Framework] Add specs for custom registrars
...
WTD-518
2014-11-06 16:08:14 -08:00
52e2761ac7
[Framework] Fill in spec for Extension
...
Fill in spec for Extension, part of the framework
component. WTD-518.
2014-11-06 15:41:25 -08:00
794d11e715
[Framework] Add spec for Bundle
...
Add spec for Bundle, used by the framework layer.
WTD-518.
2014-11-06 15:20:26 -08:00
cbea30d9cc
[Framework] Add test cases for warning
...
Verify that warnings are issued when bundles are missing
or malformed. WTD-518.
2014-11-06 14:57:32 -08:00
587a913405
[Framework] Add test case for BundleLoader
...
Add a test case for BundleLoader, to improve test coverage
of framework layer. WTD-518.
2014-11-06 14:47:56 -08:00
8e1eb2f22f
[Framework] Initial spec for bundle loader
...
Add first test case for bundle loader, WTD-518.
2014-11-06 14:28:22 -08:00
dac05d7841
[Framework] Spec for ApplicationBootstrapper
...
Add spec for the application bootstrapper; verify
its interactions with Angular. WTD-518.
2014-11-06 08:23:33 -08:00