Replace attr_encrypted with vendored fork
This gem is unmaintained and had no working build setup. We also identified issues with Ruby 3 support. We therefore forked it into gitlab-org, applied several patches, and eventually are vendoring it into gitlab-rails with this commit. This also allows us to remove various monkey patches since these issues are now fixed in the forked gem.
显示
- .gitlab/ci/rules.gitlab-ci.yml 6 个添加, 0 个删除.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/vendored-gems.gitlab-ci.yml 8 个添加, 0 个删除.gitlab/ci/vendored-gems.gitlab-ci.yml
- Gemfile 4 个添加, 1 个删除Gemfile
- Gemfile.checksum 0 个添加, 1 个删除Gemfile.checksum
- Gemfile.lock 7 个添加, 3 个删除Gemfile.lock
- config/initializers/attr_encrypted_no_db_connection.rb 0 个添加, 44 个删除config/initializers/attr_encrypted_no_db_connection.rb
- config/initializers/attr_encrypted_thread_safe.rb 0 个添加, 17 个删除config/initializers/attr_encrypted_thread_safe.rb
- spec/initializers/attr_encrypted_no_db_connection_spec.rb 0 个添加, 40 个删除spec/initializers/attr_encrypted_no_db_connection_spec.rb
- spec/initializers/attr_encrypted_thread_safe_spec.rb 0 个添加, 28 个删除spec/initializers/attr_encrypted_thread_safe_spec.rb
- vendor/gems/attr_encrypted/.gitignore 5 个添加, 0 个删除vendor/gems/attr_encrypted/.gitignore
- vendor/gems/attr_encrypted/.gitlab-ci.yml 26 个添加, 0 个删除vendor/gems/attr_encrypted/.gitlab-ci.yml
- vendor/gems/attr_encrypted/CHANGELOG.md 98 个添加, 0 个删除vendor/gems/attr_encrypted/CHANGELOG.md
- vendor/gems/attr_encrypted/Gemfile 3 个添加, 0 个删除vendor/gems/attr_encrypted/Gemfile
- vendor/gems/attr_encrypted/Gemfile.lock 152 个添加, 0 个删除vendor/gems/attr_encrypted/Gemfile.lock
- vendor/gems/attr_encrypted/MIT-LICENSE 20 个添加, 0 个删除vendor/gems/attr_encrypted/MIT-LICENSE
- vendor/gems/attr_encrypted/README.md 466 个添加, 0 个删除vendor/gems/attr_encrypted/README.md
- vendor/gems/attr_encrypted/Rakefile 25 个添加, 0 个删除vendor/gems/attr_encrypted/Rakefile
- vendor/gems/attr_encrypted/attr_encrypted.gemspec 52 个添加, 0 个删除vendor/gems/attr_encrypted/attr_encrypted.gemspec
- vendor/gems/attr_encrypted/lib/attr_encrypted.rb 473 个添加, 0 个删除vendor/gems/attr_encrypted/lib/attr_encrypted.rb
- vendor/gems/attr_encrypted/lib/attr_encrypted/adapters/active_record.rb 146 个添加, 0 个删除...tr_encrypted/lib/attr_encrypted/adapters/active_record.rb
加载中
想要评论请 注册 或 登录