Skip to content
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

Warranty URL is a mandatory field #12946

Closed
2 tasks done
qay21 opened this issue Apr 28, 2023 · 6 comments
Closed
2 tasks done

Warranty URL is a mandatory field #12946

qay21 opened this issue Apr 28, 2023 · 6 comments

Comments

@qay21
Copy link
Contributor

qay21 commented Apr 28, 2023

Debug mode

Describe the bug

When updating an existing Manufacturer, it is not possible to save the data without providing a warranty lookup URL.

Reproduction steps

  1. Go to manufacturers and edit one
  2. Add an image using the Select File button
  3. Click the Save button

At this point, a message is displayed on top of the form :

Error: Please check the form below for errors

An other error is displayed inside the form, just under the "Warranty Lookup URL" field description :

The warranty lookup url must start with one of the following: http://, https://, afp://, facetime://, file://, irc://.

Expected behavior

Some manufacturers don't provide a dedicated warranty lookup URL, this field should not be mandatory.

If this field is meant to be mandatory, then it should be marked as such, with the orange marker on the right of mandatory fields (for manufacturers, only the "Name" field is marked this way)

Screenshots

capture

Snipe-IT Version

v6.1.0

Operating System

Docker

Web Server

Docker

PHP Version

Docker

Operating System

Debian

Browser

Firefox

Version

102.10.0esr

Device

No response

Operating System

No response

Browser

No response

Version

No response

Error messages

No response

Additional context

This is a recent install (2 weeks old) using docker compose and the official SnipeIT image, unmodified.

The app is working mighty fine appart from this behaviour, which probably appeared with version 6.1.0.

@welcome
Copy link

welcome bot commented Apr 28, 2023

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@qay21
Copy link
Contributor Author

qay21 commented Apr 28, 2023

I'm unfamiliar with SnipeIT's code, but I suspect the problem might originate from here :

'warranty_lookup_url' => 'starts_with:http://,https://,afp://,facetime://,file://,irc://','nullable'

In this line, the nullable keyword doesn't seem to be included in the defined rule, with a split comma and quotes separating it.

@BBYStudios
Copy link

+1
I just finished installing Snipe-IT on Ubuntu and found this to be a problem as well.

@qay21
Copy link
Contributor Author

qay21 commented Apr 29, 2023

A tip : the URL is not format checked, so you can simply set "https://" in the field and the error goes away

@snipe
Copy link
Owner

snipe commented Apr 29, 2023

I'm kinda not sure why this would be happening though - in the validation, it's marked as nullable

snipe added a commit that referenced this issue Apr 29, 2023
Fixed  #12946 - warranty lookup url was not nullable
@snipe snipe closed this as completed in aa814cf Apr 29, 2023
@snipe
Copy link
Owner

snipe commented Apr 29, 2023

Sorry about that - I found the issue - fixed on develop and master now

DarthKillian added a commit to DarthKillian/eti-assets that referenced this issue May 23, 2023
* new request, preparing support_url for validation

* Ensure users editing themselves do not deactivate their account

* fix: upgrade webpack from 5.76.2 to 5.77.0

Snyk has created this PR to upgrade webpack from 5.76.2 to 5.77.0.

See this package in npm:
https://www.npmjs.com/package/webpack

See this project in Snyk:
https://app.snyk.io/org/snipe/project/3d53e1dd-b8bf-46b5-ba61-18ce26933166?utm_source=github&utm_medium=referral&page=upgrade-pr

* fix: upgrade bootstrap-table from 1.21.3 to 1.21.4

Snyk has created this PR to upgrade bootstrap-table from 1.21.3 to 1.21.4.

See this package in npm:
https://www.npmjs.com/package/bootstrap-table

See this project in Snyk:
https://app.snyk.io/org/snipe/project/3d53e1dd-b8bf-46b5-ba61-18ce26933166?utm_source=github&utm_medium=referral&page=upgrade-pr

* add ARM64 architecture

* Regex added for link instead

* Fix operator in where clause

* Added more granular permissions on bulk actions for assets

Signed-off-by: snipe <snipe@snipe.net>

* Added permission on restore

Signed-off-by: snipe <snipe@snipe.net>

* remove space

* remove space

* added ldap_location to settings

* removed a typo

