1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 05, 2024 — Jan 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added logs UI for seeing all logs.
bmatheny
as Blake Matheny
More... about 13 years ago
Note support in UI.
bmatheny
as Blake Matheny
More... about 13 years ago
Show softlayer link if enabled.
bmatheny
as Blake Matheny
More... about 13 years ago
Updated production_sl
bmatheny
as Blake Matheny
More... about 13 years ago
Now with server deprovisioning
bmatheny
as Blake Matheny
More... about 13 years ago
Ipmi API address fix, better IPMI UI
bmatheny
as Blake Matheny
More... about 13 years ago
Support IPMI set/create via API, updated clients
bmatheny
as Blake Matheny
More... about 13 years ago
Use drop downs for more meta fields
bmatheny
as Blake Matheny
More... about 13 years ago
Open SL link in new URL
bmatheny
as Blake Matheny
More... about 13 years ago
Softlayer support (optional via production config)
bmatheny
as Blake Matheny
More... about 13 years ago
Don't update status if the same, handle some bulk operations in ruby client.
bmatheny
as Blake Matheny
More... about 13 years ago
Regular expressions, okay for small data.
bmatheny
as Blake Matheny
More... about 13 years ago
Bigger pages, better searching.
bmatheny
as Blake Matheny
More... about 13 years ago
Better state management, UI updates.
bmatheny
as Blake Matheny
More... about 13 years ago
Removing println
bmatheny
as Blake Matheny
More... about 13 years ago
Updated TODO
bmatheny
as Blake Matheny
More... about 13 years ago
Added ability to clear cache remotely
bmatheny
as Blake Matheny
More... about 13 years ago
Added a few small fixes and updated configs
bmatheny
as Blake Matheny
More... about 13 years ago
Moved presentations stuff to gh-pages
bmatheny
as Blake Matheny
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
bmatheny
as Blake Matheny
More... about 13 years ago
An AUTO_INCREMENT MySQL INTEGER is UNSIGNED, which is a Long in Java, not an Int
bmatheny
as Blake Matheny
More... about 13 years ago
Merge branch 'master' of github.com:tumblr/platform
bmatheny
as Blake Matheny
More... about 13 years ago
Allow for attributes to be specified when asset is in any state. Also, display any custom attributes
bmatheny
as Blake Matheny
More... about 13 years ago
merging referenceBenchmark into tumblr/platform More... about 13 years ago
Merge branch 'master' of github.com:tumblr/platform
bmatheny
as Blake Matheny
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
bmatheny
as Blake Matheny
More... about 13 years ago