gitlab-org--gitlab-foss/app/models
Kamil Trzcinski ba68facf8d CI details cleanup
- Add page titles to CI settings.
- Fix CI admin navigation.
- Remove duplicated scope.
- Use monospace font for commit sha.
- Add page title and header title to build page.
- Proper authorization for cancel/retry builds.
- Use gitlab pagination theme for builds and group members.
- Don't paginate builds widget on build page.
- Add badges to commit page Changes/Builds tabs.
- Add "Builds" to commit Builds tab page title.
- Add and use Ci::Build#retryable? method.
- Add CI::Build#retried? method.
- Allow all failed commit builds to be retried.
- Proper authorization for cancel/retry all builds.
- Remove unused param.
- Use time_ago_with_tooltip where appropriate.
- Tweak builds index text
- Remove duplication between builds/build and commit_statuses/commit_status.
- Use POST rather than GET for canceling and retrying builds.
- Remove redundant URL helpers.
- Add build ID to build page.
- Link branch name on build page.
- Move commit/:sha/ci to commit/:sha/builds.
2015-11-05 15:24:27 +01:00
..
ci CI details cleanup 2015-11-05 15:24:27 +01:00
concerns Only sort by IDs by default 2015-11-03 11:54:43 +01:00
hooks enable SSL by default 2015-09-17 09:51:24 +03:00
members Re-annotate models 2015-05-03 13:38:27 -07:00
network Merge pull request #7999 from cirosantilli/append-inplace 2015-01-21 23:07:15 -08:00
project_services CI details cleanup 2015-11-05 15:24:27 +01:00
.gitkeep
ability.rb Merge branch 'master' into remove-forks-from-projects-settings 2015-10-17 09:32:31 +11:00
abuse_report.rb Streamline the "Report button" 2015-09-29 21:47:01 +02:00
application_setting.rb Validate admin notification email. 2015-10-18 11:58:59 +02:00
audit_event.rb Re-annotate models 2015-08-03 01:52:54 +09:00
broadcast_message.rb Explicitly define ordering in models using default_scope 2015-02-05 14:20:55 -08:00
commit.rb Correctly find last known blob for file deleted in MR. 2015-10-20 14:24:02 +02:00
commit_range.rb Add reference_pattern to Referable models 2015-05-26 15:48:32 -04:00
commit_status.rb CI details cleanup 2015-11-05 15:24:27 +01:00
deploy_key.rb Re-annotate models 2015-05-03 13:38:27 -07:00
deploy_keys_project.rb Clean up code. 2015-04-03 12:28:47 +02:00
diff_line.rb Refactor Parallel Diff feature and add scrollbars 2014-03-27 09:15:25 +13:00
email.rb Allow primary email to be set to an email that you've already added. 2015-04-30 16:17:03 +02:00
event.rb Create a "destroyed Milestone" event and keep Milestone events around in the DB 2015-09-15 05:51:11 -07:00
external_issue.rb Add reference_pattern to Referable models 2015-05-26 15:48:32 -04:00
forked_project_link.rb Use strong params for 5 more models 2014-06-26 15:00:09 +03:00
generic_commit_status.rb Implement Commit Status API 2015-10-12 11:53:49 +02:00
group.rb Allow groups to appear in the search results if the group owner allows it 2015-11-05 13:18:51 +02:00
group_label.rb Allow dashboard and group issues/MRs to be filtered by label 2015-10-14 12:33:39 +02:00
group_milestone.rb Allow dashboard and group issues/MRs to be filtered by label 2015-10-14 12:33:39 +02:00
identity.rb Validate presence of provider field in Identity 2015-06-23 11:21:23 +02:00
issue.rb Only accept open issues and merge requests 2015-10-16 09:59:32 +02:00
key.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
label.rb Restore placeholders in issue filters from "Any" to "Milestone" and "Label" 2015-10-08 23:53:32 -07:00
label_link.rb Annotate models 2014-08-25 12:25:02 +03:00
member.rb Re-annotate models 2015-05-03 13:38:27 -07:00
merge_request.rb Render CI status on merge requests index page 2015-10-23 17:01:10 +02:00
merge_request_diff.rb Correctly find last known blob for file deleted in MR. 2015-10-20 14:24:02 +02:00
milestone.rb Improve performance of sorting milestone issues 2015-10-19 11:37:14 +02:00
namespace.rb Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
note.rb Merge branch 'master' into rs-redactor-filter 2015-10-16 11:26:48 +02:00
notification.rb Added Global to the drop downs and updated the label of the button to show the current level instead of Notifications 2015-09-16 19:46:24 -05:00
personal_snippet.rb annotate 2014-10-09 18:22:20 +03:00
project.rb Merge branch 'project-path-case-sensitivity' into 'master' 2015-10-22 13:03:04 +00:00
project_import_data.rb Re-annotate models 2015-05-03 13:38:27 -07:00
project_snippet.rb annotate 2014-10-09 18:22:20 +03:00
project_team.rb Improve ProjectTeam#max_member_access performance 2015-10-15 12:05:01 +02:00
project_wiki.rb Use .md as extention for wiki pages 2015-05-26 18:12:46 +02:00
protected_branch.rb Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
repository.rb Replace all usages of git command with configurable binary path 2015-11-03 17:11:09 -05:00
security_event.rb Re-annotate models 2015-08-03 01:52:54 +09:00
sent_notification.rb Merge branch 'master' into rename-reply-by-email 2015-09-21 10:35:56 +02:00
service.rb Improve invalidation of stored service password if the endpoint URL is changed 2015-10-15 12:07:59 +02:00
snippet.rb Make snippet filename optional. 2015-06-20 01:06:57 +02:00
subscription.rb tests 2015-03-16 21:38:41 +02:00
tree.rb Rename MarkdownHelper to MarkupHelper 2015-05-18 22:51:56 +02:00
user.rb Use a subquery with IDs only for find_by_any_email 2015-10-30 12:00:58 +01:00
users_star_project.rb Annotate models 2014-08-25 12:25:02 +03:00
wiki_page.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00