- 25 Jan, 2018 35 commits
-
-
Lin Jen-Shin authored
* upstream/master: Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look at notes created just before merge when deciding if an MR can be reverted Update missing paths Default to HTTPS for all Gravatar URLs Add note within ux documentation that further changes should be made within the design.gitlab project Moves status icon into a vue file and adds tests Moves merging component into a vue file, adds i18n and better test cases Prefer local variables instead Add an test for QA::Runtime::RSAKey Move initialize method later. Also test if the fingerprint is correct Generate ssh key on the fly for QA
-
Grzegorz Bizon authored
Fix .batch_lfs_pointers accepting a lazy enumerator See merge request gitlab-org/gitlab-ce!16701
-
Douwe Maan authored
Make Gitaly RepositoryExists opt-out See merge request gitlab-org/gitlab-ce!16680
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Look at system notes created just before merge as well as after, when deciding if an MR can be reverted Closes #42377 See merge request gitlab-org/gitlab-ce!16678
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
Basically using the new expand_section
-
Ahmad Sherif authored
-
Jacob Schatz authored
Add note within ux documentation that further changes should be made within the… See merge request gitlab-org/gitlab-ce!16686
-
Rémy Coutable authored
Default to HTTPS for all Gravatar URLs See merge request gitlab-org/gitlab-ce!16666
-
Grzegorz Bizon authored
Generate ssh key on the fly for QA See merge request gitlab-org/gitlab-ce!16562
-
Lin Jen-Shin authored
* upstream/master: (136 commits) Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" Add modal for deleting a milestone Revert "Merge branch 'remove-rugged-walk' into 'master'" Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service" Update CHANGELOG.md for 10.4.1 Add a gRPC health check to ensure Gitaly is up Add formatted_data attribute to Git::WikiPage Avoid array indices to fixtures in JS specs Migrate .batch_lfs_pointers to Gitaly Updates `Revert this merge request` text Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Workaround a recaptcha pop-up that cannot be tested Uses sprite icon to render verified commit badge and uniforms css colors Moves more mr widget components into vue files Adds i18n Adds better test coverage Execute system hooks after-commit when executing project hooks Remove one Spinach job and add one RSpec job Remove callback as we already update accordingly on services Fix typo in `.gitlab-ci.yml` heading Migrate repository bundling to Gitaly ...
-
Phil Hughes authored
Moves status icon into a vue file and adds tests See merge request gitlab-org/gitlab-ce!16703
-
Phil Hughes authored
Add modal for deleting a milestone Closes #41314 See merge request gitlab-org/gitlab-ce!16229
-
Marin Jankovski authored
Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" See merge request gitlab-org/gitlab-ce!16707
-
Nick Thomas authored
On MySQL, at least, `Note#created_at` doesn't seem to store fractional seconds, while `MergeRequest::Metrics#merged_at` does. This breaks the optimization assumption that we only need to search for notes created *after* the MR has been merged. Unsynchronized system clocks also make this a dangerous assumption to make. Adding a minute of leeway still optimizes away most notes, but allows both cases to be handled more gracefully. If the system clocks are more than a minute out, we'll still be broken, of course.
-
Douwe Maan authored
Revert "Merge branch 'remove-rugged-walk' into 'master'" See merge request gitlab-org/gitlab-ce!16676
-
Douwe Maan authored
This reverts merge request !16626
-
Rémy Coutable authored
Can parse root .gitattributes file for a ref See merge request gitlab-org/gitlab-ce!16418
-
Phil Hughes authored
Resolve "generalise not found status icon color throughout application" Closes #42285 See merge request gitlab-org/gitlab-ce!16679
-
Tim Zallmann authored
Resolve "Add empty state for pending job" Closes #42220 See merge request gitlab-org/gitlab-ce!16646
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (30 commits) Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service" Update CHANGELOG.md for 10.4.1 Add a gRPC health check to ensure Gitaly is up Add formatted_data attribute to Git::WikiPage Avoid array indices to fixtures in JS specs Migrate .batch_lfs_pointers to Gitaly Updates `Revert this merge request` text Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Workaround a recaptcha pop-up that cannot be tested Moves more mr widget components into vue files Adds i18n Adds better test coverage Execute system hooks after-commit when executing project hooks Remove one Spinach job and add one RSpec job Migrate repository bundling to Gitaly Use limit for search count queries Fix offense in runners settings QA page object class Wait for runner until it registers itself in QA tests Fix static-analysis offenses in QA support class Add specific views / selectors for QA runners page Add views / selectors for pipeline show page object ...
-
Winnie Hellmann authored
-
Jacob Vosmaer (GitLab) authored
This reverts merge request !16525
-
Rémy Coutable authored
CI/CD end-to-end tests Closes gitlab-qa#18 See merge request gitlab-org/gitlab-ce!16619
-
Rémy Coutable authored
Link Auto DevOps settings to Clusters page Closes #42053 See merge request gitlab-org/gitlab-ce!16641
-
Fabio Busatto authored
-
Rémy Coutable authored
Merge branch '42161-gitaly-commitservice-encoding-undefinedconversionerror-u-c124-from-utf-8-to-ascii-8bit' into 'master' Resolve "Gitaly::CommitService: Encoding::UndefinedConversionError: U+C124 from UTF-8 to ASCII-8BIT" Closes #42161 See merge request gitlab-org/gitlab-ce!16637
-
Achilleas Pipinellis authored
If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
-
Phil Hughes authored
Moves more mr widget components into vue files See merge request gitlab-org/gitlab-ce!16677
-
Robert Speicher authored
Add a gRPC health check to ensure Gitaly is up See merge request gitlab-org/gitlab-ce!16606
-
Robert Speicher authored
[ci skip]
-
- 24 Jan, 2018 5 commits
-
-
Stan Hu authored
This will enable Geo to skip shards that not operational. Relates to gitlab-org/gitlab-ee#4329
-
Fatih Acet authored
Resolve ""Revert this merge request" modal has confusing string" Closes #39917 See merge request gitlab-org/gitlab-ce!16611
-
tauriedavis authored
Add note within ux documentation that further changes should be made within the design.gitlab project
-
Robert Speicher authored
Add formatted_data attribute to Git::WikiPage Closes #39805 See merge request gitlab-org/gitlab-ce!16682
-
Yorick Peterse authored
Use limit for search count queries See merge request gitlab-org/gitlab-ce!16502
-