Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
2f88218b
Commit
2f88218b
authored
Aug 21, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document GitLab and Bitbucket integration
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
76d091e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
docs/admin/continuous.rst
docs/admin/continuous.rst
+19
-1
docs/api.rst
docs/api.rst
+2
-0
No files found.
docs/admin/continuous.rst
View file @
2f88218b
...
...
@@ -38,7 +38,7 @@ And enable it's use by defining proper attributes in given repository (eg. in
.. _github-setup:
Automatically receiving changes from GitHub
-------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++
Weblate comes with native support for GitHub. To receive notifications on every
push to GitHub repository, you just need to enable Weblate Service in the
...
...
@@ -50,6 +50,24 @@ The set the base URL of your Weblate installation (for example
``https://hosted.weblate.org``) and Weblate will be notified about every push
to GitHub repository.
.. _bitbucket-setup:
Automatically receiving changes from Bitbucket
++++++++++++++++++++++++++++++++++++++++++++++
Weblate has support for Bitbucket hooks, all you need to do is add POST hook
with destination to ``/hooks/bitbucket/`` URL on your Weblate installation
(for example ``https://hosted.weblate.org/hooks/bitbucket/``).
.. _gitlab-setup:
Automatically receiving changes from GitLab
+++++++++++++++++++++++++++++++++++++++++++
Weblate has support for GitLab hooks, all you need to do is add project web hook
with destination to ``/hooks/gitlab/`` URL on your Weblate installation
(for example ``https://hosted.weblate.org/hooks/gitlab/``).
.. _push-changes:
Pushing changes
...
...
docs/api.rst
View file @
2f88218b
...
...
@@ -45,6 +45,7 @@ repository has been updated.
.. seealso::
:ref:`gitlab-setup`
http://doc.gitlab.com/ce/web_hooks/web_hooks.html
:setting:`ENABLE_HOOKS`
...
...
@@ -55,6 +56,7 @@ repository has been updated.
.. seealso::
:ref:`bitbucket-setup`
https://confluence.atlassian.com/display/BITBUCKET/Write+brokers+%28hooks%29+for+Bitbucket
https://confluence.atlassian.com/display/BITBUCKET/POST+hook+management
:setting:`ENABLE_HOOKS`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment