pg_insights 0.3.0 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8acfcade3c12305c32746590f4a929658316db90b6a447eafed0571acd3376a4
4
- data.tar.gz: 718ebc8fc2c8488d7fc17658e204c7c4f2b1b26742013f804649b2ff6ca47136
3
+ metadata.gz: 0c0047e0a987820049e3fd9eb5b358df1c6a75fa50b5906c601080e3eb8473a5
4
+ data.tar.gz: 41c449fb98740eeaf782e0830f28192ef2a85f92a06aa30d268c3d34915d4d83
5
5
  SHA512:
6
- metadata.gz: 8f88375655df7257c743c72ebb210d7e17a446d8b12c8b29e36eed0cae4c6b8f4a036e0010207db67950a108df2752f69dee5f6f9afc099563c1ddf33c477691
7
- data.tar.gz: f97b5851eea169936254692c0ab5b8cd7104e367294b77179c697552ef1c5b6815a0ac5e5cc2a3f919faf0c3f4fed540f94e6bcaa39aef8b39a9c09a55a6c421
6
+ metadata.gz: f3f5a1cc793a1fae11794e28e347717d55600e7204a6f0fe3530ecc5ddc9412a3685e2d793f2d5224d24d92b1fa0300f743c8019ce5b5c9a362c74b69233831c
7
+ data.tar.gz: f92a5dc042459af2a2e6ae00adcbc37d91d99c31c9c62861b54d3a6bd4bd68b3b4ac4dce27500da13acb88b53e772fc39dad937c8ab6df2c754253c29a2493e1
data/README.md CHANGED
@@ -273,10 +273,28 @@ bundle exec rake spec
273
273
 
274
274
  MIT License. See [LICENSE](MIT-LICENSE) file.
275
275
 
276
- ---
276
+ ## 🙏 Special Thanks
277
277
 
278
278
  <div align="center">
279
279
 
280
- Built by [Mezbah Alam](https://github.com/mezbahalam) Inspired by pg_hero and other database monitoring tools
280
+ > *"Great mentors don't just teach you how to write code, they inspire you to build something meaningful."*
281
+
282
+ **Special thanks to [Keith Doggett](https://github.com/keithdoggett) ([@keithdoggett](https://github.com/keithdoggett))**
283
+ *Team Lead & Technical Mentor*
281
284
 
282
285
  </div>
286
+
287
+ ---
288
+
289
+ <p align="center">
290
+ <sub>
291
+ Built with&nbsp;<span role="img" aria-label="love">❤️</span>&nbsp;by
292
+ <a href="https://github.com/mezbahalam"><strong>Mezbah Alam</strong></a>
293
+ </sub>
294
+ <br />
295
+ <sub>
296
+ Inspired by&nbsp;<a href="https://github.com/ankane/pghero"><strong>pg_hero</strong></a>
297
+ and other&nbsp;database-monitoring&nbsp;tools
298
+ </sub>
299
+ </p>
300
+
@@ -1,6 +1,3 @@
1
- //= require chartkick
2
- //= require Chart.bundle
3
- //= require_tree .
4
1
 
5
2
 
6
3
  // PG Insights JavaScript
@@ -1,4 +1,3 @@
1
- //= require_tree ./results
2
1
 
3
2
  document.addEventListener('DOMContentLoaded', function() {
4
3
  if (!document.querySelector('.results-section')) return;
@@ -7,6 +7,15 @@
7
7
  <meta name="csrf-token" content="<%= form_authenticity_token %>">
8
8
  <%#= favicon_link_tag "favicon.png" %>
9
9
  <%= stylesheet_link_tag "pg_insights/application", media: "all" %>
10
+ <%= stylesheet_link_tag "pg_insights/results", media: "all" %>
11
+ <%= stylesheet_link_tag "pg_insights/health", media: "all" %>
12
+ <%= javascript_include_tag "chartkick", nonce: true %>
13
+ <%= javascript_include_tag "Chart.bundle", nonce: true %>
14
+ <%= javascript_include_tag "pg_insights/results/view_toggles", nonce: true %>
15
+ <%= javascript_include_tag "pg_insights/results/chart_renderer", nonce: true %>
16
+ <%= javascript_include_tag "pg_insights/results/table_manager", nonce: true %>
17
+ <%= javascript_include_tag "pg_insights/results", nonce: true %>
18
+ <%= javascript_include_tag "pg_insights/health", nonce: true %>
10
19
  <%= javascript_include_tag "pg_insights/application", nonce: true %>
11
20
 
12
21
  </head>
@@ -1,3 +1,3 @@
1
1
  module PgInsights
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mezbah Alam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-07 00:00:00.000000000 Z
11
+ date: 2025-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails