- 19 Feb, 2020 36 commits
-
-
Natalia Tepluhina authored
Allow enabling/disabling modsecurity from UI See merge request gitlab-org/gitlab!24747
-
Zamir Martins Filho authored
This is a change on the front-end on clusters applications page. Similar to what has been done by other cluster apps, it makes modsecurity settings editable by the user.
-
Peter Leitzen authored
Separate pipelines query from vuln findings query See merge request gitlab-org/gitlab!24757
-
Avielle Wolfe authored
* Refactor VulnerabilityFindingsFinder to take pipeline IDs and use them in the query for vulnerability findings * Move query for pipelines to the controller actions and the caching classes * Removes Vulnerable. We are no longer using the methods included in it https://gitlab.com/gitlab-org/gitlab/issues/202183
-
James Lopez authored
Skip SPDX deprecated licenses See merge request gitlab-org/gitlab!25278
-
Lin Jen-Shin authored
Use a path instead of URL for badge API endpoints See merge request gitlab-org/gitlab!25493
-
James Lopez authored
Define hit/miss counters for diff caching Closes #207005 See merge request gitlab-org/gitlab!25382
-
Kushal Pandya authored
Correctly render GFM in README files See merge request gitlab-org/gitlab!25445
-
Phil Hughes authored
Resolve "Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/create_merge_request_dropdown.js'" See merge request gitlab-org/gitlab!24917
-
Raihan Kabir authored
Resolve "Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/create_merge_request_dropdown.js'"
-
Phil Hughes authored
Correctly renders GFM in README files in the repository listing
-
Dylan Griffith authored
Only load usage ping cron schedule for Sidekiq See merge request gitlab-org/gitlab!25325
-
Stan Hu authored
Previously the initializer always loaded the `application_settings` table in the initializer, even for Rake tasks (e.g. `rake db:setup). This was done because the usage ping worker needed to load the UUID of theins instance from the database to calculate the usage ping schedule. However, cron schedules are only needed by Sidekiq, so we can defer the calculation of this value in the Sidekiq initializer. When loading application settings from the database, this should make it possible for us to raise errors when the connection is not present since this appears to be the only setting that is actually needed at init time. This came out of a discussion in https://gitlab.com/gitlab-org/gitlab/issues/205640.
-
Dylan Griffith authored
Add more detailed logging of errors in Jira service See merge request gitlab-org/gitlab!25007
-
Dylan Griffith authored
Add internal doc for AuditEventService See merge request gitlab-org/gitlab!25428
-
Tan Le authored
Aid developer in future work with this mega class.
-
Kushal Pandya authored
Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/vue_shared/components/markdown/toolbar.vue' Closes #202274 See merge request gitlab-org/gitlab!25057
-
Philip Jonas authored
Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/vue_shared/components/markdown/toolbar.vue'
-
Mike Greiling authored
Move environments_app_spec to jest testing See merge request gitlab-org/gitlab!25363
-
Stan Hu authored
Fix spec with hard-coded ID Closes #207191 See merge request gitlab-org/gitlab!25497
-
Thong Kuah authored
Revert "Merge branch 'auto_devops_test_rules' into 'master'" See merge request gitlab-org/gitlab!25492
-
Natalia Tepluhina authored
Add Sentry messages to the monitoring dashboard See merge request gitlab-org/gitlab!25196
-
Heinrich Lee Yu authored
Queries for the maximum to make sure we pass in a non-existent group ID
-
Mike Greiling authored
Merge branch '196646-replace-underscore-with-lodash-for-app-assets-javascripts-badges' into 'master' Resolve "Replace underscore with lodash for ./app/assets/javascripts/badges" Closes #196646 See merge request gitlab-org/gitlab!24966
-
Dylan Griffith authored
Fix a log schema inconsistency (kubernetes/namespace) See merge request gitlab-org/gitlab!25436
-
Heinrich Lee Yu authored
This makes this work for setups where the gitlab.yml host is different from the one being used to access the application
-
James Fargher authored
This reverts merge request !24931
-
Shinya Maeda authored
Refactor npm installation instructions component See merge request gitlab-org/gitlab!25237
-
Nick Kipling authored
Changed backend url generation Updated instructions component Created getters for npm commands Updated tests
-
Evan Read authored
Update OAuth2 token info API docs to be clearer Closes #207064 See merge request gitlab-org/gitlab!25416
-
Evan Read authored
Fix link typo See merge request gitlab-org/gitlab!24920
-
Evan Read authored
Add unicorn memory limit for 12.6 as well as 12.7 See merge request gitlab-org/gitlab!25414
-
Russell Dickenson authored
Add group specific email headers documentation See merge request gitlab-org/gitlab!24894
-
Felipe Artur authored
Add X-GitLab-Group-Id and X-GitLab-Group_Path documentation
-
Stan Hu authored
Update rouge to v3.16.0 See merge request gitlab-org/gitlab!25334
-
Russell Dickenson authored
Add clarity for admin requirement and curl example See merge request gitlab-org/gitlab!25446
-
- 18 Feb, 2020 4 commits
-
-
Evan Read authored
Fix the link for pipeline yaml in arch docs Closes #207170 See merge request gitlab-org/gitlab!25478
-
Stan Hu authored
License compliance policy rework See merge request gitlab-org/gitlab!25407
-
Robert Speicher authored
GraphQL: Add Board type See merge request gitlab-org/gitlab!22497
-
Kyle Wiebers authored
-