Gary Wang
|
9076bc3f75
|
Support access branch that contains slash character (#102)
So we can access branch that contain slash like `branch/name` with `username.codeberg.page/repo/@branch~name/`.
Branch name cannot contain `~` character but it can be in a HTTP URL, so replace the `~` from URL to `/` could be a valid solution to me.
Resolve #101
Co-authored-by: Gary Wang <wzc782970009@gmail.com>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/102
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gary Wang <blumia@noreply.codeberg.org>
Co-committed-by: Gary Wang <blumia@noreply.codeberg.org>
|
2022-07-08 13:39:24 +02:00 |
|
6543
|
6dedd55eb3
|
Release via CI (#94)
* release via CI
* general CI improvements
close #76, close #92
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/94
|
2022-06-14 20:35:11 +02:00 |
|
6543
|
02bd942b04
|
Move gitea api calls in own "client" package (#78)
continue #75
close #16
- fix regression (from #34) _thanks to @crystal_
- create own gitea client package
- more logging
- add mock impl of CertDB
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/78
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
|
2022-06-11 23:02:06 +02:00 |
|
6543
|
bb8eb32ee2
|
make debug messages unique
|
2022-06-10 15:29:47 +02:00 |
|
Otto Richter
|
a2c5376d9a
|
Fix CORS / add Access-Control-Allow-Origin * to all methods (#69)
The header is not only necessary on the OPTIONS request, but on any method, so I removed the condition.
Serving any workadventure map was broken BTW. We should have tested this :-(
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/69
Reviewed-by: Andreas Shimokawa <ashimokawa@noreply.codeberg.org>
Co-authored-by: Otto Richter <otto@codeberg.org>
Co-committed-by: Otto Richter <otto@codeberg.org>
|
2022-04-10 18:11:00 +02:00 |
|
6543
|
f5d0dc7447
|
Add pipeline (#65)
close #54
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/65
Reviewed-by: Andreas Shimokawa <ashimokawa@noreply.codeberg.org>
|
2022-03-27 21:54:06 +02:00 |
|
6543
|
a7bb3448a4
|
move more args of Upstream() to upstream Options
|
2021-12-05 19:53:23 +01:00 |
|
6543
|
26a199053b
|
lint: rename
|
2021-12-05 18:20:40 +01:00 |
|
6543
|
0374e95d23
|
make tryUpstream independent func
|
2021-12-05 18:20:39 +01:00 |
|
6543
|
e6198e4ddd
|
start refactor Upstream func
|
2021-12-05 15:59:43 +01:00 |
|
6543
|
de4706bf58
|
rm 2rm
|
2021-12-05 15:53:46 +01:00 |
|
6543
|
ccada3e6df
|
split cert func to related packages
|
2021-12-05 15:21:05 +01:00 |
|
6543
|
b3830e979c
|
inject all cache
|
2021-12-05 15:02:44 +01:00 |
|
6543
|
38426c26db
|
move upstream into own package
|
2021-12-05 14:48:52 +01:00 |
|
6543
|
690879440a
|
move helper func in related packages
|
2021-12-05 14:48:47 +01:00 |
|
6543
|
35e08d2252
|
remove EnvOr use flags
|
2021-12-05 14:48:45 +01:00 |
|
6543
|
bdc2d0c259
|
dont access global vars inject them
|
2021-12-05 14:48:41 +01:00 |
|