index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
objects
/
flavor.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
db: Replace use of strings in join, defer operations
Stephen Finucane
2022-04-08
1
-6
/
+8
*
db: Post reshuffle cleanup
Stephen Finucane
2021-08-09
1
-15
/
+16
*
db: Move remaining 'nova.db.sqlalchemy' modules
Stephen Finucane
2021-08-09
1
-1
/
+1
*
db: Unify 'nova.db.api', 'nova.db.sqlalchemy.api'
Stephen Finucane
2021-08-09
1
-5
/
+4
*
db: Use module-level imports for sqlalchemy (for real)
Stephen Finucane
2021-07-05
1
-12
/
+12
*
Merge "Remove old flavor_create db api method"
Zuul
2018-03-20
1
-3
/
+3
|
\
|
*
Remove old flavor_create db api method
Matt Riedemann
2018-02-14
1
-3
/
+3
*
|
Remove unused LOG variables
Takashi NATSUME
2018-02-27
1
-2
/
+0
|
/
*
Add Flavor.description attribute
Matt Riedemann
2017-11-05
1
-4
/
+35
*
Remove compatibility code for flavors
Matt Riedemann
2017-09-05
1
-197
/
+28
*
Merge "Use enum value instead of string service name"
Jenkins
2017-08-28
1
-1
/
+1
|
\
|
*
Use enum value instead of string service name
Balazs Gibizer
2017-07-25
1
-1
/
+1
*
|
Merge "rename binary to source in versioned notifications"
Jenkins
2017-08-28
1
-1
/
+1
|
\
\
|
|
/
|
*
rename binary to source in versioned notifications
Balazs Gibizer
2017-07-25
1
-1
/
+1
*
|
Remove translation of log messages
Ngo Quoc Cuong
2017-06-21
1
-3
/
+2
|
/
*
Don't lazy-load flavor.projects during destroy()
Matt Riedemann
2017-05-02
1
-1
/
+6
*
Avoid lazy-loading projects during flavor notification
Dan Smith
2017-03-16
1
-0
/
+5
*
Merge "Handle unicode when dealing with duplicate flavors during online migra...
Jenkins
2017-01-26
1
-1
/
+2
|
\
|
*
Handle unicode when dealing with duplicate flavors during online migrations
Matt Riedemann
2016-12-30
1
-1
/
+2
*
|
Update notification for flavor
Matt Riedemann
2017-01-11
1
-0
/
+5
*
|
Notifications for flavor operations
liyingjun
2017-01-09
1
-3
/
+27
|
/
*
Merge "Fix typo in image_meta.py & checks.py & flavor.py"
Jenkins
2016-12-26
1
-1
/
+1
|
\
|
*
Fix typo in image_meta.py & checks.py & flavor.py
zhangyanxian
2016-11-23
1
-1
/
+1
*
|
Use pick_context_manager throughout DB APIs
melanie witt
2016-11-18
1
-3
/
+3
*
|
No return for flavor destroy
liyingjun
2016-11-16
1
-1
/
+1
|
/
*
Don't overwrite MarkerNotFound error message
Matt Riedemann
2016-07-11
1
-1
/
+1
*
Make flavor-manage api call destroy with Flavor object
Hans Lindgren
2016-05-19
1
-11
/
+8
*
Fix flavor migration tests and edge case found
Hans Lindgren
2016-04-04
1
-1
/
+2
*
Block flavor creation until main database is empty
Dan Smith
2016-04-01
1
-2
/
+37
*
Add flavor migration routine
Dan Smith
2016-04-01
1
-0
/
+63
*
Make Flavor create() and destroy() work against API DB
Dan Smith
2016-04-01
1
-4
/
+86
*
Make flavor extra_specs operations work against the API DB
Dan Smith
2016-03-24
1
-4
/
+67
*
Make Flavor access routines work against API database
Dan Smith
2016-03-24
1
-7
/
+94
*
Merge "Make FlavorList.get_all() return results from the API and main DBs"
Jenkins
2016-03-23
1
-5
/
+82
|
\
|
*
Make FlavorList.get_all() return results from the API and main DBs
Dan Smith
2016-03-23
1
-5
/
+82
*
|
Fix SAWarning in _flavor_get_by_flavor_id_from_db
Diana Clarke
2016-03-23
1
-1
/
+1
|
/
*
Make Flavor.get operations prefer the API database
Dan Smith
2016-03-17
1
-4
/
+80
*
Remove obj_relationships from objects
Dan Smith
2015-10-30
1
-3
/
+0
*
Update obj_reset_changes signatures to match
Andrew Laski
2015-08-21
1
-2
/
+3
*
Change List objects to use obj_relationships
Ryan Rossiter
2015-07-31
1
-3
/
+2
*
Merge "Object: Fix incorrect parameter set in flavor save_extra_specs"
Jenkins
2015-06-10
1
-1
/
+1
|
\
|
*
Object: Fix incorrect parameter set in flavor save_extra_specs
Eli Qiao
2015-04-22
1
-1
/
+1
*
|
Begin the transition to an explicit object registry
Dan Smith
2015-06-08
1
-0
/
+2
|
/
*
Remove context from remotable call signature
Dan Smith
2015-03-18
1
-7
/
+7
*
Remove usage of remotable context parameter in fixed_ip, flavor, floating_ip
Dan Smith
2015-03-17
1
-10
/
+11
*
Remove cases of passing context to remotable methods in Flavor
Dan Smith
2015-03-06
1
-4
/
+4
*
Remove cases of passing context to remotable methods in Instance
Dan Smith
2015-03-06
1
-3
/
+2
*
objects: remove dict compat support from all XXXList() objects
Daniel P. Berrange
2014-12-12
1
-3
/
+1
*
objects: allow creation of objects without dict item compat
Daniel P. Berrange
2014-12-12
1
-2
/
+6
*
Make objects.Flavor._orig_projects a list
Matt Riedemann
2014-11-17
1
-1
/
+1
[next]