Commit Graph

55 Commits

Author SHA1 Message Date
vvakame
6585641c80 adhoc fix breeze/breeze-tests.ts 2015-09-03 22:05:33 +09:00
Daniel Rosenwasser
985b3ce3a4 Add 'metadataStore' property to 'breeze'. 2015-08-21 15:45:46 -07:00
Jason Jarrett
528debd5fd NugetAutomation test 2015-04-10 23:19:04 -07:00
Jason Jarrett
fbe16baac0 NugetAutomation test 2015-04-10 23:08:59 -07:00
Jason Jarrett
291d19109e testing out some stuff for NugetAutomation
Only removing some whitepace while I test out some NugetAutomation work...
2015-04-10 22:58:41 -07:00
Masahiro Wakame
71f803e383 Merge pull request #3767 from steveschmitt/master
Added 'any'/'all' constructors to Predicate
2015-03-03 01:07:24 +09:00
Steve Schmitt
5c604dd321 Added 'any'/'all' constructors to Predicate; updated heading to breeze 1.5.x 2015-02-28 21:03:45 -08:00
Basarat Ali Syed
ff8ec7e044 Update breeze.d.ts 2015-01-24 10:15:11 +11:00
Steve Schmitt
6f60ee30b6 Fix bad merge 2015-01-20 22:59:47 -08:00
Steve Schmitt
bbb295a821 Update to Breeze 1.5.2 2015-01-20 22:13:42 -08:00
zatar80
9c3ee061a2 Adding isNavigationPropertyLoaded on EntityAspect class
breezejs documentation reference a function that wasn't declared in this file. 
cf:http://www.breezejs.com/sites/all/apidocs/classes/EntityAspect.html
2014-12-17 17:57:18 +01:00
nickolsky
43c78b40e9 Added optional allowMerge parameter to non-static MetadataStore.importMetadata 2014-11-20 02:53:26 +03:00
Masahiro Wakame
2f4892123d Merge pull request #3136 from RHAD1969/master
Added a FilterQueryOpSymbol and an overload to EntityQuery.where
2014-11-14 10:46:05 +09:00
RHAD1969
691b7f9915 Update breeze.d.ts
Corrected typo in class EntityQuery

where(property: string, filterop: FilterQueryOpSymbol, property2: string, filterop2: FilterQueryOpSymbol,value:any): EntityQuery;
2014-11-13 12:44:03 +01:00
RHAD1969
11597ce3f2 Update breeze.d.ts
Added :

 "Any: FilterQueryOpSymbol;" 
to  
"interface FilterQueryOp" 

