gitlab-org--gitlab-foss/app/services/projects
Nur Rony eaef94533d shows user avatar in mention autocomplete in editor
adds entry in CHANGELOG

no uninitialized variable and unnecessary if statement

formatting issue in CHANGELOG

resolves scss lint warings

cleanup: unnecessary css classes

adds css class that cleaned up by mistake

replaces snake_case variables name with camelCase

removes unnecessary css class and adds white color border for avatar

moves changelog entry from 8.13 to 8.14

remove bottom margin from avatar-inline

resolves lint warnings

rebased and moves changelog entry to 8.14

fixes avatar shifting on hover

adds entry at top of 8.14 section in CHANGELOG.md

calls sanitization for gl.utils

syncing changelog with master and created changelog files using cli

changes changelog title
2016-11-16 00:03:24 +06:00
..
import_export squashed - added avatar saver/restorer and specs 2016-07-19 13:06:06 +02:00
autocomplete_service.rb Allow users to apply group labels on Issues/MRs 2016-10-19 14:58:24 -02:00
create_service.rb Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
destroy_service.rb Before deleting project if forked unlink fork 2016-09-13 14:40:05 +02:00
download_service.rb
enable_deploy_key_service.rb Namespace EnableDeployKeyService under Projects 2016-08-08 20:59:51 +02:00
fork_service.rb Enforce the fork_project permission in Projects::CreateService 2016-09-27 13:17:56 +01:00
housekeeping_service.rb Refine Git garbage collection 2016-11-04 14:30:11 +01:00
import_service.rb Check if repository already exists before trying to re-import it 2016-10-28 11:12:48 +02:00
participants_service.rb shows user avatar in mention autocomplete in editor 2016-11-16 00:03:24 +06:00
transfer_service.rb Recreates missing group labels when moving project to another group 2016-10-19 14:58:24 -02:00
unlink_fork_service.rb
update_service.rb Fix Project#to_param to keep invalid project suitable for use in URLs 2016-07-27 13:52:45 -03:00
upload_service.rb