Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Code improvements and support for more output formats #340

Open
wants to merge 156 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
156 commits
Select commit Hold shift + click to select a range
9cf5f24
added flower celery and redis
kshitijrajsharma Sep 21, 2022
0a96256
added background task
kshitijrajsharma Sep 21, 2022
1f351ab
added pickle serializer
kshitijrajsharma Sep 21, 2022
2dcc8a4
fixed return error too
kshitijrajsharma Sep 21, 2022
bf62819
added task id to export name itself so that it will be easy to track
kshitijrajsharma Sep 21, 2022
db168d7
updated readme
kshitijrajsharma Sep 22, 2022
8708f29
applied versioning on rawdata snapshot
kshitijrajsharma Sep 22, 2022
8ddfd34
updated version of click
kshitijrajsharma Sep 22, 2022
59ce9bb
enabled fiona
kshitijrajsharma Sep 22, 2022
3959423
added docker workflow
kshitijrajsharma Sep 22, 2022
2f181c0
ignored all .out files
kshitijrajsharma Sep 22, 2022
78b5d7e
remove fiona since its no longer used
kshitijrajsharma Sep 22, 2022
455dda9
Merge branch 'feature/celery' of https://github.com/hotosm/galaxy-api…
kshitijrajsharma Sep 22, 2022
f3041e9
added try except block
kshitijrajsharma Sep 22, 2022
ec6654f
added config file validation and restored previous docker file
kshitijrajsharma Sep 22, 2022
b795f54
removed systemctl part
kshitijrajsharma Sep 22, 2022
fb6ba25
updated docs
kshitijrajsharma Sep 22, 2022
9c25472
Merge branch 'develop' into feature/celery
kshitijrajsharma Sep 22, 2022
3af19ce
updated config doc
kshitijrajsharma Sep 22, 2022
f9dab03
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Sep 22, 2022
3d02bb9
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Sep 22, 2022
c057081
Update README.md
kshitijrajsharma Sep 22, 2022
5b36c99
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Sep 22, 2022
2f161f2
Update README.md
kshitijrajsharma Sep 22, 2022
4354fa0
Update README.md
kshitijrajsharma Sep 22, 2022
7af6549
Update CONFIG_DOC.md
kshitijrajsharma Sep 22, 2022
aad8870
removed config sample unnecessary text and moved instructions to conf…
kshitijrajsharma Sep 22, 2022
b5f99c6
changed workflow for unit test with postgis image
kshitijrajsharma Sep 22, 2022
e2b8a74
fixed yaml indent error
kshitijrajsharma Sep 22, 2022
00dcf8a
indent fix
kshitijrajsharma Sep 22, 2022
7a45838
added postgres
kshitijrajsharma Sep 22, 2022
be3988d
added sudo command
kshitijrajsharma Sep 22, 2022
7c430ac
tet create database option in github action
kshitijrajsharma Sep 22, 2022
9a990d9
check to insert data
kshitijrajsharma Sep 22, 2022
72e6a84
Update CONFIG_DOC.md
kshitijrajsharma Sep 22, 2022
ebf5630
removed auto remove
kshitijrajsharma Sep 22, 2022
3c782a0
removed typo
kshitijrajsharma Sep 22, 2022
c9c5039
check for file path
kshitijrajsharma Sep 22, 2022
31f681b
rerun with filepath
kshitijrajsharma Sep 22, 2022
d173883
added password
kshitijrajsharma Sep 22, 2022
15c6a51
added host information
kshitijrajsharma Sep 22, 2022
eea2106
added -c option
kshitijrajsharma Sep 22, 2022
1d5dd9c
added config section and added insight only
kshitijrajsharma Sep 22, 2022
499bb3f
removed space
kshitijrajsharma Sep 22, 2022
c8e937a
testing workflow
kshitijrajsharma Sep 22, 2022
6a7040a
removed space
kshitijrajsharma Sep 22, 2022
a2ceecd
fixed yml error
kshitijrajsharma Sep 22, 2022
340766a
test
kshitijrajsharma Sep 22, 2022
5b7c96d
added password export option
kshitijrajsharma Sep 22, 2022
4a6a78c
changed password
kshitijrajsharma Sep 22, 2022
ed97604
added db add data
kshitijrajsharma Sep 22, 2022
64c4544
reverted
kshitijrajsharma Sep 22, 2022
93bd453
droped idea of db insert
kshitijrajsharma Sep 22, 2022
4c92ca5
changed to psql 12
kshitijrajsharma Sep 22, 2022
c63e974
added psql 14 postgis
kshitijrajsharma Sep 22, 2022
cd697ce
changed scripts
kshitijrajsharma Sep 22, 2022
f9538a0
final test for psql 14
kshitijrajsharma Sep 22, 2022
97498ff
check psql version
kshitijrajsharma Sep 22, 2022
aae7572
apt install
kshitijrajsharma Sep 22, 2022
a285edf
changed postgis command
kshitijrajsharma Sep 22, 2022
e916c5b
opted old method
kshitijrajsharma Sep 22, 2022
7501bb4
final test
kshitijrajsharma Sep 22, 2022
c882905
setup test with the database
kshitijrajsharma Sep 22, 2022
3a66d87
added port info
kshitijrajsharma Sep 22, 2022
b09f727
exported password
kshitijrajsharma Sep 22, 2022
5e2dd87
binded port of redis
kshitijrajsharma Sep 22, 2022
338f557
updated doc for the docker compose
kshitijrajsharma Sep 22, 2022
5121305
updated sample
kshitijrajsharma Sep 22, 2022
28946dc
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Sep 22, 2022
3bf13e8
Update CONFIG_DOC.md
kshitijrajsharma Sep 22, 2022
0b63d6a
Update CONFIG_DOC.md
kshitijrajsharma Sep 22, 2022
194628e
Update README.md
kshitijrajsharma Sep 22, 2022
4f1037a
Check if fails or not for worker
kshitijrajsharma Sep 22, 2022
88f857a
handled error
kshitijrajsharma Sep 22, 2022
394c34c
formatted worker
kshitijrajsharma Sep 22, 2022
59bda45
added build and separated from unit test
kshitijrajsharma Sep 23, 2022
bc01ff9
redis minimal installation added
kshitijrajsharma Sep 23, 2022
c952c75
removed double installation of redis
kshitijrajsharma Sep 23, 2022
ee806aa
moved db section to top
kshitijrajsharma Sep 23, 2022
27b46d8
check for server error
kshitijrajsharma Sep 23, 2022
f18c91a
added timeout
kshitijrajsharma Sep 23, 2022
e07ef58
changed redis url and get api
kshitijrajsharma Sep 23, 2022
a74df8d
added flower and mapathon endpoint test
kshitijrajsharma Sep 23, 2022
1e1291a
fixed typo
kshitijrajsharma Sep 23, 2022
e01775f
updated documentation along with curl command
kshitijrajsharma Sep 23, 2022
7096b7f
curl command setup
kshitijrajsharma Sep 23, 2022
ad9ead2
updated readme
kshitijrajsharma Sep 23, 2022
325e38f
updated doc
kshitijrajsharma Sep 23, 2022
a77f4ae
check db connection
kshitijrajsharma Sep 23, 2022
1a50d45
check if we can install gdal without update
kshitijrajsharma Sep 23, 2022
5b1ffba
check with env
kshitijrajsharma Sep 23, 2022
825b240
check with disabled upgrade command
kshitijrajsharma Sep 23, 2022
5f49c51
added rawdata snapshot
kshitijrajsharma Sep 23, 2022
82e14cd
Update README.md
kshitijrajsharma Sep 23, 2022
a18b781
Update README.md
kshitijrajsharma Sep 23, 2022
e6cba6b
Update README.md
kshitijrajsharma Sep 23, 2022
b058ee5
Update README.md
kshitijrajsharma Sep 23, 2022
12b2f90
Update README.md
kshitijrajsharma Sep 23, 2022
79f9482
Changed URL with relative and fixed typo
kshitijrajsharma Sep 23, 2022
7141f6c
changed url to relative url
kshitijrajsharma Sep 23, 2022
ab0c94a
resolved healthcheck url
kshitijrajsharma Sep 23, 2022
8ccf55d
added note for docker users to use local postgres from container
kshitijrajsharma Sep 23, 2022
13b8a25
added supporting doc if connection fails from container to psql
kshitijrajsharma Sep 23, 2022
2d7ce77
formatted md file
kshitijrajsharma Sep 23, 2022
2b1c0b1
resolved docker cache on dependencies and updated options to connect …
kshitijrajsharma Sep 24, 2022
b44e4ab
added pickle and status
kshitijrajsharma Sep 24, 2022
8bcbd72
round digit to 2 decimal for binded file size
kshitijrajsharma Sep 24, 2022
f349755
Introduces rate limit
kshitijrajsharma Sep 24, 2022
c9b9b7b
resolved mapathon detail docs
kshitijrajsharma Sep 24, 2022
fd28684
resolved raise exception if config file not found
kshitijrajsharma Sep 24, 2022
0116b0c
removed string in error file
kshitijrajsharma Sep 24, 2022
b55ff6b
reverted lgic with previous
kshitijrajsharma Sep 25, 2022
a9a0c98
Reformatted boto exceptions
kshitijrajsharma Sep 26, 2022
b3ba9e4
ignore all log files
kshitijrajsharma Sep 26, 2022
e1ab356
disabled logs
kshitijrajsharma Sep 26, 2022
f2db19f
reformatted
kshitijrajsharma Sep 27, 2022
40e9394
changed worker to dev debug setup and added fix for ogr2ogr devsetup
kshitijrajsharma Sep 27, 2022
276b527
removed test sql
kshitijrajsharma Sep 27, 2022
8f12d73
added geoflatbuff file system
kshitijrajsharma Sep 28, 2022
80deb65
added . output type in file name
kshitijrajsharma Sep 28, 2022
eddbbe4
formatted code , used path option for paths improved workflow for raw…
kshitijrajsharma Sep 29, 2022
bbd3013
removed shp limit since we don't need it we have queue in place , mov…
kshitijrajsharma Sep 29, 2022
1a3a6f4
fixed bug on filename
kshitijrajsharma Sep 29, 2022
12a198e
added kml and flatgeobuff file format
kshitijrajsharma Sep 29, 2022
87cab1a
updated doc !
kshitijrajsharma Sep 29, 2022
da59948
Updated the feature !
kshitijrajsharma Sep 29, 2022
614d2d3
removed unnecessary library
kshitijrajsharma Sep 29, 2022
3f6b2b5
added docstring for bind option
kshitijrajsharma Sep 29, 2022
17a38d6
changed limiter backend to redis #346
kshitijrajsharma Sep 30, 2022
ff52611
Changed port for flower
kshitijrajsharma Sep 30, 2022
e0a2b85
added geopackage file format
kshitijrajsharma Sep 30, 2022
1451d0e
read grid index threshold from config
kshitijrajsharma Sep 30, 2022
fd5d5d0
added sample data to docker postgres
kshitijrajsharma Sep 30, 2022
a5c13ce
added docker config
kshitijrajsharma Sep 30, 2022
f2bab05
update port info
kshitijrajsharma Sep 30, 2022
2254bae
changed port for flower
kshitijrajsharma Sep 30, 2022
8d50ded
Update CONFIG_DOC.md
kshitijrajsharma Sep 30, 2022
15913fc
Merge branch 'feature/geoflatbuf' of https://github.com/hotosm/galaxy…
kshitijrajsharma Sep 30, 2022
a024dad
Added config for docker setup
kshitijrajsharma Sep 30, 2022
f504b65
changed port to 4000
kshitijrajsharma Sep 30, 2022
0fbffee
fixed chmod command
kshitijrajsharma Sep 30, 2022
3671987
added ref sh
kshitijrajsharma Sep 30, 2022
8f5190d
added link to readme
kshitijrajsharma Sep 30, 2022
71b339b
added troubleshoot for executable .sh
kshitijrajsharma Sep 30, 2022
f94d5a6
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Sep 30, 2022
23d9982
formatted readme
kshitijrajsharma Sep 30, 2022
722dc69
added default output type as geojson from worker
kshitijrajsharma Oct 3, 2022
411291d
reformatted response
kshitijrajsharma Oct 3, 2022
b954133
reformatted response to galaxy_export
kshitijrajsharma Oct 3, 2022
26125ec
typo
kshitijrajsharma Oct 3, 2022
471894d
Update GETTING_STARTED_WITH_DOCKER.md
kshitijrajsharma Oct 4, 2022
8bad591
Update README.md
kshitijrajsharma Oct 4, 2022
6597706
fixed bug on select condition
kshitijrajsharma Oct 4, 2022
d2527a2
fixed select query for relation
kshitijrajsharma Oct 4, 2022
1624014
changed rawdata response type
kshitijrajsharma Oct 5, 2022
f3a4d86
changed to timestamp rather than difference
kshitijrajsharma Oct 10, 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
ignored all .out files
  • Loading branch information
kshitijrajsharma committed Sep 22, 2022
commit 2f181c0d1616eded45813ec931d8292f82d5fced
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -12,4 +12,4 @@ build
newrelic.ini
newrelic.ini_backup
exports
nohup.out
*.out