Sean McGivern
cd9ae6bb82
Revert "Remove HipChat integration from GitLab"
...
This reverts commit a5378665a1 .
2019-04-10 12:58:18 +01:00
Agustin Henze
20093f9de0
Add new permission model `read-pipeline-variable`
...
Used to get the variables via the API endpoint
`/projects/:id/pipelines/:pipeline_id/variables`
Signed-off-by: Agustin Henze <tin@redhat.com>
2019-04-09 14:53:44 +00:00
Evan Read
a5cec9e861
Fix code block not rendering
2019-04-09 10:47:10 +00:00
Krasimir Angelov
724f19ba0a
Add new API endpoint to expose single environment
...
This is resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/30157 .
Implement new API endpoint `/projects/:id/environments/:environment_id`
to expose single environment. Include information for environment's last
deployment if there is one.
2019-04-09 09:16:57 +00:00
Marcel Amirault
f4ef75a76a
Docs: Fix misc anchors
2019-04-08 03:42:03 +00:00
Achilleas Pipinellis
a0ea3f892a
Clarify the Runner registration and authentication tokens
2019-04-05 04:52:00 +00:00
Kamil Trzciński
a7d3a5e439
Merge branch 'patch-50' into 'master'
...
docs: add gitlab version for list jobs of a runner
See merge request gitlab-org/gitlab-ce!26815
2019-04-03 09:49:55 +00:00
Mayra Cabrera
b5e09a26de
Include cluster domain into Project Cluster API
...
Domain was introduced on 11.8 and was not included on the
Project Cluster API. With this change user will be able to include
domain when adding and updating a cluster. Domain will also be included
on the GET calls.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
2019-04-01 16:29:05 +00:00
jk2K
947acd8142
docs: add gitlab version for list jobs of a runner
2019-04-01 07:53:18 +00:00
Jochum van der Ploeg
a7795730b1
Update to the commits.md, more details about how to use the --form method for creating a commit
2019-04-01 02:45:23 +00:00
Evan Read
d69b12f9f6
Merge branch 'jira-transition-id-field' into 'master'
...
Jira Services Doc update to String
See merge request gitlab-org/gitlab-ce!26683
2019-04-01 01:53:03 +00:00
Zeger-Jan van de Weg
1789d762f3
Use valid data in our GetCommit example response
...
When validating parsing, copy pasting should just work, but
instead we created
2019-03-29 14:21:28 +00:00
Davin Walker
9afdca3c84
Jira Services Doc update to String
2019-03-27 21:23:38 +00:00
Andreas Brandl
f5ba7ac357
Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'
...
Prepares suggestion implementation for multi-line support
See merge request gitlab-org/gitlab-ce!26057
2019-03-27 16:57:25 +00:00
Oswaldo Ferreira
03e0604d5d
Prepare suggestion implementation for multi-line
...
Adds the groundwork needed in order to persist multi-line suggestions,
while providing the parsing strategy which will be reused for the
**Preview** as well.
2019-03-27 12:26:53 -03:00
Fabio Busatto
035c8af12e
Resolve "Get milestone by title via API"
2019-03-27 09:01:07 +00:00
Marcel Amirault
29ba393004
Docs: Add automatic redirects to last batch of moved files
2019-03-26 17:21:22 +00:00
Marcel Amirault
b41b03d47c
Docs: Fix missed or newly added broken anchors
2019-03-25 04:56:57 +00:00
Thiago Presa
538741f230
Add highest_role method to User
2019-03-22 09:54:03 +00:00
Evan Read
c7fdfeea2f
Fix note lists throughout docs
2019-03-20 13:45:15 +00:00
Sean McGivern
47859bb491
Merge branch 'feature/users-search-results' into 'master'
...
Add users search results to global search
Closes #25973
See merge request gitlab-org/gitlab-ce!21197
2019-03-19 10:30:08 +00:00
Evan Read
d514713de8
Copyedit pipelines-related documentation
2019-03-19 08:17:16 +00:00
Marcel Amirault
afcd3aeebc
Docs: Add link to namespace api doc to clarify URL-encoded path
2019-03-15 09:55:20 +00:00
Evan Read
82c0816d3f
Merge branch 'fix_snippet_blobs_example' into 'master'
...
Fix search scope for snippet_blobs in example
See merge request gitlab-org/gitlab-ce!26093
2019-03-15 05:31:11 +00:00
Evan Read
6e4108b7ba
Refactor and restructure pipelines landing page
...
- Also has other minor improvements.
2019-03-14 23:55:02 +00:00
Alexis Reigel
0592233a1a
add users search to search api
2019-03-14 18:21:01 +01:00
Piotr Orzechowski
b522bae8a3
Fix search scope for snippet_blobs in example
2019-03-13 10:06:56 +00:00
Clement Ho
36051b9a2b
Merge branch '58023-add-Saturday-to-localization-first-day-of-the-week' into 'master'
...
Resolve "Add Saturday to Localization first day of the week"
Closes #58023
See merge request gitlab-org/gitlab-ce!25509
2019-03-06 11:54:57 +00:00
Roger Rüttimann
4db8336786
API: delete job_artifacts of a single job
2019-03-06 11:06:21 +00:00
Patrick Bajao
de5aef3bbd
Accept force option on commit via API
...
When `force` is set to `true` and `start_branch` is set, the
branch will be ovewritten with the new commit based on the
`HEAD` of the `start_branch`.
This commit includes changes to update the `gitaly-proto` gem.
2019-03-06 10:44:59 +00:00
haghighi_ahmad
cf4bbd4fe1
Add Saturday to first day of the week
...
fix #58023
docs for adding Saturday for first day of the week
add related settings for Saturday as first day of the week
firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names
make some variables lowercase (follow camelCase)
add CHANGELOG entry
Author: haghighi_ahmad <haghighi.ahmad@gmail.com>
modified: app/assets/javascripts/pages/users/activity_calendar.js
modified: app/helpers/preferences_helper.rb
new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml
modified: doc/api/settings.md
modified: doc/user/profile/preferences.md
modified: locale/gitlab.pot
modified: spec/helpers/preferences_helper_spec.rb
2019-03-04 07:52:15 +03:30
Marcel Amirault
4a25a130f4
Docs: Last batch of misc broken anchors
2019-03-04 02:37:14 +00:00
Alexis Reigel
d3accd36a0
add tag_list param to runners api
2019-02-27 20:19:49 +01:00
Nick Thomas
a5174cf0fc
Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'
...
Resolve "Project fetch statistics API (HTTP only)"
Closes #42086
See merge request gitlab-org/gitlab-ce!23596
2019-02-27 12:07:05 +00:00
Douwe Maan
7ebe264779
Merge branch 'osw-merge-refs-refreshing-api' into 'master'
...
API support for MR merge to temporary merge ref path
Closes #57252
See merge request gitlab-org/gitlab-ce!24918
2019-02-27 10:59:06 +00:00
Jacopo
5ae9a44aa1
Add project http fetch statistics API
...
The API get projects/:id/traffic/fetches allows user with write
access to the repository to get the number of clones for the
last 30 days.
2019-02-27 11:52:35 +01:00
Nermin Vehabovic
f9e38cd39f
Added: Documentation for the API
...
Added: Specs for the API action
2019-02-26 23:18:40 +00:00
Lin Jen-Shin
13c723f1dd
Merge branch 'ce-revert-d5ce84fd' into 'master'
...
Revert "Merge branch 'revert-82d7b5a0-ce' into 'master'"
Closes #57857 and #50747
See merge request gitlab-org/gitlab-ce!25559
2019-02-26 16:02:28 +00:00
Oswaldo Ferreira
e8fbc070e0
Add API support for refreshing merge ref path
...
Add a merge_requests/:iid/merge_to_ref API which make
use of the groundwork to write merge results into
refs/merge-requests/:iid/merge.
2019-02-26 12:37:32 -03:00
Sean McGivern
f26cd63b0f
Merge branch 'add_YouTrack_integration' into 'master'
...
Added YouTrack integration
Closes #42595
See merge request gitlab-org/gitlab-ce!25361
2019-02-26 15:06:29 +00:00
Kamil Trzciński
a555a227dd
Merge branch 'filter-confidential-issues' into 'master'
...
Ability to filter confidential issues
Closes #50747
See merge request gitlab-org/gitlab-ce!24960
2019-02-26 12:24:39 +01:00
Michael Kozono
9ffdd736f8
Revert "Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'"
...
This reverts commit 7981c0292b , reversing
changes made to 9202bbd129 .
2019-02-25 12:43:14 -08:00
Michael Kozono
e95b88a06d
Revert "Merge branch 'filter-confidential-issues' into 'master'"
...
This reverts commit d133bf84c6 , reversing
changes made to 7981c0292b .
2019-02-25 12:42:34 -08:00
Douwe Maan
8cb236908f
Merge branch '40795-set-project-name-on-fork-api' into 'master'
...
Add ability to set project path and name on fork using API
Closes #40795
See merge request gitlab-org/gitlab-ce!25363
2019-02-25 11:24:13 +00:00
Kamil Trzciński
d133bf84c6
Merge branch 'filter-confidential-issues' into 'master'
...
Ability to filter confidential issues
Closes #50747
See merge request gitlab-org/gitlab-ce!24960
2019-02-25 11:00:24 +00:00
Rémy Coutable
7981c0292b
Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' into 'master'
...
API endpoint for bulk updating issues and MRs
Closes #49449
See merge request gitlab-org/gitlab-ce!25201
2019-02-25 10:51:58 +00:00
Takuya Noguchi
e8fee6b8f7
Fix misspellings in docs
...
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 10:31:35 +09:00
Evan Read
eb86630959
Ensure all lists are surrounded by new lines
...
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.
For consistency, also ensure entries in the list
are aligned when they span multipls lines.
2019-02-22 13:17:10 +00:00
Robert Schilling
73e3a1cd02
Add API support for filtering confidential issues
2019-02-21 14:02:38 +01:00
Rémy Coutable
87dfe5a27a
Add GraphQL filters for issuables (state, labels, time fields)
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21 09:40:49 +01:00