GitLab Bot
9498dc9573
Add latest changes from gitlab-org/gitlab@master
2023-06-07 15:09:14 +00:00
GitLab Bot
0e1350d51c
Add latest changes from gitlab-org/gitlab@master
2023-04-27 03:09:18 +00:00
GitLab Bot
6d82b3a0c5
Add latest changes from gitlab-org/gitlab@master
2022-04-27 15:10:01 +00:00
GitLab Bot
88bacc889f
Add latest changes from gitlab-org/gitlab@master
2022-04-08 12:08:48 +00:00
GitLab Bot
2ee7cff13b
Add latest changes from gitlab-org/gitlab@master
2022-02-21 18:18:42 +00:00
GitLab Bot
18ad304adc
Add latest changes from gitlab-org/gitlab@master
2022-02-11 00:17:04 +00:00
GitLab Bot
dd28adcbf0
Add latest changes from gitlab-org/gitlab@master
2022-02-10 00:15:43 +00:00
GitLab Bot
6fd750c192
Add latest changes from gitlab-org/gitlab@master
2021-11-10 18:12:35 +00:00
GitLab Bot
4898e4654b
Add latest changes from gitlab-org/gitlab@master
2021-10-14 15:14:02 +00:00
GitLab Bot
d551c55bb0
Add latest changes from gitlab-org/gitlab@master
2021-09-01 18:08:49 +00:00
GitLab Bot
3462d7613f
Add latest changes from gitlab-org/gitlab@master
2021-07-07 00:07:23 +00:00
GitLab Bot
41aebff8ec
Add latest changes from gitlab-org/gitlab@master
2021-06-01 15:09:52 +00:00
GitLab Bot
c1ea2a9164
Add latest changes from gitlab-org/gitlab@master
2021-05-19 21:12:42 +00:00
GitLab Bot
bfc7eec58e
Add latest changes from gitlab-org/gitlab@master
2021-01-18 15:10:42 +00:00
GitLab Bot
7b2635a55d
Add latest changes from gitlab-org/gitlab@master
2020-12-01 12:09:17 +00:00
GitLab Bot
c19dce027b
Add latest changes from gitlab-org/gitlab@master
2020-11-13 21:09:31 +00:00
GitLab Bot
4fd77e112f
Add latest changes from gitlab-org/gitlab@master
2020-11-05 00:09:16 +00:00
GitLab Bot
d9b44a6bb1
Add latest changes from gitlab-org/gitlab@master
2020-10-21 09:08:50 +00:00
GitLab Bot
c59765a50a
Add latest changes from gitlab-org/gitlab@master
2020-06-24 18:09:03 +00:00
GitLab Bot
0e54270ecf
Add latest changes from gitlab-org/gitlab@master
2020-05-21 12:08:08 +00:00
GitLab Bot
427a082f7d
Add latest changes from gitlab-org/gitlab@master
2020-04-23 21:09:31 +00:00
GitLab Bot
77237c5a6b
Add latest changes from gitlab-org/gitlab@master
2020-03-05 00:07:49 +00:00
GitLab Bot
565fa11a26
Add latest changes from gitlab-org/gitlab@master
2019-10-14 21:06:30 +00:00
GitLab Bot
bd860c22f6
Add latest changes from gitlab-org/gitlab@master
2019-09-17 12:06:48 +00:00
Thong Kuah
8c42a0eac0
Add frozen_string_literal to lib part 2
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-08-23 00:15:24 +12:00
Stan Hu
f93b2e02a5
Run rubocop -a on CE files
2019-05-05 03:24:28 -07:00
Tim Zallmann
c57529556c
Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"
...
Reverts the loading of emojis and its images to move forward with RC
2019-04-10 11:49:06 -07:00
Dmitriy Zaporozhets
9f3f45bfb0
Add v2 to reserved top level routes
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-04-04 13:04:03 +03:00
Tim Zallmann
d07919de90
Moved all emojis to the public folder
...
Created new emojis map in public folder
Renamed folder to emojis
Loading now the emojis from Localstorage or from Server
Moved all emojis to the public folder
Loading the emojis.json file now through AJAX
Loads now the map in the web element instead when building the emoji tag
Updated the custom Element Setup to modern method
Fixed Emoji Karma Specs for async loading
Loading now the emojis from Localstorage or from Server
Loads now the map in the web element instead when building the emoji tag
Fixed problem with FIXTURE_PATH for emojis fixtures
Fixes Linting Error in gemojione.rake
Fixed Emoji Karma Specs
Fix static type check in gemojione and check if already registered
Testing if the Emoji Support Check is failing Rspec
Change of CLass Name, returning true on check to test
Fixes failing Emoji RSpec Tests
Moved Emojis into public/-/emojis/1/
Fixed Linting Errors in gl_emoji
Fix to fixtures creation for emojis
Fixed path spec for new subdirectory -/emojis
Optimized emojis.json output
Fix for Emoji Spec failure due to unicode dataset
Better catch handling for emojis
2019-03-07 09:33:03 +00:00
Nick Thomas
9c6c17cbcd
Add a minimal GraphQL API
2018-06-05 20:47:42 +02:00
Douwe Maan
a03d29da1d
Validate User username only on Namespace, and bubble up appropriately
2018-02-06 12:09:03 -06:00
Takuya Noguchi
2b6307f6ad
Enable RuboCop Style/RegexpLiteral
2018-02-01 02:06:07 +09:00
Bob Van Landuyt
9b0899cb80
Remove EE-specific group paths
2017-11-07 19:52:10 +01:00
Bob Van Landuyt
e070e216c8
Update failure message when finding new routes in `PathRegex`
2017-11-07 19:52:10 +01:00
Bob Van Landuyt
58d1d6a5c7
Free up some group reserved words
2017-11-07 19:52:09 +01:00
Bob Van Landuyt
5dde0536c3
Free up `avatar`, `group_members` and `milestones` as paths
2017-11-07 19:52:09 +01:00
Sean McGivern
cc829e8192
Ignore routes matching legacy_*_redirect in route specs
...
Routes with the name `legacy_*_redirect` may have wildcards deliberately, in
order to support routing old paths to new paths. As long as these routes are
tested independently, they do not need to fail the path regex spec.
2017-11-06 11:20:23 +00:00
Bob Van Landuyt
80780018a9
Update `children` route to handle projects and groups
2017-10-04 22:46:49 +02:00
Mike Greiling
7b262c4356
Resolve "Precompiled assets with digest strings are ignored in CI"
2017-10-03 14:47:56 +00:00
Rémy Coutable
ddccd24c13
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:53 +02:00
Bob Van Landuyt
ad46c8878b
Add `api` prefix as a top level route in the spec.
...
Now that it has been removed from the rails routes. But it still needs
to be a reserved top-level word, so the tests should know about this.
2017-07-25 14:51:36 +02:00
Bob Van Landuyt
d22fe96b58
Take ee words into account
...
We need to reserve these words in EE to support the upgrade path from
CE to EE.
2017-07-25 09:18:54 +02:00
Bob Van Landuyt
2b0a85c100
Adjust `PathRegex` to validate files in the `public` directory
...
And reports when too many words are rejected.
2017-07-25 09:18:54 +02:00
Douwe Maan
43b1750892
Revert "Remove changes that are not absolutely necessary"
...
This reverts commit b0498c176f
2017-05-24 20:59:26 +00:00