- 26 Nov, 2018 39 commits
-
-
Jasper Maes authored
-
Filipa Lacerda authored
CE port of "Move merge request approval settings" See merge request gitlab-org/gitlab-ce!23157
-
Fatih Acet authored
Update externalized strings from `/app/views/project/runners` See merge request gitlab-org/gitlab-ce!23347
-
Dmitriy Zaporozhets authored
i18n: externalize strings from 'app/views/shared/members' See merge request gitlab-org/gitlab-ce!23125
-
Stan Hu authored
Batch load only data from same repository when lazy object is accessed See merge request gitlab-org/gitlab-ce!23309
-
Tao Wang authored
Signed-off-by: Tao Wang <twang2218@gmail.com> Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Cache project HEAD to prevent unnecessary Gitaly calls See merge request gitlab-org/gitlab-ce!23307
-
Grzegorz Bizon authored
Allow to store null variables Closes #54379 See merge request gitlab-org/gitlab-ce!23299
-
Grzegorz Bizon authored
CE Backport: Extract Gitlab::Prometheus::QueryVariables See merge request gitlab-org/gitlab-ce!23335
-
Fatih Acet authored
Refactor issue boards switcher to single file Vue component (CE-port) See merge request gitlab-org/gitlab-ce!23274
-
Grzegorz Bizon authored
CE port for qa-193-ldap-group-sync EE branch See merge request gitlab-org/gitlab-ce!22834
-
George Tsiolis authored
-
Phil Hughes authored
Add @vue/test-utils as dev dependency See merge request gitlab-org/gitlab-ce!23345
-
Douwe Maan authored
-
Douwe Maan authored
By specifying `key`, we get a different lazy batch loader for each repository, which means that accessing a lazy object from one repository will only result in that repository's objects being fetched, not those of other repositories, saving us some unnecessary Gitaly lookups.
-
Fatih Acet authored
Externalize strings from `/app/views/project/runners` See merge request gitlab-org/gitlab-ce!23208
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Rémy Coutable authored
Exclude qa-frontend from running on docs-only branches See merge request gitlab-org/gitlab-ce!23327
-
Rémy Coutable authored
Instruct against squashing in CE to EE MRs See merge request gitlab-org/gitlab-ce!23330
-
Fatih Acet authored
Attempt to fix lazy loader spec transient failure Closes #49511 See merge request gitlab-org/gitlab-ce!22918
-
Luke Bennett authored
-
Phil Hughes authored
Fix documentation on using prettier for a specific directory See merge request gitlab-org/gitlab-ce!23336
-
Winnie Hellmann authored
-
Sean McGivern authored
Use Gitaly 1.0.0 Closes gitaly#1406 See merge request gitlab-org/gitlab-ce!23323
-
Phil Hughes authored
WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused Closes #46544 See merge request gitlab-org/gitlab-ce!23049
-
Thomas Pathier authored
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
Update to properly reference users instead of projects See merge request gitlab-org/gitlab-ce!23325
-
Steve Azzopardi authored
Run `yarn prettier-all-save` Closes #54462 See merge request gitlab-org/gitlab-ce!23342
-
Sanad Liaquat authored
-
Sanad Liaquat authored
-
Sanad Liaquat authored
-
Sanad Liaquat authored
-
Steve Azzopardi authored
-
Evan Read authored
Add month unit See merge request gitlab-org/gitlab-ce!23297
-
- 24 Nov, 2018 1 commit
-
-
Stan Hu authored
If the `check` parameter is used, the `allFiles` parameter is `false`, which causes the prettier.js script only to process staged files. The correct parameters are `check-all` and `save-all`.
-