Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
204d4bf
Chore: Pre release workflow
Its4Nik Jan 3, 2025
b27369f
Fix: removed negation from if in workflow
Its4Nik Jan 3, 2025
fe37f2d
Feat: Added new image => See next commit
Its4Nik Jan 5, 2025
0298053
Feat: Stack creation
Its4Nik Jan 12, 2025
4ec10e2
Feat: Stack creation + starting and stopping
Its4Nik Jan 14, 2025
78203f4
Fix: Project root instead of path
Its4Nik Jan 14, 2025
1808318
Fix: Logging adustment
Its4Nik Jan 14, 2025
b32535d
Fix: Allow undescores and dashes in stack name
Its4Nik Jan 14, 2025
f54b829
Merge branch 'Feat-Stacks' of github.com:Its4Nik/dockstatapi into Fea…
Its4Nik Jan 14, 2025
647368c
Fix: Propagate error
Its4Nik Jan 14, 2025
905ad05
Fix: Inline variable that is immediately returned
Its4Nik Jan 14, 2025
e446ba5
Merge branch 'Feat-Stacks' of github.com:Its4Nik/dockstatapi into Fea…
Its4Nik Jan 14, 2025
120bd0f
Fix: move some things around
Its4Nik Jan 14, 2025
a260974
Fix: Minor adjustments
Its4Nik Jan 14, 2025
dc00c5c
Feat: Get a stack's docker-compose
Its4Nik Jan 14, 2025
caf49b6
Feat: automatic Stack environmental file management
Its4Nik Jan 15, 2025
4e30804
Fix: sample-varaible.json adjustment
Its4Nik Jan 15, 2025
2620a23
Fix: Potential fix for code scanning alert no. 102: Log injection
Its4Nik Jan 16, 2025
c295e55
Fix: fix for code scanning alert no. 94: Uncontrolled data used in pa…
Its4Nik Jan 16, 2025
0bda443
Fix: fix for code scanning alert no. 92: Uncontrolled data used in pa…
Its4Nik Jan 16, 2025
58a8b02
FiX: fix for code scanning alert no. 106: Log injection
Its4Nik Jan 17, 2025
65bcec8
Fix: Logger vulnerability and CI graph generation
Its4Nik Jan 17, 2025
92bfd8b
Feat: change logger verbosity and spelling fix
Its4Nik Jan 17, 2025
e99a274
Feat: ToDo comments to GH issue
Its4Nik Jan 24, 2025
fa8ec50
Fix: Add checkout
Its4Nik Jan 24, 2025
7ecdd48
Fix: May fix the ToDo workflow
Its4Nik Jan 29, 2025
ee09afd
Fix: Remove todo
Its4Nik Jan 29, 2025
c191fe4
Merge branch 'Feat-Stacks' of github.com:Its4Nik/dockstatapi into Fea…
Its4Nik Jan 29, 2025
366fd9e
Fix: Re-Add commit
Its4Nik Jan 29, 2025
9a432e9
Fix: Remove TODO
Its4Nik Jan 29, 2025
018eb20
Fix: Re-add TODO
Its4Nik Jan 29, 2025
836f13e
Fix: Where tf did my package lock go :sob:
Its4Nik Jan 29, 2025
5d4ef40
CI/CD: Remove ToDo
Its4Nik Jan 29, 2025
ac98338
CI/CD: Add ToDo
Its4Nik Jan 29, 2025
67d3195
CI/CD: Fix command
Its4Nik Jan 29, 2025
a82d021
Fix: Add checkout
Its4Nik Jan 29, 2025
a8eacbd
CI/CD: Add checkout
Its4Nik Jan 29, 2025
c2396ef
Fix: CPU value was a percentage the whole time?
Its4Nik Jan 29, 2025
9a4999c
Merge branch 'Feat-Stacks' of github.com:Its4Nik/DockStatAPI into Fea…
Feb 7, 2025
a068cba
Feat: Websocket endpoints for logs and container metrics
Feb 9, 2025
42d354e
Fix: Make linter happy
Feb 9, 2025
8235a73
Fix: Fix import
Feb 9, 2025
de5dac7
Fix: Fix tsc build
Feb 9, 2025
477dfe9
Jest: Fix tests
Feb 9, 2025
26ed976
Jest: Fix Tests
Feb 9, 2025
5cfe48c
Fix: Typo in src/config/swagger.yaml
Its4Nik Feb 9, 2025
2c8a4fe
Fix: Typo in src/config/swagger.yaml
Its4Nik Feb 9, 2025
d44cf51
Fix: Tyypo in src/config/swagger.yaml
Its4Nik Feb 9, 2025
429fcc6
(code-quality): Inline variable that is immediately returned
Its4Nik Feb 9, 2025
045c0c4
(code-quality): Prefer object destructuring when accessing and using …
Its4Nik Feb 9, 2025
3ec1a7e
(code-quality): Prefer object destructuring when accessing and using …
Its4Nik Feb 9, 2025
483fad5
(code-quality): Prefer object destructuring when accessing and using …
Its4Nik Feb 9, 2025
3a572f9
Fix: Update extractHostData.ts
Its4Nik Feb 9, 2025
b0c2980
Update TODO.md
Its4Nik Feb 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ src/data/*
docker/master
docker/slave
.test*
stacks
# Created by https://www.toptal.com/developers/gitignore/api/node
### Node ###
*-audit.json
Expand Down
Loading