Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change image for docs linting | Evan Read | 2018-10-04 | 1 | -3/+3 |
| | |||||
* | Merge branch 'test-against-postgres-96' into 'master' | Robert Speicher | 2018-10-02 | 1 | -4/+1 |
|\ | | | | | | | | | Use minimum recommended PostgreSQL version to run our tests See merge request gitlab-org/gitlab-ce!22060 | ||||
| * | Use minimum recommended PostgreSQL version to run our tests | Gabriel Mazetto | 2018-10-02 | 1 | -4/+1 |
| | | |||||
* | | Merge branch 'leipert-frontend-danger' into 'master' | Mike Greiling | 2018-10-02 | 1 | -1/+3 |
|\ \ | |/ |/| | | | | | Danger checks for the frontend See merge request gitlab-org/gitlab-ce!21859 | ||||
| * | Danger check for ignored eslint rulesleipert-frontend-danger | Lukas Eipert | 2018-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | | We disabled a lot of eslint rules on a per-file basis. This checks touched files for those and reminds you to re-enable the rules and fix them. | ||||
| * | Danger check for unprettified JavaScript | Lukas Eipert | 2018-09-28 | 1 | -1/+2 |
| | | | | | | | | | | This adds a Dangerfile which executes `prettier` to find out if someone touched Frontend files and forgot to run it on their current branch. | ||||
* | | Update link to documentation testing | Fabio Busatto | 2018-10-01 | 1 | -1/+1 |
|/ | |||||
* | Fix karma out-of-memory failuresfix-karma-out-of-memory | Mike Greiling | 2018-09-25 | 1 | -0/+3 |
| | |||||
* | Refactor scripts/trigger-build and post a commit note with the downstream ↵ | Rémy Coutable | 2018-09-24 | 1 | -7/+7 |
| | | | | | | pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move the cloud-native-image trigger job into the test stage | DJ Mountney | 2018-09-19 | 1 | -1/+1 |
| | | | | | | | | | | This is because the CNG pipeline now relies on the assets compiled here in the gitlab:assets:compile job (It waits up to 30 minutes for them) Without this change, the cloud native job was holding up the pipeline, preventing the assets compile job from being run. | ||||
* | Generate JUnit report for Karma tests | Winnie Hellmann | 2018-09-11 | 1 | -0/+2 |
| | |||||
* | Provide a cached archive of compiled assets | Ian Baum | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | forward build image to Chrome 69 | Lukas Eipert | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'junit-results' into 'master' | Rémy Coutable | 2018-09-04 | 1 | -1/+3 |
|\ | | | | | | | | | Enable JUnit results for rspec See merge request gitlab-org/gitlab-ce!21449 | ||||
| * | Enable JUnit results for rspec | Kamil Trzciński | 2018-09-03 | 1 | -1/+3 |
| | | |||||
* | | Run review-docs-cleanup job for gitlab-org repos only | Takuya Noguchi | 2018-09-02 | 1 | -1/+4 |
| | | |||||
* | | Move package-and-qa to the test phase | Sean McGivern | 2018-08-28 | 1 | -1/+1 |
|/ | | | | | | | | | | | The problem is this: when each phase starts, it checks if all jobs in earlier phases are complete. package-and-qa is slow. As build is the first phase, if you trigger package-and-qa before the prepare phase is finished, the entire test phase will be blocked until package-and-qa completes, which isn't what we want. But equally, if build came _after_ test, then package-and-qa couldn't be started until the tests were finished. Putting it in the same stage as the tests means we can have our cake and eat it. | ||||
* | Update .gitlab-ci.ymldosuken123-master-patch-47251 | Shinya Maeda | 2018-08-17 | 1 | -3/+7 |
| | |||||
* | Disable danger in preparation branches | Bob Van Landuyt | 2018-08-09 | 1 | -0/+1 |
| | | | | | | Most of these validations don't apply to preparation branches and they cause a lot of noise in the merge request. Therefore disabling danger when the branches look like branches that could be for a preparation MR. | ||||
* | Update the image for the 'danger-review' job | Rémy Coutable | 2018-07-26 | 1 | -4/+3 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add Dangerfile for frozen_string_literal | gfyoung | 2018-07-24 | 1 | -3/+2 |
| | | | | | | | Checks that new Ruby files will enable frozen string literal. Partially addresses #47424. | ||||
* | Move the 'danger-review' job to the test stage and allow it to fail | Rémy Coutable | 2018-07-17 | 1 | -19/+21 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'update-git-to-2-18-0' into 'master' | Stan Hu | 2018-07-16 | 1 | -1/+1 |
|\ | | | | | | | | | Update Git version to 2.18.0 See merge request gitlab-org/gitlab-ce!20489 | ||||
| * | Update .gitlab-ci.ymlupdate-git-to-2-18-0 | James Lopez | 2018-07-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'set-build-token-CN' into 'master' | Rémy Coutable | 2018-07-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Add the CI Job trigger as the build trigger Closes charts/gitlab#586 See merge request gitlab-org/gitlab-ce!20619 | ||||
| * | | Add the CI Job trigger as the build triggerset-build-token-CN | DJ Mountney | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | For building CNG images on tag | ||||
* | | | Merge branch 'jprovazn-rails-ci' into 'master' | Rémy Coutable | 2018-07-16 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Trigger rails5 tests if variable is set See merge request gitlab-org/gitlab-ce!20609 | ||||
| * | | | Trigger rails5 tests either by variable or ref namejprovazn-rails-ci | Jan Provaznik | 2018-07-16 | 1 | -1/+3 |
| |/ / | |||||
* | | | Allow Danger step to failsh-allow-danger-to-fail | Stan Hu | 2018-07-14 | 1 | -0/+1 |
|/ / | | | | | | | | | Currently the Danger processing is producing false positives when master is merged into a branch. Until #49175 is fixed, we should allow it to fail. | ||||
* | | Improve Danger files after first review | Rémy Coutable | 2018-07-11 | 1 | -2/+6 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Start to use Danger for automating MR reviews | Rémy Coutable | 2018-07-11 | 1 | -0/+14 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Use the correct script location for the build trigger script | DJ Mountney | 2018-07-06 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'docs/use-ref-slug-for-docs-review' into 'master' | Rémy Coutable | 2018-07-05 | 1 | -3/+3 |
|\ | | | | | | | | | Refactor the review-docs workflow See merge request gitlab-org/gitlab-ce!20365 | ||||
| * | Simplify downstream branch name | Achilleas Pipinellis | 2018-07-05 | 1 | -1/+1 |
| | | |||||
| * | Use CI_COMMIT_REF_SLUG for the env URL in review-docs jobs | Achilleas Pipinellis | 2018-07-04 | 1 | -2/+2 |
| | | |||||
* | | Update the cloud-native trigger call in the UI | DJ Mountney | 2018-07-05 | 1 | -4/+2 |
| | | |||||
* | | Fix 'only' regex for the review-docs job | Achilleas Pipinellis | 2018-07-04 | 1 | -3/+2 |
| | | |||||
* | | Run the review-docs jobs for gitlab-org repos only | Achilleas Pipinellis | 2018-07-03 | 1 | -1/+4 |
|/ | |||||
* | Document how the new automatic review apps for docs work | Achilleas Pipinellis | 2018-06-25 | 1 | -1/+1 |
| | | | | | This was missed from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20130 | ||||
* | Always run review app for docs-only branches | Achilleas Pipinellis | 2018-06-25 | 1 | -18/+31 |
| | |||||
* | use eslint config parameter instead of sedleipert-proper-eslint-report | Lukas Eipert | 2018-06-16 | 1 | -2/+0 |
| | | | | eslint has the possibility to ignore inline config `no-inline-config`, so we should use that | ||||
* | Move the trigger-build script into one location to serve both omnibus and ↵refactor-trigger-build-script | Marin Jankovski | 2018-06-14 | 1 | -2/+2 |
| | | | | cloud-native triggers. | ||||
* | Add CI job to check Gemfile.rails5.lock | blackst0ne | 2018-06-12 | 1 | -0/+7 |
| | |||||
* | set max_old_space_size to 3.5 GB for compile-assets job | Lukas Eipert | 2018-06-11 | 1 | -0/+7 |
| | |||||
* | Bump Google Chrome to V67 | Stan Hu | 2018-06-08 | 1 | -1/+1 |
| | |||||
* | use build image with picturemagick | Alexis Reigel | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'sh-bump-ruby-2.4' into 'master' | Stan Hu | 2018-06-01 | 1 | -3/+3 |
|\ | | | | | | | | | Upgrade to Ruby 2.4.4 See merge request gitlab-org/gitlab-ce!19055 | ||||
| * | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4 | Stan Hu | 2018-05-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files. | ||||
* | | Consider we might have prefix for stable branches | Lin Jen-Shin | 2018-05-30 | 1 | -1/+1 |
|/ | |||||
* | Upgrade cache key to be clear that Debian Stretch is being used | Stan Hu | 2018-05-29 | 1 | -2/+2 |
| | | | | | | This fixes build errors caused by a stale cache since the new Docker image upgraded from Debian Jessie to Stretch, which shipped an updated version of OpenSSL. |