Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.6.0-beta.4 #195

Merged
merged 66 commits into from
Sep 7, 2018
Merged

v0.6.0-beta.4 #195

merged 66 commits into from
Sep 7, 2018

Conversation

LoicPoullain
Copy link
Member

@LoicPoullain LoicPoullain commented Aug 31, 2018

Features

How to migrate

Update you dependencies

Update your local dependencies: npm update.
Update globally @foal/cli: npm -g update @foal/cli.

Database migrations

The entity Group now has a codeName.

  • If you have synchronize set to true in your ormconfig.json then the database schema will automatically be updated.
  • Otherwise run the following commands to update the db schema:
npm run build
npm run migration:generate -- -n add-codename-to-group
npm run build
npm run migration:run

Shell scripts

Remove src/scripts/create-users.ts and add the following scripts:

Session configuration

Remove the line "sessionCookieDomain": "localhost" in config/settings.production.json.

LoicPoullain and others added 30 commits August 31, 2018 13:52
Use both male and female names in tests.
Add validate util and add it by default when generating an `EntityResourceCollection`
Add getCommandLineArguments util and `create-user`, `create-group` and `create-perm` scripts.
[Internal] Add e2e tests in Travis
LoicPoullain and others added 28 commits September 4, 2018 13:49
Automatically register controllers upon creation.
Add the `foal run-script` feature.
Update session default configuration following OWASP recommandations
Correcting typeorm scripts - Issue #204
@LoicPoullain LoicPoullain merged commit 4db805a into master Sep 7, 2018
@LoicPoullain LoicPoullain deleted the 0-6-0-beta-4 branch September 7, 2018 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants