sidekiq-tasks 1.0.1 → 1.1.1

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: 57f891b4fbcdfb74ead4963a6200add3e7a8bd005099feefb9afee4f17c82078
4
- data.tar.gz: 01354a40f050c85cac8460b204a64c7587bbfa9980677e409b91dca9f69baf61
3
+ metadata.gz: d13a496b58433b8ee798cf6c5a2ff67518bc3da2db85f0ab28f8ee70c0b860a2
4
+ data.tar.gz: b50a5cf826a2cb6a4c12c43de9837f9c87cea14a731a44684cb756df39cb89d1
5
5
  SHA512:
6
- metadata.gz: ce39a868bdd6e161a9cd32139b22fd6842548492d6b7c09f05aaeaaee024f3797825748c73a95c8c08d4fbc97ca13bf1d1a32cc13cf8308eb0baf154fb48e269
7
- data.tar.gz: 46cbc44086ec3d37bf5d24bf772fca3434dbbb4fc076d9e4ddcc082ebcc2babb3243de9cbb13bbf1aba542ed27abfe49df2386ca615e56f26d2bd2a20dacee18
6
+ metadata.gz: 508e4a32d10ce1e9edf0eaae7113d15dac37e6c50fd939fc18edc660775f221ab9dd7406c4e4ce2e1c3514c146f7559769cf97faeb5c7ed433c02e8976c21bee
7
+ data.tar.gz: 4d21eb5afa827fe8b92e5512e8882f38eb6a2eaa8e0cb7832f3c87b7f714e47d6b9b5238908ff8bfc7a7ddd24b9be9a688d65f4c3072bb440e57a5de708cc5ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## Changelog
2
2
 
3
+ ### [1.1.1] - 2026-04-12
4
+
5
+ - Transfer repository ownership to Capsens organization.
6
+
7
+ ### [1.1.0] - 2026-04-08
8
+
9
+ - Search tasks by description in addition to name.
10
+
3
11
  ### [1.0.1] - 2026-03-17
4
12
 
5
13
  - Fix magic comment detection for tasks with multiline descriptions (heredoc, multiline strings, backslash continuation).
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2025 Victor
3
+ Copyright (c) 2025 Capsens
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Sidekiq::Tasks
2
2
 
3
- [![CI Status](https://github.com/victorauthiat/sidekiq-tasks/actions/workflows/ci.yml/badge.svg)](https://github.com/victorauthiat/sidekiq-tasks/actions/workflows/ci.yml)
4
- [![Maintainability](https://qlty.sh/gh/VictorAuthiat/projects/sidekiq-tasks/maintainability.svg)](https://qlty.sh/gh/VictorAuthiat/projects/sidekiq-tasks)
5
- [![Code Coverage](https://qlty.sh/gh/VictorAuthiat/projects/sidekiq-tasks/coverage.svg)](https://qlty.sh/gh/VictorAuthiat/projects/sidekiq-tasks)
3
+ [![CI Status](https://github.com/CapSens/sidekiq-tasks/actions/workflows/ci.yml/badge.svg)](https://github.com/CapSens/sidekiq-tasks/actions/workflows/ci.yml)
4
+ [![Maintainability](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks/maintainability.svg)](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks)
5
+ [![Code Coverage](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks/coverage.svg)](https://qlty.sh/gh/CapSens/projects/sidekiq-tasks)
6
6
 
7
7
  > A [Sidekiq](https://github.com/sidekiq/sidekiq) extension for task management.
8
8
 
@@ -267,7 +267,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
267
267
 
268
268
  ## Contributing
269
269
 
270
- Bug reports and pull requests are welcome on GitHub at https://github.com/victorauthiat/sidekiq-tasks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/victorauthiat/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
270
+ Bug reports and pull requests are welcome on GitHub at https://github.com/CapSens/sidekiq-tasks. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/CapSens/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
271
271
 
272
272
  ## License
273
273
 
@@ -275,4 +275,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
275
275
 
276
276
  ## Code of Conduct
277
277
 
278
- Everyone interacting in the Sidekiq::Tasks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/victorauthiat/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
278
+ Everyone interacting in the Sidekiq::Tasks project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/CapSens/sidekiq-tasks/blob/master/CODE_OF_CONDUCT.md).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sidekiq
4
4
  module Tasks
5
- VERSION = "1.0.1"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
@@ -21,7 +21,7 @@ module Sidekiq
21
21
  end
22
22
 
23
23
  def filtered_collection
24
- @_filtered_collection ||= Sidekiq::Tasks.tasks.where(name: filter)
24
+ @_filtered_collection ||= Sidekiq::Tasks.tasks.where(name: filter, desc: filter)
25
25
  end
26
26
 
27
27
  def filter
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Victor
7
+ - Capsens
8
8
  bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -223,7 +223,7 @@ description: |
223
223
  Sidekiq Tasks is an extension for Sidekiq that provides an interface for launching tasks.
224
224
  Natively supports rake tasks and can be easily extended to support other task execution systems.
225
225
  email:
226
- - authiatv@gmail.com
226
+ - contact@capsens.eu
227
227
  executables: []
228
228
  extensions: []
229
229
  extra_rdoc_files: []
@@ -286,13 +286,13 @@ files:
286
286
  - web/views/_pagination.erb
287
287
  - web/views/task.erb
288
288
  - web/views/tasks.erb
289
- homepage: https://github.com/victorauthiat/sidekiq-tasks
289
+ homepage: https://github.com/CapSens/sidekiq-tasks
290
290
  licenses:
291
291
  - MIT
292
292
  metadata:
293
- homepage_uri: https://github.com/victorauthiat/sidekiq-tasks
294
- source_code_uri: https://github.com/victorauthiat/sidekiq-tasks/blob/master
295
- changelog_uri: https://github.com/victorauthiat/sidekiq-tasks/blob/master/CHANGELOG.md
293
+ homepage_uri: https://github.com/CapSens/sidekiq-tasks
294
+ source_code_uri: https://github.com/CapSens/sidekiq-tasks/blob/master
295
+ changelog_uri: https://github.com/CapSens/sidekiq-tasks/blob/master/CHANGELOG.md
296
296
  rdoc_options: []
297
297
  require_paths:
298
298
  - lib