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
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-24Move EE specific GfmAutocomplete code to EE fileRajat Jain
Refactor GfmAutocomplete and create a new EE counterpart which is referenced through `ee_else_ce`
2019-02-06Add setting for first day of the weekFabian Schneider
2019-01-29Wraps Select 2 Import into its own webpack bundleTim Zallmann
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
2018-10-25Run through Prettier and remove ESLint disablesKushal Pandya
Formats the file to match Prettier rules Removes all blacklisted ESLint rules
2018-10-25Update pikaday method import pathKushal Pandya
Updates path for pikaday parsing methods to import from `datetime_utility.js`
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-05-30Fix local storage not being cleared after creating a new issueStan Hu
Creating a new issue will always result in a 302 redirect to the newly-created issue. This reverts the change introduced in https://gitlab.com/gitlab-org/gitlab-ce/commit/7684217d6806408cd338260119364419260d1720 to handle the case where a user is in the middle of creating a new form and redirected to accepting the terms of service. Closes #37162
2018-05-04Enforces terms in the web applicationBob Van Landuyt
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-01-16fixed missing commaPhil Hughes
2018-01-16only search branchesPhil Hughes
target branch select dropdown doesnt care about tags so we dont need to waste time searching them
2018-01-16Improved performance of merge requests target branch dropdownPhil Hughes
2017-10-30Merge branch 'master' into 38869-importer_statusFilipa Lacerda
* master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
2017-10-26Remove issuable form from global namespaceFilipa Lacerda
2017-10-24Merge branch 'master' into 'es-module-autosave'Mike Greiling
# Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js
2017-10-18Fix PikadayFilipa Lacerda
2017-10-12convert Autosave into pure es module and remove global exportMike Greiling
2017-09-04Move "Move to different project" to sidebarEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-08-09Fix pikaday being undefinedPhil Hughes
Closes #36207
2017-07-06refactor ZenMode to ES module syntaxMike Greiling
2017-05-16Make `gfm_auto_complete` into a module and fix up tech debtEric Eastwood
2017-05-12Import export users selectLuke "Jared" Bennett
2017-05-09remove bind polyfill from issuable_form.jsMike Greiling
2017-04-21Adding animation for all dropdownNur Rony
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-15Stop Pikaday using momentPhil Hughes
2017-02-06Changed date check testPhil Hughes
2017-02-06Fixed some specsPhil Hughes
CHANGELOG item
2017-02-06Updated styles for PikadayPhil Hughes
2017-02-06Replaced more jQuery UI datepickersPhil Hughes
2017-02-06Removed jQuery UI datepickerPhil Hughes
Part of #18437 to remove jQuery UI. This removes the datepicker
2017-01-19resolve all parseInt radix eslint violationsMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2016-12-15Changed autocomplete_sources into an action that returns a single 'at' type ↵Luke Bennett
of sources at a time Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26Merge branch 'eslint' into 'master' Fatih Acet
Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
2016-10-26Refactored less readable existance checksJack Davison
CoffeeScript generated JavaScript contains some unreadable expressions. This refactoring addresses complex uses of the exestential operator that produced unreadable Javascript.
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-08-18Move to project dropdown with infinite scroll for better performancePaco Guzman
Use just SQL to check is a user can admin_issue on a project Using offset pagination instead pages to avoid a count query Tradeoff - we duplicate how we check admin_issue in a SQL relation in the Ability class
2016-07-24ES6ify all the things!Fatih Acet