Skip to content

Commit 7938dc4

Browse files
Erwan CarriouErwan Carriou
authored andcommitted
- update url in files
1 parent 3d4a4ae commit 7938dc4

32 files changed

+210
-210
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SyrupJS
33
* The System Runtime Platform
4-
* http://syrupjs.systemdesigner.io
4+
* https://syrupjs.github.io
55
* @ecarriou
66
*
77
* Copyright (c) 2016 Erwan Carriou

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SyrupJS
22
The System Runtime Platform
3-
http://syrupjs.systemdesigner.io
3+
https://syrupjs.github.io
44
@ecarriou
55

66
The MIT License (MIT)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### What is SyrupJS ?
99

10-
[SyrupJS](http://syrupjs.systemdesigner.io) is a JavaScript library that manages JavaScript Application Systems.
10+
[SyrupJS](https://syrupjs.github.io) is a JavaScript library that manages JavaScript Application Systems.
1111

1212
## Installation
1313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.2",
44
"description": "SyrupJS, the System Runtime Platform",
55
"license": "MIT",
6-
"homepage": "http://syrupjs.systemdesigner.io",
6+
"homepage": "https://syrupjs.github.io",
77
"author": {
88
"name": "erwan carriou",
99
"email": "[email protected]",

build/syrup.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -764,158 +764,158 @@
764764
"core": true,
765765
"useCoreAPI": true
766766
},
767-
"1375319b4a10504": {
768-
"_id": "1375319b4a10504",
767+
"145b21a2491c48a": {
768+
"_id": "145b21a2491c48a",
769769
"component": "Syrup",
770770
"state": "error",
771771
"action": "function error(data) {\n console.error('syrup: ' + data.message, data.error);\n}",
772772
"core": true
773773
},
774-
"16a711a3ef1e7fa": {
775-
"_id": "16a711a3ef1e7fa",
774+
"15bf119da01940b": {
775+
"_id": "15bf119da01940b",
776776
"component": "Syrup",
777777
"state": "system",
778778
"action": "function system(name) {\n var System = null,\n system = {},\n systemId = '',\n result = [],\n conf = {};\n \n if (name) {\n conf.master = true;\n conf.name = name;\n System = this.require('SyrupSystem');\n system = new System(conf);\n } else {\n result = $db.SyrupSystem.find({\n 'master': true\n });\n if (result.length) {\n systemId = result[0]._id;\n system = $component.get(systemId);\n }\n }\n return system;\n}",
779779
"core": true,
780780
"useCoreAPI": true
781781
},
782-
"1368510af819590": {
783-
"_id": "1368510af819590",
782+
"1ca171489c112a1": {
783+
"_id": "1ca171489c112a1",
784784
"component": "Syrup",
785785
"state": "warning",
786786
"action": "function warning(message) {\n console.warn('syrup: ' + message);\n}",
787787
"core": true
788788
},
789-
"1a6e41371d1ca60": {
790-
"_id": "1a6e41371d1ca60",
789+
"11b281a0501c9d8": {
790+
"_id": "11b281a0501c9d8",
791791
"component": "SyrupClassInfo",
792792
"state": "collection",
793793
"action": "function collection(name) {\n var result = {};\n if (this.metamodel()[name] === 'collection') {\n result = this.model()[name];\n } \n \n return result; \n}",
794794
"core": true
795795
},
796-
"14469152cb1280c": {
797-
"_id": "14469152cb1280c",
796+
"1f6ea14c1312618": {
797+
"_id": "1f6ea14c1312618",
798798
"component": "SyrupClassInfo",
799799
"state": "collections",
800800
"action": "function collections() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n \n length = keys.length; \n \n for (i = 0; i < length; i++) { \n item = keys[i]; \n if (this.metamodel()[item] === 'collection') {\n result.push(item);\n }\n }\n \n return result;\n}",
801801
"core": true
802802
},
803-
"193ef1f5b6180e6": {
804-
"_id": "193ef1f5b6180e6",
803+
"1033e1631f11236": {
804+
"_id": "1033e1631f11236",
805805
"component": "SyrupClassInfo",
806806
"state": "event",
807807
"action": "function event(name) {\n var result = {};\n \n if (this.metamodel()[name] === 'event') {\n result = this.model()[name];\n } \n \n return result;\n}",
808808
"core": true
809809
},
810-
"18a6d16c4c176bd": {
811-
"_id": "18a6d16c4c176bd",
810+
"1b2791cb0016b19": {
811+
"_id": "1b2791cb0016b19",
812812
"component": "SyrupClassInfo",
813813
"state": "events",
814814
"action": "function events() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n \n length = keys.length;\n \n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'event') {\n result.push(item);\n }\n } \n return result;\n}",
815815
"core": true
816816
},
817-
"1d10113518199d0": {
818-
"_id": "1d10113518199d0",
817+
"11297164591795b": {
818+
"_id": "11297164591795b",
819819
"component": "SyrupClassInfo",
820820
"state": "method",
821821
"action": "function method(name) {\n var result = {};\n if (this.metamodel()[name] === 'method') {\n result = this.model()[name];\n \n }\n \n return result;\n}",
822822
"core": true
823823
},
824-
"105fb15e2b13a1f": {
825-
"_id": "105fb15e2b13a1f",
824+
"122b51892912f2a": {
825+
"_id": "122b51892912f2a",
826826
"component": "SyrupClassInfo",
827827
"state": "methods",
828828
"action": "function methods() {\n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'method') {\n result.push(item);\n }\n } \n \n return result;\n}",
829829
"core": true
830830
},
831-
"18d3a19ae916cf8": {
832-
"_id": "18d3a19ae916cf8",
831+
"1e5c8178e91e955": {
832+
"_id": "1e5c8178e91e955",
833833
"component": "SyrupClassInfo",
834834
"state": "properties",
835835
"action": "function properties() { \n var keys = Object.keys(this.metamodel()),\n item = '',\n result = [],\n i = 0,\n length = 0;\n length = keys.length;\n \n for (i = 0; i < length; i++) {\n item = keys[i];\n if (this.metamodel()[item] === 'property') {\n result.push(item);\n }\n } return result;\n}",
836836
"core": true
837837
},
838-
"1cd2e1dbbe19816": {
839-
"_id": "1cd2e1dbbe19816",
838+
"1a1c91ba8f16ff4": {
839+
"_id": "1a1c91ba8f16ff4",
840840
"component": "SyrupClassInfo",
841841
"state": "property",
842842
"action": "function property(name) {\n var result = {};\n \n if (this.metamodel()[name] === 'property') {\n result = this.model()[name];\n }\n return result;\n}",
843843
"core": true
844844
},
845-
"199e81bb871a859": {
846-
"_id": "199e81bb871a859",
845+
"1062b1874718c34": {
846+
"_id": "1062b1874718c34",
847847
"component": "SyrupComponent",
848848
"state": "destroy",
849849
"action": "function destroy() {\n $component.destroy(this.id());\n}",
850850
"core": true,
851851
"useCoreAPI": true
852852
},
853-
"1dfd5199d61db88": {
854-
"_id": "1dfd5199d61db88",
853+
"19b8f1180419484": {
854+
"_id": "19b8f1180419484",
855855
"component": "SyrupComponent",
856856
"state": "off",
857857
"action": "function off(state, behaviorId) {\n var args = [],\n i = 0,\n length = 0;\n length = arguments.length;\n \n for (i = 0; i < length - 6; i++) {\n args.push(arguments[i]);\n }\n \n if ($workflow.checkParams({\"component\": this, \"methodName\": \"off\", \"args\": args})) {\n if ($metamodel.isValidState(state, this.constructor.name)) {\n $behavior.remove({\"behaviorId\": behaviorId, \"componentId\": this.id(), \"state\": state});\n } else { $helper.getSyrup().warning({ \"message\":\"invoke 'off' method of component '\" + this.id() + \"' with an invalid state '\" + state + \"'\"}); \n }\n }\n}",
858858
"core": true,
859859
"useCoreAPI": true
860860
},
861-
"1aec215fc111b02": {
862-
"_id": "1aec215fc111b02",
861+
"1ef531b085178fd": {
862+
"_id": "1ef531b085178fd",
863863
"component": "SyrupComponent",
864864
"state": "require",
865865
"action": "function require(id) {\n return $component.get(id);\n}",
866866
"core": true,
867867
"useCoreAPI": true
868868
},
869-
"14134143c615504": {
870-
"_id": "14134143c615504",
869+
"15b4617d5d16512": {
870+
"_id": "15b4617d5d16512",
871871
"component": "SyrupDatabase",
872872
"state": "collections",
873873
"action": "function collections() {\n var result = {},\n collectionName = '';\n \n for (collectionName in $db.store) {\n if ($db.store.hasOwnProperty(collectionName) && collectionName.indexOf('Syrup') !== 0) {\n result[collectionName] = $db[collectionName];\n \n }\n }\n return result;\n}",
874874
"core": true,
875875
"useCoreAPI": true
876876
},
877-
"1b25d1295914b50": {
878-
"_id": "1b25d1295914b50",
877+
"17c391124c1c6d5": {
878+
"_id": "17c391124c1c6d5",
879879
"component": "SyrupDatabase",
880880
"state": "subsystem",
881881
"action": "function subsystem(params) {\n return $db.subsystem(params);\n}",
882882
"core": true,
883883
"useCoreAPI": true
884884
},
885-
"147c016938199cd": {
886-
"_id": "147c016938199cd",
885+
"1b28e1c3b7153c1": {
886+
"_id": "1b28e1c3b7153c1",
887887
"component": "SyrupDatabase",
888888
"state": "system",
889889
"action": "function system(system) {\n return $db.system(system);\n}",
890890
"core": true,
891891
"useCoreAPI": true
892892
},
893-
"1410814bc011e64": {
894-
"_id": "1410814bc011e64",
893+
"1f8c61201e14555": {
894+
"_id": "1f8c61201e14555",
895895
"component": "SyrupMetamodel",
896896
"state": "create",
897897
"action": "function create() {\n $metamodel.create();\n}",
898898
"core": true,
899899
"useCoreAPI": true
900900
},
901-
"17bcf1d54e11d93": {
902-
"_id": "17bcf1d54e11d93",
901+
"1115c1b09b14960": {
902+
"_id": "1115c1b09b14960",
903903
"component": "SyrupMetamodel",
904904
"state": "schema",
905905
"action": "function schema(schema) {\n $metamodel.schema(schema);\n}",
906906
"core": true,
907907
"useCoreAPI": true
908908
},
909-
"121d91e9611d6fd": {
910-
"_id": "121d91e9611d6fd",
909+
"1f7d61162315939": {
910+
"_id": "1f7d61162315939",
911911
"component": "SyrupMetamodel",
912912
"state": "type",
913913
"action": "function type(type) {\n $metamodel.type(type);\n}",
914914
"core": true,
915915
"useCoreAPI": true
916916
},
917-
"1ceea11fb113cfb": {
918-
"_id": "1ceea11fb113cfb",
917+
"1f295112911e30b": {
918+
"_id": "1f295112911e30b",
919919
"component": "SyrupSystem",
920920
"state": "sync",
921921
"action": "function sync() {\n var system = JSON.parse($db.system());\n \n this.schemas(system.schemas);\n this.types(system.types);\n this.behaviors(system.behaviors);\n this.components(system.components);\n}",

0 commit comments

Comments
 (0)