GitLab Bot
82b9539d93
Add latest changes from gitlab-org/gitlab@master
2023-09-13 15:12:03 +00:00
GitLab Bot
a0754ad291
Add latest changes from gitlab-org/gitlab@master
2023-05-03 00:09:11 +00:00
GitLab Bot
e0529f76a3
Add latest changes from gitlab-org/gitlab@master
2023-04-28 15:09:59 +00:00
GitLab Bot
8099b2824b
Add latest changes from gitlab-org/gitlab@master
2023-03-22 15:08:21 +00:00
GitLab Bot
5d41ea8c8e
Add latest changes from gitlab-org/gitlab@master
2022-07-21 18:10:08 +00:00
GitLab Bot
e935bc2389
Add latest changes from gitlab-org/gitlab@master
2022-03-02 09:13:50 +00:00
GitLab Bot
7e3f469a40
Add latest changes from gitlab-org/gitlab@master
2021-07-21 21:10:10 +00:00
GitLab Bot
7ca4444627
Add latest changes from gitlab-org/gitlab@master
2021-03-11 12:09:28 +00:00
GitLab Bot
770d6dbfa7
Add latest changes from gitlab-org/gitlab@master
2021-03-08 15:08:54 +00:00
GitLab Bot
8106ac487c
Add latest changes from gitlab-org/gitlab@master
2021-01-14 15:10:46 +00:00
GitLab Bot
b28aa8bd7d
Add latest changes from gitlab-org/gitlab@master
2021-01-05 00:10:20 +00:00
GitLab Bot
5838993b5f
Add latest changes from gitlab-org/gitlab@master
2020-12-23 21:10:24 +00:00
GitLab Bot
5c9f6c66fa
Add latest changes from gitlab-org/gitlab@master
2020-12-23 12:10:26 +00:00
GitLab Bot
f3506a4dee
Add latest changes from gitlab-org/gitlab@master
2020-12-02 00:09:45 +00:00
GitLab Bot
b85aae44f9
Add latest changes from gitlab-org/gitlab@master
2020-09-21 15:09:44 +00:00
GitLab Bot
8d8b960cec
Add latest changes from gitlab-org/gitlab@master
2020-09-10 06:08:37 +00:00
GitLab Bot
18ffa5e881
Add latest changes from gitlab-org/gitlab@master
2020-07-14 18:09:55 +00:00
GitLab Bot
6e33325c14
Add latest changes from gitlab-org/gitlab@master
2020-05-29 15:08:14 +00:00
GitLab Bot
8b78957052
Add latest changes from gitlab-org/gitlab@master
2020-05-29 09:08:06 +00:00
GitLab Bot
e7bc93852d
Add latest changes from gitlab-org/gitlab@master
2020-05-21 21:08:31 +00:00
GitLab Bot
e33f87ac0f
Add latest changes from gitlab-org/gitlab@master
2020-04-21 15:21:10 +00:00
GitLab Bot
d80f3cd75e
Add latest changes from gitlab-org/gitlab@master
2020-03-04 09:08:20 +00:00
GitLab Bot
733befe96a
Add latest changes from gitlab-org/gitlab@master
2020-02-14 09:08:43 +00:00
GitLab Bot
b4ded0ba7b
Add latest changes from gitlab-org/gitlab@master
2020-02-10 09:08:56 +00:00
GitLab Bot
76623c12c1
Add latest changes from gitlab-org/gitlab@master
2020-02-05 21:09:02 +00:00
GitLab Bot
b86f474bf5
Add latest changes from gitlab-org/gitlab@master
2019-12-11 12:08:10 +00:00
GitLab Bot
2ed368929a
Add latest changes from gitlab-org/gitlab@master
2019-09-24 18:06:05 +00:00
GitLab Bot
6cd5b7dbfa
Add latest changes from gitlab-org/gitlab@master
2019-09-19 11:50:12 +00:00
Paul Slaughter
84b6c7a5f3
Revert "Merge branch 'mh/editor-indents' into 'master'"
...
This reverts commit 28f2225bdf , reversing
changes made to 96ae5bd83d .
2019-08-01 12:31:13 -05:00
Martin Hanzel
c111d121d6
Add UndoStack class - a custom undo/redo engine
...
It will be hooked up to the markdown editor later
2019-07-26 07:18:15 +00:00
Samantha Ming
2c5b930b95
Add endsWith to polyfill
2019-07-19 09:37:06 +00:00
Tim Zallmann
b9e52612fe
Updates on success of an MR the count on top and in other tabs
...
New API endpoint for merge request count
Updates all open tabs at the same time with one call
Restructured API response
API response changed to 401 if no current_user
Added API + JS specs
Fix for Static Check
Updated Count on Open/Close, Assign/Unassign of MR's
Checking if MR Count is refreshed
Added # frozen_string_literal: true to spec
Added Changelog
2019-07-09 08:44:19 +00:00
Martin Hanzel
de7abc0651
Allow autocompleting scoped labels
...
The `:` key will no longer exit out of the autocomplete dialog,
allowing auto-completion of labels with colons in them.
2019-06-25 10:19:29 +00:00
Paul Gascou-Vaillancourt
8faf0d9a14
Upgrade core-js and add URL polyfill
...
- Upgraded core-js from v2.x to v3.1.3
- Updated core-js import statements
- Enabled URL polyfill
2019-05-30 07:06:50 -04:00
Paul Gascou-Vaillancourt
d85e566092
Add Object.entries polyfill for IE11 compatibility
2019-05-27 05:57:22 +00:00
Lukas Eipert
39b01c20e5
Whitelist additional elements and attributes
...
Bootstrap 4.3.1 introduced sanitation for HTML popovers / tooltips. The
rules are rather strict, so we extend the default whitelists with safe
attributes / tags.
2019-03-27 15:47:57 +01:00
Mike Greiling
7f3719f328
Prefer node_modules At.js and jquery.carat versions
...
Remove references to the vendored copies of At.js and jquery.carat
as well as the legacy rails wrapper gem.
2019-03-13 14:02:19 +00:00
Nathan Friend
0ae6f8d923
Add core-js polyfill for Promise.finally()
2019-03-08 10:21:14 -04:00
Tim Zallmann
40a04bc7e6
Wraps Select 2 Import into its own webpack bundle
...
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.
2019-01-29 12:48:39 +01:00
Constance Okoghenun
6e911a119f
CE backport - Chart showing issues created per month
2018-11-07 17:22:15 +00:00
Clement Ho
c4aa33fc8b
Remove gitlab-ui loading icon from global
2018-11-07 10:06:15 +00:00
Clement Ho
701f0f5e55
Remove gitlab-ui's tooltip from global
2018-11-05 16:48:55 +00:00
Clement Ho
fe61d36cfa
Remove gitlab-ui's progress bar from global
2018-11-02 08:34:02 +00:00
Mike Greiling
160157a92b
Prettify remaining files with differences in CE and EE
2018-10-31 14:33:12 -05:00
Phil Hughes
ed816c3d99
Merge branch 'gl-ui-pagination' into 'master'
...
Remove gitlab-ui's pagination from global
See merge request gitlab-org/gitlab-ce!22704
2018-10-31 15:34:15 +00:00
Clement Ho
779c90d1d2
Remove gitlab-ui's modal from global
2018-10-31 15:18:20 +00:00
Clement Ho
0179a562e6
Remove gitlab-ui's pagination from global
2018-10-30 16:30:31 -05:00
Clement Ho
df587c15c4
Update gitlab-ui to 1.9.0
2018-10-29 23:16:10 +00:00
Mike Greiling
dfb0824346
Prettify all the things (part 7)
2018-10-24 19:17:03 +00:00
Jose Vargas
4bf8584845
Bump GitLab UI version and change the file imports to a single point of entry notation
2018-09-26 13:51:43 -05:00