- 26 Jul, 2021 1 commit
-
-
Jannik Lehmann authored
-
- 21 Jul, 2021 1 commit
-
-
Paul Slaughter authored
-
- 09 Jul, 2021 2 commits
-
-
Lukas Eipert authored
There are not that many uses of `localTimeAgo`, but we can move from jQuery to native DOM selection.
-
Lukas Eipert authored
We currently expose `window.timeago` and `window.gl.utils.localTimeAgo`. As far as I can tell, they are not used like that anymore and any part of the code base that still uses it like that should move to direct imports. This was actually the _last_ instance of a JavaScript file setting up a `window.gl` side-effect. Unfortunately this breaks a lot of tests. Therefore we add the `window.gl` sideeffect to our jest set up. And in order to be 100% sure that we do not break production, we add the sideeffect to main.js as well.
-
- 25 Jun, 2021 1 commit
-
-
Axel García authored
For the following sections: - Service Ping consent alert - Usage statistics settings Changelog: changed
-
- 15 Jun, 2021 1 commit
-
-
Tim Zallmann authored
-
- 10 Jun, 2021 1 commit
-
-
Paul Slaughter authored
-
- 08 Jun, 2021 1 commit
-
-
Paul Slaughter authored
- Add hide-when-top-nav-open classes - Set up eventHub for app component to use - Puts placeholder content which will be filled in a follow up since this is behind a feature flag
-
- 17 May, 2021 1 commit
-
-
Paul Slaughter authored
-
- 14 Apr, 2021 1 commit
-
-
Mike Greiling authored
-
- 23 Mar, 2021 2 commits
-
-
Lukas Eipert authored
-
Lukas Eipert authored
-
- 14 Mar, 2021 1 commit
-
-
yo authored
Add Changelog Update btn-default-toggle-comment.yml
-
- 15 Feb, 2021 2 commits
-
-
Vitaly Slobodin authored
Sort latest changes from master
-
Enrique Alcántara authored
Replaces old HAML + vanilla JS version of feature highlight with the Vue component
-
- 14 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 05 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
-
- 01 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
Sort JavaScript imports in the CE code to match our future ESLint configuration.
-
- 23 Dec, 2020 1 commit
-
-
Lukas Eipert authored
Part of our prettier migration; changing the arrow-parens style.
-
- 22 Dec, 2020 1 commit
-
-
Lukas Eipert authored
Mandatory not to break master. Automatically created with prettier.
-
- 08 Dec, 2020 1 commit
-
-
Paul Slaughter authored
Ignores this for specs since we're mostly concerned about this causing production issues.
-
- 02 Dec, 2020 1 commit
-
-
Tim Zallmann authored
Both fadeIn + fadeOut to make transition to jquery slim possible Changed where possible to use gl-display-none Went back to hide util class Introducing more gl-display-none
-
- 26 Nov, 2020 1 commit
-
-
Illya Klymov authored
Remove relevant backend parts and tests
-
- 27 Oct, 2020 1 commit
-
-
Paul Gascou-Vaillancourt authored
Create a wrapper to initialize GlPopover instead of Bootstrap popovers on elements that have the data-toggle="popover" attribute.
-
- 30 Sep, 2020 1 commit
-
-
Enrique Alcantara authored
Replace all jQuery tooltip API calls with the tooltips facade API
-
- 29 Sep, 2020 1 commit
-
-
Heinrich Lee Yu authored
This fixes problems where users could click buttons before the event handlers are setup.
-
- 21 Sep, 2020 1 commit
-
-
Heinrich Lee Yu authored
Remove jquery-ujs and use rails-ujs instead
-
- 11 Sep, 2020 1 commit
-
-
Lukas Eipert authored
The search initialization errors on pages that don't have a search (e.g. login, terms agreement page)
-
- 09 Sep, 2020 1 commit
-
-
Tim Zallmann authored
-
- 08 Sep, 2020 2 commits
-
-
Tim Zallmann authored
performance_bar is now its own Webpack bundle and only loaded when performance bar is activated Fixed the performance_bar specs Removed the lint about not having a linting failure
-
Sam Beckham authored
Creates an alert handler that will allow us to remove the bootstrap alert code easier.
-
- 03 Sep, 2020 2 commits
-
-
Doug Stull authored
- the work being done in snowplow initialization was slowing down dom load times and deferring it here should speed it up a bit.
-
Lukas Eipert authored
We currently initialize the Awards Handler on every page, this moves it to the pages where it is used: - Commits - Epics - Issues - Merge Requests - Snippets
-
- 21 Aug, 2020 1 commit
-
-
Mike Greiling authored
This removes $.fn.glDropdown and replaces it with the function initDeprecatedJQueryDropdown. This ensures that modules which rely on this function are not dependent on a globally accessible function and also prevents naming confusion with the gitlab-ui component also named GlDropdown.
-
- 20 Aug, 2020 1 commit
-
-
Ezekiel Kigbo authored
Replaces the default export flash function with the newCreateFlash. Fix outstanding flash imports Updates specs and replaces outstanding imports for `Flash` Fixes additional specs Updates the remaining calls to different flash methods, except for the window.Flash method since this will break .erb templates
-
- 17 Aug, 2020 2 commits
-
-
Tim Zallmann authored
Fixes Trailing Whitespace problem
-
Vitaly Slobodin authored
We follow this imports order: // 1. "external" modules import _ from 'lodash'; import chalk from 'chalk'; // 2. "internal" and aliased modules import foo from 'src/foo'; // 3. modules from a "parent" directory import foo from '../foo'; import qux from '../../foo/qux'; // 4. "sibling" modules from the same or a sibling's directory import bar from './bar'; import baz from './bar/baz'; // 5. "index" of the current directory import main from './';
-
- 09 Jul, 2020 1 commit
-
-
Micaël Bergeron authored
This reverts https://gitlab.com/gitlab-org/gitlab/merge_request/31187
-
- 22 Jun, 2020 1 commit
-
-
Nicolò Maria Mezzopera authored
This avoids an issue where the config function is not called in the production bundle
-
- 18 Jun, 2020 1 commit
-
-
Mike Greiling authored
-