summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typoauto-focus-description-fieldPhil Hughes2017-05-181-1/+1
|
* Focus the description field in the inline form when mountedPhil Hughes2017-05-171-0/+34
| | | | [ci skip]
* Merge branch 'issue-edit-inline' into issue-edit-inline-description-fieldPhil Hughes2017-05-1619-69/+371
|\ | | | | | | [ci skip]
| * Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-1617-51/+364
| |\
| | * Merge branch 'dm-rename-column-concurrently-with-null' into 'master' Yorick Peterse2017-05-151-2/+4
| | |\ | | | | | | | | | | | | | | | | 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-151-2/+4
| | | |
| | * | Merge branch 'omega-submodules' into 'master'Robert Speicher2017-05-151-0/+13
| | |\ \ | | | | | | | | | | | | | | | | | | | | Omega submodules See merge request !10797
| | | * | submodule_links: Handle in-repository submodule urlsDavid Turner2017-05-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-21/+39
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scope recent searches to project Closes #31902 See merge request !11142
| | | * | | Scope recent searches to projectEric Eastwood2017-05-152-21/+39
| | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
| | * | | | Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-158-28/+100
| | | | | | | | | | | | | | | | | | This reverts merge request !11287
| | * | | | Merge branch '31106-tabs-alignment' into 'master' Annabel Dunstone Gray2017-05-151-1/+1
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | fix Resolved Discussions counter wrapping to next line Closes #31106 See merge request !10775
| | | * | | fix Resolved Discussions counter wrapping to next lineSimon Knox2017-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-152-2/+2
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-132-2/+2
| | | | | | |
| | * | | | | Fix trailing ',' in hash.Bob Van Landuyt2017-05-151-1/+1
| | | | | | |
| | * | | | | Merge branch 'bvl-rename-build-events-to-job-events' into 'master' Douwe Maan2017-05-158-100/+28
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | | Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-157-26/+28
| | | | | | | |
| | * | | | | | Improve slash command stripping, escape temporary note contentsKushal Pandya2017-05-151-4/+42
| | | | | | | |
| | * | | | | | Merge branch 'gitaly-reuse-stubs' into 'master' Robert Speicher2017-05-154-10/+19
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse gRPC stubs instead of channels Closes #31991 and gitaly#187 See merge request !11244
| | | * | | | | | Log gitaly output during testingJacob Vosmaer2017-05-151-1/+2
| | | | | | | | |
| | | * | | | | | Don't reuse gRPC channelsJacob Vosmaer2017-05-154-9/+17
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
| | * | | | | | Merge branch 'spec-minor-fix' into 'master' Rémy Coutable2017-05-151-8/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor spec improvement See merge request !11373
| | | * | | | | | Minor spec improvementspec-minor-fixValery Sizov2017-05-151-8/+1
| | | | | | | | |
| | * | | | | | | Create a Users FinderGeorge Andrinopoulos2017-05-151-0/+66
| | | | | | | | |
| | * | | | | | | Add script to regenerate seed_repo.rb for Gitlab::Git testsJacob Vosmaer (GitLab)2017-05-152-1/+172
| | | | | | | | |
| | * | | | | | | Merge branch 'enable-auto-cancelling-by-default' into 'master' Kamil Trzciński2017-05-151-2/+5
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make auto-cancelling pending pipelines on by default Closes #30656 See merge request !11023
| | | * | | | | | Disable auto_cancel_pending_pipelines in PostReceive testLin Jen-Shin2017-05-151-2/+5
| | | | | | | | |
| * | | | | | | | Stop passing through the store objectissue-edit-inline-title-fieldPhil Hughes2017-05-152-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | Issue inline edit title fieldPhil Hughes2017-05-153-3/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | Issue inline edit title fieldPhil Hughes2017-05-153-3/+52
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Moved json parsing out of servicePhil Hughes2017-05-151-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Shows delete button if permissions are correctPhil Hughes2017-05-152-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Added inline issue edit form actionsPhil Hughes2017-05-152-0/+217
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'allow_numeric_values_in_gitlab_ci_yml' into 'master' Kamil Trzciński2017-05-152-2/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow numeric values in gitlab-ci.yml Closes #30017 See merge request !10607
| * | | | | | Allow numeric values in gitlab-ci.ymlblackst0ne2017-05-072-2/+10
| | | | | | |
* | | | | | | Merge branch 'rename-column-concurrently-defaults' into 'master' Rémy Coutable2017-05-151-2/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix adding defaults for concurrent column renames See merge request !11335
| * | | | | | | Fix adding defaults for concurrent column renamesrename-column-concurrently-defaultsYorick Peterse2017-05-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By adding the default value _after_ adding the column we avoid updating all rows in a table, saving a lot of time and unnecessary work in the process.
* | | | | | | | Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-154-27/+81
| | | | | | | |
* | | | | | | | Merge branch 'dturner/username' into 'master' Rémy Coutable2017-05-151-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add username field to push webhook Closes #32136 See merge request !11272
| * | | | | | | Add username field to push webhookDavid Turner2017-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Turner <novalis@novalis.org>
* | | | | | | | Merge branch 'fix/support-commit-deltas-only-for-gitaly' into 'master' Robert Speicher2017-05-142-24/+41
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fetch commit deltas from Gitaly Closes gitaly#199 See merge request !11122
| * | | | | | | Add support for deltas_only under GitalyAhmad Sherif2017-05-132-24/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#199
* | | | | | | | Merge branch '26325-system-hooks' into 'master' Robert Speicher2017-05-136-3/+76
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport New SystemHook: `repository_update` Closes #26325 See merge request !11140
| * | | | | | | | CodestyleGabriel Mazetto2017-05-131-1/+1
| | | | | | | | |
| * | | | | | | | Update SystemHooks API to expose and handle new repository_update_eventsGabriel Mazetto2017-05-122-2/+4
| | | | | | | | |
| * | | | | | | | Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-122-0/+41
| | | | | | | | |
| * | | | | | | | Added repository_update hookGabriel Mazetto2017-05-123-1/+31
| | | | | | | | |
* | | | | | | | | Merge branch 'dm-wait-for-requests' into 'master' Douwe Maan2017-05-121-6/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Wait for requests after each Spinach scenario instead of feature See merge request !11349