Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8712247
seperate out scala and python build ci
Jan 21, 2023
bd963b4
move python package to project root
Jan 21, 2023
19cf9d3
pweave build script and poetry pyproject.toml
Jan 21, 2023
089321a
linting
Jan 21, 2023
e91fcee
Makefile
Jan 21, 2023
463aa5c
Fix doc build script
Jan 21, 2023
46a93c2
update python_build action
Jan 21, 2023
837a5a5
update pytest
Jan 21, 2023
dd01d16
use pytest for tests
Jan 24, 2023
10375f5
fix landsat urls
Jan 24, 2023
21fd10b
fix wrong insert
Jan 24, 2023
531bbb3
update ci
Jan 24, 2023
7fc2f87
run python ci in python folder
Jan 24, 2023
1e11afe
add cd to each step
Jan 24, 2023
b867bb0
fix import and assert brackets
Jan 24, 2023
28bb0a6
update poetry.lock and add make clean-test
Jan 24, 2023
0d8dfc1
move pyproject.toml and Makefile to root folder
Jan 26, 2023
47b295b
fix linting dependencies
Jan 26, 2023
bd1f0f1
scala build
Feb 9, 2023
a897146
update spark version in workflow matrix
Feb 25, 2023
07c4670
fix yml
Feb 25, 2023
40733ec
fix pyspark test
Mar 20, 2023
6d35842
make file filter a list, fix enum
Mar 20, 2023
7ad9238
fix build yml
Mar 20, 2023
e6fd058
update CI
Mar 20, 2023
c5ca6ea
update CI
Mar 20, 2023
977250f
install make in container
Mar 21, 2023
68c545b
no sudo
Mar 21, 2023
331443c
add slippy.html back in
Mar 21, 2023
7453885
update to pyspark 3.3.2
Mar 21, 2023
bf8dad8
use poetry-dynamic-versioning, do not use Gdal docker image
Mar 22, 2023
091ab9c
add assembly jar to dist folder
Mar 22, 2023
ec41331
fix broken tests
Mar 22, 2023
cc3d219
clean up, update version file using poetry-dynamic-versioning
Mar 22, 2023
ba0bb86
only clean up whl and tar.gz before python build
Mar 22, 2023
f1ca9e1
no need for cleaning up pyc files
Mar 22, 2023
4fb632b
remove circle CI
Mar 22, 2023
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
3 changes: 0 additions & 3 deletions .circleci/.dockerignore

This file was deleted.

35 changes: 0 additions & 35 deletions .circleci/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions .circleci/Makefile

This file was deleted.

249 changes: 0 additions & 249 deletions .circleci/config.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .circleci/fix-permissions

This file was deleted.

5 changes: 0 additions & 5 deletions .circleci/requirements-conda.txt

This file was deleted.

10 changes: 10 additions & 0 deletions .github/actions/collect_artefacts/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: upload rasterframes artefacts
description: upload rasterframes artefacts
runs:
using: "composite"
steps:
- name: upload core dumps
uses: actions/upload-artifact@v3
with:
name: core-dumps
path: /tmp/core_dumps
Loading