|
1 | 1 | Please view this file on the master branch, on stable branches it's out of date.
|
2 | 2 |
|
3 | 3 | v 8.11.0 (unreleased)
|
| 4 | + - Fix don't pass a local variable called `i` to a partial. !20510 (herminiotorres) |
| 5 | + - Fix rename `add_users_into_project` and `projects_ids`. !20512 (herminiotorres) |
| 6 | + - Fix the title of the toggle dropdown button. !5515 (herminiotorres) |
| 7 | + - Improve diff performance by eliminating redundant checks for text blobs |
| 8 | + - Convert switch icon into icon font (ClemMakesApps) |
4 | 9 | - Remove magic comments (`# encoding: UTF-8`) from Ruby files. !5456 (winniehell)
|
| 10 | + - Add support for relative links starting with ./ or / to RelativeLinkFilter (winniehell) |
| 11 | + - Ignore URLs starting with // in Markdown links !5677 (winniehell) |
5 | 12 | - Fix CI status icon link underline (ClemMakesApps)
|
| 13 | + - The Repository class is now instrumented |
| 14 | + - Cache the commit author in RequestStore to avoid extra lookups in PostReceive |
| 15 | + - Expand commit message width in repo view (ClemMakesApps) |
| 16 | + - Cache highlighted diff lines for merge requests |
6 | 17 | - Fix of 'Commits being passed to custom hooks are already reachable when using the UI'
|
7 | 18 | - Add support for using RequestStore within Sidekiq tasks via SIDEKIQ_REQUEST_STORE env variable
|
8 | 19 | - Optimize maximum user access level lookup in loading of notes
|
| 20 | + - Add "No one can push" as an option for protected branches. !5081 |
| 21 | + - Improve performance of AutolinkFilter#text_parse by using XPath |
| 22 | + - Environments have an url to link to |
| 23 | + - Update `timeago` plugin to use multiple string/locale settings |
| 24 | + - Remove unused images (ClemMakesApps) |
9 | 25 | - Limit git rev-list output count to one in forced push check
|
10 | 26 | - Clean up unused routes (Josef Strzibny)
|
11 | 27 | - Add green outline to New Branch button. !5447 (winniehell)
|
| 28 | + - Improve performance of syntax highlighting Markdown code blocks |
| 29 | + - Update to gitlab_git 10.4.1 and take advantage of preserved Ref objects |
| 30 | + - Remove delay when hitting "Reply..." button on page with a lot of discussions |
12 | 31 | - Retrieve rendered HTML from cache in one request
|
| 32 | + - Fix renaming repository when name contains invalid chararacters under project settings |
| 33 | + - Fix devise deprecation warnings. |
| 34 | + - Optimize checking if a user has read access to a list of issues !5370 |
13 | 35 | - Nokogiri's various parsing methods are now instrumented
|
| 36 | + - Add simple identifier to public SSH keys (muteor) |
| 37 | + - Add a way to send an email and create an issue based on private personal token. Find the email address from issues page. !3363 |
| 38 | + - Fix filter input alignment (ClemMakesApps) |
| 39 | + - Include old revision in merge request update hooks (Ben Boeckel) |
| 40 | + - Add build event color in HipChat messages (David Eisner) |
14 | 41 | - Make fork counter always clickable. !5463 (winniehell)
|
| 42 | + - Gitlab::Highlight is now instrumented |
| 43 | + - All created issues, API or WebUI, can be submitted to Akismet for spam check !5333 |
| 44 | + - The overhead of instrumented method calls has been reduced |
15 | 45 | - Remove `search_id` of labels dropdown filter to fix 'Missleading URI for labels in Merge Requests and Issues view'. !5368 (Scott Le)
|
16 | 46 | - Load project invited groups and members eagerly in `ProjectTeam#fetch_members`
|
| 47 | + - Bump gitlab_git to speedup DiffCollection iterations |
| 48 | + - Rewrite description of a blocked user in admin settings. (Elias Werberich) |
17 | 49 | - Make branches sortable without push permission !5462 (winniehell)
|
| 50 | + - Check for Ci::Build artifacts at database level on pipeline partial |
| 51 | + - Convert image diff background image to CSS (ClemMakesApps) |
| 52 | + - Remove unnecessary index_projects_on_builds_enabled index from the projects table |
| 53 | + - Make "New issue" button in Issue page less obtrusive !5457 (winniehell) |
| 54 | + - Gitlab::Metrics.current_transaction needs to be public for RailsQueueDuration |
| 55 | + - Fix search for notes which belongs to deleted objects |
18 | 56 | - Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska)
|
| 57 | + - Allow branch names ending with .json for graph and network page !5579 (winniehell) |
19 | 58 | - Add the `sprockets-es6` gem
|
20 | 59 | - Multiple trigger variables show in separate lines (Katarzyna Kobierska Ula Budziszewska)
|
21 | 60 | - Profile requests when a header is passed
|
22 |
| - |
23 |
| -v 8.10.2 (unreleased) |
| 61 | + - Avoid calculation of line_code and position for _line partial when showing diff notes on discussion tab. |
| 62 | + - Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible |
| 63 | + - Add commit stats in commit api. !5517 (dixpac) |
| 64 | + - Add CI configuration button on project page |
| 65 | + - Make error pages responsive (Takuya Noguchi) |
| 66 | + - Fix skip_repo parameter being ignored when destroying a namespace |
| 67 | + - Change requests_profiles resource constraint to catch virtually any file |
| 68 | + - Bump gitlab_git to lazy load compare commits |
| 69 | + - Reduce number of queries made for merge_requests/:id/diffs |
| 70 | + - Sensible state specific default sort order for issues and merge requests !5453 (tomb0y) |
| 71 | + - Fix RequestProfiler::Middleware error when code is reloaded in development |
| 72 | + - Catch what warden might throw when profiling requests to re-throw it |
| 73 | + - Add description to new_issue email and new_merge_request_email in text/plain content type. !5663 (dixpac) |
| 74 | + - Speed up and reduce memory usage of Commit#repo_changes, Repository#expire_avatar_cache and IrkerWorker |
| 75 | + - Add unfold links for Side-by-Side view. !5415 (Tim Masliuchenko) |
| 76 | + |
| 77 | +v 8.10.5 (unreleased) |
| 78 | + |
| 79 | +v 8.10.4 |
| 80 | + - Don't close referenced upstream issues from a forked project. |
| 81 | + - Fixes issue with dropdowns `enter` key not working correctly. !5544 |
| 82 | + - Fix Import/Export project import not working in HA mode. !5618 |
| 83 | + - Fix Import/Export error checking versions. !5638 |
| 84 | + |
| 85 | +v 8.10.3 |
| 86 | + - Fix Import/Export issue importing milestones and labels not associated properly. !5426 |
| 87 | + - Fix timing problems running imports on production. !5523 |
| 88 | + - Add a log message when a project is scheduled for destruction for debugging. !5540 |
| 89 | + - Fix hooks missing on imported GitLab projects. !5549 |
| 90 | + - Properly abort a merge when merge conflicts occur. !5569 |
| 91 | + - Fix importer for GitHub Pull Requests when a branch was removed. !5573 |
| 92 | + - Ignore invalid IPs in X-Forwarded-For when trusted proxies are configured. !5584 |
| 93 | + - Trim extra displayed carriage returns in diffs and files with CRLFs. !5588 |
| 94 | + |
| 95 | +v 8.10.2 |
24 | 96 | - User can now search branches by name. !5144
|
25 |
| - - Add ENV variable to skip repository storages validations |
| 97 | + - Page is now properly rendered after committing the first file and creating the first branch. !5399 |
| 98 | + - Add branch or tag icon to ref in builds page. !5434 |
26 | 99 | - Fix backup restore. !5459
|
27 |
| - - Rescue Rugged::OSError (lock exists) when creating references. !5497 |
28 |
| - - Disable MySQL foreign key checks before dropping all tables. !5472 |
29 |
| - - Fix a bug where forking a project from a repository storage to another would fail |
30 |
| - - Show release notes in tags list |
31 | 100 | - Use project ID in repository cache to prevent stale data from persisting across projects. !5460
|
| 101 | + - Fix issue with autocomplete search not working with enter key. !5466 |
| 102 | + - Add iid to MR API response. !5468 |
| 103 | + - Disable MySQL foreign key checks before dropping all tables. !5472 |
32 | 104 | - Ensure relative paths for video are rewritten as we do for images. !5474
|
33 | 105 | - Ensure current user can retry a build before showing the 'Retry' button. !5476
|
34 |
| - - Fix expand all diffs button in compare view |
| 106 | + - Add ENV variable to skip repository storages validations. !5478 |
| 107 | + - Added `*.js.es6 gitlab-language=javascript` to `.gitattributes`. !5486 |
| 108 | + - Don't show comment button in gutter of diffs on MR discussion tab. !5493 |
| 109 | + - Rescue Rugged::OSError (lock exists) when creating references. !5497 |
| 110 | + - Fix expand all diffs button in compare view. !5500 |
| 111 | + - Show release notes in tags list. !5503 |
| 112 | + - Fix a bug where forking a project from a repository storage to another would fail. !5509 |
| 113 | + - Fix missing schema update for `20160722221922`. !5512 |
| 114 | + - Update `gitlab-shell` version to 3.2.1 in the 8.9->8.10 update guide. !5516 |
35 | 115 |
|
36 | 116 | v 8.10.1
|
37 | 117 | - Refactor repository storages documentation. !5428
|
@@ -89,6 +169,9 @@ v 8.10.0
|
89 | 169 | - Fix check for New Branch button on Issue page. !4630 (winniehell)
|
90 | 170 | - Fix GFM autocomplete not working on wiki pages
|
91 | 171 | - Fixed enter key not triggering click on first row when searching in a dropdown
|
| 172 | + - Updated dropdowns in issuable form to use new GitLab dropdown style |
| 173 | + - Make images fit to the size of the viewport !4810 |
| 174 | + - Fix check for New Branch button on Issue page !4630 (winniehell) |
92 | 175 | - Fix MR-auto-close text added to description. !4836
|
93 | 176 | - Support U2F devices in Firefox. !5177
|
94 | 177 | - Fix issue, preventing users w/o push access to sort tags. !5105 (redetection)
|
|
0 commit comments