Juan Calderon-Perez
e24c8feb98
Updates to UI components, cleanup of unused dependencies ( #1136 )
...
Fixes to UI components, accessibility labels. Removal of unused python dependencies. Migrate from black to ruff for formatting.
---------
Co-authored-by: morpheus2448 <41052975+morpheus2448@users.noreply.github.com>
2024-02-13 23:51:54 -05:00
dependabot[bot]
a04de5b170
Bump actions/setup-python from 4 to 5 ( #955 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:30:52 -05:00
Juan Calderon-Perez
2dfcde881a
Add support for using wheels when installing llama-cpp-python ( #904 )
...
* Initial changes to support wheels
* Format shell files
* Remove curl, move location of .ENV file
* Fix path to shfmt
* Add OPT for ShellCheck
* Fix for SC1091
* Disable SC1091
* Fix delete prompt call when prompt in progress
* Add null check
* Revert changes to Dockerfile
* Fix syntax issue
* Remove duplicated command
2023-11-26 18:34:28 -05:00
dependabot[bot]
6794562bda
Bump luizm/action-sh-checker from 0.7.0 to 0.8.0 ( #836 )
...
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/luizm/action-sh-checker/releases )
- [Commits](https://github.com/luizm/action-sh-checker/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: luizm/action-sh-checker
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>
2023-10-25 07:36:10 -04:00
dependabot[bot]
f65461cfb5
Bump actions/setup-node from 3 to 4 ( #833 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 07:22:36 -04:00
Juan Calderon-Perez
c1af339edc
Update Issue Templates and workflows ( #691 )
2023-09-04 21:17:23 -04:00
Juan Calderon-Perez
fbdcb64201
Split Docker build into separate CI job, Support for Node 20 ( #683 )
...
* Split Docker build into separate CI job
* Update docker.yml
* Add build as part of CI process, bump Node to v20.x
* Add build as part of CI process, bump Node to v20.
2023-09-02 22:38:59 -04:00
dependabot[bot]
722040ed10
Bump actions/setup-node from 2 to 3 ( #446 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 07:35:24 -04:00
Juan Calderon-Perez
9ec1adcecb
Support for validating models JSON file against a schema ( #444 )
...
* Validate LLM data against a JSON schema
* Add checkout action to new job
* Add strong check
* Use default mode for validation
2023-06-18 22:10:52 -04:00
Juan Calderon-Perez
7819591600
Lint the LLM's data JSON file ( #443 )
2023-06-18 21:41:21 -04:00
Nathan Sarrazin
9168761b9b
Add CI/Lint process for web frontend ( #438 )
...
* add CI for web project
* run prettier over whole app
* ci fix
* sigh
* fix linting
* Do not run Docker Build until all checks have passed
* clean up delete feature
* fix index
---------
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2023-06-17 22:21:25 +02:00
Nathan Sarrazin
51b30e78a9
Update models list from a remote location ( #436 )
...
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2023-06-17 11:07:10 -04:00
Juan Calderon-Perez
46dec3e607
Rename main CI job
2023-06-16 00:25:13 -04:00
Juan Calderon-Perez
4970865a49
Add support for validating shell scripts ( #416 )
2023-06-11 20:39:11 -04:00
Juan Calderon-Perez
b1fb7009e7
Updates to README.md ( #414 )
2023-06-11 16:36:28 -04:00
Nathan Sarrazin
ec385e807a
update repo to reflect change in org
2023-06-10 09:39:53 +02:00
Juan Calderon-Perez
4366200def
Enable CI checks for all branches ( #383 )
2023-06-04 09:39:10 -04:00
Juan Calderon-Perez
9854988783
Enforce linting and formatting rules for API code base ( #332 )
...
* Create ruff-check.yml
* Add ruff/black to toml. Fix linting issues
* Organize CI jobs into one file
* Enable verbosity for ruff. Add support for checking formatting with black
* Update pyproject.toml tool list
* Reformat code with new rules
2023-05-29 12:08:56 -04:00