Robert Schilling
aef6123d32
Merge pull request #9189 from rockneverdies55/patch-1
...
Removed "unreleased" from v7.10 changelog
2015-04-25 18:39:16 +02:00
tonic
2e34b7aab5
fix redis 3.0.0
2015-04-25 21:46:10 +08:00
Zhang Sen
0cbafa4d65
Fix contributions calendar empty problem under mysql
...
When using MySQL as database backend in GitLab, ``date`` in ``date(created_at), count(id) as total_amount``
won't return the ``date`` column (should be ``date(created_at)``), as a result, there's no contribution in the user
profile page.
Adding an ``as date`` can solve this problem.
2015-04-25 20:13:52 +08:00
Douwe Maan
c2f11f3209
Get Gitorious importer to work again.
2015-04-24 23:30:12 +02:00
Douwe Maan
0cf76a0b70
Use Projects::CreateService to fork projects so that after-create hooks are run.
2015-04-24 22:58:27 +02:00
Douwe Maan
b17f36f040
Add reset_session for the :reset_session strategy.
2015-04-24 20:10:32 +02:00
rockneverdies55
75f72a2ff4
Removed "unreleased" from v7.10 changelog
...
Version 7.10 is already released so "unreleased" text next to it in the changelog file can be removed.
2015-04-24 13:17:51 -04:00
Douwe Maan
439b9f50af
Merge branch 'fix-slack-channel-in-admin-settings' into 'master'
...
Fix bug where Slack service channel was not saved in admin template settings
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future.
Closes https://github.com/gitlabhq/gitlabhq/issues/9181
Closes #1501
See merge request !574
2015-04-24 16:32:09 +00:00
Robert Speicher
ea9089647c
Merge branch 'rs-simplify-uploads-controller' into 'master'
...
Simplify the `skip_before_action` logic for UploadsController
See merge request !547
2015-04-24 16:26:32 +00:00
Dmitriy Zaporozhets
54d7962fb4
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-04-24 19:02:26 +03:00
Dmitriy Zaporozhets
34e14b1ca7
Merge branch 'mobile-ui-improvements' into 'master'
...
Improve mobile UI for dashboard and project pages
Some love for mobile UI 😃
## Before
- - -


