summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-1625-121/+125
| | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
* Merge branch 'winh-autocomplete-error' into 'master' Phil Hughes2017-05-165-54/+76
|\ | | | | | | | | | | | | Replace broken autocomplete field for new tags with dropdown Closes #32127 See merge request !11290
| * Replace broken autocomplete field for new tags with dropdownWinnie Hellmann2017-05-165-54/+76
|/
* Merge branch '32303-nav-z-index' into 'master' Fatih Acet2017-05-161-0/+1
|\ | | | | | | | | | | | | Add higher z-index to fixed nav Closes #32303 See merge request !11393
| * Add higher z-index to fixed nav32303-nav-z-indexAnnabel Dunstone Gray2017-05-151-0/+1
| |
* | Merge branch 'spec-joining-it' into 'master' Rémy Coutable2017-05-164-30/+46
|\ \ | | | | | | | | | | | | [Spec optimization] Joining one-line 'it' blocks See merge request !11372
| * | [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-154-30/+46
| | |
* | | Merge branch '32125-fix-link-to-note-in-diff' into 'master' Fatih Acet2017-05-164-62/+91
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix linking to resolved note in diff Closes #32125 See merge request !11327
| * | | Fix linking to resolved note in diff32125-fix-link-to-note-in-diffEric Eastwood2017-05-124-62/+91
| | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32125
* | | | Merge branch 'zj-pipeline-schedule-owner' into 'master' Kamil Trzciński2017-05-167-21/+92
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Foreign key for Pipeline schedule owner Closes #31932 See merge request !11233
| * | | | Add foreign key on pipeline_schedules.owner_idzj-pipeline-schedule-ownerZ.J. van de Weg2017-05-152-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set to nullify, so the settings remain if the user is deleted. Fixes gitlab-org/gitlab-ce#31932
| * | | | Do not schedule pipelines if the user can'tZ.J. van de Weg2017-05-155-20/+55
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the owner of a pipelines schedule was either blocked or was removed from the project, the pipeline schedular would still schedule the pipeline. This would than fail however, given the user had no access to the project and it contents. However, a better way to handle it would be to not schedule it at all. Furthermore, from now on, such schedules will be deactivated so the schedule worker can ignore it on the next runs.
* | | | Merge branch ↵Kamil Trzciński2017-05-163-3/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache' into 'master' Resolve "Speed up `yarn install` in CI by utilizing inter-pipeline cache" Closes #32219 See merge request !11343
| * | | | alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cacheMike Greiling2017-05-161-1/+1
| | | | |
| * | | | add CHANGELOG.md entry for !11343Mike Greiling2017-05-161-0/+4
| | | | |
| * | | | add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling2017-05-161-1/+1
| | | | |
| * | | | instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-162-2/+5
| | | | |
* | | | | Merge branch '24373-warning-message-go-away' into 'master' Phil Hughes2017-05-163-3/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes warning message should go away once resolved Closes #24373 See merge request !10823
| * | | | | Notes: Warning message should go away once resolvedJacopo2017-05-153-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | Flash error messages disappear(`fadeOut`) automatically after any successful request
* | | | | | Merge branch '32231-fix-transient-failure-of-deployment-query-spec' into ↵Robert Speicher2017-05-161-10/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix transient failure of deployment query spec Closes #32231 See merge request !11371
| * | | | | | Due to DB rounding timestamp to 1s resolution - freeze date on non ↵Pawel Chojnacki2017-05-151-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fractional time
* | | | | | | Merge branch 'issue-boards-label-filtering' into 'master' Filipa Lacerda2017-05-162-1/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue boards not filtering when URL params are encoded Closes #32084 See merge request !11320
| * | | | | | | Fixed tests with params being wrongissue-boards-label-filteringPhil Hughes2017-05-151-1/+4
| | | | | | | |
| * | | | | | | Fixed issue boards not filtering when URL params are encodedPhil Hughes2017-05-122-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #32084
* | | | | | | | Merge branch '31898-pipeline-table-alignment' into 'master' Filipa Lacerda2017-05-161-2/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove extra pipeline margin Closes #31898 See merge request !11255
| * | | | | | | | Remove extra pipeline margin31898-pipeline-table-alignmentAnnabel Dunstone Gray2017-05-101-2/+1
| | | | | | | | |
* | | | | | | | | Merge branch '29421-production-config-assets-compile-false' into 'master' Stan Hu2017-05-161-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set 'config.assets.compile = false' in production Closes #29421 See merge request !9917
| * | | | | | | | | Set 'config.assets.compile = false' in production29421-production-config-assets-compile-falseJames Edwards-Jones2017-03-141-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'dm-rename-column-concurrently-with-null' into 'master' Yorick Peterse2017-05-152-3/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow NULL on renamed column after default has been set See merge request !11396
| * | | | | | | | | | Disallow NULL on renamed column after default has been setDouwe Maan2017-05-152-3/+6
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'omega-submodules' into 'master'Robert Speicher2017-05-153-0/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Omega submodules See merge request !10797
| * | | | | | | | | | submodule_links: Handle in-repository submodule urlsDavid Turner2017-05-153-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it is useful to store submodules in the same repository which contains links to them. Make the UI support this. See https://github.com/twosigma/git-meta/wiki/The-Omega-Repo for information about this strategy Signed-off-by: David Turner <novalis@novalis.org>
* | | | | | | | | | | Merge branch '31902-namespace-recent-searches-to-project' into 'master' Annabel Dunstone Gray2017-05-156-25/+52
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scope recent searches to project Closes #31902 See merge request !11142
| * | | | | | | | | | | Scope recent searches to projectEric Eastwood2017-05-156-25/+52
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
* | | | | | | | | | | Merge branch 'revert-0663458c' into 'master' Douwe Maan2017-05-1525-125/+121
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'" See merge request !11395
| * | | | | | | | | | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-1525-125/+121
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | This reverts merge request !11287
* | | | | | | | | | Merge branch 'use-gitaly-migrate' into 'master' Douwe Maan2017-05-151-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitaly_migrate helper on all current migrations in repository See merge request !11309
| * | | | | | | | | | Use gitaly_migrate helper on all current migrations in repositoryuse-gitaly-migrateAlejandro Rodríguez2017-05-111-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '31106-tabs-alignment' into 'master' Annabel Dunstone Gray2017-05-157-55/+82
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Resolved Discussions counter wrapping to next line Closes #31106 See merge request !10775
| * | | | | | | | | | fix Resolved Discussions counter wrapping to next lineSimon Knox2017-05-137-55/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change all .nav-links to use flex place Resolve Discussions above tabs on small screens, and to the right on large
* | | | | | | | | | | Merge branch 'rename-rendered_title' into 'master' Rémy Coutable2017-05-157-11/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename all references to rendered_title to realtime_changes See merge request !11359
| * | | | | | | | | | | Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-137-11/+11
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'bvl-fix-static-analysis-failure-in-users-finder' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix trailing ',' in hash in `user_finder_spec See merge request !11387
| * | | | | | | | | | | Fix trailing ',' in hash.Bob Van Landuyt2017-05-151-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'docs/install-git' into 'master' Sean Packham (GitLab)2017-05-153-0/+71
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Technical article "How to install Git" See merge request !11384
| * | | | | | | | | | | fix broken linkMarcia Ramos2017-05-151-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | add article - how to install gitMarcia Ramos2017-05-153-0/+71
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-1525-121/+125
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `build_events` to `job_events` Closes #31620 See merge request !11287
| * | | | | | | | | | | | Remove old migration spec.bvl-rename-build-events-to-job-eventsBob Van Landuyt2017-05-151-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From this point, the `services` table doesn't have the `build_events` flag anymore. So instead of updating the spec for this, I removed it. It should have been executed at this point.
| * | | | | | | | | | | | Add `build_events` to project service in the APIBob Van Landuyt2017-05-152-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For backwards compatibility