Skip to content

Enable Ubuntu 14.04 beta in travis #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
6e07cd5
Removed in_memory Security Providers (unused)
tzikis Jan 9, 2015
0f56ce5
Replaced OR operator with || & explicit precedence
tzikis Jan 9, 2015
8a30ae3
Removed unnecessary __FILE__ variables
tzikis Jan 9, 2015
9aeed6c
Added codebender favicon
tzikis Jan 9, 2015
e25959f
Added stricter checks for successful extractions
tzikis Jan 9, 2015
b332d4a
Added stricter checks for successful preprocessing
tzikis Jan 9, 2015
7aa2d68
Deleted Acme Bundle (Symfony2 Demo)
tzikis Jan 9, 2015
cf132dd
Fixed Error due to removal of Acme Bundle
tzikis Jan 9, 2015
01ee571
Fixed 2nd Error due to removal of Acme Bundle
tzikis Jan 9, 2015
7057acc
This should fix the Acme deletion error
tzikis Jan 9, 2015
ae8fab2
Removed dead code
tzikis Jan 9, 2015
885857c
Added 1 more strict bool check
tzikis Jan 9, 2015
13f9500
Renamed a variable for readability
tzikis Jan 9, 2015
ec1d2b7
This should fix all missing ending newlines
tzikis Jan 9, 2015
29eab63
Auto-Formated PreprocessingHandler
tzikis Jan 9, 2015
0ee4557
Auto-Formated UtilityHandler
tzikis Jan 9, 2015
8c57183
Auto-Formated PostProcessingHandler
tzikis Jan 9, 2015
21854c0
Auto-Formated MCUHandler
tzikis Jan 9, 2015
d25ee5a
Auto-Formated DefaultController
tzikis Jan 9, 2015
4260afd
Silenced PHPStorm Warning
tzikis Jan 9, 2015
ff13752
Auto-Formated DefaultControllerTest
tzikis Jan 9, 2015
65d426f
Removed unused Class
tzikis Jan 9, 2015
8b0faee
Auto-Formated CompilerHandler
tzikis Jan 9, 2015
b52fc76
Avoiding using functions in for loop
tzikis Jan 9, 2015
c1b4154
Fixed all PSR-1 Method Naming warnings (hopefuly)
tzikis Jan 9, 2015
d42172c
Initial fix for containing the deletion Actions
tzikis Jan 9, 2015
af91913
Fixed 2nd deletion Action size
tzikis Jan 9, 2015
95f8e21
Updated Symfony version and dependencies
tzikis Jan 9, 2015
1334b87
Suppressed Warning that breaks our JSON output
tzikis Jan 9, 2015
9af22c7
Added EOF Newline
tzikis Jan 9, 2015
7ca854a
Made Travis run the tests on PHP 5.3 (for now)
fpapadopou Apr 30, 2015
8e7e91e
Removed silly commented out test (tested against the produced binary)
fpapadopou Apr 30, 2015
d6e3f88
Made the test file indicate it's a set of functional tests
fpapadopou Apr 30, 2015
335d89a
Removed unnecessary comments from code used to functionally test the …
fpapadopou Apr 30, 2015
dbea937
Added functional tests for external cores/variants usage
fpapadopou Apr 30, 2015
75dd878
Moved check for created object file to the binary test function (synt…
fpapadopou Apr 30, 2015
9884dd7
Made the external core test work on any environment, with any externa…
fpapadopou Apr 30, 2015
8e9da06
Silenced archive creation output (prints output on local testing)
fpapadopou Apr 30, 2015
74e84f7
Added a simple test for archive creation
fpapadopou Apr 30, 2015
ffb82c6
Merge remote-tracking branch 'origin/dev' into sensiolabs-insight-fixes
fpapadopou Jul 17, 2015
96a5e19
Merge pull request #33 from codebendercc/sensiolabs-insight-fixes
fpapadopou Jul 17, 2015
98dcec6
Code style changes in PreprocessingHandler
fpapadopou Jul 17, 2015
46dfc7c
CamelCased a bunch of variables in the UtilityHandler
fpapadopou Jul 17, 2015
60985a3
Removed unused parameters from config file
fpapadopou Jul 23, 2015
9b467bb
Updated the code of the deletion actions and handler methods
fpapadopou Jul 24, 2015
15a46f9
Merge remote-tracking branch 'origin/dev' into sensiolabs-insight-del…
fpapadopou Jul 24, 2015
e431319
Merge pull request #36 from codebendercc/parameters-revision
fpapadopou Jul 24, 2015
756fce4
Removed update coveralls statement (it's already installed along with…
fpapadopou Jul 24, 2015
b05358d
Silenced arduino core file unzipping (produces more than 7K lines of …
fpapadopou Jul 24, 2015
290356e
Merge pull request #35 from codebendercc/sensiolabs-insight-deletiona…
fpapadopou Jul 24, 2015
5fd92ab
Merge remote-tracking branch 'origin/dev' into travis
fpapadopou Jul 24, 2015
1b07b90
Added coded that removes unnecessary paths info from linking error ou…
fpapadopou Aug 21, 2015
ab69a71
Code formatting in tests class
fpapadopou Aug 21, 2015
5a7c0ba
Added functional test for the linker output cleanup function
fpapadopou Aug 21, 2015
3e2b0e9
Removed 'files', 'libraries', 'cb_personal_libraries' paths from comp…
fpapadopou Aug 28, 2015
7c226ff
Merge remote-tracking branch 'origin/master' into dev
fpapadopou Aug 28, 2015
e48b6fe
Removed '$' from class parameters usages in DeletionHandler
fpapadopou Sep 2, 2015
2fa9595
Decode HTML entities in project files and library files before compil…
fpapadopou Sep 23, 2015
1dbc0d0
Added a test for html encoded input to the compiler
fpapadopou Sep 23, 2015
dbaa56d
Updated test and html encoding-decoding code (didn't really work as e…
fpapadopou Sep 28, 2015
ccdf2da
Updated Apache VirtualHost setup (2.4.7 compatibility)
fpapadopou Oct 15, 2015
969e4de
Removed cache-fs & logs-fs setup (unnecessary in 14.04)
fpapadopou Oct 15, 2015
2b12d33
Apache 2.4.7 needs a .conf extension in VirtualHost files
fpapadopou Oct 15, 2015
6f9519d
Updated PHPUnit to version 4.8.13
fpapadopou Oct 15, 2015
342df73
Updated vendors (most significant is Symfony 2.3.33)
fpapadopou Oct 15, 2015
c64ef0b
Add PHP XDebug ( needed for coverage generation)
fpapadopou Oct 15, 2015
add4d26
Fixed some issues that came up during review
fpapadopou Oct 23, 2015
0436535
Revert "Updated test and html encoding-decoding code (didn't really w…
fpapadopou Oct 23, 2015
86e5832
Revert "Added a test for html encoded input to the compiler"
fpapadopou Oct 23, 2015
3f36a4d
Revert "Decode HTML entities in project files and library files befor…
fpapadopou Oct 23, 2015
dc855d4
Updated complete.py file
fpapadopou Nov 5, 2015
a857683
Updated CompilerHandler
fpapadopou Nov 5, 2015
292511c
enable Ubuntu 14.04 beta in travis
Nov 11, 2015
0b3c14c
remove old php versions from travis.yml
Nov 11, 2015
9c22c78
add explicit php version in travis.yml
Nov 11, 2015
eefbf70
remove php-specific-config from travis.yml
Nov 11, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated Apache VirtualHost setup (2.4.7 compatibility)
  • Loading branch information
fpapadopou committed Oct 15, 2015
commit ccdf2da99ea50b18e07d529739341ed83186409e
15 changes: 9 additions & 6 deletions apache-config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
AliasMatch ^/compiler/?(.*) /opt/codebender/compiler/Symfony/web/$1
<Directory /opt/codebender/compiler/Symfony/web>
Options -Indexes FollowSymLinks MultiViews
<VirtualHost *:80>
DocumentRoot /opt/codebender/compiler/Symfony/web
DirectoryIndex index.php
SetEnv APPLICATION_ENV "production"
<Directory /opt/codebender/compiler/Symfony/web>
Options -Indexes +FollowSymLinks +MultiViews
Require all granted
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</Directory>
</VirtualHost>