summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Expose failure reason in pipeline error badgeGrzegorz Bizon2017-10-051-0/+7
| | | | | Conflicts: app/serializers/pipeline_entity.rb
* Improves UX of autodevops popover to match gpg oneFilipa Lacerda2017-09-291-2/+2
|
* Removed old icons from project pagePhil Hughes2017-09-222-7/+2
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-223-9/+23
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Merge branch 'zj-auto-devops-table' into 37158-autodevops-bannerFilipa Lacerda2017-09-055-18/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * zj-auto-devops-table: (365 commits) Fix boolean logic with nil value Incorporate review Updates settings sections to: - create labels for each radio button - remove elements from form section - visually match the mockups Adds documentation path to pipelines table in merge request page Fix tests Update CHANGELOG.md for 9.5.3 Fix a spec failure dependent on load order Ensure `issuables_count_for_state` returns the requested state count Shorten the search input for "text with other filters" spec Turns out that short name was important, who knew! Combine multiple `it` blocks in filter_issues_spec Remove more redundant specs in filter_issues_spec Re-order top-level `let`s, so that labels are grouped Remove unused select_search_at_index helper Reduce duplication in RSS feed specs for filter_issues_spec Remove the top-level closed issue from filter_issues_spec Remove unused labels from filter_issues_spec Reduce issues and milestones created in global filter_issues_spec setup Clean up the still-way-too-complex filter_issues_spec setup Remove an unnecessary issue creation ...
| * Merge branch 'zj-auto-devops-table' of gitlab.com:zj/gitlab-ce into ↵Zeger-Jan van de Weg2017-09-042-15/+14
| |\ | | | | | | | | | zj-auto-devops-table
| | * Accomodate several tags in one cellFilipa Lacerda2017-09-011-2/+2
| | |
| | * Improves popover to show on focusFilipa Lacerda2017-09-011-13/+12
| | | | | | | | | | | | CSS improvements after review
| | * Fix documention pathFilipa Lacerda2017-09-011-1/+1
| | |
| * | Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-043-3/+3
| |\ \ | | |/ | |/|
| | * Merge branch 'winh-pipeline-graph-dropdowns' into 'master'Clement Ho2017-09-013-3/+3
| | |\ | | | | | | | | | | | | | | | | Make pipeline dropdowns consistent See merge request !13530
| | | * Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdownswinh2017-08-293-3/+3
| | | |
* | | | Creates auto devops calloutFilipa Lacerda2017-09-011-4/+1
|/ / /