Commit graph

21 commits

Author SHA1 Message Date
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
Douwe Maan
df36f1f47b Add breadcrumb, build header and pipelines submenu to artifacts browser 2017-05-03 16:32:36 -05:00
Clement Ho
20deca7c68 Add download attribute to download links 2017-03-29 18:03:47 -05:00
Filipa Lacerda
c5f5ce8807 Fix broken tests
Rename Build to Job

Replace "Builds" by "Jobs" and fix broken specs

Replace "Builds" by "Jobs"

Fix broken spinach test

Fix broken test

Remove `˙` at the beginning of the file

Fix broken spinach test

Fix broken tests

Changes after review
2017-02-03 09:43:04 +00:00
Kushal Pandya
dd5ffd9ca6 HAMLLint: Fix ImplicitDiv offences 2016-12-31 11:43:08 +05:30
Luke Bennett
7730f5f7ec
Removed soon-to-be un-needed project title additions from builds and environments
Removed unneeded `project_title` code and last reference

Added CHANGELOG entry
2016-11-09 12:23:21 +00:00
Phil Hughes
dc6ec2adf8 CI build page UI update
Added sidebar
Removed elements not present in design
2016-06-10 12:07:51 +01:00
Dmitriy Zaporozhets
cdcb354f17
Remove header title from project pages
With new navigation design it makes no sense to duplicate title in the
header

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26 17:58:44 +02:00
Annabel Dunstone
7878eb9fa6 Start builds redesign 2016-05-04 16:45:37 -05:00
Grzegorz Bizon
66b0927bb5 Move build artifacts javascripts into separate file 2016-01-21 15:51:44 +01:00
Grzegorz Bizon
e5232ccc1e Do not use progress bar when downloading build artifacts
Closes #12491
2016-01-21 15:06:32 +01:00
Grzegorz Bizon
6d09338f88 Remove Compressed to column from build artifacts browser
See #10982.
2016-01-20 08:51:34 +01:00
Grzegorz Bizon
19608d3ee0 Fix double request issue in artifacts browser 2016-01-19 13:32:28 +01:00
Grzegorz Bizon
13f0ea12e3 Improve ux in builds artifacts browser 2016-01-18 19:58:16 +01:00
Grzegorz Bizon
6b0a43aff3 Improve readability of artifacts browser Entry related code 2016-01-14 12:48:17 +01:00
Grzegorz Bizon
1b1793c253 Show file size in artifacts browser using metadata 2016-01-14 12:48:15 +01:00
Grzegorz Bizon
ebd69c5fc1 Remove artifacts metadata column from database 2016-01-14 12:48:13 +01:00
Grzegorz Bizon
b19e958d86 Add support for parent directories in StringPath
This support is not completed though, as parent directory that is first
in collection returned by `directories!` is not iterable yet.
2016-01-14 12:48:13 +01:00
Grzegorz Bizon
aae674c3a2 Improve CI build artifacts browser view 2016-01-14 12:48:13 +01:00
Grzegorz Bizon
5a1faf61f6 Add artifacts browser
This implementation makes it possible to browse artifacts, it
depends on artifacts metadata.
2016-01-14 12:48:13 +01:00
Grzegorz Bizon
f091272f19 Move artifacts controller level up
This reverts nesting artifacts controller in builds module.
2016-01-14 12:48:12 +01:00
Renamed from app/views/projects/builds/artifacts/view.html.haml (Browse further)