summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove spec as no longer necessary35010-remove-goto-project-from-breadcrumbkushalpandya2017-09-042-102/+0
* Add changelog entrykushalpandya2017-09-021-0/+5
* Remove project select dropdown from breadcrumbkushalpandya2017-09-024-60/+0
* Merge branch 'rs-fix-master' into 'master'Robert Speicher2017-09-012-2/+2
|\
| * Fix a spec failure dependent on load orderrs-fix-masterRobert Speicher2017-09-011-1/+1
| * Ensure `issuables_count_for_state` returns the requested state countRobert Speicher2017-09-011-1/+1
|/
* Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-0128-145/+668
|\
| * More review commentsNick Thomas2017-08-305-3/+13
| * Move the key restriction validation to its own classNick Thomas2017-08-304-10/+33
| * Address review commentsNick Thomas2017-08-3011-36/+29
| * Rework the permissions model for SSH key restrictionsNick Thomas2017-08-3019-301/+228
| * Warn users when their keys are invalidNick Thomas2017-08-303-3/+11
| * Add settings for minimum key strength and allowed key typeNick Thomas2017-08-3026-141/+703
* | Merge branch 'remove-finder-caching' into 'master'Robert Speicher2017-09-016-325/+8
|\ \
| * | Remove issuable finder count cachingSean McGivern2017-08-316-325/+8
* | | Merge branch 'winh-pipeline-graph-dropdowns' into 'master'Clement Ho2017-09-0110-132/+123
|\ \ \
| * | | Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdownswinh2017-08-2910-132/+123
* | | | 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-013-4/+42
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixes the fly-out navigation flashing in & outfly-out-nav-hiding-fixPhil Hughes2017-08-313-4/+42
* | | | | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-0132-13/+2413
|\ \ \ \ \ \
| * | | | | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-015-4/+140
| * | | | | | Fetch all translation keys using a regexBob Van Landuyt2017-08-312-6/+2
| * | | | | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-319-112/+120
| * | | | | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-315-2/+59
| * | | | | | Split translation & metadata entries into classesBob Van Landuyt2017-08-318-238/+271
| * | | | | | Validate the number of plurals in an entryBob Van Landuyt2017-08-316-37/+177
| * | | | | | Move detailed information of an entry into a separate classBob Van Landuyt2017-08-314-34/+153
| * | | | | | Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-314-194/+196
| * | | | | | Only perform `join_message` in `validate_variable_usage`Bob Van Landuyt2017-08-312-10/+8