Commit Graph

25 Commits

Author SHA1 Message Date
Jonathon Broughton 218b889302 Update dependency installation methods
- Changed pip upgrade and install commands to use 'uv'
- Updated workflow for installing dependencies
- Modified Dockerfile to reflect new installation approach
2025-03-24 17:25:22 +00:00
Jonathon Broughton d78bd1f8fc Update dependency installation commands
- Changed pip install commands to upgrade pip first
- Simplified installation of the package in workflows and Dockerfile
2025-03-24 16:37:03 +00:00
Jonathon Broughton 774c412efc Update Python version to 3.13
- Changed Python version in workflow config
- Updated local Python version file
- Switched Docker base image to 3.13
2025-03-24 16:30:12 +00:00
Jonathon Broughton 5ea62fdc8d Update package installation commands
- Changed pip install command to include `--only-binary=:all:`
- Updated workflow and Dockerfile for consistency
2025-03-24 16:26:16 +00:00
Jonathon Broughton 03bc9449c4 Refactor imports for better structure
- Updated import paths to improve clarity.
- Removed unused imports from the initialisation file.
- Organised imports in various modules for consistency.
2025-03-24 16:16:38 +00:00
Jonathon Broughton 3db077d150 Refactor imports for clarity and organisation
- Removed unnecessary imports from the main module.
- Consolidated import statements for `FunctionInputs` and `automate_function`.
- Updated test file to reflect new import paths.
2025-03-24 13:38:56 +00:00
Jonathon Broughton e753bdb4e8 Update project structure and naming conventions
- Changed project name format from hyphen to underscore.
- Updated package finding configuration in setup tools.
- Renamed several files and adjusted imports accordingly.
- Removed an empty helper file that was no longer needed.
- Added a new `__init__.py` for better module organisation.
2025-03-24 13:27:48 +00:00
Jonathon Broughton 731c735fce Rename project and reorganise structure
- Changed project name to "data-shield"
- Moved all source files into a new "data-shield" directory
- Updated import paths accordingly
2025-03-24 12:54:48 +00:00
Jonathon Broughton 690e6f7d13 Update package installation commands
- Changed pip install command to use --system flag
- Updated workflow and Dockerfile for consistency
2025-03-24 12:31:43 +00:00
Jonathon Broughton 6186ee139f Update Python version and dependency management
- Changed Python version to 3.12.4 in workflows
- Switched to using 'uv' for dependency installation
- Updated Dockerfile to reflect new base image and install method
- Added package configuration in pyproject.toml
2025-03-24 12:28:15 +00:00
Jonathon Broughton af51a4fc0c Refactor parameter removal action
- Simplified `PrefixRemovalAction` by removing inheritance.
- Consolidated parameter removal logic into a single method.
- Enhanced tracking of affected parameters for reporting.
- Updated processing to prioritise v3 structure while keeping v2 support as a placeholder.
- Cleaned up comments and improved code readability.
2025-03-24 09:42:22 +00:00
Jonathon Broughton 31ff21a178 Update dependencies installation process
- Switched from Poetry to pip for managing dependencies.
- Updated Python version in the Dockerfile to 3.13.
- Simplified installation steps in CI workflow and Dockerfile.
2025-03-24 09:42:05 +00:00
Jonathon Broughton 99f43e6b3e Add project configuration files and clean up code
- Added .gitignore to exclude IDE-specific files.
- Created inspection profiles for code quality checks.
- Set up project metadata in various XML files.
- Removed unused dependencies from the lock file.
- Refactored main.py to streamline function calls and imports.
2025-03-23 17:05:51 +00:00
renovate[bot] 33c42767f1 Update dependency pytest to v8 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:42:16 +00:00
renovate[bot] f7bc38ea17 Update dependency black to v24 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:42 +00:00
renovate[bot] 87203b15f7 Update dependency pydantic-settings to v2.7.1 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:26 +00:00
renovate[bot] 29b5c7d4c2 Update python Docker tag to v3.13 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:40:12 +00:00
renovate[bot] 9b7fc92af0 Update dependency mypy to v1.14.1 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:39:40 +00:00
renovate[bot] d5aa0fb3e2 Update dependency ruff to ^0.9.0 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:39:09 +00:00
dependabot[bot] abaa59eb4d Bump specklesystems/speckle-automate-github-composite-action (#3)
Bumps [specklesystems/speckle-automate-github-composite-action](https://github.com/specklesystems/speckle-automate-github-composite-action) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/specklesystems/speckle-automate-github-composite-action/releases)
- [Commits](https://github.com/specklesystems/speckle-automate-github-composite-action/compare/0.8.1...0.9.0)

---
updated-dependencies:
- dependency-name: specklesystems/speckle-automate-github-composite-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 21:37:43 +00:00
dependabot[bot] 859da33519 Bump actions/checkout from 4.1.7 to 4.2.2 (#2)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 21:37:30 +00:00
renovate[bot] 849cef0960 Update dependency specklepy to v2.21.2 (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:37:17 +00:00
renovate[bot] d1971c92d7 Update actions/checkout action to v4.2.2 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:37:00 +00:00
renovate[bot] f64f0ca606 Add renovate.json (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 21:25:21 +00:00
Jonathon Broughton 188148c69f Initial commit 2025-01-24 21:24:28 +00:00