pg_reports 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/config/routes.rb CHANGED
@@ -6,6 +6,7 @@ PgReports::Engine.routes.draw do
6
6
  post "enable_pg_stat_statements", to: "dashboard#enable_pg_stat_statements", as: :enable_pg_stat_statements
7
7
  post "reset_statistics", to: "dashboard#reset_statistics", as: :reset_statistics
8
8
  post "explain_analyze", to: "dashboard#explain_analyze", as: :explain_analyze
9
+ post "execute_query", to: "dashboard#execute_query", as: :execute_query
9
10
  post "create_migration", to: "dashboard#create_migration", as: :create_migration
10
11
 
11
12
  get ":category/:report", to: "dashboard#show", as: :report
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgReports
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_reports
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eldar Avatov
@@ -108,6 +108,9 @@ files:
108
108
  - app/controllers/pg_reports/dashboard_controller.rb
109
109
  - app/views/layouts/pg_reports/application.html.erb
110
110
  - app/views/pg_reports/dashboard/_fake_source_data.html.erb
111
+ - app/views/pg_reports/dashboard/_show_modals.html.erb
112
+ - app/views/pg_reports/dashboard/_show_scripts.html.erb
113
+ - app/views/pg_reports/dashboard/_show_styles.html.erb
111
114
  - app/views/pg_reports/dashboard/index.html.erb
112
115
  - app/views/pg_reports/dashboard/show.html.erb
113
116
  - config/locales/en.yml