Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add db:migrate task to CI | Dmitriy Zaporozhets | 2016-04-21 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Optimise .gitlab-ci.yml | Kamil Trzcinski | 2016-04-06 | 1 | -76/+0 |
| | |||||
* | Upgrade bundler-audit from 0.4.0 to 0.5.0 | connorshea | 2016-03-28 | 1 | -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. | connorshea | 2016-03-22 | 1 | -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 Schatz | 2016-03-15 | 1 | -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 ↵ | connorshea | 2016-03-14 | 1 | -0/+8 |
| | | | | | | | | | | | | documentation for SCSS Style Guide. See !3069 for more information. | ||||
* | | Merge branch 'bundler-audit-only-master' into 'master' | Robert Speicher | 2016-03-15 | 1 | -1/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | bundle:audit job only on master As discussed in !3215 See merge request !3227 | ||||
| * | | bundle:audit job only on master | Zeger-Jan van de Weg | 2016-03-15 | 1 | -1/+3 |
| |/ | |||||
* | | Remove allowed to fail by ignoring RedClothbundle-audit-ignore-redcloth | Zeger-Jan van de Weg | 2016-03-15 | 1 | -2/+1 |
|/ | |||||
* | Removed benchmark suite and its documentationremove-benchmark-suite | Yorick Peterse | 2016-03-10 | 1 | -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-bundle | Kamil Trzcinski | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Retry apt-get installation and bundle install | Kamil Trzcinski | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | Retry failed tests | Kamil Trzcinski | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Precompile assets before all spinach tests | Kamil Trzcinski | 2016-03-01 | 1 | -0/+6 |
| | |||||
* | fix syntax error | James Lopez | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | added commit message to slack script | James Lopez | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | update gitlab-ci script syntax | James Lopez | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Update URL syntax | James Lopez | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | updated gitlab-ci script to include builds URL | James Lopez | 2016-02-24 | 1 | -2/+285 |
| | |||||
* | test | James Lopez | 2016-02-24 | 1 | -5/+1 |
| | |||||
* | testing script | James Lopez | 2016-02-24 | 1 | -285/+6 |
| | |||||
* | updated gitlab ci based on feedback | James Lopez | 2016-02-24 | 1 | -2/+2 |
| | |||||
* | fix gitlab-ci.yml | James Lopez | 2016-02-22 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-02-22 | 1 | -33/+33 |
|\ | | | | | | | | | | | | | feature/slack-notifications-on-ci # Conflicts: # .gitlab-ci.yml | ||||
| * | revert back to ruby 2.1 - use 2.1.8 | James Lopez | 2016-02-19 | 1 | -145/+145 |
| | | |||||
| * | revert back to ruby 2.1 | James Lopez | 2016-02-19 | 1 | -144/+144 |
| | | |||||
* | | resolve merge conflict | James Lopez | 2016-02-18 | 1 | -1/+9 |
| | | |||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | James Lopez | 2016-02-18 | 1 | -4/+131 |
|\ \ | |/ | | | | | | | | | | | feature/slack-notifications-on-ci # Conflicts: # .gitlab-ci.yml | ||||
| * | Use caching, instead of haxxy /cacheuse-caching | Kamil Trzcinski | 2016-02-10 | 1 | -0/+46 |
| | | |||||
| * | split gitlab-ci builds for ruby 2.1 | James Lopez | 2016-02-08 | 1 | -4/+85 |
| | | |||||
* | | default slack notification channel | James Lopez | 2016-02-08 | 1 | -1/+1 |
| | | |||||
* | | update with branch and tags restriction | James Lopez | 2016-02-05 | 1 | -6/+5 |
| | | |||||
* | | removed slack task and added bash script instead. Updated gitlab-ci config file | James Lopez | 2016-02-05 | 1 | -4/+7 |
| | | |||||
* | | uncomment restriction to branches or tags | James Lopez | 2016-02-03 | 1 | -3/+3 |
| | | |||||
* | | refactored rake task and make build pass | James Lopez | 2016-02-03 | 1 | -1/+1 |
| | | |||||
* | | update gitlab ci config | James Lopez | 2016-02-03 | 1 | -1/+1 |
| | | |||||
* | | update ci configuration to send slack notifications on failure and added ↵ | James Lopez | 2016-02-03 | 1 | -1/+32 |
|/ | | | | rake task | ||||
* | merge spec and spinach jobs | James Lopez | 2016-01-27 | 1 | -97/+4 |
| | |||||
* | update gitlab ci settings to include ruby 2.1 images | James Lopez | 2016-01-27 | 1 | -0/+116 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-25 | 1 | -1/+1 |
|\ | |||||
| * | Speed-up docker based buildsspeed-up-builds | Kamil Trzcinski | 2016-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache | ||||
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4 | James Lopez | 2016-01-22 | 1 | -2/+10 |
|\ \ | |/ | | | | | | | # Conflicts: # .gitlab-ci.yml | ||||
| * | More docker stuff in gitlab-ci.yml | Jacob Vosmaer | 2016-01-22 | 1 | -4/+10 |
| | | |||||
| * | Allow empty Mysql password on CImysql-password-ci | Jacob Vosmaer | 2016-01-22 | 1 | -0/+3 |
| | | |||||
* | | update gitlab ci docker image version | James Lopez | 2016-01-21 | 1 | -0/+1 |
|/ | |||||
* | Ensure that doesn't have pending migrations when running the specs | Douglas Barbosa Alexandre | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | Precompile assets before running feature specs. #4662 | Rubén Dávila | 2015-12-28 | 1 | -0/+1 |
| | |||||
* | Revert "Merge branch 'remove-redcloth' into 'master' "revert-2037 | Douwe Maan | 2015-12-11 | 1 | -1/+2 |
| | | | | | This reverts commit e426c027b0a2a3aa0dea1d833008f2bfd814f483, reversing changes made to c3676aa156981092b7f03f1a3e74bb819cfa2fc3. | ||||
* | Run db:reset before db:create on CIrs-reset-db | Robert Speicher | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'split-up-builds' into 'master' | Dmitriy Zaporozhets | 2015-12-09 | 1 | -2/+30 |
|\ | | | | | | | | | | | | | Split up 20min+ `spec:other` and `spinach:project` builds to increase parallelization See merge request !2036 |