10 years ago committed change 14932 into main | ||
Add a comment | ||
9 years ago committed change 16347 into main Revising directions made obsolete by recent revisions to the deployment. | ||
9 years ago committed change 16346 into main Removing build directory prior to migration | ||
9 years ago committed change 16345 into candidate Removing candidate branch | ||
9 years ago committed change 16342 into candidate Create candidate branch. This branch is mostly here to start work on our release infrastructure. | ||
9 years ago committed change 16334 into main HWS/NOARCH/2015.1.main/201510211937 Documentation updates for new system configuration options. | ||
9 years ago committed change 16333 into main No need to uninstall anything but helix_web_services during the installation process now. | ||
9 years ago committed change 16332 into main Update documentation for new configuration, deployment. Also, fix default location for hws_console. | ||
9 years ago committed change 16331 into main | ||
9 years ago committed change 16330 into main | ||
9 years ago committed change 16329 into main Setup CentOS 6 chkconfig calls | ||
9 years ago committed change 16328 into main Fix default nginx reference in local development testing mode | ||
9 years ago committed change 16327 into main Fix issue where 'rake remote:spec' did not correctly hit the remote HWS server Change the logic of the login spec. When the HWS is running on a diffe...rent instance, we seem to get different login tickets. It's also completely random for cloud anyway. Wrap more of the deviceSync.rb output in a guard « | ||
9 years ago committed change 16322 into main Fix reference and add 'tag' parameter to name the output file from the remote:spec task | ||
9 years ago committed change 16321 into main Data subdirectory glob needs the extra asterix | ||
9 years ago committed change 16320 into main Use absolute path to the data initialization directory, and make sure that information is included in the tarball. | ||
9 years ago committed change 16316 into main Add 'group' setting (which can be nulled) to set the privileges on the installed unicorn config | ||
9 years ago committed change 16315 into main Change permissions on the unicorn configuration file to the system account | ||
9 years ago committed change 16314 into main Add default self-signed certs to tarball | ||
9 years ago committed change 16313 into main Fix username | ||
9 years ago committed change 16312 into main Use local self-signed cert instead of grabbing distribution-specific default certs. | ||
9 years ago committed change 16311 into main | ||
9 years ago committed change 16310 into main Fix default path to nginx generated via omnibus | ||
9 years ago committed change 16309 into main Fix .erb typo in init script template | ||
9 years ago committed change 16306 into main Skip this test for now in cloud mode. The Sinatra error handlers are getting kicked in here, and not in the other system modes. | ||
9 years ago committed change 16304 into main Quiet down some of the client tests, use HELIX_SYNC_DEBUG if you want to see the output of deviceSync.rb | ||
9 years ago committed change 16303 into main Add the ability to start up p4d in different configurations directly only. (Useful when just running things under a debugger.) | ||
9 years ago committed change 16296 into main Don't use /status to check for illegal P4PORT settings (it may be unused) | ||
9 years ago committed change 16295 into main Remove reference to 'functions' library, since I don't appear to need it and the link itself is wrong on Ubuntu 12. | ||
9 years ago committed change 16294 into main Correct symlink location to init.d script and set up call to update_rc.d for Ubuntu machines | ||
9 years ago committed change 16292 into main Create the 'sbin' folder in the install target directory before running ERB. | ||
9 years ago committed change 16291 into main Fix reference to hws_launch script (Removed the .erb extension) | ||
9 years ago committed change 16290 into main Fix deployment changes with recent changes for Helix Cloud testing. | ||
9 years ago committed change 16285 into main | ||
9 years ago committed change 16280 into main Adjustments for Helix Cloud settings Several tests are now disabled due for Helix Cloud since they won't work on streams, which HC only uses. | ||
9 years ago committed change 16237 into main A wee bit of clarification about PATCH/POST methods for uploading data. | ||
9 years ago committed change 16207 into main Removing duplicate README.md, because the real project root is not here anymore. | ||
9 years ago committed change 16206 into main HWS/NOARCH/2015.1.main/201510122220 | ||
9 years ago committed change 16204 into main Added release notes, which show up in the tarball and installer product home directory | ||
9 years ago committed change 16194 into main HWS/NOARCH/2015.1.main/201510121820 Implemented DELETE methods to help uninstallation processes for Helix Sync. | ||
9 years ago committed change 16190 into main Implement methods for deleting shelf and device clients. | ||
9 years ago committed change 16189 into main Implement delete for Helix Sync pending changelists on a project. | ||
9 years ago committed change 16168 into main HWS/NOARCH/2015.1.main/201510092323 | ||
9 years ago committed change 16167 into main | ||
9 years ago committed change 16161 into main | ||
9 years agognicol commented on change 16150 (auth.rb, line 151) for main Given you're consistent with P4D's behaviour I wouldn't push too hard on it. I think allowing an invalid password for an account with no password is p ...Given you're consistent with P4D's behaviour I wouldn't push too hard on it. I think allowing an invalid password for an account with no password is poor form though and given how long its been like that I can't imagine p4d can fix it (though our higher level apps certainly could). « | ||
9 years ago commented on change 16150 (auth.rb, line 151) for main This change is mostly meant to for clients to avoid workflow changes when the server has security 0 and no password. The empty "ticket" can be used as ...This change is mostly meant to for clients to avoid workflow changes when the server has security 0 and no password. The empty "ticket" can be used as the user's valid password. It's odd, I agree, and I don't like the fact the server allows this. But, it would add more complexity to the clients. I've requested that we block no passwords across the board too, and that didn't fly. If you really, really want it changed, I'd need to run it past Alan again, since this was behavior he wanted. « | ||
9 years agognicol commented on change 16150 (auth.rb, line 151) for main Tristan, in swarm (to be more technically correct) we reject loging in with a password if no password is required. i.e. an attempt to auth as gnicol w ...Tristan, in swarm (to be more technically correct) we reject loging in with a password if no password is required. i.e. an attempt to auth as gnicol with 'password-guess' will fail if gnicol has no password. https://swarm.perforce.com/projects/swarm/files/main/library/P4/Connection/AbstractConnection.php#612 I'd suggest the HWS would behave more sanely if it shared this approach. « | ||
9 years ago committed change 16150 into main If the system returns "login not necessary", return an empty string for the valid ticket value. | ||
9 years ago committed change 16147 into main Remove extraneous require from example code | ||