- 14 Oct, 2020 40 commits
-
-
Heinrich Lee Yu authored
Removes the last usage of GlobalLabel. This changes the dashboard labels endpoint to get a unique list of label titles using SQL. GlobalLabel used to be how we implemented group labels where we grouped project labels by title. For this dashboard endpoint, we're not showing group labels but we're only returning labels that have unique titles because these are used by the filter bar and we filter by title so duplicates are redundant.
-
Nicolò Maria Mezzopera authored
Implement "Provide ability to mark a requirement as Satisfied" See merge request gitlab-org/gitlab!43583
-
Eulyeon Ko authored
1. Add a checkbox within the edit form to mark - a requirement as satisfied or unsatisfied 2. Use "lastTestReportState" field in query and mutation. Test the child components over parent props when testing watcher props.
-
Achilleas Pipinellis authored
Note project count in Admin Users docs See merge request gitlab-org/gitlab!44941
-
charlie ablett authored
Add Missed SLA label via Cron job See merge request gitlab-org/gitlab!44546
-
Kushal Pandya authored
[RUN AS-IF-FOSS] Swimlanes - Add list to board See merge request gitlab-org/gitlab!44677
-
Jacques Erasmus authored
Merge branch '249594-vsa-project-search-should-differentiate-between-projects-with-the-same-name' into 'master' Project search should differentiate between projects with the same name See merge request gitlab-org/gitlab!45020
-
Brandon Labuschagne authored
-
Achilleas Pipinellis authored
Documentation: Change example update versions See merge request gitlab-org/gitlab!44947
-
Rémy Coutable authored
Updates fields in detailedStatus to be nullable See merge request gitlab-org/gitlab!45072
-
Laura Montemayor authored
* Updates schema and docs
-
Rémy Coutable authored
Exclude automatically generated monitoring project from DAST full scan See merge request gitlab-org/gitlab!44913
-
Dennis Appelt authored
-
Adam Hegyi authored
Geo: Improve performance of LFS objects queries See merge request gitlab-org/gitlab!42423
-
Denys Mishunov authored
Update dependency @gitlab/ui to v21.28.0 See merge request gitlab-org/gitlab!45120
-
Denys Mishunov authored
Merge branch '262456-move-handlers-outside-of-domcontentloaded-app-assets-javascripts-pages-projects-index-js' into 'master' Resolve "Move handlers outside of DOMContentLoaded: app/assets/javascripts/pages/projects/index.js" See merge request gitlab-org/gitlab!45034
-
Yannis Roussos authored
Add migration helpers for fetching and copying check constraints - Take 2 See merge request gitlab-org/gitlab!44777
-
Yannis Roussos authored
- Add check_constraints_for(table, column, schema: nil) private method to Gitlab::Database::MigrationHelpers. Returns all the check constraints defined for a column. - Add the copy_check_constraints(table, old, new, schema: nil) migration helper. It copies all co straints defined in column old to column new. - Update the create_column_from migration helper to also copy all existing check constraints to the new column. - Update the specs for all helpers that use create_column_from and add new specs for copy_check_constraints
-
Denys Mishunov authored
Use addFileAttribute in jest-junit config See merge request gitlab-org/gitlab!44802
-
Sean Arnold authored
-
Amy Qualls authored
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
- add changelog
-
Denys Mishunov authored
Track design create and update See merge request gitlab-org/gitlab!44129
-
Peter Leitzen authored
Fix Rails/SaveBang offenses in spec/services/projects/* See merge request gitlab-org/gitlab!44980
-
Matthew Briedenhann authored
Added bangs in spec/services/projects/*
-
Florie Guibert authored
Store lists by id on VueX state
-
Jacques Erasmus authored
Merge branch '249781-replace-bstooltip-with-gltooltip-in-app-assets-javascripts-breadcrumb-js' into 'master' Replace tooltip api calls with facade calls in breadcrumb.js See merge request gitlab-org/gitlab!45026
-
GitLab Bot authored
-
Tim Zallmann authored
-
Sean McGivern authored
Adds scheduled and scheduledAt to CiJob See merge request gitlab-org/gitlab!44054
-
Martin Wortschack authored
Re-remove cropper from application.css See merge request gitlab-org/gitlab!44960
-
Alper Akgun authored
Update snowplow micro testing URL See merge request gitlab-org/gitlab!45024
-
Alper Akgun authored
-
Natalia Tepluhina authored
Move pipelines test trace styles to page bundle css See merge request gitlab-org/gitlab!44922
-
Sanad Liaquat authored
Stablize group file templates spec with retry_until See merge request gitlab-org/gitlab!44975
-
Sanad Liaquat authored
-
Heinrich Lee Yu authored
[RUN AS-IF-FOSS] Ensure memoized values are cleared for `UsageData` tests See merge request gitlab-org/gitlab!44522
-
Alishan Ladhani authored
- Some tests can fail when batch sizes are changed, because they rely on memoized values
-