summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check all namespaces on validation of new username.namespace-validationBryce Johnson2016-11-172-1/+5
|
* Merge branch 'chat-name-authorize' into 'master' Rémy Coutable2016-11-1722-1/+522
|\ | | | | | | | | | | | | Allows to authorize chat user against GitLab. This is needed for: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7438 See merge request !7450
| * Change last_used_at to use touchchat-name-authorizeKamil Trzcinski2016-11-171-1/+1
| |
| * Add chat_name partialKamil Trzcinski2016-11-173-30/+30
| |
| * Fix code reviewKamil Trzcinski2016-11-171-1/+1
| |
| * Fix code review style issuesKamil Trzcinski2016-11-172-2/+2
| |
| * Add specs for testing authorization and deny of chat userKamil Trzcinski2016-11-162-0/+81
| |
| * Improve code design after code reviewKamil Trzcinski2016-11-1611-21/+24
| |
| * Fix `chat_names` before_actionKamil Trzcinski2016-11-161-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into chat-name-authorizeKamil Trzcinski2016-11-16399-10789/+12400
| |\
| * | Add most of specs for chat namesKamil Trzcinski2016-11-1612-22/+182
| | |
| * | Create relation between chat user and GitLab user and allow to authorize ↵Kamil Trzcinski2016-11-1612-1/+278
| | | | | | | | | | | | them [ci skip]
* | | Merge branch 'rs-remove-ci-gems' into 'master' Kamil Trzciński2016-11-172-13/+0
|\ \ \ | | | | | | | | | | | | | | | | Remove unused CI gems See merge request !7522
| * | | Remove unused nested_form gemrs-remove-ci-gemsRobert Speicher2016-11-172-5/+0
| | | |
| * | | Remove activerecord-session_store gemRobert Speicher2016-11-172-8/+0
| | | | | | | | | | | | | | | | | | | | We use the Redis-backed session store from `redis-store` so this is unnecessary.
* | | | Merge branch '23740-create-a-doc-for-the-ce-ee-development-workflow' into ↵Robert Speicher2016-11-172-0/+273
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Start to document how to code for CE with EE in mind Closes #23740 [ci skip] See merge request !7248
| * | | | Fix typosRémy Coutable2016-11-171-8/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Document the `rake ee_compat_check` task23740-create-a-doc-for-the-ce-ee-development-workflowRémy Coutable2016-11-171-59/+85
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Start to document how to code for CE with EE in mindRémy Coutable2016-11-172-0/+248
| |/ / / | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Fix wrong changelog itemRémy Coutable2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceRémy Coutable2016-11-173-2/+45
|\ \ \ \
| * \ \ \ Merge branch 'assignee-dropdown-autocomplete' into 'master' Fatih Acet2016-11-173-2/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include author in assignee dropdown search ## What does this MR do? Previously when you searched for the author in the assignee dropdown (if they aren't in the project) it did not actually include the author. This changes that so that when you search for the author it will correctly include the user. ## Screenshots (if relevant) ![Screen_Shot_2016-11-17_at_11.14.53](/uploads/5a13475d8ded459fd3b1ba6570897665/Screen_Shot_2016-11-17_at_11.14.53.png) ## What are the relevant issue numbers? Closes #22905 See merge request !7526
| | * | | | Include author in assignee dropdown searchassignee-dropdown-autocompletePhil Hughes2016-11-173-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When searching for the author in the assignee dropdown it now correctly returns the user Closes #22905
* | | | | | Add missing item for 8.13.6Rémy Coutable2016-11-171-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '23990-project-show-error-when-empty-repo' into 'master' Douwe Maan2016-11-173-1/+50
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 500 error on project show when user is not logged in and project is still empty ## What does this MR do? Aims to fix the 500 error when the project is empty and the user is not logged in and tries to access project#show ## Screenshots (if relevant) When the project is empty and the user is not logged in we default to the empty project partial instead of readme. ![Screen_Shot_2016-11-11_at_22.54.21](/uploads/3d87e65195376c85d3e515e6d5a9a850/Screen_Shot_2016-11-11_at_22.54.21.png) ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #23990 See merge request !7376
| * | | | | adds fix for security issue when annonymous user does not have access to ↵23990-project-show-error-when-empty-repotiagonbotelho2016-11-175-70/+92
| | | | | | | | | | | | | | | | | | | | | | | | repository we now display the activity feed instead of the readme
| * | | | | moves empty view logic onto empty partial to make it reusable and fixes teststiagonbotelho2016-11-153-63/+61
| | | | | |
| * | | | | change empty project view to annonymous user from activity to empty partialtiagonbotelho2016-11-114-11/+11
| | | | | |
| * | | | | adds guard clause for readme model method and initializes a new view with ↵tiagonbotelho2016-11-114-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | proper stylesheets
* | | | | | Merge branch 'jira_service_simplify' into 'master' Sean McGivern2016-11-173-11/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JiraService: simplify url generation Fixes #24085 See merge request !7307
| * | | | | | stub not neededJarka Kadlecova2016-11-121-1/+0
| | | | | | |
| * | | | | | add blank lineJarka Kadlecova2016-11-121-0/+1
| | | | | | |
| * | | | | | simplify url generationJarka Kadlecova2016-11-053-12/+17
| | | | | | |
* | | | | | | Merge branch 'docs/environments' into 'master' Achilleas Pipinellis2016-11-171-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mention Git strategy none See merge request !7530
| * | | | | | | Mention Git strategy noneAchilleas Pipinellis2016-11-171-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'highlight-first-user-autocomplete-option' into 'master' Fatih Acet2016-11-171-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight first user autocomplete option See merge request !7520
| * | | | | | | | Highlight first user autocomplete optionhighlight-first-user-autocomplete-optionDouwe Maan2016-11-171-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'docs/review-apps' into 'master' Achilleas Pipinellis2016-11-175-4/+151
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for Review Apps ## What does this MR do? Add docs for review apps. ## What are the relevant issue numbers? Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 See merge request !6982
| * | | | | | | | | Add 8.14 to versions with further additions to review appsAchilleas Pipinellis2016-11-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add Limitations sections to environments and review apps docsAchilleas Pipinellis2016-11-172-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add link to environments docsAchilleas Pipinellis2016-11-171-0/+3
| | | | | | | | | |
| * | | | | | | | | Fix URL to review apps docsAchilleas Pipinellis2016-11-171-1/+1
| | | | | | | | | |
| * | | | | | | | | Add a prerequisites section, add some linksAchilleas Pipinellis2016-11-171-5/+22
| | | | | | | | | |
| * | | | | | | | | Link to NGINX example project for the time beingAchilleas Pipinellis2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Get rid most of the irrelevant sectionsAchilleas Pipinellis2016-11-172-32/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add note about current limitation in $CI_BUILD_REF_NAMEAchilleas Pipinellis2016-11-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add an intro and an Overview section for Review AppsAchilleas Pipinellis2016-11-171-43/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | WIP review appsAchilleas Pipinellis2016-11-171-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23484 [ci skip]
| * | | | | | | | | Add Review apps link to CI READMEAchilleas Pipinellis2016-11-171-3/+7
| | | | | | | | | |
* | | | | | | | | | Merge branch 'mailroom_idle_timeout' into 'master' Rémy Coutable2016-11-176-1/+19
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows configuration of idle_timeout for incoming email. https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1087 See merge request !7423