78 Commits

Author SHA1 Message Date
91b3ffad9f Upload Tech spec 2023-05-06 22:57:55 +00:00
069aed2c7a Merge branch 'docker' into 'master'
Added dockerfile for backend

See merge request murphg62/2023-ca400-murphg62-byrnm257!20
2023-05-06 22:00:54 +00:00
1192ca62f2
Added dockerfile for backend 2023-05-06 22:54:41 +01:00
8a071e61e0 Merge branch 'get-post-endpoints' into 'master'
Added endpoints for modules to request outside resources

See merge request murphg62/2023-ca400-murphg62-byrnm257!19
2023-05-06 21:12:06 +00:00
70a566ee2d
Added endpoints for modules to request outside resources 2023-05-06 22:09:39 +01:00
e86a515fcf Merge branch 'module-create-fix' into 'master'
Fixed issue where backend sent wrong data format

See merge request murphg62/2023-ca400-murphg62-byrnm257!18
2023-05-06 20:53:13 +00:00
797c74b03c
Fixed issue where backend sent wrong data format 2023-05-06 21:47:50 +01:00
70db0e92b0 Merge branch 'env-var' into 'master'
Switched frontend urls to env variables and fixed bug in module creation

See merge request murphg62/2023-ca400-murphg62-byrnm257!17
2023-05-06 20:36:21 +00:00
06c4acf4fb
Switched frontend urls to env variables and fixed bug in module creation 2023-05-06 21:31:11 +01:00
e44c7001a4 Merge branch 'routing' into 'master'
Routing for modules

See merge request murphg62/2023-ca400-murphg62-byrnm257!16
2023-05-06 19:31:49 +00:00
8bcb72b259 updated dynamic component layout 2023-05-06 20:14:56 +01:00
dcff10e984 fixed nav menu routes 2023-05-06 19:48:30 +01:00
5817300283 dynamic routing for modules 2023-05-06 19:41:42 +01:00
5308961541 Merge branch 'UI-cleanup' into 'master'
added dynamic components, cleaned up UI

See merge request murphg62/2023-ca400-murphg62-byrnm257!15
2023-05-06 15:58:21 +00:00
bf9c94d13f added dynamic components, cleaned up UI 2023-05-06 15:58:21 +00:00
48cd5f51db Merge branch 'dynamic' into 'master'
Added dynamic endpoints for communication with modules

See merge request murphg62/2023-ca400-murphg62-byrnm257!14
2023-05-05 20:25:28 +00:00
c953c2a0f1
changed protocol used in dynamic endpoints 2023-05-05 21:19:22 +01:00
29b6316188
Added dynamic endpoints for GET and POST to modules 2023-05-05 20:28:04 +01:00
b8b9abceb9 Merge branch 'docker' into 'master'
Added module management through docker

See merge request murphg62/2023-ca400-murphg62-byrnm257!13
2023-05-05 16:05:57 +00:00
6ff59b5f8a
added tests for module management page 2023-05-05 16:51:07 +01:00
68aebf085e
Modified docker config format sent by frontend 2023-05-05 16:37:18 +01:00
50d73cbd71
Added backend for docker management 2023-05-05 00:40:18 +01:00
6e89fca3fd Merge branch 'user_registration' into 'master'
User registration front + back end

See merge request murphg62/2023-ca400-murphg62-byrnm257!12
2023-05-02 19:13:31 +00:00
5a61f91d1f Merge branch 'master' into 'user_registration'
# Conflicts:
#   src/PanoptesFrontend/PanoptesFrontend.csproj
2023-05-02 19:12:06 +00:00
e5e0a5b106 fixed merge conflict 2023-05-02 20:04:42 +01:00
73f37bc501 Merge branch 'module_config' into 'master'
Module config page + tests

See merge request murphg62/2023-ca400-murphg62-byrnm257!10
2023-05-02 18:56:12 +00:00
fba938fa2c updated service to save and delete json token 2023-05-02 19:47:01 +01:00
f70d3e9994 Backend authentication endpoints 2023-05-02 02:11:01 +01:00
93105faf12 Merge branch 'echo' into 'master'
Converted backend to echo framework

See merge request murphg62/2023-ca400-murphg62-byrnm257!11
2023-05-01 22:19:14 +00:00
00cad038f3 Converted backend to echo framework 2023-05-01 22:19:14 +00:00
d792b3aec9 component updates 2023-05-01 20:24:51 +01:00
82fd03fde8 build blazor projects when testing 2023-05-01 20:20:59 +01:00
b9e81650b3 config component render tests 2023-05-01 20:09:41 +01:00
ab60bccc1d test pipeline for Blazor 2023-05-01 04:00:38 +01:00
2a9d3ac361 added frontend end build stage to ci pipeline 2023-05-01 00:51:06 +01:00
36470f8264 module config page added 2023-05-01 00:48:37 +01:00
ed399bfbde Merge branch 'user_login' into 'master'
Frontend account and http service updates

See merge request murphg62/2023-ca400-murphg62-byrnm257!9
2023-04-30 20:12:24 +00:00
33bc569150 Frontend account and http service updates 2023-04-30 20:12:24 +00:00
1a98c96c3c Merge branch 'testing-01' into 'master'
rewrote ci pipeline to include test enviroment database

Closes #4 and #2

See merge request murphg62/2023-ca400-murphg62-byrnm257!8
2023-04-20 19:40:50 +00:00
fb421591e9 rewrote ci pipeline to include test enviroment database 2023-04-20 19:40:50 +00:00
30fe38a2e7 Merge branch 'ci' into 'master'
added ci testing

See merge request murphg62/2023-ca400-murphg62-byrnm257!6
2023-04-16 14:17:36 +00:00
7263d71cbc
added ci testing 2023-04-16 15:02:00 +01:00
1c8556a111 Merge branch 'database-connect' into 'master'
Datbase connected to backend, frontend, backend and containers communicating

See merge request murphg62/2023-ca400-murphg62-byrnm257!5
2023-04-16 12:55:03 +00:00
9353c55d1d API Gatway updated, now communicates with frontend 2023-04-15 23:21:15 +01:00
6ad23b3e14 Frontend navbar retrieves modules from database 2023-04-15 20:25:53 +01:00
bbb1df772b added placeholder comment for db connection info 2023-04-15 19:20:53 +01:00
46a9ccde84 api connection to database to collect module info 2023-04-15 19:16:53 +01:00
e34dc62d19 Merge branch 'frontend-setup' into 'master'
Frontend setup and http service initialised

See merge request murphg62/2023-ca400-murphg62-byrnm257!4
2023-04-15 14:13:05 +00:00
7f56ff09b2 Merge branch 'backend' into 'master'
Backend API Gateway

See merge request murphg62/2023-ca400-murphg62-byrnm257!3
2023-04-15 14:12:40 +00:00
25e93a39fd Http request service added 2023-04-15 00:00:22 +01:00