- 07 Oct, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Optimize match details data 2. Add test for details fetch
-
- 06 Oct, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Add route details to match object
-
- 02 Oct, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Fix method route on unexisted name
-
- 21 Sep, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Use docker-core-perl6:latest image
-
- 07 Sep, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Add Cro::HTTP::Router to benchmark
-
- 06 Sep, 2020 2 commits
-
-
Konstantin Narkhov authored
1. Force install via zef at .gitlab-ci.yml
-
Konstantin Narkhov authored
1. Add standalone Cro::HTTP::Router test (no benchmarking) 2. Install libssl
-
- 04 Sep, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Add benchmark tests to .gitlab-ci.yml
-
- 04 Jul, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Make benchmark precious with Instant now() 2. Fix file extensions to *.raku and *.rakumod 3. Add raku to .gilab-ci.yml 4. Update .gitattribures
-
- 01 Jul, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Refactor private methods names 2. Make methods public - split_route_path - methods - build_route - parse_payload - setmobj 3. Make methods private - !add - !group_index 4. Update tests
-
- 30 Jun, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Boost up module via use token obj at _build_route() 2. Remove unused methods (_match and_compile) 3. Update tests and benchmark
-
- 05 Jun, 2020 1 commit
-
-
Konstantin Narkhov authored
1. Update README.md: Perl6->Raku 2. Remove pipeline badge from README.md
-
- 12 Sep, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Source-url is fixed at META6.json
-
Konstantin Narkhov authored
1. P5quotemeta is added to depends block of META6.json
-
- 10 Sep, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Correct links for wiki pages
-
Konstantin Narkhov authored
1. Module short guide is added to README.md 2. META6.json is added to repository
-
- 05 Sep, 2018 1 commit
-
-
Konstantin Narkhov authored
1. Payload cleanup at submapper add() method 2. Optional arg $method at _match method
-
- 04 Sep, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Extension *.p6 is added to .gitattributes
-
Konstantin Narkhov authored
1. Fix matching error at method allowed_methods
-
- 31 Aug, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Argument $method at methods match and _match is optional 2. Test boundle is refactored
-
Konstantin Narkhov authored
1. Methods setmatch and setmobj are renamed
-
- 30 Aug, 2018 1 commit
-
-
Konstantin Narkhov authored
1. HTTP methods can be nested 2. General soft refactoring: comments are removed 3. Test for nested methods is added
-
- 29 Aug, 2018 3 commits
-
-
Konstantin Narkhov authored
1. Submapper is softly refactored
-
Konstantin Narkhov authored
1. Resources methods are passing tests from P5 Router::Right 2. Payload attr is moved to Options at Submapper 3. Test boundle is refactored
-
Konstantin Narkhov authored
1. Methods resource are implemented at: - Router::Right - Router::Right::Submapper (not working properly still) 2. Router::Right is refactored 3. Test for resource method are added but still under development
-
- 28 Aug, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Test boundle is refactored
-
Konstantin Narkhov authored
1. Method with is added to Router::Right 2. Router::Right::Submapper class is fully implemented 3. Tests for Router::Right::Submapper are added from P5 Router::Right
-
- 27 Aug, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Methods add and with are added to Router::Right::Submapper
-
Konstantin Narkhov authored
1. Subclass cap Router::Right::Submapper is added 2. Simple test for Router::Right::Submapper are added
-
- 23 Aug, 2018 3 commits
-
-
Konstantin Narkhov authored
1. Method as_string is implemented
-
Konstantin Narkhov authored
1. Method match is refactored 2. Tests for allowed_methods method from P5 Router::Right are added
-
Konstantin Narkhov authored
1. Method allowed_methods is implemented
-
- 22 Aug, 2018 2 commits
-
-
Konstantin Narkhov authored
1. Method url is implemented 2. Tests for url method from P5 Router::Right are added
-
Konstantin Narkhov authored
1. Simple cap for url method is implemented
-
- 17 Aug, 2018 1 commit
-
-
Konstantin Narkhov authored
1. Method _parse_payload is refactored 2. Add 2 tests for _parse_payload method
-
- 15 Aug, 2018 1 commit
-
-
Konstantin Narkhov authored
1. Method add became multi 2. Submethod _add is added 3. Method _parse_payload is added 4. Tests are refactored
-
- 09 Aug, 2018 1 commit
-
-
Konstantin Narkhov authored
1. New match algo (a little faster) 2. Add benchmark for Router::Boost 3. Tests are refactored
-
- 03 Aug, 2018 3 commits
-
-
Konstantin Narkhov authored
1. Benchmark for Router::Right is added
-
Konstantin Narkhov authored
1. Benchmark folder is added
-
Konstantin Narkhov authored
1. Routes with same path and diff methods are processing correctly 2. Basic core methods test from Perl5 Route::Right are added
-