Skip to content

Commit

Permalink
Migrate session storage short url handling (#55021)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jan 21, 2020
1 parent 9272e43 commit d359939
Show file tree
Hide file tree
Showing 22 changed files with 151 additions and 460 deletions.
32 changes: 0 additions & 32 deletions src/legacy/core_plugins/state_session_storage_redirect/index.js

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions src/legacy/server/kbn_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import * as Plugins from './plugins';
import { indexPatternsMixin } from './index_patterns';
import { savedObjectsMixin } from './saved_objects/saved_objects_mixin';
import { capabilitiesMixin } from './capabilities';
import { urlShorteningMixin } from './url_shortening';
import { serverExtensionsMixin } from './server_extensions';
import { uiMixin } from '../ui';
import { sassMixin } from './sass';
Expand Down Expand Up @@ -123,9 +122,6 @@ export default class KbnServer {
// setup capabilities routes
capabilitiesMixin,

// setup routes for short urls
urlShorteningMixin,

// ensure that all bundles are built, or that the
// watch bundle server is running
optimizeMixin,
Expand Down
20 changes: 0 additions & 20 deletions src/legacy/server/url_shortening/index.js

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/legacy/server/url_shortening/routes/lib/short_url_error.js

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions src/legacy/server/url_shortening/routes/lib/short_url_lookup.js

This file was deleted.

Loading

0 comments on commit d359939

Please sign in to comment.