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
2023-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-02-16Remove Webpack bundle tag for users:showConstance Okoghenun
2018-02-05fixed typo :see_no_evil:Phil Hughes
2018-02-05converted user_tabs.js to use axiosPhil Hughes
2018-02-01Replace $.ajax in activity calendar with axiosClement Ho
2018-01-29Contribution calendar label cutoff fixClement Ho
2017-12-19Refactored d3 modules to instead of having a common_d3 dir, to use the micro ↵Jose Ivan Vargas
modules instead
2017-12-19optimized d3 v4 with a custom made bundleJose Ivan Vargas
2017-12-19Modified contributors graph to use d3 v4Jose Ivan Vargas
2017-12-14Converted JS modules into exported modulesPhil Hughes
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-10-11Removed d3.js from the users and graphs bundleJose Ivan Vargas
2017-08-06Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann
Fix Timezone Inconsistencies in User Contribution Calendar Closes #27616 and #1943 See merge request !13208
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-07-29display system timezone underneath activity calendarMike Greiling
2017-07-29ensure user profile calendar is generated based on server timezone, not ↵Mike Greiling
local timezone
2017-07-28resolve remaining eslint violationsMike Greiling
2017-07-28resolve eqeqeq, newline-per-chained-call, no-unused-vars, and no-else-return ↵Mike Greiling
eslint violations
2017-07-28resolve consistent-return eslint violationMike Greiling
[ci-skip]
2017-07-28resolve prefer-template and quotes eslint violationsMike Greiling
2017-07-28resolve no-mixed-operators and no-return-assign eslint violationsMike Greiling
2017-07-28resolve comma-dangle and object-shorthand eslint violationsMike Greiling
2017-07-28resolve camelcase violationsMike Greiling
2017-07-28remove janky function binding in activity calendar classMike Greiling
2017-07-28fix all eslint violations in user_tabs.jsMike Greiling
2017-07-27remove implied "GET" http method optionMike Greiling
2017-07-27remove needless brackets object accessor syntaxMike Greiling
2017-07-19refactor users bundle, remove inline javascript, and transform into an async ↵Mike Greiling
chunk
2017-07-19refactor async calendar dataMike Greiling
2017-07-14Refactor user bundleMike Greiling
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-05-09remove bind polyfill from users/calendar.jsMike Greiling
2017-05-06add tooltips to user contrib graph keyMike Greiling
2017-03-04create a cacheable commons bundle for d3 libraryMike Greiling
2017-02-24remove require.context from users_bundleMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-02remove dateFormat global exceptionMike Greiling
2017-02-02fix broken reference to formatDate in a CommonJS environmentMike Greiling
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
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-26Added ltr direction for the calendar contribution month rowJose Ivan
2017-01-25Reverted the change from .second-block to .calender-blockJose Ivan
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling