Re: Review Request 36048: Update authorizer to allow for modularize implementations

2015-07-02 Thread Alexander Rojas


 On July 1, 2015, 8:50 p.m., Kapil Arya wrote:
  src/tests/authorization_tests.cpp, line 46
  https://reviews.apache.org/r/36048/diff/3/?file=996605#file996605line46
 
  May be I am missing something here, but why not use Owned ptr?

I think raw pointers are used for modules, but I'm not completely sure about 
it. Let me verify it.


- Alexander


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36048/#review90089
---


On July 2, 2015, 12:14 p.m., Alexander Rojas wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36048/
 ---
 
 (Updated July 2, 2015, 12:14 p.m.)
 
 
 Review request for mesos and Till Toenshoff.
 
 
 Bugs: MESOS-2945
 https://issues.apache.org/jira/browse/MESOS-2945
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Breaks the declaration of the `Authorizer` interface and its default 
 implementation `LocalAuthorizer` in different files.
 
 Makes the `Authorizer` interface declaration public.
 
 Following the patter in the `Authenticator` it generates a default 
 constructor which is required when writing a `TypeTest` in a follow up patch, 
 and an `initialize` method.
 
 Other changes are just updates to allow for compilation.
 
 
 Diffs
 -
 
   include/mesos/authorizer.hpp PRE-CREATION 
   include/mesos/authorizer/authorizer.hpp PRE-CREATION 
   include/mesos/authorizer/authorizer.proto PRE-CREATION 
   include/mesos/mesos.proto 3dd4a5b7a4b3bc56bdc690d6adf05f88c0d28273 
   include/mesos/type_utils.hpp e7bfe8ca60af945e76b5d85ab37cc97b17ff1b4a 
   src/Makefile.am addb63f615f16ae6b25f745b2e79fd9fc0e27851 
   src/authorizer/authorizer.hpp c039d9412780aa199db169b31991bf9f45b07d0f 
   src/authorizer/authorizer.cpp 21e97e315478a4ca9442af83732665f85eb2f8fc 
   src/common/parse.hpp 8d7ddd6819dad98cd96d5aaae8fe57caf1ee7098 
   src/local/local.cpp 1953d84c75a83f4ace944d6243456235d8a193ff 
   src/master/flags.hpp f2cd19a6edfaa4e5bb31f024ef8d5beda32fbc2f 
   src/master/http.cpp 2be613b2e4c913b74c12d0d8f2d0e25da3cd3656 
   src/master/main.cpp 2624b7ea4920a534c98f5dfbf9286c54c50f11a9 
   src/master/master.hpp fb4d6fac85e284987ec8fbf6949b5023875573fb 
   src/master/master.cpp c5a4875f0d43c5091ae9a52c6b1d04105dfa3914 
   src/tests/authorization_tests.cpp 99bb06c1ee73a90abaeeabb742e45aa188c21a87 
   src/tests/cluster.hpp cfe7ef0c7a6dc62cddc3e5f5b5b28c8bcb2bed26 
   src/tests/mesos.hpp 9157ac079808d2686592e54ea26a26e6a0825ed3 
   src/tests/mesos.cpp 5eab6dea6058865847425ab8d31708c92c6f098a 
 
 Diff: https://reviews.apache.org/r/36048/diff/
 
 
 Testing
 ---
 
 make check
 
 
 Thanks,
 
 Alexander Rojas
 




Re: Review Request 36048: Update authorizer to allow for modularize implementations

2015-07-01 Thread Alexander Rojas

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36048/
---

(Updated July 1, 2015, 3:24 p.m.)


Review request for mesos and Till Toenshoff.


Changes
---

ACLs related protobuf messages are extracted from `mesos.proto` and given their 
own `authorization.proto`


Repository: mesos


Description
---

Breaks the declaration of the `Authorizer` interface and its default 
implementation `LocalAuthorizer` in different files.

Makes the `Authorizer` interface declaration public.

Following the patter in the `Authenticator` it generates a default constructor 
which is required when writing a `TypeTest` in a follow up patch, and an 
`initialize` method.

Other changes are just updates to allow for compilation.


Diffs (updated)
-

  include/mesos/authorizer/authorization.hpp PRE-CREATION 
  include/mesos/authorizer/authorization.proto PRE-CREATION 
  include/mesos/authorizer/authorizer.hpp PRE-CREATION 
  include/mesos/mesos.proto 5ab3c4a305562af16af804e7ab77e576b96e468d 
  include/mesos/type_utils.hpp e7bfe8ca60af945e76b5d85ab37cc97b17ff1b4a 
  src/Makefile.am a064d17a6b62e6e3c8e190135bcc8cbbb0051ed5 
  src/authorizer/authorizer.hpp c039d9412780aa199db169b31991bf9f45b07d0f 
  src/authorizer/authorizer.cpp 21e97e315478a4ca9442af83732665f85eb2f8fc 
  src/common/parse.hpp 8d7ddd6819dad98cd96d5aaae8fe57caf1ee7098 
  src/local/local.cpp 1953d84c75a83f4ace944d6243456235d8a193ff 
  src/master/flags.hpp f2cd19a6edfaa4e5bb31f024ef8d5beda32fbc2f 
  src/master/http.cpp 2be613b2e4c913b74c12d0d8f2d0e25da3cd3656 
  src/master/main.cpp 2624b7ea4920a534c98f5dfbf9286c54c50f11a9 
  src/master/master.hpp af83d3e82d2c161b3cc4583e78a8cbbd2f9a4064 
  src/master/master.cpp 34ce744f84465ecc9aeecd5fdc3d06047a4b7d92 
  src/tests/authorization_tests.cpp 99bb06c1ee73a90abaeeabb742e45aa188c21a87 
  src/tests/cluster.hpp cfe7ef0c7a6dc62cddc3e5f5b5b28c8bcb2bed26 
  src/tests/mesos.hpp 9157ac079808d2686592e54ea26a26e6a0825ed3 
  src/tests/mesos.cpp 5eab6dea6058865847425ab8d31708c92c6f098a 

Diff: https://reviews.apache.org/r/36048/diff/


Testing
---

make check


Thanks,

Alexander Rojas