Skip to content

Commit

Permalink
Merge pull request #3 from carmensingeorzan/master
Browse files Browse the repository at this point in the history
Favorite based bucket listing, to avoid costly getBuckets of Riak, UI enhancements
  • Loading branch information
pentium10 committed Feb 13, 2014
2 parents fb69471 + 6c9fcd5 commit 9f7262a
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 66 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/nbproject
/nbproject
*.log
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ After provision riak-admin will be available at [http://localhost:7654](http://l
[Download](https://github.com/pentium10/riak-admin/archive/master.zip), unzip files to your *wwww* directory, edit config.php, and enjoy!


### Change Log
### Change Log
***************************
**v0.5**
- (New): Favorite based bucket listing, to avoid costly getBuckets of Riak, UI enhancements ([carmensingeorzan](https://github.com/carmensingeorzan))

**v0.4**
- (New): Composer and Vagrant support ([pentium10](https://github.com/pentium10))

Expand Down
4 changes: 2 additions & 2 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Riak Admin version
*/
define('VERSION', '0.4');
define('VERSION', '0.5');

/**
* your RIAK server
Expand Down Expand Up @@ -43,4 +43,4 @@
* This is the directory where all loads or dumps will be written. Must have write permission.
* This is also needed when running delete bucket operations.
*/
define('RIAK_DATA_MIGRATOR_WORKING_PATH', false);
define('RIAK_DATA_MIGRATOR_WORKING_PATH', false);
Binary file added images/iLoading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9f7262a

Please sign in to comment.