|
4 | 4 |
|
5 | 5 | ## 8.14.0 (2016-11-22)
|
6 | 6 |
|
| 7 | +- Use separate email-token for incoming email and revert back the inactive feature. !5914 |
| 8 | +- API: allow recursive tree request. !6088 (Rebeca Mendez) |
| 9 | +- Replace jQuery.timeago with timeago.js. !6274 (ClemMakesApps) |
| 10 | +- Add CI notifications. Who triggered a pipeline would receive an email after the pipeline is succeeded or failed. Users could also update notification settings accordingly. !6342 |
| 11 | +- Add button to delete all merged branches. !6449 (Toon Claes) |
| 12 | +- Finer-grained Git gargage collection. !6588 |
| 13 | +- Introduce better credential and error checking to `rake gitlab:ldap:check`. !6601 |
| 14 | +- Centralize LDAP config/filter logic. !6606 |
| 15 | +- Make system notes less intrusive. !6755 |
| 16 | +- Process commits using a dedicated Sidekiq worker. !6802 |
| 17 | +- Show random messages when the To Do list is empty. !6818 (Josep Llaneras) |
| 18 | +- Precalculate user's authorized projects in database. !6839 |
| 19 | +- Fix record not found error on NewNoteWorker processing. !6863 (Oswaldo Ferreira) |
| 20 | +- Show avatars in mention dropdown. !6865 |
| 21 | +- Fix expanding a collapsed diff when converting a symlink to a regular file. !6953 |
| 22 | +- Defer saving project services to the database if there are no user changes. !6958 |
| 23 | +- Omniauth auto link LDAP user falls back to find by DN when user cannot be found by UID. !7002 |
| 24 | +- Display "folders" for environments. !7015 |
| 25 | +- Make it possible to trigger builds from webhooks. !7022 (Dmitry Poray) |
| 26 | +- Fix showing pipeline status for a given commit from correct branch. !7034 |
| 27 | +- Add link to build pipeline within individual build pages. !7082 |
| 28 | +- Add api endpoint `/groups/owned`. !7103 (Borja Aparicio) |
| 29 | +- Add query param to filter users by external & blocked type. !7109 (Yatish Mehta) |
| 30 | +- Issues atom feed url reflect filters on dashboard. !7114 (Lucas Deschamps) |
| 31 | +- Add setting to only allow merge requests to be merged when all discussions are resolved. !7125 (Rodolfo Arruda) |
| 32 | +- Remove an extra leading space from diff paste data. !7133 (Hiroyuki Sato) |
| 33 | +- Fix trace patching feature - update the updated_at value. !7146 |
| 34 | +- Fix 404 on network page when entering non-existent git revision. !7172 (Hiroyuki Sato) |
| 35 | +- Rewrite git blame spinach feature tests to rspec feature tests. !7197 (Lisanne Fellinger) |
| 36 | +- Add api endpoint for creating a pipeline. !7209 (Ido Leibovich) |
| 37 | +- Allow users to subscribe to group labels. !7215 |
| 38 | +- Reduce API calls needed when importing issues and pull requests from GitHub. !7241 (Andrew Smith (EspadaV8)) |
| 39 | +- Only skip group when it's actually a group in the "Share with group" select. !7262 |
| 40 | +- Introduce round-robin project creation to spread load over multiple shards. !7266 |
| 41 | +- Ensure merge request's "remove branch" accessors return booleans. !7267 |
| 42 | +- Fix no "Register" tab if ldap auth is enabled (#24038). !7274 (Luc Didry) |
| 43 | +- Expose label IDs in API. !7275 (Rares Sfirlogea) |
| 44 | +- Fix invalid filename validation on eslint. !7281 |
| 45 | +- API: Ability to retrieve version information. !7286 (Robert Schilling) |
| 46 | +- Added ability to throttle Sidekiq Jobs. !7292 |
| 47 | +- Set default Sidekiq retries to 3. !7294 |
| 48 | +- Fix double event and ajax request call on MR page. !7298 (YarNayar) |
| 49 | +- Unify anchor link format for MR diff files. !7298 (YarNayar) |
| 50 | +- Require projects before creating milestone. !7301 (gfyoung) |
| 51 | +- Fix error when using invalid branch name when creating a new pipeline. !7324 |
| 52 | +- Return 400 when creating a system hook fails. !7350 (Robert Schilling) |
| 53 | +- Auto-close environment when branch is deleted. !7355 |
| 54 | +- Rework cache invalidation so only changed data is refreshed. !7360 |
| 55 | +- Navigation bar issuables counters reflects dashboard issuables counters. !7368 (Lucas Deschamps) |
| 56 | +- Fix cache for commit status in commits list to respect branches. !7372 |
| 57 | +- fixes 500 error on project show when user is not logged in and project is still empty. !7376 |
| 58 | +- Removed gray button styling from todo buttons in sidebars. !7387 |
| 59 | +- Fix project records with invalid visibility_level values. !7391 |
| 60 | +- Use 'Forking in progress' title when appropriate. !7394 (Philip Karpiak) |
| 61 | +- Fix error links in help index page. !7396 (Fu Xu) |
| 62 | +- Add support for reply-by-email when the email only contains HTML. !7397 |
| 63 | +- [Fix] Extra divider issue in dropdown. !7398 |
| 64 | +- Project download buttons always show. !7405 (Philip Karpiak) |
| 65 | +- Give search-input correct padding-right value. !7407 (Philip Karpiak) |
| 66 | +- Remove additional padding on right-aligned items in MR widget. !7411 (Didem Acet) |
| 67 | +- Fix issue causing Labels not to appear in sidebar on MR page. !7416 (Alex Sanford) |
| 68 | +- Allow mail_room idle_timeout option to be configurable. !7423 |
| 69 | +- Fix misaligned buttons on admin builds page. !7424 (Didem Acet) |
| 70 | +- Disable "Request Access" functionality by default for new projects and groups. !7425 |
| 71 | +- fix shibboleth misconfigurations resulting in authentication bypass. !7428 |
| 72 | +- Added Mattermost slash command. !7438 |
| 73 | +- Allow to connect Chat account with GitLab. !7450 |
| 74 | +- Make New Group form respect default visibility application setting. !7454 (Jacopo Beschi @jacopo-beschi) |
| 75 | +- Fix Error 500 when creating a merge request that contains an image that was deleted and added. !7457 |
| 76 | +- Fix labels API by adding missing current_user parameter. !7458 (Francesco Coda Zabetta) |
| 77 | +- Changed restricted visibility admin buttons to checkboxes. !7463 |
| 78 | +- Send credentials (currently for registry only) with build data to GitLab Runner. !7474 |
| 79 | +- Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project paths. !7480 |
| 80 | +- Adds es6-promise Polyfill. !7482 |
| 81 | +- Added colored labels to related MR list. !7486 (Didem Acet) |
| 82 | +- Use setter for key instead AR callback. !7488 (Semyon Pupkov) |
| 83 | +- Limit labels returned for a specific project as an administrator. !7496 |
| 84 | +- Change slack notification comment link. !7498 (Herbert Kagumba) |
| 85 | +- Allow registering users whose username contains dots. !7500 (Timothy Andrew) |
| 86 | +- Fix race condition during group deletion and remove stale records present due to this bug. !7528 (Timothy Andrew) |
| 87 | +- Check all namespaces on validation of new username. !7537 |
| 88 | +- Pass correct tag target to post-receive hook when creating tag via UI. !7556 |
| 89 | +- Add help message for configuring Mattermost slash commands. !7558 |
| 90 | +- Fix typo in Build page JavaScript. !7563 (winniehell) |
| 91 | +- Make job script a required configuration entry. !7566 |
| 92 | +- Fix errors happening when source branch of merge request is removed and then restored. !7568 |
| 93 | +- Fix a wrong "The build for this merge request failed" message. !7579 |
| 94 | +- Fix Margins look weird in Project page with pinned sidebar in project stats bar. !7580 |
| 95 | +- Fix regression causing bad error message to appear on Merge Request form. !7599 (Alex Sanford) |
| 96 | +- Fix activity page endless scroll on large viewports. !7608 |
| 97 | +- Fix 404 on some group pages when name contains dot. !7614 |
| 98 | +- Do not create a new TODO when failed build is allowed to fail. !7618 |
| 99 | +- Add deployment command to ChatOps. !7619 |
| 100 | +- Fix 500 error when group name ends with git. !7630 |
| 101 | +- Fix undefined error in CI linter. !7650 |
| 102 | +- Show events per stage on Cycle Analytics page. !23449 |
| 103 | +- Add JIRA remotelinks and prevent duplicated closing messages. |
| 104 | +- Fixed issue boards counter border when unauthorized. |
| 105 | +- Add placeholder for the example text for custom hex color on label creation popup. (Luis Alonso Chavez Armendariz) |
| 106 | +- Add an index for project_id in project_import_data to improve performance. |
| 107 | +- Fix broken commits search. |
| 108 | +- Assignee dropdown now searches author of issue or merge request. |
| 109 | +- Clicking "force remove source branch" label now toggles the checkbox again. |
| 110 | +- More aggressively preload on merge request and issue index pages. |
| 111 | +- Fix broken link to observatory cli on Frontend Dev Guide. (Sam Rose) |
| 112 | +- Fixing the issue of the project fork url giving 500 when not signed instead of being redirected to sign in page. (Cagdas Gerede) |
| 113 | +- Fix: Guest sees some repository details and gets 404. |
| 114 | +- Add logging for rack attack events to production.log. |
| 115 | +- Add environment info to builds page. |
| 116 | +- Allow commit note to be visible if repo is visible. |
| 117 | +- Bump omniauth-gitlab to 1.0.2 to fix incompatibility with omniauth-oauth2. |
| 118 | +- Redesign pipelines page. |
| 119 | +- Faster search inside Project. |
| 120 | +- Search for a filename in a project. |
| 121 | +- Allow sorting groups in the API. |
| 122 | +- Fix: Todos Filter Shows All Users. |
| 123 | +- Use the Gitlab Workhorse HTTP header in the admin dashboard. (Chris Wright) |
| 124 | +- Fixed multiple requests sent when opening dropdowns. |
| 125 | +- Added permissions per stage to cycle analytics endpoint. |
| 126 | +- Fix project Visibility Level selector not using default values. |
| 127 | +- Add events per stage to cycle analytics. |
| 128 | +- Allow to test JIRA service settings without having a repository. |
| 129 | +- Fix JIRA references for project snippets. |
| 130 | +- Allow enabling and disabling commit and MR events for JIRA. |
| 131 | +- simplify url generation. (Jarka Kadlecova) |
7 | 132 | - Show correct environment log in admin/logs (@duk3luk3 !7191)
|
8 | 133 | - Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117
|
9 | 134 | - Diff collapse won't shift when collapsing.
|
|
0 commit comments