|
f8a67e5fbd
|
Version bump
|
2025-01-06 17:56:26 +01:00 |
|
|
3fb4d18db8
|
Test empty secret is not accepted
|
2025-01-06 17:27:20 +01:00 |
|
|
e6bbd01ea9
|
Ignoring unknown vars in .env file
|
2025-01-06 17:20:29 +01:00 |
|
|
6463f6f9a2
|
Not accepting empty strings
|
2025-01-06 17:20:04 +01:00 |
|
|
7fae1a18b6
|
Secrets encryption (#4)
Reviewed-on: #4
Co-authored-by: Ivan Golikov <root@ivnglkv.me>
Co-committed-by: Ivan Golikov <root@ivnglkv.me>
|
2025-01-03 15:06:08 +00:00 |
|
|
759c338657
|
Starting the application with CLI command
|
2025-01-02 23:59:06 +01:00 |
|
|
de52702f8d
|
Small wording change in README
|
2025-01-01 20:10:28 +01:00 |
|
|
3acb3efbe5
|
Added aider files to .gitignore
|
2025-01-01 20:10:12 +01:00 |
|
|
d554383b23
|
Fixed license name in pyproject.toml
|
2025-01-01 20:09:53 +01:00 |
|
|
05ba1aa6f1
|
Renamed project to pssecret-server
|
2025-01-01 20:03:46 +01:00 |
|
|
8266c95cd9
|
Integration tests (#3)
Reviewed-on: root/pssecret#3
Co-authored-by: Ivan Golikov <root@ivnglkv.me>
Co-committed-by: Ivan Golikov <root@ivnglkv.me>
|
2025-01-01 18:18:38 +00:00 |
|
|
64edeb8d40
|
Using env vars for configuration instead of toml config
|
2024-12-27 00:34:54 +01:00 |
|
|
f7ab0697a5
|
API update
|
2024-12-26 23:25:54 +01:00 |
|
|
09af568263
|
Atomic get and deletion of secret data
|
2024-12-26 22:52:41 +01:00 |
|
|
ea846936c4
|
Ignoring local Neovim configuration
|
2024-12-26 20:14:32 +01:00 |
|
|
50c543b93f
|
Bump dependencies versions
|
2024-12-26 20:13:38 +01:00 |
|
|
7f85a02e40
|
Typo fix
|
2024-12-26 19:41:54 +01:00 |
|
|
846709fda2
|
Making pipx link point to the stable version of docs
|
2024-12-25 18:37:24 +01:00 |
|
|
6d4f295039
|
Migrated to poetry
|
2024-12-25 18:35:01 +01:00 |
|
|
e4fbd311bb
|
Installing virtual environment in .venv directory
|
2024-12-25 13:44:29 +01:00 |
|
|
c570ed0e8d
|
Merge pull request 'Rename project to pssecret' (#2) from rename-to-psssecret into main
Reviewed-on: root/pssecret#2
|
2024-12-25 11:43:23 +00:00 |
|
|
d5fe39f2cc
|
Rename project to pssecret
Update of pre-commit configuration
|
2024-12-25 12:40:57 +01:00 |
|
|
83e790be74
|
Erase secrets after view (#1)
Reviewed-on: root/psssecret#1
Co-authored-by: Ivan Golikov <root@ivnglkv.me>
Co-committed-by: Ivan Golikov <root@ivnglkv.me>
|
2024-12-25 10:07:13 +00:00 |
|
ivnglkv
|
d2babe2567
|
Merge pull request 'Basic implementation for get secret endpoint' (#4) from get-secret-endpoint into main
|
2022-12-17 18:03:17 +03:00 |
|
Ivan Golikov
|
db37d04c1d
|
Basic implementation for get secret endpoint
|
2022-12-17 16:02:09 +01:00 |
|
ivnglkv
|
9f46c5cd21
|
Merge pull request 'Basic endpoint implementation for storing new secret' (#3) from set-secret-endpoint into main
|
2022-12-17 16:38:01 +03:00 |
|
Ivan Golikov
|
db72c2a6e4
|
Moved API models to separate file
|
2022-12-17 14:34:40 +01:00 |
|
Ivan Golikov
|
50e886f4d6
|
Documentation on endpoint return data
|
2022-12-17 14:33:26 +01:00 |
|
Ivan Golikov
|
3a0ae4503a
|
Removed hello world endpoint
|
2022-12-17 13:44:28 +01:00 |
|
Ivan Golikov
|
7266dd3cd5
|
Basic implementation of creating new secret endpoint
|
2022-12-17 13:44:03 +01:00 |
|
ivnglkv
|
d80db89989
|
Merge pull request 'Basic Redis configuration' (#2) from redis-configuration into main
|
2022-12-17 12:00:52 +03:00 |
|
Ivan Golikov
|
b10f01dc70
|
Fixed wrong link in the README
|
2022-12-17 09:57:09 +01:00 |
|
Ivan Golikov
|
c7c6474432
|
Bash syntax highlighting in README
|
2022-12-17 09:54:22 +01:00 |
|
Ivan Golikov
|
6e6ae931f7
|
Basic Redis connection configuration
|
2022-12-17 09:53:50 +01:00 |
|
Ivan Golikov
|
8ee608364f
|
Python 3.11
|
2022-12-17 09:37:41 +01:00 |
|
Ivan Golikov
|
846054922e
|
Added instructions on how to start application to README
|
2022-06-13 01:03:13 +03:00 |
|
Ivan Golikov
|
2897e81a11
|
Added Installation section to README
|
2022-06-13 00:56:09 +03:00 |
|
Ivan Golikov
|
3d466c8e82
|
Running application with special command
|
2022-06-13 00:54:27 +03:00 |
|
Ivan Golikov
|
bbaeb40952
|
Ignoring build/ directory
|
2022-06-12 16:34:02 +03:00 |
|
ivnglkv
|
c51710dcb7
|
Merge pull request 'Integrating codestyle tools into project' (#1) from codestyle-tools into main
|
2022-06-12 16:21:42 +03:00 |
|
Ivan Golikov
|
d8dc37e79b
|
Added Black badge to README
|
2022-06-12 15:45:42 +03:00 |
|
Ivan Golikov
|
faa6bd8beb
|
Added Contributing section to README
|
2022-06-12 15:44:27 +03:00 |
|
Ivan Golikov
|
c28c307670
|
Run Black + Flake8 + isort before commit automatically
|
2022-06-12 15:33:14 +03:00 |
|
Ivan Golikov
|
2dc28192f2
|
Updated README with info about technologies which are used in this project
|
2022-06-12 13:50:48 +03:00 |
|
Ivan Golikov
|
7933983ffc
|
Project packaging
|
2022-06-12 13:50:05 +03:00 |
|
Ivan Golikov
|
7c66d7934e
|
Hello, world
|
2022-06-12 13:47:07 +03:00 |
|
Ivan Golikov
|
edf9c2fb23
|
Added BSD-3 license
|
2022-06-10 01:46:31 +03:00 |
|
Ivan Golikov
|
8bbbea5194
|
Initial commit
|
2022-06-10 01:08:36 +03:00 |
|