- 11 Sep, 2018 40 commits
-
-
Robert Speicher authored
Filter any parameters ending with "key" in logs See merge request gitlab-org/gitlab-ce!21688
-
Mike Greiling authored
Use gitlab-ui loading icon See merge request gitlab-org/gitlab-ce!21659
-
Clement Ho authored
-
Stan Hu authored
Rails does a partial match for strings in the filter_parameters configuration, so the parameter "key" causes "key_id" to be filtered even though it's a useful parameter for debugging internal API issues. We now revise this filter to make any parameter ending with "key" is filtered. Relates to https://gitlab.com/gitlab-com/gl-infra/production/issues/463
-
Robert Speicher authored
Resolve "500 Internal Server Error: Cherrypick commit with empty branch name" Closes #50677 See merge request gitlab-org/gitlab-ce!21501
-
🙈 jacopo beschi 🙉 authored
-
Mike Greiling authored
Generate JUnit report for Karma tests See merge request gitlab-org/gitlab-ce!21473
-
Winnie Hellmann authored
-
Mike Greiling authored
Explicitly use bootstrap 4.1.1 Closes #51362 See merge request gitlab-org/gitlab-ce!21683
-
Clement Ho authored
-
Mike Greiling authored
Remove unused GlModal import in delete wiki modal See merge request gitlab-org/gitlab-ce!21677
-
Robert Speicher authored
Fix the group and project activity pages Closes #51375 See merge request gitlab-org/gitlab-ce!21674
-
Clement Ho authored
-
Nick Thomas authored
-
Kamil Trzciński authored
Add empty state illustration information in job API Closes #51112 See merge request gitlab-org/gitlab-ce!21532
-
Steve Azzopardi authored
-
Robert Speicher authored
[CE] Fix rails 5 deprecation warnings See merge request gitlab-org/gitlab-ce!21673
-
Clement Ho authored
Resolve "[SCSS Variables Cleanup] Combine all duplicated hex colors in variables.scss", Part 1 See merge request gitlab-org/gitlab-ce!21375
-
Stan Hu authored
Enable frozen string in vestigial files See merge request gitlab-org/gitlab-ce!21665
-
Grzegorz Bizon authored
Use Rails.root for CommonMetricsImporter Closes #51333 See merge request gitlab-org/gitlab-ce!21664
-
Robert Speicher authored
Add ability to skip user email confirmation with API Closes #50876 See merge request gitlab-org/gitlab-ce!21630
-
Jan Provaznik authored
Fixes rails 5 deprecation warnings in `config/` files
-
Kamil Trzciński authored
-
Dmitriy Zaporozhets authored
Add sorting for labels on labels page See merge request gitlab-org/gitlab-ce!21642
-
Kamil Trzciński authored
Fix workhorse temp path for namespace uploads Closes gitlab-ee#7009 See merge request gitlab-org/gitlab-ce!21650
-
Jarka Košanová authored
-
Annabel Dunstone Gray authored
Remove jquery.scss; Combine multiple duplicate grays into global gray variables; Remove unused styles in common.scss
-
Annabel Dunstone Gray authored
Resolve "Filter bar height changes when items are added" Closes #49943 See merge request gitlab-org/gitlab-ce!21609
-
Andrea Leone authored
-
Grzegorz Bizon authored
Resolve "Project export broken when avatar is set" Closes #51318 See merge request gitlab-org/gitlab-ce!21649
-
gfyoung authored
Partially addresses #47424.
-
James Lopez authored
-
Achilleas Pipinellis authored
Add steps for closing product discovery issue See merge request gitlab-org/gitlab-ce!21273
-
Grzegorz Bizon authored
QA: Add support for testing Git over HTTP with LDAP users See merge request gitlab-org/gitlab-ce!21354
-
Grzegorz Bizon authored
Rails 5: fix issue move service See merge request gitlab-org/gitlab-ce!21616
-
James Lopez authored
-
Jasper Maes authored
In rails 5, the attributes method for an enum returns the name instead of the database integer.
-
Bob Van Landuyt authored
Add stub methods for FakeApplicationSetting Closes gitlab-ee#7543 See merge request gitlab-org/gitlab-ce!21662
-
Stan Hu authored
This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
-
Stan Hu authored
In a migration spec, a default ApplicationSetting object may fail to create due to an unknown attribute and fall back to FakeApplicationSetting. FakeApplicationSetting appears to be missing a number of methods that are needed (https://gitlab.com/gitlab-org/gitlab-ce/issues/47491). This commit adds the ones needed to make an EE spec pass. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7543
-