"where(property: string, filterop: FilterQueryOpSymbol, property2: string, filterop2: FilterQueryOpSymbol,value:any) ;"
to 
"class EntityQuery"

 (see: http://www.getbreezenow.com/documentation/query-examples#WhereAnyAll)
2014-11-13 12:39:31 +01:00
RHAD1969
d290ea22c1 Update breeze.d.ts
Added: 

createEntity(typeName: string, config?: {}, entityState?: EntityStateSymbol, mergeStrategy?: StrategySymbol): Entity;

to the breeze class.
2014-11-01 19:47:18 +01:00
SkyKnight
77329c13e4 optional second parameter of getAdapterInstance
according to description on page
http://www.breezejs.com/documentation/customizing-ajax adapterName is
not required
2014-04-28 21:25:51 +02:00
SkyKnight
088f8056b1 missing optional parameter in EM.exportEntities
http://www.breezejs.com/documentation/exportimport
2014-04-28 21:22:58 +02:00
Jacob Eggers
aacdbf04b3 Adding noTracking function definition to EntityQuery. 2014-04-03 01:39:05 +06:00
vvakame
16dd1ab76f Removed non-required .tscparams 2014-02-05 12:48:22 +09:00
Jacob Eggers
eda6a18c3d Breeze: fetchEntityByKey 2014-01-30 18:42:48 -08:00
Mike Keesey
35304a8171 Made breeze-tests.ts compliant with --noImplicitAny. 2014-01-29 15:40:35 -08:00
Mike Keesey
36a7fe5357 Made breeze.d.ts compliant with the --noImplicitAny option. Added some missing return types in the process. 2014-01-29 15:21:13 -08:00
Bartvds
0efeed5c45 added/fixed headers a-d
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 00:22:06 +01:00
Tim Nolte
8a6dd4da1f Fixed adapterCtor to be defined as a Function not an Object in registerAdapter. Update breeze tests according to the new registerAdapter parameter count. 2014-01-09 08:30:46 -05:00
Tim Nolte
a85e855148 Updated the breeze.config declaration to spec a proper registerAdapter function. adapterCtor was missing as a parameter. 2014-01-08 14:14:02 -05:00
Basarat Syed
140cd16852 ts0.9.5 fix breezejs needed https://typescript.codeplex.com/workitem/1970 2013-12-06 14:24:58 +11:00
Jeffery Grajkowski
798dbfbf8f Converting ungeneric "Array" to "any[]"
TypeScript 0.9.5 beta does not allow generic type references without the type argument.  This code will still compile for 0.9.1 users.  Flight and Ember have further compile problems in 0.9.5 that I don't feel qualified to address as I'm not versed in those libraries.
2013-11-26 10:29:46 -08:00
vvakame
2708bc05cd Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e Fixed to CI test passing 2013-10-03 10:18:58 +09:00
basarat
bf283be094 breeze fix failing test 2013-09-10 21:13:51 +10:00
basarat
7182406224 breezejs : Update to 1.4.1 iceboxing old version to pull in new version closes PR#858 2013-08-26 21:35:14 +10:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Neil Stalker
3dacaaa512 Fix some tests 2013-06-29 15:18:02 +01:00
Neil Stalker
26d671ccbd Fix definitions for TS 0.9 2013-06-28 22:14:33 +01:00
vcastro
6543a55f8f Updates to breeze.d.ts according to changes in Breeze 1.3.6:
-Added setDetached method to EntityAspect
-Changed the signature of EntityManager.importEntities to accept either a string or a JSON object.
2013-06-24 10:03:45 +01:00
vcastro
b8f655a096 Fixed typo in breeze.d.ts 2013-06-21 07:32:08 +01:00
vcastro
613809f5d8 Updated breeze.d.ts, durandal.d.ts and knockout.mapping.d.ts to better support TS 0.9. 2013-06-20 23:03:16 +01:00
vcastro
e03564697e Added helper specification to EntityManager 2013-06-07 14:31:00 +01:00
vcastro
3e2b27c9d0 Added setEntityTypeForResourceName method to the MetadataStore definition 2013-06-06 18:00:10 +01:00
iwhp
72eec5b19d Added the property [name] to NamingConvention 2013-04-18 11:10:57 +02:00
Diullei Gomes
e2567c2be0 breeze updated - 1.2.7 2013-03-29 11:36:15 -03:00
Diullei Gomes
9a070cd186 commit breeze reverted. I need to solve some bugs 2013-03-29 11:27:48 -03:00
Diullei Gomes
ec32cb2fa7 Merge pull request #431 from johnlantz/patch-4
Rename breeze-tests.ts to breeze-tests-1.0.ts
2013-03-29 07:13:55 -07:00
John Lantz
e0c46de382 Rename breeze-tests.ts to breeze-tests-1.0.ts
Updating per contribution guide.
2013-03-27 16:54:52 -07:00
John Lantz
860344d5e4 Rename breeze.d.ts to breeze-1.0.d.ts 2013-03-27 16:49:04 -07:00
Jaco Erasmus
b04dcfa3d8 Update breeze-tests.ts
Changed hasChanges event to hasChangesChanged as it was renamed in v1.1.0
2013-03-14 11:34:28 +02:00
Jaco Erasmus
86e4a94090 Added EntityManager.hasChangesChanged event
EntityManager.hasChanges event was renamed to EntityManager.hasChangesChanged in v1.1.0
2013-03-14 11:26:43 +02:00
Steve Fenton
c74ca9a5d9 Add createEntity method to EntityManager
Add createEntity method to EntityManager
2013-03-11 16:54:08 +00:00
Boris Yankov
209d95071a Update reference paths 2013-01-17 20:03:30 +02:00