<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api/helpers.rb, branch ce-detect-github-pull-requests</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>Update CE files for GSD projects filter</title>
<updated>2019-08-28T14:26:42+00:00</updated>
<author>
<name>Victor Zagorodny</name>
<email>vzagorodny@gitlab.com</email>
</author>
<published>2019-08-28T14:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4fbd94cf5eba0b103bd97627d822f2014dfe474'/>
<id>e4fbd94cf5eba0b103bd97627d822f2014dfe474</id>
<content type='text'>
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
</pre>
</div>
</content>
</entry>
<entry>
<title>CE: Add project download &amp; project export audit event</title>
<updated>2019-07-26T06:55:56+00:00</updated>
<author>
<name>manojmj</name>
<email>mmj@gitlab.com</email>
</author>
<published>2019-07-24T14:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6cfd13726fbce725633d95140dd0e4bf1779c5db'/>
<id>6cfd13726fbce725633d95140dd0e4bf1779c5db</id>
<content type='text'>
This change adds audit events for
download of repository and export of
project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds audit events for
download of repository and export of
project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change HTTP Status Code when repository disabled</title>
<updated>2019-06-24T22:12:42+00:00</updated>
<author>
<name>Sam Battalio</name>
<email>sambattalio99@gmail.com</email>
</author>
<published>2019-06-24T22:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3457695b1e3d2c6e5a10cff6e24a08f7cbb38503'/>
<id>3457695b1e3d2c6e5a10cff6e24a08f7cbb38503</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 'pderichs-52123' into 'master'</title>
<updated>2019-06-19T15:58:43+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-06-19T15:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea1b24cbe01d4d76fce693cbf329896e2203ae3d'/>
<id>ea1b24cbe01d4d76fce693cbf329896e2203ae3d</id>
<content type='text'>
Use NotesFinder to get Noteable

See merge request gitlab-org/gitlab-ce!28205</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use NotesFinder to get Noteable

See merge request gitlab-org/gitlab-ce!28205</pre>
</div>
</content>
</entry>
<entry>
<title>Use NotesFinder to fetch notes on API and Controllers</title>
<updated>2019-06-19T08:56:55+00:00</updated>
<author>
<name>Patrick Derichs</name>
<email>pderichs@gitlab.com</email>
</author>
<published>2019-06-15T05:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=932a9a0c77a02e1d948f45cffe5e936e915ae0bc'/>
<id>932a9a0c77a02e1d948f45cffe5e936e915ae0bc</id>
<content type='text'>
Fix missing iid query on NotesFinder

Changed parameters of find_noteable, 
so changes across a few files were needed.
MergeRequest also requires iid instead of id query

Make NotesFinder fail with RecordNotFound again

Add specs for target_iid

Using RSpec tablesyntax for target_iid specs

Revert "Using RSpec tablesyntax for target_iid specs"

This reverts commit ba45c7f569a.

Allow find_by! here

Fix variable name

Add readable check

Revert "Add readable check"

This reverts commit 9e3a1a7aa39.

Remove unnecessary assignment

Add required changes for EE

Fix parameter count

Reduce code duplication by extracting a noteable module method

The call to find_noteable was redundant so
multiple files and lines have changed in that
commit to use the newly introduced module
method `noteable`.

Replace casecmp with include check

Add parent_type parameter


Revert "Reduce code duplication by extracting
a noteable module method"

This reverts commit 8c0923babff16.

Method is no longer needed

Check whether noteable can be read by user
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix missing iid query on NotesFinder

Changed parameters of find_noteable, 
so changes across a few files were needed.
MergeRequest also requires iid instead of id query

Make NotesFinder fail with RecordNotFound again

Add specs for target_iid

Using RSpec tablesyntax for target_iid specs

Revert "Using RSpec tablesyntax for target_iid specs"

This reverts commit ba45c7f569a.

Allow find_by! here

Fix variable name

Add readable check

Revert "Add readable check"

This reverts commit 9e3a1a7aa39.

Remove unnecessary assignment

Add required changes for EE

Fix parameter count

Reduce code duplication by extracting a noteable module method

The call to find_noteable was redundant so
multiple files and lines have changed in that
commit to use the newly introduced module
method `noteable`.

Replace casecmp with include check

Add parent_type parameter


Revert "Reduce code duplication by extracting
a noteable module method"

This reverts commit 8c0923babff16.

Method is no longer needed

Check whether noteable can be read by user
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation and tests</title>
<updated>2019-06-19T07:08:56+00:00</updated>
<author>
<name>Manoj MJ</name>
<email>mmj@gitlab.com</email>
</author>
<published>2019-06-19T07:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53b17f030161ba2afade8fe3d41b849a7fa41a89'/>
<id>53b17f030161ba2afade8fe3d41b849a7fa41a89</id>
<content type='text'>
This commit adds
 - feature specs
  - to test the ability of a user with "developer" permission
    to delete tags in repositories.
 - documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds
 - feature specs
  - to test the ability of a user with "developer" permission
    to delete tags in repositories.
 - documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy artifact related code</title>
<updated>2019-05-31T03:49:17+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2019-03-22T12:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=387a4f4b2cc9cffe2a21ef1060fe35c60d1ac769'/>
<id>387a4f4b2cc9cffe2a21ef1060fe35c60d1ac769</id>
<content type='text'>
We've already migrated all the legacy artifacts to the new realm,
which is ci_job_artifacts table.
It's time to remove the old code base that is no longer used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We've already migrated all the legacy artifacts to the new realm,
which is ci_job_artifacts table.
It's time to remove the old code base that is no longer used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of the user_namespace API helper method</title>
<updated>2019-04-24T17:39:59+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-04-24T17:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c563e29fb37c482951c17680c7e34bfbfafa4ca0'/>
<id>c563e29fb37c482951c17680c7e34bfbfafa4ca0</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Get milestone by title via API"</title>
<updated>2019-03-27T09:01:07+00:00</updated>
<author>
<name>Fabio Busatto</name>
<email>fabio@gitlab.com</email>
</author>
<published>2019-03-27T09:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=035c8af12e4ea6dbba18255214bad2a53c1b1cf1'/>
<id>035c8af12e4ea6dbba18255214bad2a53c1b1cf1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Authenticate the internal API using a header</title>
<updated>2019-03-11T15:46:04+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2019-03-08T13:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b0fac091eca5d08c00a57f4b0bed0650cc9522fd'/>
<id>b0fac091eca5d08c00a57f4b0bed0650cc9522fd</id>
<content type='text'>
Instead of mixing in the shared secret into the querystring or body,
we could also specify it in a header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of mixing in the shared secret into the querystring or body,
we could also specify it in a header.
</pre>
</div>
</content>
</entry>
</feed>
