- 14 Oct, 2020 40 commits
-
-
Achilleas Pipinellis authored
Docs: Update Admin index page to remove notes See merge request gitlab-org/gitlab!45070
-
Jan Provaznik authored
Add graphql mutation to create an issue See merge request gitlab-org/gitlab!43735
-
Achilleas Pipinellis authored
Docs: Update RA docs to remove additional notes See merge request gitlab-org/gitlab!45078
-
Sarah Groff Hennigh-Palermo authored
Replace fa icons in CI build table See merge request gitlab-org/gitlab!45123
-
Nick Thomas authored
Add new Cop to enforce object_from_id expected_type param See merge request gitlab-org/gitlab!44828
-
Jan Provaznik authored
Removes legacy GlobalLabel class See merge request gitlab-org/gitlab!44939
-
Yannis Roussos authored
Fix negated epic param for issues See merge request gitlab-org/gitlab!44719
-
Natalia Tepluhina authored
Fixed incorrect parameter in GraphQL startup call See merge request gitlab-org/gitlab!45115
-
Natalia Tepluhina authored
-
Rémy Coutable authored
Enable ci_jobs_finder_refactor feature flag See merge request gitlab-org/gitlab!43896
-
Rémy Coutable authored
Move deprecated pagination components to blocking in Pajamas Danger rule See merge request gitlab-org/gitlab!45097
-
Dmytro Zaporozhets (DZ) authored
Remove left behind comment See merge request gitlab-org/gitlab!44971
-
Peter Leitzen authored
Update docs links to use ee not ce See merge request gitlab-org/gitlab!44976
-
Achilleas Pipinellis authored
Consolidated object storage configuration in Reference Architectures See merge request gitlab-org/gitlab!44924
-
Nailia Iskhakova authored
Update object storage providers section Signed-off-by: Nailia Iskhakova <niskhakova@gitlab.com>
-
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
-
Jan Provaznik authored
Allows users to filter issues not included in an epic.
-