- 10 Oct, 2019 30 commits
-
-
Rémy Coutable authored
Add endpoint to proxy requests to grafana's proxy endpoint See merge request gitlab-org/gitlab!18210
-
Sarah Yasonik authored
Adds a new endpoint which proxies calls to the grafana endpoint which proxies calls to any grafana datasource configured to support it. This will be used as a part of embedding prometheus metrics in GFM via grafana.
-
Bob Van Landuyt authored
Introduce a lightweight diffs_metadata endpoint See merge request gitlab-org/gitlab!18104
-
Rémy Coutable authored
Enables VPC-Native by default on cluster creation See merge request gitlab-org/gitlab!18284
-
João Cunha authored
-
Andreas Brandl authored
Schedule background migration to populate pages metadata See merge request gitlab-org/gitlab!17993
-
Rémy Coutable authored
missing letter See merge request gitlab-org/gitlab!18330
-
Rémy Coutable authored
Resolve "Broken master: failure in `ee:geo` E2E test scenario" Closes #33754 See merge request gitlab-org/gitlab!18374
-
Filipa Lacerda authored
Performance improvements for productivity analytics scatterplot Closes #33346 See merge request gitlab-org/gitlab!18187
-
Martin Wortschack authored
- Store transformed data in store and optimize median computation
-
Kushal Pandya authored
Follow up to gitlab-org/gitlab!18131: Move test files See merge request gitlab-org/gitlab!18339
-
Thong Kuah authored
Add Sidekiq job CPU time prometheus metrics See merge request gitlab-org/gitlab!17682
-
Filipa Lacerda authored
Port over EE pipeline functionality to CE Closes #31573 See merge request gitlab-org/gitlab!18136
-
Payton Burdette authored
This commit ports over some files I missed in my first commit because I forgot to stage them in the first commit.
-
Filipa Lacerda authored
Fix usability problems for file template Closes #30807 See merge request gitlab-org/gitlab!17522
-
Payton Burdette authored
This commmit is the start for issue 30807 and resolving usability problems with file templates. I've moved the exisiting UI and changed some functionality. Use toast component to undo template actions Set active class to template type Fix failing rspec tests Fixed failing rspec tests due to refactor of the UI. New functionality was introduced so the tests needed to be reworked. Fix failing test and add mobile styles Generate changelog for merge request Fix eslint errors for i18n Fix failed job due to locale/gitlab.pot Fix linting error in haml file Change dropdown labels and fix dropdown headers Adjust rspec for template selectors Change toggle text after undo template action Fix broken toast due to udpated master Remove toggle label on template selector Fix failing rspec tests due to toggle text change Remove un-need conditional check Add template selection to toast Adjust rspec to pass for undo action
-
Grzegorz Bizon authored
Update Knative to 0.7 See merge request gitlab-org/gitlab!17367
-
Ash McKenzie authored
-
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
-
Ash McKenzie 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 10 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
-
Oswaldo Ferreira authored
It creates a separate endpoint to return just metadata of the diffs, but not the actual serialized diff lines, which are _very_ expensive to serialize.
-
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.
-