- 22 Feb, 2021 23 commits
-
-
Heinrich Lee Yu authored
Restore original index error check for snippet commit check See merge request gitlab-org/gitlab!54737
-
Kushal Pandya authored
Display Epics in Epic Board [RUN-AS-IF-FOSS] See merge request gitlab-org/gitlab!54528
-
Patrick Bajao authored
BulkImports: Import Label timestamps See merge request gitlab-org/gitlab!54678
-
Patrick Bajao authored
Enable pipeline security summary feature flag See merge request gitlab-org/gitlab!54673
-
Dheeraj Joshi authored
This should allow users to view security scan summary in pipeline view
-
Kushal Pandya authored
Merge branch '273292-fy21q4-foundations-kr2-audit-and-update-buttons-on-sessionscontroller-new' into 'master' Audit and update buttons on SessionsController#new See merge request gitlab-org/gitlab!53254
-
Jeremy Elder authored
-
Ezekiel Kigbo authored
Add stages to mock pipeline in fixture See merge request gitlab-org/gitlab!54467
-
Luke Duncalfe authored
Resolve "Remove nil values from snippets blobs" See merge request gitlab-org/gitlab!54552
-
Albert Salim authored
Fix wording in Danger when warning about number of lines changed See merge request gitlab-org/gitlab!54663
-
Matthias Käppler authored
Merge branch 'kerrizor/replace-delegated-predicate-methods-with-boolean-returning-ones-on-mrs' into 'master' Prefer explicit methods over delegates for predicates See merge request gitlab-org/gitlab!54610
-
Florie Guibert authored
Review feedback
-
Evan Read authored
Reassign pages from Source Code to Code Review See merge request gitlab-org/gitlab!53785
-
Amy Qualls authored
These pages were all part of the Source Code group, but I believe they should be reassigned to the new(-ish) Code Review group.
-
Albert Salim authored
-
Manoj M J authored
-
Marcel Amirault authored
Clarify stop job required keywords as it relates to rules See merge request gitlab-org/gitlab!52439
-
Florie Guibert authored
Rename state and mutations from issues to be more generic
-
Simon Knox authored
Fix selected item not being highlighted in the new group boards See merge request gitlab-org/gitlab!53113
-
Eulyeon Ko authored
Because board_card.vue component will be removed in the future and is not used in the new boards that uses graphql, we are renaming it to `board_card_deprecated.vue`.
-
Marcel Amirault authored
Cross link between code coverage topics See merge request gitlab-org/gitlab!54770
-
Evan Read authored
Update path to AutoDevops admin settings in docs See merge request gitlab-org/gitlab!54768
-
Tiger Watson authored
Add creator to custom emoji See merge request gitlab-org/gitlab!53879
-
- 21 Feb, 2021 11 commits
-
-
Evan Read authored
Add dotnet coverage example See merge request gitlab-org/gitlab!54057
-
Marcel Amirault authored
-
Russell Dickenson authored
Add ruby to documentation as supported language in SAST See merge request gitlab-org/gitlab!54728
-
Russell Dickenson authored
Docs: Fix customers link See merge request gitlab-org/gitlab!54722
-
Evan Read authored
-
Ash McKenzie authored
Reset templates cache key See merge request gitlab-org/gitlab!54614
-
Craig Miskell authored
It may have moved at some point without updating the docs; it's findable as is (with some guesswork) but this makes it clearer
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!54761
-
GitLab Release Tools Bot authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!54759
-
GitLab Release Tools Bot authored
-
- 20 Feb, 2021 4 commits
-
-
Kassio Borges authored
Label timestamps were introduced in the GraphQL in https://gitlab.com/gitlab-org/gitlab/-/issues/300005, making it possible to import this fields with the Group Migration tool (BulkImports) - Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300007
-
Ryan Causey authored
-
Ramya Authappan authored
Un-quarantine export project e2e test on staging See merge request gitlab-org/gitlab!54659
-
Stan Hu authored
The Rugged implementation of the `UserCommitFiles` RPC raised a `Gitlab::Git::Index::IndexError` when an invalid file was written (e.g. `.git/hooks/pre-commit`), but the Go implementation previously swallowed the Git2Go equivalent error and raised a `Gitlab::Git::CommandError` instead. Now that https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3165 has been merged, we partially revert the change in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/54662 to check the original error type. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/322096
-
- 19 Feb, 2021 2 commits
-
-
Gabriel Mazetto authored
Return only supported issue types for selected Jira Project See merge request gitlab-org/gitlab!53705
-
Alan (Maciej) Paruszewski authored
This change improves the way we fetch available issue types for Jira. From now we will fetch only these types that are available in the workflow for given project instead of loading all possible issue types from the system.
-