dradis-csv 4.14.0 → 4.16.0

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: f6224aacaac17220b5823ae036b04658780766cdf3bb772671effe0290989ffe
4
- data.tar.gz: 3829508dd40c0b71da5e47630bacffa47a11181c3e8480ef4b0686010c82ac10
3
+ metadata.gz: fc73e695c0204ff3c035454a4985725a1aa7dca8558a588884f1131eca9bf756
4
+ data.tar.gz: d1cc6ff8887e6c6ca55ce92a92a3a2a0a4d3b91bffe22566050a3da754fab1b8
5
5
  SHA512:
6
- metadata.gz: 8ee3c2a936441bcb65c1f5cdb4206c864453db31338e985aeb34c5d0d1b5d28a1d58211fa42b52ede51900ee9572d948ed5c4158879b333a1e1af33c93cc3bc3
7
- data.tar.gz: bea1cbb1fa73fa0a8442ef0d7f4f9b385196f67b8c9f78ab2d49bc40d535c3d1ce6d48df148691715cf2ce88c38da2f35f046151802ff0a85c3dab571f320c08
6
+ metadata.gz: 8554f54319dd3915b3b206e30ff5141dbdfba6ab8f62b021d573cba57085ca5d26e21d923c4845930785694a882a0d6b228c1d0d88d40c6fe852acca78e8d6e5
7
+ data.tar.gz: dcaf0b02a991d453f193fb0c3cf605faa415aeeac69ad7c86cdc9c246b37072c02db7a985b8ae850cf33ede5ce7e3e969c59ba86ca75355fc3e299ba3452e05c
data/.gitignore CHANGED
@@ -1,3 +1,5 @@
1
1
  .DS_Store
2
2
 
3
3
  pkg/
4
+
5
+ Gemfile.lock
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ v4.16.0 (May 2025)
2
+ - Update manifest for compatibility with Hera layout.
3
+ - Update turbolinks references to turbo
4
+
5
+ v4.15.0 (December 2024)
6
+ - No changes
7
+
1
8
  v4.14.0 (October 2024)
2
9
  - No changes
3
10
 
@@ -9,12 +9,12 @@ window.addEventListener('job-done', function () {
9
9
 
10
10
  var redirectPath =
11
11
  project_path + '/addons/csv/upload/new?attachment=' + attachment;
12
- Turbolinks.visit(redirectPath);
12
+ Turbo.visit(redirectPath);
13
13
  }
14
14
  }
15
15
  });
16
16
 
17
- document.addEventListener('turbolinks:load', function () {
17
+ document.addEventListener('turbo:load', function() {
18
18
  if ($('body.upload.new').length) {
19
19
  $('[data-behavior=type-select]').on('change', function () {
20
20
  var $nodeSelect = $('select option[value="node"]:selected').parent();
@@ -1,39 +1,13 @@
1
1
  body.upload.new {
2
- .dataTables_footer_content {
3
- display: none;
4
- }
5
-
6
2
  .form-actions {
7
3
  margin-top: 0;
8
4
  }
9
5
 
10
6
  .table {
11
- margin-bottom: 0 !important;
12
-
13
7
  tr {
14
- &.issue-type:hover {
15
- .identifier {
16
- opacity: 1;
17
- pointer-events: all;
18
- }
19
- }
20
-
21
8
  td {
22
9
  vertical-align: middle;
23
-
24
- .identifier {
25
- opacity: 0;
26
- pointer-events: none;
27
-
28
- &:checked {
29
- opacity: 1;
30
- }
31
- }
32
10
  }
33
11
  }
34
12
  }
35
-
36
- .table-wrapper {
37
- max-height: 100%;
38
- }
39
13
  }
@@ -8,7 +8,7 @@ module Dradis
8
8
 
9
9
  module VERSION
10
10
  MAJOR = 4
11
- MINOR = 14
11
+ MINOR = 16
12
12
  TINY = 0
13
13
  PRE = nil
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dradis-csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.14.0
4
+ version: 4.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Martin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2025-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dradis-plugins
@@ -67,9 +67,9 @@ files:
67
67
  - LICENSE
68
68
  - README.md
69
69
  - Rakefile
70
- - app/assets/javascripts/dradis/plugins/csv/manifests/tylium.js
70
+ - app/assets/javascripts/dradis/plugins/csv/manifests/hera.js
71
71
  - app/assets/javascripts/dradis/plugins/csv/upload.js
72
- - app/assets/stylesheets/dradis/plugins/csv/manifests/tylium.scss
72
+ - app/assets/stylesheets/dradis/plugins/csv/manifests/hera.scss
73
73
  - app/assets/stylesheets/dradis/plugins/csv/upload.scss
74
74
  - app/controllers/dradis/plugins/csv/upload_controller.rb
75
75
  - app/jobs/dradis/plugins/csv/mapping_import_job.rb