An error occurred while fetching the assigned milestone of the selected merge_request.
__tests__
gitlab.unit.test.js +32 -0
method.unit.test.js +52 -0
classes
project.js +51 -0
repo.js +9 -0
user.js +83 -0
website.js +9 -0
routes
api_TBD.js +0 -0
dbconn.js +0 -14
gitlab.js +130 -0
methods.js +12 -23
routes-account.js +340 -285
views/DE/account
contact.pug +6 -8
forgotPwd.pug +6 -8
home.pug +2 -2
newInformation.pug +116 -0
profile.pug +20 -14
registration.pug +6 -8
security.pug +7 -9
services.pug +54 -4
updateInformation.pug +103 -0
app.js +1 -9
package-lock.json +6282 -1114
package.json +6 -4
__tests__/gitlab.unit.test.js
0 → 100644
+ 32
- 0
\ No newline at end of file
__tests__/method.unit.test.js
0 → 100644
+ 52
- 0
classes/project.js
0 → 100644
+ 51
- 0
\ No newline at end of file
classes/repo.js
0 → 100644
+ 9
- 0
classes/user.js
0 → 100644
+ 83
- 0
\ No newline at end of file