- 13 Feb, 2020 40 commits
-
-
Imre Farkas authored
Set the default dashboard for Self Monitoring Project Closes #121719 See merge request gitlab-org/gitlab!24814
-
Kirstie Cook authored
Set the default dashboard for self monitoring project
-
Lin Jen-Shin authored
Use 'rules' for '.gitlab/ci/reports.gitlab-ci.yml' jobs See merge request gitlab-org/gitlab!24624
-
James Lopez authored
Add runner, release and tag entities into own class files See merge request gitlab-org/gitlab!24943
-
Rajendra Kadam authored
-
Nick Thomas authored
Create snippet repository model See merge request gitlab-org/gitlab!23796
-
Peter Leitzen authored
Add regex to match Prometheus Alert endpoint for GFM identification See merge request gitlab-org/gitlab!24832
-
Rémy Coutable authored
Recreate feature flags for merge trains See merge request gitlab-org/gitlab!24844
-
Natalia Tepluhina authored
Refactor deprecated named slots in Vue See merge request gitlab-org/gitlab!24069
-
Dheeraj Joshi authored
-
Phil Hughes authored
Merge branch '205205-end-to-end-failure-for-qa-specs-features-ee-browser_ui-3_create-design_management_spec-rb' into 'master' Fix design comments on production environment Closes #205205 See merge request gitlab-org/gitlab!25103
-
Alessio Caiazza authored
Fix merge request child pipelines See merge request gitlab-org/gitlab!23884
-
Fabio Pitino authored
Allow child pipeline to run in the context of merge requests
-
Nick Thomas authored
Split PodLogsService per backend See merge request gitlab-org/gitlab!23619
-
Adrien Kohlbecker authored
-
Kushal Pandya authored
Limit length of wiki file/directory names See merge request gitlab-org/gitlab!24364
-
Natalia Tepluhina authored
[UPDATE] Replace underscore.first with lodash.head Closes #196690 See merge request gitlab-org/gitlab!25018
-
Shubham Pandey authored
-
Walmyr Lima e Silva Filho authored
Move reliable tag from test suite to specific test See merge request gitlab-org/gitlab!25100
-
Natalia Tepluhina authored
Fix code example for GraphQL usage outside of Vue See merge request gitlab-org/gitlab!25114
-
syasonik authored
To prepare for the addition of support for embedding metrics tied to an alert in GFM, this adds a regex which can be used to identify usages of the alerts endpoint. https://gitlab.com/gitlab-org/gitlab/issues/40997
-
Ronan OConnor authored
Update Docs increasing unicorn memory limit after 12.7 See merge request gitlab-org/gitlab!25101
-
Rehab Hassanein authored
-
Mike Greiling authored
Fix package tags alignment issue See merge request gitlab-org/gitlab!25012
-
Natalia Tepluhina authored
List and Details page for container registry explorer See merge request gitlab-org/gitlab!23154
-
Nicolò Maria Mezzopera authored
- list page - details page - project empty state - group empty state Add tracking info to list and details - restore tracking on list - restore tracking on details Add basic test for list page - stubs - mocked data - add refs for finders - basic tests around delete functionality Finalise list tests - update list with refs and classes - fix old slot syntax - update mock_data - more stubs Add details page tests - add refs to the page - write unit tests - fix mock_data Adjust pot file Lint test files and pot file update - pot file - remove unused eslint rule - fix a direct assignment in test Clean up tests by removing refs - swap refs in list - swap refs in details - removed unused refs Apply suggestion to details_spec.js Update gltable according to new vue-boostrap Refactor sprintf to gl-sprintf - group empty state - project empty state - details - list - unit tests Add missing component tests Restore isGroupPage flag - index file - mutation - unit test Adjust pot file Implement UX feedbacks - remove back button - add tags empty state - remove row checkbox on mobile - add tooltip to explain why delete btn is disabled - adjust tests Add image name to details page - encode on list - decode on details - regenerate POT file Update unit tests - details_spec - actions_spec
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sanad Liaquat authored
Replace an end-to-end test by an API test See merge request gitlab-org/gitlab!25013
-
Simon Knox authored
-
Heinrich Lee Yu authored
Remove feature flag :stage_all_by_default See merge request gitlab-org/gitlab!24271
-
Markus Koller authored
Many common file systems have a limit of 255 bytes for file and directory names, and while Git and GitLab both support paths exceeding those limits, the presence of them makes it impossible for users on those file systems to checkout a wiki repository locally. To avoid this situation, we enforce these limits when editing pages through the GitLab web interface and API: - 245 bytes for page titles (reserving 10 bytes for the file extension) - 255 bytes for directory names
-
Tom Atkins authored
Update AWS diagram and remove second Gitaly Closes #196728 See merge request gitlab-org/gitlab!24978
-
Collen authored
-
Natalia Tepluhina authored
Use 0.15s transition duration for flash close See merge request gitlab-org/gitlab!24830
-
Natalia Tepluhina authored
Remove error flash message from code navigation See merge request gitlab-org/gitlab!24858
-
Natalia Tepluhina authored
Merge branch '202236-migrate-fa-spinner-to-spinner-within-app-views-projects-merge_requests' into 'master' Resolve "Migrate '.fa-spinner' to '.spinner' within 'app/views/projects/merge_requests'" See merge request gitlab-org/gitlab!24772
-
Bob Van Landuyt authored
Fix matching of Substitution based quick actions See merge request gitlab-org/gitlab!24699
-
Kushal Pandya authored
Defer test_reports request until tests tab is selected See merge request gitlab-org/gitlab!24577
-
Nick Kipling authored
Added eventLister to pipeline tabs Only request test_reports when Test tab is selected
-
Shinya Maeda authored
This commit recreates a feature flag for merge trains
-