aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the changelogsv9.0.8Max Magorsch2020-02-211-10/+8
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Condense the changelogsMax Magorsch2020-02-211-16/+12
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Add information about the committerMax Magorsch2020-02-201-3/+16
| | | | | | | | | | | So far, only the author infos have been parsed and displayed. The author and committer (dates) may however differ largely (especially in case of pull requests). That's why the committer infos will also be parsed, stored in the ES index and displayed in the changelog now. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* Update to Bootstrap 4Max Magorsch2020-01-031-3/+3
| | | | | | | | | | | Update the project to Bootstrap 4, which is a major rewrite of the entire project. So far, a Tyrian version that is based on Bootstrap 4 is included for that reason. However, in future, it may be retrieved from the CDN or installed as node module. Webpacker is bundeling all of the javascript code and stylesheets. Signed-off-by: Max Magorsch <max@magorsch.de>
* Add an ES index containing the git commitsMax Magorsch2019-09-061-10/+11
| | | | | | | | | | | | | | | | | So far, any history-related information has been fetched using git. That is, whenever a user requested any history-related information 'git log' was run and the output was parsed. That is time-consuming. Loading the page https://packages.gentoo.org/packages/keyworded takes around 120 seconds this way. Instead of doing so, any git commits are now added to an ES index and retrieved using ES. This way, the same page as mentioned before, loads in under 3 seconds. The commits for populating the index are fetched incrementally. This way, the first run may take some time, but afterwards, updates are fast. Signed-off-by: Max Magorsch <max@magorsch.de>
* Go back to old changelog behavior for now.v6.0.23Alec Warner2018-07-171-3/+0
|
* Only Test ruby 2.2Alec Warner2018-04-281-1/+1
| | | | Comment out busted packages_helper code to assist in tests passing.
* Annotate the bug list with a Bugs: prefix.v6.0.16Alec Warner2018-04-161-1/+1
|
* Fix bug annotations.Alec Warner2018-04-161-1/+1
| | | | | | | | | | Instead of showing the entire commit message, look for glep66 headers in the commit body and pull out the list of bugs. Then annotate each bug # as a link. Then join the links into a list like: 12345,56788,12456 Each number is a link to the bug.
* Try joining with <br>v6.0.15Alec Warner2018-04-101-1/+1
|
* safe_join is not an array function.v6.0.14Alec Warner2018-04-081-1/+1
|
* s/join/safe_join/.v6.0.13Alec Warner2018-04-081-1/+1
|
* Join the annotated lines into a string.v6.0.12Alec Warner2018-04-081-1/+1
|
* Don't repeat the first line.Alec Warner2018-04-071-1/+1
|
* Move commit out of <strong>v6.0.11Alec Warner2018-04-071-1/+3
| | | | Still annotate the entire commit.
* Annotate each line in the changelog.v6.0.10Alec Warner2018-04-071-1/+1
|
* Annotate and show the entire commit message.v6.0.9Alec Warner2018-04-061-1/+1
| | | | Closes: http://bugs.gentoo.org/652712
* Initial commit w/currently running codeAlex Legler2016-07-201-0/+31