-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: loopbackio/loopback-next
base: @loopback/example-rpc-server@4.0.0-alpha.4
head repository: loopbackio/loopback-next
compare: @loopback/example-rpc-server@4.0.0-alpha.5
- 20 commits
- 126 files changed
- 5 contributors
Commits on Feb 7, 2018
-
fix(example-getting-started): remove juggler warning
Explicitly cast path parameter "id" from string to number because the REST transport does not implement parameter coercion yet. See #750 This change removes the following warnings from `npm test` output: WARNING: id property cannot be changed from 3 to 3 for model:Todo in 'before save' operation hook WARNING: id property cannot be changed from 3 to 3 for model:Todo in 'loaded' operation hook
Configuration menu - View commit details
-
Copy full SHA for 86139f6 - Browse repository at this point
Copy the full SHA 86139f6View commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c2e7cf6 - Browse repository at this point
Copy the full SHA c2e7cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ffc1e5 - Browse repository at this point
Copy the full SHA 7ffc1e5View commit details -
chore: separate tslint config files for build and vscode
This is a follow-up to #964. Two config files are in place now: - tslint.build.json for CLI build scripts - tslint.json for vscode
Configuration menu - View commit details
-
Copy full SHA for c86b0cf - Browse repository at this point
Copy the full SHA c86b0cfView commit details
Commits on Feb 9, 2018
-
refactor: simplify app setup via RestApplication (part II) (#968)
- Move any REST-related setup from app.start() back to app constructor. - Update the project template to use RestApplication too - Update authentication README to use RestApplication
Configuration menu - View commit details
-
Copy full SHA for e5a9ce8 - Browse repository at this point
Copy the full SHA e5a9ce8View commit details
Commits on Feb 13, 2018
-
fix(example-getting-started): use sinon from testlab (#984)
Rework example-getting-started to use sinon from @loopback/testlab instead of importing it directly.
Configuration menu - View commit details
-
Copy full SHA for 09fc791 - Browse repository at this point
Copy the full SHA 09fc791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518d2b8 - Browse repository at this point
Copy the full SHA 518d2b8View commit details -
Decouple application config from features (e.g. components) (#975)
* fix(core): decouple app config from assembly * fix(core): update the readmes * fix(core): add comments * fix(rest): rebase against RestApplication PR * fix(core): get rid of array registration
Configuration menu - View commit details
-
Copy full SHA for 707a401 - Browse repository at this point
Copy the full SHA 707a401View commit details -
fix: clean up example-log-extension
This PR is a follow-up to the following issue based on review comments: #939 - Demonstrate how to plug in a different log (console vs memory) - Switch to @loopback/metadata for decorator implementation - Remove log level provider as it's supposed to be contributed by the app The exercise also exposes a few needs: 1. Support for optional dependency so that we can fall back a default implementation (or a better way) 2. Allow a component to bind artifacts beyond providers
Configuration menu - View commit details
-
Copy full SHA for f13f603 - Browse repository at this point
Copy the full SHA f13f603View commit details
Commits on Feb 14, 2018
-
fix(cli): remove copyright header from generated app (#991)
* fix(cli): remove copyright header from generated app use `.template` extension for templates. Rename during project generation. Removes copyright headers from templates. Fixes #944 * fixup! apply feedback - use RegExp for matching instead of extname
Configuration menu - View commit details
-
Copy full SHA for c987b28 - Browse repository at this point
Copy the full SHA c987b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0593b51 - Browse repository at this point
Copy the full SHA 0593b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712529b - Browse repository at this point
Copy the full SHA 712529bView commit details -
build: remove redundant "mocha" dependencies (#987)
Clean up per-package `package.json` files and remove dependency on `mocha` in all places where `lb-mocha` is already in use.
Configuration menu - View commit details
-
Copy full SHA for cf4a55c - Browse repository at this point
Copy the full SHA cf4a55cView commit details -
chore: clean up VSCode tasks (#987)
- Use npm scripts instead of invoking lerna directly - Clean up task names
Configuration menu - View commit details
-
Copy full SHA for baf9928 - Browse repository at this point
Copy the full SHA baf9928View commit details
Commits on Feb 15, 2018
-
feat(cli): switch .template to .ejs (#996)
* feat(cli): switch .template to .ejs * revert: undo removing dist6 from templates
Configuration menu - View commit details
-
Copy full SHA for a27e856 - Browse repository at this point
Copy the full SHA a27e856View commit details -
chore(cli): update templates to remove Node 6 remnants (#998)
Follow up from #996 and related to dropping Node 6 support. CLI template had references to `dist6` folders which are no longer generated.
Configuration menu - View commit details
-
Copy full SHA for 69bd4f7 - Browse repository at this point
Copy the full SHA 69bd4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ae181 - Browse repository at this point
Copy the full SHA 99ae181View commit details -
test(cli): disable GitHub cloning tests
The check for equality on example packages after cloning prevents update of the contents of those packages, since they are no longer equivalent! As a result, we are disabling this test for now until we can come up with something that suitably validates the behaviour we expect, but in a way that doesn't prevent future changes from passing tests.
Configuration menu - View commit details
-
Copy full SHA for 14f6333 - Browse repository at this point
Copy the full SHA 14f6333View commit details -
docs(example-getting-started): split tutorial into separate files
Break up the pieces of the tutorial so that they can be served as individual links on LoopBack.io under the LB4 docs. re #729
Configuration menu - View commit details
-
Copy full SHA for e5410b6 - Browse repository at this point
Copy the full SHA e5410b6View commit details -
- @loopback/authentication@4.0.0-alpha.33 - @loopback/cli@4.0.0-alpha.23 - @loopback/context@4.0.0-alpha.32 - @loopback/core@4.0.0-alpha.34 - @loopback/example-getting-started@1.0.1-alpha.7 - @loopback/example-hello-world@4.0.0-alpha.4 - @loopback/example-log-extension@4.0.0-alpha.7 - @loopback/example-rpc-server@4.0.0-alpha.5 - @loopback/openapi-v2@4.0.0-alpha.11 - @loopback/repository-json-schema@4.0.0-alpha.8 - @loopback/repository@4.0.0-alpha.30 - @loopback/rest@4.0.0-alpha.26
Configuration menu - View commit details
-
Copy full SHA for 18eed2d - Browse repository at this point
Copy the full SHA 18eed2dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff @loopback/example-rpc-server@4.0.0-alpha.4...@loopback/example-rpc-server@4.0.0-alpha.5