Commit Graph

42 Commits

Author SHA1 Message Date
corbpie
dbc54c44d1
Merge pull request #54 from cp6/Development
Development (2.1.2)
2022-07-19 15:27:16 +10:00
cp6
cf386e8776 Updated Labels class to have table name
Updated Labels class to have table name
2022-07-19 15:21:35 +10:00
cp6
aaac697774 Updated Shared class to use relationships
Updated Shared class to use relationships
No more joins
Added cache for all shared and single shared
2022-07-19 15:21:13 +10:00
cp6
0491f84ed4 Updated Server model & Added LabelsAssigned model
Huge update for Server to use relationships (no more joins)
Created LabelsAssigned class for the labels relationship
Removed pricingForService() function
Removed now unused server cache forgets
2022-07-19 13:12:51 +10:00
cp6
5a4d0bf13f Updated DiskSpeed &NetworkSpeed for YABs relationship
Updated DiskSpeed &NetworkSpeed for YABs relationship
2022-07-18 14:43:22 +10:00
cp6
50d4b8b3e2 Added YABs compare & implemented cache for YABs
Added YABs compare
Made YABs calls use relationship with disk and network table
Update YABs views to reflect access changes in data
Implemented cache for YABs
Added Server function serverYabsAmount() to count YABs for a server id
2022-07-18 14:27:11 +10:00
imlonghao
6014663a9f
model(home): refresh servers cache on due date changed 2022-07-03 11:23:11 +08:00
imlonghao
209528da15
feat(pricing): add currency api 2022-06-27 22:04:30 +08:00
imlonghao
9fd7d3d33b
model(server): add cpu to fillable 2022-06-26 15:47:18 +08:00
cp6
025d206618 Updated doServicesCount func to be cached
Updated doServicesCount func to be cached
2022-05-29 17:02:49 +10:00
cp6
8e5a1f62c3 Added home page pricing break down func to cache
Added home page pricing break down func to cache
2022-05-29 16:56:13 +10:00
cp6
f72eec01f7 Extended settings cache expiration length
Extended settings cache expiration length
2022-05-29 16:50:15 +10:00
cp6
73f2d8f07f Added dashboard currency setting
Added dashboard currency setting
2022-05-29 16:46:55 +10:00
cp6
ebb8edaac3 Updated Home controller
Moved last logics into model

Added comments

Simplified calls
2022-05-16 16:22:19 +10:00
cp6
24a583f3fd Added setSettingsSession function
Added setSettingsSession function

Moved get settings from Home controller into settings model
2022-05-16 15:43:51 +10:00
cp6
59f644a1c9 Added forget all_pricing cache to Server model
Added forget all_pricing cache to Server model
2022-05-16 14:45:22 +10:00
cp6
81b8dcaa74 Removed defunct cache forget functions 2022-05-16 14:44:05 +10:00
cp6
8e968a60c9 Updated Home controller Added Home model
Moved most DB calls and logic into the model
2022-05-16 14:42:48 +10:00
cp6
07c0b8a655 Added Seed box CRUD
Added Seed box CRUD
2022-05-16 12:07:35 +10:00
cp6
e4f0d95128 Updated Providers controller
Moved show functions into model
2022-05-15 21:01:02 +10:00
cp6
f5cc42c0fe Updated Reseller controller
Cleaned up, Moved DB calls to model
2022-05-15 16:49:54 +10:00
cp6
6d1cbef740 Updated Domains controller
Cleaned up, Moved DB calls to model
2022-05-15 16:22:47 +10:00
cp6
a054e83d1e Updated Shared controller
Moved DB calls to model
Used existing DB call functions
2022-05-15 12:01:48 +10:00
cp6
2f3eaadb25 Cleaned up server controller
Moved DB calls into models & cached them
2022-05-15 01:21:51 +10:00
cp6
18c73aca95 Added and applied updatePricing function
Added and applied updatePricing function
2022-05-15 00:43:36 +10:00
cp6
9204a05654 Added insertPricing & allPricing function
Added insertPricing & allPricing function
2022-05-15 00:24:05 +10:00
cp6
779412a8da Updated label and DNS count to use cache
Updated label and DNS count to use cache
2022-05-15 00:15:20 +10:00
cp6
da34256194 Added VMware for server virt type
Added VMware for server virt type
2022-05-14 23:39:31 +10:00
cp6
1251fae0df Fixed providers cache
Fixed providers cache
2022-05-09 15:39:03 +10:00
cp6
d3125170e6 Fixed locations cache
Fixed locations cache
2022-05-09 15:00:33 +10:00
cp6
6da3af1364 Fixed OS cache
Fixed OS cache
2022-05-09 14:57:38 +10:00
cp6
ecc9a61069 Cleaned up IPs & Label assignments
Cleaned up IPs & Label assignments when creating, updating and deleting
2022-05-09 14:35:07 +10:00
cp6
da83aa1f23 Fix
Fix
2022-03-06 02:58:25 +11:00
cp6
347d1a3186 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:21:57 +11:00
cp6
fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00
cp6
87322fd2b5 Updated settings to be fillable
Updated settings to be fillable
2022-03-05 11:06:58 +11:00
cp6
bc4b19650a Added show_public for servers
Added show_public for servers
2022-03-02 13:52:55 +11:00
cp6
e15b317bb4 Updated servers for new IP CRUD
Updated servers for new IP CRUD
2022-02-22 13:30:39 +11:00
cp6
abca765044 Create IP address controller, model and migration
Create IP address controller, model and migration
2022-02-21 11:17:59 +11:00
cp6
783f95ca7e Update YABs cpu to be cpu_model
Update YABs cpu to be cpu_model
2022-02-20 00:06:32 +11:00
cp6
702eccf3d0 Added name fillable for OS
Added name fillable for OS
2022-02-19 23:57:29 +11:00
cp6
a314ac99ef Initial v2 commit
Initial v2 commit

Laravel project
2022-02-18 15:48:32 +11:00