|
|
e99016e433
|
Add a title to the QueryStatus app
|
2025-11-21 19:50:36 -07:00 |
|
|
|
361a2004d8
|
Update loading spinner to use CSS variables depending on theme
|
2025-11-21 19:49:02 -07:00 |
|
|
|
44977c95cc
|
Make it so requesting data from offline users shows disconnected initially
|
2025-11-21 19:48:43 -07:00 |
|
|
|
c6f14b3c21
|
Remove unused status value
|
2025-11-21 19:30:31 -07:00 |
|
|
|
022b6c5b31
|
Remove / tweak error messages
|
2025-11-21 19:30:01 -07:00 |
|
|
|
cb334f41de
|
Add safety check to ensure the response we got was for one of our requests.
|
2025-11-21 19:28:33 -07:00 |
|
|
|
cab29d9cd6
|
Add localization for a bunch of stuff that I initially missed
|
2025-11-21 19:25:58 -07:00 |
|
|
|
6997c736dc
|
Implement the localizer helper API
|
2025-11-21 19:23:58 -07:00 |
|
|
|
b428eb3bf6
|
Finish styling the QueryStatus application
|
2025-11-20 23:37:46 -07:00 |
|
|
|
c014e17da2
|
Implement the request cancellation
|
2025-11-20 22:43:14 -07:00 |
|
|
|
9ea417ddc1
|
Add region comments
|
2025-11-20 22:42:56 -07:00 |
|
|
|
804c4b3984
|
Disable the eslint brace-style rule because sometimes inconsistency is better than consistency
|
2025-11-20 22:42:42 -07:00 |
|
|
|
c113c326c6
|
Move the query event handlers into a subfolder and name them in a consistent way
|
2025-11-20 22:14:43 -07:00 |
|
|
|
6a2cc1170d
|
Add actions for finishing early and cancelling the request entirely
|
2025-11-20 17:12:55 -07:00 |
|
|
|
d60448640f
|
Add methods to handle the finishing and cancellation of requests to the API
|
2025-11-20 17:12:03 -07:00 |
|
|
|
860c8b619a
|
Make requestID readonly on the application
|
2025-11-20 17:11:31 -07:00 |
|
|
|
df0c69c731
|
Update the way the QueryManager exports are structured to be more esm-y rather than Java-y
|
2025-11-19 21:18:42 -07:00 |
|
|
|
bb095a9b4e
|
Get user re-querying working when they disconnect and improve the user status
|
2025-11-19 21:02:49 -07:00 |
|
|
|
1bf6cbbd45
|
Remove github workflow entirely
|
2025-11-19 19:36:42 -07:00 |
|
|
|
c6598ac5fa
|
Add the unlisted releases to the README for manual installation
|
2025-11-19 19:19:38 -07:00 |
|
|
|
fd10ba402d
|
Remove github step since we aren't releasing to Github at all
|
2025-11-18 23:54:23 -07:00 |
|
|
|
f500152ba7
|
Remove pnpm lock
|
2025-11-18 23:48:46 -07:00 |
|
|
|
bf579a3451
|
Give the CDN URL to the proper step of the action
|
2025-11-18 23:29:45 -07:00 |
|
|
|
5c1985c4ab
|
Re-add the error printing
|
2025-11-18 23:28:02 -07:00 |
|
|
|
213996ab0a
|
Correct error with CDN URL creation
|
2025-11-18 23:25:41 -07:00 |
|
|
|
53f35562ad
|
Update error handling
|
2025-11-18 23:22:01 -07:00 |
|
|
|
d3f9c4c376
|
Actually commit the correct file this time
|
2025-11-18 23:18:39 -07:00 |
|
|
|
9e3bc775b4
|
Ensure the uploadScript gets the environment variables it requires and clean up asset adding error
|
2025-11-18 23:16:56 -07:00 |
|
|
|
7245e89c62
|
Update package.json for the AWS dependency I forgot to include
|
2025-11-18 23:06:28 -07:00 |
|
|
|
a4ae2aefca
|
Remove the Github release shenanigans in favour of uploading to s3
|
2025-11-18 23:03:01 -07:00 |
|
|
|
6e5422e08b
|
Try using the stream as the request payload
|
2025-11-18 17:06:11 -07:00 |
|
|
|
cd3b5998dd
|
Apparently Github has a different URI for asset uploads
|
2025-11-18 01:12:09 -07:00 |
|
|
|
871c820f94
|
Make the response conform to Github's specification
|
2025-11-18 01:05:12 -07:00 |
|
|
|
2ddcda676e
|
Begin work on testing the Github release portion of the action
|
2025-11-18 00:58:50 -07:00 |
|
|
|
45de56650a
|
Add missing semicolon
|
2025-11-17 22:08:37 -07:00 |
|
|
|
d018aea4f1
|
Add some informational logs to the manifest preparation
|
2025-11-17 22:08:14 -07:00 |
|
|
|
d7db9cb2df
|
Add success log
|
2025-11-17 22:06:25 -07:00 |
|
|
|
41d3541c4b
|
Try providing the serialization as an attachment name
|
2025-11-17 21:59:50 -07:00 |
|
|
|
5e0028cdd6
|
Try providing the Content-Type for Axios
|
2025-11-17 21:52:19 -07:00 |
|
|
|
a63f0e02d9
|
Move uploading into a helper function and improve error handling
|
2025-11-17 21:43:57 -07:00 |
|
|
|
bb5e27af87
|
Set release name properly
|
2025-11-17 21:31:17 -07:00 |
|
|
|
ea57941472
|
Remove FormData shenanigans
|
2025-11-17 21:30:22 -07:00 |
|
|
|
39d122a882
|
Use set on the formData instead of append
|
2025-11-17 21:25:43 -07:00 |
|
|
|
aa7c231e58
|
Use a readStream instead of openAsBlob
|
2025-11-17 21:24:06 -07:00 |
|
|
|
a06934538e
|
Try a different import method for openAsBlob
|
2025-11-17 20:58:39 -07:00 |
|
|
|
4b121c1f0f
|
Remove uses when using a script
|
2025-11-16 14:49:09 -07:00 |
|
|
|
351300651b
|
Add script for creating the forgejo release
|
2025-11-16 14:47:58 -07:00 |
|
|
|
031fdb4a40
|
Add token to see if that fixes the issue
|
2025-11-16 14:05:49 -07:00 |
|
|
|
760009c9ba
|
Remove name from version extraction
|
2025-11-16 14:05:38 -07:00 |
|
|
|
07a55e9064
|
Add a log for visibility
|
2025-11-16 14:04:41 -07:00 |
|
|
|
a4355c608a
|
Create release directory
|
2025-11-16 13:56:08 -07:00 |
|
|
|
4275909dc8
|
Try making the release step work
|
2025-11-16 13:54:39 -07:00 |
|
|
|
7841e04dfc
|
Fix yaml syntax
|
2025-11-16 12:54:24 -07:00 |
|
|
|
2146d51fde
|
Add an artifact for checking the end result
|
2025-11-16 12:53:12 -07:00 |
|
|
|
bb616dbec2
|
Correct URL template
|
2025-11-16 12:43:28 -07:00 |
|
|
|
92ad2607cd
|
Add the scripts and dependency install to the release jobs
|
2025-11-16 12:33:51 -07:00 |
|
|
|
72a612d8a9
|
Run the correct script
|
2025-11-16 12:28:20 -07:00 |
|
|
|
14e53455c6
|
Use the correct artifact download action
|
2025-11-16 12:25:33 -07:00 |
|
|
|
49784448e8
|
Pluralize outputs
|
2025-11-16 12:24:13 -07:00 |
|
|
|
eac6a02c04
|
Apparently only single quotes work as string delimiters
|
2025-11-16 12:18:44 -07:00 |
|
|
|
03b647cac1
|
Prevent boolean casting that breaks the checks
|
2025-11-16 12:07:45 -07:00 |
|
|
|
1b986da6d4
|
Update the forgejo variable reference to be correct
|
2025-11-16 12:00:12 -07:00 |
|
|
|
5c030c680d
|
Add names and make the variable reference be correct
|
2025-11-16 11:57:07 -07:00 |
|
|
|
f1521992a2
|
Switch to using the act tag instead of Docker
|
2025-11-16 11:53:05 -07:00 |
|
|
|
cf89b53b3b
|
Version bump
|
2025-11-16 11:25:19 -07:00 |
|
|
|
9b5b4bb9d1
|
Add rest of steps back to action
|
2025-11-16 11:22:33 -07:00 |
|
|
|
caf6dfa4a3
|
Remove logs and add error when the tag name is empty
|
2025-11-16 11:10:09 -07:00 |
|
|
|
6c150b9b0e
|
Pluralize outputs
|
2025-11-16 11:08:28 -07:00 |
|
|
|
0179121c87
|
Try using a variable directly instead of environment variable
|
2025-11-16 11:05:42 -07:00 |
|
|
|
5b63688834
|
Try using a different output method
|
2025-11-16 11:01:08 -07:00 |
|
|
|
2eeeae9eef
|
Try to figure out why the version is getting empty string
|
2025-11-16 10:49:22 -07:00 |
|
|
|
57f9c347ff
|
Add functionality back in
|
2025-11-16 10:43:57 -07:00 |
|
|
|
9723ea8bdc
|
Comment out functionality to try and figure out what's breaking
|
2025-11-16 10:39:34 -07:00 |
|
|
|
7cb5e49d6d
|
Install node dependencies during build
|
2025-11-16 10:28:51 -07:00 |
|
|
|
786bd68c35
|
Update the URL pointers for the manifest creation
|
2025-11-16 10:27:05 -07:00 |
|
|
|
088b8c6f5d
|
Remove Github URLs from the manifest
|
2025-11-16 10:12:26 -07:00 |
|
|
|
00692431cd
|
Begin work on the manifest preparation step for actions
|
2025-11-16 02:09:35 -07:00 |
|
|
|
834f169a80
|
Tweak the npm scripts
|
2025-11-16 01:55:07 -07:00 |
|
|
|
9057cbd682
|
Add axios as a devDependency for the tagExists script
|
2025-11-16 01:49:22 -07:00 |
|
|
|
01e046f916
|
Remove unneeded file hiding
|
2025-11-16 01:48:58 -07:00 |
|
|
|
6df0780676
|
Finish implementing the tagExists action helper script
|
2025-11-16 01:48:22 -07:00 |
|
|
|
58893f46db
|
Begin implementing a script to check if a tag exists via forgejo API for my release workflow
|
2025-11-16 01:01:26 -07:00 |
|
|
|
0362342419
|
Get the QueryStatus application displaying the status more appropriately
|
2025-11-12 00:09:52 -07:00 |
|
|
|
5770abb7e8
|
Add a disconnected icon for the purposes of the QueryStatus app
|
2025-11-12 00:08:49 -07:00 |
|
|
|
a242101b5b
|
Begin working on the QueryStatus application for the requestor to monitor user responses
|
2025-11-09 00:31:04 -07:00 |
|
|
|
47b68621c1
|
Add CONST as a readonly global
|
2025-11-08 19:12:30 -07:00 |
|
|
|
e79bd4d505
|
Add the template and styles for the chat notification
|
2025-11-08 19:12:19 -07:00 |
|
|
|
db4f57fc90
|
Add the special case for prompting all but the requesting user
|
2025-11-08 19:11:52 -07:00 |
|
|
|
723bcf8735
|
Add notification and submission tracking for the QueryManager
|
2025-11-08 19:07:01 -07:00 |
|
|
|
bd301d69fb
|
Implement the chat notification for the player
|
2025-11-08 19:06:19 -07:00 |
|
|
|
b6ab0a229a
|
Rename the notification event name
|
2025-11-08 19:06:01 -07:00 |
|
Eldritch-Oliver
|
bfd408ef0b
|
Begin implementing the socket event handlers
|
2025-11-08 00:40:48 -07:00 |
|
Eldritch-Oliver
|
36811b268c
|
Add a QueryManager helper class
|
2025-11-08 00:40:33 -07:00 |
|
Eldritch-Oliver
|
ce6ac8a93b
|
Add foundations for the data request sockets
|
2025-11-05 22:41:53 -07:00 |
|