self-core icon indicating copy to clipboard operation
self-core copied to clipboard

Self's core, implemented with Java SE 11.

Results 33 self-core issues
Sort by recently updated
recently updated
newest added

The puzzle ``-44920864`` originating from #826 has to be resolved: https://github.com/self-xdsd/self-core/blob/8969d46abdeaf4ea50c0c805ae0822ccccd9a219/self-core-impl/src/main/java/com/selfxdsd/core/contracts/invoices/StoredInvoice.java#L30-L32 "Modify the PDF template and the code in toPdf() such that more tasks are written on more pages. At...

60 min
puzzle

The puzzle ``-1538671622`` originating from #1298 has to be resolved: https://github.com/self-xdsd/self-core/blob/8969d46abdeaf4ea50c0c805ae0822ccccd9a219/self-core-impl/src/main/java/com/selfxdsd/core/MailjetEmailNotifications.java#L44-L44 "Write unit tests for this class, using Grizzly mock server.". The puzzle was created by amihaiemil at ``2022-10-31 20:11:21...

60 min
puzzle

I've just created an [issue](https://github.com/fedorpashin/physics/issues/21) with the label `30 min`, but the PM estimated it by default time. In other [issue](https://github.com/fedorpashin/physics/issues/11) with custom estimation everything worked well.

The puzzle ``1969681464`` originating from #1215 has to be resolved: https://github.com/self-xdsd/self-core/blob/5ac847a40ad2ae7dde6d8e98209f8ea3cd442cdd/self-api/src/main/java/com/selfxdsd/api/Project.java#L37-L38 "Catch the webhook event for deleting/transferring Github Issues and handle them.". The puzzle was created by amihaiemil at ``2021-08-23...

60 min
puzzle

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

The puzzle ``-323164990`` originating from #1296 has to be resolved: https://github.com/self-xdsd/self-core/blob/0b7ba136070d96c725646b9626dbd67ec1f8ea47/self-core-impl/src/main/java/com/selfxdsd/core/MailjetEmailNotifications.java#L46-L47 "Use this class to send e-mails as soon as a real payment is successful. We should do it in...

60 min
puzzle

Github and GitLab give us this information, let's use it and ignore any comment coming from a user with type bot.

When a Wallet or PayoutMethod is created, we should have a better handling of Stripe validation errors. For example validation error of the zipcode.

Having two URI's `/foo/bar?a=100&b=true` and `/foo/bar?b=true&a=100` Eventhough these URIs have query parameters in different order, they are pointing to the same `Resource`. And this will lead to duplicate entries in...