Commits on Source (103)
Showing
- .gitlab/ci/notifications.gitlab-ci.yml 11 additions, 7 deletions.gitlab/ci/notifications.gitlab-ci.yml
- .gitlab/ci/qa.gitlab-ci.yml 9 additions, 11 deletions.gitlab/ci/qa.gitlab-ci.yml
- .gitlab/ci/review.gitlab-ci.yml 12 additions, 10 deletions.gitlab/ci/review.gitlab-ci.yml
- .gitlab/issue_templates/Feature proposal.md 1 addition, 0 deletions.gitlab/issue_templates/Feature proposal.md
- Gemfile 5 additions, 1 deletionGemfile
- Gemfile.lock 5 additions, 2 deletionsGemfile.lock
- app/assets/javascripts/cycle_analytics/cycle_analytics_store.js 1 addition, 1 deletion...sets/javascripts/cycle_analytics/cycle_analytics_store.js
- app/assets/javascripts/ide/components/repo_editor.vue 13 additions, 2 deletionsapp/assets/javascripts/ide/components/repo_editor.vue
- app/assets/javascripts/ide/index.js 1 addition, 0 deletionsapp/assets/javascripts/ide/index.js
- app/assets/javascripts/ide/lib/editor.js 9 additions, 5 deletionsapp/assets/javascripts/ide/lib/editor.js
- app/assets/javascripts/ide/stores/state.js 1 addition, 0 deletionsapp/assets/javascripts/ide/stores/state.js
- app/assets/javascripts/main.js 14 additions, 4 deletionsapp/assets/javascripts/main.js
- app/assets/javascripts/mr_tabs_popover/components/popover.vue 6 additions, 1 deletion...assets/javascripts/mr_tabs_popover/components/popover.vue
- app/assets/javascripts/performance_bar/components/detailed_metric.vue 2 additions, 1 deletion...avascripts/performance_bar/components/detailed_metric.vue
- app/assets/javascripts/performance_bar/components/performance_bar_app.vue 5 additions, 1 deletion...cripts/performance_bar/components/performance_bar_app.vue
- app/assets/javascripts/performance_bar/components/request_selector.vue 2 additions, 2 deletions...vascripts/performance_bar/components/request_selector.vue
- app/assets/javascripts/releases/list/components/release_block.vue 19 additions, 164 deletions...ts/javascripts/releases/list/components/release_block.vue
- app/assets/javascripts/releases/list/components/release_block_assets.vue 65 additions, 0 deletions...scripts/releases/list/components/release_block_assets.vue
- app/assets/javascripts/releases/list/components/release_block_author.vue 42 additions, 0 deletions...scripts/releases/list/components/release_block_author.vue
- app/assets/javascripts/releases/list/components/release_block_header.vue 47 additions, 0 deletions...scripts/releases/list/components/release_block_header.vue
... | ... | @@ -142,7 +142,7 @@ gem 'gitlab-markup', '~> 1.7.0' |
gem 'github-markup', '~> 1.7.0', require: 'github/markup' | ||
gem 'commonmarker', '~> 0.20' | ||
gem 'RedCloth', '~> 4.3.2' | ||
gem 'rdoc', '~> 6.0' | ||
gem 'rdoc', '~> 6.1.2' | ||
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
... | ... | @@ -386,6 +386,10 @@ group :development, :test do |
gem 'simple_po_parser', '~> 1.1.2', require: false | ||
gem 'timecop', '~> 0.8.0' | ||
gem 'png_quantizator', '~> 0.2.1', require: false | ||
gem 'parallel', '~> 1.17.0', require: false | ||
end | ||
# Gems required in omnibus-gitlab pipeline | ||
... | ... |