aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/testdata
Commit message (Collapse)AuthorAge
* locale: sync from Crowdin (#6510)ᴜɴᴋɴᴡᴏɴ2021-02-27
| | | | | * locale: sync from Crowdin * Fix tests
* ssh: allow setting allowed MAC algorithms for built-in server (#6435)Eduardo Bacchi Kienetz2020-12-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* gitutil: infer submodule with baseURL when it is a relative path (#6337)ᴜɴᴋɴᴡᴏɴ2020-09-18
|
* conf: remove legacy options (#6267)ᴜɴᴋɴᴡᴏɴ2020-08-22
| | | | | * conf: remove legacy options * Update tests
* lfs: implement HTTP routes (#6035)ᴜɴᴋɴᴡᴏɴ2020-04-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bootstrap with GORM * Fix lint error * Set conn max lifetime to one minute * Fallback to use gorm v1 * Define HTTP routes * Finish authentication * Save token updated * Add docstring * Finish authorization * serveBatch rundown * Define types in lfsutil * Finish Batch * authutil * Finish basic * Formalize response error * Fix lint errors * authutil: add tests * dbutil: add tests * lfsutil: add tests * strutil: add tests * Formalize 401 response
* conf: add unit tests (#5954)ᴜɴᴋɴᴡᴏɴ2020-02-29
* conf: add tests for utils.go * conf: add tests for static.go * mock os/exec * Run tests on Windows * appveyor: fix gcc not found * computed: add unit tests * log: add unit tests * log: fix tests on Windows * conf: add some tests * Finish adding tests * Cover more cases * Add tests for testutil * Add more tests