Skip to content

Commit

Permalink
Merge pull request #77 from edgafner/alignmet_with_template
Browse files Browse the repository at this point in the history
align with jetbrains template
  • Loading branch information
Jonatha1983 committed Jun 8, 2023
2 parents 021518c + 460e649 commit 0031f00
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
cache: gradle

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -116,7 +117,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2022.3.4
uses: JetBrains/qodana-action@v2023.1.0

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
distribution: zulu
java-version: 17
cache: gradle

# Set environment variables
- name: Export Properties
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
distribution: zulu
java-version: 17
cache: gradle

# Run IDEA prepared for UI testing
- name: Run IDE
Expand Down
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,64 @@

## [Unreleased]

### Added

- GitHub Actions - enable caching
- Specify `projectJDK: 17` in `qodana.yml`
- Specify `linter` property in `qodana.yml`

### Changed

- Use Java `17` for JVM Toolchain
- Change since/until build to `231.*-232.*` (2031.* - 2023.2.*)
- Dependencies - upgrade `org.jetbrains.intellij` to `1.14.1`
- Dependencies - upgrade `org.jetbrains.changelog` to `2.1.0`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.8.21`
- Dependencies - upgrade `org.jetbrains.kotlinx.kover` to `0.7.1`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.0`
- Upgrade Gradle Wrapper to `8.1.1`
- GitHub Actions — switch to Java 17
- Adjust Kover configuration

## [1.0.37] - 2023-05-17

### Changed

- Vendor Name in plugin's marketplace page

## [1.0.36] - 2023-05-16

- Fix the issue with the persistent web favorites
- Transferred the project to the new organization

## [1.0.32] - 2023-05-14

- Support to override user agent string
- Changelog update - `v1.0.31` by @github-actions in https://github.com/Jonatha1983/GIdeaBrowser/pull/62
- Add the option to set headers by @Majed6 in https://github.com/Jonatha1983/GIdeaBrowser/pull/64
- @Majed6 made their first contribution in https://github.com/Jonatha1983/GIdeaBrowser/pull/64

## [1.0.31] - 2023-04-19

- Support for IC-231 version
- Support for IC-223 version
- Support for IC-222 version

## [1.0.24]

### Added

- Add Zoom In & Out actions
- Add Find Action
- Initial work to support cookies manager in the browser

### Changed

- Set Devtools enable by default
- Toolwindow is now at left side by default

### Fixed

- Fix the issue with the devtools
- Fix the issue with adding to favorites
- Fix the change log job to be run as part of the release process
Expand All @@ -43,30 +69,35 @@
## [1.0.21]

### Added

- Support for Open in Browser

## [1.0.15]

### Added

- Support for IJ2021.3

## [1.0.14]

### Added

- Fix url text
- Add bookmarks with right click
- Fix devtool

## [1.0.13]

### Added

- Fix url text
- Add bookmarks with right click
- Fix devtool

## [1.0.12]

### Added

- Back ,Forward, Refresh and home Buttons
- Default Home Page in Settings
- Url Text field with history
Expand All @@ -76,25 +107,40 @@
## [1.0.7]

### Added

- Back ,Forward and Refresh Buttons
- Default Home Page in Settings
- Support IJ 211

## [1.0.3]

-- First Jetbrains Public
-- First Jetbrains Public

[Unreleased]: https://github.com/edgafner/GIdeaBrowser/compare/v1.0.37...HEAD

[1.0.37]: https://github.com/edgafner/GIdeaBrowser/compare/v1.0.36...v1.0.37

[1.0.36]: https://github.com/edgafner/GIdeaBrowser/compare/v1.0.32...v1.0.36

[1.0.32]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.31...v1.0.32

[1.0.31]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.24...v1.0.31

[1.0.24]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.23...v1.0.24

[1.0.23]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.21...v1.0.23

[1.0.21]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.15...v1.0.21

[1.0.15]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.14...v1.0.15

[1.0.14]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.13...v1.0.14

[1.0.13]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.12...v1.0.13

[1.0.12]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.7...v1.0.12

[1.0.7]: https://github.com/Jonatha1983/GIdeaBrowser/compare/v1.0.3...v1.0.7

[1.0.3]: https://github.com/Jonatha1983/GIdeaBrowser/commits/v1.0.3
8 changes: 6 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ qodana {


// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
kover.xmlReport {
onCheck = true
koverReport {
defaults {
xml {
onCheck = true
}
}
}


Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
pluginGroup=com.github.jonatha1983.gib
pluginName=GIdeaBrowser
pluginRepositoryUrl=https://github.com/edgafner/GIdeaBrowser
pluginVersion=1.0.37
pluginVersion=1.0.38
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=231
pluginUntilBuild=231.*
pluginUntilBuild=232.*
platformType=IC
platformVersion=2023.1
# Plugin Dependencies -> https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=com.intellij.java
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
gradleVersion=8.1
gradleVersion=8.1.1
# Opt-out flag for bundling Kotlin standard library.
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
# suppress inspection "UnusedProperty"
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ annotations = "24.0.1"

# plugins
dokka = "1.8.10"
kotlin = "1.8.20"
changelog = "2.0.0"
gradleIntelliJPlugin = "1.13.3"
kotlin = "1.8.21"
changelog = "2.1.0"
gradleIntelliJPlugin = "1.14.1"
qodana = "0.1.13"
kover = "0.6.1"
kover = "0.7.1"

[libraries]
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
1 change: 1 addition & 0 deletions qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://www.jetbrains.com/help/qodana/qodana-yaml.html

version: 1.0
linter: jetbrains/qodana-jvm-community:latest
projectJDK: 17
profile:
name: qodana.recommended
Expand Down

0 comments on commit 0031f00

Please sign in to comment.