Commit graph

19 commits

Author SHA1 Message Date
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