Commits on Source (1040)
Showing
- .eslintrc.yml 1 addition, 0 deletions.eslintrc.yml
- .gitignore 1 addition, 4 deletions.gitignore
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- .gitlab/CODEOWNERS 1 addition, 1 deletion.gitlab/CODEOWNERS
- .gitlab/ci/frontend.gitlab-ci.yml 10 additions, 0 deletions.gitlab/ci/frontend.gitlab-ci.yml
- .gitlab/ci/global.gitlab-ci.yml 2 additions, 0 deletions.gitlab/ci/global.gitlab-ci.yml
- .gitlab/ci/rules.gitlab-ci.yml 58 additions, 74 deletions.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/issue_templates/Geo Replicate a new Git repository type.md 1 addition, 1 deletion...ssue_templates/Geo Replicate a new Git repository type.md
- .gitlab/issue_templates/Geo Replicate a new blob type.md 1 addition, 1 deletion.gitlab/issue_templates/Geo Replicate a new blob type.md
- .rubocop.yml 0 additions, 1 deletion.rubocop.yml
- .rubocop_manual_todo.yml 0 additions, 5 deletions.rubocop_manual_todo.yml
- .stylelintrc 1 addition, 0 deletions.stylelintrc
- CHANGELOG.md 112 additions, 0 deletionsCHANGELOG.md
- GITLAB_SHELL_VERSION 1 addition, 1 deletionGITLAB_SHELL_VERSION
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 4 additions, 4 deletionsGemfile.lock
- app/assets/images/logos/zentao.svg 14 additions, 0 deletionsapp/assets/images/logos/zentao.svg
- app/assets/javascripts/analytics/shared/components/projects_dropdown_filter.vue 71 additions, 22 deletions.../analytics/shared/components/projects_dropdown_filter.vue
- app/assets/javascripts/api.js 2 additions, 2 deletionsapp/assets/javascripts/api.js
- app/assets/javascripts/authentication/two_factor_auth/components/manage_two_factor_form.vue 98 additions, 0 deletions...ion/two_factor_auth/components/manage_two_factor_form.vue
... | ... | @@ -129,7 +129,7 @@ gem 'fog-local', '~> 0.6' |
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.3' | ||
gem 'gitlab-fog-azure-rm', '~> 1.1.1', require: false | ||
gem 'gitlab-fog-azure-rm', '~> 1.2.0', require: false | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.33' | ||
... | ... | @@ -355,7 +355,7 @@ group :development, :test do |
gem 'bullet', '~> 6.1.3' | ||
gem 'pry-byebug' | ||
gem 'pry-rails', '~> 0.3.9' | ||
gem 'pry-shell', '~> 0.4.0' | ||
gem 'pry-shell', '~> 0.5.0' | ||
gem 'awesome_print', require: false | ||
... | ... |
app/assets/images/logos/zentao.svg
0 → 100644