* Change from a standard Eloquent mapping for ID to a custom setRead

* Use superuser instead of admin state

* Added `auto_add_to_fieldsets` field

Signed-off-by: snipe <snipe@snipe.net>

* Added new strings

Signed-off-by: snipe <snipe@snipe.net>

* Fixed slightly weird padding

Signed-off-by: snipe <snipe@snipe.net>

* We don’t actually use this test?

Signed-off-by: snipe <snipe@snipe.net>

* Added new field to factory

Signed-off-by: snipe <snipe@snipe.net>

* Changed layout, added fieldsets

Signed-off-by: snipe <snipe@snipe.net>

* Added auto_add_to_fieldsets to API response

Signed-off-by: snipe <snipe@snipe.net>

* Updated redirect return

Signed-off-by: snipe <snipe@snipe.net>

* Added logic for syncing fieldset info

Signed-off-by: snipe <snipe@snipe.net>

* Added fieldset sync

Signed-off-by: snipe <snipe@snipe.net>

* Added a check to fail validation if the associated fieldsets are not value

Signed-off-by: snipe <snipe@snipe.net>

* Updated the sync to disassociate if all boxed are unchecked

Signed-off-by: snipe <snipe@snipe.net>

* Small refactor of HTML, added top submit button

Signed-off-by: snipe <snipe@snipe.net>

* Updated js packages

Signed-off-by: snipe <snipe@snipe.net>

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Add @dboth as a contributor

* Add @zacharyfleck as a contributor

* Applies snipe#12868

Signed-off-by: snipe <snipe@snipe.net>

* Fixed snipe#12918 - wrong toite for clone location

Signed-off-by: snipe <snipe@snipe.net>

* remove regex, add in starts_with

* Env-ify hashing variables, setting the normal defaults

Signed-off-by: snipe <snipe@snipe.net>

* requested edits

* Use the asset tag instead of asset name if no name is given

Signed-off-by: snipe <snipe@snipe.net>

* Added help text to the now-dynamic manufacturer URLS

Signed-off-by: snipe <snipe@snipe.net>

* Added dynamic warranty URL to manufacturers

Signed-off-by: snipe <snipe@snipe.net>

* Switch back to “normal” url for support

Signed-off-by: snipe <snipe@snipe.net>

* Remove auto-link from from manufacturer warranty

Signed-off-by: snipe <snipe@snipe.net>

* Removed SR text for exporting

Signed-off-by: snipe <snipe@snipe.net>

* Fixed translation

Signed-off-by: snipe <snipe@snipe.net>

* Switch to externalLinkFormatter

Signed-off-by: snipe <snipe@snipe.net>

* requested edits

* Added missing case for licenses for item_count

Signed-off-by: snipe <snipe@snipe.net>

* Remove the loading of asset maintenances that are not used by view

* Eager load default locations

* Fixed  snipe#12946 - warranty lookup url was not nullable

Signed-off-by: snipe <snipe@snipe.net>

* Moved external link icon into link

Signed-off-by: snipe <snipe@snipe.net>

* Added tooltip

Signed-off-by: snipe <snipe@snipe.net>

* Added nobr tag to prevent external link icon and link from breaking

Signed-off-by: snipe <snipe@snipe.net>

* Check if model exists before create asset via API

* Prevent hard fail when retrieving acceptance data

* Clear the settings cache on app destruction

* Add InteractsWithSettings trait to required tests

* Improve method name

* fixes dark yellow

* adds fixes to dark black theme

* Restrict PHP to >=7.4.3 <8.2

* fixes dark green theme

* fixes dark orange theme

* fixes dark blue and btn-warning bg

* fixes dark red

* removed dead space

* corrections for dark red

* moar changes to red

* Snyk webpack upgrade

Signed-off-by: snipe <snipe@snipe.net>

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Use translation string

Signed-off-by: snipe <snipe@snipe.net>

* Unmix return type variables

Signed-off-by: snipe <snipe@snipe.net>

* buttons added

* Buttons on the accessory view page

* Buttons on the accessory view page

* Bumped version to 6.1.1-pre

Signed-off-by: snipe <snipe@snipe.net>

* Add CheckoutAcceptance factory

* Include user's name in Acceptance result notifications for accessories

