- 15 Nov, 2019 40 commits
-
-
Martin Wortschack authored
- This computes the default start date for the daterange picker
-
James Lopez authored
Validate the sha when merging all the way down See merge request gitlab-org/gitlab!19579
-
Bob Van Landuyt authored
This compares the `MergeRequest#diff_head_sha` before squashing or merging to a sha passed by the caller. If the `diff_head_sha` changed, this means that the branch was updated since the merge was scheduled. The `diff_head_sha` is the one passed to gitaly for merging or squashing. So validating it right before performing the merge rather than only in the controller would prevent the `MergeRequests::RefreshService` from changing it between scheduling the merge and actually merging.
-
Bob Van Landuyt authored
Support query for multiple not deleted projects by ids See merge request gitlab-org/gitlab!19618
-
Sean McGivern authored
Load recent commits from database to display on Commits tab See merge request gitlab-org/gitlab!19631
-
Martin Wortschack authored
Resolve "Remove IIFEs from new_branch_form.js" Closes #34610 See merge request gitlab-org/gitlab!20009
-
minghuan lei authored
-
Thong Kuah authored
Merge branch '32534-gitlab-rake-gitlab-cleanup-orphan_job_artifact_files-dry_run-false-is-not-removing-artifacts' into 'master' Resolve "`gitlab-rake gitlab:cleanup:orphan_job_artifact_files DRY_RUN=false` is not removing artifacts" Closes #32534 See merge request gitlab-org/gitlab!17679
-
Adam Mulvany authored
The trailing newline was actually causing the FileUtils.rm_rf() call to _look_ like it was working, but was in fact not deleting at all.
-
Kushal Pandya authored
Remove update hook from date filter to prevent js from getting stuck Closes #36460 See merge request gitlab-org/gitlab!20215
-
Andreas Brandl authored
Add 'resolved' state and resolution tracking to Vulnerabilities See merge request gitlab-org/gitlab!19498
-
Victor Zagorodny authored
Add 'resolved' state to Vulnerability and resolved_at, resolved_by_id attributes to track the resolution process. Update the Finding states to comply to the UX discovery results. Update service classes and APIs to assign 'resolved' state for a Vulnerability and fill the resolution tracking attributes.
-
Yorick Peterse authored
GroupPackageFinder to filter private repos Closes gitlabhq#2929 See merge request gitlab/gitlab-ee!1348
-
Paul Slaughter authored
Remove duplication from slugifyWithUnderscore function Closes #12321 See merge request gitlab-org/gitlab!20016
-
Fatih Acet authored
Merge branch '30182-checkbox-with-no-text-causing-following-checkboxes-not-to-be-saved' into 'master' Update `deckar01-task_list` gem to fix unrecognized task item See merge request gitlab-org/gitlab!19724
-
Igor Drozdov authored
Also preload users and latest pipeline for the correct ref
-
Walmyr Lima e Silva Filho authored
Simplify test by not calling the same class twice See merge request gitlab-org/gitlab!20073
-
Kushal Pandya authored
Resolve "Include description change diffs when querying notes" See merge request gitlab-org/gitlab!17670
-
Heinrich Lee Yu authored
Expose description_version_id and path in the discussions request
-
Fatih Acet authored
Resolve "Improve merge request description placeholder" Closes #30616 See merge request gitlab-org/gitlab!20032
-
Jan Provaznik authored
Add finder for prometheus metrics See merge request gitlab-org/gitlab!16235
-
Sarah Yasonik authored
Adds a finder for the PrometheusMetric class to create a unified way to retrieve instances of the class. Note that this should not be confused with the PrometheusMetric model used for importing common metrics into the database. Updates all retrievals of PrometheusMetric instances to use the new PrometheusMetricFinder class.
-
Sanad Liaquat authored
Add group managed accounts spec Closes gitlab-org/quality/nightly#140, #34434, and gitlab-org/quality/testcases#242 See merge request gitlab-org/gitlab!19449
-
Miguel Rincon authored
-
Bob Van Landuyt authored
Use batch loader for loading epic issues See merge request gitlab-org/gitlab!19141
-
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
-
Alessio Caiazza authored
-
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
-
Giorgenes Gelatti authored
Filter out packages who the user doesnt have permission to see (:read_package)
-
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
-