Skip to content

fix(deps): bump assertj-core from 3.18.1 to 3.23.1 #334

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
{{ end }}
{{ end -}}
{{ end -}}
{{ end -}}
{{ end -}}
1 change: 0 additions & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ engines:
exclude_paths:
- 'docs/**'
- 'mappings/**'

10 changes: 5 additions & 5 deletions .github/ACTION_TRIGGER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

In order to trigger workflow action you should execute the following curl:

`curl -H "Accept: application/vnd.github.everest-preview+json" \`
`-H "Authorization: token <ACCESS_TOKEN>" \`
`--request POST \`
`--data '{"event_type": "<ACTION>"}' \`
`curl -H "Accept: application/vnd.github.everest-preview+json" \`
`-H "Authorization: token <ACCESS_TOKEN>" \`
`--request POST \`
`--data '{"event_type": "<ACTION>"}' \`
`https://api.github.com/repos/AlexRogalskiy/object-mappers-playground/dispatches`

This curl expects two input parameters:
- `ACCESS_TOKEN`: A personal access token. Creating a [personal access token guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
- `ACCESS_TOKEN`: A personal access token. Creating a [personal access token guide](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)
- `ACTION`: action to trigger ('deploy-docs', 'deploy-to-demo')
14 changes: 7 additions & 7 deletions .github/STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Purpose

The purpose of this document is to define unified standards and guidelines for contributors to the PostHog Docs.
The purpose of this document is to define unified standards and guidelines for contributors to the PostHog Docs.

As a developer-focused product, PostHog depends on its documentation to provide a good experience to users who wish to use our product. Thus, it is important that our Documentation is complete, concise, and well-written.

Expand All @@ -14,7 +14,7 @@ Hence, this guide aims to provide some basic guidelines for those wishing to con

Assume as little as possible about your reader regarding the topic at hand. Whenever possible, you should provide links to other Docs and pages which describe how to download, update, and debug certain tools, so that your reader can easily solve an issue without having to go out searching on their own.

Regarding this point, there is a tradeoff. You do not want your text to get too long by teaching your reader how to turn on their laptop (they hopefully have that down), but you do want to instruct them on anything that is **essential** for completing a certain action.
Regarding this point, there is a tradeoff. You do not want your text to get too long by teaching your reader how to turn on their laptop (they hopefully have that down), but you do want to instruct them on anything that is **essential** for completing a certain action.

It is dangerous to assume that because something is obvious to you, it will also be obvious to your reader - just keep that in mind.

Expand All @@ -24,7 +24,7 @@ It is dangerous to assume that because something is obvious to you, it will also

PostHog is a a global company, with a team distributed across the world. As a result, to keep our communication consistent, we use American spelling for our Documentation.

**Use the Oxford comma for lists**
**Use the Oxford comma for lists**

Example: Write "bananas, apples, and oranges", not "bananas, apples and oranges".

Expand All @@ -34,13 +34,13 @@ Example: Write "Redis server", not "redis server".

**Capitalize acronyms**

Example: Write "URLs", not "urls".
Example: Write "URLs", not "urls".

On another note, try to avoid acronyms unless they're so common that it's weird not to. For example, Hyper Text Transfer Protocol is a weird way to say HTTP.

**Capitalize every word in a title (except for prepositions)**

Example: Write "Documentation Style Guide" instead of "Documentation style guide".
Example: Write "Documentation Style Guide" instead of "Documentation style guide".

"Style Guide **for** Documentation" is fine, however.

Expand All @@ -52,13 +52,13 @@ Example: Use `camelCase` for JavaScript, and `snake_case` for Python variables n

**Where there is a Call to Action, always provide a link**

When you write: "You can contact us to learn more", make sure to provide the reader with the means to do so immediately. This could be a link to another page or an email address, for example.
When you write: "You can contact us to learn more", make sure to provide the reader with the means to do so immediately. This could be a link to another page or an email address, for example.

Making sure readers always have immediate access to the next suggested step significantly enhances the reading experience. This way, a reader doesn't have to scour the website to find where the hell the link to the Slack group is.

**Use in-line code for everything that is found somewhere on the code**

Rule of thumb: If it has an underscore, put a backtick around it.
Rule of thumb: If it has an underscore, put a backtick around it.

Examples: `API_KEY`, `distinct_id`, `reset()`.

Expand Down
2 changes: 1 addition & 1 deletion .github/disable-workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
6 changes: 3 additions & 3 deletions .github/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
issue-message: 'Thank you for creating an issue; one of our team members will get back to you soon!'
pr-message: >-
Holy code! Thank you creating a PR.

Thermal is built by awesome poeple like you. Let us say "thanks" by inviting you Thermal Discord Server https://discord.gg/66xy7nk.

If there's anything we can do to help, please don't hestitate to reach out to us on tweet at @gitthermal and Discord.

Thanks again!
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ theme:documentation:

theme:TRASH:
- ".idea/**"
- "target/**"
- "target/**"
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on: pull_request
name: changelog
name: changelog
jobs:
check:
runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
repo: context.repo.repo,
pull_number: context.payload.pull_request.number,
});
let changeLogPresent = false;
let changeLogPresent = false;
for (const file of files.data) {
if (file.filename === 'CHANGELOG.md') {
changeLogPresent = true;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
ref: master

- run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25355,4 +25355,4 @@ function onceStrict (fn) {

/***/ })

/******/ });
/******/ });
1 change: 0 additions & 1 deletion .kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,3 @@ always = false # default: false
# (configured via `merge.automerge_label`). When disable, Kodiak will update any
# PR. This option only applies when `update.always = true`.
require_automerge_label = true # default: true

