summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixes the fly-out navigation flashing in & outfly-out-nav-hiding-fixPhil Hughes2017-08-311-0/+27
| | | | Closes #37022
* Merge branch 'feature/gb/add-complex-jobs-only-except-config-policy' into ↵Kamil Trzciński2017-08-318-110/+224
|\ | | | | | | | | | | | | 'master' New syntax for CI/CD job triggering policy that supports variables expressions See merge request !13769
| * Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-20/+0
| |
| * Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+13
| |
| * Fix rubocop offense in YAML processor specsGrzegorz Bizon2017-08-261-1/+0
| |
| * Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-5/+22
| |
| * Fix Rubocop offense in CI/CD only/except policy classGrzegorz Bizon2017-08-251-1/+1
| |
| * Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-253-19/+26
| |
| * Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-1/+1
| |
| * Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+6
| |
| * Add specs for a simplifiable CI/CD entry aspectGrzegorz Bizon2017-08-251-0/+75
| |
| * Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-251-0/+26
| |
| * Make it possible to define CI/CD config strategiesGrzegorz Bizon2017-08-251-31/+36
| |
| * Use aspect-oriented design in CI/CD config entriesGrzegorz Bizon2017-08-242-30/+16
| |
| * Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-241-2/+2
| |
* | Merge branch 'fly-out-nav-jump-fix' into 'master'Tim Zallmann2017-08-311-24/+10
|\ \ | | | | | | | | | | | | | | | | | | Fixed fly-out nav jumping Closes #36699 See merge request !13690
| * | Fixed fly-out nav jumpingfly-out-nav-jump-fixPhil Hughes2017-08-191-24/+10
| | | | | | | | | | | | Closes #36699
* | | Merge branch 'refactor-prometheus-graph-layout' into 'master'Fatih Acet2017-08-307-36/+39
|\ \ \ | | | | | | | | | | | | | | | | Rename prometheus Vue components See merge request !13938
| * | | update specs to match reorganized monitoring componentsrefactor-prometheus-graph-layoutMike Greiling2017-08-307-36/+39
| | | |
* | | | Fix invalid attribute used for time-ago-tooltip componentClement Ho2017-08-301-0/+10
| | | |
* | | | Merge branch '36807-gc-unwanted-refs-after-import' into 'master'Douwe Maan2017-08-304-2/+113
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unwanted refs after importing a project Closes #36807 See merge request !13766
| * \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-08-312-0/+44
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36807-gc-unwanted-refs-after-import * upstream/master: Don't use public_send in destroy_conditionally! helper Fix MySQL failure for emoji autocomplete max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably) Replace 'project/user_lookup.feature' spinach test with an rspec analog Move GPG signed commits docs to new location
| * | | | | Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-importLin Jen-Shin2017-08-301-0/+34
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-08-30146-717/+2431
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36807-gc-unwanted-refs-after-import * upstream/master: (225 commits) Add changelog entry Backports EE 2756 logic to CE. Make rubocop happy Make profile settings dropdown consistent Add filter by my reaction Update spec initialization with it being a shared component Update identicon path and selector Renamed to `identicon` and make shared component Merge branch 'master-i18n' into 'master' Fix broken Frontend JS guide Replace 'project/star.feature' spinach test with an rspec analog Adds position fixed to right sidebar Fixes the margin of the top buttons of the pipeline page Remove commented out code Better align fallback image emojis Decrease Metrics/CyclomaticComplexity threshold to 15 Add changelog Respect the default visibility level when creating a group Further break with_repo_branch_commit into parts Make sure inspect doesn't generate crazy string ...
| * | | | | | Fix testsLin Jen-Shin2017-08-281-5/+5
| | | | | | |
| * | | | | | Try to make reserved ref names more obviousLin Jen-Shin2017-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So that whenever we want to reserve more, we're aware, and don't mess it up.
| * | | | | | Resolve feedback on the MR:Lin Jen-Shin2017-08-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13766 * Rename AfterImportService * Use constants * Move Git operations to Gitlab::Git::Repository * Use Regexp.union
| * | | | | | Move to Projects::HousecleaningServiceLin Jen-Shin2017-08-242-6/+6
| | | | | | |
| * | | | | | Use block rather than just bLin Jen-Shin2017-08-241-4/+4
| | | | | | |
| * | | | | | Just use methods over constants, so that we couldLin Jen-Shin2017-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | take the advantage that if they're not used, we could garbage collect those data, reducing memory footprint.
| * | | | | | Add changelog and testsLin Jen-Shin2017-08-233-2/+79
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'check-trigger-permissions-mysql' into 'master'Douwe Maan2017-08-302-4/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve migrations using triggers Closes #36633 See merge request !13666
| * | | | | | Improve migrations using triggerscheck-trigger-permissions-mysqlYorick Peterse2017-08-292-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a bunch of checks to migrations that may create or drop triggers. Dropping triggers/functions is done using "IF EXISTS" so we don't throw an error if the object in question has already been dropped. We now also raise a custom error (message) when the user does not have TRIGGER privileges. This should prevent the schema from entering an inconsistent state while also providing the user with enough information on how to solve the problem. The recommendation of using SUPERUSER permissions is a bit extreme but we require this anyway (Omnibus also configures users with this permission). Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36633
* | | | | | | Merge branch '28453-add-time-estimate-time-spent-to-api-issue-output' into ↵Robert Speicher2017-08-303-2/+26
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add time stats to Issue and Merge Request API Closes #28453 See merge request !13335
| * | | | | | Add missing N+1 test to issues specTravis Miller2017-08-291-0/+12
| | | | | | |
| * | | | | | Add time stats to API schema for issue and merge request end pointsTravis Miller2017-08-292-2/+14
| | | | | | |
* | | | | | | Merge branch 'replace_spinach_user_lookup.feature' into 'master'Robert Speicher2017-08-302-0/+44
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Replace 'project/user_lookup.feature' spinach test with an rspec analog See merge request !13863
| * | | | | | Replace 'project/user_lookup.feature' spinach test with an rspec analogblackst0ne2017-08-302-0/+44
| | | | | | |
* | | | | | | Merge branch 'perf.slow-issuable' into 'master'Sean McGivern2017-08-301-1/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perf.slow issuable Closes #32844 See merge request !13685
| * | | | | | | Further break with_repo_branch_commit into partsperf.slow-issuableLin Jen-Shin2017-08-291-1/+35
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | So it's more clear what could happen. Also add more tests about the behaviour.
* | | | | | | Merge branch 'improve-autocomplete-user-performance' into 'master'Yorick Peterse2017-08-303-6/+78
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve AutocompleteController#users.json performance Closes #36879 See merge request !13754
| * | | | | | | RefactorHiroyuki Sato2017-08-291-1/+1
| | | | | | | |
| * | | | | | | Move the logic to a concernHiroyuki Sato2017-08-291-8/+8
| | | | | | | |
| * | | | | | | Fix escape characters was not sanitizedHiroyuki Sato2017-08-261-0/+24
| | | | | | | |
| * | | | | | | Improve AutocompleteController#user.json performanceHiroyuki Sato2017-08-253-6/+54
| | | | | | | |
* | | | | | | | Merge branch '37198-api-doesn-t-respect-default-group-visibility' into 'master'Sean McGivern2017-08-301-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect the default visibility level when creating a group via the API Closes #37198 See merge request !13903
| * | | | | | | | Respect the default visibility level when creating a groupRobert Schilling2017-08-291-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern2017-08-3026-26/+224
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Respect the 'If-Unmodified-Since' for delete endpoints See merge request !9621
| * | | | | | | | Add a spec when ressource is not modifiedRobert Schilling2017-08-292-4/+20
| | | | | | | | |
| * | | | | | | | Add tests for the unmodified headerRobert Schilling2017-08-2826-23/+206
| | | | | | | | |