summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono2018-08-151-1/+3
|
* Truncate filenames created by bin/changelog to 140 charactersStan Hu2018-07-111-4/+10
|
* Improve shelling out in bin/changelogJacob Vosmaer (GitLab)2018-06-251-14/+35
|
* Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable2018-05-151-13/+0
|\ | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
| * Remove bin/spinachblackst0ne2018-05-141-13/+0
| |
* | Update secpickJames Lopez2018-05-141-1/+1
| |
* | Update secpickJames Lopez2018-05-141-1/+1
| |
* | Update secpick to use security branchesJames Lopez2018-05-141-2/+1
|/
* add initial dev task template for working on a security issueJames Lopez2018-04-171-0/+47
|
* [Rails5] Fix running spinach testsblackst0ne2018-04-101-0/+5
| | | | | | | | | | | | | | 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'
* [Rails5] Allow using `RAILS5` env with rspecblackst0ne-rails5-update-bin-rspecblackst0ne2018-04-031-0/+6
|
* [Rails5] Update files by `rails app:update`blackst0ne-rails5-update-files-by-rails-app-updateblackst0ne2018-03-224-18/+89
|
* Generate EE changelog under ee/changelogs/unreleased/Rémy Coutable2018-02-201-3/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove bin/upgrade.rb as we don't seem to refer itLin Jen-Shin2018-01-261-3/+0
|
* We need Rails in order to use Gitlab.config anywayLin Jen-Shin2018-01-261-1/+1
|
* Add bin/profile-url tool and docsadd-profiler-to-applicationSean McGivern2018-01-191-0/+57
|
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add Performance category to the changelogZeger-Jan van de Weg2017-10-131-0/+1
| | | | Resolves gitlab-org/gitlab-ce#36417
* Merge branch '21949-add-type-to-changelog' into 'master'Robert Speicher2017-08-101-35/+99
|\ | | | | | | | | | | | | Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579
| * Let's start labeling our CHANGELOG entriesJacopo2017-07-221-35/+99
| | | | | | | | | | | | 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.
* | Don't require stackprof in GemfileRémy Coutable2017-08-091-1/+2
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove bin/ci/upgrade.rb as not working allTakuya Noguchi2017-06-241-3/+0
|
* Add gitaly source installation instructionsJacob Vosmaer2017-03-211-0/+16
|
* remove remaining vestiges of teaspoon test runnerMike Greiling2017-01-101-8/+0
|
* Remove trailing whitespace when generating changelog entrynuke-ugly-spaces-in-changelog-generatorAdam Niedzielski2016-12-091-3/+8
|
* Simplify `branch_name` in bin/changelogrs-simplify-changelog-branch_nameRobert Speicher2016-12-021-1/+1
| | | | | The `--short` option has existed since at least 1.8.1: https://git-scm.com/docs/git-symbolic-ref/1.8.1
* Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas2016-11-291-0/+16
|
* Update help banner for bin/changelogRobert Speicher2016-11-031-1/+1
| | | | [ci skip]
* Add a `--force` option to bin/changelogrs-changelog-forceRobert Speicher2016-11-021-1/+7
|
* Add specs for ChangelogOptionParser in bin/changelogrs-bin-changelogRobert Speicher2016-10-311-1/+2
|
* Add a bin/changelog scriptRobert Speicher2016-10-311-0/+163
|
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dumping too many jobs in the same queue (e.g. the "default" queue) is a dangerous setup. Jobs that take a long time to process can effectively block any other work from being performed given there are enough of these jobs. Furthermore it becomes harder to monitor the jobs as a single queue could contain jobs for different workers. In such a setup the only reliable way of getting counts per job is to iterate over all jobs in a queue, which is a rather time consuming process. By using separate queues for various workers we have better control over throughput, we can add weight to queues, and we can monitor queues better. Some workers still use the same queue whenever their work is related. For example, the various CI pipeline workers use the same "pipeline" queue. This commit includes a Rails migration that moves Sidekiq jobs from the old queues to the new ones. This migration also takes care of doing the inverse if ever needed. This does require downtime as otherwise new jobs could be scheduled in the old queues after this migration completes. This commit also includes an RSpec test that blacklists the use of the "default" queue and ensures cron workers use the "cronjob" queue. Fixes gitlab-org/gitlab-ce#23370