| Commit message (Expand) | Author | Age | Files | Lines |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-07 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-11 | 1 | -1/+1 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-02 | 1 | -2/+2 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-17 | 1 | -2/+7 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-16 | 1 | -101/+0 |
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+101 |
* | Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rb | Ash McKenzie | 2019-08-30 | 1 | -1/+1 |
* | Ensure changelog filenames are less than 99 characters longfix-filename-length | Balasankar "Balu" C | 2019-08-13 | 1 | -1/+1 |
* | Make `bin/web_puma` consider RAILS_ENVfix-bin-web-puma-script-to-consider-rails-env | Aleksei Lipniagov | 2019-08-01 | 1 | -1/+1 |
* | Fix secpick pushing to stable branchfix-secpick | Thong Kuah | 2019-07-30 | 1 | -1/+1 |
* | Upgrade to Rails 5.2upgrade-rails-5-2-ce | Heinrich Lee Yu | 2019-07-12 | 4 | -17/+33 |
* | Enable puma by default in GDK490-enable-puma-by-default-in-GDK | Qingyu Zhao | 2019-07-09 | 2 | -55/+71 |
* | 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 | 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 |
* | Remove requirement to target security branches | Yorick Peterse | 2019-02-06 | 1 | -8/+8 |
* | Create security release MR template | Marin Jankovski | 2019-01-28 | 1 | -2/+2 |
* | Opens specified text editor when creating a new changelog entry | Tiago Botelho | 2019-01-14 | 1 | -1/+9 |
* | 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 |
* | 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 |
* | Merge branch 'an-multithreading' into 'master' | Robert Speicher | 2018-10-25 | 2 | -0/+68 |
|\ |
|
| * | Add experimental support for Pumaan-multithreading | Andrew Newdigate | 2018-10-25 | 2 | -0/+68 |
* | | 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 |
* | 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 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 |
* | [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 |
* | 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 |