Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all runs being markes as in progress | Pascal Terjan | 2022-03-12 | 1 | -1/+3 |
| | | | | | For some reason I couldn't figure out readlink() doesn't work so use `readlink` instead. | ||||
* | Fix some PHP warnings | Pascal Terjan | 2022-03-12 | 1 | -2/+2 |
| | |||||
* | Fix inifinite loop on missing files | Pascal Terjan | 2021-07-06 | 1 | -8/+11 |
| | | | | status.core.log should always be there but some from 2017/208 are missing. | ||||
* | Avoid a warning when logs are deleted | Pascal Terjan | 2021-07-05 | 1 | -3/+9 |
| | |||||
* | Delete unused line | Pascal Terjan | 2021-07-05 | 1 | -1/+0 |
| | |||||
* | Replace 'latest' with its date | Pascal Terjan | 2021-07-05 | 1 | -1/+1 |
| | | | | This fixes fetching attributes and avoid 1 warning per package | ||||
* | Fix another warning | Pascal Terjan | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | Fix more warnings | Pascal Terjan | 2020-11-26 | 1 | -2/+2 |
| | |||||
* | Fix a warning | Pascal Terjan | 2020-11-26 | 1 | -1/+1 |
| | |||||
* | Fix another warning | Pascal Terjan | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Fix warnings | Pascal Terjan | 2020-11-25 | 1 | -3/+3 |
| | |||||
* | Simplify | Pascal Terjan | 2020-11-25 | 1 | -3/+3 |
| | |||||
* | Support .kill files | Pascal Terjan | 2020-11-25 | 1 | -3/+11 |
| | |||||
* | aarch64 is a mandatory arch | Pascal Terjan | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Fix syntax | Pascal Terjan | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | Do not link to revision 0 in svn when package is not from svn | Pascal Terjan | 2020-11-25 | 1 | -1/+1 |
| | | | | This happen when submitting for secondary architecture from src.rpm | ||||
* | Treat arm build logs like x86 | Pascal Terjan | 2020-11-25 | 1 | -0/+2 |
| | |||||
* | Add back accidentally dropped information | Pascal Terjan | 2020-11-25 | 1 | -0/+1 |
| | |||||
* | Make the changes a table | Pascal Terjan | 2020-11-24 | 1 | -1/+5 |
| | | | | This avoids broken grammar when a category of changes has 0 or 1 package. | ||||
* | Mention the number of packages remaining to fix | Pascal Terjan | 2020-11-24 | 1 | -1/+2 |
| | |||||
* | Handle automatically swtiching autobuild between architectures | Pascal Terjan | 2020-11-22 | 1 | -2/+9 |
| | |||||
* | Fix broken.php to not rely on buildtime, only on having a different version ↵ | Pascal Terjan | 2020-08-27 | 1 | -7/+3 |
| | | | | available | ||||
* | Fix recent autobuild being marked as in progress forever | Pascal Terjan | 2020-06-28 | 1 | -1/+2 |
| | |||||
* | Improve style | Pascal Terjan | 2020-04-17 | 1 | -6/+15 |
| | | | | | Add mageia navbar, better title and similar footer to the rest of pkgsubmit. | ||||
* | Only load failures by default | Pascal Terjan | 2020-04-17 | 1 | -41/+18 |
| | | | | This gets the page currently to 241kB down from 2.8MB | ||||
* | Improve presentation of failures | Pascal Terjan | 2020-04-17 | 1 | -36/+55 |
| | |||||
* | Add an alpha channel to a few images to match coloured backgrounds. | Dan Fandrich | 2020-04-17 | 3 | -0/+0 |
| | |||||
* | Change the wording of the dep_ icon hover text. | Dan Fandrich | 2020-04-17 | 1 | -1/+1 |
| | | | | | The old wording's use of the word dependency could have been misinterpreted. | ||||
* | Use a different FORTRAN icon that better denotes its place in history. | Dan Fandrich | 2020-04-17 | 1 | -0/+0 |
| | |||||
* | Add some more language icons. | Dan Fandrich | 2020-04-17 | 4 | -0/+0 |
| | |||||
* | Display the failure stage when it's interesting to do so. | Dan Fandrich | 2020-04-17 | 1 | -0/+5 |
| | |||||
* | Fix history links since the change of architecture | Pascal Terjan | 2020-04-17 | 1 | -2/+1 |
| | |||||
* | Improve known error display | Pascal Terjan | 2020-04-15 | 1 | -4/+9 |
| | | | | | Drop spurious [ dep] when there is a space at the beginning/end of the attribute string and make the text more understandable in all cases. | ||||
* | Add more dependency icons and high error attributes separately.user/danf/results-db | Dan Fandrich | 2020-03-26 | 6 | -5/+10 |
| | |||||
* | Show icons for some programming language dependencies | Dan Fandrich | 2020-03-26 | 13 | -5/+39 |
| | | | | | | | | Search the package install log to find some dependencies that get turned into icons next to the package names. This should give maintainers a better clue about whether they they have the skills or interest to tackle a package build issue. Logos are displayed only for packages that are failing and have not been fixed yet. | ||||
* | Update column numbers | Pascal Terjan | 2020-03-24 | 1 | -2/+2 |
| | | | | | There is an untitled column full of 0, update the graphs to skip it until the data gets fixed. | ||||
* | Handle new autobuild being on aarch64 | Pascal Terjan | 2020-01-27 | 1 | -5/+10 |
| | |||||
* | Do not try working on FALSE file handle if "latest" link is broken, this ↵ | Pascal Terjan | 2018-04-28 | 1 | -19/+21 |
| | | | | causes a lot of warnings in logs | ||||
* | Detect recreate_srpm_failure getting fixed | Pascal Terjan | 2017-09-15 | 1 | -1/+4 |
| | |||||
* | Load check's dependencies.rss asynchronously to avoid hangs | Olivier Blin | 2016-10-05 | 1 | -11/+15 |
| | | | | The synchronous load was hanging pkgsubmit load in case alamut was down. | ||||
* | Avoid crazy durations when start is 0 | Pascal Terjan | 2016-06-21 | 1 | -4/+6 |
| | |||||
* | Make the build list stable | Pascal Terjan | 2016-06-21 | 1 | -0/+1 |
| | |||||
* | Fix more links | Pascal Terjan | 2016-03-30 | 1 | -1/+2 |
| | |||||
* | Fix some links | Pascal Terjan | 2016-03-30 | 1 | -2/+2 |
| | |||||
* | Handle packages submitted at the same second | Pascal Terjan | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | Make the deps glob more robust | Pascal Terjan | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | Drop support for /etc/bs-webstatus.conf | Olivier Blin | 2016-03-04 | 1 | -5/+0 |
| | | | | | | It is confusing to see that conf.php are not actually used, and the separate config file does not bring much value. Also, it was not version-controlled, while conf.php is. | ||||
* | Fix one last warning | Pascal Terjan | 2016-02-10 | 1 | -1/+5 |
| | |||||
* | Fix 3 more warnings | Pascal Terjan | 2016-02-10 | 1 | -3/+3 |
| | |||||
* | Remove another very noisy error | Pascal Terjan | 2016-02-10 | 1 | -1/+1 |
| |