sidekiq-undertaker 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b83cd4a266136182c00e82e85f9173d9c8b53722302ea8bc6b440706b31b12f2
4
- data.tar.gz: 478bb085a406e62c4f9b6eb2b4cd8e465b39dafaffa1a827c17669ffca488c83
3
+ metadata.gz: 00e0e140904b2a6c034ae86443f4097405c27089bd402faa9c567b9a4ed494ac
4
+ data.tar.gz: df53ecae31dbf8ab6535016bee735ab199eec205251e54332bd7e1f221c584f5
5
5
  SHA512:
6
- metadata.gz: fe769f3ef5497ae2848dcd3bd858495152b813a72970cd6b311b1655c7d65e025e64cd2e88a808f4f23cced4ee2d4cc19cc7daf598df119a4127d5cbd276de16
7
- data.tar.gz: bad9876a8e994490b9461f443cd93b02da7363dc9c2b1b7a6ea936741c3d4865b99b58e7328a34cdae8d66224d52bedb02affeefbe9737ba23f1825d3bc8dc46
6
+ metadata.gz: c91f3a2c28ac45514a4b2de47bfbbb9029bf1377daf88ae7aa589f807fb59e6d691fc717f6661041966561d76eb516de80e7cf52a9e8bb78a6c7ac8556b9ac5b
7
+ data.tar.gz: 57177fcdb514ab963e3b67917938b8571e16f0209156505fd1f20cc32bf1f787f2922245406f8263f3a3d990934bb81fc445acee89329b69ade09025815d2ae7
data/CHANGELOG.md ADDED
@@ -0,0 +1,96 @@
1
+ # Changelog
2
+
3
+ ## Unreleased
4
+
5
+ ## [1.1.1] - 2022-02-03
6
+ ### Added
7
+ - Added CHANGELOG.md
8
+
9
+ ## [1.1.0] - 2022-01-19
10
+ ### Added
11
+ - Added renovate.json
12
+ - Added ruby-build github workflow
13
+ - Added .rspec config file
14
+
15
+ ### Changed
16
+ - Updated support for Sidekiq 6.2.2 and higher
17
+ - Updated travis CI config to use latest ruby versions
18
+ - Updated to use GitHub-native Dependabot
19
+ - Updated spech_helper
20
+ - Updated approvals to version 0.0.25
21
+
22
+ ## [1.0.2] - 2021-01-27
23
+ ### Added
24
+ - Consider also explicitly stating that PRs must pass RuboCop to be accepted
25
+ - Added rubocop badge to README.md
26
+
27
+ ### Changed
28
+ - Upgraded rubocop and rt_rubocop_defaults
29
+ - Updated rake requirement from ~> 12.3 to ~> 13.0
30
+ - Updated Travis CI to use JRuby-9.2.10.0
31
+ - Updated README to clarify RuboCop install
32
+
33
+ ## [1.0.1] - 2020-02-03
34
+ ### Added
35
+ - Added ruby 2.7.0 to travis file and mark ruby 2.4.9 as optional
36
+
37
+ ### Changed
38
+ - Updated codeclimate.yml to enable rubocop
39
+
40
+ ### Fixed
41
+ - Fixed pagination on morgue page
42
+ - Fixed rubocopo issues
43
+
44
+ ## [1.0.0] - 2019-12-24
45
+ ### Added
46
+ - Added RubyGems badge
47
+ - Added custom locales
48
+
49
+ ### Changed
50
+ - Renamed gem from sidekiq-cleaner to sidekiq-undertaker
51
+ - Updated do not show 'all' as job or error name in titles
52
+ - Updated gemspec, .travis.yml and README.md
53
+ - Updated rename buckets and add the 'older' bucket
54
+ - Refactored move sort into JobAggregator
55
+ - Renamed JobAggregator to JobDistributor
56
+ - Updated translations
57
+ - Updated add '/filter' and '/morgue' prefixes to URLs
58
+ - Renamed Helpers to APIHelpers
59
+ - Moved view files to top level web folder
60
+ - Renamed views
61
+ - Moved WebExtension::Helper into separate file
62
+
63
+ ### Removed
64
+ - Removed before install steps from .travis.yml
65
+
66
+ ### Fixed
67
+ - Updated README.md to fix broken members link
68
+ - Fixed approvals specs after sidekiq ref update
69
+ - Fixed sidekiq dependency in gemspec
70
+ - Fixed broken links in filter view
71
+ - Fixed Travis link
72
+ - Fixed paths in views
73
+
74
+ ## [0.3.6] - 2019-12-04
75
+ ### Added
76
+ - Added Test Coverage Badge
77
+ - Added CodeClimate configuration
78
+ - Added support for JRuby
79
+ - Added .travis.yml
80
+ - Added support for csrf and allowed this to be used with newer versions of sidekiq
81
+
82
+ ### Changed
83
+ - Updated travis config
84
+ - Updated Rubocop and RtRubocopDefaults gems
85
+ - Updated README.md
86
+ - Updated gemspec
87
+ - Renamed approvals specs to shorten file path
88
+ - Updated approval specs to exclude Sidekiq::VERSION
89
+ - Removed celluloid dependency
90
+ - Allowed developers to use other Rubies
91
+ - Removed .ruby-version and added .ruby-version and .rvmrc to the .gitignore
92
+
93
+ ### Fixed
94
+ - Fixed "Retry All" and "Delete All" function
95
+ - Fixed Csrf and sidekiq version compatibility
96
+ - Fixed Cleaner Redirect Bug
data/README.md CHANGED
@@ -81,6 +81,8 @@ this fork was renamed to `sidekiq-undertaker`.
81
81
 
82
82
  The [Sidekiq-Cleaner](https://github.com/HackingHabits/sidekiq-cleaner) gem was originally created by [Madan Thangavelu](https://github.com/HackingHabits).
83
83
  [Tout](https://github.com/Tout/sidekiq-cleaner) and [TheWudu](https://github.com/TheWudu/sidekiq-cleaner) also contributed to it.
84
+ Thank you [Zlatko Rednjak](https://github.com/Rednjak) for adding the initial version of the `CHANGELOG.md`.
85
+
84
86
  For the complete list of network members have a look at the [fork overview](https://github.com/ThomasKoppensteiner/sidekiq-undertaker/network/members).
85
87
 
86
88
  ## Alternative Projects
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sidekiq
4
4
  module Undertaker
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-undertaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Koppensteiner
@@ -321,6 +321,7 @@ files:
321
321
  - ".rubocop_codeclimate.yml"
322
322
  - ".rubocop_todo.yml"
323
323
  - ".travis.yml"
324
+ - CHANGELOG.md
324
325
  - Demo_Filter.png
325
326
  - Demo_Job_Filter.png
326
327
  - Demo_Morgue_1_Job.png