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
2014-04-03Fix MR fork validation and services loadDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-25Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-19Make use of project factory traitsRobert Speicher
2014-03-18Added Slack service integration.Federico Ravasio
2014-03-17Update wiki tests.Marin Jankovski
2014-03-14Fix project creation testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-14Merge branch 'toggle_diff_comments' of ↵Dmitriy Zaporozhets
https://github.com/jacob-carlborg/gitlabhq into jacob-carlborg-toggle_diff_comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/assets/stylesheets/sections/commits.scss app/assets/stylesheets/sections/notes.scss app/views/projects/commits/_diffs.html.haml features/steps/project/merge_requests.rb
2014-03-14Merge branch 'rm-dir-prefix' of ↵Dmitriy Zaporozhets
https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix
2014-03-11Fixes a bug with group member administrationMatt DeTullio
Group owners were not able to remove any users from their group if they were the only owner.
2014-03-03Add tests to reopen MRDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-27Remove js tag for constantly failing testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-26Merge pull request #5719 from jacob-carlborg/mr_targetDmitriy Zaporozhets
By default, target original repository if it's a fork when creating new MR.
2014-02-25Merge pull request #6375 from cirosantilli/link-with-idDmitriy Zaporozhets
Blob and tree gfm links to anchors work.
2014-02-25Fix 500 error when try to update own profile in admin areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25By default, target original repository if fork when creating new MR.Jacob Carlborg
2014-02-24 Merge branch 'feature/public_groups' into 'master'Dmitriy Zaporozhets
Public Groups This is the initial work (meaning no tests) for making groups public if they have a public project (or internal for logged in users). This allows issues and merge requests to be viewed, but _not_ group membership. As part of this I have also added back the link in the public project title section (it was removed as it didn't make sense before). This addesses the following suggestions/issues: http://feedback.gitlab.com/forums/176466-general/suggestions/5314461-groups-containing-one-or-more-public-projects-shou Issue #32 https://github.com/gitlabhq/gitlabhq/issues/5203 as well as a few closed issues. This also changes the public user page to only show groups that are accessible to the user in some manner.
2014-02-24Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets
Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-24Fix diff testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-23Remove dir prefix and suffix from tests inside dir.Ciro Santillli
2014-02-23Blob and tree gfm links to anchors work.Ciro Santillli
Fixes #6046
2014-02-23Add button for toggling inline comments in diff view.Jacob Carlborg
This is useful when there are many comments and they're becoming a distraction when trying to read the diff.
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
Fixed Group avatars to only display when user has read permissions to at least one project in the group.
2014-02-19Move assignee/milestone below description of IssueDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Restyle labels filter to match common styleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Merge pull request #6350 from tudorpavel/filter-by-multiple-labelsDmitriy Zaporozhets
Add feature to filter issues by multiple labels
2014-02-18Fix random failing testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Filter issues by multiple labels with Spinach feature specTudor Pavel
2014-02-17Improve notification settings pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-14 Merge branch 'improve_large_groups' into 'master'Dmitriy Zaporozhets
Improve for large groupsImprove for large groups This merge request is a set of patched to improve application for large groups with more then 100 people. Pages to be improved: :white_check_mark: Group#members page :white_check_mark: Project#issues page :white_check_mark: Project#merge_requests page :white_check_mark: Project#new_issue page :white_check_mark: Project#new_mr page :white_check_mark: Project#members page
2014-02-14Add email aliases for usersJason Hollingsworth
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
2014-02-13Fix group test for new member add procedureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-12User can leave group from group page.Ciro Santillli
2014-02-11Merge branch 'header-anchors' of github.com:cirosantilli/gitlab-elearn into ↵Dmitriy Zaporozhets
cirosantilli-header-anchors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-02-11User pages are visible to users without loginCiro Santillli
... if the user is authorized to at least one public project.
2014-02-08Add tests for groups avatars check on user pagerobertd
2014-02-06Fixed testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-03Extract projects and mr into methods in features.Marin Jankovski
2014-02-02Scenarios for checking if MR are shown for internal and public projects.Marin Jankovski
2014-02-02Feature for visit issues page for internal project as auth user.Marin Jankovski
2014-02-01Feature visit issues page for public project as auth and non auth user.Marin Jankovski
2014-01-28added group avatarsSteven Thonus
2014-01-24Merge branch 'master' into reference_relative_linksMarin Jankovski
Conflicts: spec/models/project_spec.rb
2014-01-23Use the correct paths.Marin Jankovski
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
2014-01-23Fix public testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Fix project team testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Fix MR spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-23Test if the views behave correctly with reference style relative links.Marin Jankovski
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
Remove deprecated finders