- 14 Jan, 2020 40 commits
-
-
Sean McGivern authored
These tasks appear to be unused, but if someone sees this warning before 13.0, then they aren't, and we should ask them to comment on the issue.
-
Achilleas Pipinellis authored
Update how documentation describes minimum software versions Closes #195693 See merge request gitlab-org/gitlab!22622
-
Marcin Sedlak-Jakubowski authored
- Add minimum Go version - Disambiguate Ruby version requirement - Fix style issues - Capitalization for Node, Yarn, etc - Remove reference links - Remove "please" - Update Go version reference - Add an OS note before Debian/Ubuntu-specific info - Edit out the colloquial "Things went South" phrase as it might not be universally understood as meaning that things have broken down. - Edit Troubleshooting for clarity - Add minimum required Git version - Add minimum Node requirements - Update Go installation code since 1 11 is no longer supported. Code taken from gitlab-foss installation md file - Edit Ruby version note
-
Peter Leitzen authored
Use standard timestamp format for application logs See merge request gitlab-org/gitlab!22793
-
Aakriti Gupta authored
-
Natalia Tepluhina authored
Migrate GlDaterangePicker to DateRange within Cycle Analytics See merge request gitlab-org/gitlab!22954
-
Brandon Labuschagne authored
The GlDaterangePicker has been replaced with the shared analytics Daterange component. The next iteration will be to apply a 6 month max limit on the component.
-
James Lopez authored
Add comment_on_event_enabled to services response See merge request gitlab-org/gitlab!22605
-
Andy Soiron authored
-
Annabel Dunstone Gray authored
Ensure space between review comment lines See merge request gitlab-org/gitlab!21435
-
Thomas Randolph authored
...and move it into a more specific rule.
-
Grzegorz Bizon authored
Resolve "Remove feature flag :use_legacy_pipeline_triggers" See merge request gitlab-org/gitlab!21732
-
Martin Wortschack authored
Merge branch '33183-request-inline-or-parallel-diffs-instead-fetching-all-data-from-backend-in-one-request' into 'master' MR Diffs | Load Diff Types Lazily Closes #39494 See merge request gitlab-org/gitlab!19930
-
Walmyr Lima e Silva Filho authored
FIx Web IDE file template test See merge request gitlab-org/gitlab!22937
-
James Lopez authored
Add epics to project import/export See merge request gitlab-org/gitlab!19883
-
Imre Farkas authored
As Epics are Group level objects, ImportExport::GroupProjectObjectBuilder tries to find existing one on the Group level, and falls back to creating one if not found.
-
Bob Van Landuyt authored
Use POST for session disable endpoints (signout & admin mode disable) See merge request gitlab-org/gitlab!22113
-
Diego Louzán authored
User signout and admin mode disable use now POST instead of GET
-
Thomas Randolph authored
-
Thomas Randolph authored
The feature flag being `single_mr_diff_view`
-
Thomas Randolph authored
When the backend for this feature flag was implemented, everything was stubbed out to be false so it would pass. The frontend work to integrate it has now flipped that, and all the stubs should be removed.
-
Thomas Randolph authored
This change modifies the actions and mutations to handle only a single diff style (either inline or parallel) and properly merge that with existing files already in state (if any).
-
Phil Hughes authored
Resolve "Add 'immer' library to our dependencies list" See merge request gitlab-org/gitlab!22869
-
Natalia Tepluhina authored
-
Marin Jankovski authored
Revert "Patch Prometheus services records" See merge request gitlab-org/gitlab!22935
-
Sean McGivern authored
Enable parent/child pipelines See merge request gitlab-org/gitlab!21830
-
Natalia Tepluhina authored
Use GraphQL to load error tracking detail page content See merge request gitlab-org/gitlab!22422
-
Olena Horal-Koretska authored
REST call is filling up missing fields
-
Rémy Coutable authored
Merge branch '118803-transient-failure-in-spec-features-merge_request-user_posts_notes_spec-rb-156' into 'master' Resolve "Transient failure in spec/features/merge_request/user_posts_notes_spec.rb:156" Closes #118803 See merge request gitlab-org/gitlab!22951
-
Paul Slaughter authored
Merge branch '195670-save-full-dashboard-to-vue-store-so-it-can-be-edited-and-saved-back-to-the-backend' into 'master' Move entire metrics dashboard to Vuex state See merge request gitlab-org/gitlab!22722
-
Kushal Pandya authored
Code Review Analytics: Add search bar See merge request gitlab-org/gitlab!22534
-
Kushal Pandya authored
Dedupe d3 dependency See merge request gitlab-org/gitlab!22931
-
Furkan Ayhan authored
Since we remove all legacy tokens with a migration, we do not need flag use_legacy_pipeline_triggers
-
Furkan Ayhan authored
- It removes all ci_triggers with no owner_id - It adds NOT NULL constraint to owner_id column of ci_triggers
-
Thong Kuah authored
Fix reply emails with attachments for epics See merge request gitlab-org/gitlab!22547
-
Felipe Artur authored
Fix emails with attachments not creating notes on epics
-
Phil Hughes authored
Clean up discard duplication in IDE See merge request gitlab-org/gitlab!22572
-
Kushal Pandya authored
Add cycle analytics median line data utils See merge request gitlab-org/gitlab!22802
-
Brandon Labuschagne authored
Utils methods for computing and transforming duration chart median data have been added here.
-
Fabio Pitino authored
-