• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

orchestral / foundation
84%
master: 86%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/path-parse-1.0.7
DEFAULT BRANCH: master
Repo Added 07 Jun 2013 03:34PM UTC
Files 103
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v3.2.0
branch: v3.2.0
CHANGE BRANCH
x
Reset
  • v3.2.0
  • 2.0
  • 2.1
  • 2.2
  • 3.0
  • 3.1
  • 3.2
  • 3.3
  • 3.4
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • 4.x
  • 5.x
  • dependabot/npm_and_yarn/elliptic-6.5.3
  • dependabot/npm_and_yarn/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/node-sass-4.14.1
  • dependabot/npm_and_yarn/path-parse-1.0.7
  • dependabot/npm_and_yarn/underscore-1.13.1
  • feature/command
  • feature/refactor
  • kite
  • master
  • patch/email-queue-rework
  • v2.0.22
  • v2.0.23
  • v2.1.0
  • v2.1.0-BETA1
  • v2.1.0-BETA2
  • v2.1.1
  • v2.1.10
  • v2.1.11
  • v2.1.12
  • v2.1.13
  • v2.1.14
  • v2.1.15
  • v2.1.2
  • v2.1.3
  • v2.1.4
  • v2.1.5
  • v2.1.6
  • v2.1.7
  • v2.1.8
  • v2.1.9
  • v2.2.0
  • v2.2.0-BETA1
  • v2.2.0-BETA2
  • v2.2.0-BETA3
  • v2.2.1
  • v2.2.2
  • v2.2.3
  • v2.2.4
  • v2.2.5
  • v2.2.6
  • v2.2.7
  • v2.2.8
  • v2.2.9
  • v3.0.0
  • v3.0.0-BETA1
  • v3.0.1
  • v3.0.10
  • v3.0.11
  • v3.0.12
  • v3.0.14
  • v3.0.15
  • v3.0.16
  • v3.0.17
  • v3.0.18
  • v3.0.2
  • v3.0.3
  • v3.0.4
  • v3.0.6
  • v3.0.7
  • v3.0.8
  • v3.0.9
  • v3.1.0
  • v3.1.0-BETA1
  • v3.1.0-BETA2
  • v3.1.0-BETA3
  • v3.1.0-BETA4
  • v3.1.0-BETA5
  • v3.1.0-BETA6
  • v3.1.10
  • v3.1.11
  • v3.1.12
  • v3.1.13
  • v3.1.14
  • v3.1.15
  • v3.1.16
  • v3.1.17
  • v3.1.18
  • v3.1.19
  • v3.1.2
  • v3.1.20
  • v3.1.21
  • v3.1.22
  • v3.1.23
  • v3.1.24
  • v3.1.25
  • v3.1.26
  • v3.1.4
  • v3.1.5
  • v3.1.7
  • v3.1.8
  • v3.1.9
  • v3.2.0-BETA1
  • v3.2.0-BETA2
  • v3.2.1
  • v3.2.2
  • v3.2.3
  • v3.2.4
  • v3.2.5
  • v3.2.6
  • v3.2.7
  • v3.2.8
  • v3.2.9
  • v3.3.0
  • v3.3.0-BETA1
  • v3.3.0-BETA2
  • v3.3.0-BETA3
  • v3.3.0-BETA4
  • v3.4.0
  • v3.4.1
  • v3.4.2
  • v3.4.3
  • v3.4.4
  • v3.5.0
  • v3.5.0-BETA1
  • v3.5.1
  • v3.5.2
  • v3.6.0
  • v3.6.1
  • v3.6.2
  • v3.6.3
  • v3.7.0
  • v3.7.1
  • v3.7.2
  • v3.8.0
  • v3.8.1
  • v3.8.2
  • v3.8.3
  • v3.8.4
  • v4.0.0
  • v4.0.1
  • v4.1.0
  • v4.2.0
  • v5.0.0
  • v5.0.1
  • v5.0.2
  • v5.1.0
  • v5.1.1

pending completion
1868

push

travis-ci

crynobone
v3.2.0

* Update support to Laravel Framework v5.2.5+.
* Defer orchestra/foundation routes registration after extension has been loaded.
* Improved performances by reducing call within `Illuminate\Container\Container`.
* Utilize `Orchestra\Authorization\Authorization::canIf()` helper.
* Allow login key to be customize between application instead of a hardcoded default using "email".
* Add support for menu nesting with `Orchestra\Foundation\Support\MenuHandler`.
* Publish extension assets and migrations during `php artisan orchestra:assemble`.
* Reworks on backend menu to support generating current active menu.
* Improves views overall implementation, ensure readability is optimized.
* Add `appendTableColumns()` and `prependTableColumns()` to `Orchestra\Foundation\Http\Presenters\User`.
* Add `Orchestra\Foundation\Http\Presenters\User::getSortableFields()` to allow filtering which fields can be sorted when displaying users table.
* Add `Orchestra\Foundation\Foundation::mode()` to fetch current request mode (e.g: safe or normal).
* Allow safe mode to persist between request via `?_mode=safe` http query string.
* Add `assetic()` helper as an alternative to `elixir()` helper.
* Add `Orchestra\Foundation\Console\Commands\OptimizeCommand`.
* Add `Orchestra\Foundation\Support\Providers\ModuleServiceProvider` to replace `Orchestra\Foundation\Support\Providers\ExtensionRouteServiceProvider`.
* Add `Orchestra\Foundation\Listeners\UserAccess` so it can be shared with `orchestra/lumen`.
* Add `Orchestra\Foundation\Processor\Authenticate::setAuthGuard()` method to override default auth guard.
* Add `acl` language files.
* Deprecate `Orchestra\Foundation\Http\Middleware\CanManage`.
* Remove `Orchestra\Foundation\AdminMenuHandler` class.
* Remove `Orchestra\Foundation\Application::getDeferredServices()` method.
* Remove `orchestra/resources` support.
* Remove registering additional facade aliases under `Orchestra` namespace.
* Remove `it` language files.
* Update as... (continued)

1187 of 1406 relevant lines covered (84.42%)

14.82 hits per line

Relevant lines Covered
Build:
Build:
1406 RELEVANT LINES 1187 COVERED LINES
14.82 HITS PER LINE
Source Files on v3.2.0
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1868 v3.2.0 v3.2.0 * Update support to Laravel Framework v5.2.5+. * Defer orchestra/foundation routes registration after extension has been loaded. * Improved performances by reducing call within `Illuminate\Container\Container`. * Utilize `Orchestra\Authori... push 26 Dec 2015 07:25PM UTC crynobone travis-ci pending completion  
See All Builds (2681)
  • Repo on GitHub
  • CI Project
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc