Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route26587-metrics-middleware-endpoint-is-nil | Rémy Coutable | 2017-01-12 | 3 | -4/+26 |
| | | | | | | | `endpoint.route` is calling `env[Grape::Env::GRAPE_ROUTING_ARGS][:route_info]` but `env[Grape::Env::GRAPE_ROUTING_ARGS]` is `nil` in the case of a 405 response Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'add-changelog-search-bar-first-iteration' into 'master' | Jacob Schatz | 2017-01-12 | 1 | -0/+4 |
|\ | | | | | | | | | Add changelog for search-bar-first-iteration See merge request !8546 | ||||
| * | Add changelog for search-bar-first-iteration | Clement Ho | 2017-01-12 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'redundant-parenthesis-removal-in-test' into 'master' | Robert Speicher | 2017-01-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Remove redundant parentheses in TodosController spec [ci skip] See merge request !8548 | ||||
| * | | fixes the issue | Tiago Botelho | 2017-01-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'use-configured-git' into 'master' | Douwe Maan | 2017-01-12 | 5 | -14/+14 |
|\ \ | | | | | | | | | | | | | Use configured git rather thans system git See merge request !8460 | ||||
| * | | Use configured git rather than system gituse-configured-git | Robert Schilling | 2017-01-05 | 5 | -14/+14 |
| | | | |||||
* | | | Merge branch 'zj-unadressable-url-variables' into 'master' | Douwe Maan | 2017-01-12 | 4 | -18/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Do not check for valid url for .gitlab-ci.yml Closes #22970 See merge request !8451 | ||||
| * | | | Add changelog [ci skip]zj-unadressable-url-variables | Z.J. van de Weg | 2017-01-05 | 1 | -0/+4 |
| | | | | |||||
| * | | | Do not check for valid url for .gitlab-ci.yml | Z.J. van de Weg | 2017-01-05 | 3 | -18/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until this commit, GitLab would check if the URL in your .gitlab-ci.yml would be valid and adressable. However, this approach is rather limited. To begin, the URL couldn't be http://example:$PORT/my-project, as the PORT value would be interpolated after checking if the URL was valid, which its not. Also this gem will limit the amount of protocols allowed. This commit doesn't check, at all, if the URL is valid. This is now the responsablilty of the user. In my opion this is right, as the user ultimately benefits from a correct URL, but also, its impossible to cover all cases. | ||||
* | | | | Merge branch 'fill-authorized-projects' into 'master' | Douwe Maan | 2017-01-12 | 3 | -0/+52 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fill missing authorized projects rows Closes #26194 See merge request !8476 | ||||
| * | | | | Fill missing authorized projects rowsfill-authorized-projects | Yorick Peterse | 2017-01-11 | 3 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that the project_authorizations rows exist for all users for which this data has not yet been populated. Fixes #26194 | ||||
* | | | | | Merge branch 'fix-more-orphans-remove-undeleted-groups' into 'master' | Douwe Maan | 2017-01-12 | 2 | -24/+76 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more orphans when removing stray namespaces Closes #25146 See merge request !7841 | ||||
| * | | | | | Remove more orphans when removing stray namespacesfix-more-orphans-remove-undeleted-groups | Yorick Peterse | 2017-01-11 | 2 | -24/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/25146 | ||||
* | | | | | | Merge branch '26109-preserve-scroll-position-on-autoreload' into 'master' | Alfredo Sumaran | 2017-01-12 | 2 | -2/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scroll to bottom on build completion if autoscroll was active Closes #26109 See merge request !8391 | ||||
| * | | | | | | Use string constant variable for `#down-build-trace`26109-preserve-scroll-position-on-autoreload | Kushal Pandya | 2017-01-12 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Use better approach to access hash | Kushal Pandya | 2017-01-12 | 1 | -5/+2 |
| | | | | | | | |||||
| * | | | | | | Feature changelog entry | Kushal Pandya | 2017-01-12 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Scroll to bottom on build completion if autoscroll was active | Kushal Pandya | 2017-01-12 | 1 | -1/+15 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'search-bar-first-iteration' into 'master' | Jacob Schatz | 2017-01-12 | 50 | -386/+4522 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search bar first iteration Closes #21747 See merge request !7345 | ||||
| * | | | | | | Fix rubocopsearch-bar-first-iteration | Clement Ho | 2017-01-11 | 1 | -11/+11 |
| | | | | | | | |||||
| * | | | | | | Backend review | Clement Ho | 2017-01-11 | 8 | -19/+195 |
| | | | | | | | |||||
| * | | | | | | Add comments to issuable finder | Clement Ho | 2017-01-10 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Remove duplicate method | Clement Ho | 2017-01-09 | 1 | -18/+0 |
| | | | | | | | |||||
| * | | | | | | Fix code review suggestions | Clement Ho | 2017-01-09 | 2 | -5/+7 |
| | | | | | | | |||||
| * | | | | | | Fix indentation | Clement Ho | 2017-01-09 | 1 | -14/+15 |
| | | | | | | | |||||
| * | | | | | | Fix javascript error for when there are no issues | Clement Ho | 2017-01-09 | 1 | -7/+10 |
| | | | | | | | |||||
| * | | | | | | Code review changes | Clement Ho | 2017-01-09 | 3 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Add symbols | Clement Ho | 2017-01-09 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Fix specs | Clement Ho | 2017-01-09 | 3 | -6/+14 |
| | | | | | | | |||||
| * | | | | | | Enable filtering with multiple words | Clement Ho | 2017-01-09 | 3 | -3/+7 |
| | | | | | | | |||||
| * | | | | | | Refactor addWordToInput | Clement Ho | 2017-01-09 | 7 | -66/+57 |
| | | | | | | | |||||
| * | | | | | | Add haml lint comment | Clement Ho | 2017-01-09 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Fix haml lint | Clement Ho | 2017-01-09 | 1 | -8/+8 |
| | | | | | | | |||||
| * | | | | | | we're actually not using issue finder here | Lin Jen-Shin | 2017-01-09 | 2 | -2/+1 |
| | | | | | | | |||||
| * | | | | | | Make sure we could query against no one | Lin Jen-Shin | 2017-01-09 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should separate the idea of not finding anyone, and the idea of against no one. | ||||
| * | | | | | | Fix various styles for rubocop | Lin Jen-Shin | 2017-01-09 | 2 | -6/+6 |
| | | | | | | | |||||
| * | | | | | | Show no issues if author/assignee cannot be found | Lin Jen-Shin | 2017-01-09 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19994225 | ||||
| * | | | | | | Check if it's not NONE too | Lin Jen-Shin | 2017-01-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that we don't have to check it again in somewhere else, and we don't really need to know if it's presented as NONE Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_20123999 | ||||
| * | | | | | | Pass the arguments from where we render the partial | Lin Jen-Shin | 2017-01-09 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619 | ||||
| * | | | | | | Fix specs | Clement Ho | 2017-01-09 | 6 | -62/+36 |
| | | | | | | | |||||
| * | | | | | | Fix specs | Clement Ho | 2017-01-09 | 6 | -16/+30 |
| | | | | | | | |||||
| * | | | | | | Refactor and use regex for string processing | Clement Ho | 2017-01-09 | 10 | -536/+189 |
| | | | | | | | |||||
| * | | | | | | Remove unused finder variable | Clement Ho | 2017-01-09 | 1 | -3/+0 |
| | | | | | | | |||||
| * | | | | | | Add specs for remaining dropdowns | Clement Ho | 2017-01-09 | 7 | -51/+782 |
| | | | | | | | |||||
| * | | | | | | Make changes to make it more flexible for new filters | Clement Ho | 2017-01-09 | 4 | -5/+23 |
| | | | | | | | |||||
| * | | | | | | Define filtered_search as a variable | Clement Ho | 2017-01-09 | 2 | -6/+2 |
| | | | | | | | |||||
| * | | | | | | Create dropdown hint spec | Clement Ho | 2017-01-09 | 3 | -6/+152 |
| | | | | | | | |||||
| * | | | | | | Add selected tagName check for itemClicked | Clement Ho | 2017-01-09 | 2 | -15/+20 |
| | | | | | | | |||||
| * | | | | | | Fix dropdown hint reset when changing tabs | Clement Ho | 2017-01-09 | 1 | -1/+9 |
| | | | | | | |