## After
- - -


Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
See merge request !573
2015-04-24 16:01:10 +00:00
Stan Hu
2f04599751
Fix bug where Slack service channel was not saved in admin template settings.
...
Consolidate allowed parameters in one place to avoid these kinds of bugs in the future.
Closes https://github.com/gitlabhq/gitlabhq/issues/9181
2015-04-24 08:33:24 -07:00
Douwe Maan
571ba5a7fe
Protect OmniAuth request phase against CSRF.
2015-04-24 17:03:18 +02:00
Dmitriy Zaporozhets
f912650ded
Improve mobile UI for dashboard and project pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-04-24 17:39:53 +03:00
Douwe Maan
b8c4215969
Merge branch 'username-period-again' into 'master'
...
Don't allow username to end in period.
Fixes #2174 and #2249 .
cc @jacobvosmaer Please review and test with the GitLab.com dump.
See merge request !1786
2015-04-24 14:16:08 +00:00
Marin Jankovski
62117f2f25
Merge branch 'add_count_to_state_filters' into 'master'
...
Add issue and merge request count for state filters.
Related to issue #2170
Changes relate to project issues and merge request pages, dashboard and group pages remain the same.
See merge request !1747
2015-04-24 14:08:40 +00:00
Dmitriy Zaporozhets
2a3b724cf8
Merge branch 'canonical-source' into 'master'
...
Make source code on GitLab more prominent.
See merge request !1741
2015-04-24 13:32:12 +00:00
Douwe Maan
5f839770e7
Revert "Rename namespace_regex to namespace_path_regex."
...
This reverts commit c0116926c7 .
2015-04-24 15:16:38 +02:00
Douwe Maan
70f9893ed6
Explain namespace clearn regex.
2015-04-24 14:49:23 +02:00
Douwe Maan
456e3a7000
Update schema.
2015-04-24 14:49:23 +02:00
Douwe Maan
2fd47a0e95
Don't attempt to move if original path only contains periods.
2015-04-24 14:49:23 +02:00
Douwe Maan
4934bc0312
Change migration timestamp.
2015-04-24 14:49:23 +02:00
Douwe Maan
fac1f83fd5
Properly migrate users with usernames like "." or "..".
2015-04-24 14:49:23 +02:00
Douwe Maan
c0116926c7
Rename namespace_regex to namespace_path_regex.
2015-04-24 14:49:22 +02:00
Douwe Maan
164a29df86
Move changelog item tot 7.11.
2015-04-24 14:47:50 +02:00
Douwe Maan
1d2a5ee188
Revert "Revert disallowing usernames to end in period."
...
This reverts commit c75c6b840b .
2015-04-24 14:47:49 +02:00
Douwe Maan
6ae606d81f
Merge branch 'commit-project' into 'master'
...
Link cross-project cross-reference notes to correct project.
- Fixes #1431 : Don't crash when an MR from a fork has a cross-reference comment from the target project on of its commits.
- Include commit comments in MR from a forked project.
To accomplish this, the Commit model needs to know about its project. Adding this attribute also simplifies a bunch of other methods that deal with a note's target, that previously had to have special logic for when it belonged to a commit.
See merge request !554
2015-04-24 12:46:39 +00:00
Dmitriy Zaporozhets
9409f2a3b3
Merge pull request #9065 from rumpelsepp/issues
...
Tweak issue page a bit
2015-04-24 15:01:27 +03:00
Marin Jankovski
219cbf3927
Check if project before calling count on issuable.
2015-04-24 13:53:22 +02:00
Marin Jankovski
6977810360
Add issue and merge request count for state filters.
2015-04-24 13:53:21 +02:00
Douwe Maan
077a8ec270
Fix tests.
2015-04-24 12:31:57 +02:00
Douwe Maan
04020d5e20
Explain purpose and usage.
2015-04-24 12:31:16 +02:00
Douwe Maan
6f8ff08c65
Fix behavior for Enumerable-like ActiveRecord relations.
2015-04-24 12:31:16 +02:00
Douwe Maan
889832578a
Fix small issues.
2015-04-24 12:31:16 +02:00
Douwe Maan
0db79443ee
Satisfy Rubocop.
2015-04-24 12:30:37 +02:00
Douwe Maan
2456695422
Fix errors.
2015-04-24 12:30:37 +02:00
Douwe Maan
4dd2f88133
Update changelog.
2015-04-24 12:30:37 +02:00
Douwe Maan
4f2e4c7656
Select MR commit notes from source project.
2015-04-24 12:30:37 +02:00
Douwe Maan
e739eb036d
Move participants method to shared Participable concern.
2015-04-24 12:30:36 +02:00
Douwe Maan
0ff778c0f4
Link cross-project cross-reference notes to correct project.
2015-04-24 12:30:36 +02:00
Douwe Maan
27af24c1c9
No longer needed to pass project argument to commit methods.
2015-04-24 12:29:36 +02:00
Douwe Maan
8ed7ac9d44
Use project.commit convenience method.
2015-04-24 12:29:36 +02:00
Douwe Maan
84a1590252
Let commit model know about its project.
2015-04-24 12:29:36 +02:00
Dmitriy Zaporozhets
b0ed2ff1a6
Merge branch 'atom-feeds-everywhere' into 'master'
...
Add project activity atom feed and show atom feed buttons everywhere where applicable.
See merge request !555
2015-04-24 10:15:13 +00:00
Dmitriy Zaporozhets
160799ca9b
Merge branch 'rs-sam-to-dmitriy' into 'master'
...
Change "Sam" to "Dmitriy" in feature steps
"Sam" was too short and generic and caused invalid test failures due to finding other people with names like "Sammie" or "Samuel" unexpectedly.
See https://ci.gitlab.com/projects/1/builds/35205 and https://ci.gitlab.com/projects/1/builds/35093 as two recent examples.
See merge request !571
2015-04-24 09:47:58 +00:00
Dmitriy Zaporozhets
0e998876d8
Fix align of issue status box with close/edit buttons to the right
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-04-24 12:03:25 +03:00
Dmitriy Zaporozhets
c697d96043
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-04-24 11:40:01 +03:00
Guillaume Delbergue
5f2e8b6147
Add footnotes support to Markdown
...
Signed-off-by: Guillaume Delbergue <guillaume.delbergue@greensocs.com >
2015-04-24 10:00:31 +02:00
Stefan Tatschner
149d67f761
Try to fix tests for pull request #9065
...
This crappy test framework stuff fails randomly. So I can't reliably
run it on my local machine.
2015-04-24 09:36:52 +02:00
Stefan Tatschner
4beb295b89
Tweak merge requests
...
* Include creation time
* Include author without avatar
* Move assignee to the right
* Include comments counter by default, gray it out when there are 0
comments.
2015-04-24 09:36:50 +02:00