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

sync #13

Merged
merged 27 commits into from
Jun 10, 2023
Merged

sync #13

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
343100a
changes added utils test cases
gokulprathin8 Apr 21, 2023
51aef0b
Merge remote-tracking branch 'z/main' into z-main
gokulprathin8 Jun 5, 2023
1a5ca43
Merge remote-tracking branch 'z/main' into z-main
gokulprathin8 Jun 7, 2023
98746bb
changes to history and run
gokulprathin8 Jun 7, 2023
6fb7cd3
add constants to imports
gokulprathin8 Jun 7, 2023
add43b5
import changes
gokulprathin8 Jun 7, 2023
dca2ad1
import changes
gokulprathin8 Jun 7, 2023
7d9b3c4
import fix
gokulprathin8 Jun 7, 2023
9e52fe0
history commands use geoweaver cli if possible
gokulprathin8 Jun 7, 2023
5cb84e5
changes to create_process and create_workflow
gokulprathin8 Jun 9, 2023
b2063c0
add process, workflow creation functions to interface
gokulprathin8 Jun 9, 2023
47280c6
changes to workflow, process
gokulprathin8 Jun 9, 2023
590b248
display process in a tabular format
gokulprathin8 Jun 9, 2023
905cdc8
show dataframe table instead of normal text
gokulprathin8 Jun 9, 2023
530cc13
add pydantic to project deps
gokulprathin8 Jun 9, 2023
c7a4baf
added function to read file from path
gokulprathin8 Jun 9, 2023
df1bfc1
try api first then if fails try cli
gokulprathin8 Jun 9, 2023
901acca
changes to workflow api
gokulprathin8 Jun 9, 2023
20030ea
sync files on demand
gokulprathin8 Jun 9, 2023
fee4187
cleanup
gokulprathin8 Jun 9, 2023
c08a5fa
fixes to sync
gokulprathin8 Jun 9, 2023
9dd46fb
added sync to interface
gokulprathin8 Jun 9, 2023
7f5b836
run process with sync
gokulprathin8 Jun 9, 2023
ec0bb41
added workflow sync
gokulprathin8 Jun 10, 2023
2d4e07d
update
ZihengSun Jun 10, 2023
aeb5cc5
added workflow sync
gokulprathin8 Jun 10, 2023
5cc3b75
Merge pull request #11 from gokulprathin8/v1/changes
ZihengSun Jun 10, 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
Prev Previous commit
Next Next commit
import changes
  • Loading branch information
gokulprathin8 committed Jun 7, 2023
commit add43b5609b357d46f35d12963835d0f90117477
2 changes: 1 addition & 1 deletion pygeoweaver/sc_history.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess
from constants import GEOWEAVER_DEFAULT_ENDPOINT_URL
import requests

from pygeoweaver import GEOWEAVER_DEFAULT_ENDPOINT_URL
from pygeoweaver.utils import download_geoweaver_jar, get_geoweaver_jar_path, get_java_bin_path, get_root_dir


Expand Down
2 changes: 1 addition & 1 deletion pygeoweaver/sc_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from pygeoweaver.server import *
from pygeoweaver.sc_resetpassword import *
from pygeoweaver.sc_help import *
from pygeoweaver.constants import *
from pygeoweaver.constants import *