- 29 Apr, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
-
GitLab Bot authored
-
Clement Ho authored
Update dependency @gitlab/ui to ^3.7.0 See merge request gitlab-org/gitlab-ce!27832
-
Rémy Coutable authored
Resolve "Project is being serialized when enqueueing to sidekiq" Closes #59265 See merge request gitlab-org/gitlab-ce!27825
-
GitLab Bot authored
-
Stan Hu authored
Prevent concurrent execution of PipelineScheduleWorker Closes gitlab-com/gl-infra/production#805 See merge request gitlab-org/gitlab-ce!27781
-
Robert Speicher authored
Change comments to point to the new path of sidekiq-cluster See merge request gitlab-org/gitlab-ce!27707
-
Robert Speicher authored
Move sidekiq-cluster to ee/bin Closes #6565 See merge request gitlab-org/gitlab-ee!11001
-
Hossein Pursultani authored
-
Stan Hu authored
Upgrade letter_opener_web to support Rails 5.1 See merge request gitlab-org/gitlab-ce!27829
-
Peter Leitzen authored
Before this commit using `/rails/letter_opener` in `development` environment failed with: undefined method `before_filter' See https://github.com/fgrehm/letter_opener_web/issues/68 This commit upgrades `letter_opener_web` to 1.3.4 so Rails 5.1 is supported.
-
Filipa Lacerda authored
Resolve "Extract EE specific files/lines for spec/javascripts/vue_mr_widget/mock_data.js" Closes #6553 See merge request gitlab-org/gitlab-ee!11847
-
Denys Mishunov authored
- Regular mock_data is the same in CE and EE now - new EE-specific mock_data extends the CE one - Updated dependent specs in EE
-
GitLab Bot authored
-
Sean McGivern authored
Add full backtrace for RSpec output See merge request gitlab-org/gitlab-ce!27686
-
GitLab Bot authored
-
Stan Hu authored
Upgrade Gitaly to v1.36.0 See merge request gitlab-org/gitlab-ce!27831
-
GitalyBot authored
-
Sean McGivern authored
Make `CI_COMMIT_REF_NAME` and `SLUG` variable idempotent Closes #60822 See merge request gitlab-org/gitlab-ce!27663
-
GitLab Bot authored
-
Sanad Liaquat authored
Move test method to the bottom See merge request gitlab-org/gitlab-ce!27816
-
Phil Hughes authored
Internationalisation of cycle_analytics directory See merge request gitlab-org/gitlab-ce!27674
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Lukas 'Eipi' Eipert authored
-
GitLab Bot authored
-
Filipa Lacerda authored
Merge branch '10949-fix-the-following-style-lint-errors-and-warnings-for-ee-app-assets-stylesheets-pages-milestone-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `ee/app/assets/stylesheets/pages/milestone.scss`" Closes #10949 See merge request gitlab-org/gitlab-ee!11665
-
Annabel Dunstone Gray authored
Port of 55948-help-text-formatting-wiki to EE See merge request gitlab-org/gitlab-ee!11494
-
Dennis Tang authored
-
Annabel Dunstone Gray authored
Format extra help page text like wiki Closes #55948 See merge request gitlab-org/gitlab-ce!26782
-
GitLab Bot authored
-
Fatih Acet authored
CE Backport: Prefer usage of helper `expanded_by_default?` See merge request gitlab-org/gitlab-ce!27729
-
Peter Leitzen authored
Stop using `Rails.env.test?` in views.
-
Fatih Acet authored
Prefer usage of helper `expanded_by_default?` See merge request gitlab-org/gitlab-ee!11671
-
Peter Leitzen authored
Stop using `Rails.env.test?` in views.
-
Phil Hughes authored
CE: Fixes EE differences for app/views/projects/new.html.haml See merge request gitlab-org/gitlab-ce!27617
-
Phil Hughes authored
Fixes EE differences for app/views/projects/new.html.haml Closes #11031 See merge request gitlab-org/gitlab-ee!11482
-
Douglas Barbosa Alexandre authored
Use keyword args for databuilder push See merge request gitlab-org/gitlab-ce!24088
-
GitLab Bot authored
-
Sean McGivern authored
`Todos::Destroy::EntityLeaveService#project_ids` was returning ActiveRecord objects with IDs, not simply IDs. That means we were serialising more than we needed to in Sidekiq. We can simply rename this method to `#projects` as this class doesn't use any of the superclass methods that would use `#project_ids`.
-
John T Skarbek authored
-