- 03 Mar, 2015 25 commits
-
-
Marin Jankovski authored
Render go-import meta tag for private repos. The previously solution (626f5bab) required a change to nginx config and broke visits from Googlebot and other clients including "go" in their user agent. See merge request !1587
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Clearly mark it as installation from source. See merge request !1622
-
Dmitriy Zaporozhets authored
Don't show Unassigned in user select when searching. Fixes #2056. When a search term is present, the Unassigned item isn't rendered, so the highlighted item is the first search result and hitting Enter works as expected. See merge request !1620
-
Dmitriy Zaporozhets authored
Fix import check for case sensetive namespaces If you already have namespace `ABc` and you try to import project with namespace `abC` - import will fail with 422 error. cc @valery See merge request !1618
-
Sytse Sijbrandij authored
-
Jeroen van Baarsen authored
Count commits in branches as well in the commit calendar This MR fixes a small bug in the commit calendar. Currently only commits that are in the master branch are counted. With this change, commits in other branches are included as well. fixes one of the issues found in #1162 See merge request !362
-
Hannes Rosenögger authored
-
Jeroen van Baarsen authored
Fix merge request URL passed to Webhooks If you look at the data structure passed to Webhooks, you will see: `"url"=>nil` I don't think any of the Webhooks or services are using this yet, so right now nothing so far depends upon this value being correct. See merge request !352
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
Revert "Merge branch 'go-get-workaround-nginx' of https://github.com/mattes/gitlabhq into mattes-go-get-workaround-nginx" This reverts commit 51349ca3, reversing changes made to b180476b.
-
Jeroen van Baarsen authored
Fixed changelog for MR 8501
-
Andrès Koetsier authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Enable ParenthesesAsGroupedExpression rule See merge request !1617
-
Dmitriy Zaporozhets authored
Add Brakeman - Static analysis security scanner for Ruby on Rails See merge request !1616
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Cirosantilli link to button For https://github.com/gitlabhq/gitlabhq/pull/7912 See merge request !1614
-
- 02 Mar, 2015 15 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Reduce amount of sql queries on dashboard projects page For https://github.com/gitlabhq/gitlabhq/issues/7218 See merge request !1613
-
https://github.com/cirosantilli/gitlabhqDmitriy Zaporozhets authored
Merge branch 'link-to-button' of https://github.com/cirosantilli/gitlabhq into cirosantilli-link-to-button Conflicts: app/views/shared/_issuable_filter.html.haml
-
Dmitriy Zaporozhets authored
Factor permission check in issuable finder
-
Dmitriy Zaporozhets authored
Remove useless `assets.compress` option, Rails 4 uses only `assets.js_co...
-
Dmitriy Zaporozhets authored
Fix for TeamCity buildQueue REST API build/@branchName.
-
https://github.com/Aorimn/gitlabhqDmitriy Zaporozhets authored
Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into Aorimn-add-irker-service Conflicts: app/controllers/projects/services_controller.rb
-
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
-