summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #8439 from glasspelican/TeamcityDmitriy Zaporozhets2014-12-282-0/+27
|\ \ | | | | | | Teamcity integration using 8.1 rest api
| * | Teamcity interaction using 8.1 rest apiJason Lippert2014-12-232-0/+27
| | |
* | | Dont check for milestone description on group milestone pageDmitriy Zaporozhets2014-12-271-1/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Show assigned issues/mr be default on dashboardDmitriy Zaporozhets2014-12-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was default before but now it fixed with providing assignee_id parameter making url shareble and dont reset when other filters users. Also this commit removes old methods that are not used any more. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into oauth2_providerDmitriy Zaporozhets2014-12-252-4/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/nav/_profile.html.haml
| * | | Fix testsDmitriy Zaporozhets2014-12-252-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-252-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Doorkeeper integrationValery Sizov2014-12-242-0/+64
|/ / /
* | | Merge branch 'project-path' into 'master'Dmitriy Zaporozhets2014-12-243-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337
| * | | Fix spinach testDmitriy Zaporozhets2014-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Allow Group path to be changed at the same time as nameDmitriy Zaporozhets2014-12-222-2/+3
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix spinach testssidebar-navDmitriy Zaporozhets2014-12-241-4/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix scroll problems and disable authorized_only filterDmitriy Zaporozhets2014-12-241-4/+10
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Improvements to issues/mr filters:Dmitriy Zaporozhets2014-12-241-4/+10
| | | | | | | | | | | | | | | | | | | | | * use filter_params variable when set filter values * fix project issues spinach tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix testsDmitriy Zaporozhets2014-12-221-2/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix issueable context update and fix testsDmitriy Zaporozhets2014-12-223-12/+8
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into sidebar-navDmitriy Zaporozhets2014-12-2110-31/+162
|\ \ \ | |/ / | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
| * | Merge branch 'upstream-master' into markdown-previewVinnie Okada2014-12-0723-25/+286
| |\ \ | | |/ | | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb
| * | Fix test assertionsVinnie Okada2014-10-213-13/+13
| | | | | | | | | | | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
| * | Fix more Markdown preview testsVinnie Okada2014-10-182-4/+5
| | |
| * | Fix houndci warningsVinnie Okada2014-10-183-6/+6
| | |
| * | Add new Markdown preview testVinnie Okada2014-10-181-0/+7
| | | | | | | | | | | | | | | Add a test to make sure that Markdown previews are available when editing an existing issue.
| * | Fix Markdown preview testsVinnie Okada2014-10-186-35/+45
| | | | | | | | | | | | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
| * | Refactor Markdown preview testsVinnie Okada2014-10-186-30/+42
| | | | | | | | | | | | | | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
| * | Add Markdown preview to more formsVinnie Okada2014-10-156-13/+114
| | | | | | | | | | | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* | | Css/views cleanup after layout restyleDmitriy Zaporozhets2014-12-211-2/+2
| |/ |/| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
| |
* | UI improvements mostly for mobile screensDmitriy Zaporozhets2014-12-023-5/+5
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #8283 from cardoe/hipchat-private-serverDmitriy Zaporozhets2014-12-012-2/+19
|\ \ | | | | | | HipChat custom server support
| * | HipChat service: support custom serversDaniel Aquino2014-11-192-0/+17
| | | | | | | | | | | | | | | | | | HipChat allows users to run their own private servers and to be able to support those we must connect to the correct URL when using one of these custom servers.
| * | HipChat service: correct service name & use v2 APIDoug Goldstein2014-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | HipChat refers to their own product camel cased so we should do the same. HipChat no longer recommends people use the deprecated v1 API so switch to using the v2 API by default. hipchat-rb does not yet default to v2 in any version so it must be specified.
* | | Improve project factoriesDmitriy Zaporozhets2014-11-301-1/+1
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-12/+14
| | | | | | | | This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
* | Merge pull request #8340 from cirosantilli/multi-ruby-install-v2Dmitriy Zaporozhets2014-11-181-14/+12
|\ \ | | | | | | Web edit and HTTPS push work if multiple Rubies installed v2
| * | gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
* | | Improve fork to namespaces featureDmitriy Zaporozhets2014-11-142-0/+8
|/ / | | | | | | | | | | | | | | * Show namespace thumbnail differently if project was already forked * Show loading spinner when click on fork * Fork link navigates to personal namespace only if no manageable groups exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #8234 from cirosantilli/factor-0000Valeriy Sizov2014-11-052-2/+2
|\ \ | | | | | | Factor '0' * 40 blank ref constants [failure unrelated]
| * | Factor '0' * 40 blank ref constantsCiro Santilli2014-11-032-2/+2
| | |
* | | Merge pull request #7863 from cirosantilli/rm-blob-link-to-buttonValeriy Sizov2014-11-051-1/+1
|\ \ \ | | | | | | | | Transform remove blob link into button.
| * | | Transform remove blob link into button.Ciro Santilli2014-10-241-1/+1
| | | |
* | | | Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_urlMarin Jankovski2014-11-031-2/+2
|\ \ \ \ | |_|/ / |/| | | update slack-notifier for new webhook_url format
| * | | update slack-notifier to 1.0.0, use raw webhook_url per slack recommendationSteven Sloan2014-10-231-2/+2
| |/ / | | | | | | | | | | | | per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
* | | Merge branch 'feature_password_strength_indicator' into 'master'Dmitriy Zaporozhets2014-10-302-4/+57
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a password strength indicator to SIGN UP and PROFILE pages Fixes #1647 Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this: ![new_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/0e6da27cfe/new_full.png) The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username. ![edit_full](https://dev.gitlab.org/uploads/gitlab/gitlabhq/f73001539e/edit_full.png) There are tests included. /cc @job See merge request !1227
| * | | Moved require from application.js to password_strength.jsPatricio Cano2014-10-242-0/+53
| | | | | | | | | | | | | | | | | | | | Corrected div id for profile password/edit Added first spinach tests
| * | | Corrected the layout of the strength indicator to be more consistent ↵Patricio Cano2014-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | throughout the application. Fixed a test that was looking for an outdated HTML ID
| * | | Updated the IDs of the fields, so that it wouldn't mess with many testsPatricio Cano2014-10-221-3/+3
| |/ / | | | | | | | | | Updated some tests to match new IDs
* | | Merge branch 'project_name_and_path_rename' into 'master'Dmitriy Zaporozhets2014-10-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project name and path rename in the same section Fixes #1577 See merge request !1223
| * | | Leave the project name field editable, fix the test.Marin Jankovski2014-10-281-1/+1
| | | |
* | | | Merge pull request #8060 from dblessing/feature/bamboo_serviceDmitriy Zaporozhets2014-10-292-0/+26
|\ \ \ \ | | | | | | | | | | Add Atlassian Bamboo service
| * | | | Add Atlassian Bamboo serviceDrew Blessing2014-10-282-0/+26
| |/ / /