<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/user/application_security, branch database-review-docs</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>Document the security tools maintenance and vulnerabilities DB update</title>
<updated>2019-06-26T14:56:11+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-19T10:15:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e49f7905c18d266554d56e21733d4caf5e4a2072'/>
<id>e49f7905c18d266554d56e21733d4caf5e4a2072</id>
<content type='text'>
Addresses the following questions:

- How often do we update the vulnerability DB or analyzers?
- Do we have to update GitLab to benefit from latest vulnerabilities
  definitions?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses the following questions:

- How often do we update the vulnerability DB or analyzers?
- Do we have to update GitLab to benefit from latest vulnerabilities
  definitions?
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention what tools are not supported in Dependency Scanning</title>
<updated>2019-06-25T11:42:44+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-25T11:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7e75774d46c13dd435971a1c9bd87fc4f81c912'/>
<id>b7e75774d46c13dd435971a1c9bd87fc4f81c912</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all the available options for Dependency Scanning</title>
<updated>2019-06-24T08:31:45+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-07T10:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60cd12a6d7d268b6f745c7208abe2273d8aa835f'/>
<id>60cd12a6d7d268b6f745c7208abe2273d8aa835f</id>
<content type='text'>
Port all info from:

- security-products/dependency-scanning/blob/master/docs/README.md
- security-products/dependency-scanning/blob/master/docs/analyzers.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port all info from:

- security-products/dependency-scanning/blob/master/docs/README.md
- security-products/dependency-scanning/blob/master/docs/analyzers.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Gemnasium dead link from docs</title>
<updated>2019-06-21T16:04:29+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-21T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a84a7233e33f967a51b7dd85413f46bd80370643'/>
<id>a84a7233e33f967a51b7dd85413f46bd80370643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention Container Scanning NFS bug and how to fix it</title>
<updated>2019-06-21T14:05:03+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2019-06-21T14:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=511e67e5ab820c85ac6edb2fa7b214cdcd4bf30c'/>
<id>511e67e5ab820c85ac6edb2fa7b214cdcd4bf30c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Paginate license management and add license search</title>
<updated>2019-06-20T06:54:09+00:00</updated>
<author>
<name>Fernando</name>
<email>fernando@jabberfest.com</email>
</author>
<published>2019-04-14T16:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91cf0cb2d53b6f48560862fc121f897bb7331046'/>
<id>91cf0cb2d53b6f48560862fc121f897bb7331046</id>
<content type='text'>
First pass at license pagination

* Paginate license management client side
* Refactor license list into seperate component

Add string filtering to license names

* Add search input to query on license name

Add add license button

* Refactor add license button to be a slot

Clean up styles and button state logic

* Clean up alignment
* Disable button when dorpdown is open

Remove client side alphabetical sorting

* Let the databse return order by date

Refactor list to use row slot

Further abstract pagination list compnent

Finish refactor of paginated list

* Refactor component into generic paginated list component
* Add additional style tweaks + responsive classes

Run prettier

Update license_management_spec

Run Prettier

Add unit tests for paginated list component

* Refactor template to be valid html (li in ul)
* Add jest unit tests

Add additional unit tests

* Add unit tests around pagination and search states

Add unit tests for filter props

Pretty print, lint, and add changelog

Update po files

Regernate pot file

Backport EE changes

* Update paginated list component
* Update specs and snapshot

Add POT file

Update default copy for pagianted list

* update copy for empty and empty search result states

Update pot file

Backport changes from EE merge request

* Paginaed list component and specs

Backport EE changes

Update paginated list snapshot

Update license management docs and images

Backport paginated-list component from EE

Link to gitlab-ui artifacts job

Match gitlab ui build to EE

Update pot file

Backport Paginated list changes

Set gitlab-ui to temp artifact

Add changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First pass at license pagination

* Paginate license management client side
* Refactor license list into seperate component

Add string filtering to license names

* Add search input to query on license name

Add add license button

* Refactor add license button to be a slot

Clean up styles and button state logic

* Clean up alignment
* Disable button when dorpdown is open

Remove client side alphabetical sorting

* Let the databse return order by date

Refactor list to use row slot

Further abstract pagination list compnent

Finish refactor of paginated list

* Refactor component into generic paginated list component
* Add additional style tweaks + responsive classes

Run prettier

Update license_management_spec

Run Prettier

Add unit tests for paginated list component

* Refactor template to be valid html (li in ul)
* Add jest unit tests

Add additional unit tests

* Add unit tests around pagination and search states

Add unit tests for filter props

Pretty print, lint, and add changelog

Update po files

Regernate pot file

Backport EE changes

* Update paginated list component
* Update specs and snapshot

Add POT file

Update default copy for pagianted list

* update copy for empty and empty search result states

Update pot file

Backport changes from EE merge request

* Paginaed list component and specs

Backport EE changes

Update paginated list snapshot

Update license management docs and images

Backport paginated-list component from EE

Link to gitlab-ui artifacts job

Match gitlab ui build to EE

Update pot file

Backport Paginated list changes

Set gitlab-ui to temp artifact

Add changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos, grammar and wording for SAST and DS report JSON docs</title>
<updated>2019-06-18T11:34:36+00:00</updated>
<author>
<name>Victor Zagorodny</name>
<email>vzagorodny@gitlab.com</email>
</author>
<published>2019-06-18T11:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a46a7c8a3d6dc0621752bd7ba3614a5ca650fbe2'/>
<id>a46a7c8a3d6dc0621752bd7ba3614a5ca650fbe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Say that the dependency list is from Gemnasium</title>
<updated>2019-06-16T21:10:02+00:00</updated>
<author>
<name>Fabien Catteau</name>
<email>fcatteau@gitlab.com</email>
</author>
<published>2019-06-16T21:10:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f7fda1bea2acc8e625d483fe8fc8c6d6a301e5ec'/>
<id>f7fda1bea2acc8e625d483fe8fc8c6d6a301e5ec</id>
<content type='text'>
Make it explicit that the dependency list
is generated from Gemnasium.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it explicit that the dependency list
is generated from Gemnasium.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document CI variable LM_PYTHON_VERSION</title>
<updated>2019-06-14T17:32:50+00:00</updated>
<author>
<name>Fabien Catteau</name>
<email>fcatteau@gitlab.com</email>
</author>
<published>2019-06-14T17:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5f628fa32addacc7b66cd3c3053a158a97a3a68'/>
<id>e5f628fa32addacc7b66cd3c3053a158a97a3a68</id>
<content type='text'>
Show how one can switch to Python 3.5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show how one can switch to Python 3.5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add which tools is used by License Management  project</title>
<updated>2019-06-14T17:17:52+00:00</updated>
<author>
<name>Can Eldem</name>
<email>celdem@gitlab.com</email>
</author>
<published>2019-06-14T17:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1cde8ec9a7d599dae797d84d2c744928822aede0'/>
<id>1cde8ec9a7d599dae797d84d2c744928822aede0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
