silverwind
dcc9206a59
Raise minimum Node.js version to 20, test on 24 ( #34713 )
...
- Node.js 18 is now EOL, so raise minimum version to current LTS v20
- Test on 24
- Change devcontainers to use LTS version (currently 22),
[ref](https://github.com/devcontainers/features/tree/main/src/node )
2025-06-13 13:40:39 -04:00
metiftikci
6e73ecf667
update go version for devcontainers ( #33923 )
2025-03-17 19:25:27 +00:00
techknowlogick
d9a7748cdc
bump to go 1.23 ( #31855 )
2024-09-10 02:23:07 +00:00
yp05327
fc641b3a28
Remove sqlite-viewer and using database client ( #31223 )
...
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
2024-06-03 10:41:29 +00:00
Lunny Xiao
fb7b743bd0
Azure blob storage support ( #30995 )
...
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>
2024-05-30 07:33:50 +00:00
Yarden Shoham
8bf4173e31
Switch to the maintained vitest extension ( #29914 )
...
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>
2024-03-20 00:08:42 +01:00
yp05327
b253463e95
bump python version to 3.12 in dev container ( #29670 )
...

The default version is 3.9.2, which is not supported by poetry.
---------
Co-authored-by: silverwind <me@silverwind.io>
2024-03-08 16:10:01 +01:00
techknowlogick
a346a8c852
bump to use go 1.22 ( #29119 )
2024-02-14 18:19:57 +00:00
techknowlogick
59f837f44e
devpod use go1.21 ( #26637 )
2023-08-21 16:20:50 +00:00
techknowlogick
bfef7d4735
Target specific OS for devcontainer base image ( #26422 )
...
fixes #25842
credit to philippbeckmann for discovering this
2023-08-10 21:57:29 +00:00
yp05327
1c8073b483
Add Github related extensions in devcontainer ( #25800 )
2023-07-14 15:58:02 +08:00
techknowlogick
6a8ebaf22b
add python/poetry to devcontainer ( #25407 )
...
with introduction of linter, this adds python/poetry to devcontainer
2023-06-21 16:44:58 +08:00
yp05327
a95a7bcdf3
Add git-lfs support to devcontainer ( #25385 )
2023-06-20 19:28:46 +00:00
yp05327
0052395351
Use qwtel.sqlite-viewer instead of alexcvzz.vscode-sqlite ( #25386 )
...
`alexcvzz.vscode-sqlite` doesn't work well in devcontainer.
qwtel.sqlite-viewer works well, maybe we can use this one instead.
2023-06-20 19:06:42 +00:00
techknowlogick
bc51e259d6
Add devcontainer config for developing Gitea ( #24781 )
...
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>
2023-06-16 01:13:06 -04:00