- 24 Apr, 2019 11 commits
-
-
Sean McGivern authored
Blob.lazy adds a blob to a batch to load at a later point, using the BatchLoader library. Whenever any lazy blob's attributes are accessed, all lazy blobs requested to that point will be loaded. BatchLoader, the library we use for this, should only request items in a batch once. That is, if we have these batches: 1. a, b, c 2. d, e, f Then a, b, and c should only be requested in the first batch. But if you modify the list of items in the batch, then the second batch will request a, b, c, d, e, f, which is almost certainly not what we want! https://github.com/exAspArk/batch-loader/issues/44 is the upstream issue for this, but we can also solve this in our application by not modifying the arguments we're using inside a BatchLoader batch.
-
Phil Hughes authored
Use Gitea logo for importer Closes #48842 See merge request gitlab-org/gitlab-ce!27424
-
Matti R authored
-
Filipa Lacerda authored
CE backport: "Move EE differences for app/views/projects/issues/show.html.haml" See merge request gitlab-org/gitlab-ce!27440
-
Donald Cook authored
app/views/projects/issues/show.html.haml"
-
Filipa Lacerda authored
Remove related items CSS properties and add utility classes See merge request gitlab-org/gitlab-ce!27583
-
Kushal Pandya authored
Externalize left sidebar strings See merge request gitlab-org/gitlab-ce!27532
-
Victor Wu authored
-
Dmitriy Zaporozhets authored
Introduce ServiceResponse to wrap around response Closes #60730 See merge request gitlab-org/gitlab-ce!27516
-
Evan Read authored
Bring Slack app docs to CE and add tiers See merge request gitlab-org/gitlab-ce!27598
-
Achilleas Pipinellis authored
-
- 23 Apr, 2019 29 commits
-
-
Clement Ho authored
Update dependency @gitlab/ui to ^3.4.0 See merge request gitlab-org/gitlab-ce!27590
-
Douglas Barbosa Alexandre authored
Revert Rails.application.env_config after using mock_auth_hash See merge request gitlab-org/gitlab-ce!27596
-
Douglas Barbosa Alexandre authored
[CE] Use presenter for labels in UI See merge request gitlab-org/gitlab-ce!27374
-
Jan Provaznik authored
When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Michael Kozono authored
Provide a new gitlab:seed:issues task See merge request gitlab-org/gitlab-ce!27454
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Lukas 'Eipi' Eipert authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Rémy Coutable authored
Update proofreader.md - add simplified chinese proofreader See merge request gitlab-org/gitlab-ce!27568
-
Grzegorz Bizon authored
Support negative matches See merge request gitlab-org/gitlab-ce!27510
-
Fatih Acet authored
Fix issue with list label text color Closes #47584 See merge request gitlab-org/gitlab-ce!26794
-
Tucker Chapman authored
-
Douwe Maan authored
Add feature flag to disable LFS check Closes #60588 See merge request gitlab-org/gitlab-ce!27451
-
Igor authored
-
Kamil Trzciński authored
This adds support for != and !~ operators giving more flexibility in comparing values
-
Achilleas Pipinellis authored
Add whitespace for list so it renders See merge request gitlab-org/gitlab-ce!27564
-
Evan Read authored
-
Rémy Coutable authored
Upgrade Rails to 5.1 See merge request gitlab-org/gitlab-ce!27480
-
Andreas Brandl authored
Add auto_ssl_enabled to pages domains See merge request gitlab-org/gitlab-ce!27304
-
Annabel Dunstone Gray authored
-
Marcia Ramos authored
Make it clearer when CI_MERGE_REQUEST_ variables are available Closes #60308 See merge request gitlab-org/gitlab-ce!27460
-
Achilleas Pipinellis authored
-
Kamil Trzciński authored
Adds `label_name` back as a scalar param in `IssuableFinder` Closes #60569 See merge request gitlab-org/gitlab-ce!27507
-
Rémy Coutable authored
Update proofreader.md - remove incorrect proofreader and resign See merge request gitlab-org/gitlab-ce!27567
-