- 04 Dec, 2019 40 commits
-
-
Phil Hughes authored
This changes the way the merge request widget is init'd instead of requiring data to be available on creation it now fetches the initial data on created and then renders the widget `mrWidgetData` still exists, and now mainly just holds the different paths and routes that are needed in the widget Closes https://gitlab.com/gitlab-org/gitlab/issues/31406
-
Martin Wortschack authored
Fix race condition with batch diff loading Closes #37740 See merge request gitlab-org/gitlab!21124
-
Nick Thomas authored
Adjust issue metrics first_mentioned_in_commit_at calculation Closes #16050 See merge request gitlab-org/gitlab!20923
-
Imre Farkas authored
Group Import fixtures See merge request gitlab-org/gitlab!21183
-
George Koltsov authored
This MR adds group.json fixtures required for Group Import testing. No business logic changed in scope of this MR. Adding these fixtures in a separate MR so it does not cause additional load on reviewers (specifically line count of the MR).
-
Fatih Acet authored
Resolve "JUnit XML summary incorrectly shows 100% success rate" Closes #37363 See merge request gitlab-org/gitlab!20835
-
Nick Kipling authored
Changed from Math.round to Math.floor Added tests to cover percentage rounding
-
Marin Jankovski authored
Use memory store cache for the Gitlab::Auth Closes #38084 See merge request gitlab-org/gitlab!21181
-
Phil Hughes authored
Productivity Analytics: Refactor setPath action See merge request gitlab-org/gitlab!21166
-
Mike Greiling authored
Publish webpack memory artifacts See merge request gitlab-org/gitlab!20608
-
Tristan Read authored
Make fields easier to grep.
-
Pavel Shutsin authored
We should consider commits committed_date which comes earlier than metrics value in database while updating first_mentioned_in_commit_at. This way we'll calculate first mentioned date properly.
-
Achilleas Pipinellis authored
Add KNOWN_HOSTS entry to GitLab.com settings See merge request gitlab-org/gitlab!21098
-
Robert Marshall authored
- Document the entry for ssh `known_hosts` file for users who want to directly accept the proper keys without manual invocation Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Bob Van Landuyt authored
This avoids leaking information into Rails.cache that could influence other specs.
-
Martin Wortschack authored
[Frontend] Rename ConvDev Index to DevOps Score See merge request gitlab-org/gitlab!20645
-
Grzegorz Bizon authored
A bunch of import improvements See merge request gitlab-org/gitlab!21142
-
Ronan OConnor authored
Emphasise that "Limiting namespaces" won't allow for global code search Closes #37853 See merge request gitlab-org/gitlab!20778
-
Vlad Stoianovici authored
-
Imre Farkas authored
Resolve "Prevent accidental deletions via soft delete for groups" - services (MR: 3/n) See merge request gitlab-org/gitlab!19358
-
Martin Wortschack authored
- Rename to setFit lters and store properties separately instead of URL query string
-
Bob Van Landuyt authored
Allow empty approval rule See merge request gitlab-org/gitlab!15378
-
Igor authored
That's useful in case we need a certain number of approvals from a particular group and a certain number of approvals from any developer
-
Martin Wortschack authored
Replace board service in mock data.js See merge request gitlab-org/gitlab!20879
-
Kamil Trzciński authored
-
Kamil Trzciński authored
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Today, when processing Note/MergeRequestDiff/MergeRequest/DiffNote, we would create keep arounds in a transactaion when importing. This does not make sense, as this repository is somehow a replica of another one and we cannot guarantee anything about this repository, also this increases the repository fragmentation while creating them.
-
Marin Jankovski authored
Document update on chatops access request instruction See merge request gitlab-org/gitlab!21086
-
David Kim authored
- https://ops.gitlab.net/gitlab-com/chatops/-/project_members is not visible if the user is not already a member of the project
-
Phil Hughes authored
Add Active Property to Feature Flag Form See merge request gitlab-org/gitlab!20857
-
Sean McGivern authored
Remove epics_update_dates_upstream feature flag See merge request gitlab-org/gitlab!21122
-
Bob Van Landuyt authored
Update permissions for Dependencies and Dependency list See merge request gitlab-org/gitlab!21053
-
Phil Hughes authored
Fixes a race condition with batch diff loading that would cause the diff files to get overwritten with an empty array. Closes https://gitlab.com/gitlab-org/gitlab/issues/37740
-
Bob Van Landuyt authored
Add redis caching of individual highlighted diffs Closes #30550 See merge request gitlab-org/gitlab!19917
-
Paul Slaughter authored
Merge branch '31003-increase-testing-coverage-of-ui-for-disabling-group-project-email-notifications' into 'master' Increase testing coverage of "UI for disabling group/project email notifications" See merge request gitlab-org/gitlab!20499
-
Jan Provaznik authored
Bump CS_MAJOR_VERSION from 1 to 2 See merge request gitlab-org/gitlab!20986
-
Adam Cohen authored
- Version 1 of the Container Scanning tool produced a report using the format specified by clair-scanner (github.com/arminc/clair-scanner), however, version 2 of the Container Scanning tool now produces a report using the GitLab Analyzers Common Library Format. In order to make use of the new report format, we need to update the CS_MAJOR_VERSION.
-
Phil Hughes authored
Resolve "Change Title of Merge Request Approvals" Closes #36937 See merge request gitlab-org/gitlab!21079
-
Samantha Ming authored
-