summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/job.js
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-171-188/+0
|
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-15/+13
|
* Moves stages dropdown into the new vue appFilipa Lacerda2018-10-031-23/+0
|
* Extracts scroll position checks into reusable functions50904-update-scroll-utilsFilipa Lacerda2018-09-261-2/+2
| | | | | | With the new Job Log page in Vue, we'll need to reuse the same functions for scrolling that we're using in the jQuery one. This page extracts that logic into reusable functions
* Resolve "Sidebar on jobs and wikis is missing at small widths"Clement Ho2018-06-281-1/+1
|
* Merge branch '46833-sticky-polyfill' into 'master'Clement Ho2018-06-061-9/+2
|\ | | | | | | | | | | | | Update sticky utils with polyfill Closes #46833 and #47130 See merge request gitlab-org/gitlab-ce!19324
| * Add polyfill and comments to utils/stickyPaul Slaughter2018-06-051-9/+2
| |
* | Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda2018-06-061-77/+9
|\ \ | |/ |/| | | | | Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221
| * Add partial for the build outputsjivl-backport-scroll-utilitiesJose2018-06-011-4/+0
| |
| * Backport scroll utilities for the job log componentJose2018-06-011-73/+9
| |
* | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-011-0/+7
|/ | | This reverts merge request !19304
* Update position sticky polyfillPaul Slaughter2018-06-011-7/+0
|
* fix `spaced-comment`Lukas Eipert2018-05-291-1/+1
|
* Fix affix using stickyfilljs polyfillClement Ho2018-05-211-8/+3
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Clear the timeout in Jobs class after each testPhil Hughes2018-02-071-1/+1
|
* fixed issue with axios_utils not reducing activeVueResources variable when ↵Phil Hughes2018-02-021-1/+12
| | | | request fails
* Converted job.js to axiosPhil Hughes2018-01-301-5/+7
|
* Fix bad import in job.js41929-artifacts-timeFilipa Lacerda2018-01-111-1/+0
|
* Remove remaining word from artifacts dateFilipa Lacerda2018-01-111-11/+1
|
* Cache document query41120-performance-bar-auto-scrollFilipa Lacerda2018-01-021-2/+3
|
* Merge branch 'master' into 41120-performance-bar-auto-scrollFilipa Lacerda2018-01-021-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (120 commits) Update CHANGELOG.md for 10.3.3 Fix user membership destroy relation Use heredoc so it's more clear Put all menus under menu module Introduce common project settings and just put Introduce Factory::Resource::DeployKey Introduce expand_deploy_keys Introduce Menu::Side Add documents for GitLab utilities Clears visual token on second backspace Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs. Add breadcrumbs to User Settings sub-views Rename asset sync related AWS variables Allow logged in user to change his password Fix 404 error after a user edits an issue description and solves the reCAPTCHA Fix links to old commits in merge requests Typos correction on the advise of @smcgivern Documenting that resolved JIRA tickets are not automatically transitioned Forking a project to a namespace with lower visibility. Keep typographic hierarchy in User Settings ...
| * Humanize the units of "Showing last X KiB of log" in job tracesh-make-kib-humanStan Hu2017-12-271-2/+2
| | | | | | | | Closes #38613
* | Use non cached variables to get scroll position because of the performance barFilipa Lacerda2017-12-211-10/+14
|/
* Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-111-4/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) 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 Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * updated importsurl-utility-es-modulePhil Hughes2017-12-111-2/+2
| |
| * use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
| |
| * Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-4/+4
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40825
* | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-1/+2
|/
* Enables scroll to bottom once user has scrolled back to bottom in job logFilipa Lacerda2017-11-091-26/+24
|
* Remove Build code from global namespaceFilipa Lacerda2017-10-101-0/+285