- 16 Apr, 2020 40 commits
-
-
Paul Slaughter authored
Better Geo Node Error Messages MVC Closes #213363 See merge request gitlab-org/gitlab!29079
-
Mike Greiling authored
Move duration chart vuex to separate module Closes #197336 See merge request gitlab-org/gitlab!29122
-
Ezekiel Kigbo authored
Creates a new modules directory to separate the cycle_analytics vuex store Creates separate vuex files for the duration chart component Move vuex boilerplate into duration chart component
-
Martin Wortschack authored
Remove "Add metric" button from custom dashboards Closes #211648 See merge request gitlab-org/gitlab!29036
-
Jan Provaznik authored
Bugfix - Revert subscription banner revert and provide bugfix See merge request gitlab-org/gitlab!29422
-
Peter Leitzen authored
Remove store_mentions! in Snippets::CreateService See merge request gitlab-org/gitlab!29581
-
Natalia Tepluhina authored
Display notes based on line_codes and positions props See merge request gitlab-org/gitlab!29512
-
Stan Hu authored
Refresh only existing MRs on push See merge request gitlab-org/gitlab!29420
-
Mark Florian authored
Fix new requirement & reopen button visibility See merge request gitlab-org/gitlab!29715
-
Nick Gaskill authored
Docs - Improve wording for image name See merge request gitlab-org/gitlab!29686
-
Marcia Ramos authored
Documentation for Typed AWS Environment Variables See merge request gitlab-org/gitlab!29325
-
Sarah Groff Hennigh-Palermo authored
Adds section, not separate table
-
Marcia Ramos authored
Add repository image with new icon styles See merge request gitlab-org/gitlab!29639
-
Daniel Gruesso authored
- Add an image that shows more icons - Move img to the correct directory - Write brief intro before the image
-
Paul Slaughter authored
-
Nick Gaskill authored
Add documentation of new dependency scanning env vars See merge request gitlab-org/gitlab!29597
-
Igor Frenkel authored
-
Zack Cuddy authored
Currently the Geo Node Form just generically responds that if there was an error. The API responds with an error however. So this MR simply showcases those errors insead of the Flash message instead.
-
Robert Speicher authored
Standardize Sidekiq/Rails log keys with _s suffix See merge request gitlab-org/gitlab!29300
-
Igor Drozdov authored
Newly introduced API for displaying notes for merge-ref-head diffs contains line_codes and positions properties. If any of the passed line_codes or positions matches line_code and position of a particular line, then the note is displayed. This code is backward compatible with the previous interface
-
Heinrich Lee Yu authored
Move export issues feature to core See merge request gitlab-org/gitlab!28703
-
Kushal Pandya authored
- User current user access role to control "New requirement" button visibility. - Use `adminRequirement` permission to control "Reopen" button visibility
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!29582
-
Jan Provaznik authored
Set default true for the pypi_packages feature flag See merge request gitlab-org/gitlab!29702
-
Igor Drozdov authored
Refactor validation of jira imports See merge request gitlab-org/gitlab!28704
-
Achilleas Pipinellis authored
Docs - Remove geo_secondary[] for tracking db See merge request gitlab-org/gitlab!29648
-
Anton Smith authored
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for tracking Geo database See merge request gitlab-org/gitlab!29651
-
Anton Smith authored
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for secondary Geo node See merge request gitlab-org/gitlab!29650
-
Achilleas Pipinellis authored
Docs - Update pg_hba example for primary Geo node See merge request gitlab-org/gitlab!29649
-
Jay Swain authored
-
Jay Swain authored
-
Jay Swain authored
decorated_subscription is expected to return nil when there is no subscription. It was previously returning an empty SubscriptionDecorator object and caused breakage. This change corrects the behavior, in tune with what the Gitlab::ExpiringSubscriptionMessage expects. This is part of: https://gitlab.com/gitlab-org/gitlab/-/issues/214212
-
Achilleas Pipinellis authored
Docs - Geo - Remove sql_replication_user config See merge request gitlab-org/gitlab!29647
-
Achilleas Pipinellis authored
Compress doc images Closes #214647 See merge request gitlab-org/gitlab!29681
-
Achilleas Pipinellis authored
Add documentation for CSV Export See merge request gitlab-org/gitlab!29485
-
Paul Slaughter authored
Added SavedChangesMessage instance and updated spec to use mock data See merge request gitlab-org/gitlab!29430
-
Nathan Friend authored
Add an introduction banner See merge request gitlab-org/gitlab!29311
-
Oswaldo Ferreira authored
It makes the decision on how to log timings within JSON logs based on https://www.robustperception.io/who-wants-seconds.
-