Skip to content

Commit

Permalink
Deprecate UI (close #299)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Nov 2, 2021
1 parent 1a4b4d9 commit b62f5d1
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 6,665 deletions.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder '.', '/vagrant', nfs: true # Uncomment to use NFS

config.vm.network "forwarded_port", guest: 80, host: 2000
config.vm.network "forwarded_port", guest: 3000, host: 3000
config.vm.network "forwarded_port", guest: 4171, host: 4171
config.vm.network "forwarded_port", guest: 8080, host: 8080
config.vm.network "forwarded_port", guest: 8093, host: 8093
Expand Down
4 changes: 0 additions & 4 deletions provisioning/local_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@

roles:
- ansible-go
- nodejs
- typescript
- packer
- sp_mini_1_create_dirs
- sp_mini_3_build_go_projects
- sp_mini_4_setup_apps
- sp_mini_5_build_ui
- sp_mini_6_copy_ui_folders
- sp_mini_7_setup_init
- docker
4 changes: 0 additions & 4 deletions provisioning/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
# This playbook is used for provisioning of the AMI
# UI and executables file are made ready in the vagrant environment
# They are only copied into the AMI here
- name: apply all scripts
hosts: all

roles:
- sp_mini_1_create_dirs
- sp_mini_4_setup_apps
- sp_mini_6_copy_ui_folders
- sp_mini_7_setup_init
- docker
8 changes: 0 additions & 8 deletions provisioning/resources/configs/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
header_upstream -Authorization
}

proxy /home localhost:3000 {
without /home
}

proxy /kibana localhost:5601 {
without /kibana
}
Expand All @@ -53,7 +49,3 @@

proxy /metrics localhost:8093
}

*:3000 {
root /home/ubuntu/snowplow/ui
}
1 change: 0 additions & 1 deletion provisioning/resources/ui/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions provisioning/resources/ui/README.md

This file was deleted.

148 changes: 0 additions & 148 deletions provisioning/resources/ui/assets/css/main.css

This file was deleted.

Binary file removed provisioning/resources/ui/assets/img/favicon.ico
Binary file not shown.
Binary file removed provisioning/resources/ui/assets/img/logo-white.png
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions provisioning/resources/ui/dist/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions provisioning/resources/ui/index.html

This file was deleted.

16 changes: 0 additions & 16 deletions provisioning/resources/ui/js/Interfaces.d.ts

This file was deleted.

Loading

0 comments on commit b62f5d1

Please sign in to comment.