-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update directory structure & allow to configure paths (tmp, log, cache)
- Loading branch information
Showing
2,201 changed files
with
851 additions
and
13,651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,62 @@ | ||
# Exclude common IDE project files | ||
/nbproject | ||
/config/custom_files | ||
/config/templates | ||
/config/topics | ||
/config/wm | ||
/config/minilogos | ||
/config/status | ||
/config/stamp | ||
/config/configuration.yml | ||
/vendor | ||
/plugins | ||
/node_modules | ||
composer.phar | ||
behat.yml | ||
/datas | ||
/.idea | ||
|
||
# Exclude javascript dependencies folder | ||
/www/assets | ||
/tmp-assets | ||
|
||
# Exclude node.js dependencies folder | ||
/node_modules | ||
|
||
# Exclude compiled LESS folder | ||
/www/skins/build | ||
/www/crossdomain.xml | ||
|
||
# Exclude compiled javascript test fixture folder | ||
/www/scripts/tests/fixtures | ||
|
||
# Exclude configuration folder exception the configuration sample file | ||
/config | ||
!/config/configuration.sample.yml | ||
|
||
# Exclude generated proxies from doctrine2 | ||
/resources/proxies | ||
|
||
# Exclude temporaries resources (zip files, quarantine documents etc ..) folder | ||
/tmp | ||
|
||
# Exclude cache folder | ||
/cache | ||
|
||
# Exclude log folder | ||
/logs | ||
|
||
# Exclude plugin folder | ||
/plugins | ||
# Excluse assets plugin folder | ||
/www/plugins | ||
|
||
# Exclude folder for storing documents (images, videos, PDF) and their sub-definitions | ||
/datas | ||
|
||
# Exclude dependencies folder | ||
/vendor | ||
|
||
# Exclude package's binaries folder except the Phraseanet's ones | ||
/bin | ||
!/bin/console | ||
!/bin/developer | ||
!/bin/setup | ||
|
||
# Exclude composer | ||
composer.phar | ||
|
||
# Exclude behat configuration file | ||
behat.yml | ||
|
||
# Exclude vagrant configuration file | ||
.vagrant | ||
|
||
# Exclude crossdomain.xml file it's generated | ||
/www/crossdomain.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ script: | |
bin/setup system:install [email protected] --password=test --db-user=root --db-template=fr --db-password= --databox=db_test --appbox=ab_test --server-name=http://127.0.0.1 -y -v; | ||
bin/developer ini:setup-tests-dbs -v; | ||
fi" | ||
- php hudson/cleanupSubdefs.php | ||
- php resources/hudson/cleanupSubdefs.php | ||
#sqlite db generation should occur once Phraseanet is up to date : | ||
- bin/developer phraseanet:regenerate-sqlite | ||
- ./node_modules/.bin/grunt test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.