- 13 Jun, 2019 40 commits
-
-
Mike Greiling authored
Use scoped routes for labels and milestones See merge request gitlab-org/gitlab-ce!29358
-
Dmitriy Zaporozhets authored
Update frontend code to use /-/ scope for milestones and labels routes Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douglas Barbosa Alexandre authored
Speed up commit loads by disabling BatchLoader replace_methods See merge request gitlab-org/gitlab-ce!29633
-
Thong Kuah authored
AutoDevops fix ensure_namespace() does not explicitly test namespace Closes #50797 See merge request gitlab-org/gitlab-ce!29567
-
Jack Lei authored
-
Mek Stittri authored
Change SLA to target SLO for bugs and defects See merge request gitlab-org/gitlab-ce!29615
-
Stan Hu authored
We've seen a significant performance penalty when using `BatchLoader#__replace_with!`. This defines methods on the batch loader that proxy to the 'real' object using send. The alternative is `method_missing`, which is slower. However, we've noticed that `method_missing` can be faster if: 1. The objects being loaded have a large interface. 2. We don't call too many methods on the loaded object. In production, we've seen the rendering times of the merge request widget increase as a result of loading commit data. BatchLoader attempts to call replace_methods on the lazy object, but this has a significant performance penalty. Disabling this mode (https://github.com/exAspArk/batch-loader/pull/45) appears to cut load times by about 50% for MergeRequestsController#show. Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6941
-
Stan Hu authored
In production, we've seen the rendering times of the merge request widget increase as a result of loading commit data. BatchLoader attempts to call replace_methods on the lazy object, but this has a significant performance penalty for modules that have many methods. Disabling this mode (https://github.com/exAspArk/batch-loader/pull/45) appears to cut load times by about 50% for MergeRequestsController#show. Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6941
-
Robert Speicher authored
Omit blocked admins from repository check e-mails Closes #63019 See merge request gitlab-org/gitlab-ce!29507
-
Stan Hu authored
Master i18n See merge request gitlab-org/gitlab-ce!29611
-
Stan Hu authored
Use serialization for project boards See merge request gitlab-org/gitlab-ce!29263
-
Mike Greiling authored
"Add ESLint i18n plugin" Closes #62359 See merge request gitlab-org/gitlab-ce!26789
-
Brandon Labuschagne authored
Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
-
Stan Hu authored
Remove spec/features/projects/files/user_edits_files_spec.rb from quarantine Closes #60497 See merge request gitlab-org/gitlab-ce!29620
-
Heinrich Lee Yu authored
-
Douglas Barbosa Alexandre authored
Refactor for cleaner caching in dashboards See merge request gitlab-org/gitlab-ce!29444
-
Sarah Yasonik authored
Opts to cache a full list of cached dashboards to better manage removing items from the cache. This also allows dashboards to be stored in the cache that don't necessarily correspond to a single dashboard yml.
-
Trevor Knudsen authored
Update application-security index.md's (SAST,DAST,LM and DS) See merge request gitlab-org/gitlab-ce!29547
-
Douglas Barbosa Alexandre authored
Raise an error if creating the MergeRequestDiff fails See merge request gitlab-org/gitlab-ce!29434
-
Mek Stittri authored
-
Filipa Lacerda authored
Click file row in repository Vue app to view file See merge request gitlab-org/gitlab-ce!29596
-
Nick Thomas authored
-
Stan Hu authored
disable CI variable complex expressions by default See merge request gitlab-org/gitlab-ce!29576
-
GitLab Crowdin Bot authored
[skip ci]
-
GitLab Crowdin Bot authored
[skip ci]
-
GitLab Crowdin Bot authored
[skip ci]
-
GitLab Crowdin Bot authored
[skip ci]
-
drew cimino authored
-
Sean McGivern authored
Backport changes from 'Partially revert d9cb907c: "Avoid loading objects from DB in ES results"' See merge request gitlab-org/gitlab-ce!29597
-
Douwe Maan authored
Process up to 100 commit messages for references when pushing to a new default branch See merge request gitlab-org/gitlab-ce!29511
-
Fabio Papa authored
Commit messages are not processed for references to issues when creating the default branch on push. This was expected behavior (probably to avoid performance problems when first pushing a repository with thousands of commits). However, this is not an issue because we always limit the number of commits to process to 100 regardless of whether we are creating the default branch or not.
-
Bob Van Landuyt authored
Bring propagated SAST ENV vars into parity with docs See merge request gitlab-org/gitlab-ce!29564
-
Nick Thomas authored
-
Nick Thomas authored
This reverts commit d9cb907c.
-
Phil Hughes authored
-
Phil Hughes authored
Moves sp.js to CE repo Closes gitlab-ee#12106 See merge request gitlab-org/gitlab-ce!29545
-
Kamil Trzciński authored
Review roulette excludes mr_author Closes #61157 See merge request gitlab-org/gitlab-ce!28886
-
Phil Hughes authored
Add trackEvent when accessing the Register tab See merge request gitlab-org/gitlab-ce!29336
-
Phil Hughes authored
Added naming convention for .graphql files See merge request gitlab-org/gitlab-ce!29558
-
Natalia Tepluhina authored
-