.. |
0001_initial.py
|
fixed requirements
|
2016-03-16 00:26:49 +01:00 |
0002_railsbetauser.py
|
fixed requirements
|
2016-03-16 00:26:49 +01:00 |
0003_virtualmachinetypes.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 |
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
|
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 |
0006_auto_20160418_0103.py
|
registered VM types model in the admin
|
2016-04-17 20:05:39 -05:00 |
0007_auto_20160418_0103.py
|
registered VM types model in the admin
|
2016-04-17 20:05:39 -05:00 |
0008_virtualmachineplan.py
|
Created a base template for login / signup, Fixed some html design issues on login / signup pages, Added Billing Address Form to payment page, Handle Billing Address Form validation, Created VirtualMachinePlan model in order to store user purchased VM, Create method in order to create a stripe plan , Investigated about stripe payment workflows
|
2016-04-23 02:22:44 -05:00 |
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
|
Added pagination to orders view, Created, Virtual machines booked page ,Changed logged user nabber , Added pagination to virtual machines view , Started Virtual machine detail page
|
2016-05-03 00:59:40 -05:00 |
0013_auto_20160505_0302.py
|
Changed hostingorder to m2m with vm plan model
|
2016-05-04 22:06:49 -05:00 |
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
|
Added based view test, Added billing address form test, payment view test , Added test for hetzner pricing calculation, Added test for bern pricing calculation, Fixed script to load initial pricing data
|
2016-05-12 01:57:34 -05:00 |
0016_delete_railsbetauser.py
|
removed RailsBetaUser
|
2016-05-14 02:20:45 -04:30 |
0017_virtualmachinetype_location.py
|
Changed offers in VM pricing, Fixed pricing error changing disk size, VM footer dead links, Added logged out message
|
2016-05-19 01:47:16 -04:30 |
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
|
Added status field to a booked VM. Added the capability to change a booked VM status from the admin panel. Send email to user after his VM is approved
|
2016-05-27 00:51:10 -05:00 |
0020_auto_20160526_0258.py
|
Added status field to a booked VM. Added the capability to change a booked VM status from the admin panel. Send email to user after his VM is approved
|
2016-05-27 00:51:10 -05:00 |
0021_auto_20160526_0445.py
|
Added status field to a booked VM. Added the capability to change a booked VM status from the admin panel. Send email to user after his VM is approved
|
2016-05-27 00:51:10 -05:00 |
0022_virtualmachineplan_ip.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 |
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
|
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 |
0025_auto_20160621_0522.py
|
Added migrations
|
2016-06-21 00:22:57 -05:00 |
0026_auto_20160625_0028.py
|
started hosting permissions
|
2016-06-26 14:50:48 -05:00 |
0027_auto_20160711_0210.py
|
Added ‘view virtual machine plan ’ permission, Added ‘delete virtual machine plan’ permission , Added ‘view hosting order’ permission
|
2016-07-10 22:08:51 -05:00 |
0028_managevm_userhostingkey.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0028_managevms.py
|
Add hosting bill view, model and urls
|
2017-05-05 14:59:11 +02:00 |
0029_managevm.py
|
Add hosting bill view, model and urls
|
2017-05-05 14:59:11 +02:00 |
0029_userhostingkey_created_at.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0030_hostingbill.py
|
Add hosting bill view, model and urls
|
2017-05-05 14:59:11 +02:00 |
0030_userhostingkey_name.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0031_auto_20170503_0554.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
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
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0034_auto_20170504_0331.py
|
adding integration opennebula-hosting app
|
2017-05-03 23:19:32 -05:00 |
0035_virtualmachineplan_opennebula_id.py
|
fixed create vm method
|
2017-05-06 18:04:45 -05:00 |
0036_auto_20170506_2312.py
|
added migratin
|
2017-05-06 18:12:25 -05:00 |
0037_merge.py
|
Merge migrations and fix spacing
|
2017-05-07 16:09:41 +02:00 |
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
|
Readded hostingplans
|
2017-05-13 13:47:53 +02:00 |
0041_userhostingkey_private_key.py
|
Added private_key field to UserHostingkey model, some html updates
|
2017-07-06 14:18:22 +03:00 |
0042_hostingorder_subscription_id.py
|
Added 0042_hostingorder_subscription_id.py migration file
|
2017-08-17 18:36:14 +02:00 |
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 |
__init__.py
|
fixed requirements
|
2016-03-16 00:26:49 +01:00 |