Marcus Efraimsson
|
6768c6c059
|
Chore: Remove public vars in setting package (#81018)
Removes the public variable setting.SecretKey plus some other ones.
Introduces some new functions for creating setting.Cfg.
|
2024-01-23 12:36:22 +01:00 |
|
Ryan McKinley
|
deb8faf1e3
|
Storage: remove git backing for storage (#79181)
|
2023-12-07 00:04:13 +02:00 |
|
Ryan McKinley
|
91a4b8b529
|
Chore: remove dashboardsFromStorage (#65058)
|
2023-03-20 18:36:49 +02:00 |
|
Artur Wierzbicki
|
e19f36649f
|
Storage: Content root storage (#54929)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
|
2022-09-12 18:34:46 -04:00 |
|
Jo
|
062d255124
|
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
|
2022-08-10 15:37:51 +02:00 |
|
Ryan McKinley
|
197acd73c0
|
Storage: support git + github backed roots (#52192)
|
2022-07-28 23:26:44 -07:00 |
|
Ryan McKinley
|
3bdec4d138
|
Storage: remove orgId from sql config (#52426)
|
2022-07-19 08:13:26 -07:00 |
|
Ryan McKinley
|
4a00c7ebde
|
Storage: Add basic file upload management (#50638)
|
2022-07-05 10:53:41 -07:00 |
|
Artur Wierzbicki
|
03fe1435a0
|
Storage: store uploaded files in SQL rather than on the disk (#49034)
* #48259: set up storages per org id
* #48259: migrate to storage_sql
|
2022-05-21 16:55:11 -07:00 |
|
Ryan McKinley
|
1cfb9a4a19
|
Storage: add basic storage service (#46604)
|
2022-03-17 10:19:23 -07:00 |
|