- 10 Oct, 2019 15 commits
-
-
Arturo Herrero authored
-
Arturo Herrero authored
expect_next_instance_of and allow_next_instance_of use the same code expect the target (expect or allow).
-
Arturo Herrero authored
-
Grzegorz Bizon authored
Update Knative to 0.7 See merge request gitlab-org/gitlab!17367
-
Grzegorz Bizon authored
Introduce CI_PROJECT_TITLE as predefined variable Closes #18190 See merge request gitlab-org/gitlab!17849
-
Grzegorz Bizon authored
Merge branch '13422-empty-security-dashboard-on-public-project-with-found-vulnerabilities' into 'master' Fix empty security dashboard for public projects Closes #13422 See merge request gitlab-org/gitlab!17915
-
Avielle Wolfe authored
Project security dashboards were displaying no vulnerabilities for public projects, even when the latest pipeline reported vulnerabilities. The issue was our Namespace#store_security_reports_available? method, which had no knowledge of the project or whether it was public, and only checked for availability based on the instance's license. I've added Project#can_store_security_reports?, which calls into Namespace to check for license availability and _also_ checks whether the project is public. Now public projects can get the security scanning they've been wanting! https://gitlab.com/gitlab-org/gitlab/issues/13422
-
Jan Provaznik authored
Remove `Gitlab::Utils.system_silent` method Closes #33693 See merge request gitlab-org/gitlab!18321
-
Francisco Javier López authored
-
Mark Lapierre authored
Update E2E test of assigning code owners Closes #33680 See merge request gitlab-org/gitlab!18358
-
Evan Read authored
Editing managed runner values.yaml will not work See merge request gitlab-org/gitlab!18186
-
Wei-Meng Lee authored
-
Evan Read authored
Documentation: Correct spelling of MR branch name variable in job:rules documentation See merge request gitlab-org/gitlab!18184
-
drew authored
-
Ash McKenzie authored
Resolve "Undefined method `terms_of_service_url'" See merge request gitlab-org/gitlab!18263
-
- 09 Oct, 2019 25 commits
-
-
Robert Speicher authored
Merge branch '14853-disable-pipeline-retry-button-for-merge-train-pipelines-for-merged-results' into 'master' Hide pipeline retry button for Merge Train/Pipelines Closes #14853 See merge request gitlab-org/gitlab!17065
-
Sean Carroll authored
Merge Train pipelines cannot be restarted or they will fail. This MR hide the retry button. Closes https://gitlab.com/gitlab-org/gitlab/issues/14853
-
Robert Speicher authored
Remove user_id param from the discover endpoint in the internal api Closes #33647 See merge request gitlab-org/gitlab!18277
-
Bob Van Landuyt authored
This removes the ability to call `/internal/discover` with a user id. As this was not used anymore.
-
Robert Speicher authored
Rename Vulnerabilities to Findings in Projects security routes See merge request gitlab-org/gitlab!17351
-
Victor Zagorodny authored
Rename concern VulnerabilitiesActions to VulnerabilityFindingsActions in code and tests
-
Mark Lapierre authored
A recent change removed the option to require approval from codeowners from project settings and added it to the protected branch creation screen. See https://gitlab.com/gitlab-org/gitlab/merge_requests/15862 This updates the E2E test of the affected feature: * converts the old qa class selectors to data attributes. * removes the EE project settings module because it only contained the merge request approval setting, which only include the code owners setting and was removed with the feature change * fixes a bug in `Resource::Repository::Commit` that caused new files to not be committed * updates the test to conform with our current style
-
Ash McKenzie authored
Resolve "Deactivate a user (with self-service reactivation)" See merge request gitlab-org/gitlab!17037
-
Manoj MJ authored
This change adds the ability to deactivate a user that has no recent activity i in the last 14 days. A deactivated user can still login and this will reactivate the user.
-
Russell Dickenson authored
Fix redirected and 404ing links in various docs See merge request gitlab-org/gitlab!18304
-
Marcel Amirault authored
Fix links that are 404ing and redirecting to the correct latest links
-
Mayra Cabrera authored
Use Major docker image tag for Klar analyzer See merge request gitlab-org/gitlab!18343
-
Olivier Gonzalez authored
-
Mayra Cabrera authored
Handle diffs unfolding for batch load endpoint See merge request gitlab-org/gitlab!18153
-
Walmyr Lima e Silva Filho authored
Add test that configures an issue board by label Closes gitlab-org/quality/testcases#181 See merge request gitlab-org/gitlab!18273
-
Mayra Cabrera authored
Add models, finders for code hotspots MVP See merge request gitlab-org/gitlab!17277
-
Aakriti Gupta authored
- Add models for repo file commits and files. - Add finder for querying the top 100 files committed for a given date range.
-
Mayra Cabrera authored
Ensure all usage data counts are integers See merge request gitlab-org/gitlab!18095
-
Doug Stull authored
- version app currently expects all usage data(usage ping) counts values to be of type integer
-
Oswaldo Ferreira authored
The diffs batch endpoint wasn't handling the diff unfolding when leaving comments in hidden parts of the diff. This commit fixes that for both diff notes and draft notes.
-
Mayra Cabrera authored
Introduce diffs_batch JSON endpoint for paginated diffs Closes #31290 See merge request gitlab-org/gitlab!17651
-
Oswaldo Ferreira authored
Prepares the diffs_batch endpoint to return the latest MR diff files version and the pagination data (page, total pages, etc). It doesn't read from cache as it's not worth today, given the read/write can't be done in chunks. This will be worked further at: https://gitlab.com/gitlab-org/gitlab/issues/30550
-
Michael Kozono authored
GitLab-managed apps: use upstream values for rbac.create See merge request gitlab-org/gitlab!18312
-
Walmyr Lima authored
-
Walmyr Lima authored
-