- 15 Apr, 2019 1 commit
-
-
Stan Hu authored
When deleting a pipeline, only some of the cache structures were being expired, but not the full pipeline list. We have to synchronously schedule a pipeline cache expiration because the pipeline will be deleted if the Sidekiq expiration job picks it up. To do this, properly extract all the logic buried in the Sidekiq worker into a service, and then call the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
-
- 12 Apr, 2019 39 commits
-
-
Tim Zallmann authored
Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
-
Michael Kozono authored
CE Fix protected branch example failing on master See merge request gitlab-org/gitlab-ce!27332
-
Douglas Barbosa Alexandre authored
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'" See merge request gitlab-org/gitlab-ce!27329
-
Luke Bennett authored
Failing due to updates in capybara and selenium driver.
-
Fatih Acet authored
Merge branch '60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240
-
Stan Hu authored
Always return the deployment in the UpdateDeploymentService#execute method Closes gitlab-ee#11124 See merge request gitlab-org/gitlab-ce!27322
-
Marcia Ramos authored
Add information about moving migrations See merge request gitlab-org/gitlab-ce!27159
-
Gosia Ksionek authored
Add to docs paragraph about a way of moving EE migrations to CE if needed
-
Michael Kozono authored
Add frozen_string_literal to spec/services See merge request gitlab-org/gitlab-ce!27267
-
Phil Hughes authored
Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Clement Ho authored
CE backport of Added Snowplow tracking to notes Closes #57318 See merge request gitlab-org/gitlab-ce!25899
-
Constance Okoghenun authored
Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
-
Marcia Ramos authored
Docs for pages inplace chroot limitation See merge request gitlab-org/gitlab-ce!27250
-
Phil Hughes authored
Resolve "Merge Request popover doesn't go away on mouse leave" Closes #60241 See merge request gitlab-org/gitlab-ce!27143
-
Filipa Lacerda authored
Remove slugify text utility See merge request gitlab-org/gitlab-ce!27290
-
Sam Bigelow authored
-
Phil Hughes authored
Replaces CSS with utility class See merge request gitlab-org/gitlab-ce!27311
-
Sam Bigelow authored
Add a check to make sure eventListener is not added twice
-
Stan Hu authored
Update capybara and selenium-webdriver See merge request gitlab-org/gitlab-ce!27201
-
Stan Hu authored
Fix typo in activity lease See merge request gitlab-org/gitlab-ce!27288
-
Paul Slaughter authored
**Why?** This function was not being used and it's documentation was out of date.
-
Douwe Maan authored
Fix grouping wiki pages by directory See merge request gitlab-org/gitlab-ce!27294
-
Igor authored
If a page has the same name as a directory the WikiPage#group_by_directory method can have a wrong behaviour This commit fixes it
-
Kamil Trzciński authored
Refactor cluster application services See merge request gitlab-org/gitlab-ce!27191
-
Thong Kuah authored
As this are un-expected errors which we should hear about from Sentry. Still rescue StandardError when operating a Helm action as we can get non Kubeclient errors such as SSL certificate or network errors
-
Phil Hughes authored
Removes unused CSS in reports Closes #59925 See merge request gitlab-org/gitlab-ce!27310
-
Phil Hughes authored
Replaces CSS with BS4 utility class Closes #59921 See merge request gitlab-org/gitlab-ce!27309
-
Lin Jen-Shin authored
-
Nick Thomas authored
Externalize strings in app/models See merge request gitlab-org/gitlab-ce!27207
-
Martin Wortschack authored
- Update PO file
-
Sean McGivern authored
CE Backport: Refactor Service Desk's bot user See merge request gitlab-org/gitlab-ce!26671
-
Peter Leitzen authored
It's not needed anymore as we've replaced boolean `support_bot` with enum `bot_type`.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
James Lopez authored
Enable RSpec/ExampleWording cop See merge request gitlab-org/gitlab-ce!27187
-