All Versions
662
Latest Version
Avg Release Cycle
13 days
Latest Release
1923 days ago
Changelog History
Page 57
Changelog History
Page 57
-
v10.1.7 Changes
January 18, 2018- No changes.
-
v10.1.6 Changes
January 11, 2018๐ Security (8 changes, 1 of them is from the community)
- ๐ Fix writable shared deploy keys.
- Filter out sensitive fields from the project services API. (Robert Schilling)
- ๐ Fix RCE via project import mechanism.
- Prevent OAuth login POST requests when a provider has been disabled.
- Prevent a SQL injection in the MilestonesFinder.
- ๐ Check user authorization for source and target projects when creating a merge request.
- ๐ Fix path traversal in gitlab-ci.yml cache:key.
- ๐ Fix XSS vulnerability in pipeline job trace.
-
v10.1.5 Changes
December 07, 2017๐ Security (5 changes)
- ๐ Fix e-mail address disclosure through member search fields
- Prevent creating issues through API when user does not have permissions
- Prevent an information disclosure in the Groups API
- ๐ Fix user without access to private Wiki being able to see it on the project page
- ๐ Fix Cross-Site Scripting (XSS) vulnerability while editing a comment
-
v10.1.4 Changes
November 14, 2017๐ Fixed (4 changes)
- Don't try to create fork network memberships for forks with a missing source. !15366
- Formats bytes to human reabale number in registry table.
- Prevent error when authorizing an admin-created OAauth application without a set owner.
- โก๏ธ Prevents position update for image diff notes.
-
v10.1.3 Changes
November 10, 2017- ๐ [SECURITY] Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization.
- ๐ [FIXED] Fix cancel button not working while uploading on the new issue page. !15137
- ๐ [FIXED] Fix webhooks recent deliveries. !15146 (Alexander Randa (@randaalex))
- ๐ [FIXED] Fix issues with forked projects of which the source was deleted. !15150
- ๐ [FIXED] Fix GPG signature popup info in Safari and Firefox. !15228
- 0๏ธโฃ [FIXED] Make sure group and project creation is blocked for new users that are external by default.
- ๐ [FIXED] Fix arguments Import/Export error importing project merge requests.
- ๐ [FIXED] Fix diff parser so it tolerates to diff special markers in the content.
- [FIXED] Fix a migration that adds merge_requests_ff_only_enabled column to MR table.
- ๐ [FIXED] Render 404 when polling commit notes without having permissions.
- ๐ [FIXED] Show error message when fast-forward merge is not possible.
- ๐ [FIXED] Avoid regenerating the ref path for the environment.
- ๐ [PERFORMANCE] Remove Filesystem check metrics that use too much CPU to handle requests.
-
v10.1.2 Changes
November 08, 2017- ๐ [SECURITY] Add X-Content-Type-Options header in API responses to make it more difficult to find other vulnerabilities.
- ๐ [SECURITY] Properly translate IP addresses written in decimal, octal, or other formats in SSRF protections in project imports.
- ๐ [FIXED] Fix TRIGGER checks for MySQL.
-
v10.1.1 Changes
October 31, 2017- 0๏ธโฃ [FIXED] Auto Devops kubernetes default namespace is now correctly built out of gitlab project group-name. !14642 (Mircea Danila Dumitrescu)
- ๐ [FIXED] Forbid the usage of
Redis#keys
. !14889 - ๐ [FIXED] Make the circuitbreaker more robust by adding higher thresholds, and multiple access attempts. !14933
- ๐ [FIXED] Only cache last push event for existing projects when pushing to a fork. !14989
- ๐ [FIXED] Fix bug preventing secondary emails from being confirmed. !15010
- ๐ [FIXED] Fix broken wiki pages that link to a wiki file. !15019
- โฌ๏ธ [FIXED] Don't rename paths that were freed up when upgrading. !15029
- ๐ [FIXED] Fix bitbucket login. !15051
- โก๏ธ [FIXED] Update gitaly in GitLab 10.1 to 0.43.1 for temp file cleanup. !15055
- ๐ [FIXED] Use the correct visibility attribute for projects in system hooks. !15065
- ๐ [FIXED] Normalize LDAP DN when looking up identity.
- ๐ [FIXED] Adds callback functions for initial request in clusters page.
- ๐ [FIXED] Fix missing Import/Export issue assignees.
- ๐ [FIXED] Allow boards as top level route.
- ๐ [FIXED] Fix widget of locked merge requests not being presented.
- ๐ [FIXED] Fix editing issue description in mobile view.
- ๐ [FIXED] Fix deletion of container registry or images returning an error.
- ๐ [FIXED] Fix the writing of invalid environment refs.
- [CHANGED] Store circuitbreaker settings in the database instead of config. !14842
- โก๏ธ [CHANGED] Update default disabled merge request widget message to reflect a general failure. !14960
- ๐ [PERFORMANCE] Stop merge requests with thousands of commits from timing out. !15063
-
v10.1.0 Changes
October 22, 2017- ๐ [SECURITY] Use a timeout on certain git operations. !14872
- ๐ [SECURITY] Move project repositories between namespaces when renaming users.
- ๐ [SECURITY] Prevent an open redirect on project pages.
- ๐ [SECURITY] Prevent a persistent XSS in user-provided markup.
- ๐ [REMOVED] Remove the ability to visit the issue edit form directly. !14523
- ๐ [REMOVED] Remove animate.js and label animation.
- ๐ [FIXED] Perform prometheus data endpoint requests in parallel. !14003
- ๐ [FIXED] Escape quotes in git username. !14020 (Brandon Everett)
- ๐ [FIXED] Fixed non-UTF-8 valid branch names from causing an error. !14090
- ๐ [FIXED] Read import sources from setting at first initialization. !14141 (Visay Keo)
- ๐ป [FIXED] Display full pre-receive and post-receive hook output in GitLab UI. !14222 (Robin Bobbitt)
- ๐ [FIXED] Fix incorrect X-axis labels in Prometheus graphs. !14258
- โก๏ธ [FIXED] Fix the default branches sorting to actually be 'Last updated'. !14295
- ๐ [FIXED] Fixes project denial of service via gitmodules using Extended ASCII. !14301
- ๐ง [FIXED] Fix the filesystem shard health check to check all configured shards. !14341
- ๐ [FIXED] Compare email addresses case insensitively when verifying GPG signatures. !14376 (Tim Bishop)
- ๐ [FIXED] Allow the git circuit breaker to correctly handle missing repository storages. !14417
- ๐ [FIXED] Fix
rake gitlab:incoming_email:check
and make it report the actual error. !14423 - ๐ [FIXED] Does not check if an invariant hashed storage path exists on disk when renaming projects. !14428
- ๐ [FIXED] Also reserve refs/replace after importing a project. !14436
- ๐ [FIXED] Fix profile image orientation based on EXIF data gvieira37. !14461 (gvieira37)
- ๐ [FIXED] Move the deployment flag content to the left when deployment marker is near the end. !14514
- ๐ [FIXED] Fix notes type created from import. This should fix some missing notes issues from imported projects. !14524
- ๐ [FIXED] Fix bottom spacing for dropdowns that open upwards. !14535
- ๐ [FIXED] Adjusts tag link to avoid underlining spaces. !14544 (Guilherme Vieira)
- ๐ [FIXED] Add missing space in Sidekiq memory killer log message. !14553 (Benjamin Drung)
- ๐ [FIXED] Ensure no exception is raised when Raven tries to get the current user in API context. !14580
- ๐ [FIXED] Fix edit project service cancel button position. !14596 (Matt Coleman)
- ๐ [FIXED] Fix case sensitive email confirmation on signup. !14606 (robdel12)
- ๐ [FIXED] Whitelist authorized_keys.lock in the gitlab:check rake task. !14624
- ๐ [FIXED] Allow merge in MR widget with no pipeline but using "Only allow merge requests to be merged if the pipeline succeeds". !14633
- ๐ [FIXED] Fix navigation dropdown close animation on mobile screens. !14649
- ๐ [FIXED] Fix the project import with issues and milestones. !14657
- ๐ [FIXED] Use explicit boolean true attribute for show-disabled-button in Vue files. !14672
- ๐ [FIXED] Make tabs on top scrollable on admin dashboard. !14685 (Takuya Noguchi)
- ๐ [FIXED] Fix broken Y-axis scaling in some Prometheus graphs. !14693
- ๐ [FIXED] Search or compare LDAP DNs case-insensitively and ignore excess whitespace. !14697
- ๐ [FIXED] Allow prometheus graphs to correctly handle NaN values. !14741
- ๐ [FIXED] Don't show an "Unsubscribe" link in snippet comment notifications. !14764
- ๐ [FIXED] Fixed duplicate notifications when added multiple labels on an issue. !14798
- ๐ [FIXED] Fix alignment for indeterminate marker in dropdowns. !14809
- โก๏ธ [FIXED] Fix error when updating a forked project with deleted
ForkedProjectLink
. !14916 - ๐ [FIXED] Correctly render asset path for locales with a region. !14924
- ๐ [FIXED] Fix the external URLs generated for online view of HTML artifacts. !14977
- โฑ [FIXED] Reschedule merge request diff background migrations to catch failures from 9.5 run.
- ๐ [FIXED] fix merge request widget status icon for failed CI.
- ๐ [FIXED] Fix the number representing the amount of commits related to a push event.
- ๐ [FIXED] Sync up hover and legend data across all graphs for the prometheus dashboard.
- ๐ [FIXED] Fixes mini pipeline graph in commit view.
- ๐ [FIXED] Fix comment deletion confirmation dialog typo.
- ๐ [FIXED] Fix project snippets breadcrumb link.
- โฑ [FIXED] Make usage ping scheduling more robust.
- ๐ [FIXED] Make "merge ongoing" check more consistent.
- ๐ท [FIXED] Add 1000+ counters to job page.
- ๐ [FIXED] Fixed issue/merge request breadcrumb titles not having links.
- ๐ [FIXED] Fixed commit avatars being centered vertically.
- ๐ [FIXED] Tooltips in the commit info box now all face the same direction. (Jedidiah Broadbent)
- ๐ [FIXED] Fixed navbar title colors leaking out of the navbar.
- ๐ [FIXED] Fix bug that caused merge requests with diff notes imported from Bitbucket to raise errors.
- ๐ [FIXED] Correctly detect multiple issue URLs after 'Closes...' in MR descriptions.
- 0๏ธโฃ [FIXED] Set default scope on PATs that don't have one set to allow them to be revoked.
- ๐ [FIXED] Fix application setting to cache nil object.
- ๐ [FIXED] Fix image diff swipe handle offset to correctly align with the frame.
- ๐ [FIXED] Force non diff resolved discussion to display when collapse toggled.
- ๐ [FIXED] Fix resolved discussions not expanding on side by side view.
- ๐ [FIXED] Fixed the sidebar scrollbar overlapping links.
- ๐ [FIXED] Issue board tooltips are now the correct width when the column is collapsed. (Jedidiah Broadbent)
- ๐ [FIXED] Improve autodevops banner UX and render it only in project page.
- ๐ [FIXED] Fix typo in cycle analytics breaking time component.
- 0๏ธโฃ [FIXED] Force two up view to load by default for image diffs.
- ๐ [FIXED] Fixed milestone breadcrumb links.
- 0๏ธโฃ [FIXED] Fixed group sort dropdown defaulting to empty.
- ๐ [FIXED] Fixed notes not being scrolled to in merge requests.
- ๐ [FIXED] Adds Event polyfill for IE11.
- โก๏ธ [FIXED] Update native unicode emojis to always render as normal text (previously could render italicized). (Branka Martinovic)
- ๐ท [FIXED] Sort JobsController by id, not created_at.
- ๐ [FIXED] Fix revision and total size missing for Container Registry.
- ๐ [FIXED] Fixed milestone issuable assignee link URL.
- ๐ [FIXED] Fixed breadcrumbs container expanding in side-by-side diff view.
- ๐ [FIXED] Fixed merge request widget merged & closed date tooltip text.
- ๐ [FIXED] Prevent creating multiple ApplicationSetting instances.
- ๐ [FIXED] Fix username and ID not logging in production_json.log for Git activity.
- ๐ [FIXED] Make Redcarpet Markdown renderer thread-safe.
- ๐ [FIXED] Two factor auth messages in settings no longer overlap the button. (Jedidiah Broadbent)
- ๐ [FIXED] Made the "remember me" check boxes have consistent styles and alignment. (Jedidiah Broadbent)
- ๐ [FIXED] Prevent branches or tags from starting with invalid characters (e.g. -, .).
- ๐ [DEPRECATED] Removed two legacy config options. (Daniel Voogsgerd)
- [CHANGED] Show notes number more user-friendly in the graph. !13949 (Vladislav Kaverin)
- [CHANGED] Link SAML users to LDAP by email. !14216
- ๐ [CHANGED] Display whether branch has been merged when deleting protected branch. !14220
- [CHANGED] Make the labels in the Compare form less confusing. !14225
- [CHANGED] Confirmation email shows link as text instead of human readable text. !14243 (bitsapien)
- [CHANGED] Return only group's members in user dropdowns on issuables list pages. !14249
- 0๏ธโฃ [CHANGED] Added defaults for protected branches dropdowns on the repository settings. !14278
- [CHANGED] Show confirmation modal before deleting account. !14360
- ๐ [CHANGED] Allow creating merge requests across a fork network. !14422
- [CHANGED] Re-arrange script HTML tags before template HTML tags in .vue files. !14671
- [CHANGED] Create idea of read-only database. !14688
- [CHANGED] Add active states to nav bar counters.
- [CHANGED] Add view replaced file link for image diffs.
- [CHANGED] Adjust tooltips to adhere to 8px grid and make them more readable.
- [CHANGED] breadcrumbs receives padding when double lined.
- [CHANGED] Allow developer role to admin milestones.
- ๐ [CHANGED] Stop using Sidekiq for updating Key#last_used_at.
- [CHANGED] Include GitLab full name in Slack messages.
- [ADDED] Expose last pipeline details in API response when getting a single commit. !13521 (Mehdi Lahmam (@mehlah))
- [ADDED] Allow to use same periods for different housekeeping tasks (effectively skipping the lesser task). !13711 (cernvcs)
- [ADDED] Add GitLab-Pages version to Admin Dashboard. !14040 (travismiller)
- [ADDED] Commenting on image diffs. !14061
- [ADDED] Script to migrate project's repositories to new Hashed Storage. !14067
- ๐ [ADDED] Hide close MR button after merge without reloading page. !14122 (Jacopo Beschi @jacopo-beschi)
- [ADDED] Add Gitaly version to Admin Dashboard. !14313 (Jacopo Beschi @jacopo-beschi)
- [ADDED] Add 'closed_at' attribute to Issues API. !14316 (Vitaliy @blackst0ne Klachkov)
- ๐ [ADDED] Add tooltip for milestone due date to issue and merge request lists. !14318 (Vitaliy @blackst0ne Klachkov)
- [ADDED] Improve list of sorting options. !14320 (Vitaliy @blackst0ne Klachkov)
- ๐ [ADDED] Add client and call site metadata to Gitaly calls for better traceability. !14332
- ๐ [ADDED] Strip gitlab-runner section markers in build trace HTML view. !14393
- [ADDED] Add online view of HTML artifacts for public projects. !14399
- [ADDED] Create Kubernetes cluster on GKE from k8s service. !14470
- ๐ [ADDED] Add support for GPG subkeys in signature verification. !14517
- ๐ [ADDED] Parse and store gitlab-runner timestamped section markers. !14551
- 0๏ธโฃ [ADDED] Add "implements" to the default issue closing message regex. !14612 (Guilherme Vieira)
- [ADDED] Replace
tag: true
into:tag
in the specs. !14653 (Jacopo Beschi @jacopo-beschi) - ๐ [ADDED] Discussion lock for issues and merge requests.
- [ADDED] Add an API endpoint to determine the forks of a project.
- [ADDED] Add help text to runner edit: tags should be separated by commas. (Brendan O'Leary)
- [ADDED] Only copy old/new code when selecting left/right side of parallel diff.
- [ADDED] Expose avatar_url when requesting list of projects from API with simple=true.
- [ADDED] A confirmation email is now sent when adding a secondary email address. (digitalmoksha)
- ๐ [ADDED] Move Custom merge methods from EE.
- ๐ [ADDED] Makes @mentions links have a different styling for better separation.
- [ADDED] Added tabs to dashboard/projects to easily switch to personal projects.
- [OTHER] Extract AutocompleteController#users into finder. !13778 (Maxim Rydkin, Mayra Cabrera)
- โ [OTHER] Replace 'project/wiki.feature' spinach test with an rspec analog. !13856 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Expand docs for changing username or group path. !13914
- ๐ [OTHER] Move
lib/ci
tolib/gitlab/ci
. !14078 (Maxim Rydkin) - [OTHER] Decrease Cyclomatic Complexity threshold to 13. !14152 (Maxim Rydkin)
- [OTHER] Decrease Perceived Complexity threshold to 15. !14160 (Maxim Rydkin)
- โ [OTHER] Replace project/group_links.feature spinach test with an rspec analog. !14169 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the project/milestone.feature spinach test with an rspec analog. !14171 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the profile/emails.feature spinach test with an rspec analog. !14172 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the project/team_management.feature spinach test with an rspec analog. !14173 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Replace the 'project/merge_requests/accept.feature' spinach test with an rspec analog. !14176 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Replace the 'project/builds/summary.feature' spinach test with an rspec analog. !14177 (Vitaliy @blackst0ne Klachkov)
- โก๏ธ [OTHER] Optimize the boards' issues fetching. !14198
- ๐ [OTHER] Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog. !14201 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog. !14202 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the 'profile/active_tab.feature' spinach test with an rspec analog. !14239 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the 'search.feature' spinach test with an rspec analog. !14248 (Vitaliy @blackst0ne Klachkov)
- [OTHER] Load sidebar participants avatars only when visible. !14270
- [OTHER] Adds gitlab features and components to usage ping data. !14305
- โ [OTHER] Replace the 'project/archived.feature' spinach test with an rspec analog. !14322 (Vitaliy @blackst0ne Klachkov)
- โช [OTHER] Replace the 'project/commits/revert.feature' spinach test with an rspec analog. !14325 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the 'project/snippets.feature' spinach test with an rspec analog. !14326 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Add link to OpenID Connect documentation. !14368 (Markus Koller)
- โฌ๏ธ [OTHER] Upgrade doorkeeper-openid_connect. !14372 (Markus Koller)
- โฌ๏ธ [OTHER] Upgrade gitlab-markup gem. !14395 (Markus Koller)
- [OTHER] Index projects on repository storage. !14414
- โ [OTHER] Replace the 'project/shortcuts.feature' spinach test with an rspec analog. !14431 (Vitaliy @blackst0ne Klachkov)
- โ [OTHER] Replace the 'project/service.feature' spinach test with an rspec analog. !14432 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Improve GitHub import performance. !14445
- ๐จ [OTHER] Add basic sprintf implementation to JavaScript. !14506
- ๐ [OTHER] Replace the 'project/merge_requests.feature' spinach test with an rspec analog. !14621 (Vitaliy @blackst0ne Klachkov)
- โก๏ธ [OTHER] Update GitLab Pages to v0.6.0. !14630
- ๐ [OTHER] Add documentation to summarise project archiving. !14650
- ๐ [OTHER] Remove 'Repo' prefix from API entites. !14694 (Vitaliy @blackst0ne Klachkov)
- ๐ [OTHER] Removes cycle analytics service and store from global namespace.
- [OTHER] Improves i18n for Auto Devops callout.
- [OTHER] Exports common_utils utility functions as modules.
- ๐ [OTHER] Use
simple=true
for projects API in Projects dropdown for better search performance. - โก๏ธ [OTHER] Change index on ci_builds to optimize Jobs Controller.
- ๐ [OTHER] Add index for merge_requests.merge_commit_sha.
- [OTHER] Add (partial) index on Labels.template.
- [OTHER] Cache issue and MR template names in Redis.
- [OTHER] changed dashed border button color to be darker.
- [OTHER] Speed up permission checks.
- ๐ [OTHER] Fix docs for lightweight tag creation via API.
- [OTHER] Clarify artifact download via the API only accepts branch or tag name for ref.
- [OTHER] Change recommended MySQL version to 5.6.
- [OTHER] Bump google-api-client Gem from 0.8.6 to 0.13.6.
- [OTHER] Detect when changelog entries are invalid.
- ๐ [OTHER] Use a UNION ALL for getting merge request notes.
- ๐ [OTHER] Remove an index on ci_builds meant to be only temporary.
- ๐ [OTHER] Remove a SQL query from the todos index page.
- ๐ Support custom attributes on users. !13038 (Markus Koller)
- ๐ made read-only APIs for public merge requests available without authentication. !13291 (haseebeqx)
- Hide read_registry scope when registry is disabled on instance. !13314 (Robin Bobbitt)
- ๐ creation of keys moved to services. !13331 (haseebeqx)
- โ Add username as GL_USERNAME in hooks.
-
v10.0.7 Changes
December 07, 2017๐ Security (5 changes)
- ๐ Fix e-mail address disclosure through member search fields
- Prevent creating issues through API when user does not have permissions
- Prevent an information disclosure in the Groups API
- ๐ Fix user without access to private Wiki being able to see it on the project page
- ๐ Fix Cross-Site Scripting (XSS) vulnerability while editing a comment
-
v10.0.5 Changes
November 03, 2017- ๐ [FIXED] Fix incorrect X-axis labels in Prometheus graphs. !14258
- ๐ [FIXED] Fix
rake gitlab:incoming_email:check
and make it report the actual error. !14423 - ๐ [FIXED] Does not check if an invariant hashed storage path exists on disk when renaming projects. !14428
- ๐ [FIXED] Fix bottom spacing for dropdowns that open upwards. !14535
- ๐ [FIXED] Fix the project import with issues and milestones. !14657
- ๐ [FIXED] Fix broken Y-axis scaling in some Prometheus graphs. !14693
- ๐ [FIXED] Fixed duplicate notifications when added multiple labels on an issue. !14798
- โฌ๏ธ [FIXED] Don't rename paths that were freed up when upgrading. !15029
- ๐ [FIXED] Fixed issue/merge request breadcrumb titles not having links.
- ๐ [FIXED] Fix application setting to cache nil object.
- ๐ [FIXED] Fix missing Import/Export issue assignees.
- ๐ [FIXED] Allow boards as top level route.
- ๐ [FIXED] Fixed milestone breadcrumb links.
- ๐ [FIXED] Fixed merge request widget merged & closed date tooltip text.
- ๐ [FIXED] fix merge request widget status icon for failed CI.