Valeriy Sizov
e73a4eeafb
Merge pull request #8066 from bbodenmiller/patch-18
...
[7.4 rc fix] [doc] stop gitlab before mysql optimizations, run checks
2014-10-21 13:01:54 +03:00
Valeriy Sizov
62929caf29
Merge pull request #8067 from bbodenmiller/patch-19
...
[7.4 rc fix] [doc] actually give command necessary to update unicorn
2014-10-21 13:01:04 +03:00
Valeriy Sizov
bc56de15b5
Merge pull request #8070 from bbodenmiller/patch-22
...
[7.4 rc fix] [doc] stop gitlab before backup
2014-10-21 12:47:54 +03:00
Valeriy Sizov
2dd94657dc
Merge pull request #8071 from bbodenmiller/patch-7
...
[7.4 rc fix] [doc] add missing configure Redis to use sockets
2014-10-21 12:44:42 +03:00
Ben Bodenmiller
4880b91ff1
add optimizations for mysql to 6.x->7.4 guide
...
Add mysql optimizations from 7.3-to-7.4.md.
2014-10-18 02:13:15 -07:00
Ben Bodenmiller
0ff6105589
add missing configure Redis to use sockets
...
Add details from 7.2-to-7.3.md. Replaces https://github.com/gitlabhq/gitlabhq/pull/8047 .
2014-10-18 02:08:01 -07:00
Ben Bodenmiller
3e6b284bd0
stop gitlab before backup
2014-10-18 01:51:35 -07:00
Ben Bodenmiller
9a92e53f62
stop gitlab before backup
...
Stopping gitlab before backup ensures that backup has everything before upgrade incase something goes wrong. Also remove extra cd.
2014-10-18 01:49:59 -07:00
Ben Bodenmiller
76e2ae8148
actually give command necessary to update unicorn
...
Give command to update unicorn.rb rather than just say you need to do it.
2014-10-18 01:39:01 -07:00
Ben Bodenmiller
35b1a036d7
stop gitlab before mysql optimizations, run checks
...
Update MySQL optimizations to reflect doing updates after GitLab has already been started back up.
2014-10-18 01:33:51 -07:00
Valery Sizov
4da88dbb2d
documents updated
2014-10-17 13:47:20 +03:00
Achilleas Pipinellis
c2bcdeb950
Make semaphore configuration an ordered list.
2014-10-15 20:52:39 +03:00
Achilleas Pipinellis
b57ec54fae
Point to correct project on githost.io.
2014-10-15 20:25:47 +03:00
Sytse Sijbrandij
e8e022daec
Refer to the Omnibus installation from eveerywhere since people link to installation.md directly.
2014-10-15 16:29:05 +02:00
Dmitriy Zaporozhets
3f1c95c638
Merge branch 'no_red_builds_policy' into 'master'
...
No red builds policy
Related to gitlab/organization#63
See merge request !1182
2014-10-15 13:09:23 +00:00
Dmitriy Zaporozhets
8200992991
Merge branch 'migrating_from_svn_doc'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
doc/workflow/README.md
2014-10-15 15:29:45 +03:00
Dmitriy Zaporozhets
b8b0c3276a
Merge branch 'notifications_documentation' into 'master'
...
Notifications documentation
Fixes #1583
See merge request !1177
2014-10-15 11:53:28 +00:00
Marin Jankovski
76cde5c0e5
Add links to the migration doc, make it clear import is only for git repos.
2014-10-15 13:13:42 +02:00
Marin Jankovski
2803d9e025
Git is a distributed vcs.
2014-10-15 13:08:55 +02:00
Marin Jankovski
adb64dc2ee
Clearer what to contribute.
2014-10-15 13:08:55 +02:00
Marin Jankovski
fb05fa859e
Add a doc on how to migrate from SVN to gitlab.
2014-10-15 13:08:55 +02:00
Marin Jankovski
57b38f6f1c
Describe who can trigger builds and where, add no red tests policy to contributing doc.
2014-10-15 12:48:37 +02:00
Robert Schilling
b31535494e
Merge pull request #7744 from bbodenmiller/patch-14
...
add missing cleanup step
2014-10-15 10:22:37 +02:00
Ben Bodenmiller
cec3b6c355
add missing cleanup step
2014-10-14 23:53:01 -07:00
Ben Bodenmiller
0901345d1b
make sure tables are UTF8 capable
...
As discussed at https://github.com/gitlabhq/gitlabhq/pull/7742#issuecomment-58897445 make sure that tables have correct char set.
2014-10-14 15:45:44 -07:00
Marin Jankovski
8e7da6455b
Fix spelling mistakes in notifications document.
2014-10-14 16:12:22 +02:00
Marin Jankovski
30b803fa3f
Add notifications documentation.
2014-10-14 16:01:45 +02:00
Dmitriy Zaporozhets
4bebdc0946
Merge branch 'libravatar_documentation' into 'master'
...
Libravatar documentation
Fixes #1248
See merge request !1173
2014-10-14 13:27:56 +00:00
Sytse Sijbrandij
5d59890b9d
Another link to GitHub flow.
2014-10-14 13:21:42 +02:00
Marin Jankovski
9abe5d36d7
Add libravatar documentation.
2014-10-14 11:23:33 +02:00
Ben Bodenmiller
b0e92ca9ae
minor updates to mysql cleanup
...
* take -> make
* correct incorrect details about when pool size was changed
2014-10-13 00:52:08 -07:00
Robert Schilling
fe14384e27
Merge pull request #8021 from bbodenmiller/schema.rb
...
simplify schema.rb reset in upgrade guides
2014-10-13 08:22:19 +02:00
Sytse Sijbrandij
f7b19023b1
Merge pull request #7742 from bbodenmiller/patch-7
...
Cleanup MySQL database
2014-10-13 08:19:48 +02:00
Ben Bodenmiller
2b3090d91b
simplify schema.rb reset in upgrade guides
2014-10-12 14:39:41 -07:00
Ben Bodenmiller
d94be1ddbf
Cleanup MySQL database
...
Addresses changes made to installation guide and config files but never
applied in update process. Relevant changes to installation guide and
config files were made in
gitlabhq@cbb5b00,
gitlabhq@498a4e6,
gitlabhq@c33d5e1,
gitlabhq@485162e#diff-e1059d0fa0437ffad94facff86210603,
gitlabhq@72e2fe2#diff-d1b4ff7de834bae6008dd49550413a6f,
gitlabhq@5163a8f#diff-e1059d0fa0437ffad94facff86210603,
gitlabhq@993af5d#diff-e1059d0fa0437ffad94facff86210603,
&
gitlabhq@d3f5a0c.
2014-10-12 14:29:42 -07:00
Sytse Sijbrandij
3fff9aa34f
Merge pull request #7981 from cirosantilli/www-to-about
...
Replace www.gitlab.com with about.gitlab.com
2014-10-08 09:46:51 +02:00
Job van der Voort
3386a82d5e
add references to gitlab flow article
2014-10-07 15:50:23 +02:00
Ciro Santilli
7dcbf35019
Replace www.gitlab.com with about.gitlab.com
2014-10-07 13:16:19 +02:00
Robert Schilling
d790b2cbb8
Merge pull request #7975 from bbodenmiller/patch-4
...
webbrowsers -> web browsers
2014-10-06 19:31:15 +02:00
Ben Bodenmiller
014eeb2e0b
webbrowsers -> web browsers
2014-10-06 09:27:38 -07:00
Ben Bodenmiller
897d69d6d5
number formatting fix
2014-10-06 09:26:40 -07:00
Vinnie Okada
3a3b2eb33e
Update docs for task lists
2014-10-05 22:15:36 -05:00
Vinnie Okada
1b1ba6b0a5
Implement cross-project Markdown references
...
Enable linking to commits, merge requests, and issues in other projects
by prepending a namespaced project path to the reference.
2014-10-03 12:30:20 -05:00
Dmitriy Zaporozhets
ac6f032122
Merge pull request #7779 from Bugagazavr/hook_tag_push_events
...
Add tag push events to project hook api
2014-10-03 13:38:56 +03:00
Dmitriy Zaporozhets
03b44916ba
Merge pull request #7754 from Bugagazavr/hooks
...
More information in merge request hook
2014-10-03 13:37:19 +03:00
Kirill Zaitsev
b4963e9dda
Add tag_push_events to project hook api
2014-10-03 10:23:32 +04:00
Jacob Vosmaer
97c5d38097
Add a counterexample to 'do it in Ruby'
2014-10-02 18:27:18 +02:00
Jacob Vosmaer
798977c87b
Merge branch 'missing_update_links' into 'master'
...
Missing omnibus update links in help/update
I took the liberty and refactored it a little. Open issue https://gitlab.com/gitlab-org/omnibus-gitlab/issues/269
Here is a screen

See merge request !202
2014-10-02 12:24:23 +00:00
Achilleas Pipinellis
1489b8d50e
Update the help/update docs to include omnibus as well.
2014-10-02 13:39:26 +03:00
Martijn
a68a3f65af
Edit GitHub Flow url
2014-10-02 11:20:54 +02:00