aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* Upgrade the Node package `pg` to at least 8.0.3Libravatar Edgars2021-10-29
| | | | | | | | | | | | | | | | | | | | | | | `package.json` and `package-lock.json` were updated to upgrade the Node package `pg` to at least version 8.0.3 to fix the following error: SubError [TimeoutError]: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? at /app/node_modules/knex/lib/client.js:339:13 at tryCatcher (/app/node_modules/bluebird/js/release/util.js:16:23) at /app/node_modules/bluebird/js/release/catch_filter.js:17:41 at tryCatcher (/app/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/app/node_modules/bluebird/js/release/promise.js:517:31) at Promise._settlePromise (/app/node_modules/bluebird/js/release/promise.js:574:18) at Promise._settlePromise0 (/app/node_modules/bluebird/js/release/promise.js:619:10) at Promise._settlePromises (/app/node_modules/bluebird/js/release/promise.js:695:18) at _drainQueueStep (/app/node_modules/bluebird/js/release/async.js:138:12) at _drainQueue (/app/node_modules/bluebird/js/release/async.js:131:9) at Async._drainQueues (/app/node_modules/bluebird/js/release/async.js:147:5) at Immediate.Async.drainQueues [as _onImmediate] (/app/node_modules/bluebird/js/release/async.js:17:14) at processImmediate (internal/timers.js:464:21) { sql: undefined, bindings: undefined }
* Merge pull request #48 from k0staa/masterLibravatar thursday2021-09-18
|\ | | | | Moving the server-docker repository to the server repository and enabling image building from the current version of the application code
| * Added mysqlLibravatar thursday2021-07-21
| | | | | | Based on the package.json that was generated after installing mysql inside of a running ferdi-server container using the command: npm install --save mysql
| * Update package.jsonLibravatar thursday2021-07-21
| | | | | | Adding the node mysql helper
| * Update package.jsonLibravatar thursday2021-07-12
| | | | | | Upgraded nodejs to '14.17.3' to match HEAD
* | chore: improve dev setupLibravatar mhatvan2021-08-04
| | | | | | | | | | | | | | | | - upgrade uuid, eslint, husky - improve .eslintrc.js and correct lint script - update uuid imports to conform to v8 - add .prettierrc.js for consistent formatting - file changes due to lint --fix
* | Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|/
* Added husky pre-commit hook to run linterLibravatar Vijay A2021-05-19
|
* [Housekeeping] Added missing hygiene configs/files for developer/contributor.Libravatar Vijay A2021-05-19
|
* Bump node-fetch from 2.6.0 to 2.6.1Libravatar dependabot[bot]2020-09-12
| | | | | | | | Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
* #16 Implement Password resetLibravatar vantezzen2020-04-02
|
* Upgrade dependenciesLibravatar vantezzen2020-04-02
|
* Bump version numberLibravatar vantezzen2020-04-02
|
* Bump version numberLibravatar Bennett2020-03-10
|
* Bump version numberLibravatar Bennett2020-03-10
|
* Bump version numberLibravatar Bennett2020-03-10
|
* #15 Setup Sentry to capture errorsLibravatar Amine Mouafik2019-11-29
|
* Update descriptionLibravatar vantezzen2019-10-27
|
* Bump version numberLibravatar vantezzen2019-10-19
|
* Add eslintLibravatar vantezzen2019-09-05
|
* Add user dashboardLibravatar vantezzen2019-09-04
|
* Add import Franz account featureLibravatar vantezzen2019-08-28
|
* Add validationsLibravatar vantezzen2019-08-26
|
* Fix recipe store bundling of custom recipesLibravatar vantezzen2019-08-25
|
* Add custom recipe creatorLibravatar vantezzen2019-08-25
|
* Add recipe storeLibravatar vantezzen2019-08-23
|
* Fix user loginLibravatar vantezzen2019-08-23
|
* Use UUID instead of number for service idLibravatar vantezzen2019-08-23
|
* Initial commitLibravatar vantezzen2019-08-22