- 17.09.2018 1 коммит
-
-
Jan Provaznik создал
MilestonesFinder expects group ids in group_ids parameter (it does `Array(params[:group_ids])`), but DashboardGroupMilestone.build_collection was passing subquery instead. This doesn't work in rails 5 because this evaluates into array of NULLs in the final query. Because a separate query is used for loading group IDs both in rails4 and rails5 we can explicitly pass array of IDs to the MilestonesFinder instead of subquery anyway. `select.map` is used because `pluck` is failing with: `undefined method `map' for #<Arel::Nodes::SqlLiteral...>`
-
- 15.09.2018 3 коммита
-
-
Marcia Ramos создал
Document how to enable/disable Auto DevOps at the instance level Closes #49820 See merge request gitlab-org/gitlab-ce!21139
-
Stan Hu создал
Update command-line-commands.md to include an sample taskflow See merge request gitlab-org/gitlab-ce!21756
-
Amelia Bauerly создал
-
- 14.09.2018 36 коммитов
-
-
Achilleas Pipinellis создал
Improve docs about CI/CD config `extends` See merge request gitlab-org/gitlab-ce!21669
-
Robert Speicher создал
CE: Properly implement prepending for Concern See merge request gitlab-org/gitlab-ce!21444
-
Robert Speicher создал
Relax Danger requirements about changed lines Closes gitlab-org/release/framework#13 See merge request gitlab-org/gitlab-ce!21739
-
-
Robert Speicher создал
Cleaned up CI runner administration code See merge request gitlab-org/gitlab-ce!21741
-
Nick Thomas создал
-
Robert Speicher создал
Remove peek-sidekiq Closes #51407 See merge request gitlab-org/gitlab-ce!21693
-
Nick Thomas создал
Fix object storage uploads not working with AWS v2 Closes gitlab-workhorse#181 See merge request gitlab-org/gitlab-ce!21731
-
-
Achilleas Pipinellis создал
-
Achilleas Pipinellis создал
-
Stan Hu создал
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
-
-
Achilleas Pipinellis создал
-
Lukas Eipert создал
-
Grzegorz Bizon создал
Prevent premature failure on AutoDevOps Pipeline Closes gitlab-qa#323 See merge request gitlab-org/gitlab-ce!21709
-
Lukas Eipert создал
-
Achilleas Pipinellis создал
Add a bullet that the GitLab chart contains the runner See merge request gitlab-org/gitlab-ce!21733
-
Achilleas Pipinellis создал
Adds a note about the case when reset_password is false See merge request gitlab-org/gitlab-ce!21738
-
Annabel Dunstone Gray создал
Resolve "Username alignment issue on MR page" Closes #51412 See merge request gitlab-org/gitlab-ce!21697
-
Martin Wortschack создал
-
Yorick Peterse создал
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some changes were introduced that do not meet our abstraction reuse rules. This commit cleans up some of these changes so the requirements are met. Most notably, sorting of the runners in Admin::RunnersFinder has been delegated to Ci::Runner.order_by, similar to how we order data in models that include the Sortable module. If we need more sort orders in the future we can include Sortable and have Ci::Runner.order_by call `super` to delegate to Sortable.order_by.
-
Yorick Peterse создал
This relaxes the commit rules regarding the number of changed lines. Previously we required a detailed description if 20 or more lines were changed. Starting with this commit we change the rules so Danger only notifies you about writing a detailed description if: 1. A commit changes more than 3 files 2. The same commit changes more than 30 lines This should make it easier to do a find replace to fix a typo, without having to repeat what the subject line already says, while still reminding developers to write a detailed description for new features and other larger changes. Fixes https://gitlab.com/gitlab-org/release/framework/issues/13
-
-
Casey Burnett создал
-
Alexander Tanayno создал
-
Marcia Ramos создал
More specificity and clarity for iid field in API documentation. Closes gitlab-ee#7019 See merge request gitlab-org/gitlab-ce!21490
-
Douwe Maan создал
Resolve "Add functionality to change what email address online actions commit using" Closes #23986 See merge request gitlab-org/gitlab-ce!21598
-
Nick Thomas создал
-
Douwe Maan создал
Correct a typo in the User Status API docs See merge request gitlab-org/gitlab-ce!21729
-
Douwe Maan создал
Resolve "Remove images from todos" Closes #31887 See merge request gitlab-org/gitlab-ce!21704
-
Dmitriy Zaporozhets создал
Revert "Merge branch 'dz-add-project-id-to-jupyter' into 'master'" See merge request gitlab-org/gitlab-ce!21722
-
Grzegorz Bizon создал
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
-
Grzegorz Bizon создал
Filter group milestones based on user membership. See merge request gitlab-org/gitlab-ce!21660
-
Phil Hughes создал
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 создал
-