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
2020-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-17Display "commented" only for commit discussions on merge requestsConstance Okoghenun
Add commit prop to NoteableNote component and pass it from NoteableDiscussion
2018-12-21Revert "Merge branch 'winh-discussion-header-commented' into 'master'"Winnie Hellmann
This reverts merge request !23622
2018-12-20Link to specific commit note from MR commit discussion linkDouwe Maan
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-18fix the commit diff discussion sending the wrong urlMicaël Bergeron
it should now send you to the merge request diff path scoped to the commit.
2017-09-06WIP: refactor the first-contributor to Issuablemicael.bergeron
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
2017-09-06fix #35161, add a first-time contributor badgemicael.bergeron
a new badge will be added when an user that doesn't yet have any merged merge request is discussing on either issues or merge requests that he created. this is indented for people to use extra care when discussing with a new contributor.
2017-09-06Resolve outdated diff discussions on pushSean McGivern
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-05-24Fix specsDouwe Maan
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-03Allow commenting on older versions of the diff and comparisons between diff ↵Douwe Maan
versions
2017-04-05Fix specsDouwe Maan
2016-08-16Revert unrelevant changesKamil Trzcinski
2016-08-12Make the comment more clear, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13810778
2016-08-11Merge remote-tracking branch 'upstream/master' into pipeline-hooks-without-slackLin Jen-Shin
* upstream/master: (233 commits) Fix awardable button mutuality loading spinners Update CHANGELOG for 8.10.5 Clean up project destruction Small refactor of doc/development/README.md Avoid commit lookup on diff_helper Removed extra newline from redis_spec.rb Used cached value of project count to reduce DB load Remove duplicate link_to statements Mention add_column_with_default in downtime guide Add missing space to generic badge template Rename `run` task helper method to prevent conflict with StateMachine Add a method in Project to return a cached value of total count of projects spellcheck Add svg guidelines to ui guide Add Changelog entry for Grape upgrade [ci skip] Fix Grape tests. Retain old behavior Update Grape from 0.13.0 to 0.15.0. adds second batch of tests changed to active tense fixes part1 of files to start using active tense ...
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-08-05Let's make sure cache were cleared:Lin Jen-Shin
I can't reproduce this failure locally. Here's the failure: https://gitlab.com/gitlab-org/gitlab-ce/builds/2864250
2016-07-27Optimize maximum user access level lookup in loading of notesStan Hu
NotesHelper#note_editable? and ProjectTeam#human_max_access currently take about 16% of the load time of an issue page. This MR preloads the maximum access level of users for all notes in issues and merge requests with several queries instead of one per user and caches the result in RequestStore.
2016-06-29Be explicit which project and user ID are memoizedStan Hu
2016-06-29Memoize the maximum access level for the author of notesStan Hu
In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
2012-10-10Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas
2012-10-09Add emoji_for_completion helperRiyad Preukschas