- 19 Feb, 2020 26 commits
-
-
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'"
-
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
-
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 14 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
-
Mayra Cabrera authored
Refactor metric embeds to ease additional embed types See merge request gitlab-org/gitlab!24925
-
Robert Speicher authored
Fix markdown layout of incident issues See merge request gitlab-org/gitlab!25352
-
Brett Walker authored
includes testing of sorting / pagination
-
Brett Walker authored
-
k0va1 authored
and add remaining specs
-
Robert Speicher authored
Adds sorting to group packages api Closes #201897 See merge request gitlab-org/gitlab!24432
-
Paul Slaughter authored
Fix `[vuex] unknown action type: setInitialState` error on Release edit page Closes #207149 See merge request gitlab-org/gitlab!25469
-
Natalia Tepluhina authored
Improve UX for Group SAML Configuration page See merge request gitlab-org/gitlab!25441
-
Mike Greiling authored
Update GitLab Packages See merge request gitlab-org/gitlab!25226
-
Mayra Cabrera authored
Comment out migration helper include in migration template See merge request gitlab-org/gitlab!25205
-