summaryrefslogtreecommitdiff
path: root/spec/bin
Commit message (Collapse)AuthorAgeFilesLines
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-13/+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.
* Include private contributions in user contribution graphGeorge Tsiolis2018-09-071-0/+1
|
* Truncate filenames created by bin/changelog to 140 charactersStan Hu2018-07-111-0/+14
|
* Improve shelling out in bin/changelogJacob Vosmaer (GitLab)2018-06-251-5/+6
|
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | Resolves gitlab-org/gitlab-ce#36417
* Fix Layout/SpaceBeforeBlockBraces violation in bin/changelog_specRobert Speicher2017-08-101-1/+1
|
* Let's start labeling our CHANGELOG entriesJacopo2017-07-221-32/+66
| | | | | | 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.
* Enable the RSpec/ExpectOutput coprubocop-expect-outputRémy Coutable2017-05-181-3/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* DRY up the specs for bin/changelogrs-changelog-spec-dryRobert Speicher2016-11-031-36/+20
|
* Add a `--force` option to bin/changelogrs-changelog-forceRobert Speicher2016-11-021-0/+12
|
* Add specs for ChangelogOptionParser in bin/changelogrs-bin-changelogRobert Speicher2016-10-311-0/+65