Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/background_jobs: use pgroups | Nick Thomas | 2019-02-28 | 1 | -1/+8 |
| | |||||
* | Merge branch 'ac-secpick-template' into 'master' | Robert Speicher | 2019-02-14 | 1 | -2/+2 |
|\ | | | | | | | | | Select Security Release template with secpick See merge request gitlab-org/gitlab-ce!25246 | ||||
| * | Select Security Release template with secpick | Alessio Caiazza | 2019-02-14 | 1 | -2/+2 |
| | | |||||
* | | Simplify bin/secpick git commands | Pavel Shutsin | 2019-02-14 | 1 | -3/+1 |
|/ | |||||
* | Fix incorrect stable branch name for templatesfix-stable-branch-prefix | Yorick Peterse | 2019-02-06 | 1 | -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 branches | Yorick Peterse | 2019-02-06 | 1 | -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 template | Marin Jankovski | 2019-01-28 | 1 | -2/+2 |
| | | | | Improve existing issue templates for security releases | ||||
* | Opens specified text editor when creating a new changelog entry | Tiago Botelho | 2019-01-14 | 1 | -1/+9 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix Rubocop offenses in bin/secpick scriptbackstage/gb/improve-secpick-script | Grzegorz Bizon | 2019-01-07 | 1 | -100/+105 |
| | |||||
* | Show a valid new merge request URL in EE case | Grzegorz Bizon | 2019-01-07 | 1 | -3/+11 |
| | |||||
* | Improve `bin/secpick` script and add more options | Grzegorz Bizon | 2019-01-03 | 1 | -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 script | James Lopez | 2018-12-18 | 1 | -1/+22 |
| | |||||
* | Remove rails 4 support in CI, Gemfiles, bin/ and config/ | Jasper Maes | 2018-12-14 | 4 | -60/+7 |
| | |||||
* | Make rails5 defailt in bin/* scripts | Jan Provaznik | 2018-11-14 | 3 | -3/+3 |
| | |||||
* | Switch to Rails 5 by default | Jan Provaznik | 2018-11-14 | 1 | -1/+1 |
| | | | | | * updates Gemfile * uses Rails 5 unless explicitly disabled | ||||
* | Merge branch 'an-multithreading' into 'master' | Robert Speicher | 2018-10-25 | 2 | -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-multithreading | Andrew Newdigate | 2018-10-25 | 2 | -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 name | James Lopez | 2018-10-24 | 1 | -4/+10 |
|/ | |||||
* | Make getting a user by the username case insensitive | William George | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | Remove Git circuit breaker | Zeger-Jan van de Weg | 2018-10-10 | 1 | -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 files | Marcel Amirault | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Fix grammar (setup to set-up) in code comments, spec, views, etc. | Marcel Amirault | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | Fix `bin/secpick` rainbow gem error, and security branch prefixing | Michael Kozono | 2018-08-15 | 1 | -1/+3 |
| | |||||
* | Truncate filenames created by bin/changelog to 140 characters | Stan Hu | 2018-07-11 | 1 | -4/+10 |
| | |||||
* | Improve shelling out in bin/changelog | Jacob Vosmaer (GitLab) | 2018-06-25 | 1 | -14/+35 |
| | |||||
* | Merge branch 'blackst0ne-remove-spinach' into 'master' | Rémy Coutable | 2018-05-15 | 1 | -13/+0 |
|\ | | | | | | | | | | | | | Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869 | ||||
| * | Remove bin/spinach | blackst0ne | 2018-05-14 | 1 | -13/+0 |
| | | |||||
* | | Update secpick | James Lopez | 2018-05-14 | 1 | -1/+1 |
| | | |||||
* | | Update secpick | James Lopez | 2018-05-14 | 1 | -1/+1 |
| | | |||||
* | | Update secpick to use security branches | James Lopez | 2018-05-14 | 1 | -2/+1 |
|/ | |||||
* | add initial dev task template for working on a security issue | James Lopez | 2018-04-17 | 1 | -0/+47 |
| | |||||
* | [Rails5] Fix running spinach tests | blackst0ne | 2018-04-10 | 1 | -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-rspec | blackst0ne | 2018-04-03 | 1 | -0/+6 |
| | |||||
* | [Rails5] Update files by `rails app:update`blackst0ne-rails5-update-files-by-rails-app-update | blackst0ne | 2018-03-22 | 4 | -18/+89 |
| | |||||
* | Generate EE changelog under ee/changelogs/unreleased/ | Rémy Coutable | 2018-02-20 | 1 | -3/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove bin/upgrade.rb as we don't seem to refer it | Lin Jen-Shin | 2018-01-26 | 1 | -3/+0 |
| | |||||
* | We need Rails in order to use Gitlab.config anyway | Lin Jen-Shin | 2018-01-26 | 1 | -1/+1 |
| | |||||
* | Add bin/profile-url tool and docsadd-profiler-to-application | Sean McGivern | 2018-01-19 | 1 | -0/+57 |
| | |||||
* | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-process | Bob Van Landuyt | 2017-12-08 | 1 | -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 changelog | Zeger-Jan van de Weg | 2017-10-13 | 1 | -0/+1 |
| | | | | Resolves gitlab-org/gitlab-ce#36417 | ||||
* | Merge branch '21949-add-type-to-changelog' into 'master' | Robert Speicher | 2017-08-10 | 1 | -35/+99 |
|\ | | | | | | | | | | | | | Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579 | ||||
| * | Let's start labeling our CHANGELOG entries | Jacopo | 2017-07-22 | 1 | -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 Gemfile | Rémy Coutable | 2017-08-09 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove bin/ci/upgrade.rb as not working all | Takuya Noguchi | 2017-06-24 | 1 | -3/+0 |
| | |||||
* | Add gitaly source installation instructions | Jacob Vosmaer | 2017-03-21 | 1 | -0/+16 |
| | |||||
* | remove remaining vestiges of teaspoon test runner | Mike Greiling | 2017-01-10 | 1 | -8/+0 |
| | |||||
* | Remove trailing whitespace when generating changelog entrynuke-ugly-spaces-in-changelog-generator | Adam Niedzielski | 2016-12-09 | 1 | -3/+8 |
| | |||||
* | Simplify `branch_name` in bin/changelogrs-simplify-changelog-branch_name | Robert Speicher | 2016-12-02 | 1 | -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 spec | Nick Thomas | 2016-11-29 | 1 | -0/+16 |
| | |||||
* | Update help banner for bin/changelog | Robert Speicher | 2016-11-03 | 1 | -1/+1 |
| | | | | [ci skip] |