summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-9/+13
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-13/+33
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-203-11/+304
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-184-33/+18
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-203-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-29/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-211-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-183-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-0/+63
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-173-87/+148
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-8/+39
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-021-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-101/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+101
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Ensure changelog filenames are less than 99 characters longfix-filename-lengthBalasankar "Balu" C2019-08-131-1/+1
| | | | Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* Make `bin/web_puma` consider RAILS_ENVfix-bin-web-puma-script-to-consider-rails-envAleksei Lipniagov2019-08-011-1/+1
|
* Fix secpick pushing to stable branchfix-secpickThong Kuah2019-07-301-1/+1
|
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-124-17/+33
| | | | Updates changed method names and fixes spec failures
* Enable puma by default in GDK490-enable-puma-by-default-in-GDKQingyu Zhao2019-07-092-55/+71
| | | | | | | | | | | | | | | | 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
* bin/background_jobs: use pgroupsNick Thomas2019-02-281-1/+8
|
* Merge branch 'ac-secpick-template' into 'master'Robert Speicher2019-02-141-2/+2
|\ | | | | | | | | Select Security Release template with secpick See merge request gitlab-org/gitlab-ce!25246
| * Select Security Release template with secpickAlessio Caiazza2019-02-141-2/+2
| |
* | Simplify bin/secpick git commandsPavel Shutsin2019-02-141-3/+1
|/
* Fix incorrect stable branch name for templatesfix-stable-branch-prefixYorick Peterse2019-02-061-2/+2
| | | | | | 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`.
* Remove requirement to target security branchesYorick Peterse2019-02-061-8/+8
| | | | | | | | | | 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.
* Create security release MR templateMarin Jankovski2019-01-281-2/+2
| | | | Improve existing issue templates for security releases
* Opens specified text editor when creating a new changelog entryTiago Botelho2019-01-141-1/+9
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix Rubocop offenses in bin/secpick scriptbackstage/gb/improve-secpick-scriptGrzegorz Bizon2019-01-071-100/+105
|
* Show a valid new merge request URL in EE caseGrzegorz Bizon2019-01-071-3/+11
|
* Improve `bin/secpick` script and add more optionsGrzegorz Bizon2019-01-031-29/+80
| | | | | | | | | 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.
* Update secpick scriptJames Lopez2018-12-181-1/+22
|
* Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes2018-12-144-60/+7
|
* Make rails5 defailt in bin/* scriptsJan Provaznik2018-11-143-3/+3
|
* Switch to Rails 5 by defaultJan Provaznik2018-11-141-1/+1
| | | | | * updates Gemfile * uses Rails 5 unless explicitly disabled
* Merge branch 'an-multithreading' into 'master'Robert Speicher2018-10-252-0/+68
|\ | | | | | | | | | | | | Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
| * Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-252-0/+68
| | | | | | | | | | | | 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.
* | Fix secpick to use EE and guess branch nameJames Lopez2018-10-241-4/+10
|/
* Make getting a user by the username case insensitiveWilliam George2018-10-181-1/+1
|
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-11/+0
| | | | | | | 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.
* Correct Gitlab Capitalization in code filesMarcel Amirault2018-09-211-1/+1
|
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|