harbor/src/replication/source
2018-01-03 18:39:30 +08:00
..
convertor.go define filter interfaces for replication service including:interface Filter,Converter and FilterChain and other supporting models 2017-10-27 18:16:16 +08:00
default_filter_chain_test.go Implement filter chain 2017-11-08 16:51:11 +08:00
default_filter_chain.go Implement filter chain 2017-11-08 16:51:11 +08:00
filter_chain.go define filter interfaces for replication service including:interface Filter,Converter and FilterChain and other supporting models 2017-10-27 18:16:16 +08:00
filter.go Add replication filter implement 2017-11-01 14:59:44 +08:00
match_test.go Add unit test cases for replication codes 2018-01-03 18:39:30 +08:00
match.go Refactor replication filter chain 2017-12-15 09:40:31 +08:00
pattern_filter_test.go Add replication filter implement 2017-11-01 14:59:44 +08:00
pattern_filter.go Add replication filter implement 2017-11-01 14:59:44 +08:00
repository_convertor_test.go Refactor replication filter chain 2017-12-15 09:40:31 +08:00
repository_convertor.go Using the string trimmed the project name at the begining as the input of repository filter 2017-12-26 19:31:53 +08:00
repository_filter_test.go Using the string trimmed the project name at the begining as the input of repository filter 2017-12-26 19:31:53 +08:00
repository_filter.go Using the string trimmed the project name at the begining as the input of repository filter 2017-12-26 19:31:53 +08:00
sourcer_test.go Add registry adaptor interface and sourcer definitions 2017-11-02 17:10:15 +08:00
sourcer.go Define the related interfaces for triggers and core controllers of replication service 2017-11-10 15:06:24 +08:00
tag_combination_filter_test.go Implement Convert interface 2017-11-07 14:34:12 +08:00
tag_combination_filter.go Enable filter chain in replication 2017-12-15 09:40:30 +08:00
tag_convertor_test.go Refactor replication filter chain 2017-12-15 09:40:31 +08:00
tag_convertor.go Refactor replication filter chain 2017-12-15 09:40:31 +08:00
tag_filter_test.go Refactor replication filter chain 2017-12-15 09:40:31 +08:00
tag_filter.go Refine replication schedule trigger API 2017-12-15 09:40:31 +08:00