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-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-29Fix dropdown closing when mouseup is outsideHeinrich Lee Yu
Changes the document event listener to listen to mousedown instead of click
2018-10-16Prettify diff_notes diffs and droplab modulesMike Greiling
2018-02-12Cleanup new branch/merge request form in issuesWinnie Hellmann
2017-11-25Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (109 commits) Remove Filesystem check metrics that use too much CPU to handle requests Set merge_request_diff_id on MR when creating Add a column linking an MR to its diff Remove useless closeReopenReport specs Clarify external artifacts only working when GitLab pages is enabled Send SIGSTP before SIGTERM to actually give Sidekiq jobs 30s to finish when the memory killer kicks in Remove an exception from the git user default SSH config check Geo route whitelisting is too optimistic Update .nvmrc to current stable (v9.0.0) Update documentation Address Douwe's feedback Refactor responsive table styles to support nested error block Add changelog items Update specs for sudo behavior Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens Remove user authentication_token column Migrate user private tokens to personal access tokens Add sudo API scope Consistently use PersonalAccessToken instead of PersonalToken Remove User#private_token ...
2017-11-01fix edit token regression within ↵Mike Greiling
spec/features/issues/filtered_search/visual_tokens_spec.rb
2017-10-30Fixes another problem that happens during knapsack testingTim Zallmann
2017-08-30Add filter by my reactionHiroyuki Sato
2017-08-02Add filtered search to group issue dashboardClement Ho
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2017-05-24Use AjaxCache in Droplab AjaxFilterwinh
2017-05-19Merge branch 'winh-dropdown-ajax-cache' into 'master'Clement Ho
Use AjaxCache in Droplab Ajax plugin Closes #31897 See merge request !11171
2017-05-18Use AjaxCache in Droplab Ajax plugin (!11171)winh
2017-05-12Removed all instances of Object.assign by using es6 classes, also includes ↵Luke "Jared" Bennett
some …
2017-04-27[ci skip] Add comment to regexLuke "Jared" Bennett
2017-04-24Merge branch 'master' into droplab-templating-xss-fixLuke "Jared" Bennett
2017-04-20Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett
2017-04-12Used underscore to template list children to utilize their simple escaped ↵Luke "Jared" Bennett
interpolation
2017-04-07Fixed bugs and added testsLuke "Jared" Bennett
2017-04-07Finish up feature specLuke "Jared" Bennett
2017-04-07Update inputsetterLuke "Jared" Bennett
2017-04-06Fixed error handlingLuke "Jared" Bennett
2017-04-06Added droplab back to static assetsLuke "Jared" Bennett
2017-03-29Prep for moving droplab to npmLuke "Jared" Bennett
2017-03-25update droplabLuke "Jared" Bennett
2017-03-15Updated droplab version to webpack versionLuke "Jared" Bennett
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-08Add filtered search visual tokensClement Ho
2017-02-07Fix droplab rendering template when data-dynamic selector is unavailableClement Ho
2017-01-27Add caching of droplab ajax requestsClement Ho
2017-01-25Merge branch 'filtered-search-hidden-dont-render' into 'master'Jacob Schatz
Only render the list if it is visible See merge request !8710
2017-01-23Correctly resets the default template on destroyPhil Hughes
2017-01-23Only render the list if it is visiblePhil Hughes
2017-01-23Checks if rendered count has changed rather than relying on key charPhil Hughes
2017-01-23Fixed some issues with droplab & keyboard navigationPhil Hughes
Added specs
2017-01-23Fixed currentIndex being shared across dropdownsPhil Hughes
2017-01-23Changed character matchPhil Hughes
2017-01-23Fixed keyboard navigation not working in filtered search barPhil Hughes
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
2017-01-21Revert "Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master'"Jacob Schatz
This reverts merge request !8675
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
2017-01-20Changed the event listener target from window to document in droplabJose Ivan Vargas
2017-01-12Backend reviewClement Ho
2017-01-10Fix code review suggestionsClement Ho
2017-01-10Fix indentationClement Ho
2017-01-10Code review changesClement Ho