Commit graph

24 commits

Author SHA1 Message Date
prplwtf
8fc55a75b3 fix AddCacheToBlueprintTable: incorrect class 2024-08-19 12:33:56 +02:00
prplwtf
cf19a3f0c4 feat migrations: don't try to drop blueprint table when migrating initial migration 2024-08-19 12:09:47 +02:00
prplwtf
e90a15d197 feat migrations: create new migration for cache value 2024-08-19 12:09:10 +02:00
prplwtf
0c8031827f feat migrations views: update blueprint migration and change some stuff in blueprint view 2024-03-02 18:27:01 +01:00
purple
4fa1393a5e feat migrations: Switch to 2-space indentation instead of 4-space indentation. 2024-02-14 08:35:56 +01:00
purple
b033e3784b
feat(migrations): Add comment to Blueprint database migration 2023-10-29 20:33:48 +01:00
purple
82093f2889 Add comment to database migration 2023-09-16 11:40:54 +02:00
purple
a82b6abc5a Explain what the database values do in migrations. 2023-08-29 13:14:35 +02:00
purple
1c039a8c6f Update database migrations 2023-07-12 11:12:09 +02:00
purple
c948cb4b2f Telemetry IDs now regenerate every time you update. 2023-05-31 14:29:48 +02:00
purple
839b602b6c Telemetry ID is now replaced with a Panel ID.
This ID contains a random string and the version of Blueprint and will be used for API calls and telemetry once that has been added.
2023-05-31 10:40:03 +02:00
purple
fa5e3759fc Implement notification api for BlueprintExtensionLibrary 2023-04-24 17:34:02 +02:00
purple
ebfa1e8253
Start working on removing licensing 2023-04-17 13:15:47 +02:00
purple
1d8a2018bd Start working on the TelemetryService 2023-04-11 20:47:38 +02:00
purple
e6e13d0fc2 Properly dispose of old migrations 2023-04-10 21:10:41 +02:00
purple
73ea1f1f7b Add api:endpoint to the database migration 2023-04-10 11:23:12 +02:00
purple
001acf0515 Finalize developer terminal 2023-04-09 21:15:11 +02:00
purple
3e7d4b0e3f Attempt to work with select menu's in admin views. 2023-04-08 21:31:20 +02:00
purple
afc11be50b Merge all migrations into one file
This has some changes that may break the configuration page of the "Blueprint" extension. This will be fixed in a future commit.
2023-04-08 16:13:22 +02:00
purple
c861e5ee7c Fix the file name of a migration 2023-04-08 12:32:29 +02:00
purple
594d9ae4b0 Start work on Blueprint developer mode. 2023-04-07 11:48:13 +02:00
purple
b1e32ca8ae Switch to UNIX line breaks instead of DOS for not breaking linux. 2023-04-05 21:29:58 +02:00
purple
b498c393c9 Obfuscated the license validation code
:)
2023-03-06 19:10:47 +01:00
purple
25386b6a49 Created database migration
Currently only for placeholders, just to test my admin thingy.
2023-02-26 14:36:42 +01:00