#215 Preparing release 2.0.3
* Fix Departments_Get procedure name * Update version in package.json and fix warnings about missing some information in the file * Add nginx config file * Fix count form for JobPosition_Create method * Fix names of db migrations * Extract error handling function for page with tokens * Fix comment for auth tokens handler controller * Add comment about field `status` in Teacher's model and rename the corresponding parameter in `changeInfo` to `isWorking`
Showing
- db/migrations/stored/R__stored_subdivisions.sql 3 additions, 3 deletionsdb/migrations/stored/R__stored_subdivisions.sql
- db/migrations/structure/V2_0_3_1__add_external_ID_for_departments.sql 0 additions, 0 deletions...s/structure/V2_0_3_1__add_external_ID_for_departments.sql
- db/migrations/structure/V2_0_3_2__add_description_for_auth_token.sql 0 additions, 0 deletions...ns/structure/V2_0_3_2__add_description_for_auth_token.sql
- deploy/nginxconfig 45 additions, 0 deletionsdeploy/nginxconfig
- media/js/office/tokens.js 18 additions, 30 deletionsmedia/js/office/tokens.js
- package.json 8 additions, 1 deletionpackage.json
- ~dev_rating/application/classes/Controller/Handler/AuthTokens.php 1 addition, 1 deletion...ing/application/classes/Controller/Handler/AuthTokens.php
- ~dev_rating/application/classes/Model/Faculties.php 1 addition, 1 deletion~dev_rating/application/classes/Model/Faculties.php
- ~dev_rating/application/classes/Model/Teacher.php 3 additions, 2 deletions~dev_rating/application/classes/Model/Teacher.php
File moved
File moved
deploy/nginxconfig
0 → 100644
{ | ||
"name": "GradeRatingSystem", | ||
"version": "2.0.1", | ||
"version": "2.0.3", | ||
"description": "Web-service for sfedu grade system", | ||
"license": "UNLICENSED", | ||
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.mmcs.sfedu.ru:it-lab/grade.git" | ||
}, | ||
"devDependencies": { | ||
"babel-preset-es2015": "6", | ||
"babel-preset-es2015-without-strict": "0", | ||
... | ... |
Please register or sign in to comment