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
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-04-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-12Adds highlight to collapsible lineFilipa Lacerda
In the job log adds a highlight when hovering the collapsible line
2019-08-09Fix job log where spans were displayed in blockFabio Pitino
This is a temporary, not ideal, solution but it fixes the main issue that the customer are complaining about, which is that color changes are broken down in several lines which makes the log not readable.
2019-08-02Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert
Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
2019-06-12Adds margins to the section linesFilipa Lacerda
2019-04-11Fixes stylelint issues for builds.scssFilipa Lacerda
Replaces CSS with utility classes Removes unused CSS
2019-03-20Removes EE differences for builds.cssFilipa Lacerda
2019-02-19Fixes the top position of job log topbarFilipa Lacerda
The top bar of the job log was always expecting the performance bar to be enabled. This commit adds CSS to fix the top position for both scenarios.
2019-01-14Remove all `$theme-gray-{weight}` variables in favor of `$gray-{weight}`George Tsiolis
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
2019-01-08Fixes z-index and margins of archived alertFilipa Lacerda
2018-12-20Aligns build loader animation with the job logFilipa Lacerda
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-07Vertically aligns variablesjhampton
- Long named variable key/values are vertially aligned
2018-12-06Adjusts variables table widthjhampton
- The table width was shrinking with smaller variable names
2018-12-06Horizontally aligns textjhampton
- Horizontall aligns span and button text
2018-12-05Updates per MR feedbackjhampton
- Removes element in favor of class name - Adjusts to use existing variables
2018-12-03Styles trigger variables blockjhampton
Adds new style to the trigger variables table.
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-02Uses gitlab-ui components in jobs components.Filipa Lacerda
Removes old buttons,links and tooltips and uses the new gitlab-ui components.
2018-10-30Backport ee 7203 sticky logs topbarSimon Knox
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-03Moves stages dropdown into the new vue appFilipa Lacerda
2018-08-22Finish cleaning up reassigned variablesAnnabel Dunstone Gray
2018-08-14Remove scss variables, part 2Annabel Gray
2018-08-03Resolve "Pipeline job log page uses too much CPU for loading animation"Dennis Tang
2018-07-24Wrap job name on pipeline job sidebarGeorge Tsiolis
2018-06-07Resolve "Show `failure_reason` and improve failed jobs tab in pipeline ↵André Luís
detail view"
2018-06-06moved fetching trace to storePhil Hughes
improved components by making them unaware of the store removed need for extra CSS - all achieved with BS classes
2018-05-24Remove unused btn-group-justifiedClement Ho
2018-04-19Merge branch 'master' into bootstrap4Clement Ho
2018-04-19Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Ran migration scriptClement Ho
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2017-12-08Remove new-style-dropdown mixinWinnie Hellmann
2017-11-20Hide log size in mobileFilipa Lacerda
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi