<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/workers/concerns, branch scripts-differences</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 frozen_string_literal to spec/workers</title>
<updated>2019-04-01T16:35:22+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-03-30T07:15:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d6b952ad3e2ab3d4e7742f5f767dde30673a2661'/>
<id>d6b952ad3e2ab3d4e7742f5f767dde30673a2661</id>
<content type='text'>
Adds `# frozen_string_literal: true` to spec/workers ruby files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds `# frozen_string_literal: true` to spec/workers ruby files
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes all the irrelevant import related code and columns</title>
<updated>2018-11-27T12:58:13+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2018-11-27T09:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bd8a427d4e8127f1badc7365b35702472918956'/>
<id>4bd8a427d4e8127f1badc7365b35702472918956</id>
<content type='text'>
Clears the import related columns and code from the Project
model over to the ProjectImportState model
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clears the import related columns and code from the Project
model over to the ProjectImportState model
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'security-event-counters-private-data' into 'master'</title>
<updated>2018-07-24T20:25:25+00:00</updated>
<author>
<name>Felipe Artur Cardozo</name>
<email>fcardozo@gitlab.com</email>
</author>
<published>2018-07-24T20:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=236ed1f2f36df1a1a2245dbd2543d17071935313'/>
<id>236ed1f2f36df1a1a2245dbd2543d17071935313</id>
<content type='text'>
[master] Don't expose project names in various counters

See merge request gitlab/gitlabhq!2418</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[master] Don't expose project names in various counters

See merge request gitlab/gitlabhq!2418</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve Naming/UncommunicativeMethod</title>
<updated>2018-07-09T13:13:08+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2018-07-04T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3bfe30662436e48d4324b8fac5c1634df4a7cf7f'/>
<id>3bfe30662436e48d4324b8fac5c1634df4a7cf7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't expose project names in various counters</title>
<updated>2018-06-21T14:56:40+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-06-19T17:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e29408ee6072f2559899582b3300a6de54069ff'/>
<id>9e29408ee6072f2559899582b3300a6de54069ff</id>
<content type='text'>
Various counters would expose either project names, or full project
paths (e.g. "gitlab-org/gitlab-ce"). This commit changes various places
where we use "add_event" so we no longer expose (potentially) private
information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Various counters would expose either project names, or full project
paths (e.g. "gitlab-org/gitlab-ce"). This commit changes various places
where we use "add_event" so we no longer expose (potentially) private
information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cattr_accessor definition</title>
<updated>2018-05-28T18:59:32+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-05-28T18:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e31717f490c5b75f65121b14c34a327737ba9ac5'/>
<id>e31717f490c5b75f65121b14c34a327737ba9ac5</id>
<content type='text'>
Use cattr_accessor directly inside the defined class, otherwise
in Rails 5 this accessor returns nil.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use cattr_accessor directly inside the defined class, otherwise
in Rails 5 this accessor returns nil.
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around Ruby 2.3.7 bug by defining prepended class methods needed for tests</title>
<updated>2018-04-09T13:46:33+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-04-09T13:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63cadbe1ad194e95920a9ece6b3cb7fdffc4d84b'/>
<id>63cadbe1ad194e95920a9ece6b3cb7fdffc4d84b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests by latest proposal changes</title>
<updated>2018-03-06T12:44:15+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-03-06T12:40:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ac1322045bd6d069aa74da04df7fb2d2797a3f0'/>
<id>0ac1322045bd6d069aa74da04df7fb2d2797a3f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate two workers into one ArchiveTraceWorker with pipeline_background queue. This queue takes loqer precedence than pipeline_default.</title>
<updated>2018-03-06T12:44:15+00:00</updated>
<author>
<name>Shinya Maeda</name>
<email>shinya@gitlab.com</email>
</author>
<published>2018-03-06T11:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=335bc0fec05d282e2e4daa0e4a1bcb82ddec0594'/>
<id>335bc0fec05d282e2e4daa0e4a1bcb82ddec0594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert few more broken specs related to *_with_namespace methods</title>
<updated>2018-03-05T16:25:52+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-03-05T16:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9fb733c3234318d31be09543fd788a75717db12d'/>
<id>9fb733c3234318d31be09543fd788a75717db12d</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
