- 28 Mar, 2019 15 commits
-
-
Evan Read authored
-
Achilleas Pipinellis authored
Update testing guide to reference test design See merge request gitlab-org/gitlab-ce!26619
-
Sean McGivern authored
Allow external diffs to be used conditionally Closes #54670 See merge request gitlab-org/gitlab-ce!25432
-
Grzegorz Bizon authored
Update fugit which fixes a potential infinite loop Closes #59273 See merge request gitlab-org/gitlab-ce!26579
-
Sean McGivern authored
Update gitlab-markup to 1.7.0 and document Python3 requirements Closes #59062 See merge request gitlab-org/gitlab-ce!26246
-
Grzegorz Bizon authored
Remove N+1 queries from users autocomplete See merge request gitlab-org/gitlab-ce!26491
-
Sean McGivern authored
Fix Auto DevOps missing domain error handling Closes #59546 See merge request gitlab-org/gitlab-ce!26627
-
Rémy Coutable authored
Allow personal access token env var from gitlab-qa See merge request gitlab-org/gitlab-ce!24048
-
Mark Lapierre authored
gitlab-qa accepts an env var named GITLAB_QA_ACCESS_TOKEN, but here we only accepted PERSONAL_ACCESS_TOKEN. This change replaces PERSONAL_ACCESS_TOKEN with GITLAB_QA_ACCESS_TOKEN
-
Rémy Coutable authored
Properly handle `ee` migration specs See merge request gitlab-org/gitlab-ce!26685
-
Lin Jen-Shin authored
[CE] Reduce diff with EE in `spec/policies` See merge request gitlab-org/gitlab-ce!26593
-
Dylan Griffith authored
For some reason this value can be an empty string and we want to ensure that we correctly fail the job before a deploy. This is particularly problematic at the moment when coupled with https://gitlab.com/gitlab-org/gitlab-ce/issues/54760 as the user has no easy way to recover without destroying the cluster and starting over.
-
Evan Read authored
Update U2F recommendations, fix #57656 Closes #57656 See merge request gitlab-org/gitlab-ce!25709
-
Mateusz Konieczny authored
-
Evan Read authored
Rename build to job in webhooks docs Closes #42254 and #28226 See merge request gitlab-org/gitlab-ce!26676
-
- 27 Mar, 2019 25 commits
-
-
Clement Ho authored
Revert "Merge branch '13784-validate-variables-for-masking' into 'master'" Closes gitlab-ee#10740 and gitlab-ee#10738 See merge request gitlab-org/gitlab-ce!26684
-
Heinrich Lee Yu authored
-
Kamil Trzciński authored
This reverts merge request !25476
-
Clement Ho authored
Upgraded Vue to 2.6.10 and also Vuex to 3.1.0 See merge request gitlab-org/gitlab-ce!25981
-
Tim Zallmann authored
Upgrade to latest Version
-
Douglas Barbosa Alexandre authored
Log Gitaly RPC duration to api_json.log and production_json.log See merge request gitlab-org/gitlab-ce!26652
-
Kamil Trzciński authored
Add control for masking variable values in runner logs Closes #13784 See merge request gitlab-org/gitlab-ce!25476
-
Miranda Fluharty authored
Add a masked switch to variable rows Copy some behavior from the protected switch
-
Kamil Trzciński authored
Refactor verify_pages_domain_service specs See merge request gitlab-org/gitlab-ce!26178
-
Vladimir Shushlin authored
Add specs for new/disabled pages domain Extract contexts from examples Use `let` instead of `set` since domain is being changed in each example
-
Dan Davison authored
[QA] Toggle Gitaly N+1 detector via feature flag and run tests Closes gitlab-qa#374 See merge request gitlab-org/gitlab-ce!26060
-
Mark Lapierre authored
First attempt at allowing a feature flag to be set via the command line when running tests. This will enable the flag, run the tests, and then disable the flag. Using OptionParser meant changing how scenarios get the instance address, so this also allows the address to be set as a command line option. It's backwards compatible (you can still provide the address as the command line option after the scenario)
-
Clement Ho authored
Update bootstrap to 4.3.1 Closes #52091 See merge request gitlab-org/gitlab-ce!25911
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Expand and improve autofetch of endpoint section See merge request gitlab-org/gitlab-ce!26303
-
Evan Read authored
-
Achilleas Pipinellis authored
Recommend disabling NFS server delegation See merge request gitlab-org/gitlab-ce!26668
-
Andreas Brandl authored
Prepares suggestion implementation for multi-line support See merge request gitlab-org/gitlab-ce!26057
-
Rémy Coutable authored
Externalize strings in controllers See merge request gitlab-org/gitlab-ce!26420
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
Nick Thomas authored
Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
-
Drew Blessing authored
-
Gabriel Mazetto authored
The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
-
Oswaldo Ferreira authored
Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
-
Nick Thomas authored
Add API access check to Graphql Closes #58547 See merge request gitlab-org/gitlab-ce!26570
-