Skip to content

Commit d52e2e7

Browse files
Added entire repo for llama-stack-modular-ui (#4541)
* Added entire repo for llama-stack-modular-ui Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Removed .github Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Added .eslintignore Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Added gh actions Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Fix for lint errors Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Removed gh actions Signed-off-by: Agnieszka Gancarczyk <[email protected]> * Ignoring tests in llama-stack-modular-ui directory Signed-off-by: Agnieszka Gancarczyk <[email protected]> --------- Signed-off-by: Agnieszka Gancarczyk <[email protected]>
1 parent c309f91 commit d52e2e7

File tree

111 files changed

+35646
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+35646
-3
lines changed

frontend/.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ jest-coverage
77
public
88
public-cypress
99
node_modules
10-
upstream
10+
upstream
11+
llama-stack-modular-ui

frontend/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
],
1010

1111
// Ignore tests in the upstream directory
12-
modulePathIgnorePatterns: ['/upstream/'],
12+
modulePathIgnorePatterns: ['/upstream/', '/llama-stack-modular-ui/'],
1313

1414
// Automatically clear mock calls and instances between every test
1515
clearMocks: true,
Lines changed: 361 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,361 @@
1+
bin/
2+
3+
### dotenv ###
4+
.env
5+
6+
### Go ###
7+
# If you prefer the allow list template instead of the deny list, see community template:
8+
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
9+
#
10+
# Binaries for programs and plugins
11+
*.exe
12+
*.exe~
13+
*.dll
14+
*.so
15+
*.dylib
16+
17+
# Test binary, built with `go test -c`
18+
*.test
19+
20+
# Output of the go coverage tool, specifically when used with LiteIDE
21+
*.out
22+
23+
# Dependency directories (remove the comment below to include it)
24+
# vendor/
25+
26+
# Go workspace file
27+
go.work
28+
29+
### Intellij+all ###
30+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
31+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
32+
33+
# User-specific stuff
34+
.idea/**/workspace.xml
35+
.idea/**/tasks.xml
36+
.idea/**/usage.statistics.xml
37+
.idea/**/dictionaries
38+
.idea/**/shelf
39+
40+
# AWS User-specific
41+
.idea/**/aws.xml
42+
43+
# Generated files
44+
.idea/**/contentModel.xml
45+
46+
# Sensitive or high-churn files
47+
.idea/**/dataSources/
48+
.idea/**/dataSources.ids
49+
.idea/**/dataSources.local.xml
50+
.idea/**/sqlDataSources.xml
51+
.idea/**/dynamic.xml
52+
.idea/**/uiDesigner.xml
53+
.idea/**/dbnavigator.xml
54+
55+
# Gradle
56+
.idea/**/gradle.xml
57+
.idea/**/libraries
58+
59+
# Gradle and Maven with auto-import
60+
# When using Gradle or Maven with auto-import, you should exclude module files,
61+
# since they will be recreated, and may cause churn. Uncomment if using
62+
# auto-import.
63+
# .idea/artifacts
64+
# .idea/compiler.xml
65+
# .idea/jarRepositories.xml
66+
# .idea/modules.xml
67+
# .idea/*.iml
68+
# .idea/modules
69+
# *.iml
70+
# *.ipr
71+
72+
# CMake
73+
cmake-build-*/
74+
75+
# Mongo Explorer plugin
76+
.idea/**/mongoSettings.xml
77+
78+
# File-based project format
79+
*.iws
80+
81+
# IntelliJ
82+
out/
83+
84+
# mpeltonen/sbt-idea plugin
85+
.idea_modules/
86+
87+
# JIRA plugin
88+
atlassian-ide-plugin.xml
89+
90+
# Cursive Clojure plugin
91+
.idea/replstate.xml
92+
93+
# SonarLint plugin
94+
.idea/sonarlint/
95+
96+
# Crashlytics plugin (for Android Studio and IntelliJ)
97+
com_crashlytics_export_strings.xml
98+
crashlytics.properties
99+
crashlytics-build.properties
100+
fabric.properties
101+
102+
# Editor-based Rest Client
103+
.idea/httpRequests
104+
105+
# Android studio 3.1+ serialized cache file
106+
.idea/caches/build_file_checksums.ser
107+
108+
### Intellij+all Patch ###
109+
# Ignore everything but code style settings and run configurations
110+
# that are supposed to be shared within teams.
111+
112+
.idea/*
113+
114+
!.idea/codeStyles
115+
!.idea/runConfigurations
116+
117+
### Linux ###
118+
*~
119+
120+
# temporary files which can be created if a process still has a handle open of a deleted file
121+
.fuse_hidden*
122+
123+
# KDE directory preferences
124+
.directory
125+
126+
# Linux trash folder which might appear on any partition or disk
127+
.Trash-*
128+
129+
# .nfs files are created when an open file is removed but is still being accessed
130+
.nfs*
131+
132+
### macOS ###
133+
# General
134+
.DS_Store
135+
.AppleDouble
136+
.LSOverride
137+
138+
# Icon must end with two \r
139+
Icon
140+
141+
142+
# Thumbnails
143+
._*
144+
145+
# Files that might appear in the root of a volume
146+
.DocumentRevisions-V100
147+
.fseventsd
148+
.Spotlight-V100
149+
.TemporaryItems
150+
.Trashes
151+
.VolumeIcon.icns
152+
.com.apple.timemachine.donotpresent
153+
154+
# Directories potentially created on remote AFP share
155+
.AppleDB
156+
.AppleDesktop
157+
Network Trash Folder
158+
Temporary Items
159+
.apdisk
160+
161+
### macOS Patch ###
162+
# iCloud generated files
163+
*.icloud
164+
165+
### Node ###
166+
# Logs
167+
logs
168+
*.log
169+
npm-debug.log*
170+
yarn-debug.log*
171+
yarn-error.log*
172+
lerna-debug.log*
173+
.pnpm-debug.log*
174+
175+
# Diagnostic reports (https://nodejs.org/api/report.html)
176+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
177+
178+
# Runtime data
179+
pids
180+
*.pid
181+
*.seed
182+
*.pid.lock
183+
184+
# Directory for instrumented libs generated by jscoverage/JSCover
185+
lib-cov
186+
187+
# Coverage directory used by tools like istanbul
188+
coverage
189+
*.lcov
190+
191+
# nyc test coverage
192+
.nyc_output
193+
194+
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
195+
.grunt
196+
197+
# Bower dependency directory (https://bower.io/)
198+
bower_components
199+
200+
# node-waf configuration
201+
.lock-wscript
202+
203+
# Compiled binary addons (https://nodejs.org/api/addons.html)
204+
build/Release
205+
206+
# Dependency directories
207+
node_modules/
208+
jspm_packages/
209+
210+
# Snowpack dependency directory (https://snowpack.dev/)
211+
web_modules/
212+
213+
# TypeScript cache
214+
*.tsbuildinfo
215+
216+
# Optional npm cache directory
217+
.npm
218+
219+
# Optional eslint cache
220+
.eslintcache
221+
222+
# Optional stylelint cache
223+
.stylelintcache
224+
225+
# Microbundle cache
226+
.rpt2_cache/
227+
.rts2_cache_cjs/
228+
.rts2_cache_es/
229+
.rts2_cache_umd/
230+
231+
# Optional REPL history
232+
.node_repl_history
233+
234+
# Output of 'npm pack'
235+
*.tgz
236+
237+
# Yarn Integrity file
238+
.yarn-integrity
239+
240+
# dotenv environment variable files
241+
.env.development.local
242+
.env.test.local
243+
.env.production.local
244+
.env.local
245+
246+
# parcel-bundler cache (https://parceljs.org/)
247+
.cache
248+
.parcel-cache
249+
250+
# Next.js build output
251+
.next
252+
out
253+
254+
# Nuxt.js build / generate output
255+
.nuxt
256+
dist
257+
258+
# Gatsby files
259+
.cache/
260+
# Comment in the public line in if your project uses Gatsby and not Next.js
261+
# https://nextjs.org/blog/next-9-1#public-directory-support
262+
# public
263+
264+
# vuepress build output
265+
.vuepress/dist
266+
267+
# vuepress v2.x temp and cache directory
268+
.temp
269+
270+
# Docusaurus cache and generated files
271+
.docusaurus
272+
273+
# Serverless directories
274+
.serverless/
275+
276+
# FuseBox cache
277+
.fusebox/
278+
279+
# DynamoDB Local files
280+
.dynamodb/
281+
282+
# TernJS port file
283+
.tern-port
284+
285+
# Stores VSCode versions used for testing VSCode extensions
286+
.vscode-test
287+
288+
# yarn v2
289+
.yarn/cache
290+
.yarn/unplugged
291+
.yarn/build-state.yml
292+
.yarn/install-state.gz
293+
.pnp.*
294+
295+
### Node Patch ###
296+
# Serverless Webpack directories
297+
.webpack/
298+
299+
# Optional stylelint cache
300+
301+
# SvelteKit build / generate output
302+
.svelte-kit
303+
304+
### react ###
305+
.DS_*
306+
**/*.backup.*
307+
**/*.back.*
308+
309+
node_modules
310+
311+
*.sublime*
312+
313+
psd
314+
thumb
315+
sketch
316+
317+
### VisualStudioCode ###
318+
.vscode/*
319+
!.vscode/settings.json
320+
!.vscode/tasks.json
321+
!.vscode/launch.json
322+
!.vscode/extensions.json
323+
!.vscode/*.code-snippets
324+
325+
# Local History for Visual Studio Code
326+
.history/
327+
328+
# Built Visual Studio Code Extensions
329+
*.vsix
330+
331+
### VisualStudioCode Patch ###
332+
# Ignore all local history of files
333+
.history
334+
.ionide
335+
336+
### Windows ###
337+
# Windows thumbnail cache files
338+
Thumbs.db
339+
Thumbs.db:encryptable
340+
ehthumbs.db
341+
ehthumbs_vista.db
342+
343+
# Dump file
344+
*.stackdump
345+
346+
# Folder config file
347+
[Dd]esktop.ini
348+
349+
# Recycle Bin used on file shares
350+
$RECYCLE.BIN/
351+
352+
# Windows Installer files
353+
*.cab
354+
*.msi
355+
*.msix
356+
*.msm
357+
*.msp
358+
359+
# Windows shortcuts
360+
*.lnk
361+

0 commit comments

Comments
 (0)