Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-08-13Ensure changelog filenames are less than 99 characters longBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-01Make `bin/web_puma` consider RAILS_ENVAleksei Lipniagov
2019-07-30Fix secpick pushing to stable branchThong Kuah
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-07-09Enable puma by default in GDKQingyu 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
2019-03-01bin/background_jobs: use pgroupsNick Thomas
2019-02-14Merge branch 'ac-secpick-template' into 'master'Robert Speicher
Select Security Release template with secpick See merge request gitlab-org/gitlab-ce!25246
2019-02-14Select Security Release template with secpickAlessio Caiazza
2019-02-14Simplify bin/secpick git commandsPavel Shutsin
2019-02-06Fix incorrect stable branch name for templatesYorick Peterse
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24962 the stable branches were incorrectly changed to `stable-X-Y`. This commit fixes this so we correctly use `X-Y-stable`.
2019-02-06Remove requirement to target security branchesYorick Peterse
This removes the requirement and any mention of targeting security branches when working on security releases. The release process documentation changes for these CE changes can be found in merge request https://gitlab.com/gitlab-org/release/docs/merge_requests/97. The proposal to remove security branches was approved in https://gitlab.com/gitlab-org/release/framework/issues/165#note_138139016.
2019-01-28Create security release MR templateMarin Jankovski
Improve existing issue templates for security releases
2019-01-14Opens specified text editor when creating a new changelog entryTiago Botelho
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-07Fix Rubocop offenses in bin/secpick scriptGrzegorz Bizon
2019-01-07Show a valid new merge request URL in EE caseGrzegorz Bizon
2019-01-03Improve `bin/secpick` script and add more optionsGrzegorz Bizon
This adds additional options that make it easier to use this script: 1. It adds `--dry-run` option that only displays Git commands that are going to be executed. 2. It adds `--remote` option that makes it possible to override Git remote name.
2018-12-18Update secpick scriptJames Lopez
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-11-14Make rails5 defailt in bin/* scriptsJan Provaznik
2018-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled
2018-10-26Merge branch 'an-multithreading' into 'master'Robert Speicher
Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
2018-10-25Add experimental support for PumaAndrew Newdigate
This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
2018-10-24Fix secpick to use EE and guess branch nameJames Lopez
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-08-15Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono
2018-07-11Truncate filenames created by bin/changelog to 140 charactersStan Hu
2018-06-26Improve shelling out in bin/changelogJacob Vosmaer (GitLab)
2018-05-15Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
2018-05-14Update secpickJames Lopez
2018-05-14Update secpickJames Lopez
2018-05-14Remove bin/spinachblackst0ne
2018-05-14Update secpick to use security branchesJames Lopez
2018-04-17add initial dev task template for working on a security issueJames Lopez
2018-04-10[Rails5] Fix running spinach testsblackst0ne
1. Add support for `RAILS5=1|true` for the `bin/spinach` command. 2. Synchronize used spinach versions both for rails4 and rails5. For rails5 it was accidently used spinach 0.10.1 instead of 0.8.10. That brought some problems on running spinach tests. Example of failure message: NoMethodError: undefined method `line' for #<Spinach::Scenario:0x000000000c86ba80> Did you mean? lines /builds/gitlab-org/gitlab-ce/features/support/env.rb:52:in `before_scenario_run'
2018-04-03[Rails5] Allow using `RAILS5` env with rspecblackst0ne
2018-03-22[Rails5] Update files by `rails app:update`blackst0ne
2018-02-20Generate EE changelog under ee/changelogs/unreleased/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-26Remove bin/upgrade.rb as we don't seem to refer itLin Jen-Shin
2018-01-26We need Rails in order to use Gitlab.config anywayLin Jen-Shin
2018-01-19Add bin/profile-url tool and docsSean McGivern
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
2017-10-13Add Performance category to the changelogZeger-Jan van de Weg
Resolves gitlab-org/gitlab-ce#36417
2017-08-11Merge branch '21949-add-type-to-changelog' into 'master'Robert Speicher
Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579
2017-08-09Don't require stackprof in GemfileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-22Let's start labeling our CHANGELOG entriesJacopo
Added the type attribute to a CHANGELOG entry. When you create a new entry the software asks for the category of the change and sets the associated type in the file.
2017-06-23Remove bin/ci/upgrade.rb as not working allTakuya Noguchi
2017-03-21Add gitaly source installation instructionsJacob Vosmaer