<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markr.git/pom.xml, branch master</title>
<subtitle>Markr - Marking as a Service</subtitle>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/'/>
<entry>
<title>Enable maven build logging for test container</title>
<updated>2024-07-26T01:55:00+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T01:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=f861977a68995b0ee66f9c19e6ea1c4caee54b89'/>
<id>f861977a68995b0ee66f9c19e6ea1c4caee54b89</id>
<content type='text'>
Maven was configured to build quietly, which means that we can't easily
see if there are any issues and there is no summary of the tests that
have run.

Added maven configuration to ensure that the tests print a summary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maven was configured to build quietly, which means that we can't easily
see if there are any issues and there is no summary of the tests that
have run.

Added maven configuration to ensure that the tests print a summary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate import payload and return create/update stats</title>
<updated>2024-07-25T10:36:11+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T10:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=aa9bdd514ab90d0da0391b879255a22c29450e9a'/>
<id>aa9bdd514ab90d0da0391b879255a22c29450e9a</id>
<content type='text'>
- Add validation to /import payload
- Move import logic to service bean
- Track whether entities have been created or update
- Report number of created and updated entities as return value for the
  import endpoint
- Add some test coverage to exercise the validators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add validation to /import payload
- Move import logic to service bean
- Track whether entities have been created or update
- Report number of created and updated entities as return value for the
  import endpoint
- Add some test coverage to exercise the validators
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate Docker Compose services for build, test, run</title>
<updated>2024-07-25T01:56:13+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T01:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=1df19fd955eb951f5d31fb205963b2f4e794c039'/>
<id>1df19fd955eb951f5d31fb205963b2f4e794c039</id>
<content type='text'>
Refactor Docker Compose setup to include distinct services for building, testing,
and running the application.

Use separate Dockerfiles and configurations for each phase to isolate concerns and
improve workflow.

Quiet down the maven logs and set log levels to WARN so there is less noise in the
logs.

Update README file with information on running the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor Docker Compose setup to include distinct services for building, testing,
and running the application.

Use separate Dockerfiles and configurations for each phase to isolate concerns and
improve workflow.

Quiet down the maven logs and set log levels to WARN so there is less noise in the
logs.

Update README file with information on running the project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Apache Commons Math for calculations and implement service tests</title>
<updated>2024-07-24T07:31:54+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-24T07:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=c459e7d5abd66d7bcf38e151aa2632fcb139f4f5'/>
<id>c459e7d5abd66d7bcf38e151aa2632fcb139f4f5</id>
<content type='text'>
Implement TestResultService tests and supporting entity builders.
Switch to Apache Commons Math library for descriptive statistics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement TestResultService tests and supporting entity builders.
Switch to Apache Commons Math library for descriptive statistics.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define JPA entities and repositories and H2 DB</title>
<updated>2024-07-23T13:19:45+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T13:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=fa34f76ad8ebccb96012b45a4207532846cfa03f'/>
<id>fa34f76ad8ebccb96012b45a4207532846cfa03f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement simple /import endpoint and test</title>
<updated>2024-07-23T05:25:17+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T05:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=aec0dff5477cafce865410381a722fedbac04ac1'/>
<id>aec0dff5477cafce865410381a722fedbac04ac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create JAXB beans and initial test for request model</title>
<updated>2024-07-23T04:48:26+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T04:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=fc96ec673822d9f1cbe0e5eb004c12b7f8f2db9b'/>
<id>fc96ec673822d9f1cbe0e5eb004c12b7f8f2db9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create foundations using Spring Initializr</title>
<updated>2024-07-23T01:45:44+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-23T01:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=d4c94470514f28849a5b3cbd9d04982825187554'/>
<id>d4c94470514f28849a5b3cbd9d04982825187554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
