| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\
| |
| | |
HipChat custom server support
|
| |
| |
| |
| |
| |
| | |
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 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.
|
|/
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|
|
|
| |
This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
|
|\
| |
| | |
Web edit and HTTPS push work if multiple Rubies installed v2
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
| |
* 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>
|
|\
| |
| | |
Factor '0' * 40 blank ref constants [failure unrelated]
|
| | |
|
|\ \
| | |
| | | |
Transform remove blob link into button.
|
| | | |
|
|\ \ \
| |_|/
|/| | |
update slack-notifier for new webhook_url format
|
| |/
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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:

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.

There are tests included.
/cc @job
See merge request !1227
|
| | |
| | |
| | |
| | |
| | | |
Corrected div id for profile password/edit
Added first spinach tests
|
| | |
| | |
| | |
| | |
| | |
| | | |
throughout the application.
Fixed a test that was looking for an outdated HTML ID
|
| |/
| |
| |
| | |
Updated some tests to match new IDs
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Project name and path rename in the same section
Fixes #1577
See merge request !1223
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add Atlassian Bamboo service
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Dashboard issues and merge request filters
Fixes #1597
See merge request !1219
|
| | | |
|
| | |
| | |
| | |
| | | |
on forked project source.
|
| | |
| | |
| | |
| | | |
projects he is not a member of.
|
|/ / |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Fix group member remove
Fixes https://github.com/gitlabhq/gitlabhq/issues/8090.
See merge request !1196
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|/ |
|
|\
| |
| | |
Make new and edit file submit more uniform
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
|
|\ \
| | |
| | | |
Refactor task list tests and coffeescript
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Upcase missing feature names
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Slack integration
See merge request !1151
|
| | | |
|
|\ \ \
| | |/
| |/| |
Add task lists to issues and merge requests
|
| |/ |
|
|/ |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
That introduce select field type for services options.
|
|\
| |
| |
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
app/views/projects/edit_tree/show.html.haml
|