Commit Graph
2231 Commits
Author SHA1 Message Date
Robert Schilling cf3ba0209d Update labels via API 2014-08-13 12:29:03 +02:00
Robert Schilling 9284038dbe Add, delete labels via API 2014-08-13 12:28:19 +02:00
Ben Bodenmiller aabb4093b7 follow curl redirects
Update `curl` commands to follow redirects (see
http://curl.haxx.se/docs/manpage.html#-L). Current `curl` commands will
return unexpected results if the requested content has been moved and is
returning information about where it has been moved to. Including the
`-L` option tells `curl` to follow the redirect so the file can be
correctly acquired.
2014-08-11 22:01:37 -07:00
Dmitriy Zaporozhets 5b52d7b979 Merge branch 'add_complete_commit_message_to_api' of https://gitlab.com/christian.taedcke/gitlab-ce into christian.taedcke/gitlab-ce-add_complete_commit_message_to_api
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>

Conflicts:
	CHANGELOG
2014-08-11 12:33:04 +03:00
Dmitriy Zaporozhets d10ecacc47 Merge branch 'master' into 'master'
Let users limit by archived/not archived projects in GitLab API GET /projects

Adds a boolean parameter, archived, to the /projects endpoint.

See merge request !158
2014-08-11 09:27:24 +00:00
Dmitriy Zaporozhets 9d3e384ae6 Merge branch 'better-formulated-memory-requirements' into 'master'
Better formulated memory requirements

See merge request !1010
2014-08-09 18:02:43 +00:00
Sytse Sijbrandij ab19a966f0 Explain that sidekiq doesn't eat as much ram as some people seem to suspect https://twitter.com/khrogos/status/498062432938782720 2014-08-09 14:21:25 +02:00
Sytse Sijbrandij a52db7831b Ensure that people know you need swap. Raise swap space for 512MB setups. 2014-08-09 11:19:19 +02:00
Jacob Vosmaer c0e1312567 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2014-08-07 17:19:23 +02:00
Jeroen van Baarsen f02d9eb254 Merge pull request #7434 from Razer6/fix_spelling_error
Fix spelling errors in documentation
2014-08-07 10:29:40 +02:00
Robert Schilling abdc442648 Fix spelling errors in doc, closes #7437
Further changes
2014-08-07 10:27:54 +02:00
Sytse Sijbrandij 43f560b174 Add comments. 2014-08-06 17:44:57 +02:00
Jacob Vosmaer aa5e663f85 List API file edit failure conditions in docs 2014-08-06 14:28:22 +02:00
Ben Bodenmiller 9e4a9935c2 Add dealing with newlines for editor to 5.1-to-6.0
backport of https://github.com/gitlabhq/gitlabhq/commit/2d681c0d1ed14bf23c041aa04fa3e77caceda9a1
2014-08-04 15:22:15 -07:00
Ben Bodenmiller 6a412c9969 add application check commands 2014-08-04 12:56:08 -07:00
Jeroen van Baarsen d4f5af820f Merge pull request #7422 from bbodenmiller/rm-gitlab-user
Add command to remove GitLab user
2014-08-04 11:50:30 +02:00
Jeroen van Baarsen ca4ab9efb9 Merge pull request #7424 from bbodenmiller/patch-1
add command to start rails console
2014-08-04 10:44:28 +02:00
Ben Bodenmiller 73bdeff02e add command to start rails console 2014-08-04 00:57:32 -07:00
Ben Bodenmiller 5511bb9f64 Self signed SSL cert not supported until 5.1 2014-08-03 08:42:56 -07:00
Ben Bodenmiller d2ed33224a Remove GitLab user 2014-08-03 08:40:29 -07:00
Jeroen van Baarsen 2600d08f65 Merge pull request #7420 from Razer6/mention_all_markup
[DOC] Mention the @all GFM reference in documentation
2014-08-03 12:20:29 +02:00
Robert Schilling 4b022747f4 Mention the @all GFM reference 2014-08-03 11:56:08 +02:00
Robert Schilling dc8e6de062 Replace invalid emojis 2014-08-03 11:44:37 +02:00
Jeroen van Baarsen 4809cbaef0 Merge pull request #7201 from nacengineer/patch-2
Update 6.9-to-7.0.md
2014-08-02 12:35:39 +02:00
mabdullah-cinglevue 4a36d669b5 # This is a combination of 2 commits.
# The first commit's message is:

Patched `MergeRequest` to return more data.

Patched `MergeRequest` to return the `description` & `milestone`
Conflicts:
	lib/api/entities.rb

# This is the 2nd commit message:

Update merge_requests.md

Update documentation for merge request endpoint adding support for description.
2014-08-01 18:29:23 +08:00
Jeroen van Baarsen ec18f0bae5 Merge pull request #7410 from robbytaylor/patch-1
Text changes to projects API documentation
2014-08-01 08:24:35 +02:00
Rob Taylor 38a692d20b Fixed typos in Development - Rake Tasks doc 2014-07-31 17:55:13 +01:00
Rob Taylor 79d71461c2 Text changes to projects API documentation
Fixes some grammar / punctuation errors and inconsistencies.
2014-07-31 17:39:04 +01:00
Sasha Joseph 37c4ba6f8d Add an option to GET /projects in the GitLab API to exclude archived projects 2014-07-28 12:48:13 -04:00
Jacob Vosmaer 914275ac0a Add omnibus-gitlab to the monthly release process 2014-07-28 15:11:27 +02:00
Sytse Sijbrandij 7da74468b3 Merge branch 'add-merge-moments-to-process' into 'master'
Add merge moments to process

Fixes #1450

See merge request !986
2014-07-27 15:32:26 +00:00
Dmitriy Zaporozhets 76af5a1db7 Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce 2014-07-25 20:40:23 +03:00
Dmitriy Zaporozhets 5a89b61028 Merge branch 'exim-problems' into 'master'
Exim problems

After merge report back to https://github.com/gitlabhq/gitlabhq/issues/4866

See merge request !990
2014-07-25 15:11:47 +00:00
Sytse Sijbrandij 83b40ba268 Explain project services. 2014-07-25 13:47:11 +02:00
Sytse Sijbrandij ead2dc0c21 Add warning about backing up the config. 2014-07-25 11:12:17 +02:00
Sytse Sijbrandij 1a2a193135 Merge branch 'word-requirement-a-bit-more-realistic' into 'master'
Word requirement a bit more realistic

See commit message

See merge request !155
2014-07-25 08:57:56 +00:00
Christian TaedckeandChristian Taedcke e59674f954 Add full commit message to commit api as field message. 2014-07-25 08:25:16 +02:00
Sytse Sijbrandij 14d3f30403 Note exim problems. 2014-07-24 12:00:55 +02:00
Dmitriy Zaporozhets 66098dbb59 Merge pull request #7089 from NARKOZ/api-patch
API patch
2014-07-23 20:26:36 +03:00
Sytse Sijbrandij 6eb50a69f4 Based on http://www.reddit.com/r/linux/comments/2bffgt/gitlab_71_released/cj59wvz reword this requirement, thankstictatonifonical. 2014-07-23 10:18:41 +02:00
Sytse Sijbrandij ccfd881386 Integrate lessons from the latest release. 2014-07-23 09:00:19 +02:00
Sytse Sijbrandij 7738383f1b Simplofy the tweet. 2014-07-22 16:36:29 +02:00
Sytse Sijbrandij ebc1c4bde9 Account for the EE only situation. 2014-07-21 10:50:03 +02:00
Sytse Sijbrandij e443e59542 Simplify email procedure now that subscribers are on the newsletter list. 2014-07-21 10:47:38 +02:00
Dmitriy Zaporozhets 91ab8570c7 Merge branch 'change-admin-email' into 'master'
Change admin email

Related to #1446

See merge request !979
2014-07-20 06:21:14 +00:00
Dmitriy Zaporozhets c86962e098 Change deafult admin email to example.com 2014-07-19 14:27:01 +03:00
Sytse Sijbrandij 3926150f5f Improve rc tweet. 2014-07-18 15:17:40 +02:00
Sytse Sijbrandij 84b6163b79 Merge branch 'release-template' into 'master'
Release template

See merge request !974
2014-07-18 13:16:20 +00:00
Dmitriy Zaporozhets 2bd20b7c4d Update guide from 6.0 to 7.1
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-17 16:57:04 +03:00
Dmitriy Zaporozhets f59a721ee0 Point installation manual to 7-1-stable
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-17 16:49:54 +03:00