Commit Graph

28 Commits

Author SHA1 Message Date
GitLab Bot 843b1e9386 Add latest changes from gitlab-org/gitlab@master 2023-11-17 15:15:43 +00:00
GitLab Bot a3df40b2c3 Add latest changes from gitlab-org/gitlab@master 2023-08-31 00:07:06 +00:00
GitLab Bot e57da6ba89 Add latest changes from gitlab-org/gitlab@master 2023-08-12 00:10:38 +00:00
GitLab Bot ce4562ad64 Add latest changes from gitlab-org/gitlab@master 2023-08-11 15:09:30 +00:00
GitLab Bot 3f54cdb035 Add latest changes from gitlab-org/gitlab@master 2022-07-22 03:08:32 +00:00
GitLab Bot a2bf9980c8 Add latest changes from gitlab-org/gitlab@master 2022-03-24 09:07:33 +00:00
GitLab Bot 179b33c546 Add latest changes from gitlab-org/gitlab@master 2022-03-24 00:07:27 +00:00
GitLab Bot 66fc7ba6f3 Add latest changes from gitlab-org/gitlab@master 2022-02-15 06:17:51 +00:00
GitLab Bot 9fe6c95b64 Add latest changes from gitlab-org/gitlab@master 2022-02-08 21:16:37 +00:00
GitLab Bot 102dfb90b6 Add latest changes from gitlab-org/gitlab@master 2022-01-15 09:13:58 +00:00
GitLab Bot 793d974d7c Add latest changes from gitlab-org/gitlab@master 2021-05-14 12:10:58 +00:00
GitLab Bot c33a9adb70 Add latest changes from gitlab-org/gitlab@master 2021-05-11 12:10:20 +00:00
GitLab Bot b6724a211e Add latest changes from gitlab-org/gitlab@master 2020-10-07 06:09:03 +00:00
gfyoung 1993a4449a Enable frozen string for app/helpers/**/*.rb
Partially addresses #47424.
2018-09-06 17:33:46 -07:00
Lin Jen-Shin 39b6f31c66 Eliminate constants warnings by:
* Replace `require` or `require_relative` with `require_dependency`
* Remove unneeded `autoload`
2018-06-01 13:46:46 +08:00
Mike Greiling d6cd6e9dc6
add webpack_ prefix to entrypoint paths helper 2018-05-07 11:19:54 -05:00
Mike Greiling b3734ec811
prevent duplicate chunks from being loaded in webpack_helper 2018-05-03 15:13:43 -05:00
Mike Greiling 9328c75e1a
remove force_same_domain option from webpack helpers 2018-05-03 11:59:03 -05:00
Mike Greiling b2d90ea1fb
ensure parent entrypoint is loaded if direct one is unavailable 2018-05-01 15:15:11 -05:00
Mike Greiling 94a9c60eb9
combine ancestor entrypoints into child entrypoints instead of importing bundles for each 2018-05-01 15:15:11 -05:00
Mike Greiling d224b59a76
update webpack manifest integration to recognize multi-chunk entrypoints 2018-05-01 15:15:10 -05:00
Mike Greiling fab0f24c67
alias create and update actions to new and edit 2018-02-16 12:47:23 -06:00
Mike Greiling dd75c337e5
update webpack helper to automatically include route-based entry points 2018-02-01 20:50:16 -06:00
Mike Greiling 8210d2eba5
fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests 2018-01-25 14:40:48 -06:00
Tim Zallmann e79db43d2c WebIDE: Fix Commit bugs 2018-01-19 09:38:34 +00:00
Mike Greiling ebd5f51488 fix relative_url_root support for webpack chunks 2017-07-28 12:49:07 -05:00
Mike Greiling 3137b886b8 configure webpack publicPath dynamically to account for CDN or relative path settings 2017-06-28 22:26:16 -05:00
Mike Greiling 10deca824e Improve webpack-dev-server compatibility with non-localhost setups. 2017-04-12 19:05:23 +00:00