summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+1
* Improve def pipeline_schedule with authrozation codeShinya Maeda2017-09-041-16/+13
* Improve by zj nice catchesShinya Maeda2017-09-042-25/+14
* Finish specShinya Maeda2017-09-041-1/+1
* Add spec (Halfway)Shinya Maeda2017-09-042-54/+51
* Extend API: Pipeline Schedule VariableShinya Maeda2017-09-042-1/+72
* Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-0/+169
|\
| * Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-0/+169
* | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-042-1/+105
|\ \ | |/
| * Add Gitlab::Git::Repository#==Jacob Vosmaer2017-09-011-0/+4
| * Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-312-1/+101
* | Merge branch 'bvl-only-require-po-parser-in-rake' into 'master'Douwe Maan2017-09-042-2/+1
|\ \
| * | 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 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-044-4/+16
|\ \ \
| * | | Fix specShinya Maeda2017-09-031-2/+4
| * | | Improve API arguments as StringShinya Maeda2017-09-031-1/+2
| * | | Add API supportShinya Maeda2017-09-032-1/+3
| * | | Add the rest of specsShinya Maeda2017-09-031-5/+7
| * | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-1/+1
| * | | Update application code by the db schema changeShinya Maeda2017-09-031-1/+6
| |/ /
* | | Merge branch 'zj-sort-templates' into 'master'Kamil Trzciński2017-09-041-1/+5
|\ \ \ | |/ / |/| |
| * | Sort templates when fetching themZeger-Jan van de Weg2017-08-311-1/+5
* | | 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