-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
56 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Privacy Subsystem implementation for repository_s3bucket. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -28,7 +29,8 @@ | |
* Privacy Subsystem for repository_s3bucket implementing null_provider. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class provider implements \core_privacy\local\metadata\null_provider { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Strings for component 'repository_s3bucket', language 'en', branch 'MOODLE_35_STABLE' | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* This plugin is used to access s3bucket files | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -32,7 +33,8 @@ | |
* This is a repository class used to browse a Amazon S3 bucket. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class repository_s3bucket extends repository { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Steps definitions related to Repository s3bucket. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2019 Renaat Debleu (www.eWallah.net) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -30,7 +31,8 @@ | |
* Repository s3bucket related steps definitions. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2019 Renaat Debleu (www.eWallah.net) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class behat_repository_s3bucket extends behat_base { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Amazon S3bucket behat step test | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
namespace repository_s3bucket; | ||
|
@@ -27,7 +28,8 @@ | |
* Amazon S3bucket behat step tests | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class behatstep_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Unit tests for the s3bucket repository. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2020 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -28,7 +29,8 @@ | |
* Unit tests for the s3bucket repository. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2020 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
return new class extends phpunit_coverage_info { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Delete tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -28,7 +29,8 @@ | |
* Delete tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class delete_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Form tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -29,8 +30,8 @@ | |
* Form tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @coversDefaultClass \repository_s3bucket | ||
*/ | ||
final class form_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,17 @@ | |
* Amazon S3bucket repository data generator | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
/** | ||
* Amazon S3bucket repository data generator | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
class repository_s3bucket_generator extends testing_repository_generator { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Amazon S3bucket repository data generator test | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
namespace repository_s3bucket; | ||
|
@@ -27,7 +28,8 @@ | |
* Amazon S3bucket repository data generator test | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class generator_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Mock tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -37,7 +38,8 @@ | |
* Mock tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class mock_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Other tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
namespace repository_s3bucket; | ||
|
@@ -34,7 +35,8 @@ | |
* Other tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class other_test extends \advanced_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Privacy test. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|
@@ -30,7 +31,8 @@ | |
* Privacy tests. | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2017 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
final class privacy_test extends provider_testcase { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
* Version details | ||
* | ||
* @package repository_s3bucket | ||
* @copyright 2015 Renaat Debleu (www.eWallah.net) (based on work by Dongsheng Cai) | ||
* @copyright eWallah (www.eWallah.net) | ||
* @author Renaat Debleu <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
|