summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-filtered-issue-search-speed' into 'master'Sean McGivern2017-09-011-424/+114
|\
| * Shorten the search input for "text with other filters" specrs-filtered-issue-search-speedRobert Speicher2017-09-011-1/+1
| * Turns out that short name was important, who knew!Robert Speicher2017-09-011-1/+6
| * Combine multiple `it` blocks in filter_issues_specRobert Speicher2017-09-011-18/+9
| * Remove more redundant specs in filter_issues_specRobert Speicher2017-09-011-72/+17
| * Re-order top-level `let`s, so that labels are groupedRobert Speicher2017-09-011-1/+1
| * Remove unused select_search_at_index helperRobert Speicher2017-09-011-4/+0
| * Reduce duplication in RSS feed specs for filter_issues_specRobert Speicher2017-09-011-26/+24
| * Remove the top-level closed issue from filter_issues_specRobert Speicher2017-09-011-6/+6
| * Remove unused labels from filter_issues_specRobert Speicher2017-09-011-4/+1
| * Reduce issues and milestones created in global filter_issues_spec setupRobert Speicher2017-09-011-18/+24
| * Clean up the still-way-too-complex filter_issues_spec setupRobert Speicher2017-09-011-33/+26
| * Remove an unnecessary issue creationRobert Speicher2017-09-011-4/+3
| * Remove unnecessary attributes from factoriesRobert Speicher2017-09-011-3/+4
| * Scope group creation to the specs that actually require itRobert Speicher2017-09-011-4/+8
| * Use a positive assertion for have_no_selector rather than the inverseRobert Speicher2017-09-011-1/+1
| * Remove unnecessary include from filter_issues_specRobert Speicher2017-09-011-1/+0
| * Remove redundant specs from filter_issues_specRobert Speicher2017-09-011-254/+10
* | Merge branch 'backstage/gb/optimize-notification-specs' into 'master'Robert Speicher2017-09-012-67/+33
|\ \
| * | Remove some empty lines from notify specsbackstage/gb/optimize-notification-specsGrzegorz Bizon2017-09-011-3/+0
| * | Optimize notification emails specsGrzegorz Bizon2017-09-012-65/+34
* | | Merge branch 'fly-out-nav-hiding-fix' into 'master'Filipa Lacerda2017-09-011-0/+27
|\ \ \ | |_|/ |/| |
| * | Fixes the fly-out navigation flashing in & outfly-out-nav-hiding-fixPhil Hughes2017-08-311-0/+27
* | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-0113-1/+1920
|\ \ \
| * | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-013-1/+104
| * | | Fetch all translation keys using a regexBob Van Landuyt2017-08-311-1/+1
| * | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-315-57/+76
| * | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-313-0/+41
| * | | Split translation & metadata entries into classesBob Van Landuyt2017-08-314-142/+157
| * | | Validate the number of plurals in an entryBob Van Landuyt2017-08-314-30/+128
| * | | Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-5/+76
| * | | Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-311-1/+1
| * | | Only perform `join_message` in `validate_variable_usage`Bob Van Landuyt2017-08-311-1/+0
| * | | Check newlines in translationsBob Van Landuyt2017-08-312-2/+25
| * | | Add spec for languages without pluralsBob Van Landuyt2017-08-313-0/+66
| * | | Add a linter for PO filesBob Van Landuyt2017-08-316-1/+1472
| * | | Track the locale in Sentry so we know which ones are failingBob Van Landuyt2017-08-311-0/+13
* | | | Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-014-18/+17
|\ \ \ \
| * | | | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-014-18/+17
* | | | | Merge branch 'group-merge-requests-test-fix' into 'master'Sean McGivern2017-09-011-1/+1
|\ \ \ \ \
| * | | | | Fixed group merge requests failurePhil Hughes2017-09-011-1/+1
* | | | | | Merge branch 'move-action' into 'master'Sean McGivern2017-09-013-0/+139
|\ \ \ \ \ \
| * | | | | | /move project functionality. Squash commit.Manolis Mavrofidis2017-08-313-0/+139
* | | | | | | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-014-3/+67
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Improve description of a Commit#cherry_pick_message UTSaverio Miroddi2017-08-221-2/+2
| * | | | | | Fix rubocop errors in spec/models/commit_spec.rbSaverio Miroddi2017-08-211-2/+0
| * | | | | | Add UT for cherry-pick of an existing merge that is not foundSaverio Miroddi2017-08-211-19/+30
| * | | | | | Reverse order of commits in MR cherry-pick messageSaverio Miroddi2017-08-211-2/+3
| * | | | | | Remove redundant statement part in a test suiteSaverio Miroddi2017-08-181-1/+1
| * | | | | | Correct the cherry-pick message for merge commitsSaverio Miroddi2017-08-173-10/+37