- 02 Mar, 2015 12 commits
-
-
Dmitriy Zaporozhets authored
Improve login screen when only OmniAuth providers are enabled
-
Dmitriy Zaporozhets authored
Allow a user to specify a channel and username for the slack-webhook
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Support referencing issues to a project whose name starts with a digit Gitlab supports adding users or projects whose name starts with a "_" or a digit, but the regexp in markdown.rb enforces "a-zA-Z" for the first character. This change allows to reference issues or merge requests in other projects whose name starts with a digit, like `owner/2ndtestproject#123` or `2nduser/superproject!123`. See merge request !264
-
Dmitriy Zaporozhets authored
Fix protected branches routing ### Summary On the master branch, if you attempt to access the protected branches in the project settings with an empty repo, you get `NoMethodError - undefined method "project_url"`. ### Steps to reproduce 1. Check out GitLab master and run. 2. Create a new project. 3. Go to Settings. 4. Click on "Protected branches" ### Expected behavior The controller is supposed to redirect back to the projects page since there are no branches. ### Observed behavior Internal Error 500 ### Relevant logs ``` NoMethodError - undefined method `project_url' for #<Projects::ProtectedBranchesController:0x007fd920054af0>: app/controllers/application_controller.rb:157:in `method_missing' actionpack (4.1.9) lib/action_dispatch/routing/polymorphic_routes.rb:142:in `polymorphic_url' actionpack (4.1.9) lib/action_dispatch/routing/url_for.rb:161:in `url_for' actionpack (4.1.9) lib/action_controller/metal/redirecting.rb:91:in `_compute_redirect_to_location' turbolinks (2.0.0) lib/turbolinks.rb:15:in `_compute_redirect_to_location_with_xhr_referer' actionpack (4.1.9) lib/action_controller/metal/redirecting.rb:71:in `redirect_to ``` ### Fix I added a unit test for the empty project case and replicated the issue. I added the URL router helpers that appear to be necessary after 42387b73. See merge request !359
-
Dmitriy Zaporozhets authored
[bugfix] Merge request diff view behaviour fix
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
More reasons why prefixing is good Inspired by http://www.dwheeler.com/essays/filenames-in-shell.html See merge request !1604
-
Dmitriy Zaporozhets authored
Add comment about note attachment redirect. See merge request !1612
-
Marin Jankovski authored
New Issue Header Fixes #2073 - I've switched it from "New Issue" to "Create Issue". Small change, but grammatically correct. See merge request !1611
-
Nicolas Bouilleaud authored
This is what’s actually allowed when creating a user or a project in gitlab.
-
Stan Hu authored
-
- 01 Mar, 2015 4 commits
-
-
Robert Schilling authored
Error in docs for closing an issue API docs for issues says you set parameter 'closed' to '1'. I was not able to do that but I could set 'state_event' to 'close' which closed the issue. Does not work "https://gitlab.com/api/v3/projects/:id/issues/:issue_id?closed=1" Does work "https://gitlab.com/api/v3/projects/:id/issues/:issue_id?state_event=close" See merge request !342
-
Jeroen van Baarsen authored
Expose avatar_url in projects API
-
Robert Schilling authored
-
sue445 authored
* Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog
-
- 28 Feb, 2015 10 commits
-
-
Robert Schilling authored
formatting cleanup on mysql_to_postgresql.md
-
Robert Schilling authored
use gitlab branch of mysql-postgresql-converter
-
Robert Schilling authored
Correct json payload [ci skip]
-
Jeroen van Baarsen authored
Update version sorter to 2.0.0, fixes #8572
-
Douwe Maan authored
-
Andrès Koetsier authored
-
Robert Schilling authored
Fix typo
-
Sytse Sijbrandij authored
Mention audit events ee feature in logs documentation. Related to gitlab/gitlabhq#1979 See merge request !1609
-
Sabba Petri authored
-
Sabba Petri authored
-
- 27 Feb, 2015 14 commits
-
-
Dmitriy Zaporozhets authored
Add 'confirm' option to users api For #1990 Based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/129 See merge request !1610
-
Mlanawo Mbechezi authored
-
Dmitriy Zaporozhets authored
Conflicts: lib/api/users.rb
-
Marin Jankovski authored
-
Job van der Voort authored
Remove CI sections related to release tool, update steps in monthly and patch release documentation. See merge request !1608
-
Marin Jankovski authored
Remove CI sections related to release tool, update steps in monthly and patch release documentation.
-
Dmitriy Zaporozhets authored
Update project_milestone_path update route. See merge request !1605
-
Dmitriy Zaporozhets authored
Redirect old note attachment path to new uploads path. See https://gitlab.com/gitlab-org/gitlab-ce/commit/0d884ff2b1beae085050fe6729bd88783891fc71#note_891797 See merge request !1607
-
Dmitriy Zaporozhets authored
Fix and test user contributed projects. Fixes #2077. See merge request !1606
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Include number of affected people in all/group mention autocomplete item. As mentioned in #2054. To minimize misuse of all/group mentions, the autocomplete title includes the number of members this mention will notify, so users will be more considerate what groups they mention. Example: at-all "**all** All Project and Group Members (12)" at-gitlab "**gitlab** GitLab (12)" See merge request !1596
-
Dmitriy Zaporozhets authored
Introduce shortcuts for routing helpers See merge request !1600
-
Dmitriy Zaporozhets authored
-