summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge branch 'dashboard_issues_and_mr' into 'master'Dmitriy Zaporozhets2014-10-282-3/+53
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | Dashboard issues and merge request filters Fixes #1597 See merge request !1219
| * | Assigned merge request should show on dashboard mr overiew feature spec.Marin Jankovski2014-10-271-1/+16
| | |
| * | Failing feature for dashboard merge requests when user has authored issues ↵Marin Jankovski2014-10-271-2/+27
| | | | | | | | | | | | on forked project source.
| * | Failing feature for dashboard issues when user has authored issues on ↵Marin Jankovski2014-10-271-0/+10
| | | | | | | | | | | | projects he is not a member of.
* | | Fix raw view for public snippetsValery Sizov2014-10-272-0/+13
|/ /
* | fix for public snippetValery Sizov2014-10-244-1/+32
|/
* Merge branch 'fix-group-member-remove' into 'master'Dmitriy Zaporozhets2014-10-202-2/+28
|\ | | | | | | | | | | | | | | Fix group member remove Fixes https://github.com/gitlabhq/gitlabhq/issues/8090. See merge request !1196
| * Add tests for remove group member feature in admin areaDmitriy Zaporozhets2014-10-202-2/+28
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Use :message key, not :error for File::Service.Ciro Santilli2014-10-133-0/+37
|/
* Merge pull request #7942 from cirosantilli/commit-changes-uppercaseDmitriy Zaporozhets2014-10-132-4/+4
|\ | | | | Make new and edit file submit more uniform
| * Make new and edit file submit more uniformCiro Santilli2014-10-082-4/+4
| |
* | Fix spinach testsDmitriy Zaporozhets2014-10-101-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Snippets: public/internal/privateValery Sizov2014-10-095-4/+45
| |
* | Merge pull request #7979 from mr-vinn/refactor-tasksDmitriy Zaporozhets2014-10-085-41/+27
|\ \ | | | | | | Refactor task list tests and coffeescript
| * | Refactor task list tests and coffeescriptVinnie Okada2014-10-065-41/+27
| | |
* | | Merge pull request #7992 from cirosantilli/upcate-featureRobert Schilling2014-10-082-2/+2
|\ \ \ | |_|/ |/| | Upcase missing feature names
| * | Upcase missing feature namesCiro Santilli2014-10-072-2/+2
| | |
* | | Snippets: rename public to internalValery Sizov2014-10-073-4/+4
|/ /
* | Merge branch 'slack_integration' into 'master'Dmitriy Zaporozhets2014-10-061-6/+2
|\ \ | | | | | | | | | | | | | | | Slack integration See merge request !1151
| * | Use only webhook for slack service integration.Marin Jankovski2014-10-061-6/+2
| | |
* | | Merge pull request #7964 from mr-vinn/task-listsMarin Jankovski2014-10-067-0/+170
|\ \ \ | | |/ | |/| Add task lists to issues and merge requests
| * | Add Spinach tests for task listsVinnie Okada2014-10-067-0/+170
| |/
* | Preventing some duplication in MR feature tests by adding a different comment.Marin Jankovski2014-10-062-9/+15
|/
* Make Spinach test names consistentCiro Santilli2014-10-0560-56/+56
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Add Pushover service integrationSullivan SENECHAL2014-10-032-0/+29
| | | | That introduce select field type for services options.
* Merge branch 'cirosantilli-factor-commit-msg-textarea'Dmitriy Zaporozhets2014-10-031-1/+1
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/edit_tree/show.html.haml