Job van der Voort
ad12c1264d
Merge branch 'add-ie-compat-notice' into 'master'
...
Added info about common UI problems if IE Compatibility View mode is enabled.
/cc @sytses @Haydn
See merge request !939
2015-07-08 09:32:23 +00:00
Jacob Vosmaer
0c4d923cad
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2015-07-08 11:20:14 +02:00
Jacob Vosmaer
deb487ec1f
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-07-08 11:06:17 +02:00
Robert Schilling
854679cb80
Merge branch 'fix-irker-capitalization' into 'master'
...
Change "Irc Uri" -> "IRC URI"
See merge request !937
2015-07-08 06:52:28 +00:00
Job van der Voort
8b1065019a
Merge branch 'create-group' into 'master'
...
New doc about creating groups
I added a new document about creating groups in GitLab.
I also fixed comment in previous MR https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1885
See merge request !1886
2015-07-07 20:14:07 +00:00
karen Carias
cddbbc819c
fixed text
2015-07-07 12:49:58 -07:00
Sytse Sijbrandij
75e33e23d1
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
...
Conflicts:
doc/install/requirements.md
2015-07-07 18:23:11 +02:00
Sytse Sijbrandij
540656f9ec
Specify that swap will be slow.
2015-07-07 18:20:43 +02:00
Patricio Cano
ddb1836f93
Added info about common UI problems if IE Compatibility View mode is enabled.
2015-07-07 11:08:29 -05:00
karen Carias
943217a122
fixed typo
2015-07-07 07:09:37 -07:00
karen Carias
afe5069551
fixed image
2015-07-07 07:06:02 -07:00
karen Carias
bf0b3fcb89
fixed document with improved instructions
2015-07-07 06:58:42 -07:00
Stan Hu
954eedf368
Change "Irc Uri" -> "IRC URI"
2015-07-07 05:48:32 -07:00
stanhu
5f4ec60024
Merge pull request #9435 from bbodenmiller/patch-1
...
use relative link to SSH setup page
2015-07-07 05:44:06 -07:00
Sytse Sijbrandij
d8c9d94817
Add link to multiple app servers.
2015-07-07 12:00:48 +00:00
Kamil Trzciński
474d798c42
Merge branch 'compress-db' into 'master'
...
Compress database backup
Restore handles both cases: uncompressed and compressed backup. As an improvement `IO.popen` can be used.
/cc @jacobvosmaer
See merge request !873
2015-07-07 10:58:27 +00:00
Dmitriy Zaporozhets
f76092c06d
Merge branch 'settings-via-api' into 'master'
...
API to set application settings for admin
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
See merge request !934
2015-07-07 10:57:41 +00:00
Ben Bodenmiller
f876ef6e4d
use relative link to SSH setup page
2015-07-06 23:15:03 -07:00
Kamil Trzcinski
69c659ebd3
Compress database backup
2015-07-06 17:14:17 +02:00
Dmitriy Zaporozhets
b28714b6a9
Add docs and empty specs for applicaiton settings API
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-07-06 15:53:08 +02:00
Dmitriy Zaporozhets
1165d3dce1
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-07-06 12:11:54 +02:00
Dmitriy Zaporozhets
5f52d6a038
Merge branch 'add-irker-options' into 'master'
...
Add Irker service configuration options
### What does this MR do?
This MR makes a number of hard-coded Irker parameters configurable in the service settings: Irker server host, port, and default IRC URI. It also removes the "max recipient" limit since the recipient list is configurable only by the project owner, and it makes no sense to update the limit when it is implied in the recipient list already.
### Why was this MR needed?
The existing service assumed that gitlab.com was running an Irker daemon on `localhost` when it was not. Using Irker on gitlab.com thus did not work at all. This MR allows users to provide their own Irker daemons.
### Are there points in the code the reviewer needs to double check?
My main concern is whether allowing a user to specify the server/port combination would have security implications for a host. Given that HipChat and Slack allow users to do this, I didn't think this was doing anything novel.
### What are the relevant issue numbers?
* Closes #1713
* Closes #1714
* Closes gitlab-com/support-forum#139
### Screenshots
### Before

