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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-06-12Allow command and control click to work on MR tabsSam Bigelow
2019-05-03I18N JS files starting with mBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-12Rename selector for framework notesGeorge Tsiolis
2019-01-24Added dropdown for diff settingsPhil Hughes
Dropdown includes buttons for tree view rendering mode and buttons for the compare view (inline or side-by-side) Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55491
2018-11-27Resolve "Jump to top in merge request"Sam Bigelow
2018-11-27Replace `=== true` with `parseBoolean()`Winnie Hellmann
2018-11-05Re-implemented image commenting on diffsPhil Hughes
This re-implements image commenting in merge request diffs. This feature was previously lost when the merge request page was refactored into Vue. With this, we create an overlay component. The overlay component handles displaying the comment badges and the comment form badge. Badges are displayed based on the position attribute sent with the discussion. Comment forms for diff files are controlled through a different state property. This is so we don't tie comment forms to diff files directly creating deep nested state. Instead we create a flat array which holds the file hash & the X & Y position of the comment form. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
2018-10-19Fixed merge request fill tree not respecting fluid widthPhil Hughes
This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-10-03Added file tree to merge request diffsPhil Hughes
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-09-20Upgrade eslint to v5Mike Greiling
We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-29Replace deprecated bs.affix in merge request tabs with sticky polyfillClement Ho
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-13Fix loading icon for mr tabsClement Ho
2018-05-29fix `spaced-comment`Lukas Eipert
2018-05-29Resolve "Merge request spinner spins forever after loading the diff"Lukas Eipert
2018-04-16Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/admin/application_settings/_signin.html.haml
2018-04-13Changes the ID for the performance bar to correctly sticky the stat bar to ↵Phil Hughes
the top
2018-04-12[skip ci] Use toggleClass instead of toggleClement Ho
2018-03-15Fixes merge request bar styling when performance bar is visiblePhil Hughes
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-02added missing calls in catch statementsPhil Hughes
2018-01-31fixed failing specsPhil Hughes
2018-01-30Converted merge_request_tabs.js to axiosPhil Hughes
2017-12-15Export and use Notes ES modulePhil Hughes
2017-12-15Export JS classes as modulesPhil Hughes
#38869
2017-12-13Fixes after reviewFilipa Lacerda
2017-12-13Merge branch 'master' into 38869-datetimeFilipa Lacerda
* master: (85 commits) Export old code into es6 modules Use relative URL for projects to avoid storing domains Fix spec by avoiding monkeypatching Return the noteable in Note#touch_noteable add CHANGELOG.md entry for !15889 fix broken empty state assets for environment monitoring page removed tab indexes from tag form Refactor entrypoint override docs Present member collection at the controller level Adds i18n check the import_status field before doing SQL operations to check the import url Fix rubocop offence Fix entrypoint overriding documentation Remove unnecessary js-issuable-edit Use memoization for commits on diffs Move Repository#write_ref to Git::Repository#write_ref Treat empty markdown and html strings as valid cached text, not missing cache that needs to be updated Center cluster title Remove noisy notification from QA base page Remove unused page from hashed storage QA scenario ...
2017-12-13Export old code into es6 modulesFilipa Lacerda
2017-12-11Merge branch 'master' into 38869-datetimeFilipa Lacerda
* master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
2017-12-11updated importsPhil Hughes
2017-12-08use exported methods instead of gl.utilsPhil Hughes
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-10-23fixed karma testsPhil Hughes
2017-10-23calculate the stickyTop instead of hard coding a variablePhil Hughes
2017-10-19Remove Diff class from globalnamespaceFilipa Lacerda
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.