summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backstage/gb/optimize-notification-specs' into 'master'Robert Speicher2017-09-012-67/+33
|\ | | | | | | | | Optimize notification emails specs See merge request !13986
| * 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 & out Closes #37022 See merge request !13929
| * | Fixes the fly-out navigation flashing in & outfly-out-nav-hiding-fixPhil Hughes2017-08-311-0/+27
| | | | | | | | | | | | Closes #37022
* | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-0113-1/+1920
|\ \ \ | | | | | | | | | | | | | | | | Validate PO files in static analysis See merge request !13000
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rollback changes made to signing_enabled. Closes #37202 See merge request !13956
| * | | | 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 failure See merge request !13985
| * | | | | Fixed group merge requests failurePhil Hughes2017-09-011-1/+1
| | | | | |
* | | | | | Merge branch 'move-action' into 'master'Sean McGivern2017-09-013-0/+139
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge request to address /move functionality. See merge request !13436
| * | | | | | /move project functionality. Squash commit.Manolis Mavrofidis2017-08-313-0/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to add all issues to be updated. Added functionality, proper tests, documentation and changelog.
* | | | | | | Merge branch 'sm-cherry-pick-list-commits-in-message' into 'master'Sean McGivern2017-09-014-3/+67
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Add 'from commit' information to cherry-picked commits See merge request !13475
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also improved the UT for better documenting this change.
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list of commits must be generated from the merge request, not from a diff of the branches.
| * | | | | | Extended UTs for the new cherry-pick message formatSaverio Miroddi2017-08-162-1/+28
| | | | | | |
| * | | | | | Fix build failures related to cherry-pick message changesSaverio Miroddi2017-08-162-2/+2
| | | | | | |
* | | | | | | Merge branch '35686-unescape-wiki-title' into 'master'Sean McGivern2017-09-011-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unescape HTML characters in Wiki title Closes #35686 See merge request !13942
| * | | | | | | Unescape HTML characters in Wiki titleJacopo2017-08-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The special characters of a wiki title are now escaped correctly.
* | | | | | | | Merge branch 'issue_36820' into 'master'Sean McGivern2017-09-011-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove closing external issues by reference error Closes #36820 See merge request !13910
| * | | | | | | | Remove closing external issues by reference errorissue_36820Felipe Artur2017-08-311-0/+2
| | | | | | | | |
* | | | | | | | | Make Gitaly PostUploadPack mandatoryJacob Vosmaer (GitLab)2017-09-011-14/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'enable-new-navigaton-by-default' into 'master'Tim Zallmann2017-09-0122-116/+85
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the new navigation by default See merge request !13387
| * \ \ \ \ \ \ \ \ Merge branch 'master' into enable-new-navigaton-by-defaultenable-new-navigaton-by-defaultPhil Hughes2017-08-3058-214/+1085
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | more navigation spec fixesPhil Hughes2017-08-301-2/+2
| | | | | | | | | | |
| * | | | | | | | | | spinach test updatesPhil Hughes2017-08-302-1/+3
| | | | | | | | | | |
| * | | | | | | | | | spec updatesPhil Hughes2017-08-293-0/+6
| | | | | | | | | | |
| * | | | | | | | | | fixed boards specsPhil Hughes2017-08-291-0/+2
| | | | | | | | | | |
| * | | | | | | | | | more spec fixesPhil Hughes2017-08-297-24/+23
| | | | | | | | | | |
| * | | | | | | | | | spec updatesPhil Hughes2017-08-299-81/+41
| | | | | | | | | | |
| * | | | | | | | | | fixed up a bunch of specsPhil Hughes2017-08-295-10/+10
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | some caused by webkit prefixes
* | | | | | | | | | Merge branch 'gitaly-shell-redis' into 'master'Dmitriy Zaporozhets2017-09-012-0/+126
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement /internal/post_receive unified endpoint for PostReceive tasks See merge request !13916
| * | | | | | | | | | Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-312-0/+126
| | | | | | | | | | |