aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(README): Remove kubectl command (#23) (#24)v0.2.1Kamen Mladenov2024-08-121-4/+0
|
* fix(main-pr*): Execute workflows on editedSyndamia2024-08-122-1/+2
|
* fix(main-pr-release): Run only on prs from dev to mainSyndamia2024-08-121-0/+1
|
* feat(main-pr): Fixed pr editing and added commentingSyndamia2024-08-121-6/+14
|
* fix(main-pr): Bad syntaxSyndamia2024-08-121-1/+1
|
* feat(main-pr): Change pr base to dev instead of closing prSyndamia2024-08-121-3/+5
|
* fix(main-pr): Minor formatting changeSyndamia2024-08-112-2/+0
|
* fix(main-pr): Added write permissionsSyndamia2024-08-111-0/+2
|
* fix(main-pr): Moved out close pull request job to it's own fileSyndamia2024-08-112-13/+19
|
* feat(main-pr): Added job which closes pull requests to main which are not ↵Syndamia2024-08-111-0/+9
| | | | from dev
* fix(main-pr): Fixed pull_request types and has_release_label conditionSyndamia2024-08-111-4/+5
|
* feat!: Major rework of DevOps componentsSyndamia2024-08-118-25/+62
|
* 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
|