| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(cargo): bump version 0.2.2 -> 0.2.3HEADmain | Fuwn | 2022-07-12 | 1 | -1/+1 |
| | | |||||
| * | fix(utils): remove trivial import | Fuwn | 2022-07-12 | 1 | -2/+1 |
| | | |||||
| * | fix(utils): remove unused import | Fuwn | 2022-07-12 | 1 | -3/+1 |
| | | |||||
| * | Merge pull request #19 from SebaUbuntu/main | Fuwn | 2022-07-11 | 1 | -2/+1 |
| |\ | |||||
| | * | fix(utils): Don't encode response links | Sebastiano Barezzi | 2022-07-11 | 1 | -2/+1 |
| |/ | | | | | | | * We return application/json content, which shouldn't need decoding from the client side, unlike application/x-www-form-urlencoded * Stop encoding the URL inside the responses Change-Id: I7023f4b811ab7c2e9b7f8987ea0991cfc725a374 | ||||
| * | docs(cargo): bump version 0.2.1 -> 0.2.2 | Fuwn | 2022-07-11 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #18 from SebaUbuntu/main | Fuwn | 2022-06-26 | 2 | -5/+8 |
| |\ | | | | | fix(utils): Handle programming languages with spaces | ||||
| | * | fix(utils): Handle programming languages with spaces | Sebastiano Barezzi | 2022-06-26 | 2 | -5/+8 |
| | | | | | | | | | Change-Id: Ic0edc6bd6c94e0368dcf6910c8cbb56866127402 | ||||
| * | | Merge branch 'main' of https://github.com/senpy-club/api-worker | Fuwn | 2022-06-26 | 1 | -1/+1 |
| |\| | |||||
| | * | Merge pull request #8 from senpy-club/renovate/getrandom-0.x | Fuwn | 2022-04-11 | 1 | -1/+1 |
| | |\ | |||||
| | | * | fix(deps): update rust crate getrandom to 0.2.6 | Renovate Bot | 2022-03-28 | 1 | -1/+1 |
| | |/ | |||||
| * / | build(rust): fix rust channel | Fuwn | 2022-06-26 | 2 | -2/+2 |
| |/ | |||||
| * | feat(routes): support for anime boys | Fuwn | 2022-03-24 | 7 | -36/+148 |
| | | |||||
| * | feat: cache github api | Fuwn | 2022-03-24 | 5 | -50/+64 |
| | | | | | | | | | This commit allows The Senpy Club API to cache GitHub's API response, refreshing the cache every fifty accesses. This commit also gets rid of a few dependencies which were replaced by their standard library counterparts. | ||||
| * | feat(api): /me route | Fuwn | 2022-03-20 | 2 | -1/+9 |
| | | |||||
| * | Merge branch 'main' of https://github.com/senpy-club/api-worker | Fuwn | 2022-03-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #7 from senpy-club/renovate/reqwest-0.x | Fuwn | 2022-03-14 | 1 | -1/+1 |
| | |\ | | | | | | | fix(deps): update rust crate reqwest to 0.11.10 | ||||
| | | * | fix(deps): update rust crate reqwest to 0.11.10 | Renovate Bot | 2022-03-14 | 1 | -1/+1 |
| | |/ | |||||
| * / | feat(lib): smaller allocator | Fuwn | 2022-03-19 | 2 | -0/+6 |
| |/ | |||||
| * | Merge branch 'main' of https://github.com/senpy-club/api-worker | Fuwn | 2022-03-13 | 1 | -0/+4 |
| |\ | |||||
| | * | docs(readme): add api wrapper info | Fuwn | 2022-03-13 | 1 | -0/+4 |
| | | | |||||
| * | | fmt(build): rustfmt | Fuwn | 2022-03-13 | 1 | -3/+1 |
| |/ | |||||
| * | Merge pull request #6 from senpy-club/renovate/vergen-7.x | Fuwn | 2022-03-10 | 1 | -1/+1 |
| |\ | | | | | chore(deps): update rust crate vergen to v7 | ||||
| | * | chore(deps): update rust crate vergen to v7 | Renovate Bot | 2022-03-10 | 1 | -1/+1 |
| |/ | |||||
| * | refactor: use vergen for build variables | Fuwn | 2022-03-09 | 5 | -31/+12 |
| | | |||||
| * | feat(index): git commit hash on index | Fuwn | 2022-03-09 | 4 | -5/+29 |
| | | |||||
| * | format(readme): case | Fuwn | 2022-03-09 | 1 | -7/+7 |
| | | |||||
| * | Merge branch 'main' of https://github.com/senpy-club/api-worker | Fuwn | 2022-03-09 | 2 | -2/+2 |
| |\ | |||||
| | * | fix(manifest): readme path | Fuwn | 2022-03-09 | 1 | -1/+1 |
| | | | |||||
| | * | Merge pull request #5 from senpy-club/renovate/actions-checkout-3.x | Fuwn | 2022-03-09 | 1 | -1/+1 |
| | |\ | | | | | | | chore(deps): update actions/checkout action to v3 | ||||
| | | * | chore(deps): update actions/checkout action to v3 | Renovate Bot | 2022-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix(index.rst): document random | Fuwn | 2022-03-09 | 1 | -1/+2 |
| |/ / | |||||
| * / | refactor(routes): get index from file | Fuwn | 2022-03-09 | 2 | -41/+36 |
| |/ | |||||
| * | refactor(utils): String to char | Fuwn | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | fix: cors | Fuwn | 2022-03-08 | 3 | -7/+19 |
| | | |||||
| * | fix(routes): index version | Fuwn | 2022-03-08 | 1 | -1/+1 |
| | | |||||
| * | ci(github): add check workflow | Fuwn | 2022-03-08 | 1 | -0/+35 |
| | | |||||
| * | Merge pull request #2 from senpy-club/renovate/rand-0.x | Fuwn | 2022-03-08 | 1 | -1/+1 |
| |\ | | | | | fix(deps): update rust crate rand to 0.8.5 | ||||
| | * | fix(deps): update rust crate rand to 0.8.5 | Renovate Bot | 2022-03-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #3 from senpy-club/renovate/cfg-if-1.x | Fuwn | 2022-03-08 | 1 | -1/+1 |
| |\ \ | | | | | | | fix(deps): update rust crate cfg-if to v1 | ||||
| | * | | fix(deps): update rust crate cfg-if to v1 | Renovate Bot | 2022-03-08 | 1 | -1/+1 |
| | |/ | |||||
| * | | fix(readme): formatting | Fuwn | 2022-03-08 | 1 | -1/+6 |
| | | | |||||
| * | | fix(readme): file extension to .rst | Fuwn | 2022-03-08 | 1 | -0/+0 |
| | | | |||||
| * | | Merge branch 'main' of https://github.com/senpy-club/api-worker | Fuwn | 2022-03-08 | 1 | -0/+5 |
| |\| | |||||
| | * | Merge pull request #1 from senpy-club/renovate/configure | Fuwn | 2022-03-08 | 1 | -0/+5 |
| | |\ | | | | | | | Configure Renovate | ||||
| | | * | chore(deps): add renovate.json | Renovate Bot | 2022-03-08 | 1 | -0/+5 |
| | |/ | |||||
| * / | refactor: md to rst | Fuwn | 2022-03-08 | 2 | -52/+46 |
| |/ | |||||
| * | feat: worker done :star: | Fuwn | 2022-03-08 | 10 | -182/+223 |
| | | |||||
| * | chore: licensing | Fuwn | 2022-03-07 | 8 | -17/+101 |
| | | |||||
| * | chore(nix): remove | Fuwn | 2022-03-07 | 9 | -366/+0 |
| | | |||||