Commit Graph

9 Commits

Author SHA1 Message Date
Greg Stark b64b7d7003 Use simple Next/Prev paging for jobs to avoid large count queries on arbitrarily large sets of historical jobs 2018-01-11 17:45:42 +00:00
Annabel Dunstone Gray 67a4b05e0a
Change text from build to job in flash notice 2017-12-14 16:10:11 -07:00
Shinya Maeda afef385337 Add doc. Fix spec. Add erase_build in protected_ref rule 2017-11-07 02:47:05 +09:00
Shinya Maeda 9b58b8e363 Do not allow jobs to be erased 2017-11-06 22:20:44 +09:00
Kamil Trzcinski 3fb24bc621 Sort by id, not created_at 2017-09-26 12:59:56 +02:00
Douwe Maan fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Z.J. van de Weg 5fdb51240f Rename build to job 2017-06-01 09:58:12 +02:00
Z.J. van de Weg 47a0276e53 Initial implementation for real time job view
Added the needed keys and paths to a new entity, BuildDetailsEntity.
Not renaming BuildEntity to BuildBasicEntity on explicit request. Most
code now has test coverage, but not all. This will be added on later
commits on this branch.

Resolves gitlab-org/gitlab-ce#31397
2017-05-31 21:44:15 +02:00
Lin Jen-Shin 71777a4a18 Rename BuildsController to JobsController
Rename other URL generators

admin_builds_path -> admin_jobs_path

Fix tests and more renaming

Fix more tests

Also change build_id to job_id in the controller
2017-05-17 20:17:30 +08:00
Renamed from app/controllers/projects/builds_controller.rb (Browse further)