-
- Downloads
Add a Rake task to edit/remove expiration dates
Running `rake gitlab:tokens:edit` will provide an interface to extend/remove tokens.
Showing
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 1 addition, 0 deletionsGemfile.lock
- lib/tasks/gitlab/tokens.rake 7 additions, 71 deletionslib/tasks/gitlab/tokens.rake
- lib/tasks/gitlab/tokens/manage_expiry_task.rb 181 additions, 0 deletionslib/tasks/gitlab/tokens/manage_expiry_task.rb
- spec/tasks/gitlab/tokens/manage_expiry_task_spec.rb 102 additions, 0 deletionsspec/tasks/gitlab/tokens/manage_expiry_task_spec.rb
Loading
| Loading
| @@ -370,6 +370,8 @@ gem 'gettext', '~> 3.3', require: false, group: :development, feature_category: |
gem 'batch-loader', '~> 2.0.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'tty-prompt', '~> 0.23', require: false, feature_category: :shared | ||
# Perf bar | ||
gem 'peek', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
Loading
| Loading
|
Please register or sign in to comment