Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-02-06Fix incorrect stable branch name for templatesYorick Peterse
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`.
2019-02-06Remove requirement to target security branchesYorick Peterse
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.
2019-01-28Create security release MR templateMarin Jankovski
Improve existing issue templates for security releases
2019-01-14Opens specified text editor when creating a new changelog entryTiago Botelho
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-07Fix Rubocop offenses in bin/secpick scriptGrzegorz Bizon
2019-01-07Show a valid new merge request URL in EE caseGrzegorz Bizon
2019-01-03Improve `bin/secpick` script and add more optionsGrzegorz Bizon
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.
2018-12-18Update secpick scriptJames Lopez
2018-12-14Remove rails 4 support in CI, Gemfiles, bin/ and config/Jasper Maes
2018-11-14Make rails5 defailt in bin/* scriptsJan Provaznik
2018-11-14Switch to Rails 5 by defaultJan Provaznik
* updates Gemfile * uses Rails 5 unless explicitly disabled
2018-10-26Merge branch 'an-multithreading' into 'master'Robert Speicher
Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
2018-10-25Add experimental support for PumaAndrew Newdigate
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.
2018-10-24Fix secpick to use EE and guess branch nameJames Lopez
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
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.
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-08-15Fix `bin/secpick` rainbow gem error, and security branch prefixingMichael Kozono
2018-07-11Truncate filenames created by bin/changelog to 140 charactersStan Hu
2018-06-26Improve shelling out in bin/changelogJacob Vosmaer (GitLab)
2018-05-15Merge branch 'blackst0ne-remove-spinach' into 'master'Rémy Coutable
Remove Spinach Closes #23036 See merge request gitlab-org/gitlab-ce!18869
2018-05-14Update secpickJames Lopez
2018-05-14Update secpickJames Lopez
2018-05-14Remove bin/spinachblackst0ne
2018-05-14Update secpick to use security branchesJames Lopez
2018-04-17add initial dev task template for working on a security issueJames Lopez
2018-04-10[Rails5] Fix running spinach testsblackst0ne
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'
2018-04-03[Rails5] Allow using `RAILS5` env with rspecblackst0ne
2018-03-22[Rails5] Update files by `rails app:update`blackst0ne
2018-02-20Generate EE changelog under ee/changelogs/unreleased/Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-26Remove bin/upgrade.rb as we don't seem to refer itLin Jen-Shin
2018-01-26We need Rails in order to use Gitlab.config anywayLin Jen-Shin
2018-01-19Add bin/profile-url tool and docsSean McGivern
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
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.
2017-10-13Add Performance category to the changelogZeger-Jan van de Weg
Resolves gitlab-org/gitlab-ce#36417
2017-08-11Merge branch '21949-add-type-to-changelog' into 'master'Robert Speicher
Let's start labeling our CHANGELOG entries Closes #21949 See merge request !11579
2017-08-09Don't require stackprof in GemfileRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-22Let's start labeling our CHANGELOG entriesJacopo
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.
2017-06-23Remove bin/ci/upgrade.rb as not working allTakuya Noguchi
2017-03-21Add gitaly source installation instructionsJacob Vosmaer
2017-01-10remove remaining vestiges of teaspoon test runnerMike Greiling
2016-12-09Remove trailing whitespace when generating changelog entryAdam Niedzielski
2016-12-02Simplify `branch_name` in bin/changelogRobert Speicher
The `--short` option has existed since at least 1.8.1: https://git-scm.com/docs/git-symbolic-ref/1.8.1
2016-11-29Add StackProf to the Gemfile, along with a utility to get a profile for a specNick Thomas
2016-11-03Update help banner for bin/changelogRobert Speicher
[ci skip]
2016-11-03Add a `--force` option to bin/changelogRobert Speicher
2016-10-31Add specs for ChangelogOptionParser in bin/changelogRobert Speicher
2016-10-31Add a bin/changelog scriptRobert Speicher
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
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