Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Answers API): Integration of answes API with replacement of CLI #337

Merged
merged 123 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
4ad2227
fix(Workflow): including the node_modules in the package
wadhia-yash Jul 8, 2024
7668803
fix(Workflow): changed the path of the web folder
wadhia-yash Jul 8, 2024
1d09993
feat(VSCode, Routes, favicon): Added link to visual studio code marke…
wadhia-yash Jul 8, 2024
185440f
fix(Use case): Commented the use case since not in use
wadhia-yash Jul 8, 2024
6db2971
fix(Theme): Forcing dark mode in the application
wadhia-yash Jul 9, 2024
66fe7c9
fix(Submit button): Handling the submit message with submit button
wadhia-yash Jul 9, 2024
54ba18a
fix(Loader, Error, Chat tile): Loading page, chat loader, change chat…
wadhia-yash Jul 10, 2024
cde75cc
fix(error page): error page being shown when scrolled
wadhia-yash Jul 10, 2024
8c1f03b
fix(Reference): Passing the agents reference in the messages
wadhia-yash Jul 10, 2024
df6bdac
feat(Logo, Name): Showing agent logo and agent name in the model resp…
wadhia-yash Jul 11, 2024
582fc99
feat(Link): Showing links in list format along with read more and les…
wadhia-yash Jul 11, 2024
0ba4a90
fix(Handling no links): Hiding sources section when there are no links
wadhia-yash Jul 12, 2024
f2782ff
feat(github-badge): Creating agents with the help of github url on th…
wadhia-yash Jul 16, 2024
9e72329
feat(Source index, Message sources): Added info tag if the source is …
wadhia-yash Jul 18, 2024
546a503
fix(source links): shortening the url if the length of the url is mor…
wadhia-yash Jul 18, 2024
e1401c6
Merge pull request #319 from CommandDash/web-app-github-badge
samyakkkk Jul 18, 2024
eb6f78e
fix(Notify): Added email input to notify the user once the indexing i…
wadhia-yash Jul 22, 2024
fcd30c8
fix(Indexing info): Showing indexing info panel when indexing is in p…
wadhia-yash Jul 22, 2024
9987a69
feat(Create Agent): Added side nav which has the option of creating n…
wadhia-yash Jul 23, 2024
c17ad2a
fix(Nav button): Changed the button title from 'New chat' to 'Create …
wadhia-yash Jul 23, 2024
4260cca
feat(Hamburger menu): Converted left nav to hamburger menu in mobile …
wadhia-yash Jul 24, 2024
10b7f35
feat(Notify, Toast): Notification api integration, toast integration
wadhia-yash Jul 25, 2024
e5a94ea
feat(Marketplace): Integration of the marketplace
wadhia-yash Jul 25, 2024
08b92a3
feat(Landing page): Made market place as the landing page of the web app
wadhia-yash Jul 25, 2024
178d659
fix(Loading, endpoint): Added loader when loading market place and ch…
wadhia-yash Jul 25, 2024
501a2f2
Merge pull request #321 from CommandDash/web-marketplace
samyakkkk Jul 25, 2024
fd7f04d
fix(Marketplace, Indexed page, Authors): Marketplace moved to landing…
wadhia-yash Jul 29, 2024
12c0379
fix(chatinput): Chatinput changes the height when pressed enter
wadhia-yash Jul 29, 2024
e51f89b
feat(Create Agent): Added button, dialog in the marketplace to create…
wadhia-yash Aug 3, 2024
64d4e09
fix(Create Agent): Dialog for create agent added along with github ur…
wadhia-yash Aug 5, 2024
2c9ebee
fix(Marketplace): Calling market place api
wadhia-yash Aug 5, 2024
96e8e20
fix(UI): Fixes in the UI of marketplace
wadhia-yash Aug 5, 2024
1925609
fix(UI): Fixes in the UI theme
wadhia-yash Aug 6, 2024
79769ef
fix(UI): Added icons in create github agents buttons
wadhia-yash Aug 6, 2024
273ffa7
(feat): copywriting and github button enhancements
samyakkkk Aug 6, 2024
dcbe984
Merge pull request #322 from CommandDash/web-marketplace
samyakkkk Aug 6, 2024
fe84fe5
fix(Code highlight): Added highlight.js to highlight the code in the …
wadhia-yash Aug 6, 2024
0a4f209
feat(Questionnaire): Created stored and added card for user to intera…
wadhia-yash Aug 7, 2024
0adecd9
fix(Marketplace): Showing github url as org and repo name along with …
wadhia-yash Aug 7, 2024
9b27cc1
fix(Home): Added Home icon to navigate to marketplace in the chat screen
wadhia-yash Aug 7, 2024
44cb734
Merge branch 'web-app' into web-market-place-ui
samyakkkk Aug 7, 2024
31f2532
fix(Reference link): Showing reference link in the messages
wadhia-yash Aug 7, 2024
74cd1fc
fix(Chat input): Removing the questionnaire from input when clicked o…
wadhia-yash Aug 7, 2024
4c7c69e
Merge branch 'web-market-place-ui' of github.com:Welltested-AI/flutte…
samyakkkk Aug 7, 2024
239464e
Merge pull request #323 from CommandDash/web-market-place-ui
samyakkkk Aug 7, 2024
4297579
feat(Agent settings): Showing list of data sources in the settings popup
wadhia-yash Aug 9, 2024
a36db0f
(feat): telemetry added
samyakkkk Aug 10, 2024
7d1bd22
Merge pull request #324 from CommandDash/web-app-telemetry
samyakkkk Aug 10, 2024
e8301fd
Revert "Web app telemetry"
zexross Aug 10, 2024
dc0bbd2
Merge pull request #325 from CommandDash/revert-324-web-app-telemetry
zexross Aug 10, 2024
8cec53f
(feat): replace throwing error with console log
samyakkkk Aug 10, 2024
7524d13
Revert "Merge pull request #325 from CommandDash/revert-324-web-app-t…
samyakkkk Aug 10, 2024
3624fcc
Merge branch 'web-app-telemetry' into web-app
samyakkkk Aug 10, 2024
a319492
(feat): remove app insights
samyakkkk Aug 10, 2024
d537122
(feat): vite key
samyakkkk Aug 10, 2024
e19c108
Merge branch 'web-app' into web-app-telemetry
samyakkkk Aug 10, 2024
acc311a
Revert "(feat): remove app insights"
samyakkkk Aug 10, 2024
4ed61b9
(feat): handle local env configuration
samyakkkk Aug 10, 2024
6650b97
fix(Data sources, Agent settings): Switched agent's settings from lis…
wadhia-yash Aug 12, 2024
c34bd1a
fix(Agent settings): Changed the UI and the color of agents settings …
wadhia-yash Aug 12, 2024
81fae5b
(feat): copy badge button added
samyakkkk Aug 12, 2024
579cfb3
(feat): renamed to AI Code Agent
samyakkkk Aug 12, 2024
6577032
Merge pull request #326 from CommandDash/web-agents-settings
samyakkkk Aug 12, 2024
431bc44
feat(Contribute in Settings): Added contribution button in settings page
wadhia-yash Aug 13, 2024
762daf7
fix: Resolved merge conflict and merged with web-app branch
wadhia-yash Aug 13, 2024
2a885ad
fix(Datasources Agent Settings): Moved data sources from info tab to …
wadhia-yash Aug 13, 2024
c7bb17c
(feat): rename tab to Data Sources
samyakkkk Aug 13, 2024
984e66f
Merge pull request #327 from CommandDash/web-settings-contribution
samyakkkk Aug 13, 2024
06e3a51
(feat): first dropdown draft
samyakkkk Aug 13, 2024
97d8415
(feat): custom icons
samyakkkk Aug 13, 2024
d552bb2
(feat): horizontal pub options.
samyakkkk Aug 13, 2024
c4b97fd
(feat): add clear placeholders
samyakkkk Aug 13, 2024
6f67400
fix(Chat UX): message changes on bottom tip. Questionnaire changes ba…
wadhia-yash Aug 14, 2024
5315ac0
feat(Chat header): Added agent description in chat header when agent …
wadhia-yash Aug 15, 2024
42ef9c6
fix(Questionnaire): Removed grid with two columns and made with one c…
wadhia-yash Aug 15, 2024
2bab7c6
(feat): create with package manager logic working
samyakkkk Aug 15, 2024
863abfa
(feat): use full package manager url in argument
samyakkkk Aug 15, 2024
9d38a75
(feat): switch back to prod URL
samyakkkk Aug 15, 2024
a40149d
Merge pull request #328 from CommandDash/support-package-managers
samyakkkk Aug 15, 2024
085b6dc
fix(Chat window): Changed the questionaire paddings, and changed the …
wadhia-yash Aug 15, 2024
cc86086
fix(Search agent text input): Agents search with '@' has new search f…
wadhia-yash Aug 16, 2024
4d831c1
fix(Agent logo, bottom info): Agent logo showing when message is clea…
wadhia-yash Aug 16, 2024
7b6e23d
(feat): create param added in the home page
samyakkkk Aug 16, 2024
e5ef511
Merge pull request #329 from CommandDash/web-add-param-create
samyakkkk Aug 16, 2024
003e04e
fix(Footer message): Fixed the condition to change the footer message
wadhia-yash Aug 16, 2024
5ef0b59
(feat): Header copywriting updated
samyakkkk Aug 16, 2024
5347c73
(feat): header copywriting
samyakkkk Aug 16, 2024
a8d21d1
agent indexing disclaimer
samyakkkk Aug 16, 2024
6922f44
(feat): created by for custom agents removed
samyakkkk Aug 16, 2024
4bf8d1c
Merge pull request #330 from CommandDash/copywriting
samyakkkk Aug 16, 2024
14ed45f
(feat): promoted card leading to external website
samyakkkk Aug 17, 2024
e2c072e
Merge pull request #331 from CommandDash/promoted-cards
samyakkkk Aug 17, 2024
effcb6a
(feat): add utm tags
samyakkkk Aug 17, 2024
ef85193
Merge branch 'promoted-cards' into web-app
samyakkkk Aug 17, 2024
3b69011
(feat): add a sound validation on agent submit button
samyakkkk Aug 18, 2024
fbdaa46
Merge pull request #332 from CommandDash/web-whoosh-sound-effect-expe…
samyakkkk Aug 18, 2024
e575138
fix(Header, Tip message): When agent is switched and the conversation…
wadhia-yash Aug 19, 2024
aa375d3
fix(placeholder): placeholder color not showing properly
wadhia-yash Aug 19, 2024
8fe1b71
fix(create agent): Create agent navigation. When agent is not available
wadhia-yash Aug 19, 2024
251ff0b
Merge branch 'develop' into vscode-ux-revamp
samyakkkk Aug 19, 2024
e20a1e9
(feat): show highlighted agents
samyakkkk Aug 25, 2024
2e2181f
Merge branch 'web-app' into web-app-ui-fixes
wadhia-yash Aug 26, 2024
97ba5f4
fix(Chat window): Disabling the text input in the chat window when in…
wadhia-yash Aug 26, 2024
695ab0f
(feat): search fix
samyakkkk Aug 26, 2024
8697288
Merge pull request #334 from CommandDash/highlighted-agents
samyakkkk Aug 26, 2024
4d77ede
fix(Chat indexing): Changed notify view when the agent is being indexed
wadhia-yash Aug 26, 2024
d977f48
Merge branch 'web-app' into web-app-ui-fixes
samyakkkk Aug 26, 2024
51890e3
fix(Chat indexing): Changed chat indexing UI
wadhia-yash Aug 26, 2024
216e256
Merge branch 'web-app-ui-fixes' of github.com:CommandDash/commanddash…
wadhia-yash Aug 26, 2024
d4eb770
(feat): copywriting
samyakkkk Aug 26, 2024
24ad5ee
Merge branch 'web-app-ui-fixes' of github.com:Welltested-AI/fluttergp…
samyakkkk Aug 26, 2024
bdb6fc9
(feat): copywiritng
samyakkkk Aug 26, 2024
b12d7a3
fix(Discord): removed node_modules
wadhia-yash Aug 26, 2024
5bcc315
fix(discord): removed node_modules
wadhia-yash Aug 26, 2024
7f4569a
fix(discord): removed node_modules
wadhia-yash Aug 26, 2024
4abfd3c
Merge branch 'web-app-ui-fixes' of github.com:CommandDash/commanddash…
wadhia-yash Aug 26, 2024
63307cf
(feat): copywriting
samyakkkk Aug 26, 2024
120a292
fix(Toast): Made toast theme color more visible
wadhia-yash Aug 26, 2024
8923dae
Merge branch 'web-app-ui-fixes' of github.com:CommandDash/commanddash…
wadhia-yash Aug 26, 2024
aed400c
feat(Chat API): Moved from CLI to agent answers API
wadhia-yash Sep 3, 2024
d8625fc
fix(Treeshake): Removed unnecessary code. Added references in the con…
wadhia-yash Sep 4, 2024
0faa818
fix(Onboarding steps): Remove cli download onboarding steps and Moved…
wadhia-yash Sep 5, 2024
1d1ca9a
fix(Marketplace): changed github author name in marketplace listing
wadhia-yash Sep 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 13 additions & 4 deletions .github/workflows/web-app_web-app-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy Node.js app to Azure Web App - web-app-prod
name: Build and deploy SvelteKit app to Azure Web App - web-app-prod

on:
push:
Expand All @@ -20,14 +20,18 @@ jobs:

- name: npm install, build, and test
run: |
cd commanddash_web_app
cd web
npm install
npm run build --if-present
npm run test --if-present
env:
VITE_INSTRUMENTATION_KEY: ${{ secrets.VITE_INSTRUMENTATION_KEY }}

- name: Zip artifact for deployment
run: |
cd commanddash_web_app/build
zip -r ../release.zip build node_modules package.json package-lock.json
cd web
zip -r ../release.zip build node_modules package.json package-lock.json -x "*.git*"

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
Expand All @@ -52,6 +56,11 @@ jobs:
- name: Unzip artifact for deployment
run: unzip release.zip -d deploy

- name: Install Node.js dependencies on Azure
run: |
cd deploy
npm install --production

- name: Login to Azure
uses: azure/login@v1
with:
Expand Down
1 change: 0 additions & 1 deletion discord/node_modules/.bin/mime

This file was deleted.

Loading
Loading