-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: project assets for text files are now documents (not artifacts) #1992
Conversation
Setting as draft because i still need to test, im not familiar with the |
final HttpResponse response = httpclient.execute(httpGet); | ||
final String textFileAsString = IOUtils.toString(response.getEntity().getContent(), StandardCharsets.UTF_8); | ||
|
||
return ResponseEntity.ok(textFileAsString); |
Check warning
Code scanning / CodeQL
Cross-site scripting
packages/client/hmi-client/src/components/documents/tera-document-asset.vue
Outdated
Show resolved
Hide resolved
If we're making .txt's documents, we should also move .md's in as well as I know that Pascale wants to be able to use README.md's to enrich. |
|
…S/1987-task-change-txt-type-to-document
Description
Txt is now a document not an artifact:
Utilizing the code editor for txt files