- 27 Feb, 2019 40 commits
-
-
GitLab Bot authored
-
Kushal Pandya authored
Fix inconsistent pagination styles Closes #58194 See merge request gitlab-org/gitlab-ce!25552
-
Clement Ho authored
-
GitLab Bot authored
-
Filipa Lacerda authored
Fix pagination and duplicate requests in environments page Closes #58191 See merge request gitlab-org/gitlab-ce!25582
-
Filipa Lacerda authored
Makes the Web IDE the default editor Closes #42382 See merge request gitlab-org/gitlab-ce!25171
-
Filipa Lacerda authored
EE port of web-ide-default-editor See merge request gitlab-org/gitlab-ee!9718
-
GitLab Bot authored
-
Phil Hughes authored
Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Add keybinding for next/previous file in merge request diff" See merge request gitlab-org/gitlab-ce!25355
-
Denys Mishunov authored
Mousetrap is used as the help-tool to listen to keystrokes Added currentDiffIndex getter to store that holds the index of currently active diff file in the list Instead of computing it on the component, we will take advantage of it being available for all components in DiffsApp Testing keyboard navigation and jumpToFile()
-
GitLab Bot authored
-
Kamil Trzciński authored
Persist source sha and target sha for merge pipelines See merge request gitlab-org/gitlab-ce!25417
-
Ramya Authappan authored
Quarantine failing push_mirroring_over_http_spec See merge request gitlab-org/gitlab-ce!25590
-
James Lopez authored
Added permissions section to issue template [EE] See merge request gitlab-org/gitlab-ee!9729
-
Phil Hughes authored
-
Shinya Maeda authored
source_sha and target_sha are used for merge request pipelines
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Sanad Liaquat authored
-
GitLab Bot authored
-
James Lopez authored
Added permissions section to issue template [CE] See merge request gitlab-org/gitlab-ce!25576
-
Jeremy Watson authored
-
Stan Hu authored
-
GitLab Bot authored
-
Kushal Pandya authored
Update operations settings breadcrumb trail Closes #56387 See merge request gitlab-org/gitlab-ce!25539
-
Kushal Pandya authored
Update operations settings breadcrumb trail See merge request gitlab-org/gitlab-ee!9708
-
GitLab Bot authored
-
Evan Read authored
Docs: fix broken OneLogin link See merge request gitlab-org/gitlab-ee!9738
-
Tristan Williams authored
-
Evan Read authored
Elaborate on POSTGRES_VERSION Auto DevOps setting See merge request gitlab-org/gitlab-ce!25579
-
Dylan Griffith authored
-
GitLab Bot authored
-
Evan Read authored
Add documentation on upgrading GitLab HA nodes Closes #58121 See merge request gitlab-org/gitlab-ce!25574
-
Robert Speicher authored
Fix EE master failure: project_ci_cd_settings doesn't exist Job Failed Closes #10036 See merge request gitlab-org/gitlab-ee!9735
-
Stan Hu authored
This commit fixes two problems: 1. When a user clicked on another page, the app would fetch the new page data but never update because the request and response parameters failed to match the isEqual check. This was happening because the JSON response omitted the `nested` attribute, so there was a comparison with a `null` value. We fix this by scrubbing undefined values before doing the comparison. 2. There were duplicate requests made for the environments page because the success handler of fetchPipelines() would cause the polling component to make another XHR request. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58191
-
Michael Kozono authored
-