- 07 Feb, 2020 30 commits
-
-
Andy Soiron authored
It adds a new column `instance` to the services table and removes the template column after deployment
-
Mark Florian authored
added an overflow:hidden to prevent h2 and h1 lines from overlapping images Closes #27142 See merge request gitlab-org/gitlab!24181
-
Dmytro Zaporozhets authored
Fix ambiguous column errors when sorting dashboard with a CTE See merge request gitlab-org/gitlab!24562
-
Lin Jen-Shin authored
Resolve "Review parallel count for `rspec *` jobs" Closes #201725 See merge request gitlab-org/gitlab!24561
-
Albert Salim authored
-
Mark Florian authored
Add link in dashboard panels to go to logs page See merge request gitlab-org/gitlab!24240
-
Phil Hughes authored
Use 'their' instead of 'his' See merge request gitlab-org/gitlab!24654
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab!24638
-
Dylan Griffith authored
Fix link to base domain help in clusters view See merge request gitlab-org/gitlab!24658
-
Martin Wortschack authored
Avoid loading user activity calendar on user profile on mobile Closes #201743 See merge request gitlab-org/gitlab!24277
-
Kushal Pandya authored
Partially Resolve "Migrate spec/javascripts/environments/ to Jest" See merge request gitlab-org/gitlab!24104
-
Emily Ring authored
Moved environments_store_spec and mock_data from karma testing to jest testing
-
GitLab Bot authored
-
Mike Greiling authored
Add `design_note_pin` component See merge request gitlab-org/gitlab!24246
-
Tom Quirk authored
These tests were simply "testing the framework itself" and therefore should be removed
-
Heinrich Lee Yu authored
Fix nuget package file update See merge request gitlab-org/gitlab!24064
-
Heinrich Lee Yu authored
Only use RspecFlaky::Listener when 'FLAKY_RSPEC_GENERATE_REPORT' is set See merge request gitlab-org/gitlab!24613
-
Peter Leitzen authored
The link led to a help which does not cover "Pointing your DNS at the external endpoint".
-
Dylan Griffith authored
Validate package_type for metadatum records Closes #199673 See merge request gitlab-org/gitlab!24530
-
charlieablett authored
Modify non-code instances (in descriptions, etc) of 'his'
-
Evan Read authored
Docs: Create substitution word test for Vale Closes #202335 See merge request gitlab-org/gitlab!24609
-
Ash McKenzie authored
Add HamService unit tests Closes #199671 See merge request gitlab-org/gitlab!24628
-
Miguel Rincon authored
- Add time range to the dashboard stores to allow inner components to create a link to the current time range. - Have the logs page read time parameters from the URL. - Add link in panel type component to the logs page. - Update embed function so logs path is checked for - Improve and extend specs for panel type
-
Russell Dickenson authored
Update service desk doc - custom username See merge request gitlab-org/gitlab!24363
-
Jan Provaznik authored
Adds a note about setting custom service desk name.
-
Evan Read authored
Fix management_project docs typo See merge request gitlab-org/gitlab!24594
-
Robert Speicher authored
Extract a VulnerableProjectsFinder See merge request gitlab-org/gitlab!23725
-
Avielle Wolfe authored
Now let's use it!
-
charlieablett authored
-
Dylan Griffith authored
Load recaptcha config Closes #202176 See merge request gitlab-org/gitlab!24539
-
- 06 Feb, 2020 10 commits
-
-
Mark Florian authored
Merge branch '17969-add-affected-projects-feature-to-instance-security-dashboard-frontend' into 'master' Add vulnerable projects widget to instance security dashboard - frontend See merge request gitlab-org/gitlab!24557
-
Thong Kuah authored
feat: x509 signed commits using openssl See merge request gitlab-org/gitlab!17773
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/merge_requests/23754 and https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24408, we added a CTE optimization fence to ensure loading a user's projects is always fast when the `/dashboard/projects` path is loaded. However, when sorting by a different column type (e.g. last created), PostgreSQL would raise an ambiguous column error because it wasn't clear which `created_at` column was needed. To fix this problem, we should be explicit that we want to order by `projects.created_at`. Foo
-
Dan Davison authored
Simplify Group SAML SSO specs and run SAML IDP as a service at runtime Closes #55242 See merge request gitlab-org/gitlab!24172
-
Sanad Liaquat authored
Also run IDP as a runtime service, create flows, refactor and simplify all Group SAML specs
-
Ash McKenzie authored
Expose theme and color scheme user preferences in API See merge request gitlab-org/gitlab!24409
-
Michael Leopard authored
Updating tests. Validating newly exposed parameters
-
Mike Greiling authored
Blob header file path component See merge request gitlab-org/gitlab!24354
-
Denys Mishunov authored
2/4 components constituting the Blob File header component
-
Ash McKenzie authored
Bump logs retention to 30 days See merge request gitlab-org/gitlab!24466
-