Commit Graph

457 Commits

Author SHA1 Message Date
Kristóf Tóth
b45f624ab3 Extract status code polling logic into a class 2019-11-07 16:08:54 +01:00
Kristóf Tóth
9df954bcb1 Fix dashboard.iframeUrl by keeping iframeUrl updated 2019-10-21 15:55:39 +02:00
Kristóf Tóth
52e80dff03 Avoid polling iframe when url is not set 2019-10-14 14:58:40 +02:00
Kristóf Tóth
f51aebe1de Remove unused message type 2019-10-07 13:33:02 +02:00
Kristóf Tóth
25433a1ccd Move scrolling logic to MessagesComponent 2019-10-03 13:04:32 +02:00
Kristóf Tóth
d6874335cd Remove leftover debug console.log 2019-10-03 12:58:21 +02:00
Kristóf Tóth
46fe26861c Fix Firefox iframe about:blank after load braindeath 2019-10-02 15:58:38 +02:00
Kristóf Tóth
ac1bb81162 Add version file 2019-09-30 13:38:00 +02:00
Kristóf Tóth
38f3bfd6e5 Call editor writehandler on keydown instead of keyup 2019-09-27 14:49:02 +02:00
ni-richard
f90fd78507
Update README.md 2019-09-17 05:25:42 +02:00
Kristóf Tóth
5e85869494 Add support for bash syntax highlighting 2019-09-15 17:13:36 -07:00
Kristóf Tóth
f8e9586be3 Run IDE language detection only when selected file is changed 2019-09-15 17:10:06 -07:00
Kristóf Tóth
ff3886ad64 License project under GNU LGPLv3 2019-09-12 15:01:11 -04:00
Kristóf Tóth
bb5547402b Increase network timeout so that DockerHub builds won't fail 2019-09-12 11:49:56 -04:00
Kristóf Tóth
cb626d1c49 Add node_modules to .dockerignore 2019-09-12 11:41:42 -04:00
R. Richard
6642965bea Dockerize frontend for multistage building 2019-09-06 16:06:36 +02:00
Kristóf Tóth
57db977873 Implement solution check forwarding 2019-09-06 15:36:40 +02:00
Kristóf Tóth
43e43b061d Update ngx-monaco-editor 2019-09-06 15:18:32 +02:00
Kristóf Tóth
e951c5cb6f Fix bug where layout changes wouldn't scroll messages to bottom 2019-09-04 15:46:52 +02:00
R. Richard
0019683b21 Fix syntax highlighting error 2019-09-03 14:57:19 +02:00
Kristóf Tóth
62e0a99478 Poll webservice url for 200 OK on frontend load 2019-08-30 15:59:49 +02:00
Kristóf Tóth
4e60bfc8df Comply API changes & remove unused stuff 2019-08-28 16:45:40 +02:00
Kristóf Tóth
074fa89db7 Merge branch 'dynamic_configger' into chausie 2019-08-28 15:29:56 +02:00
Kristóf Tóth
c07538dc13 Make iframe toggleable 2019-08-28 15:28:26 +02:00
Kristóf Tóth
48a8facd50 Change frontend.config.done to frontend.ready 2019-08-28 13:48:14 +02:00
Kristóf Tóth
5a8f653f1a Fix "wait for all observables to complete" logic ConfigServiceBase 2019-08-28 11:13:51 +02:00
Kristóf Tóth
a88415bad1 Make whole frontend dynamically configurable to avoid rebuilds 2019-08-28 10:19:14 +02:00
Kristóf Tóth
41eebc60f6 Implement base class for future config services 2019-08-28 10:18:35 +02:00
Kristóf Tóth
65c7c727f5 Add CPU eating loader waiting for configuration to finish 2019-08-28 10:18:16 +02:00
Kristóf Tóth
4ac350d665 Fix terminal race condition (afterViewInit vs WS connection) 2019-08-27 17:20:26 +02:00
Kristóf Tóth
00e4c2f7b3 Fix iframe scrolling and other CSS issues 2019-08-27 17:13:36 +02:00
Kristóf Tóth
208edd9533 Hardcode routes to router module to eliminate weird dependency 2019-08-26 14:46:54 +02:00
Kristóf Tóth
448a2bc862 Implement poc ConfigService 2019-08-26 14:46:54 +02:00
R. Richard
45767b6711 Remove originator configuration and merge MessageData with MessageMetadata 2019-08-26 13:53:13 +02:00
R. Richard
f90907607d Remove dead code related to the processmanager and message module 2019-08-26 13:53:13 +02:00
R. Richard
f63cede5d5 Move message queue logic to backend 2019-08-26 13:53:13 +02:00
R. Richard
1b53ac40f2 Introduce separate event handler for deploying 2019-08-26 13:53:13 +02:00
Kristóf Tóth
24c994c41e Rename WebSocketService sendJSON() -> send() 2019-08-15 21:24:54 +02:00
R. Richard
614019fbff Remove FSM trigger 2019-08-15 15:45:37 +02:00
Kristóf Tóth
d7853d7154 Merge branch 'processlog-rework' into chausie 2019-08-15 14:40:49 +02:00
Kristóf Tóth
dcbf59d5ab Remove unused FSM update service 2019-08-15 14:39:32 +02:00
Kristóf Tóth
e6783efa49 Remove console & live process log logic (moved to backend) 2019-08-15 14:37:55 +02:00
R. Richard
e6dfdc678e Rename recover to ready 2019-08-15 13:43:48 +02:00
Kristóf Tóth
0543a36f09 Fix tslint errors 2019-08-12 17:08:26 +02:00
Kristóf Tóth
97b911689b Remove copyright headers 2019-08-12 16:51:51 +02:00
Kristóf Tóth
26b1deadf5 Upgrade packages and remove unused dependencies 2019-08-12 16:07:11 +02:00
Kristóf Tóth
e85eee2ee9 Rewrite WebSocketService to use rxjs instead of 3rd party dep 2019-08-12 14:26:02 +02:00
therealkrispet
9d6a819606
Merge pull request #42 from avatao-content/api-rework
Api rework
2019-08-08 16:29:27 +02:00
R. Richard
0b65b9f5f3 Remove unnecessary parentheses and refactor bot messages 2019-08-08 16:18:26 +02:00
R. Richard
6e22e7efe9 Rename interfaces and variables 2019-08-08 14:44:40 +02:00