Commit Graph

25 Commits

Author SHA1 Message Date
Aaron
f5edd4fcf4 feat(script): add easy script to release
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-08 17:52:39 -04:00
Aaron
71198b66cc revert: move release-notes to separate actions
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-08 16:03:41 -04:00
Aaron
20bc9153b1 fix(ci): checkout version on actions
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-08 14:40:38 -04:00
Aaron
0680059a21 chore(ci): cleanup workflow
make it a pipeline for release now

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-08 05:28:56 -04:00
Aaron
ce7143060e chore(ci): to run release note on all tag
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-07 00:24:25 -04:00
Aaron
2a778a6fa6 fix(ci): update detached HEAD to main
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-06 18:23:50 -04:00
Aaron
f78d55f0fd fix(cli): type handling for specific container types
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-06 17:18:25 -04:00
Aaron
f5ab01f2dd infra(release): update logic on push
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-06 09:16:37 -04:00
Aaron
44ac29b9dd infra: update release scripts to run on actions only
setup release notes to make sure it runs after pushing tag

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-06 08:45:51 -04:00
Aaron
ec941c95d5 chore: add license header
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 16:22:37 -07:00
Aaron
5ebe7e151a fix: set AUTHOR_NAME and AUTHOR_EMAIL for automatic release
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 15:39:32 -07:00
Aaron
352c2ee003 fix(ci): add prefix v for archive creation
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 15:25:58 -07:00
Aaron
53dbcbac97 chore(ci): rename action to avoid collision
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 14:47:43 -07:00
Aaron
b8eaf44328 chore(ci): allow to run release-notes manually
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 14:41:39 -07:00
Aaron
ab82f7e59c chore(ci): remove unused env for release-notes
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-04 14:27:57 -07:00
Aaron
2990820d45 fix: chmod +x release script
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-03 23:57:04 -07:00
Aaron
ae221aadd0 chore(ci): support bot signing commits
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-03 23:56:04 -07:00
Aaron
ac4ada243b fix(ci): make sure to set correct hatch env
Add a quick note about running release from gh

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-03 23:24:31 -07:00
Aaron
4e480938dc feat(ci): manual dispatch create a release
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-03 23:22:15 -07:00
Aaron
4990cf40c2 chore(ci): update automatic release note
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-06-03 22:56:00 -07:00
dependabot[bot]
a440bea184 build(deps): Bump bufbuild/buf-setup-action from 1.19.0 to 1.20.0 (#8)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 22:18:46 -07:00
dependabot[bot]
9cdc3545aa build(deps): Bump bufbuild/buf-setup-action from 1.17.0 to 1.19.0 (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 16:23:04 -07:00
Aaron Pham
11c7783a0e fix(infra): feature_request.yml missing title 2023-05-23 16:54:38 -07:00
Aaron Pham
427106df98 fix(infra): bug_report.yml missing title 2023-05-23 16:54:09 -07:00
Chaoyu
dd8b6050b2 feat: FLAN-T5 supports
- add infrastructure, to be implemented: cache, chat history

- Base Runnable Implementation, that fits LangChain API

- Added a Prompt descriptor and utils.

feat: license headers and auto factory impl and CLI

Auto construct args from pydantic config

Add auto factory for ease of use

only provide `/generate` to streamline UX experience

CLI > envvar > input contract for configuration

fix: serve from a thread

fix CLI args

chore: cleanup names and refactor imports

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-05-03 17:50:14 -07:00