summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | 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
| * | | | | Wait for requests after each Spinach scenario instead of featuredm-wait-for-requestsDouwe Maan2017-05-121-6/+1
| | | | | |
* | | | | | Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray2017-05-128-17/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add fixed positioning to top level navbar Closes #30975 See merge request !10751
| * | | | | | Fix specsAnnabel Dunstone Gray2017-05-122-3/+3
| | | | | | |
| * | | | | | Fix specsAnnabel Dunstone Gray2017-05-127-14/+14
| | | | | | |
* | | | | | | Merge branch 'sh-relax-backup-rake-spec' into 'master' Stan Hu2017-05-121-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relax rake backup regex to handle CE and EE RCs See merge request !11345
| * | | | | | | Relax rake backup regex to handle CE and EE RCssh-relax-backup-rake-specStan Hu2017-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://rubular.com/r/uTDlT85zW1
* | | | | | | | Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan2017-05-126-91/+114
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix conflict resolution from corrupted upstream Closes gitlab-ee#2128 See merge request !11298
| * | | | | | | Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-126-91/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't know why this happens exactly, but given an upstream and fork repository from a customer, both of which required GC, resolving conflicts would corrupt the fork so badly that it couldn't be cloned. This isn't a perfect fix for that case, because the MR may still need to be merged manually, but it does ensure that the repository is at least usable. My best guess is that when we generate the index for the conflict resolution (which we previously did in the target project), we obtain a reference to an OID that doesn't exist in the source, even though we already fetch the refs from the target into the source. Explicitly setting the source project as the place to get the merge index from seems to prevent repository corruption in this way.
* | | | | | | | Merge branch 'disable-usage-ping' into 'master'Robert Speicher2017-05-122-0/+63
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usage ping updates Closes #31741 and #31453 See merge request !11231
| * | | | | | | | Add hostname to usage pingSean McGivern2017-05-111-0/+1
| | | | | | | | |
| * | | | | | | | Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
* | | | | | | | | Merge branch 'dz-project-list-cache-key' into 'master' Douwe Maan2017-05-121-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve project list cache key Closes #31863 See merge request !11325
| * | | | | | | | Change project list cache key to use route.cache_key instead of namespacedz-project-list-cache-keyDmitriy Zaporozhets2017-05-122-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Add parent full path to project list cache keyDmitriy Zaporozhets2017-05-122-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern2017-05-129-13/+165
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autolink package names in Gemfile See merge request !11224
| * | | | | | | | | Remove unrelated link from specDouwe Maan2017-05-121-7/+0
| | | | | | | | | |
| * | | | | | | | | Link Gemfile git URLsDouwe Maan2017-05-121-1/+5
| | | | | | | | | |
| * | | | | | | | | Fix specsDouwe Maan2017-05-102-4/+4
| | | | | | | | | |
| * | | | | | | | | Autolink package names in GemfileDouwe Maan2017-05-103-0/+87
| | | | | | | | | |
| * | | | | | | | | Add Gitlab::StringRegexMarkerDouwe Maan2017-05-102-2/+20
| | | | | | | | | |
| * | | | | | | | | Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan2017-05-103-9/+59
| | | | | | | | | |
* | | | | | | | | | Removed all instances of Object.assign by using es6 classes, also includes ↵Luke "Jared" Bennett2017-05-122-51/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some …
* | | | | | | | | | Merge branch '27439-performance-deltas' into 'master' Douwe Maan2017-05-127-44/+116
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose memory deltas between app deployments and refactor prometheus queries to support more custom queries See merge request !10981
| * | | | | | | | | | Respond with 404 when metrics are not enabled or deployment_metrics is not ↵Pawel Chojnacki2017-05-121-21/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented
| * | | | | | | | | | Avoid comma t the end of hashPawel Chojnacki2017-05-121-1/+1
| | | | | | | | | | |
| * | | | | | | | | | match query times with appropriate deltaPawel Chojnacki2017-05-111-8/+9
| | | | | | | | | | |
| * | | | | | | | | | Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-114-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + fix tests
| * | | | | | | | | | Custom queries for prometheusPawel Chojnacki2017-05-114-16/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
* | | | | | | | | | | Merge branch 'bvl-fix-dynamic-path-query' into 'master' Douwe Maan2017-05-121-0/+31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only rename namespaces and projects with an invalid path See merge request !11338