* Capitalize "declined" in acceptance in notification

* Add additional information to acceptance notifications for assets, accessories, and consumables

* Restore the 'Asset Notes' and 'Model Notes' in the Map Asset Import Fields form

* Tweak 'exist' rule in Asset->model_id field so it ignores soft-deleted models

* Show signature column regardless of “require sig” state

Signed-off-by: snipe <snipe@snipe.net>

* Added missing use statement

Signed-off-by: snipe <snipe@snipe.net>

* Fixed misplaced div when saml is disabled

Signed-off-by: snipe <snipe@snipe.net>

* Add optional filename to backup

Signed-off-by: snipe <snipe@snipe.net>

* Check that the filename we pass ends in zip, add it if not

Signed-off-by: snipe <snipe@snipe.net>

* Make validation match database fields

Signed-off-by: snipe <snipe@snipe.net>

* Migration to embiggen state fields

Signed-off-by: snipe <snipe@snipe.net>

* Added maxlenth to form fields

Signed-off-by: snipe <snipe@snipe.net>

* Pass filename to pre-import backup

Signed-off-by: snipe <snipe@snipe.net>

* Pass filename for manual backups

Signed-off-by: snipe <snipe@snipe.net>

* Removed whitespace

Signed-off-by: snipe <snipe@snipe.net>

* Add ejected pipeline configuration for ChipperCI

* Configure Dusk for ChipperCI

* Limit ChipperCI to running on push to master or develop

* Fixed width of columns in details

Signed-off-by: snipe <snipe@snipe.net>

* Added icon field back into assets page

Signed-off-by: snipe <snipe@snipe.net>

* Made spacing more compact

Signed-off-by: snipe <snipe@snipe.net>

* Tightened up some layout issues, checkbox issues in LDAP settings

Signed-off-by: snipe <snipe@snipe.net>

* Google oauth login

Signed-off-by: snipe <snipe@snipe.net>

* Added migration

Signed-off-by: snipe <snipe@snipe.net>

* Removed env dependency, switched to DB

Signed-off-by: snipe <snipe@snipe.net>

* Add validation and fillable fields

Signed-off-by: snipe <snipe@snipe.net>

* Added settings routes for google auth

Signed-off-by: snipe <snipe@snipe.net>

* Changed redirect

Signed-off-by: snipe <snipe@snipe.net>

* Added methods for google settings

Signed-off-by: snipe <snipe@snipe.net>

* Removed redirect option

Signed-off-by: snipe <snipe@snipe.net>

* Added google option to settings index

Signed-off-by: snipe <snipe@snipe.net>

* Added google settings blade

Signed-off-by: snipe <snipe@snipe.net>

* Pulled redirect from settings

Signed-off-by: snipe <snipe@snipe.net>

* Use google logo

Signed-off-by: snipe <snipe@snipe.net>

* Disabled fields in demo mode

Signed-off-by: snipe <snipe@snipe.net>

* Very ugly login shim just to test functionality

Signed-off-by: snipe <snipe@snipe.net>

* Disallow saving data if app is locked

Signed-off-by: snipe <snipe@snipe.net>

* Create constructor to override expected config variables

Signed-off-by: snipe <snipe@snipe.net>

* Added debugging

Signed-off-by: snipe <snipe@snipe.net>

* Switch to using username as match for google login

Signed-off-by: snipe <snipe@snipe.net>

* Remove avatar update, since we don’t take URLs for that

Signed-off-by: snipe <snipe@snipe.net>

* Use normal translation style

Signed-off-by: snipe <snipe@snipe.net>

* Clearer comments

Signed-off-by: snipe <snipe@snipe.net>

* Re-add the image update

Signed-off-by: snipe <snipe@snipe.net>

* Check for http or https in avatar value

Signed-off-by: snipe <snipe@snipe.net>

* Added translation string for google auth failure

Signed-off-by: snipe <snipe@snipe.net>

* Hide client secret if app is locked

Signed-off-by: snipe <snipe@snipe.net>

* Nicer button

Signed-off-by: snipe <snipe@snipe.net>

* Added validation on google client ID

Signed-off-by: snipe <snipe@snipe.net>

* Added ends_with validation message

Signed-off-by: snipe <snipe@snipe.net>

* Added translations

