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-09-03Add search to group labels page [ci skip]Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-03Move badge settings to general settingsWinnie Hellmann
2018-08-03Use Projects::UpdateService to archive projectsJames Ramsay
System hooks were not being triggered when projects were archived or unarchived. Reuse the Projects::UpdateService to automatically trigger system hooks and increase code reuse.
2018-08-01Resolve "List of projects not loading when trying to create an issue from a ↵Constance Okoghenun
board (TypeError)"
2018-07-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-07-02Merge branch '39543-milestone-page-list-redesign' into 'master'Fatih Acet
Resolve "Milestone page list redesign" Closes #39543 See merge request gitlab-org/gitlab-ce!19832
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-06-28Resolve "No UI element to edit group label"Luke Bennett
2018-06-19Removed irrelevant test for edit milestone in milestone listConstance Okoghenun
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-28Fix tests after group settings page redesignDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-11Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/groups/group_members/index.html.haml
2018-05-10Add 2FA filter to group members pageDmitriy Zaporozhets
* Show 2fa badge on a group members page * Make group members page UI consistent with project members page * Fix ambiguous sql in User.with/without_two_factor methods Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-30Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/ci/variables/_variable_row.html.haml
2018-04-26Ensure member notifications are sent after the member actual creation/update ↵Rémy Coutable
in the DB Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-23Fix user browse projects group page specClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11Add matcher for emojiBob Van Landuyt
2018-04-10[skip ci] Convert panel related class names to cardClement Ho
2018-04-08Projects and groups badges settings UIFrancisco Javier López
2018-03-29Replace group spinach tests with RSpec analogSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-27Move the #update action from Project/Member controllers to the ↵Rémy Coutable
MembershipActions concern Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-27Fix subgroup issue and MR pages empty states and countsSean McGivern
Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
2018-02-15Move spinach group milestones test to RSpecSemyon Pupkov
2018-02-15Move feature group members search test to RSpecSemyon Pupkov
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2017-12-24Rendering of emoji's in Group-OverviewJacopo
Allows rendering of emoji's in the Group Overview.
2017-12-11Hide issues and MRs in labels list if disabledSophie Herold
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-09Merge branch 'bvl-10-2-email-disclosure' into 'security-10-2'Douwe Maan
(10.2) Avoid partial partial email adresses for matching See merge request gitlab/gitlabhq!2232 (cherry picked from commit 081aa1e91a777c9acb31be4a1e76b3dd7032fa9a) There are unresolved conflicts in app/models/user.rb. fa85a3fd Don't allow searching for partial user emails
2017-11-22Merge branch '39720-group-milestone-sorting' into 'master'Sean McGivern
Add Group Milestone sorting Closes #39720 See merge request gitlab-org/gitlab-ce!15230
2017-11-13Don't perform a JS request when deleting a membership.Bob Van Landuyt
2017-11-07Add group milestone to feature spec and minor changesGeorge Andrinopoulos
2017-11-07Add Group Milestone sortingGeorge Andrinopoulos
2017-10-20Added group milestones form specLuke "Jared" Bennett
2017-10-17Merge branch 'bvl-group-trees' into 'master'Douwe Maan
Show collapsible tree on the project show page Closes #30343 See merge request gitlab-org/gitlab-ce!14055
2017-10-12Skip some nested group specs when using MySQLBob Van Landuyt
2017-10-11Merge branch 'move_markdown_preview_to_concern' into 'master'Sean McGivern
Add support for markdown preview to group milestones Closes #30241 See merge request gitlab-org/gitlab-ce!14806
2017-10-11Add support for markdown preview to group milestonesVitaliy @blackst0ne Klachkov
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-05Hide "New subgroup" links when subgroups are not supportedBob Van Landuyt
2017-09-15Merge branch 'revert-sidebar-title-attribute' into 'master'Filipa Lacerda
Remove title attribute from sidebar elements See merge request gitlab-org/gitlab-ce!14140
2017-09-14Return only group's members in user dropdowns on issuables list pagesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-09-13fixed merge request specPhil Hughes
2017-09-07Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'Douwe Maan
Improve "Share with group lock" feature for subgroups Closes #30550 See merge request !13944
2017-09-06Refer to “Share with group lock” consistentlyMichael Kozono
2017-09-06Specify nested_groups specsMichael Kozono