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
2015-09-08Move partial to right place and fix tests.Douwe Maan
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c.
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-04Improve tests to use real branches in merge requestsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Audit log for user authenticationValery Sizov
2015-06-22Fix Style/TrailingBlankLines cop violationsRobert Speicher
2015-06-14Add RootControllerRobert Speicher
This controller is now the target for `root_url`. It sub-classes DashboardController so we can render the old default without a redirect if the user hasn't customized their dashboard location.
2015-06-14Add Profiles::PreferencesControllerRobert Speicher
2015-06-04Remove show actions from Admin and Project DeployKeysRobert Speicher
2015-05-29Add MergeRequests#commits action and routeRobert Speicher
/:namespace_id/:project_id/merge_requests/:id/commits(.:format)
2015-04-22Fix snippet testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-15Loosen help page parameter constraints for categoryRobert Speicher
2015-04-15Add constraints to help#show route parametersRobert Speicher
2015-04-15Revert "Fix and improve help rendering"Robert Speicher
This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8.
2015-04-13Merge branch 'public-deploy-keys' into 'master'Dmitriy Zaporozhets
Allow admin to create public deploy keys that are accessible to any project. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/1774. Project settings: ![Screen_Shot_2015-03-27_at_14.46.48](https://gitlab.com/gitlab-org/gitlab-ce/uploads/01799ff912671ba6db3f828ea1aca1a6/Screen_Shot_2015-03-27_at_14.46.48.png) The "Public deploy keys" section is only shown when there are any. If there are public deploy keys but no project deploy keys, only public deploy keys are shown. If there are no public deploy keys and no project deploy keys, the current "Deploy keys from projects you have access to will be displayed here" placeholder is shown. The list of projects below the public key has been changed to only show projects the user has access to. "Public deploy key" seems to be repeated on the left, but the first is just the title. The label is always visible for public deploy keys. Admin index: ![Screen_Shot_2015-03-27_at_14.47.06](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ea889d274cfd3f0694d47d602f4f3e94/Screen_Shot_2015-03-27_at_14.47.06.png) Admin detail page: ![Screen_Shot_2015-03-27_at_14.47.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/8c8475e05bf6b497da3b9f1bc102329f/Screen_Shot_2015-03-27_at_14.47.16.png) Projects using the deploy key are listed on the left and can be disabled easily. See merge request !469
2015-04-03Fix failing specs.Douwe Maan
2015-04-03Fix and improve help renderingSullivan SENECHAL
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-06Don't have Markdown preview fail for long content by using POST rather than GET.Douwe Maan
See https://github.com/gitlabhq/gitlabhq/issues/8611.
2015-01-27Fix tests for blobs refactoringDmitriy Zaporozhets
2015-01-24Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger
feature mergable
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2014-12-20Merge pull request #7978 from cirosantilli/edit-preview-route-testDmitriy Zaporozhets
Add tests for tree edit routes
2014-12-11Merge branch 'show_files_with_diff_name' into 'master'Dmitriy Zaporozhets
Show files named diff Fixes #1749 See merge request !1318
2014-12-10Add a failing route spec for file named diff.Marin Jankovski
2014-12-08Merge branch 'upstream-master' into markdown-previewVinnie Okada
Conflicts: spec/routing/project_routing_spec.rb
2014-11-14Routing specs for fork projectsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-17Use GET instead of POST for Markdown previewsVinnie Okada
2014-10-16Add Markdown preview to more formsVinnie Okada
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
2014-10-07Add tests for tree edit routesCiro Santilli
Critical because of possible confusion between /:id/preview and /:id for a path that ends in preview.
2014-06-13Delete wall notes testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-09Fix for the broken routing specsJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-05-29Fix routing tests.Marin Jankovski
2014-05-11Fix can not automerge if description is too longsue445
2014-04-15Fixes to group route tests, thanks DZGitLab
2014-04-13Add short path route for groups.GitLab
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-06sync with upstream for ease to mergeGitLab
2014-02-06adding tests for the ssh keys featureGitLab
2014-01-25Add files to path blacklist.Jason Hollingsworth
Remove empty ErrorsController
2014-01-02Add support for various archive formats.Jason Hollingsworth
Used mime-types gem instead of hardcoding content types. Allow multiple extensions in archive route (.tar.gz, .tar.bz2). Change content disposition from infile(?) to attachment for api. Fixed api would return “archive” instead of {project}-{hash}.{ext}
2013-12-03Issue 5716 - Allow removal of avatarDrew Blessing
Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
2013-10-24Expand refs constraints to include valid charactersPeter Fern
Fixes #4831, #4865, #4932
2013-10-09Fix profile specsDmitriy Zaporozhets
2013-09-13Drop support of root namespace in routingHiroyuki Sato
2013-08-27Remove old specsDmitriy Zaporozhets
2013-07-17Fix routing specsDmitriy Zaporozhets
2013-07-02Merge branch 'master' into 6-0-devDmitriy Zaporozhets
Conflicts: app/views/dashboard/projects.html.haml app/views/layouts/_head_panel.html.haml config/routes.rb