Douwe Maan
18b17072c6
Add regression test.
2016-01-06 13:33:47 +01:00
Douwe Maan
37ce5f312e
Fix mentionable reference extraction caching.
2016-01-06 13:33:11 +01:00
Douwe Maan
cf19efec3a
Revert "Temporarily disable Markdown caching"
...
This reverts commit d337d5e713 .
2016-01-06 13:26:02 +01:00
Douwe Maan
b9ed3961b5
Revert "Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue."
...
This reverts commit 4b027bc93a .
2016-01-06 13:25:13 +01:00
Douwe Maan
95b1adb339
Merge branch 'fix-notification-spec' into 'master'
...
Fix notification spec
Master was broken :(
See merge request !2306
2016-01-06 12:05:27 +00:00
Dmitriy Zaporozhets
f6b61d1948
Merge branch 'rs-fix-abuse-report-url' into 'master'
...
Fix the abuse report detail URL in the HTML email template
Previous URL resulted in a 404.
See merge request !2310
2016-01-06 09:56:12 +00:00
Dmitriy Zaporozhets
797c2326c3
Merge branch 'feature/detailed-user-endpoint' of https://gitlab.com/Michi302/gitlab-ce
2016-01-06 10:51:17 +01:00
Stan Hu
dec42e4201
Merge pull request #9912 from pmq20/psvr/dec15
...
Ignore config/sidekiq.yml
2016-01-05 15:59:47 -08:00
Robert Speicher
52e41dcac4
Fix the abuse report detail URL in the HTML email template
2016-01-05 18:02:12 -05:00
Robert Speicher
d453b24aca
Merge branch 'validate-readme-format' into 'master'
...
Validate README format
Take the first previewable README file as project's README, otherwise if
none file is available, or we can't preview any of them, we assume that
project doesn't have a README file.
Fixes #3978
2016-01-05 17:03:24 -05:00
Robert Speicher
67a927ff8b
Merge branch 'rs-version-check-svg' into 'master'
...
Update version check images to use SVG
See merge request !2244
2016-01-05 20:27:40 +00:00
Robert Speicher
045e8cc38c
Update version check images to use SVG
2016-01-05 14:35:29 -05:00
Michi302
8393e3e04b
Add missing changelog entry
2016-01-05 19:05:41 +01:00
Douwe Maan
b541446389
Fix notification spec
2016-01-05 18:17:55 +01:00
Douwe Maan
8de1f7159c
Merge branch 'mikew1/gitlab-ce-better-asana-refs' into 'master'
...
Better support for referencing and closing issues in asana_service.rb (by @mikew1)
See merge request !2302
2016-01-05 16:10:16 +00:00
Douwe Maan
07c39c9976
Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master'
...
Add graphs of commits ahead/behind default branch (by @brunsa2)
Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716
See merge request !2301
2016-01-05 15:44:22 +00:00
Douwe Maan
0bab4788ef
Satisfy Rubocop
2016-01-05 16:31:05 +01:00
Douwe Maan
7c3c901ada
Merge branch 'joshfng/gitlab-ce-fix-3802' into 'master'
...
Show 'New Merge Request' buttons on canonical repo. (by @joshfng)
Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners.
See merge request !2300
2016-01-05 15:12:35 +00:00
Douwe Maan
9b1270280a
Merge branch 'rs-abuse-reports-refactor' into 'master'
...
Abuse Report refactors
- Redirect back to user profile after report
- "Tell, Don't Ask" for sending report notifications
See merge request !2293
2016-01-05 14:11:15 +00:00
Douwe Maan
2479af4d5a
Merge branch 'pr-9938' into 'master'
...
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification
Hotfix note mail with notification
See merge request !2288
2016-01-05 14:00:13 +00:00
Douwe Maan
a7c424515c
Merge branch 'rs-relative-links-to-root' into 'master'
...
Support a single directory traversal in RelativeLinkFilter
Prior, if we were viewing a blob at
`https://example.com/namespace/project/blob/master/doc/some-file.md ` and
it contained a relative link such as `[README](../README.md)`, the
resulting link when viewing the blob would be:
`https://example.com/namespace/project/blob/README.md ` which omits the
`master` ref, resulting in a 404.
Fixes https://gitlab.com/gitlab-org/release-tools/issues/3
See merge request !2247
2016-01-05 13:32:25 +00:00
Douglas Barbosa Alexandre
8e33ec1dee
[ci skip] Update CHANGELOG
2016-01-05 11:30:30 -02:00
Douglas Barbosa Alexandre
6ce01ca3ec
Validate README format before displaying
...
Take the first previewable README file as project’s README, otherwise
if none file is available, or we can’t preview any of them, we assume
that project doesn’t have a README file.
2016-01-05 11:06:18 -02:00
Hannes Rosenögger
2459d51633
Merge branch 'ssh-doc-fixes' into 'master'
...
Help "SSH" fixes
A user was confused why ssh login did not work because he had used a nonstandard name during the key generation step. Maybe this will make it clearer.
See merge request !2296
2016-01-05 12:28:11 +00:00
Felix Eckhofer
766a59630f
Fix grammar
2016-01-05 13:06:23 +01:00
Felix Eckhofer
ca8639a466
Clarify the key generation step
...
Users must not change the default filename or they will have to create a
suitable .ssh/config which is out-of-scope here.
2016-01-05 13:06:08 +01:00
Felix Eckhofer
d17945bb4e
Remove misleading ssh-dsa
...
The keytype field is actually `ssh-dss` for DSA keys and they will not
be stored as `id_rsa.pub`.
Note that newer version of ssh actually also support
`ecdsa-sha2-nistp256` and others so it is also misleading to assume the
field always starts with `ssh-`.
2016-01-05 13:04:49 +01:00
Dmitriy Zaporozhets
a31d2f2a71
Merge branch 'new-markdown' into 'master'
...
markdown fixes
old

new

See merge request !2295
2016-01-05 11:48:29 +00:00
Andriy Dyadyura
00e8532d89
markdown fixes
2016-01-05 10:51:59 +01:00
Andriy Dyadyura
f7ba38c073
markdown fixes
2016-01-05 10:45:18 +01:00
Dmitriy Zaporozhets
aa3c7219e3
Merge branch 'fix-api-lookup-with-usernames-with-dots' of https://gitlab.com/stanhu/gitlab-ce
2016-01-05 10:43:29 +01:00
Dmitriy Zaporozhets
7f2127ee4c
Merge remote-tracking branch 'origin/crosslink-env-docs'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2016-01-05 10:36:35 +01:00
Dmitriy Zaporozhets
e6713cd945
Merge branch 'improved-leave-project' into 'master'
...
Adds settings menu to the top for editting and leaving projects
@creamzy @skyruler @dzaporozhets
Menu contents depends on user's rights.
Fixes #4221




See merge request !2195
2016-01-05 09:34:13 +00:00
Dmitriy Zaporozhets
9914893954
Merge branch 'metrics-tuning' into 'master'
...
Tuning of metrics data to store
This removes data we don't really need, as well as making sure we don't overload any cache stores or databases.
See merge request !2265
2016-01-05 09:32:19 +00:00
Dmitriy Zaporozhets
525f8fb4fb
Merge branch 'rs-logo-animation' into 'master'
...
Use the logo as a loading indicator

See merge request !2277
2016-01-05 09:30:09 +00:00
Dmitriy Zaporozhets
b779111dfd
Merge branch 'dedupe-notifications-watcher-and-subscriber' into 'master'
...
Don't notify users twice if they are both project watchers and subscribers
Closes #4708
See merge request !2290
2016-01-05 09:29:06 +00:00
Dmitriy Zaporozhets
53d6bca806
Merge branch 'rs-remove-jquery-blockui' into 'master'
...
Remove jquery.blockUI.js plugin
It was only used to block the issue (but not merge request) list when
the sort was changed.
See merge request !2287
2016-01-05 09:28:31 +00:00
Dmitriy Zaporozhets
b079e1657a
Merge branch 'rs-abuse-reports' into 'master'
...
Redesign the AbuseReports index
- User profile links go to the admin area
- Shows when the reported user joined
- Show relative timestamp for when the report was created
- Parse message with restricted Markdown pipeline to autolink URLs
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/4667
See merge request !2292
2016-01-05 09:27:18 +00:00
Robert Speicher
46a220ae3c
Add AbuseReport#notify
...
Tell, Don't Ask.
2016-01-04 18:59:42 -05:00
Robert Speicher
01248d2051
Make AbuseReportMailer responsible for knowing if it should deliver
2016-01-04 18:59:25 -05:00
Robert Speicher
0e60282e36
Redirect back to user profile page after abuse report
...
Now the reporter will see the fruits of their labor, namely, the red
icon!
2016-01-04 18:46:43 -05:00
Robert Speicher
b807a23b4b
Redesign the AbuseReports index
...
- Shows when the reported user joined
- Show relative timestamp for when the report was created
- Parse message with restricted Markdown pipeline to autolink URLs
2016-01-04 18:36:38 -05:00
Stan Hu
93096247d8
Don't notify users twice if they are both project watchers and subscribers
...
Closes #4708
2016-01-04 15:01:52 -08:00
Robert Speicher
567d87d90f
Restructure logo JS to use setInterval
2016-01-04 15:32:05 -05:00
Robert Speicher
9f46ca4443
Decrease the logo sweep delay
2016-01-04 14:57:11 -05:00
Robert Speicher
7df3c1e8ea
Correct the logo ID names
...
Her left, not ours!
2016-01-04 14:54:56 -05:00
Robert Speicher
6f4ea679d9
Merge branch 'show-all-builds-by-default' into 'master'
...
Show all builds by default in the builds page
Fixes #4240
See merge request !2243
2016-01-04 18:42:37 +00:00
Robert Speicher
10a9751ace
Update CHANGELOG
...
[ci skip]
2016-01-04 13:41:43 -05:00
Douwe Maan and Robert Speicher
12ce1cbfcf
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification
...
Hotfix note mail with notification
2016-01-04 13:33:58 -05:00
Robert Speicher
ce4c38b35c
Merge branch 'debug-banzai-cache' into 'master'
...
Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue.
See https://gitlab.com/gitlab-org/gitlab-ce/issues/4130#note_3012511
See merge request !2283
2016-01-04 18:20:58 +00:00