__test
gitlab.test.ts +12 -0
methods.test.ts +16 -0
config
config.ts +41 -0
dbconn.ts +39 -0
functions
gitlab.ts +4 -4
helpers.ts +2 -2
methods.ts +39 -0
routes
mailer.js +0 -31
methods.js +0 -72
project.ts +229 -0
routes-project.js +0 -362
views/DE/project
addProjectOverview.pug +0 -124
mailinglists.pug +21 -16
manageProjectOverview.pug +0 -124
pagesList.pug +69 -26
project-simplified.pug +4 -33
project.html +1 -6
projectList.pug +72 -26
projectOverview.pug +3 -1
projects.pug +0 -91
projects_.pug +0 -51
.gitignore +2 -3
.gitlab-ci.yml +7 -3
app.ts +88 -0
jest.config.js +4 -0
package-lock.json +11168 -665
package.json +24 -12
tsconfig.json +12 -0
__test/gitlab.test.ts
0 → 100644
+ 12
- 0
\ No newline at end of file
__test/methods.test.ts
0 → 100644
+ 16
- 0
\ No newline at end of file
+ 41
- 0
@@ -4,16 +4,8 @@ module.exports = {
@@ -21,15 +13,6 @@ module.exports = {
@@ -39,16 +22,8 @@ module.exports = {
@@ -56,15 +31,6 @@ module.exports = {
+ 39
- 0
\ No newline at end of file
\ No newline at end of file
@@ -30,7 +30,7 @@ var gitlab = {
@@ -40,4 +40,4 @@ var gitlab = {
\ No newline at end of file
\ No newline at end of file