- 30 Apr, 2019 8 commits
-
-
Thong Kuah authored
+ to monitor progress of uninstallation pod
-
Thong Kuah authored
-
Thong Kuah authored
Added :uninstalled state as wasn't sure if we should be destroying the cluster apps
-
Ash McKenzie authored
Fix pipelines for merge requests does not show pipeline page when source branch is removed Closes #60432 See merge request gitlab-org/gitlab-ce!27803
-
Shinya Maeda authored
Source branch can be removed after the merge and we have to make sure to avoid rendering links if it's the case.
-
Evan Read authored
Docs: Add intro and reorg CI index Closes #58323 See merge request gitlab-org/gitlab-ce!27620
-
Marcia Ramos authored
Plus: add note for .com users
-
Ash McKenzie authored
Merge branch '60476-actionview-missingtemplate-missing-template-projects-issues-_merge_requests-with-locale-en-formats-html-varian' into 'master' Delete leftover code for referenced_merge_requests endpoint Closes #60476 See merge request gitlab-org/gitlab-ce!27335
-
- 29 Apr, 2019 32 commits
-
-
Annabel Dunstone Gray authored
Fixed boards card dragging styling Closes #61050 See merge request gitlab-org/gitlab-ce!27802
-
Tim Zallmann authored
Fix base domain help text update Closes #61036 See merge request gitlab-org/gitlab-ce!27746
-
Tim Zallmann authored
Internationalisation of javascript/m* directories See merge request gitlab-org/gitlab-ce!27723
-
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
-
Tim Zallmann authored
Internationalisation of vue_shared directory See merge request gitlab-org/gitlab-ce!27751
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets the Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
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
-
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
-
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.
-
Sean McGivern authored
Add full backtrace for RSpec output See merge request gitlab-org/gitlab-ce!27686
-
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
-
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
-
Annabel Dunstone Gray authored
Format extra help page text like wiki Closes #55948 See merge request gitlab-org/gitlab-ce!26782
-
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.
-
Phil Hughes authored
CE: Fixes EE differences for app/views/projects/new.html.haml See merge request gitlab-org/gitlab-ce!27617
-
Douglas Barbosa Alexandre authored
Use keyword args for databuilder push See merge request gitlab-org/gitlab-ce!24088
-
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
-
Fatih Acet authored
Internationalisation of groups directory See merge request gitlab-org/gitlab-ce!27679
-
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
-
Stan Hu authored
Attempt to debug https://gitlab.com/gitlab-org/gitlab-ce/issues/60953
-
Sean McGivern authored
Fix slow performance with compiling HAML templates Closes gitlab-ee#11198 See merge request gitlab-org/gitlab-ce!27782
-
Stan Hu authored
-