Skip to content

Commit

Permalink
Merge pull request #1674 from dmitry-sinina/swagger
Browse files Browse the repository at this point in the history
remove swagger
  • Loading branch information
dmitry-sinina authored Jan 6, 2025
2 parents 11896b0 + 05475a5 commit d38ff0e
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 38,300 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,6 @@ pgq-processors-gems:
$(MAKE) -C pgq-processors


.PHONY: swagger
swagger: debian/changelog
$(info:msg=call swagger processing)
$(MAKE) -C swagger version=${version}


.PHONY: prepare-test-db
prepare-test-db: gems-test config/database.yml config/yeti_web.yml config/policy_roles.yml
$(info:msg=Preparing test database)
Expand Down Expand Up @@ -278,7 +272,6 @@ install: $(app_files)
.PHONY: clean
clean:
$(info:msg=Cleaning)
$(MAKE) -C swagger clean
$(MAKE) -C pgq-processors clean
rm -rf public/assets \
.bundle \
Expand Down
3 changes: 0 additions & 3 deletions config/yeti-web.dist.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ server {
root /opt/yeti-web/public;
expires 5h;
}
location /swagger {
expires 5h;
}

location /doc {
root /opt/yeti-web;
Expand Down
1 change: 0 additions & 1 deletion spec/coverage_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def configure
add_filter '/public/'
add_filter '/script/'
add_filter '/spec/'
add_filter '/swagger/'
add_filter '/tmp/'
add_filter '/vendor/'
add_filter '/Rakefile'
Expand Down
16 changes: 0 additions & 16 deletions swagger/Makefile

This file was deleted.

Loading

0 comments on commit d38ff0e

Please sign in to comment.