- 16 Jan, 2020 40 commits
-
-
nicolasdular authored
To support the same amount of consecutive characters as before in a name we limit `first_name` and `last_name` to 127 characters each and limit `name` to 255 (127 * 2 + 1 whitespace character). Although `first_name` and `last_name` would both support up to 255 characters in the database, we have a limit of `255` characters on the name of a `Namespace` and `username`. The former gets generated out of the name and the latter gets suggested to a user when creating a trial
-
nicolasdular authored
With the new paid sign up flow, we will create a customer on the customer portal. The customer portal requires a first and last name. We already store first and last name in the database. Since the new sign up design will in the future also be used for the FOSS version of GitLab, we need to accept first and last name there as well.
-
Walmyr Lima e Silva Filho authored
Quarantine the 'Manage OAuth login' QA test See merge request gitlab-org/gitlab!23190
-
Douglas Barbosa Alexandre authored
Fix Docker repository sync for local storage See merge request gitlab-org/gitlab!22981
-
Valery Sizov authored
When local storage is used we get a direct link without redirect it used to work but it was broken by https://gitlab.com/gitlab-org/gitlab/merge_requests/21068. It wasn't noticed because this bug was disguised by another small bug - if primaty_api_url was specified with trailing slash it worked well.
-
Mike Greiling authored
Remove useless attachToDocument usage in spec/frontend/issuable Closes #196757 See merge request gitlab-org/gitlab!23047
-
Heinrich Lee Yu authored
Get Project's environment names via GraphQL See merge request gitlab-org/gitlab!22932
-
Kirstie Cook authored
Add id and name environment fields Add search by name for environment
-
Paul Slaughter authored
Change security dashboard's filters bar background See merge request gitlab-org/gitlab!23094
-
Mike Greiling authored
Adds quickstart doc link to ADO CICD settings Closes #30936 See merge request gitlab-org/gitlab!22728
-
Lin Jen-Shin authored
Lint MR title instead of commits when squash is enabled Closes #194230 and #34148 See merge request gitlab-org/gitlab!22213
-
Paul Slaughter authored
Remove useless attachToDocument usage in ee/spec/frontend/vue_shared Closes #196753 See merge request gitlab-org/gitlab!23050
-
Mike Greiling authored
Add FE preference for full path vs full URL See merge request gitlab-org/gitlab!23193
-
Paul Slaughter authored
**Why?** We should try not to hardcode these paths but instead receive them from the BE.
-
Paul Slaughter authored
**Where?** Added to FAQ because I couldn't find a better place :| **Why?** Otherwise we can run into CORS issues like https://gitlab.com/gitlab-org/gitlab/issues/36810
-
Mike Greiling authored
Remove useless attachToDocument usage in ee/spec/frontend Closes #196754 See merge request gitlab-org/gitlab!23173
-
Stan Hu authored
Rename contribution analytics endpoint Closes #7187 See merge request gitlab-org/gitlab!22877
-
Adam Hegyi authored
- From 'groups/:id/analytics' to 'groups/:id/contribution_analytics - Add redirect for the old path - Fix and update I18n on the page
-
Heinrich Lee Yu authored
Use `Runtime.max_threads` when sizing Redis pools See merge request gitlab-org/gitlab!22420
-
Sean McGivern authored
Record enqueuing rate for Sidekiq jobs See merge request gitlab-org/gitlab!23026
-
Kamil Trzciński authored
Add spec to verify import test json See merge request gitlab-org/gitlab!19502
-
Aleksei Lipniagov authored
We want to test Import on "complete" data set, which means that every relation (as in our Import/Export definition) is covered. At least one of the test JSONs, such as `spec/fixtures/lib/gitlab/import_export/complex/project.json` should include them (and being a non-empty relation).
-
Paul Gascou-Vaillancourt authored
Update the security dashboard's filters bar background color to align with other filter bars in the product
-
Achilleas Pipinellis authored
Bump version in a styleguide section See merge request gitlab-org/gitlab!23188
-
Achilleas Pipinellis authored
Merge branch '37238-add-ability-to-duplicate-the-common-metrics-dashboard-documentation' into 'master' Add ability to duplicate the common metrics dashboard (documentation) See merge request gitlab-org/gitlab!22904
-
Miguel Rincon authored
Explains how to duplicate a system dashboard to a custom dashboard in the project for 12.7
-
Rémy Coutable authored
Fix broken master in spec/lib/gitlab/data_builder/note_spec.rb See merge request gitlab-org/gitlab!23191
-
Mike Greiling authored
Remove useless attachToDocument usage in spec/frontend/vue_shared Closes #196763 See merge request gitlab-org/gitlab!23041
-
Francisco Javier López authored
-
Rémy Coutable authored
-
Fatih Acet authored
Add ability to duplicate the common metrics dashboard (frontend) See merge request gitlab-org/gitlab!22919
-
Miguel Rincon authored
Adds a new item to the dashboard dropdown to allow the user to duplicate the dashboard into their projects. Add a modal to create a new dashboard based on a system dashboard, the user can provide file name and commit message for the new file. Refactors the dropdown into a separate component to reduce the dashboard complexity.
-
Heinrich Lee Yu authored
Return empty body for 204 responses in API See merge request gitlab-org/gitlab!22086
-
James Lopez authored
Add ability to duplicate the common metrics dashboard (backend) Closes #37238 See merge request gitlab-org/gitlab!21929
-
Miguel Rincon authored
Numerb of responsibilities which has to be handled while cloning dashboard is increasing, to avoid fat controller, we need to extract this process into separate service.
-
Natalia Tepluhina authored
Update button label in MR widget pipeline footer See merge request gitlab-org/gitlab!22900
-
Sarah Groff Hennigh-Palermo authored
This affects more than three files
-
Marcia Ramos authored
Update forking_workflow.md See merge request gitlab-org/gitlab!23096
-
Ohad Dahan authored
Adding a recommendation to use Repository mirroring
-
Paul Slaughter authored
Remove useless attachToDocument usage in ee/spec/frontend/dependencies Closes #196751 See merge request gitlab-org/gitlab!23052
-