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
2017-09-22Fix translation for 'in a while'Kim "BKC" Carlbäcker
2017-06-30Restore timeago translations in renderTimeago.Bryce Johnson
2017-06-29Remove initTimeagoTimeout and let timeago.js update timeagos internally.Bryce Johnson
MR: !12468
2017-06-15Translate time tooltips.Bob Van Landuyt
Let the backend do the translation.
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-05-17fix eslint failuresMike Greiling
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-07Improved timeago performancePhil Hughes
- Changes to use a single instance of timeago - Uses one timeout for every element, rather than 1 per element Closes #25728
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-10Correct merge conflictsLuke "Jared" Bennett
Fixed eslint failures
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2017-01-06replace application.js sprockets output with webpack-generated equivalentMike Greiling
2016-12-07Fixed timeago re-rendering every elementPhil Hughes
Fixes a performance regression that was causing timeago to get re-rendered on every element & therefore adding a lot of new setTimeouts
2016-11-23timeago should be a dependency of datetime_utilityMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-08-26Reduce contributions calendar data payloadClement Ho
2016-08-04Update timeago to shorter representationAnnabel Dunstone
2016-07-24ES6ify all the things!Fatih Acet