Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include private contributions in user contribution graph | George Tsiolis | 2018-09-07 | 1 | -0/+1 |
| | |||||
* | Truncate filenames created by bin/changelog to 140 characters | Stan Hu | 2018-07-11 | 1 | -0/+14 |
| | |||||
* | Improve shelling out in bin/changelog | Jacob Vosmaer (GitLab) | 2018-06-25 | 1 | -5/+6 |
| | |||||
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-process | Bob Van Landuyt | 2017-12-08 | 1 | -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 changelog | Zeger-Jan van de Weg | 2017-10-13 | 1 | -1/+1 |
| | | | | Resolves gitlab-org/gitlab-ce#36417 | ||||
* | Fix Layout/SpaceBeforeBlockBraces violation in bin/changelog_spec | Robert Speicher | 2017-08-10 | 1 | -1/+1 |
| | |||||
* | Let's start labeling our CHANGELOG entries | Jacopo | 2017-07-22 | 1 | -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-output | Rémy Coutable | 2017-05-18 | 1 | -3/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | DRY up the specs for bin/changelogrs-changelog-spec-dry | Robert Speicher | 2016-11-03 | 1 | -36/+20 |
| | |||||
* | Add a `--force` option to bin/changelogrs-changelog-force | Robert Speicher | 2016-11-02 | 1 | -0/+12 |
| | |||||
* | Add specs for ChangelogOptionParser in bin/changelogrs-bin-changelog | Robert Speicher | 2016-10-31 | 1 | -0/+65 |