2 changes: 1 addition & 1 deletion .run/BeanMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/BeanUtilsMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/DozerMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/MapStructMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/ModelMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/NominMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/OrikaMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/ReMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion .run/SelmaMapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ with community support please contact with us if you have some question or propo
## 🚨 _Visitor stats_

![Github contributors](https://img.shields.io/github/all-contributors/AlexRogalskiy/object-mappers-playground)
<!--
<!--
[![Active Contributors](https://api.gitential.com/accounts/2318/projects/4210/badges/active-contributors.svg)](https://app.gitential.com/accounts/2318/projects/4210)
-->

Expand Down
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@
* [Cloning content](docs/user-guide/how-to-move-content.md)
* [links]
* [Resources](docs/links/info.md)

4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FORMAT: 1A
HOST: https://polls.apiblueprint.org/

# Alexander
# Alexander

Polls is a simple API allowing consumers to view polls and vote in them.

Expand Down Expand Up @@ -77,4 +77,4 @@ form of choices.
"votes": 0
}
]
}
}
1 change: 0 additions & 1 deletion docs/contributing/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,3 @@ Every significant change is documented in the [changelog](https://github.com/Ale
## _Credits_

Thanks for the inspirations and attributions to GitHub's [Open Source Guides](https://opensource.guide) and various contribution guides of large open source projects like [Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md), [React](https://facebook.github.io/react/contributing/how-to-contribute.html) and [Ruby on Rails](http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html).

9 changes: 4 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ docs/
smooks/
info.md
user-guide/
changelog.md # Changelog page
code_of_conduct.md # Code of conduct page
code_owners.md # Code owners page
dependency.md # Dependency page
changelog.md # Changelog page
code_of_conduct.md # Code of conduct page
code_owners.md # Code owners page
dependency.md # Dependency page
description.md # Description page
faq.md # FAQ page
getting-started.md # Getting started page
Expand All @@ -79,4 +79,3 @@ docs/
links/
info.md # Contribution page
```

1 change: 0 additions & 1 deletion docs/links/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
## _Useful Links and Materials_

* [**Java Bean Mappers**](https://www.frank-rahn.de/java-bean-mapper/)

1 change: 0 additions & 1 deletion docs/modules/beancp/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@

* [**Official Site**](http://erchu.github.io/bean-cp/)
* [**Official Repository**](https://github.com/erchu/bean-cp)

1 change: 0 additions & 1 deletion docs/modules/beanmapper/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ Java Bean Mapper supports limited mapping operations that, include mostly conver
* [**Official Site**](http://beanmapper.io/)
* [**Official Repository**](https://github.com/42BV/beanmapper)
* [**Java BeanMapper Alternatives**](https://java.libhunt.com/beanmapper-alternatives)

1 change: 0 additions & 1 deletion docs/modules/beanutils/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ Java Bean Mapper is part of the Apache Commons BeanUtils library from the Apache
* [**Official Site**](http://beanmapper.io/)
* [**Official Repository**](https://github.com/42BV/beanmapper)
* [**Java BeanMapper Alternatives**](https://java.libhunt.com/beanmapper-alternatives)

1 change: 0 additions & 1 deletion docs/modules/bull/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

* [**Official Site**](https://hotelsdotcom.github.io/bull/)
* [**Official Repository**](https://github.com/HotelsDotCom/bull)

1 change: 0 additions & 1 deletion docs/modules/converter/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ The Java Bean manual mapper is not an automatically generated convesion mechanis
## ![image info](../../images/icons8-source-64.png) _Use cases_

## ![image info](../../images/icons8-inspect-code-64.png) _Links_

1 change: 0 additions & 1 deletion docs/modules/datus/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

* [**Official Repository**](https://github.com/roookeee/datus)
* [**Fluent Java Data Mapping**](https://dev.to/roookeee/datus-a-fluent-java-data-mapping-library-2l3c)

1 change: 0 additions & 1 deletion docs/modules/doov/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ Uses annotations, code generation and a type safe DSL to make domain model valid

* [**Official Site**](https://doov.org/)
* [**Official Repository**](https://github.com/doov-org/doov)

1 change: 0 additions & 1 deletion docs/modules/dozer/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ Dozer is a complete mapping framework with various type conversions and customiz
* [**Java Dozer Alternatives**](https://java.libhunt.com/dozer-alternatives)
* [**Java Dozer Architecture**](https://terasolunaorg.github.io/guideline/5.0.x/en/ArchitectureInDetail/Utilities/Dozer.html)
* [**Java Spring Dozer Mappings**](https://terasolunaorg.github.io/guideline/5.0.x/en/ArchitectureInDetail/Utilities/Dozer.html)

1 change: 0 additions & 1 deletion docs/modules/jmapper/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ Uses the bytecode generation mechanism based on Javassist library to provide end
* [**Java JMapper Guide**](https://www.baeldung.com/jmapper)
* [**Java JMapper Article**](https://www.codeflow.site/ru/article/jmapper)
* [**Java JMapper Alternatives**](https://java.libhunt.com/jmapper-core-alternatives)

1 change: 0 additions & 1 deletion docs/modules/mapstruct/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ MapStruct is a complete Java Bean Mapper framework. Based on Annotation Processo
* [**Java MapStruct FAQ**](https://progi.pro/mapstruct-t16374)
* [**Java MapStruct Advanced**](https://stackabuse.com/guide-to-mapstruct-in-java-advanced-mapping-library/)
* [**Java MapStruct Alternatives**](https://java.libhunt.com/mapstruct-alternatives)

1 change: 0 additions & 1 deletion docs/modules/modelmapper/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ Works in the same way as Orika/Dozer bean mapping frameworks does. This mapper u
* [**Java ModelMapper FAQ**](https://progi.pro/modelmapper-t19329)
* [**Java ModelMapper OverCoder**](https://overcoder.net/q/696819/modelmapper-%D0%B2%D1%8B%D0%B1%D0%B5%D1%80%D0%B8%D1%82%D0%B5-%D0%BE%D1%82%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BD%D0%B0-%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%B5-%D0%B4%D0%BE%D1%87%D0%B5%D1%80%D0%BD%D0%B5%D0%B3%D0%BE-%D0%BA%D0%BB%D0%B0%D1%81%D1%81%D0%B0)
* [**Java ModelMapper Alternatives**](https://java.libhunt.com/modelmapper-alternatives)

1 change: 0 additions & 1 deletion docs/modules/moo/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@

* [**Official Site**](http://geoffreywiseman.github.io/Moo/)
* [**Official Repository**](https://github.com/geoffreywiseman/Moo)

1 change: 0 additions & 1 deletion docs/modules/nomin/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ The mapping mechanism can be implemented in Groovy DSL that provides various pre
* [**Official Site**](http://nomin.sourceforge.net/)
* [**Official Repository**](https://github.com/dobrynya/nomin)
* [**Java Nomin Mapping Article**](https://www.beyondjava.net/nomin-mapping-java-object-without-the-pain)

1 change: 0 additions & 1 deletion docs/modules/orika/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ Orika mapping framework is similar to Dozer and can be considered as a replaceme
* [**Java Orika CodeFlow**](https://www.codeflow.site/ru/article/orika-mapping)
* [**Java Orika FAQ**](https://progi.pro/orika-t13155)
* [**Java Orika Alternatives**](https://java.libhunt.com/orika-mapper-alternatives)

1 change: 0 additions & 1 deletion docs/modules/remap/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ Uses bytecode generation strategy based on Cglib library to provide end-to-end o

* [**Official Repository**](https://github.com/remondis-it/remap)
* [**Java ReMap Guide**](https://reflectoring.io/autotmatic-refactoring-safe-java-mapping/)

1 change: 0 additions & 1 deletion docs/modules/selma/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ The main idea is to prohibit magic conversion and just automate all mappings wit
* [**Official Site**](http://www.selma-java.org/)
* [**Official Repository**](https://github.com/xebia-france/selma)
* [**Java Selma Alternatives**](https://java.libhunt.com/selma-alternatives)

1 change: 0 additions & 1 deletion docs/modules/smooks/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ Simple and easy-to-use framework for various data mappings \(XML, Java etc.\) wi
* [**Introduction to Smooks**](https://www.baeldung.com/smooks)
* [**XML mappings with Smooks**](https://dzone.com/articles/mapping-xml-to-java-using-smooks-mediator)
* [**Java Selma Alternatives**](https://java.libhunt.com/smooks-alternatives)

1 change: 0 additions & 1 deletion docs/reporting/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ assignees: ''
* Version \[e.g. 22\]

**Additional context** Add any other context about the problem here.

1 change: 0 additions & 1 deletion docs/reporting/custom_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ assignees: ''
**Additional labels** Add any other context labels about the issue.

**Assignees** Choose responsible executives to monitor and progress with the issue.

1 change: 0 additions & 1 deletion docs/reporting/feature_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ assignees: ''
**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered.

**Additional context** Add any other context or screenshots about the feature request here.

1 change: 0 additions & 1 deletion docs/reporting/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ Add any other references and links which are relevant for this issue.
## _Potential Solution_

If this is a bug report this might include the lines of code that you have identified as causing the bug or in case of an enhancement suggestion references to other projects where this enhancement already exists.

1 change: 0 additions & 1 deletion docs/reporting/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ Describe the changes as in many relevant details as possible. If this is a enhan
## _References_

Add any other references and links which are relevant for this issue.

1 change: 0 additions & 1 deletion docs/user-guide/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@
### _Added_

* Introduced animals into the world, we believe they're going to be a neat addition.

1 change: 0 additions & 1 deletion docs/user-guide/code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ Decisions about consequences of violations of this Code of Conduct are made by t
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

Thanks for the inspirations and attributions to GitHub's [Open Source Guides](https://opensource.guide), [Hoodie's Code of Conduct](http://hood.ie/code-of-conduct) and the [Contributor Covenant Version 1.4](http://contributor-covenant.org/version/1/4/).

Loading