该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 03, 2020
-
-
由 Kamil Trzciński 创作于
This reverts merge request !35540
-
- 7月 01, 2020
-
-
由 Kamil Trzciński 创作于
This helps with creating a new feature flag in repository by asking a bunch of questions to put into the YAML definition
-
- 6月 03, 2020
-
-
由 Daniel Paul Searles 创作于
Why: * The shell command to read the current sha has an ending newline that should be stripped. This change addresses the need by: * strip whitespace from sha when reading the current sha * refactor original_branch to strip whitespace at the point it could be introduced
-
- 6月 02, 2020
-
-
由 Daniel Paul Searles 创作于
Why: * We no longer distinguish between ee and foss at the repo level This change addresses the need by: * Remove ee? method and usage
-
- 5月 23, 2020
-
-
由 Peter Dave Hello 创作于
Reference: - https://github.com/koalaman/shellcheck/wiki/SC2230
-
- 5月 21, 2020
-
-
由 Peter Dave Hello 创作于
-
由 Peter Dave Hello 创作于
-
- 5月 16, 2020
-
-
由 Matthias Fechner 创作于
Not all systems having bash in `/bin`. Use ´/usr/bin/env` to search for bash in `PATH`.
-
- 3月 23, 2020
-
-
由 Daniel Paul Searles 创作于
Why: * When using secpick and missing an option it's hard to know which error is missing. This change addresses the need by: * Update secpick to output which options are missing.
-
- 3月 21, 2020
-
-
由 Daniel Paul Searles 创作于
Why: * The current workflow uses security not dev. This change addresses the need by: * Replace dev with security as the default * Use dev as the example for the remote flag and update text for flag
-
- 3月 19, 2020
-
-
由 Oswaldo Ferreira 创作于
The bin/background_jobs_sk_cluster script use some bashisms. In order to avoid issues with either GDK or other systems, here we make use of bash as the default interpreter.
-
- 3月 18, 2020
-
-
由 Heinrich Lee Yu 创作于
Adds scripts to start Puma for ActionCable and example config for GDK
-
- 3月 17, 2020
-
-
由 Oswaldo Ferreira 创作于
It simplifies the interface of `bin/background_jobs` as: 1. start - Starting sidekiq or sidekiq-cluster on background. 2. restart - Kill all existing processes and start them again (in background). 3. start_foreground - Starts sidekiq or sidekiq-cluster on foreground. 4. stop - Well, stops the process. Here we also split the script into two `bin/background_jobs_sk` and `bin/background_jobs_sk_cluster`. If `SIDEKIQ_WORKERS` env var is given we use the `bin/background_jobs_sk_cluster`, which has basically the same API of the sidekiq counterpart.
-
- 3月 13, 2020
-
-
由 Daniel Paul Searles 创作于
-
- 3月 11, 2020
-
-
由 Oswaldo Ferreira 创作于
The decision of moving the script back to Core has the goal of making sidekiq-cluster the new default (instead sidekiq). A series of steps will be required for doing so, and these can be seen at: https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/181
-
- 3月 03, 2020
-
-
由 Mayra Cabrera 创作于
This reverts merge request !58
-
由 Aakriti Gupta 创作于
Better titles and some grammar updates
-
- 2月 29, 2020
-
-
由 charlieablett 创作于
Logs exit as JSON, then exits rather than simply crashing out
-
- 1月 30, 2020
-
-
由 Heinrich Lee Yu 创作于
There are also minor changes to keep the Rails generated files similar to when generating a new Rails 6 application grape_logging was upgraded to fix deprecation messages related to ActionDispatch::Http::ParameterFilter Rails 6 now adds the nonce to style-src by default. We disable this because we still have a lot of code that set inline styles and we need 'unsafe-inline'
-
- 1月 21, 2020
-
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12月 07, 2019
-
-
由 Robert Speicher 创作于
When enabled, it will use the new gitlab-org/security remote on gitlab.com, and is mutually exclusive from `--remote`. After the new workflow is finalized, we can remove this flag and make it the default behavior.
-
由 Robert Speicher 创作于
-
- 11月 07, 2019
-
-
由 Dylan Griffith 创作于
-
- 10月 10, 2019
-
-
由 Manoj MJ 创作于
-
- 9月 27, 2019
-
-
由 Albert Salim 创作于
-
- 9月 16, 2019
-
-
由 Yorick Peterse 创作于
Instead of checking the presence of CHANGELOG-EE.md to determine where changelog files should go, we rely on the -e/--ee flag to be provided. When not specified, changelog files go in ./changelogs. When it is specified, changelog files go in ./ee/changelogs.
-
由 Mark Chao 创作于
Add rake tasksto install golang indexer for installation from source
-
- 8月 30, 2019
-
-
由 Ash McKenzie 创作于
rails_helper.rb's only logic was to require spec_helper.rb.
-
- 8月 29, 2019
-
-
由 Ash McKenzie 创作于
rails_helper.rb's only logic was to require spec_helper.rb.
-
- 8月 13, 2019
-
-
由 Balasankar "Balu" C 创作于
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- 8月 01, 2019
-
-
由 Aleksei Lipniagov 创作于
-
- 7月 30, 2019
-
-
由 Thong Kuah 创作于
-
- 7月 12, 2019
-
-
由 Heinrich Lee Yu 创作于
Updates changed method names and fixes spec failures
-
由 Heinrich Lee Yu 创作于
Updates changed method names and fixes spec failures
-
- 7月 09, 2019
-
-
由 Qingyu Zhao 创作于
Two changes: 1. Move bin/web to bin/web_unicorn(removed PUMA switching logic) Introduce new shadow script bin/web. Now we have 3 scripts working together: bin/web, bin/web_puma, bin/web_unicorn In bin/web, it checks ENV['USE_WEB_SERVER']: - if value is 'puma' or value is not set, call bin/web_puma - if value is 'unicorn', call bin/web_unicorn - report error if other values given 2. Gitlab rails allow ENV setting to override timeout - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
-
- 4月 30, 2019
-
-
由 Hossein Pursultani 创作于
-
- 4月 20, 2019
-
-
由 Toon Claes 创作于
To decrease the diff between CE & EE even further, move the EE-only bin script for the Geo log cursor to ee/bin.
-
- 3月 01, 2019
-
-
由 Nick Thomas 创作于
-
- 2月 14, 2019
-
-
由 Alessio Caiazza 创作于
-
由 Pavel Shutsin 创作于
-