This website requires JavaScript.
Explore
Help
Sign In
IT4Change
/
gradido
Watch
3
Star
0
Fork
0
You've already forked gradido
mirror of
https://github.com/IT4Change/gradido.git
synced
2025-12-13 07:45:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
gradido
/
backend
History
Ulf Gebhardt
71551153c4
backend changes to rename
login_pending_tasks_admin
table to
admin_pending_creations
2022-02-02 16:25:15 +01:00
..
src
backend changes to rename
login_pending_tasks_admin
table to
admin_pending_creations
2022-02-02 16:25:15 +01:00
.env.dist
typo
2022-01-27 01:30:57 +01:00
.env.template
update configs and parameterize klicktipp options
2022-01-27 01:24:51 +01:00
.eslintignore
Reintroduced build as eslintignore, withdrew an assigned value that was never used.
2021-10-28 06:46:38 +02:00
.eslintrc.js
removed development environment linting exception
2021-06-29 12:25:41 +02:00
.gitignore
feat: Setup Unit Tests for Backend
2021-10-06 11:52:43 +02:00
.prettierrc.js
missing trailing comma
2021-06-29 12:25:42 +02:00
Dockerfile
Merge branch 'master' into setup-tests-for-resolvers
2021-11-03 23:19:40 +01:00
jest.config.js
try to adjust jest config
2022-01-25 21:48:45 +01:00
package.json
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
2022-02-01 04:14:54 +01:00
tsconfig.json
change paths of up, down and reset
2021-12-29 22:09:56 +01:00
yarn.lock
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
2022-02-01 04:14:54 +01:00