commit 1bab4941aa0b7074be0ca6521e5b5f9cdb9b0357
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu May 18 00:17:18 2017 -0500
Add the ability to change the user's password.
Fix some bugs around password setting.
Add unit tests for it.
Document user and user token operations.
M cli/user.go
M cli/user_test.go
M doc/arch/data.rst
M doc/cli/drpcli_users.rst
A doc/cli/drpcli_users_password.rst
M doc/operation.rst
commit cb7a9fc27298c8e03c1d4e35d075815a63ad733f
Author: JJ Asghar <jj@chef.io>
Date: Tue May 16 15:58:43 2017 -0700
Added to the install.rst
- forgot install.rst for the command
Signed-off-by: JJ Asghar <jj@chef.io>
M doc/install.rst
commit bbdce40e2f8e858356d35ee4daca6094c2c5114c
Author: JJ Asghar <jj@chef.io>
Date: Tue May 16 15:38:00 2017 -0700
Helping out with Documentation
- Found a typo in the default username password
- After 10.9, the route command changed, this now shows how to add it > 10.9 too
Signed-off-by: JJ Asghar <jj@chef.io>
M doc/quickstart.rst
commit afa8a281e6d9ddfe0be057c2be12cb097d066d6b
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon May 15 17:40:23 2017 -0500
This updates the CLI to talk a single string on create operations
for machines, bootenvs, users, and profiles. This will create
empty objects with those names.
Update the docs and cli help to reflect this.
Also document addition profile and machine CLI options.
M cli/bootenv.go
M cli/bootenv_test.go
M cli/common.go
M cli/lease_test.go
M cli/machines.go
M cli/machines_test.go
M cli/profiles.go
M cli/profiles_test.go
M cli/reservation_test.go
M cli/subnet_test.go
M cli/template_test.go
M cli/user.go
M cli/user_test.go
M doc/cli/drpcli_bootenvs.rst
M doc/cli/drpcli_bootenvs_create.rst
M doc/cli/drpcli_leases.rst
M doc/cli/drpcli_leases_create.rst
M doc/cli/drpcli_machines.rst
M doc/cli/drpcli_machines_create.rst
M doc/cli/drpcli_profiles.rst
M doc/cli/drpcli_profiles_create.rst
M doc/cli/drpcli_reservations.rst
M doc/cli/drpcli_reservations_create.rst
M doc/cli/drpcli_subnets.rst
M doc/cli/drpcli_subnets_create.rst
M doc/cli/drpcli_templates.rst
M doc/cli/drpcli_templates_create.rst
M doc/cli/drpcli_users.rst
M doc/cli/drpcli_users_create.rst
M doc/operation.rst
commit 7a07e39975cbc5165b0aa4506ff239f90be95166
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue May 9 00:31:17 2017 -0500
Add docs for add/remove profile.
Also make the key sort stable so docs don't change
because we rerun the commands. Yeah - go map enumeration.
M cli/common.go
M doc/cli/drpcli_bootenvs_exists.rst
M doc/cli/drpcli_bootenvs_list.rst
M doc/cli/drpcli_bootenvs_show.rst
M doc/cli/drpcli_leases_exists.rst
M doc/cli/drpcli_leases_list.rst
M doc/cli/drpcli_leases_show.rst
M doc/cli/drpcli_machines.rst
A doc/cli/drpcli_machines_addprofile.rst
M doc/cli/drpcli_machines_exists.rst
M doc/cli/drpcli_machines_list.rst
A doc/cli/drpcli_machines_removeprofile.rst
M doc/cli/drpcli_machines_show.rst
M doc/cli/drpcli_reservations_exists.rst
M doc/cli/drpcli_reservations_list.rst
M doc/cli/drpcli_reservations_show.rst
M doc/cli/drpcli_subnets_exists.rst
M doc/cli/drpcli_subnets_list.rst
M doc/cli/drpcli_subnets_show.rst
commit ae6098c45f3812235011209eff9e8ef4ed67397c
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue May 9 00:30:12 2017 -0500
Add Remove and Add profile on the machines cli.
This updates the profiles section of the machine without
have to wrangle JSON.
M cli/machines.go
M cli/machines_test.go
commit 92b670c77ec48080152824f236532f85fee254e7
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sat May 6 22:21:29 2017 -0500
Add comments for the index-based get and generate
docs for them.
M cli/bootenv.go
M cli/common.go
M cli/lease.go
M cli/machines.go
M cli/profiles.go
M cli/reservation.go
M cli/subnet.go
M cli/template.go
M cli/user.go
M doc/cli/drpcli_bootenvs_exists.rst
M doc/cli/drpcli_bootenvs_list.rst
M doc/cli/drpcli_bootenvs_show.rst
M doc/cli/drpcli_interfaces_exists.rst
M doc/cli/drpcli_interfaces_show.rst
M doc/cli/drpcli_leases_exists.rst
M doc/cli/drpcli_leases_list.rst
M doc/cli/drpcli_leases_show.rst
M doc/cli/drpcli_machines_exists.rst
M doc/cli/drpcli_machines_list.rst
M doc/cli/drpcli_machines_show.rst
M doc/cli/drpcli_profiles_exists.rst
M doc/cli/drpcli_profiles_show.rst
M doc/cli/drpcli_reservations_exists.rst
M doc/cli/drpcli_reservations_list.rst
M doc/cli/drpcli_reservations_show.rst
M doc/cli/drpcli_subnets_exists.rst
M doc/cli/drpcli_subnets_list.rst
M doc/cli/drpcli_subnets_show.rst
M doc/cli/drpcli_templates_exists.rst
M doc/cli/drpcli_templates_show.rst
M doc/cli/drpcli_users_exists.rst
M doc/cli/drpcli_users_show.rst
commit 0bdacf583bbf449bcdffcf02849d09d3d9e3dae2
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri May 5 16:00:16 2017 -0500
Update the docs and swagger information for the filter
index stuff.
M cli/bootenv.go
M cli/common.go
M cli/files.go
M cli/interfaces.go
M cli/isos.go
M cli/lease.go
M cli/machines.go
M cli/profiles.go
M cli/reservation.go
M cli/subnet.go
M cli/template.go
M cli/user.go
M doc/arch/data.rst
M doc/cli/drpcli_bootenvs_list.rst
M doc/cli/drpcli_files_list.rst
M doc/cli/drpcli_interfaces_list.rst
M doc/cli/drpcli_isos_list.rst
M doc/cli/drpcli_leases_list.rst
M doc/cli/drpcli_machines_list.rst
M doc/cli/drpcli_profiles_list.rst
M doc/cli/drpcli_reservations_list.rst
M doc/cli/drpcli_subnets_list.rst
M doc/cli/drpcli_templates_list.rst
M doc/cli/drpcli_users_list.rst
commit 446ac6145c34906b8764c54f6405d5bf0037ced9
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri May 5 12:03:31 2017 -0500
Alter CLI input to handle advanced queries.
M cli/bootenv.go
commit aae4dba9365a20d633929f5186cbffc4ef559fab
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri May 5 11:17:20 2017 -0500
Add a little test for unique index lookup for Machines
M cli/machines_test.go
commit fa318c354895cd9508b9a6d671837668e9998638
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu May 4 23:29:40 2017 -0500
Add cli support, more swagger pieces, and unit tests for cli.
M cli/bootenv.go
M cli/bootenv_test.go
M cli/common.go
M cli/files.go
M cli/interfaces.go
M cli/isos.go
M cli/lease.go
M cli/lease_test.go
M cli/machines.go
M cli/machines_test.go
M cli/profiles.go
M cli/profiles_test.go
M cli/reservation.go
M cli/reservation_test.go
M cli/subnet.go
M cli/subnet_test.go
M cli/template.go
M cli/template_test.go
M cli/user.go
M cli/user_test.go
commit 4215397d463d622076f357752630bac641081268
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Fri May 5 10:28:57 2017 -0500
Fix building commands to allow for automated refactoring
D cmds/dr-provision.go
R100 cmds/drpcli-docs.go cmds/drpcli-docs/drpcli-docs.go
R100 cmds/drpcli.go cmds/drpcli/drpcli.go
End of Note