Skip to content

Commit

Permalink
Merge pull request #820 from OpenConext/hotfix/namespace-cherrypick-fix
Browse files Browse the repository at this point in the history
Fix namespace after cherry picked bugfix
  • Loading branch information
pablothedude authored Nov 27, 2019
2 parents 3d4aa7e + bff209c commit dcebc06
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 45 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ branches:
- /^feature\/(.*)$/
- /^hotfix\/(.*)$/
- /^bugfix\/(.*)$/
- /^release\/(.*)$/

after_failure:
- sudo tail -500 /var/log/apache2/error.log
Expand Down
13 changes: 6 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
use OpenConext\EngineBlock\Metadata\Loa;
use OpenConext\EngineBlock\Metadata\LoaRepository;
use OpenConext\EngineBlock\Service\ProcessingStateHelperInterface;
use OpenConext\EngineBlock\Stepup\StepupDecision;
use OpenConext\EngineBlock\Stepup\StepupGatewayCallOutHelper;
use OpenConext\EngineBlockBundle\Authentication\AuthenticationState;
use OpenConext\EngineBlockBundle\Stepup\StepupDecision;
use OpenConext\EngineBlockBundle\Stepup\StepupGatewayCallOutHelper;
use Psr\Log\LoggerInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Session\Session;
Expand Down
96 changes: 60 additions & 36 deletions theme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcebc06

Please sign in to comment.