- 14 Sep, 2018 25 commits
-
-
Nick Thomas authored
Fix object storage uploads not working with AWS v2 Closes gitlab-workhorse#181 See merge request gitlab-org/gitlab-ce!21731
-
Mike Greiling authored
Fix karma junit result formatter See merge request gitlab-org/gitlab-ce!21744
-
Stan Hu authored
Because we were passing query strings as symbols, the fog-aws storage driver was omitting the uploadId and partNumber query strings from the signature in multipart uploads. This fix makes AWS and Ceph work with v2 signatures. See: https://github.com/fog/fog-aws/blob/v3.0.0/lib/fog/aws/storage.rb#L733 Closes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/181
-
Yorick Peterse authored
Fix typo in Danger message See merge request gitlab-org/gitlab-ce!21746
-
Lukas Eipert authored
-
Grzegorz Bizon authored
Prevent premature failure on AutoDevOps Pipeline Closes gitlab-qa#323 See merge request gitlab-org/gitlab-ce!21709
-
Lukas Eipert authored
-
Achilleas Pipinellis authored
Add a bullet that the GitLab chart contains the runner See merge request gitlab-org/gitlab-ce!21733
-
Achilleas Pipinellis authored
Adds a note about the case when reset_password is false See merge request gitlab-org/gitlab-ce!21738
-
Annabel Dunstone Gray authored
Resolve "Username alignment issue on MR page" Closes #51412 See merge request gitlab-org/gitlab-ce!21697
-
Martin Wortschack authored
-
Marcia Ramos authored
docs/ Grammatical Fix workflow.md See merge request gitlab-org/gitlab-ce!21655
-
Casey Burnett authored
-
Alexander Tanayno authored
-
Marcia Ramos authored
More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490
-
Douwe Maan authored
Resolve "Add functionality to change what email address online actions commit using" Closes #23986 See merge request gitlab-org/gitlab-ce!21598
-
Nick Thomas authored
-
Douwe Maan authored
Correct a typo in the User Status API docs See merge request gitlab-org/gitlab-ce!21729
-
Douwe Maan authored
Resolve "Remove images from todos" Closes #31887 See merge request gitlab-org/gitlab-ce!21704
-
Dmitriy Zaporozhets authored
Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'" See merge request gitlab-org/gitlab-ce!21722
-
Grzegorz Bizon authored
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
-
Grzegorz Bizon authored
Filter group milestones based on user membership. See merge request gitlab-org/gitlab-ce!21660
-
Phil Hughes authored
Create specs for diffs/components/app and update modules to export factory functions Closes #49329 See merge request gitlab-org/gitlab-ce!21685
-
Paul Slaughter authored
-
Joshua Lambert authored
-
- 13 Sep, 2018 15 commits
-
-
Robert Speicher authored
-
Stan Hu authored
Enable frozen string in app/graphql + app/finders See merge request gitlab-org/gitlab-ce!21681
-
Robert Speicher authored
Update Gitlay server version to 0.121.0 See merge request gitlab-org/gitlab-ce!21725
-
Douglas Barbosa Alexandre authored
-
Mike Greiling authored
Fixed resolved discussions not toggling expanded on changes tab Closes #51370 See merge request gitlab-org/gitlab-ce!21676
-
Yorick Peterse authored
Fix column differences in `db/schema.rb` See merge request gitlab-org/gitlab-ce!21718
-
Dmitriy Zaporozhets authored
This reverts merge request !21341
-
Stan Hu authored
Add project to jupyter cluster app factory spec See merge request gitlab-org/gitlab-ce!21717
-
Robert Speicher authored
Document abstraction levels and code reuse See merge request gitlab-org/gitlab-ce!21254
-
Brett Walker authored
By default, we now strip images in the 'first_line_in_markdown' method. This keeps images from being displayed in the one-liner of both todo and project activity panels. Although not currently used, we allow images to be preserved with the allow_images: true options.
-
Chantal Rollison authored
-
Robert Speicher authored
-
Yorick Peterse authored
This is based on the discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653 and the example merge request found at https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20908. The idea is fairly straightforward: we define a variety of abstractions, then state which can reuse which. This should ultimately foster _better_ code reuse, make it easier to debug problems, and make it harder to accidentally introduce a performance regression.
-
Robert Speicher authored
Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391
-
Douwe Maan authored
Enable omniauth by default Closes #49990 See merge request gitlab-org/gitlab-ce!21700
-