7
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 2 days ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #43 in MC/connect from feature/ROCKSOLID-1629 to feature/ROCKSOLID-1547 More... almost 8 years ago
Removed unnecessary super constructor call and added spaces between methods. More... almost 8 years ago
Changed ConnectionLogController's processEvent method back to a void method. More... almost 8 years ago
Modified the connector log UI so that it can show logs by both server ID and channel ID. More... almost 8 years ago
Merge branch 'development' into feature/ROCKSOLID-1629 More... almost 8 years ago
Added serverId as a parameter for getting connection logs. More... almost 8 years ago
Changed method signature of getChannelLog methods to use channelId instead of channelName, which was incorrectly named. Moved some logic out of ConnectionLogController abstract class and into the default implementation. Made ConnectionLogController's getChannelLog method return the ConnectionLogItem it creates, which can be useful for subclasses. More... almost 8 years ago
Refactored Dashboard Connection Log code to use the new framework for logs. More... almost 8 years ago
Merge pull request #42 in MC/connect from feature/ROCKSOLID-1548-allow-dashboard-global-maps to development More... almost 8 years ago
Merge pull request #38 in MC/connect from feature/ROCKSOLID-1546-allow-dashboard-server-log to development More... almost 8 years ago
Merge pull request #40 in MC/connect from bugfix/ROCKSOLID-1617-advanced-clustering-fails to development More... almost 8 years ago
Adding additional comments. More... almost 8 years ago
Merge pull request #39 in MC/connect from bugfix/ROCKSOLID-929-thread-context-classloader to development More... almost 8 years ago
Merge pull request #41 in MC/connect from bugfix/ROCKSOLID-879-modifying-queue-buffer-size to development More... almost 8 years ago
Added global map controller and refactored the accompanying servlet. More... almost 8 years ago
The queue buffer size field will now enable the Save Changes task. More... almost 8 years ago
Adding boolean option to the startupDeploy method so that extensions of the engine controller can still act on the startupDeploy hook without actually deploying channels. More... almost 8 years ago
Setting the thread context classloader before publishing JAX-WS endpoints. More... almost 8 years ago
Adding the server ID to the server log items. More... almost 8 years ago
Adding empty constructor to ServerLogItem. More... almost 8 years ago
Changed how the server log is retrieved by the client. More... almost 8 years ago
Merge pull request #37 in MC/connect from feature/ROCKSOLID-859 to development More... almost 8 years ago
ROCKSOLID-859 Oracle will now use TRUNCATE instead of DELETE when deleting all messages. More... almost 8 years ago
ROCKSOLID-859 MySQL will now use TRUNCATE instead of DELETE when deleting all messages. More... almost 8 years ago
Merge pull request #31 in MC/connect from feature/ROCKSOLID-1043 to development More... almost 8 years ago
Removing the isNotEmpty check More... almost 8 years ago
ROCKSOLID-859 SQLServer will now use TRUNCATE instead of DELETE when deleting all messages. More... almost 8 years ago
Merge pull request #36 in MC/connect from feature/ROCKSOLID-1564 to development More... almost 8 years ago
Changed the DefaultAlertController constructor to be protected so that we can subclass it in the advanced clustering plugin. More... almost 8 years ago
ROCKSOLID-859 Derby will now use TRUNCATE instead of DELETE when deleting all messages. More... almost 8 years ago