- Mar 09, 2021
-
-
François Ferry authored
related: #11
-
- Mar 08, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
In ra-cubicweb, tsconfig.build.json is used only for the build and it excludes tests while the tsconfig.json file also allows to typecheck test files. Common configuration is located into the root tsconfig.json
-
Frank Bessou authored
ESchemas now accepts the entity types as generic type parameter. SchemaEntityTypes is now the subset of "entities" property's keys which are strings. This is necessary because when the keyword "keyof" is used on a generic type it returns an union of strings, numbers and symbols. We only want to keep strings.
-
- Mar 04, 2021
-
-
Frank Bessou authored
-
- Mar 03, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Mar 01, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
- Mar 02, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
- Mar 01, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
We change version to 0.1.0 to make a first release on npmjs.org
-
- Feb 26, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
- Feb 25, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
Demonstrates how to create relationships to existing entities
-
Frank Bessou authored
-
- Feb 24, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
The source maps allow the browser to display original files in the debugger and in the console. By default, webpack only includes source maps generated in the current build. It doesn't include source maps located in node_modules. The source-map-loader npm packages allow webpack to discover third-party source maps and the `"devtool": "eval-source-map"` strategy makes webpack expose both loaded source maps and generated source maps to the browser.
-
Frank Bessou authored
-
Frank Bessou authored
-
- Feb 23, 2021
-
-
François Ferry authored
-
François Ferry authored
-
François Ferry authored
-
François Ferry authored
-
Frank Bessou authored
The 8080 port will be used by the cubicweb instance.
-
- Feb 22, 2021
-
-
Frank Bessou authored
-
Frank Bessou authored
-