Commit Graph

1465 Commits (8b968e6e0521bcd9b3f8b7f9501a4a7cef56cbb1)

Author SHA1 Message Date
mehmet-erim 8b968e6e05 chore: add an ng-package.json for schematics
5 years ago
Arman Ozak 7422c469ab Merge branch 'dev' of github.com:abpframework/abp into feat/4881
5 years ago
Arman Ozak 5be8544504 fix: cut out generics from base type for better parsing
5 years ago
Arman Ozak 283c04ca9a feat: handle complex union types in schematics
5 years ago
Arman Ozak 2e82d0a20d fix: generate interface for base types too
5 years ago
Arman Ozak 7423b1cd23 fix: add property type definition control back
5 years ago
Arman Ozak edadf0e74e fix: avoid lint errors in schematics
5 years ago
Arman Ozak a1ae2d9973 fix: remove condition blocking enum generation in schematics
5 years ago
Arman Ozak 832692a238 fix: avoid importing generic type placeholders in schematics
5 years ago
Arman Ozak 654cdb6ea8 fix: improve recursive model lookup in schematics
5 years ago
Arman Ozak 12c20fd7c3 feat: add volo regex as constant to schematics
5 years ago
Arman Ozak 1dc58c5a65 refactor: unify reduction of refs to imports & interfaces
5 years ago
Arman Ozak 2fc7161349 fix: add comma after params in service schematics
5 years ago
Arman Ozak 4a6b9b409f feat: map System.Net.HttpStatusCode to number in schematics
5 years ago
Arman Ozak adeab8a813 feat: generate interfaces recursively in model schematics
5 years ago
Arman Ozak d4044c6572 feat: generate referred models recursively in schematics
5 years ago
mehmet-erim b79a64dd1d fix: add an undefined control
5 years ago
Arman Ozak a3108f86ab refactor: move generation rules to separate functions
5 years ago
Bunyamin Coskuner 38d5db2580
Merge pull request #5126 from abpframework/feat/5015
5 years ago
bnymncoskuner a20abfa230 test: undo wrongfully edited test name
5 years ago
Arman Ozak 5bfc5dcf94 fix: add imports for referred types in model schematics
5 years ago
Arman Ozak a8c1a49148 feat: create enums and enum options with schematics
5 years ago
bnymncoskuner 2632f5c293 test: improve undefined or null test for deepMerge
5 years ago
bnymncoskuner 7225cad2c0 test: utilize test.each for better readability
5 years ago
bnymncoskuner f8bbc46e36 fix: add null or undefined cases
5 years ago
bnymncoskuner 849b626693 feat: expose object-utils to outside world
5 years ago
bnymncoskuner 73cd8fe140 test: test suites for new func set in common-utils
5 years ago
bnymncoskuner 69f15963c8 refactor: move some funcs to common-utils
5 years ago
mehmet-erim 412b26d9df test: change some tests of error.handler.spec
5 years ago
mehmet-erim fc673d48cb refactor: use constant for localizations instead of strings
5 years ago
Arman Ozak 556150999b feat: create interfaces for self imports in schematics
5 years ago
bnymncoskuner dee43694b1 refactor: improve readability of bool exp
5 years ago
bnymncoskuner 7efebcb061 test: improve test names of object-utils
5 years ago
bnymncoskuner e9910d5970 test: env-utils and object-utils
5 years ago
bnymncoskuner d187ebaa6f feat: apply merge strategy on env
5 years ago
bnymncoskuner c05fc996cf feat: add object-utils with deepMerge
5 years ago
bnymncoskuner 8bb436da5f feat: add mergeStrategy to RemoteEnv
5 years ago
mehmet-erim 90a1f9bd18 feat: add default error localizations to error.handler
5 years ago
Arman Ozak 6f10a83282 feat: import ObjectExtending namespace from core package
5 years ago
Arman Ozak a70cfd6d27 fix: avoid creating interfaces for enums in schematics
5 years ago
Arman Ozak c0aa4720bc fix: replace double slashes with single slashes
5 years ago
Arman Ozak 198ea436af feat: handle enum imports in schematics
5 years ago
Arman Ozak 7d272958ba fix: avoid importing modified types in schematics
5 years ago
Arman Ozak 0c9c5da87d fix: avoid union types to be imported in schematics
5 years ago
Arman Ozak 82967a8195 refactor: simplify merging of baseType w/ properties
5 years ago
Arman Ozak d41e621e0e fix: parse namespaces after removing type modifiers
5 years ago
Arman Ozak 61cc1f6604 fix: check list types before splitting them in schematics
5 years ago
Arman Ozak d31aee32b3 feat: handle model imports in model schematics
5 years ago
Arman Ozak f467dc75c8 refactor: make schematics import sort fn reusable
5 years ago
Arman Ozak 460f21717f refactor: make schematics service imports reducer reusable
5 years ago