Commit graph

142 commits

Author SHA1 Message Date
Marcin Kuzminski
cd22f83e22 docs: updated packages for documentation. 2017-11-06 22:39:19 +01:00
Marcin Kuzminski
e9c6d046fc docs: updated API documentation 2017-11-03 15:49:14 +01:00
Marcin Kuzminski
8724af117c docs: added release notes for 4.10.0 2017-11-03 14:39:13 +01:00
Marcin Kuzminski
8686845a97 docs: updated section on performance, scaling, ssl support 2017-10-30 12:52:42 +01:00
Marcin Kuzminski
28150949f9 release: merge back stable branch into default 2017-10-27 12:44:25 +02:00
Marcin Kuzminski
434f720559 docs: added release notes for 4.9.1 2017-10-26 13:20:57 +02:00
Marcin Kuzminski
c40f56b538 docs: update celery docs 2017-10-25 15:07:55 +02:00
Marcin Kuzminski
8b7a4217d9 docs: update SSH documentation 2017-10-25 14:59:05 +02:00
Marcin Kuzminski
7b0f075487 docs: added example how to make tmpfs changes permanent 2017-10-09 11:32:43 +02:00
Marcin Kuzminski
758d34b966 docs: added gzip into static files for nginx 2017-10-05 09:23:33 +02:00
Marcin Kuzminski
724f376e7f docs: added 502 page instructions for nginx and apache 2017-10-04 13:11:04 +02:00
Marcin Kuzminski
e6fffe4b97 binaries: cleanup new upcomming rc-* commands that will replace paster * commands from pylons 2017-09-21 21:45:01 +02:00
Marcin Kuzminski
990994942d pull-requests: use close action with proper --close-commit solution.
- Mercurial settings are no long as LABS
- Unified some code between GIT and HG on rebase/close/delete feature branches
2017-08-24 22:36:34 +02:00
Marcin Kuzminski
7347874011 docs: added release notes for 4.9.0 2017-08-12 11:48:49 +02:00
Marcin Kuzminski
0012823054 docs: updated svn configuration to prevent 400 errors on certain Apache versions. 2017-08-12 19:20:06 +02:00
Mathieu Cantin
761e973359 mercurial: Add option to close a branch before merging 2017-08-08 13:46:42 -04:00
Marcin Kuzminski
42f25bce8e docs: updated Apache documentation for serving static files 2017-08-18 14:29:52 +02:00
Marcin Kuzminski
a02eb262c4 docs: updated enable celery documentation 2017-08-14 17:32:13 +02:00
Marcin Kuzminski
79fef17c51 release: merge back stable branch into default 2017-08-14 11:57:47 +02:00
Marcin Kuzminski
8efc4d92c5 repo-commits: ported changeset code into pyramid views.
- refactored part of naming to use commit_id instead of revision
- renamed some parts to repo_commits instead of changeset without breaking backward compat
- small improvements and fixes for tests
2017-07-24 17:04:14 +02:00
Marcin Kuzminski
5dfbc6d897 docs: fixed ldap options. Those no longer exist in 4.X 2017-07-19 12:42:49 +02:00
Marcin Kuzminski
711278bd27 docs: small rst fixes. 2017-06-29 11:36:13 +02:00
Marcin Kuzminski
3341c88c61 docs: added changelog for 4.8.0 release. 2017-06-27 16:52:35 +02:00
Marcin Kuzminski
44c4d628dd docs: fix for contribution docs. 2017-06-27 23:45:33 +02:00
Marcin Kuzminski
8ed9abe306 docs: updated api documentation 2017-06-27 17:19:54 +02:00
Marcin Kuzminski
5fc0ee97f9 docs: added CI integration docs. 2017-06-23 15:06:31 +02:00
Marcin Kuzminski
fb20d49bf1 docs: updated repo extra fields documentation. 2017-06-23 15:06:22 +02:00
Marcin Kuzminski
710d7ad0b5 docs: updated webhook documentation. 2017-06-23 15:06:05 +02:00
Daniel Dourvaris
1eff40ea89 docs: added example how to secure login page from brute force attacks. 2017-06-15 23:32:01 +02:00
Marcin Kuzminski
3d2de9920e docs: updated info about client usage. 2017-06-07 09:26:39 +02:00
Marcin Kuzminski
25732899d2 docs: added large header support for Apache 2017-05-02 23:00:09 +02:00
Marcin Kuzminski
b21017e30d docs: updated docs about configuration of vcsserver. 2017-04-27 20:28:54 +02:00
Marcin Kuzminski
2bc2580b40 docs: added release notes for 4.7.2 2017-04-18 17:59:16 +02:00
Marcin Kuzminski
b22fba801f docs: added release notes for 4.7.1 2017-04-12 23:54:36 +02:00
Marcin Kuzminski
34ec5b6ec6 docs: added changelog for 4.7.0 2017-04-04 14:03:50 +02:00
Marcin Kuzminski
bf27cbaf6d docs: update API documentation. 2017-04-05 22:10:02 +02:00
Marcin Kuzminski
2d179b79f4 docs: fixed rst errors found in release docs. 2017-04-05 22:09:35 +02:00
Marcin Kuzminski
19511543cf docs: updated tutorials for Git LFS and Mercurial Largefiles. 2017-04-05 13:14:05 +02:00
Marcin Kuzminski
73a3942d3d docs: update docs on svn-http and mod-dav generation. 2017-03-29 17:06:18 +02:00
Marcin Kuzminski
aae43412f3 git-lfs: added doc about changing git-lfs 2017-03-20 14:04:37 +01:00
Marcin Kuzminski
aa95986678 mercurial: allow editing largefile store from web interface. 2017-03-17 22:08:34 +01:00
Marcin Kuzminski
e1eb09b0d3 docs: dev-setup add info about config.nix required for tests. 2017-03-16 18:00:39 +01:00
Marcin Kuzminski
01da12fdc8 docs: added example ldap/ad configuration inside rhodecode-auth 2017-03-23 16:03:49 +01:00
Marcin Kuzminski
a5f15dc8cf repo-settings: expose pull api endpoint into remote pull view for easier automation. 2017-03-16 12:18:47 +01:00
Marcin Kuzminski
4ad57f8cca conf: updated Apache config with keepalive and timeout.
Fixes #5213
2017-02-14 09:42:04 +01:00
Marcin Kuzminski
7f39c56d68 release: merge back stable branch into default 2017-02-13 20:01:44 +01:00
Marcin Kuzminski
081b8d5b22 docs: added release notes for 4.6.1 2017-02-13 17:49:44 +01:00
Marcin Kuzminski
445ef262a7 docs: updated contribution and dev setup docs. 2017-02-13 12:02:51 +01:00
Marcin Kuzminski
620f65b687 docs: updated contribution and dev setup docs. 2017-02-13 12:02:51 +01:00
Marcin Kuzminski
3d3f2db34a core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00