Commit Graph
76 Commits
Author SHA1 Message Date
Yury ShkodaandGitHub 8b83ccc4c2 Merge pull request #51 from sasjs/cli-issue-1108
feat: return json response with the log ob job execution
2022-02-15 11:08:17 +03:00
Yury Shkoda 556944b1d5 chore(git): Merge remote-tracking branch 'origin/main' into cli-issue-1108 2022-02-15 10:25:38 +03:00
Yury Shkoda fde4bc051d chore(execution): roll back changes related to returnLog var 2022-02-14 15:43:56 +03:00
Yury Shkoda f2000a1227 chore: fix typos and remove unused code 2022-02-10 09:07:14 +03:00
Yury Shkoda bf5767eadf feat(stp-execution): add returnLog option to execution query 2022-02-10 09:06:29 +03:00
Yury Shkoda 6c7a6b6c6a fix: fix web route 2021-10-28 15:04:34 +00:00
Yury ShkodaandGitHub f5e6b56abb Merge pull request #27 from sasjs/routes
feat(routes): separate routes into web and api
2021-10-28 15:30:50 +03:00
Yury Shkoda 48fe7994ec chore(routes): change files route with drive 2021-10-28 12:09:19 +00:00
Yury Shkoda 49c152a398 fix(routes): fix routes imports 2021-10-28 08:43:28 +00:00
Yury Shkoda dabef59728 feat(routes): separate routes into web and api 2021-10-28 08:25:36 +00:00
Yury ShkodaandGitHub c6c24da0e2 Merge pull request #25 from sasjs/deploy-fix
Fix payload processing within deploy end-point
2021-10-26 11:28:00 +03:00
Yury Shkoda 8f815b7874 test(deploy): fix payload 2021-10-26 08:22:44 +00:00
Yury Shkoda 361b539271 fix(deploy): fix payload processing 2021-10-26 08:18:02 +00:00
Yury Shkoda 4297285b26 chore(web): fix build warnings 2021-10-20 16:09:16 +03:00
Yury Shkoda 77cb7ef50f chore(web): cleaned package.json 2021-10-20 16:08:55 +03:00
Yury Shkoda c0ec406b2a chore(workflow): disable 'Run Unit Tests' step for web 2021-10-20 15:56:40 +03:00
Yury Shkoda 65a57acff6 chore(workflow): remove code style check step from build jobs 2021-10-20 15:52:53 +03:00
Yury Shkoda 6071b6c054 chore(web): fix linting 2021-10-20 15:51:11 +03:00
Yury Shkoda d97fd9b4d7 chore(npm): add package-lock 2021-10-20 15:49:28 +03:00
Yury Shkoda ba2c209fce chore(workflow): add lint step 2021-10-20 15:48:05 +03:00
Yury Shkoda 19c60c4c98 chore(workflow): remove 'package:lib' script 2021-10-20 15:32:35 +03:00
Yury Shkoda fd2092ecf3 chore(workflow): add working-directory for lint step 2021-10-20 15:25:28 +03:00
Yury Shkoda fda5680b0e chore(workflow): add working-directory 2021-10-20 15:23:45 +03:00
Yury Shkoda 6b23452d6a chore(workflow): check pwd 2021-10-20 15:18:31 +03:00
Yury Shkoda 174d94a23c fix(workflow): fix 'SASjs Server Build' 2021-10-20 15:15:24 +03:00
Yury ShkodaandGitHub a1de0ae888 Merge pull request #23 from sasjs/issue16-session
feat: uploading files in sas request
2021-10-19 13:45:13 +03:00
Yury Shkoda 00c7d2150c chore(git): add blank line to the file end 2021-10-14 07:40:01 +00:00
Yury Shkoda ba0722b98c chore(utils): add sleep export 2021-10-14 07:35:10 +00:00
Yury Shkoda 129cb7c128 chore(utils): add sleep util 2021-10-14 07:34:37 +00:00
Yury Shkoda 9cf02b25d0 refactor: improve types and imports 2021-10-14 07:34:08 +00:00
Yury Shkoda 6a34fa1b1d feat(session): add SessionController 2021-10-14 07:32:16 +00:00
Yury Shkoda 8b2564120d feat(execution): add ExecutionController working with session 2021-10-14 07:31:46 +00:00
Yury ShkodaandGitHub 686bf2eb11 Merge pull request #14 from sasjs/https-production-server
chore: added https server for production
2021-10-11 16:44:05 +03:00
Yury Shkoda 4d8efbb88d fix(prod-server): use port from configuration 2021-10-11 16:42:17 +03:00
Yury Shkoda ff9be117d9 chore(git): Merge branch 'master' into https-production-server 2021-10-11 16:40:24 +03:00
Yury Shkoda 37b6936cca fix(ts): enable files 2021-10-11 14:35:47 +03:00
Yury Shkoda 6e0b04a6e5 feat(session): add SessionController and ExecutionController 2021-10-11 14:16:22 +03:00
Yury ShkodaandGitHub e73c21aa4d chore: update README.md 2021-10-11 09:38:46 +03:00
Yury ShkodaandGitHub be2ad36a02 Merge pull request #15 from sasjs/unix-fix
fix(executor): create tmp files before execution
2021-10-07 11:35:47 +03:00
Yury Shkoda c27421cda6 docs(readme): add configuration instructions 2021-10-07 07:57:42 +00:00
Yury Shkoda c0b23380d3 test(coverage): disabled coverage threshold 2021-10-06 09:18:23 +03:00
Yury Shkoda 57f3824ba8 test: create tmp folder if it doesn't exist before tests 2021-10-06 09:13:17 +03:00
Yury Shkoda a18502671e test(wip): fixing failing test on CI 2021-10-06 09:02:24 +03:00
Yury Shkoda e7c02e24e6 test: fix test cases 2021-10-06 08:49:44 +03:00
Yury Shkoda a3b5c6b231 chore(git): add empty line to the end of the files 2021-10-06 08:21:08 +03:00
Yury Shkoda 715b1dec68 fix(executor): fix nosplash argument and api response 2021-10-06 08:16:24 +03:00
Yury Shkoda 707b503942 feat(executor): improved api response 2021-10-05 17:24:20 +03:00
Yury Shkoda 52275ba67d feat(executor): response with webout 2021-10-05 11:18:20 +03:00
Yury Shkoda f0f1e1d57e feat(deploy): add appLoc 2021-10-04 16:57:54 +03:00
Yury Shkoda 7b403c151e feat(express): increase payload max size 2021-10-04 16:55:58 +03:00
Yury Shkoda aad562c0fd chore(git): merge branch 'issue-8' of https://github.com/sasjs/server into issue-8 2021-09-30 18:19:39 +03:00
Yury Shkoda 5b4e5626fc feat: improved deploy and execute endpoints 2021-09-30 14:39:54 +03:00
Yury Shkoda c4b9402f01 fix(deps): removed malicious dependency 2021-09-30 14:39:10 +03:00
Yury Shkoda 39e486b8cb feat(execute): add macroVars to job execution 2021-08-09 11:18:49 +03:00
Yury Shkoda bf1db4dd47 feat(execute): add sas controller 2021-08-03 08:28:28 +03:00
Yury Shkoda 8b1e79497f test: improved tests 2021-08-03 08:26:42 +03:00
Yury Shkoda b3c4425215 chore(ci): configured github action for testing and building the project 2021-07-09 11:12:15 +03:00
Yury ShkodaandGitHub 355580c2ae Merge pull request #7 from sasjs/issue-6
Add deploy endpoint
2021-07-09 10:44:12 +03:00
Yury Shkoda febdeed2c5 test(deploy): cover deploy route with unit test 2021-07-09 08:28:33 +03:00
Yury Shkoda b4bf72f704 feat(deploy): add route to deploy a file tree to @sasjs/server 2021-07-09 08:27:15 +03:00
Yury Shkoda c71a08f1d2 chore(github): brought back npm token 2021-06-11 08:43:48 +03:00
Yury ShkodaandGitHub c7e48d5990 Merge pull request #5 from sasjs/development
fix(github): removed npm token
2021-06-11 08:30:57 +03:00
Yury Shkoda bbb94d61ce fix(github): removed npm token 2021-06-11 08:30:11 +03:00
Yury ShkodaandGitHub 932c88be7d Merge pull request #4 from sasjs/development
fix(semantic-release): fixed package.json
2021-06-11 08:25:52 +03:00
Yury Shkoda ef45787019 fix(semantic-release): fixed package.json 2021-06-11 08:25:21 +03:00
Yury ShkodaandGitHub fb12e0439d Merge pull request #3 from sasjs/development
fix(github): fixed github flow
2021-06-11 08:23:14 +03:00
Yury Shkoda 8dab28861d fix(github): fixed github flow 2021-06-11 08:22:42 +03:00
Yury ShkodaandGitHub a5d48b9eea Merge pull request #2 from sasjs/development
feat(api): set up endpoint for sas code execution
2021-06-10 20:13:29 +03:00
Yury Shkoda f6046b15ae feat(api): set up endpoint for sas code execution 2021-06-10 20:12:23 +03:00
Yury ShkodaandGitHub ffed296775 Merge pull request #1 from sasjs/development
Development
2021-06-10 20:08:52 +03:00
Yury Shkoda cb841ddcac chore(versioning): enabled semantic releases 2021-06-10 20:07:34 +03:00
Yury Shkoda 986a64621a chore: updated prettier config and git ignore 2021-06-10 19:48:15 +03:00
Yury Shkoda fafd8afe49 chore(lint): added lint scripts 2021-06-09 15:26:45 +03:00
Yury Shkoda 6b8ef6c55a chore(git): enabled pre-commit git hook 2021-06-09 09:13:40 +03:00
Yury Shkoda 7a738a8904 chore(versions): enabled semantic release 2021-06-09 09:09:51 +03:00
Yury Shkoda c3b7a84322 chore(*): initial commit 2021-06-09 09:03:54 +03:00