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
path: root/db
AgeCommit message (Collapse)Author
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-07Sync email address from specified omniauth provider - db changesRobin Bobbitt
2017-06-07Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil Trzciński
Migrate pipeline stages in the database See merge request !11714
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
2017-06-07Merge branch '12910-snippets-description' into 'master'Phil Hughes
Support descriptions for snippets Closes #31894 See merge request !11071
2017-06-06Fix error while seeding projects in databaseDouglas Barbosa Alexandre
2017-06-06Fix reverting builds stage ref migration on MySQLGrzegorz Bizon
2017-06-06Migrate stages only with correct foreign referencesGrzegorz Bizon
2017-06-06Create index on pipeline stages after migrating stagesGrzegorz Bizon
2017-06-06Improve indexes and refs in pipeline stages migrationsGrzegorz Bizon
2017-06-06Fix typo in build stages reference migrationGrzegorz Bizon
2017-06-06Improve order of columns in pipeline stages tableGrzegorz Bizon
2017-06-06Make pipeline stages ref migration more readableGrzegorz Bizon
2017-06-06Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by ↵Pawel Chojnacki
defaulting to false
2017-06-05Use the latest migration version as a schema versionGrzegorz Bizon
2017-06-05Remove stage index concurrently on migration rollbackGrzegorz Bizon
2017-06-05Disable timeouts in foreign keys for stages migrationGrzegorz Bizon
2017-06-05Remove obsolete stages/build before adding foreign keysGrzegorz Bizon
2017-06-05Create indexes on pipeline stages before migrationGrzegorz Bizon
Creates an index in ci_stages before migrating pipeline stages from ci_builds, to improve migration performance.
2017-06-05Migrate stage_id only it job does not have it alreadyGrzegorz Bizon
2017-06-05Migrate pipeline stages only when not migrated alreadyGrzegorz Bizon
2017-06-05Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon
* 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
2017-06-05Merge branch 'fix-realtime-edited-text-for-issues-9-3' into 'master'Phil Hughes
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. See merge request !11478
2017-06-05Merge branch 'sidekiq-transaction' into 'master'Sean McGivern
Forbid Sidekiq scheduling in transactions Closes #27233 See merge request !9376
2017-06-05Merge branch '30469-convdev-index' into 'master'Sean McGivern
ConvDev Index Closes #30469 See merge request !11377
2017-06-02Make production settings fixture use ↵Pawel Chojnacki
Gitlab::CurrentSettings.current_application_settings small code formatting changes
2017-06-02Make fixture message more descriptivePawel Chojnacki
+ use strip_heredoc to make the text in tests much more readable
2017-06-02Allow enabling Prometheus metrics via ENV variable when db is seededPawel Chojnacki
2017-06-02Make login_counter instance variable instead of class one.Pawel Chojnacki
+ remove unecessarey require + fix small formatiing issues
2017-06-02Mark migration as requiring no downtimePawel Chojnacki
+ Add spaces for four phases approach + fix InfluxDB rename
2017-06-02Add Prometheus metrics configurationPawel Chojnacki
+ Cleanup Gemfile
2017-06-02Prometheus settingsPawel Chojnacki
2017-06-02Fix keys seedDouwe Maan
2017-06-02Fix up merge issuesLuke "Jared" Bennett
2017-06-02Make sure that environment was created before deployingLin Jen-Shin
2017-06-01Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin
* upstream/master: (39 commits) Resolve "Improve Container Registry description" Add username parameter to gravatar URL Fix replying to a commit discussion displayed in the context of an MR Add fog-aliyun as backup storage provider Add missing specs Make sure protected can't be null; Test protected! Update session cookie key name to be unique to instance in development Just mention which GitLab version is required Fix data inconsistency issue for old artifacts by moving them to a currently used path Fix N+1 queries for non-members in comment threads Fix rubocop in spec/helpers/diff_helper_spec.rb Merge two items into one in the doc Only remove FK if it exists Maintain notes avatar at smaller breakpoint Fix pipeline schedule value name in documentation Add test for Project#protected_for? Update diff discussion position per discussion instead of per note Display Shared Runner status in Admin Dashboard Make sure we're loading the fresh variables Now secret_variables_for would return the variables ...
2017-06-01Fix other use of CreateDeploymentService and makeLin Jen-Shin
it a bit more robust against missing options, which we did guard on for some cases.
2017-06-01Merge branch '24196-protected-variables' into 'master'Kamil Trzciński
Implementation for protected variables Closes #24196 See merge request !11688
2017-06-01Add Conversational Development Index page to admin panelTaurie Davis, Simon Knox and Adam Niedzielski
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Make sure protected can't be null; Test protected!Lin Jen-Shin
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-06-01Merge branch 'zj-drop-fk-if-exists' into 'master'Yorick Peterse
Only remove FK if it exists See merge request !11828
2017-06-01Just use the url from options, not saving it as a columnLin Jen-Shin
2017-06-01Merge remote-tracking branch 'upstream/master' into 25680-CI_ENVIRONMENT_URLLin Jen-Shin
* upstream/master: (251 commits) Don't match email addresses or foo@bar as user references Revert "Update GITLAB_SHELL_VERSION" Update GITLAB_SHELL_VERSION Add feature toggles through Flipper Change no_limits to limits Move includes call to scope Add GitLab Resources to University Add Documentation for GIT_CHECKOUT variable Remove entry variable Do not try to preload Commits when using Note.includes(:noteable) Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Introduce source to pipeline entity Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions ...
2017-06-01Only remove FK if it existsZ.J. van de Weg
2017-06-01Merge branch 'master' into '24196-protected-variables'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Update docs and use protected secret variable as the nameLin Jen-Shin