-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b639d32
commit ebd9589
Showing
17 changed files
with
472 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "BUG: " | ||
labels: "bug, ai, genai, chatbot, virtual contributor, virtual contributor engine expert" | ||
assignees: "" | ||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: Epic | ||
about: A theme of work that contain sub-tasks required to complete the larger goal / larger user-story | ||
title: "" | ||
labels: "epic, ai, genai, chatbot, virtual contributor, virtual contributor engine expert" | ||
assignees: "" | ||
--- | ||
|
||
## Description | ||
|
||
Brief summary of what this Epic is, whether it's a larger project, goal, or user story. Describe the job to be done, which persona this Epic is mainly for, or if more multiple, break it down by user and job story. | ||
|
||
## Initiative / goal | ||
|
||
Describe how this Epic impacts an initiative the business is working on. | ||
|
||
### Hypothesis | ||
|
||
What is your hypothesis on the success of this Epic? Describe how success will be measured and what leading indicators the team will have to know if success has been hit. | ||
|
||
## Acceptance criteria and must have scope | ||
|
||
Define what is a must-have for launch and in-scope. Keep this section fluid and dynamic until you lock-in priority during planning. | ||
|
||
## Stakeholders | ||
|
||
Describe who needs to be kept up-to-date about this Epic, included in discussions, or updated along the way. Stakeholders can be both in Product/Engineering, as well as other teams like Customer Success who might want to keep customers updated on the Epic project. | ||
|
||
## Timeline | ||
|
||
What's the timeline for this Epic, what resources are needed, and what might potentially block this from hitting the projected end date. | ||
|
||
## Design | ||
|
||
Figma file: | ||
_Comments are highly appreciated. When commenting in Figma, please also leave a note in the comments box below this issue to notify us_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: "enhancement, ai, genai, chatbot, virtual contributor, virtual contributor engine expert" | ||
assignees: "" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: User Story | ||
about: A valuable increment of functionality, testable by the users | ||
title: "" | ||
labels: "user story, ai, genai, chatbot, virtual contributor, virtual contributor engine expert" | ||
assignees: "" | ||
--- | ||
|
||
## Description | ||
|
||
As a <persona or stakeholder type> | ||
I want <some software feature> | ||
So that <some business value> | ||
|
||
## Acceptance criteria | ||
|
||
- [ ] Should ‹testable condition that should be satisfied› | ||
- [ ] … | ||
|
||
## Additional Context |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
|
||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: > | ||
Thanks for opening your first issue here! Be sure to follow the issue template! | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: > | ||
Thanks for opening this pull request! Please check out our contributing guidelines. | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congrats on merging your first pull request! We at Alkemio thank you for your contribution! | ||
# It is recommended to include as many gifs and emojis as possible! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
- Epic | ||
# Label to use when marking an issue as stale | ||
staleLabel: wontfix | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Build, Migrate & Deploy to Dev | ||
|
||
on: | ||
push: | ||
branches: [develop] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login into ACR" | ||
uses: azure/[email protected] | ||
with: | ||
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
username: ${{ secrets.REGISTRY_USERNAME }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
|
||
- name: "Build & Push image" | ||
run: | | ||
docker build -f Dockerfile . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:latest | ||
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login via Azure CLI" | ||
uses: azure/[email protected] | ||
with: | ||
creds: ${{ secrets.AZURE_CRED_K8S_NEW }} | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
cluster-name: ${{ secrets.CLUSTER_NAME }} | ||
resource-group: ${{ secrets.RESOURCE_GROUP_K8S }} | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
container-registry-url: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
container-registry-username: ${{ secrets.REGISTRY_USERNAME }} | ||
container-registry-password: ${{ secrets.REGISTRY_PASSWORD }} | ||
secret-name: alkemio-virtual-contributor-engine-expert-secret | ||
|
||
- uses: azure/[email protected] | ||
with: | ||
version: "v1.22.0" # default is latest stable, fixing it to a compatible version | ||
id: install | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
manifests: | | ||
manifests/25-virtual-contributor-engine-expert-deployment-dev.yml | ||
images: | | ||
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
imagepullsecrets: | | ||
alkemio-virtual-contributor-engine-expert-secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: Build, Migrate & Deploy to Sandbox on Azure | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login into ACR" | ||
uses: azure/[email protected] | ||
with: | ||
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
username: ${{ secrets.REGISTRY_USERNAME }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
|
||
- name: "Build & Push image" | ||
run: | | ||
docker build -f Dockerfile . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:latest | ||
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login via Azure CLI" | ||
uses: azure/[email protected] | ||
with: | ||
creds: ${{ secrets.AZURE_CRED_K8S_NEW }} | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
cluster-name: k8s-sandbox | ||
resource-group: res-grp-k8s-sandbox | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
container-registry-url: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
container-registry-username: ${{ secrets.REGISTRY_USERNAME }} | ||
container-registry-password: ${{ secrets.REGISTRY_PASSWORD }} | ||
secret-name: alkemio-virtual-contributor-engine-expert-secret | ||
|
||
- uses: azure/[email protected] | ||
with: | ||
version: "v1.22.0" # default is latest stable, fixing it to a compatible version | ||
id: install | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
manifests: | | ||
manifests/25-genai-deployment-dev.yaml | ||
images: | | ||
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
imagepullsecrets: | | ||
alkemio-virtual-contributor-engine-expert-secret |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: Build, Migrate & Deploy to Test on Azure | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login into ACR" | ||
uses: azure/[email protected] | ||
with: | ||
login-server: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
username: ${{ secrets.REGISTRY_USERNAME }} | ||
password: ${{ secrets.REGISTRY_PASSWORD }} | ||
|
||
- name: "Build & Push image" | ||
run: | | ||
docker build -f Dockerfile . -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} -t ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:latest | ||
docker push ${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout GitHub Action" | ||
uses: actions/[email protected] | ||
|
||
- name: "Login via Azure CLI" | ||
uses: azure/[email protected] | ||
with: | ||
creds: ${{ secrets.AZURE_CRED_K8S_NEW }} | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
cluster-name: k8s-test | ||
resource-group: res-grp-k8s-test | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
container-registry-url: ${{ secrets.REGISTRY_LOGIN_SERVER }} | ||
container-registry-username: ${{ secrets.REGISTRY_USERNAME }} | ||
container-registry-password: ${{ secrets.REGISTRY_PASSWORD }} | ||
secret-name: alkemio-virtual-contributor-engine-expert-secret | ||
|
||
- uses: azure/[email protected] | ||
with: | ||
version: "v1.22.0" # default is latest stable, fixing it to a compatible version | ||
id: install | ||
|
||
- uses: Azure/[email protected] | ||
with: | ||
manifests: | | ||
manifests/25-genai-deployment-dev.yaml | ||
images: | | ||
${{ secrets.REGISTRY_LOGIN_SERVER }}/alkemio-virtual-contributor-engine-expert:${{ github.sha }} | ||
imagepullsecrets: | | ||
alkemio-virtual-contributor-engine-expert-secret |
Oops, something went wrong.