summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add some gems' licenses not caught by License Finder.Connor Shea2016-06-061-0/+5
| | | | | | | | Also add License Finder to CI (only runs on master).
* | Install bundlerKamil Trzcinski2016-06-061-0/+1
| |
* | Don't install knapsackKamil Trzcinski2016-06-061-1/+0
| |
* | Refactor all testing suitesKamil Trzcinski2016-06-061-138/+66
| |
* | Use gitlab-build-images for precache some of the dependenciesKamil Trzcinski2016-06-041-22/+12
| |
* | Don't start services if they are not neededKamil Trzcinski2016-06-031-0/+2
| |
* | USE_BUNDLE_INSTALLKamil Trzcinski2016-06-031-0/+1
| |
* | Preserve knapsack stateKamil Trzcinski2016-06-031-15/+23
| |
* | Generate knapsack reportsKamil Trzcinski2016-06-031-0/+1
| |
* | Merge knapsack reports and upload them to external serverKamil Trzcinski2016-06-031-1/+18
| |
* | Use knapsack 1.11.0Kamil Trzcinski2016-06-031-8/+13
| |
* | More spinachesKamil Trzcinski2016-06-031-10/+20
| |
* | Use more concurrencyKamil Trzcinski2016-06-031-10/+20
| |
* | Use spinach recordKamil Trzcinski2016-06-031-2/+2
| |
* | Fix knapsack usageKamil Trzcinski2016-06-031-1/+1
| |
* | fix ymlKamil Trzcinski2016-06-031-1/+1
| |
* | WIPKamil Trzcinski2016-06-031-1/+1
| |
* | Use knapsack directlyKamil Trzcinski2016-06-031-11/+3
| |
* | TestKamil Trzcinski2016-06-031-0/+1
| |
* | TestKamil Trzcinski2016-06-031-1/+4
| |
* | TestKamil Trzcinski2016-06-031-0/+5
| |
* | TestKamil Trzcinski2016-06-031-1/+1
| |
* | add bundlerKamil Trzcinski2016-06-031-0/+1
| |
* | Fix assetsKamil Trzcinski2016-06-031-1/+1
| |
* | Improve .gitlab-ci.ymlKamil Trzcinski2016-06-031-78/+44
| |
* | Use build stageKamil Trzcinski2016-06-031-24/+31
| |
* | Touch reportsKamil Trzcinski2016-06-031-0/+2
| |
* | Try to use knapsackKamil Trzcinski2016-06-031-45/+42
|/
* Add db:migrate task to CIDmitriy Zaporozhets2016-04-211-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Optimise .gitlab-ci.ymlKamil Trzcinski2016-04-061-76/+0
|
* Upgrade bundler-audit from 0.4.0 to 0.5.0connorshea2016-03-281-2/+1
| | | | | | | | | | Bundler Audit can now run check with the `—update` flag to update the Ruby CVE repository before checking. This removes the need for two separate commands in GitLab CI. See the Changelog for more information: https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md#050--2 015-02-28
* Fixes last remaining lints and enables scss-lint test for GitLab CI.connorshea2016-03-221-1/+0
| | | | | | | With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299.
* Merge branch 'css-style-guide' into 'master' Jacob Schatz2016-03-151-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CSS style guide Working towards what was discussed in #13552, this adds the [SCSS Linter gem](https://github.com/brigade/scss-lint) for style guide conformity in CI. TODO: - [x] Agree on and write SCSS Style Guide Documentation. - [x] Document the `scss-lint` config file. - [x] Figure out how best to run this in CI, right now it's taking longer than I would think it should. - [x] Use CSSComb for auto-correction (Maybe just include a CSSComb config file and have developers run the node package manually if they're interested in using it?). My logic for not using CSSComb in the first place is that, AFAIK, we don't currently require Node/NPM, even in the dev environment. Maybe I'm wrong about that? `scss-lint` is a Ruby implementation of a similar concept, but it doesn't include autocorrect. Is there a way we can run get GitLab CI to run `scss-lint` without having to put together the full GitLab application? Seeing as it's just static analysis, it seems like a waste of time/resources. /cc @jschatz1 @rspeicher See merge request !3069
| * Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea2016-03-141-0/+8
| | | | | | | | | | | | documentation for SCSS Style Guide. See !3069 for more information.
* | Merge branch 'bundler-audit-only-master' into 'master' Robert Speicher2016-03-151-1/+3
|\ \ | | | | | | | | | | | | | | | | | | bundle:audit job only on master As discussed in !3215 See merge request !3227
| * | bundle:audit job only on masterZeger-Jan van de Weg2016-03-151-1/+3
| |/
* | Remove allowed to fail by ignoring RedClothbundle-audit-ignore-redclothZeger-Jan van de Weg2016-03-151-2/+1
|/
* Removed benchmark suite and its documentationremove-benchmark-suiteYorick Peterse2016-03-101-26/+1
| | | | | | | | | The rationale for this can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/13718 but in short the benchmark suite no longer serves a good purpose now that we have proper production monitoring in place. Fixes gitlab-org/gitlab-ce#13718
* Retry bundler and apt-getretry-bundleKamil Trzcinski2016-03-091-2/+2
|
* Retry apt-get installation and bundle installKamil Trzcinski2016-03-091-1/+1
|
* Retry failed testsKamil Trzcinski2016-03-091-0/+2
|
* Precompile assets before all spinach testsKamil Trzcinski2016-03-011-0/+6
|
* fix syntax errorJames Lopez2016-03-011-1/+1
|
* added commit message to slack scriptJames Lopez2016-03-011-1/+1
|
* update gitlab-ci script syntaxJames Lopez2016-02-261-1/+1
|
* Update URL syntaxJames Lopez2016-02-251-1/+1
|
* updated gitlab-ci script to include builds URLJames Lopez2016-02-241-2/+285
|
* testJames Lopez2016-02-241-5/+1
|
* testing scriptJames Lopez2016-02-241-285/+6
|
* updated gitlab ci based on feedbackJames Lopez2016-02-241-2/+2
|