summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * 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
| |
* | Add reset cache button to pipelines viewMatija Čupić2017-12-212-0/+12
|/
* 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
|/ / /
* | | Adds documentation link to the autodevops popoverFilipa Lacerda2017-09-014-2/+20
| | |
* | | Adds tooltip for Auto DevOps badge in pipeline tableFilipa Lacerda2017-09-011-24/+37
| | |
* | | Add config_source to ci_pipelinesZeger-Jan van de Weg2017-08-311-0/+7
|/ / | | | | | | | | | | | | Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
* | Merge branch '34990-top-buttons-misaligned' into 'master'Phil Hughes2017-08-301-1/+3
|\ \ | | | | | | | | | | | | | | | | | | Fixes the margin of the top buttons of the pipeline page Closes #34990 See merge request !13908
| * | Fixes the margin of the top buttons of the pipeline page34990-top-buttons-misalignedFilipa Lacerda2017-08-291-1/+3
| |/
* | Prevents rendering empty badge when pipeline request fails35048-empty-badgesFilipa Lacerda2017-08-291-20/+34
|/
* Stops propagation for dropdown content in pipeline graph. Applies the same ↵36385-pipeline-graph-dropdownFilipa Lacerda2017-08-141-0/+21
| | | | behavior of the mini graph
* Backport to CE for:2902-standalone-ee-dir-ceLin Jen-Shin2017-08-041-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
* Update vue-resourceFilipa Lacerda2017-07-122-10/+8
|
* Fix endpoint not being update correctlyFilipa Lacerda2017-06-261-2/+1
|