Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'bvl-validate-po-files' into 'master' | Douwe Maan | 2017-09-01 | 5 | -0/+341 | |
|\ \ \ \ \ | ||||||
| * | | | | | Validate unescaped `%` chars in PO files | Bob Van Landuyt | 2017-09-01 | 2 | -3/+36 | |
| * | | | | | Fetch all translation keys using a regex | Bob Van Landuyt | 2017-08-31 | 1 | -5/+1 | |
| * | | | | | Take `nplurals` into account when validating translations. | Bob Van Landuyt | 2017-08-31 | 4 | -55/+44 | |
| * | | | | | Check for newlines in different methods on TranslationEntry | Bob Van Landuyt | 2017-08-31 | 2 | -2/+18 | |
| * | | | | | Split translation & metadata entries into classes | Bob Van Landuyt | 2017-08-31 | 4 | -96/+114 | |
| * | | | | | Validate the number of plurals in an entry | Bob Van Landuyt | 2017-08-31 | 2 | -7/+49 | |
| * | | | | | Move detailed information of an entry into a separate class | Bob Van Landuyt | 2017-08-31 | 2 | -29/+77 | |
| * | | | | | Move `PoLinter` into `Gitlab::I18n` | Bob Van Landuyt | 2017-08-31 | 2 | -191/+193 | |
| * | | | | | Only perform `join_message` in `validate_variable_usage` | Bob Van Landuyt | 2017-08-31 | 1 | -9/+8 | |
| * | | | | | Check newlines in translations | Bob Van Landuyt | 2017-08-31 | 1 | -0/+16 | |
| * | | | | | Add spec for languages without plurals | Bob Van Landuyt | 2017-08-31 | 1 | -1/+9 | |
| * | | | | | Add a linter for PO files | Bob Van Landuyt | 2017-08-31 | 2 | -0/+172 | |
| * | | | | | Track the locale in Sentry so we know which ones are failing | Bob Van Landuyt | 2017-08-31 | 1 | -0/+2 | |
* | | | | | | Simplify Git interactions in AfterImportService | Jacob Vosmaer (GitLab) | 2017-09-01 | 1 | -2/+8 | |
* | | | | | | Merge branch '37202-revert-changes-to-signing-enabled' into 'master' | Douwe Maan | 2017-09-01 | 1 | -4/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Rollsback changes made to signing_enabled. | Tiago Botelho | 2017-09-01 | 1 | -4/+0 | |
* | | | | | | | Make Gitaly PostUploadPack mandatory | Jacob Vosmaer (GitLab) | 2017-09-01 | 1 | -4/+1 | |
* | | | | | | | Merge branch 'gitaly-shell-redis' into 'master' | Dmitriy Zaporozhets | 2017-09-01 | 1 | -0/+44 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redis | Alejandro Rodríguez | 2017-08-31 | 1 | -0/+44 | |
* | | | | | | | | Merge branch '37266-nomethoderror-undefined-method-current_application_settin... | Douwe Maan | 2017-08-31 | 11 | -5/+18 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | `current_application_settings` belongs on `Gitlab::CurrentSettings` | Sean McGivern | 2017-08-31 | 11 | -5/+18 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'gitaly-440-shell-fetch-remote' into 'master' | Sean McGivern | 2017-08-31 | 3 | -18/+56 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Migrate Repository.FetchRemote to Gitalygitaly-440-shell-fetch-remote | Kim "BKC" Carlbäcker | 2017-08-30 | 3 | -18/+56 | |
* | | | | | | | Merge branch 'feature/gb/add-complex-jobs-only-except-config-policy' into 'ma... | Kamil Trzciński | 2017-08-31 | 9 | -42/+106 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policy | Grzegorz Bizon | 2017-08-30 | 1 | -19/+0 | |
| * | | | | | | Simplify code for appending strategies in CI/CD config | Grzegorz Bizon | 2017-08-30 | 1 | -2/+2 | |
| * | | | | | | Raise exception when simplifiable ci entry incomplete | Grzegorz Bizon | 2017-08-30 | 1 | -0/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Add specs for attributable aspect of ci config entry | Grzegorz Bizon | 2017-08-25 | 1 | -1/+3 | |
| * | | | | | Improve reporting of a CI/CD entry config location | Grzegorz Bizon | 2017-08-25 | 4 | -12/+10 | |
| * | | | | | Simplify ci config entry validator implementation | Grzegorz Bizon | 2017-08-25 | 1 | -7/+2 | |
| * | | | | | Use only/except policy that returns an array | Grzegorz Bizon | 2017-08-25 | 1 | -4/+0 | |
| * | | | | | Fix CI/CD trigger policy default value | Grzegorz Bizon | 2017-08-25 | 1 | -0/+3 | |
| * | | | | | Implement complex only/except policy CI/CD config | Grzegorz Bizon | 2017-08-25 | 2 | -4/+28 | |
| * | | | | | Make it possible to define CI/CD config strategies | Grzegorz Bizon | 2017-08-25 | 2 | -4/+52 | |
| * | | | | | Use aspect-oriented design in CI/CD config entries | Grzegorz Bizon | 2017-08-24 | 4 | -7/+20 | |
| * | | | | | Rename CI/CD job triggering policy class to Policy | Grzegorz Bizon | 2017-08-24 | 2 | -3/+3 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch '36807-gc-unwanted-refs-after-import' into 'master' | Douwe Maan | 2017-08-30 | 1 | -0/+25 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use `git update-ref --stdin -z` to delete refs36807-gc-unwanted-refs-after-import | Lin Jen-Shin | 2017-08-30 | 1 | -2/+16 | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into 36807-gc-unwanted-refs-af... | Lin Jen-Shin | 2017-08-30 | 24 | -45/+355 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Just use a block | Lin Jen-Shin | 2017-08-29 | 1 | -1/+1 | |
| * | | | | | | Resolve feedback on the MR: | Lin Jen-Shin | 2017-08-25 | 1 | -0/+11 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'check-trigger-permissions-mysql' into 'master' | Douwe Maan | 2017-08-30 | 3 | -4/+74 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Improve migrations using triggerscheck-trigger-permissions-mysql | Yorick Peterse | 2017-08-29 | 3 | -4/+74 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'improve-autocomplete-user-performance' into 'master' | Yorick Peterse | 2017-08-30 | 1 | -0/+23 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Refactor | Hiroyuki Sato | 2017-08-29 | 1 | -7/+3 | |
| * | | | | Move the logic to a concern | Hiroyuki Sato | 2017-08-29 | 1 | -23/+16 | |
| * | | | | Fix escape characters was not sanitized | Hiroyuki Sato | 2017-08-26 | 1 | -2/+7 | |
| * | | | | Improve AutocompleteController#user.json performance | Hiroyuki Sato | 2017-08-25 | 1 | -0/+29 | |
* | | | | | replace `is_ancestor` with `ancestor?` | Maxim Rydkin | 2017-08-29 | 3 | -3/+3 |