Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Add Huawei BOS, Qiniu Kodo FileStorage Api For Release_1_1 #37

Open
wants to merge 28 commits into
base: release_1_1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
de4d8e6
Building 1.2.0-SNAPSHOT
knstvk Oct 20, 2021
c0240fc
Update YARG version to 2.2.15 Haulmont/jmix-reports#218
gorbunkov Oct 25, 2021
44bf80e
Update jQuery UI to v1.13 #18
Flaurite Nov 10, 2021
92709f5
Unable to use @Transient with @Temporal Haulmont/jmix-core#254
dtaimanov Nov 16, 2021
5dac68b
Upgrade to Spring Boot 2.5.7 Haulmont/jmix-core#265
knstvk Nov 19, 2021
2209809
Add dependencies for jmix-business-calendar and jmix-notifications
Nov 24, 2021
70a611d
DateField throws an exception if the user types a value that is out o…
Flaurite Dec 10, 2021
9952215
Update to Gradle 7.3 Haulmont/jmix-core#281
Jan 10, 2022
481c000
Check if multitenancy works with entity and query caches Haulmont/jmi…
dtaimanov Jan 12, 2022
4e77b0f
Update copyright settings
knstvk Jan 30, 2022
571aee0
Add jmix-oidc and jmix-saml dependencies #25
gorbunkov Feb 7, 2022
e5cd18c
Revert Spring Boot version to 2.5.7
gorbunkov Feb 7, 2022
1fd3ff1
Update to Spring Boot 2.6 Haulmont/jmix-bom#23
glebfox Feb 8, 2022
6b69f6b
Add jmix-quartz and jmix-settings dependencies Haulmont/jmix-bom#26
Feb 10, 2022
10ac50b
Upgrade to Gradle 7.4 Haulmont/jmix-core#289
Feb 10, 2022
a4a6565
Set base version to 1.2.0-RC1
knstvk Feb 22, 2022
2c5c48d
Building 1.3.999-SNAPSHOT
knstvk Feb 22, 2022
6b9b19a
Building 1.2.999-SNAPSHOT
knstvk Mar 2, 2022
1d8d0d3
Set base version to 1.2.0
knstvk Mar 2, 2022
80ab852
Release 1.2.1
knstvk Mar 4, 2022
68e11c2
Add miniofs v1.2.0 (#32)
warhammster Mar 11, 2022
8b7b54d
add azurefs addon (#34)
pbaris Mar 11, 2022
1978ec1
Add Greek translation #35
knstvk Mar 14, 2022
02da40e
Add Greek translation #35
knstvk Mar 14, 2022
6764210
Merge branch 'release_1_2' of github.com:pierresj/jmix-bom
pierresj Mar 15, 2022
65400df
Add Huawei BOS, Qiniu Kodo FileStorage Api
pierresj Mar 15, 2022
329694c
Merge branch 'release_1_1' of github.com:pierresj/jmix-bom
pierresj Mar 15, 2022
39c8280
Add Huawei BOS, Qiniu Kodo FileStorage Api
pierresj Mar 15, 2022
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 .idea/copyright/Apache_2_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ dependencies {
api 'org.jetbrains:annotations:22.0.0'
api 'commons-codec:commons-codec:1.15'

api 'io.github.pierresj:jmix-huaweifs:1.0.7'
api 'io.github.pierresj:jmix-huaweifs-starter:1.0.7'

api 'io.github.pierresj:jmix-qiniufs:1.0.2'
api 'io.github.pierresj:jmix-qiniufs-starter:1.0.2'

runtime 'org.hsqldb:hsqldb:2.4.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists