<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/controllers/projects/settings, branch ce-docker_image_replication</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>Add username to deploy tokens</title>
<updated>2019-07-02T18:56:48+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-07-02T18:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d745ff0431130a760a7a59899c26410dc887f77a'/>
<id>d745ff0431130a760a7a59899c26410dc887f77a</id>
<content type='text'>
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.

Empty usernames will be saved as null in the database.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new attribute is optional and used when set instead of the default
format `gitlab+deploy-token-#{id}`.

Empty usernames will be saved as null in the database.

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose ci_default_git_depth via project API</title>
<updated>2019-06-12T08:51:45+00:00</updated>
<author>
<name>Fabio Pitino</name>
<email>fpitino@gitlab.com</email>
</author>
<published>2019-06-07T11:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ac527b4889b9465b2d55ca0c9317a3e8479a625'/>
<id>3ac527b4889b9465b2d55ca0c9317a3e8479a625</id>
<content type='text'>
Enable Get and Update of ci_default_git_depth for
Project API.

Renaming Project#default_git_depth to :ci_default_git_depth
to give more context through the API usage.

Add API documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable Get and Update of ci_default_git_depth for
Project API.

Renaming Project#default_git_depth to :ci_default_git_depth
to give more context through the API usage.

Add API documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Add project level git depth setting</title>
<updated>2019-06-06T08:21:18+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kangelov@gitlab.com</email>
</author>
<published>2019-05-30T06:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad9ae16d8a44dd2523bd6e6109db9fe2da45d3a5'/>
<id>ad9ae16d8a44dd2523bd6e6109db9fe2da45d3a5</id>
<content type='text'>
Introduce default_git_depth in project's CI/CD settings and set it to
50. Use it if there is no GIT_DEPTH variable specified. Apply this
default only to newly created projects and keep it nil for old ones
in order to not break pipelines that rely on non-shallow clones.

default_git_depth can be updated from CI/CD Settings in the UI, must be
either nil or integer between 0 and 1000 (incl).

Inherit default_git_depth from the origin project when forking projects.

MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it
contains unique commit (i.e. merge commit) which doesn't exist in the
other branch/tags refs. We need to add it cause otherwise it may break
pipelines for old projects that have already enabled Pipelines for merge
results and have git depth 0.

Document new default_git_depth project CI/CD setting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce default_git_depth in project's CI/CD settings and set it to
50. Use it if there is no GIT_DEPTH variable specified. Apply this
default only to newly created projects and keep it nil for old ones
in order to not break pipelines that rely on non-shallow clones.

default_git_depth can be updated from CI/CD Settings in the UI, must be
either nil or integer between 0 and 1000 (incl).

Inherit default_git_depth from the origin project when forking projects.

MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it
contains unique commit (i.e. merge commit) which doesn't exist in the
other branch/tags refs. We need to add it cause otherwise it may break
pipelines for old projects that have already enabled Pipelines for merge
results and have git depth 0.

Document new default_git_depth project CI/CD setting
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore ProjectAutoDevops domain column</title>
<updated>2019-05-31T01:26:59+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-05-22T02:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=851321f725062e34248f3d3053cdb92d89d2a1f3'/>
<id>851321f725062e34248f3d3053cdb92d89d2a1f3</id>
<content type='text'>
This column is no longer used. The form was removed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580
and other usages removed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28460.

Remove final usages of :domain
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This column is no longer used. The form was removed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580
and other usages removed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28460.

Remove final usages of :domain
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ProjectMetricsDashboardSetting model and table</title>
<updated>2019-04-26T17:23:26+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-26T17:23:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4376167a04aaeed084ad93aab2e65550109235c6'/>
<id>4376167a04aaeed084ad93aab2e65550109235c6</id>
<content type='text'>
This new table will be used to store the external_dashboard_url which
allows users to add a link to their external dashboards (ex Grafana)
to the Metrics dashboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new table will be used to store the external_dashboard_url which
allows users to add a link to their external dashboards (ex Grafana)
to the Metrics dashboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '57171-operations-controller-spec-refactor' into 'master'</title>
<updated>2019-04-26T11:50:39+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-04-26T11:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=674e5e5baab6542eb35446fa46d45ce428c9ea1a'/>
<id>674e5e5baab6542eb35446fa46d45ce428c9ea1a</id>
<content type='text'>
Refactor operations controller spec

Closes #57171

See merge request gitlab-org/gitlab-ce!27558</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor operations controller spec

Closes #57171

See merge request gitlab-org/gitlab-ce!27558</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug in shared_examples definition</title>
<updated>2019-04-25T10:36:17+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-25T10:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7e9929e0d9c7f208394ccb61239228216fe0be8'/>
<id>e7e9929e0d9c7f208394ccb61239228216fe0be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect to settings page on invalid update</title>
<updated>2019-04-24T13:44:12+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-04-24T13:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=163730f0a2c8f7266cc9521bfd326b351688c48c'/>
<id>163730f0a2c8f7266cc9521bfd326b351688c48c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move shared context to top of spec file</title>
<updated>2019-04-24T06:31:29+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-24T06:26:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f9bb16cdfb07fc975e1bcf50d900c50837836b3'/>
<id>9f9bb16cdfb07fc975e1bcf50d900c50837836b3</id>
<content type='text'>
- Rename the shared_context
- Use expect in stub_operations_update_service_returning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rename the shared_context
- Use expect in stub_operations_update_service_returning.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor operations controller spec</title>
<updated>2019-04-22T18:28:27+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-04-22T18:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=113c7af4c295df678af41daf1ed76b58304a393c'/>
<id>113c7af4c295df678af41daf1ed76b58304a393c</id>
<content type='text'>
- Move specs into a shared_context so that they can be reused.
- Move common specs out of a more specific context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move specs into a shared_context so that they can be reused.
- Move common specs out of a more specific context.
</pre>
</div>
</content>
</entry>
</feed>
