Skip to content
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

v7.1 - PWA Changes #266

Merged
merged 51 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
116b4ca
#1527
temi May 9, 2023
d0cf04b
AtlasOfLivingAustralia/biocollect#1527
temi May 22, 2023
9866628
fixed failing test
temi May 22, 2023
688b9bc
temporarily remove testing
temi May 22, 2023
005a05c
integration test changes
temi May 24, 2023
b93cd76
re-enabling integration test
temi May 24, 2023
981bd36
AtlasOfLivingAustralia/biocollect#1527
temi May 26, 2023
f276cc8
AtlasOfLivingAustralia/biocollect#1527
temi May 26, 2023
ae2bc50
AtlasOfLivingAustralia/biocollect#1539, AtlasOfLivingAustralia/biocol…
temi Jun 13, 2023
31dcbb4
upgraded chromedriver version to 113
temi Jul 30, 2023
fb9da0b
upgraded chromedriver version to 115
temi Jul 30, 2023
9c0c822
temporarily removing integration tests
temi Jul 31, 2023
2468642
fixed failing tests
temi Jul 31, 2023
64534b7
AtlasOfLivingAustralia/biocollect#1532
temi Aug 16, 2023
9b7c69a
lowered threshold
temi Aug 24, 2023
052bf37
- added enableOffline flag to switch to offline feature
temi Aug 28, 2023
664b067
AtlasOfLivingAustralia/biocollect#1532
temi Aug 28, 2023
493f4bf
AtlasOfLivingAustralia/biocollect#1532
temi Aug 28, 2023
a74956e
AtlasOfLivingAustralia/biocollect#1532
temi Sep 16, 2023
81eba48
AtlasOfLivingAustralia/biocollect#1532
temi Sep 17, 2023
db6e8fd
- increased db version
temi Oct 15, 2023
8347196
- added storage API
temi Oct 16, 2023
45af05b
- added storage api call to persist data and not evict
temi Oct 16, 2023
c3a0421
- improved performance of species search
temi Oct 17, 2023
5ca3c29
- added user attribute configurable
temi Nov 22, 2023
5b33629
- removed deleted images from appearing on record pages
temi Feb 7, 2024
3da10a1
- delete downloaded species of a survey
temi Feb 9, 2024
e5a6433
Merge branch 'master' into feature/cognito-test
temi May 10, 2024
3abb1c3
Merge branch 'master' into feature/cognito
temi May 10, 2024
24e3063
AtlasOfLivingAustralia/biocollect#1593
temi Jun 3, 2024
79cb75e
AtlasOfLivingAustralia/biocollect#1593
temi Jun 3, 2024
55c5d23
- fixes unauthorized access message
temi Jun 5, 2024
b494c9b
Merge branch 'dev' into feature/cognito
temi Aug 29, 2024
bd4ac27
chrome driver updated
temi Aug 29, 2024
e7354a1
commit fix on occurrenceId changing every form submit #1638
salomon-j Oct 10, 2024
52a6935
commit test #1638
salomon-j Oct 12, 2024
cddd219
commit test progress #1638
salomon-j Oct 14, 2024
5c03282
fix broken test
temi Oct 14, 2024
72ceb91
commit test update #1638
salomon-j Oct 14, 2024
99e8e08
Merge pull request #262 from AtlasOfLivingAustralia/feature/issue1638
temi Oct 14, 2024
fb919b2
7.1-SNAPSHOT
salomon-j Oct 15, 2024
b245826
added name to blob
temi Nov 11, 2024
6b0b7b2
merged dev into cognito branch
temi Nov 27, 2024
59930de
fixed failed unit test
temi Nov 27, 2024
111475a
fixed failing test
temi Nov 27, 2024
75e3b64
upgraded dexie to 4.0.10
temi Nov 27, 2024
a44a6d9
Merge pull request #227 from AtlasOfLivingAustralia/feature/cognito
temi Nov 27, 2024
74938e3
- reverting to old code so that sites not in project activity list ca…
temi Dec 3, 2024
6d3680c
Merge branch 'feature/cognito' into dev
temi Dec 3, 2024
f6f21a2
- 7.1-SNAPSHOT
temi Dec 3, 2024
aaf9bbd
Merge branch 'master' into dev
jack-brinkman Dec 13, 2024
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}


version "7.0"
version "7.1-SNAPSHOT"
group "org.grails.plugins"

apply plugin:"eclipse"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xss2048k -Xmx1024M
exploded=true
enableClover=false
enableJacoco=true
alaSecurityLibsVersion=6.2.0
alaSecurityLibsVersion=6.2.0
2 changes: 1 addition & 1 deletion gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.1
minimum = 0.0
}
}
}
Expand Down
Loading
Loading