- 05 Dec, 2019 2 commits
-
-
Thong Kuah authored
We seem to have restricted to only no haml, nor js, nor rb because we can rely on tests. But since the new scripts is orders of magnitude faster, we can include all files by default. We need to exclude two files for now as these have conflict headers as part of their tests.
-
Thong Kuah authored
`grep -z` isn't supported in MacOS grep. Also the script doesn't seem to catch some cases probably because of `xargs -0`
-
- 04 Dec, 2019 38 commits
-
-
Stan Hu authored
Implement usage metrics for ModSecurity Web Application Firewall See merge request gitlab-org/gitlab!20196
-
Lucas Charles authored
Adds partial indices to keys within `ci_variables` and `ci_pipeline_variables` tables to track configuration of Web Application Firewall for running environments
-
Annabel Dunstone Gray authored
Remove extra spacing below sidebar time tracking info Closes #16505 See merge request gitlab-org/gitlab!20657
-
Lee Tickett authored
-
Stan Hu authored
Fix 500 error caused by range much bigger then actual array See merge request gitlab-org/gitlab!21180
-
Robert Speicher authored
Validate unique environment scope for instance clusters See merge request gitlab-org/gitlab!20886
-
Michael Kozono authored
Update GitLab Shell to v10.3.0 See merge request gitlab-org/gitlab!21151
-
Małgorzata Ksionek authored
Add cr remarks Add cr remarks Add cr remarks Refactor specs file Remove obsolete new line Remove obsolete signs
-
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
-