Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Better `Closes issues` text for MergeRequest#merge_commit_message | Gabriel Gizotti | 2016-12-16 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | move javascript code from _commit_message_container view to ↵ | Gabriel Gizotti | 2016-12-16 | 2 | -21/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | javascripts/merge_request.js | |||||
| * | | | | | | | backend completely drives creation of merge commit message | Gabriel Gizotti | 2016-12-16 | 5 | -26/+37 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove unnecessary code from MergeRequest#issues_mentioned_but_not_closing | Gabriel Gizotti | 2016-12-16 | 1 | -4/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | describe #closes_issues and describe # #issues_mentioned_but_not_closing on ↵ | Gabriel Gizotti | 2016-12-16 | 1 | -24/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge_request_spec.rb | |||||
| * | | | | | | | only render MR description toggle javascript if description is available | Gabriel Gizotti | 2016-12-16 | 1 | -20/+19 | |
| | | | | | | | | ||||||
| * | | | | | | | keep branch being merged, MR title and MR reference in merge commit message ↵ | Gabriel Gizotti | 2016-12-16 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when using description | |||||
| * | | | | | | | Add toggle links for using default message and description on change merge ↵ | Gabriel Gizotti | 2016-12-16 | 2 | -0/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit message container | |||||
| * | | | | | | | shorter lines on MergeRequest#merge_commit_message | Gabriel Gizotti | 2016-12-16 | 1 | -2/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | only look for issues mentioned on description on ↵ | Gabriel Gizotti | 2016-12-16 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequest#issues_mentioned_but_not_closing | |||||
| * | | | | | | | better mentioned but not closing message and icon | Gabriel Gizotti | 2016-12-16 | 2 | -9/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | diplays mentioned but not merged message on MR show page | Gabriel Gizotti | 2016-12-16 | 2 | -0/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | introduce MergeRequest#issues_mentioned_but_not_closing | Gabriel Gizotti | 2016-12-16 | 2 | -15/+46 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove whole description from #merge_commit_message and add add closed issues | Gabriel Gizotti | 2016-12-16 | 2 | -5/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch '23573-sort-functionality-for-project-member' into 'master' | Douglas Barbosa Alexandre | 2016-12-17 | 13 | -13/+356 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add sorting functionality for group/project members ## What does this MR do? This MR adds sort functionality to group/project members list. ## Are there points in the code the reviewer needs to double check? No. ## Why was this MR needed? This MR helps the user to manage and find users of a group/project fast. It also improves UX. ## Screenshots (if relevant) **Before**  **After**  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #21622 Closes #23573 See merge request !7032 | |||||
| * | | | | | | | | Fix query in Projects::ProjectMembersController to fetch members23573-sort-functionality-for-project-member | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Improve test for sort dropdown on members page | Nur Rony | 2016-12-16 | 3 | -1/+19 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix sort dropdown alignment | Nur Rony | 2016-12-16 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Undo changes on members search button stylesheet | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -16/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Use factories to create project/group membership on specs | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove unused id from shared members sort dropdown | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix sort functionality on project/group members to return invited users | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -4/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Refactor MembersHelper#filter_group_project_member_path | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -5/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove unnecessary curly braces from sort dropdown partial | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Sort group/project members alphabetically by default | Douglas Barbosa Alexandre | 2016-12-16 | 4 | -3/+17 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add feature spec for sort functionality on group/project members list | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -0/+164 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add option to sort group/project members by access level | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -0/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix sort functionality for group/project members | Douglas Barbosa Alexandre | 2016-12-16 | 3 | -12/+28 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix MembersHelper | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -11/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add CHANGELOG entry | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Adds sort dropdown for group members | Nur Rony | 2016-12-16 | 8 | -26/+127 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'fix/keep-compatility-ruby-21' into 'master' | Stan Hu | 2016-12-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid use of Hash#dig to keep compatibility with Ruby 2.1 See merge request !8153 | |||||
| * | | | | | | | | | Avoid use of Hash#dig to keep compatibility with Ruby 2.1fix/keep-compatility-ruby-21 | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -1/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'bitbucket-oauth2' into 'master' | Douglas Barbosa Alexandre | 2016-12-16 | 56 | -539/+1271 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Bitbucket importer to use BitBucket API Version 2 ## What does this MR do? ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/19946 ## Screenshots (if relevant) This MR needs the following permissions in the Bitbucket OAuth settings:  - [] ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5995 | |||||
| * | | | | | | | | Avoid use of Hash#dig to keep compatibility with Ruby 2.1 | Douglas Barbosa Alexandre | 2016-12-16 | 4 | -10/+10 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix import issues method | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into bitbucket-oauth2 | Douglas Barbosa Alexandre | 2016-12-16 | 588 | -1818/+15074 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix rubucop offensesbitbucket-oauth2 | Douglas Barbosa Alexandre | 2016-12-16 | 2 | -28/+27 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | BB importer: Fix documantation | Valery Sizov | 2016-12-16 | 1 | -5/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | BB importer: Adressed more review comments | Valery Sizov | 2016-12-16 | 2 | -15/+23 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use new generic image for project import | Achilleas Pipinellis | 2016-12-16 | 4 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'bitbucket-oauth2' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Achilleas Pipinellis | 2016-12-16 | 1 | -6/+4 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bitbucket-oauth2 | |||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'bitbucket-oauth2' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Valery Sizov | 2016-12-16 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bitbucket-oauth2 | |||||
| | * | | | | | | | | | | BB importer: address review comment | Valery Sizov | 2016-12-16 | 2 | -7/+5 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | BB importer: Milestone importer | Valery Sizov | 2016-12-16 | 3 | -0/+12 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Refactor Bitbucket import docs | Achilleas Pipinellis | 2016-12-16 | 12 | -25/+59 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | BB importer: Milestone importer | Valery Sizov | 2016-12-16 | 3 | -0/+12 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | BB importer: Added note about linking BB users and GitLab users[ci skip] | Valery Sizov | 2016-12-16 | 1 | -1/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | BB importer: Fixed bug with putting expired token to a project.clone_url | Valery Sizov | 2016-12-15 | 4 | -5/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2 | Valery Sizov | 2016-12-14 | 85 | -211/+1346 | |
| |\ \ \ \ \ \ \ \ \ |