Name | Modified | Size |
---|---|---|
.. | ||
config | ||
package-scripts | ||
Berksfile | 10 years ago | |
Berksfile.lock | 10 years ago | |
Gemfile | 10 years ago | |
Gemfile.lock | 10 years ago | |
omnibus.rb | 10 years ago | |
README.md | 10 years ago | |
.gitignore | 10 years ago | |
.kitchen.local.yml | 10 years ago | |
.kitchen.yml | 10 years ago | |
.p4ignore | 10 years ago |
Change | User | Description | Committed |
---|---|---|---|
15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
10 years ago |
15603 | tjuricek | Trying another approach to handling the cacerts breakage. | 10 years ago |
15602 | tjuricek | Updating the cacerts dependency for omnibus builds. | 10 years ago |
15483 | tjuricek | Add a new 'hws_console` application to the deployment. This should give users the abili...ty to use the Ruby client for quick and dirty debugging of issues with HWS. Since it's so easy, I've added it to the deployment guide. « |
10 years ago |
15462 | tjuricek | Explicitly set ncurses version to 5.9, which it was before someone decided to use a differ...ent version that no longer exists. « | 10 years ago |
15238 | tjuricek |
Set license to 2-clause BSD (similar to p4ruby) P4WEBAPI-116 |
10 years ago |
15237 | tjuricek | Change the maintainer to company standard. I *believe* this will edit the correct field...s in the right places. « |
10 years ago |
15236 | tjuricek | Using the platform codename (if it exists) in the build_iteration value. This allows us... to store multiple .deb files in the same package repo for Ubuntu 12 vs Ubuntu 14, etc. « |
10 years ago |
15111 | tjuricek | Remove references to actually using the SQLite DB in the installation Still depending o...n it to avoid shared library dependencies to system packages « |
10 years ago |
15032 | tjuricek | Starting config and doc revisions. System is now broken while revisions underway. Conf...iguration of the p4d connection is now done via a single HWSSettings middleware object injected into the Rack env. The HWSP4Cleanup middleware now cleans up any p4 injected into the Rack env. The Auth::App class now mostly just contains one method to generate a p4 ticket. /auth/v1/login. Added yard documentation for the main project. Yard docs have been reconfigured to dump into build/ directories. This should probably be done with each release. Hm... The top level rake file contains a task, 'all:doc', to update our documentation. This should probably be run for each checkin. Hm... Specs are now using Rack::Test on top of a 'live' p4d. I'd suggest you still use the p4util mechanism, which now dumps to a /tmp folder, so we can safely add P4IGNORE rules back into your local .p4config file. Old 'perforce' application now called 'helix_versioning_engine'. Removing cache data. Helix Sync may be slow. It may also get axed. We'll see. « |
10 years ago |
14976 | tjuricek | Bind on port 9000 instead of a local unix socket. For whatever reason, the CentOS 6 sys...tem configuration does not like the local unix socket permissions, even though it seems like it should be allowable. « |
10 years ago |
14951 | tjuricek | Update versions of omnibus. | 10 years ago |
14932 | tjuricek | CentOS 6 deployment support. I need a reliable way of detecting platform information. So... I'm installing ohai, which comes from Chef, and seems to be a stable way of determing things like "I'm running on CentOS 6.5". « |
10 years ago |
14899 | tjuricek | Do not verify SSL certs in tests, and make sure the right DB file is used by our startup s...cript. « | 10 years ago |
14876 | tjuricek | Add default Helix Sync depots to our default p4d setup. | 10 years ago |
14873 | tjuricek | Added default nginx and p4d setup to hws_configure This should give users that run hws_...configure the first time... something... that could be used for testing a basic setup. How we configure the system from here isn't ironed out yet. « |
10 years ago |
14870 | tjuricek | Add an upstart configuration for helix_web_services. | 10 years ago |
14842 | tjuricek | Add helixwebservices user setup to hws_configure | 10 years ago |
14841 | tjuricek | Add *very basic* shell script wrappers to configure and launch the unicorn server. hws_...configure: post-install script to setup or migrate the DB helix_web_services: bash script to point out the embedded Ruby setup This is far from complete, just the next step in getting to a basic package-based deployment. « |
10 years ago |
14794 | tjuricek | Omnibus installation framework. Right now, this mostly just packages up most of the sof...tware for use within an embedded ruby distribution. Not everything is working because there are decisions to make I'm not entirely sure about. Things, like, "do we embed postgres", or "do I embed unicorn and generate a stupid init.d script". « |
10 years ago |