summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert eager loading in test env that breakes teaspoonGrzegorz Bizon2016-07-211-1/+1
* Introduce SimpleCovEnv singleton helper and use itGrzegorz Bizon2016-07-214-37/+51
* Patch SimpleCov to reuse code for coverage mergerGrzegorz Bizon2016-07-211-53/+21
* Improve simplecov config to avoid missing filesGrzegorz Bizon2016-07-211-1/+9
* Load app in test env eagerly to improve test coverageGrzegorz Bizon2016-07-211-1/+1
* Remove unused coverallsKamil Trzcinski2016-07-212-4/+4
* Use simplecov 0.12.0 which fixes merging test resultsKamil Trzcinski2016-07-212-33/+2
* Fix spinach testsKamil Trzcinski2016-07-211-1/+1
* Fix SimpleCov report mergingKamil Trzcinski2016-07-212-2/+38
* Update configuration of SimpleCovKamil Trzcinski2016-07-215-16/+26
* Store all simplecov configuration in one fileKamil Trzcinski2016-07-214-22/+24
* Fix update-coverage jobKamil Trzcinski2016-07-211-1/+4
* Add simplecov to spinach testsKamil Trzcinski2016-07-211-0/+8
* Remove unused simplecov-rcovKamil Trzcinski2016-07-211-1/+0
* Use `scripts/merge-simplecov`Kamil Trzcinski2016-07-213-64/+66
* Merge coverage reportKamil Trzcinski2016-07-214-5/+83
* Merge branch 'registry-manifest' into 'master' Achilleas Pipinellis2016-07-211-1/+2
|\
| * Document when Docker Registery manifest v1 support was addedregistry-manifestMark Pundsack2016-07-201-1/+2
* | Merge branch 'artifact-name' into 'master' Achilleas Pipinellis2016-07-211-2/+3
|\ \
| * | Clarify artifacts:name default valueartifact-nameMark Pundsack2016-07-201-2/+3
| |/
* | Merge branch 'rs-revert-csp' into 'master' Robert Speicher2016-07-213-106/+0
|\ \
| * | Revert "Merge branch 'csp-basics' into 'master' "Robert Speicher2016-07-203-116/+0
| * | Revert "Merge branch 'remove-csp-sentry-reporting' into 'master' "Robert Speicher2016-07-201-2/+12
|/ /
* | Merge branch 'remove-flaky-diff-note-tests' into 'master' Douwe Maan2016-07-211-94/+0
|\ \ | |/ |/|
| * Remove flaky diff note tests for nowremove-flaky-diff-note-testsDouwe Maan2016-07-201-94/+0
* | Merge branch 'sidebar-clipboard-toggle' into 'master' Fatih Acet2016-07-203-1/+5
|\ \
| * | Prevent toggling sidebar when clipboard icon clicked.sidebar-clipboard-toggleFatih Acet2016-07-203-1/+5
* | | Merge branch '18586-user-authorized_projects-is-slow' into 'master' Yorick Peterse2016-07-206-0/+152
|\ \ \
| * | | Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-206-0/+152
* | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-2019-76/+318
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reorder allowed params for `ApplicationSetting` and add more details to docs.email-domain-blacklistPatricio Cano2016-07-192-3/+9
| * | | Removed escaping characters by using double quotes.Patricio Cano2016-07-181-1/+1
| * | | Default to manual input for `domain_whitelist`, syntax fixes and added new te...Patricio Cano2016-07-186-10/+19
| * | | Refactor `match_domain` to a predicate: `domain_matches?`Patricio Cano2016-07-181-3/+3
| * | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-1813-55/+58
| * | | Move inline JS to admin.js.coffee specific file.Patricio Cano2016-07-181-0/+12
| * | | Refactored the domain separator regex, plus syntax and grammar fixes.Patricio Cano2016-07-184-20/+19
| * | | Make sure email domain validation method is private.Patricio Cano2016-07-181-28/+26
| * | | Fixed `signup_domain_valid?` flow and added documentation.Patricio Cano2016-07-183-20/+39
| * | | Added CHANGELOG item.Patricio Cano2016-07-181-0/+1
| * | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-1810-33/+228
* | | | Merge branch 'faster-builds-ci' into 'master' Douwe Maan2016-07-201-7/+28
|\ \ \ \
| * | | | Use YAML inheritance to DRY the .gitlab-ci.ymlfaster-builds-ciZ.J. van de Weg2016-07-201-19/+14
| * | | | Speed improvement for builds without DBZ.J. van de Weg2016-06-291-8/+34
* | | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-209-10/+73
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into cs-warn-on-failurecs-warn-on-failureKamil Trzcinski2016-07-2033-105/+283
| |\ \ \ \ \
| * | | | | | Use switch statements instead of if/else chains.Connor Shea2016-07-192-8/+10
| * | | | | | Address feedback.Connor Shea2016-07-193-11/+21
| * | | | | | Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-194-0/+35
| * | | | | | Starting work on the warn_on_failure feature for the MR build status.Connor Shea2016-07-195-5/+23