Add on to previous commit, forgot to add files ;-;

This commit is contained in:
XlXi 2023-05-27 13:03:37 -04:00
parent cfdc49c20f
commit d8d7dcc6d5
9 changed files with 2107 additions and 2000 deletions

View File

@ -1,11 +1,11 @@
<p align="center">
<img src="etc/readmecontent/WPLogoText.png?raw=true" alt="Graphictoria Logo With Web Platform Text" />
<img src="etc/readmecontent/WPLogoText.png?raw=true" alt="Virtubrick Logo With Web Platform Text" />
</p>
---
## Licensing
It is important that you understand licensing before accessing this repository; it's in plain english... You do not have permission to use, distribute, modify, or share the contents of this repository per[^1] [XlXi](mailto:XlXi@gtoria.net)'s discretion[^2].
It is important that you understand licensing before accessing this repository; it's in plain english... You do not have permission to use, distribute, modify, or share the contents of this repository per[^1] [XlXi](mailto:wagnessgaming2014@gmail.com)'s discretion[^2].
[^1]: Per: For each.
[^2]: Discretion: The freedom to decide what should be done in a particular situation.
@ -23,9 +23,9 @@ These branch rules allow me to merge changes using GitHub's web interface rather
---
## Contacts
- [XlXi](mailto:XlXi@gtoria.net) (Owner, Primary code owner)
- [XlXi](mailto:wagnessgaming2014@gmail.com) (Owner, Primary code owner)
---
Copyright © XlXi 2022
Graphictoria 5
Copyright © XlXi 2023
Virtubrick

View File

@ -1,2 +0,0 @@
cd web
docker-compose up --build graphictoria

View File

@ -1,33 +0,0 @@
Deployer
Deploy or Revert switch
If deploy:
- Generate a new version hash for studio and/or client.
- Able to deploy both client/studio at the same time.
- If no launcher provided, use launcher from previous version.
- Set client/studio version in dynamic web config.
If revert:
- Provide a dropdown list of recent versions with their version numbers
i.e.: (Studio 1.0.0.0) version-abcdefghijk
(Client 1.0.0.0) version-bbcdefghijk
- Reset client/studio version in dynamic web config.
Studio/Client deployment buttons.
- Create a new card for deploying the new studio/client.
- Disable button if one exists on the view already.
- Allow Xing out of a deployment box.
- Standardized deployment interface.
- Allow one or both.
- On upload both should be pushed at the same time, not as they upload.
Deployment Api
On deploy:
- Create and return version hash.
- /admin/v1/deploy should return a status, such as the ones thumbnails return. These should have a percentage and a message.
- Message/percentage to be displayed on modal in deployment JS.
- Call /admin/v1/deploy/version-hash
- Validate if the version is supposed to be deployed.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -1,4 +0,0 @@
@echo off
cd web
php artisan serve --port=42070