Project

General

Profile

« Previous | Next » 

Revision 32da02c5

Added by Oleh Fedorenko over 2 years ago

Revert "Fixes #32035 - Add DSL autocompletion in templates"

This reverts commit bde7047acb8a68a899f60585f751093c9713bb92.

View differences:

webpack/assets/javascripts/react_app/components/Editor/__tests__/__snapshots__/EditorReducer.test.js.snap
exports[`Editor reducer should handle EDITOR_CHANGE_DIFF_VIEW 1`] = `
Object {
"autocompletion": true,
"diffViewType": "unified",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_CHANGE_SETTING 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "html",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_CHANGE_STATE 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_CHANGE_TAB 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_DISMISS_ERROR 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_EXEC_PREVIEW 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "</>",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_FETCH_HOST_PENDING 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": true,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_FETCH_HOST_RESOLVED 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_HIDE_LOADING 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_HOST_INITIAL_FETCH 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_HOST_SELECT_CLEAR 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_HOST_SELECT_RESET 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_HOST_SELECT_TOGGLE 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": true,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_IMPORT_FILE 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_INITIALIZE 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_MODAL_TOGGLE 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_REVERT_CHANGES 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_SHOW_ERROR 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "error",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "error",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_SHOW_LOADING 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_TOGGLE_MASK 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should handle EDITOR_TOGGLE_RENDER_VIEW 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,
......
exports[`Editor reducer should return the initial state 1`] = `
Object {
"autocompletion": true,
"diffViewType": "split",
"editorName": "editor",
"errorText": "",
......
"isSearchingHosts": false,
"isSelectOpen": false,
"keyBinding": "Default",
"liveAutocompletion": false,
"mode": "Ruby",
"previewResult": "",
"readOnly": false,

Also available in: Unified diff