- Apr 07, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Sulverus authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Setting password for user guest has no effect, add a check that prohibits setting a password for a user just like it does laready for a role. Add a test case.
-
- Apr 06, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The bug was caused by incorrect check for universal access in SetuidGuard and missing user id change thanks to it. Fix a coding bug and add a test case. Closes gh-508.
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
A fix and a test case for gh-664 (bad syntax is accepted in schema.role.*, schema.user.*, etc). Check the second argument of role.create()/role.drop(), user.create()/user.drop(), func.create()/func.drop(). Implement if_exists option for user.drop(), role.drop(), func.drop(). Add a test case.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Apr 05, 2015
-
-
Konstantin Osipov authored
Don't start event loop in interactive mode after it ends.
-
Konstantin Osipov authored
Implement box.schema.user.create(name, { if_not_exists = true }) box.schema.role.create(name, { if_not_exists = true }) box.schema.func.create(name, { if_not_exists = true }) Add tests. Fixes gh-637.
-
Konstantin Osipov authored
-
- Apr 03, 2015
-
-
Konstantin Osipov authored
Use a correct server id to relay snapshot records to a replica (server id 0 is server id of the snapshot). Move recover_snap() implementation to memtx_engine.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Sulverus authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
* Move search form to the left * Pin left bar (add jquery.pin plugin) * Move all configuration fields to confval directive * Move builddirs to separate directories, so less rebuilds. * Some minor fixes
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/sophia_engine.h
-
Dmitry Simonenko authored
-
- Apr 02, 2015
-
-
Dmitry Simonenko authored
-
- Apr 01, 2015
-
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
-