| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes #2291
|
| |/
|/|
| |
| |
| |
| | |
default dashboard
Closes #2662
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Hook api updates
See merge request !1429
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
Get CI token from ci projects
This fixes problem when GitLabCiService had different token than stored
in Ci::Project.
See merge request !1425
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
|/
|
|
|
|
|
| |
With CI status integrated at GitLab projects page there is no reason to keep it
anymore.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Fix Slack notification URL and remove the usage of Ci::RoutesHelper
Fix for #2644
/cc @dzaporozhets @rspeicher
See merge request !1391
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move CI charts to project graphs area
Part of #2594
Should be merged after !1405
Same page but moved to another place

See merge request !1407
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Help page improvements
- Only signed-in users can see version information
- Add "Community Edition" text so the header is
less barren when version information is hidden
- Minor copy edits
- Make all "Quick help" link text the entire body
of the link. Prior, it wasn't obvious which part
of each item was an actual link.
Closes #2721
See merge request !1415
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We want users to know what features they have available (and to pressure
their admins to upgrade).
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove git refs used internally by GitLab from network graph
GitLab 8.0 removed satellites and started using git refs that began with `refs/merge-requests/XXX` and `refs/tmp/XXX`, which showed up in an ugly way in the network graph:

Closes #2702
See merge request !1410
|
| | |_|/
| |/| |
| | | |
| | | | |
Closes #2702
|
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Cleanup ci dashboard
Part of #2594. Based on !1403
* remove rendering GitLab projects with not enabled CI on CI dashboard
* remove enabling CI for projects from CI dashboard (now its done by simply pushing `.gitlab-ci.yml`)
* simplify the projects query for CI dashboard
See merge request !1405
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Fix LDAP attribute mapping
See merge request !1408
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix cases where Markdown did not render links in activity feed
HTML would be stripped in `truncate_if_block` when a comment had multiple lines
and the first wasn't long enough to be truncated. The use of `node.content` would
strip all HTML tags. Using `node.inner_html` retains these tags and puts the
"..." in between paragraph tags.
Closes #2586
See merge request !1401
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
HTML would be stripped in `truncate_if_block` when a comment had multiple lines
and the first wasn't long enough to be truncated. The use of `node.content` would
strip all HTML tags. Using `node.inner_html` retains these tags and puts the
"..." in between paragraph tags.
Closes #2586
|
| |/
|/|
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| | |
Fix user identities API
Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't.
@DouweM or @stanhu could you please take a look at my code, and see if its sound?
/cc @JobV
See merge request !1398
|
| |
| |
| |
| | |
documentation said it was possible, but actually wasn't.
|
|\ \
| | |
| | |
| | |
| | | |
Ensure raise_error expectations provide arguments
See merge request !1381
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix Error 500 when comparing non-existing branches
Closes #2593
See merge request !1355
|
| | | |
| | | |
| | | |
| | | | |
Closes #2593
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
Allow relative links to go up one directory level
See merge request !1352
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Rename reply_by_email to incoming_email to prepare for the future.
Closes #2579.
See merge request !1367
|
| |\ \ \ |
|
| | | | | |
|
| |/ / /
|/| | |
| | | |
| | | | |
Reported by https://github.com/gitlabhq/gitlabhq/issues/9643
|