Граф коммитов

770 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] 7c60260c3a
Microsoft mandatory file 2022-08-15 21:15:54 +00:00
Eric Hanko 47d34d460e
Update README.md
Add a note about the state of the repo.
2020-09-19 09:20:28 -07:00
Eric Hanko ab9d19a737
Merge pull request #12 from sangamcse/conftest_fix
conftest.py: Change usage of fuction.Function
2018-10-27 18:31:10 -07:00
sangamcse 7887941298 conftest.py: Change usage of fuction.Function
This changes `item.Funtion` to `pytest.Function`.

Closes https://github.com/Microsoft/InQRy/issues/11
2018-10-27 01:54:07 +05:30
Eric Hanko cb7bd7884b
Merge pull request #9 from romangraef/master
More explanatory error messages
2018-10-23 10:28:37 -07:00
Eric Hanko 1ee6d0d65b
Merge branch 'master' into master 2018-10-23 10:28:20 -07:00
Eric Hanko e8d8a9321f
Merge pull request #10 from psyonara/pep8_pylint_fixes
Pep8 pylint fixes
2018-10-23 10:23:50 -07:00
Helmut Irle 321238077b Improved indentation (PyLint: bad-continuation) 2018-10-10 22:02:42 +02:00
Helmut Irle c9c4b6256f Removed unnecessary else clauses (PyLint: no-else-return) 2018-10-10 21:59:18 +02:00
Helmut Irle 9a0bb854f5 Added extra blank line (PEP8: E302) 2018-10-10 21:50:45 +02:00
Helmut Irle b20316bc43 Removed whitespace on blank line (PEP8: W293) 2018-10-10 21:49:57 +02:00
Helmut Irle 8180fc1f86 Fixed trailing whitespace (PEP8: W291) 2018-10-10 21:49:11 +02:00
Helmut Irle ac8e1c08ea Fixed trailing whitespace (PEP8: W291) 2018-10-10 21:48:37 +02:00
Helmut Irle dcda9237c2 Fixed over- and under-indentation (PEP8: E126,E128) 2018-10-10 21:45:57 +02:00
Roman Gräf 34e2df5903 More explanatory error messages
Added more explanatory error messages regarding Alias/Asset Tag not being properly formatted. (Included description of format)
2018-10-10 14:39:34 +02:00
Eric Hanko d350c5381e
Merge pull request #7 from julienc91/master
Updated documentation screenshots
2018-10-09 17:21:21 -07:00
Eric Hanko 2d54d602a3
Merge pull request #8 from julienc91/plistlib
Updated deprecated usage of plistlib
2018-10-09 17:19:02 -07:00
julien 5da2b6896c Updated deprecated usage of plistlib 2018-10-03 21:55:04 +02:00
julien 3b0110058e updated screenshots 2018-10-03 20:59:18 +02:00
Jacob Zaval 27ab449cf8 Merged PR 84062: Enable full dropdown options
This PR:

- Enables Portable asset and New Model QR fields for Self-Service and door-to-door use.
- Allows New Model QR codes to be saved
- Fixes a bug where a Create Asset QR code would still be generated if an invalid alias or asset tag was entered

Related work items: #1872846
2017-09-16 01:08:09 +00:00
Jacob Zaval bdd219bc29 refactor validate method name 2017-09-15 17:03:25 -07:00
Jacob Zaval c34bf5dcfe test new model and new asset methods separately 2017-09-15 16:57:08 -07:00
Jacob Zaval 6dcf003720 raise an exception when validate finds an error to prevent QR generation 2017-09-15 13:45:06 -07:00
Jacob Zaval 8692be5c5c Prevent empty alias and asset from being passed with New Model QR 2017-09-15 13:43:59 -07:00
Jacob Zaval 5df5050bbb make save function capable of saving New Model QR 2017-09-15 13:42:07 -07:00
Jacob Zaval 2430461f66 add 'New Model' option 2017-09-15 12:09:59 -07:00
Jacob Zaval ea956a2d0d add Portable model option 2017-09-15 12:09:45 -07:00
Jacob Zaval f6c98ccf4b Merged PR 83815: fix string interpolation for Python 3.5
fix string interpolation for Python 3.5
2017-09-14 23:04:05 +00:00
Jacob Zaval 9524e09ee3 fix string interpolation for Python 3.5
grumble grumble
2017-09-14 15:52:20 -07:00
Jacob Zaval 7fbce04245 Merged PR 83794: add parentheses to alias field to disambiguate form entry
This fixes a behavior of the Snipe-IT alias dropdown field where a user who's full name _contains_ the alias of another user is selected instead of the alias. The alias is now generated with parentheses, which should work as long as no one's legal name contains open and closed parentheses.

