- 06 Jun, 2017 10 commits
-
-
Grzegorz Bizon authored
* feature/gb/migrate-pipeline-stages: Fix reverting builds stage ref migration on MySQL
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* feature/gb/migrate-pipeline-stages: Migrate stages only with correct foreign references Create index on pipeline stages after migrating stages Improve indexes and refs in pipeline stages migrations Fix typo in build stages reference migration Improve order of columns in pipeline stages table Make pipeline stages ref migration more readable
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 05 Jun, 2017 28 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* feature/gb/migrate-pipeline-stages: Use the latest migration version as a schema version Remove stage index concurrently on migration rollback Disable timeouts in foreign keys for stages migration Remove obsolete stages/build before adding foreign keys Create indexes on pipeline stages before migration Migrate stage_id only it job does not have it already Migrate pipeline stages only when not migrated already
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Creates an index in ci_stages before migrating pipeline stages from ci_builds, to improve migration performance.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* feature/gb/migrate-pipeline-stages: Calculate previous migration version in specs support Conflicts: spec/spec_helper.rb
-
Grzegorz Bizon authored
* master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: db/schema.rb spec/spec_helper.rb
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
* master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: app/serializers/pipeline_entity.rb db/schema.rb spec/factories/ci/stages.rb spec/lib/gitlab/import_export/safe_model_attributes.yml spec/services/ci/create_pipeline_service_spec.rb spec/spec_helper.rb
-
Grzegorz Bizon authored
-
Phil Hughes authored
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
-
Kamil Trzciński authored
Add slugified project path to CI environment variables Closes #31061 See merge request !11838
-
Kamil Trzciński authored
Initial implementation for real time job view Closes #31397 See merge request !11651
-
Sean McGivern authored
Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376
-
Sean McGivern authored
ConvDev Index Closes #30469 See merge request !11377
-
Phil Hughes authored
Improve user experience around slash commands in instant comments Closes #32464 See merge request !11612
-
Kushal Pandya authored
-
Grzegorz Bizon authored
This makes it possible to test migration on the schema this migration was written for, without a need to specify a previous schema version manually.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Kamil Trzciński authored
Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
-
Kamil Trzciński authored
Fix LFS timeouts when trying to save large files Closes #33218 See merge request !11866
-
Stan Hu authored
The following was happening: 1. Workhorse stores an LFS file in /var/opt/gitlab/gitlab-rails/shared/lfs-objects 2. CarrierWave then renames the file to a temporary directory (e.g. /opt/gitlab/embedded/service/gitlab-rails/tmp) 3. CarrierWave then renames the file to its final location (e.g. /var/opt/gitlab/gitlab-rails/shared/lfs-objects) When the LFS upload path was on a different filesystem than the Rails installation, step 2 could take a longer than 10 seconds, at which point Workhorse would time out with "badgateway: failed after 10s: context canceled". This change makes the work path in the same root as the LFS storage path, preventing moves across filesystems. Closes #33218
-
- 04 Jun, 2017 2 commits
-
-
Tim Zallmann authored
Merge branch '32992-consider-using-zopfli-over-standard-gzip-compression-for-webpack-assets' into 'master' Use zopfli for better asset compression and disable compression in CI Closes #32992 See merge request !11798
-
Z.J. van de Weg authored
-