Skip to content

Commit

Permalink
feat: Experiment creation and execution pages added for litmus (#4047)
Browse files Browse the repository at this point in the history
Signed-off-by: Arkajyoti Mukherjee <[email protected]>
  • Loading branch information
arkajyotiMukherjee authored Jun 30, 2023
1 parent 5ba0289 commit adf92ba
Show file tree
Hide file tree
Showing 527 changed files with 38,516 additions and 933 deletions.
2 changes: 1 addition & 1 deletion chaoscenter/web/config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const devConfig = {
: {
static: [path.join(process.cwd(), 'src/static')],
historyApiFallback: true,
port: 8184,
port: 8185,
server: {
type: 'https',
options: {
Expand Down
1 change: 0 additions & 1 deletion chaoscenter/web/src/api/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ export * from './chaoshubs';
export * from './experiments';
export * from './infrastructures';
export * from './log';
export * from './probe';
export * from './stats';
export * from './checkResourceID';
56 changes: 0 additions & 56 deletions chaoscenter/web/src/api/core/infrastructures/connectChaosInfra.ts

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions chaoscenter/web/src/api/core/infrastructures/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export * from './deleteKubernetesChaosInfrastructure';
export * from './getKubernetesChaosInfrastructureManifest';
export * from './testKubernetesChaosInfrastructureConnection';
export * from './getVersionDetails';
export * from './listKubernetesChaosInfrastructure';
export * from './getKubeObject';

This file was deleted.

135 changes: 0 additions & 135 deletions chaoscenter/web/src/api/core/probe/addProbe.ts

This file was deleted.

27 changes: 0 additions & 27 deletions chaoscenter/web/src/api/core/probe/deleteProbe.ts

This file was deleted.

Loading

0 comments on commit adf92ba

Please sign in to comment.