Skip to content

Conversation

marko-radosavljevic
Copy link
Contributor

@marko-radosavljevic marko-radosavljevic commented May 18, 2023

Features:

Improvements:

(Apologies for accidental pings <3)

Taz03 and others added 26 commits March 8, 2023 19:30
Bumps org.jooq:jooq from 3.17.2 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add modal support to /modmail command

* /modmail modal support
Fixes #645
Bumps com.diffplug.spotless from 6.16.0 to 6.17.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps gradle.plugin.org.flywaydb:gradle-plugin-publishing from 9.15.0 to 9.16.0.

---
updated-dependencies:
- dependency-name: gradle.plugin.org.flywaydb:gradle-plugin-publishing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.15.0 to 9.16.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](https://github.com/flyway/flyway/commits)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#808)

* Update to SlashCommandEducator to exclude strings that end with ")" or ";" from potential incorrect commands.  Also, updates to SlashCommandEducatorTest to include new tests.

* Update to SlashCommandEducator|Test to include regex solution and correct formatting. RawReminderTestHelper I think was caught up in the whole project autoformat as well.

* Update to SlashCommandEducator|Test to include regex solution and correct formatting. RawReminderTestHelper I think was caught up in the whole project autoformat as well.

* Update to SlashCommandEducatorTest to switch test condition. Revert changes to RawReminderTestHelper.

* Update to SlashCommandEducatorTest to switch test condition.

---------

Co-authored-by: tmcdonnell2 <[email protected]>
* Initial setup for ChatGPT integration. Add ChatGPT Service to communicate with API. Include bare bones ChatGPTCommand for future testing of integration.

* Update ChatGPTCommand to update message when response is ready. Update Duration time out and maximum token amount to of ChatGPTService.

* Turn ChatGPTService to be statically accessed and thus a utility class.
Update to pass Code Smell of not having package-info.java.

* Changes required to bring code up to standard. Use of Config to get OpenAI token.

* Clean up changes to ChatGPTService|Command to bring up to standard.

* Change ChatGptService.ask to return Optional. Clearer user experience text.
Variable name fixes throughout files.

* Update config.json.template to include OpenAI Key instructions.

---------

Co-authored-by: tmcdonnell2 <[email protected]>
Bumps `chatGPTVersion` from 0.11.1 to 0.12.0.

Updates `com.theokanning.openai-gpt3-java:api` from 0.11.1 to 0.12.0
- [Release notes](https://github.com/theokanning/openai-java/releases)
- [Commits](TheoKanning/openai-java@0.11.1...0.12.0)

Updates `com.theokanning.openai-gpt3-java:service` from 0.11.1 to 0.12.0
- [Release notes](https://github.com/theokanning/openai-java/releases)
- [Commits](TheoKanning/openai-java@0.11.1...0.12.0)

---
updated-dependencies:
- dependency-name: com.theokanning.openai-gpt3-java:api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.theokanning.openai-gpt3-java:service
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps com.diffplug.spotless from 6.17.0 to 6.18.0.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps nu.studer:gradle-jooq-plugin from 8.1 to 8.2.

---
updated-dependencies:
- dependency-name: nu.studer:gradle-jooq-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `jacksonVersion` from 2.14.0 to 2.15.0.

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-csv` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.0...jackson-dataformats-text-2.15.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.14.0 to 2.15.0

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson-dataformat-xml/releases)
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.14.0...jackson-dataformat-xml-2.15.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.2.0 to 5.3.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.2.0...v5.3.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 3.0.7 to 3.1.0.
- [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases)
- [Commits](remal-gradle-plugins/sonarlint@v3.0.7...v3.1.0)

---
updated-dependencies:
- dependency-name: name.remal.sonarlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.16.0...flyway-9.17.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.16.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.15.3...jsoup-1.16.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps gradle.plugin.org.flywaydb:gradle-plugin-publishing from 9.16.0 to 9.17.0.

---
updated-dependencies:
- dependency-name: gradle.plugin.org.flywaydb:gradle-plugin-publishing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps gradle.plugin.org.flywaydb:gradle-plugin-publishing from 9.17.0 to 9.18.0.

---
updated-dependencies:
- dependency-name: gradle.plugin.org.flywaydb:gradle-plugin-publishing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.17.0...flyway-9.18.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [name.remal.sonarlint](https://github.com/remal-gradle-plugins/sonarlint) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/remal-gradle-plugins/sonarlint/releases)
- [Commits](remal-gradle-plugins/sonarlint@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: name.remal.sonarlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@marko-radosavljevic marko-radosavljevic requested review from a team as code owners May 18, 2023 10:17
@marko-radosavljevic marko-radosavljevic added the release Marks official releases and talks about them, i.e. merges from develop to master label May 18, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@marko-radosavljevic marko-radosavljevic merged commit f7675d1 into master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Marks official releases and talks about them, i.e. merges from develop to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants