aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md (#4) (#5)v0.2.0Kamen Mladenov2024-01-081-0/+20
| | | Added info from issue to production deployment
* Merge pull request #2 from Syndamia/devv0.1.0Kamen Mladenov2024-01-0813-44/+152
|\ | | | | Major changes
| * [.github/dev-branch] Fixed download artifact logicSyndamia2024-01-081-2/+1
| |
| * [.github/dev-branch] Manual checkout and local contextSyndamia2024-01-081-0/+2
| |
| * [.github/dev-branch] Fixed build folder permissionsSyndamia2024-01-081-1/+2
| |
| * [.github/dev-branch] Fixed build file dirSyndamia2024-01-081-2/+1
| |
| * [.github/dev-branch] Testing treeSyndamia2024-01-081-0/+1
| |
| * [.github/main-branch] Updated github token nameSyndamia2024-01-081-1/+1
| |
| * [.github/dev-branch] Skipped unnecessary checkout actionSyndamia2024-01-081-1/+0
| |
| * [.github/dev-branch] Install flawfinderSyndamia2024-01-081-0/+1
| |
| * [workflows/dev-branch] Fixed missing needs for build dockerSyndamia2024-01-081-0/+1
| |
| * [browser-cli,server-cli] Fixed security issuesSyndamia2024-01-082-4/+4
| |
| * (Makefile) Ignore sds during security analysisSyndamia2024-01-081-1/+1
| |
| * Merge pull request #1 from Syndamia/dev-workflowKamen Mladenov2024-01-0812-40/+145
|/| | | | | Updated workflows and fixed issues
| * [.github] Recursive submodule checkoutSyndamia2024-01-083-0/+6
| |
| * [.github/feature-branch] Fixed names of stepsSyndamia2024-01-081-2/+2
| |
| * [src] Fixed angled bracket includes to quote includes where applicableSyndamia2024-01-086-11/+11
| |
| * [tests/browser-net] Removed bad testsSyndamia2024-01-081-20/+0
| |
| * [.github/dev-branch] Slight name renameSyndamia2024-01-081-1/+1
| |
| * [.github/main-branch] Added a github release stepSyndamia2024-01-081-2/+13
| |
| * [Dockerfile] Added development DockerfileSyndamia2024-01-081-0/+10
| |
| * [Makefile] Added security analysisSyndamia2024-01-081-0/+8
| |
| * [.github/dev-branch] Added initial setupSyndamia2024-01-081-0/+85
| |
| * [.github/feature-branch] Reworked to properly use clone repo artifactSyndamia2024-01-081-4/+9
| |
| * [.github/feature-branch] Fixed bad static analysis nameSyndamia2024-01-081-1/+1
|/
* [.github/feature-branch] Added workflow for non-main or dev branchesSyndamia2024-01-081-0/+36
|
* (.gitignore) Ignore build directory and gch files (from static analysis)Syndamia2024-01-081-3/+2
|
* (demo-prod-dep) Removed useless init containerSyndamia2024-01-081-6/+0
|
* (demo-prod-dep) Finished demo production deploymentSyndamia2024-01-082-37/+76
|
* (prod-server-deployment) Added initial kubernetes deploymentSyndamia2024-01-081-0/+37
|
* (Makefile) Fixed wrong name for dev targetSyndamia2024-01-071-1/+1
|
* (workflows) Added workflow for pushing to dockerhubSyndamia2024-01-071-0/+20
|
* (Makefile) Make -C instead of cd makeSyndamia2024-01-071-1/+1
|
* (Makefile) Added static analysisSyndamia2024-01-071-0/+7
|
* (Dockerfile) Started work on a docker container for the serverSyndamia2024-01-072-0/+15
|
* (server-connection) Added disconnected messages to logSyndamia2024-01-071-2/+6
|
* (Makefile) Moved building to a Makefile inside src and added dev/prod flagsSyndamia2024-01-072-10/+41
|
* (server-connection) Fixed hanging on inexistant error fileSyndamia2024-01-071-23/+24
|
* (server-cli) Fixed infinite output when stdout is closedSyndamia2024-01-071-1/+7
|
* (Makefile) Clean tests outputSyndamia2024-01-071-1/+2
|
* (Makefile) Added target for tests in main MakefileSyndamia2024-01-071-0/+4
|
* (util) Quotes instead of angled brackets when including util.hSyndamia2024-01-072-2/+2
|
* (browser-cli) Renamed handleCLI to handleBrowserCLI, so there is no ↵Syndamia2024-01-072-4/+4
| | | | collision for tests
* (browser-net) Separated main function in it's own C file, so testing could ↵Syndamia2024-01-074-97/+112
| | | | be done
* (tests) Setup mocking, everything is now ready for testsSyndamia2024-01-078-6/+70
|
* (tests) Started work on unit testsSyndamia2024-01-075-0/+33
|
* [Makefile] Fixed source code pathsSyndamia2024-01-061-3/+3
|
* (src/sds) Added properly submoduleSyndamia2024-01-061-0/+0
|
* (src) Moved source files to a src folderSyndamia2024-01-0612-2/+2
|
* [README] Removed sh code typeSyndamia2024-01-031-1/+1
|