debugbar 0.1.0 → 0.1.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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/debugbar/assets_controller.rb +1 -1
  3. data/build.sh +7 -0
  4. data/debugbar.gemspec +9 -2
  5. data/lib/debugbar/engine.rb +0 -8
  6. data/lib/debugbar/version.rb +1 -1
  7. data/lib/debugbar.rb +0 -7
  8. data/{client/dist/assets/debugbar-u5mP-5-z.js → public/debugbar.js} +10 -10
  9. metadata +3 -55
  10. data/.prettierrc +0 -6
  11. data/client/.gitignore +0 -25
  12. data/client/README.md +0 -0
  13. data/client/dist/.vite/manifest.json +0 -14
  14. data/client/dist/assets/ruby-logo-kn_8RniZ.svg +0 -946
  15. data/client/index.html +0 -78
  16. data/client/package-lock.json +0 -2393
  17. data/client/package.json +0 -32
  18. data/client/postcss.config.js +0 -6
  19. data/client/src/App.vue +0 -17
  20. data/client/src/AppDemo.vue +0 -29
  21. data/client/src/AppDev.vue +0 -20
  22. data/client/src/Debugbar.vue +0 -276
  23. data/client/src/assets/rails-logo.svg +0 -1
  24. data/client/src/assets/ruby-logo.svg +0 -946
  25. data/client/src/components/TabButton.vue +0 -32
  26. data/client/src/components/panels/CachePanel.vue +0 -41
  27. data/client/src/components/panels/JobsPanel.vue +0 -52
  28. data/client/src/components/panels/JsonPanel.vue +0 -15
  29. data/client/src/components/panels/LogsPanel.vue +0 -43
  30. data/client/src/components/panels/MessagesPanel.vue +0 -25
  31. data/client/src/components/panels/ModelsPanel.vue +0 -37
  32. data/client/src/components/panels/Panel.vue +0 -7
  33. data/client/src/components/panels/RequestPanel.vue +0 -98
  34. data/client/src/components/queries/QueriesPanel.vue +0 -17
  35. data/client/src/components/queries/QueryItem.vue +0 -65
  36. data/client/src/components/ui/Foldable.vue +0 -39
  37. data/client/src/components/ui/KeyValueTable.vue +0 -16
  38. data/client/src/components/ui/Row.vue +0 -14
  39. data/client/src/components/ui/logo-ruby.vue +0 -547
  40. data/client/src/demo.ts +0 -17
  41. data/client/src/dev.ts +0 -20
  42. data/client/src/main.ts +0 -17
  43. data/client/src/models/Config.ts +0 -27
  44. data/client/src/models/Request.ts +0 -183
  45. data/client/src/stores/RequestsStore.ts +0 -36
  46. data/client/src/stores/configStore.ts +0 -8
  47. data/client/src/style.css +0 -23
  48. data/client/src/types.d.ts +0 -9
  49. data/client/src/vite-env.d.ts +0 -1
  50. data/client/tailwind.config.js +0 -16
  51. data/client/tsconfig.json +0 -29
  52. data/client/tsconfig.node.json +0 -10
  53. data/client/vite.config.ts +0 -44
  54. data/fixtures/requests/1706607114--demo_post_list.json +0 -499
  55. data/fixtures/requests/1706607120--api_jobs.json +0 -176
  56. data/fixtures/requests/1706607123--api_jobs.json +0 -119
  57. data/fixtures/requests/1706607133--demo_slow_page.json +0 -130
  58. data/fixtures/requests/1706607136--demo_post.json +0 -164
  59. data/fixtures/requests/1706607136--demo_random_post.json +0 -106
  60. data/fixtures/requests/1706607141--api_errors.json +0 -73
  61. data/package-lock.json +0 -50
  62. data/package.json +0 -5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debugbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Bourdeau
@@ -46,7 +46,6 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - ".prettierrc"
50
49
  - LICENSE.txt
51
50
  - README.md
52
51
  - Rakefile
@@ -55,59 +54,9 @@ files:
55
54
  - app/controllers/debugbar/assets_controller.rb
56
55
  - app/helpers/debugbar/tag_helpers.rb
57
56
  - app/models/debugbar/application_record.rb
