- 14 Jan, 2020 40 commits
-
-
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
-
Fabio Pitino authored
* Document what problem it solves * Add screenshot and examples * Add references to Parent-child pipelines in docs * Add reference to YAML keyword index and in the pipelines page
-
Fabio Pitino authored
-
Fabio Pitino authored
Allow CreateCrossProjectPipelineService to create a pipeline when the same project is provided for target and source.
-
Thong Kuah authored
Add parent/child pipeline limitations (2nd attempt) See merge request gitlab-org/gitlab!22675
-
Martin Wortschack authored
Resolve "Neaten up tooltip styling on cycle analytics duration chart" Closes #42677 See merge request gitlab-org/gitlab!22883
-
Brandon Labuschagne authored
-
Miguel Rincon authored
Currently only the panel groups are kept in the store and other dashboard information is discarted. In order for the information to be preserved by the client it must be saved to the store.
-
Martin Wortschack authored
- Adds the search bar to the code analytics review page
-