Age | Commit message (Expand) | Author | Files | Lines |
2018-12-15 | Adapt to inventing start/colon/end positions in butl::manifest_name_value | Karen Arutyunov | 2 | -6/+10 |
2018-12-11 | Add support for build configuration class inheritance | Karen Arutyunov | 28 | -329/+418 |
2018-12-04 | Print configuration target and classes on build configurations page | Karen Arutyunov | 7 | -26/+152 |
2018-12-04 | Fix build exclusion reason sanitization to properly detect if reason starts w... | Karen Arutyunov | 1 | -9/+22 |
2018-12-03 | Fix to compile with g++ 4.9 | Karen Arutyunov | 1 | -1/+2 |
2018-12-02 | Adapt manifest to wildcard semantics change for build-{include,exclude} values | Karen Arutyunov | 1 | -4/+6 |
2018-12-02 | Match dash-separated components (build configuration names, etc.) as directories | Karen Arutyunov | 5 | -6/+21 |
2018-11-30 | Fix fallthrough warning | Boris Kolpackov | 1 | -0/+1 |
2018-11-30 | Minor naming change | Boris Kolpackov | 3 | -19/+21 |
2018-11-30 | Match build configuration names, targets and machine names as paths | Karen Arutyunov | 6 | -22/+96 |
2018-11-30 | Fix unbuilt configuration counter calculation for builds page | Karen Arutyunov | 1 | -12/+17 |
2018-11-29 | Add support for builds manifest value | Karen Arutyunov | 22 | -201/+488 |
2018-11-15 | Add support for repository location compound schemes (git+https, etc) | Karen Arutyunov | 6 | -35/+22 |
2018-11-13 | Pass --deep option to bpkg-pkg-verify to additionally validate submitted archive | Karen Arutyunov | 1 | -1/+4 |
2018-11-07 | Fix 'lambda capture is not used' warning | Karen Arutyunov | 1 | -1/+1 |
2018-11-06 | Add support for build-warning-email and build-error-email package manifest va... | Karen Arutyunov | 11 | -95/+149 |
2018-11-02 | Fix 'cast between incompatible function types' GCC 8 warnings (-Wextra) | Karen Arutyunov | 1 | -2/+4 |
2018-11-01 | Fix warning | Boris Kolpackov | 1 | -1/+1 |
2018-10-30 | Fix to compile with g++ 4.9 | Karen Arutyunov | 2 | -6/+6 |
2018-10-30 | Add tenant object | Karen Arutyunov | 19 | -379/+824 |
2018-10-30 | Remove URL fragment for repository links | Karen Arutyunov | 1 | -1/+6 |
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 |