Age | Commit message (Expand) | Author | Files | Lines |
2018-10-27 | Fix loader tenant option definition | Karen Arutyunov | 1 | -0/+1 |
2018-10-24 | Update install instructions | Karen Arutyunov | 2 | -21/+19 |
2018-10-17 | Display package description as a pre-formatted text | Karen Arutyunov | 7 | -53/+108 |
2018-10-17 | Exclude Linux and FreeBSD build configurations in manifest | Karen Arutyunov | 1 | -3/+3 |
2018-10-12 | Recreate database schema extras on migration | Karen Arutyunov | 8 | -24/+57 |
2018-10-09 | Filter packages manifest against CI request manifest in ci-load | Karen Arutyunov | 14 | -96/+377 |
2018-09-14 | Add support for packages and builds global views | Karen Arutyunov | 12 | -73/+176 |
2018-09-13 | Rename package-search.css to packages.css | Karen Arutyunov | 4 | -3/+3 |
2018-09-13 | Add heading styles to brep-common.css | Karen Arutyunov | 2 | -2/+28 |
2018-09-12 | Bump version to 0.9.0-a.0.z, master is open for business | Boris Kolpackov | 2 | -9/+9 |
2018-09-11 | Bump version to 0.8.0v0.8.0 | Boris Kolpackov | 2 | -9/+9 |
2018-09-11 | Close database schema version | Boris Kolpackov | 2 | -2/+2 |
2018-09-10 | Add build-configs service | Karen Arutyunov | 9 | -1/+194 |
2018-09-10 | Adjust package submission result manifest message | Karen Arutyunov | 8 | -34/+74 |
2018-09-10 | Update NEWS file | Boris Kolpackov | 1 | -0/+11 |
2018-09-08 | Add missing test files into distribution | Karen Arutyunov | 3 | -6/+5 |
2018-09-08 | Add documentation to etc/brep-module.conf | Karen Arutyunov | 2 | -2/+20 |
2018-09-08 | Add support for root global and tenant views | Karen Arutyunov | 8 | -86/+157 |
2018-09-08 | Add multi-tenancy support | Karen Arutyunov | 34 | -390/+810 |
2018-09-04 | Increase default number of packages and builds on page from 10 to 20 | Karen Arutyunov | 2 | -7/+7 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Karen Arutyunov | 8 | -18/+18 |
2018-09-03 | Add temporary build database cleanup code to ci-load | Karen Arutyunov | 1 | -0/+14 |
2018-09-01 | Add ci-load | Karen Arutyunov | 20 | -58/+450 |
2018-08-31 | Add support for git repositories to brep-load | Karen Arutyunov | 14 | -959/+1256 |
2018-08-28 | Fix submit-git to respond with 422 (client) error if fail to git-clone contro... | Karen Arutyunov | 5 | -39/+119 |
2018-08-28 | Fix submit-git not to authenticate/authorize if submission is simulated | Karen Arutyunov | 1 | -17/+21 |
2018-08-28 | Add basic support for CI request handling | Karen Arutyunov | 29 | -336/+1544 |
2018-08-28 | Always serialize reference submit result manifest value if available and rest... | Karen Arutyunov | 14 | -110/+157 |
2018-08-24 | Treat implied manifest same as handler-generated one and make stashed dirs ex... | Karen Arutyunov | 2 | -25/+29 |
2018-08-24 | Add repository_url type parser | Karen Arutyunov | 3 | -1/+37 |
2018-08-23 | Spec CI functionality | Boris Kolpackov | 2 | -15/+253 |
2018-08-22 | Add support for author-* request manifest values in submit-git handler | Karen Arutyunov | 4 | -56/+163 |
2018-08-22 | Add support for --commiter-* options in submit-git handler | Karen Arutyunov | 2 | -4/+41 |
2018-08-22 | Fix project ownership authentication in submit-git handler | Karen Arutyunov | 3 | -20/+23 |
2018-08-22 | Sketch | Boris Kolpackov | 1 | -1/+13 |
2018-08-21 | Use throw_ios_failure() utility to deal with incompatibilities | Boris Kolpackov | 1 | -1/+1 |
2018-08-21 | Fix throwing io_error that doesn't compile if it inherits from std::exception | Karen Arutyunov | 1 | -2/+1 |
2018-08-21 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2018-08-21 | Implement submit-git | Karen Arutyunov | 22 | -189/+2299 |
2018-08-17 | Document submit-git | Boris Kolpackov | 6 | -38/+194 |
2018-08-17 | Add submit-dir | Karen Arutyunov | 5 | -177/+230 |
2018-07-30 | Right-align submission form submit button | Karen Arutyunov | 2 | -4/+11 |
2018-07-30 | Use unprocessable entity HTTP status code (422) for submission semantic errors | Karen Arutyunov | 1 | -5/+9 |
2018-07-30 | Sanitize version substitutions | Karen Arutyunov | 1 | -1/+1 |
2018-07-27 | Make submit request manifest values order to match doucmentation | Karen Arutyunov | 1 | -2/+5 |
2018-07-27 | Document submission simulation | Boris Kolpackov | 3 | -13/+16 |
2018-07-27 | Add brep-submit script | Karen Arutyunov | 9 | -11/+229 |
2018-07-25 | Add support for submission simulating | Karen Arutyunov | 2 | -14/+19 |
2018-07-20 | Fix messed up build_log handler response | Karen Arutyunov | 1 | -12/+27 |
2018-07-12 | Use 'builds' parameter instead of 'pn' for ?builds handler | Karen Arutyunov | 4 | -13/+45 |