- 25 Aug, 2018 1 commit
-
-
Bob Van Landuyt authored
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
-
- 24 Aug, 2018 26 commits
-
-
Stan Hu authored
CE upstream - 2018-08-24 21:21 UTC See merge request gitlab-org/gitlab-ee!6984
-
GitLab Bot authored
-
Rémy Coutable authored
Drop WIP from changelog command in Danger comment See merge request gitlab-org/gitlab-ce!21374
-
Winnie Hellmann authored
-
Rémy Coutable authored
Refactor project_permissions_panel_data so it can be extended in EE easily See merge request gitlab-org/gitlab-ce!21370
-
Stan Hu authored
CE upstream - 2018-08-24 18:21 UTC See merge request gitlab-org/gitlab-ee!6980
-
GitLab Bot authored
-
Yorick Peterse authored
Refactor GitHub Importer database helpers into helper methods See merge request gitlab-org/gitlab-ce!21357
-
Rémy Coutable authored
Removing not necessarily indentations in update Ruby code block See merge request gitlab-org/gitlab-ce!21364
-
Rémy Coutable authored
[docs] Update CONTRIBUTING.md See merge request gitlab-org/gitlab-ce!21355
-
Rémy Coutable authored
POST should be PUT in the API labels specs See merge request gitlab-org/gitlab-ce!21369
-
Sean McGivern authored
CE upstream - 2018-08-24 15:22 UTC See merge request gitlab-org/gitlab-ee!6979
-
Annabel Dunstone Gray authored
-
GitLab Bot authored
# Conflicts: # app/assets/stylesheets/framework/variables.scss # app/assets/stylesheets/pages/environments.scss [ci skip]
-
Sean McGivern authored
CE upstream - 2018-08-23 09:21 UTC See merge request gitlab-org/gitlab-ee!6976
-
Stan Hu authored
This in preparation for addressing idle-in-transaction timeouts for other importers. Part of #50021
-
Sean McGivern authored
-
Sean McGivern authored
-
Stan Hu authored
Add link to Profiling doc to README See merge request gitlab-org/gitlab-ce!21345
-
Tom Atkins authored
-
Sean McGivern authored
Allows author to vote on their own issue See merge request gitlab-org/gitlab-ce!21203
-
Chantal Rollison authored
-
Sean McGivern authored
documentation: fixes to source installation instructions Closes #47483 See merge request gitlab-org/gitlab-ce!21359
-
Robert Schilling authored
-
Rémy Coutable authored
Fix remote mirrors failing if Git remotes have not been added Closes #50562 See merge request gitlab-org/gitlab-ce!21351
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 Aug, 2018 13 commits
-
-
Fatih Acet authored
Fix transient failure of badge_list_spec.js See merge request gitlab-org/gitlab-ce!21363
-
Mateusz authored
-
Winnie Hellmann authored
-
Stan Hu authored
Backport LDAP changes to CE See merge request gitlab-org/gitlab-ce!21361
-
Douglas Barbosa Alexandre authored
Geo: Use database-cached status if redis-cached status is unavailable See merge request gitlab-org/gitlab-ee!6854
-
Nick Thomas authored
Merge branch '43096-controller-projects-issuescontroller-referenced_merge_requests-json-executes-more-than-100-sql-queries' into 'master' Resolve "Controller Projects::IssuesController#referenced_merge_requests.json executes more than 100 SQL queries" Closes #43096 See merge request gitlab-org/gitlab-ce!21237
-
Dmitriy Zaporozhets authored
Finish cleaning up reassigned variables Closes #49807 See merge request gitlab-org/gitlab-ce!21349
-
Dmitriy Zaporozhets authored
Ee remove scss variables 5 See merge request gitlab-org/gitlab-ee!6970
-
Nick Thomas authored
[Rails5] Use hexadecimal checksum Closes #6744 See merge request gitlab-org/gitlab-ee!6768
-
Nick Thomas authored
-
Douglas Barbosa Alexandre authored
-
Dmitriy Zaporozhets authored
Use package icon for packages feature in project sidebar Closes #7303 See merge request gitlab-org/gitlab-ee!6966
-
Nick Thomas authored
Fixes doc/development/architecture.md prod links. See merge request gitlab-org/gitlab-ce!20455
-