- 23 Jan, 2020 40 commits
-
-
Alessio Caiazza authored
Upgrade acme-client to v2.0.5 See merge request gitlab-org/gitlab!23498
-
Imre Farkas authored
Update Praefect docs with new connection tester subcommand Closes gitaly#2259 See merge request gitlab-org/gitlab!23255
-
Paul Okstad authored
Updates Praefect documentation to mention new connection checker subcommand for diagnosis of configuration and connectivity issues.
-
Stan Hu authored
Let's Encrypt dropped support of unauthenticated GET requests to their staging API. This version uses POST-as-GET requests, which is the recommended method. This mirrors the change in Omnibus: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3782 Full CHANGELOG: https://github.com/unixcharles/acme-client/blob/master/CHANGELOG.md Diff: https://github.com/unixcharles/acme-client/compare/v2.0.2..v2.0.5
-
Paul Slaughter authored
Billing address component for paid signup flow Closes gitlab-org/growth/engineering#5052 See merge request gitlab-org/gitlab!21638
-
Sean McGivern authored
Adjust client middleware metrics Counter See merge request gitlab-org/gitlab!23515
-
Natalia Tepluhina authored
Use export icon instead of download in dependencies list Closes #198059 See merge request gitlab-org/gitlab!23527
-
Bob Van Landuyt authored
Resolve "API for protected environments" See merge request gitlab-org/gitlab!22336
-
Martin Wortschack authored
Update GitLab Packages See merge request gitlab-org/gitlab!23459
-
Paul Slaughter authored
**Notes:** - localVue is only needed if we `use` something - constants.*_URL don't exist anymore which was hurting our test coverage that the right calls were being made - overwriting constants is a scary thing to do so added a mock for the constants to replace with a test STEPS array
-
Oswaldo Ferreira authored
According to https://github.com/mperham/sidekiq/wiki/Middleware the client middleware of Sidekiq can either be a String of the class name, of the class itself. At this change we enforce a constantize when a String is given.
-
Nick Thomas authored
Fix top 3 Ruby runtime warnings See merge request gitlab-org/gitlab!23509
-
Sean McGivern authored
Refactor SpamService See merge request gitlab-org/gitlab!23236
-
Nick Thomas authored
Feature flag: look up commits without batch-check See merge request gitlab-org/gitlab!23423
-
Bob Van Landuyt authored
Add extra fields to the application context See merge request gitlab-org/gitlab!22792
-
Ilia Kosenko authored
Commands to change user password See merge request gitlab-org/gitlab!23580
-
Peter Leitzen authored
Fix Rubocop offenses for cops with 3 offenses See merge request gitlab-org/gitlab!23520
-
Dmytro Zaporozhets authored
Remove merge_requests_conditional_mergeability_check feature flag See merge request gitlab-org/gitlab!23450
-
Walmyr Lima e Silva Filho authored
Enable JS on 2FA page specs to catch validation errors See merge request gitlab-org/gitlab!23514
-
Peter Leitzen authored
This silences this warning: warning: instance variable @plan_name not initialized Also test explicitly that blank plan names are valid.
-
Walmyr Lima e Silva Filho authored
Resolve "Broken FOSS `master` in `qa:internal`" Closes #198393 See merge request gitlab-org/gitlab!23528
-
Peter Leitzen authored
Note, the access to this variable remains thread-unsafe. This silences the following warning: warning: instance variable @enabled not initialized
-
Peter Leitzen authored
This avoid the warning: warning: instance variable @state not initialized
-
Nick Thomas authored
-
Alex Buijs authored
Payment method component for paid signup flow See merge request gitlab-org/gitlab!21640
-
Nick Thomas authored
Limit page number on explore/projects See merge request gitlab-org/gitlab!22876
-
Heinrich Lee Yu authored
Add that description diffs are behind flag See merge request gitlab-org/gitlab!23451
-
Jan Provaznik authored
Align project and personal snippet abilities Closes #39087 See merge request gitlab-org/gitlab!22500
-
Alex Pooley authored
Mostly a search and replace for *_project_snippet and *_personal_snippet abilities across app and spec files. Replaced with just *_snippet and falling back on the type of subject to determine which policies to apply. There are some less trivial changes included which relate to inferring an abilities name from the subject class. Because ProjectSnippet is a child of Snippet there is some special handling around the place. There is perhaps potential to clean this up a bit as there is the same logic spread out in various locations. Various changes required after review - Renamed before_action names - Fixed snippet note mailer with spec - Removed incorrect/unecessary policy parameter - Fix personal snippet note policy spec
-
Rémy Coutable authored
Resolve "Create feature spec for loading error details page" Closes #36695 See merge request gitlab-org/gitlab!23543
-
Allison Browne authored
Add feature specs covering the error tracking index and the error tracking show page. Inculde expandable stack traces in the feature spec.
-
Felipe Artur authored
Updates documentation to state that description diffs are behind a feature flag.
-
Bob Van Landuyt authored
Properly document how to run a custom gitaly build See merge request gitlab-org/gitlab!23589
-
Jan Provaznik authored
Add pages_access_level to projects API Closes #30972 See merge request gitlab-org/gitlab!23176
-
Alex Buijs authored
This is part of the paid signup flow
-
Alex Buijs authored
Fixes for payment method component
-
Paul Slaughter authored
- New store in beforeEach - Only one component instance - Only testing component interface Signed-off-by: Alex Buijs <abuijs@gitlab.com>
-
Alex Buijs authored
This is part of the paid signup flow
-
Bob Van Landuyt authored
New Crowdin translations See merge request gitlab-org/gitlab!23499
-
GitLab Crowdin Bot authored
[skip ci]
-