.. |
0001_initial.py
|
|
|
0002_railsbetauser.py
|
|
|
0003_virtualmachinetypes.py
|
|
|
0004_auto_20160418_0034.py
|
Fixed ungleich urls, created model for storing VM types, created command to load VM prices and data to database
|
2016-04-17 19:52:19 -05:00 |
0005_auto_20160418_0038.py
|
|
|
0006_auto_20160418_0103.py
|
|
|
0007_auto_20160418_0103.py
|
|
|
0008_virtualmachineplan.py
|
|
|
0009_auto_20160426_0444.py
|
Added Hosting Order model, Created Billing Address Model , Method to create a customer using Stripe API , Created Customer Stripe profile to store for further charges , Method in order to charge an amount to a customer
|
2016-04-26 01:16:03 -05:00 |
0010_auto_20160426_0530.py
|
Added Hosting Order model, Created Billing Address Model , Method to create a customer using Stripe API , Created Customer Stripe profile to store for further charges , Method in order to charge an amount to a customer
|
2016-04-26 01:16:03 -05:00 |
0011_auto_20160426_0555.py
|
Added Hosting Order model, Created Billing Address Model , Method to create a customer using Stripe API , Created Customer Stripe profile to store for further charges , Method in order to charge an amount to a customer
|
2016-04-26 01:16:03 -05:00 |
0012_auto_20160501_1850.py
|
|
|
0013_auto_20160505_0302.py
|
|
|
0014_auto_20160505_0541.py
|
Added DjangoHostingView test, Added RailsHostingView test, Added, NodeJSHostingView test, Changed VMPlan model, Fixed templates to support new relationship between orders and VMplans, Merged Calendar feature with Booking
|
2016-05-05 01:03:35 -05:00 |
0015_auto_20160512_0448.py
|
|
|
0016_delete_railsbetauser.py
|
|
|
0017_virtualmachinetype_location.py
|
|
|
0018_virtualmachineplan_public_key.py
|
Added next button in order detail view after the user make a payment, Avoid to regenerate SSH Key if the user refresh the page, Now the key is served to download from javascript , Added public_key attribute to VirtualVMPlan in order to store keys created by the user, Now private key has PEM format and public has OpenSSH
|
2016-05-24 01:19:49 -05:00 |
0019_virtualmachineplan_status.py
|
|
|
0020_auto_20160526_0258.py
|
|
|
0021_auto_20160526_0445.py
|
|
|
0022_virtualmachineplan_ip.py
|
|
|
0023_virtualmachineplan_configutarion.py
|
As an admin I can change the VM ip using admin panel ,Fixed notification view count label, Fixed hosting company name on payment view, Added configuration in VM hosting page, Admin can changes the VM configuration using admin panel
|
2016-06-07 00:29:22 -05:00 |
0024_auto_20160607_0231.py
|
|
|
0025_auto_20160621_0522.py
|
Added migrations
|
2016-06-21 00:22:57 -05:00 |
0026_auto_20160625_0028.py
|
|
|
0027_auto_20160711_0210.py
|
|
|
0028_managevm_userhostingkey.py
|
|
|
0028_managevms.py
|
|
|
0029_managevm.py
|
|
|
0029_userhostingkey_created_at.py
|
|
|
0030_hostingbill.py
|
|
|
0030_userhostingkey_name.py
|
|
|
0031_auto_20170503_0554.py
|
|
|
0031_hostingbill_total_price.py
|
Add total_price to HostingBill model
|
2017-05-06 14:44:08 +02:00 |
0032_auto_20170504_0315.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0033_virtualmachinetype_configuration.py
|
|
|
0034_auto_20170504_0331.py
|
|
|
0035_virtualmachineplan_opennebula_id.py
|
|
|
0036_auto_20170506_2312.py
|
|
|
0037_merge.py
|
|
|
0038_auto_20170512_1006.py
|
API Integration
|
2017-05-12 12:07:05 +02:00 |
0039_hostingorder_price.py
|
merged opnnebula api changes
|
2017-05-12 12:13:18 -05:00 |
0040_hostingplan.py
|
|
|
0041_userhostingkey_private_key.py
|
|
|
0042_hostingorder_subscription_id.py
|
|
|
0043_vmdetail.py
|
Added vmdetail migration file
|
2017-09-25 00:36:33 +05:30 |
0044_hostingorder_vm_pricing.py
|
Associate HostingOrder and VMPricing
|
2018-04-16 03:23:09 +02:00 |
0045_auto_20180701_2028.py
|
Rename OrderSpecifications to OrderDetail
|
2018-07-01 22:30:23 +02:00 |
0046_usercarddetail.py
|
Rename usercarddetail migration
|
2018-07-03 22:34:59 +02:00 |
0047_auto_20180821_1240.py
|
Make CC brand 128 characters long
|
2018-08-21 14:42:01 +02:00 |
0048_auto_20181003_0757.py
|
Update GenericProduct
|
2018-10-03 09:58:49 +02:00 |
0049_auto_20181005_0736.py
|
Correct help text for product slug field
|
2018-10-05 09:37:57 +02:00 |
0050_monthlyhostingbill.py
|
Add migration
|
2019-04-03 06:13:12 +02:00 |
0051_auto_20190403_0703.py
|
Fix issues and also include subscription_id
|
2019-04-03 09:03:58 +02:00 |
0052_hostingbilllineitem.py
|
Add Line item
|
2019-04-13 13:42:04 +02:00 |
0053_hostingbilllineitem_stripe_plan.py
|
Link HostingBillLineItem to StripePlan
|
2019-04-20 12:41:30 +02:00 |
0054_auto_20190508_2141.py
|
Increase configuration length in VMDetail to 128 chars
|
2019-05-08 23:42:03 +02:00 |
0055_auto_20190701_1614.py
|
Make user in UserHostingKey model nullable
|
2019-07-03 06:44:31 +05:30 |
0056_auto_20191026_0454.py
|
Make HostingBillLineAmount accept negative values
|
2019-10-26 10:32:49 +05:30 |
0057_vatrates.py
|
Add vatrates migration
|
2019-11-15 11:02:45 +05:30 |
0058_genericproduct_product_subscription_interval.py
|
Add migration file
|
2019-11-15 20:28:00 +05:30 |
0059_stripetaxrate.py
|
Add stripe tax rate migration
|
2020-01-05 09:59:23 +05:30 |
0060_update_DE_vat_covid-19.py
|
Fix date format bug
|
2020-07-01 01:21:57 +05:30 |
0061_genericproduct_exclude_vat_calculations.py
|
Add migration
|
2020-07-21 22:03:18 +05:30 |
0062_incompletesubscriptions.py
|
Add incompletesubscriptions migration file
|
2020-12-23 11:07:20 +05:30 |
0063_auto_20201223_0612.py
|
Make complete_at allow null
|
2020-12-23 11:52:41 +05:30 |
0064_incompletepaymentintents.py
|
Add hosting/migrations/0064_incompletepaymentintents.py
|
2020-12-31 15:43:46 +05:30 |
0065_auto_20201231_1041.py
|
Update IncompletePaymentIntents to allow null subscription id and charge id
|
2020-12-31 16:12:22 +05:30 |
__init__.py
|
fixed requirements
|
2016-03-16 00:26:49 +01:00 |