Signed-off-by: snipe <snipe@snipe.net>

* Few more login page tweaks

Signed-off-by: snipe <snipe@snipe.net>

* Final google login tweaks

Signed-off-by: snipe <snipe@snipe.net>

* I lied. Missed one

Signed-off-by: snipe <snipe@snipe.net>

* Extra debugging

Signed-off-by: snipe <snipe@snipe.net>

* Added Google test user

Signed-off-by: snipe <snipe@snipe.net>

* Bumped hash

Signed-off-by: snipe <snipe@snipe.net>

* Disable browser tests in ChipperCI

* Updated webpack, new asset files

Signed-off-by: snipe <snipe@snipe.net>

* Production assets

Signed-off-by: snipe <snipe@snipe.net>

* Add @vikaas-cyper as a contributor

* Used brackets for multiselect company

Signed-off-by: snipe <snipe@snipe.net>

* Fixed multiselect for companies

Signed-off-by: snipe <snipe@snipe.net>

* Wrong eval

Signed-off-by: snipe <snipe@snipe.net>

* Added multi-select option to custom report

Signed-off-by: snipe <snipe@snipe.net>

* standardizes the importer colors no matter the theme

* adds translation to checkout notification

* removes assigned_to if archived

* Additional multi-select options for custom report

Signed-off-by: snipe <snipe@snipe.net>

* Use actions text in backups table

Signed-off-by: snipe <snipe@snipe.net>

* Importer fix for non-Location imports

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Added EOL date to importer

Signed-off-by: snipe <snipe@snipe.net>

---------

Signed-off-by: snipe <snipe@snipe.net>
Co-authored-by: akemidx <kojotek.dx@gmail.com>
Co-authored-by: Marcus Moore <contact@marcusmoore.io>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: snipe <snipe@snipe.net>
Co-authored-by: zacharyfleck <zfleck@clinetic.com>
Co-authored-by: Zachary Fleck <87536651+zacharyfleck@users.noreply.github.com>
Co-authored-by: Godfrey M <godmartinz@gmail.com>
Co-authored-by: Brady Wetherington <bwetherington@grokability.com>
Co-authored-by: Ivan Nieto Vivanco <inietov@gmail.com>
DarthKillian added a commit to DarthKillian/eti-assets that referenced this issue Jun 10, 2023
* Switch back to “normal” url for support

Signed-off-by: snipe <snipe@snipe.net>

* Remove auto-link from from manufacturer warranty

Signed-off-by: snipe <snipe@snipe.net>

* Removed SR text for exporting

Signed-off-by: snipe <snipe@snipe.net>

* Fixed translation

Signed-off-by: snipe <snipe@snipe.net>

* Switch to externalLinkFormatter

Signed-off-by: snipe <snipe@snipe.net>

* requested edits

* Added missing case for licenses for item_count

Signed-off-by: snipe <snipe@snipe.net>

* Remove the loading of asset maintenances that are not used by view

* Eager load default locations

* Fixed  snipe#12946 - warranty lookup url was not nullable

Signed-off-by: snipe <snipe@snipe.net>

* Moved external link icon into link

Signed-off-by: snipe <snipe@snipe.net>

* Added tooltip

Signed-off-by: snipe <snipe@snipe.net>

* Added nobr tag to prevent external link icon and link from breaking

Signed-off-by: snipe <snipe@snipe.net>

* Check if model exists before create asset via API

* Prevent hard fail when retrieving acceptance data

* Clear the settings cache on app destruction

* Add InteractsWithSettings trait to required tests

* Improve method name

* fixes dark yellow

* adds fixes to dark black theme

* Restrict PHP to >=7.4.3 <8.2

* fixes dark green theme

* fixes dark orange theme

* fixes dark blue and btn-warning bg

* fixes dark red

* removed dead space

* corrections for dark red

* moar changes to red

* Snyk webpack upgrade

Signed-off-by: snipe <snipe@snipe.net>

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Use translation string

Signed-off-by: snipe <snipe@snipe.net>

* Unmix return type variables

Signed-off-by: snipe <snipe@snipe.net>

* buttons added

* Buttons on the accessory view page

* Buttons on the accessory view page

* Bumped version to 6.1.1-pre

Signed-off-by: snipe <snipe@snipe.net>

