Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70a0877

Browse files
authored
Update framework to Laravel 6 (inex#566)
* Upgrade to Laravel 6 * Update packages * Fix routes and thus tests * Another route fix * Front end updates * waitForText() appears to be ordered :-( * Dusk needs to be headless * Add some pauses * Works locally... * Works locally... * Works locally... * [CI] s/pause()/waitForText() * [REVIEW] - general test * Upgrade to Laravel 6 * Update packages * Fix routes and thus tests * Another route fix * Front end updates * waitForText() appears to be ordered :-( * Dusk needs to be headless * Add some pauses * Works locally... * Works locally... * Works locally... * [CI] s/pause()/waitForText() * [REVIEW] - general test * [REVIEW] - general test * [REVIEW] - general test * [DUSK] - Fix dusk test * [DUSK] - Fix dusk test * [DUSK] - Fix dusk test * [DUSK] - Fix dusk test * [DUSK] - Fix dusk test * [DUSK] - Fix dusk test * Library update
1 parent 9bb99e5 commit 70a0877

146 files changed

Lines changed: 110589 additions & 6871 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.travisci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ DB_PASSWORD=
1717
#######################################################################################
1818
### Graphing - see https://ixp-manager.readthedocs.org/en/latest/features/grapher.html
1919
### Needed for the MRTG config generation test.
20-
GRAPHER_BACKENDS="mrtg|smokeping|sflow"
20+
GRAPHER_BACKENDS="mrtg|smokeping|sflow|dummy"
2121
GRAPHER_BACKEND_MRTG_WORKDIR="/tmp"
2222
GRAPHER_BACKEND_MRTG_LOGDIR="/tmp"
23+
GRAPHER_BACKEND_SFLOW_ENABLED=true
2324
### end graphing
2425

2526
#GRAPHER_ACCESS_IXP=1

.idea/IXP-Manager.iml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.phpstorm.meta.php/laravel.meta.php

Lines changed: 97 additions & 25 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)