summaryrefslogtreecommitdiff
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update to create-react-app 3.4.1"Zuul2020-05-2219-4285/+9390
|\
| * Update to create-react-app 3.4.1Monty Taylor2020-05-2119-4285/+9390
* | web: remove status page componentDidUpdate implementationTristan Cacqueray2020-05-211-6/+0
|/
* Support dynamic badgesTobias Henkel2020-05-213-0/+74
* Add new timezone selector in web interfaceAndy Ladjadj2020-05-2010-20/+502
* Tie status filter text to pathnameMonty Taylor2020-05-061-4/+4
* Improve display of stdout/stderr task errorsSorin Sbarnea2020-04-163-14/+10
* Render buildset progress bar correctlySimon Westphahl2020-04-021-20/+24
* web ui: fix buildset display when no buildsJames E. Blair2020-02-283-46/+51
* ui: convert all spaces to commas for filterMohammed Naser2020-02-212-2/+2
* web: link to index.html if index_links is setJames E. Blair2020-02-193-3/+15
* Merge "web: humanize time durations"Zuul2020-02-198-62/+67
|\
| * web: humanize time durationsAntoine Musso2020-02-048-62/+67
* | Merge "Add build history link to summary"Zuul2020-02-191-0/+6
|\ \
| * | Add build history link to summarySorin Sbarnea2020-02-011-0/+6
| |/
* | Don't run jobs if only their file matchers are updatedJames E. Blair2020-02-071-1/+1
|/
* Be more specific with remaining timeClark Boylan2020-01-271-3/+30
* Add estimated time remaining tooltip to UIPaul Belanger2020-01-241-1/+7
* Merge "Correctly handle noop on job page"Zuul2020-01-231-1/+1
|\
| * Correctly handle noop on job pageTobias Henkel2020-01-181-1/+1
* | Merge "Change links on projects page to canonical name"Zuul2020-01-231-2/+2
|\ \
| * | Change links on projects page to canonical nameTobias Henkel2020-01-181-2/+2
| |/
* | Add job.override-checkout to rest apiTobias Henkel2020-01-181-1/+1
|/
* Don't expand change panel on middle clickTobias Henkel2020-01-171-1/+5
* Handle jobs with dependencies on job pageTobias Henkel2020-01-171-0/+6
* Document the buildsets endpointTobias Henkel2020-01-151-0/+119
* Store event id for buildsets in databaseSimon Westphahl2019-12-052-2/+8
* web: handle jobs that have multiple parentTristan Cacqueray2019-11-211-22/+30
* Change colors of various "negative" results in UIFelix Schmidt2019-10-291-0/+3
* Merge "Include session expired reason in API fetch error message."Zuul2019-10-101-1/+2
|\
| * Include session expired reason in API fetch error message.Jan Kubovy2019-10-071-1/+2
* | web: render log manifest consistentlyJames E. Blair2019-10-021-2/+3
|/
* Web: rely on new attributes when determining task failureJames E. Blair2019-09-063-13/+3
* Add linter rule disallowing use of varMonty Taylor2019-08-281-0/+1
* Merge "web: test trailing slash are removed from renderTree"Zuul2019-08-283-35/+55
|\
| * web: test trailing slash are removed from renderTreeTristan Cacqueray2019-08-273-35/+55
* | Merge "Hide "root" variable in job web page"Zuul2019-08-271-0/+1
|\ \
| * | Hide "root" variable in job web pageJames E. Blair2019-08-081-0/+1
* | | Merge "web: extract pure functions from the TaskOutput component"Zuul2019-08-273-53/+81
|\ \ \ | | |/ | |/|
| * | web: extract pure functions from the TaskOutput componentTristan Cacqueray2019-08-163-53/+81
* | | Improve visualization retry attempts in UIFelix Schmidt2019-08-231-1/+1
* | | Merge "web: link the buildset page from the build"Zuul2019-08-201-1/+13
|\ \ \ | |/ / |/| |
| * | web: link the buildset page from the buildTristan Cacqueray2019-08-151-1/+13
* | | web: logfile remember if initial scroll was performedTristan Cacqueray2019-08-161-4/+5
* | | web: logfile support multi line selection through shift-clickTristan Cacqueray2019-08-161-1/+16
* | | web: logfile do not use anchor for line selectionTristan Cacqueray2019-08-163-7/+16
* | | web: logfile scroll into view a bit moreTristan Cacqueray2019-08-161-1/+1
* | | web: logfile do not scroll into view more than onceTristan Cacqueray2019-08-161-4/+6
* | | web: logfile highlight selected lineTristan Cacqueray2019-08-162-4/+54
* | | JS: add line numbers to log fileJames E. Blair2019-08-153-7/+31