- 19 Jun, 2020 40 commits
-
-
Suzanne Selhorn authored
Note some JUnit features disabled behind feature flag See merge request gitlab-org/gitlab!34786
-
Ben Bodenmiller authored
-
Peter Leitzen authored
Refine UI of integration form See merge request gitlab-org/gitlab!34707
-
Justin Ho Tuan Duong authored
- Fix instance-level integrations nav menu not showing active while on the form page - Make width of different form pages the same as the index page for consistency. - Fix project-level test path
-
Mayra Cabrera authored
Allow advanced API projects filtering for admins See merge request gitlab-org/gitlab!32879
-
Peter Leitzen authored
I18n metrics dashboard error strings See merge request gitlab-org/gitlab!34957
-
Gabriel Mazetto authored
Add new `CI_PROJECT_ROOT_NAMESPACE` predefined environment variable See merge request gitlab-org/gitlab!34733
-
Oswaldo Ferreira authored
Use file_mode to guide position tracing See merge request gitlab-org/gitlab!34375
-
David Kim authored
Since we are dealing with different diff_refs during position tracing, file_identifier_hash cannot be used to find the correct diff_file. Using file_mode seems to be viable in these cases since we can find the diff_file with file_identifier_hash from the position to access the correct file_mode.
-
Oswaldo Ferreira authored
Fix Gitaly duration timings of BlobService RPCs See merge request gitlab-org/gitlab!34906
-
Kamil Trzciński authored
Expose test report summary API See merge request gitlab-org/gitlab!33431
-
Maxime Orefice authored
This MR exposes a new endpoint to improve the performance of our junit feature. We are now able to read data from the database instead of parsing and loading all reports in memory.
-
Robert Speicher authored
Avoid updating snippet content when snippet_files content is not present See merge request gitlab-org/gitlab!34865
-
Gabriel Mazetto authored
Create pipeline/filter converting Atlassian Document Format to GFM See merge request gitlab-org/gitlab!32362
-
Robert Speicher authored
Expose storage size limit for namespaces in GraphQL See merge request gitlab-org/gitlab!34882
-
Nick Thomas authored
[GraphQL] Add mutation to update merge requests See merge request gitlab-org/gitlab!34748
-
Marcia Ramos authored
Typo correction in Tags doc See merge request gitlab-org/gitlab!34917
-
Jordi Mon authored
-
rpereira2 authored
Internationalize error strings in metrics dashboard processing stages.
-
Marcia Ramos authored
Update link of blockedDependencies.bootstrap-vue See merge request gitlab-org/gitlab!34663
-
Amy Qualls authored
MR Widget Terraform Plans Doc Update See merge request gitlab-org/gitlab!34566
-
Emily Ring authored
-
rpereira2 authored
-
Suzanne Selhorn authored
Clarify feature flag docs See merge request gitlab-org/gitlab!34711
-
Marcel Amirault authored
Adjust order of feature flag sections, and clarify the details.
-
Nick Thomas authored
Clean up robots.txt See merge request gitlab-org/gitlab!34773
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Nicolò Maria Mezzopera authored
Rename two tests to browser_specs Closes #194259 and #194262 See merge request gitlab-org/gitlab!34950
-
Jose Ivan Vargas authored
Replace gl-deprecated-button in rule controls See merge request gitlab-org/gitlab!34549
-
Marcel Amirault authored
Clarify feature flag dev workflow across multiple MRs See merge request gitlab-org/gitlab!30491
-
Fabio Pitino authored
Describe how to use feature flags when developing a feature across multiple MRs
-
Himanshu Kapoor authored
- fly_out_nav_spec - tooltip_on_truncate_spec
-
Douglas Barbosa Alexandre authored
Fix object storage deprecation warning Closes #22390 See merge request gitlab-org/gitlab!17483
-
Imre Farkas authored
Add design activity views See merge request gitlab-org/gitlab!33534
-
Alex Kalderimis authored
This adds support in views for design activity, specifically ensuring that we can render design events as part of the event stream. Most changes are in the event helpers, but we also add filter support.
-
Paul Slaughter authored
Startup.js Concept for Repository View Closes #220511 See merge request gitlab-org/gitlab!34713
-
Jan Provaznik authored
Add validation for move action in SnippetInputAction See merge request gitlab-org/gitlab!34911
-
Paul Slaughter authored
Fix flaky spec in repo_editor_spec Closes #221039 See merge request gitlab-org/gitlab!34804
-
Andrew Fontaine authored
Resolve "WebIDE displays blank file incorrectly" Closes #214824 See merge request gitlab-org/gitlab!33391
-
Tomas Vik authored
There wasn't any callback in the action and so we didn't have to use new Promise((resolve,reject)=>{}) This will make it easier to mark toggle the file as being loaded in the future
-