Yves Senn
b8eee565a8
Merge pull request #4369 from zeehio/patch-1
...
[Doc] Update 5.0 to 5.1: Recompile assets
2013-06-24 00:12:12 -07:00
Robert Schilling
8c1ac6f3c6
Fix wrong file versions in update docs
2013-06-22 13:29:51 +02:00
Sytse Sijbrandij
76f2e065ea
Merge branch 'master' into install-guide-improvements
...
Conflicts:
doc/install/installation.md
2013-06-21 21:18:20 +02:00
Sergio Oller
98423a37b2
[Doc] Update 5.0 to 5.1: Recompile assets
...
Recompiling assets on the update is needed or main menu appearance may not load properly. This has been mentioned on issues #3722 and #3978 .
The command has been tested several by users on those issues and by myself.
Thanks for your time and attention.
2013-06-21 11:05:21 +02:00
Dmitriy Zaporozhets
48d372725a
Update docs from 5.2 to 5.3
2013-06-20 09:52:47 +03:00
Dmitriy Zaporozhets
148eade9d7
Version to 5.3
2013-06-19 19:57:32 +03:00
Sytse Sijbrandij
8ccad7c3c7
Fix spelling error and make sure you never log in as git user so you never have to logout to run sudo.
2013-06-16 22:06:33 +02:00
Sytse Sijbrandij
f01d482427
Make the installation guide easier to follow for non-unix people.
2013-06-12 21:30:36 +02:00
Greg Barendt
ad0f1276db
Fix paths to the Contents Markdown pages
2013-06-11 11:36:54 -03:00
Dmitriy Zaporozhets
ae90107caa
mention puma cluster mode for bigger instances
2013-06-11 15:10:45 +03:00
Dmitriy Zaporozhets
6d6d084c39
Merge pull request #4065 from bbodenmiller/release-todos
...
add creating new release guide
2013-06-11 02:13:58 -07:00
Ben Bodenmiller and Dmitriy Zaporozhets
1405d28cf7
update upgrade guide with backup, db specific commands, config changes, check, and restore
2013-06-07 17:00:40 +03:00
Dmitriy Zaporozhets
8df699a336
API: project events
2013-06-06 19:19:17 +03:00
Dmitriy Zaporozhets
543506f3c5
API: Add last_activity_at date to project entity
2013-06-06 18:40:05 +03:00
Dmitriy Zaporozhets
da6f4f06c7
API: implement retrieve of repository tree
2013-06-06 18:01:03 +03:00
Dmitriy Zaporozhets
beb0adf202
Fix api readme links
2013-06-06 15:40:26 +03:00
Dmitriy Zaporozhets
68d146b4a6
Improve api docs
2013-06-06 13:19:23 +03:00
Dmitriy Zaporozhets
963f475daf
Fix milestone api docs: invalid param for close
2013-06-06 12:32:05 +03:00
Dmitriy Zaporozhets
a4e671dc31
Fix wrong documentation for issue close api. Fixes #3548
2013-06-06 11:31:40 +03:00
Dmitriy Zaporozhets
cd5685ca8c
Merge pull request #4115 from bke-drewb/apidocs
...
Update api docs and remove old attribute from User entity.
2013-05-29 23:25:40 -07:00
Trevor Strieber
8f50eb7467
adding update info regarding gitlab-shell config.yml
2013-05-29 15:03:54 -06:00
Drew Blessing
07fd95f384
Update api docs and remove old attribute from User entity.
...
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity.
Add color scheme ID to API User entity
2013-05-29 05:40:17 -05:00
Dmitriy Zaporozhets
e26d149cd8
Merge branch 'double-check-after-start' of /home/git/repositories/gitlab/gitlabhq
2013-05-27 12:47:20 +00:00
Dmitriy Zaporozhets
c3ba0ee64b
Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq into former03-feature_teams_api
...
Conflicts:
doc/api/README.md
2013-05-27 15:05:01 +03:00
Dmitriy Zaporozhets
f44bd269ee
Merge pull request #4072 from ndpgroup/import_w_groups
...
Include groups in import with import repos rake task
2013-05-27 03:03:30 -07:00
Dmitriy Zaporozhets
b3bb558501
Merge pull request #4075 from bbodenmiller/patch-6
...
remove branch dependencies in README where not necessary
2013-05-27 02:47:16 -07:00
Dmitriy Zaporozhets
1194531e8e
Merge pull request #4079 from bbodenmiller/patch-8
...
details on looking for correct installation guide
2013-05-27 02:45:15 -07:00
Ben Bodenmiller
603720e3aa
remove branch dependencies where not necessary
2013-05-27 00:32:58 -07:00
Ben Bodenmiller
0f615d4096
add creating new release guide
2013-05-27 00:21:01 -07:00
Dmitriy Zaporozhets
35e0d7feaf
Merge pull request #4082 from bbodenmiller/patch-10
...
no need to download init and nginx files since they are in repo now
2013-05-26 22:51:05 -07:00
Ben Bodenmiller
29a522cb42
no need to download init and nginx files since they are in repo now
2013-05-25 22:51:12 -06:00
Ben Bodenmiller
f66209626c
styling and typo fixes in installation guide
2013-05-25 22:40:09 -06:00
Ben Bodenmiller
fc80592ea1
details on looking for correct installation guide
...
addresses gitlabhq/gitlabhq#3809
2013-05-25 21:15:04 -07:00
James E. Flemer
5f9d78fdff
Include groups in import with import repos rake task
...
Expand the import glob to include `**/*.git` to find projects in groups
as well as top level projects. Check for existing group, and create
group if needed. Set namespace_id for imported projects.
2013-05-25 11:38:55 -06:00
Dmitriy Zaporozhets
d58aca0693
Ask people to remove 1.8 ruby to prevent issues
2013-05-25 00:20:08 +03:00
Christian Simon
0ebfa5e5a2
[FEATURE] Basic user_teams api
...
* Closing #3066
* Closing #3609
2013-05-21 23:13:30 +02:00
Dmitriy Zaporozhets
6654db2c82
Replace 5-1-stable with 5-2-stable in installation docs
2013-05-20 14:52:06 +03:00
Sytse Sijbrandij
f18c7c440d
GitLab must run before the check is done.
2013-05-20 09:46:24 +02:00
Sytse Sijbrandij
d812216deb
Give examples that have been reported frequently.
2013-05-20 09:44:20 +02:00
Ben Bodenmiller
de29a424e6
changed Gitlab to GitLab
2013-05-19 02:13:39 -07:00
Yves Senn
6cf2916668
Merge pull request #3972 from Razer6/master
...
Fix small typo in install docs, Closes #3723
2013-05-19 01:25:09 -07:00
Yves Senn
91ab245db7
Merge pull request #3983 from bbodenmiller/patch-1
...
Typo fixes in cleanup.md
2013-05-19 00:41:40 -07:00
Ben Bodenmiller
2d18759602
Typo fix closes gitlabhq/gitlabhq/3984
2013-05-18 06:39:33 -06:00
Dmitriy Zaporozhets
143a03e551
Update docs for 5.2
2013-05-18 09:46:14 +03:00
Dmitriy Zaporozhets
fd50e8e983
Gitlab-shell should be 1.4.0 for GitLab 5.2
2013-05-18 09:44:54 +03:00
Ben Bodenmiller
2f69171a8a
Typo fixes
2013-05-17 16:39:55 -06:00
Robert Schilling
684d772b8a
Fix typo in install docs, closes #3723
2013-05-16 22:16:41 +02:00
Dmitriy Zaporozhets
edcdbd671b
Merge pull request #3863 from crazyscience/patch-4
...
Fixed a nginx configuration
2013-05-13 02:28:46 -07:00
Dmitriy Zaporozhets
37b357d1f3
Merge pull request #3921 from bbodenmiller/patch-8
...
update links to be relative paths and add CONTRIBUTING.md link
2013-05-13 02:19:02 -07:00
Dmitriy Zaporozhets
caf970398c
Merge pull request #3920 from bbodenmiller/patch-7
...
fixed fact about memory usage
2013-05-13 02:18:48 -07:00