Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'pre-commit-prettier' into 'master' | Robert Speicher | 2018-01-03 | 2 | -0/+36 |
|\ | | | | | | | | | Pre commit prettier See merge request gitlab-org/gitlab-ce!16061 | ||||
| * | Add check if run from gitlab development kit root directory.pre-commit-prettier | Jacob Schatz | 2018-01-02 | 1 | -0/+7 |
| | | |||||
| * | Check for symlink instead of file before install. | Jacob Schatz | 2018-01-02 | 1 | -1/+4 |
| | | |||||
| * | Update script to work only when run in the gitlab directory. | Jacob Schatz | 2018-01-02 | 1 | -2/+13 |
| | | |||||
| * | Remove `-f` to not ruin other people's existing pre-commit files. | Jacob Schatz | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | Add changelog and newlines | Jacob Schatz | 2017-12-20 | 2 | -2/+2 |
| | | |||||
| * | Add script to enable code formatters | Jacob Schatz | 2017-12-20 | 1 | -0/+4 |
| | | |||||
| * | Remove JSX since we don't use it. | Jacob Schatz | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | Initial install | Jacob Schatz | 2017-12-20 | 1 | -0/+11 |
| | | |||||
* | | Fix `rake db:seed_fu` not doing anything in CIsh-fix-seed-fu-ci | Stan Hu | 2018-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The default behavior of seed_fu is to load the fixtures using the RAILS_ENV environment. In CI, since we set RAILS_ENV=test, nothing is ever loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up MySQL properly with limits. Closes #41517 | ||||
* | | Merge branch 'dz-add-sast' into 'master' | Rémy Coutable | 2017-12-23 | 1 | -2/+0 |
|\ \ | | | | | | | | | | | | | Remove security checks from static analysis and add sast job See merge request gitlab-org/gitlab-ce!16113 | ||||
| * | | Remove security checks from static analysis and add sast job | Dmitriy Zaporozhets | 2017-12-23 | 1 | -2/+0 |
| |/ | |||||
* | | Return exception messages in scripts/lint-changelog-yaml41359-lint-changelog-yaml-error-message-is-useless | blackst0ne | 2017-12-23 | 1 | -1/+3 |
|/ | |||||
* | Preserve gem path so that we use the same gemspreserve-gem-path | Lin Jen-Shin | 2017-12-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch, I would end up with: ``` An error occurred in a `before(:suite)` hook. Failure/Error: raise "could not connect to gitaly at #{socket.inspect} after #{sleep_time} seconds" RuntimeError: could not connect to gitaly at "tmp/tests/gitaly/gitaly.socket" after 10 seconds ``` Digging into it, it's because `scripts/gitaly-test-spawn` could not spawn the process, because it cannot find the installed gems. I personally installed all my gems under $HOME, namely with: * `gem install rake --user-install` or: * `bundle install --path ~/.gem` The gems would be installed to `~/.gem/ruby/2.4.0/gems`, where the version is Ruby ABI version. Now we're changing $HOME, making RubyGems think that the gems would be installed to `tmp/tests/ruby/2.4.0/gems` which is apparently not the case. In order to workaround this, we could preserve $GEM_PATH populated by RubyGems, ignoring the default path based on $HOME. | ||||
* | Make rubocop happy | Balasankar "Balu" C | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | Use guard clause | Balasankar "Balu" C | 2017-12-15 | 1 | -3/+1 |
| | |||||
* | Improve language | Balasankar "Balu" C | 2017-12-15 | 1 | -4/+6 |
| | |||||
* | Prettify | Balasankar "Balu" C | 2017-12-15 | 1 | -4/+9 |
| | |||||
* | Use temp branch | Balasankar "Balu" C | 2017-12-15 | 1 | -1/+1 |
| | |||||
* | Pass info about who started the job and which job triggered it | Balasankar "Balu" C | 2017-12-15 | 1 | -1/+3 |
| | |||||
* | Do not raise when downstream pipeline is createdqa/gb/improve-multi-project-pipeline-omnibus-script | Grzegorz Bizon | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Set EE variableset-ee-variable-in-trigger | Balasankar C | 2017-12-01 | 1 | -1/+5 |
| | |||||
* | Set an artificial $HOME for gitaly in test | Jacob Vosmaer (GitLab) | 2017-11-30 | 1 | -1/+2 |
| | |||||
* | Add a feedback mechanism to `package-qa` manual action | Grzegorz Bizon | 2017-11-24 | 1 | -19/+88 |
| | |||||
* | Make sure we're using git installed in gitlab-build-images39887-move-identical-check-to-merged-branches | Lin Jen-Shin | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | Use slug as the prefix for the docs CI job preview URLdocs/use-slug-as-prefix-in-ci-docs-job | Achilleas Pipinellis | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Change logic of repo name and slugs in docs review scriptsimplify-docs-review-script | Achilleas Pipinellis | 2017-11-16 | 1 | -11/+24 |
| | | | | | | We need to make room for Runner and Omnibus docs. This change makes sure the correct values are defined based on CI_PROJECT_NAME. | ||||
* | Use a non-superuser user to access GitLab to ensure permissions are propersh-use-non-superuser-db | Stan Hu | 2017-11-09 | 3 | -0/+30 |
| | | | | | | | | | We have run into permission issues with MySQL triggers in #36633 that would have been caught earlier either if our migration tests or GitLab QA tests had been testing against non-superuser users. This change creates a non-superuser that has access to the GitLab test database and uses that. Closes #39932 | ||||
* | Use the --parallel Rubocop flag in the static-analysis and improve the job39790-use-the-parallel-rubocop-option-in-the-static-analysis-ci-job | Rémy Coutable | 2017-11-03 | 1 | -7/+16 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update scripts/prepare_build.sh | bogdanvlviv | 2017-10-17 | 1 | -4/+2 |
| | |||||
* | Extend changelog checker to test file extensions | Sean McGivern | 2017-09-29 | 1 | -2/+5 |
| | | | | | Changelogs without a .yml extension won't be picked up, and will be ignored completely, so fail the pipeline when one of those is found. | ||||
* | Add static analysis job to find invalid YAML in changelogs | Sean McGivern | 2017-09-27 | 2 | -1/+21 |
| | | | | | | | When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future. | ||||
* | Check for exec permissions also in app/docs/chmod-644 | Achilleas Pipinellis | 2017-09-25 | 1 | -3/+2 |
| | |||||
* | Add check for exec permissions and refactor lint doc script | Achilleas Pipinellis | 2017-09-25 | 1 | -2/+17 |
| | |||||
* | Merge branch 'dz-check-schema' into 'master' | Rémy Coutable | 2017-09-19 | 1 | -0/+10 |
|\ | | | | | | | | | | | | | Add rake task to check db schema is valid Closes #37568 See merge request gitlab-org/gitlab-ce!14365 | ||||
| * | Add rake task to check db schema is validdz-check-schema | Dmitriy Zaporozhets | 2017-09-19 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Refine docs trigger script and use a really long branch name to test it | Achilleas Pipinellis | 2017-09-19 | 1 | -14/+31 |
|/ | |||||
* | Resolve RuboCop violations in scripts/trigger-build-docs | Robert Speicher | 2017-09-07 | 1 | -6/+6 |
| | |||||
* | Add script and job to trigger a docs build | Achilleas Pipinellis | 2017-09-07 | 2 | -0/+80 |
| | |||||
* | Add a linter for PO files | Bob Van Landuyt | 2017-08-31 | 1 | -1/+2 |
| | |||||
* | Upgrade mail and nokogiri gems due to security issues | Markus Koller | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Retrieve and sync flaky specs report from and to S3 | Rémy Coutable | 2017-08-11 | 2 | -1/+22 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove test gitaly when older than version file | Jacob Vosmaer (GitLab) | 2017-08-03 | 1 | -1/+10 |
| | |||||
* | Make sure we didn't commit conflicts | Lin Jen-Shin (godfat) | 2017-08-01 | 2 | -1/+7 |
| | |||||
* | CI fixes for gitaly-ruby | Jacob Vosmaer | 2017-08-01 | 2 | -0/+17 |
| | |||||
* | Don't install fog-aws and mime-types gems in scripts/prepare_build.sh34915-do-not-install-fog-aws-in-prepare_build | Rémy Coutable | 2017-07-13 | 1 | -1/+1 |
| | | | | | | Instead, install them only for the 'update-knapsack' job. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Revert "Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'" | Rémy Coutable | 2017-07-11 | 1 | -3/+2 |
| | | | This reverts merge request !12753 | ||||
* | Merge branch '34902-bump-knapsack-to-1-14-0' into 'master' | Rémy Coutable | 2017-07-11 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | Bump knapsack to 1.14.0 Closes #34902 See merge request !12753 | ||||
| * | Bump knapsack to 1.14.0 | Takuya Noguchi | 2017-07-11 | 1 | -2/+3 |
| | | |||||
* | | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 1 | -3/+12 |
|/ |