* Add CheckoutAcceptance factory

* Include user's name in Acceptance result notifications for accessories

* Capitalize "declined" in acceptance in notification

* Add additional information to acceptance notifications for assets, accessories, and consumables

* Restore the 'Asset Notes' and 'Model Notes' in the Map Asset Import Fields form

* Tweak 'exist' rule in Asset->model_id field so it ignores soft-deleted models

* Show signature column regardless of “require sig” state

Signed-off-by: snipe <snipe@snipe.net>

* Added missing use statement

Signed-off-by: snipe <snipe@snipe.net>

* Fixed misplaced div when saml is disabled

Signed-off-by: snipe <snipe@snipe.net>

* Add optional filename to backup

Signed-off-by: snipe <snipe@snipe.net>

* Check that the filename we pass ends in zip, add it if not

Signed-off-by: snipe <snipe@snipe.net>

* Make validation match database fields

Signed-off-by: snipe <snipe@snipe.net>

* Migration to embiggen state fields

Signed-off-by: snipe <snipe@snipe.net>

* Added maxlenth to form fields

Signed-off-by: snipe <snipe@snipe.net>

* Pass filename to pre-import backup

Signed-off-by: snipe <snipe@snipe.net>

* Pass filename for manual backups

Signed-off-by: snipe <snipe@snipe.net>

* Removed whitespace

Signed-off-by: snipe <snipe@snipe.net>

* Add ejected pipeline configuration for ChipperCI

* Configure Dusk for ChipperCI

* Limit ChipperCI to running on push to master or develop

* Fixed width of columns in details

Signed-off-by: snipe <snipe@snipe.net>

* Added icon field back into assets page

Signed-off-by: snipe <snipe@snipe.net>

* Made spacing more compact

Signed-off-by: snipe <snipe@snipe.net>

* Tightened up some layout issues, checkbox issues in LDAP settings

Signed-off-by: snipe <snipe@snipe.net>

* Google oauth login

Signed-off-by: snipe <snipe@snipe.net>

* Added migration

Signed-off-by: snipe <snipe@snipe.net>

* Removed env dependency, switched to DB

Signed-off-by: snipe <snipe@snipe.net>

* Add validation and fillable fields

Signed-off-by: snipe <snipe@snipe.net>

* Added settings routes for google auth

Signed-off-by: snipe <snipe@snipe.net>

* Changed redirect

Signed-off-by: snipe <snipe@snipe.net>

* Added methods for google settings

Signed-off-by: snipe <snipe@snipe.net>

* Removed redirect option

Signed-off-by: snipe <snipe@snipe.net>

* Added google option to settings index

Signed-off-by: snipe <snipe@snipe.net>

* Added google settings blade

Signed-off-by: snipe <snipe@snipe.net>

* Pulled redirect from settings

Signed-off-by: snipe <snipe@snipe.net>

* Use google logo

Signed-off-by: snipe <snipe@snipe.net>

* Disabled fields in demo mode

Signed-off-by: snipe <snipe@snipe.net>

* Very ugly login shim just to test functionality

Signed-off-by: snipe <snipe@snipe.net>

* Disallow saving data if app is locked

Signed-off-by: snipe <snipe@snipe.net>

* Create constructor to override expected config variables

Signed-off-by: snipe <snipe@snipe.net>

* Added debugging

Signed-off-by: snipe <snipe@snipe.net>

* Switch to using username as match for google login

Signed-off-by: snipe <snipe@snipe.net>

* Remove avatar update, since we don’t take URLs for that

Signed-off-by: snipe <snipe@snipe.net>

* Use normal translation style

Signed-off-by: snipe <snipe@snipe.net>

* Clearer comments

Signed-off-by: snipe <snipe@snipe.net>

* Re-add the image update

Signed-off-by: snipe <snipe@snipe.net>

* Check for http or https in avatar value

Signed-off-by: snipe <snipe@snipe.net>

* Added translation string for google auth failure

Signed-off-by: snipe <snipe@snipe.net>

* Hide client secret if app is locked

Signed-off-by: snipe <snipe@snipe.net>

* Nicer button

Signed-off-by: snipe <snipe@snipe.net>

* Added validation on google client ID

Signed-off-by: snipe <snipe@snipe.net>

