Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-01-24test: replace tmpdir workaround with native T tmpfeistel
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
Now that the Rails API is serving the archive file_sha256 in the lookup response, we can move away from using the base URL as the key to cache the archive. Changelog: change
2021-09-09refactor: move away from ioutil (deprecated)feistel
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
Prior to this change ALL processing failures unrelated to "file missing" would return `404`. This is inaccurate. Processing failures are failure of GitLab Pages and `500` should be returned in such cases.
2020-09-08Fix `TestVFSRoot` and `TestReadlinkAbsolutePath`fix-osx-specsKamil Trzcinski
2020-09-03Abstract `VFS` `Root`Kamil Trzciński