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

Transition to pgstac backing #1210

Merged
merged 53 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
fe6fb05
Begin transitioning to pgstac backing
moradology May 11, 2022
dfd654d
Working collections endpoint
moradology May 12, 2022
0115155
Working collections endpoint
moradology May 11, 2022
48e9a1d
Enable item read endpoints
moradology May 16, 2022
c39eeae
Merge branch 'feature/pgstac-backing' of github.com:azavea/franklin i…
moradology May 16, 2022
b85d609
Remove support for tiling; begin implementing /search
moradology May 17, 2022
0f64f86
Use only pgstac
moradology May 17, 2022
f01e85f
Reorganize commands around pgstac usage
moradology May 18, 2022
9234a14
Clean up dev environment for pgstac usage
moradology May 18, 2022
f7d2c8d
Organize and clean up code
moradology May 19, 2022
84199c5
Search endpoint functional
moradology May 24, 2022
e2b502c
Fix search links
moradology May 24, 2022
bcfbc8e
Add collection type and serialization
moradology May 31, 2022
8aac372
Use model for items
moradology May 31, 2022
f8cdce3
Update item service to use search endpoint
moradology May 31, 2022
e7bd9d4
Enable transactions
moradology Jun 1, 2022
b393219
In situ
moradology Jun 1, 2022
6d18c1a
Fix json formatting, add transaction endpoints
moradology Jun 2, 2022
94542df
Rename scriptrunner to pypgstac
moradology Jun 2, 2022
aab666b
Fix path
moradology Jun 2, 2022
ef443bc
Lint
moradology Jun 2, 2022
0bb0788
Lint
moradology Jun 2, 2022
2839c54
Fix pypgstac container paths
moradology Jun 2, 2022
9170127
Add pre-commit and properly lint
moradology Jun 2, 2022
177914f
Add sort functionality.
vlulla Jun 2, 2022
bcdac26
Fix temporal extent logic
moradology Jun 7, 2022
476cfe6
Organize link updating
moradology Jun 7, 2022
767b57f
Fix feature links on search
moradology Jun 7, 2022
03679c0
Update links without code duplication
moradology Jun 7, 2022
c841090
Organize link creation into queries to keep logic simple
moradology Jun 14, 2022
da40986
Add rootlink in link updating functions
moradology Jun 15, 2022
9d6ebc0
Add joplin data ingest
moradology Jun 16, 2022
296611e
Added stac hierarchy model
moradology Jun 16, 2022
7d41f74
Add hierarchy definition to service configuration
moradology Jun 21, 2022
2311224
Format joplin data for ingest as example dataset
moradology Jun 21, 2022
4a0f7f7
Working children and browseable structure
moradology Jun 21, 2022
8bf46a9
Remove references to NAIP outside of tests
moradology Jun 21, 2022
566c39c
Update documentation; add pgstac ADR
moradology Jul 20, 2022
c837f40
Fix validator errors
moradology Aug 24, 2022
3fca246
Revert timeinterval->temporal change
moradology Aug 24, 2022
a22934d
Enable more permissive cors headers
moradology Aug 25, 2022
7184919
Lint
moradology Sep 15, 2022
d96b800
Appease scapegoat
moradology Sep 15, 2022
812aec5
Lint tests
moradology Sep 15, 2022
98d8dd1
Lint
moradology Sep 15, 2022
d74eb02
Lint build.sbt
moradology Sep 15, 2022
0638d15
Remove unused dep check: it doesn't work
moradology Sep 15, 2022
8c09a6f
Fix docker build step
moradology Sep 15, 2022
1773f96
Merge branch 'master' into feature/pgstac-backing
moradology Sep 15, 2022
6c8524b
Thank you, github
moradology Sep 15, 2022
33467a1
Remove flyway references
moradology Sep 15, 2022
ab7eb84
Appease the fickle style gods
moradology Sep 15, 2022
b1b0fdd
Merge branch 'master' into feature/pgstac-backing
moradology Sep 26, 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
Prev Previous commit
Next Next commit
Remove unused dep check: it doesn't work
  • Loading branch information
moradology committed Sep 15, 2022
commit 0638d152c272b8af9049ab51c916a6a571a86488
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ lazy val applicationDependencies = Seq(
"org.locationtech.geotrellis" %% "geotrellis-vector" % Versions.GeoTrellisVersion,
"org.locationtech.jts" % "jts-core" % Versions.JtsVersion,
"org.scalacheck" %% "scalacheck" % Versions.ScalacheckVersion % Test,
"org.scala-lang" % "scala-reflect" % "2.12.15",
"org.slf4j" % "slf4j-api" % Versions.Slf4jVersion,
"org.slf4j" % "slf4j-simple" % Versions.Slf4jVersion,
"org.specs2" %% "specs2-core" % Versions.Specs2Version % Test,
Expand Down
4 changes: 2 additions & 2 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
// The easiest fix for now is to rollback dep to the last and the most tested version,
// which is the same as that in the GeoTrellis
// https://github.com/locationtech/geotrellis/blob/v3.6.0/project/Dependencies.scala#L86
val AWSSdk2Version = "2.16.13"
val AWSSdk2Version = "2.17.156"
val CatsEffectVersion = "2.5.4"
val CatsScalacheckVersion = "0.3.1"
val CatsVersion = "2.7.0"
Expand All @@ -23,7 +23,7 @@ object Versions {
val GuavaVersion = "31.1-jre"
val HikariVersion = "4.0.3"
val Http4sVersion = "0.21.33"
val JtsVersion = "1.16.1"
val JtsVersion = "1.18.1"
val LogbackVersion = "1.2.5"
val Log4CatsVersion = "1.1.1"
val MagnoliaVersion = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
fi

echo "Executing Scala tests"
./sbt ";scalafix --check;Test/scalafix --check;scalafmtCheck;Test/scalafmtCheck;scalafmtSbtCheck;scapegoat;undeclaredCompileDependenciesTest;unusedCompileDependenciesTest;test"
./sbt ";scalafix --check;Test/scalafix --check;scalafmtCheck;Test/scalafmtCheck;scalafmtSbtCheck;scapegoat;undeclaredCompileDependenciesTest;test"

fi
fi