### After

See merge request !930
2015-07-06 08:57:16 +00:00
Robert Speicher
a4c4e7a77e
Merge branch 'doc-list' into 'master'
...
Improve documentation of lists in Markdown
See merge request !899
2015-07-05 18:58:18 +00:00
karen Carias
04f5487b0d
fixed link to gitlab-basics
2015-07-05 08:23:09 -07:00
Stan Hu
d4be82d1c9
Add Irker service configuration options
...
Closes #1713
Closes #1714
Closes gitlab-com/support-forum#139
2015-07-05 06:40:56 -07:00
Raniere Silva
b348ff1a10
Improve documentation of lists in Markdown
2015-07-03 15:27:24 -03:00
Jacob Vosmaer
26172aeeae
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-07-03 16:17:02 +02:00
Steve Norman
b3a751112d
Allow user to be blocked and unblocked via the API
2015-07-03 11:17:57 +00:00
karen Carias
fef2e24804
new doc about creating groups
2015-07-02 12:09:06 -07:00
Job van der Voort
6646a04d4c
Merge branch 'create-final-rc' into 'master'
...
Change RC/final package release timing
Creating the packages one day before the release feels strange, especially in a month like this (June 2015) where the release is on a Monday.
I think it is better to have one more RC.
See merge request !1873
2015-07-02 17:04:02 +00:00
Dmitriy Zaporozhets
a6a0792e9d
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-07-02 16:08:21 +02:00
karen Carias
7381a1ab5e
fixed link
2015-07-01 20:26:52 -07:00
karen Carias
23ba7c2024
new document about creating a project
2015-07-01 20:23:31 -07:00
Douwe Maan
9e841cf1a8
Add Troubleshooting section to SAML doc.
2015-07-01 14:25:22 +02:00
Dmitriy Zaporozhets
15743123c9
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-07-01 11:21:40 +02:00
Job van der Voort
36ecc6d305
Merge branch 'commandline' into 'master'
...
added new doc "command line commands"
Added new doc to GitLab Basics
See merge request !1880
2015-07-01 08:28:08 +00:00
karen Carias
e0e8985855
small fixes
2015-06-30 12:49:51 -07:00
karen Carias
7b7dd96b7d
organized commands
2015-06-30 12:45:21 -07:00
karen Carias
af93e043da
fixed typo
2015-06-30 09:10:27 -07:00
karen Carias
fddeb0184c
added new links
2015-06-30 09:03:10 -07:00
karen Carias
1c9cca5e06
renamed files with hyphen
2015-06-30 08:57:17 -07:00
Dmitriy Zaporozhets
a5b54f919a
Reporter role can manage issue tracker now
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-30 13:33:02 +02:00
karen Carias
437ecdf2b0
fixed title
2015-06-29 19:03:17 -07:00
karen Carias
5f38703bdc
split to 2 documents
2015-06-29 18:53:51 -07:00
Dmitriy Zaporozhets
8e6efc5e75
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-06-29 15:38:23 +02:00
Jacob Vosmaer
3c01ab10fe
Link to SAML docs from doc index
...
Without this link, the SAML docs are hard to discover.
2015-06-29 11:32:40 +02:00
Marin Jankovski
83c2abc4e6
Add a troubleshooting section for backup restore docs, explain about warnings when using omnibus packages.
2015-06-29 09:42:09 +02:00
Job van der Voort
d3e040c719
Merge branch 'k-github-ee' into 'master'
...
added info about GitHub importing
Added info that importing doc also works for GitHub EE.
https://dev.gitlab.org/gitlab/gitlabhq/issues/2410#note_49396
See merge request !1878
2015-06-26 09:08:34 +00:00
karen Carias
e8e6bb09a2
fixed clone words
2015-06-25 16:44:31 -07:00
karen Carias
c7f89e9ceb
fixed phrase
2015-06-25 16:29:49 -07:00