Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-18Enable more frozen string in app/services/**/*.rbgfyoung
Partially addresses #47424.
2018-05-29Fix project team members countJan Provaznik
In Rails 5 `project.team.members` returns a CollectionProxy instead of array, which causes that `.flatten` fails. Although we could update the call to get distinct count directly with sql query, in this case it's better to re-use the list of members which is being loaded anyway.
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2017-02-13Add GFM support to nested groupsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-05Fix broken url on group avatarhogewest
2016-11-15shows user avatar in mention autocomplete in editorNur Rony
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-08-13Refactor slash command definitionDouwe Maan
2016-08-13Simplify the slash commands DSL to store action blocks instead of creating ↵Rémy Coutable
methods Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-16Memoize targetAlfredo Sumaran
2016-04-16Change variable nameAlfredo Sumaran
2016-04-16Fixes failing specAlfredo Sumaran
2016-04-16Update method name and remove unneeded paramsAlfredo Sumaran
2016-04-16Put owner and participating people firstAlfredo Sumaran
2015-06-05Show warning when a comment will add 10 or more people to the discussion.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-17Clean up code somewhat.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-04-02Only allow user to see participants from groups they have access to.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-02-25Include number of affected people in all/group mention autocomplete item.Douwe Maan
2015-02-05Allow groups to be mentioned.Douwe Maan
Resolves #1673.
2015-02-03Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets
2014-06-23Move checking of recepients to a service.Marin Jankovski