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
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-09Resolve "pipeline's page shows vue error on master"Filipa Lacerda
2018-10-05Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann
2018-10-04Add component tests for scheduled job frontendWinnie Hellmann
2018-10-04Guard against missing manual actions / scheduled jobs in pipelines rowWinnie Hellmann
2018-10-04Display confirmation only when triggering scheduled jobs not manualWinnie Hellmann
2018-10-02Add confirmation for immediately starting scheduled jobsWinnie Hellmann
2018-10-02Add scheduled job dropdown to pipelines listWinnie Hellmann
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-08-29Merge branch 'security-2694-pipeline' into 'master'José Iván Vargas López
[master] Removes `<br>` sent from backend on tooltips in jobs See merge request gitlab/gitlabhq!2455
2018-08-21Shows download artifacts button for pipelines on small screensFilipa Lacerda
2018-08-09Removes <br> sent from backend on tooltips in jobsFilipa Lacerda
When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
2018-07-28Fix Karma failures due to invalid icon namesStan Hu
The icon JSON field has been renamed from icon_status_success to status_success.
2018-07-27Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo
[master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
2018-07-17Fix MR widget ci status icon tooltip flickerClement Ho
2018-07-06Escapes job name used in tooltips in vue componentsFilipa Lacerda
Use sanitize to strip src attributes Changes sidebar back to use sanitize
2018-06-29Resolve "Tooltips scroll along the list within Pipeline jobs dropdown on MR ↵Simon Knox
widget"
2018-06-27Prettifies pipeline's javascript codeFilipa Lacerda
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-16Merge branch '47610-bs4-mini-graph-dropdown-sometimes-open-on-the-top' into ↵Annabel Gray
'master' Resolve "BS4: Mini graph dropdown sometimes open on the top" Closes #47610 See merge request gitlab-org/gitlab-ce!19912
2018-06-15Fix ci mini graph dropdown alignment and positioningClement Ho
2018-06-15Enable display static for ci job dropdowns so that they dont move when ↵Clement Ho
window resizes
2018-06-15Remove pointer events in favor of boundary viewportClement Ho
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-31Fix bootstrap pipeline right alignmentClement Ho
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-25Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda
Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
2018-05-25Fix typo in Pipelines empty state viewMark Fletcher
2018-05-25Merge branch 'master' into bootstrap4Clement Ho
2018-05-24Fix pipeline job tooltipClement Ho
2018-05-23Show loading icon only when making the requestFilipa Lacerda
2018-05-22Fix pipeline tag labelsClement Ho
2018-05-21Merge branch 'master' into bootstrap4Clement Ho
2018-05-17Fix eslintFilipa Lacerda
2018-05-17Moves string to a constantFilipa Lacerda
2018-05-16Merge branch 'master' into bootstrap4Clement Ho
2018-05-16Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda
dropdown in the MR widget
2018-05-15Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda
the user
2018-05-11Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-03Fix broken tests - use the corrent event when button is clickedFilipa Lacerda
2018-05-03Fix broken testFilipa Lacerda
2018-04-24Updates CSS for non a tags inside dropdownFilipa Lacerda
2018-04-24Fix broken importFilipa Lacerda
2018-04-23Merge branch 'master' into 33697-pipelines-json-endpointFilipa Lacerda
* master: (48 commits) Get rid of config/initializers/2_app.rb and define Gitlab in lib/gitlab.rb Fix eslint Fix eslint Address latest feedback Moved committer and spec. Added some extra code to run hooks or not depending on the options Fix minor typos Fix disabled state while making a request Move Settings to its own file, isolate it from Rails and introduce Gitlab.root Document the new 'spec/fast_spec_helper.rb' file Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the whole Rails env Move spec helpers/matchers/shared examples/contexts to their relevant folder Use axios request to interact with API instead of UJS Emit `toggleCollapse`, `onDropdownClose` on component Add changelog for 2fa filter in users api Add 2FA filter to users API for admins only Emit `onValueClick` event on component when container is clicked Fix project creation for user endpoint bug Update repository storages documentation URL Flowdock uses Gitaly, not Grit fix revoke header on deploy token docs ...