summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_with_tabs.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Show `failure_reason` and improve failed jobs tab in pipeline ↵André Luís2018-06-071-10/+34
| | | | detail view"
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-6/+5
|\
| * Respect permissions when showing Failed JobsKamil Trzciński2018-05-061-6/+5
| |
* | Merge branch 'master' into 'bootstrap4'Clement Ho2018-04-241-1/+1
|\ \ | |/ | | | | # Conflicts: # app/views/projects/jobs/index.html.haml
| * Update links to /ci/lint with ones to project ci/lintTakuya Noguchi2018-04-241-1/+1
| |
* | Add .nav.nav-tabs to nav-linksClement Ho2018-04-191-1/+1
| |
* | Add badge-pill to .badge in hamlClement Ho2018-04-091-2/+2
|/
* CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18nce-3776-ci-view-for-sastFilipa Lacerda2018-02-201-6/+6
| | | | | | Backport common class name for the tab content Backport more changes
* Improve top area navigationGeorge Tsiolis2018-02-021-1/+1
| | | | | | - Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
|
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-6/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: app/serializers/pipeline_entity.rb db/schema.rb spec/factories/ci/stages.rb spec/lib/gitlab/import_export/safe_model_attributes.yml spec/services/ci/create_pipeline_service_spec.rb spec/spec_helper.rb
| * Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-5/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
| | * Creates a mediator for pipeline details vue in order to mount several vue ↵Filipa Lacerda2017-05-261-5/+1
| | | | | | | | | | | | apps with the same data
| * | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
* | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-011-1/+1
|/
* Move file loading to the top of the fileFilipa Lacerda2017-05-061-4/+4
|
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-2/+5
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* Failed Jobs tab only shows 10 job traces for performance24883-build-failure-summary-pageJames Edwards-Jones2017-05-051-3/+3
|
* Hides pipeline ‘Failed Jobs’ tab when no jobs have failedJames Edwards-Jones2017-05-051-14/+17
|
* Build failures summary page for pipelinesJames Edwards-Jones2017-05-051-2/+14
|
* Show the test coverage if it is availabletc-show-pipeline-coverage-if-availToon Claes2017-04-061-2/+1
| | | | Do not check if coverage is enabled, just show it when it is available.
* Change "Build" to "Job" in builds show page header and sidebarFilipa Lacerda2017-02-031-2/+2
| | | | | | | | Change "Builds" to "Job" in Builds table Change "Get started with Builds" to "Get started with CI/CD Pipelines" in builds list view Change "Build" to "Jobs" in builds show view
* Fix tests25483-broken-tabsFilipa Lacerda2016-12-121-1/+1
| | | | Fix broken tests
* Fix specspipeline-stageKamil Trzcinski2016-12-071-2/+2
|
* Move .pipeline-graph to pipelines/graphKamil Trzcinski2016-12-071-1/+1
|
* Code reviewKamil Trzcinski2016-12-071-3/+2
|
* Update stage rendering viewsKamil Trzcinski2016-12-061-12/+3
|
* Introduce `Ci::Stage`, right now this is artificial object that is build ↵Kamil Trzcinski2016-12-061-7/+5
| | | | dynamically.
* Adds tests for builds url and tabs behaviourFilipa Lacerda2016-11-301-2/+2
|
* Fix after reviewFilipa Lacerda2016-11-301-10/+0
| | | | Adds require statement
* Adds tests for tabs in the rspec for pipelinesFilipa Lacerda2016-11-301-3/+3
| | | | | | | | Adds tests for the Linked Tabs class Removes event listener Adds builds
* Pipelines tabsFilipa Lacerda2016-11-301-5/+18
|
* Fix pipelines specAnnabel Dunstone Gray2016-11-161-2/+2
|
* Create separate view for pipeline view with tabsAnnabel Dunstone Gray2016-11-151-0/+51