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-01-16Add pipeline header paddingGeorge Tsiolis
2018-01-11Fix boolean prop being provided as stringFilipa Lacerda
2018-01-09Fix broken tests for project list and headerFilipa Lacerda
2018-01-08Fix more eslint rulesFilipa Lacerda
2018-01-08Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda
* master: (140 commits) Add Gitter room link to I want to contribute since you always have questions Use workhorse 3.4.0 chore: remove symbolic link Add memoization for properties Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`" Resolve "Add graph value to hover" Fix slash commands dropdown description disables the shortcut to the issue boards when issues are disabled Fix static analysys Disable STI of ActiveRecord. Refactoring specs. Fix StaticSnalysys Fix change log Add changelog Revert bulk_insert and bring back AR insert(one by one) Add a new test for emptified params Use batch update for Service deactivation Fix query to look for proper unmanaged kubernetes service Fix static anylysy Use bulk_insert instead of AR create Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template ...
2018-01-05Changes after reviewFilipa Lacerda
2018-01-05[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-19Adds illustrations for manual actions and non triggered jobsFilipa Lacerda
2017-11-20Use axios instead of vue resource - step 1Filipa Lacerda
2017-10-16Move retry button to sidebarFilipa Lacerda
2017-10-10Merge branch 'flash-es6-module' into 'master'Filipa Lacerda
Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
2017-10-10Remove Build code from global namespaceFilipa Lacerda
2017-10-10removed global eslint for remaining filesPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-08-10Render new issue link in failed job as a regular link instead of a UJS oneFilipa Lacerda
2017-07-12Update vue-resourceFilipa Lacerda
2017-07-05Revert change to design. Go back to scrollable pageFilipa Lacerda
2017-06-29Move verification to block level instead of paragraphFilipa Lacerda
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda