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
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-21Upgrade prettier to latest (v1.18.2)Mike Greiling
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
2019-05-08Added user time settings fields to profileEzekiel Kigbo
Udpated user_edit_profile_spec with time preferences Minor update form fields
2019-04-03Extend timezone dropdownEzekiel Kigbo
Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
2019-03-29Move abuse_reports_spec.js to JestWinnie Hellmann
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
2019-01-10Addressing feedback from most recent reviews.Scott Escue
2019-01-10Fixing static analysis issuesScott Escue
2019-01-10Addressing peer review feedback.Scott Escue
Replacing inline JS with ES 2015 functions included in pages/sessions/new. Also applying suggested server-side syntax improvements to OmniAuthCallbacksController.
2018-12-11Move emoji_menu_spec.js to JestWinnie Hellmann
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-08-30Allow whitelisting for "external collaborator by default" settingRoger Rüttimann
2018-08-07Restyle status message input on profile settingsWinnie Hellmann
2018-04-23fix illegal references to "this" in module contextMike Greiling
2018-04-23add spyOnDependency methodMike Greiling
2018-03-28Fix promoting labels and milestones copy textJose Ivan Vargas
2018-03-20Update spec import path for vue mount component helperGeorge Tsiolis
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-07used respond_to formats for persisting flash messages insteadJose Ivan Vargas
2018-03-02Changed selector names, address code concernsJose Ivan Vargas
2018-03-02Added vue based promotion modals for labels and milestonesJose Ivan Vargas
2018-02-26Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-15Converted pipeline_schedules bundles into automatic webpack entriesPhil Hughes
#41341
2018-01-25Add modal for deleting a milestoneWinnie Hellmann
2018-01-18Add modal for stopping jobs in admin areaWinnie Hellmann
2018-01-11fixed abuse_reports specPhil Hughes