该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 17, 2023
-
-
由 Illya 创作于
* add proper aliases to webpack * add failover for jest
-
由 Elwyn Benson 创作于
Main webpack uses explicit babel-loader to handle ES2020 features which the module now ships. Storybook webpack configured to point at ES5 files to bypass incompatible babel configuration issues
-
- 5月 15, 2023
-
-
由 Illya Klymov 创作于
* implement proper testing to our compiler
-
由 Miguel Rincon 创作于
Previously we always loaded all the svg files using the raw-loader but have since enabled our imports to load the URL as it's usually done with other images. This forces our team to decide on a loader when fetching svgs, to they are more intentional about how they load SVG.
-
- 4月 15, 2023
-
-
由 Anna Vovchenko 创作于
Render the relevant pods information on the environments page. Introduce @gitlab/cluster-client library. Changelog: added
-
- 4月 14, 2023
-
-
由 Stanislav Lashmanov 创作于
-
- 4月 12, 2023
-
-
由 Peter Hegman 创作于
To support .html files in `/spec/frontend/fixtures/static`
-
- 4月 06, 2023
-
-
由 David Dieulivol 创作于
- Add 'html' as module in Jest so that `--findRelatedTests` will work - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/116427
-
- 4月 01, 2023
-
-
由 Natalia Tepluhina 创作于
- added Dexie as a wrapper - added logic to split query onto normalised tables in the DB - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/113745
-
- 3月 30, 2023
-
-
由 Illya Klymov 创作于
* Pick correct version depending on env
-
- 3月 28, 2023
-
-
由 Illya Klymov 创作于
* Pick correct version depending on env
-
- 3月 22, 2023
-
-
由 Illya Klymov 创作于
* add wrapper for latest vuex version
-
- 3月 15, 2023
-
-
由 Eduardo Sanz García 创作于
Replace old `flash` import to the newer `alert`. Follow-up of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/109449+
-
由 Illya Klymov 创作于
* use custom compiler for webpack and jest * move :key inside <template v-for> * fix bug with v-once and v-for
-
由 Illya Klymov 创作于
* VUE_VERSION=3 uses Vue.js 3 + gitlab-ui from source * VUE_VERSION=2 uses Vue.js 2 + gitlab-ui from source (mostly for debuggin purposes) * default behavior should be unchanged
-
- 3月 13, 2023
-
-
由 Stanislav Lashmanov 创作于
-
- 3月 09, 2023
-
-
由 Paul Gascou-Vaillancourt 创作于
This reverts merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112836 The change to Webpack's loaders config broke SVG imports. We are now seeing ES module export statements as raw string within the product. Let's revert the change until a solution can be found.
-
- 3月 07, 2023
-
-
由 Miguel Rincon 创作于
This change adds a drawer with commands to install GitLab Runner in the users machine.
-
- 3月 03, 2023
-
-
由 Miguel Rincon 创作于
Previously we always loaded all the svg files using the raw-loader but have since enabled our imports to load the URL as it's usually done with other images. This forces our team to decide on a loader when fetching svgs, to they are more intentional about how they load SVG. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112836
-
- 3月 01, 2023
-
-
We reserve the name `flash` for alert message created by the Rails framework, and `alert` if they are created by JavaScript.
-
- 2月 10, 2023
-
-
由 Miguel Rincon 创作于
Previously we always loaded all the svg files using the raw-loader which fetches the entire svg body to add it inline inside an our HTML. This a very flexible way to load them that has the advantage of allowing our client side code to manipulate the SVGs (such as adding styles). However, this requires us to use v-safe-html to place the SVG inside our markup, and makes SVG images work differently from other like PNG and JPG. This MR has our SVGs loaded as before by default, but allows us to opt-in by adding a ?path query at the end of the import so it can be loaded as any old image.
-
- 12月 15, 2022
-
-
由 Mark Lapierre 创作于
- Adds new packages to packages.json to give contract tests equal value to unit/feature tests. - Adds the contract test to ee/ and modifies spec_helper in spec/contracts/provider to allow EE tests to run. - Adds jest script to run contract tests. - Adds rake task to run provider tests.
-
- 12月 13, 2022
-
-
由 Vitaly Slobodin 创作于
Return an object with the "code" prop.
-
- 12月 02, 2022
-
-
由 Stanislav Lashmanov 创作于
This change ensures compatibility with Vite It also makes worker imports explicit
-
- 11月 30, 2022
-
-
由 Stanislav Lashmanov 创作于
-
- 11月 29, 2022
-
-
由 Miguel Rincon 创作于
This change installs two versions of sentry that can report errors to two Sentry instances respectively. Reduces the bundle size by having the old and new Sentry SDKs in separate bundles and only loading one of them depending on the state of the feature flag. A global object is used to "re-export" the current Sentry so it can used by the clients. Changelog: changed
-
由 Rémy Coutable 创作于
This reverts merge request !102790
-
- 11月 28, 2022
-
-
由 Miguel Rincon 创作于
This change installs two versions of sentry that can report errors to two Sentry instances respectively. Both integrations are gated behind feature flags, so administrators can flip either one independently. Changelog: changed
-
由 Lukas 'Eipi' Eipert 创作于
This reverts merge request !100653
-
- 11月 25, 2022
-
-
由 Mark Lapierre 创作于
- Adds new packages to packages.json to give contract tests equal value to unit/feature tests. - Adds the contract test to ee/ and modifies spec_helper in spec/contracts/provider to allow EE tests to run. - Adds jest script to run contract tests. - Adds rake task to run provider tests.
-
- 11月 02, 2022
-
-
由 Chad Woolley 创作于
- Switch to imports for markdown_snapshot_spec.js so it runs automatically on CI when dependency files change MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/102688
-
- 10月 29, 2022
-
-
由 Vitaly Slobodin 创作于
jest-raw-loader package is not maintained anymore, last update was 5 years ago. This package is also not compatible with Jest 28.
-
- 9月 29, 2022
-
-
由 Vitaly Slobodin 创作于
"jest-transform-graphql" package was published last time 5 years ago. No updates since that time and it's not compatible with Jest 28. Replace it with our minimal implementation for the upcoming Jest 28 upgrade.
-
- 9月 20, 2022
-
-
由 Denys Mishunov 创作于
for both projects and merge_requests. EE: true Changelog: fixed
-
- 8月 23, 2022
-
-
由 Mayra Cabrera 创作于
This reverts commit 4b8410cf, reversing changes made to 488c61cf.
-
- 8月 18, 2022
-
-
由 Denys Mishunov 创作于
Correctly register the yaml worker
-
- 8月 15, 2022
-
-
由 Brett Walker 创作于
This brings us to the status quo and fixes several vulnerabilities
-
- 8月 08, 2022
-
-
由 Vitaly Slobodin 创作于
-
- 8月 01, 2022
-
-
由 Vitaly Slobodin 创作于
-
由 Vitaly Slobodin 创作于
-