Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
add Utils, move hashCode from CodeController to Utils

update ignored files

compiler test sources

work-in-progress compiler tests

update files docker should ignore

use cgroups

work-in-progress compiler class

process remote includes

prepare environment

update example environment

finish compiler refactor

compiler tests

refactor the controller
  • Loading branch information
Moros1138 committed May 10, 2024
1 parent 8195788 commit 01d3a88
Show file tree
Hide file tree
Showing 19 changed files with 931 additions and 603 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ vendor
docker-compose.yml
storage/app/workspaces
storage/app/compilerCache
storage/logs/laravel.log
storage/logs/laravel.log
tests/Feature/test_*
7 changes: 4 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database

COMPILER_ENVIRONMENT=nsjail
COMPILER_CACHING=true
REMOTE_INCLUDE_CACHING=true
PROCESSING_TIMEOUT=5
COMPILER_ENVIRONMENT=nsjail
COMPILER_TIMEOUT=10
COMPILER_CODE_PROCESSING_TIMEOUT=5
COMPILER_REMOTE_INCLUDE_CACHING=true

BCRYPT_ROUNDS=12

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ yarn-error.log

third_party/v*/lib
third_party/v*/model.h
tests/Feature/test_*
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ It is a summary of changes that would be pertinent to the end user of the PGEtin
## 2024-05-08

- Added limitations to the remote include feature
- Catch compiler/linker timeout for better error handling

## 2024-05-06

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get -y update && \
libtool \
make \
pkg-config \
cgroup-tools \
protobuf-compiler && \
rm -rf /var/lib/apt/lists/*

Expand Down
Loading

0 comments on commit 01d3a88

Please sign in to comment.