* Added ends_with validation message

Signed-off-by: snipe <snipe@snipe.net>

* Added translations

Signed-off-by: snipe <snipe@snipe.net>

* Few more login page tweaks

Signed-off-by: snipe <snipe@snipe.net>

* Final google login tweaks

Signed-off-by: snipe <snipe@snipe.net>

* I lied. Missed one

Signed-off-by: snipe <snipe@snipe.net>

* Extra debugging

Signed-off-by: snipe <snipe@snipe.net>

* Added Google test user

Signed-off-by: snipe <snipe@snipe.net>

* Bumped hash

Signed-off-by: snipe <snipe@snipe.net>

* Disable browser tests in ChipperCI

* Updated webpack, new asset files

Signed-off-by: snipe <snipe@snipe.net>

* Production assets

Signed-off-by: snipe <snipe@snipe.net>

* Add @vikaas-cyper as a contributor

* Used brackets for multiselect company

Signed-off-by: snipe <snipe@snipe.net>

* Fixed multiselect for companies

Signed-off-by: snipe <snipe@snipe.net>

* Wrong eval

Signed-off-by: snipe <snipe@snipe.net>

* Added multi-select option to custom report

Signed-off-by: snipe <snipe@snipe.net>

* standardizes the importer colors no matter the theme

* adds translation to checkout notification

* removes assigned_to if archived

* Additional multi-select options for custom report

Signed-off-by: snipe <snipe@snipe.net>

* Use actions text in backups table

Signed-off-by: snipe <snipe@snipe.net>

* Importer fix for non-Location imports

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Added EOL date to importer

Signed-off-by: snipe <snipe@snipe.net>

* testing input paddings

* adds padding to multi select2 inputs

* testing overflow solutions

* adds overflow-wrap to asset info table

* Adapt multiple column search based on database driver

* Move multiple column search function to Searchable trait

* Simplify sqlite query

* Apply formatting

* Define required fields in Custom Field seeder so sqlite can be seeded

* Update advancedTextSearch methods in Asset and User models

* Eager load fieldset default values in asset model endpoint

* Add a condition to check if images should be shown in notification

* Update scopeAssignedSearch in Asset

* Update searchRelations in Searchable trait

* Formatting

* Add docblock

* Pass user count to the eloquent query

* Add comment

* fixes mobile nav bar and notification position

* Add dynamic scope for prettier multiple column search

* Add docblock

* Use new dynamic scope where possible

* Add test for searching for user's first and last name

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Automatically add table prefixes when building multi-column search string

* Use trim() function when format the custom field values as array

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Fixed missing brace from conflict

Signed-off-by: snipe <snipe@snipe.net>

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Updated hash

Signed-off-by: snipe <snipe@snipe.net>

* Updated dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Fixed typo

Signed-off-by: snipe <snipe@snipe.net>

* Fixes: issue snipe#13073: deleted component addearing in asset component tab fixed

* Add @ak-piracha as a contributor

* Replace join with left join in pertinent eloquent query

* Ensure consumable name is valid in factory

* Get name as a string and not an array

* fix: slack channel

* Fix of typo in an HTML tag

* Add @NojoudAlshehri as a contributor

* Updated webpack, added new dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Add @stefanstidlffg as a contributor

* Updated libraries and dev assets

Signed-off-by: snipe <snipe@snipe.net>

* Bumped hash

Signed-off-by: snipe <snipe@snipe.net>

---------

Signed-off-by: snipe <snipe@snipe.net>
Signed-off-by: Darth Killian <rhuntington719@gmail.com>
Co-authored-by: snipe <snipe@snipe.net>
Co-authored-by: akemidx <kojotek.dx@gmail.com>
Co-authored-by: Marcus Moore <contact@marcusmoore.io>
Co-authored-by: Ivan Nieto Vivanco <inietov@gmail.com>
Co-authored-by: Godfrey M <godmartinz@gmail.com>
Co-authored-by: Brady Wetherington <bwetherington@grokability.com>
Co-authored-by: ak-piracha <abdulkareem.w@outlook.com>
Co-authored-by: Stefan Stidl <54367449+stefanstidlffg@users.noreply.github.com>
Co-authored-by: NojoudAlshehri <111287779+NojoudAlshehri@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants