Valery Sizov
13fc95acc4
Remove unnecessary parens
2016-06-30 16:01:26 +03:00
Annabel Dunstone
d3b6c18526
Move builds tab to admin overview
2016-06-15 09:10:16 -05:00
Annabel Dunstone
65925e6998
Remove top block from builds page
2016-05-24 12:31:46 -05:00
Takuya Noguchi
18fdbf0a03
Fix a description for default scope on builds
2016-05-13 01:28:55 +09:00
Annabel Dunstone
3a3f0bf436
Change build icons into buttons; update tests
2016-05-04 16:45:37 -05:00
Annabel Dunstone
fc20639c8d
Builds page redesign
2016-05-04 16:45:37 -05:00
Annabel Dunstone
7878eb9fa6
Start builds redesign
2016-05-04 16:45:37 -05:00
Dmitriy Zaporozhets
3e6d27ee59
Dont use monospace font for names
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-04 19:36:21 +02:00
Kamil Trzcinski
0672258915
Cleanup CiCommit and CiBuild
...
- Remove all view related methods from Ci::Build and CommitStatus
- Remove unused Ci::Commit and Ci::Build methods
- Use polymorphism to render different types of CommitStatus
2016-03-14 13:20:35 +01:00
Kamil Trzcinski
0806476761
Remove current_user && when can? is used
2016-02-05 20:17:58 +01:00
Kamil Trzcinski
170ca8435a
Merge branch 'master' into ci-permissions
...
# Conflicts:
# db/schema.rb
2016-02-05 20:15:32 +01:00
Dmitriy Zaporozhets
eaad236b45
Remove project-issuable-filter from admin builds page :)
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-05 11:53:06 +01:00
Kamil Trzcinski
055afab5c7
Make the CI permission model simpler
...
This MR simplifies CI permission model:
- read_build: allows to read a list of builds, artifacts and trace
- update_build: allows to cancel and retry builds
- create_build: allows to create builds from gitlab-ci.yml (not yet implemented)
- admin_build: allows to manage triggers, runners and variables
- read_commit_status: allows to read a list of commit statuses (including the overall of builds)
- create_commit_status: allows to create a new commit status using API
Remove all extra methods to manage permission.
Made all controllers to use explicitly the new permissions.
2016-02-02 09:18:08 +01:00
Dmitriy Zaporozhets
620d8b68a1
Merge branch 'remove-gray-bg'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14 14:09:49 +01:00
Grzegorz Bizon
487b0a026f
Improvements, readability for artifacts browser
2016-01-14 12:48:16 +01:00
Grzegorz Bizon
8eeed761a9
Update specs for CI Build, add artifacts?
method
...
`artifacts?` method checks if artifacts archive is available.
2016-01-14 12:48:14 +01:00
Grzegorz Bizon
9e0e9342a4
Rename method that returns url to CI build artifacts download
2016-01-14 12:48:14 +01:00
Dmitriy Zaporozhets
03090a88d8
Replace all navigation menu with nav-links class
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13 15:58:04 +01:00
Douglas Barbosa Alexandre
567dc62b6d
Show 'All' tab by default in the builds page
2016-01-04 10:21:10 -02:00
Robert Speicher
bf249550d0
number_with_delimiter most of the things
2015-12-31 20:04:23 -05:00
Kamil Trzcinski
e80e3f5372
Migrate CI::Project to Project
2015-12-11 18:02:09 +01:00