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

Checkin assets with no assigned user #69

Closed
wants to merge 9 commits into from

Commits on May 5, 2020

  1. Fix asset tag only updating when number

    Removed the isdigit() check for the Snipe asset tag as this creates issues when a non-digit prefix is used.
    leifahlgrimm committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c644cb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Merge pull request grokability#47 from leifahlgrimm/master

    Fix asset tag only updating when number
    ParadoxGuitarist committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    4264dda View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Print exceptions during is-up detection

    Exceptions aren't very likely during this initialization step, but if
    they occur the user definitely wants to know about them.
    UniversalSuperBox committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c4a07e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Fixed two condition checks for updating attributes

    I fixed two condition checks to make sure the data from Jamf and the data from Snipe are aligned.
    
    These are successfully set attributes, but showing as failing because the data doesn't line up at time of comparison.
    
    Snipe adds " 00:00:00" to the date, and json reports None for a blank value while the Jamf data contains an empty string.
    
    By doing these two conditional checks, I stop getting 3 warnings for ever machine updating that has these attributes updating in the case of purchase date, or not changing as is the case with my empty custom attributes.
    goneafk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    cc774dd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Merge pull request grokability#56 from goneafk/master

    Fixed two condition checks for confirming updating fields
    ParadoxGuitarist committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    2461d71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request grokability#51 from UniversalSuperBox/list-exception

    Print exceptions during is-up detection
    ParadoxGuitarist committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    acf1c64 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Interpolate environment variables in config (grokability#59)

    This is helpful to run the same script in multiple environments, where
    adapting the `settings.conf` file might not be possible or desirable.
    lauraseidler committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    a590368 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Avoid tracking settings.conf (grokability#63)

    This moves the sample settings.conf file to settings.conf.example to
    help users and developers avoid accidentally committing and publishing
    their credentials.
    elyscape committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    5773c06 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Checkin assets with no assigned user

    Resolves: grokability#68
    elyscape committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    7bb02ae View commit details
    Browse the repository at this point in the history