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-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-08Fix more eslint rulesFilipa Lacerda
2018-01-06[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2018-01-05[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-19Replaced the remaining code-fork iconsJose Ivan Vargas
2017-11-13Export text utils as ES6 modulesFilipa 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-10-09Move cycle analytics banner into a vue fileFilipa Lacerda
2017-10-06Fix typo in cycle analytics breaking time componentFilipa Lacerda
2017-10-02Remove global componentsFilipa Lacerda
2017-09-26Moves cycle analytics components into vue filesFilipa Lacerda
2017-09-25Removes cycle analytics service and store from global namespaceFilipa Lacerda
2017-08-04Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling
2017-05-22Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda
Adopt ES module syntax See merge request !9567
2017-05-19Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes
Consolidate user avatar Vue logic Closes #31017 See merge request !10718
2017-05-19Fix JavaScript translations that are using a namespaceRuben Davila
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-17refactor instances of CJS module.exports to ES module syntaxMike Greiling
2017-05-16update cycle_analytics_bundle to ES module syntaxMike Greiling
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-05More updates for translations plus small tweaks.Ruben Davila
2017-05-04More updates for translations plus some refactoring.Ruben Davila
2017-05-03Updated some JS translate methods to correctly take in contextPhil Hughes
2017-05-03First round of updates from the code review.Ruben Davila
2017-04-28Fixed context translationPhil Hughes
Fixes CSS widths when translating
2017-04-27Added some missing text that needs translatingPhil Hughes
2017-04-26Changed JS translation functionsPhil Hughes
Added context function
2017-04-21Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-20Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: config/webpack.config.js
2017-04-20Merge remote-tracking branch ↵Phil Hughes
'origin/28433-internationalise-cycle-analytics-page' into js-translations
2017-04-19Created a plural filterPhil Hughes
Added tests for the filter [ci skip]
2017-04-18Added Vue filters & directives for translatingPhil Hughes
2017-04-14Add expirations to CA and user calloutsLuke "Jared" Bennett
2017-04-11Remove IIFEs from files in cycle_analytics_bundle.jsAlfredo Sumaran
2017-03-25Add event limit warning all tabs Cycle AnalyticsSam Rose
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-03-02Changes after reviewFilipa Lacerda
2017-02-28Merge branch 'master' into add-svg-loaderFilipa Lacerda
* master: (21 commits) Move `Group -> Members` to top-level, fix missing sub-nav for Subgroups Left align logo; increase max width of title Add newline to end of frontend.md. Clone nested objects from default data. Checks if key is present before accessing it Update CHANGELOG.md for 8.17.1 Document use of AirBnb js styleguide and eslint. Don't allow a project to be shared with an ancestor of the group it is in Fix access to projects shared with a nested group Ignore builds dir when run rubocop check Remove hidden-xs classes from last columns in environments and pipelines table. Transform pipelines table css to match structure of pipelines table Make environments table overflow Use exceptions for MergeService error handling Clarify when to create EE compatibility MR in code review process New runner API returns 204 Backport new behavior to CI API Backport API to V3 Update documentation Return 204 for delete endpoints API project create: Make name or path required Only create unmergeable todos once Put back the new project button ...
2017-02-28Clone nested objects from default data.Filipa Lacerda
Checks if key is present before accessing it Fix broken test
2017-02-25remove tech debt codeFilipa Lacerda
2017-02-25Load svgs in cycle analyticsFilipa Lacerda
2017-02-20remove require.context from cycle_analytics_bundleMike Greiling
2017-02-18Merge branch 'add-additional-checks-to-ca-data' into 'master' Jacob Schatz
Small improvements for Cycle Analytics See merge request !9153
2017-02-13Merge branch 'fix/cycle-analytics-events-limit' into 'master' Sean McGivern
Add limit to the number of events showed in cycle analytics See merge request !7743
2017-02-11convert js-cookie dependency to an npm moduleMike Greiling