- 17 Oct, 2019 33 commits
-
-
Alex Buijs authored
- redirect users to almost there page after signing up when soft_email_confirmation is not enabled - remove enabled_since code for feature flags, since it is unreliable - add User#role_required? and User#set_role_required! methods to ‘abuse’ the role column in order to determine whether the role is required - store the requested url and redirect there after setting the role - add flash notice after successful signup - enable invisible captcha when signup_flow experiment is enabled - change `Welcome to GitLab.com` text to `Welcome to GitLab` in order to apply to Self hosted instances as well - cancel the signup_notice flash in the create action, where it is set
-
Alex Buijs authored
-
Alex Buijs authored
Only redirect to stage 2 of the new signup flow when appropriate: - a user’s role is missing - a user’s name is the same as it’s username - the experiment is enabled - the user is created after the experiment is enabled
-
Alex Buijs authored
instead of a custom helper
-
Alex Buijs authored
-
Alex Buijs authored
Redirect to the welcome page if a newly signed up user doesn’t have a role
-
Alex Buijs authored
The welcome page is the second page of the experimental signup flow
-
Alex Buijs authored
-
Rémy Coutable authored
Verify graphql doc only for EE See merge request gitlab-org/gitlab!18719
-
Jan Provaznik authored
The reason is that this rake task always compare generated schema against the schema in doc which includes also EE resources.
-
Kamil Trzciński authored
Add Sidekiq memory killer prometheus metrics See merge request gitlab-org/gitlab!17994
-
Dmitriy Zaporozhets authored
Make designs read-only if the issue has been moved, or is locked See merge request gitlab-org/gitlab!18551
-
Rémy Coutable authored
Merge branch '34102-increase-cpu-request-for-gitlab-shell-and-workhorse-in-review-apps' into 'master' Increase requested CPU for gitlab-shell, gitlab-workhorse and gitlab-runner Closes #34102 See merge request gitlab-org/gitlab!18673
-
Marcia Ramos authored
Document scenarios of different project pages See merge request gitlab-org/gitlab!18499
-
Evan Read authored
Remove unneeded bullet point See merge request gitlab-org/gitlab!18720
-
Marcel Amirault authored
-
Thong Kuah authored
Enable frozen string for spec/graphql See merge request gitlab-org/gitlab!18717
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Evan Read authored
Merge branch 'docs-make-it-easy-for-includes-to-add-jobs-at-beginning-end-of-pipeline' into 'master' Add docs for .pre and .post pipeline stages See merge request gitlab-org/gitlab!18664
-
Marius Bobin authored
-
Thong Kuah authored
Enable frozen string for spec/frontend See merge request gitlab-org/gitlab!18705
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Evan Read authored
Added beta warning to documentation See merge request gitlab-org/gitlab!18643
-
Russell Dickenson authored
Highlight introduced version for instance-level environments See merge request gitlab-org/gitlab!18714
-
Evan Read authored
-
Mark Lapierre authored
Add E2E test of NPM registry Closes gitlab-org/quality/testcases#220 See merge request gitlab-org/gitlab!18361
-
Mark Lapierre authored
* Adds a docker service to publish an NPM package * Adds QA selectors and page objects for the packages UI * Adds `Runtime::Fixtures.with_fixtures` which allows fixtures to be created on-the-fly
-
Thong Kuah authored
Move scoped label spec to EE See merge request gitlab-org/gitlab!18706
-
Heinrich Lee Yu authored
-
Luke Duncalfe authored
-
Simon Knox authored
-
Clement Ho authored
Independence for embed timewindow scroll See merge request gitlab-org/gitlab!18109
-
- 16 Oct, 2019 7 commits
-
-
Thong Kuah authored
Remove the pod_logs_reactive_cache feature flag See merge request gitlab-org/gitlab!18574
-
Reuben Pereira authored
Now that the frontend polls the pod logs API, we can enable reactive caching for the API, which was behind the feature flag.
-
Nick Thomas authored
Allow maintainers to toggle write permission for public deploy keys See merge request gitlab-org/gitlab!17210
-
Athar Hameed authored
-
Michael Kozono authored
Fix inability to set snippet visibility via API Closes #34016 See merge request gitlab-org/gitlab!18612
-
Michael Kozono authored
Added Visual Review Bot See merge request gitlab-org/gitlab!18663
-
Michael Kozono authored
Use Billing Plan Card layout in profile/billing and group/billing Closes #13485 and #31471 See merge request gitlab-org/gitlab!15437
-