summaryrefslogtreecommitdiffstats
path: root/gae/webapp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Display schedule status."TreeHugger Robot2019-02-211-1/+2
|\
| * Display schedule status.Jongmok Hong2018-12-131-1/+2
* | Display device heartbeat.Jongmok Hong2018-11-201-0/+1
|/
* Remove outdated devices.Jongmok Hong2018-11-023-0/+151
* Remove old frontend pages.Jongmok Hong2018-10-1520-11259/+0
* Add a missing device equipment on device page.Jongmok Hong2018-10-121-0/+1
* Display the latest build and schedule update time.Jongmok Hong2018-10-021-0/+1
* Merge "Add a missing hostname property."Jongmok Hong2018-10-011-0/+1
|\
| * Add a missing hostname property.Jongmok Hong2018-09-281-0/+1
* | Add a schedule suspend feature in extended rows.Jongmok Hong2018-09-273-1/+47
|/
* Redirect to specific appspot version.Jongmok Hong2018-09-201-0/+8
* Order table columns and add missing property.Jongmok Hong2018-09-141-1/+2
* Update deploy code to include frontend codes.Jongmok Hong2018-09-121-9/+0
* Add statistics table in job page.Jongmok Hong2018-09-062-1/+17
* Merge "Filter out the outdated schedules from scheduling."TreeHugger Robot2018-09-064-8/+46
|\
| * Filter out the outdated schedules from scheduling.Jongmok Hong2018-09-054-8/+46
* | Merge "Change GET methods API to POST methods."TreeHugger Robot2018-09-055-11/+11
|\ \
| * | Change GET methods API to POST methods.Jongmok Hong2018-09-035-11/+11
* | | Merge "Change Endpoints API name."TreeHugger Robot2018-09-055-5/+5
|\ \ \ | |_|/ |/| |
| * | Change Endpoints API name.Jongmok Hong2018-09-035-5/+5
| |/
* / Filter out the outdated builds from scheduling.Jongmok Hong2018-08-303-10/+45
|/
* Merge "Create a common Get method and add unitests."TreeHugger Robot2018-08-277-121/+216
|\
| * Create a common Get method and add unitests.Jongmok Hong2018-08-247-121/+216
* | Merge "Add logs to see job creation failure result."TreeHugger Robot2018-08-231-0/+7
|\ \
| * | Add logs to see job creation failure result.Jongmok Hong2018-08-231-0/+7
| |/
* / Add owner property in ScheduleModel.Jongmok Hong2018-08-231-1/+7
|/
* Merge "Change string comparison from is not to !=."TreeHugger Robot2018-08-161-1/+2
|\
| * Change string comparison from is not to !=.Jongmok Hong2018-08-161-1/+2
* | Fix /job_queue endpoint API naming collision.Jongmok Hong2018-08-162-12/+2
|/
* Add /get and /count interface on all endpoints.Jongmok Hong2018-08-137-13/+354
* Create the common query methods.Jongmok Hong2018-08-102-2/+174
* Merge "Add report_persistent_url and report_reference_url to models"TreeHugger Robot2018-08-095-2/+28
|\
| * Add report_persistent_url and report_reference_url to modelsHsin-Yi Chen2018-08-075-2/+28
* | Merge "Prevent creating duplicated DeviceModel."TreeHugger Robot2018-08-084-3/+234
|\ \ | |/ |/|
| * Prevent creating duplicated DeviceModel.Jongmok Hong2018-08-034-3/+234
* | Merge "Replace assertEquals() with assertEqual()."TreeHugger Robot2018-08-037-36/+36
|\ \
| * | Replace assertEquals() with assertEqual().Jongmok Hong2018-08-037-36/+36
| |/
* / Use ndb.put_multi() when inserting multi entities.Jongmok Hong2018-08-025-10/+41
|/
* Fix SelectTargetLab() to return correct value.Jongmok Hong2018-07-252-6/+23
* Apply common endpoint base to endpoint APIs.Jongmok Hong2018-07-236-89/+316
* Merge "Add report_bucket, report_spreadsheet_id to the job lease msg."TreeHugger Robot2018-07-191-0/+2
|\
| * Add report_bucket, report_spreadsheet_id to the job lease msg.Hyunwoo Ko2018-07-191-0/+2
* | Create common endpoint base class.Jongmok Hong2018-07-197-36/+214
|/
* Merge "Fix endpoint testcases."TreeHugger Robot2018-07-172-59/+59
|\
| * Fix endpoint testcases.Jongmok Hong2018-07-172-59/+59
* | Correct lambda function in sort method.Jongmok Hong2018-07-171-1/+1
|/
* Create a schedule with minimum equipment.Jongmok Hong2018-07-163-50/+193
* Support keyword arguments for unittest functions.Jongmok Hong2018-07-122-38/+56
* Reset error count when resuming a schedule.Jongmok Hong2018-07-031-0/+1
* Merge "Retry with shorten period after boot-up error."TreeHugger Robot2018-06-224-4/+105
|\