58
- - client/.gitignore
59
- - client/README.md
60
- - client/dist/.vite/manifest.json
61
- - client/dist/assets/debugbar-u5mP-5-z.js
62
- - client/dist/assets/ruby-logo-kn_8RniZ.svg
63
- - client/index.html
64
- - client/package-lock.json
65
- - client/package.json
66
- - client/postcss.config.js
67
- - client/src/App.vue
68
- - client/src/AppDemo.vue
69
- - client/src/AppDev.vue
70
- - client/src/Debugbar.vue
71
- - client/src/assets/rails-logo.svg
72
- - client/src/assets/ruby-logo.svg
73
- - client/src/components/TabButton.vue
74
- - client/src/components/panels/CachePanel.vue
75
- - client/src/components/panels/JobsPanel.vue
76
- - client/src/components/panels/JsonPanel.vue
77
- - client/src/components/panels/LogsPanel.vue
78
- - client/src/components/panels/MessagesPanel.vue
79
- - client/src/components/panels/ModelsPanel.vue
80
- - client/src/components/panels/Panel.vue
81
- - client/src/components/panels/RequestPanel.vue
82
- - client/src/components/queries/QueriesPanel.vue
83
- - client/src/components/queries/QueryItem.vue
84
- - client/src/components/ui/Foldable.vue
85
- - client/src/components/ui/KeyValueTable.vue
86
- - client/src/components/ui/Row.vue
87
- - client/src/components/ui/logo-ruby.vue
88
- - client/src/demo.ts
89
- - client/src/dev.ts
90
- - client/src/main.ts
91
- - client/src/models/Config.ts
92
- - client/src/models/Request.ts
93
- - client/src/stores/RequestsStore.ts
94
- - client/src/stores/configStore.ts
95
- - client/src/style.css
96
- - client/src/types.d.ts
97
- - client/src/vite-env.d.ts
98
- - client/tailwind.config.js
99
- - client/tsconfig.json
100
- - client/tsconfig.node.json
101
- - client/vite.config.ts
57
+ - build.sh
102
58
  - config/routes.rb
103
59
  - debugbar.gemspec
104
- - fixtures/requests/1706607114--demo_post_list.json
105
- - fixtures/requests/1706607120--api_jobs.json
106
- - fixtures/requests/1706607123--api_jobs.json
107
- - fixtures/requests/1706607133--demo_slow_page.json
108
- - fixtures/requests/1706607136--demo_post.json
109
- - fixtures/requests/1706607136--demo_random_post.json
110
- - fixtures/requests/1706607141--api_errors.json
111
60
  - lib/debugbar.rb
112
61
  - lib/debugbar/buffers/memory_buffer.rb
113
62
  - lib/debugbar/buffers/null_buffer.rb
@@ -123,8 +72,7 @@ files:
123
72
  - lib/debugbar/subscribers/active_record.rb
124
73
  - lib/debugbar/subscribers/active_support.rb
125
74
  - lib/debugbar/version.rb
126
- - package-lock.json
127
- - package.json
75
+ - public/debugbar.js
128
76
  - sig/debugbar.rbs
129
77
  homepage: https://debugbar.dev
130
78
  licenses:
data/.prettierrc DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "trailingComma": "es5",
3
- "tabWidth": 2,
4
- "printWidth": 120,
5
- "semi": false
6
- }
data/client/.gitignore DELETED
@@ -1,25 +0,0 @@
1
- # Logs
2
- logs
3
- *.log
4
- npm-debug.log*
5
- yarn-debug.log*
6
- yarn-error.log*
7
- pnpm-debug.log*
8
- lerna-debug.log*
9
-
10
- node_modules
11
- #dist
12
- dist-demo
13
- dist-ssr
14
- *.local
15
-
16
- # Editor directories and files
17
- .vscode/*
18
- !.vscode/extensions.json
19
- .idea
20
- .DS_Store
21
- *.suo
22
- *.ntvs*
23
- *.njsproj
24
- *.sln
25
- *.sw?
data/client/README.md DELETED
File without changes
@@ -1,14 +0,0 @@
1
- {
2
- "src/assets/ruby-logo.svg": {
3
- "file": "assets/ruby-logo-kn_8RniZ.svg",
4
- "src": "src/assets/ruby-logo.svg"
5
- },
6
- "src/main.ts": {
7
- "assets": [
8
- "assets/ruby-logo-kn_8RniZ.svg"
9
- ],
10
- "file": "assets/debugbar-u5mP-5-z.js",
11
- "isEntry": true,
12
- "src": "src/main.ts"
13
- }
14
- }