Valery Sizov
ef944e83ec
Git hook messages: wiki access fix
2014-11-24 16:21:35 +02:00
Jacob Vosmaer
a0a3eba197
Explicitly mention patch releases
2014-11-24 14:59:54 +01:00
Sytse Sijbrandij
282ca063e5
Definition of done added to the docs.
2014-11-24 13:38:02 +01:00
Sytse Sijbrandij
0d5c8500b8
Formatting and sequence of contrubution paragraphs.
2014-11-24 13:27:00 +01:00
Sytse Sijbrandij
335320a2e1
Formatting and sequence of contrubution paragraphs.
2014-11-24 13:26:41 +01:00
Valery Sizov
f34d5d8a1d
Bump gitlab-shell
2014-11-24 12:06:42 +00:00
Jacob Vosmaer
4e3bf439cb
Establish ownership of security releases
2014-11-24 12:14:19 +01:00
Jacob Vosmaer
e0c870c045
The release manager handles all releases
2014-11-24 12:14:07 +01:00
Sytse Sijbrandij
f4038138fb
More explicit wording of the documentation.
2014-11-24 11:30:07 +01:00
Valery Sizov
5f7574cf05
Merge branch 'backup-cron-mode' into 'master'
...
Backup cron mode
If you have your server configured to receive emails containing the output of
cron jobs it is annoying to get long spammy emails from the backup script. This
change adds a 'cron mode' that makes the backup script silent unless something
goes wrong during the backup.
See merge request !1268
2014-11-24 09:33:39 +00:00
Robert Schilling
5f65310fcd
Merge pull request #8319 from bbodenmiller/patch-12
...
start gitlab after mysql tweaks
2014-11-23 18:37:09 +01:00
Ben Bodenmiller
8e6ff86d38
add editor command to update database.yml; cleanup
2014-11-23 02:32:23 -08:00
Ben Bodenmiller
44e53aefd4
start gitlab after mysql tweaks
2014-11-23 02:28:34 -08:00
Ben Bodenmiller
762d8d3271
add details on backing up your SSH host keys
...
Users need to backup SSH host keys if they want to do a complete restore
to the same domain and not have users get the `WARNING: REMOTE HOST
IDENTIFICATION HAS CHANGED!` message.
2014-11-23 02:14:29 -08:00
Ben Bodenmiller
80db117a33
add preliminary 7.6 upgrade guide
...
Add preliminary 7.6 upgrade guide. Makes it easier to add upgrades as changes are made rather than trying to round up everything at RC1.
Initial additions:
* Nginx changes needed again in 7.6 as they did not make the final 7.5 upgrade guide
* Suggest that user sets time zone (added in https://github.com/gitlabhq/gitlabhq/pull/8015 but missed in final 7.5 upgrade guide)
Replaces https://github.com/gitlabhq/gitlabhq/pull/8124
2014-11-23 01:45:44 -08:00
Ben Bodenmiller
e69db3ba5b
update order of upgrade guide
...
GitLab needs to be stopped when backup is took.
2014-11-23 01:11:06 -08:00
Ben Bodenmiller
7cfaf890cb
remove extra upgrade details, add missing config
...
Update 7.5 update guide:
* Remove unnecessary upgrade details (they were completed in 7.4 upgrade and only needed one time)
* Add missing Nginx config details
2014-11-23 01:08:29 -08:00
Valery Sizov
a7ddcab7aa
Merge branch 'members_table_timestamps' into 'master'
...
Add missing timestamps to the 'members' table
In 20140914145549_migrate_to_new_members_model.rb we forgot to set the
created_at and updated_at times for new records in the 'members' table. This
became a problem after commit c8e78d972a which
was added in GitLab 7.5. With this migration we ensure that all rows in
'members' have at least some created_at and updated_at timestamp.
See merge request !1272
2014-11-21 15:15:21 +00:00
Jacob Vosmaer
4053c055be
Add missing timestamps to the 'members' table
2014-11-21 15:02:23 +01:00
Marin Jankovski
e4af2b3db5
Merge branch 'milestones_labels' into 'master'
...
Possibility to create Milestones or Labels when Issues are disabled
https://dev.gitlab.org/gitlab/gitlabhq/issues/1682
See merge request !1270
2014-11-21 11:11:52 +00:00
Jacob Vosmaer
f68003560d
The blog post will trigger a mail to the list
2014-11-21 09:59:46 +01:00
Stefan Tatschner
cdf5586826
Fixed an alignment issue, fixes #778
2014-11-20 23:05:46 +01:00
Valery Sizov
e683d9c087
Possibility to create Milestones or Labels when Issues are disabled
2014-11-20 18:18:16 +02:00
Ben Bodenmiller
4a39b6d9f7
add missing password prompt to mysqldump
2014-11-20 08:15:58 -08:00
Jacob Vosmaer
1b34a24ffd
Merge branch 'shell220' into 'master'
...
Add GitLab shell update to update guide
See merge request !1269
2014-11-20 15:31:10 +00:00
Job van der Voort
2e0bbe68cb
you have to update gitlab shell for gitlab 7.5
2014-11-20 15:58:03 +01:00
Jacob Vosmaer
458f8c1f80
Explain why we create a StringIO
2014-11-20 15:54:39 +01:00
Jacob Vosmaer
7c54c63ac1
Add CRON=1 backup setting for quiet backups
2014-11-20 15:46:04 +01:00
Jacob Vosmaer
b036300f0a
Merge branch 'rebuild-keys' into 'master'
...
Rebuild keys
This was clearly lacking for the documenation.
See merge request !1267
2014-11-20 12:23:25 +00:00
Job van der Voort
a72a919ae5
add correct path to rebuild-keys doc
2014-11-20 12:22:46 +01:00
Job van der Voort
c4fc734e78
add rebuilding of authorized_keys to docs
2014-11-20 12:18:28 +01:00
Daniel Aquino and Doug Goldstein
1353f9aa64
HipChat service: support custom servers
...
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.
2014-11-19 21:27:24 -06:00
Doug Goldstein
2f3df4cb56
HipChat service: correct service name & use v2 API
...
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.
2014-11-19 21:26:58 -06:00
Dmitriy Zaporozhets
20cd7a50be
Merge branch 'improve-mobile-ui' into 'master'
...
Improve mobile UI. pt1
Related to #1493
* [x] App Header
* [x] Dashboard
* [x] Project home page
See merge request !1266
2014-11-19 17:11:06 +00:00
Dmitriy Zaporozhets
580cedd76c
Fix header and project home ui for mobile
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-19 18:11:16 +02:00
Dmitriy Zaporozhets
e65866d4ff
Improve dashboard page for mobile
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-19 17:45:41 +02:00
Dmitriy Zaporozhets
a726042773
Merge branch 'increase-font-size' into 'master'
...
Increase font size
Increase markdown typography font size to 15px.
Affected:
* wiki
* issue/mr description
* md files
* comments
Fixes #1662
See merge request !1265
2014-11-19 14:40:13 +00:00
Dmitriy Zaporozhets
b34f1be47f
Increase md typography font size
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-19 15:48:28 +02:00
Valery Sizov
291571ec29
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-11-19 11:18:53 +02:00
Valery Sizov
23ef178357
bump gitlab_shell
2014-11-19 11:11:27 +02:00
Robert Schilling
fb3009de63
Merge pull request #8345 from dserodio/doc-improvement
...
Small improvement to /api/user/keys docs
2014-11-18 19:30:33 +01:00
Dmitriy Zaporozhets
0dcc9f39be
Merge branch 'hide-gpg-signature' into 'master'
...
Hide gpg signature
Fixes #1743
See merge request !1263
2014-11-18 17:24:23 +00:00
Dmitriy Zaporozhets
fe46a5c084
Start 7.6.0
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-18 18:44:12 +02:00
Dmitriy Zaporozhets
4c5cc19844
Merge branch 'bump-gitlab_git' into 'master'
...
Bump gitlab git
See merge request !1261
2014-11-18 16:35:32 +00:00
Dmitriy Zaporozhets
f9aead9f6e
Hide gpg signature on tags page from tag message
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-18 18:00:38 +02:00
Dmitriy Zaporozhets
7fb3b908ed
Bump gitlab_git with new rugged
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-18 17:51:39 +02:00
Dmitriy Zaporozhets
435128171d
Merge branch 'fix_tests' into 'master'
...
Fix tests
See merge request !1262
2014-11-18 15:50:41 +00:00
Dmitriy Zaporozhets
8e7fa0c2a1
Use new gitlab-shell v2.3.0
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-18 17:15:51 +02:00
Dmitriy Zaporozhets
f7bf892cca
Revert "gitlab shell works if multiple rubies installed"
...
This reverts commit 533f4cdf30 .
2014-11-18 17:14:36 +02:00
Dmitriy Zaporozhets
cfee95d032
Merge pull request #8340 from cirosantilli/multi-ruby-install-v2
...
Web edit and HTTPS push work if multiple Rubies installed v2
2014-11-18 15:00:56 +02:00