- 27 Feb, 2019 30 commits
-
-
Jason Lenny authored
-
Douwe Maan authored
API support for MR merge to temporary merge ref path Closes #57252 See merge request gitlab-org/gitlab-ce!24918
-
Douwe Maan authored
Prepare test suite for switch to Gitaly-embedded Git hooks See merge request gitlab-org/gitlab-ce!25423
-
Jacob Vosmaer authored
-
Grzegorz Bizon authored
fix: validate 'include' keywords in gitlab-ci.yml configuration files Closes #55863 See merge request gitlab-org/gitlab-ce!24098
-
Kamil Trzciński authored
Resolve "N+1 queries for `user_notes_count` in Issues / MergeRequests API" See merge request gitlab-org/gitlab-ce!25592
-
Alexander Koval authored
Move logic of obtaining Issuable data to separate method
-
Kushal Pandya authored
Fix inconsistent pagination styles Closes #58194 See merge request gitlab-org/gitlab-ce!25552
-
Clement Ho 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
-
Phil Hughes authored
Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542
-
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()
-
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
-
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
-
James Lopez authored
Added permissions section to issue template [CE] See merge request gitlab-org/gitlab-ce!25576
-
Jeremy Watson authored
-
Stan Hu authored
-
Kushal Pandya authored
Update operations settings breadcrumb trail Closes #56387 See merge request gitlab-org/gitlab-ce!25539
-
Evan Read authored
Elaborate on POSTGRES_VERSION Auto DevOps setting See merge request gitlab-org/gitlab-ce!25579
-
Dylan Griffith authored
-
Evan Read authored
Add documentation on upgrading GitLab HA nodes Closes #58121 See merge request gitlab-org/gitlab-ce!25574
-
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
-
- 26 Feb, 2019 10 commits
-
-
Stan Hu authored
API: Promote project milestone to a group milestone Closes #53861 See merge request gitlab-org/gitlab-ce!25203
-
Nermin Vehabovic authored
Added: Specs for the API action
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/58121#note_145299901, it wasn't obvious that upgrading an GitLab HA cluster required special care. Link to the Omnibus documentation for upgrade instructions. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58121
-
Douglas Barbosa Alexandre authored
Remove N+1 query for tags in /admin/runners page See merge request gitlab-org/gitlab-ce!25572
-
Stan Hu authored
As discussed in https://github.com/mbleigh/acts-as-taggable-on/issues/91, we can avoid N+1 queries if we use `tags` instead of `tag_list`. Seen while reviewing https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740.
-
Robert Speicher authored
update persona links issue template See merge request gitlab-org/gitlab-ce!25560
-
Dimitrie Hoekstra authored
-
Stan Hu authored
Add name_without_type to environments.json See merge request gitlab-org/gitlab-ce!25492
-
Vladimir Shushlin authored
It's needed to show shorter names in environments "folders"
-
Stan Hu authored
Revert "Merge branch '56726-fix-n+1-in-issues-and-merge-requests-api' into 'master'" See merge request gitlab-org/gitlab-ce!25570
-