-
- Downloads
Merge pull request #24 in ASAPO/asapo from feature/aai to develop
* commit '631491e7': (27 commits) use more files for test update manual tests start adding tokens to worker use HMAC token instead of JWT create asapo_tools, generating token fix fix tests fix tests fix update authorizer service - read from files, return beamline updated manual tests, fix windows test test failure on wrong beamtime_id update tests for authorizer fix memory leaks add authorizer restructure go files set beamtime_id only once at producer create finished auth handler more work on authorization handler more work on authorization handler ...
No related branches found
No related tags found
Showing
- receiver/src/requests_dispatcher.cpp 169 additions, 0 deletionsreceiver/src/requests_dispatcher.cpp
- receiver/src/requests_dispatcher.h 42 additions, 0 deletionsreceiver/src/requests_dispatcher.h
- receiver/src/statistics.h 1 addition, 0 deletionsreceiver/src/statistics.h
- receiver/unittests/mock_receiver_config.cpp 3 additions, 1 deletionreceiver/unittests/mock_receiver_config.cpp
- receiver/unittests/receiver_mocking.h 19 additions, 0 deletionsreceiver/unittests/receiver_mocking.h
- receiver/unittests/test_config.cpp 4 additions, 2 deletionsreceiver/unittests/test_config.cpp
- receiver/unittests/test_connection.cpp 85 additions, 159 deletionsreceiver/unittests/test_connection.cpp
- receiver/unittests/test_request.cpp 50 additions, 13 deletionsreceiver/unittests/test_request.cpp
- receiver/unittests/test_request_factory.cpp 26 additions, 10 deletionsreceiver/unittests/test_request_factory.cpp
- receiver/unittests/test_request_handler_authorizer.cpp 239 additions, 0 deletionsreceiver/unittests/test_request_handler_authorizer.cpp
- receiver/unittests/test_request_handler_db_writer.cpp 25 additions, 24 deletionsreceiver/unittests/test_request_handler_db_writer.cpp
- receiver/unittests/test_request_handler_file_write.cpp 24 additions, 18 deletionsreceiver/unittests/test_request_handler_file_write.cpp
- receiver/unittests/test_requests_dispatcher.cpp 265 additions, 0 deletionsreceiver/unittests/test_requests_dispatcher.cpp
- tests/automatic/CMakeLists.txt 1 addition, 0 deletionstests/automatic/CMakeLists.txt
- tests/automatic/authorizer/CMakeLists.txt 2 additions, 0 deletionstests/automatic/authorizer/CMakeLists.txt
- tests/automatic/authorizer/check_authorize/CMakeLists.txt 15 additions, 0 deletionstests/automatic/authorizer/check_authorize/CMakeLists.txt
- tests/automatic/authorizer/check_authorize/OpenBeamTimes.txt 22 additions, 0 deletionstests/automatic/authorizer/check_authorize/OpenBeamTimes.txt
- tests/automatic/authorizer/check_authorize/check_linux.sh 19 additions, 0 deletionstests/automatic/authorizer/check_authorize/check_linux.sh
- tests/automatic/authorizer/check_authorize/check_windows.bat 18 additions, 0 deletionstests/automatic/authorizer/check_authorize/check_windows.bat
- tests/automatic/authorizer/check_authorize/ip_bl_mapping/127.0.0.1 1 addition, 0 deletions...omatic/authorizer/check_authorize/ip_bl_mapping/127.0.0.1
receiver/src/requests_dispatcher.cpp
0 → 100644
This diff is collapsed.
receiver/src/requests_dispatcher.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
tests/automatic/authorizer/CMakeLists.txt
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment