-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Snipe-IT v5 Progress Report #6287
Comments
Hi I'm Kalpa De Silva from Sri Lanka working as a IT specialist from Large scale apparel business. I go through your all conversations and finally I installed on premise Snipe-IT system. I would like to give some major changes to your system and we already trying to do it using our internal |
@thanukalpa If you have feature requests you're interested in working on, please see the contributing documentation, and make sure you discuss your approach with us here via Github Issue so that we can make sure you're going down a path that will work long-term for the project. Thanks! |
Question, will the upgrade to version 5 from the latest stable likely be straight forward or should I look at installing the development version now and upgrade that to stable once it's released? I know development should never be expected to be stable etc etc, but sometimes dealing with slight issues is easier than ripping it all out when it comes to upgrade time. |
It should be pretty straightforward. The only thing that might take some shenanigans is if you decide to host your uploaded assets in AWS S3 or Rackspace separate from your Snipe-IT instance. We have a command line tool for that as well. Some directories will also be moved around a little, but the upgrade script should hopefully handle that for you without too much fuss. Hopefully. ;) |
Thanks, I'll start with stable and wait a bit for any upgrade issues to be resolved (if there are any). |
The link above for Migrating Files doesn't work, it takes me the documentation page with 404 page not found |
@ichayapet v5 isn't out yet. |
Are there any Plans to add Purchase Orders, like it was suggested in #6133? |
Is this (#5854) commit about altering assets location through audits only coming with v5? Or is it the newest release? |
@aaronpierce I believe that's only on develop right now so it will be in v5 |
In the develop preview, the bulk audit feature doesn't update locations if assets are checked out. What would be great is if you opened an audit, scanned all of the items, and then save (to continue to work on it later) or close (done with audit, ready to review) and review items that are checked out and select what to do with them (check out to new location, ignore, set status etc), remove items from the audit, and view what was supposed to be in each room and is missing, misplaced etc |
i can't wait, thanks for the great work |
wonderful! |
@memtech3 - please open a new issue for that so we can discuss it there. Thanks! |
@aaronpierce v5 only, sorry. It's too difficult to keep back porting features and working on the new version as well. |
Will we get SSO/ Single Sign on feature in v5 release. |
And u2f? Please allow security keys as 2fa. |
@BharathKumarGajula @ffuentes alas, SSO and u2f will not be in the v5 release. |
When would be version 5 is available for public release, we are waiting for this release from long time. |
How about Bulk Check In feature? |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
Hi, seems LDAP Sync functionality is out in the wild on 5.0? #6352 brought in a lot of changes, but broke \App\Console\Commands\LdapSync as well as the sync via webui by removing \App\Models\Ldap . Copying the \App\Models\Ldap from the latest master, for now, seems to work, but I'm sure it's intended. Any pointers on what needs to be refactored? |
it's already present |
@snipe do we have an ETA on a V5 release? Can we expect to see it at some point next year? |
Any ETA on V5 @snipe |
Any chance that #5925 is going to make an appearance in V5? |
It would be really helpful if multi-assets allows to input assets in a "comma separated" way instead of having to click. Having a way to create multiple numerical based assets would be great too. i.e: using "MyDevice %[10-15]" to get MyDevice 10, MyDevice 11, ..., MyDevice 15 created. |
Is this still relevant? We haven't heard from anyone in a bit. If so, please comment with any updates or additional detail. |
v5 is pretty relevant. @snipe Can the stale bot be backed off a bit, perhaps to four or six months? |
Okay, it looks like this issue or feature request might still be important. We'll re-open it for now. Thank you for letting us know! |
(bump) |
Any status update when the release will be? |
I would like to test the RFID integration, please can you let me know when this feature will be ready for testing? |
@daletnt Can you be more specific about what you're trying to do exactly? |
Good to hear that it is going to be finally out...👍 |
top! |
v5-beta-3.0.0 is released - https://github.com/snipe/snipe-it/releases/tag/v5.0.0-beta-3.0
|
Hello, nerds!
Just a quickie update on what we've gotten done so far in the upcoming v5 (currently on the
develop
branch). Lots of stuff is changed under the hood, as we've upgraded the underlying framework to Laravel 5.7, but there are a bunch of bufixes and new features, as well as some UI improvements.One of the bigger changes to the system is the introduction of Flysystem support, which means you can host your asset uploads, logos, etc on S3 or Rackspace.
The small things matter as much to us as the big ones do, so we've spent some time trying to really refine some of the commonly used UI elements, for example the improved logo upload+preview interface:
Completed
Added
upgrade.php
Fixed
next_audit_date
if none providedsamaccountname
on LDAP importDocumentation
In Progress:
Multi-Asset Creation
We're currently working on a way to easily create multiple assets from the Create Asset screen. This is a little tricksier than it seems, because there are both front end and backend considerations (validation, etc), but it's coming along well.
Backups are Donked
I'm not actually sure how to handle this one right now, but backups will no longer work the same way with Flysystem. Need to investigate.
We're still shooting to get as many of the v5 milestone issues handled prior to release, but as always, it should be used as a roadmap guide, and some features/fixes many not make it in this version.
The text was updated successfully, but these errors were encountered: