summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Replace vue resources with axios for pipelines tableFilipa Lacerda2018-04-091-36/+28
| |/ |/|
* | Stop redirecting the page in graph main actionsFilipa Lacerda2018-04-064-204/+234
| |
* | Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-051-3/+6
|/
* Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-4/+4
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-092-0/+2
|
* Removes UJS from reset cache buttonFilipa Lacerda2018-03-072-6/+42
| | | | Uses loading button for better UX
* Changes after review38587-pipelines-empty-stateFilipa Lacerda2018-03-052-2/+2
|
* Fix broken empty tab stateFilipa Lacerda2018-03-051-1/+1
|
* Manage empty states in Pipelines pageFilipa Lacerda2018-03-055-176/+262
| | | | | | | | | Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
* Update tooltip on pipeline cancel to say "Stop" (#42946)42946-update-pipeline-cancel-tooltip-to-stopDylan Griffith2018-03-011-1/+1
|
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-223-5/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into ↵42886-followup-to-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-211-1/+1
|\ | | | | | | 42886-followup-to-new-design-for-cancel-stop-pipeline-confirmation
| * CE port of changes made to the pipeline bundle in EE - Fixes typos and adds i18nce-3776-ci-view-for-sastFilipa Lacerda2018-02-201-1/+1
| | | | | | | | | | | | Backport common class name for the tab content Backport more changes
* | Remove use of callback in pipeline stop/retry modalsShah El-Rahman2018-02-165-148/+93
|/ | | | | | | | | | Make changes to names of events and variables Combine stop and retry modals into 1 Fix lint issues Add comment about usage of eventHub instead of props
* Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-075-10/+149
| | | | | | | | Fix tests Address code review feedback Fix tests
* Increase pipeline mini graph width41806-pipeline-jumpingFilipa Lacerda2018-01-182-4/+4
|
* Merge branch '41920-download-button' into 'master'Phil Hughes2018-01-173-11/+12
|\ | | | | | | | | | | | | Resolve "Download button in pipelines table has wrong height" Closes #41920 and #38653 See merge request gitlab-org/gitlab-ce!16488
| * Fix broken test41920-download-buttonFilipa Lacerda2018-01-161-0/+1
| |
| * Replace pipeline's action icons with svgFilipa Lacerda2018-01-163-11/+11
| |
* | Add pipeline header paddingGeorge Tsiolis2018-01-161-0/+1
|/
* Fix more eslint rulesFilipa Lacerda2018-01-082-3/+6
|
* Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda2018-01-082-0/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (140 commits) Add Gitter room link to I want to contribute since you always have questions Use workhorse 3.4.0 chore: remove symbolic link Add memoization for properties Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`" Resolve "Add graph value to hover" Fix slash commands dropdown description disables the shortcut to the issue boards when issues are disabled Fix static analysys Disable STI of ActiveRecord. Refactoring specs. Fix StaticSnalysys Fix change log Add changelog Revert bulk_insert and bring back AR insert(one by one) Add a new test for emptified params Use batch update for Service deactivation Fix query to look for proper unmanaged kubernetes service Fix static anylysy Use bulk_insert instead of AR create Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template ...
| * Use anchor instead of form for reset caches button41249-clearing-the-cacheMatija Čupić2018-01-061-3/+7
| |
| * Change reset_cache action from get to postMatija Čupić2018-01-051-4/+3
| |
| * Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2017-12-221-4/+7
| |\
| * | Add reset cache button to pipelines viewMatija Čupić2017-12-212-0/+12
| | |
* | | [ci skip] Fix more rulesFilipa Lacerda2018-01-0518-635/+666
| | |
* | | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-033-4/+15
| |/ |/|
* | Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-191-2/+2
| |
* | replaced download icon for the sprite based oneJose Ivan Vargas2017-12-191-4/+7
|/
* Adds i18n40468-empty-statesFilipa Lacerda2017-12-121-4/+3
|
* Merge branch 'master' into 40468-empty-statesFilipa Lacerda2017-12-121-11/+30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (54 commits) Updated image for diff navigation docs Milestone sidebar docs Use app host instead of asset host when rendering image blob or diff ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build Use shared interceptor in note specs Ignore temporary table in schema Check for null in job tooltip title Clarify casing of I18N placeholder names fixes some markup issues in the js style guide docs Fix migration that removes issues.branch_name small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc ...
| * Check for null in job tooltip title40997-pipeline-nullFilipa Lacerda2017-12-111-11/+30
| |
* | Update pipelines empty state [ci skip]Filipa Lacerda2017-12-071-19/+25
|/
* Prevent job link form rendering when user does not have permissions40739-access-404Filipa Lacerda2017-12-041-3/+6
| | | | Adds e2e tests
* Improve environments performanceFilipa Lacerda2017-11-232-77/+5
|
* Fix blank states using old css40377-blank-statesFilipa Lacerda2017-11-211-2/+4
|
* Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-142-112/+138
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-2/+2
|
* Missing Comma addedTim Zallmann2017-10-301-1/+1
|
* Fixed different sizesTim Zallmann2017-10-301-1/+5
|
* Added Missing SemicolonTim Zallmann2017-10-301-1/+1
|
* Improved Var Caching, Line Setup, SpecsTim Zallmann2017-10-302-5/+4
|
* Fixes for TestsTim Zallmann2017-10-302-3/+2
|
* Update Action IconsTim Zallmann2017-10-302-18/+4
|
* Fixing IconsTim Zallmann2017-10-305-17/+25
|
* Changes after review37860-pipelines-pageFilipa Lacerda2017-10-232-2/+2
|
* Make pipelines table in MR view usableFilipa Lacerda2017-10-183-6/+34
|
* removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-2/+0
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.