Sławek Koszewski slawek
  • Joined on 2023-10-09
slawek pushed to main at slawek/docs-harvester 2025-11-09 10:52:26 +01:00
495ba0b0b3 Modernized the get-token.py.
slawek pushed to main at slawek/docs-harvester 2025-11-08 19:30:24 +01:00
7d5d451d0c Refactor harvester to list Markdown files across all projects and repositories
slawek pushed to main at slawek/docs-harvester 2025-11-08 18:15:30 +01:00
8b2a06551a Modified harvester script to look for Python files in the test repository.
89b9f8d6e6 Modified Item's get_child_items to accept pattern and recurse parameters to support looking for specific patterns in the repository.
d6b58f0b51 Added __getitem__ to allow easy directory traversal.
Compare 3 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-08 17:35:12 +01:00
89ba272003 Updated harverster to new devops module API.
5d7f2f51de Removed run id logic.
def594d5b7 Fixed incorrect projest initialization code when createing a list of projects.
Compare 3 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-08 15:21:45 +01:00
73a63d0605 Refactor logger functions to include run ID in log messages for better traceability
slawek pushed to main at slawek/docs-harvester 2025-11-08 15:09:04 +01:00
cb0840f380 Add VSCode settings for Python debugging configuration
slawek pushed to main at slawek/docs-harvester 2025-11-08 15:05:35 +01:00
f2e6f4907a Add type ignore comments to suppress type checking warnings in test assertions
80d4988bad Fix repository initialization to pass the organization reference to the Repository class.
Compare 2 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-08 14:57:09 +01:00
9b2922c1ef Added a method to get the content of files.
27a5a13c47 Change the get_url method to return the Response instead of parsed JSON to allow downloading content of files.
6588313fa1 Added get_child_items to Item class.
086618fe72 Added a heredoc to get-token.
54361e6c18 Fixed auto_properties.
Compare 8 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-06 23:28:04 +01:00
44dcbe7fa9 Add get-token script to retrieve authentication token
slawek pushed to main at slawek/docs-harvester 2025-11-04 09:14:22 +01:00
d3344b8799 Add script to create Python virtual environment
slawek pushed to main at slawek/docs-harvester 2025-11-04 08:37:38 +01:00
05c9e5184c Implemented devops decorator and a get method that retrieves object properties by a key.
slawek pushed to main at slawek/docs-harvester 2025-11-04 07:56:28 +01:00
9748230745 Added a new debug configuration for debugging
8c0a92a8b7 Remove unused import of DefaultAzureCredential from devops.py
Compare 2 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-03 21:24:27 +01:00
31e1b88cd1 Updated authentication scenarios.
slawek pushed to main at slawek/docs-harvester 2025-11-03 20:42:45 +01:00
678b6161cc Added PEM read/write functions.
slawek pushed to main at slawek/docs-harvester 2025-11-03 14:52:25 +01:00
b7608dcdf8 Moved devops package to sk module.
slawek pushed to main at slawek/docs-harvester 2025-11-03 14:49:56 +01:00
f797cd098d Added a prototype authentication function using client certificate.
slawek pushed to main at slawek/docs-harvester 2025-11-03 13:41:30 +01:00
2f2cb1c337 Add minimal authentication package for Azure using client credentials
ddab4df55f Add function to create self-signed certificates with PEM format
6e757dd0b8 Update .gitignore to include additional shell secrets and certificate files
Compare 3 commits »
slawek pushed to main at slawek/docs-harvester 2025-11-03 10:36:48 +01:00
07c662b1e8 Fix badge link in README.md to point to the correct unit tests workflow
slawek pushed to main at slawek/docs-harvester 2025-11-03 10:35:35 +01:00
6c8bcc775f Renamed unit-tests workflow.
slawek pushed to main at slawek/docs-harvester 2025-11-03 10:33:58 +01:00
32ebcf74b0 Wrapped the badge around a link to the workflow.