Saad Jutt
|
b48e674468
|
test(auth): added for authorize + token
|
2021-11-02 18:42:06 +05:00 |
|
|
|
d93673f2a5
|
fix: change api endpoint SASjsExecutor/do -> SASjsApi/stp/execute
|
2021-11-02 09:54:56 +00:00 |
|
Saad Jutt
|
f7e0849148
|
chore: added .env.example
|
2021-11-02 03:18:25 +05:00 |
|
Saad Jutt
|
22dfcfddb9
|
feat: authentication with jwt
|
2021-11-02 03:13:16 +05:00 |
|
|
|
d52c2ed18c
|
chore: lint fix
|
2021-11-01 15:28:07 +00:00 |
|
|
|
031e492d44
|
fix: update api calls from client side
|
2021-11-01 15:25:43 +00:00 |
|
|
|
0c6ccddafd
|
Merge branch 'master' into homepage-sasjs-executor
Conflicts:
api/src/app.ts
api/src/routes/index.ts
api/src/routes/spec/routes.spec.ts
|
2021-11-01 13:12:52 +00:00 |
|
Allan Bowe
|
f1e464d4a4
|
Merge pull request #29 from sasjs/routes-fix
fix: fix web route
|
2021-10-28 16:54:37 +01:00 |
|
Yury Shkoda
|
6c7a6b6c6a
|
fix: fix web route
|
2021-10-28 15:04:34 +00:00 |
|
Yury Shkoda
|
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 |
|
|
|
bdbf7573be
|
chore(lint): lint fix
|
2021-10-27 16:41:46 +00:00 |
|
|
|
56cb2d1d51
|
fix: remove .sas extension from _program parameter at the end of string
|
2021-10-27 16:39:34 +00:00 |
|
|
|
8dd201ecbe
|
Merge branch 'master' into homepage-sasjs-executor
Conflicts:
package.json
|
2021-10-26 09:37:38 +00:00 |
|
|
|
ac745c8f5c
|
fix(web): infinite call to api end point fixed
|
2021-10-26 09:31:30 +00:00 |
|
Yury Shkoda
|
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 |
|
|
|
a3f47708a8
|
chore(web-build): fix web build warnings
|
2021-10-25 06:47:50 +00:00 |
|
|
|
ec6333f6aa
|
fix(root-package.json): lint:fix command fixed in root package json
|
2021-10-25 06:31:04 +00:00 |
|
|
|
0fb4301966
|
fix(web): remove unnecessary packages and files
|
2021-10-25 06:20:46 +00:00 |
|
|
|
552a3584ec
|
fix(weeb): add catch block with each axios request
|
2021-10-25 06:10:35 +00:00 |
|
|
|
03d1d60660
|
fix(api-cdrive-oller): throw erow error when file not found
|
2021-10-25 05:51:46 +00:00 |
|
|
|
70a8aaf600
|
chore(build): mcreate web/build folder before running tests in github CI steps
|
2021-10-23 13:34:51 +00:00 |
|
|
|
e2b12b74f5
|
fix: norefferer issue in home page external links fix
|
2021-10-23 13:28:55 +00:00 |
|
|
|
9648c51b54
|
feat(api-utility): create getWebBuildFolderPath utility
|
2021-10-22 19:17:27 +00:00 |
|
|
|
5aeefb7955
|
chore(refactor-api): remove sasjsExecutor file and move code to ExecutionController
|
2021-10-22 19:01:14 +00:00 |
|
|
|
20eb64a994
|
chore: add lint script to run linter for both web and api
|
2021-10-22 18:41:35 +00:00 |
|
|
|
f8a79ff451
|
chore(web): open hyper links on home page in new tab or window
|
2021-10-22 18:27:20 +00:00 |
|
|
|
1d66079e11
|
chore(web): remove baseUrl from axios requests
|
2021-10-22 18:22:55 +00:00 |
|
|
|
9db65c9fa9
|
chore(refactor): remove sasjs from components name, just use Studio, Drive etc
|
2021-10-22 18:00:56 +00:00 |
|
|
|
6284e72e9b
|
chore: change _debug param type from boolean to number i ExecutionQuery interface
|
2021-10-22 17:46:29 +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 |
|
|
|
829c88c4a0
|
chore: remove tsconfig file from root directory
|
2021-10-20 11:49:44 +00:00 |
|
|
|
d530e0801e
|
chore: restructure repo into sub folders
|
2021-10-20 11:43:10 +00:00 |
|
|
|
99d55775aa
|
fix: load file when url contains filePath
|
2021-10-20 11:13:36 +00:00 |
|
|
|
ee053d1a52
|
chore: remove app.test.tsx from react app
|
2021-10-20 09:29:14 +00:00 |
|