Added logs UI for seeing all logs. |
|
More...
|
about 13 years ago
|
Note support in UI. |
|
More...
|
about 13 years ago
|
Show softlayer link if enabled. |
|
More...
|
about 13 years ago
|
Updated production_sl |
|
More...
|
about 13 years ago
|
Now with server deprovisioning |
|
More...
|
about 13 years ago
|
Ipmi API address fix, better IPMI UI |
|
More...
|
about 13 years ago
|
Support IPMI set/create via API, updated clients |
|
More...
|
about 13 years ago
|
Use drop downs for more meta fields |
|
More...
|
about 13 years ago
|
Open SL link in new URL |
|
More...
|
about 13 years ago
|
Softlayer support (optional via production config) |
|
More...
|
about 13 years ago
|
Don't update status if the same, handle some bulk operations in ruby client. |
|
More...
|
about 13 years ago
|
Regular expressions, okay for small data. |
|
More...
|
about 13 years ago
|
Bigger pages, better searching. |
|
More...
|
about 13 years ago
|
Better state management, UI updates. |
|
More...
|
about 13 years ago
|
Removing println |
|
More...
|
about 13 years ago
|
Updated TODO |
|
More...
|
about 13 years ago
|
Added ability to clear cache remotely |
|
More...
|
about 13 years ago
|
Added a few small fixes and updated configs |
|
More...
|
about 13 years ago
|
Moved presentations stuff to gh-pages |
|
More...
|
about 13 years ago
|
Done making additions to git presentation, unless I think of anything else to add... |
|
More...
|
about 13 years ago
|
checkpointing git presentation work-in-progress |
|
More...
|
about 13 years ago
|
Adding presentation to repo |
|
More...
|
about 13 years ago
|
An AUTO_INCREMENT MySQL INTEGER is UNSIGNED, which is a Long in Java, not an Int |
|
More...
|
about 13 years ago
|
Merge branch 'master' of github.com:tumblr/platform |
|
More...
|
about 13 years ago
|
Allow for attributes to be specified when asset is in any state. Also, display any custom attributes |
|
More...
|
about 13 years ago
|
merging referenceBenchmark into tumblr/platform |
|
More...
|
about 13 years ago
|
Merge branch 'master' of github.com:tumblr/platform |
|
More...
|
about 13 years ago
|
Merge branch 'master' of github.com:tumblr/platform |
|
More...
|
about 13 years ago
|
this just seems to fail if you use 'localhost' |
|
More...
|
about 13 years ago
|
Fixes to support MySQL. The MySQL JDBC driver maps database types to different java types than H2 does, and H2 was used for development. For instance a TIMESTAMP is not nullable by default in MySQL but is in H2, a TINYINT in MySQL maps to a java.lang.Integer, not to a java.lang.Byte. Good times |
|
More...
|
about 13 years ago
|