Commits on Source (700)
Showing
- .gitlab/CODEOWNERS 255 additions, 248 deletions.gitlab/CODEOWNERS
- .gitlab/issue_templates/Navigation - Left Sidebar Proposals.md 1 addition, 1 deletion...ab/issue_templates/Navigation - Left Sidebar Proposals.md
- .rubocop_todo/layout/first_hash_element_indentation.yml 0 additions, 1 deletion.rubocop_todo/layout/first_hash_element_indentation.yml
- .rubocop_todo/layout/line_length.yml 0 additions, 1 deletion.rubocop_todo/layout/line_length.yml
- .rubocop_todo/layout/space_around_method_call_operator.yml 0 additions, 32 deletions.rubocop_todo/layout/space_around_method_call_operator.yml
- .rubocop_todo/layout/space_inside_block_braces.yml 0 additions, 61 deletions.rubocop_todo/layout/space_inside_block_braces.yml
- .rubocop_todo/rspec/context_wording.yml 0 additions, 1 deletion.rubocop_todo/rspec/context_wording.yml
- .rubocop_todo/rspec/repeated_example_group_description.yml 0 additions, 1 deletion.rubocop_todo/rspec/repeated_example_group_description.yml
- CHANGELOG.md 69 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_PAGES_VERSION 1 addition, 1 deletionGITLAB_PAGES_VERSION
- Gemfile 6 additions, 6 deletionsGemfile
- Gemfile.lock 67 additions, 67 deletionsGemfile.lock
- app/assets/javascripts/access_tokens/components/expires_at_field.vue 19 additions, 11 deletions...javascripts/access_tokens/components/expires_at_field.vue
- app/assets/javascripts/api/groups_api.js 7 additions, 0 deletionsapp/assets/javascripts/api/groups_api.js
- app/assets/javascripts/batch_comments/components/review_bar.vue 28 additions, 0 deletions...sets/javascripts/batch_comments/components/review_bar.vue
- app/assets/javascripts/batch_comments/i18n.js 3 additions, 0 deletionsapp/assets/javascripts/batch_comments/i18n.js
- app/assets/javascripts/batch_comments/stores/modules/batch_comments/actions.js 5 additions, 0 deletions...s/batch_comments/stores/modules/batch_comments/actions.js
- app/assets/javascripts/behaviors/components/json_table.vue 71 additions, 0 deletionsapp/assets/javascripts/behaviors/components/json_table.vue
- app/assets/javascripts/behaviors/markdown/marks/strike.js 24 additions, 5 deletionsapp/assets/javascripts/behaviors/markdown/marks/strike.js
... | ... | @@ -2,9 +2,9 @@ |
source 'https://rubygems.org' | ||
gem 'rails', '~> 6.1.4.7' | ||
gem 'rails', '~> 6.1.6.1' | ||
gem 'bootsnap', '~> 1.12.0', require: false | ||
gem 'bootsnap', '~> 1.13.0', require: false | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 3.0' | ||
... | ... | @@ -365,7 +365,7 @@ group :development, :test do |
gem 'bullet', '~> 6.1.3' | ||
gem 'pry-byebug' | ||
gem 'pry-rails', '~> 0.3.9' | ||
gem 'pry-shell', '~> 0.5.0' | ||
gem 'pry-shell', '~> 0.5.1' | ||
gem 'awesome_print', require: false | ||
... | ... | @@ -493,7 +493,7 @@ gem 'kas-grpc', '~> 0.0.2' |
gem 'grpc', '~> 1.42.0' | ||
gem 'google-protobuf', '~> 3.19.0' | ||
gem 'google-protobuf', '~> 3.21' | ||
gem 'toml-rb', '~> 2.0' | ||
... | ... | @@ -536,9 +536,9 @@ gem 'valid_email', '~> 0.1' |
# JSON | ||
gem 'json', '~> 2.5.1' | ||
gem 'json_schemer', '~> 0.2.18' | ||
gem 'oj', '~> 3.13.17' | ||
gem 'oj', '~> 3.13.19' | ||
gem 'multi_json', '~> 1.14.1' | ||
gem 'yajl-ruby', '~> 1.4.1', require: 'yajl' | ||
gem 'yajl-ruby', '~> 1.4.3', require: 'yajl' | ||
gem 'webauthn', '~> 2.3' | ||
... | ... |