aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer
Commit message (Collapse)AuthorAgeFilesLines
* update go version for devcontainers (#33923)metiftikci14 days1-1/+1
|
* bump to go 1.23 (#31855)techknowlogick2024-09-101-2/+2
|
* Remove sqlite-viewer and using database client (#31223)yp053272024-06-031-2/+3
| | | | | | | | | | | sqlite-viewer can not edit sqlite. database client can connect to almost all common databases, which is very useful I think. Of cause, it can edit sqlite. https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-database-client2 And for using sqlite, sqlite3 is required. So also added a new feature: https://github.com/warrenbuckley/codespace-features found from: https://containers.dev/features
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This PR implemented object storages(LFS/Packages/Attachments and etc.) for Azure Blob Storage. It depends on azure official golang SDK and can support both the azure blob storage cloud service and azurite mock server. Replace #25458 Fix #22527 - [x] CI Tests - [x] integration test, MSSQL integration tests will now based on azureblob - [x] unit test - [x] CLI Migrate Storage - [x] Documentation for configuration added ------ TODO (other PRs): - [ ] Improve performance of `blob download`. --------- Co-authored-by: yp05327 <576951401@qq.com>
* Switch to the maintained vitest extension (#29914)Yarden Shoham2024-03-201-2/+2
| | | | | | | https://marketplace.visualstudio.com/items?itemName=zixuanchen.vitest-explorer was moved to https://marketplace.visualstudio.com/items?itemName=vitest.explorer Signed-off-by: Yarden Shoham <git@yardenshoham.com>
* bump python version to 3.12 in dev container (#29670)yp053272024-03-081-1/+3
| | | | | | | | | ![image](https://github.com/go-gitea/gitea/assets/18380374/963dc021-ac9b-4713-8344-654f966c80a4) The default version is 3.9.2, which is not supported by poetry. --------- Co-authored-by: silverwind <me@silverwind.io>
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-1/+1
|
* devpod use go1.21 (#26637)techknowlogick2023-08-211-1/+1
|
* Target specific OS for devcontainer base image (#26422)techknowlogick2023-08-101-1/+1
| | | | | fixes #25842 credit to philippbeckmann for discovering this
* Add Github related extensions in devcontainer (#25800)yp053272023-07-141-1/+2
|
* add python/poetry to devcontainer (#25407)techknowlogick2023-06-211-1/+3
| | | with introduction of linter, this adds python/poetry to devcontainer
* Add git-lfs support to devcontainer (#25385)yp053272023-06-201-1/+2
|
* Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite (#25386)yp053272023-06-201-1/+1
| | | | | | `alexcvzz.vscode-sqlite` doesn't work well in devcontainer. qwtel.sqlite-viewer works well, maybe we can use this one instead.
* Add devcontainer config for developing Gitea (#24781)techknowlogick2023-06-161-0/+34
With the recent release of https://github.com/loft-sh/devpod making ephemeral dev environments (ala GitPod/Codespaces) much easier (aka, no pre-configured infra required). This allows an alternative to using GitPod for such development options. --------- Co-authored-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: Giteabot <teabot@gitea.io>