Name | Modified | Size |
---|---|---|
.. | ||
bin | ||
config | ||
lib | ||
migrations | ||
spec | ||
spec.old | ||
config.ru | 10 years ago | |
Gemfile | 10 years ago | |
Gemfile.lock | 10 years ago | |
helix_web_services.gemspec | 10 years ago | |
LICENSE | 10 years ago | |
Procfile | 10 years ago | |
Rakefile | 10 years ago | |
README.md | 10 years ago | |
.gitignore | 10 years ago | |
.p4ignore | 10 years ago | |
.rspec | 10 years ago | |
.travis.yml | 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 |
15618 | tjuricek | By default, writing spec results to spec-output, docs to doc-output. The archiving in a... 'build' branch will be handled by the CD pipeline. « |
10 years ago |
15600 | tjuricek | Add /status method back to verify that the user's session actually works. | 10 years ago |
15589 | tjuricek | Update path to test output and update docs. | 10 years ago |
15588 | tjuricek | Write test output to build directory and correct reference to 'all:doc' task | 10 years ago |
15587 | tjuricek | Add 'rake test' top level command to handle executing tests against the local source tree.... This may be embellished with some additional configuration to, say, run tests against a remote server. « |
10 years ago |
15545 | tjuricek | Place in config and hooks for Helix Cloud authentication. | 10 years ago |
15542 | tjuricek | Add spaces to our basic 'component encode' mechanism, and use it for HVE project IDs. I...n general, this will make the HVE IDs a bit more readable. « |
10 years ago |
15532 | tjuricek | Add a basic HWSUrls class to handle strings with forward slashes as URL path parts. | 10 years ago |
15517 | tjuricek | Do not require changelist ID for submitting Helix Sync pending changelists. | 10 years ago |
15513 | tjuricek | Add a product ID header for debugging purposes. This will generally display INVALID unl...ess the version file has been created during the build. « |
10 years ago |
15512 | tjuricek | Fix issues where system overrides would not always override some of the local settings. | 10 years ago |
15499 | tjuricek | Naive implementation of helix sync project submit for "helix versioning engine projects". | 10 years ago |
15497 | tjuricek | Add support to fetch the latest change of a project. | 10 years ago |
15496 | tjuricek | Revise GET /helix_sync/v1/changes/[project] to /helix_sync/v1/changes/[project]/pending ... The base method is really intended for the latest changelist number. Meh. « |
10 years ago |
15487 | tjuricek | Add basic ability to create pending changelists for helix sync projects. | 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 |
15479 | tjuricek | Added a basic "HVE project" implementation for creating clients. | 10 years ago |
15437 | tjuricek | Basic "HVE Project" implementation. This will allow directories in a HVE instance to ho...st 'projects' for use by helix sync. There are no methods defined for creating the projects, however. This does not include any specialization or testing in the Qt API yet. I may investigate creating a "higher level" interface for Qt client apps. « |
10 years ago |
15297 | tjuricek | Implement of 'cluster services' configuration. The configuration will be stored in a lo...cal JSON file, which is expected to be maintained by the systems admin. Eventually, it's expected to have this sort of thing implemented via Helix Admin. « |
10 years ago |
15260 | tjuricek | Fix truncation of content when listing a single file's details. Added message warning p...eople about timeouts. This does work, and doesn't bring the system down, but you'll probably hit timeouts if you're trying to download files using this system. « |
10 years ago |
15243 | tjuricek | Example implementation of Git Fusion repo listing. Seems to work given a wee bit of man...ual poking against perforce:1666 « |
10 years ago |
15242 | tjuricek | Add Helix Sync stubs and documentation | 10 years ago |
15241 | tjuricek | Add Git Fusion stubs and documentation. | 10 years ago |
15240 | tjuricek | Set api level via request path on all Helix Versioning Engine methods. This will allow... migration of applications to different P4D versions. Our internal methods (like project API) should attempt to handle backward compatibility similarly. P4WEBAPI-118 « |
10 years ago |
15238 | tjuricek |
Set license to 2-clause BSD (similar to p4ruby) P4WEBAPI-116 |
10 years ago |
15228 | tjuricek | Revise triggers implementation, tests, and documentation. | 10 years ago |
15227 | tjuricek | Revise implementation, tests, and documentation for protections management. Remove some... specs I will not be revising from the helix_web_services project. « |
10 years ago |
15225 | tjuricek | Revise counter implementation, tests, and documentation Wasn't available in the Ruby cl...ient before, so, it's now available. « |
10 years ago |
15222 | tjuricek | Revise server specs testing and documentation. Note: also fixed issues with setting P4P...ORT via headers. For whatever reason, the host setting doesn't seem to work like I expect it to, though P4PORT works just fine. « |
10 years ago |
15213 | tjuricek | Disable the use of ticket files by P4API usage of HWS. If someone were to use, say, the... p4 command line client to do some debugging on the same system account as HWS, you might get a ticket file in the default location. In which case the ticket that's used is the one stored, and not the one specified via the header (if the header happens to be incorrect). Which basically opens up access on that account via HWS. « |
10 years ago |
15211 | tjuricek | Implement tests and documentation for label spec management. | 10 years ago |
15210 | tjuricek | Implement tests and documentation for job spec management. | 10 years ago |
15209 | tjuricek | Implement tests and documentation for group spec management. | 10 years ago |
15208 | tjuricek | Revise 'command' implementation, tests, and documentaiton. This includes a change from... a command blacklist to a whitelist. See P4WEBAPI-21 « |
10 years ago |
15205 | tjuricek | Implemented tests and documentation for depot spec editing. | 10 years ago |
15189 | tjuricek | Update files implementation, testing, and documentation. | 10 years ago |
15185 | tjuricek | Update user spec management implementation, tests, and documentation. | 10 years ago |
15147 | tjuricek | Enable submissions by files on stream clients This obeys our earlier rules: notably the... local client must not have any local files open for edit. « |
10 years ago |
15145 | tjuricek | Do not use -f by default, which seems to require admin/super access. I'm still perplexe...d as to why this doesn't fail on my local instance. It's the same security level, and from what I can tell the same (simple) protections table. « |
10 years ago |
15144 | tjuricek | Setup stream spec tests and documentation. Also revised the documentation folder http_p...4_web_api -> helix_versioning_engine « |
10 years ago |
15132 | tjuricek | Provde a basic submit -e mechanism on classic perforce workspaces. | 10 years ago |
15120 | tjuricek | Updating gem dependencies. p4util required updating might as well update others, seems t...o work. « |
10 years ago |
15114 | tjuricek | While I'm seeing ticket's files generated for the 'super' user, it's possible that this lo...gin in the test suite has 'enabled it's usage'. « | 10 years ago |
15113 | tjuricek | Set ticket_file to /dev/null to ensure the p4api doesn't try to use a local tickets file f...or auth « | 10 years ago |
15112 | tjuricek | Fix references to Base64 methods | 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 |
15110 | tjuricek | Revise changes methods for new p4 connection handling, add server specs, remove model refe...rences in client, and update asciidoc documentation. « | 10 years ago |
15099 | tjuricek | Revise project services to be our simple 'container' for other systems. | 10 years ago |
15098 | tjuricek | Revised project services to GET-only forms. With Helix Sync revising to integrate purel...y with Helix Cloud, this is the only thing we can reasonably define. « |
10 years ago |