- 15 Nov, 2019 40 commits
-
-
Jeremy Elder authored
-
Filipa Lacerda authored
Correctly show commit description See merge request gitlab-org/gitlab!19968
-
Achilleas Pipinellis authored
Add documentation for sign-in application setting Closes #35547 See merge request gitlab-org/gitlab!19561
-
Achilleas Pipinellis authored
Docs: Access control with GitLab Pages on separate server Closes #32444 See merge request gitlab-org/gitlab!17371
-
Ghost User authored
-
Lin Jen-Shin authored
Danger: Skip counting fixup commits as quality of merge request See merge request gitlab-org/gitlab!19762
-
Elan Ruusamäe authored
-
Imre Farkas authored
Allow to enable / disable Auto SSL (Letsencrypt) support for pages domains via API See merge request gitlab-org/gitlab!19520
-
Vladimir Shushlin authored
Add more docs for pages domains certificate api Fix autoremoving certificates if they have not been passed
-
Achilleas Pipinellis authored
Update cURL examples in the style guide See merge request gitlab-org/gitlab!20221
-
Achilleas Pipinellis authored
Document every step needed to replicate a new data type Closes #13061 See merge request gitlab-org/gitlab!19873
-
Valery Sizov authored
-
Marcin Sedlak-Jakubowski authored
Format table Apply suggestion to doc/development/documentation/styleguide.md
-
Phil Hughes authored
Add getDefaultStartDate utility method See merge request gitlab-org/gitlab!20040
-
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.
-