57 Commits

Author SHA1 Message Date
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
992414bd50 dynamically render text and charts 2023-04-13 21:48:07 +01:00
539221c456 dynamic rendering from REST call 2023-04-13 21:04:18 +01:00
9d20919f2c schema generation from request - not working 2023-04-05 19:21:21 +01:00
0036cbbcea UI Schema generation from REST call 2023-04-03 19:05:25 +01:00
ac64ab54d4 added getStats endpoint to api gateway 2023-04-02 15:16:36 +01:00
891e565117 api gateway basic functionality 2023-03-29 15:30:43 +01:00
2a525efb4d Rest service initiated 2023-03-29 14:27:41 +01:00
e3f8d14889 grpc services added 2023-03-27 18:01:25 +01:00
334cf502ad untested schema and chart component endpoints 2023-03-25 17:52:07 +00:00
5882ee8243 Merge branch 'proto' into 'master'
changed packaging for easier importing

See merge request murphg62/2023-ca400-murphg62-byrnm257!2
2023-03-25 13:37:10 +00:00
4b323af873
changed packaging for easier importing 2023-03-24 14:44:16 +00:00
f2610758f2 Merge branch 'proto' into 'master'
Proto

See merge request murphg62/2023-ca400-murphg62-byrnm257!1
2023-03-24 12:43:40 +00:00
b723a82e90
modified protobufs to send schemas 2023-03-23 16:26:30 +00:00
a669544bae Frontend connected to Top Module 2023-03-06 18:54:31 +00:00
668da73db7 module connection in progress 2023-03-06 13:39:38 +00:00
5cd33a9220 Frontend updates for test module 2023-03-04 19:57:25 +00:00
ca46d9b8e4 added UI component library for Charts/graphs 2023-01-27 15:22:29 +00:00
75342c6f60 removed counter page 2023-01-27 15:13:56 +00:00
5a6f8ae30f Added test api call for fetching data 2023-01-27 14:40:02 +00:00
5b05e37898 Blazor server app setup 2023-01-27 14:18:57 +00:00
502adfed1b
added initial proto files 2023-01-09 23:19:10 +00:00