- 15 Nov, 2019 40 commits
-
-
Jan Provaznik authored
Avoids N+1 query issues when loading many epics including their epics. Batch loader is used for loading these items, downside is that we load all issues for each epic into memory - given the use-case this should be acceptable (number of issues per epic is relatively small). To avoid extra queries/checks, we authorize only issues being rendered instead of the whole array - downside is that less-than-limit number of items may be returned then.
-
Tim Zallmann authored
Fix broken cluster health dashboard Closes #36262 See merge request gitlab-org/gitlab!20120
-
Achilleas Pipinellis authored
Update time it takes to seed database See merge request gitlab-org/gitlab!19958
-
Kushal Pandya authored
Remove var from labels_select.js Closes #36268 See merge request gitlab-org/gitlab!20153
-
Lee Tickett authored
-
Kushal Pandya authored
Remove var from ldap_groups_select.js Closes #36264 See merge request gitlab-org/gitlab!20104
-
Achilleas Pipinellis authored
Add documentation about automatically enabled container registry See merge request gitlab-org/gitlab!20100
-
Ian Baum authored
* The registry will be automatically enabled on omnibus-gitlab hosts when Let's Encrypt integration is activated
-
Jan Provaznik authored
Seed dev database with massive amount of Users, Projects and its relations Closes #17211 See merge request gitlab-org/gitlab!16700
-
Phil Hughes authored
Resolve "Flashcontainer causing page header to be off center" Closes #36453 See merge request gitlab-org/gitlab!20211
-
Marcel van Remmerden authored
-
Phil Hughes authored
Remove var from tree.js Closes #36273 See merge request gitlab-org/gitlab!20103
-
Lee Tickett authored
-
Phil Hughes authored
Remove var from bootstrap jquery spec js Closes #36291 See merge request gitlab-org/gitlab!20089
-
Lee Tickett authored
-
Tim Zallmann authored
Call to validate_query in custom metrics form is not retried Closes #13135 See merge request gitlab-org/gitlab!18769
-
Martin Wortschack authored
Update on SalesForce if a user opts to receive updates about GitLab See merge request gitlab-org/gitlab!20082
-
Aishwarya Subramanian authored
Removed irrelevant spec, since the feature is removed Using translation for opt in message Changed condition to send event only if user opts
-
Achilleas Pipinellis authored
Document usage of DS_DISABLE_DIND See merge request gitlab-org/gitlab!19437
-
Can Eldem authored
-
Martin Wortschack authored
Resolve "Add UI event tracking for container registry" Closes #35528 See merge request gitlab-org/gitlab!19772
-
Nicolò Maria Mezzopera authored
- simplify event handling - use aliases for import - add tracking mixin
-
Tim Zallmann authored
Fix Grafana chart label templates See merge request gitlab-org/gitlab!19744
-
Tristan Read authored
-
Tim Zallmann authored
Remove var from issue js See merge request gitlab-org/gitlab!20098
-
Lee Tickett authored
-
Phil Hughes authored
Remote var from notify.js Closes #36283 See merge request gitlab-org/gitlab!20094
-
Phil Hughes authored
Resolve "Hide "Delete selected" in designs when viewing an old version" See merge request gitlab-org/gitlab!19889
-
Natalia Tepluhina authored
-
Achilleas Pipinellis authored
Document port value for CI_REGISTRY Closes #36359 See merge request gitlab-org/gitlab!20149
-
Adam Cohen authored
-
Kushal Pandya authored
Remove var from new_branch_form.js See merge request gitlab-org/gitlab!20099
-
Lee Tickett authored
-
Kushal Pandya authored
Resolve "Remove IIFEs from branch_graph.js" Closes #34607 See merge request gitlab-org/gitlab!20008
-
minghuan lei authored
-
Kushal Pandya authored
Docs: Update docs with new approval rule screenshot See merge request gitlab-org/gitlab!18972
-
Samantha Ming authored
-
Kushal Pandya authored
Customizable cycle analytics - Persist custom stages See merge request gitlab-org/gitlab!18372
-
Ezekiel Kigbo authored
Adds vuex actions to create a custom cycle cycle analytics stage using the new /-/analytics/cycle_analytics/stages endpoint
-
Ash McKenzie authored
Authenticate with CI_JOB_TOKEN to NPM registry Closes #9104 See merge request gitlab-org/gitlab!19059
-