<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects, branch update-csslab-version</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Resolve "Projects::MergeRequestsController#show is slow (implement skeleton loading)"</title>
<updated>2018-03-13T12:01:36+00:00</updated>
<author>
<name>Simon Knox</name>
<email>simon@gitlab.com</email>
</author>
<published>2018-03-13T12:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8fa001e7604c14a73442e809aa8ec437d39282f1'/>
<id>8fa001e7604c14a73442e809aa8ec437d39282f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '43770-change-clear-runners-cache-ujs-action-to-an-axios-request' into 'master'</title>
<updated>2018-03-08T09:30:01+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-03-08T09:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96a3847eb1bc18d6ea2d228fef488c0cee0e66ec'/>
<id>96a3847eb1bc18d6ea2d228fef488c0cee0e66ec</id>
<content type='text'>
Resolve "Change Clear Runners cache UJS action to an API request"

Closes #43770

See merge request gitlab-org/gitlab-ce!17466</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Change Clear Runners cache UJS action to an API request"

Closes #43770

See merge request gitlab-org/gitlab-ce!17466</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ce-jej/github-project-service-for-ci' into 'master'</title>
<updated>2018-03-08T00:39:27+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-03-08T00:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7734e85bc6592c5ad3330c611c5f83a051b680b0'/>
<id>7734e85bc6592c5ad3330c611c5f83a051b680b0</id>
<content type='text'>
Backport changes from introducing GithubService interation in EE

See merge request gitlab-org/gitlab-ce!17607</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport changes from introducing GithubService interation in EE

See merge request gitlab-org/gitlab-ce!17607</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-allow-maintainer-to-push' into 'master'</title>
<updated>2018-03-07T18:43:53+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-03-07T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e85f4697cce4f0040f235bd8f2fefce1daa9e8bf'/>
<id>e85f4697cce4f0040f235bd8f2fefce1daa9e8bf</id>
<content type='text'>
Allow maintainers to push forks of a project for branches that have open MRs

Closes #22292

See merge request gitlab-org/gitlab-ce!17395</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow maintainers to push forks of a project for branches that have open MRs

Closes #22292

See merge request gitlab-org/gitlab-ce!17395</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip] Merge branch 'master' into 43770-change-clear-runners-cache-ujs-action-to-an-axios-request</title>
<updated>2018-03-07T18:42:57+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-03-07T18:42:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=318aeffcd735486ff3bbb99325825788918373c7'/>
<id>318aeffcd735486ff3bbb99325825788918373c7</id>
<content type='text'>
* master: (68 commits)
  Upgrade Workhorse to 4.0.0
  naming things
  Update GitLab Pages to v0.7.0
  Minor fixes in API doc
  Use Project#full_name instead of name_with_namespace
  Fix tests not completely disabling Gitaly
  Move OperationService#UserRemoveBranch
  Move OperationService#UserCreateBranch
  Move CommitService#Languages to OPT_OUT
  Move RefService#CreateBranch to OPT_OUT
  Move RefService#DeleteBranch to OPT_OUT
  Move OperationService#UserRevert to OPT_OUT
  Move OperationService#UserAddTag to OPT_OUT
  Move CommitService::CommitPatch to OPT_OUT
  Change to Pacific Time Zone
  Merge branch 'pages-6-1-gitlab-10-5' into 'security-10-5'
  Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'
  Remove wrong assumption about Runners cache GC
  Add CommonMark markdown engine
  add nginx_status monitoring details
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* master: (68 commits)
  Upgrade Workhorse to 4.0.0
  naming things
  Update GitLab Pages to v0.7.0
  Minor fixes in API doc
  Use Project#full_name instead of name_with_namespace
  Fix tests not completely disabling Gitaly
  Move OperationService#UserRemoveBranch
  Move OperationService#UserCreateBranch
  Move CommitService#Languages to OPT_OUT
  Move RefService#CreateBranch to OPT_OUT
  Move RefService#DeleteBranch to OPT_OUT
  Move OperationService#UserRevert to OPT_OUT
  Move OperationService#UserAddTag to OPT_OUT
  Move CommitService::CommitPatch to OPT_OUT
  Change to Pacific Time Zone
  Merge branch 'pages-6-1-gitlab-10-5' into 'security-10-5'
  Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'
  Remove wrong assumption about Runners cache GC
  Add CommonMark markdown engine
  add nginx_status monitoring details
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Service integration displays validation errors on test fail</title>
<updated>2018-03-07T17:50:11+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jedwardsjones@gitlab.com</email>
</author>
<published>2018-02-24T03:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ef15668d8214e8cce5732525c872d5b8f57e337a'/>
<id>ef15668d8214e8cce5732525c872d5b8f57e337a</id>
<content type='text'>
Fixes attempts to update a service integration which had `can_test?`
set to true but validations were causing the "Test and save changes"
button to return "Something went wrong on our end."

Removes references to index action left from 0af99433143727088b6a0a1b2163751c05d80ce6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes attempts to update a service integration which had `can_test?`
set to true but validations were causing the "Test and save changes"
button to return "Something went wrong on our end."

Removes references to index action left from 0af99433143727088b6a0a1b2163751c05d80ce6
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport changes from EE's GithubService integration</title>
<updated>2018-03-07T17:50:10+00:00</updated>
<author>
<name>James Edwards-Jones</name>
<email>jedwardsjones@gitlab.com</email>
</author>
<published>2018-02-18T23:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6253d4456a98613b419d766a03af7ff9b9fcf2af'/>
<id>6253d4456a98613b419d766a03af7ff9b9fcf2af</id>
<content type='text'>
Adds detailed_status to pipeline hook data
Adds detailed_description option for Services
Integration edit page renders 404 if a service is disabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds detailed_status to pipeline hook data
Adds detailed_description option for Services
Integration edit page renders 404 if a service is disabled
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jivl-new-modal-project-labels-milestones' into 'master'</title>
<updated>2018-03-07T16:43:29+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-03-07T16:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ce819eceea58f1452f59ffc275a4c8cb6c5da0d8'/>
<id>ce819eceea58f1452f59ffc275a4c8cb6c5da0d8</id>
<content type='text'>
Resolve: Modal and banner designs for project label and project milestone promotion

Closes #41895

See merge request gitlab-org/gitlab-ce!17197</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve: Modal and banner designs for project label and project milestone promotion

Closes #41895

See merge request gitlab-org/gitlab-ce!17197</pre>
</div>
</content>
</entry>
<entry>
<title>Allow maintainers to edit directly in a fork</title>
<updated>2018-03-07T15:55:34+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-02-28T08:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e74879280f0cbf48fa0dcf8031e711cc51c9183f'/>
<id>e74879280f0cbf48fa0dcf8031e711cc51c9183f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a user to select `allow maintainer to push`</title>
<updated>2018-03-07T14:12:31+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-02-23T17:30:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=792ab0631c85098fbf92e727b77158fb9dae5219'/>
<id>792ab0631c85098fbf92e727b77158fb9dae5219</id>
<content type='text'>
When a project is not private, and the source branch not protected the
user can now select the option to allow maintainers to push to this
branch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a project is not private, and the source branch not protected the
user can now select the option to allow maintainers to push to this
branch
</pre>
</div>
</content>
</entry>
</feed>
