1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Yury Shkoda
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
Allan Bowe
095b47e436 Merge pull request #20 from sasjs/renaming
chore: update README.md
2021-10-11 11:54:15 +01:00
Allan Bowe
b3342f0003 fix: readme overview| 2021-10-11 10:52:41 +00:00
Yury Shkoda
e73c21aa4d chore: update README.md 2021-10-11 09:38:46 +03:00
Yury Shkoda
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
cdbc3fd298 fix(executor): create tmp files before execution 2021-10-07 07:29:05 +00:00
Saad Jutt
ef7811c7be chore: added https server for production 2021-10-06 20:06:31 +05:00
Allan Bowe
0f692efdf4 Merge pull request #12 from sasjs/issue-8
Issue 8
2021-10-06 09:53:47 +01: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 Shkoda
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 Shkoda
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 Shkoda
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 Shkoda
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 Shkoda
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 Shkoda
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