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
AgeCommit message (Collapse)Author
2016-04-06Optimise .gitlab-ci.ymlKamil Trzcinski
2016-03-29Upgrade bundler-audit from 0.4.0 to 0.5.0connorshea
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
2016-03-23Fixes last remaining lints and enables scss-lint test for GitLab CI.connorshea
With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299.
2016-03-15Merge branch 'css-style-guide' into 'master' Jacob Schatz
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
2016-03-15Merge branch 'bundler-audit-only-master' into 'master' Robert Speicher
bundle:audit job only on master As discussed in !3215 See merge request !3227
2016-03-15bundle:audit job only on masterZeger-Jan van de Weg
2016-03-15Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea
documentation for SCSS Style Guide. See !3069 for more information.
2016-03-15Remove allowed to fail by ignoring RedClothZeger-Jan van de Weg
2016-03-10Removed benchmark suite and its documentationYorick Peterse
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
2016-03-09Retry bundler and apt-getKamil Trzcinski
2016-03-09Retry apt-get installation and bundle installKamil Trzcinski
2016-03-09Retry failed testsKamil Trzcinski
2016-03-01Precompile assets before all spinach testsKamil Trzcinski
2016-03-01fix syntax errorJames Lopez
2016-03-01added commit message to slack scriptJames Lopez
2016-02-26update gitlab-ci script syntaxJames Lopez
2016-02-25Update URL syntaxJames Lopez
2016-02-25updated gitlab-ci script to include builds URLJames Lopez
2016-02-25testJames Lopez
2016-02-24testing scriptJames Lopez
2016-02-24updated gitlab ci based on feedbackJames Lopez
2016-02-22fix gitlab-ci.ymlJames Lopez
2016-02-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
feature/slack-notifications-on-ci # Conflicts: # .gitlab-ci.yml
2016-02-19revert back to ruby 2.1 - use 2.1.8James Lopez
2016-02-19revert back to ruby 2.1James Lopez
2016-02-18resolve merge conflictJames Lopez
2016-02-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
feature/slack-notifications-on-ci # Conflicts: # .gitlab-ci.yml
2016-02-10Use caching, instead of haxxy /cacheKamil Trzcinski
2016-02-08default slack notification channelJames Lopez
2016-02-08split gitlab-ci builds for ruby 2.1James Lopez
2016-02-05update with branch and tags restrictionJames Lopez
2016-02-05removed slack task and added bash script instead. Updated gitlab-ci config fileJames Lopez
2016-02-03uncomment restriction to branches or tagsJames Lopez
2016-02-03refactored rake task and make build passJames Lopez
2016-02-03update gitlab ci configJames Lopez
2016-02-03update ci configuration to send slack notifications on failure and added ↵James Lopez
rake task
2016-01-27merge spec and spinach jobsJames Lopez
2016-01-27update gitlab ci settings to include ruby 2.1 imagesJames Lopez
2016-01-25Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
2016-01-22Speed-up docker based buildsKamil Trzcinski
Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
2016-01-22Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into update-ruby-2.2.4James Lopez
# Conflicts: # .gitlab-ci.yml
2016-01-22More docker stuff in gitlab-ci.ymlJacob Vosmaer
2016-01-22Allow empty Mysql password on CIJacob Vosmaer
2016-01-21update gitlab ci docker image versionJames Lopez
2016-01-19Ensure that doesn't have pending migrations when running the specsDouglas Barbosa Alexandre
2015-12-28Precompile assets before running feature specs. #4662Rubén Dávila
2015-12-11Revert "Merge branch 'remove-redcloth' into 'master' "Douwe Maan
This reverts commit e426c027b0a2a3aa0dea1d833008f2bfd814f483, reversing changes made to c3676aa156981092b7f03f1a3e74bb819cfa2fc3.
2015-12-09Run db:reset before db:create on CIRobert Speicher
2015-12-09Merge branch 'split-up-builds' into 'master' Dmitriy Zaporozhets
Split up 20min+ `spec:other` and `spinach:project` builds to increase parallelization See merge request !2036
2015-12-09Split up spec:other even moreDouwe Maan