- May 31, 2019
-
-
-
-
-
-
-
-
Bob Van Landuyt authored
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
-
Daniel Davison authored
Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by:
ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section
-
Luke "Jared" Bennett authored
-
- May 30, 2019
-
-
-
For ssot epic
-
-
For CI services examples
-
The docs for the highest_role field was incorrectly added to the /users endpoint. This commit adds it to the /users/:id
-
-
- May 29, 2019
-
-
The following EE files had small differences with their CE counterpart so they have been ported to CE: - doc/api/boards.md - doc/api/discussions.md - doc/api/notes.md - doc/api/resource_label_events.md - doc/api/services.md
-
-
Russell Dickenson authored
-
Joshua Lambert authored
-
It assures that requests are aborted after 60 seconds, otherwise an exception is raised. This exception is logged by Sentry, also there is a Prometheus counter for measuring number of requests in each state.
-
Tristan Williams authored
-
Marcel Amirault authored
-
Ensures we give instructions for how to create ssh keys in a single place only.
-
Gabriel Mazetto authored
Improve existing FDW documentation in `doc/development` to include additional information about the architecture and how to use FDW as a developer.
-
Peter Marko authored
-
-
Traces may go missing when they're saved in the builds folder and moved to the local artifacts folder in HA set ups.
-
-
Jan Provaznik authored
This sampler gathers Puma-specific metrics which can be used by Prometheus then.
-
- May 28, 2019
-
-
Phy authored
-
as requested by https://gitlab.com/gitlab-org/gitlab-ce/issues/30477#note_29060568 in #30477
-
Grzegorz Bizon authored
-
Natalia Tepluhina authored
-
Elan Ruusamäe authored
-
Peter Marko authored
-
Phil Hughes authored
Enabling GraphQL batch requests allows for multiple queries to be sent in 1 request reducing the amount of requests we send to the server. Responses come come back in the same order as the queries were provided.
-
-
Updates documentation to reflect that SAML can now be used to sign into the GitLab instance, instead of just updating group membership.
-