Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-17Merge branch 'generate-spans-for-sections' into 'master'Sean McGivern
Add collapsible sections to job log See merge request gitlab-org/gitlab-ce!28642
2019-06-14Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"Kamil Trzciński
This reverts merge request !26853
2019-06-14Update class namesFilipa Lacerda
2019-06-13Adds specs and changelog - squashFilipa Lacerda
2019-05-30Add Pipeline IID to viewsMike Scott
* Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
2019-05-27Merge commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6' into ↵Grzegorz Bizon
backstage/gb/improve-jobs-controller-performance * commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
2019-05-24Replaces a hard-coded date in the job app specsamdbeckham
2019-05-24Set up mock data for stagesFilipa Lacerda
2019-05-24Fix deployment entity testsGrzegorz Bizon
Fixes style lint errors
2019-05-24Removes fetchStage actions and mutationsFilipa Lacerda
Updates tests
2019-05-16Rename vue_component_helper to text_helperPaul Slaughter
**Why?** This file only contains a few text based helper functions. It has nothing to do with Vue or Vue components.
2019-04-16Rename CI related selectorsGeorge Tsiolis
2019-04-02Fix frontend unit testsjerasmus
Fixed the broken frontend unit tests
2019-04-02Display error for unmet prerequisitesjerasmus
Added the ability to display an error for unmet prerequisites
2019-03-26Merge branch 'MaxWinterstein-unify-copy-comit-sha' into 'master'Fatih Acet
Unify behaviour of 'Copy commit SHA to clipboard' on job view Closes #58343 See merge request gitlab-org/gitlab-ce!25829
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-20Update job detail sidebar for post-merge pipelinesNathan Friend
This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
2019-03-09Unify behaviour of 'Copy commit SHA to clipboard'Max Winterstein
2019-03-07Moves shared quota getter into CEFilipa Lacerda
In jobs store, moves the check for `shouldRenderSharedRunnerLimitWarning` to the CE codebase.
2019-01-11Code cleanup of headerActions and testsFernando Arias
* Remove headerAction getter from job getters * Remove prop from being passed into header_ci_component * Remove no longer needed tests
2019-01-10Update failing specs & linter errors & changelogFernando Arias
2019-01-10Move job cancel/new buttonFernando Arias
* Move cancel button to where the Retry is normally placed * Move new issue button to be in sidebar view for desktop versions * Update specs Add changelog entry for moving cancel btn Remove mobile version job action buttons * Remove buttons showing up on seperate row on job sidebar * Show Retry button in mobile version next to build name Improve flexbox usage for job action buttons * Allow for cleaner scaling of job name and alignment of buttons Adjust the debug button icon size * Adjust debug icon size on the build sidebar so the debug button is the same height as the other buttons Tweak job name vertical margins * Changes are only made to job side vue * Remove old class that only changed margin on top * Adjust veritcal margin uniformy set to 0 via bootstrap margin class Update Karma tests for job side view * Update karms tests for mobile version of side view * Removed tests for new issue button since we are fixing in https://gitlab.com/gitlab-org/gitlab-ce/issues/55944 Fix rspec and static-analysis failures * Run Prettier * Update rspec css selectors Move job action buttons to new line * Move "New Issue" and "Debug" buttons to seperate line in job sidebar * Update specs Run Prettier to format JS Remove New Issue button from job header Make sure button spacing follows styleguide
2018-12-19Fix style issues in job details sidebarNathan Friend
This commit fixes a number of minor style issues in the job details sidebar - spacing, font weights, button sizes, and font sizes. More details here: https://gitlab.com/gitlab-org/gitlab-ce/issues/54814
2018-12-07Merge remote-tracking branch 'origin/master' into ↵jhampton
20422-hide-ui-variables-by-default
2018-12-07Prettifiesjhampton
2018-12-07Fixes linting errorsjhampton
2018-12-07Adds toggle behaviorjhampton
- Adds coverage for hide/reveal toggle button behavior
2018-11-28Adds bottom margin to the environment info blockFilipa Lacerda
2018-11-14Prevents empty button in jobs empty stateFilipa Lacerda
Returns `null` instead of an empty object to make sure Vue doesn't render the button
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-11-07Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda
Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
2018-11-07Run yarn prettier-all-saveWinnie Hellmann
2018-11-07Add dynamic timer for delayed jobs in job sidebarWinnie Hellmann
2018-11-07Add dynamic timer for delayed jobs on single job pageWinnie Hellmann
2018-11-07Add Vue mixin for delayed job timersWinnie Hellmann
2018-11-05[ci skip] Renders a warning block for archieved jobFilipa Lacerda
When the job is archieved we render a affixed warning on the top of the job log
2018-11-01Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis
Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-26Fix stage dropdown rendering only in EnglishFilipa Lacerda
2018-10-25Move job stuck status to backendSteve Azzopardi
2018-10-22Extract JobContainerItem componentWinnie Hellmann
2018-10-17Resolve eslint violationsMike Greiling
2018-10-17Prettify all spec filesMike Greiling
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-12Merge branch '52614-update-job-started-check' into 'master'Tim Zallmann
Updates the check for started in job header See merge request gitlab-org/gitlab-ce!22329
2018-10-12Add stage name in job.json responseSteve Azzopardi
2018-10-12Updates the check for started in job headerFilipa Lacerda
The function that was checking if the job was started or not was expecting a boolean, however it was receiving a null. During the refactor the condition was changed, causing the function to break with null This commit fixes the check
2018-10-11Merge branch '51712-new-line-between-declarations' into 'master'Mike Greiling
1. enable jasmine/new-line-between-declarations See merge request gitlab-org/gitlab-ce!22230