|
|
801e2918fa
|
charts module
|
2023-05-06 22:20:51 +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 |
|
|
|
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 |
|