dosire
bd183bfba9
Prevent questions about the canonical source.
2014-04-17 13:45:06 +02:00
Dmitriy Zaporozhets
b14c475a4c
Merge branch 'rc1-updates' into 'master'
...
Rc1 updates
#1178
Please check it well 😃
If this gets merged, the annotated version tag 6.8.0.rc1 will point to https://dev.gitlab.org/gitlab/gitlabhq/commit/e6b668ab0169f981a5c4162cd8625daf02e6f5a8
/cc @sytse @jacobvosmaer @marin
2014-04-17 11:02:36 +00:00
Job van der Voort
f931195d34
bump versions in update guide
2014-04-17 10:47:35 +02:00
Job van der Voort
c2ad30638a
add 67-68 update guide
2014-04-17 10:15:50 +02:00
Job van der Voort
e6b668ab01
update VERSION to 6.8.0.rc1
v6.8.0.rc1
2014-04-17 09:42:33 +02:00
Job van der Voort
00b576e67d
update version in installation doc
2014-04-17 09:42:08 +02:00
George Dewar
5ef7fdbd54
Fix bug in which a line count without empty lines was incorrectly used
2014-04-17 14:42:05 +12:00
Ciro Santillli
07a9d44de7
Commit message textareas have 72 char mark line.
2014-04-16 21:55:36 +02:00
GitLab
7ee0a94e8b
Don't update the changelog since the feature landed in 6.8.
2014-04-16 21:14:40 +02:00
GitLab
cf43bf3620
Add db index for active user display.
2014-04-16 21:05:13 +02:00
Ricardo Melo and Ricardo Melo
7f13afdc0a
Fix typo in documentation
2014-04-16 19:08:59 +01:00
Dmitriy Zaporozhets
9b52affe31
Merge pull request #6789 from zzjin/patch-1
...
fix bundle install error
2014-04-16 10:03:13 +03:00
Dmitriy Zaporozhets
cd75572b38
Merge pull request #6784 from jvanbaarsen/remove-unused-sass-extends
...
Removed missing sass selectors
2014-04-16 09:16:50 +03:00
zzjin
fc7188cc06
fix bundle install error
...
fix issue of bundle install error after slack-notifier upgraded. upgrade to 0.3.2
2014-04-16 13:19:30 +08:00
Jeroen van Baarsen
891b67c800
Removed missing sass selectors
2014-04-15 20:50:16 +02:00
Cyril Rohr
b29171d9ec
Allow to specify secret token via environment variable.
2014-04-15 19:27:25 +01:00
Cyril Rohr
4691285989
Allow to overwrite location of gitlab.yml config file.
2014-04-15 19:23:55 +01:00
Dmitriy Zaporozhets
cad9572ee9
Merge pull request #6780 from cbordei/hotfix/issue-6615
...
Fixed multiple close issue #6615
2014-04-15 18:37:45 +03:00
skv-headless
d859d08094
Editing preview
2014-04-15 19:02:02 +04:00
Cristian Bordei
8e278cfe75
Fixed multiple close issue #6615
2014-04-15 16:55:07 +03:00
Jacob Vosmaer
8d78662e69
Give the Rails cache its own Redis namespace
...
Before this change, Rails cache data was stored in a global Redis
namespace. As a consequence, clearing the Rails cache (`rake
cache:clear`) would also delete all Sidekiq queue data and session
storage. This change puts all Rails cache data in a `cache:gitlab`
namespace, making `rake cache:clear` safe again.
2014-04-15 15:53:14 +02:00
Dmitriy Zaporozhets
cd6232187b
Merge branch 'restful-naming' into 'master'
...
Restful naming
The name endpoint is more common for RPC interfaces http://en.wikipedia.org/wiki/Web_Services_Description_Language#Objects_in_WSDL_1.1_.2F_WSDL_2.0 where the url is the same for different calls on the same endpoint. With restful interfaces the url changes.
2014-04-15 13:10:40 +00:00
dosire
b2b2989f7f
Endpoints are for RPC interfaces, we have resources.
2014-04-15 14:52:02 +02:00
Dmitriy Zaporozhets
fd61e3e901
Merge branch 'routing-for-groups' into 'master'
...
Routing for groups
Implements http://feedback.gitlab.com/forums/176466-general/suggestions/5723800-group-url-on-root-path-groups-name-instead-of-g
2014-04-15 10:36:52 +00:00
Dmitriy Zaporozhets
da4c13f11d
Merge branch 'active-users' into 'master'
...
Active users
Show the number of active users in the dashboard.
2014-04-15 10:36:41 +00:00
Dmitriy Zaporozhets
ca0691ca8e
Merge branch 'prevent-two-links-in-emails' into 'master'
...
Prevent-two-links-in-emails
Only one link per email to prevent clicking the wrong one.
2014-04-15 10:36:25 +00:00
Dmitriy Zaporozhets
f2040c2951
Merge branch 'master' into 'master'
...
Issue 155: Slack-notifier update to fix 500 errors
Slack-notifier 0.2.0 is broken for Rails 1.9.3
This update bumps the Gemfile/Gemfile.lock to use 0.3.2 version of the gem file to correct the issue.
slack-notifier changelog addressing the issue
https://github.com/stevenosloan/slack-notifier/blob/master/changelog.md
Issue 155 about the error
https://gitlab.com/gitlab-org/gitlab-ce/issues/155
2014-04-15 08:45:30 +00:00
GitLab
61ef72e5d1
Fixes to group route tests, thanks DZ
2014-04-15 10:40:37 +02:00
GitLab
b011486731
Add monthly active users to the admin dashboard.
2014-04-15 10:23:37 +02:00
Dmitriy Zaporozhets
0d3ba71bcb
Merge pull request #6774 from cirosantilli/issue-form-rename-fields
...
Rename issue form tags Subject -> Title and Details -> Description
2014-04-15 09:39:29 +03:00
Dmitriy Zaporozhets
9c7a9d92ff
Merge pull request #6773 from tsigo/rs-tag-page-sorting
...
Use VersionSorter on the Project > Tags page
2014-04-15 09:30:39 +03:00
Ciro Santilli
6b068dccbb
Include SASS in subdirectories with glob.
2014-04-14 23:49:16 +02:00
Ciro Santilli
d2b4948a1f
Rename issue form tags to match MR and params.
2014-04-14 23:36:12 +02:00
Dmitriy Zaporozhets
6be82c5e3b
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-04-14 22:11:47 +03:00
Dmitriy Zaporozhets
17befe2a2a
Merge pull request #6761 from jvanbaarsen/fixed-statemachine-warning
...
Make the db and statemachine default is the same
2014-04-14 21:33:18 +03:00
Dmitriy Zaporozhets
3c91c5810e
Merge pull request #6772 from dblessing/commit_counter
...
Show actual commit count on project dashboard
2014-04-14 21:32:47 +03:00
Drew Blessing
f34972358c
Show actual commit count on project dashboard
2014-04-14 12:01:18 -05:00
Robert Speicher
c803e78fd0
Use VersionSorter on the Project > Tags page
2014-04-14 12:40:27 -04:00
Jeroen van Baarsen
5554eb166b
Fixed some hound notices
2014-04-14 15:24:37 +02:00
Jeroen van Baarsen
802087c937
Changed default in the database for the statemachine
2014-04-14 15:22:57 +02:00
Dmitriy Zaporozhets
448e5c133a
Merge branch 'satellite_exists_in_automerge_check' into 'master'
...
Satellite exists in automerge check
2014-04-14 13:21:49 +00:00
Dmitriy Zaporozhets
2ed56ce9d4
Merge branch 'speed_up_wiki_pages' into 'master'
...
Speed up wiki pages page
2014-04-14 13:20:35 +00:00
Dmitriy Zaporozhets
1b60913e8d
Merge branch 'simple-pointers-in-readme' into 'master'
...
Simple pointers in readme
2014-04-14 13:19:29 +00:00
Dmitriy Zaporozhets
92b5e6b3bf
Merge branch 'link-to-oauth-doc' into 'master'
...
Link to oauth doc
Possible after https://github.com/gitlabhq/gitlabhq/pull/6741/files
2014-04-14 13:19:00 +00:00
Sytse Sijbrandij
09d4113a31
Merge branch '100k' into 'master'
...
100k
2014-04-14 11:56:43 +00:00
dosire
c5bbb15d0c
100k organizations use GitLab.
2014-04-14 13:50:31 +02:00
Sytse Sijbrandij
ec5bfec24e
Merge branch 'postgres_installation' into 'master'
...
No need to edit database.yml for standard Postgres
2014-04-14 09:55:59 +00:00
Dmitriy Zaporozhets
884390de20
Merge pull request #6711 from marciotoze/patch-1
...
Update installation.md
2014-04-14 12:38:42 +03:00
Dmitriy Zaporozhets
363a8ca02f
Merge pull request #6706 from jvanbaarsen/add-dump-rdb-to-ignore
...
Added the dump.rdb file to gitignore
2014-04-14 12:38:17 +03:00
Sytse Sijbrandij
f2b2f2c2dc
Merge branch 'add_patch_release_doc' into 'master'
...
Add patch release documentation for developers
2014-04-14 07:16:38 +00:00