Tom Wiesing
|
9807213e60
|
Replace deprecated os.Is{Not,}Exist calls
This commit replaces deprecated calls to `os.Is{Not,}Exist` with the
newer `errors.Is(err, fs.Err{Not,}Exist)`.
|
2023-03-02 12:56:20 +01:00 |
|
Tom Wiesing
|
473040a69f
|
Remove environment.Environment struct
This commit completely removes the environment struct as it is no longer
used.
|
2023-03-02 12:52:51 +01:00 |
|
Tom Wiesing
|
5a43ecfaeb
|
pkg/environment: Migrate fs functions to fsx
|
2023-03-02 11:38:30 +01:00 |
|
Tom Wiesing
|
996ecb9f80
|
Implement user password checking
|
2022-11-25 15:11:28 +01:00 |
|
Tom Wiesing
|
b27871f39a
|
Add initial support for solr
|
2022-11-16 13:07:17 +01:00 |
|
Tom Wiesing
|
10df1c3243
|
Move internal/core => internal/cli
|
2022-11-16 13:07:13 +01:00 |
|