Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions addons/core/translations/form/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ sync-interval:
tags:
label: Tags
secret-editor:
label: Secret Editor
details: This secret is saved but won't be displayed
edit: Click to replace this secret
created:
Expand Down

This file was deleted.

13 changes: 0 additions & 13 deletions addons/rose/addon/components/rose/code-editor/index.hbs

This file was deleted.

34 changes: 0 additions & 34 deletions addons/rose/addon/components/rose/code-editor/toolbar/index.hbs

This file was deleted.

30 changes: 0 additions & 30 deletions addons/rose/addon/components/rose/code-editor/toolbar/index.js

This file was deleted.

99 changes: 0 additions & 99 deletions addons/rose/addon/modifiers/code-mirror.js

This file was deleted.

43 changes: 0 additions & 43 deletions addons/rose/addon/utilities/register-codemirror-hcl.js

This file was deleted.

6 changes: 0 additions & 6 deletions addons/rose/app/components/rose/code-editor.js

This file was deleted.

6 changes: 0 additions & 6 deletions addons/rose/app/components/rose/code-editor/field-editor.js

This file was deleted.

6 changes: 0 additions & 6 deletions addons/rose/app/components/rose/code-editor/toolbar.js

This file was deleted.

6 changes: 0 additions & 6 deletions addons/rose/app/modifiers/code-mirror.js

This file was deleted.

1 change: 0 additions & 1 deletion addons/rose/app/styles/rose/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

// This list is sorted in ascending order to improve readability

@use 'code-editor';
@use 'form';
@use 'frame';
@use 'header';
Expand Down
85 changes: 0 additions & 85 deletions addons/rose/app/styles/rose/components/code-editor/_index.scss

This file was deleted.

5 changes: 0 additions & 5 deletions addons/rose/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ module.exports = {
included(app) {
this._super.included.apply(this, arguments);

this.import('node_modules/codemirror/lib/codemirror.css');
this.import('node_modules/codemirror/theme/monokai.css');
this.import('node_modules/codemirror/addon/lint/lint.css');
this.import('node_modules/jsonlint/lib/jsonlint.js');

this.includeHDSStyles(app);
this.includeFlightIcons(app);
this.includePublic(app);
Expand Down
2 changes: 0 additions & 2 deletions addons/rose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
"@hashicorp/design-system-tokens": "^2.3.0",
"@hashicorp/flight-icons": "^3.10.0",
"@nullvoxpopuli/ember-composable-helpers": "^5.2.10",
"codemirror": "5.65.7",
"ember-auto-import": "^2.10.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clipboard": "^1.2.1",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-sass": "^11.0.1",
"ember-focus-trap": "^1.0.1",
"ember-named-blocks-polyfill": "^0.2.5",
"jsonlint": "^1.6.3",
"sass": "^1.69.5",
"uuid": "^11.0.3"
},
Expand Down
Loading