Related work items: #1869997
2017-09-14 22:40:48 +00:00
Jacob Zaval effda320ee add parentheses to alias field to disambiguate form entry 2017-09-14 15:00:08 -07:00
Eric Hanko b87f0a085e Merged PR 81821: "Show QR Code" for door-to-door inventory
Re-instantiate the "Show QR Code" button for door-to-door inventory
Related work items: #1571930
2017-09-06 18:35:40 +00:00
Eric Hanko d78722bff3 Re-instantiate the "Show QR Code" button 2017-09-06 10:50:04 -07:00
Eric Hanko e5c9641353 Merged PR 80808: InQRy 1.3.2
- Bump vers to 1.3.2 and catch exception if plist is not present for pip3 install
- ~~Add back Portable to dropdown~~ Removal of Portable to drop down
- Remove "Show" button from GUI
2017-08-31 20:27:24 +00:00
Andre Shields a3d415c216 removal of Portable form_type in form_instructions.py 2017-08-31 10:36:47 -07:00
Eric Hanko 4f0633b6f4 bump vers and catch exception if plist is not present 2017-08-31 10:00:51 -07:00
Eric Hanko 824940cf5f Merge branch 'develop' of ssh://office.visualstudio.com:22/DefaultCollection/APEX/_git/InQRy into develop 2017-08-31 09:50:02 -07:00
Eric Hanko 894f7a3e76 Merge branch 'hotfix/remove-show-qr' into develop 2017-08-31 09:45:40 -07:00
Eric Hanko eb60e81021 Merge branch 'hotfix/remove-show-qr' 2017-08-31 09:45:13 -07:00
Eric Hanko ae8f9f6b07 comment out the "Show" button temporarily for asset collection 2017-08-31 09:44:38 -07:00
Jacob Zaval 88386272f5 Merge branch 'feature/add-portable' into develop 2017-08-30 14:17:57 -07:00
Jacob Zaval 69a4255771 add back Portable to dropdown 2017-08-30 14:14:11 -07:00
Eric Hanko a203047f69 bump vers to 1.3.1 2017-08-24 10:26:57 -07:00
Jacob Zaval e8c9e0bef4 Merged PR 79098: limit Form Factor to Desktop
limit Form Factor to Desktop in order to limit user confusion around Form Factor dropdown.
2017-08-24 05:41:16 +00:00
Jacob Zaval 123a0583b0 remove commented Portable 2017-08-23 22:36:36 -07:00
Jacob Zaval 876904129b limit Form Factor to Desktop 2017-08-23 16:50:03 -07:00
Eric Hanko feab5129c8 Merged PR 78711: InQRy 1.3
### New
- #1740643
- #1799916
- #1799918
- Cross-platform testing (thanks @<eahanl@microsoft.com>)
- Adds `serialize()` method to `SystemSpecs` that outputs data in json

### Bug Fixes
- #1729961
- #1800000
- #1731570

Related work items: #1731570, #1729961, #1800000, #1740643
2017-08-23 19:30:08 +00:00
Jacob Zaval 2bba2120da refactor hardware_overview_summary and serializer method names 2017-08-23 10:41:29 -07:00
Eric Hanko 25dc614ae0 fix circular dependency between asset_qr and gui 2017-08-17 18:24:18 -07:00
Eric Hanko 3d18ff3a20 fix GUI bug; bump vers 2017-08-16 18:09:50 -07:00