86 Commits
Author SHA1 Message Date
slawek b3ebe386dc Add mkdocs-material dependency to requirements.txt 2026-02-03 19:18:44 +01:00
slawek 15dcf09ec1 Added ability to specify the Organization object or ogranization name for harvest_readmes function.
/ unit-tests (push) Successful in 52s
2025-11-20 09:29:20 +01:00
slawek ca16f1b098 Added minimal mkdocs config.
/ unit-tests (push) Successful in 36s
2025-11-15 11:46:07 +01:00
slawek 4276939f30 Converted "sk" to package. 2025-11-15 11:42:35 +01:00
slawek 15349c9390 Allow specifying Python version for virtual environment creation 2025-11-15 11:42:13 +01:00
slawek 064364caa6 Added minimal MkDocs configuration. 2025-11-15 11:42:07 +01:00
slawek b83f53d140 Minimal MkDocs configuration to display harvested docs. 2025-11-14 08:57:16 +01:00
slawek 32ee557f93 Fixed incorrect import.
/ unit-tests (push) Successful in 44s
2025-11-12 09:03:27 +01:00
slawek 565464e266 Added harvester package with harvester module and harvest_readmes() function prototype.
/ unit-tests (push) Successful in 10s
2025-11-09 20:55:05 +01:00
slawek c3c5f9935c Added package build and develop instructions. 2025-11-09 19:29:09 +01:00
slawek c29e0b4e21 Added PyProject file. 2025-11-09 19:24:53 +01:00
slawek c32fc25cee Excluded Python package build artifacts from Git repository. 2025-11-09 19:24:33 +01:00
slawek e6bca1ce47 Updates related to package name refactor.
/ unit-tests (push) Successful in 10s
2025-11-09 19:21:56 +01:00
slawek 2addc85e40 Moved devops related code to a separate package. 2025-11-09 19:18:53 +01:00
slawek 5412c3ea09 Add DevOps OAuth2 flow details to README
/ unit-tests (push) Successful in 10s
2025-11-09 18:45:10 +01:00
slawek 6e16cebeea Add branch support to Item class and enhance get_content method 2025-11-09 18:44:52 +01:00
slawek d06bc05a2d Updated argument handling for get-token.py.
/ unit-tests (push) Successful in 9s
2025-11-09 10:59:19 +01:00
slawek 495ba0b0b3 Modernized the get-token.py.
/ unit-tests (push) Successful in 13s
2025-11-09 10:52:22 +01:00
slawek 7d5d451d0c Refactor harvester to list Markdown files across all projects and repositories
/ unit-tests (push) Successful in 12s
2025-11-08 19:30:21 +01:00
slawek 8b2a06551a Modified harvester script to look for Python files in the test repository.
/ unit-tests (push) Successful in 10s
2025-11-08 18:15:26 +01:00
slawek 89b9f8d6e6 Modified Item's get_child_items to accept pattern and recurse parameters to support looking for specific patterns in the repository. 2025-11-08 18:14:34 +01:00
slawek d6b58f0b51 Added __getitem__ to allow easy directory traversal. 2025-11-08 17:50:51 +01:00
slawek 89ba272003 Updated harverster to new devops module API.
/ unit-tests (push) Successful in 10s
2025-11-08 17:35:09 +01:00
slawek 5d7f2f51de Removed run id logic. 2025-11-08 17:34:23 +01:00
slawek def594d5b7 Fixed incorrect projest initialization code when createing a list of projects. 2025-11-08 17:34:10 +01:00
slawek 73a63d0605 Refactor logger functions to include run ID in log messages for better traceability
/ unit-tests (push) Failing after 6s
2025-11-08 15:21:42 +01:00
slawek cb0840f380 Add VSCode settings for Python debugging configuration 2025-11-08 15:09:01 +01:00
slawek f2e6f4907a Add type ignore comments to suppress type checking warnings in test assertions
/ unit-tests (push) Successful in 9s
2025-11-08 15:05:29 +01:00
slawek 80d4988bad Fix repository initialization to pass the organization reference to the Repository class. 2025-11-08 15:05:21 +01:00
slawek 9b2922c1ef Added a method to get the content of files.
/ unit-tests (push) Failing after 10s
2025-11-08 14:56:10 +01:00
slawek 27a5a13c47 Change the get_url method to return the Response instead of parsed JSON to allow downloading content of files. 2025-11-08 14:55:45 +01:00
slawek 6588313fa1 Added get_child_items to Item class. 2025-11-08 10:33:02 +01:00
slawek 086618fe72 Added a heredoc to get-token. 2025-11-08 10:32:30 +01:00
slawek 54361e6c18 Fixed auto_properties. 2025-11-07 21:21:49 +01:00
slawek e4497791f3 Entity get reegineering. 2025-11-07 00:20:54 +01:00
slawek fd2fd61633 Add loki-logger-handler to requirements for enhanced logging support 2025-11-07 00:20:23 +01:00
slawek 869d861165 Add logger setup function with support for console, file, and Loki logging 2025-11-07 00:19:57 +01:00
slawek 44dcbe7fa9 Add get-token script to retrieve authentication token
/ unit-tests (push) Successful in 48s
2025-11-06 23:27:55 +01:00
slawek d3344b8799 Add script to create Python virtual environment 2025-11-04 09:14:10 +01:00
slawek 05c9e5184c Implemented devops decorator and a get method that retrieves object properties by a key.
/ unit-tests (push) Successful in 10s
2025-11-04 08:37:35 +01:00
slawek 9748230745 Added a new debug configuration for debugging
/ unit-tests (push) Successful in 1m2s
the current file.
2025-11-04 07:55:34 +01:00
slawek 8c0a92a8b7 Remove unused import of DefaultAzureCredential from devops.py 2025-11-04 07:55:27 +01:00
slawek 31e1b88cd1 Updated authentication scenarios.
/ unit-tests (push) Successful in 9s
2025-11-03 21:24:25 +01:00
slawek 678b6161cc Added PEM read/write functions.
/ unit-tests (push) Successful in 11s
2025-11-03 20:42:42 +01:00
slawek b7608dcdf8 Moved devops package to sk module.
/ unit-tests (push) Successful in 9s
2025-11-03 14:52:20 +01:00
slawek f797cd098d Added a prototype authentication function using client certificate.
/ unit-tests (push) Successful in 11s
2025-11-03 14:49:52 +01:00
slawek 2f2cb1c337 Add minimal authentication package for Azure using client credentials
/ unit-tests (push) Successful in 11s
2025-11-03 13:41:21 +01:00
slawek ddab4df55f Add function to create self-signed certificates with PEM format 2025-11-03 13:37:34 +01:00
slawek 6e757dd0b8 Update .gitignore to include additional shell secrets and certificate files 2025-11-03 13:37:25 +01:00
slawek 07c662b1e8 Fix badge link in README.md to point to the correct unit tests workflow 2025-11-03 10:36:34 +01:00
slawek 6c8bcc775f Renamed unit-tests workflow.
/ unit-tests (push) Successful in 11s
2025-11-03 10:35:28 +01:00
slawek 32ebcf74b0 Wrapped the badge around a link to the workflow. 2025-11-03 10:33:54 +01:00
slawek 1caf0f3069 Fix formatting in README.md for project description 2025-11-03 09:31:11 +01:00
slawek 9acb223ef1 Added a badge. 2025-11-03 09:29:05 +01:00
slawek 9ef54860a5 Updated test workflow. Narrowed trigger conditions.
/ unit-tests (push) Successful in 12s
2025-11-03 08:50:26 +01:00
slawek 77ec8354c8 Added MIT license.
/ unit-tests (push) Successful in 10s
2025-11-03 08:48:29 +01:00
slawek da11714629 Added Azure authentication environment variables.
/ unit-tests (push) Successful in 10s
2025-11-03 08:15:03 +01:00
slawek f640db21e3 Fix: wrong workflow directory name.
/ unit-tests (push) Failing after 55s
2025-11-03 07:42:45 +01:00
slawek f7bd2136ee Added automatic unit testing. 2025-11-03 07:40:10 +01:00
slawek 9f418332ba Added missing item and children listing tests. 2025-11-03 07:39:56 +01:00
slawek 8535648c3d Implemented item indexer on Repository class. 2025-11-03 02:37:40 +01:00
slawek f43564d019 Added finding projects by id and name using an indexer. 2025-11-03 01:55:43 +01:00
slawek 6bc913d43e Add prototype script pattern to .gitignore 2025-11-03 01:31:01 +01:00
slawek b430721c05 Renamed tests and added human readable descriptions. 2025-11-03 01:29:59 +01:00
slawek be2a6870c6 Reorganized test setup to avoid repeated authentication during tests. 2025-11-03 01:07:26 +01:00
slawek 54709dd281 Implemented unittests. 2025-11-03 00:57:37 +01:00
slawek 2f1e1a583f Added listing descendant items. 2025-11-03 00:09:05 +01:00
slawek 53e1ae186e Renamed _get_attributes to _get and implemented for Item. 2025-11-03 00:00:38 +01:00
slawek d8674462df Enhance output formatting for project and repository listings 2025-11-02 23:41:22 +01:00
slawek 17bd314a20 Reegineered entity reading logic. 2025-11-02 23:34:13 +01:00
slawek b7bb29224f Simplified object initialization and renamed Get Path function. 2025-11-02 21:47:36 +01:00
slawek 26b192c840 Added required variables for making a request from any subclass of DevOps. 2025-11-02 20:48:53 +01:00
slawek 71d83b8d76 Added project listing to the test. 2025-11-02 20:48:03 +01:00
slawek 837543d44a Refactor tests. 2025-11-02 18:34:52 +01:00
slawek 91b806637c Applied from_json() to object initialization. 2025-11-02 18:34:23 +01:00
slawek 96ccd4d7c7 Applied new decorator to the code. 2025-11-02 17:22:44 +01:00
slawek deed075727 Reengineered decorator to accept JSON to Python attributes mapping. 2025-11-02 17:22:15 +01:00
slawek ce38e275a9 Implemented Item class (partially). 2025-11-02 15:47:12 +01:00
slawek 4685103e60 Add .gitignore entry for sample JSON files 2025-11-02 14:53:23 +01:00
slawek 3ce14912e4 Added Repository class and autoproperties. 2025-11-02 14:23:21 +01:00
slawek 850bc99aa2 Added debuger configuration. 2025-11-02 12:43:49 +01:00
slawek e4c3346080 Updated requirements and pinned package versions. 2025-11-02 12:43:40 +01:00
slawek c63595c9fa Added Project class. 2025-11-02 12:42:14 +01:00
slawek c0a973a339 Fixes for URL building logic. 2025-11-02 11:18:13 +01:00
slawek 7243c0433f Add initial implementation of DevOps client and harvester script 2025-11-01 18:48:09 +01:00
slawek 614723f998 Initialized the repository. 2025-10-31 22:42:29 +01:00