<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api/runners.md, branch resolve-scripts-differences</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Fix spacing of code blocks</title>
<updated>2019-07-09T07:16:17+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-09T07:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5abfc57ec3bf2ff910e524e282f0e9b16112c784'/>
<id>5abfc57ec3bf2ff910e524e282f0e9b16112c784</id>
<content type='text'>
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code blocks should not be spaced 4 times, as this will
prevent the code from being colored. They should
also be spaced the same as the lists they are a part
of, to make reading easier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding order by to list runner jobs api.</title>
<updated>2019-07-05T08:54:56+00:00</updated>
<author>
<name>sujay patel</name>
<email>sujaypatel1996@gmail.com</email>
</author>
<published>2019-06-12T20:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e241c89977c32fabbbe5a49c1ba69564d5e09e31'/>
<id>e241c89977c32fabbbe5a49c1ba69564d5e09e31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding order by to list runner jobs api.</title>
<updated>2019-07-05T08:49:28+00:00</updated>
<author>
<name>sujay patel</name>
<email>sujaypatel1996@gmail.com</email>
</author>
<published>2019-06-12T20:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b71250ca0f1b9df4f728bdb322502e3544058ca5'/>
<id>b71250ca0f1b9df4f728bdb322502e3544058ca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small markdown tweaks to clear kramdown warnings</title>
<updated>2019-07-04T22:46:12+00:00</updated>
<author>
<name>Marcel Amirault</name>
<email>mamirault@gitlab.com</email>
</author>
<published>2019-07-04T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e108f0d9610d0e019791920bb5adbc0b493d7b74'/>
<id>e108f0d9610d0e019791920bb5adbc0b493d7b74</id>
<content type='text'>
Fixing square brackets, links, etc in:
  merge_requests.md
  vulnerabilities.md
  issues.md
  issues_statistics.md
  pipelines.md
  services.md
  group_milestones.md
  milestones.md
  runners.md
  changelog.md
  issue_workflow.md
  elasticsearch.md
  api_graphql_styleguide.md
  automatic_ce_ee_merge.md
  file_storage.md
  architecture.md
  database_debugging.md
  index.md
  index.md
  frontend_testing.md
  pry_debugging.md
  vue.md
  development_process.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing square brackets, links, etc in:
  merge_requests.md
  vulnerabilities.md
  issues.md
  issues_statistics.md
  pipelines.md
  services.md
  group_milestones.md
  milestones.md
  runners.md
  changelog.md
  issue_workflow.md
  elasticsearch.md
  api_graphql_styleguide.md
  automatic_ce_ee_merge.md
  file_storage.md
  architecture.md
  database_debugging.md
  index.md
  index.md
  frontend_testing.md
  pry_debugging.md
  vue.md
  development_process.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configuration of access_level for runners on registration via API</title>
<updated>2019-04-18T13:57:12+00:00</updated>
<author>
<name>zelin-l</name>
<email>16577660+zelin-l@users.noreply.github.com</email>
</author>
<published>2019-04-18T13:06:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=52c19d4da7830c9c39d23190822d3c2de80d13a4'/>
<id>52c19d4da7830c9c39d23190822d3c2de80d13a4</id>
<content type='text'>
Allow setting access_level of new runner to not_protected (default) or ref_protected
Minor update to relevant docs and tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow setting access_level of new runner to not_protected (default) or ref_protected
Minor update to relevant docs and tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the Runner registration and authentication tokens</title>
<updated>2019-04-05T04:52:00+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-04-05T04:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0ea3f892ae3a490511ccd6fba0ce318fb265e7a'/>
<id>a0ea3f892ae3a490511ccd6fba0ce318fb265e7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: add gitlab version for list jobs of a runner</title>
<updated>2019-04-01T07:53:18+00:00</updated>
<author>
<name>jk2K</name>
<email>191983-jk2K@users.noreply.gitlab.com</email>
</author>
<published>2019-04-01T07:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=947acd8142ed61418a88fe333aad2f4d4f99954f'/>
<id>947acd8142ed61418a88fe333aad2f4d4f99954f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tag_list param to runners api</title>
<updated>2019-02-27T19:19:49+00:00</updated>
<author>
<name>Alexis Reigel</name>
<email>alexis.reigel.ext@siemens.com</email>
</author>
<published>2018-06-11T16:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3accd36a0fda4014979c916ef1c0a3875a30199'/>
<id>d3accd36a0fda4014979c916ef1c0a3875a30199</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspellings in docs</title>
<updated>2019-02-25T01:31:35+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2019-02-23T12:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e8fee6b8f720b9b0340f40818a095fd941630423'/>
<id>e8fee6b8f720b9b0340f40818a095fd941630423</id>
<content type='text'>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace look-alike token with '&lt;your_access_token&gt;'</title>
<updated>2019-01-04T12:19:27+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-12-27T09:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f'/>
<id>0e078d1a8acb4d40ebdc7e1570df6be42cd97e1f</id>
<content type='text'>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'&lt;your_access_token&gt;' in API docs.
</pre>
</div>
</content>
</entry>
</feed>
