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-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-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-15Enable display static for ci job dropdowns so that they dont move when ↵Clement Ho
window resizes
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-31Fix bootstrap pipeline right alignmentClement Ho
2018-05-15Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda
the user
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 ...
2018-04-23Fix eslintFilipa Lacerda
2018-04-23Fix disabled state while making a requestFilipa Lacerda
Provide props down instead of an event
2018-04-23Use axios request to interact with API instead of UJSFilipa Lacerda
2018-04-19Render json endpointFilipa Lacerda
2018-04-18Update dropdown to not close when action is clickedFilipa Lacerda
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-10-30Fixing IconsTim Zallmann
2017-08-29Change pipeline dropdowns to new stylewinh
2017-08-14Stops propagation for dropdown content in pipeline graph. Applies the same ↵Filipa Lacerda
behavior of the mini graph
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.