Commit Graph

219 Commits

Author SHA1 Message Date
24b1b2b4ad [Web][Sandbox] Fix docker builds 2024-03-12 12:25:28 -04:00
8321ef3b51 [Shared] Remove tsbuildinfo 2024-03-12 12:18:09 -04:00
24c9193211 [Sandbox] Update shared import 2024-03-12 12:16:07 -04:00
0901765707 [Web] Update shared import 2024-03-12 12:13:31 -04:00
8f56a6aa4c [Shared][Extension] Update shared 2024-03-12 12:11:59 -04:00
247bd010b8 [Shared][Web] Refactor shared components 2024-03-12 11:49:15 -04:00
37a0cd73bc [Sandbox] Fix shared importing 2024-03-11 20:36:45 -04:00
0d0d22b730 [Web] Fix shared project importing 2024-03-11 20:29:02 -04:00
753f77659a Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-03-11 20:25:29 -04:00
47ee997fa7 [extension] Fix shared projects 2024-03-11 20:25:02 -04:00
3a5880ed04 [Sandbox] Add check script 2024-03-11 19:43:46 -04:00
59ff0b4560 Merge security/web-sandbox-secret 2024-03-11 17:39:43 -04:00
2dabb4f9bc [Web] Refactor docker env vars 2024-03-11 13:50:02 -04:00
114f5a046e [sandbox] Use Node 20 2024-03-11 13:39:46 -04:00
fc63bc2544 [sandbox] Update deps 2024-03-11 13:37:26 -04:00
4d926b42ab [web] Update deps 2024-03-11 13:35:23 -04:00
David Poeschl
22bc7460df
Merge shared code for submission running (extension/sandbox) and team submission info (extension/web) (#16)
* Unify submission execution implementations into submissionRunner

* Unify contestMonitorTypes definitions between extension & web

* Make line separator in entry use LF

* Add entry.sh for sandbox

* Fix web imports

* Sandbox read from .env

---------

Co-authored-by: orosmatthew <orosmatthew@pm.me>
2024-03-11 13:32:23 -04:00
6e95a955a8 Add gitattributes file to enforce unix LF 2024-03-11 13:19:30 -04:00
David Poeschl
2a9a120b5d
Merge pull request #15 from dpoeschl/SidebarBackgroundColor
Extension: make sidebar background color use theme color
2024-03-11 08:26:04 -07:00
dpoeschl
85b511457c Extension: make sidebar background color use theme color 2024-03-06 19:50:34 -08:00
fde6b0019b [extension] Format 2024-03-05 19:31:11 -05:00
David Poeschl
4a3ff56e7a
VSCode Extension: Sidebar UI showing team's submissions, automatically updating and showing alerts as submissions are judged (#14)
* Add an Output Panel channel named "BWContest Log"

* Allow client logout when no contest

And make login/logout error messages clearer

* Show contest name & team name in Code extension side panel

* submission icons for sidebar panel

* Start VSCode extension "onStartupFinished"

instead of waiting for Sidebar to be opened

* VSCode: Sidebar UI for up-to-date problem/submissions status

- VSCode: poll API every 30 seconds to get contest metadata and all submission metadata for the logged in team
- The Sidebar now shows all problems in the contest, along with their submissions and overall status, which automatically updates as submissions are submitted & judged
- Web: "contestState" API to get all info for an activeTeam via their token
- Update submit API to return the submission id, allowing the VSCode UI to immediately render it as Pending without waiting for a polling cycle
-

* Add "Compilation Failed" message to submissions that fail to build

* Contest Import - Option to create repos & immediately activate the imported contest

Useful for testing with old contests (including the submissions)

* Test/Submit panel, use fixed-width font in input/output areas

* Fix build error for 'pluralize'

* Clear all state & halt polling loops on logout, restart them on login

* Improve the debug fastPolling option

- Toggleable via package.json config
- Setting the option changes the initial state as well as ability to toggle states

* Web project 'npm run format'
2024-03-05 17:50:16 -05:00
1c78b90643 [web] Implement public scoreboard with updating 2024-02-26 19:52:47 -05:00
a4efcdd6e9 [web] Update deps 2024-02-26 14:35:18 -05:00
366fe93405 Initial public scoreboard 2024-02-26 13:52:55 -05:00
46974efdc1 Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-02-17 15:49:31 -05:00
11b5106f12 [sandbox] Add eslint 2024-02-17 15:49:30 -05:00
78af9a8909 Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-02-17 15:43:39 -05:00
2d839e279d [extension] Copy runners from sandbox 2024-02-17 15:43:38 -05:00
722ff8c199 [sandbox] Create separate build dir for cpp 2024-02-17 15:12:54 -05:00
79d48d3f8b Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-02-17 15:06:50 -05:00
bd1623c09c [sandbox] Catch broken pipes 2024-02-17 15:06:49 -05:00
084ef0fdc4 Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-02-17 15:02:34 -05:00
17d9a6e0a4 [extension] Add cpp support 2024-02-17 15:02:33 -05:00
6e673cf390 [sandbox] Add cpp build 2024-02-17 15:01:29 -05:00
245b987db9 [web] Refactor docker stuff 2024-02-17 14:02:30 -05:00
1df2feeed7 [extensions] Upgrade engine spec 2024-02-07 19:33:11 -05:00
27b16f76a8 Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-01-31 21:09:33 -05:00
df916b2622 [web] Add CPP templates 2024-01-31 21:09:32 -05:00
8f91b6848b [extension] Fix import 2024-01-31 18:27:25 -05:00
face74b314 [web] Ability to add team with CPP 2024-01-22 21:49:34 -05:00
f393636629 [web] Fix color for CPP badge 2024-01-22 21:46:54 -05:00
9bcfec40c9 [web] Fix deleting contests with submissions 2024-01-22 21:43:37 -05:00
9ee581c4e3 [web] Improve confirm modals 2024-01-22 21:38:58 -05:00
aef88bd90b Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env 2024-01-22 20:56:54 -05:00
2343a340b1 [web] Update deps 2024-01-22 20:56:53 -05:00
dependabot[bot]
9e7efabf16
Bump vite from 5.0.11 to 5.0.12 in /web (#13)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 09:58:07 -05:00
baf2ad8b21 [web] Update Dockerfile 2024-01-16 20:19:18 -05:00
17cacf0f9e [web] Update docker compose example 2024-01-16 19:54:32 -05:00
128f0f2f33 [web] Increase body size limit 2024-01-16 19:43:14 -05:00