summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-042-2/+1
* Merge branch 'issue-discussions-refactor' into 'master'Jacob Schatz2017-09-021-2/+2
|\
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3128-113/+234
| |\
| * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3136-96/+319
| |\ \
| * \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-3034-145/+363
| |\ \ \
| * \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-2327-646/+373
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-1761-151/+356
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-1223-63/+519
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-1023-38/+39
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0850-470/+1144
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-071-4/+10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0420-63/+370
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-0131-81/+283
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-3162-702/+1131
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add full JSON endpoints for issue notes and discussionsDouwe Maan2017-07-211-2/+2
* | | | | | | | | | | | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-014-48/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Move the key restriction validation to its own classNick Thomas2017-08-301-1/+1
| * | | | | | | | | | | | | | Address review commentsNick Thomas2017-08-302-10/+7
| * | | | | | | | | | | | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-303-37/+27
| * | | | | | | | | | | | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-305-48/+100
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'bvl-validate-po-files' into 'master'Douwe Maan2017-09-016-0/+381
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Validate unescaped `%` chars in PO filesBob Van Landuyt2017-09-012-3/+36
| * | | | | | | | | | | | | | Fetch all translation keys using a regexBob Van Landuyt2017-08-311-5/+1
| * | | | | | | | | | | | | | Take `nplurals` into account when validating translations.Bob Van Landuyt2017-08-314-55/+44
| * | | | | | | | | | | | | | Check for newlines in different methods on TranslationEntryBob Van Landuyt2017-08-312-2/+18
| * | | | | | | | | | | | | | Split translation & metadata entries into classesBob Van Landuyt2017-08-314-96/+114
| * | | | | | | | | | | | | | Validate the number of plurals in an entryBob Van Landuyt2017-08-312-7/+49
| * | | | | | | | | | | | | | Move detailed information of an entry into a separate classBob Van Landuyt2017-08-312-29/+77
| * | | | | | | | | | | | | | Move `PoLinter` into `Gitlab::I18n`Bob Van Landuyt2017-08-313-193/+195
| * | | | | | | | | | | | | | Only perform `join_message` in `validate_variable_usage`Bob Van Landuyt2017-08-311-9/+8
| * | | | | | | | | | | | | | Check newlines in translationsBob Van Landuyt2017-08-311-0/+16
| * | | | | | | | | | | | | | Add spec for languages without pluralsBob Van Landuyt2017-08-311-1/+9
| * | | | | | | | | | | | | | Add a linter for PO filesBob Van Landuyt2017-08-313-0/+212
| * | | | | | | | | | | | | | Track the locale in Sentry so we know which ones are failingBob Van Landuyt2017-08-311-0/+2
* | | | | | | | | | | | | | | Simplify Git interactions in AfterImportServiceJacob Vosmaer (GitLab)2017-09-011-2/+8
* | | | | | | | | | | | | | | Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan2017-09-011-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-4/+0
* | | | | | | | | | | | | | | | Merge branch 'rs-api-use-project-requirements' into 'master'Sean McGivern2017-09-0132-35/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-3132-35/+35
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Make Gitaly PostUploadPack mandatoryJacob Vosmaer (GitLab)2017-09-011-4/+1
* | | | | | | | | | | | | | | | Merge branch 'gitaly-shell-redis' into 'master'Dmitriy Zaporozhets2017-09-013-1/+64
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-313-1/+64
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '37266-nomethoderror-undefined-method-current_application_settin...Douwe Maan2017-08-3114-7/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-3114-7/+22
* | | | | | | | | | | | | | | Merge branch '31470-api-file-raw' into 'master'Sean McGivern2017-08-311-6/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix :file_path - add requirements:Marc Siegfriedt2017-08-301-6/+8
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'gitaly-440-shell-fetch-remote' into 'master'Sean McGivern2017-08-313-18/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remoteKim "BKC" Carlbäcker2017-08-303-18/+56
* | | | | | | | | | | | | | | | Decrease ABC threshold to 55.25Maxim Rydkin2017-08-311-40/+42
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'feature/gb/add-complex-jobs-only-except-config-policy' into 'ma...Kamil Trzciński2017-08-319-42/+106
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |