Victor Wu
6f815e5488
Update custom issue tracker docs
2018-04-13 16:05:00 +00:00
Achilleas Pipinellis
4bc38c414e
Link Monitor docs to the front page
2018-04-11 14:25:29 +02:00
Rémy Coutable
d2ad0bcc02
Merge branch 'theothertom/gitlab-ce-bug/42663/update-jira-integration-docs-for-new-jira-UI-docs' into 'master'
...
Update Jira integration docs for new Jira UI
Closes #42663
See merge request gitlab-org/gitlab-ce!18107
2018-03-30 16:14:22 +00:00
Achilleas Pipinellis
dbbc9e67c7
Copyedit JIRA docs
2018-03-30 17:57:49 +02:00
Marcia Ramos
f4004e6c03
replaces table with list items and code block for readability
2018-03-27 13:54:43 -03:00
Joshua Lambert
0a5c202eab
Minor updates
2018-03-18 20:22:49 -04:00
Joshua Lambert
27a838c838
Fix doc link
2018-02-28 16:10:33 -05:00
Joshua Lambert
3b2654885b
Further updates to docs
2018-02-28 15:08:15 -05:00
Joshua Lambert
79a6be0451
Update docs
2018-02-28 14:56:28 -05:00
Joshua Lambert
15966c3098
Update docs
2018-02-28 00:06:22 -05:00
Joshua Lambert
5aa30898f6
Improve link for CI environment variable, wording.
2018-02-21 00:26:20 -05:00
Marcia Ramos
c8323e795b
Merge branch 'update-prometheus-10-5-docs' into 'master'
...
Update prometheus docs for 10.5
See merge request gitlab-org/gitlab-ce!17229
2018-02-20 20:31:38 +00:00
Joshua Lambert
2f59851572
One last item of feedback
2018-02-20 15:14:22 -05:00
Joshua Lambert
ed8dce7036
Feedback
2018-02-20 15:10:57 -05:00
Victor Wu
6a6572ad49
Update custom_issue_tracker.md
2018-02-20 14:48:51 +00:00
Joshua Lambert
39c56f4146
Update NGINX docs
2018-02-20 09:33:38 -05:00
Joshua Lambert
7c9070a965
Minor polish
2018-02-20 02:08:57 -05:00
Joshua Lambert
c7fd85a779
Fix links
2018-02-20 01:56:40 -05:00
Joshua Lambert
a55106d629
Update Prometheus docs for enhanced integration
2018-02-20 01:48:06 -05:00
Jarka Kadlecová
499d050185
Display a link to external issue tracker when enabled
2018-02-14 08:48:19 +01:00
Tom Grace
08416f0ec7
Update Jira integration docs for new Jira UI
...
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42663
The new Jira UI doesn't show transition IDs in the admin interface.
This updates the docs to list a couple of alternative methods of
getting the required ID.
2018-02-02 09:39:41 +00:00
Marcia Ramos
b314ef7de7
search and replace EES, EEP, EEU with Starter, Premium, Ultimate
2018-02-01 19:09:30 -02:00
Achilleas Pipinellis
d6c56abe10
Copy k8s service integration info into clusters
...
Now that the k8s service is being deprecated in favor of the
Clusters integration, copy all info from the old to the new page.
2018-01-22 15:02:19 +01:00
Ville Skyttä
0cbbb08e79
doc: Spelling fixes
2018-01-19 12:09:59 +02:00
Victor Wu
778b231f3a
Update Redmine docs to let user know that `new_issue_url` is not being used.
2018-01-10 20:42:16 +00:00
Achilleas Pipinellis
dfcb0ed53d
Merge branch 'docs-push-web-hook-note' into 'master'
...
Add note about only 20 commits being included in push payload
See merge request gitlab-org/gitlab-ce!16149
2018-01-09 13:26:12 +00:00
Mattia Rizzolo
be8b9021f2
Update irker documentation to mention an irker bug with key-protected channels.
...
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-01-08 17:32:43 +01:00
Mayra Cabrera
127cedd020
Update Kubernetes service documentation
...
States this service was deprecated on 10.3 and his behavior depends on
the kubernetes service status. Also includes a link for the release post
for more information.
2018-01-03 17:59:25 -06:00
Kamil Trzciński 🎆 Back on Jan 2!
61ea4872c7
Merge branch 'docs-update-doc-for-prometheus-and-kubernetes-integrations' into 'master'
...
Updates documentation for Prometheus and Kubernetes integration
Closes #41432
See merge request gitlab-org/gitlab-ce!16156
2018-01-03 20:37:58 +00:00
Edouard
8a75e49eec
Typos correction on the advise of @smcgivern
2017-12-29 12:58:03 +00:00
Edouard
c630bced67
Documenting that resolved JIRA tickets are not automatically transitioned
2017-12-29 11:09:49 +00:00
Mayra Cabrera
c44d72a8ce
Updates documentation for prometheus and kubernetes integration
2017-12-28 11:18:22 -06:00
Drew Blessing
e5eb6710cb
Add note about only 20 commits being included in push payload
2017-12-27 20:06:50 +00:00
Sam Galson
66c03aaa4c
Fix prometheus arg in prometheus.yml
2017-12-21 13:05:19 +00:00
Stanislaw Wozniak
48cb9fa810
Fixes 40842 - Adds extra cookies to JIRA service requests
2017-12-18 11:15:41 +00:00
Koichiro Mikami
60a36b7dd8
Documentation bug fixes: Added procedure to disable built-in Issues.
2017-12-01 17:57:10 +00:00
Sean McGivern
4ebbfe5d3e
Remove serialised diff and commit columns
...
The st_commits and st_diffs columns on merge_request_diffs historically held the
YAML-serialised data for a merge request diff, in a variety of formats.
Since 9.5, these have been migrated in the background to two new tables:
merge_request_diff_commits and merge_request_diff_files. That has the advantage
that we can actually query the data (for instance, to find out how many commits
we've stored), and that it can't be in a variety of formats, but must match the
new schema.
This is the final step of that journey, where we drop those columns and remove
all references to them. This is a breaking change to the importer, because we
can no longer import diffs created in the old format, and we cannot guarantee
the export will be in the new format unless it was generated after this commit.
2017-11-28 16:13:40 +00:00
Victor Wu
129036b2cf
Custom issue tracker
2017-11-21 15:21:50 +00:00
Joshua Lambert
33fa4ef62f
Uodate docs
2017-11-12 12:27:25 -05:00
Alexander Randa
e7a0e7f40a
Fix webhook recent deliveries elapsed time field
2017-11-02 11:07:28 +03:00
Cindy Pallares 🦉
d57ab8b00d
Add extra webhook troubleshooting steps
...
Add information on duplicate or multiple triggers caused by a slow response time.
2017-11-01 13:16:26 +00:00
Rémy Coutable
a479362d51
Merge branch '31454-missing-project-id-pipeline-hook-data' into 'master'
...
Adds project_id to pipeline hook data
Closes #31454
See merge request gitlab-org/gitlab-ce!15044
2017-10-31 15:36:15 +00:00
Jacopo
2cad283018
Adds project_id to pipeline hook data
...
Pipeline hook data now includes the project_id
2017-10-30 22:02:33 +01:00
Matt Coleman
c207122fd2
Add Packagist project service
2017-10-13 13:42:53 -04:00
Rémy Coutable
f070265a6d
Introduce new hook data builders for Issue and MergeRequest
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09 16:44:47 +02:00
Rémy Coutable
67d5ca9f92
Include the changes in issuable webhook payloads
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09 15:07:10 +02:00
Marcia Ramos
8266c78cd0
Merge branch 'docs/k8s' into 'master'
...
Add things that the k8s integration enables
Closes #37529
See merge request gitlab-org/gitlab-ce!14163
2017-09-27 18:36:52 +00:00
Achilleas Pipinellis
864790b8bb
Add EEP to headings
2017-09-27 17:29:10 +02:00
Marcia Ramos
aaf435d164
Merge branch '35366-k8s-namespace-docs' into 'master'
...
Clarify k8s project namespace
Closes #35366
See merge request gitlab-org/gitlab-ce!14139
2017-09-27 13:07:47 +00:00
Achilleas Pipinellis
f6a69ea9f3
Add link to NGINX Ingress and change Auto DevOps description
2017-09-25 16:55:52 +02:00