该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 16, 2019
-
-
由 Kamil Trzciński 创作于
This removes the usage of IS_GITLAB_EE and prefer to use FOSS_ONLY that has the following states: 1. nil/empty string: use CE or EE depending on sources 1. false: use CE or EE depending on sources 2. true: use CE always
-
由 Bob Van Landuyt 创作于
Externalize strings of group edit page See merge request gitlab-org/gitlab!15514
-
由 Bob Van Landuyt 创作于
Externalize strings of page ‘groups/new’ See merge request gitlab-org/gitlab!15507
-
由 Bob Van Landuyt 创作于
Remove DeleteAllRepositories RPC See merge request gitlab-org/gitlab!18390
-
由 Zeger-Jan van de Weg 创作于
Introduced in COMMIT ID,
-
由 Lin Jen-Shin 创作于
Docs: Update Gotchas page with comment clarifications See merge request gitlab-org/gitlab!18593
-
由 Sean McGivern 创作于
Enable grid, frame and stripes styling on AsciiDoc tables See merge request gitlab-org/gitlab!18165
-
- 10月 15, 2019
-
-
由 Tom Atkins 创作于
PostgreSQL support troubleshooting page See merge request gitlab-org/gitlab!18323
-
由 Arturo Herrero 创作于
-
由 Sanad Liaquat 创作于
Fix merge request approvals test and others Closes #33762 See merge request gitlab-org/gitlab!18427
-
由 Mark Lapierre 创作于
Previously fabricate_or_use would only create a User instance with the provided username and password. This was fine when only those creds were needed (e.g., to sign on), but it's not enough in tests that need other user details, e.g., the user's name. This changes fabricate_or_use so that it fetches the user via the API, which provides access to the user's details.
-
由 Sanad Liaquat 创作于
Refactor RSpec test suite to remove duplication See merge request gitlab-org/gitlab!18532
-
由 Kushal Pandya 创作于
Fix cancel button in issue template update warning See merge request gitlab-org/gitlab!18334
-
由 Fatih Acet 创作于
This commit also does the following: - Adds an extra spec to validate close and dismiss buttons - Adds an extra assertion to validate template warning element not found on the DOM - Fixes resetting template content for new issues - Fixes content saving to localStorage when template changed
-
由 Thong Kuah 创作于
Add controller and feature flag for code analytics See merge request gitlab-org/gitlab!17618
-
由 Aakriti Gupta 创作于
- Add feature flag for code analytics actions. - Connect the controller to the real finder backend. - Implement input parameter validation. - Update the query to return the repository file id.
-
由 Thong Kuah 创作于
Allocate IID for deployments outside of the pipeline transaction Closes #21518 See merge request gitlab-org/gitlab!17696
-
由 Sean McGivern 创作于
Rename Vulnerabilities to Findings in Groups security routes See merge request gitlab-org/gitlab!17355
-
由 Victor Zagorodny 创作于
Add support of both /vulnerability_findings and /vulnerabilities routes for Group Security Dashboard, toggled by the feature flag.
-
由 Kushal Pandya 创作于
Revert "Revert multi select" See merge request gitlab-org/gitlab!18516
-
由 Kamil Trzciński 创作于
Remove `depend_on_persistent_pipeline_ref` feature flag Closes #14863 See merge request gitlab-org/gitlab!18185
-
由 Kamil Trzciński 创作于
Allow config Sidekiq worker memory limit in ENV See merge request gitlab-org/gitlab!18071
-
由 Grzegorz Bizon 创作于
Make IS_GITLAB_EE consistent See merge request gitlab-org/gitlab!18442
-
由 Kamil Trzciński 创作于
Currently: 1. If `IS_GITLAB_EE=` is used, it fails to generate Webpack as it cannot be parsed as JSON, 2. If `IS_GITLAB_EE=1` is used, it fails on GitLab CE, 3. If `IS_GITLAB_EE=0` it does work correctly, and disables EE, 4. If `IS_GITLAB_EE=1` is used on GitLab EE it effectively required to run on EE changes. This changes to: Make `IS_GITLAB_EE=` to donate the intent to disable or enable EE sources, instead of requiring it, and makes the check consitent in behaviour.
-
由 Nick Thomas 创作于
Bump GITLAB_ELASTICSEARCH_INDEXER_VERSION=v1.4.0 Closes #33255 and gitlab-elasticsearch-indexer#39 See merge request gitlab-org/gitlab!18558
-
由 Thong Kuah 创作于
Enable frozen string for spec/tasks See merge request gitlab-org/gitlab!18552
-
由 Achilleas Pipinellis 创作于
Edit new configuration settings documentation See merge request gitlab-org/gitlab!18557
-
由 Evan Read 创作于
-
由 Tim Zallmann 创作于
Remove ActionType constants from epic tree frontend See merge request gitlab-org/gitlab!17971
-
由 Winnie Hellmann 创作于
-
由 Shinya Maeda 创作于
This commit removes the FF as it's deemed stable
-
由 Shinya Maeda 创作于
This commit reduces the lock contention of internal iid
-
由 Dylan Griffith 创作于
Which fixes https://gitlab.com/gitlab-org/gitlab/issues/33255 and also includes https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/merge_requests/39
-
由 Evan Read 创作于
Add more details on how to use Docker-based Gitlab with Docker-based PlantUML See merge request gitlab-org/gitlab!18204
-
由 Martin Melka 创作于
The MR also fixes the relative path to the PlantUML service
-
由 Martin Wortschack 创作于
Fix metrics chart embed tooltip spacing Closes #34063 See merge request gitlab-org/gitlab!18543
-
由 Tristan Read 创作于
-
由 antony liu 创作于
-
由 antony liu 创作于
-
由 Nick Thomas 创作于
Operator can see all projects using an instance level cluster See merge request gitlab-org/gitlab!18173
-