0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'auto_load_saved_server' More... almost 13 years ago
Heavy-handed changes - now connections are always saved, and loaded immediately when the MongoDB View is displayed. Right-click->Delete removes connections. Connections are saved on plug-in stop and loaded on plug-in start. Username/pwd form fields have been removed from connection wizard, as well as the fields related to saving connections (since persisting a connection is done by default now). More... almost 13 years ago
Moves the spark that creates new entries in the tree view outside the create new connection wizard. More... almost 13 years ago
Merge branch 'centralize_connections' More... almost 13 years ago
Now the plugin/activator class holds onto the MongoDB server connections. More... almost 13 years ago
https://github.com/tmitchell - Separated the licensing out into another file and Markdown'ed the README. More... almost 13 years ago
Merge pull request #3 from walknwind/master
Flavio Percoco
as Flavio Percoco Premoli
More... almost 13 years ago
Adds new update site to the README - thanks ExoAnalytic Solutions! More... almost 13 years ago
Merge branch 'mongodb_insteadof_mongo' More... almost 13 years ago
Renames all packages and IDs from org.mongo.* to org.mongodb.* since the domain name in question is actually mongodb.org More... almost 13 years ago
Adds a Properties menu item to the context menu of each entry in the tree view (which opens the Eclipse Properties View if it's not already open). More... almost 13 years ago
Adds my name to the AUTHORS file More... almost 13 years ago
Adds git ignore file to ease strain when reviewing a `git status` More... almost 13 years ago
Merge branch 'mavenify' More... almost 13 years ago
Majorly rewords directory structure to support bulding via Maven/Tycho. Also wraps our plug-in in a feature and generates a p2 repository for distributing the Meclipse. More... almost 13 years ago
Merge branch 'db_profile' More... almost 13 years ago
Updates readme with new features. More... almost 13 years ago
Removes some unused imports to squash warnings. More... almost 13 years ago
Adds context menu when Database is selected allowing user to set profiling level of the database. Also populates the Eclipse Properties View with the current profiling level set in the database when a database is selected. More... almost 13 years ago
Merge branch 'server_status' More... almost 13 years ago
Updates README to describe features of Mongo DB View. More... almost 13 years ago
When a connection object is selected in the Mongo DB view, the Eclipse Properties view will show the output of a db.serverStatus() cmd. Useful for monitoring server stats. More... almost 13 years ago
Merge pull request #2 from walknwind/f3cfdb216c8465f4b32cf973edf5ca99c55f2c08
Flavio Percoco
as Flavio Percoco Premoli
More... almost 13 years ago
Adds a screen shot link to the README More... almost 13 years ago
More minor updates to the README More... almost 13 years ago
Updates README with minimal info on downloading the plug-in. More... almost 13 years ago
Added my name to the Provider field... More... almost 13 years ago
A bunch of minor mods - all items in the tree view now show the expansion arrow (for exposition children) by default. Added pretty icons for the tree view. Fixed some minor compiler warnings. More... almost 13 years ago
Merge branch 'save_recover_servers' More... almost 13 years ago
Adds option to save a server in the connection wizard. Also side-steps some of the previous xml-based server config persistence in favor of a csv hack. More... almost 13 years ago