summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/commit
Commit message (Collapse)AuthorAgeFilesLines
* Guarantee only one state is shown at a time31189-pipelines-error-stateFilipa Lacerda2017-04-201-5/+18
|
* Remove special naming of pipelines folderFilipa Lacerda2017-04-191-5/+5
|
* convert pipeline error state to vue templateMike Greiling2017-04-091-1/+1
|
* convert pipeline empty state to vue templateMike Greiling2017-04-091-1/+1
|
* Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-7/+5
|
* Fix broken specFilipa Lacerda2017-04-061-1/+1
|
* Destroys pipeline table component when we change tabs in order to stop pollingFilipa Lacerda2017-04-062-10/+16
|
* Remove first call to APIFilipa Lacerda2017-04-061-2/+0
|
* Changes after reviewFilipa Lacerda2017-04-061-1/+1
|
* Fix broken buildFilipa Lacerda2017-04-061-1/+4
|
* Extend realtime for other pipelines tablesFilipa Lacerda2017-04-061-12/+46
|
* Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-3/+4
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* Merge branch '27574-pipelines-empty-state' into 'master' Alfredo Sumaran2017-03-241-9/+22
|\ | | | | | | | | | | | | Pipelines empty state Closes #27574 See merge request !9978
| * Fix loading being shown at the same time at the empty statesFilipa Lacerda2017-03-211-5/+2
| |
| * Improvements after reviewFilipa Lacerda2017-03-211-1/+3
| |
| * Adds tests to new empty and error statesFilipa Lacerda2017-03-201-0/+9
| |
| * Add error state to commits and merge requests pipelines tableFilipa Lacerda2017-03-171-6/+11
| |
* | Applies same CSS as main tableFilipa Lacerda2017-03-221-2/+2
| |
* | remove additional instances of window.VueMike Greiling2017-03-201-2/+4
|/
* Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-174-166/+81
|
* Remove .es6 from file extensions (!9241)winniehell2017-03-054-0/+0
|
* Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-021-9/+1
|\ | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
| * Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-281-23/+58
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix migration without DOWNTIME clause specified Fix CSS classes fix missing @ symbol Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Make RuboCop happy Add development fixtures for nested groups Align last column buttons with new environment button Removed jQuery UI draggable ensure webpack dev server proxy connects regardless of request headers Keep consistent in handling indexOf results Replace setInterval with setTimeout to prevent highly frequent requests Add feature specs for three types of user uploads Minor refactoring of Uploaders Fix #27840 - Improve the search bar experience on mobile Fix false positive caused by non-interpolated string use Fix inline comment images by removing wrapper #20890
| * | remove tech debt codeFilipa Lacerda2017-02-251-9/+1
| | |
* | | Adds frontend needed changes to accomodate for new endpoint schemaFilipa Lacerda2017-02-281-1/+3
| |/ |/|
* | Removed jQuery UI draggableremove-jquery-ui-draggablePhil Hughes2017-02-271-23/+58
|/
* replace implicit this == window with explicit bindingMike Greiling2017-02-172-2/+2
|
* Transforms startTimeAgoLoops into a static method so we can reuse it instead ↵Filipa Lacerda2017-02-162-8/+5
| | | | | | of have 2 Fix broken test
* Only run timeago loops after rendering timeago componentsFilipa Lacerda2017-02-162-2/+7
|
* Centers loading icon vertically and horizontally in pipelines table in ↵28229-pipelines-loading-iconFilipa Lacerda2017-02-151-2/+2
| | | | commit view
* Fix stray pipelines API request when showing MR27925-fix-mr-stray-pipelines-api-requestEric Eastwood2017-02-142-6/+8
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
* Adds verification in case the endpoint already has `.json`Filipa Lacerda2017-02-101-2/+17
|
* Adds `.json` to the endpoint requested in order to avoid showing JSONFilipa Lacerda2017-02-091-1/+1
|
* backport fixes for pipelines_store frontend specsbackport-ee-build-fixesMike Greiling2017-02-081-1/+1
|
* Replace arrow function with regular function to prevent overiding function ↵Clement Ho2017-02-071-1/+1
| | | | context
* Use webpack to require filesFilipa Lacerda2017-02-054-7/+11
| | | | Changes after review
* Use webpackFilipa Lacerda2017-02-054-74/+55
|
* Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-032-2/+33
|
* Moves pagination to shared folderFilipa Lacerda2017-02-033-97/+112
| | | | | | | | | | | | | | | | | | | Document and remove unused code Declare components in a consistent way; Use " instead of ' to improve consistency; Update documentation; Fix commit author verification to match the use cases; Adds tests for the added components Fix paths in pagination spec Adds tests to pipelines table used in merge requests and commits Use same resource interceptor Fix eslint error
* Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-032-9/+12
| | | | | | | | | | | | Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
* Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-033-66/+76
|
* Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-033-0/+0
|
* First iterationFilipa Lacerda2017-02-033-0/+168
| | | | | | | Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
* resolve all padded-blocks eslint violationsMike Greiling2017-01-182-6/+2
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
|
* Instantiate ImageFile for diff-files in Diff24949-view-2-up-swipe-onion-skin-controls-for-merge-request-diff-containing-an-imageLuke "Jared" Bennett2016-12-042-2/+2
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-152-2/+2
|
* disable ESLint for all JavaScript fileswinniehell2016-10-262-0/+2
|
* Formatted all app/assets/javascripts to underscore naming convention23118-use-one-style-of-naming-js-filesLuke Bennett2016-10-101-0/+0
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+2
|