-
Notifications
You must be signed in to change notification settings - Fork 138
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
Make navbar scrollable #1490
Open
Guillon88
wants to merge
349
commits into
munkireport:wip
Choose a base branch
from
Guillon88:wip
base: wip
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Make navbar scrollable #1490
Conversation
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
Remove commented code
Upgrade phpcs
Move old Eloquent Models into the MR\ classic namespace Add new models into the App\ namespace for BusinessUnit.php and MachineGroup.php
…admins also. Summarised business unit redesign into business-units-v2.md Add and separate GraphQL definitions for businessunit.graphql and machinegroup.graphql Create VueJS components to demonstrate usage of Apollo + Vue for BU frontend Further convert some items in the munkireport blade layout from php to blade
…for this release. The definitions can live in this repo until ready. Create API controllers (standard REST) for BusinessUnit/MachineGroup management. Removed the static /business_units link from the admin menu.
listen to the login event to assign a role doco! set group memberships on LDAP login decide role membership at successful login set group memberships (sorta) using SAML2, needs more configurable behaviour.
Fix alerting
fix save_business_unit
Add business unit support
Put role in session
Fix get_filtered_groups
Store role in user record
Use middleware guard for routes
Use role
Move unit routes to delete_machine
Fix variable
Simplify logging
Move get_machine_groups route
Fix filtering
Allow post in module routes
Use builtin composer setup
managedinstalls, munkiinfo, network, security
To get rid if the migration error that 2022_04_10_000001_network_fix_vlans causes
…kireport-php Update dependencies incrementally
Notes about failing tests Make docker build work again Move webpack out of the way but still needed to refer to copy tasks
… to be written out properly Remove graphql-tag dependency from Vue components Switch business units v2 route to business-units vue-typeahead-bootstrap not compatible with VueJS 3, commented out until a suitable replacement can be found. Remove bootstrap-vue which so far was only referenced for icon font components Removed v-wait-for-t directive from translations because vue-i18next had to be replaced by vue-i18n which does not support this directive vue-grid-layout is not compatible with VueJS 3, commented out until a suitable replacement can be found. Upgraded vue-router to v4 for compatibility with VueJS 3 bootstrap.js updated as per laravel migration guide Removed files related to laravel-mix which is replaced by Vite Moved i18n setup code to i18n.js require()s had to be moved to imports because Vite only supports this Fix some blade views containing @Vite business units v2 being disabled also disables the route from being accessed Remove @vue/cli-shared-utils, no longer needed Remove vue-loader and other webpack supporting libraries Add vite plugins to support self-signed SSL and static asset copying (TBD)
…ransformation for sfcs, static copy to mimic the webpack static copy
… up first, this is a temporary measure and the container should be doing/relying upon a health check. The example docker-compose.mariadb.yml used a host mounted volume which broke testing when flipping between munkireport versions. This has been moved to a container volume. The mariadb dependency in docker-compose.mariadb.yml is fixed to a particular version to satisfy requirements when the pull policy disregards the latest tag. You cannot use the service name "db" in a compose file as it will clash with Laravel database config environment vars if docker-compose is providing env vars (the old service linking way).
… from working. Update docker-compose examples to use new-style config vars Move all the documentation around so that the v6 docs are at the root of docs/
…ide a container where there are multiple config sources and the true settings are confusing to determine. Remove Dockerfile ENV DB_CONNECTION which made it impossible to use a v5 database config with a container in a backwards compatible way
…except i moved macadmins python3 to the most preferred (because munkireport-runner bails without pyobjc). The API for League\Flysystem changed when it got upgraded to v3 which broke /install/get_paths, which is now fixed
…downloaded (what year is it).. anyway
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.