Commit graph

47 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
4a3dae5ed6 Merge remote-tracking branch 'origin/dev' into remove-jcloud 2023-09-26 11:24:15 -03:00
Deepankar Mahapatro
9d39946629 chore: remove lc-serve 2023-09-25 15:48:14 +05:30
Gabriel Luiz Freitas Almeida
d1203b7fb7 🐛 fix(ci.yml): remove unnecessary working-directory from docker compose command to fix build and start services step in CI workflow 2023-09-23 23:47:48 -03:00
Gabriel Luiz Freitas Almeida
bc904fba69 🐛 fix(ci.yml): fix docker compose command to correctly specify the compose file before the up command 2023-09-23 23:44:02 -03:00
Gabriel Luiz Freitas Almeida
f1b14232c6 🐛 fix(ci.yml): update docker compose command to include the correct file and build the services 2023-09-23 23:42:23 -03:00
Gabriel Luiz Freitas Almeida
a2c5c1b71f 🔧 chore(ci.yml): update docker compose command to include result_backend and broker services for testing environment 2023-09-23 23:37:56 -03:00
Gabriel Luiz Freitas Almeida
ae26a55c9f 🔧 chore(ci.yml): change working directory to ./deploy to create env file in the correct location 2023-09-23 23:36:53 -03:00
Gabriel Luiz Freitas Almeida
419045f903 🔧 chore(ci.yml): add step to create .env file from secrets.ENV_FILE to provide environment variables for the build and start services step 2023-09-23 23:35:37 -03:00
Gabriel Luiz Freitas Almeida
78ecb4c341 Merge remote-tracking branch 'origin/dev' into celery 2023-09-22 12:53:05 -03:00
Gabriel Luiz Freitas Almeida
254d9e946d 🐛 fix(ci.yml): remove unnecessary -d flag from docker compose up command to prevent services from running in detached mode 2023-09-16 11:21:27 -03:00
Gabriel Luiz Freitas Almeida
ce3127d6f7 📦 chore(ci.yml): rename CI/CD Pipeline workflow to "Async API tests" for better clarity and specificity 2023-09-16 11:17:59 -03:00
Gabriel Luiz Freitas Almeida
7ef80c8e78 🔀 chore(ci.yml): update branch configuration for CI/CD pipeline to include 'dev' branch 2023-09-16 11:16:35 -03:00
Gabriel Luiz Freitas Almeida
abc4e8a3e0 🔧 chore(ci.yml): remove unnecessary comments and reorganize steps for clarity and readability 2023-09-16 00:11:00 -03:00
Gabriel Luiz Freitas Almeida
cc8cd8bef0 🔧 chore(ci.yml): update Docker commands to use 'docker compose' instead of 'docker-compose' for consistency and future compatibility 2023-09-16 00:09:32 -03:00
Gabriel Luiz Freitas Almeida
986b4696cd 🔧 chore(ci.yml): add CI/CD pipeline configuration file to automate build and test process
🔧 chore(pyproject.toml): add 'async_test' marker for pytest to identify asynchronous tests
2023-09-16 00:05:39 -03:00
Gabriel Luiz Freitas Almeida
1dcbee4289 🚀 chore(pre-release.yml): set prerelease flag to true in the GitHub Actions workflow to publish a pre-release version 2023-09-11 14:56:29 -03:00
Gabriel Luiz Freitas Almeida
f7e5a3d422 🔧 chore(test.yml): update POETRY_VERSION environment variable to "1.5.0" to use the latest version of Poetry
🔒 chore(test.yml): add OPENAI_API_KEY environment variable to securely store the OpenAI API key
2023-09-05 11:53:30 -03:00
Gabriel Luiz Freitas Almeida
e7f43297b1 🔀 chore(pre-release.yml): simplify if condition for the if_release job to improve readability 2023-08-21 17:11:10 -03:00
Gabriel Luiz Freitas Almeida
1c2ba872c5 fix: 🐛 fixes condition in release workflow 2023-08-04 17:11:19 -03:00
Gabriel Luiz Freitas Almeida
83fa1502a4 🔧 chore(pre-release.yml): update POETRY_VERSION to 1.5.1 to use the latest version of Poetry
🔧 chore(release.yml): update POETRY_VERSION to 1.5.1 to use the latest version of Poetry
2023-07-24 17:20:18 -03:00
Gabriel Luiz Freitas Almeida
18c2674395 📦 chore(pre-release.yml): add pre-release workflow to automate the release process 2023-07-24 17:17:00 -03:00
Gabriel Luiz Freitas Almeida
5bf79a5b4a 🔀 chore(deploy_gh-pages.yml): update branch trigger from 'lf-docs-fix' to 'main' for GitHub Pages deployment workflow 2023-07-12 19:01:02 -03:00
Gabriel Luiz Freitas Almeida
032d0eb65a
Merge branch 'dev' into lf-docs-fix 2023-07-12 18:43:57 -03:00
Gabriel Luiz Freitas Almeida
b98fb4b4fa 🔧 chore(deploy_gh-pages.yml): add cache dependency path for npm cache to include ./docs/package-lock.json
🔧 chore(deploy_gh-pages.yml): update node version to 18 for the deployment job
2023-07-12 18:30:36 -03:00
Gabriel Luiz Freitas Almeida
2de7fe1c13 📝 chore(deploy_gh-pages.yml): add GitHub Actions workflow to deploy to GitHub Pages
This commit adds a new GitHub Actions workflow file, `deploy_gh-pages.yml`, which is responsible for deploying the project to GitHub Pages. The workflow is triggered on pushes to the `lf-docs-fix` branch.

The workflow consists of the following steps:
1. Checkout the repository
2. Set up Node.js environment with version 18 and npm caching
3. Install dependencies for the documentation
4. Build the website
5. Deploy the built website to GitHub Pages using the `peaceiris/actions-gh-pages` action
   - The deployment is done to the `gh-pages` branch
   - The build output is published from the `./docs/build` directory
   - The commit authorship is assigned to the official GH-Actions bot

This workflow enables automatic deployment of the documentation to GitHub Pages whenever changes are pushed to the `lf-docs-fix` branch.
2023-07-12 18:28:45 -03:00
Jorge
9784817821 Add CodeQL workflow 2023-06-28 18:42:32 +02:00
Carlos Coelho
a42d8542ac
Delete test-deploy.yml 2023-06-26 19:20:22 -03:00
Carlos Coelho
a4f1cabe32
Delete deploy.yml 2023-06-26 19:19:50 -03:00
Carlos Coelho
1849739fa6
Create test-deploy.yml 2023-06-26 19:11:13 -03:00
Carlos Coelho
6d1f0e6f37
Create deploy.yml 2023-06-26 19:09:52 -03:00
Deepankar Mahapatro
fad71a139f build: public push and change branch 2023-06-06 09:01:04 +05:30
Gabriel Almeida
a096e83474 🚀 chore(lint.yml): rename job from 'build' to 'lint' for clarity
The job was renamed from 'build' to 'lint' to better reflect its purpose of running linters and code quality checks.
2023-05-27 13:00:28 -03:00
Gabriel Almeida
311ebed676 🔥 chore(lint.yml): remove Python 3.8 and 3.11 from the matrix
🔥 chore(test.yml): remove Python 3.11 from the matrix
Python 3.8 and 3.11 were removed from the matrix in lint.yml to reduce the number of Python versions being tested. Python 3.11 was removed from the matrix in test.yml as it is not yet released and therefore not supported.
Chroma uses onnxruntime which does not support 3.11 as of yet. This will be added back in once onnxruntime supports 3.11.
2023-05-23 12:27:39 -03:00
Deepankar Mahapatro
accf284b30 ci: test lcserve push job 2023-05-23 20:15:13 +05:30
Deepankar Mahapatro
a2e5fab637 ci: trigger workflow during release 2023-05-17 16:36:13 +05:30
Deepankar Mahapatro
4abc2cac74 ci: trigger workflow during release 2023-05-16 21:26:59 +05:30
Deepankar Mahapatro
1614c6f24b ci: trigger workflow during release 2023-05-16 21:21:06 +05:30
Deepankar Mahapatro
de82a1b35f
ci: update test-push.yml 2023-05-16 21:17:24 +05:30
Deepankar Mahapatro
7030be8132
ci: update test-push.yml 2023-05-16 21:12:55 +05:30
Deepankar Mahapatro
3fcc4708c0
ci: update test-push.yml 2023-05-16 21:12:06 +05:30
Deepankar Mahapatro
d982897a41 ci: test push trigger 2023-05-16 20:31:09 +05:30
Gabriel Almeida
8e9a745bd4 fix(test.yml): correct typo in make command from 'test' to 'tests' 2023-05-07 20:15:29 +00:00
Gabriel Almeida
a5ffa72855 fix: changed poetry version 2023-03-28 19:31:56 -03:00
Gabriel Almeida
78bd3d13b8 feat: add test action 2023-03-28 19:30:11 -03:00
Gabriel Almeida
1840ec2a32 fix: replace poetry build with make build 2023-03-14 11:57:21 -03:00
Gabriel Luiz Freitas Almeida
203c494212
Update release.yml 2023-03-14 11:31:05 -03:00
ogabrielluiz
94ffe2c02c feat: adding release and lint github actions 2023-03-07 13:08:12 -03:00