summaryrefslogtreecommitdiff
path: root/spec/unit/provider/user
Commit message (Expand)AuthorAgeFilesLines
* Fix some odd whitespacing in tests.Pete Higgins2020-06-241-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-136-6/+6
* fix AIX specLamont Granquist2020-01-131-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-242-0/+39
* Fix the comment specTim Smith2019-02-191-2/+1
* Improve the lets in the dscl provider specsTim Smith2019-02-191-19/+15
* Fix bad spec descriptionsTim Smith2019-02-191-2/+2
* Remove the legacy useradd user providerTim Smith2019-02-191-1/+0
* user resource: Remove support for macOS 10.7 and 10.7 upgraded to 10.8+Tim Smith2019-01-141-303/+86
* MSYS-888 Adds full_name property to user resource for Windows.vasu11052018-09-241-3/+12
* Fix issue of setting comment for windows userNAshwini2018-08-101-3/+3
* Merge pull request #7484 from chef/attribute_to_propertiesTim Smith2018-07-172-17/+17
|\
| * Update wording in resource specs for attributes -> propertiesTim Smith2018-07-102-17/+17
* | Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-103-3/+0
|/
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* Unification of shell_out APIsLamont Granquist2018-06-154-35/+35
* Merge pull request #7249 from chef/lcg/cleanup-userLamont Granquist2018-05-211-2/+2
|\
| * clean up solaris providerLamont Granquist2018-05-101-2/+2
* | Fixing shell_out to have correct syntaxNick McSpadden2018-05-151-1/+1
* | Updating spec testNick McSpadden2018-05-151-9/+2
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-261-0/+3
* Check for set home property before file existence (fixes #5777)Sean Karlage2018-01-041-0/+26
* fixes for rubocop 0.49.1 engineLamont Granquist2017-06-201-1/+1
* Merge pull request #6055 from coderanger/package-optionsThom May2017-04-281-5/+5
|\
| * Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-111-5/+5
* | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-0/+97
|/
* fix remaining specs for popen4 removalLamont Granquist2017-04-011-16/+4
* remove most of supports APILamont Granquist2017-03-061-2/+2
* Chef-13: Remove supports API from all user providersLamont Granquist2017-02-282-54/+8
* user provider cleanupLamont Granquist2016-12-224-88/+89
* Add a spec for supports non_unique throwing a deprecation messageTim Smith2016-12-061-0/+6
* The suggested fix for the manage_home deprecation is incorrectTim Smith2016-12-061-1/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Solaris users are locked only if *LK*COOL-413/getent-on-solaris-doesnt-workTom Duffield2016-10-311-1/+2
* Properly check lock status of user on solaris2Tom Duffield2016-10-311-8/+34
* Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-1/+9
* Style fixes.Noah Kantrowitz2016-09-201-1/+0
* Add a test for create_user to make sure we have no `-r`s.Noah Kantrowitz2016-09-191-0/+10
* Refactor these tests to be less repeat-y.Noah Kantrowitz2016-09-191-41/+36
* suppress deprecation errors in testslcg/manage-home-fixLamont Granquist2016-09-152-0/+6
* add tests for provider behaviorLamont Granquist2016-09-141-0/+12
* revert supports[:manage_home] behaviorLamont Granquist2016-09-141-6/+24
* add func spec for default and fix unit specsLamont Granquist2016-08-231-3/+8
* clean up everythingLamont Granquist2016-08-231-11/+1
* user provider manage_home behavior and refactorLamont Granquist2016-08-195-14/+41
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-52/+52
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-251-6/+6
* fix trailing whitespacetm/trailing_whitespaceThom May2016-02-161-1/+1
* Merge pull request #4427 from juliandunn/remove-duplicate-shellcmddefLamont Granquist2016-02-162-17/+20
|\