Skip to content

Commit

Permalink
Deploying to gh-pages from @ 73eab1f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Apr 15, 2024
1 parent be67c4e commit ccce751
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
20 changes: 10 additions & 10 deletions 2024/04/15/15.04.2024.volodya-lombrozo.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ <h1>volodya-lombrozo 15.04.2024</h1>
- Use direct xpath instead of global in XmlMethod implementation [#557]<br/>
- Update opeo-maven-plugin to use the newest version of jeo-maven-plugin [#201]<br/>
- Alter <code class="prettyprint">XmlProgram</code> and <code class="prettyprint">XmlClass</code> classes [#555]<br/>
- Remove Mutable Methods [#352]<br/>
- Clean Max Stack and Max Locals [#550]</p>
- Clean Max Stack and Max Locals [#550]<br/>
- Remove Mutable Methods [#352]</p>

<p>Next week plans:<br/>
```opeo-maven-plugin:<br/>
- Add Attributes to the Super class [#209]<br/>
- Remove the 'appendInterfaced' method from Opcode [#208]<br/>
- Fix 'staticize' optimization [#207]<br/>
- Create a large integration test with Spring Boot, Http, and Factorial [#200]</p>
- Large test with Spring Boot, Http and Factorial [#200]</p>

<p>jeo-maven-plugin:<br/>
- XMIR to Bytecode transformation via XSL [#549]<br/>
- Add <code class="prettyprint">http</code> support to the <code class="prettyprint">spring-fat</code> integration test [#548]<br/>
- Replace <code class="prettyprint">org.w3c.dom</code> usages with <code class="prettyprint">com.jcabi.xml</code> [#546]<br/>
- Enable Bytecode Verification For Spring Fat Integration Test [#543]<br/>
- Remove ad-hoc solution for method frames, stack, and locals computation [#540]<br/>
- Remove ad-hoc solution for method frames, stack and locals computation [#540]<br/>
- Refactor DirectivesMethod class to simplify the code [#537]<br/>
- Refactor the code to reduce complexity and remove null values [#536]<br/>
- Refactor Annotations Implementation [#532]<br/>
- Refactor DataType, HexData, and HexString classes [#520]<br/>
- Refactor DataType, HexData and HexString classes [#520]<br/>
```</p>

<p>Risks:<br/>
jeo-maven-plugin:<br/>
- The server is weak, we may fail the delivery of the dataset, report milestone will be missed [#557].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#201].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#555].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#352].<br/>
- The code in repository is suboptimal, we might have some problems for the future maintainability [#550].</p>
- Removed mutable methods from <code class="prettyprint">XmlMethod</code> to ensure safety in object state manipulation [#352].<br/>
- Updated XPath expressions in <code class="prettyprint">XmlMethod.java</code> to target elements relative to the current node [#557].<br/>
- Enhanced <code class="prettyprint">XmlClass</code> and <code class="prettyprint">XmlMethod</code> classes by adding methods for manipulation and conversion to XML [#555].<br/>
- Added max stack and locals support to XML method representation [#550].<br/>
- Updated versions, added <code class="prettyprint">interfaced</code> attribute, and refactored method names and instructions in the codebase [#201].</p>

<p>Best regards,<br/>
Vladimir Zakharov<br/>
Expand Down
8 changes: 8 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: "Newsman Reports"
url: https://volodya-lombrozo.github.io/newsman/
email: "volodya.lombrozo@gmail.com"
description: "Here you can find all reports generated by newsman"
encoding: utf-8
exclude:
- README.md

25 changes: 15 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Newsman</title>
</head>
<body>
---
title: Newsman Reports
---

<div>
<h1>Newsman</h1>
<p>
Newsman is a simple script that collects information about a developer's weekly activity on GitHub and creates a human-readable summary of the work done. To create the summary, Newsman asks ChatGPT to handle all the information about a developer's activity, including their pull requests and created issues.
</p>
<p>GitHub Repository: <a href="https://github.com/volodya-lombrozo/newsman">https://github.com/volodya-lombrozo/newsman</a></p>
</body>
</html>

<ul>
{% assign sitepages = site.pages | sort: 'order' %}
{% for sitepage in sitepages %}
<li>
<a href="{{ sitepage.url }}">{{ sitepage.title }}</a>
</li>
{% endfor %}
</ul>
</div>

0 comments on commit ccce751

Please sign in to comment.