Commit graph

  • cd3b5998dd Apparently Github has a different URI for asset uploads Oliver 2025-11-18 01:12:09 -07:00
  • 871c820f94 Make the response conform to Github's specification Oliver 2025-11-18 01:05:12 -07:00
  • 2ddcda676e Begin work on testing the Github release portion of the action Oliver 2025-11-18 00:58:50 -07:00
  • 45de56650a Add missing semicolon Oliver 2025-11-17 22:08:37 -07:00
  • d018aea4f1 Add some informational logs to the manifest preparation Oliver 2025-11-17 22:08:14 -07:00
  • d7db9cb2df Add success log Oliver 2025-11-17 22:06:25 -07:00
  • 41d3541c4b Try providing the serialization as an attachment name Oliver 2025-11-17 21:59:50 -07:00
  • 5e0028cdd6 Try providing the Content-Type for Axios Oliver 2025-11-17 21:52:19 -07:00
  • a63f0e02d9 Move uploading into a helper function and improve error handling Oliver 2025-11-17 21:43:57 -07:00
  • bb5e27af87 Set release name properly Oliver 2025-11-17 21:31:17 -07:00
  • ea57941472 Remove FormData shenanigans Oliver 2025-11-17 21:30:22 -07:00
  • 39d122a882 Use set on the formData instead of append Oliver 2025-11-17 21:25:43 -07:00
  • aa7c231e58 Use a readStream instead of openAsBlob Oliver 2025-11-17 21:24:06 -07:00
  • a06934538e Try a different import method for openAsBlob Oliver 2025-11-17 20:58:39 -07:00
  • 4b121c1f0f Remove uses when using a script Oliver 2025-11-16 14:49:09 -07:00
  • 351300651b Add script for creating the forgejo release Oliver 2025-11-16 14:47:58 -07:00
  • 031fdb4a40 Add token to see if that fixes the issue Oliver 2025-11-16 14:05:49 -07:00
  • 760009c9ba Remove name from version extraction Oliver 2025-11-16 14:05:38 -07:00
  • 07a55e9064 Add a log for visibility Oliver 2025-11-16 14:04:41 -07:00
  • a4355c608a Create release directory Oliver 2025-11-16 13:56:08 -07:00
  • 4275909dc8 Try making the release step work Oliver 2025-11-16 13:54:39 -07:00
  • 7841e04dfc Fix yaml syntax Oliver 2025-11-16 12:54:24 -07:00
  • 2146d51fde Add an artifact for checking the end result Oliver 2025-11-16 12:53:12 -07:00
  • bb616dbec2 Correct URL template Oliver 2025-11-16 12:43:28 -07:00
  • 92ad2607cd Add the scripts and dependency install to the release jobs Oliver 2025-11-16 12:33:51 -07:00
  • 72a612d8a9 Run the correct script Oliver 2025-11-16 12:28:20 -07:00
  • 14e53455c6 Use the correct artifact download action Oliver 2025-11-16 12:25:33 -07:00
  • 49784448e8 Pluralize outputs Oliver 2025-11-16 12:24:13 -07:00
  • eac6a02c04 Apparently only single quotes work as string delimiters Oliver 2025-11-16 12:18:44 -07:00
  • 03b647cac1 Prevent boolean casting that breaks the checks Oliver 2025-11-16 12:07:45 -07:00
  • 1b986da6d4 Update the forgejo variable reference to be correct Oliver 2025-11-16 12:00:12 -07:00
  • 5c030c680d Add names and make the variable reference be correct Oliver 2025-11-16 11:57:07 -07:00
  • f1521992a2 Switch to using the act tag instead of Docker Oliver 2025-11-16 11:53:05 -07:00
  • cf89b53b3b Version bump Oliver 2025-11-16 11:25:19 -07:00
  • 9b5b4bb9d1 Add rest of steps back to action Oliver 2025-11-16 11:22:33 -07:00
  • caf6dfa4a3 Remove logs and add error when the tag name is empty Oliver 2025-11-16 11:10:09 -07:00
  • 6c150b9b0e Pluralize outputs Oliver 2025-11-16 11:08:28 -07:00
  • 0179121c87 Try using a variable directly instead of environment variable Oliver 2025-11-16 11:05:42 -07:00
  • 5b63688834 Try using a different output method Oliver 2025-11-16 11:01:08 -07:00
  • 2eeeae9eef Try to figure out why the version is getting empty string Oliver 2025-11-16 10:49:22 -07:00
  • 57f9c347ff Add functionality back in Oliver 2025-11-16 10:43:57 -07:00
  • 9723ea8bdc Comment out functionality to try and figure out what's breaking Oliver 2025-11-16 10:39:34 -07:00
  • 7cb5e49d6d Install node dependencies during build Oliver 2025-11-16 10:28:51 -07:00
  • 786bd68c35 Update the URL pointers for the manifest creation Oliver 2025-11-16 10:27:05 -07:00
  • 088b8c6f5d Remove Github URLs from the manifest Oliver 2025-11-16 10:12:26 -07:00
  • 00692431cd Begin work on the manifest preparation step for actions Oliver 2025-11-16 02:09:35 -07:00
  • 834f169a80 Tweak the npm scripts Oliver 2025-11-16 01:55:07 -07:00
  • 9057cbd682 Add axios as a devDependency for the tagExists script Oliver 2025-11-16 01:49:22 -07:00
  • 01e046f916 Remove unneeded file hiding Oliver 2025-11-16 01:48:58 -07:00
  • 6df0780676 Finish implementing the tagExists action helper script Oliver 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 Oliver 2025-11-16 01:01:26 -07:00
  • 0362342419 Get the QueryStatus application displaying the status more appropriately Oliver 2025-11-12 00:09:52 -07:00
  • 5770abb7e8 Add a disconnected icon for the purposes of the QueryStatus app Oliver 2025-11-12 00:08:49 -07:00
  • a242101b5b Begin working on the QueryStatus application for the requestor to monitor user responses Oliver 2025-11-09 00:31:04 -07:00
  • 47b68621c1 Add CONST as a readonly global Oliver 2025-11-08 19:12:30 -07:00
  • e79bd4d505 Add the template and styles for the chat notification Oliver 2025-11-08 19:12:19 -07:00
  • db4f57fc90 Add the special case for prompting all but the requesting user Oliver 2025-11-08 19:11:52 -07:00
  • 723bcf8735 Add notification and submission tracking for the QueryManager Oliver 2025-11-08 19:07:01 -07:00
  • bd301d69fb Implement the chat notification for the player Oliver 2025-11-08 19:06:19 -07:00
  • b6ab0a229a Rename the notification event name Oliver 2025-11-08 19:06:01 -07:00
  • bfd408ef0b Begin implementing the socket event handlers Eldritch-Oliver 2025-11-08 00:40:48 -07:00
  • 36811b268c Add a QueryManager helper class Eldritch-Oliver 2025-11-08 00:40:33 -07:00
  • ce6ac8a93b Add foundations for the data request sockets Eldritch-Oliver 2025-11-05 22:41:53 -07:00
  • 8632054e63 Switch to using pnpm Eldritch-Oliver 2025-10-15 16:40:53 -06:00
  • f7fee99b44
    Merge pull request #48 from Eldritch-Oliver/feature/tabbed-doc-sheet-config Oliver 2025-10-05 11:59:21 -06:00
  • a7f91babf7 Remove log Eldritch-Oliver 2025-10-05 11:58:58 -06:00
  • 696f9e8261 Remove context menu action that is deprecated Eldritch-Oliver 2025-10-04 19:42:27 -06:00
  • 72ebc0354d Remove old application that is no longer used by anything Eldritch-Oliver 2025-10-04 19:41:53 -06:00
  • 4e304f7d22 Override the default configureSheet action in order to open the custom DocumentSheetConfig Eldritch-Oliver 2025-10-04 19:41:24 -06:00
  • 6081b8f9e8 Add a custom DocumentSheetConfig that supports tab-based configuration for my system-specific stuff Eldritch-Oliver 2025-10-04 19:40:37 -06:00
  • c7c0deaec7 Make the hotReload target the correct styles directory Eldritch-Oliver 2025-10-01 20:52:42 -06:00
  • 48e40538dc Restore intellisense for the module code Eldritch-Oliver 2025-10-01 00:38:17 -06:00
  • 6866bea131 Update scripts to allow auto-linking of Foundry source for intellisense Eldritch-Oliver 2025-09-28 00:34:49 -06:00
  • 65cc95c35c Begin working on a symlink script to make intellisense better Eldritch-Oliver 2025-09-27 11:48:04 -06:00
  • cb266b3c1e Version bump for release v2.3.0 Eldritch-Oliver 2025-09-17 19:23:34 -06:00
  • a50d0e8609
    Merge pull request #42 from Eldritch-Oliver/feature/resize-controls Oliver 2025-09-17 19:22:00 -06:00
  • b683e8b5a0 Remove unneeded _onRender method Eldritch-Oliver 2025-09-17 19:20:49 -06:00
  • baaafcccfc Make the styling of the save button more consistent Eldritch-Oliver 2025-09-17 19:13:22 -06:00
  • c29fa3e017 Update the size settings to apply without using the constructor Eldritch-Oliver 2025-09-17 19:12:23 -06:00
  • dff8a46ebb Make the size settings apply to the application when it is constructed Eldritch-Oliver 2025-09-16 00:45:48 -06:00
  • c50e88e483 Add an application for controlling the size settings. Eldritch-Oliver 2025-09-16 00:45:08 -06:00
  • a98af33477 Tweak indentation to be more consistent with other applications Eldritch-Oliver 2025-09-16 00:35:05 -06:00
  • 171a133563 Update manifest data Eldritch-Oliver 2025-09-15 21:57:09 -06:00
  • ca267868a1 Update the draft release procedure to use a different text replacement method (closes #41) Eldritch-Oliver 2025-09-06 18:59:07 -06:00
  • df9a63073a Ensure AttributeManager is a singleton per actor Eldritch-Oliver 2025-09-04 20:21:06 -06:00
  • cd3f076b7d Improve handling of checkbox inputs within the DialogManager.ask Eldritch-Oliver 2025-09-04 19:37:18 -06:00
  • da57b12800
    Merge pull request #40 from Eldritch-Oliver/feature/prevent-item-creation Oliver 2025-09-04 19:36:05 -06:00
  • 92e7ec1c72 Prevent item creation and hide the item tab Eldritch-Oliver 2025-09-04 19:35:11 -06:00
  • f3a3a65be1
    Merge pull request #39 from Eldritch-Oliver/GH-38 Oliver 2025-09-04 18:49:25 -06:00
  • 865bf87b25 Add tooltips for the attribute names on the player sheet Eldritch-Oliver 2025-09-04 18:48:38 -06:00
  • 0bc3594672
    Merge pull request #37 from Eldritch-Oliver/GH-34 Oliver 2025-09-01 22:54:38 -06:00
  • 5cc94f9185 Allow read-mode on Actor sheets Eldritch-Oliver 2025-09-01 22:46:43 -06:00
  • d66402f5cf Version bump v2.2.1 Oliver-Akins 2025-07-26 22:45:14 -06:00
  • 4b0ddbfc0c
    Merge pull request #32 from Oliver-Akins/GH-16 Oliver 2025-07-26 22:44:42 -06:00
  • c8d1259e6f Ensure attribute values remain centered when the attribute name is long Oliver-Akins 2025-07-26 22:44:14 -06:00
  • ab14729e91
    Merge pull request #30 from Oliver-Akins/GH-19 Oliver 2025-07-26 22:37:35 -06:00
  • daa88fb272 Add better styling for checkboxes to make them more distinct Oliver-Akins 2025-07-26 22:36:37 -06:00
  • 08fb6768ad Add a divider block type Oliver-Akins 2025-07-26 11:06:05 -06:00
  • fe022b2d43 Remove unused CSS reset Oliver-Akins 2025-07-26 11:03:17 -06:00
  • 1cdf03fe36 Add the handlebars for the select block Oliver-Akins 2025-07-26 10:54:06 -06:00